/**
 * 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-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: 15px;
      height: 15px;
      margin: 10px 7px;
      background: #DF1E39;
      opacity: .5;
      display: block;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #DF1E39;
      opacity: 1;
    }

