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

  position: absolute;
  width: 100%;
  
}

.owl-prev {
    float: left;
    background: url(../../../images/prev3.png);
    opacity: 1;
    background-size: 100%;
}
.owl-next {
    float: right;
    background: url(../../../images/next3.png);
    opacity: 1;
    background-size: 100%;
}

.topvd .owl-nav {top: 40%;}
.topvd .owl-prev {
    opacity: 1;
}
.topvd .owl-next {
    opacity: 1;
}
   .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    /*background: #D6D6D6;*/
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 20px;
  }
     .owl-nav [class*='owl-']:hover {
      /*background: #869791;*/
      color: #FFF;
      text-decoration: none; }
   .owl-nav .disabled {
    opacity: 0.2;
    cursor: default; }

 .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

 .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
   .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 5px 7px;
      background: #e5e5e8;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-dots .owl-dot.active span,  .owl-dots .owl-dot:hover span {
      background: #7f7f8f; }


.owl-prev:hover, .owl-next:hover {opacity: 1;}
