/*=== HEADER ===*/
#header{
    height: 6px;
}
.header-wrapper{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	border-top: 6px solid #324531;
}
.top-bar{
	color: #fff;
	padding-top: 45px;
}
.top-bar .cell:first-child{
	padding-left: 30px;
}
.top-bar .cell:last-child{
	padding-right: 15px;
}
.top-bar a:hover{
	color: #c7a543;
}
.top-bar .facebook{
	margin-right: 10px;
}
.top-bar .phone{
	font: 18px 'Montserrat-Bold';
	letter-spacing: 0.2em;
}
.search-btn{
	vertical-align: top;
	margin-top: 1px;
}
.ico-search{
	display: inline-block;
	background: url(../images/icons/search.png) no-repeat;
	width: 23px;
	height: 23px;
	position: relative;
}
.search-btn .ico-search:before{
	background: url(../images/icons/search-hvr.png) no-repeat;
}
/*=== SEARCH ===*/
.search-box{
	text-align: center;                                 
    background-color: rgba(50, 69, 49, 0.95);
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 125;
    opacity: 0;
    visibility: hidden;
}
.search-box.open{
	opacity: 1;
    visibility: visible;
}
.search-box.show{
	height: auto;
	padding: 20px 0;
}
.search-box input[type=text]{
    vertical-align: middle;
    font-size: 24px;
    width: 70%;
    background-color: transparent;
    border: none;
    background: #ffffff;
    padding: 12px 20px;
}
.search-box input[type=submit]{
    vertical-align: middle;
    color: transparent;
    width: 28px;
    height: 28px;
	background: url(../images/icons/search.png) no-repeat center center;
    margin-left: 15px;
    cursor: pointer;
}
.close-btn{
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 35px;
	right: 35px;
}
/*=== MAIN NAVIGATION ===*/
.header-menu{
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.logo-mobile-wrapper,
.mob-links,
.mob-link{
	display: none;
}
.logo-mob{
	display: none;
}
.header-menu .logo-item{
	padding: 0 27px;
	margin: 0;
}
.header-menu .logo{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0;
}
.header-menu .logo img{
	display: block;
}
.header-menu .logo img + img{
	display: none;
}
.main-nav{
	position: relative;
	font-size: 0;
	padding-top: 16px;
}
.main-nav:after{
	content: "";
	height: 1px;
	width: 100%;
	background: rgb(199,165,67);
	background: -moz-linear-gradient(left, rgba(199,165,67,1) 1%, rgba(229,193,91,1) 50%, rgba(50,69,49,1) 88%);
	background: -webkit-linear-gradient(left, rgba(199,165,67,1) 1%,rgba(229,193,91,1) 50%,rgba(50,69,49,1) 88%);
	background: linear-gradient(to right, rgba(199,165,67,1) 1%,rgba(229,193,91,1) 50%,rgba(50,69,49,1) 88%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a543', endColorstr='#324531',GradientType=1 );
	position: absolute;
	left: 0;
	bottom: 0;
}
.nav-menu > li{
    display: inline-block;
    vertical-align: top;
    padding-top: 45px;
    margin: 0 23.5px;
}
.nav-menu > li:first-child{
	margin-left: 0;
}
.nav-menu > li:last-child{
	margin-right: 0;
}
li.has-child{
    position: relative;
}
.nav-menu  li  a{
	position: relative;
	white-space: nowrap;
	font: 16px 'Montserrat-Black';
	text-transform: uppercase;
	letter-spacing: 0.2em;
    color: #fff;
    padding-bottom: 32px;
}
.nav-menu > li:not(.logo-item) > a:after{
	content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #c7a543;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.nav-menu > li:last-child > a:after{
	width: 100%;
}
.sub-menu{
  width: auto;
  padding: 24px 25px 25px;
  text-align: center;
  background: url(../images/layout/bg-texture.jpg);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
	transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: all 0.2s ease 0s;
	-moz-transition:    all 0.2s ease 0s;
	-ms-transition:     all 0.2s ease 0s;
	-o-transition:      all 0.2s ease 0s;
	transition:         all 0.2s ease 0s;
}
.sub-menu li a{
	display: block;
	font: 13px/20px 'Lato-Bold';
  color: #172016;
  background: #fff;
  padding: 16px 16px 15px;
  height: 49px;
}
.sub-menu li + li a {
	margin-top: 9px;
}
.sub-menu li a:hover{
	font-family: 'Lato-Black';
	color: #c7a543;
}
.sub-menu > li > a:after{
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  opacity: 0;
  visibility: hidden;
}
.sub-menu li a:hover{
	
}
.nav-menu > li.active > a:after,
.nav-menu > li > a:hover:after,
.sub-menu > li > a:hover:after,
li.has-child:hover > a:after,
li.has-child:hover .sub-menu,
.search-box.show{
	opacity: 1;
	visibility: visible;
}
/*=== FIXED & INNER HEADER ===*/
#inner #header{
	height: 113px;
}
#inner .header-menu,
.fixed .header-menu{
	background: #ffffff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(1,1,1,.1);
    -moz-box-shadow: 0 3px 8px 0 rgba(1,1,1,.1);
    box-shadow: 0 3px 8px 0 rgba(1,1,1,.1);
}
.fixed .header-menu .logo img,
#inner .header-menu .logo img{
	display: none;
}
.fixed .header-menu .logo img + img,
#inner .header-menu .logo img + img{
	display: block;
}
#inner .header-wrapper,
.fixed .header-wrapper{
	position: fixed;
}
.fixed .top-bar{
	display: none;
}
#inner .top-bar {
	background-color: #324531;
	padding: 4px 0 10px;
}
.fixed .main-nav,
#inner .main-nav{
	padding: 24px 0 18px;
}
#inner .main-nav:after,
.fixed .main-nav:after{
	content: none;
}
#inner .nav-menu > li,
.fixed .nav-menu > li{
	vertical-align: middle;
	padding-top: 0;
}
#inner .nav-menu li a,
.fixed .nav-menu li a{
	color: #1a1a1a;
}
#inner .nav-menu > li:not(.logo-item) > a,
.fixed .nav-menu > li:not(.logo-item) > a {
	padding: 24px 0px
}
#inner .nav-menu li a:hover,
.fixed .nav-menu li a:hover,
#inner .nav-menu li.active a,
.fixed .nav-menu li.active a{
	color: #c7a543;
}
#inner .nav-menu li a:after,
.fixed .nav-menu li a:after{
	content: none;
}
#inner .sub-menu,
.fixed .sub-menu{
	margin-top: 10px
}
/*=== TOP BANNER ===*/
.banner{
	position: relative;
	min-height: 600px;
}
.banner .top-slider{
	height: 100%;
    z-index: 1;
}
.banner .single-banner{
	height: 100%;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .single-banner:before,
.banner .single-banner:after,
.sub-banner:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.banner .single-banner:before{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.29) 1%, rgba(0,0,0,0) 55%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.29) 1%,rgba(0,0,0,0) 55%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.29) 1%,rgba(0,0,0,0) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}
.banner .single-banner:after{
	background: rgba(0,0,0,0.4);
}
.banner .container{
	z-index: 2;
	max-width: 1070px;
}
.banner-text{
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 70px 0 0;
}
.banner-text .large-text{
	margin-bottom: 10px;
}
.banner-content{
	max-width: 670px;
	margin: 0 auto 50px;
}
.banner-content,
.banner-text p{
	font: 20px 'Montserrat-Regular';
}
.banner-text p:last-child{
	margin-bottom: 0;
} 
.banner-text .btn{
    min-width: 236px;
}
.banner .slick-list,
.banner .slick-track{
	height: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.banner-bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding: 18px 15px 14px;
}
.banner-bottom span{
	font: 16px/24px 'Montserrat-Black';
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
}
.banner .slider-control{
	position: absolute;
	width: 100%;
	bottom: 92px;
	left: 0;
}
.sub-banner{
	height: 273px;
	padding-bottom: 55px;
	position: relative;
}
.sub-banner:after{
	background: url(../images/layout/sub-stripes.png) right bottom no-repeat rgba(49, 69, 48, 0.5);
}
.sub-banner:before{
	background: rgba(0, 0, 0, 0.4);
}
.sub-banner .banner-text{
	text-align: right;
	padding: 0 0 26px;
}
.sub-banner .large-text{
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 0;
}
/*=== BREADCRUMBS ===*/
.breadcrumbs-wrapper{
	width: 100%;
	padding: 14px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.breadcrumbs {
	font-size: 0px;
}
.breadcrumbs li{
	font: 14px/28px 'Montserrat-Regular';
	text-transform: uppercase;
	letter-spacing: 0.24em;
	color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.breadcrumbs li > a,
.breadcrumbs li > span {
	font: 14px/28px 'Montserrat-Regular';
}
.breadcrumbs li + li {
	margin-left: 15px;
	padding-left: 15px;
}
.breadcrumbs li:last-child{
	margin-right: 0;
}
.breadcrumbs li + li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FFF;
  border-radius: 50%;
	position: absolute;
	top:0;
	bottom: 0;
	left: -5px;
	margin: auto;
}
/*=== MAIN CONTENT ===*/
.main-content{
	font: 14px/22px 'Lato-Regular';
	min-height: 400px;
/* 	background: url(../images/layout/bg-texture.jpg); */
  background: url(../images/layout/bg-house.png) no-repeat right bottom;
	color: #172016;
	padding: 36px 0 110px;
}
.main-content .container{
	max-width: 1130px;
}
/*
.main-content.full-width{
    font: 16px 'Montserrat-Medium';
 	background: url(../images/layout/bg-house.png) no-repeat right bottom;
	color: #191919;
	padding: 48px 0 110px;
}
.main-content.full-width .container{
    max-width: 1090px;
}
.main-content.full-width .col-left{
	padding-right: 140px;
}
.main-content.full-width .col-left p{
	margin-bottom: 30px;
}
*/
.main-content .col-left > h1{
	margin-bottom: 35px;
}
.main-content .col-left > h3{
	font: 18px/30px 'Montserrat-Black';
	letter-spacing: 0;
	color: #324531;
}
.main-content .col-left h4{
	font: 16px 'Lato-Bold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.main-content .col-left p strong{
	font-family: 'Lato-Bold';
}
.main-content .col-left p{
	margin-bottom: 15px;
}
.main-content .col-left p:last-child{
	margin-bottom: 0;
}
.main-content .col-left .list{
	margin-bottom: 45px;
}
.main-content .col-left .list li:first-child{
	padding-top: 0;
}
.main-content .col-left .list li{
	position: relative;
}
.main-content .col-left .list li:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #c0a041;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 11px;
	top: 30px;
}
.main-content .col-left .list li:first-child:before{
	top: 8px;
}
.main-content .col-left .list li{
	border-bottom: 1px solid #324531;
	padding: 22px 25px 22px 42px;
}
.main-content .sidebar{
	width: 400px;
	padding-left: 100px;
	text-align: left; 
}
.main-content .sidebar h1,
.main-content .sidebar h2, 
.main-content .sidebar h3 {
	margin-bottom: 22px;
}

.main-content .sidebar p {
	line-height: 20px;
}
.main-content .sidebar p + p {
	margin: 14px 0 0 0;
}
.cta-banner{
	color: #fff;
	width: 100%;
	height: 265px;
	text-align: center;
	position: relative;
	padding: 40px 50px;
	margin-bottom: 50px;
}
.cta-banner:after{
	background: rgba(199, 165, 65, 0.8);
}
.cta-banner h3{
	font: 28px/30px 'Montserrat-Bold';
	margin-bottom: 10px;
}
.cta-banner p{
	font: 14px/22px 'Lato-Regular';
	margin-bottom: 15px;
}
.cta-banner .more{
	font: 14px 'Lato-Bold';
	letter-spacing: 0;
}
.cta-banner .more:hover{
	color: inherit;
	text-decoration: underline;
}
.cta-banner .more:before{
	content: none;
}
.cta-link a{
	font: 20px/32px 'Montserrat-Bold';
	text-transform: uppercase;
	display: block;
	background: #324531;
	color: #fff;
	padding: 31px 20px;
	text-align: center;
}
.cta-link a span{
	border-bottom: 1px solid #fff;
}
.cta-link {
	margin-bottom: 17px !important;
}
/*=== ABOUT SECTION ===*/
.about-wrapper{
	padding: 55px 0 65px;
	background: url(../images/layout/bg-house.png) no-repeat right bottom;
}
.about-wrapper .container{
	max-width: 950px;
}
.about-wrapper .more{
	padding-bottom: 20px;
	margin-top: 20px;
}
/*=== CALLOUT SECTION ===*/
.bar-callout{
	height: 200px;
	background: rgb(199,165,67);
	background: -moz-linear-gradient(-45deg, rgba(199,165,67,1) 0%, rgba(199,165,67,1) 46%, rgba(188,156,63,1) 46%, rgba(188,156,63,1) 49%, rgba(199,165,67,1) 49%, rgba(199,165,67,1) 50.5%, rgba(188,156,63,1) 50.5%, rgba(188,156,63,1) 65%, rgba(199,165,67,1) 65%, rgba(199,165,67,1) 70%, rgba(188,156,63,1) 70%, rgba(188,156,63,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(199,165,67,1) 0%,rgba(199,165,67,1) 46%,rgba(188,156,63,1) 46%,rgba(188,156,63,1) 49%,rgba(199,165,67,1) 49%,rgba(199,165,67,1) 50.5%,rgba(188,156,63,1) 50.5%,rgba(188,156,63,1) 65%,rgba(199,165,67,1) 65%,rgba(199,165,67,1) 70%,rgba(188,156,63,1) 70%,rgba(188,156,63,1) 100%);
	background: linear-gradient(135deg, rgba(199,165,67,1) 0%,rgba(199,165,67,1) 46%,rgba(188,156,63,1) 46%,rgba(188,156,63,1) 49%,rgba(199,165,67,1) 49%,rgba(199,165,67,1) 50.5%,rgba(188,156,63,1) 50.5%,rgba(188,156,63,1) 65%,rgba(199,165,67,1) 65%,rgba(199,165,67,1) 70%,rgba(188,156,63,1) 70%,rgba(188,156,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a543', endColorstr='#bc9c3f',GradientType=1 );
	color: #fff;
}
.bar-callout .cell:first-child{
/* 	padding-left: 35px; */
padding-right: 15px;
}
.bar-callout .cell:last-child{
	width: 375px;
/* 	padding-right: 35px; */
padding-left: 15px;
}
.bar-callout span{
	font: 32px 'Montserrat-Black';
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.bar-callout .more{
	padding: 0 98px 0 0;
	color: #fff;
}
.bar-callout .more:before,
.testimonials-wrapper .more:before {
	content: none;
}
.bar-callout .more:after,
.testimonials-wrapper .more:after{
	content: "";
	background: url(../images/layout/cta-more.png) center center no-repeat;
	width: 73px;
	height: 73px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid #324531;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bar-callout .more:hover:after,
.testimonials-wrapper .more:hover:after{
	border-color: #61855f;
	background-color: #61855f;
}
.bar-callout > .container {
	padding: 0;
}

/* Callout Banner Simple */
.bar-callout-simple{
	background: #c0a041;
	color: #fff;
	height: 128px;
}
.bar-callout-simple .cell:last-child{
	width: 260px;
}
.bar-callout-simple span{
	font: 27px/42px 'Montserrat-Bold';
	text-transform: uppercase;
}
.bar-callout-simple .more{
	font: 13px 'Lato-Bold';
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0;
}
.bar-callout-simple .more:after{
	content: "\f178";
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    color: #fff;
    margin-left: 50px;
}
.bar-callout-simple .more:before{
	content: none;
}
/*=== TESTIMONIALS SECTION ===*/
.testimonials-wrapper {
	background: url(../images/layout/bg-texture.jpg) repeat scroll top left transparent;
	padding-top: 40px;
}
.testimonials-wrapper .container{
	max-width: 1100px;
    padding: 0;
}
.testimonial-box{
	height: 460px;
	color: #fff;
	text-align: center;
	padding: 80px 0;
	background-attachment: fixed;
}
.testimonial-box .inner-box{
	max-width: 810px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.testimonial-box .large-text{
	margin-bottom: 10px;
}
.testimonial-box p.author{
	font: 16px 'Montserrat-Black';
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.testimonials-wrapper .more {
	position: absolute;
	color: #FFF;
	left: 26px;
	bottom: 20px;
	z-index: 9;
	font-size: 14px;
}
.testimonials-wrapper .more:after {
	width: 55px;
	height: 55px;
	right: -66px;
  top: -19px;
  border:2px solid #fff;
  background-size: 55%;
}
/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper{
/* 	padding: 8px 0; */
}
.quick-links-wrapper {
	background: url(../images/layout/bg-texture.jpg) repeat scroll top left transparent;
	padding: 20px 20px;
}
.quick-links-wrapper .container{
	max-width: 1200px;
	padding: 0;
}
#home .quick-links-wrapper{
	padding: 0;
}
#home .quick-links-wrapper .container{
	padding: 0 0 35px;
}
.quick-links-wrapper .ql-message {
	width: 390px;
	padding: 40px 50px 0 105px;
}
#inner .quick-links-wrapper .ql-message {
	vertical-align: middle;
}
.quick-links-wrapper .large-text{
	font: 36px/49px 'Montserrat-Bold';
	text-transform: uppercase;
	color: #324531;
	border-bottom: 2px solid #324531;
}
.quick-links-wrapper .cell:first-child p{
	font: 14px/22px 'Montserrat-Regular';
	color: #172016;
	margin-top: 25px;
}
.quick-links-wrapper .img-box{
	height: 355px;
	position: relative;
	padding: 30px 0;
}
.quick-links-wrapper .img-box{
/* 	top: -75px; */
	margin-top: -75px;
}
.quick-links-wrapper .img-box:before{
	content: "";
	width: 85px;
	height: 1px;
	background: #c7a543;
	position: absolute;
	left: -48px;
	top: 160px;
	z-index: 2;
}
.quick-links-wrapper .img-box:after{
	background: rgba(50, 69, 49, 0.9);
}
.quick-links-wrapper ul{
	z-index: 1;
	color: #fff;
}
.quick-links-wrapper li{
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin: 0 35px;
}
.ql-box{
	position: relative;
	z-index: 1;
}
.ql-box i{
	display: inline-block;
	vertical-align: top;
	width: 136px;
	height: 136px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 12px solid #61855f;
	background-position: center center;
	margin-bottom: 25px;
}
.ql-box:hover i{
	border-color: #61855f;
	background-color: #61855f;
}
.ql-box .ico-lg-order{
	background-image: url(../images/icons/lg-list.png);
}
.ql-box .ico-lg-paper-plane{
	background-image: url(../images/icons/lg-paper-plane.png);
}
.ql-box .ico-lg-archive{
	background-image: url(../images/icons/lg-archive.png);
}
.ql-box h3{
	display: inline;
	border-bottom: 1px solid transparent;
}
.ql-box:hover h3{
	border-color: #fff;
}
/*=== FOOTER ===*/
.footer-wrapper{
	height: auto;
	color: #fff;
	background: #090f0c;
}
.footer-wrapper > .relative{
	padding: 38px 0 60px;
}
.footer-wrapper > .relative:after{
	content: "";
	height: 17px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(199,165,67);
	background: -moz-linear-gradient(left, rgba(199,165,67,1) 0%, rgba(229,193,91,1) 50%, rgba(50,69,49,1) 100%);
	background: -webkit-linear-gradient(left, rgba(199,165,67,1) 0%,rgba(229,193,91,1) 50%,rgba(50,69,49,1) 100%);
	background: linear-gradient(to right, rgba(199,165,67,1) 0%,rgba(229,193,91,1) 50%,rgba(50,69,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a543', endColorstr='#324531',GradientType=1 );
	z-index: 1;
}
.footer-wrapper p,
.footer-wrapper .copyright {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.footer-wrapper .copyright{
	font-size: 12px;
	color: #353c3d;
	margin-bottom: 0;
}
.footer-wrapper .copyright span {
	margin: 0 3px;
}
.footer-links,
.footer-links li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.footer-links li + li::before {
	content: "|";
	vertical-align: middle;
	margin-right: 6px;
}
.footer-wrapper p a:hover,
.footer-links li a:hover,
.footer-links li a:active {
	color: #61855f;
}
.footer-wrapper .circle{
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 15px;
}
.footer-wrapper .ico-logo{
	margin-bottom: 50px;
}
.footer-wrapper .ico-logo:before,
.footer-wrapper .ico-logo:after{
	content: "";
	height: 1px;
	width: calc(50% - 50px);
    position: absolute;
    top: 21px;
	background: red;
}
.footer-wrapper .ico-logo:before{
	left: 15px;
	background: rgb(199,165,67);
	background: -moz-linear-gradient(left, rgba(199,165,67,1) 0%, rgba(229,193,91,1) 100%);
	background: -webkit-linear-gradient(left, rgba(199,165,67,1) 0%,rgba(229,193,91,1) 100%);
	background: linear-gradient(to right, rgba(199,165,67,1) 0%,rgba(229,193,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a543', endColorstr='#e5c15b',GradientType=1 );
}
.footer-wrapper .ico-logo:after{
	right: 15px;
	background: rgb(229,193,91);
	background: -moz-linear-gradient(left, rgba(229,193,91,1) 0%, rgba(50,69,49,1) 100%);
	background: -webkit-linear-gradient(left, rgba(229,193,91,1) 0%,rgba(50,69,49,1) 100%);
	background: linear-gradient(to right, rgba(229,193,91,1) 0%,rgba(50,69,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c15b', endColorstr='#324531',GradientType=1 );
}
.jbsystems {
    display: inline-block;
    vertical-align: top;
    background: url(../images/icons/logo-jb-systems.png) left bottom no-repeat;
    width: 100px;
    height: 45px;
    position: absolute;
    bottom: -5px;
    right: -15px;
    text-align: right;
}
.jbsystems span{
	font: 11px 'Montserrat-Regular';
	color: rgba(255, 255, 255, 0.5);
	text-align: right;
}
.page-section {
	display: block;
	padding: 20px;
	border: 2px solid #c7a543;
	text-align: left;
}
.page-section  + .page-section {
	margin-top:20px;
}

.section-content {
	display: none;
	padding: 10px;
}

.page-section button {
	font: 20px/24px 'Montserrat-Bold';
	text-transform: uppercase;
	letter-spacing: 0.08em;
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	padding-right: 50px;
	box-sizing: border-box;
	color: #324531;
	min-height: 40px;
}

.page-section button span {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  border: 3px solid #324531;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
}

.page-section.active button span {
	-webkit-transform: rotate(135deg);
  -moz-transform:    rotate(135deg);
  -ms-transform:     rotate(135deg);
  -o-transform:      rotate(135deg);
  transform:         rotate(135deg);
}

.page-section button span:before,
.page-section button span:after {
	content: "";
	display: block;
	background: #324531;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.page-section button span:before {
	height: 17px;
	width: 3px;
}

.page-section button span:after {
	width: 17px;
	height: 3px;
}
.testimonials ul {
	display: block;
	width: 100%;
}
.testimonials ul > li {
  display: block;
	width: 100%;
	padding: 20px 0;	
}
.testimonials ul > li + li {
	border-top:2px solid #61855f;
}

.testimonials ul > li p {
	font-size: 18px;
	line-height: 30px;
}

.testimonials ul > li p strong {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Montserrat-Black' !important;
}

form .btn {
	font-size: 22px !important;
}
#map {
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: #FFF;
}

#map > iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.error-page #inner-banner,
.error-page .quick-links-wrapper {
	display: none;
}

.error-page .main-content {
	background: rgba(255,255,255,0.5) !important;
	min-height: 700px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 36px 25px 110px 25px;
	display: flex; 
	flex-wrap: wrap;
	align-items: center; 
	justify-content: flex-start;
}

.error-page #main {
	background: url(/images/layout/interior.jpg) no-repeat scroll bottom center transparent;
	background-size: cover;
	text-align: center;
}

.error-page h1 {
	text-align: center;
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 25px !important;
}

.error-page #main .logo-item {
	display: none;
}

.error-page #main .sub-menu {
	display: none !important;
}

.error-page .page-nav {
	font-size: 0;
	margin-top: 25px;
}

.error-page .page-nav > li {
	display: inline-block;
}

.error-page .page-nav > li + li {
	padding-left: 10px;
}

.error-page .main-content p {
	font-size: 18px;
	line-height: 24px;
	padding-top: 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.error-page .main-content p a {
	color: #2f4531;
	display: inline-block;
	position: relative;
}
.error-page .main-content p a:after {
  content: "";
	width: 100%;
	height: 5px;
	background: #324531;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.error-page .btn.dark {
	background-color: transparent;
}
.error-page .btn.dark:hover {
	background-color: #61855f;
}
.error-page .page-nav .sub-ctrl {
	display: none;
}
.sitemap-list {
	list-style: none;
	list-style-type: none;
	column-count: 2;
}
.sitemap-list li {
	display: block;
}
.sitemap-list li a {
	padding: 5px !important;
}
.sitemap-list > li > a {
	font-family: 'Lato-Black';
}
.sitemap-list .sub-menu {
	display: block !important;
	position: relative;
	left: auto;
	top: auto;
	transform: none !important;
	opacity: 1;
	visibility: visible;
	padding: 0 !important;
	margin-left: 15px !important;
	background: none;
	text-align: left;
}
.sitemap-list .sub-menu li a {
	height: auto;
	margin: 0;
	font-size: 13px !important;
}
.sitemap-list .sub-menu li:first-child,
.sitemap-list li + li {
	margin-top: 20px;
}