.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;}
.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none;}
.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default;}
.owl-theme .owl-nav.disabled + .owl-dots{margin-top:10px;}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;}
.owl-theme .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 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#869791;}


.carousel-theme .owl-carousel .owl-item img {
    width: auto;
    height: 75vh;
    margin: 0 auto;
}

.carousel-theme .owl-nav {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s;
}

.carousel-theme:hover .owl-nav {
    opacity: 0.8;
}

.carousel-theme:hover .owl-nav:hover {
    opacity: 1;
}

.carousel-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: calc(50% - 25px);
    background: transparent url(../../img/slider/arrows.png) no-repeat !important;
    width: 50px;
    height: 50px;
    font-weight: bold;
}

.carousel-theme .owl-nav .owl-prev {
    left: -40px;
    background-position: 0 -68px !important;
}

.carousel-theme .owl-nav .owl-next {
    right: -40px;
    background-position: 0 1px;
}

/*.carousel-theme .owl-dots {*/
    /*position: relative;*/
    /*top: -35px;*/
/*}*/

.carousel-theme .owl-dots .owl-dot span {
    background: #ffffff;
    border: 2px solid #dddddd;
}

.carousel-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}