@charset "utf-8";

/* CSS Document */

html{
	height: 100%;
}
body {
	
	font-family: 'Cambay', sans-serif;
}
img
{  border-style: none;
}
.globalcontainer
{
	background-image: url(../imgnew/stormhorizon.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: top center;
    /*background-size: cover;*/
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-background-size: cover;
}
.facebook
{
	background:url("../img/socialmedia.png");
}
.facebook:hover
{
	background-position:0px -64px;
}
.twitter
{
	background:url("../img/socialmedia.png");
	background-position:-64px -0px;
}
.twitter:hover
{
	background-position:-64px -64px;
}
.presskit
{
	background:url("../img/socialmedia.png");
	background-position:-128px -0px;
}
.presskit:hover
{
	background-position:-128px -64px;
}
/*.facebook
{
	background:url("../img/socialmedia.png");
}
.facebook:hover
{
	background-position:0px -48px;
}
.twitter
{
	background:url("../img/socialmedia.png");
	background-position:-48px -0px;
}
.twitter:hover
{
	background-position:-48px -48px;
}
.presskit
{
	background:url("../img/socialmedia.png");
	background-position:-96px -0px;
}
.presskit:hover
{
	background-position:-96px -48px;
}*/
.topbuttons
{
	width:64px;
	height:64px;
	display: block;
	margin:10px;
}
.shipimage
{
	display:none;
}
@media only screen and (max-width : 990px)
{
	.backtrailertop
	{
		display:none;
	}
	.backtrailerbottom
	{
		display:none;
	}
	.parallax-karden
	{
		height:0px;
	}
	.parallax-logo
	{
		width:70%;
		height:70%;
		margin-left:auto;
		margin-right:auto;
	}
	.topbuttons 
	{
		display:inline-block;
	}
}
@media screen and (min-width : 990px)
{
	.parallax-top
	{
		height:30%;
		max-height:350px;
	}
	.parallax-karden
	{
		height:75%;
	}
	.parallax-logo
	{
		width:40%;
		height:55%;
		margin-top:35px;
		margin-left:5%;
		margin-right:5%;
	}
}
@media screen and (min-width : 1440px)
{
	.parallax-top
	{
		height:50%;
		max-height:275px;
	}
	.parallax-karden
	{
		width:49%;
		height:75%;
	}
	.parallax-logo
	{
		width:41%;
		height:70%;
		margin-top:35px;
	}
	.shipimage
	{
		display:block;
	}
}
.topbaroffset
{
	display:block;
	padding-top:120px;
}
.headerlogo
{
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:300px;
}
.headerlogo img
{
	width:100%;
	max-width:929px;
}
.header
{
	font-size:3em;
	color:white;
}
.topbar
{
	color:white;
	font-weight:bold;
	text-align:center;
	position: fixed;
	top:20px;
	right:20px;
	z-index:10;
}
.bottombar
{
	position: fixed;
	left:20px;
	bottom:20px;
	background:url("../img/corner-menu-back.png");
	font-size:20px;
	width:178px;
	height:136px;
	color:white;
	padding-left:60px;
}
.bottomgold
{
	padding-top:6px;
}
.bottomtime
{
	padding-top:4px;
}
.bottomsteps
{
	padding-top:4px;
}
.footer
{
	color:white;
	text-align:right;
	margin-bottom:10px;
	margin-right:10px;
}
.container {
	font-size: 1.3em;
}
.centercontent
{
	margin-left:auto;
	margin-right:auto;
}
.centercontenttext
{
	text-align:center;
}
.backtrailer
{
	background:url("../img/back-trailer.png");
}
.backtrailertop
{
	background:url("../img/back-trailer-top.png");
	height:47px;
	padding:0px;
	margin:0px;
}
.backtrailerbottom
{
	background:url("../img/back-trailer-bottom.png");
	height:47px;
	padding:0px;
	margin:0px;
}
.ctacontainersteam
{
	text-align:center;
	width:550px;
	height:325px;
	padding-bottom:40px;
}
.ctacontainerhumble
{
	text-align:center;
	width:550px;
	height:425px;
	padding-bottom:40px;
}
.ctacontainer
{
	background:url("../img/ctaback.png") no-repeat;
	width:400px;
	height:164px;
	padding-top:40px;
	padding-left:48px;
	
}
.ctabutton
{
	padding:20px;
	width:600px;
	height:93px;
	background:url("../img/ctabutton.png") no-repeat;
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
}
.ctabutton:hover
{
	background-position:0px -93px;
	text-decoration: :none;
}
.ctabutton-thunderclap
{
	background:url("../img/ctabutton-thunderclap.png") no-repeat;
	
}
.ctabutton-steam
{
	background:url("../img/ctabutton-steam.png") no-repeat;
	
}
.ctabutton-mailinglist
{
	background:url("../img/ctabutton-mailinglist.png") no-repeat;
	
}
@media only screen and (max-width : 990px)
{
	.ctabutton
	{
		background-size: 100% 200%;
	}
.ctabutton:hover
{
	background-position:0px -93px;
	text-decoration: :none;
}
}
.astralbutton
{
	background:url("../img/ctabutton-alpha.png") no-repeat;
	background-color:rgba(0, 180, 180, 0.3);
	/*background-color:rgba(0, 0.7, 0.7, 0.5);*/
	padding:10px 20px 0 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:0.8em;
	color:white;
}
.astralbutton:hover
{
	background-color:rgba(0, 180, 180, 0.5);
	color:white;
}
.tagline
{
	width:100%;
	font-size:2.7em;
	color:white;
	padding-top:20px;
	padding-bottom:0px;
	text-align:center;
	
}
.ctatop
{
	text-align:center;
	padding-top:40px;
	
}
.trailer
{
	background:url("../img/mcorners.png");
	width:auto;
	height:auto;
	max-width:877px;
	max-height:493px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
}

.video
{
	width: 100%    !important;
  	height: 100%   !important;
	max-width: 874px;
	max-height: 489px;
	box-sizing: border-box;
	padding:20px 20px 20px 20px;
}
.darkback {
	background-color:rgba(0, 0, 0, 0.3);
	padding:20px;
}
.features
{
	color:white;
	font-size:1.3em;

	background: url("../img/mcorners.png") center repeat,
				url("../img/tlcorner.png") top left no-repeat,
				url("../img/trcorner.png") top right no-repeat,
				url("../img/blcorner.png") bottom left no-repeat,
				url("../img/brcorner.png") bottom right no-repeat,
				url("../img/lcorner.png") left repeat-y,
				url("../img/rcorner.png") right repeat-y,
				url("../img/tcorner.png") top repeat-x,
				url("../img/bcorner.png") bottom repeat-x,
				url("../img/mcorners.png") center repeat;
	background-clip: border-box, border-box, border-box, border-box, content-box, content-box, content-box, content-box, content-box;
	padding:8px 10px 8px 10px;
	border: 1px solid #fae19e;
	border-radius: 5px; 
	z-index: 15;
	box-shadow: 0px 4px 8px 0px rgba(255, 163, 38, 0.1), 0px 2px 5px 0px rgba(255, 163, 38, 0.1);
}
img.shipimage
{
	max-width:631px;
	max-height:341px;
	position: absolute;
	top:164px;
	left:81px;
	z-index:0;
	overflow:visible;
}
/*div.shipimage
{
	width: 631px;
	height: 341px;
	position: absolute;
	top:234px;
	left:81px;
	background: url("../img/header-karden.png") no-repeat;
	top:;
	z-index:0;
	overflow:visible;

}*/
.divborders
{
	border: 1px solid #fae19e;
	border-radius: 5px; 
	box-shadow: 0px 4px 8px 0px rgba(255, 163, 38, 0.1), 0px 2px 5px 0px rgba(255, 163, 38, 0.1);
}
.music
{
	width:450px;
}
.greyish
{
	color:#fff4d5;
	font-weight:bold;
}
.features ul
{
	width: 100%;
	font-size:0.9em;
	margin-bottom:0px;
	list-style: square url("../imgnew/bullet.png");
}

.features li
{
	padding:5px;
}
.screenshotback
{
	width:310px;
	height:183px;
	background:url("../img/screenshotback.png");
	border: 1px solid rgb(255, 152, 0);
	border-radius: 5px; 
}
.screenshot
{
	margin-bottom:15px;
	margin-right:10px;
	width:288px;
	height:162px;
	background:url("../imgnew/screenshotthumbs.jpg");
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
}
.sshot1
{
	background-position:0px 0px;
}
.sshot1:hover
{
	background-position:0px -162px;
}
.sshot2
{
	background-position:-288px 0px;
}
.sshot2:hover
{
	background-position:-288px -162px;
}
.sshot3
{
	background-position:-576px 0px;
}
.sshot3:hover
{
	background-position:-576px -162px;
}
.sshot4
{
	background-position:-864px 0px;
}
.sshot4:hover
{
	background-position:-864px -162px;
}
.sshot5
{
	background-position:-1152px 0px;
}
.sshot5:hover
{
	background-position:-1152px -162px;
}
.sshot6
{
	background-position:-1440px 0px;
}
.sshot6:hover
{
	background-position:-1440px -162px;
}	
.parallax-bottom
{
	
}


span.indexbuy
{
	width:250px;
	height:57px;
	display:block;
	margin-right:10px;
 	border-radius: 8px;
	background:url("/img/steam-button.png");
}

span.indexsteam
{
	background-position:-0px -0px;
	background-color:#000000;
}

span.indexsteam:hover
{
	background-color:#303030;
}

span.indexhumble
{
	background-position:-250px -0px;
	background-color:#ab2024;
}

span.indexhumble:hover
{
	background-color:#cb272c;
}

span.indexitch
{
	background-position:-500px -0px;
	background-color:#9cdfe4;
}

span.indexitch:hover
{
	background-color:#bdecef;
}

.emailml {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}

.buttonml {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #aaa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}