/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.wol_2-carousel,.wol_2-carousel .wol_2-item{-webkit-tap-highlight-color:transparent;position:relative;background-color: #724b9a;}.wol_2-carousel{display:none;width:100%;z-index:1}.wol_2-carousel .wol_2-stage{position:relative;-ms-touch-action:pan-Y}.wol_2-carousel .wol_2-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.wol_2-carousel .wol_2-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.wol_2-carousel .wol_2-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.wol_2-carousel .wol_2-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.wol_2-carousel .wol_2-dots.disabled,.wol_2-carousel .wol_2-nav.disabled{display:none}.no-js .wol_2-carousel,.wol_2-carousel.wol_2-loaded{display:block}.wol_2-carousel .wol_2-dot,.wol_2-carousel .wol_2-nav .wol_2-next,.wol_2-carousel .wol_2-nav .wol_2-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wol_2-carousel.wol_2-loading{opacity:0;display:block}.wol_2-carousel.wol_2-hidden{opacity:0}.wol_2-carousel.wol_2-refresh .wol_2-item{visibility:hidden}.wol_2-carousel.wol_2-drag .wol_2-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wol_2-carousel.wol_2-grab{cursor:move;cursor:grab}.wol_2-carousel.wol_2-rtl{direction:rtl}.wol_2-carousel.wol_2-rtl .wol_2-item{float:right}.wol_2-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.wol_2-carousel .wol_2-animated-in{z-index:0}.wol_2-carousel .wol_2-animated-out{z-index:1}.wol_2-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.wol_2-height{transition:height .5s ease-in-out}.wol_2-carousel .wol_2-item .wol_2-lazy{opacity:0;transition:opacity .4s ease}.wol_2-carousel .wol_2-item img.wol_2-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.wol_2-carousel .wol_2-video-wrapper{position:relative;height:100%;background:#000}.wol_2-carousel .wol_2-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.wol_2-carousel .wol_2-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.wol_2-carousel .wol_2-video-playing .wol_2-video-play-icon,.wol_2-carousel .wol_2-video-playing .wol_2-video-tn{display:none}.wol_2-carousel .wol_2-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.wol_2-carousel .wol_2-video-frame{position:relative;z-index:1;height:100%;width:100%}


.wol_2-carousel .wol_2-item {
	height: 70px;
	text-align: center;

}

.content_text_2{
	padding-top: 1.7em;
	padding-bottom: 1em;
	left: 0;
	width: 100%;
	height: 70px;
	position: absolute;
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
}

.content_text_2:hover{
	
	color: #000;
	
}
.wol_2-carousel .wol_2-item:hover{
	background-color: #E0E0E0;
	cursor: pointer;
	color: #fff;
}

.active_1{ 
     color: #000; 
     font-weight: bold;
     text-decoration: underline;
     font-size: .9em;

}

.active_2{
    background-color: #E0E0E0; 
    color: #000; 
   

}