/**/
.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:#fff!important;
	color:#333!important;
	border:1px solid #ccc;
	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;
}
/**/
#testimonial.owl-carousel .owl-buttons{
bottom: -30px;
}
#testimonial.owl-carousel .owl-buttons div {
	background:transparent!important;
	color:#666!important;
	border:0px
}
