/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.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: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #000000;
      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: #ff0000; }

.owl-prev, .owl-next {
      position: absolute;
      width: 56px;
      height: 56px;
      text-align: center;
      color: #fff;
      top: 40%;
      display: block !IMPORTANT;
           border:0px solid black;
           background: transparent;
}

.owl-prev i, .owl-next i {
  font-size: 46px
}

.owl-prev {
  left: -60px;
}

.owl-next {
    right: -60px;
}
