
html, body
{
	height:100%;
}

body
{
	margin:0;
	padding:0;
	color:#fff;
	background:#000000;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif
}

a
{
	border:0;
	text-decoration:none;
}

video
{
	width:100% !important;
	height:100% !important;
}

.text-center
{
	text-align:center;
}

#player, #player_wrapper
{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

.cover
{
	position:absolute;
	width:100%;
	height:100%;
}

.play
{
	cursor:pointer;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../img/play-player.png) center center no-repeat;
	opacity:0.8;
}

.play:hover
{
	opacity:1;
}

.relative
{
	position:relative;
}

#complete
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0, 0.6);
	z-index:2;
}

#complete .replay,
#complete .next_video
{
	float:left;
	position:relative;
	display:block;
	width:50%;
}

#complete h2
{
	color:#fff;
}

#complete .next_video img
{
	width:80%;
	height:auto;
}

#complete .footer
{
	clear:both;
	padding-top:25px;
}