.owl-theme .owl-nav [class*="owl-"] {
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: inline-block;
    width: 24px;
    height: 36px;
    line-height: 36px; background: rgba(255,255,255, 0.9);
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -20px auto 0 auto;
    opacity: 0.4;
    color: #ffffff;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -20px auto 0 auto;
    opacity: 0.4;
    color: #ffffff;
}
.owl-carousel .owl-nav button.owl-prev span:after {
    position: relative;
    font-weight: 700;
    color: #000;
    content: "\f053";
    font-family: "FontAwesome";
}
.owl-carousel .owl-nav button.owl-next span:after {
    position: relative;
    content: "\f054";
    font-family: "FontAwesome";
    font-weight: 700;
    color: #000;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    text-decoration: none;
    opacity: 1;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-dots {
    position: relative; /*height: 100px;*/
    z-index: 2;
    right: 0;
    /*-bottom: -110px;*/
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 4px;
    background: rgba(0, 0, 0, 0.20);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 50%;
}
.owl-theme .owl-dots button:focus {
    outline: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(0, 0, 0, 0.95);
}

.owl-theme.znacky .owl-dots .owl-dot span {
    background: #b6b6b6;
}
.owl-theme.znacky .owl-dots .owl-dot.active span,
.owl-theme.znacky .owl-dots .owl-dot:hover span {
    background: #525252;
}

@media screen and (max-width: 800px) {
    .owl-theme .owl-nav {
        display: none;
    }
    .owl-theme.znacky .owl-dots {
        display: block;
    }
}
