/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl1-theme1 .owl1-dots1, .owl1-theme1 .owl1-nav1 {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl1-theme1 .owl1-nav1 {
    margin-top: 10px
}

    .owl1-theme1 .owl1-nav1 [class*=owl1-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl1-theme1 .owl1-nav1 [class*=owl1-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl1-theme1 .owl1-nav1 .disabled {
        opacity: .5;
        cursor: default
    }

        .owl1-theme1 .owl1-nav1.disabled + .owl1-dots1 {
            margin-top: 10px
        }

.owl1-theme1 .owl1-dots1 .owl1-dot1 {
    display: inline-block;
    zoom: 1
}

    .owl1-theme1 .owl1-dots1 .owl1-dot1 span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl1-theme1 .owl1-dots1 .owl1-dot1.active span, .owl1-theme1 .owl1-dots1 .owl1-dot1:hover span {
        background: #869791
    }
