/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
 position: relative;
  margin-top: 0px;
  text-align: center; 
  -webkit-tap-highlight-color: transparent; }
  

 .owl-nav button.owl-prev {
    position: absolute;
   top: -5%;
    left: 5%;
  }

  .owl-nav button.owl-next {
    position: absolute;
   top: -5%;
    left: 90%;
  } 


  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: rgba(0,0,0,0.5);
    display: block;
    cursor: pointer;
    border-radius: 3px; }
  
    .owl-theme .owl-nav [class*='owl-']:hover {
 
      color: #FFF;
      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; }
  
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  
    .owl-theme .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      margin: 20px 7px;
      background: rgba(0,0,0,0.5);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
 
   
    .owl-theme .owl-dots .owl-dot.active span  {
      background: #ffdc48; }

@media screen and (max-width: 639px) { 
          .owl-theme .owl-dots .owl-dot span {
                        width: 8px;
                        height: 8px;
                        margin: 20px 7px; 
}