/**/

.owl-theme .owl-controls .owl-page span {
	background: #fee086;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fef786;
}
.owl-pagination {
	margin-top:50px;
}
.owl-buttons {
/*	position:absolute;
	top:-40px; right:-5px;*/}
.owl-buttons div {
	display:none!important;
	background:#f12757 !important;
	border:1px solid #FFF;
	color:#333!important;
	opacity: 1!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;
	position: absolute;
	top: 35%;
}
.owl-buttons div i.fa{
	color:#FFF !important;
}
.owl-buttons div:hover {
	border-color:#fff !important;
}
.owl-buttons div.owl-prev {
	display: inline-block !important;
    padding: 5px 5px !important;
    height: 30px;
    right: 100%;
    width: 30px;
	background:#f12757;
}
.owl-buttons div.owl-next {
	display: inline-block !important;
    padding: 5px 5px !important;
    height: 30px;
    left: 100%;
    width: 30px;
	background:#f12757;
}
/**/

#testimonial.owl-carousel .owl-buttons {
	position:relative;
	left:0;
	top:inherit;
	right:inherit;
}
#testimonial.owl-carousel .owl-buttons div {
	background:transparent!important;
	color:#fff!important;
}
/**/

#clients.owl-carousel .owl-buttons {
	position:relative;
	left:0;
	top:inherit;
	right:inherit
}
#clients.owl-carousel .owl-buttons div {
	background:transparent!important;
	color:#fff!important;
}
