@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'handoftes';
	src: url('fonts/TheHandofTes.woff');
}

body, html {
	background:#000;
	font-family:"Century Gothic", "Book Antiqua", Palatino, serif;
	color:#fff;
	margin:0;
	height:100%;
	position:relative
}


a {
	color:#C00;
	text-decoration:none;
}

h1 {
	font-family:'handoftes';
	text-transform:uppercase;
	border:0;
	border-bottom:28px solid transparent;
	border-image:url('res/underline.png') 445 0 stretch;
	display:block;
	margin:auto;
	width:400px;
}

.handwriting {
	font-family:'handoftes';
	display:block;
	margin:auto;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.gradient-strip-bottom {
	height:85px;
	position:absolute;
	width:100%;
	display:block;
	bottom: 0px;
	z-index:150;
	/* IE*/ 
	background-image: -ms-linear-gradient(top, transparent 0%, #000000 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, transparent 0%, #000000 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
}

.gradient-strip-top {
	height:65px;
	position:absolute;
	width:100%;
	display:block;
	top:0;
	z-index:150;
	/* IE */ 
	background-image: -ms-linear-gradient(bottom, transparent 0%, #000000 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, transparent 0%, #000000 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, transparent 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, transparent 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, transparent 0%, #000000 100%);
}

.scroll-down {
	height:80px;
	position:relative;
	width:185px;
	margin:auto;
	display:block;
	bottom:0;
	z-index:200;
	margin-bottom:10px;
	
}

.scroll-up {
	height:65px;
	position:relative;
	width:65px;
	margin:auto auto 50px auto;
	display:block;
	z-index:550;

}

.scroll-down i {
	margin:auto;
}

.nav-arrow {
	display:block;
}

.scroll-down i, .scroll-up i {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
text-align: center;
}

.scroll-down i:hover, .scroll-up i:hover {
	text-shadow: 0px 0px 18px rgba(255, 255, 255, 1);
}

.background {
	margin:0;
	padding:0;
	position:absolute;
	background-image:url("res/background2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 100%;
}

#slider {
	margin:0;
	padding:0;
	position:absolute;
	left: 0 !important;
	top: 0 !important;
	width:100%;
	height:100%;
	overflow:hidden;
}

#slider img {
	
	position:fixed;

}

.introduction, #facts {
	background: #000;
	width: 50%;
	/*margin:150px auto 50px auto;*/
	margin: auto;
}

.image-link {
  display: inline-block;
  padding: 4px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: #fff;
  line-height: 0;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.screenshot-image {
  width: 12rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.fullpage {
	height:100%;
}

.layout {
	margin: auto;
	position:relative;
}

.main {
	bottom: 0;
position: absolute;
width: 100%;
}

.black {
	background:#000;
}

.row {
	display: table;
	position: relative;
	width:50%;
	margin: auto;
	text-align: center;
}

.page {
	width: 100%;
	box-sizing:border-box;
	display: block;
	background-color: black;
	position: relative;
	z-index: 200;
}


section {
	clear:both;
	min-height:100%;
}

.red {
	color:#C00;
}

.glow-red {
	text-shadow: 0px 0px 7px rgba(255, 135, 45, 1);
}

.glow-white {
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.icon-large {
	font-size:3em;
	margin:25%;
	color:#FFF;
	font-weight:normal;
}

h1 {
	font-size:28px;
	font-weight:normal;
}

h2 {
	font-size:16px;
}

#video {
	width:auto;
	height:auto;
	margin:auto;
	padding: 35px 0px 15px 0;
position:relative;
z-index: 200;
}

#logo {
	background:url("res/logo.png") center center no-repeat;
	background-size: contain;
	width:444px;
	position:relative;
	height:300px;
	margin:auto;
	z-index:200;
}

.steam {
	background:url("res/steam_logo.png") 0 0 / 100% 100%;
	left:1%;
	top:77%;
}

.desura {
	background:url("http://d2oah9q9xdinv5.cloudfront.net/images/global/desura_black.png") 0 0 / 100% 100%;
	left:17%;
	top:82%;
}

.steam, .desura {
	position:absolute;
	float:left;
	height:17%;
	width:17%;
	z-index:300;
	background-repeat:no-repeat;
	background-size: contain;
}

#footer {
	height:50px;
	width:65%;
	position:relative;
	color:#FFF;
	margin:0 auto;
	text-align:left;
	text-shadow:2px 2px 3px #000;
	z-index:200;
}

.ads {
text-align: center;
float: right;
z-index: 1000;
position: relative;
}

#wrapper {
	margin: 0;
padding: 0;
width: 100%;
height: 100%;
display:block; 
	min-height:100%;
	text-align:center;
	
}

#center {
	display:block; 
	position:relative;
	margin:auto;
	padding-top:35px;
	min-height:100%;
	text-align:center;
}

iframe {
background-color: transparent;
}

#ads-wide {
	text-align:center;
	display: block;
	margin: auto;
}


@media only screen 
and (max-height : 768px) {
#logo {
	width:444px;
	height:200px;
}
}

@media only screen 
and (max-width : 960px) {
#logo {
	width:344px;
	height:242px;
}
}

@media only screen 
and (max-width : 640px) {
#logo {
	width:244px;
	height:142px;
}

}

@media
only screen and (max-width : 320px),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx),
only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 1) { 

body, html {
font-size: 85%;
}

h1 {
	font-size:18px;
	font-weight:normal;
	width:80%;
}

.row {
	width:90%;
}

.introduction, #facts {
	width: 90%;
}
	
#video {
	padding: 20px 0px 0px 0;
}


#logo {
	width:200px;
	height:100px;
}

#footer {
	width:100%;
	height:auto;
}

.ads {
	text-align: center;
	float: none;
	z-index: 1000;
	position: relative;
	margin: auto;
}

iframe {
	width: 300px;
	height: 220px;
}

}

@media only screen and (orientation: landscape) and (max-device-width: 640px) {
  
#video {
	padding:0;
	height:180px;
}

iframe {
	width: 300px;
	height: 170px;
}

#logo {
	width: 200px;
	height: 80px;
}

#footer {
	width: 50%;
	height: auto;
	position: relative;
	margin: auto;
	margin-right: 0;
	text-align: right;
}

.scroll-down {
	height: 70px;
	width: 185px;
	margin-bottom: 10px;
}

.ads {
	display:none;
}

.layout.main.first {
	display:none;
}

}