﻿ï»¿@charset "utf-8";

/* Import Styles */
@import url("reset.css");

body,html {
	width: 100%;
	height: 100%;
	overflow: visible;
	background-attachment: fixed !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #000000;
	color: white;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #3f3f3f;
	margin: 6px 6px auto;
}

a {
	text-decoration: underline;
	color:	white;
    font-weight: normal;
}

.bg-overlay {
	/*background: #ffffff url(images/BGHexesFaded.png) repeat;*/
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity:0.15;	
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;	
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100% !important;
	max-height: 100% !important;
	z-index: 0;
}

.video-background video {
	position: relative;
	min-height: 100%;
	width: 100%;
	height:100%;
	min-width:100%;
	margin: 0 auto 0 auto;
	-webkit-transform-style: preserve-3d;
}

@media (min-aspect-ratio: 16/10) {
  .video-background video {
    height: 300%; top: -100%;
    /* or height: 200%; top: -50%;
       or height: 400%; top: -150%; */
  }
}

@media (max-aspect-ratio: 16/10) {
  .video-background video {
    width: 300%; left: -100%;
    /* or width: 200%; left: -50%;
       or width: 400%; left: -150%; */
  }
}

@media (max-aspect-ratio: 10/17) {
  .video-background video {
    height: 400%; top: -150%;
	width: 400%; left: -150%;
  }
}

@media (max-width: 360px) { 
	.video-background video {
		visibility: hidden;
	}
}

.bodymob {
	background: #000000;
	color: #FFFFFF;
}

.headermob {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	color: #000000;
	opacity:0.95;	
	z-index: 3;
}

.headermob a,.copyrightmob a {
	text-decoration: underline;
	color:	#FFFFFF;
    font-weight: normal;
}

.copyrightmob {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	width:100%;
	text-align:	center;
	font-size:0.6em;
	z-index: 4;
}

.iconsmob {
	position:absolute;
	height: 120px;
	width: 120px;
	top: 80%;
	left: 86%;
	z-index: 3;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #000000;
	opacity:0.95;	
	z-index: 3;
}

.header .steam {
	position: absolute;
	top: 10px;
	left: 10px;
	width:500px;
	height: 200px;
	color: #545454;
	font-size:1.5em;
	font-weight:600;
	font-style:	normal;
	text-decoration:none;
	z-index: 2;
}

.header .oculus {
	position: absolute;
	text-align:center;
	top: 215px;
	left: 10px;
	width:150px;
	height: 150px;
	padding:10px;
	margin-top:2px;
	background:#0f0f0f;
	border: 1px #3f3f3f solid;
	color: white;
	font-size:1.3em;
	font-weight:600;
	font-style:	normal;
	text-decoration:none;
	opacity:0.85;	
	z-index: 2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.header .oculus a {
	text-decoration: none;
	color:	#FFFFFF;
}

.body {
	position:absolute;
	top: 72%;
	left: 10px;
	height: 100%;
	min-width:800px;
	color: #545454;
	font-size:1.5em;
	font-weight:600;
	font-style:	normal;
	text-decoration:none;
	z-index: 4;
}

.copy {
	position:relative;	
	font-size:0.8em;
	z-index: 2;	
}

.trailer {
	position:absolute;
	bottom: 85px;
	left: 10px;
	z-index: 4;
}

.mainlogo {
	position:absolute;
	/*bottom: 85px;*/
	top: 10px;
	right: 10px;
	width: 250px;
	z-index: 4;
}

.mainlogo img {
	/*-moz-border-radius: 8px;*/
	/*-webkit-border-radius: 8px;*/
	/*border-radius: 8px;*/
	border: thin black solid;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:	center;
	font-size:0.6em;
	z-index: 4;
}

.steam {
	position:absolute;
	top: 100px;
	left: 5px;
	z-index: 5;	
}

.content {
	position:absolute;
	top: 260px;
	right: 10px;
	height: 100%;
	color: #000000;
}

.steamposts {
	background: #000000;
	position:absolute;
	bottom: 85px;
	right: 10px;
	z-index: 6;
	opacity:0.65;	
}

.posts,.postsmob {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #000000;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

.posts a {
	font-size:0.8em;
	font-style:	normal;
	text-decoration: underline;
	color: #FFFFFF;
    font-weight: normal;
}

.posts b {
	margin-left:10px;
	margin-bottom:0px;
}

.posts ul {
	margin:0;
	padding:5;
	text-align: left;
}

.posts li {
    font-size: 70%;
	margin-left: -10px;
	list-style-type: square;
}

.postsmob a {
	font-size:0.9em;
	font-style:	normal;
	text-decoration: underline;
	color: #FFFFFF;
    font-weight: normal;
}

.postsmob b {
	margin-left:10px;
	margin-bottom:0px;
}

.postsmob ul {
	margin:0;
	padding:5;
	text-align: left;
}

.postsmob li {
    font-size: 80%;
	margin-left: -10px;
	list-style-type: square;
}

.title {
	font-weight:bold;
	text-align:center;
}

.icons {
	position:absolute;
	height: 60px;
	width: 220px;
	bottom: 10px;
	right: 10px;
	z-index: 5;
}

#carousel {
	margin-top: 25px;
	margin-bottom: 25px;
}

#carousel div {
	display: inline-block;
	background-image: url('images/tran.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#carousel img {
	max-width: 200px;
	height: auto;
	margin: 10px;
	border: none;
    position: relative;
	float: none;
    transition: opacity 1.0s;
    opacity:1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#carousel img.fadeOut {
    opacity:0;
}
