
/* Owl Carousel - Minimal */
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{cursor:pointer;user-select:none;
    background:rgba(255,194,0,.8);color:#333239;border:none;padding:10px 15px;font-size:18px;border-radius:50%;
    position:absolute;top:50%;transform:translateY(-50%)}
.owl-carousel .owl-nav button.owl-prev{left:10px}
.owl-carousel .owl-nav button.owl-next{right:10px}
.owl-carousel .owl-dot{display:inline-block}
.owl-carousel .owl-dot span{width:10px;height:10px;margin:5px;background:#D6D6D6;display:block;border-radius:50%;transition:opacity .2s}
.owl-carousel .owl-dot.active span,.owl-carousel .owl-dot:hover span{background:#ffc200}
