/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-carousel .page-head {
	margin: 0;
}

.carousel .owl-prev,
.carousel .owl-next {
	position: absolute;
	width: 70px;
	height: 200px;
	background: #242320;
}

.carousel .owl-prev {
	top: 50%;
	left: -70px;
}

.carousel .owl-next {
	bottom: 50%;
	right: -70px;
}

.owl-next:before,
.owl-prev:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	background: url(../img/svg/arrow-left-white.svg) no-repeat center center;
	background-size: 10px;
	opacity: .3;
	transition: opacity .3s ease;
}

.owl-next:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.owl-prev:hover:before,
.owl-next:hover:before {
	opacity: .7;
}

.owl-dot.active:before {
    content: counter(slides-num, decimal-leading-zero) " —";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.owl-dot {
    display: inline-block;
    counter-increment: slides-num;
}

.owl-dots {
    color: #fff;
    counter-reset: slides-num;
    position: absolute;
    bottom: 40px;
    left: 192px;
    line-height: 50px;
}

.owl-dots:after {
    content: counter(slides-num, decimal-leading-zero);
    padding-left: 43px;
    display: inline-block;
}

.carousel .owl-stage-outer {
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.4);
}

.carousel {
	position: relative;
	clear: both;
	margin: 0 70px;
}

.slide-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #fedf41;
	z-index: 5;
}

.testimonials .owl-dots {
	color: #bbb;
	font-size: .75em;
	left: auto;
	bottom: auto;
	right: 11px;
	top: 220px;
	z-index: -1;
}

.testimonials .owl-dots:after {
	padding-left: 33px;
}

.testimonials .owl-prev,
.testimonials .owl-next {
	height: 70px;
	width: 70px;
	background: #bdbdbc;
	position: absolute;
	right: 0;
	top: 340px;
}

.testimonials .owl-next {
	top: 270px;
	background: #d3d3d2;
}

.owl-next:before, .owl-prev:before {
	opacity: 1;
}

@media only screen and (max-width:1400px){
	.owl-dots {
		left: 140px;
	}
}

@media only screen and (max-width:1010px){
	.carousel {
		margin: 0 50px;
	}

	.carousel .owl-prev, .carousel .owl-next {
		width: 50px;
		left: -50px;
	}

	.carousel .owl-next {
		left: auto;
		right: -50px;
	}

	.owl-dots {
		left: 50%;
		bottom: 15px;
		margin-left: -31px;
	}

}


@media only screen and (max-width:767px){
	.carousel {
		margin: 0 30px;
	}


	.carousel .owl-prev {
		left: -30px;
	}

	.carousel .owl-next {
		right: -30px;
	}

	.carousel .owl-prev, .carousel .owl-next {
		height: 100px;
		width: 30px;
	}

	.owl-dots {
		font-size: .7em;
		bottom: 0;
		margin-left: -19px;
	}

	.owl-dots:after {
		padding-left: 27px;
	}

	.testimonials .owl-dots {
		top: -50px;
		right: 50%;
		margin-right: -21px;
	}

	.testimonials .owl-dots:after {
		padding-left: 30px;
	}

	.testimonials .owl-prev, .testimonials .owl-next {
		height: 40px;
		width: 40px;
		top: 50px;
		right: 50%;
		margin-right: -100px;
		border-radius: 100%;
		background: #bdbdbc;
	}

	.testimonials .owl-prev {
		right: auto;
		left: 50%;
		margin-left: -100px;
	}
}




