@import url(header.css);
@import url(searchform.css);
@import url(fonts.css);
@import url(footer.css);
.slideshow{width:100%;position:relative;overflow:hidden;}
.slideshow .slideset{position:relative;}
.slideshow .slide{
	position:absolute;left:0;right:0;top:0;background:#000;color:#fff;
}
.slideshow .slide>img{width:100%;height:auto;display:block;}
.slideshow .slide.active{z-index:2;}
.slideshow .slide .caption{
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
	margin: 0 auto;
	padding: 170px 15px;
}
.slideshow .slide .caption h1{
	margin: 0 0 15px;
	font-size: 80px;
	line-height: 1.2;
	color: #fff;
	font-family: 'Playfair Display', serif;
}
.slideshow .slide .caption .subtitle{
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.slideshow .slide .caption .btn{
	border-radius: 0;
	padding: 20px 40px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	border: 0;
	position: relative;
	transition:all linear 1s;
}
.slideshow .slide .caption .btn:before{
	border:1px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	transition:all linear 0.2s;
}
.slideshow .slide .caption .btn:hover{background: #7d3625;}
.slideshow .slide .caption .btn:after{
	position: absolute;
	content:'';
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left-color: #fff;
}
.slideshow .btn-prev, .slideshow .btn-next{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #fff;
	z-index: 99;
	opacity: 0;
	transition:all linear 0.2s;
}
.slideshow:hover .btn-prev, .slideshow:hover .btn-next{opacity: 1;}
.slideshow .btn-next{
	left: auto;
	right: 0;
}
.slideshow:hover .btn-prev{left: 80px;}
.slideshow:hover .btn-next{right: 80px;}
.intro-block{
	padding: 115px 0;
}
.image-frame{
	position: relative;
	margin-top: -160px;
}
.image-frame:after{
	background: #f4e6d2;
	position: absolute;
	right: 45px;
	top: 45px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
}
.image-frame img{
	width: 100%;
	height: auto;
	display: block;
}
.intro-block strong{
	color: #5c5c5c;
}
.block-covered{
	background: url(../images/bg-covered.jpg) 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 455px;
	color: #fff;
}
.block-covered h2{
	color: #fff;
	position: relative;
	padding-left: 82px;
	font-size: 38px;
}
.block-covered h2:after{
	width: 62px;
	height: 62px;
	background: #06753c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f0e6";
	font-family: FontAwesome;
	color: #fff;
	line-height: 62px;
	text-align: center;
}
.block-covered ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.block-covered ul li{
	position: relative;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #000;
}
.block-covered ul li:after{
	position: absolute;
	left: 0;
	border:6px solid transparent;
	border-left-color: #5c5c5c;
	content: '';
	top: 7px;
}
.project-gallery{
	padding: 88px 0 148px;
	background:url(../images/bg-map.png) no-repeat 50% 100%;
}
.project-gallery p{
	margin: 0 0 30px;
}
.project-gallery ul li{
	padding: 0 15px;
	transition:all linear 0.5s;
	position: relative;
}
.project-gallery ul li img{
	max-width: 100%;
	height: auto;
	display: block;
}
.project-gallery ul li:nth-child(even){
	top: 60px;
}
.project-gallery ul li:nth-child(odd){
	top: 100px;
}
.project-gallery.activeblock ul li:nth-child(even){
	top: 0;
}
.project-gallery.activeblock ul li:nth-child(odd){
	top: 0;
}
.testimonials-block{
	background: url(../images/bg-2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 130px;
	background-position: 50% 0;
}
.testimonials-block .testimonials-box{
	height: 545px;
	background: #7d3625;
	width: 500px;
	position: relative;
	top: 230px;
	padding: 45px 30px;
	box-shadow: 4px 0 29px rgba(0,0,0,0.19);
	color: #fff;
	transition:all linear 0.5s;
}
.testimonials-block .testimonials-box:after{
	position: absolute;
	content: '“';
	font-size: 290px;
	left: 30px;
	top: 250px;
	line-height: 0;
	color: rgba(255,255,255,0.2);
	pointer-events: none;
}
.testimonials-block.activeblock .testimonials-box{top: 130px;}
.testimonials-block .testimonials-box .title{
	color: #fff;
	margin: 0 0 15px;
}
.testimonials-block .testimonials-box h2{
	color: #fff;
	margin: 0 0 35px;
}
.testimonials-box blockquote{
	font-size: 23px;
	line-height: 30px;
}
.testimonials-box blockquote q{
	display: block;
	height: 230px;
	overflow: hidden;
}
.testimonials-box blockquote cite{
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
}
.testimonials-block .testimonials-box blockquote q:after, .testimonials-block .testimonials-box blockquote q:before{display: none;}
.testimonials-box .slideshow-testimonial{position:relative;}
.testimonials-box .slideshow-testimonial .slide{
	position: absolute;
	left: 0;
	top: 0;
	background: #7d3625;
}
.testimonials-box .slideshow-testimonial .slide.active{z-index: 2;}
.logos-carousel{
	padding: 40px 55px;
	position: relative;
}
.logos-carousel .mask{overflow: hidden;}
.logos-carousel .slideset{
	width: 100% !important;
	position: relative !important;
	white-space: nowrap;
	letter-spacing: -8px;
}
.logos-carousel .slideset .slide{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	width: 25%;
	text-align: center;
	letter-spacing: 0;
}
.logos-carousel .slideset .slide img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.logos-carousel .btn-prev, .logos-carousel .btn-next{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ababab;
}
.logos-carousel .btn-next{
	left: auto;
	right: 0;
}
#footer {margin-top: 0 !important;}
@media screen and (max-width:1499px){
	.slideshow .slide > img{
		width: 150%;
		margin: 0 -25%;
		height: auto;
		max-width: inherit;
	}
}
@media screen and (max-width:1024px){
	.slideshow .btn-prev, .slideshow .btn-next{display: none;}
	.slideshow .slide .caption h1{font-size: 52px;}
	.slideshow .slide .caption .subtitle{
		font-size: 20px;
	}
}
@media screen and (max-width:991px){
	.slideshow .slide .caption{padding-bottom: 0;}
	.block-covered{
		background: #d1deee;
	}
	.logos-carousel .slideset .slide{
		width: 33.33%;
	}
	.slideshow .slide .caption{max-width: 100%;	}
	.image-frame{margin-top:-100px;}
	.image-frame:after{right:15px;top:15px;}
}
@media screen and (max-width:1399px){
	/* .slideshow .slide > img{max-width:inherit;width:130%;margin:0 -15%;} */
}
@media screen and (max-width:767px){
	.slideshow .slide > img{width:150%;margin:0 -25%;}
	.slideshow .slide .caption{
		position: static !important;
		transform: translateY(0) !important;
		padding: 25px 15px !important;
		background: #7d3625;
		text-align: center;
		min-height: 232px
	}
	.slideshow .slide .caption h1{font-size: 28px;}
	.image-frame{margin-top: 0;}
	.logos-carousel .slideset .slide{width: 100% !important;}
	.testimonials-block .testimonials-box{
		width: 100%;
		height: auto;
	}
	.testimonials-block .testimonials-box h2{
		font-size: 28px;
	}
	.testimonials-box blockquote{
		font-size: 16px;
		line-height: 1.4;
	}
	.logos-carousel, .project-gallery ul{
		padding: 20px 15px;
	}
	.project-gallery ul li{margin-bottom: 15px;}
	.project-gallery ul li img{
		display: block;
		margin: 0 auto;
	}
	.image-frame{box-shadow: 0 0 2px #000; margin: 0 0 20px;}
	.image-frame:after{display: none;}
	.block.block-covered{text-align: left !important;height: 255px;}
	.project-gallery ul li:nth-child(even){top:0;}
	.project-gallery ul li:nth-child(odd){top:0;}
	.testimonials-block .testimonials-box{top: 130px;}
}