@font-face
{
	font-family: hurryUp;
	src: url('hurryup.eot?#iefix') format('embedded-opentype'),
         url('hurryup.ttf')  format('truetype');
	font-family: 'hurryUp';
	src: url('hurryup.eot');
	src: local('☺'), url('hurryup.woff') format('woff'), url('hurryup.ttf') format('truetype'), url('hurryup.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-x: hidden;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #111111;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	overflow-x: hidden;
	font-family: "hurryUp", sans-serif;
	background-image: url('../gfx/bg.jpg');
	background-position: 0px 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: "Alegreya Sans SC";
	font-size: 21px;
	color: #aa9999;
	font-weight: 500;
	text-shadow: 0px -1px #FFFFFF, 0px 1px #000000, 1px 1px 3px #000000;
}

iframe {
	display: none;
}

#mediaVideo iframe {
	display: block;
}

p {
	background-image: url('../gfx/textBG.png');
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #9A7E52;
	border-right: 1px solid #9A7E52;
	border-radius: 10px;
	padding: 8px;
	margin: 5px;
}

h2 {
	font-family: hurryUp;
	font-size: 22px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: -72px;
	color: #442200;
	text-shadow: 0px -1px #000000, 1px 1px #FFFFFF, 0px 0px 7px #ffffff;
}

a {
	text-decoration: none;
	color: #dd2222;
	text-shadow: 0px -1px #FF9999, 0px 1px #000000, 1px 1px 3px #000000;
}

img {
	border: none;
}

a:hover {
	color: #ff8888;
}

.tv {
	position: absolute;
	left: -321px;
	top: 0px;
	cursor: pointer;
}

.hologram {
	position: absolute;
	left: 339px;
	top: -40px;
}

.hologram img {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

.mediaThumbContainer {
	text-align: center;
	position: relative;
}

.mediaThumb img {
	border: 1px solid black;
	cursor: pointer;
	margin: 2px;
	border-radius: 6px;
}
.mediaThumb img:hover {
	border: 1px solid white;
}

#media p {
	font-size: 18px;
}

#mediaVideoPreview {
	width: 364px;
	height: 205px;
	cursor: pointer;
	border-radius: 9px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid #9A7E52;
	border-right: 2px solid #9A7E52;
}

#mediaVideo {
	display: none;
	border-radius: 9px;
	border: 3px solid #222222;
	width: 800px;
	height: 480px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -218px;
}

#development p {
	font-size: 20px;
}

.featureList {
	text-indent: -10px;
	display: block;
	font-size: 19px;
	margin: 5px;
	margin-left: 10px;
}

.devList {
	text-indent: -10px;
	display: block;
	font-size: 16px;
	margin: 5px;
	margin-left: 10px;
}

#progress {
	font-size: 19px;
}

#totalMeter {
	position: relative;
	left: -12px;
	top: 8px;
}

.progressNode {
	margin-left: 20px;
	font-size: 93%;
	cursor: pointer;
	display: none;
	background-image: url('../gfx/textBG.png');
	border-radius: 10px;
	padding: 3px;
	margin-top: 4px;
}

.progressNode h3 {
	display: inline-block;
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	min-height: 30px;
}

.progressNode h3:hover {
	color: white;
}

.progressBar {
	display: inline-block;
	float: right;
	margin-top: -2px;
}

.sideConsole {
	position: absolute;
	left: 409px;
	top: 60px;
	width: 298px;
	height: 295px;
	background-image: url("../gfx/sideConsole.png");
	color: #5A3E12;
	text-shadow: none;
	font-size: 15px;
	word-wrap:break-word;
}

.sideConsole div {
	position: absolute;
	left: 80px;
	top: 10px;
	width: 185px;
	height: 254px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 9px;
	padding-right: 8px;
}

div::-webkit-scrollbar{
	width:12px;
	background-color:#312204;
	border-radius: 8px;
	border-left: 1px solid #5A3E12;
}

div::-webkit-scrollbar-thumb {
	width:10px;
	background-color:#5A3E12;
	border-radius: 8px;
	border-top: 1px solid #9A7E52;
	border-left: 1px solid #9A7E52;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#twitterFeed ul {
	list-style-type: none;
	list-style-position: inside;
	font-family: "Arial";
	padding: 0px;
	margin-top: 30px;
}

#twitterFeed .user {
	display: none;
}

#twitterFeed .tweet {
	margin: 0px;
	padding: 0px;
	background: #221100;
	border: none;
	border-radius: 6px;
	padding: 4px;
	font-size: 12px;
}

#twitterFeed .tweet a {
	color: #772200;
	text-shadow: none;
}

#twitterFeed .timePosted {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	border-radius: 6px;
	padding: 4px;
	font-size: 9px;
	text-align: right;
	padding-top: 0px;
	margin-bottom: 8px;
}

#twitterFeed .interact {
	display: none;
}

.twitterLink {
	position: absolute;
	left: 78px;
	top: 13px;
	cursor: pointer;
}

.gadget {
	background-image: url('../gfx/textBG.png');
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #9A7E52;
	border-right: 1px solid #9A7E52;
	display: block;
	margin-bottom: 10px;
	height: 63px;
	position: relative;
	display: block;
	border-radius: 9px;
	overflow-y: scroll;
	cursor: pointer;
}

.gadget:hover {
	border-color: #CAAE82;
}

.gadget:hover .gadgetName {
	color: white;
}

#golems p {
	font-size: 17px;
}

#gadgets p {
	font-size: 17px;
}

#upgrades p {
	font-size: 17px;
}

.golem {
	background-image: url('../gfx/textBG.png');
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #9A7E52;
	border-right: 1px solid #9A7E52;
	display: block;
	margin-bottom: 2px;
	height: 150px;
	position: relative;
	display: block;
	border-radius: 9px;
	display: none;
	cursor: pointer;
}

.golem:hover {
	border-color: #CAAE82;
}

.gadgetImage {
	float: left;
}

.gadgetName {
	font-size: 21px;
	margin-left: 76px;
	margin-top: 16px;
	margin-bottom: 2px;
}

.gadgetInfo {
	font-size: 15px;
	margin: 12px;
	margin-left: 86px;
	display: none;
}

.golemText {
	height: 100%;
	overflow-y: scroll;
}

.golemImageContainer {
	position: absolute;
	width: 95px;
	height: 100%;
	z-index: 2;
}

.golemPlatform {
	position: absolute;
	left: 10px;
	bottom: 2px;
	margin-left: 12px;
}

.golemImage {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: 12px;
}

.golemName {
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 21px;
	display: block;
}

.golemClass {
	position: absolute;
	left: 14px;
	top: 32px;
	margin-top: -7px;
	font-size: 17px;
}

.golemInfo {
	font-size: 15px;
	margin: 12px;
	margin-left: 146px;
}

.golemOTFupgrades {
	font-size: 15px;
	margin: 12px;
	margin-left: 146px;
}

.golem h3 {
	color: #ffCC55;
	text-shadow: 0px -1px #FF9999, 0px 1px #000000, 1px 1px 3px #000000;
	margin-bottom: 0px;
	font-size: 19px;
}

.cmdLeft {
	position: absolute;
	left: -58px;
	top: 0px;
	cursor: pointer;
}

.cmdRight {
	position: absolute;
	right: -58px;
	top: 0px;
	cursor: pointer;
}

.upgradeTable {
	width: 194px;
	height: 65px;
	background: url("../gfx/upgradeFrame.png");
	padding-left: 30px;
	padding-top: 9px;
	position: relative;
	left: -65px;
}

.upgradeTable img {
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

.upgradeTable img:hover {
	border-color: white;
}

.upgradePanel {
	display: none;
	position: absolute;
	left: 155px;
	top: 340px;
	width: 285px;
	height: 279px;
	padding: 10px;
	background-image: url('../gfx/upgradeInfoPanelBG.png');
}

.upgradeIcon {
	position: absolute;
	left: 86px;
	top: -110px;
}

.upgradeName {
	position: absolute;
	width: 210px;
	left: 47px;
	top: 21px;
	text-align: center;
	font-family: hurryUp;
	font-size: 17px;
	color: #442200;
	text-shadow: 0px -1px #000000, 1px 1px #FFFFFF, 0px 0px 7px #ffffff;
}

.upgradeInfo {
	position: absolute;
	left: 25px;
	top: 50px;
	font-size: 17px;
	width: 225px;
	height: 190px;
	background-image: url('../gfx/textBG.png');
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #9A7E52;
	border-right: 1px solid #9A7E52;
	border-radius: 10px;
	padding: 8px;
	margin: 5px;
}

#zoneWindow {
	position: relative;
	left: -13px;
	width: 397px;
	height: 224px;
	border-radius: 13px;
	overflow: hidden;
	background-image: url("../gfx/zones/bg.jpg");
	border-top: 1px solid #331100;
	border-left: 1px solid #331100;
	border-bottom: 1px solid #9A7E52;
	border-right: 1px solid #9A7E52;
	cursor: pointer;
}

#zoneBlacker {
	background-image: url('../gfx/textBG.png');
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#zoneContainer {
	position: relative;
	cursor: pointer;
	z-index: 3;
}

#zoneImage {
	position: absolute;
}

#zoneNameLabel {
	font-size: 14px;
	position: absolute;
	left: 15px;
	top: 5px;
}

#zoneName {
	font-size: 24px;
	position: absolute;
	left: 5px;
	top: 15px;
	color: white;
}

.levelThumbLink {
	display: none;
}

.levelThumbContainer {
	text-align: center;
	width: 399px;
	position: relative;
	left: -27px;
}

.levelThumb {
	border: 1px solid black;
	cursor: pointer;
	border-radius: 6px;
}

.levelThumb:hover {
	border: 1px solid white;
}

.cmdZLeft {
	position: absolute;
	left: -69px;
	top: 50px;
	cursor: pointer;
}

.cmdZRight {
	position: absolute;
	right: -69px;
	top: 50px;
	cursor: pointer;
}

.downloadButtonContainer {
	position: relative;
	z-index: 1;
	bottom: 370px;
}

.downloadButton {
	position: absolute;
	top: 10px;
	cursor: pointer;
	margin-top: -250px;
	display: none;
}

.featureList a {
	cursor: pointer;
}

.demoButton {
	cursor: pointer;
}

.demoButton img {
	position: absolute;
	left: -7px;
}

.parallax {
	position: fixed;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../gfx/parallax.png');
	background-position: 0px 0px;
	background-attachment: fixed;
	background-repeat: repeat;
}

.background {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.bgImage {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}

.socialButtons {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.menuContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 1px;
}

.menuBG {
	position: absolute;
}

.littleGear {
	position: absolute;
	top: -20px;
}

.menuArm {
	position: absolute;
	top: -576px;
}

.topLeftFrame {
	position: absolute;
	top: 280px;
	left: -800px;
	width: 466px;
	height: 68px;
}

.topRightFrame {
	position: absolute;
	top: 280px;
	right: -800px;
	width: 466px;
	height: 68px;
}

.hotkeyLink {
	position: absolute;
	top: 18px;
	background-image: url('../gfx/hotkey.png');
	width: 80px;
	height: 71px;
	cursor: pointer;
}

.menuButtonIcon {
	position: absolute;
	left: 16px;
	top: 5px;
}

.goldGear {
	position: absolute;
	display: none;
}

.logoBG {
	position: absolute;
}

.content {
	position: absolute;
	left: 50%;
	min-height: 100%;
}

.logo {
	position: relative;
	margin-top: 60px;
	margin-bottom: 230px;
	width: 504px;
	height: 225px;
	left: -252px;
	top: -400px;
}

.subHeader {
	position: absolute;
	top: 100px;
}

.logoPart {
	position: absolute;
	display: none;
}

.backplate {
	position: absolute;
	width: 382px;
	height: 100%;
	left: -191px;
	background-image: url('../gfx/backplate.png');
}

.panel {
	position: relative;
	width: 369px;
	left: -225px;
	min-height: 10px;
	background-image: url('../gfx/panelBG.png');
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 140px;
	display: none;
	z-index: 2;
}

.panelContent {
	position: relative;
}

.panelTop {
	position: absolute;
	left: -5px;
	top: -74px;
	width: 463px;
	height: 134px;
	background-image: url('../gfx/panelTop.png');
	text-align: center;
}

.panelBottom {
	position: absolute;
	left: -1px;
	bottom: -55px;
	width: 454px;
	height: 65px;
	background-image: url('../gfx/panelBottom.png');
}

#team p {
	font-size: 19px;
}

.developerProfile {
	font-size: 15px;
	min-height: 116px;
	padding-bottom: 35px;
}

.developerName {
	font-size: 24px;
	float: top;
	display: block;
	color: #EEEEEE;
}

.developerAvatar {
	width: 100px;
	height: 100px;
	float: left;
	margin: 8px;
	margin-bottom: 40px;
	border-radius: 9px;
}

.developerLogo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}

.developerLogo img {
	position: absolute;
	top: 128px;
	left: 25px;
}

.devTwitterContainer {
	position: relative;
	left: 10px;
	top: 105px;
	width: 1px;
	height: 0px;
}

.twitch {
	position: absolute;
	left: -183px;
	top: 0px;
	cursor: pointer;
}

#legal {
	font-size: 14px;
}