/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;	padding: 0;	border: 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;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after, q:before, q:after{content: ''; content: none;}
table{border-collapse: collapse; border-spacing: 0;}
body{background-color: #000; font-family: Arial, Helvetica, sans-serif; line-height: 1; text-align: center;}
.clear{clear: both;}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
	z-index: -1;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
	z-index: 1;
}
#container{
	width: 1000px;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	z-index: 2;
	position: relative;
}
#container #logo{
	height: 150px;
	width: 100%;
	float: left;
}
#container #logo a{
	height: 68px;
	width: 379px;
	display: block;
	margin: 26px 0 0;
}
#container #headline{
	height: 100px;
	width: 100%;
	float: left;
	height: 40px;
}
#container #headline h1{
	font-weight: 700;
	text-align: center;
	color: #FFF;
	font-size: 50px;
	line-height: 38px;
	text-transform: uppercase;
}
#content{
	/*background: rgba(0,0,0,0.5);*/
	height: 365px;
	width: 100%;
	float: left;
	margin-top: -10px;
	position: relative;
}
#content #content-left{
	height: 325px;
	width: 430px;
	position: absolute;
	top: 40px;
	left: 40px;
}
#content #content-left a{
	height: 76px;
	width: 389px;
	display: block;
	background: url('../images/btn-play-now.png');
	text-indent: -9000px;
	float: left;
	position: relative;
}
#content #content-left a:hover{
	top: 2px;
}
#content #content-left ul{
	float: left;
	margin: 10px 0;
}
#content #content-left ul li{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#content #content-left ul li span.tick{
	height: 35px;
	width: 55px;
	float: left;
	background: url('../images/tick.png');
}
#content #content-left ul li span.text{
	height: 35px;
	width: 375px;
	float: left;
	color: #fff;
	text-align: left;
	font-size: 37px;
	line-height: 32px;
}
#content #content-right{
	background: url('../images/background-right.png') 28px 64px no-repeat;
	height: 421px;
	width: 550px;
	position: absolute;
	bottom: -28px;
	right: 0;
}
#content #content-right h2{
	position: absolute;
	top: 242px;
	left: 130px;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
#content #content-right p{
	position: absolute;
	top: 283px;
	left: 90px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	width: 275px;
}
#journey{
	height: 103px;
	width: 1000px;
	background: url('../images/journey.png');
	float: left;
	margin-top: 20px;
}
#journey ul li{
	float: left;
	width: 230px;
	padding-left: 100px;
	text-align: left;
	height: 100px;
}
#journey ul li#step-1 span.top{
	color: #AD9623;
}
#journey ul li#step-2{
	width: 220px;
	padding-left: 110px;
}
#journey ul li#step-2 span.bottom{
	color: #444444;
}
#journey ul li#step-3{
	width: 230px;
	padding-left: 100px;
	color: #fff;
}
#journey ul li span.large{
	margin-top: 36px;
	font-size: 33px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
}
#journey ul li span.top{
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	display: block;
	margin-top: 27px;
	font-weight: 700;
}
#journey ul li span.bottom{
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
	color: #FFFFFF;
}
strong {
	font-weight: 600;
}

#recommended {
	position: absolute;
	z-index: 10;
	top: 18px;
	right: 0;
	color: #FFF;
	font-size: 18px;
}

#recommended span {
	margin-top: 30px;
	display: block;
	float: left;
}

#recommended img {
	margin-left: 15px;
	float: left;
}

.strip-top {
	background:#000;
	position: absolute;
	top:0;
	width: 100%;
	height: 77px;
	z-index: 2;
}