.owl-theme .owl-controls{margin-top:0;text-align:center}
.owl-pagination{margin-top:0;text-align:center;position:relative}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before, .owl-theme .owl-controls .owl-buttons div.owl-next:before{
	content: "";
  font-size: 0px;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
	mask-size: 35px;
	-webkit-mask-size: 35px;
	height: 35px;
	width: 35px;
	display: block;
  mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
}
.brands .owl-theme .owl-controls .owl-buttons .owl-prev::before, .brands .owl-theme .owl-controls .owl-buttons div.owl-next::before {
	height: 25px;
	width: 25px;
	mask-size: 25px;
	-webkit-mask-size: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.testimonial .owl-theme .owl-controls .owl-buttons div.owl-prev::before, .testimonial .owl-theme .owl-controls .owl-buttons div.owl-next::before {
	height: 20px;
	width: 20px;
	mask-size: 20px;
	-webkit-mask-size: 20px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	transform: rotate(-180deg) translate(.15rem);
  -webkit-transform: rotate(-180deg) translate(.15rem);
}
.owl-theme .owl-controls .owl-buttons div{float:none;display:inline-block;}
.brands .owl-theme .owl-controls .owl-buttons div.owl-prev{float:left;}
.brands .owl-theme .owl-controls .owl-buttons div.owl-next{float:right;}
.owl-theme .owl-controls .owl-buttons div{color:rgba(0,0,0,0);cursor:pointer}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-controls .owl-page span{display:block;width:15px;height:15px;margin:0;filter:Alpha(Opacity=50);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#ddd}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}
.testimonial .owl-pagination{bottom:30px;left:0;margin:0 auto;position:absolute;right:0;text-align:center;width:10%;}
.zoombox .additional-carousel .bx-controls-direction a.bx-prev::before {
    content: '\f106';
    font-size: 20px;
    font-family: "FontAwesome";
    color: #000;
    vertical-align: middle;
}
.zoombox .additional-carousel .bx-controls-direction a.bx-prev,.zoombox .additional-carousel .bx-controls-direction a.bx-next {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
}
.zoombox .additional-carousel .bx-controls-direction a.bx-next{bottom:0 ;top:auto !important;}
.zoombox .additional-carousel .bx-controls-direction a.bx-next::before {
    content: '\f107';
    font-size: 20px;
    font-family: "FontAwesome";
    color: #000;
    vertical-align: middle;
}
.zoombox .additional-carousel .bx-controls-direction a.bx-prev.disabled, .zoombox .additional-carousel .bx-controls-direction a.bx-next.disabled {opacity: 0;}