.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-nav.disabled {display: none !important;}
.owl-theme .owl-nav [class*='owl-']{
	color:#FFF;font-size:18px;display:inline-block;
	cursor:pointer;border-radius:3px;width: 40px;height: 40px;text-align: center;line-height: 40px;
	outline: none;border: none;
	z-index: 10;opacity: 0.5;
}
.owl-theme .owl-nav [class*='owl-']:hover{opacity: 1;}

.owl-theme .owl-nav .owl-prev {
	background: url(../images/btn_prev.png) no-repeat center;
	background-size: 90% 90%;
	background-color: #000;
	position: absolute;left: 5px;top: calc(50% - 20px);
}
.owl-theme .owl-nav .owl-next {
	background: url(../images/btn_next.png) no-repeat center;
	background-size: 90% 90%;
	background-color: #000;
	position: absolute;right: 5px;top: calc(50% - 20px);
}

.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;*display:inline;outline: none;}
.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#D6D6D6;display:block;
	-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px;
	outline: none;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4478C6;}