html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 60px 0 0;


	touch-action: none;

	border: 0 none;
	text-align: center;
	background-color: black;
}

html,body {
	background-color: #fff;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
}

h1, h2 {
	font-family: 'Orbitron', Helvetica, Arial, sans-serif;
	z-index: 10;
	margin: 40px 0 0;
	color: #aaf4f8;
}

h1 {
	margin: 0 0 20px;
	color: #333;
}

h2 {
	margin: 0;
	color: #000;
	float: left;
	width: 100%;
}

label {
	clear: both;
	display: block;
}

input.input_styled {
	padding: 5px;
	font-size: 1.2em;
}

a {
	color: #0024ff;
}

p {
	clear: both;
}

#container {
	width: 650px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}

#gameContainer
{
	height: 480px;
	width: 650px;
	margin: 0 auto;
	position: relative;
	
}
#canvas {
	display: block;
	margin: -15px auto 0;
	border: 5px solid #333;
	border-radius: 5px;
	position: relative;
	z-index: 10;
	height: 480px;
	width:650px;
}


		.godot {
			font-family: 'Noto Sans', 'Droid Sans', Arial, sans-serif;
			color: #e0e0e0;
			background-color: #3b3943;
			background-image: linear-gradient(to bottom, #403e48, #35333c);
			border: 1px solid #45434e;
			box-shadow: 0 0 1px 1px #2f2d35;
		}

#upper_bigBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1500px;
	z-index: 0;
}

#upper_bigBG #lang_1 {
	display: block;
	position: absolute;
	right: 0;
}

#upper_bigBG #lang_2 {
	display: block;
	position: absolute;
	left: 0;
}

#upper {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-bottom: 250px;
	background: url('../img/city.png') repeat-x bottom;
}

.container_big {
	width: 800px;
	margin: 0 auto;
	background: #eee;
	color: #333;
	padding: 20px 10px;
	border: 4px solid #000;
	box-shadow: 0px 0px 4px #333;
}

#bottom {
	position: relative;
	z-index: 10;
	width: 100%;
	clear: both;
	background: #191919 url('../img/bg.png');
	padding: 30px 0 60px;
}

#nav {
	width: 100%;
	text-align: right;
}

#donate {
	background: #fff;
	width: 750px;
	padding: 20px 10px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	box-shadow: 5px 5px 5px #ddd;
}

#paypal, #delve_deeper, #moichendising, #ran_stuff {
	position: relative;
	background: #fafafa;
	width: 150px;
	height: 150px;
	float: left;
	padding: 20px 10px;
	margin: 0 20px 0 0;
	display: block;
	border: 1px solid #eee;
	font-weight: bold;
}

#delve_deeper {
	background: url('../img/TitleScreen.png');
}

#moichendising {
	background: url('../img/lglogo.png') no-repeat;
}

#ran_stuff {
	background: url('../img/album_cover.png') no-repeat;
}

#paypal h3, #delve_deeper h3, #moichendising h3, #ran_stuff h3 {
	color: #333;
	margin: 0 0 20px;
	text-align: center;
}

#delve_deeper h3 {
	color: #6e4300;
	text-shadow: #fff 0em 0em 1em;
	font-size: 1.4em;
	background-color:rgba(255,255,255,0.7);
}

#moichendising h3 {
	color: #000;
	text-shadow: #333 0em 0em 1em;
	background-color:rgba(255,255,255,0.7);
}

#ran_stuff h3 {
	color: #6e4300;
	text-shadow: #fff 0em 0em 1em;
	font-size: 1.4em;
	background-color:rgba(255,255,255,0.7);
}

#delve_deeper a, #moichendising a, #ran_stuff a {
	width: 150px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	text-shadow: 0 -1px 0 #BFBFBF;
	background: #26972D;
	background: -webkit-linear-gradient(top, #78E700, #26972D);
	background: -moz-linear-gradient(top, #78E700, #26972D);
	background: -ms-linear-gradient(top, #78E700, #26972D);
	background: -o-linear-gradient(top, #78E700, #26972D);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #333;
	position: absolute;
	bottom: 20px;
}

#delve_deeper a:hover, #moichendising a:hover, #ran_stuff a:hover {
	background: #fafafa;
	color: #26972D;
}

#donations {
	height: 100px;
	clear: both;
	float: left;
}

#amount, #amount2 {
	background: none;
	float: left;
	width: 50px;
}

#amount2 {
	text-align: right;
}

#slider_container {
	float: left;
}

#slider {
	float: left;
	width: 300px;
	background: #39c900;
}

#living_room {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	width: auto\9;
}

#mute {
	cursor: pointer;
	position: absolute;
	top: 32em;
	right: 1em;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
	padding: 2px 5px;
	background: #eee;
	color: #333;
	border: 1px solid #333;
	text-shadow: #000 1px -1px 1px;
	z-index: 101;
}

#keybindings {
	position: relative;
	z-index: 1;
	font-size: .8em;
	margin: -20px 0 -50px;
	padding: 10px;
	width: 630px;
	background: #333;
	border-radius: 10px;
}

#social_media {
	position: relative;
	width: 630px;
	z-index: 5;
	margin: 0 auto;
	padding: 10px 10px 15px;
	background: #333;
	border-radius: 10px;
}

#version {
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	display: block;
	padding: 5px;
	z-index: 100;
}

#problems {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	font-size: .6em;
	background: #333;
	display: block;
	padding: 5px;
}

#problems a {
	color: #AAF4F8;
}

.control_box {
	background:#000;
	padding:2px 5px;
	margin-right: 10px;
}

.left {
	text-align: justify;
	margin: 60px 40px 40px;
}

.left h2, .right2 h2 {
	margin: 0 0 10px;
}

.right2 h2 {
	text-align: right;
}

.left p, .right2 p {
	clear: none;
	overflow: visible;
	text-align: justify;
	margin: 0 0 15px;
	padding: 0;
	font-size: .95em;
}

.right {
	display: block;
	float: right;
	width: 210px;
	height: 260px;
	padding: 20px;
	margin: 0 0 20px 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 5px 5px 5px #ddd;
}

.alignright {
	float: right;
}

.right2 {
	text-align: justify;
	margin: 40px;
}

.left2 {
	display: block;
	float: left;
	width: 210px;
	height: 300px;
	padding: 20px;
	margin: 0 20px 20px 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 5px 5px 5px #ddd;
}

.ui-slider-range-min {
	background: #005aff !important;
}

.clearfix {
	clear: both;
}

.line {
	display: block;
	width: 100%;
	clear: both;
	height: 1px;
	background: #fff;
	margin: 20px 0;
}

#status {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			/* don't consume click events - make children visible explicitly */
			visibility: hidden;
		}

		#status-progress {
			width: 366px;
			height: 7px;
			background-color: #38363A;
			border: 1px solid #444246;
			padding: 1px;
			box-shadow: 0 0 2px 1px #1B1C22;
			border-radius: 2px;
			visibility: visible;
		}

/*
		@media only screen and (orientation:portrait) {
			#status-progress {
				width: 61.8%;
			}
		}*/

		#status-progress-inner {
			height: 100%;
			width: 0;
			box-sizing: border-box;
			transition: width 0.5s linear;
			background-color: #202020;
			border: 1px solid #222223;
			box-shadow: 0 0 1px 1px #27282E;
			border-radius: 3px;
		}

		#status-indeterminate {
			height: 42px;
			visibility: visible;
			position: relative;
		}

		#status-indeterminate > div {
			width: 4.5px;
			height: 0;
			border-style: solid;
			border-width: 9px 3px 0 3px;
			border-color: #2b2b2b transparent transparent transparent;
			transform-origin: center 21px;
			position: absolute;
		}

		#status-indeterminate > div:nth-child(1) { transform: rotate( 22.5deg); }
		#status-indeterminate > div:nth-child(2) { transform: rotate( 67.5deg); }
		#status-indeterminate > div:nth-child(3) { transform: rotate(112.5deg); }
		#status-indeterminate > div:nth-child(4) { transform: rotate(157.5deg); }
		#status-indeterminate > div:nth-child(5) { transform: rotate(202.5deg); }
		#status-indeterminate > div:nth-child(6) { transform: rotate(247.5deg); }
		#status-indeterminate > div:nth-child(7) { transform: rotate(292.5deg); }
		#status-indeterminate > div:nth-child(8) { transform: rotate(337.5deg); }

		#status-notice {
			margin: 0 100px;
			line-height: 1.3;
			visibility: visible;
			padding: 4px 6px;
			visibility: visible;
		}
