
@import url(//fonts.googleapis.com/css?family=PT+Sans);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 24px;
  background: #f6eaca;
  color: #7f7e77;
  letter-spacing: 1.2px;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h6,
h5 {
  text-transform: uppercase;
  color: #1b1b1b;
}
h1 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 4.2px;
}
h1 a:hover {
  text-decoration: none;
}
h2 {
  font-size: 64px;
  line-height: 73px;
}
h3 {
  position: relative;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 2.2px;
}
h3:after {
  content: '';
  display: block;
  height: 1px;
  width: 370px;
  margin: 19px auto 0;
  background: #e2dccb;
}
h3 a:hover {
  text-decoration: none;
  color: #790000;
}
@media (max-width: 479px) {
  h3:after {
    width: 100%;
  }
}
h3.line-100:after {
  width: 100%;
  background: #e0d5b8;
}
h4 {
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 2.3px;
}
h5 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 8.4px;
}
a[data-gal] {
  display: inline-block;
  position: relative;
}
a[data-gal] img {
  width: 100%;
}
a[data-gal] .overlay-gallery {
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 a[data-gal] .overlay-gallery {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  zoom: 1;
}
a[data-gal] .hover {
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -30px;
  text-align: center;
  position: absolute;
  visibility: hidden;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #790000;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a[data-gal]:hover .overlay-gallery {
  background: rgba(0, 0, 0, 0.5);
}
.ie8 a[data-gal]:hover .overlay-gallery {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
a[data-gal]:hover .hover {
  visibility: visible;
}
.page {
  overflow: hidden;
}
.shadow {
  position: relative;
  -webkit-box-shadow: 0px 4px 9px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 4px 9px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 4px 9px rgba(50, 50, 50, 0.3);
}
.ie8 .shadow {
  border-bottom: 2px solid #e8e2d1;
}
.btn {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 2.3px;
  width: 180px;
  text-transform: uppercase;
  background: #2c2627;
  padding: 11px 0 13px;
  margin: 0 auto;
  z-index: 1;
}
.btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  text-decoration: none;
  color: #1b1b1b;
}
.btn:hover:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn {
    width: 100%;
  }
}
.logo-caption .icon {
  position: relative;
  margin-bottom: 6px;
}
.logo-caption .icon span {
  display: block;
  font-size: 42px;
  line-height: 50px;
  color: #1b1b1b;
}
.logo-caption .icon:before,
.logo-caption .icon:after {
  content: '';
  position: absolute;
  top: 49%;
  left: 50%;
  height: 1px;
  width: 150px;
  background: #1b1b1b;
}
.logo-caption .icon:before {
  margin-left: -180px;
}
.logo-caption .icon:after {
  margin-left: 40px;
}
@media (max-width: 479px) {
  .logo-caption .icon:before,
  .logo-caption .icon:after {
    width: 100px;
  }
  .logo-caption .icon:before {
    margin-left: -130px;
  }
}
@media (max-width: 767px) {
  .wrap-top-767 {
    margin-top: 30px;
  }
}
.img-box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.img-box .btn {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  right: 0;
}
.img-box__inset1 {
  margin: 38px 0 0;
}
.img-box__inset1 .btn {
  margin-top: 0;
  top: auto;
  bottom: 47px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .img-box__inset1 .btn {
    bottom: 15px;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  padding-top: 64px;
  background: url("../images/page1-img1.jpg") no-repeat;
  text-align: center;
}
#header.__inset1 {
  padding-bottom: 108px;
}
#header .second {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #9b9c8f;
}
#header .header-wrapper {
  padding: 53px 0 311px;
}
@media (max-width: 767px) {
  #header .header-wrapper {
    padding-bottom: 100px;
  }
}
#header .number {
  font-size: 210px;
  letter-spacing: 27.8px;
  line-height: 220px;
}
@media (max-width: 767px) {
  #header .number {
    font-size: 150px;
  }
}
@media (max-width: 479px) {
  #header .number {
    font-size: 115px;
    letter-spacing: 6.8px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  margin: 55px 0 58px;
}
.sf-menu li {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0 15px;
}
.sf-menu li a {
  display: inline-block;
  font-size: 9px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #1b1b1b;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.sf-menu2 li a {
  display: inline-block;
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #1b1b1b;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.sf-menu li a.sf-with-ul:before {
  content: '\f107';
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  bottom: 1px;
  left: 50%;
  margin-left: -4px;
  color: #1b1b1b;
}
.sf-menu li a:hover {
  text-decoration: none;
  border-color: #1b1b1b;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu li a {
    padding: 7px 15px;
  }
}
.sf-menu > li.current > a {
  border-color: #1b1b1b;
}
.sf-menu > li.sfHover > a {
  border-color: #1b1b1b;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 37px;
  left: -27px;
  z-index: 4;
  text-transform: uppercase;
  text-align: center;
  width: 123px;
  padding: 20px 5px;
  display: none;
  background: #1b1b1b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  display: block;
}
.sf-menu ul li a {
  color: #ffffff;
}
.sf-menu ul li a:hover {
  border-color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  border-color: #ffffff;
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 9px 9.5px;
  border-color: transparent transparent #1b1b1b transparent;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 118px;
  z-index: 4;
  background: #1b1b1b;
}
.sf-menu ul ul:before {
  border: none;
}
@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: #ffffff 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;
  }
}
.absolute,
#content .google-map-api,
#content #map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/*============ Background ==============*/
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 10px 0;
  background: url("../images/page1-img1.jpg") no-repeat;
  border-bottom: 1px solid #e0d5b8;
  z-index: 999;
}
#header .isStuck .logo-caption,
#header .isStuck .second {
  display: none;
}
#header .isStuck .sf-menu {
  margin: 5px 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #f9f2df;
}
#content .wrapper1 {
  padding: 137px 0 125px;
}
#content .wrapper1__inset1 {
  padding-top: 117px;
}
#content .wrapper1__inset2 {
  padding-bottom: 84px;
}
#content .wrapper2 {
  padding: 166px 0 76px;
}
#content .wrapper2__inset1 {
  padding-top: 128px;
}
@media (max-width: 767px) {
  #content .wrapper2 {
    padding: 50px 0 50px;
  }
}
#content .wrapper3 {
  padding: 78px 0 89px;
}
#content .text {
  display: block;
}
#content .text span {
  text-transform: uppercase;
  background: #1b1b1b;
  color: #ffffff;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 5.4px;
  padding: 0 23px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .text span {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .text span {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #content .text span {
    font-size: 41px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  #content .text span {
    padding: 0 10px;
    font-size: 25px;
    line-height: 36px;
  }
}
#content .quote {
  color: #ffffff;
}
#content .quote .first {
  background: url("../images/page2-img7.png") no-repeat 20px 22px #1b1b1b;
  margin-bottom: 1px;
  margin-right: 2px;
  padding: 26px 10px 23px 73px;
  font-size: 12px;
  line-height: 24px;
}
#content .quote .second {
  display: inline-block;
  background: #1b1b1b;
  text-transform: uppercase;
  min-width: 277px;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 0;
  letter-spacing: 2px;
}
#content .quote .second:hover {
  text-decoration: none;
  background: #790000;
}
#content .anim span {
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#content .anim span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 0;
  z-index: -1;
  background: #790000;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#content .anim span.second {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#content .anim span.second:before {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#content .anim span.third {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#content .anim span.third:before {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#content .anim:hover {
  text-decoration: none;
}
#content .anim:hover span:before {
  height: 100%;
}
#content .img-wrap {
  margin-top: 17px;
}
@media (max-width: 767px) {
  #content .img-wrap {
    text-align: center;
  }
  #content .img-wrap a[data-gal] {
    margin-top: 20px;
  }
}
#content .box {
  text-align: center;
}
#content .box span {
  display: block;
  font-size: 32px;
  line-height: 38px;
  margin: 25px 0 23px;
}
#content .box p + p {
  margin-top: 12px;
}
#content .box + .box {
  margin-top: 109px;
}
#content .box__white {
  color: #f9f2df;
}
#content .box__white h3,
#content .box__white span {
  color: #f9f2df;
}
#content .box__white h3:after {
  height: 0;
}
#content .blog-box {
  text-align: center;
}
#content .blog-box .meta {
  margin: 34px 0 20px;
}
#content .blog-box .meta span {
  color: #1b1b1b;
  font-size: 12px;
  line-height: 24px;
}
#content .blog-box .meta a {
  margin-right: 10px;
}
#content .blog-box img {
  margin-top: -32px;
}
@media (max-width: 767px) {
  #content .blog-box img {
    margin: 20px 0;
  }
}
#content .box2 img {
  margin: -4px 0 13px;
}
#content .box2 p {
  margin-bottom: 38px;
}
#content .box2__inset1 img {
  margin: -62px 0 112px;
}
@media (max-width: 767px) {
  #content .box2__inset1 img {
    margin-top: 0;
  }
}
#content #map-canvas img {
  max-width: none !important;
}
#content .map {
  color: #fff;
  position: relative;
  text-align: center;
  height: 458px;
}
@media (max-width: 767px) {
  #content .map {
    height: 350px;
  }
}
#content .img-text {
  margin-top: -32px;
}
@media (max-width: 767px) {
  #content .img-text {
    margin-top: 30px;
  }
}
#content .policy-box {
  text-align: justify;
  padding: 0 100px;
}
#content .policy-box span {
  display: block;
  font-size: 32px;
  line-height: 38px;
  margin: 25px 0 23px;
}
#content .policy-box p + p {
  margin-top: 24px;
}
@media (max-width: 767px) {
  #content .policy-box {
    padding: 0;
  }
}
#content .policy-link {
  display: inline-block;
  margin-top: 25px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 104px 0 50px;
  text-align: center;
}
#footer .list {
  margin-top: 55px;
  color: #6f6d66;
}
#footer .list li.with-img {
  margin: -13px 0 34px;
}
#footer .list li.with-img a {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
#footer .list li.with-img a img {
  display: inline-block;
  width: 100%;
  border-radius: 50%;
}
#footer .list li.with-img a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #790000;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#footer .list li.with-img a:hover {
  text-decoration: none;
}
#footer .list li.with-img a:hover:after {
  left: -1px;
  top: -1px;
  width: 103%;
  height: 103%;
}
#footer .list li span {
  display: block;
}
#footer .list li + li {
  margin-top: 6px;
}
#footer .logo-caption {
  margin-top: 143px;
}
#footer .copyright {
  font-size: 11px;
  line-height: 35px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #9b9c8f;
}
/*========================================================
                    Widget styles
=========================================================*/
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
  z-index: 0;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  padding: 78px 0 83px;
  background-image: url(../images/page1-img1.jpg);
  background-position: center 30%;
}
@media (max-width: 767px) {
  .stellar-section .stellar1 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar2 {
  padding: 78px 0;
  background-image: url(../images/page3-img6.jpg);
  background-position: right center;
}
@media (max-width: 1199px) {
  .stellar-section .stellar2 {
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .stellar-section .stellar2 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar2 .divider {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
}
.ie8 .stellar-section .stellar2 .divider {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff');
  zoom: 1;
}
.primary {
  color: #1b1b1b;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Text ============*/
.t__center {
  text-align: center;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 20px;
  z-index: 20;
  padding: 5px 7px 9px;
  background: #1b1b1b;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #790000;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
