@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(fl-great-icon-set.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #fff;
  font: 400 14px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
}

h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 4.8px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h2 br {
    display: none;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

h3 {
  font-size: 36px;
  line-height: 42px;
}

h4 {
  font-size: 30px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h6 {
  font-size: 14px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

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:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover,
a[href^="mailto:"]:hover {
  color: #F9BA2E;
}

strong {
  font-weight: 900;
}

.fa {
  line-height: 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: 25px;
}

.mg-add_2 {
  margin-top: 60px;
}

/*=======================================================
                       Main Layout
=========================================================*/
h2 + p {
  margin-top: 19px;
}

h5 + p {
  margin-top: 28px;
}

* + .offset-1 {
  margin-top: 50px;
}

* + .offset-2 {
  margin-top: 60px;
}

* + .offset-3 {
  margin-top: 75px;
}

* + .btn {
  margin-top: 30px;
}

* + .btn-2 {
  margin-top: 18px;
}

* + .link-wrap {
  margin-top: 65px;
}

* + .owl-carousel {
  margin-top: 55px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  text-align: center;
  background: #F9BA2E;
  width: 171px;
  height: 167px;
  border-bottom: 9px solid #fff;
  padding-top: 33px;
}
.brand_name {
  overflow: hidden;
}
.brand_slogan {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  padding-left: 4px;
}
.brand .brand_name + .brand_slogan {
  margin-top: 5px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #F9BA2E;
}

/*================== Colors  ======================*/
.clr-primary {
  color: #F9BA2E;
}

.clr-default {
  color: #1e1b14;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin {
  font: 400 30px/30px "FontAwesome";
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: #F9BA2E;
  position: relative;
  font: 400 20px/24px "Lato", sans-serif;
  color: #1e1b14;
  letter-spacing: 0.5px;
  padding: 13.5px 22px;
}
.btn:before {
  content: '';
  width: 100%;
  height: 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.btn:hover {
  background: rgba(249, 186, 46, 0.5);
  color: #fff;
}
.btn:hover:before {
  height: 5px;
}
.btn:active {
  background: rgba(249, 186, 46, 0.7);
}

.btn-2 {
  display: inline-block;
  font: 400 20px/24px "Lato", sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
}
.btn-2:hover {
  color: #F9BA2E;
}
.btn-2:active {
  color: #bc8305;
}
.btn-2__mod1 {
  position: relative;
  padding-left: 25px;
}
.btn-2__mod1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 30px;
  background: #fff;
}
.btn-2__mod1:hover {
  color: #1e1b14;
}

/*==================      Box      ======================*/
.box_header {
  font: 900 72px/82px "Lato", sans-serif;
  color: #F9BA2E;
}
@media (max-width: 767px) {
  .box_header {
    font-size: 45px;
  }
}
.box_header__mod1 {
  color: #fff;
}
.box_cnt {
  font: 400 20px/24px "Roboto", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .box_cnt {
    font-size: 16px;
  }
}

.box-2 {
  line-height: 165px;
  width: 100%;
  background: rgba(89, 50, 95, 0.7);
  display: inline-block;
  text-transform: uppercase;
  padding-left: 135px;
  text-align: left;
  position: relative;
  padding-right: 5px;
}
@media (max-width: 1199px) {
  .box-2 {
    padding-left: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-2 {
    padding-left: 5px;
    padding-top: 120px;
    text-align: center;
    line-height: 120px;
  }
}
.box-2:before {
  content: attr(data-fl-icon);
  font: 400 72px/165px fl-great-icon-set;
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .box-2:before {
    width: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-2:before {
    left: 50%;
    margin-left: -57.5px;
    line-height: 120px;
  }
}
.box-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-2 span {
  display: inline-block;
  vertical-align: middle;
  font: 700 20px/28px "Lato", sans-serif;
  letter-spacing: 1.5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-2:hover {
  background: #59325F;
}
.box-2:hover span {
  color: #fff;
}
.box-2:hover:before {
  color: #fff;
}
.box-2:hover:after {
  height: 10px;
}

.link-wrap a, .link-wrap span {
  font: 400 20px/36px "Lato", sans-serif;
  letter-spacing: 1.5px;
  color: #F9BA2E;
  text-transform: uppercase;
}
.link-wrap a:hover {
  color: #fff;
}
.link-wrap span {
  padding: 0 6px;
}

.thumb-wrap li {
  display: inline-block;
  width: 33.33%;
}
@media (max-width: 767px) {
  .thumb-wrap li {
    width: 100%;
  }
}

blockquote {
  display: block;
  position: relative;
  overflow: hidden;
}
blockquote img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
blockquote:before {
  position: absolute;
  content: '';
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
blockquote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
blockquote .overlay {
  position: absolute;
  left: 0;
  top: 18%;
  right: 0;
  padding: 0 10px;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 1199px) {
  blockquote .overlay {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  blockquote .overlay {
    left: 15%;
    right: 15%;
  }
}
blockquote .overlay q {
  display: block;
  position: relative;
  padding: 40px 0 55px;
}
blockquote .overlay q .before, blockquote .overlay q .after {
  font: 700 72px/72px "Lato", sans-serif;
  position: absolute;
  left: 46%;
}
blockquote .overlay q .before {
  top: 0;
}
blockquote .overlay q .after {
  bottom: 0;
  line-height: 20px;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  blockquote .overlay q br {
    display: none;
  }
}
blockquote .overlay cite {
  display: block;
  font-weight: 700;
}
blockquote .overlay cite span {
  font-weight: 400;
}
blockquote:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
blockquote:hover:before {
  background: linear-gradient(to bottom, rgba(184, 138, 2, 0.6), rgba(24, 24, 24, 0.6));
}
blockquote:hover:after {
  height: 15px;
}
blockquote:hover .overlay {
  opacity: 1;
}

.contact-info {
  font-weight: 700;
}
.contact-info .tel dt {
  line-height: 14px;
}
.contact-info .tel dd {
  font: 900 20px/30px "Lato", sans-serif;
  letter-spacing: 1px;
}
.contact-info address, .contact-info .email {
  letter-spacing: 0.35px;
}
.contact-info .email dt {
  float: left;
  padding-right: 5px;
}
.contact-info * + address {
  margin-top: 10px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 18px;
}
.inline-list a:hover {
  color: #F9BA2E;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #57677A;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #F9BA2E;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  z-index: 2;
}
.parallax:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(132, 146, 151, 0.8), rgba(40, 48, 72, 0.5));
  z-index: 1;
}
.parallax__mod1:before {
  background: linear-gradient(to bottom, rgba(132, 146, 151, 0.8), rgba(40, 48, 72, 0.5));
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
.thumb_overlay span {
  font: 400 48px/60px "Lato", sans-serif;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1.2px;
  position: absolute;
  top: 47%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
@media (max-width: 1499px) {
  .thumb_overlay span {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .thumb_overlay span br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .thumb_overlay span {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .thumb_overlay span {
    font-size: 24px;
    line-height: 36px;
  }
}
.thumb_overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(184, 138, 2, 0.6), rgba(24, 24, 24, 0.6));
}
.thumb:hover .thumb_overlay:before {
  height: 20px;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

.text-style_1 {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .text-style_2 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .text-style_2__mod1 br {
    display: none;
  }
}

.text-style_3 {
  letter-spacing: 1.2px;
  line-height: 60px;
}

.center {
  text-align: center;
}

p.after-style {
  position: relative;
  padding-bottom: 27px;
}
p.after-style:after {
  content: '';
  width: 28px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding: 340px 0 105px;
}

.well-1 {
  padding: 90px 0 105px;
}

.well-2 {
  padding: 95px 0 90px;
}

.well-3 {
  padding: 90px 0 85px;
}


.map-wrap {
	position:relative; 
}
	
.overlay {
	width:100%;
	min-height:500px; 
	position:absolute; 
	top:0;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 100px 0 145px;
  color: #57677A;
}
footer .brand {
  color: #fff;
  background: #57677A;
  border-bottom-color: #57677A;
}
footer .year {
  line-height: 18px;
  letter-spacing: 0.7px;
}
@media (max-width: 991px) {
  footer .year {
    line-height: 36px;
  }
}
