/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  position:absolute; bottom:-10px; width:100%; -webkit-tap-highlight-color: transparent; 
} 
  .owl-theme .owl-nav [class*='owl-'] {color:#FFF; font-size:16px; opacity:0.8; background:#c8c7c6; display:inline-block; cursor:pointer; border-radius:3px; padding:2px 7px 0px 7px; height:26px}
  .owl-theme .owl-nav .owl-prev {float:left}
  .owl-theme .owl-nav .owl-next {float:right}
  .owl-theme .owl-nav [class*='owl-']:hover {opacity: 1; color: #FFF; text-decoration: none;}
  .owl-theme .owl-nav .disabled {opacity: 0.2;  cursor: default}   .owl-theme .owl-nav .disabled:hover {background:#f4f4f4}

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

.owl-theme .owl-dots {-webkit-tap-highlight-color: transparent; position:absolute; bottom:-40px; width:100%; text-align:center}
  .owl-theme .owl-dots .owl-dot { display: inline-block;  zoom: 1;   *display: inline; }
  .owl-theme .owl-dots .owl-dot span {
      width: 24px; height: 24px; margin: 0px 10px; background: #cdcdde;
      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:#c64800; }
    