@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0b1 | 201101 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: none;
} 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** end reset */


body{
	width: 100%;
    height: 100%;
    min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 100%;
	text-align: center;
	-webkit-text-size-adjust: none; 
	background: #333 url('../img/debut_dark.png') repeat center;
}

h1, h2, h3, h4{
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
}

h1{
	font-size: 2em;
	line-height: 1.25em;
}

h2,h3,h4{
	font-size: 1.5em;
	line-height: 1.333em;
	padding: 3.333em 0 1.667em 0;
}

h3,h4{
	padding: 1.667em 0; 
}

h4{
	font-size: 1em;
	text-transform: none;
	text-align: left;
}

p{
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 0.75em 0;
	color: #FFF;
}

p.copytext{
	text-align: left;
}



strong, b{
	font-weight: bold;
}

a{
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	text-decoration: none;
	color: #fff;
}	

a:hover, a:active{
	background-color: #D52B1E;
}

p a{
	border-bottom:  0.063em solid #666;
	background-color: transparent;
}

p a:hover, p a:active{
	border-bottom:  0.063em solid #D52B1E;
	background-color: transparent;
}

a.button{
	display: inline-block;
	background: #aa2218;
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0.25em 0.5em; 
	-webkit-box-shadow: 0 0 0.250em 0 #222;
	box-shadow: 0 0 0.250em 0 #222;
}

a:hover.button{
	background: #D52B1E;
}

ul{
	display: block;
}

article ul{
	padding: 0 0 2.500em 0;
}

article ul li{
	font-size: 1em;
	line-height: 1.5em;
	display: inline-block;
	white-space: nowrap;
	padding: 0.25em 0.5em; 
	margin: 0.25em 0.25em;
	background-color: #fff;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

article ul.copytext li{
	list-style: square outside none;
	color: #fff;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	display: list-item;
	white-space: normal;
	padding: 0; 
	margin: 0.5em 2em;
	background-color: transparent;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	background: #333 url('../img/debut_dark.png') repeat center;
	-webkit-box-shadow: 0 0 0.500em 0 #222;
	box-shadow: 0 0 0.500em 0 #222;
}

header h1{
	display: block; 
	float: left;
	height: 100%;
}

header h1 a{
	display: block;
	padding: 0 0.250em;
	background-color: #aa2218;
}

header nav{
	display: block; 
	float: right;
}

header li{
	display: block;
	float: left;
	line-height: 2.500em;
}

header li a{
	display: block;
	line-height: 2.500em;
	padding: 0 1em;
	font-weight: 800;
}

header li a:hover{
	background-color: #aa2218;
}

article{
	clear: both;
	width: 100%;
}

article.area{
	min-height: 40.000em;
}

article.area_1{background: transparent url('../img/bg1_960.jpg') no-repeat center; position: relative;}
article.area_2{background: transparent url('../img/bg4_960.jpg') no-repeat top center;}
article.area_3{background: transparent url('../img/bg5_960.jpg') no-repeat top center;}
article.area_4{background: transparent url('../img/bg3_960.jpg') no-repeat top center;}
article.area_5{background: transparent url('../img/bg2_960.jpg') no-repeat top center;}
article.area_6{background: transparent url('../img/bg4_960.jpg') no-repeat top center;}
article.area_7{background: none;}

.main_wrapper{
	width: 100%;
	max-width: 60.000em;
	margin: 0 auto;
}

.text_site{
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.teaser_background{
	position: relative;
}

.transparent_background{
	position:absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #111;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.teaser_position{
	width: 100%;
	margin: 0 auto;
	padding: 5em 0;
	position: relative;
	z-index: 2;
}

.image_container {
    width: 8.75em;
    height: 8.75em;
	margin: 0 auto;
}

.image_container a, 
.image_container a:hover, 
.image_container a:active {
    display: block;
    float: left;
    border: 0;
    background: transparent;
}

.image_container img {
    width: 100%;
    height: 100%;
}

.text_container{
	padding: 0 2.5em;
}

.text_container h2{
	padding: 0.667em 0 0.667em 0;
}

.support .main_wrapper{
	background-color: #222;
}

.support p{
	/** line-height: 2.500em; */
	line-height: 5em;
	margin: 0em 1em;
}

/** player styles */

.player{
	width: 100%;
}

.player li{
	display: inline-block;
	background: transparent;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	margin: 0 2.500em 2.500em 2.500em;
	padding: 0;
}

/** Default + hover state, "click to play": */

 .player .sm2_link{
	display: inline-block;
	height: 8.750em;
	width: 8.750em;
	-webkit-border-radius: 4.375em;
	-moz-border-radius: 4.375em;
	border-radius: 4.375em;
	-webkit-box-shadow: 0 0 0.250em 0 #333333;
	box-shadow: 0 0 0.250em 0 #333333;
	background: #aa2218 url('../img/play.png') no-repeat center;
	color: #fff;
	text-indent: -99999em;	
}

.player .sm2_link:hover{
	background-color: #D52B1E;
}

/**  Playing + hover state, "click to pause": */

.player .sm2_playing
{
	background: #D52B1E url('../img/pause.png') no-repeat center;
	-webkit-box-shadow: 0 0 0 0 #333333;
	box-shadow: 0 0 00 0 #333333;
}
a.sm2_playing:hover {
	background-color: #D52B1E;
}

/**  Paused + hover state, "click to resume": */

 a.sm2_paused {}
 a.sm2_paused:hover {}


.player .track_info{
	clear: both;
}

.player .track_info p{
	margin: 0.75em 0;
	padding: 0.25em 0.5em;
	color: #000;
	background-color: #fff;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/** footer */

a.top_link{
	display: block;
	position: relative;
	height: 8.750em;
	width: 8.750em;
	margin: 0 auto;
	-webkit-border-top-left-radius: 4.375em;
	-webkit-border-top-right-radius: 4.375em;
	-moz-border-radius-topleft: 4.375em;
	-moz-border-radius-topright: 4.375em;
	border-top-left-radius: 4.375em;
	border-top-right-radius: 4.375em;
	-webkit-box-shadow: 0 0 0.250em 0 #333333;
	box-shadow: 0 0 0.250em 0 #333333;
	background: #222 url('../img/top.png') no-repeat center;
	color: #fff;	
}

a:hover.top_link{
	background: #aa2218 url('../img/top.png') no-repeat center;
}

a.top_link span{
	display: block;
	position: absolute;
	width: 8.750em;
	bottom: 1em;
}

.avatar{
	display: block;
	clear: both;
	margin: 0 auto 2.500em auto;
	height: 8.750em;
	width: 8.750em;
	-webkit-border-radius: 4.375em;
	-moz-border-radius: 4.375em;
	border-radius: 4.375em;
}

footer{
	padding: 2.500em 0 0 0;
}


/** medium screen */


@media all and (min-width : 30.000em) and (max-width: 56.250em) {

	header h1{
		width: 100%;
	}
	
	header nav{
		float: none;
	}
	
	header li{
		float: none;
		display: inline-block;
	}
	
	h2{
		padding: 5.000em 0 1.667em 0;
	}
	
	h3,h4{
		padding: 1.667em 0;
	}
	
	article ul li{
		white-space: normal;
	}
}


/** small screen */


@media all and (max-width : 30.000em) {

	header{
		position: relative;
	}

	header h1{
		width: 100%;
	}
	
	header nav{
		float: none;
	}
	
	header li{
		float: none;
	}
	
	article.area{
		min-height: 0;
	}
	
	article.area_1{
		min-height: 40.000em!important;
	}
	
	h2,h3,h4{
		padding: 1.667em 0;
	}
	
	article ul li{
		white-space: normal;
	}
}