@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSans') format('svg');			
    font-weight: normal;
    font-style: normal;
}

video, embed, object, iframe, #video_container, #trailer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 0px;
}

body {
	background: #11307A;
	margin: 0 auto;
	font-size: 62.5%;
	font-family: 'OpenSans', helvetica, verdana, sans-serif;
	font-style: normal;
	color: #fff;
}

.clear {
	clear: both;
	width: 100%;
	height: 40px;
}

small {
	font-size: 1.8em;
}

a {
	color: #F05A28;
	text-decoration: none;
}

a:hover {
	color: #fff;
	cursor: pointer;
}

p {
	font-size: 2em;
	line-height: 1.6em;
}

ul {
	position: relative;
	display: inline;
	float: left;
	clear: none;
	list-style-type: none;
}

h2, h3, h4, h5 {
	font-size: 3.6em;
	line-height: .2em;
}
h2 {
	line-height: 1em;
}
h3 {
	font-size: 2.4em;
}
h4 {
	font-size: 1.8em;
	line-height: .1em;
}
h5 {
	font-size: 1.4em;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#sky {
	position: relative;
	width: 100%;
	height: 960px;
	padding-top: 40px;
	margin: 0 auto;
	background: transparent url('../images/bg_sky.png') repeat-x;
	z-index: 1;
}

#ocean {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: transparent url('../images/bg_ocean.png') repeat-x 0px 480px;
	z-index: 100;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 640px;
	z-index: 500;
}

#trailer {
	position: relative;
	width: 458px;
	height: 713px;
	margin: 20px auto;
	background: transparent url('../images/bg_trailer.png') no-repeat;
	-webkit-transition: all .15s linear;
}

#video_container {
	position: absolute;
	top: 78px;
	margin: 0 0 0 36px;
	width: 384px;
	height: 512px;
	background: #000;
}

#video {
	background: #000;
}

#buy {
	position: relative;
	margin: 80px 0 80px 0;
	z-index: 500;
}

.play-online {
	display: inline-block;
	margin: 0 0 28px 0;
	padding: 18px 48px;
	font-family: 'OpenSans', helvetica, verdana, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #fff;
	background: #f05a28;
	border: 3px solid #fff;
	border-radius: 10px;
	box-shadow: 0 6px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
	-webkit-transition: background .15s linear, color .15s linear;
	transition: background .15s linear, color .15s linear;
}

.play-online:hover {
	background: #ffd400;
	color: #11307a;
}

#btn_appstore {
	position: relative;
	width: 365px;
	height: 123px;
	margin: 0 auto;
	background: transparent url('../images/btn_appbadge.png') repeat-y top center;
}

#btn_appstore:hover {
	background: transparent url('../images/btn_appbadge.png') repeat-y 0px 246px;
}

#btn_appstore:active {
	background: transparent url('../images/btn_appbadge.png') repeat-y 0px 123px;
}

.fullwidth {
	position: relative;
	width: 480px;
	margin-top: 140px;
	margin-left: 80px;
	color: #fff;
	text-align: left;
}

cite {
	position: relative;
	float: right;
	text-align: right;
	font-size: 1.6em;
	font-style: italic;
}

.citeref {
	color: #fff;
}

#footer {
	position: relative;
	width: 640px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	z-index: 500;
}
