@charset "utf-8";

/** 
 * Master Stylesheet Document
 * Do not change anything within this document. If you need to customize the template please use the template.css file
 * Changes within this file can cause multiple errors.
 */

* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; min-height: 100%; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 60px 0 80px;
	min-height: 640px;
}

header, section, article, footer { display: block; }
a { text-decoration: inherit; color: inherit; }
img { border: none !important; }

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	line-height: 40px;
	height: 60px;
	z-index: 100;
}

nav {
	position: relative;
	left: 0;
	float: left;
	margin: 0 10px 0 0;
	background: inherit;
	z-index: 100;
}

nav div#menu-opener {
	position: relative;
	width: 32px;
	height: 32px;
	display: none;
	margin: 9px 0;
}

nav div#menu-opener a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/icon-menu.png) center center no-repeat;
}

nav ul {
	position: relative;
	left: 0;
	list-style: none;
}

nav ul li {
	position: relative;
	font-size: 18px;
	letter-spacing:1px;
	float: left;
}

nav ul li a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

div#social {
	position: absolute;
	max-width: 550px;
	top: 0;
	right: 20px;
	height: 60px;
	z-index: 100;
}

div#social-opener {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: none;
}

div#social-opener a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon-share.png) center center no-repeat;
}

div#social-opener:hover a {
	background: url(../img/icon-share-a.png) center center no-repeat;
}

div#social-content {
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 65px;
}


div#social-content .clear-mobile { width: 1px; height: 1px; line-height: 1px; font-size: 1px; float: left; }

div#social-content .social-item {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 0.4em 0 0;
}

div#social-content .social-item.facebook {
    line-height: 39px;
    width: 89px;
    height: 60px;
	top: -1px;
}

div#social-content .social-item.twitter iframe {
    max-width: 80px !important;
    margin: 0px auto;
}


div#social-content .social-item.gplus div#___plusone_0 {
    width: 60px !important;
}

.social-item a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

section#main {
	position: absolute;
	overflow: hidden; 
	top: 60px; 
	bottom: 0px;	
	left: 0;
	right: 0;
	padding: 0 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #030014;
	text-align: center;
}

div#sociallikes ul li {
    float: left;
}

/** TITLE **/
div#title {
	position: absolute;
	width: 95%;
	margin-left: auto;
    margin-right: auto;
	bottom: 10px;
	height: auto;
}
 

div#title img {
	max-width: 90%; 
	height: auto;	
}

/** TAGLINE **/
div#tagline {
	position: absolute;
	width: 95%;
	margin-left: auto;
    margin-right: auto;
	top: 0px;
	height: auto;
}
 

div#tagline img {
	max-width: 90%; 
	height: auto;	
}



/** SHADOW FOR SUBPAGES **/
article#shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/** GALLERY STUFF **/
article#gallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200%;
	height: 100%;
	overflow: hidden;
}

article#gallery div {
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: left;
	font-size: 0;
}

article#gallery div img {
	position: relative;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

article#gallery-navigation a#close {
	position: absolute;
	top: 10px;
	right: 10px; 
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

article#gallery-navigation a.direction {
	position: absolute;
	top: 50%;
	margin: -20px 0; 
	width: 40px;
	height: 40px;
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border: 3px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-align: center;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
}

article#gallery-navigation a.direction:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

article#gallery-navigation a.direction#left { left: 15px; }
article#gallery-navigation a.direction#right { right: 15px; }

/** POSTER GALLERY STUFF **/
article#poster {
	position: relative;
	width: 70%;
	min-width: 260px;
	max-width: 900px;
	max-height: 90%;
	overflow: hidden;
	margin: 40px auto;
	text-align: center;
}

article#poster div#poster-wrapper {
	position: relative;
	width: 200%;
	height: 100%;
}

article#poster div#poster-wrapper div {
	position: relative; 
	width: 50%; 
	float: left;
	height: 100%;
	padding: 0 0 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 1px;
}

article#poster div#poster-wrapper div div.btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center; 
	line-height: 30px;
	height: 30px;
	z-index: 100;
}

article#poster div#poster-wrapper div div.btn a.btn-link {
	display: inline-block;
	margin: 0 5px;
	height: 48px;
	width: 48px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain;
}

article#poster div#poster-wrapper div img {
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90%;
	vertical-align: middle;
}

article#poster-navigation {
	position: absolute;
	top: 10%;
	bottom: 10%;
	text-align: center;
	left: 0;
	right: 0;
}

article#poster div#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}


article#poster a#close {
	position: absolute;
	top: 0px;
	right: -40px; 
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

article#poster a.direction {
	position: absolute;
	top: 50%;
	margin: -20px 0; 
	width: 40px;
	height: 40px;
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border: 3px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-align: center;
	font-size: 60px;
	line-height: 30px;
	font-weight: 100;
}

article#poster a.direction:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

article#poster a.direction#left { left: 15px; }
article#poster a.direction#right { right: 15px; }

/** NORMAL CONTENT ELEMENT STUFF **/
article.content {
	position: relative;
	width: 90%; 
	height: 100%; 
	top: 0px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

article.content a#close {
	position: absolute; 
	display: block;
	width: 24px; 
	top: 0px;
	height: 24px; 
	right: -40px; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain;
}

article.content div.wrapper {
	position: relative;
	max-height: 100%;
	overflow: auto;
	padding: 0 0 20px;
}

article.content div.wrapper.about {
	top: 20%;
}

article.content header {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1;
}

article.content header h3 { 
	font-weight: 700;
}

article.content div.text {
	padding: 10px 15px;
	text-align: center;
}

article.content div.text p {
	margin: 0 0 1em;
}

/** Twitterfeed **/

article#twitter {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 260px;
	padding: 10px;
}

article#twitter header {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: inherit;
	text-align: left;
	z-index: 0;
	font-style: italic;
	text-transform: uppercase;
}

article#twitter header img {
	vertical-align: middle;
	margin: 0 0.4em 0 0;
}

article#twitter header a#expand {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	text-align: center;
	background-image: url(../img/icon-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

article#twitter header a#expand:hover {
	background-image: url(../img/icon-plus-hover.png);
}

article#twitter header a#expand.active {
	background-image: url(../img/icon-minus.png); 
}

article#twitter header a#expand.active:hover {
	background-image: url(../img/icon-minus-hover.png); 
}

article#twitter div#twitter-feed {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0 0;
	display: none;
}

/** TITLE **/
div#title {
	position: absolute;
	width: 95%;
	margin-left: auto;
    margin-right: auto;
	bottom: 20px;
	height: auto;
}
 

div#title img {
	max-width: 90%; 
	height: auto;	
}

/** TRAILER ELEMENT STUFF **/
article#video {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 15px;
	bottom: 40px;
}

article#video a#close {
	position: absolute; 
	display: block;
	width: 24px; 
	height: 24px; 
	top: 0px; 
	right: -40px; 
	background-image: url(../img/icon-close.png);
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain;
}

article#video a#close:hover {
	background-image: url(../img/icon-close-hover.png);
}

article#video iframe {
	position: relative;
	width: 100% !important;
	height: 100% !important;
	border: 0px;
}

article#video div#social {
	position: relative;
	width: 100%;
	height: 15%;
}

article#video div#social ul {
	position: relative;
	width: 100%;
	height: 15%;
	list-style: none;
}

article#video div#social ul li {
	position: relative;
	float: left;
}

article#video.multiple iframe {
	height: 100% !important;
}

article#video.multiple div.video-select {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25%;
	overflow: hidden;
}

article#video.multiple div.video-select ul {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	list-style: none;
	text-align: center;
}

article#video.multiple div.video-select ul li {
	position: relative;
	width: 20%;
	/*height: 100%;*/
	padding: 10px 20px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1;
	display: inline-block;
}

article#video.multiple div.video-select ul li img {
	width: 70%;
	height: 70%;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

article#video.multiple div.video-select ul li span {
	position: absolute;
	display: block;
	padding: 5px 20px 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

article#video.multiple div.video-select div.video-select-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

article#video.multiple div.video-select div.video-select-slide a.direction {
	position: absolute;
	top: 50%;
	margin: -20px 0; 
	width: 40px;
	height: 40px;
	border-radius: 23px;
	-moz-box-radius: 23px;
	-webkit-box-radius: 23px;
	border: 3px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-align: center;
	font-size: 40px;
	font-weight: 100;
	line-height: 45px;
	z-index: 2;
}

article#video.multiple div.video-select div.video-select-slide a.direction:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

article#video.multiple div.video-select div.video-select-slide a.direction#left { left: 0px; }
article#video.multiple div.video-select div.video-select-slide a.direction#right { right: 0px; }



/** PRODUCT PAGE STUFF **/
a.product-item {
	display: inline-block;
	min-width: 200px;
	max-width: 240px;
	width: 30%;
	height: auto;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a.product-item div.packshot {
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

a.product-item div.packshot img {
	position: relative;
	width: 100%;
	height: auto;
}

a.product-item p {
	margin: 0.5em 0;
	font-size: 12px;
}

/** GAMES PAGE **/
a.games-item {
	display: inline-block;
	min-width: 250px;
	max-width: 250px;
	width: 30%;
	height: auto;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a.games-item div.gametout {
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

a.games-item div.gametout img {
	position: relative;
	width: 98%;
	height: auto;
	border: 2px solid #000 !important;
}

a.games-item div.gametout img:hover {
	border: 2px solid #391b5d !important;
}

a.games-item h4 {
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
}

a.games-item p {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	color: #000;
}

a.games-item p.button {
	margin: 1em 0;
	padding: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*-moz-box-shadow: 3px 3px 3px #000000;
	-webkit-box-shadow: 3px 3px 3px #000000;
	box-shadow: 3px 3px 3px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#000000')";*/
}

a.games-item p.button:hover {
	background: #391b5d;
	color: #fff;
}

/** FOOTER **/

footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -90px;
	height: 75px;
	padding: 10px 20px 5px;
	line-height: 8px;
	text-align: center;
}

footer .w-25 img {
    display: block;
    float: right;
    margin-left: 5px;
    max-height: 75px;
    max-width: 113px;
}

footer > div {
	position: relative;
	float: left;
	min-height: 10px;
	max-height: 75px; 
	overflow: hidden;
}

footer div.billing {
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: auto;
	max-height: 300px;
	left: 0;
	float: none;
	text-align: center;
	z-index: 1000;
	display: none;
}

footer div.billing img {
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
}

footer div#billing img {
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
}


div.billing div.close-billing {
	position: absolute; 
	display: block;
	width: 24px; 
	height: 24px; 
	top: 20px; 
	right: 20px; 
	background-image: url(../img/icon-close.png);
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain;
	/*background-color: #fff;*/
}

div.billing div.close-billing:hover {
	/*background-color: #a7a9ac;*/
	background-image: url(../img/icon-close-hover.png);
}

div.scroller {
	position: relative;
	width: 100%;
	height: 75px;
	overflow: auto;
	padding-right: 20px;
}

.w-25 { width: 16%; }
.w-50 { width: 65%; }

.clr { float: none !important; clear: both !important; min-height: 0px; height: 0px; max-height: 0px; }