:root {
    --main-white-color: white;
    --main-black-color: black;
  }

  .static {
    position: static;
  }

  .cover {
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
  }

  .owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
  }

  .owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
  }

  .owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }

  .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
  }

  .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
  }

  .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
  }

  .owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  /*margin-top: -50px;*/
  margin-top: -100px;
  margin-left:  100px;
}

.owl-dot.active span {
  background: white !important;
  border: 1px solid white;
}

.owl-dot span {

  background: rgba(255, 255,255, .40) !important;
  border: 1px solid rgba(255, 255,255, .40) !important;

}

.custom-container {
  background-color: transparent;
  position:absolute;
  z-index:99;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;

}
#custom-menu {
  width: 70%;
}
#custom-menu li {
  display:inline;
  color: white;
}



/* Extra Small devices (landscape phones, 576px and up)*/
@media (max-width: 360px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .owl-theme .owl-nav.disabled+.owl-dots {
    /*margin-top: -50px;*/
    margin-top: -22px;
    margin-left:  0px;
  }
}

/* Mediu* devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .owl-theme .owl-nav.disabled+.owl-dots {
    /*margin-top: -50px;*/
    margin-top: -22px;
    margin-left:  0px;
  }
}

/* Larg* devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extr* large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
