.carousel-theme .carousel-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.carousel-theme .carousel-nav [class*='carousel-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.carousel-theme .carousel-nav [class*='carousel-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.carousel-theme .carousel-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.carousel-theme .carousel-nav .nav-btn {
  color: #fff;
  background-color: #000;
  transition: 0.3s;
}
.carousel-theme .carousel-nav .nav-btn:hover {
  background-color: #fb5a29;
}
.carousel-theme .carousel-nav.nav-center,
.carousel-theme .carousel-nav.nav-top {
  position: absolute;
}
.carousel-theme .carousel-nav.nav-center .nav-btn,
.carousel-theme .carousel-nav.nav-top .nav-btn {
  position: absolute;
  width: 30px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .carousel-theme .carousel-nav.nav-center .nav-btn,
  .carousel-theme .carousel-nav.nav-top .nav-btn {
    width: 60px;
  }
}
.carousel-theme .carousel-nav.nav-center {
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
.carousel-theme .carousel-nav.nav-center .nav-btn {
  top: -60px;
  bottom: 0;
  margin: auto;
}
.carousel-theme .carousel-nav.nav-center .nav-btn.prev-slide {
  left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.carousel-theme .carousel-nav.nav-center .nav-btn.next-slide {
  right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.carousel-theme .carousel-nav.nav-top {
  position: absolute;
  top: -30px;
  right: 10%;
}
.carousel-theme .carousel-nav.nav-top .nav-btn {
  bottom: 0;
}
.carousel-theme .carousel-nav.nav-top .nav-btn.prev-slide {
  right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.carousel-theme .carousel-nav.nav-top .nav-btn.next-slide {
  left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.carousel-theme .carousel-nav.disabled + .carousel-dots {
  margin-top: 10px;
}
.carousel-theme .carousel-dots {
  text-align: center;
  padding: 15px 0;
  -webkit-tap-highlight-color: transparent;
}
.carousel-theme .carousel-dots .carousel-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.carousel-theme .carousel-dots .carousel-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.carousel-theme .carousel-dots .carousel-dot.active span,
.carousel-theme .carousel-dots .carousel-dot:hover span {
  background: #fb5a29;
}
/*# sourceMappingURL=./carousel.theme.default.css.map */