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

  position: absolute;
  width: 100%;
  
}

.carouselbx .owl-prev {
    float: left;
    background: url(../../../images/prev3.png);
    margin: 0 0 0 -6%;
    opacity: 0.5;
}
.carouselbx .owl-next {
    float: right;
    background: url(../../../images/next3.png);
    margin: 0 -6% 0 0;
    opacity: 0.5;
}

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

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

.carouselbx .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .carouselbx .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .carouselbx .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: rgba(0, 0, 0, 0.5);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .carouselbx .owl-theme .owl-dots .owl-dot.active span, .carouselbx .owl-theme .owl-dots .owl-dot:hover span {
      background: #d82435; }


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