/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 4, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 9, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 19, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 32, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 36, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 40, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  outline: none;
}

/* line 45, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 58, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 65, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-carousel .item {
  opacity: 0.4;
  transition: .4s ease all;
  transform: scale(0.6);
}

/* line 70, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-carousel .item img {
  display: block;
  min-width: 100%;
  width: auto;
  height: auto;
}

/* line 76, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-carousel .active .item {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1);
}

/*
 *  Owl Carousel - Core
 */
/* line 4, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 12, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 19, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 28, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 35, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 45, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 53, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 58, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 63, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 74, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 84, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 88, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 93, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 97, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 101, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 109, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 114, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel.owl-rtl {
  direction: rtl !important;
}

/* line 118, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 124, app/assets/stylesheets/theme/owl/owltheme/_core.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, app/assets/stylesheets/theme/owl/owltheme/_animate.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 9, app/assets/stylesheets/theme/owl/owltheme/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 12, app/assets/stylesheets/theme/owl/owltheme/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 15, app/assets/stylesheets/theme/owl/owltheme/_animate.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, app/assets/stylesheets/theme/owl/owltheme/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 7, app/assets/stylesheets/theme/owl/owltheme/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 12, app/assets/stylesheets/theme/owl/owltheme/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 4, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 9, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 19, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 32, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 36, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 40, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  outline: none;
}

/* line 45, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 58, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 65, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-carousel .item {
  opacity: 0.4;
  transition: .4s ease all;
  transform: scale(0.6);
}

/* line 70, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-carousel .item img {
  display: block;
  min-width: 100%;
  width: auto;
  height: auto;
}

/* line 76, app/assets/stylesheets/theme/owl/owltheme/_theme.scss */
.owl-carousel .active .item {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1);
}
