/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.wol-carousel,.wol-carousel .wol-item{-webkit-tap-highlight-color:transparent;position:relative;background-color: #E0E0E0;}.wol-carousel{display:none;width:100%;z-index:1}.wol-carousel .wol-stage{position:relative;-ms-touch-action:pan-Y}.wol-carousel .wol-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.wol-carousel .wol-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.wol-carousel .wol-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.wol-carousel .wol-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.wol-carousel .wol-dots.disabled,.wol-carousel .wol-nav.disabled{display:none}.no-js .wol-carousel,.wol-carousel.wol-loaded{display:block}.wol-carousel .wol-dot,.wol-carousel .wol-nav .wol-next,.wol-carousel .wol-nav .wol-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-carousel.wol-loading{opacity:0;display:block}.wol-carousel.wol-hidden{opacity:0}.wol-carousel.wol-refresh .wol-item{visibility:hidden}.wol-carousel.wol-drag .wol-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wol-carousel.wol-grab{cursor:move;cursor:grab}.wol-carousel.wol-rtl{direction:rtl}.wol-carousel.wol-rtl .wol-item{float:right}.wol-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.wol-carousel .wol-animated-in{z-index:0}.wol-carousel .wol-animated-out{z-index:1}.wol-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-height{transition:height .5s ease-in-out}.wol-carousel .wol-item .wol-lazy{opacity:0;transition:opacity .4s ease}.wol-carousel .wol-item img.wol-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.wol-carousel .wol-video-wrapper{position:relative;height:100%;background:#000}.wol-carousel .wol-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-carousel .wol-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-carousel .wol-video-playing .wol-video-play-icon,.wol-carousel .wol-video-playing .wol-video-tn{display:none}.wol-carousel .wol-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.wol-carousel .wol-video-frame{position:relative;z-index:1;height:100%;width:100%}


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

}

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

.content_text:hover{
	
	color: #fff;
	
}
.wol-carousel .wol-item:hover{
	background-color: #000;
	cursor: pointer;
	color: #fff;
}