/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 0px;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: rgba(0, 0, 0, 1);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-dots {
    background: var(--color1);
    display: block;
    position: absolute;
    top: 140px;
    right: 20px;
    padding: 5px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px; }

.owl-theme .owl-dots {
  margin-top: 0px;
  padding-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 20px;
      height: 5px;
      margin: 5px;
      padding: 3px;
      color: var(--color2);
      font-size: 16px;
      border: 1px solid var(--color2);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: var(--color2);
      color: white;
      border-color: var(--color2);}
.owl-nav {
    display: none;
}
