@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Courgette|Open+Sans:400,600,700,300&subset=latin,latin-ext);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #2f2f2f;
  color: #000000;
  font: 400 14px/24px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}
h3,
h4,
dt,
strong {
  font-weight: 700;
}
h1 {
  font-size: 64px;
  line-height: 64px;
}
h2 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  margin-left: -4px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 979px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
h3 {
  font-size: 24px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 25px;
  color: #2c3638;
}
h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
h6 {
  font-size: 14px;
  line-height: 19px;
}
h4 a:hover,
h5 a:hover {
  color: #f3b40d;
}
p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
p a {
  color: #f3b40d;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="callto:"] {
  font-weight: 700;
}
a[href^="callto:"]:hover {
  text-decoration: underline;
}
a[href^="mailto:"] {
  font-weight: 700;
}
a[href^="mailto:"]:hover {
  text-decoration: underline;
}
a[href^="mailto:"].mod1,
a[href^="callto:"].mod1 {
  padding-left: 10px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
}
a[href^="callto:"].mod1 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  a[href^="callto:"].mod1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 979px) and (min-width: 767px) {
  a[href^="callto:"].mod1 {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  a[href^="callto:"].mod1 {
    padding-left: 0;
  }
}
a[href^="mailto:"].mod1 {
  font-size: 18px;
}
@media (max-width: 979px) and (min-width: 767px) {
  a[href^="mailto:"].mod1 {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  a[href^="mailto:"].mod1 {
    padding-left: 0;
  }
}
h2 strong {
  display: block;
}
hr {
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(85%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  border: none;
}
dl + a[href^="mailto:"] {
  font-size: 18px;
  line-height: 25px;
  color: #2c3638;
  display: inline-block;
  margin-top: 23px;
}
dt {
  font-size: 18px;
  line-height: 25px;
  color: #2c3638;
}
.fa {
  line-height: inherit;
}
h4 a[href^="callto:"],
h4 a[href^="mailto:"] {
  display: block;
  color: inherit;
  font: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.mg-add {
  margin-top: 20px;
}
.mg-add__off1 {
  margin-top: 7px;
}
.mg-add__off2 {
  margin-left: 6px;
}
.mg-add__off3 {
  margin-top: 39px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + hr {
  margin-top: 22px;
}
hr + * {
  margin-top: 34px;
}
h3 + p {
  margin-top: 19px;
}
h2 + p {
  margin-top: 19px;
}
h2 + h4 {
  margin-top: 44px;
}
h2 + img {
  margin-top: 51px;
}
h4 + p {
  margin-top: 14px;
}
p + h4 {
  margin-top: 35px;
}
p + .btn {
  margin-top: 30px;
}
img + p {
  margin-top: 28px;
}
img + h4 {
  margin-top: 32px;
  line-height: 22px;
}
.btn + .btn {
  margin-left: 30px;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .btn + .btn {
    margin-left: 0;
  }
}
* + .row {
  margin-top: 30px;
}
.row + .row {
  margin-top: 38px;
}
.row + .row__off1 {
  margin-top: 32px;
}
.row + .row__off2 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .row + .row__off2 {
    margin-top: 32px;
  }
}
.row + .row__off3 {
  margin-top: 46px;
}
.row + .owl-carousel {
  margin-top: 38px;
}
.row + .product-list2 {
  margin-top: 47px;
}
.row + .contact-form {
  margin-top: 47px;
}
.product-list2 .row + .row {
  margin-top: 40px;
}
.row + .product-list {
  margin-top: 41px!important;
}
.row + dl {
  margin-top: 27px;
}
dt + dd {
  margin-top: 9px;
}
dd + dt {
  margin-top: 23px;
}
* + .map {
  margin-top: -6px;
}
.map + .well {
  margin-top: 20px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-right: -15px;
  padding-top: 6px;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 1px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  padding: 6px 15px 9px;
  font: 700 24px/24px 'Open Sans', sans-serif;
  color: #ffffff;
  border: 1px dashed transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.sf-menu > li > a.numbers {
  border: 0px dashed transparent;
  font: 500 18px/18px 'Open Sans', sans-serif;
  color: #f7a700;
  padding-top:10px;
}
.sf-menu > li > a.numbers:hover {
  border: 0px dashed transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  border: 1px dashed #e6e9e9;
}
.sf-menu > li.active > a {
  border: 1px dashed #e6e9e9;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  width: 140px;
  margin-top: 24px;
  padding: 10px 4px 10px;
  border: 1px dashed #e6e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  padding-left: 5px;
  color: #000000;
  font: 600 12px/30px 'Open Sans', sans-serif;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #FFF;
  background: #f3b40d;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 140px;
  margin-top: 0;
  margin-left: 10px;
  padding: 10px 4px 10px;
  z-index: 4;
  border: 1px dashed #e6e9e9;
}
.sf-menu ul ul > li > a {
  color: #000000;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #c3cfd0;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  border: 1px solid #c3cfd0;
  background: #ffffff url('/images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  padding: 10px 0 12px;
  background: #ffffff;
  background: #282723;
  z-index: 999;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #c3cfd0;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #f3b40d;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background: #ece5df url(/images/parallax6.jpg) top center no-repeat;
  padding: 50px 0;
}
.parallax2 {
  background-image: url(/images/parallax2.jpg);
  padding: 50px 0;
}
.parallax3 {
  background-image: url(/images/parallax3.jpg);
  padding: 50px 0;
}
.parallax2 {
  background-image: url(/images/parallax2.jpg);
  padding: 50px 0;
}
.parallax4 {
  background-image: url(/images/parallax4.jpg);
  padding: 50px 0;
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*==================      Quote      ======================*/
.owl-carousel {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
blockquote {
  padding: 10px 0;
}
blockquote img {
  max-width: 250px;
  position: relative;
  left: 34px;
}
@media (max-width: 767px) and (min-width: 479px) {
  blockquote img {
    left: 3%;
    max-width: 94%;
  }
}
@media (max-width: 479px) {
  blockquote img {
    left: 0;
    margin: auto;
  }
}
blockquote p {
  padding: 0 36px 0 0;
  position: relative;
  line-height: 16px;
}
blockquote p:before {
  content: '“';
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 36px;
  font-weight: 400;
  color: #2c3538;
}
@media (max-width: 1199px) {
  blockquote p {
    padding-left: 36px;
  }
  blockquote p:before {
    left: 36px;
  }
}
blockquote cite {
  font-size: 16px;
  line-height: 25px;
  color: #2c3638;
  display: block;
}
blockquote a[href^="mailto:"] {
  font-size: 12px;
  line-height: 26px;
  color: #f3b40d;
}
blockquote q + cite {
  margin-top: 18px;
}
/*==================     Brand     ======================*/
.brand {
  font: 400 60px/46px 'Courgette', cursive;
  display: inline-block;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 15px 30px;
  font: 700 18px/18px 'Open Sans', sans-serif;
  text-align: center;
  color: #fff;
  background: #000000;
  -moz-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.btn:hover {
  background: #f3b40d;
}
.btn:active {
  background: #f8d26e;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  padding-left: 16px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .box__mod1 .box_aside {
    float: none;
    text-align: center;
  }
  .box__mod1 .box_cnt__no-flow {
    float: none;
  }
  .box__mod1 .box_cnt__no-flow .text3 {
    font-size: 22px;
  }
  .box__mod1 .box_cnt__no-flow .text3 span {
    display: block;
    font-size: 15px;
  }
  .box__mod1 md .box_aside + .box_cnt__no-flow {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) and (max-width: 979px) {
  .box__mod1 .box_cnt__no-flow .text3 {
    font-size: 18px;
    padding-left: 0;
  }
  .box__mod1 .box_cnt__no-flow .text3 span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .box__mod1 {
    text-align: center;
  }
  .box__mod1 .box_cnt__no-flow {
    padding-left: 0;
  }
}
/*==================   Marked List  ======================*/
.marked-list li {
  padding-left: 50px;
  position: relative;
}
.marked-list li + li {
  margin-top: 38px;
}
.marked-list li:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: -4px;
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #f3b40d;
}
.image1 {
  margin-top: 2px;
  margin-left: -27px;
  max-width: 622px;
}
@media (max-width: 1199px) {
  .image1 {
    max-width: 100%;
    margin: 0;
  }
}
/*==================   Index List   ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  top: -9px;
  left: -2px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #f3b40d;
}
.index-list li:nth-child(n+3) {
  margin-top: 37px;
}
.index-list li h4 + p {
  margin-top: 9px;
}
/*==================  Product List  ======================*/
.product-list li {
  padding: 10px;
  padding-bottom: 22px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.product-list li:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) and (min-width: 479px) {
  .product-list li {
    text-align: center;
  }
}
.product-list li p {
  padding-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #adbdbf;
}
.product-list li h5 {
  padding-left: 5px;
  color: #2c3538;
}
.product-list li h5 a:hover {
  color: #f3b40d;
}
.product-list img + h5 {
  margin-top: 12px;
}
.product-list h5 + p {
  margin-top: 5px;
}
.product-list .box_inner img {
  width: 100%;
}
.product-list2 h3 {
  margin-top: -3px;
}
/*==================  Contact List  ======================*/
.contact-list .fa-home,
.contact-list .fa-mobile-phone,
.contact-list .fa-envelope {
  width: 56px;
  height: 50px;
}
.contact-list .fa-home:before,
.contact-list .fa-mobile-phone:before,
.contact-list .fa-envelope:before {
  display: inline-block;
  color: #f3b40d;
  position: relative;
}
.contact-list .fa-home:before {
  top: 10px;
  left: -2px;
  font-size: 60px;
}
.contact-list .fa-mobile-phone:before {
  top: 14px;
  left: 19px;
  font-size: 68px;
}
.contact-list .fa-envelope:before {
  top: 14px;
  left: 9px;
  font-size: 50px;
}
.contact-list div + div,
.contact-list address {
  display: inline-block;
  padding-left: 19px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #2c3638;
}
.contact-list div + div a,
.contact-list address a {
  display: block;
}
@media (max-width: 979px) {
  .contact-list li {
    text-align: center;
  }
  .contact-list .fa + div,
  .contact-list .fa + address {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .contact-list div + div {
    margin-top: 10px;
  }
  .contact-list .fa-home:before,
  .contact-list .fa-mobile-phone:before,
  .contact-list .fa-envelope:before {
    top: 0;
    left: 0;
  }
}
/*==================  Dashed Box  ======================*/
.dashed-box {
  margin-top: 12px;
  padding: 42px 0 40px;
  text-align: center;
  background: #fff;
  border: 1px dashed #e6e9e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dashed-box h4 a:hover {
  color: #f3b40d;
}
.dashed-box img + h4 {
  margin-top: 9px;
}
.dashed-box h4 + p {
  margin-top: 5px;
}
.dashed-box .img1 + h4 {
  margin-top: 5px;
}
.dashed-box__mod1 {
  margin-top: 0;
  padding-top: 134px;
}
.dashed-box__mod1 h4 + p {
  margin-top: 3px;
  padding: 0 16px;
}
.dashed-box__mod1 [class*='fa-'] {
  position: relative;
}
/*==================     Icons     ======================*/
.img1 {
  margin-top: -5px;
}
.fa-briefcase:before,
.fa-clipboard:before,
.fa-flag:before {
  color: #f3b40d;
  position: absolute;
  font-size: 72px;
  top: -70px;
  left: 50%;
  margin-left: -36px;
}
/*==================     Tweet    ======================*/
.tweet {
  position: relative;
  padding-left: 30px;
  color: #fff;
}
.tweet p {
  line-height: 20px;
}
.tweet:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 22px;
}
.tweet span {
  font-size: 12px;
}
.tweet + .tweet {
  margin-top: 18px;
}
/*==================     Post    ======================*/
.post {
  color: #fff;
}
.post p {
  line-height: 23px;
}
.post time {
  display: inline;
  font-size: 12px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #909090;
}
.post a {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: bottom;
  color: #f3b40d;
}
.post a:hover {
  text-decoration: underline;
}
.post time + a {
  margin-left: 5px;
}
@media (max-width: 979px) and (min-width: 767px) {
  .post time + a {
    margin-left: 0;
    display: block;
  }
}
.post + .post {
  margin-top: 22px;
}
/*==================     Links    ======================*/
.links li {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.links li a {
  padding-left: 3px;
}
.links li a:hover {
  text-decoration: underline;
}
.links li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  background: #000000;
  border-bottom: 1px solid #636363;
}
.links li:first-child {
  padding-top: 0px;
}
.links li:first-child:before {
  display: none;
}
/*==================    Flickr   ======================*/
.flickr li {
  position: relative;
  display: inline-block;
  padding: 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #fff;
}
.flickr li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.flickr li a:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  -webkit-box-shadow: inset 0 0 0 0 #f3b40d;
  -moz-box-shadow: inset 0 0 0 0 #f3b40d;
  box-shadow: inset 0 0 0 0 #f3b40d;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flickr li a:hover:after {
  -webkit-box-shadow: inset 0 0 0 6px #f3b40d;
  -moz-box-shadow: inset 0 0 0 6px #f3b40d;
  box-shadow: inset 0 0 0 6px #f3b40d;
}
.flickr li img {
  width: 100%;
}
@media (max-width: 479px) {
  .flickr {
    text-align: center;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #282723;
  padding-top: 10px;
  padding-bottom: 14px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  z-index: 1;
/*
  background: url(/images/top_fixed_bg.png) repeat-x top left;
*/
/*
  background: url(/images/subhead-links.png) repeat-x top left;
*/
  
}
header .brand {
  float: left;
  margin-left: -2px;
  margin-top: -15px;
  width: 180px;
  height: 64px;
}
header .nav {
  float: right;
}
@media (max-width: 979px) {
  header {
    text-align: center;
    background: #282723;
}
  header .brand,
  header .nav {
    float: none;
    display: inline-block;
  }
  header .nav {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
	background: #282723;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Video     ======================*/
.video {
  width: 100%;
  height: 305px;
}
.video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .video {
    height: 246px;
  }
}
@media (max-width: 979px) {
  .video {
    height: 194px;
  }
}
@media (max-width: 767px) {
  .video {
    height: 224px;
  }
}
@media (max-width: 479px) {
  .video {
    height: 144px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding: 52px 0 58px;
}
.well h2 {
  line-height: 60px;
}
@media (max-width: 1199px) {
  .well h2 {
    line-height: 48px;
  }
}
@media (max-width: 979px) {
  .well h2 {
    line-height: 42px;
  }
}
.well_2 {
  padding: 0;
}
@media (max-width: 479px) {
  .well_2 {
    /*padding: 100px 0;*/
  }
}
.well_3 {
  padding: 58px 0 45px;
}
.well_3 h2 {
  margin-top: -24px;
}
.well_4 {
  padding: 64px 0 58px;
}
.well__ins1 {
  padding-bottom: 38px;
}
.well__ins2 {
  padding-bottom: 45px;
}
.well__ins3 {
  padding-bottom: 64px;
}
.well__ins4 {
  padding-bottom: 52px;
}
.well__ins5 {
  padding-bottom: 76px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f3b40d;
}
.bg-secondary {
  background: #262626;
}
.primary {
  color: #f3b40d;
}
/*==================     Text     ======================*/
.text-lg-bg {
  display: inline-block;
  min-width: 503px;
  padding: 100px 16px;
  color: #000; 
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  margin-left: -4px;
  width: 50%;

}
.text-lg-bg strong {
  display: block;
}
.text-lg-bg + br + .text-lg-bg {
  margin-top: 1px;
}
.text-sm-bg {
  display: inline-block;
  min-width: 503px;
  padding: 0 16px;
  color: #fff;
  font: 400 18px/30px 'Open Sans', sans-serif;
  background-color: rgba(0, 0, 0, 0.45);
}
.text-sm-bg + br + .text-sm-bg {
  margin-top: 1px;
}
.text-lg-bg + br + .text-sm-bg {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .text-lg-bg,
  .text-sm-bg {
    min-width: 100%;
    box-sizing: border-box;
  }
  .text-lg-bg {
    font-size: 38px;
    line-height: 42px;
  }
  .text-sm-bg {
    display: none;
  }
}
@media (max-width: 479px) {
  .text-lg-bg {
    font-size: 24px;
    line-height: 32px;
  }
}
h2.off1 {
  margin-top: -20px;
}
h2.off1 + p {
  margin-top: 22px;
}
h2.off2 {
  margin-top: -15px;
}
h2.off3 {
  margin-top: -3px;
  margin-left: -5px;
}
h2.mod1 strong {
  display: inline-block;
}
h2.mod1 + p {
  margin-top: 26px;
}
.text2 {
  font: 700 12px/17px 'Open Sans', sans-serif;
  color: #8DACAD;
  font-weight:400 !important;
}
.text3 {
  padding-left: 10px;
  font: 300 27px/27px 'Open Sans', sans-serif;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
  color: #fff;
}
.text3 span {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #2f2f2f;
}
footer h4 {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
}
footer h4 + * {
  margin-top: 17px;
}
.copyright {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
.copyright a:hover {
  text-decoration: underline;
}

h2.off1 {
  font-size: 38px;
  line-height: 48px;
}
h3 {
  line-height: 32px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 18px;
  }
  body .grid_3 h2, body .grid_3 h2 span {
    font-size: 28px;
    line-height: 38px;
  }
  .box_aside img {
    width: 40px;
    height: auto;
  }
  h2.off1 {
    font-size: 28px;
    line-height: 38px;
  }
  .grid_5 {
    padding-bottom: 45px;
  }
  .btn {
    display: block;
  }
  select.select {
    padding: 0 10px;
  }
  .mobile .parallax, .tablet .parallax {
    background-position: 65% 30px !important;
  }
}
p {
  padding-bottom: 15px;
}
p:last-of-type {
  padding-bottom: 0;
}

.text3 {
  line-height: 36px;
}
.text3 span {
  line-height: 28px;
  display: inline-block;
}
.sf-menu > li > a {
  font-size: 18px;
}
.well.parallax {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .4);
}