html {
  box-sizing: border-box;
}
*, *:before, *:after {
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: 'Roboto Slab', serif;
	background: #c6e2f6;
	overflow-y: hidden;
}
#stat {
	margin: 0 auto;
	border: 5px solid #fff;
	width: 1000px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-align: center
}
#stat span {
	background: #d6edfd;
}
#stat span, #stat a {
	text-decoration: none;
	font-size: 28px;
	padding: 2px 10px;
	color: #333;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	opacity: .8;
	filter: alpha(opacity=80)
}
#stat a:hover {
	background: #fff;
}
#note {
	margin: 0 auto;
	color: #fff;
	margin-bottom: 20px;
	width: 600px;
	text-align: center;
	font-size: 11px;
	display: none;
}
#container-wrap {
	position: relative;
}
#container {
	background: #fff;
	margin: 0 auto;
	border: 5px solid #fff;
	width: 1000px;
	height: 420px;
	padding: 20px;

	/*cursor: url("data:image/gif;base64,R0lGODlhMgAyAIABAAAAAP///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAyADIAAAKDjI+py+0Po5y02ouz3rz7D4biSJbmiaaqCLQusBrv3Kb0XZcvAh/7+PMlgh/XojfMFZW8I5NjPDKinafEiqFStBnuFWvxRsThWwNXBT/IFbbDPYFP1W3k1r4h43308j7wJ1cX6PSXx4VHBEJkpxiCY4YC2cdCE3OJmam5ydnp+Qn6UQAAOw%3D%3D"), pointer;*/
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#btnstart-wrap {
	/*border: 1px solid #f3c;
	width: 300px;
	height: 90px;
	width: 232px;
	height: 100px;
	position: absolute;
	 margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 3;*/
}
#btnstart {
    display: inline-block;
	
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 32px;
    color: #fff;
}

#btnstart span {
    display: inline-block;
    padding: 20px 30px;
    background-color: #ec528d;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

#btnstart:hover span {
    background-color: #ec6a9c;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

#button:active, #button:focus {
    -webkit-box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
}

#btnstart:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
#message {
position: absolute;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	background: #fff;
	margin: 0 auto;
	border: 5px solid #fff;
	width: 1000px;
	height: 420px;
	padding: 20px 20px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	
	opacity: .8;
	filter: alpha(opacity=80);
	text-align: center;
	font-size: 28px;
	color: #000;
	display: none;
}
.intro,
.exit {
	padding: 20px;
}
#message h1 {
	font-family: 'Lobster', cursive;
	color: #a80e0e;
	margin: 0 0 20px 0;
	text-shadow: 0px 0px 8px #fff;
}
#message p {
	font-size: 24px;
	letter-spacing: -1px;
}



.character {
	width: 120px;
	height: 180px;
	position: absolute;
	display: none;
	cursor: pointer;
	background: url('../img/shadow.png') left bottom no-repeat;
}
.character:hover {
	opacity: .9;
	filter: alpha(opacity=90)
}
.good {
}
.bad {
}
.char-img {
	display: inline-block;
	width: 120px;
	height: 180px;
	background-repeat: no-repeat;
	background-size: contain;
}
.pos,
.neg {
	text-align: center;
	padding: 24px 8px;
}



@media screen and (max-width: 1040px) {
	#stat {
		width: 100%;
	}
	#container {
		width: 100%;
	}
	#message {
		width: 100%;
	}
	#stat span, #stat a {
		font-size: 14px;
	}
	
}


@media screen and (max-width: 600px) {
	#message h1 {
		font-size: 28px;
	}
	#message p {
		font-size: 16px;
		line-height: 22px;
	}
	#btnstart {
		font-size: 16px;
	}
	#btnstart span {
		padding: 10px 20px;
	}
}


