/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.wol_2-theme .wol_2-dots,.wol_2-theme .wol_2-nav{text-align:center;-webkit-tap-highlight-color:transparent}.wol_2-theme .wol_2-nav{margin-top:10px}.wol_2-theme .wol_2-nav [class*=owl-]{color:transparent;font-size:14px;margin:0;padding:0;background:transparent;display:inline-block;cursor:pointer;border-radius:3px}.wol_2-theme .wol_2-nav [class*=owl-]:hover{background:transparent;color:#FFF;text-decoration:none}.wol_2-theme .wol_2-nav .disabled{opacity:.5;cursor:default}.wol_2-theme .wol_2-nav.disabled+.wol_2-dots{margin-top:10px}.wol_2-theme .wol_2-dots .wol_2-dot{display:none;zoom:1}.wol_2-theme .wol_2-dots .wol_2-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.wol_2-theme .wol_2-dots .wol_2-dot.active span,.wol_2-theme .wol_2-dots .wol_2-dot:hover span{background:#869791}



 .wol_2-prev{ 
  top: 10%;
  left: -40px;
  position: absolute;
  float: left;
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
   content: url('../img/prevImgBtn.png');
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

} 

.wol_2-next{
  top: 10%;
  right: -40px;
  position: absolute;
  float: right;
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: url('../img/nextImgBtn.png');
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;


}

.wol_2-prev:hover {
   content: url('../img/prevImgBtn.png');
}

.wol_2-next:hover { 
   content: url('../img/nextImgBtn.png');
}

.wol_2-carousel:hover .wol_2-prev{
  content: url('../img/prevImgBtn.png');
}

.wol_2-carousel:hover .wol_2-next{
  content: url('../img/nextImgBtn.png');
}
