/* *{box-sizing: border-box;} */
html { height: 100%; }
body {
	 
	margin: 0; padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	overflow: hidden !important;
	height: 100%;
}

.gamerDesc { max-height: 575px; overflow: scroll; width: 100%; overflow-x: hidden;}
@media screen and (max-height: 850px) {
    .gamerDesc { max-height: 500px; }
}
#header {
   position: relative; width: 100%; height: 114px; 
   background: url(../img/bg_header.png) no-repeat center top;  
}
#logo { position: absolute; top: 50px; right: 50px; opacity: 0;}
#claim { position: absolute; top: 50px; right: 50px; opacity: 0;}

.explode-wrapper {
    height: 1000px !important;
    position: absolute !important;
	top: -38% !important;
	left: 0% !important;
	float: inherit;
}

hr {
    position: absolute;
    top: 54%;
    width: 100%;
    color: #282828;
}

#main { 
    position: relative;
    height: 100%; 
    width: 100%; max-width: 1920px;
    margin: 0 auto;
    background: url(../img/bg.jpg) no-repeat left bottom; 
    background-size: cover;
}
#particles-js { opacity: 0; }

.screen {
    position: absolute;
    width: 100%;
	 opacity: 0;
    height: 900px;
    top: 0%;
}

.screen1  { opacity: 1; top: 200px; }
.screen2 { top: 150px; }
.resetTop { top: 112px; }


.play {
  /*  background: url(../img/sprite.png) no-repeat;
	 background-position: -47px -661px;
	*/
	position: relative;
	text-align: center;  
	color: #fff;
    /*height: 50px;
    width: 105px;
	bottom: -30px;
	left: 0px;*/
	bottom: -20px;
}
#play:before { position: absolute; content: "[Play]"; top: -20px;left: 33%;font-size: 15px;font-weight: bold; color:#009ee0}
.play span,
.reset span { display: inline-block; background: #009ee0; padding: 0px 20px; line-height: 20px; 
    border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 0px solid #000000;
}

.reset {
	position: relative;
	text-align: center;  
	color: #fff;
    /*height: 50px;
    width: 105px;
	bottom: -30px;
	left: 0px;*/
	bottom: -20px;
}
#reset:before { position: absolute; content: "[Restart]"; top: -20px;left: 25%;font-size: 15px;font-weight: bold; color:#009ee0}



#sprite { display: none; }
.container {
	height: 552px;
	width: 422px;
	position: relative;
	margin: 0px auto; 
	overflow: hidden;
	z-index: 5;
	cursor: default;
}


#highscoreScreen {position: absolute; width: 100%;top: 120px; height: 800px; opacity: 0;}
#highscoreScreen > .container { height: 700px !important; }
.highscoreName, .highscorePoints { font-size: 30px; font-weight: bold; width: 50%; float:left; border-bottom: 1px solid #009ee0; padding-bottom: 10px; color: #fff;text-shadow: 1px 1px 3px #444; }

.gamerPoints, .gamerName { width: 50%; color: #fff;text-shadow: 1px 1px 3px #444; float:left; margin-top: 15px; font-size:20px }
 
.screen2 .container { height: 900px; }

canvas {
	height: 552px;
	width: 422px;
	display: block;
	/*background: url(../img/canvas.png) top left; */
}

#scoreBoard {
	width: 100%;
	height: 50px;
	/*! background: rgba(45, 179, 221, 0.7); */
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;	
	border-image: url(../img/scoreBorder.png) 100 5 round;
	text-align: center;
	color: #fff;
	opacity: 0;
}


#scoreBoard p {
	font-size: 30px;
	padding: 0;
	line-height: 40px;
	margin: 0px 0 0 5px;
	color: #009ee0;
}
#target {
    margin: 0 auto;
    display: block;
	opacity: 0;
	margin-top: 200px;
}
/* mg, .explode-wrapper { position: absolute;top: 0; left: 0; bottom: 0; right: 0; margin: auto;} */
#gameOverMenu img { display: block; margin: 0 auto; margin-top: 10px; margin-bottom: 12px;}

#mainMenu, #gameOverMenu {
	height: 900px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#gameOverMenu {
    height:610px;
	visibility: hidden;
}

h2, h3, h1 {font-weight: normal}
h1 {
	font-size: 35px; 
	color: #009ee0; 
	transform: rotate(0deg);
	margin: 0px;
}

h3 {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	color: #39393a
}

h3 a {color: #ee5b21}
#go_score {
    color: #ffef42;
   font-size: 20px;
   text-align: center;
   text-shadow: 1px 1px 3px #444;
}
.button {
	width: 105px;
	height: 31px;
	background: url(../img/sprite2.png) 0 0 no-repeat;
	display: block;
	color:  #000;
	font-size: 12px;
	line-height: 31px;
	text-decoration: none;
	left: 35%;
	position: absolute;
	bottom: 44%;
}

.resetMargin .button { bottom: -15px; }

.username {
    padding: 2px;
    background: #4d4848;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
	 width: 44%
}
#idForm, #idFormHighscore { margin: 15px 0 0 0; padding: 1px 0 10px 0; background: rgba(0,158,224,.4);}
#idForm { margin-bottom: -15px; padding-bottom: 0; }
#idFormHighscore { padding: 5px 0 15px 0 }

#idForm h3 {
    color: #fff;
   font-size: 20px;
   text-align: center;
	margin: 10px 0;
}
#idForm label { color: #fff; font-size: 15px; margin-right: 10px; width: 30%; }
.usernameSubmit,.getHighscore, .backBtn {
    width: 70%;
    background: #009ee0;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 10px;
	cursor: pointer;
}
.backBtn { margin-top: 40px; margin-left: 15%; text-align: center; }
.usernameSubmit:hover,.getHighscore:hover, .backBtn:hover { color: #ffef42; }
/*
.button.tweet {bottom: 100px; background-position: 0 -90px}
.button.fb {bottom: 150px; background-position: 0 -60px}
*/

.info {position: absolute; left: 0; bottom: 275px; margin: 0 auto; color: #fff; background: rgba(0,158,224,.4); padding: 4px 18px;}

.info .key {
	width: 16px;
	height: 16px;
	background: url(../img/sprite2.png) no-repeat;
	text-indent: -9999px;
	display: inline-block;
}

.info .key.left {background-position: -92px -621px;}
.info .key.right {background-position: -92px -641px;}