.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #fff;
	font-size: 22px;
	padding: 2px 8px;
	background-color: #ed6e0a;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: #c95e09;
	color: #fff;
	text-decoration: none;
}
.owl-carousel .owl-nav .owl-prev{
	left: -18px;
}
.owl-carousel .owl-nav .owl-next{
	right: -18px;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}



/* END CSS */