@import url("hidecontent.css"); 

@font-face {
			font-family: african;
			src: url(african.ttf) format('truetype');
			font-style: normal;
}

@font-face {
			font-family: neutrabld;
			src: url(neutrafacebld.otf) format('opentype');
}

@font-face {
	font-family: neutra;
	src: url(neutra.ttf) format('truetype');
	font-style: normal;
}

/* -----------------------------------------------*/
/* ---------------- Overall style ----------------*/
/* -----------------------------------------------*/


html {
	min-width: 1024px;
	font-size: 116%;
	line-height: 105%;
	font-family: neutra;
	color: white;
	-webkit-font-smoothing: antialiased;
}

h2, h3 {
	font-family: african;
	color: #FFB021;
	font-weight: normal;
}

div.spread {
	height: 93%;
}

p, pre {
	margin: 0.5em 0;
}

.rhp, .lhp {
	background-color: rgba(6, 19, 48, 0.7);
	box-shadow: 0px 0px 15px rgb(26, 158, 158);
	padding: 2%;
	width: 44%;
	height: auto;
	border-radius: 25px;
}

strong {
	font-family: neutrabld;
}

h2 {
	font-size: 1.8em;
	line-height: 125%;
	margin: 0;
}

h3 {
	margin-bottom: 0px;
}

p + h3, p + h2 {
	margin-top: 1.5em;
}



.pageboundary :link, .pageboundary :visited {
	color: rgb(120, 199, 255);
	text-decoration: none;
}

.pageboundary :link:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* remove dotted outline on the selected link in the TOC*/
a:focus {outline:none !important;}
a::-moz-focus-inner {border:0 !important;}


/* -----------------------------------------------*/
/* ------------------ Backgrounds ----------------*/
/* -----------------------------------------------*/

div.spread {
	background: url('background.jpg') center center no-repeat;
	background-size: cover;
}

#spread2 {
	background: url('background01.jpg') center center no-repeat;
	background-size: cover;
}

#spread4 {
	background: url('background05.jpg') top center no-repeat;
	background-size: cover;
}


#spread6 {
	background: url('background04.jpg') bottom center no-repeat;
	background-size: cover;
}

#spread7 {
	background: url('background03.jpg') bottom center no-repeat;
	background-size: cover;
}


#spread8 {
	background: url('background02.jpg') bottom center no-repeat;
	background-size: cover;
}



/* -----------------------------------------------*/
/* ------------------ Cover page -----------------*/
/* -----------------------------------------------*/

#cover h2 {
	position: absolute;
	left: 30%;
	top: 0%;
	margin: 10px;
	width: 660px;
	font-size: 30px;
	color: transparent;
}

#cover h2 img {
	width: 100%;
	position: relative;
	margin: 0% 0% -3% 0%;
}

#cover a::after {
	content: "▼";
}

#cover a {
	bottom: 60px;
	left: 45%;
	position: absolute;
	padding: 0;
	background-color:black;
	color: white;
	border-radius: 15px;
	border: 2px solid white;
	width: 13%;
	height: 50px;
	text-align: center;
	line-height: 48px;
	z-index: 2;
}

#cover #logos {
	height: 80px;
	position: absolute;
	bottom: 50px;
	right: 2%;
	display: block;
	left: inherit;
}

#cover .logo {
	position: relative;
	height: 100%;
	width: auto;
}

#cover .logo:nth-child(2) {
	margin-bottom: -12px;
}

#cover .logo:nth-child(4) {
	margin-bottom: -7px;
}

#cover .logo:nth-child(1) {
	margin-right: -5px;
	height: 91%;
}





#webmanualintro {
	width: 200px;
}

/* -----------------------------------------------*/
/* ---------------- Legals/Credits ---------------*/
/* -----------------------------------------------*/

#wbshield {
	float: left;
	margin-right: 10px;
}

#wbshield img {
	width: 100%;
	margin: 3% 0% 0% 0%;
	float: left;
}

#wbshieldtext {
	width: 80%;
	margin: 1.2% 0% 0% 0%;
	float: left;
	font-size: 75%;
	text-align: justify;
	line-height: 100%;
}

#spread1 .rhp {
	text-align: left;
}

#ratings {
	text-align: center;
	margin-bottom: 14%;
}

#tplogos {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}

#legaltext {
	margin-top: 2%;
}

/* -----------------------------------------------*/
/* ------------------- Headings ------------------*/
/* -----------------------------------------------*/

.lhp h2:first-child , .rhp h2:first-child,
.lhp h3:first-child , .rhp h3:first-child {
	margin-top: 0;
	margin-bottom: 0.5em;
}

/* -----------------------------------------------*/
/* --------------------- Keys --------------------*/
/* -----------------------------------------------*/
.keyboard {
	margin: 0;
	/*top: 0;*/
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
}

/* -----------------------------------------------*/
/* ------ Content box / footer / header  ---------*/
/* -----------------------------------------------*/

#manual h2 a {
	font-size: 90%;
}

nav > ul {
	background-color:  #013200;
}

.active::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 11px;
	background: url(stud.png) center center no-repeat;
	background-size: 13px;
}

.active.subitem:before {
	background: url(stud_silver.png) center center no-repeat;
	left: 22px;
	background-size: 10px;
}

.inpagenav {
	bottom: 100px;
}


/* -----------------------------------------------*/
/* -------------------- Gamepad ----------------- */
/* -----------------------------------------------*/

.gamepadbuttons {
	height: 25%;
	max-height: 30px;
}

img#gamepaddiagram {
	position: absolute;
	width: 65%;
	left: 109%;
	top: 9%;
}

#slashsymbol {
	height: 25%;
	position: relative;
	vertical-align: text-bottom;
	max-height: 30px;
}

table#gamepadcontrols {
	width: 80%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

table#gamepadcontrols tbody {
	width: 100%;
	display: table;
}


table#gamepadcontrols td:nth-child(2) {
	width: 30%;
	text-align: center;
}


table#gamepadcontrols td {
	padding: 0px 7px;
	line-height: 43px;
}

table#gamepadcontrols td * {
	vertical-align: middle;
}



/* -----------------------------------------------*/
/* ---------------- Table settings ---------------*/
/* -----------------------------------------------*/

td {
	border: 2px solid #0A0159;
	background-color: rgba(152, 185, 213, 0.5);
}

table {
	width: 100%;
}

#spread4 .rhp td {
	line-height: 38px;
	padding: 0px 7px;
}

#spread4 .rhp td span {
	vertical-align: middle;
}

#spread4 .rhp .keyboard {
	vertical-align: middle;
	top: 0;
}



/* -----------------------------------------------*/
/* ------------ Localised Font Subs. -------------*/
/* -----------------------------------------------*/

.pl, .ru {
	font-family: trebuchet MS, sans-serif !important;
}

.pl h1,
.pl h2,
.pl h3,
.pl h4,
.ru h1,
.ru h2,
.ru h3,
.ru h4
 {
	font-family: trebuchet MS, sans-serif !important;
	font-weight: bold;
}

html .ru, 
html .pl {
	font-size: 90%;
}


.pl strong, .ru strong {
	font-family: trebuchet MS, sans-serif !important;
}

body.de #spread1 .lhp h2, 
body.nl #spread1 .lhp h2, {
	font-size: 1.5em;
}



/* -----------------------------------------------*/
/* -------------------- Misc ---------------------*/
/* -----------------------------------------------*/

#spread2 .lhp {
	width: 30%;
	position: relative;
	left: 15%;
	top: 5%;
}

#spread5 .lhp {
	position: relative;
	top: 8%;
	overflow: visible;
}

#spread4 .lhp {
	position: absolute;
	bottom: 10%;
}

#spread4 .rhp {
	position: absolute;
	bottom: 10%;
	right: 0px;
}

#spread6 .lhp {
	width: 25%;
	position: absolute;
	bottom: 0%;
}

#spread6 .rhp {
	width: 64%;
	position: absolute;
	bottom: 0%;
	right: 0px;
}

#spread7 .lhp {
	width: 35%;
	position: absolute;
	left: 5%;
	background-color: rgba(6, 19, 48, 0.9);
}


#spread8 .lhp {
	width: 40%;
	position: absolute;
	bottom: 0%;
	background-color: rgba(6, 19, 48, 0.9);
}






/* -----------------------------------------------*/
/* ----------- Tech support / credits ------------*/
/* -----------------------------------------------*/

#tech-support-contact .lhp {
	width: 95%;
}

.steam #warranty-credits .lhp, 
.appstore #warranty-credits  .lhp {
	left: 35.5%;
	position: relative;
	width: 30%;
}

.download #warranty-credits .lhp {
	width: 30%;
	position: relative;
	left: 5%;
} 

.download #warranty-credits .rhp {
	width: 30%;
	position: relative;

}

#warranty-credits {
	background: url(creditsbg.jpg) center center no-repeat;
	background-size: cover;
}

#tech-support-contact ul + p + p {
	padding-top: 7.5%;
}

#tech-support-contact .lhp {
	height: 92%;
}

#creditslist dt {
	width: 52%;
}

/* -----------------------------------------------*/
/* ----------------- Screenshots -----------------*/
/* -----------------------------------------------*/


/* -----------------------------------------------*/
/* ---------------- Media queries ----------------*/
/* -----------------------------------------------*/

/*--== Retina ==-- */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 


}


/*--== small window ==-- */

@media all and (max-width: 1400px), all and (max-height: 750px) {
	#cover h2 {
		left: 20%;
	}

	html {
		font-size: 105%;
	}

	#cover #logos {
		height: 60px;
	}
}



/*--== big window ==-- */

@media all and (min-width: 1401px) and (min-height: 901px) {
	body {
			font-size: 110%;
			line-height: 120%;
		}
}