/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.owl-carousel .owl-stage-outer {
  z-index: 10;
}
.owl-carousel .owl-controls {
  position: relative;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translate(0%, -100%);
  width: 100%;
}
.owl-carousel .owl-nav {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  float: left;
}
.owl-carousel .owl-nav .owl-next {
  float: right;
}
.owl-carousel .owl-dots {
  z-index: 11;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#theme_rotator {
  padding-top: 9px;
}
#theme_rotator .themes {
  padding: 0 20px 0 20px;
}
#theme_rotator .themes .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#theme_rotator .themes .owl-nav .owl-prev {
  float: left;
  width: 20px;
  height: 70px;
  background: url(/assets/img/controlsthemes.png) no-repeat 0px 0 !important;
}
#theme_rotator .themes .owl-nav .owl-prev span {
  display: none;
}
#theme_rotator .themes .owl-nav .owl-next {
  float: right;
  width: 20px;
  height: 70px;
  background: url(/assets/img/controlsthemes.png) no-repeat -20px 0px !important;
}
#theme_rotator .themes .owl-nav .owl-next span {
  display: none;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #333;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #FF9000;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #333;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FF9000;
}

/*# sourceMappingURL=owl.theme.getdigital.css.map */
