/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  /* margin-top: 20px; */
  margin: 0 auto;
  /* display: inline; */
  /* float: left; */
  /* margin-bottom: 100px; */
  left: 0;
  position: relative;
  /* margin-top:  -40px; */
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin-top: 0px;
  display: inline-block;
}
.owl-theme .owl-nav .owl-prev {
  cursor: pointer;
  background: url(../images/prev-arrow.png) no-repeat 50%;
  width: 32px;
  height: 32px;
  filter: alpha(opacity=30); /* For IE8 and earlier */
  position: relative;
  opacity: 1;
  background-color: #000;
  /* margin-left: -25px; */
}
.owl-theme .owl-nav .owl-next {
  cursor: pointer;
  background: url(../images/next-arrow.png) no-repeat 50%;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  opacity: 1;
  filter: alpha(opacity=30); /* For IE8 and earlier */
  position: relative;
  opacity: 1;
  background-color: #000;
  /* margin-left: 25px; */
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background-color: #000;
  opacity: 0.7;

  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active {
  margin-top: 10px;
  position: relative;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  /* z-index: 99999; */
  /* opacity: 1; */
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  background: #ffffff;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: relative;
  cursor: pointer;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bd3373;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #bd3373;
}
