/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	width: 100%;
	height: 1px;
	top: 0;
	z-index: 5;
	position: absolute;
	font-size: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.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-nav button {
	font-size: 0 !important;
}
.owl-next span {
	font-size: 0;
}
.owl-prev span {
	font-size: 0;
}
.owl-prev {
	width: 50px;
	height: 50px;
	background-color: #fff;
	margin-top: 167px;
	margin-left: 0;
	background: url(../img/left.svg) center no-repeat #fff;
	border-radius: 50px;
	float: left;
	font-size: 0;
	transition: 0.3s;
}
.owl-prev:hover {
	background-color: white !important;
	border-color: #FFFFFF !important;
	box-shadow: 0px 0px 25.3769px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}
.owl-next {
	width: 50px;
	height: 50px;
	background-color: #fff;
	margin-right: 0;
	margin-top: 167px;
	background: url(../img/right.svg) center no-repeat;
	border-radius: 50px;
	float: right;
	transition: 0.3s;
}
.owl-next:hover {
	background-color: white !important;
	border-color: #FFFFFF !important;
	box-shadow: 0px 0px 25.3769px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}
.owl-theme .owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:40px
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
}
.owl-theme .owl-dots .owl-dot span{
	width: 25px;
	height: 8px;
	background: #e1e1e1;
	margin: 0 4px;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px;
	transition: 0.3s;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #c09c69;
}
.owl-dot {
	top: 0;
	position: relative;
}
.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#c09c69;
	display:block;
	transition: 0.3s;
	-webkit-backface-visibility:visible;
}
	-webkit-backface-visibility:visible;
}


.owl-carousel3 .owl-nav .owl-prev {
	width: 25px;
	height: 10px;
	margin-top: 320px;
	background: url(../img/left.svg) center no-repeat #fff !important;
	border-radius: 50px;
	position: absolute;
	left: 2%;
	transition: 0.3s;
}
.owl-carousel3 .owl-prev:hover {
	transform: scale(1.2) !important;
	transition: 0.3s;
}
.owl-carousel3 .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	margin-top: 320px;
	background: url(../img/right.svg) center no-repeat #fff !important;
	border-radius: 50px;
	position: absolute;
	right: 2%;
	transition: 0.3s;
}
.owl-carousel3  .owl-next:hover {
	transform: scale(1.2) !important;
	transition: 0.3s;
}




.owl-carousel2 .owl-nav {
	margin-top: 0;
	width: 100%;
}
.owl-carousel2 .owl-nav .owl-prev {
	position: absolute;
	background: url(../img/left2.svg) center no-repeat !important;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	top: 350px;
	left: 15px;
}
.owl-carousel2 .owl-nav .owl-prev:hover {
	transform: scale(1.2);
	transition: 0.3s;
	box-shadow: none;
}
.owl-carousel2 .owl-nav .owl-next {
	position: absolute;
	background: url(../img/right2.svg) center no-repeat !important;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	top: 350px;
	right: 15px;
}
.owl-carousel2 .owl-nav .owl-next:hover {
	transform: scale(1.2);
	transition: 0.3s;
	box-shadow: none;
}
.owl-carousel2 .owl-dots {
	margin-top: -70px !important;
}





.owl-carousel3 .owl-dots {
	margin-top: 50px !important;
}
.owl-carousel3 .owl-nav {
	margin-top: 0;
	width: 100%;
	right: 0;
}
.owl-carousel3 .owl-nav .owl-prev {
	position: absolute;
	margin-top: 350px;
	background: url(../img/left.svg) center no-repeat !important;
	border-radius: 50px;
	border:1px solid #C1C1C1 !important;
	width: 50px;
	height: 50px;
}
.owl-carousel3 .owl-nav .owl-prev:hover {
	border-color:#333 !important;
	transform: none !important;
	box-shadow: none !important;
	transition: 0.3s;
}
.owl-carousel3 .owl-nav .owl-next {
	background: url(../img/right.svg) center no-repeat !important;
	border-radius: 50px;
	margin-top: 350px;
	border:1px solid #C1C1C1 !important;
	width: 50px;
	height: 50px;
}
.owl-carousel3 .owl-nav .owl-next:hover {
	border-color:#333 !important;
	transform: none !important;
	box-shadow: none !important;
	transition: 0.3s;
}




.owl-carousel5 .item {
	margin-bottom: 30px;
}


@media (max-width: 991px) {
	.owl-carousel3 .owl-nav {
		margin-top: 0;
		width: 100%;
		left: 0;
		right: 0;
	}
	.owl-carousel3 .owl-nav .owl-prev {
		margin-top: 0 !important;
		left: 2% !important;
	}
	.owl-carousel3 .owl-nav .owl-next {
		margin-top: 0 !important;
	}
}
@media (max-width: 767px) {
	.owl-carousel3 .owl-nav {
		margin-top: -70px;
		width: 100%;
		left: 0;
		right: 0;
	}
	.owl-carousel3 .owl-nav .owl-prev {
		margin-top: 0 !important;
		left: 2% !important;
	}
	.owl-carousel3 .owl-nav .owl-next {
		margin-top: 0 !important;
	}
	.owl-carousel2 .owl-nav .owl-prev {
		top: 200px;
	}
	.owl-carousel2 .owl-nav .owl-next {
		top: 200px;
	}
}