/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {

  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    
    margin: 5px;
    padding: 4px 7px;
    background: #f00;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {

      color: #000;
      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; position: absolute;
  bottom: -20px;
left: 0%; width: 100%;}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-left: 1px;
    font-size: 18px;  font-weight: 600; color:#cdcdcd;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 2px;
      margin: 5px 7px;
      font-size: 24px;
      background: #929292;  padding: 5px;
      display: block;
      -webkit-backface-visibility: visible;
      transition: all 200ms ease;
      border-radius: 10px;
       }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #E2007D;  padding: 5px; width: 25px;}
