@import url("font-awesome.css");

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
iframe {
  border: 0;
}
sup {
  top: -1em;
  font-size: 0.5em !important;
  font-weight: bold;
}

/* ==================================================
   1. Basic Styles
================================================== */

html,
body {
  height: 100%;
}

html,
hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #5e5e5e;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #666666;
}
a img {
  border: none;
}
a > img {
  vertical-align: middle;
}

img {
  max-width: 100%;
}
img,
object,
embed,
audio,
video {
  max-width: 100%;
}
img {
  height: auto;
}
strong,
.strong {
  font-weight: 700;
}
p {
  margin: 0 0 20px;
}
i,
em,
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.align-left {
  float: left;
  margin: 0 25px 0 0px !important;
}
.align-right {
  float: right;
  margin: 0 0 0 25px !important;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.color-text {
  color: #ffffff;
}
.through {
  text-decoration: line-through;
}
.border-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}
iframe {
  border: 0;
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  color: #333;
  font-weight: 400;
  line-height: 1.5em;
}
h1 {
  font-size: 32px;
  color: #bd3826;
}
h2 {
  font-size: 30px;
}
h2 small {
  display: block;
  text-transform: uppercase;
  font-size: 45%;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
h5 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
h6 {
  font-size: 12px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0 0 18px 0;
}
hr {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #e8e8e8;
}
ul.checks,
ul.angles,
ul.carets,
ul.chevrons {
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
ul.checks > li,
ul.angles > li,
ul.carets > li,
ul.chevrons > li {
  margin: 10px 0;
}
ul.checks > li > i,
ul.angles > li > i,
ul.carets > li > i,
ul.chevrons > li > i {
  margin-right: 2px;
}
ul.inline {
  margin: 10px 0;
}
ul.inline > li {
  display: inline-block;
  margin-right: 10px;
}
ul.inline > li i.fa {
  margin-right: 2px;
}
ul.nav-list-primary > li a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #eee;
  color: #666666;
  text-decoration: none;
}
ul.nav-list-primary > li a:hover {
  text-decoration: none;
}
ul {
  margin: 10px 0 10px 20px;
  list-style-type: disc;
}
ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal;
}
ul ul,
ol ul {
  margin: 10px 0 10px 20px;
}
ul ul {
  list-style-type: circle;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #999;
}
.elco-red {
  color: #bd3826;
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-0 {
  margin-bottom: 0 !important;
}
.margin-5 {
  margin-bottom: 5px !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.push-top {
  margin-top: 35px;
}

/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0 {
  padding-bottom: 0 !important;
}
.padding-tb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-tb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-tb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-tb125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10 {
  height: 10px;
  clear: both;
  width: 100%;
}
.spacer-20 {
  height: 20px;
  clear: both;
  width: 100%;
}
.spacer-30 {
  height: 30px;
  clear: both;
  width: 100%;
}
.spacer-40 {
  height: 40px;
  clear: both;
  width: 100%;
}
.spacer-50 {
  height: 50px;
  clear: both;
  width: 100%;
}
.spacer-60 {
  height: 60px;
  clear: both;
  width: 100%;
}
.spacer-75 {
  height: 75px;
  clear: both;
  width: 100%;
}
.spacer-100 {
  height: 100px;
  clear: both;
  width: 100%;
}
/* ==================================================
   6. Multi purpose Elements
================================================== */
/* Hero Slider */
.flexslider {
  margin: 0;
  padding: 0;
  background: url(../images/loader.gif) no-repeat scroll center center;
}
.flexslider .slides > li {
  display: none;
  /* -webkit-backface-visibility: hidden; */
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.flexslider .slides {
  zoom: 1;
  margin: 0;
  list-style-type: none;
}
.hero-slider {
  position: relative;
  z-index: 1;
  height: 350px;
  width: 100%;
  overflow: hidden;
}
.hero-slider .flex-viewport {
  width: 100%;
}
.hero-slider.flexslider > ul.slides {
  height: 100%;
}
.hero-slider.flexslider ul.slides li {
  height: 350px;
  width: 100%;
  overflow: hidden;
  position: static;
  background-attachment: scroll !important;
}
.flexslider .flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 111;
  left: 0;
  bottom: 10px;
  padding: 0;
  margin: 0;
}
.hero-slider.flexslider .flex-control-nav {
  bottom: -40px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav {
  bottom: 10px;
  -webkit-transition: bottom 0.3s 0.2s;
  -moz-transition: bottom 0.3s 0.2s;
  -ms-transition: bottom 0.3s 0.2s;
  -o-transition: bottom 0.3s 0.2s;
  transition: bottom 0.3s 0.2s;
}
.flexslider .flex-control-nav li {
  display: inline;
}
.flexslider .flex-control-nav a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 6px;
  text-indent: -9999px;
  text-decoration: none;
}
.flexslider .flex-prev,
.flexslider .flex-next {
  background: rgba(34, 34, 34, 0.7);
  color: #f9f9f9;
  display: block;
  margin-bottom: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: none;
  text-align: center;
  margin-top: -13px;
}
.flexslider .flex-prev {
  left: 10px;
  right: auto;
}
.flexslider .flex-prev:before {
  content: "\f104";
}
.flexslider .flex-next:before {
  content: "\f105";
}
.hero-slider.flexslider .flex-prev,
.hero-slider.flexslider .flex-next {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  right: -100px;
  margin-top: -60px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  font-size: 30px;
  line-height: 100px;
  display: block;
  text-align: left;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  display: block;
}
.hero-slider.flexslider ul.slides li a {
  display: block;
  height: 100%;
  width: 100%;
}
.hero-slider.flexslider ul.slides li .container {
  vertical-align: middle;
  display: table;
  height: 100%;
}
.hero-slider.flexslider ul.slides li .container .slider-caption {
  display: table-cell;
  vertical-align: middle;
}
.slider-caption > span {
  font-size: 24px;
  color: #fff;
  background: rgba(50, 58, 60, 0.5);
  padding: 30px;
}
.hero-slider.flexslider .flex-prev {
  left: -100px;
  padding-left: 60px;
}
.hero-slider.flexslider .flex-next {
  padding-left: 30px;
}
.hero-slider.flexslider:hover .flex-prev {
  left: -50px;
  -webkit-transition: left 0.3s 0.2s;
  -moz-transition: left 0.3s 0.2s;
  -ms-transition: left 0.3s 0.2s;
  -o-transition: left 0.3s 0.2s;
  transition: left 0.3s 0.2s;
}
.hero-slider.flexslider:hover .flex-next {
  right: -50px;
  -webkit-transition: right 0.3s 0.2s;
  -moz-transition: right 0.3s 0.2s;
  -ms-transition: right 0.3s 0.2s;
  -o-transition: right 0.3s 0.2s;
  transition: right 0.3s 0.2s;
}
.flex-direction-nav {
  margin: 0;
  list-style-type: none;
}
.entry .flexslider {
  margin-bottom: 40px;
}
.slider-wrapper {
  position: relative;
  min-height: 200px;
  background: #666;
}
.sp-cont {
  position: relative;
  padding: 0;
  margin: 0;
}

/* ==================================================
   7. Site Structure & Appearance
================================================== */
body {
  background-color: #fff;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7em;
  overflow-x: hidden;
}
body.boxed {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #a6aeb1;
}
body.boxed .body {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1120px;
  height: auto;
  background-color: #ffffff;
}
.site-header-wrapper {
  position: relative;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}
.main {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 50%, #dee3e5 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    color-stop(100%, #dee3e5)
  );
  background: -webkit-linear-gradient(top, #fff 50%, #dee3e5 100%);
  background: -o-linear-gradient(top, #fff 50%, #dee3e5 100%);
  background: -ms-linear-gradient(top, #fff 50%, #dee3e5 100%);
  background: linear-gradient(top, #fff 50%, #dee3e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dee3e5',GradientType=0 );
}
.main.simple-white-bg {
  background: #fff !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.boxed .site-header-wrapper {
    width: 990px;
    left: 50%;
    margin-left: -495px;
  }
  body.boxed .body {
    max-width: 990px;
  }
}
.site-header {
  padding: 15px 0;
  width: 100%;
  position: relative;
  z-index: 4;
  background: #fff;
}
.header-right {
  float: right;
}
.navbar {
  background-image: url(../images/menu-btn.jpg);
  background-repeat: repeat-x;
  background-color: #dfe0e2;
  margin-bottom: 0;
  min-height: inherit;
  position: relative;
  z-index: 3;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 34px;
  color: #777;
}
.site-logo {
  float: left;
}
.site-logo h1 {
  margin: 0;
}
.site-logo img {
  max-width: 250px;
  max-height: 60px;
}
.breadcrumb-container {
  background-color: #ccc;
  height: 17px;
  color: #666;
  padding: 0 5px;
  line-height: 19px;
  font-size: 10px;
  text-transform: uppercase;
}
.red-elco-bar {
  height: 15px;
  background-color: #bd3826;
}
.navbar {
  border: 0 !important;
}
.top-search-container {
  width: 225px;
  float: right;
}
.top-search-container .search-query {
  height: 32px;
}
.top-search-container .btn {
  height: 32px;
  line-height: 19px;
  padding-left: 15px;
  padding-right: 15px;
}
.top-search-container .btn-default {
  background-color: #a8adb0;
}
.top-search-container .btn-default span {
  color: #fff;
}
.kw-list table,
.kw-list table tbody {
  border-spacing: 0px;
  border: none;
  width: 100%;
}
.kw-line-table {
  margin-left: 185px;
}
.kw-list table {
  display: table;
  border-collapse: separate;
  border-spacing: 0px;
  border-color: gray;
}
.kw-line-heading {
  width: 100%;
  overflow: hidden;
}
.kw-line-heading .kw-line-title {
  display: inline;
  float: left;
}
.overview-ind {
  height: 15px;
  border-bottom: solid #58585a;
  border-width: 0 0 1px 0;
  color: #58585a;
}
.kw-item .kw-line-title,
.kw-line-indic {
  float: left;
  overflow: hidden;
}

.kw-line-title {
  width: 180px;
  height: 20px;
}
.kw-line {
  display: block;
  border: solid #58585a;
  border-width: 0 0 1px 0;
  margin: 10px 0 0 0;
  height: 25px;
}
.kw-line .kw-line-title .field-content {
  vertical-align: center;
  height: 25px;
}
.kw-list ul {
  list-style-image: none;
  padding-left: 10px;
}
.kw-line-indic {
  margin-top: 10px;
  height: 5px;
}
ul.kw-item,
ul.kw-item li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mini-ref-nav {
  margin-top: -25px;
  height: 45px;
  padding-top: 15px;
}

.mini-ref-nav a {
  color: #909599;
}

.mini-ref-nav a.active,
.mini-ref-nav a:hover {
  color: #58585a;
}

/* ==================================================
   8. Main Navigation
================================================== */
.main-navigation {
  display: block;
}
.main-navigation > ul {
  margin: 0;
  list-style-type: none;
}
.main-navigation > ul > li {
  font-size: 13px;
  position: relative;
  display: inline-block;
}
.main-navigation > ul > li > a {
  display: block;
  color: #4c4c4c;
  line-height: 33px;
  text-transform: uppercase;
  padding: 0 15px;
}
.main-navigation > ul > li:last-child {
  margin-right: 0;
}
/* .main-navigation > ul > li:last-child a {
} */
.main-navigation > ul > li > a > i {
  color: #999;
}
.main-navigation > ul > li > a:hover {
  text-decoration: none;
}
.dd-menu > ul > li ul {
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 51px;
  left: -20px;
  z-index: 999;
  display: none;
  min-width: 180px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  margin-left: 0;
  border-radius: 0 0 3px 3px;
  border-top: 2px solid;
}
.dd-menu > ul > li ul.last-childer {
  left: auto !important;
  right: 0;
}
.dd-menu > ul > li ul.last-childer li a {
  padding-right: 20px;
}
.dd-menu > ul > li:hover ul {
  display: block;
}
.dd-menu > ul > li > ul li {
  line-height: normal;
  font-size: 14px;
  position: relative;
  font-weight: 400;
}
.dd-menu > ul > li > ul li > a {
  display: block;
  color: #777;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  text-decoration: none;
}
.dd-menu > ul > li > ul > li a:hover {
  color: #222;
}
.dd-menu > ul > li > ul > li > a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.01);
}
.dd-menu > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.dd-menu > ul > li > ul li ul {
  margin: 0;
  list-style-type: none;
  left: 100% !important;
  top: 0;
  min-width: 150px;
  margin-left: 0;
  position: absolute;
}
.dd-menu > ul > li > ul > li > ul {
  border-top: 0;
  border-left: 2px solid;
  border-radius: 0 3px 3px 0;
}
.dd-menu > ul > li > ul li ul.last-childer {
  left: auto !important;
  right: 107%;
}
.dd-menu > ul > li.megamenu {
  position: inherit !important;
  left: 0;
}
.dd-menu > ul > li.megamenu i {
  font-size: 100%;
}
.dd-menu > ul > li.megamenu > ul {
  margin: 0;
  list-style-type: none;
  width: 1070px;
  left: 15px !important;
  min-width: inherit;
  color: #777;
}
@media (min-width: 1200px) {
  body.boxed .dd-menu > ul > li.megamenu > ul {
    width: 1120px;
    left: 0 !important;
    margin-left: -10px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.boxed .dd-menu > ul > li.megamenu > ul {
    width: 990px;
    left: 0 !important;
    margin-left: -10px;
    border-radius: 0;
    box-shadow: none;
  }
}
.dd-menu .megamenu-container {
  padding: 25px;
  width: 100%;
}
.dd-menu .megamenu-container .mm-col {
  border-right: 1px solid #eee;
}
.dd-menu .megamenu-container .mm-col:last-child {
  border-right: 0;
}
.dd-menu .megamenu-container p {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
}
.dd-menu .megamenu-container ul {
  margin: 0;
  background: none;
  list-style-type: none;
  display: block !important;
  color: #777;
  left: 0 !important;
  box-shadow: none;
  opacity: 1 !important;
  background: transparent;
  position: relative !important;
  text-align: left !important;
  margin-left: 0;
  border-top: 0;
}
.dd-menu > ul > li.megamenu .meta-data {
  text-transform: none;
}
.dd-menu .megamenu-container .megamenu-sub-title {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  text-align: left;
}
.dd-menu .megamenu-container .megamenu-sub-title .accent-color {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.dd-menu .megamenu-container ul li {
  font-size: 14px;
}
.dd-menu .megamenu-container ul li a {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0;
  border-bottom: 0;
}
.dd-menu .megamenu-container ul.sub-menu li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
}
.dd-menu .megamenu-container ul.sub-menu li:first-child a {
  padding-top: 0;
}
.dd-menu .megamenu-container ul li a i {
  display: none;
}
.dd-menu .megamenu-container ul.sub-menu li a:hover {
  text-decoration: none;
}
#menu-toggle {
  float: right;
  font-size: 20px;
  margin-top: 7px;
  color: #333;
}
.hero-area {
  position: relative;
  background: #fff;
}
.content {
  padding: 50px 80px 30px 80px;
  min-height: 400px;
}
h1.page-title {
  line-height: 36px;
  margin-bottom: 25px;
}
.site-footer {
  background: #bd3826;
  color: #999;
}
.site-footer a {
  color: #999;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer-bottom {
  background: #bd3826;
  font-size: 12px;
  color: #fff;
  padding: 3px 0 0 0;
}
.grid-item {
  margin-bottom: 3%;
  border-bottom: medium none;
  margin-top: 2px;
}
.grid-item-inner p {
  font-size: 12px;
}
.grid-image {
  position: relative;
  -moz-box-shadow: 0px 0px 3px #6b6b6b;
  -webkit-box-shadow: 0px 0px 3px #6b6b6b;
  box-shadow: 0px 0px 3px #6b6b6b;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.grid-image img {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.grid-image h4 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.grid-image h4 a {
  display: block;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 15px 0 0 8px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.grid-content {
  padding: 25px 0;
}
.circles__list {
  margin: 0;
  height: 80px;
  float: right;
}
.circles__list:hover .circles__item a {
  background: #bd3826;
}
.circles__item {
  float: left;
  list-style: none outside none;
}
.circles__item a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  line-height: 2;
  background: #a7adb1;
  color: #ffffff;
  display: block;
  height: 80px;
  line-height: 12px;
  margin: 0 0 5px 5px;
  padding: 35px 0 40px;
  text-align: center;
  width: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circles__item a:hover {
  background: #bd3826;
  color: #fff;
  text-decoration: none;
}

.secondary-nav {
  margin-top: -5px;
  font-size: 12px;
  height: 22px;
}

.secondary-nav a:link,
.secondary-nav a:visited {
  color: #a8adb0;
  text-decoration: none;
}

.secondary-nav a:hover {
  text-decoration: underline;
}

/* ==================================================
   9. Overriding Classes
================================================== */
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}
.touch .parallax,
.page-header.parallax {
  background-attachment: scroll !important;
}
.page-header {
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 200px;
  top: -55px;
  position: relative;
  margin-bottom: -55px;
  background-color: #ccc;
}
.page-header h1.page-title {
  color: #fff;
  padding: 105px 0 0;
  margin: 0;
}
ul.sort-destination {
  margin: 0;
}
ul.sort-destination li {
  list-style: none;
}
#back-to-top {
  position: fixed;
  right: 17px;
  bottom: 17px;
  display: none;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.stacks_in {
  float: left;
  margin-top: 6px;
}

/* ==================================================
   10. Responsive Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .dd-menu > ul > li.megamenu > ul {
    width: 940px;
  }
  .dd-menu .megamenu-container ul {
    min-width: inherit;
  }
  .main-navigation > ul > li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .site-tagline {
    display: none;
  }
  .toggle-menu {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    height: auto;
  }
  .toggle-menu > ul > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .toggle-menu > ul > li > a {
    display: block;
    padding: 15px 0 15px 20px;
    line-height: normal;
    color: #222;
  }
  .toggle-menu > ul > li ul {
    position: static;
    top: 0;
    left: 0 !important;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .toggle-menu > ul > li > ul li ul {
    position: static;
    margin: 0;
    left: 0 !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .toggle-menu > ul > li.megamenu > ul {
    width: 100%;
  }
  .toggle-menu > ul > li.megamenu > ul .megamenu-container > div.row > div {
    margin-top: 20px;
  }
  .sp-cont {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar #menu-toggle {
    float: left;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    background: #252525;
    width: 34px;
    height: 33px;
    line-height: 34px;
    color: #fff;
    margin-left: -1px;
    overflow: hidden;
  }
  .navbar .sp-cont {
    padding-left: 0;
    padding-right: 0;
  }
  .breadcrumb-container,
  .red-elco-bar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .site-logo {
    margin-left: 0;
  }
  .site-header-wrapper {
    position: relative;
  }
  .hero-area,
  .page-header {
    top: 0;
    margin-bottom: 0;
  }
  .body {
    padding-top: 0 !important;
  }
  .site-header {
    padding: 10px 0;
  }
  .site-logo img {
    max-height: 45px;
  }
  .page-header {
    min-height: 100px;
  }
  .page-header h1.page-title {
    padding: 32px 0 0;
    font-size: 22px;
  }
  .site-footer-bottom {
    text-align: left;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li > a {
    border-width: 1px;
    border-color: #ddd;
    border-radius: 0;
    display: block;
  }

  .nav-tabs li.active a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
  }
  .nav-tabs > li > a:hover {
    border-left-color: #ddd;
    border-right-color: #ddd;
    border-top-color: #ddd;
  }
  .content {
    padding: 30px 10px;
  }
  .grid-item {
    margin-bottom: 6%;
  }
  .hero-slider.flexslider,
  .hero-slider.flexslider ul.slides li {
    height: 250px;
  }
  .navbar {
    background: #252525;
  }
  .breadcrumb-container,
  .red-elco-bar {
    display: none;
  }
}
#slideTablet {
  display: none;
}
.mobileValues {
  display: none;
}
@media only screen and (max-width: 600px) {
  #slideDesktop {
    display: none;
  }
  #slideTablet {
    display: block;
  }
  #slideTablet ul li {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #slideTablet,
  #slideTablet ul li {
    height: 350px !important;
  }
  .mobileValues {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .desktopValues {
    display: none;
  }
  .mobileValues .circles__list {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-flex;
  }
}
@media only screen and (max-width: 1200px) {
  .kw-line-table {
    margin-left: 155px;
  }
  .kw-line-title {
    width: 145px;
  }
  .trigonXXL_indic {
    width: 568px !important;
    margin-left: 227px !important;
  }
}
@media only screen and (max-width: 992px) {
  #slideDesktop,
  .hero-slider.flexslider ul.slides li {
    height: 250px !important;
  }
  .hero-slider.flexslider ul.slides li {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  #slideDesktop,
  .hero-slider.flexslider ul.slides li {
    height: 200px !important;
  }
}
@media only screen and (max-width: 550px) {
  #slideTablet,
  #slideTablet ul li {
    height: 300px !important;
  }
}
@media only screen and (max-width: 500px) {
  #slideTablet,
  #slideTablet ul li {
    height: 280px !important;
  }
}
@media only screen and (max-width: 450px) {
  #slideTablet,
  #slideTablet ul li {
    height: 220px !important;
  }
}
@media only screen and (max-width: 370px) {
  #slideTablet,
  #slideTablet ul li {
    height: 190px !important;
  }
}
.new-pic {
  width: 100%;
}
