/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  text-shadow: 0 1px 2px #000000;
  font-size: 40px;
  margin: 0 15px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; 
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
  position: absolute;
  top: 21%;
}
.owl-theme .owl-nav .owl-next{
  right: 0;
}
.owl-theme .owl-dots {
  margin: 5px 0 0;
  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: 5px;
      height: 5px;
      margin: 3px;
      background: #c0c0c0;
      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: #003164; }
