/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-dots{
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 5px 7px;
	background: none;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAyElEQVQ4je3UMU5CQRDG8VlCqEy0N/Ecr/QIYGkiPXoJC65BSyN3oKShtbK3sTSh5GfhPrM8eQgvlkwyxczO999kM98GoiVvMMMat21z+5qXmGJjN14ytBUwwCM+smCLOZ7xmXubDL9oAkZ4K25boirg1xm2zefvuEcKrArhK4YH3qVqzK+iKCboHxDXmTCuRQniO1KcFiIieieKfsUZsAuYRET/CE2KiPFP9R+LlHDXYZUf6lUuzfSko5nKvLLfzgt/2LnTh/IFoVZWaNKr6I0AAAAASUVORK5CYII=');
	background-repeat: no-repeat;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAA6klEQVQ4jc3UvUoDQRTF8bsiVoLpBZ8jFkLEIpZqKWivvoSFr2FrE0uxUbAQiYitlb2NpZAyPwtnYbLZD4yNB4Zlzp77H9i5dwPRsDZwiVcMmnJ15houMDGrUYI2AlZwis9UMMUVzvGVvEmCr1YB+3jPTntAP4OvJ9g0vf/AIYrAOCt8w17Ld+lX8uPINidYroRv8Ixh5hc4LotyQBnYwp15PWI7y5Fo4kdFepb7Js3kljrCnfqfgEFE3Nf4TxGxM+e2XOMmbvGC3bZr/HMjFTjw+1Y+klo5H6YzCw5Tvnrqx/laxzgv9EP5BpRxyvT0TjTsAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
}

.owl-prev, .owl-next{
	font-size: 7em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.owl-prev:hover, .owl-next:hover{
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 1;
}

.owl-prev{
	left: 2%;
}
.owl-next{
	right: 2%;
}
.caption-slide{
	font-size: 2em;
	position: absolute;
	line-height: 1.0;
	top: 50%; right: 15%;
	transform: translateY(-50%);
	width: 40%;
}
.caption-slide label{
		text-transform: uppercase;
		color: #d24e50; font-size: 1.5em;
		-webkit-text-shadow: 0px 3px 0px #922224;
		-moz-text-shadow: 0px 3px 0px #922224;
		-ms-text-shadow: 0px 3px 0px #922224;
		-o-text-shadow: 0px 3px 0px #922224;
		text-shadow: 0px 3px 0px #922224;
}

.owl-nav{
	color: #fff;
	opacity: 0.5;
}
.owl-nav:hover{
	opacity: 1;
}