/* Css */
.an_brandslider-item img {
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
  border: none;
}
.an_brandslider-item {
  text-align: center;
}

#an_brandslider-block .owl-controls .owl-prev,
#an_brandslider-block .owl-controls .owl-next {
  display: inline-block;
  width: 57px;
  height: 57px;
  background-image: url(../img/nav.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30%;
  z-index: 2;
  top: 37px;
  font-size: 0;
}

#an_brandslider-block .owl-controls .owl-prev {
  background-position: 11px 11px;
  left: -10px; right: auto;
}
#an_brandslider-block .owl-controls .owl-prev:hover {
  background-position: 11px -71px;
}
#an_brandslider-block .owl-controls .owl-next:hover {
  background-position: -56px -71px;
}

#an_brandslider-block .owl-controls .owl-next {
  background-position: -56px 10px;
  right: -18px; left: auto;
}

#an_brandslider-block  .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#an_brandslider-block  .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
#an_brandslider-block  .owl-dots {
  margin: 10px;
}

#an_brandslider-block  .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#an_brandslider-block  .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  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;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}