/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 5, ../sass/modules/owlcarousel/_theme.scss */
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent; }
  /* line 8, ../sass/modules/owlcarousel/_theme.scss */
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 45%;
    font-size: 0;
    width: 32px;
    height: 40px;
    background: url("../img/icn-next-slider.svg") no-repeat left top/contain; }
  /* line 20, ../sass/modules/owlcarousel/_theme.scss */
  .owl-theme .owl-nav .owl-next {
    right: -40px; }
  /* line 24, ../sass/modules/owlcarousel/_theme.scss */
  .owl-theme .owl-nav .owl-prev {
    left: -40px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 29, ../sass/modules/owlcarousel/_theme.scss */
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
/* line 36, ../sass/modules/owlcarousel/_theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
/* line 40, ../sass/modules/owlcarousel/_theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  /* line 44, ../sass/modules/owlcarousel/_theme.scss */
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    /* line 49, ../sass/modules/owlcarousel/_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 62, ../sass/modules/owlcarousel/_theme.scss */
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
