/**
 * 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 {
    -webkit-tap-highlight-color: transparent;
    /* margin: 0 auto 10px auto; */
    margin: 0 auto;
    text-align: center;
    width: 90%;
    /* outline: solid 1px red; */
}

.owl-theme .owl-dots {
    padding: 0 10px;
    /* outline: solid 1px blue; */
}

.owl-theme .owl-nav {
    margin-top: 15px;
    /* outline: solid 1px blue; */
}

.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: 0;
}

.owl-theme .owl-dots .owl-dot {
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1);
    display: inline-block;
    transform-origin: 0 0;
    transform: scale(1);
    /* outline: solid 1px blue; */
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: background 150ms ease;
    backface-visibility: visible;
    background: #1e90ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: block;
    height: 20px;
    /* margin: 5px 8px; */
    margin: 8px 10px;
    transition: background 150ms ease;
    width: 20px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}

/* .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
} */

@media (max-width: 700px) {
    .owl-theme .owl-dots .owl-dot.active:hover span {
        background: #000;
    }
    /* .owl-theme .owl-dots .owl-dot:hover span {
    background: #1e90ff;
  } */
}
