body {
	font-family: 'neufile_groteskregular';
	padding: 0;
	margin: 0;
	height: 1080px;
}

header {
	position: fixed;
	top: 0%;
	width: 100%;
}

.logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

.logo img {
	width: 338px;
	height: auto;
}

.tickets {
	height: auto;
	padding-bottom: 40px;
}

.buy header, .tickets header{
	position: absolute;
}

.buy .logo, .tickets .logo{
	left: 50%;
	margin-left: -169px;
}

.buy footer, .tickets footer {
    position: absolute;
    top: 1080px;
    width: 100%;
}

.btt-right {
	position: absolute;
	top: 30px;
	right: 30px;
}

.btt-right img {
	width: 369px;
	height: auto;
}

.get-ticket {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	margin-left: -275px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

.language {
	margin-bottom: 25px;
}

.language a {
	color: #F4EED6;
	font-size: 15px;
	display: inline-block;
	padding: 4px
}

.language a.active {
	color: #D3584A;
}

.language a:hover {
	text-decoration: none;
}

.get-ticket span {
	color: #C15D4F;
}

.get-ticket p {
	margin-bottom: 0
}

.language a+a {
	border-left: solid 1px #F4EED6;
}

.block-buy {
	background-color: #FFF;
	opacity: 0.8;
	border: 1px solid black;
	padding: 15px;
}

.block-buy p {
	font-family: 'neufile_grotesk_boldbold';
}

.block-buy c {
	display: inline-block;
	padding: 8px 55px;
	color: #FFF !important;
	background-color: #C15D4F;
	border-radius: 4px;
	margin-top: 25px;
}

.block-buy c:hover {
	text-decoration: none;
	background-color: #A24D41;
}

.block-buy b {
	padding: 8px 8px;
	color: #FFF !important;
	background-color: #C15D4F;
	border-radius: 4px;
	margin-top: 20px;
	line-height:2em;
}

.block-buy b:hover {
	text-decoration: none;
	background-color: #A24D41;
}

footer {
	bottom: 0;
	width: 100%;
}

footer ul.menu {
	margin: 0;
	list-style-type: none;
	text-align: center;
	background:#000000;
	padding: 12px 10px 7px 10px;
}

footer ul.menu li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}

footer ul.menu li a {
	font-family: 'neufile_grotesk_boldbold';
	text-decoration: none;
	color: #f4edd4;
}

footer ul.menu li a img {
	position: relative;
	bottom: 2px;
}

footer ul.partenaires {
	margin-top: 40px;
	list-style-type: none;
	text-align: center;
	padding: 0;
}

footer ul.partenaires li {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
	position: relative;
}

footer ul.partenaires li.weezevent {
	bottom: 36px;
}

footer ul.partenaires li.kronenbourg {
	bottom: 30px;
}

footer ul.partenaires li.rtl2 {
	bottom: 24px;
}

footer ul.partenaires li.riffx {
	bottom: 22px;
}

.video {
	padding: 100px 100px 280px 100px;
	max-width: 1080px;
	margin: auto;
}

.modal-content {
    background-color: #000;
    color: #FFF;
}

.modal h1, .modal h2 {
    color: #f4edd4;
    font-family: 'neufile_grotesk_boldbold';
}

.modal h1 {
	font-size: 20px
}

.modal h2 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 25px
}

.modal a {
	color: #f4edd4
}

.modal-header {
     border-bottom: 1px solid #4c544b;
 }

 .iframe {
    position: absolute;
    top: 320px;
    width: 80%;
    left: 10%;
}


/* MEDIA QUERIES */
	/* XS */
	@media screen and (max-width: 767px) { 
		.video {
		    padding: 50px 30px 80px 30px;
		    margin: auto;
		}
		
		.iframe {
		    width: 96%;
		    left: 2%;
		}

	}
	/* XS */
	@media screen and (max-width: 640px) { 
		.get-ticket {
		    left: 5%;
		    width: 90%;
		    margin-left: 0;	
		}
	}
/* MEDIA QUERIES */