
/* CSS Document */

.cover_slider .cover_item .slider_content{
background: none;

}

strong.fett{opacity: 1;
	text-transform: uppercase;
	font-size: 90px;
	font-weight: 900;
	line-height: 0.5;
	color: #f50136;
}
strong.fett2 {
	opacity: 1;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}
.event_box{padding-bottom: 45px;border-bottom: 1px dashed #f50136;}

.back {
	width: 100%;
	min-height: 100px;
	background: #171818;
	padding: 0 0 50px 0;
	border-bottom: 5px solid #f50136;
}

.pb100 {
	padding-top: 10px !important;
}

.section_title{ margin-top: 60px;}
a.active{color:#f50136 !important;}
.tarif {
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tarif2 {
	font-size: 9px;
	margin-bottom: 10px;
	margin-top: 35px;
	line-height: 100%;
	color: #c6c6c6;
	/* margin-top: ; */
}
.event_box{margin: 0px 0px 30px 0px;}


.desktop{display: none;}
.mobile_view{display: block;}
 @media only screen and (min-width: 1200px) {
		.desktop{display: block;}
		.mobile_view{display: none;}
		.item1{background: url(../img/bg/slider1.png);}
		.item2{background: url(../img/bg/slider2.png);}
		.item3{background: url(../img/bg/slider3.png);}
		.pb100 {padding-bottom: 40px !important;}
		}

  @media only screen and (max-width: 1200px) {

		.item1{background: url(../img/bg/slider1_mo.png);}
		.item2{background: url(../img/bg/slider3_mo.png);}
		.item3{background: url(../img/bg/slider2_mo.png);}
		.pb100 {padding-bottom: 0px !important;}
		}
    

.cover_slider_mobile {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	position: relative;
	list-style: none;
	word-break: break-all;
}

.small_number{line-height: 80%!important;
font-size: 70px!important;}
.button_holder {
	width: 100%;
	clear: both;
	text-align: left;
	margin: -50px 0 50px 10px;

}

.next_car{ float: left; cursor: pointer;
}
.back_car{float: left; cursor: pointer;}

ul.site{float: left; padding: 0;}
ul.site li{}

.material-icons {
	font-family: 'Material Icons';
	font-weight: lighter;
	font-style: normal;
	font-size: 36px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	color: #f50136;
	padding: 0 10px;
}

.cover_nav .cover_dots{padding: 10px 30px!important;}