/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: #D6D6D6;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: .5;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0 auto;
}

.owl-theme .owl-nav.disabled+.owl-dots button {
    margin-bottom: 0;
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    display: block;
    height: 8px;
    margin: 0 2.4px;
    transition: opacity .2s ease;
    width: 12px;
    -webkit-backface-visibility: visible;
    width: 42px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #CC2121;
    border: none;
    height: 8px;
    width: 42px;
}