/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */
.event_wrapper { position: relative; padding: 20px 50px 30px 50px; }
.event_wrapper h3.uk-title { display: block; text-align: center; font-family: "Helvetica"; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #52505e;}
.event_wrapper .item { margin: 0 10px; padding-bottom:9px; position: relative; background: transparent url('cats_shadow.png') bottom center no-repeat; }
.event_wrapper .item img{ display: block; width: 100%; height: auto; }
.event_wrapper h2 { color: #fff; position: absolute; bottom: 8px; height: 40px; width: 100%; line-height: 40px; padding: 0; margin: 0; background: transparent url('cats_title.png'); }
.event_wrapper h2 span{ display: block;position: relative; padding-left: 7px; color: #fff; text-transform: uppercase; font-size: 16px; line-height: 40px; font-weight: 400!important; overflow:hidden; display:block; white-space: nowrap;text-overflow: ellipsis; }
.event_wrapper .customNavigation{ text-align: center; }
.event_wrapper .event_btn { 
	cursor: pointer;
	text-indent: -9999px; 
	z-index: 300;
	display: block;
	position: absolute;
	width: 37px; height: 37px; top: 48%;
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.event_wrapper .event_prev {  left:8px!important;  background: transparent url('car_prev.png') 0 0 no-repeat; }
.event_wrapper .event_next {  right:8px!important;  background: transparent url('car_next.png') 0 0 no-repeat;}
a.event-item div.event-img { position: relative;overflow: hidden;} 
a.event-item span.loupe { 
	position: absolute; width: 100%; height: 100%; background: transparent url('loupe.png') 50% 50% no-repeat; opacity: 0.0;
	z-index: 300; display: block;
}
a.event-item:hover span.loupe { display: block; opacity: 0.8;}