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

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	width:25px;
	height:25px;
	margin-top: -12px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
	background:url(../img/right-arrow.png); 
	right:-25px;
	text-indent:-9999px;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	background:url(../img/left-arrow.png); 
	left:-25px;
	text-indent:-9999px;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}

.owl-theme .owl-dots {
	display: none
}

@media (max-width: 767px) {
	.owl-prev,
	.owl-next {
		display: none !important;
	}	
}