/**
 * 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: 47%; */
  position: relative;
  /* margin-top:  -40px; */
}
.owl-theme .owl-nav [class*="owl-"] {
  margin-top: 0;
  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: 0.3;
  /* 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: 0.3;
  /* margin-left: 25px; */
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background-color: #fff;
  opacity: 0.5;

  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.1 !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: #d1d1d1;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  position: relative;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffd322;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ffd322;
  width: 15px;
  height: 15px;
  margin: 10px 5px 3px 5px;
}
