/**/
.owl-theme .owl-controls .owl-page span {
	background: #333;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f8650c;
}
.owl-buttons {	position:absolute;
	bottom:-45px; left:50%;
	margin-left:-40px;}
	
.owl-buttons div {
	display:none!important;
	background:#62605e  !important;
	color:#fff!important;
	 
	opacity: 1!important;
	border-radius:inherit!important;
	padding:6px 10px!important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
 
.owl-buttons div:hover {
	background:#333!important;
	color:#fff!important;
}
.owl-buttons div.owl-prev {
	display:inline-block!important;
}
.owl-buttons div.owl-next {
	display:inline-block!important;
}
 