@import url(../../font-awesome/4.1.0/css/font-awesome.min.css);
@import "animate.css";
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(../../s/raleway/v12/1Ptrg8zYS_SKggPNwIYqWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(../../s/raleway/v12/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(../../s/raleway/v12/1Ptrg8zYS_SKggPNwN4rWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(../../s/raleway/v12/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(../../s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(../../s/raleway/v12/1Ptrg8zYS_SKggPNwIouWqZPBQ.ttf) format('truetype');
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  background: #191919;
  color: #777;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 81px;
  line-height: 80px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -4.86px;
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 72px;
    line-height: 74px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 69px;
    line-height: 74px;
  }
}
h2,
h3,
h4 {
  color: #191919;
}
h2,
h3 {
  text-transform: uppercase;
  font-weight: 700;
}
h2 span,
h3 span {
  font-weight: 300;
}
h2 {
  font-size: 70px;
  line-height: 79px;
  letter-spacing: -1.2px;
}
h3 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 42px;
    line-height: 48px;
  }
}
h4 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}
h4 a:hover {
  color: #278032;
}
/* Gallery Hover */
a[data-gal] {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
a[data-gal] img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1199px) {
  a[data-gal] img {
    width: 100%;
  }
}
a[data-gal] .gallery-overlay {
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
a[data-gal] .gallery-overlay:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  margin-top: -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 a[data-gal] .gallery-overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.lt-ie9 a[data-gal] .gallery-overlay:before {
  display: none;
}
a[data-gal]:hover {
  text-decoration: none;
}
a[data-gal]:hover img {
  transform: scale(1.2);
}
a[data-gal]:hover .gallery-overlay {
  background: rgba(39, 128, 50, 0.5);
}
.lt-ie9 a[data-gal]:hover .gallery-overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80278032', endColorstr='#80278032');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80278032', endColorstr='#80278032');
  zoom: 1;
}
a[data-gal]:hover .gallery-overlay:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lt-ie9 a[data-gal]:hover .gallery-overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.lt-ie9 a[data-gal]:hover .gallery-overlay:before {
  display: block;
}
.appear {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .appear {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.page {
  overflow: hidden;
}
/*========================================================
                    Main Layout
=========================================================*/
a[data-gal] + .off1,
img + .off1 {
  margin-top: 21px;
}
h3 + .off1 {
  margin-top: 27px;
}
h3 + .off2 {
  margin-top: 45px;
}
h3 + .off3 {
  margin-top: 24px;
}
h3 + .off4 {
  margin-top: 37px;
}
.row + .off1 {
  margin-top: 33px;
}
p + .off1 {
  margin-top: 48px;
}
p + .off2 {
  margin-top: 23px;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header {
  background: #278032;
  color: #fff;
}
.header > .container {
  padding: 17px 0 31px;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .company,
  .header .contact-info,
  .header .header-menu,
  .header .social-list {
    float: none;
  }
  .header .stuck {
    padding-bottom: 10px;
  }
}
.company {
  float: left;
  margin-top: 8px;
}
.company_slogan {
  font: 700 31px/33px 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #eec511;
  margin: -9px 0 0 13px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .company_slogan {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .company_slogan {
    font-size: 26px;
    line-height: 28px;
  }
}
.contact-info {
  float: right;
  margin-top: 20px;
  text-align: right;
  line-height: 33px;
}
.contact-info p {
  font-size: 28px;
}
.contact-info .phone {
  margin-top: 8px;
  color: #eec511;
  font-size: 48px;
  font-weight: 700;
}
.contact-info .phone span {
  font-size: 64px;
  line-height: 33px;
  color: #fff;
}
@media (max-width: 479px) {
  .contact-info p {
    font-size: 25px;
  }
  .contact-info .phone {
    font-size: 33px;
  }
  .contact-info .phone span {
    font-size: 54px;
  }
}
.stuck {
  background: #191919;
}
.stuck:before,
.stuck:after {
  content: " ";
  display: table;
}
.stuck:after {
  clear: both;
}
.header-menu {
  float: left;
}
.social-list {
  float: right;
  color: #777;
  margin-top: 24px;
}
.social-list li {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
}
.social-list li + li {
  margin-left: 5px;
}
.social-list a:hover {
  color: #eec511;
}
/*========= Stuck menu styles ======================*/
.isStuck {
  z-index: 999;
}
.isStuck .sf-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.isStuck .social-list {
  margin-top: 9px;
}
.isStuck .sf-menu ul {
  top: 53px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 23px 28px 24px 29px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  color: #fff;
}
.sf-menu > li > a:hover {
  color: #191919;
  background: #eec511;
}
.sf-menu > li > a:hover.sf-with-ul:after {
  color: #191919;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 23px 14px 24px;
  }
}
.sf-menu > li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #474747;
}
.sf-menu > li:first-child:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #474747;
}
.sf-menu > li > .sf-with-ul:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 31px;
  margin-left: 12px;
  color: #eec511;
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  color: #191919;
  background: #eec511;
}
.sf-menu > li.current > a.sf-with-ul:after,
.sf-menu > li.sfHover > a.sf-with-ul:after {
  color: #191919;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 80px;
  left: -40px;
  z-index: 4;
  width: 269px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font: 500 15px/30px 'Raleway', sans-serif;
  text-align: left;
}
.sf-menu ul li a {
  display: block;
  background: #fff;
  color: #777777;
  padding: 15px 0 15px 20px;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  background: #278032;
  color: #fff;
}
.sf-menu ul li + li {
  border-top: 1px solid #d9d9d9;
}
.sf-menu ul li.sfHover > a {
  background: #278032;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    width: 200px;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 270px;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul ul {
    left: 202px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #fff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #e5e5e5;
}
/*========= Wrappers ======================*/
.wrapper1 {
  padding: 80px 0 82px;
  position: relative;
}
.wrapper1__ins1 {
  padding-bottom: 106px;
}
.wrapper1__ins2 {
  padding-bottom: 73px;
}
@media (max-width: 767px) {
  .wrapper1__mod {
    padding-bottom: 0;
  }
}
.wrapper2 {
  padding: 61px 0 92px;
  position: relative;
}
.wrapper2__ins1 {
  padding-bottom: 80px;
}
.mt-img {
  margin-top: 8px;
}
/*========= Boxes ======================*/
.box {
  position: relative;
}
.box img {
  width: 100%;
}
.box h3 {
  color: #fff;
}
.box h3 span {
  color: #eec511;
}
.box_cnt {
  padding-right: 30px;
}
.box .link {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 64px;
  line-height: 64px;
  color: #278032;
}
.box .link:hover {
  color: #fff;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box h3 {
    font-size: 36px;
    line-height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box h3 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (max-width: 479px) {
  .box h3 {
    font-size: 36px;
    line-height: 41px;
  }
}
.box__mod h3 span {
  color: #fff;
}
@media (max-width: 979px) {
  .box__mod h3 span {
    color: #eec511;
  }
}
.box2_cnt {
  background: #fff;
  padding: 11px 5px 29px 20px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 1199px) {
  .box2 a[data-gal] {
    display: block;
  }
}
/*========= Buttons ======================*/
.btn1 {
  display: inline-block;
  font: 600 22px/33px 'Raleway', sans-serif;
  padding: 24px 0 23px;
  text-align: center;
  min-width: 199px;
  color: #191919;
  background: #eec511;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn1 span {
  line-height: 33px;
  color: #fff;
  margin-left: 9px;
}
.btn1:hover {
  color: #eec511;
  background: #191919;
}
.btn2 {
  display: inline-block;
  font: 600 20px/33px 'Raleway', sans-serif;
  padding: 19px 0 18px;
  text-align: center;
  min-width: 162px;
  color: #fff;
  background: #278032;
}
.btn2:hover {
  background: #eec511;
}
/*========= Backgrounds ======================*/
.bg {
  background: #191919;
  position: relative;
  overflow: hidden;
}
.bg h3,
.bg h4,
.bg p {
  color: #fff;
}
.bg .overlay {
  right: 32.7%;
  height: 140%;
  background: #eec511;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .bg .overlay {
    right: 57.7%;
  }
}
@media (max-width: 979px) {
  .bg .overlay {
    display: none;
  }
}
.lt-ie9 .bg .overlay {
  right: 61.7%;
}
.overlay {
  position: absolute;
  width: 120%;
  top: 0;
  -moz-transform: rotate(114deg);
  -ms-transform: rotate(114deg);
  -webkit-transform: rotate(114deg);
  -o-transform: rotate(114deg);
  transform: rotate(114deg);
}
.bg2 {
  background: #278032;
  color: #fff;
}
.bg2 h3 {
  color: #fff;
}
/*========= Caption ======================*/
.caption {
  text-align: right;
}
.caption h2 {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .caption h2 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .caption h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
.caption h2 + .btn1 {
  margin-top: 16px;
}
@media (max-width: 479px) {
  .caption {
    text-align: center;
    bottom: 40px;
  }
  .caption h2 {
    font-size: 37px;
    line-height: 40px;
  }
}
/*========= Markered List ======================*/
.markered-list li + li {
  margin-top: 31px;
}
.markered-list a {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 22px;
}
.markered-list a:before {
  content: '\f105 ';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 30px;
  color: #eec511;
}
.markered-list a:hover {
  color: #eec511;
}
.markered-list a:hover:before {
  color: #fff;
}
.img-wrap {
  position: absolute;
  bottom: 0;
}
.img-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .img-wrap {
    position: relative;
  }
}
/*========= Address ======================*/
address {
  font-size: 22px;
  line-height: 34px;
  color: #fff;
}
address p {
  position: relative;
  padding-left: 45px;
  font-weight: 600;
}
address p:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  line-height: 34px;
  color: #eec511;
}
address p + p {
  margin-top: 21px;
}
address .addr:before {
  content: '\f041';
  font-size: 40px;
}
address .phone {
  color: #278032;
  font-size: 38px;
  font-weight: 700;
}
address .phone:before {
  content: '\f10b ';
  font-size: 50px;
}
address .hours:before {
  content: '\f017';
  font-size: 33px;
}
address .mail:before {
  content: '\f0e0';
  font-size: 28px;
}
address .mail a {
  color: #278032;
}
address .mail a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  address {
    font-size: 18px;
    line-height: 28px;
  }
  address .phone {
    font-size: 30px;
  }
}
/*========= Map ======================*/
.map {
  height: 550px;
  position: relative;
  overflow: hidden;
}
.map_caption {
  position: relative;
  padding-top: 71px;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .map_caption {
    padding-bottom: 20px;
  }
}
.map h3 {
  color: #fff;
}
.map .overlay {
  right: 27.2%;
  height: 170%;
  background: rgba(25, 25, 25, 0.8);
  z-index: 1;
}
.lt-ie9 .map .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  zoom: 1;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .map .overlay {
    width: 156%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .map .overlay {
    width: 192%;
    right: 9.2%;
  }
}
@media (max-width: 767px) {
  .map .overlay {
    width: 100%;
    left: 0;
    right: 0;
    top: 350px;
    bottom: 0;
    height: auto;
    transform: none;
  }
}
.lt-ie9 .map .overlay {
  right: 50%;
}
@media (max-width: 767px) {
  .map {
    height: auto;
    padding-top: 350px;
    overflow: inherit;
  }
}
/*========= Number-box ======================*/
.number-box {
  position: relative;
  padding-left: 100px;
}
.number-box:before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 10px;
  width: 66px;
  height: 66px;
  line-height: 57px;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  background: #278032;
}
.number-box:after {
  content: '';
  position: absolute;
  left: 66px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #278032;
}
@media (min-width: 768px) and (max-width: 979px) {
  .number-box {
    padding: 100px 0 0;
  }
  .number-box:before {
    top: 0;
    left: 50%;
    margin-left: -33px;
  }
  .number-box:after {
    display: none;
  }
}
@media (max-width: 479px) {
  .number-box {
    padding: 100px 0 0;
  }
  .number-box:before {
    top: 0;
    left: 50%;
    margin-left: -33px;
  }
  .number-box:after {
    display: none;
  }
}
/*========= Quote ======================*/
.quote {
  padding-left: 58px;
  position: relative;
}
.quote:before {
  content: '\f10d ';
  position: absolute;
  left: 0;
  top: 8px;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.quote p + h4 {
  margin-top: 29px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.policy-box + .policy-box {
  margin-top: 26px;
}
.policy-link {
  margin-top: 29px;
}
.policy-link a {
  text-decoration: underline;
}
.policy-link a:hover {
  color: #278032;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer {
  padding: 25px 0 26px;
}
@media (max-width: 767px) {
  .footer {
    border-top: 1px solid #777;
  }
}
.copyright a:hover {
  color: #278032;
}
/*========================================================
                    Widget styles
=========================================================*/
/* parallax styles
========================================================*/
.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
  }
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  position: relative;
  background-image: url(../images/page1-img8.jpg);
  overflow: hidden;
  padding: 317px 0 90px;
}
.parallax1 .caption {
  position: relative;
}
.parallax1 .camera_overlay {
  background: rgba(25, 25, 25, 0.8);
}
.lt-ie9 .parallax1 .camera_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  zoom: 1;
}
@media (max-width: 479px) {
  .parallax1 {
    padding-top: 150px;
  }
}
.parallax2 {
  background-image: url(../images/page1-img8.jpg);
  color: #fff;
}
.parallax2 .parallax-overlay {
  background: rgba(25, 25, 25, 0.8);
}
.lt-ie9 .parallax2 .parallax-overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  zoom: 1;
}
.parallax2 h3,
.parallax2 h4 {
  color: #fff;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  z-index: 20;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  background: #eec511;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 2px 0 #fff;
}
#toTop:hover {
  background: #278032;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*============ Background RGBA==============*/
.google-map-markers {
  display: none;
}
.google-map-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.google-map {
  width: 100%;
  height: 100%;
  color: #000;
}

/*# sourceMappingURL=style.css.map */