@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Quattrocento:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #000000;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a:active {
  background: inherit;
}
p {
  font: 300 13px/24px 'Arial', sans-serif; /* 'Open Sans' */
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text_1 {
  font: bold 60px/36px 'Quattrocento', serif;
}
.text_2 {
  font: normal 13px/30px 'Arial', sans-serif;
}
.text_3 {
  font: 600 48px/48px 'Arial', sans-serif;
}
.text_4 {
  font: normal 18px/18px 'Arial', sans-serif;
}
.text_5 {
  font: normal 14px/24px 'Arial', sans-serif;
}
.text_6 {
  font: 600 18px/18px 'Arial', sans-serif;
}
.text_7 {
  font: normal 14px/18px 'Arial', sans-serif;
}
.text_8 {
  font: italic 12px/14px 'Arial', sans-serif;
}
.text_9 {
  font: normal 13px/24px 'Arial', sans-serif;
}
.text_10 {
  font: 300 13px/24px 'Arial', sans-serif;
}
@media (max-width: 767px) {
  .text_3 {
    font-size: 42px;
    line-height: 42px;
  }
}
/*============  Colors  =============*/
.color_1 {
  /* color: #ffffff; */
  color: #12FF00;
}
.color_1 a:hover {
  color: #FFCC00;
  /*color: #f8d62d;*/
}
.color_2 {
  color: #f8d62d;
}
.color_2 a:hover {
  color: #fbe990;
}
.color_3 {
  color: #000000;
}
.color_3 a:hover {
  color: #f8d62d;
}
.color_4 {
  color: #6f6f6f;
}
.color_4 a:hover {
  color: #f8d62d;
}
.color_5 {
  color: #464646;
}
.color_5 a:hover {
  color: #f8d62d;
}
.color_6 {
  color: #373737;
}
.color_6 a:hover {
  color: #5d5d5d;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #f8d62d;
}
.bg_2 {
  background: #000000;
}
.bg_3 {
  background: #181818;
}
.bg_4 {
  background: #ffffff;
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  margin-bottom: 3px;
  background: #FFCC00;
  /*background: #181818;*/
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
#header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("../images/bg_01.jpg") repeat-x;
}
.header_wrap {
  position: relative;
  padding-top: 15px;
  padding-bottom: 12px;
}
.header_wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 90.37883343355382%;
  height: 1px;
  /*background: #363636;*/
}
.banner_1 {
  max-width: 100%;
  /* height: 78px; */
  height: auto;
  padding-bottom: 5px
}
@media (min-width: 980px) and (max-width: 1199px) {
  .banner_1 {
    max-width: 570px;
  }
}
@media (max-width: 979px) {
  .banner_1 {
    width: 100%;
  }
  .banner_1.put-right {
    float: none;
  }
}
.brand {
  margin-top: 16px;
  margin-bottom: 16px;
}
.brand h1 {
  padding-top: 10px;
  overflow: hidden;
}
.brand h1 a,
.brand h1 a:hover {
  color: #ffffff;
}
@media (max-width: 479px) {
  .brand h1 {
    line-height: 50px;
  }
}
/*============  Search  =============*/
#search {
  float: right;
  margin: 21px 0 25px;
  max-width: 364px;
  width: 100%;
  height: 44px;
  z-index: 2;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search .input_wrap {
  position: relative;
  float: left;
  max-width: 292px;
  width: 100%;
  height: 100%;
  border: 1px solid #585858;
  padding: 0 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input {
  display: block;
  width: 100%;
  height: 100%;
  font: normal 14px/30px 'Arial', sans-serif;
  color: #6b6b6b;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search a {
  float: left;
  margin: 1px 0;
  width: 72px;
  height: 42px;
  color: #000000;
  background: #f8d62d;
  text-align: center;
  font: normal 14px/42px 'Arial', sans-serif;
  cursor: pointer;
}
#search a:hover {
  color: #000000;
  background: #ffffff;
}
@media (max-width: 767px) {
  #search {
    float: none;
    max-width: 100%;
  }
  #search .input_wrap {
    max-width: 347px;
  }
}
@media (max-width: 479px) {
  #search .input_wrap {
    max-width: 197px;
  }
}
/* Main menu styles
========================================================*/
nav {
  float: right;
  padding-top: 20px;
}
.sf-menu > li {
  position: relative;
  float: left;
  font: normal 14px/30px 'Arial', sans-serif;
  margin: 9px 0px 10px;
  /* margin: 29px 0px 30px; */
}
.sf-menu > li + li {
  margin-left: 40px;
}
.sf-menu > li > a:hover:after,
.sf-menu > li.current > a:after,
.sf-menu > li.sfHover > a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 64px;
  height: 3px;
  background: #000000;
  /*background: #f8d62d;*/
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  color: #000000;
  /*color: #ffffff;*/
  text-transform: capitalize;
  border-top: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > .fa-caret-down {
  position: relative;
  font: inherit;
}
.sf-menu > li > .fa-caret-down:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 100%;
  font: normal 13px/30px 'FontAwesome';
  line-height: 20px;
  margin-left: 2px;
}
.sf-menu > li .fa-search {
  display: block;
  margin: 47px 0 47px 11px;
  font-size: 17px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li .fa-search:hover {
  color: #fff9cc;
}
.sf-menu a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: -62px;
}
.sf-menu ul {
  width: 128px;
  z-index: 5;
  display: none;
  background: #191919;
  padding: 10px 0 10px;
}
.sf-menu ul li {
  position: relative;
  font: normal 12px/32px 'Arial', sans-serif;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li a:hover {
  color: #191919;
  background: #ffffff;
}
.sf-menu ul li a {
  display: block;
  color: #ffffff;
  padding: 0 14px;
}
.sf-menu ul li a.fa {
  position: relative;
  font: inherit;
}
.sf-menu ul li a.fa:before {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 13px;
  font: normal 12px 'FontAwesome';
  line-height: 28px;
  margin-left: 2px;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul > li > ul {
  position: absolute;
  top: -10px;
  left: 108%;
  background: #191919;
  z-index: 4;
}
.sf-menu ul > li > ul li a {
  color: #ffffff;
}
.sf-menu ul > li > ul li a:hover {
  color: #191919;
}
.select-menu {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  font: normal 17px/23px 'Lato', sans-serif;
  margin-bottom: 21px;
  border-radius: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  nav {
    display: block;
    float: none;
    margin-top: 30px;
  }
  nav .sf-menu {
    display: none;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #FFCC00;
  padding: 5px;
  /*background: #181818;
  padding: 0;*/
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  background: #ffffff;
}
/*============  Wrappers  =============*/
.page {
  overflow: hidden;
}
.wrap_1 {
  padding-bottom: 36px;
}
.wrap_2 {
  padding-bottom: 31px;
}
.wrap_3 {
  /* padding-bottom: 29px; */
}
.wrap_4 {
  padding-bottom: 15px;
}
.wrap_5 {
  padding-bottom: 40px;
}
.wrap_6 {
  padding-top: 26px;
}
.wrap_7 {
  padding-bottom: 85px;
}
/*============  Headers  =============*/
.header_1 {
  padding: 9px 21px 14px;
  margin-bottom: 22px;
  margin-left: 1px;
}
.header_2 {
  padding: 9px 21px 14px;
  margin-bottom: 26px;
  margin-left: 1px;
}
.header_3 {
  padding: 9px 21px 14px;
  margin-bottom: 18px;
  margin-left: 1px;
}
.header_4 {
  padding: 8px 0 15px;
  margin-left: 1px;
}
.header_5 {
  padding: 8px 0 5px;
  margin-left: 1px;
}
.header_6 {
  padding: 9px 21px 14px;
  margin-bottom: 30px;
  margin-left: 1px;
}
/*============  Banner  =============*/
.banner {
  display: block;
  width: 100%;
}
.banner img {
  width: 100%;
}
/*============  Buttons  =============*/
.btn_1 {
  display: inline-block;
  padding: 5px 19px 7px 17px !important;
}
.btn_1:hover {
  background: #f8d62d;
}
/*============  Boxes  =============*/
.box_1 .caption {
  padding-top: 15px;
}
.box_1 .put-left {
  border: 1px solid #d1d1d1;
  margin-top: 4px;
  margin-right: 20px;
}
.box_1 a[data-type='lightbox'] {
  margin-bottom: 16px;
}
.box_1 .caption_1 .text_8 {
  padding-bottom: 10px;
}
.box_1 .caption_2 .text_7 {
  padding-right: 40px;
}
.box_1 .caption_2 .text_10 {
  padding-right: 25px;
}
.box_1 .caption_3 {
  padding-right: 10px;
}
.box_1 .caption_3 .text_8 {
  padding-bottom: 10px;
}
.box_1 .text_7 {
  padding-bottom: 9px;
}
.box_1 .text_9 {
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .box_1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .box_1 .put-left {
    margin-right: 0;
    float: none;
    margin-bottom: 16px;
  }
  .box_1 .put-left img {
    width: 100%;
  }
}
.box_2 {
  text-align: center;
}
.box_2 .caption {
  padding: 0 16px;
}
.box_2 .fa {
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 16px;
}
.box_2 .text_7 {
  padding-bottom: 9px;
}
.box_2 .text_8 {
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .box_2 {
    padding-bottom: 30px;
  }
}
/*============  VideoBox  =============*/
a[data-type='video'] {
  display: block;
  position: relative;
  border: 1px solid #d1d1d1;
}
a[data-type='video']:after {
  content: '\f01d';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  font: normal 60px/60px 'FontAwesome';
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[data-type='video']:hover:after {
  color: #f8d62d;
}
a[data-type='video'] img {
  width: 100%;
}
/*============  LightBox  =============*/
a[data-type='lightbox'] {
  display: block;
  background: url('../images/magnify.png') no-repeat center center;
  border: 1px solid #d1d1d1;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='lightbox'].last-row {
    margin-bottom: 8px;
  }
}
/*============  Marked List  =============*/
ul.marked-list {
  margin-bottom: 3px;
}
ul.marked-list li {
  position: relative;
  padding-left: 21px;
  font: 300 13px/24px 'Arial', sans-serif;
  color: #000000;
}
ul.marked-list li:before {
  content: '\f054';
  position: absolute;
  top: 2px;
  left: 5px;
  font: normal 9px/24px 'FontAwesome';
  color: #000000;
}
ul.marked-list li a:hover {
  color: #f8d62d;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.marked-list li {
    padding-left: 15px;
    font-size: 11px;
  }
}
/*============  Map =============*/
.map {
  width: 100%;
  max-width: 526px;
  height: 338px;
  margin-bottom: 18px;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*============  Address =============*/
address .text_7 {
  padding-bottom: 9px;
}
address dl dt,
address dl dd {
  display: inline-block;
}
address dl dt {
  min-width: 87px;
}
@media (max-width: 767px) {
  address {
    padding-bottom: 36px;
  }
}
/*============  Terms =============*/
.terms {
  padding-right: 40px;
}
dl.terms-list {
  padding-top: 4px;
  padding-right: 20px;
}
dl.terms-list dt {
  padding-bottom: 9px;
}
dl.terms-list dd {
  padding-bottom: 28px;
}
dl.terms-list dd.last-child {
  padding-bottom: 0;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer .bg_3 {
  padding-top: 30px;
  padding-bottom: 34px;
}
/*============  List  =============*/
ul.list {
  padding-bottom: 5px;
}
ul.list li {
  max-width: 212px;
  color: #ffffff;
  font: 300 13px/36px 'Arial', sans-serif;
}
ul.list li a:hover {
  color: #f8d62d;
}
ul.list li + li {
  border-top: 1px solid #464646;
  line-height: 35px;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.list li {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  ul.list li {
    max-width: 100%;
  }
}
/*============  Social List  =============*/
ul.social-list {
  margin-top: -1px;
}
ul.social-list li {
  position: relative;
  float: left;
  font: normal 14px/24px 'Arial', sans-serif;
  color: #ffffff;
}
ul.social-list li:first-child {
  margin-left: 210px;
}
ul.social-list li + li {
  margin-left: 40px;
}
ul.social-list li + li:after {
  content: '';
  position: absolute;
  left: -20px;
  width: 1px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  background: #ffffff;
}
ul.social-list a:hover {
  color: #f8d62d;
}
@media (min-width: 980px) and (max-width: 1199px) {
  ul.social-list li + li {
    margin-left: 30px;
  }
  ul.social-list li + li:after {
    left: -15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.social-list li:first-child + li + li {
    margin-right: 20px;
  }
  ul.social-list li:first-child + li + li + li {
    margin-left: 17px;
  }
  ul.social-list li:first-child + li + li + li:after {
    display: none;
  }
}
@media (max-width: 767px) {
  ul.social-list {
    margin-top: 20px;
  }
  ul.social-list li:first-child {
    margin-left: 0;
  }
  ul.social-list li + li {
    margin-left: 20px;
  }
  ul.social-list li + li:after {
    left: -10px;
  }
}
@media (max-width: 479px) {
  ul.social-list li {
    float: none;
    display: inline-block;
  }
  ul.social-list li:first-child + li + li + li {
    margin-left: 0;
  }
  ul.social-list li:first-child + li + li + li:after {
    display: none;
  }
}
/*============  Info  =============*/
.info {
  padding: 58px 0 70px;
}
@media (max-width: 767px) {
  .info {
    text-align: center;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #767676;
  width: 53px;
  height: 53px;
  font-size: 40px;
  line-height: 53px;
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f8d62d;
}
#toTop:active {
  background: none;
}
/*Core variables and mixins*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
