/* Font Setup */
@font-face {
    font-family: 'quanticoregular';
    src: url('../font/Quantico-Regular-webfont.eot');
    src: url('../font/Quantico-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Quantico-Regular-webfont.woff') format('woff'),
         url('../font/Quantico-Regular-webfont.ttf') format('truetype'),
         url('../font/Quantico-Regular-webfont.svg#quanticoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration: none;
}

/* Body and Containers*/
html {
	background: #0d0d15 none;
}
body {
	font-family: 'quanticoregular';
	font-size: 14pt;
	display: block;
	margin: 0 auto;
	min-width: 220px;
	max-width: 2120px;
}
#video {
	background-color: #0d0d15;
	background-image: url('../img/background.jpg');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	max-width: 1920px;
	height: 810px;
	overflow: hidden;
	z-index: -9999;
}
#video video {
	position: relative;
	height: 810px;	/* 1920px width */
	left: 50%;
	margin-left: -960px;
}
#top {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	width: 100%;
	height: 810px;
}
#inner-top {
	background: url('../img/video_overlay.png') repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#inner-top img.social-icon {
	margin: 10px;
	float: left;
	width: 60px;
	position: relative;
	z-index: 1;
}
#logo-container {
	width: 80%;
	max-width: 920px;
    left: 0;
    right: 0;
	top: 15%;
    margin: 0 auto;
	position: absolute;
}
#logo {
	background-image: url('../img/logo.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 33%;
}
#store-links {
	display: block;
	width: 100%;
	max-width: 1150px;
    margin: 0 auto;
	position: absolute;
    left: 0;
    right: 0;
	top: 67.5%;
	text-align: center;
}
#store-links a img {
	width: 24%;
	max-width: 365px;
}
#language {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url('../img/down_arrow.png') top 22px right 10px no-repeat;
	height: 44px;
	padding: 4px;
	overflow: hidden;
	z-index: 99999;
}
#language.active {
	background-color: rgba(0, 0, 0, 0.5);
	height: auto;
}
#language a {
	width: 200px;
	display: block;
	overflow: hidden;
	line-height: 240%;
	color: #ffffff;
	margin-top: 5px;
	text-shadow: 0 0 5px #000000;
}
#language a span.icon {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 1px 10px 1px 1px;
    background-size: 40px 40px;
}
#lang-eng span.icon {
	background-image: url('../img/localized/eng/flag.png');
}
#lang-fre span.icon {
	background-image: url('../img/localized/fre/flag.png');
}
#lang-ger span.icon {
	background-image: url('../img/localized/ger/flag.png');
}
#lang-spa span.icon {
	background-image: url('../img/localized/spa/flag.png');
}
#lang-rus span.icon {
	background-image: url('../img/localized/rus/flag.png');
}
#content {
	width: 100%;
}
#menu {
	background: transparent url('../img/menu_background.png');
	width: 100%;
	height: 128px;
}
#menu ul {
	display: block;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
}
#menu ul li {
	display: inline-block;
	width: 25%;
	min-width: 185px;
	margin: 48px auto;
	text-align: center;
}

#menu ul li a{
	color: #fff;
    text-transform: uppercase;
	text-decoration: none;
	font-size: 1.7em;
	white-space: nowrap;
}
#menu ul li a.highlight {
	color: #e13500;
}
a span.remote {
	background: transparent url('../img/remote.png');
	width: 35px;
	height: 35px;
	margin: -4px 5px;
	display: inline-block;
}
#trailer {
    background-color: #000;
	background-image: url('../img/trailer_overlay.png'), url('../img/trailer_background.jpg');
	background-position: top 15px center, center bottom;
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 60px;
    overflow: hidden;
}
#trailer-inner {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
#trailer-thumbnail {
	width: 80%;
	max-width: 682px;
	margin-top: 42px;
	border: 4px solid #ffffff;
	background: #000000 none;
	cursor: pointer;
}
#trailer-text {
	text-transform: uppercase;
	color: #9ad5fe;
	font-size: 2.2em;
	line-height: 130%;
	width: 845px;
	margin-top: 40px;
	text-shadow: 0 0 10px #000;
}
#trailer-text span {
	color: #ffffff;
}
#trailer-subtext {
	color: #ffffff;
	margin-top: 24px;
}
#game {
	background: #000 url('../img/game_background.jpg') top center no-repeat;
	width: 100%;
	height: 720px;
	position: relative;
	overflow: hidden;
}
#game-text {
	background: transparent url('../img/game_border.png') bottom right no-repeat;
	position: absolute;
	left: 50%;
	width: 95%;
	max-width: 575px;
	float: right;
	padding: 30px 50px;
	margin: 20px auto 0 auto;
}
#game-text h1 {
	text-transform: uppercase;
	color: #9ad5fe;
	font-size: 2.2em;
	margin-bottom: 30px;
}
#game-text p {
	color: #ffffff;
    font-size: 1.1em;
	line-height: 120%;
	margin-bottom: 30px;
}
#features {
    background-color: #0d0d17;
	background-image: url('../img/features_background.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 845px;
}
#inner-features {
	background-image: url('../img/features_overlay.png');
	background-position: top 15px center;
	background-repeat: no-repeat;
	height: 875px;
	margin-top: -80px;
	position: relative;
}
#feature-list {
	width: 95%;
	max-width: 1200px;
	overflow: hidden;
	top: 240px;
	margin: 0 auto;
	position: relative;
}
.feature {
	width: 550px;
	line-height: 120%;
	min-height: 160px;
    font-size: 1.1em;
	float: left;
	color: #ffffff;
	margin: 0 20px 40px 20px;
}
.feature h1 {
	text-transform: uppercase;
	color: #9ad5fe;
	font-size: 1.4em;
	line-height: 100%;
	margin-bottom: 20px;
}
#media {
	background-image: url('../img/screenshots/screenshot4.jpg'), url('../img/screenshots/screenshot2.jpg');
	background-position: calc(50% - 1054px) top, calc(50% + 1054px) top;
	background-repeat: no-repeat;
}
#media-inner {
	background: linear-gradient(to right, rgba(13,13,21,1) 0%,rgba(0,0,0,0) 50%,rgba(13,13,21,1) 100%);
}
#footer {
	background: transparent url('../img/footer_background.png') top center no-repeat;
	margin-top: 30px;
    min-height: 447px;
	overflow: hidden;
}
#footer-inner {
	width: 100%;
	max-width: 1175px;
	margin: 0 auto;
}
#back-to-top {
	display: block;
	width: 275px;
	height: 20px;
	text-align: center;
	font-size: 1.4em;
	margin: 30px auto 0 auto;
	padding: 10px 0;
	color: #c3cee6;
}
#footer-links {
	width: 50%;
	float: left;
	margin-top: 40px;
}
#footer-links img {
	width: 49%;
	display: block;
    float: left;
}
#footer-social {
	width: 35%;
	float: right;
	text-align: right;
	margin-top: 15px;
	padding: 21px 40px 0 40px;
}
#footer-social h1 {
	color: #ffac4b;
	font-size: 1.6em;
	text-transform: uppercase;
}
#footer-social img.social-icon {
	margin: 10px 0;
}
#footer-social a.text-link {
	display: block;
	font-size: 1.6em;
	color: #9ad5fe;
	text-transform: uppercase;
	margin: 25px 0;
	line-height: 120%;
}
#legal {
	width: 100%;
	max-width: 1175px;
	margin: 30px auto;
	text-align: center;
	overflow: hidden;
}
#legal img {
	margin: 0 20px;
	float: left;
	width: 30%;
	max-width: 260px;
}
#copyright,
#legal .sub-links {
	color: #c3cee6;
	font-size: 0.8em;
	float: right;
	margin: 30px 0 0 0;
    width: 700px;
    text-align: right;
}
#legal .sub-links {
	margin-top: 120px;
}
#legal .sub-links a {
	color: #c3cee6;
}
#legal .sub-links a:hover {
	color: #e6eaf2;
}
#spacer {
	height: 5px;
}

body.micro #language {
	background: transparent url('../img/down_arrow.png') top 10px right 5px no-repeat;
	height: 27px;
}
body.micro #language.active {
	background-color: rgba(0, 0, 0, 0.5);
	height: auto;
}
body.micro #language a {
	width: 120px;
    margin-top: 10px;
	line-height: 205%;
	font-size: 0.75em;
}
body.micro #language a span.icon {
	width: 25px;
	height: 25px;
	margin: 2px 5px 2px 2px;
	background-size: 25px 25px;
}
body.nano #language {
	background: transparent url('../img/down_arrow.png') top 15px right 10px no-repeat;
	background-size: 10px 7.5px;
	height: 24px;
	top: 1px;
	right: 1px;
}
body.nano #language.active {
	background-color: rgba(0, 0, 0, 0.5);
	height: auto;
}
body.nano #language a {
	width: 100px;
	line-height: 205%;
	font-size: 0.5em;
}
body.nano #language a span.icon {
	width: 20px;
	height: 20px;
	margin: 2px 4px 2px 2px;
	background-size: 20px 20px;
}

body.slim #top, body.mini #top {
	height: 600px;
}
body.slim #video, body.mini #video {
	height: 600px;
}
body.slim #video video, body.mini #video video {
	height: 600px;	/* 1420px width */
	margin-left: -710px;
}
body.mini #menu,
body.micro #menu {
	display: none;
}
body.micro #top {
	height: 450px;
}
body.micro #inner-top,
body.nano #inner-top {
	background-image: url('../img/micro_video_overlay.png');
}
body.micro #video,
body.nano #video {
	background-image: url('../img/micro_background.jpg');
	height: 450px;
}
body.nano #video {
	height: 275px;
}
body.micro #inner-top img.social-icon {
	width: 40px;
}
body.nano #top {
	height: 275px;
}
body.nano #menu {
	display: none;
}
body.nano #inner-top img.social-icon {
	width: 25px;
}
body.medium #trailer,
body.slim #trailer,
body.mini #trailer,
body.micro #trailer,
body.nano #trailer {
	background-image: url('../img/trailer_background.jpg');
	background-position: center bottom;
}
body.medium #trailer-inner,
body.slim #trailer-inner,
body.mini #trailer-inner,
body.micro #trailer-inner,
body.nano #trailer-inner {
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
body.medium #trailer-thumbnail,
body.slim #trailer-thumbnail,
body.mini #trailer-thumbnail,
body.micro #trailer-thumbnail,
body.nano #trailer-thumbnail {
	display: block;
	margin: 42px auto;
}
body.medium #trailer-text,
body.slim #trailer-text,
body.mini #trailer-text,
body.micro #trailer-text,
body.nano #trailer-text  {
	font-size: 1.6em;
	text-align: center;
	margin: 0 auto;
	width: 95%;
}
body.medium #trailer-subtext,
body.slim #trailer-subtext,
body.mini #trailer-subtext,
body.micro #trailer-subtext,
body.nano #trailer-subtext {
	text-align: center;
	margin: 30px auto 0 auto;
}
body.micro #trailer-text {
	font-size: 1.2em;
}
body.nano #trailer-text  {
	font-size: 1em;
}
body.micro #trailer-subtext {
	font-size: 1em;
}
body.nano #trailer-subtext {
	font-size: 0.7em;
}
body.medium #game,
body.slim #game,
body.mini #game,
body.micro #game,
body.nano #game {
	background-image: url('../img/medium_game_background.jpg');
	height: auto;
}
body.medium #game-text,
body.slim #game-text,
body.mini #game-text,
body.micro #game-text,
body.nano #game-text {
	background: transparent none;
	position: static;
	float: none;
	padding: 0 0 30px 0;
	margin-top: 30px;
	text-align: center;
}
body.micro #game-text h1 {
	font-size: 1.4em;
}
body.nano #game-text h1 {
	font-size: 1.2em;
} 
body.micro #game-text p {
	font-size: 0.9em;
}
body.nano #game-text p {
	font-size: 0.7em;
}
body.medium #features,
body.slim #features,
body.mini #features,
body.micro #features,
body.nano #features {
	height: auto;
    padding-top: 30px;
}
body.medium #inner-features,
body.slim #inner-features,
body.mini #inner-features,
body.micro #inner-features,
body.nano #inner-features {
	background: transparent url('../img/features_hero.png') top right -150px no-repeat;
	height: auto;
	margin: 30px 0 0 0;
}
body.nano #inner-features {
	background: transparent none;
}
body.medium #feature-list,
body.slim #feature-list,
body.mini #feature-list,
body.micro #feature-list,
body.nano #feature-list {
	top: 0;
}

body.medium .feature,
body.slim .feature,
body.mini .feature,
body.micro .feature,
body.nano .feature {
	width: 90%;
    height: auto;
    min-height: 0;
	float: none;
	margin: 0 auto 60px auto;
}
body.micro .feature {
	font-size: 0.9em;
	margin: 0 auto 30px auto;
}
body.micro .feature h1 {
	font-size: 1.4em;
}
body.nano .feature {
	font-size: 0.7em;
	margin: 0 auto 15px auto;
}
body.nano .feature h1 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
body.mini #footer-social,
body.micro #footer-social,
body.nano #footer-social {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0;
}
body.mini #footer-social a.text-link,
body.micro #footer-social a.text-link,
body.nano #footer-social a.text-link {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0 0 20px 0;
}
body.micro #back-to-top {
	font-size: 1em;
}
body.micro #footer-social h1,
body.micro #footer-social a.text-link {
	font-size: 1.2em;
}
body.nano #back-to-top {
	font-size: 0.8em;
}
body.nano #footer-social h1,
body.nano #footer-social a.text-link {
	font-size: 1em;
}
body.medium #legal img,
body.slim #legal img,
body.mini #legal img,
body.micro #legal img,
body.nano #legal img {
	float: none;
}
body.medium #copyright,
body.slim #copyright,
body.mini #copyright,
body.micro #copyright,
body.nano #copyright,
body.medium #legal .sub-links,
body.slim #legal .sub-links,
body.mini #legal .sub-links,
body.micro #legal .sub-links,
body.nano #legal .sub-links {
	float: none;
	margin: 15px auto 0 auto;
	display: block;
    text-align: center;
}
body.micro #copyright,
body.micro #legal .sub-links {
	font-size: 0.65em;
}
body.nano #copyright,
body.nano #legal .sub-links {
	font-size: 0.5em;
}
body.medium #spacer,
body.slim #spacer,
body.mini #spacer,
body.micro #spacer,
body.nano #spacer {
	height: 9px;
	box-shadow: 0 0 3px rgba(18, 129, 244, 0.3);
	background: url('../img/mobile_spacer.png') top left repeat-x;
}

body.mini #store-links,
body.micro #store-links,
body.nano #store-links {
    top: 50%;
}
body.mini #store-links a img,
body.micro #store-links a img,
body.nano #store-links a img {
    width: 49%;
}
body.mini #footer-links,
body.micro #footer-links,
body.nano #footer-links {
    display: none;
}