.owl-theme-custom .owl-nav{position:absolute;top:0;right:0;}
.owl-theme-custom .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:5px 12px;background:#0099f9;display:inline-block;cursor:pointer;}
.owl-theme-custom .owl-nav [class*='owl-']:hover{background:#ffcd01;color:#FFF;text-decoration:none;}
.owl-theme-custom .owl-nav .disabled{opacity:0.5;cursor:default;}
.owl-theme-custom .owl-nav.disabled + .owl-dots{margin-top:10px;}
.owl-theme-custom .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme-custom .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;}
.owl-theme-custom .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px;}
.owl-theme-custom .owl-dots .owl-dot.active span, .owl-theme-custom .owl-dots .owl-dot:hover span {
background: #4DC7A0;
}