/*.owl-theme .owl-nav {
 position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: auto; margin: auto; text-align: center; -webkit-tap-highlight-color: transparent;
 height: 40px; opacity: 0;
 -moz-transition: 0.15s all ease; -webkit-transition: 0.15s all ease; -o-transition: 0.15s all ease; transition: 0.15s all ease;
 background: red; opacity: 1;
}
.owl-theme:hover .owl-nav {
 opacity: 1;
}*/

.owl-theme .owl-nav {
}
.owl-theme:hover .owl-nav {
}
.owl-theme .owl-nav [class*='owl-'] {
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-size: 22px !importat;
}
.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: 40px; height: 40px; line-height: 40px; background-color: rgba(255,255,255, 1); border-radius: 4px;
}
.owl-carousel .owl-nav button.owl-prev {
 position: absolute; top: 50%; left: 10px; margin: -20px auto 0 auto;
 opacity: 0.7;
}
.owl-carousel .owl-nav button.owl-next {
 position: absolute; top: 50%; right: 10px; margin: -20px auto 0 auto;
 opacity: 0.7;
}
.owl-carousel .owl-nav button.owl-prev span:after {
 position: relative; content: "\f053"; font-family: "Font Awesome 5 Free"; font-weight: bold;
}
.owl-carousel .owl-nav button.owl-next span:after {
 position: relative; content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: bold;
}
.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-nav.disabled + .owl-dots {
}
.owl-theme .owl-dots {
 position: absolute; z-index: 2; right: 0; bottom: 10px; left: 0; width: 100%; text-align: center; -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      margin: 0 4px;
      background: rgba(255,255,255, 0.5);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
}
.owl-theme .owl-dots button:focus {
 outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: rgba(255,255,255, 1);
}



.owl-theme.znacky .owl-dots {
 bottom: -10px;
}
.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-dots, .owl-theme .owl-nav { display: none; }
 .owl-theme.znacky .owl-dots { display: block; }
}
