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



 .wol-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-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-prev:hover {
   content: url('../img/prevImgBtn.png');
}

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

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

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

      .content_r_2{
        width: 100%;
        height: auto;
        left: 0%;
        background-color: #724b9a;
        position: relative;
        margin-bottom: .3em;

      }

    .content_r{
        width: 100%;
        height: auto;
        left: 0%;
        background-color: #E0E0E0;
        position: relative;
      }
      .content{
        width: 80%;
        height: auto;
        left: 10%;
        top: 0px;
        background-color: transparent;
        position: relative;
        margin-bottom: -.7em;
      }
      .content_2{
        width: 80%;
        height: auto;
        left: 10%;
        top: 0px;
        background-color: transparent;
        position: relative;
         margin-bottom: 0;
      }

      