/* ++++++++++++++++++++++++++++++++ Normalizing */

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: 0px; 
	padding: 0px; 
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	background: transparent;
}

/* ++++++++++++++++++++++++++++++++ Body / Universal */

body {
	height: 100%;
	font: inherit;
	font-size: 13px;
	font-family: "Arial Narrow", Arial, sans-serif;
	background: #000000;
}
a {
	text-decoration: none;
}
#members div a,
section ul li a,
#logo,
#members,
section ul li h3,
article,
.browse,
#big-cta div h3,
section ul li h3 span,
#big-cta div h3 span {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

/* ++++++++++++++++++++++++++++++++ Header */

#members {
	position: absolute;
		top: 30px;
		right: 40px;
	display: block;
	float: right;
	overflow: auto;
	z-index: 1;
}
	#members div {
		overflow: auto;
	}
	#members div a {
		background: #000000;
		padding: 0px 20px 0px 20px;
		font-size: 12px;
		color: #c3c3c3;
		line-height: 24px;
		display: inline-block;
		float: right;
		text-transform: uppercase;
		text-decoration: none;
		
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	#members div a:nth-child(odd) {
		margin-left: 5px;
	}
	#members div a:hover {
		color: #000000;
		background: #f5f5f5;
	}

/* ++++++++++++++++++++++++++++++++ Nav */

section {
	position: absolute;
		top: 30px;
		left: 25px;
	z-index: 1;
	width: 290px;
	overflow: auto;
}
	.header {
		width: 276px;
		overflow: auto;
		display: block;
		background: #000000;
			
		-webkit-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}
		.logo {
			display: inline-block;
			padding: 13px 13px 0px 13px;
			float: left;
		}
		.logo a {
			display: block;
			width: 250px;
			max-width: 250px !important;
			height: 80px;
			overflow: hidden !important;
		}
	section ul li {
		overflow: auto;
		list-style-type: none;
	}
	section ul li a {
		letter-spacing: 1px;
		font-weight: normal;
		text-indent: 20px;
		width: 276px;
		font-size: 16px;
		background: rgba(0,0,0,0.6);
		line-height: 40px;
		float: left;
		position: relative;
		text-decoration: none !important;
		text-transform: uppercase;
		color: #c9c9c9 !important;
	}
		section ul li a:hover {
			width: 290px;
			background: rgba(0,0,0,1);
		}
		section ul li:last-of-type a {
			-webkit-border-radius: 0px 0px 6px 6px;
			border-radius: 0px 0px 6px 6px;
		}
	section ul li a span {
		position: absolute;
			top: 13px;
			right: 7px;
		width: 0px;
		height: 0px;
		border-top: 7px solid transparent;
		border-left: 11px solid #494949;
		border-bottom: 7px solid transparent;
	}
	section ul li a:hover span {
		border-left: 11px solid #ffffff;
	}
	.current-chan {
		width: 290px;
	}
	
/* ++++++++++++++++++++++++++++++++ Carousel */

article {
	position: fixed;
		bottom: 0px;
	z-index: 1;
	width: 100%;
	background: rgba(0,0,0,0.6);
}
.scrollable {
	position: relative;
	overflow: hidden;
	width: 827px;
	height: 100px;
	margin: 0px auto;
}
.items {
	width: 20000em;
	position: absolute;
	clear: both;
	padding-top: 5px;
}
.items div {
	width: 827px;
	height: 90px;
	float: left;
	display: inline-block;
}
	.items div a {
		position: relative;
		width: 155px;
		height: 90px;
		float: left;
		display: inline-block;
		overflow: hidden;
		margin-right: 10px;
	}
	.items div a span {
		position: absolute;
			top: 0px;
			right: 0px;
		display: block;
		min-width: 40px;
		padding: 0px 3px 0px 3px;
		overflow: auto;
		height: 18px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 1px;
		line-height: 18px;
		font-size: 10px;
		background: none !important;
	}
	.items div a img {
		position: absolute;
		z-index: -1;
		display: block;
		width: 100%;
		height: 100%;
	}
.browse {
	display: inline-block;
	width: 20px;
	height: 33px;
	overflow: hidden;
	margin-top: 35px;
	opacity: 0.7;
}
	.left img,
	.right img {
		display: block;
		width: 100%;
		height: 100%;
	}
	.left:hover,
	.right:hover {
		opacity: 1;
	}
	.left {
		float: left;
		margin-left: 15px;
	}
	.right {
		float: right;
		margin-right: 15px;
	}
#legal-links {
	text-align: center;
	background: #000;
	color: #949494;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
}
	#legal-links a {
		color: #acacac;
		text-decoration: none;
	}

/* ++++++++++++++++++++++++++++++++ BigCTA */

#big-cta {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
		top: 0px;
		left: 0px;
	z-index: 0;
	opacity: 0;
	
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}
	#big-cta:hover {
		opacity: 1;
		
		-webkit-transition: all linear .9s;
		-moz-transition: all linear .9s;
		-o-transition: all linear .9s;
		transition: all linear .9s;
	}
	#big-cta div {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	#big-cta div h3 {	
		text-transform: uppercase;
		position: absolute;
			bottom: 160px;
			left: 50%;
		margin-left: -250px;
		font-size: 30px;
		display: block;
		min-width: 500px;
		line-height: 60px;
		height: 60px;
		text-align: center;
		padding-right: 17px;
		overflow: hidden;
		text-indent: 35px;
		
		-webkit-box-shadow: 0 0 35px 15px rgba(0,0,0,0.5);
		box-shadow: 0 0 35px 15px rgba(0,0,0,0.3);
		
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		#big-cta div h3:hover {
			-webkit-box-shadow: 0 0 35px 15px rgba(0,0,0,0.9);
			box-shadow: 0 0 35px 15px rgba(0,0,0,0.7);
		}
	#big-cta div h3 span {
		margin-top: 14px;
		padding: 8px 9px 8px 11px;
		overflow: hidden !important;
		text-indent: 0px;
		float: right;
		display: inline-block;
		
		-webkit-border-radius: 35px;
		border-radius: 35px;
	}
		#big-cta div h3:hover span {
			-moz-transform: scale(1.2);
			-webkit-transform: scale(1.2);
			-o-transform: scale(1.2);
			-ms-transform: scale(1.2);
			transform: scale(1.2);
		}
	#big-cta div h3 span div {
		width: 0px;
		height: 0px;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
	}

/* ++++++++++++++++++++++++++++++++ Mute */

#mute-btn {
	background: url('unmute.png') no-repeat;
	position: absolute;
		bottom: 125px;
		right: 15px;
	z-index: 9999;
	color: #ccc;
	width: 20px;
	height: 20px;
	opacity: 0.6;
	overflow: hidden;
}
	#mute-btn:hover {
		opacity: 1;
	}
.muted {
	background: url('mute.png') no-repeat !important;
}

/* ++++++++++++++++++++++++++++++++ BigVideo */

#big-video-wrap {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
		top: 0;
		left: 0;
}





