.owl-next{width: 40px;height: 40px;background: url(../images/nextMobil.jpg) no-repeat;right: 20px;background-size: cover;}.owl-prev{width: 40px;height: 40px;background: url(../images/prevMobil.jpg) no-repeat;left: 20px;background-size: cover;}.owl-theme .owl-controls{margin-top:0;text-align:center;position:absolute;bottom: 58%;left: 0;opacity: 1;width: 100%;}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;font-size:0;position:absolute;top: 0;}.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:12px;height:12px;margin:5px 7px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#82bae6;border:1px solid #82bae6}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span2{filter:Alpha(Opacity=100);opacity:1;background:none;width:18px;height:18px;position:relative;top:3px}.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.html) no-repeat center center}

@media screen and (max-width: 768px) {
.owl-next {
    width: 30px;
    height:30px;
    right: 10px;
}
.owl-prev {
    width: 30px;
    height:30px;
    left: 10px;
}
}