/* 
 *  Default theme - Owl Carousel CSS File
 */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  font-size: 18px;
  line-height: 40px;
  opacity: 0.3;
  display:block;
  position:absolute;
  top:50%;
  margin-top:-17px;
  height:40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-backface-visibility: hidden;
}

 .owl-carousel:hover .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-prev {
  opacity: 0.8;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.3;
  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: 10px;
height: 10px;
border-radius: 50px;
background: #eaeaea;
margin: 0 1px;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.owl-nav .owl-prev{
  left: 15px;
}
.owl-nav .owl-next{
  right: 15px;
}