html, body { 
	height: 100%;
	margin:0;
	padding:0;
	background:#171717;
	line-height:1;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	overflow: hidden;
	color:#FFF;
}

a {
	text-decoration: none;
	color: #FFF;
	}
	
a:hover {
	color: #CCC;
	text-decoration: none;
	}
	
a:active {
	color: #CCC;
	text-decoration: none;
	}
	
a:visited {
	color: #FFF;
	}
	
p a:link {
	text-decoration: underline;
	color: #FFF;
	}

#wrapper {
	position:fixed;
	top:0px;
	width:200%;
	height:100%;
	z-index:0;
	overflow-x: hidden;
	overflow-y: hidden;
}

#splash_wrapper {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background-color: #191919;
}

.helper {
	display: inline-block;
	height:100%;
    vertical-align: middle;
	z-index: 2;
}

#splash_wrapper img {
		vertical-align: middle;
		z-index: 3;
}

#mobile {
	width:auto;
	height:100%;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:0;
	display:none;
}

#youtube-player-container {
	overflow:hidden;
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	left:-25%;
	z-index:0;
}

.no-js #youtube-player-container {
display:none;
}

#title {
	max-width:100%;
	width:100%;
}

#menu {
	display: none;
	width: 95%;
	height: 25%;
	position:absolute;
	top:37.5%;
	right:-95%;
	z-index:10;
	color:#FFF;
	font-size:2.5em;
	background-color:#000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
}

#news {
	display: none;
	width: 90%;
	height: 64%;
	position:absolute;
	left:5%;
	margin:0 auto;
	overflow: auto;
	top:-100%;
	z-index:8;
	color:#FFF;
	font-size:2em;
	background-color:#000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
}

#live {
	display: none;
	width: 90%;
	height: 64%;
	position:absolute;
	left:5%;
	margin:0 auto;
	overflow: auto;
	top:-100%;
	z-index:8;
	color:#FFF;
	font-size:2em;
	background-color:#000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
}

#music {
	display: none;
	width: 90%;
	height: 64%;
	position:absolute;
	left:5%;
	margin:0 auto;
	overflow: auto;
	top:-100%;
	z-index:8;
	color:#FFF;
	font-size:2em;
	background-color:#000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
}

#videos {
	display: none;
	width: 90%;
	height: 64%;
	position:absolute;
	left:5%;
	margin:0 auto;
	overflow: auto;
	top:-100%;
	z-index:8;
	color:#FFF;
	font-size:2em;
	background-color:#000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
}

#store {
	display: none;
	width: 90%;
	height: 64%;
	position:absolute;
	left:5%;
	margin:0 auto;
	overflow: auto;
	top:-100%;
	z-index:8;
	color:#FFF;
	font-size:2em;
	background-color:#000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
}

#close {
	width:2%;
	height:2%;
	top:5px;
	right:3px;
	position:absolute;
	font-size:0.7em;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#social {
	width: 10%;
	height: 5%;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:10;
	background-color:#000;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	filter: alpha(opacity=91);
	opacity: 0.91;
}

#socialicon {
	max-width:28%;
	width:28%;
}

#onoff {
	width: 2%;
	height: 2%;
	position:absolute;
	top:14px;
	right:12px;
	filter: alpha(opacity=91);
	opacity: 0.91;
}

#mute {
	max-width:100%;
	width:100%;
}

.vevent {
		font-size:0.7em;
}

#player {
	max-width:10000px;
}