/* Home */
body.home.index #content {
	padding-top: 0;
}
#home .flexslider,
#home .flexslider .slides,
#home .flexslider .slides > li {
	height: 450px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#home .flexslider,
#home .flexslider .slides {
	border-radius: 0 0 50px 0;
}
#home .flexslider .slides > li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .flexslider .slides > li video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .flexslider .slides > li .description_data {
	display: none;
}
#home .flexslider > .description {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30%;
	background: rgba(33, 33, 33, 0.5);
	z-index: 1000;
	color: #fff;
	/*background-image: url('../img/arrow_right.svg');
	background-repeat: no-repeat;
	background-position: right center;*/
	overflow: hidden;
}
#home .flexslider > .description > .wrapper .more a {
	color: #fff;
}
#home .flexslider > .description > .wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	width: 100%;
}
#home .flexslider > .description > .wrapper h2 {
	font-size: 25px;
	line-height: 28px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	padding-right: 40px;
}
#home .flexslider > .description > .wrapper .infos {
	padding-right: 20px;
}
#home .flexslider .flex-control-nav {
	position: absolute;
	z-index: 2000;
	bottom: 50px;
	left: 20px;
}
#home .flexslider .flex-control-nav li a {
	display: inline-block;
	padding: 0;
	margin-right: 4px;
	width: 10px;
	height: 10px;
	background: url('../img/pager.svg') no-repeat;
	background-size: 100%;
	font-size: 0;
	opacity: 0.4;
}
#home .flexslider .flex-control-nav li a:hover,
#home .flexslider .flex-control-nav li a.flex-active {
	opacity: 1;
}
#home .locations {
	padding: 20px 10px 20px 10px;
}
#home .locations ul li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
}
#home .locations ul li .thumbnail {
}
#home .locations ul li img {
	width: 100%;
	display: block;
}
#home .locations ul li h3 {
	background: #f1f1f1;
	padding: 3px;
	font-size: 12px;
	font-family: 'ProximaNovaRgBold';
}
#home .locations ul li .catcher {
	display: none;
	position: absolute;
	left: 10px; top: 0; right: 10px; bottom: 0;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: 'ProximaNovaRgBold';
}
#home .locations ul li:hover .catcher {
	display: block;
}
#home .subsection {
	padding: 30px 0;
}
#home .events {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
#home .offers > h2 {
	font-size: 25px;
	margin-bottom: 20px;
}
#home .events > h2 {
	font-size: 25px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#home .events .event {
	width: 50%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
}
#home .events .event .wrapper {
	background: #f1f1f1;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}
#home .events .event .content {
	position: absolute;
	left: 10px;	right: 10px; bottom: 0; top: 0;
}
#home .events .event .name a {
	font-family: "ProximaNovaRgBold";
	font-size: 19px;
}
#home .events .event .mask {
	width: auto;
	height: auto;
	left: 0px; right: 0px; bottom: 0; top: 0;
}
#home .events .event .preview {
	width: auto;
	height: auto;
	left: 0px; right: 0px; bottom: 0;	top: 0;
}
#home .events .event .thumbnail {
	width: 100%;
	height: auto;
	padding-top: 40%;
	position: relative;
}
#home .events .event .thumbnail img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .events .event .catcher {
	display: block;
	margin-top: 5px;
	padding: 0 5px;
}
#home .offers {
	width: 50%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
#home .offers .offer {
	margin-bottom: 20px;
}
#home .offers .offer a {
	display: block;
}
#home .offers .offer .aside {
	float: left;
	width: 44.5%;
}
#home .offers .offer .details {
	float: left;
	width: 55.5%;
	box-sizing: border-box;
	padding-left: 20px;
}
#home .offers .offer a:hover {
	background: transparent;
	color: #000;
}
#home .offers .offer h2 {
	margin-bottom: 5px;
}
#home .offers .offer .type,
#home .offers .offer .publics {
    font-size: 12px;
}

#home .offers .offer .thumbnail {
	width: 100%;
	height: auto;
	padding-top: 60%;
	position: relative;
}
#home .offers .offer .thumbnail img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .offers .offer .details .catcher {
	text-transform: none;
	font-size: 14px;
	margin-top: 10px;
}
#home .offers .offer .place {
	color: #fff;
	padding: 3px;
	font-size: 12px;
	text-transform: uppercase;
}
#home .offers .offer .place .date {
	float: right;
}

#home .all {
	margin-top: 20px;
	text-align: center;
}
#home .all a {
	font-family: "ProximaNovaRgBold";
	font-size: 17px;
}

@media only screen and (min-width: 1024px) {
	#home .module:hover .preview {
	    display: none !important;
	}
}
@media only screen and (max-width: 1023px) {
	#home .events .event .catcher {
	    display: none;
	}
	#home .offers .offer .name,
	#home .events .event .name a {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {	
	/* Home */
	#home .flexslider, 
	#home .flexslider .slides, 
	#home .flexslider .slides > li {
		height: 40vh;
	}
	#home .flexslider > .description {
		width: 100%;
		top: 50%;
		background-image: none;
	}
	#home .flexslider > .description > .wrapper {
		position: static;
		transform: none;
	}
	#home .locations ul li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#home .offers,
	#home .events {
	    width: 100%;
	    float: none;
	    padding: 0;
	}
	#home .events .event {
	    width: 100%;
	}
	
	#home .offers {
		padding: 0 10px;
	}
	#home .offers .offer .details,
	#home .offers .offer .aside {
	    float: none;
	    width: 100%;
	}
	#home .offers .offer .details {
		padding: 10px 0 0 0;
	}
}