/**
 * Owl Carousel v2.3.4
 */
.owl-theme .owl-nav {
  margin-top: 68px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 80px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: 0;
  cursor: pointer;
  margin-top: -56px;
  position: relative;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 55px;
  height: 5px;
  margin: -70px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  background: white;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #005cb9;
}
@media only screen and (max-width: 1024px) {
  .owl-carousel .owl-item img {
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  .owl-theme .owl-nav [class*="owl-"] {
    margin: -59px;
  }
}
@media only screen and (max-width: 768px) {
  .owl-theme .owl-nav [class*="owl-"] {
    margin: -59px;
  }
}
