﻿@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:500,600,700,400,300,800);
@import "animate.css";
/*============= 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: #eee;
}
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;
}
p {
	color: #eee;
	line-height: 22px;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 75px;
  line-height: 66px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -4.86px;
}
@media (max-width: 1199px) {
	h1 {
	 font-size: 65px;
  line-height: 57px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 69px;
    line-height: 60px;
  }
}
h1 span {
    -webkit-text-fill-color: #0379a1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: -1.86px;
}
h2,
h3,
h4 {
  color: #191919;
}
h2,
h3 {
  text-transform: uppercase;
  font-weight: 700;
}
h2 span,
h3 span {
  font-weight: 300;
}
h2 span.small {
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
}
h2 {
  font-size: 70px;
  line-height: 79px;
  letter-spacing: -1.2px;
}
h3 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -1.2px;
}
@media (max-width: 979px) {
h3 {
	    font-size: 29px;
    line-height: 35px;
}
}
@media (max-width: 479px) {
  h3 {
    font-size: 42px;
    line-height: 48px;
  }
}
h4 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}
@media (max-width: 1199px) {
	h4 {
	font-size: 19px;
}
}
@media (max-width: 979px) {
	h4 {
	font-size: 18px;
}
}
h4 a:hover {
  color: #278032;
}
h4.title {
  color: #fff;
  border-bottom: 1px #fff dotted;
  margin-bottom: 4px;
}
/* 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: #ffffff;
  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(0, 0, 0, 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;
}
.number-list {
    margin-top: 27px;
}
.number-list li {
    position: relative;
    padding-left: 70px;
    font-size: 22px;
    font-weight: 300;
    padding-top: 15px;
}
.number-list li:before {
    content: attr(data-number);
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    font: 700 24px/50px 'Ralway', sans-serif;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    background: #0379a1;
    border-radius: 50px;
}
.number-list li + li {
    margin-top: 20px;
}
.number-list + .btn2 {
	margin-top: 60px;
}

/*========================================================
                    Main Layout
=========================================================*/
a[data-gal] + .off1,
img + .off1 {
  margin-top: 21px;
}
h2 + .btn3 {
  margin-top: 10px;
}
h3 + .off1 {
  margin-top: 27px;
  color: #191919;
}
h3 + .off2 {
  margin-top: 45px;
}
h3 + .off3 {
  margin-top: 24px;
}
h3 + .off4 {
  margin-top: 37px;
}
h3 + .off5 {
  margin: 15px 0 20px;
  color: #191919;
}
.row + .off1 {
  margin-top: 33px;
}
p + .off1 {
  margin-top: 48px;
}
p + .off2 {
  margin-top: 23px;
}
.privacy-box p {
	color: #191919;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header {
    background: url('../images/inset-shadow-header.PNG') 0 63% repeat-x, -webkit-linear-gradient(#0379a1, #1999c4); /* For Safari 5.1 to 6.0 */
    background: url('../images/inset-shadow-header.PNG') 0 63% repeat-x, -o-linear-gradient(#0379a1, #1999c4); /* For Opera 11.1 to 12.0 */
    background: url('../images/inset-shadow-header.PNG') 0 63% repeat-x, -moz-linear-gradient(#0379a1, #1999c4); /* For Firefox 3.6 to 15 */
    background: url('../images/inset-shadow-header.PNG') 0 63% repeat-x, linear-gradient(#0379a1, #1999c4);
    color: #ffffff;
}
.header > .container {
  padding: 21px 0;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
    background: url('../images/inset-shadow-header.PNG') 0 79% repeat-x, -webkit-linear-gradient(#0379a1, #1999c4); /* For Safari 5.1 to 6.0 */
    background: url('../images/inset-shadow-header.PNG') 0 79% repeat-x, -o-linear-gradient(#0379a1, #1999c4); /* For Opera 11.1 to 12.0 */
    background: url('../images/inset-shadow-header.PNG') 0 79% repeat-x, -moz-linear-gradient(#0379a1, #1999c4); /* For Firefox 3.6 to 15 */
    background: url('../images/inset-shadow-header.PNG') 0 79% repeat-x, linear-gradient(#0379a1, #1999c4);
    color: #ffffff;
  }
  .header .company,
  .header .contact-info,
  .header .header-menu,
  .header .social-list {
    float: none;
    text-align: center;
  }
  .header .stuck {
    padding-bottom: 10px;
  }
}
.company {
  float: left;
  margin-top: 8px;
}
.company_slogan {
  font: 700 22px/20px 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: -15px 0 0 0;
}
.company_slogan_2 {
  font: 700 35px/25px 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 979px) {
  .company_slogan {
    font-size: 26px;
    line-height: 28px;
  }
  .company_slogan_2 {
   font-size: 28px;
   line-height: 20px;
   letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
	.company_slogan_2 {
   font-size: 28px;
   line-height: 28px;
   letter-spacing: -0.5px;
   text-align: center;
  }
}
@media (max-width: 479px) {
  .company_slogan {
    font-size: 26px;
    line-height: 28px;
  }
  .company_slogan_2 {
   font-size: 28px;
   line-height: 28px;
   letter-spacing: -0.5px;
   text-align: center;
  }
}
.contact-info {
  float: right;
  margin-top: 18px;
  text-align: right;
  line-height: 33px;
}
.contact-info p {
  font-size: 28px;
}
.contact-info .phone {
  margin-top: 15px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
	.contact-info .phone {
	margin-top: 10px;
    font-size: 43px;}
    .contact-info {
	margin-top: 16px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
	.contact-info .phone {
	margin-top: 10px;
    font-size: 37px;}
    .contact-info {
	margin-top: 5px;
	}
	.contact-info .phone span {
    font-size: 53px;
}
}
.contact-info .phone span {
  font-size: 64px;
  line-height: 33px;
  color: #ffffff;
}
@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: 20px;
  padding-bottom: 20px;
}
.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 23px 24px 23px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.sf-menu > li > a {
    padding: 23px 11px 24px 10px;
    font-size: 20px;
}
}
.sf-menu > li > a:hover {
  color: #0379a1;
  background: #ffffff;
}
.sf-menu > li > a:hover.sf-with-ul:after {
  color: #191919;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 18px 8px 18px;
    font-size: 16px;
  }
}
.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: #0379a1;
  background: #ffffff;
}
.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: #ffffff;
  color: #777777;
  padding: 15px 0 15px 20px;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  background: #278032;
  color: #ffffff;
}
.sf-menu ul li + li {
  border-top: 1px solid #d9d9d9;
}
.sf-menu ul li.sfHover > a {
  background: #278032;
  color: #ffffff;
}
@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: #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;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #e5e5e5;
}
/*========= Wrappers ======================*/
.wrapper1 {
  padding: 80px 0 82px;
  position: relative;
}
.wrapper1__ins1 {
  padding-bottom: 106px;
}
@media (max-width: 979px) {
.wrapper1 {
padding: 60px 0 82px;
}
.wrapper1__ins1 {
  padding-bottom: 50px;
}
}
.wrapper1__ins2 {
  padding-bottom: 73px;
}
@media (max-width: 767px) {
  .wrapper1__mod {
    padding-bottom: 30px;
  }
}
.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: #ffffff;
}
.box h3 span {
  color: #fff;
}
.box_cnt {
  padding-right: 30px;
  padding-bottom: 10px;
}
.box .link {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 64px;
  line-height: 64px;
  color: #278032;
}
.box .link:hover {
  color: #ffffff;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box h3 {
    font-size: 22px;
    line-height: 26px;;
  }
}
@media (max-width: 479px) {
  .box h3 {
    font-size: 36px;
    line-height: 41px;
  }
}
.box__mod h3 span {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
}
.box2_cnt {
  background: #0379a1;
  padding: 11px 20px 15px 20px;
}
@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: #fff;
  background: #0379a1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn1 span {
  line-height: 33px;
  color: #ffffff;
  margin-left: 9px;
}
.btn1:hover {
  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: #0379a1;
  border: none;
}
.btn2:hover {
  background: #191919;
}
.btn3 {
  display: inline-block;
  font: 600 19px/19px 'Raleway', sans-serif;
  padding: 15px;
  text-align: center;
  min-width: 162px;
  color: #0379a1;
  background: #ffffff;
}
.btn3:hover {
  background: #fff;
  color: #191919;
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn3 {
	padding: 15px 10px;
}
}

/*========= Backgrounds ======================*/
.bg {
  background: #191919;
  position: relative;
  overflow: hidden;
}
.bg h3,
.bg h4,
.bg p {
  color: #ffffff;
}
.bg .overlay {
  right: 32.7%;
  height: 140%;
  background: #0379a1;
}
@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: 100%;
  top: -36%;
  -moz-transform: rotate(114deg);
  -ms-transform: rotate(114deg);
  -webkit-transform: rotate(114deg);
  -o-transform: rotate(114deg);
  transform: rotate(114deg);
}
.bg2 {
  background: #0379a1;
  color: #ffffff;
}
.bg2 h3 {
  color: #ffffff;
}
/*========= Caption ======================*/
.caption {
  text-align: right;
}
.caption h2 {
  color: #ffffff;
  line-height: 55px;
  font-size: 55px;
  letter-spacing: -2.5px;
}
.caption h2 span {
    font-weight: 300;
    line-height: 50px;
}
@media (max-width: 1199px) {
  .caption h2 {
    font-size: 54px;
    line-height: 54px;
  }
  h2 span.small {
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
  .caption h2 {
    font-size: 43px;
    line-height: 50px;
	}
}
@media (max-width: 767px) {
  .caption h2 {
    font-size: 36px;
    line-height: 40px;
  }
    h2 span.small {
    font-weight: 300;
    font-size: 33px;
    line-height: 38px;
}
}
.caption h2 + .btn1 {
  margin-top: 16px;
}

.caption h3 {
  color: #ffffff;
  line-height: 55px;
  font-size: 55px;
  letter-spacing: -2.5px;
}
.caption h3 span {
    font-weight: 300;
    line-height: 50px;
    font-size: 30px;
}
.caption h3 + .btn3 {
	margin-top: 20px;
}
@media (max-width: 1199px) {
  .caption h3 {
    font-size: 53px;
    line-height: 53px;
  }
  h3 span.small {
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
  .caption h3 {
    font-size: 40px;
    line-height: 38px;
   	}
   .caption h3 span {
    font-weight: 300;
    line-height: 44px;
    font-size: 26px;
    }
}
@media (max-width: 767px) {
  .caption h3 {
    font-size: 36px;
    line-height: 40px;
  }
    h3 span.small {
    font-weight: 300;
    font-size: 33px;
    line-height: 38px;
}
}
.caption h3 + .btn1 {
  margin-top: 16px;
}
@media (max-width: 479px) {
  .caption {
    text-align: center;
    bottom: 40px;
  }
  .caption h3 {
    font-size: 37px;
    line-height: 40px;
  }
    h3 span.small {
    font-weight: 300;
    font-size: 34px;
    line-height: 40px;
}
.caption h3 span {
    font-weight: 300;
    line-height: 38px;
    font-size: 24px;
}
}
/*========= Markered List ======================*/
.markered-list li + li {
  margin-top: 31px;
}
.markered-list a {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 20px;
  padding-top: 3px;
}
@media (min-width: 980px) and (max-width: 1199px) {
.markered-list a {
	font-size: 15px;
}
.markered-list li + li {
    margin-top: 15px;
}
}
@media (max-width: 979px) {
.markered-list a {
	font-size: 12px;
}
.markered-list li + li {
    margin-top: 5px;
}
}
.markered-list a:before {
  content: '\f105 ';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 30px;
  color: #fff;
}
.markered-list a:hover {
  color: #191919;
}
.markered-list a:hover:before {
  color: #191919;
}
.img-wrap {
  position: absolute;
  bottom: 20%;
}
.img-wrap img {
  width: 100%;
}
@media (min-width: 979px) and (max-width: 1199px) {
  .img-wrap {
  position: absolute;
    top: 20%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .img-wrap {
  position: absolute;
    top: 16%;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .img-wrap {
  position: relative;
    top: 16.5%;
  }
}
@media (max-width: 479px) {
  .img-wrap {
   margin-bottom: 30px;
     position: relative;
  }
}
.image-right {
    float: right;
    margin: 20px 0 0 20px;
}
/*========= Address ======================*/
address {
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
}
@media (min-width: 767px) and (max-width: 979px) {
	address {
  font-size: 19px;
  }
}


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: #fff;
}
address p + p {
  margin-top: 27px;
}
address .addr:before {
  content: '\f041';
  font-size: 40px;
}
address .addr_dark:before {
  content: '\f041';
  font-size: 40px;
  color: #191919;  
}
address .phone {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}
address .phone:before {
  content: '\f10b ';
  font-size: 50px;
}
address .phone_dark {
  color: #191919;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 479px) {
	address .phone_dark {
	font-size: 33px;
}
}
address .phone_dark:before {
  content: '\f10b ';
  font-size: 50px;
  color: #191919;
}
address .tel:before {
  content: '\f095';
  font-size: 33px;
}
address .tel {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}
address .tel_dark {
  color: #191919;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 479px) {
	address .tel_dark {
	font-size: 33px;
}
}
address .tel_dark:before {
  content: '\f095';
  font-size: 33px;
  color: #191919;
}
address .mail:before {
  content: '\f0e0';
  font-size: 28px;
}
address .mail a {
  color: #fff;
}
address .mail_dark:before {
  content: '\f0e0';
  font-size: 28px;
  color: #191919;
}
address .mail_dark a {
  color: #191919;
}
address .mail a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  address {
    font-size: 15px;
    line-height: 28px;
  }
  address .phone, address .tel {
    font-size: 30px;
  }
}
/*========= Map ======================*/
.map {
  height: 550px;
  position: relative;
  overflow: hidden;
}
.map_caption {
  position: relative;
  padding-top: 125px;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .map_caption {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.map h3 {
  color: #ffffff;
}
.map .overlay {
  right: 29.4%;
  height: 170%;
  background: rgba(25, 25, 25, 0.7);
  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: 150%;
  }
}
@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: #ffffff;
  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: #ffffff;
}
.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-box p {
	color: #191919;
}
.policy-box-black {
	color: #191919;
}
.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: #fff;
}
.web {
	text-align: right;
}
@media (max-width: 767px) {
	.copyright,
	.web {
	text-align: center;
}
}
/*========================================================
                    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: 180px 0 130px;
}
.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-img9.jpg);
  color: #ffffff;
}
.parallax2 .parallax-overlay {
  background: rgba(25, 25, 25, 0.5);
}
.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;
}

.parallax3 {
  background-image: url(../images/parallex-bathrooms.jpg);
  color: #ffffff;
}
.parallax3 .parallax-overlay {
  background: rgba(25, 25, 25, 0.8);
}
.lt-ie9 .parallax3 .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;
}

.parallax4 {
  background-image: url(../images/parallex-loft.jpg);
  color: #ffffff;
}
.parallax4 .parallax-overlay {
  background: rgba(25, 25, 25, 0.8);
}
.lt-ie9 .parallax4 .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;
}
.parallax5 {
  background-image: url(../images/parallex-kitchen.jpg);
  color: #ffffff;
}
.parallax5 .parallax-overlay {
  background: rgba(25, 25, 25, 0.8);
}
.lt-ie9 .parallax5 .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,
.parallax3 h3,
.parallax3 h4,
.parallax4 h3,
.parallax4 h4,
.parallax5 h3,
.parallax5 h4 {
  color: #ffffff;
}
/* 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: #0379a1;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #ffffff;
  color: #0379a1;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*============ Background RGBA==============*/
