@font-face {
    font-family: 'ashbury';
    src: url('../fonts/ashburylig-webfont.woff2') format('woff2'),
         url('../fonts/ashburylig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*
{
	margin:0px;
	padding:0px;
}

/* unvisited link */
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

/* visited link */
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.screenshots a:hover,
.wallpapers a:hover,
.conceptarts a:hover
{
	text-decoration: none;
}

#header a:hover
{
	text-decoration: none;
}

/* selected link */
a:active
{
	color: #DDDDDD;
	text-decoration: none;
}

a img  
{  
	border: none;
}

.hidden
{
	display:none;
}


.invisible
{
	visibility: hidden;
}

body
{
	background-color:black;
}

p
{
	color:white;
}

h1
{
	display:block;
	text-align:center;
	padding-top: 75px;
}

h1 img
{
	padding-top:20px;
	width:95%;
	height:80%;
	max-width:1000px;
	max-height:194px;
}

h2
{
	text-align:center;
}

#header
{
	width:99%;
	margin-left:0.5%;
	height:32px;
	position:relative;
	left:0px;
	top:0px;
	margin-right:50px;
	text-align:right;
	z-index:100;
}

	#header img
	{
		margin-top:3px;
		margin-left:-4px;
	}


.topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background: #d4aa00;
	height: 65px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 2;
}

.topbar img.logo {
	margin-left: calc((100vw - 100%) + 5px);
	margin-top: 5px;
	width: 65px;
	height: 65px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: inline-block;
}

	.topbar img.title {
		vertical-align: top;
		margin-left: 20px;
		margin-right: 20px;
		max-width: 400px;
		height: auto;
		width: calc(100vw - 115px);
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
	}

table.about {
	max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

table.about td {
	padding: 40px;
	color: #e2e7b6;
	width: 50%;
}

table.about td.screenshots {
	padding: 0px;
}

div.quoteContainer
{
	padding-top:35px;
	padding-left:10%;
	padding-right:10%;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	display:block;
}

p.quote
{
	float:left;
	font-family: 'ashbury';
	font-size:2.5em;
	font-style:italic;
	color:#999;
	width:100%;
}

p.quoteBy
{
	margin-top:25px;
	float:right;
	color:#999;
	font-size:1.5em;
}

div.topBackground
{
	background-image: url('../images/top_background.png');
	width:100%;
	height:710px;
	background-position: 0px -200px;
	margin:-1px;
}

div.topForeground
{
	background-image: url('../images/top_foreground.png');
	background-position: 80px 0px;
	pointer-events: none;
	width:100%;
	height:232px;
	position:absolute;
	top:470px;
	left:0px;
	z-index:10;
}




img.grave
{
	width:83px;
	height:122px;
}

#containers
{
	position:relative;
}

div.container
{
	background: url('../images/underground_spaced.png');
	position:relative;
}

#container1
{
	background-color:#603e22;
	background-position: 40% 0%; 
}

#container2
{
	background-color:#744b29;
	background-position: 180% 132%;
}

#container3
{
	background-color:#885830;
	background-position: 60% 0%;
}

#container4
{
	background-color:#9e6638;
	background-position: 90% 0%;
}

#container5
{
	background-color:#b47945;
	background-position: 50% 0%;
}

#container6
{
	background-color:#c59468;
	background-position: 10% 0%;
}

div.split
{
	width:100%;
	margin-top:-1px;
	margin-bottom:-1px;
}

#split1
{
	background-image: url('../images/split1.png');
	height:100px;
}

#split2
{
	background-image: url('../images/split2.png');
	height:144px;
}

#split3
{
	background-image: url('../images/split3.png');
	height:92px;
}

#split4
{
	background-image: url('../images/split4.png');
	height:102px;
}

#split5
{
	background-image: url('../images/split5.png');
	height:100px;
}


div.menu
{
	top:0px;
	left:0px;
	height:630px;
	position: absolute;
	z-index:0;
	width:100%;
}

#menu
{
	position:absolute;
	bottom:0px;
	height:265px;
	width:100%;
	display:table;
	list-style-type: none;
}

#menu li
{
	text-align:center;
	display:table-cell;
	vertical-align: bottom;
}

#menu li a
{
	display:inline-block;
	vertical-align:bottom;
	z-index:200;
}

#menu img
{
	position:relative;
	display:block;
}

div.hole
{
	text-align:center;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	border:solid 1px transparent;
	position:relative;
}

.tl
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:64px;
	height:64px;
	background: url('../images/border_tl.png') 0 0 no-repeat;
}

.t
{
	left:0px;
	right:0px;
	top:0px;
	
	width:auto;
	height:64px;
	
	position:absolute;
	
	background: url('../images/border_t.png') 0 0 no-repeat;
	background-size: 100% 64px;
}

.tr
{
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	width:64px;
	height:64px;
	background: url('../images/border_tr.png') 0 0 no-repeat;
}

.l
{
	display:none;
	position:absolute;
	top:64px;
	bottom:64px;
	left:0px;
	width:64px;
	height:auto;
	background: url('../images/border_l.png') 0 0 no-repeat;
	background-size: 64px 100%;
}

.cont2
{
	margin:63px 0px;
	background-color:#362213;
	background-image: url('../images/dirt.png');
	background-repeat: repeat;
}

.r
{
	display:none;
	position:absolute;
	top:64px;
	bottom:64px;
	right:0px;
	width:64px;
	height:auto;
	background: url('../images/border_r.png') 0 0 no-repeat;
	background-size: 64px 100%;
}

.bl
{
	display:none;
	position:absolute;
	bottom:0px;
	left:0px;
	width:64px;
	height:64px;
	background: url('../images/border_bl.png') 0 0 no-repeat;
}

.b
{
	left:0px;
	right:0px;
	bottom:0px;
	
	width:auto;
	height:64px;
	
	position:absolute;
	background: url('../images/border_b.png') 0 0 no-repeat;
	background-size: 100% 64px;
}

.br
{
	display:none;
	position:absolute;
	bottom:0px;
	right:0px;
	width:64px;
	height:64px;
	background: url('../images/border_br.png') 0 0 no-repeat;
}

a.anchor
{
	position:absolute;
	margin-top:-100px;
}

img.screenshot
{
	width:175px;
	height:98px;
	border:solid 1px black;
	margin-bottom:4px;
	margin-right:4px;
	box-shadow: 2px 2px 3px#000000;
	position:relative;
}

img.screenshotHover
{
	width:165px;
	height:92px;
	margin-left:5px;
	margin-right:9px;
	margin-top:3px;
	margin-bottom:7px;
}

img.conceptart {
	border:solid 1px black;
	margin-bottom:4px;
	margin-left:4px;
	margin-right:4px;
	box-shadow: 2px 2px 3px#000000;
	position:relative;
}

div.stores
{
	padding-top:30px;
	padding-bottom:25px;
	width:100%;
	display:inline-block;
}

div.store
{
	display:inline-block;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 40px;	
	position:relative;
}

img.storeIcon
{
	position:relative;
	width:150px;
	height:150px;
	display:inline-block;
	margin-bottom:0px;
	padding-bottom:0px;
	vertical-align:bottom;
	box-shadow: 2px 2px 3px#000000;
	z-index:10;
}

img.storeIconHover
{
	width:140px;
	height:140px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:0px;
}

.storePrice
{
	top:142px;
	width:50px;
	height:20px;
	padding-top:10px;
	margin-left:50px;
	margin-right:50px;
	position:absolute;
	display:block;
	color:#252525;
	background-color:#45cb01;
	font-family:arial;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	z-index:0;
}

#pressSlideshow
{
	text-align:center;
	padding-left:50px;
	padding-right:50px;
	margin-top:20px;
}

ul.press
{
	text-align:left;
}

ul.press div
{
	margin-top:0px;
	padding-top:0px;
	overflow:none;
}

ul.press img
{
	width:90px;
	height:90px;
	margin-top:5px;
	margin-left:5px;
	margin-right:20px;
	margin-bottom:50px;
	float:left;
	box-shadow: 2px 2px 3px#000000;
}

ul.press p
{
	font-weight:normal;
	font-style:italic;
	font-size:1.3em;
}

img.pressControls
{
	margin-bottom:20px;
}

h5
{
	font-size:1.3em;
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

p.disclaimer
{
	display:inline-block;
	margin-top:7px;
	margin-bottom:10px;
	font-size:0.85em;
	padding-left:10px;
	padding-right:10px;
	font-style: italic;
	color:#ccc;
}


#contactForm
{
	font-family:arial;
	float:left;
	color:white;
	padding-top: 0px;
	width:100%;
	text-align:left;
	overflow: hidden;
}

#contactForm input.submit
{
	display:inline-block;
	margin-left:15%;
}

#contactForm input.medium
{
	margin-right:0%;
	padding:5px;
	margin-top: 10px;
	height:30px;
	margin-left:10px;
	display: table-cell;
	width:100%;
	font-family:arial;
	font-size:1em;
}

#contactForm textarea.large
{
	margin-right:0px;
	margin-top: 10px;
	margin-left:10px;
	font-family:arial;
	font-size:1em;
	padding:5px;
	display: table-cell;
	width:100%;
	border:solid 1px white;
}

#contactForm div.formLine
{
	width:90%;
	display: table;
}

#contactForm li
{
	margin-bottom:5px;
}

#contactForm label
{
	width: 150px;
	text-align: right;
	vertical-align: top;
	font-size:1.5em;
	margin-right:0px;
	display: table-cell;
	padding-top:15px;
	font-weight:bold;
	font-family: 'ashbury';
	color: #e2e7b6;
}

#contactForm ul
{
	list-style-type: none;
}

div.g-recaptcha
{
	margin-top:15px;
	padding-top:0px;
	margin-left:160px;
}

#contactForm button.submit
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	border:0px;
	background:transparent;
	cursor: pointer;
}

#contactContainer
{
	width:99%;
	height:490px;
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
}

#contactResponse
{
	color:white;
	font-family:arial;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	margin-top:15px;
	margin-bottom:10px;
	height:50px;
	overflow:hidden;
}

#contactResponse div label
{
	vertical-align:middle;
	margin-top:10px;
	display:inline-block;
}

#contactResponse div img
{
	margin-right:10px;
	margin-top:10px;
	vertical-align:middle;
}

#processingContact
{
	position: absolute;
	top: 130px;
	margin-left: 50%;
	margin-right: 50%;
	left: 0px;
}

.steamWidget {
	margin-bottom: 20px;
    width: 100%;
	max-width: 614px;
}

.fancybox__toolbar__column.is-right button:not(:last-child) {
	display: none;
}

.youtube
{
    border: solid 1px black;
    box-shadow: 2px 2px 3px#000000;
    max-width: 550px;
    width: 100%;
    height: 300px;
}


.about {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.cell {
	text-align: center;
	color: #e2e7b6;
}

.description
{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	font-weight:normal;
	margin-left: 0px;
	vertical-align: middle;
	font-size: 30px;
	font-family: 'ashbury';
}

.features ul {
    text-align: center;
	font-family: 'ashbury';
	font-size: 20px;
	margin-bottom: 30px;
	list-style: none;
}

	.features ul li {
		margin-bottom: 5px;
	}

.pressItem {
	color: #e2e7b6;
	background: #111;
	border-radius: 10px;
	width: 350px;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0px;
}

	.pressItem .pressHeader {
		position: relative;
		display: block;
		padding: 0;
		background: #494949;
		padding: 10px;
		border-radius: 10px 10px 0px 0px;
		height: 60px;
	}

		.pressItem .pressHeader img {
			float: left;
			margin-right: 10px;
			width: 60px;
			height: 60px;
		}

		.pressItem .pressHeader h4 {
			color: #e2e7b6;
			font-size: 24px;
			text-align: left;
			display: block;
			margin-bottom: 0px;
			font-weight: bold;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			margin-top: -3px;
			letter-spacing: 1.5px;
			font-family: 'ashbury';
		}

		.pressItem .pressHeader h5 {
			color: #e2e7b6;
			font-size: 16px;
			text-align: left;
			display:block;
			font-weight: normal;
			line-height: 17px;
		}

		.pressItem p {
			color: #e2e7b6;
			font-size: 24px;
			text-align: left;
			font-weight: normal;
			letter-spacing: 0.5px;
			padding: 18px;
			display: block;
			font-style: italic;
		}

.wallpapers {
	margin-top: 30px;
}

.musicTrack {
	display: block;
}

	.musicTrack .musicTrackName {
		font-family: 'ashbury';
		color: #e2e7b6;
		font-size: 1.3em;
		line-height: 53px;
		margin: 0;
		padding: 0;
		margin-right: 20px;
		text-align: center;
		display: block;
		width: 100%;
	}

.cont2 h2 {
	margin-top: 60px;
	margin-bottom: 30px;
}

.cont2 h2:first-of-type {
	margin-top: 0px;
}



@media (min-width: 1600px)
{
	.about {
		display: table;
		padding: 0px;
	}
	
	.row {
		display: table-row;
	}
	
	.cell {
		padding: 40px;
		width: 50%;
		display: table-cell;
	}

	.cell.features {
		padding-left: 0px;
		padding-right: 0px;
		vertical-align: top;
	}

	.description
	{
		text-align: left;
		font-size: 38px;
	}

	.features ul {
		margin-bottom: 0px;
		margin-left: 70px;
	}

		.features ul li {
			text-align: left;
			font-size: 38px;
			list-style:circle;
		}
}


.steamDemo {
	width: 100%;
	max-width: 616px;
	margin-left: auto;
	margin-right: auto;
}

	.steamDemo .game_area_purchase_game {
		margin: 0;
		position: relative;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal;
		font-size: 13px;
		color: #c6d4df;
		padding: 16px;
		padding-bottom: 26px;
		z-index: 1;
		margin-bottom: 50px;
		background: linear-gradient( 60deg, rgba(117, 176, 34, 0.7) 5%,rgba(88, 138, 27, 0.6) 95%);
		box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
		border-radius: 4px;
	}

	.steamDemo .game_area_purchase_platform {
		font-weight: normal;
		font-size: 13px;
		color: #c6d4df;
		padding: 0;
		float: right;
	}

	.steamDemo .platform_img.win {
		font-weight: normal;
		font-size: 13px;
		color: #c6d4df;
		padding: 0;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-image: url( '/public/images/v6/icon_platform_win.png?v=3' );
	}

	.steamDemo .platform_img.linux {
		font-weight: normal;
		font-size: 13px;
		color: #c6d4df;
		padding: 0;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-image: url( '/public/images/v6/icon_platform_linux.png' );
	}

	.steamDemo .game_area_purchase_game h1 {
		padding: 0;
		font-size: 21px;
		color: #ffffff;
		font-weight: normal;
		text-align: left;
	}

	.steamDemo .game_purchase_action {
		font-weight: normal;
		font-size: 13px;
		color: #c6d4df;
		padding: 0;
		position: absolute;
		right: 16px;
		bottom: -17px;
		left: 16px;
		white-space: nowrap;
		text-align: right;
	}

	.steamDemo .game_purchase_action_bg {
		font-weight: normal;
		color: #c6d4df;
		text-align: right;
		height: 32px;
		vertical-align: bottom;
		display: inline-block;
		background-color: #000000;
		padding: 2px 2px 2px 0px;
		border-radius: 2px;
		white-space: nowrap;
		font-size: 0;
	}

	.steamDemo .btn_addtocart {
		font-weight: normal;
		color: #c6d4df;
		text-align: right;
		white-space: nowrap;
		padding: 0;
		font-size: 12px;
		display: inline-block;
		margin-left: 2px;
		vertical-align: middle;
		position: relative;
	}

	.steamDemo .btn_green_steamui {
		font-weight: normal;
		text-align: right;
		white-space: nowrap;
		font-size: 12px;
		border-radius: 2px;
		border: none;
		padding: 1px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none !important;
		color: #d2efa9;
		background: transparent;
		text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.3 );
	}

	.steamDemo .btn_green_steamui span {
		font-weight: normal;
		text-align: right;
		white-space: nowrap;
		cursor: pointer;
		color: #d2efa9;
		text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.3 );
		border-radius: 2px;
		display: block;
		background: linear-gradient( to right, #75b022 5%, #588a1b 95%);
		padding: 0 15px;
		font-size: 15px;
		line-height: 30px;
	}




@media (min-width: 650px)
{
	div.hole
	{
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}
	
	.l
	{
		display:inline-block;
	}
	
	.b
	{
		left:63px;
		right:63px;
	}
	
	.bl
	{
		display:inline-block;
	}
	
	.tl
	{
		display:inline-block;
	}
	
	.r
	{
		display:inline-block;
	}
	
	.t
	{
		left:63px;
		right:63px;
	}
	
	.br
	{
		display:inline-block;
	}
	
	.tr
	{
		display:inline-block;
	}
	
	.cont2
	{
		margin:63px;
	} 

	.pressItem {
		margin: 30px;
	}
}

@media (min-width: 850px)
{  
	img.grave
	{
		width:165px;
		height:243px;
	}
	
	p.quote
	{
		font-size:3.2em;
	}
	
	div.quoteContainer
	{
		padding-top:45px;
	}
	
	div.topBackground
	{
		background-position: 0px 0px;
		height:910px;
	}
	
	div.topForeground
	{
		top:675px;
	}
	
	div.menu
	{
		height:840px;
	}

	.musicTrack {
		height: 60px;
	}
	
		.musicTrack .musicTrackName {
			display: inline-block;
			vertical-align: top;
			width: 200px;
			text-align: right;
			font-size: 1.6em;
		}
}