/* - RESETS ----------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
a img {
	border: 0;
}
.clearfix {
	clear: both;
}


/* - DEEFAULTS -------------------------------------------------------------- */
body, html {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* - LINKS ------------------------------------------------------------------ */
a {
	outline: none;
}


/* - CLOSURE ---------------------------------------------------------------- */
.closure {
	background: url('/media/gfx/ceased-trading-banner-2.png');
	bottom: 0;
	height: 165px;
	left: 0;
	position: fixed;
	width: 332px;
	z-index: 9999;
}
.closure a {
	height: 165px;
	overflow: hidden;
	position: absolute;
	text-indent: -300px;
	width: 332px;
}


/* - HEADER ----------------------------------------------------------------- */
header {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.70);
	height: 40px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}
header h1 {
	float: left;
	height: 40px;
	margin: 0;
	width: 171px;
	width: 22%;
}
header h1 a {
	background: url('/media/gfx/pages/home/bgs-logo.png') no-repeat;
	display: block;
	height: 16px;
	margin: 12px 0 0 5px;
	font-size: 12px;
	overflow: hidden;
	text-indent: -200px;
	width: 171px;
}



/* - NAVIGATION ------------------------------------------------------------- */
header nav {
	float: left;
	height: 40px;
	width: 56%;
}
header nav .navigation {
	height: 40px;
	list-style: none;
	margin: 0 auto;
	width: 580px;
}
header nav .navigation > li {
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 20px;
}
header nav .navigation > li > a {
	color: #FFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
header nav .navigation > li:hover > a {
	color: #CCC;
}
header nav .navigation > li:hover .sub-navigation {
	display: block;
}
header nav .sub-navigation {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.70);
	display: none;
	left: 0;
	list-style: none;
	position: absolute;
	padding: 5px 15px 10px 15px;
	top: 40px;
}
header nav .sub-navigation > li {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 100%;
}
header nav .sub-navigation > li > a {
	color: #FFF;
	display: block;
	font-size: 13px;
	text-decoration: none;
}
header nav .sub-navigation > li:hover > a {
	color: #CCC;
}
header nav .sub-navigation .archive {
	border-top: 1px #CCC dashed;
	margin-top: 10px;
	padding-top: 5px;
}
header nav .games .sub-navigation {
	width: 230px;
}
header nav .divisions .sub-navigation {
	width: 250px;
}
header nav .corporate .sub-navigation {
	width: 100px;
}
header nav .careers .sub-navigation {
	width: 100px;
}
header nav .news .sub-navigation {
	width: 100px;
}


/* - SOCIAL MEDIA ----------------------------------------------------------- */
header .social-media {
	float: right;
	height: 40px;
	width: 22%;
}
header .social-media ul {
	float: right;
	margin-right: 5px;
}
header .social-media li {
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 8px 0 0 5px;
	overflow: hidden;
	text-indent: 29px;
	width: 26px;
}
header .social-media li a {
	display: block;
}
header .social-media li .facebook {
	background: url('/media/gfx/pages/home/facebook-icon.png') 0 0 no-repeat;
}
header .social-media li .facebook:hover {
	background: url('/media/gfx/pages/home/facebook-icon.png') 0 -25px no-repeat;
}
header .social-media li .twitter {
	background: url('/media/gfx/pages/home/twitter-icon.png') 0 0 no-repeat;
}
header .social-media li .twitter:hover {
	background: url('/media/gfx/pages/home/twitter-icon.png') 0 -25px no-repeat;
}
header .social-media li .youtube {
	background: url('/media/gfx/pages/home/youtube-icon.png') 0 0 no-repeat;
}
header .social-media li .youtube:hover {
	background: url('/media/gfx/pages/home/youtube-icon.png') 0 -25px no-repeat;
}


/* - MAIN CONTENT ----------------------------------------------------------- */
.main {
	margin: 40px 0 0 0;
	z-index: 99;
}


/* - COVERS: SETTINGS ------------------------------------------------------- */
#covers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#covers li {
	background-size: cover;
	-moz-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	min-height: 420px;
	min-width: 320px;
}
#covers li img {
	visibility: hidden;
}
#covers .current {
	display: block;
}
#covers .cover-data {
	display: none;
}


/* - COVERS: DATA ----------------------------------------------------------- */
#covers-data {
	bottom: 40px;
	height: 220px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
}
#covers-data a {
	color: #FFF;
	padding: 15px 0;
	text-decoration: none;
}
#covers-data a:hover {
	color: #CCC;
}
#covers-data em {
	font-style: normal;
	padding: 0 30px 0 20px;
}
#covers-data .logo {
	clear: right;
	float: right;
	height: 140px;
	margin-right: -300px;
	padding: 0 10px;
	width: 280px;
}
#covers-data .title {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.70);
	clear: right;
	float: right;
	font-weight: normal;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-right: -400px;
	position: relative;
	z-index: 200;
}
#covers-data .sub-title {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.70);
	clear: right;
	float: right;
	font-weight: normal;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-right: -400px;
	position: relative;
	z-index: 200;
}


/* - BGS COVERS ------------------------------------------------------------- */
#covers #bgs-1 {
	background-image: url('/media/gfx/pages/home/data/bgs/bgs-1.jpg');
}
#covers #bgs-2 {
	background-image: url('/media/gfx/pages/home/data/bgs/bgs-2.jpg');
}
#covers #bgs-3 {
	background-image: url('/media/gfx/pages/home/data/bgs/bgs-3.jpg');
}
#covers #bgs-4 {
	background-image: url('/media/gfx/pages/home/data/bgs/bgs-4.jpg');
}
#covers #bgs-5 {
	background-image: url('/media/gfx/pages/home/data/bgs/bgs-5.jpg');
}
#covers #bgs-6 {
	background-image: url('/media/gfx/pages/home/data/bgs/bgs-6.jpg');
}


/* - SPECIFIC COVERS -------------------------------------------------------- */
#covers #epicmickey2 {
	background-image: url('/media/gfx/pages/home/data/epic-mickey.jpg');
}
#covers #kumolumo {
	background-image: url('/media/gfx/pages/home/data/kumo-lumo.jpg');
}
#covers #pussinboots {
	background-image: url('/media/gfx/pages/home/data/puss-in-boots.jpg');
}
#covers #blitztech {
	background-image: url('/media/gfx/pages/home/data/blitz-tech.jpg');
}
#covers #polarbears {
	background-image: url('/media/gfx/pages/home/data/polar-bears.jpg');
}
#covers #paper-titans {
	background-image: url('/media/gfx/pages/home/data/paper-titans.jpg');
}
#covers #shrek-alarm {
	background-image: url('/media/gfx/pages/home/data/shrek-alarm.jpg');
}


/* - COVERS: NAVIGATION ----------------------------------------------------- */
.covers-nav-wrapper {
	bottom: 45px;
	height: 30px;
	left: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 100;
}
.covers-nav-wrapper ul {
	display: none;
	height: 30px;
	list-style: none;
	margin: 0 auto;
}
.covers-nav-wrapper ul li {
	background-image: url('/media/gfx/pages/home/covers-nav-sprite.png');
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 22px;
}
.covers-nav-wrapper ul .current {
	background-position: 0 -30px;
}
.covers-nav-wrapper ul li a {
	display: block;
	height: 30px;
	overflow: hidden;
	padding: 0 2px;
	text-indent: 30px;
	width: 22px;
}


/* - COVERS: ARROWS --------------------------------------------------------- */
.covers-arrows #covers-prev {
	background: url('/media/gfx/pages/home/arrow-left.png') 25px 107px no-repeat;
	display: none;
	height: 250px;
	left: 0;
	margin: -125px 0 0 0;
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;
	  -moz-opacity: 0.75;
	       opacity: 0.75;
	position: absolute;
	top: 50%;
	text-indent: 200px;
	width: 200px;
}
.covers-arrows #covers-prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.covers-arrows #covers-next {
	background: url('/media/gfx/pages/home/arrow-right.png') 140px 107px no-repeat;
	display: none;
	height: 250px;
	margin: -125px 0 0 0;
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;
	  -moz-opacity: 0.75;
	       opacity: 0.75;
	position: absolute;
	right: 0;
	top: 50%;
	text-indent: 200px;
	width: 200px;
}
.covers-arrows #covers-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	  -moz-opacity: 1.0;
	       opacity: 1.0;
}


/* - IMAGE PRELOAD ---------------------------------------------------------- */
#image-preloader {
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: -400px;
	width: 150px;
}
#image-preloader li {
	height: 150px;
	position: absolute;
	width: 150px;
}


/* - FOOTER ----------------------------------------------------------------- */
footer {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.70);
	bottom: 0;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	min-height: 20px;
	line-height: 20px;
	padding: 0 10px;
	position: fixed;
	right: 0;
	text-align: center;
	max-width: 540px;
	z-index: 100;
}