@font-face {
    font-family: 'berlin_sans_fbregular';
    src: url('fonts/brlnsr-webfont.eot');
    src: url('fonts/brlnsr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brlnsr-webfont.woff') format('woff'),
         url('fonts/brlnsr-webfont.ttf') format('truetype'),
         url('fonts/brlnsr-webfont.svg#berlin_sans_fbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
metros{
	position: absolute;
	background: url(images/metros.png) no-repeat;
	background-position: 0px 0px;
	width: 125px;
	height: 50px;
	left: 50%;
	margin: 80px 0 0 180px;
}
placar{
	display: block;
	position: absolute;
	width: 180px;
	height: 75px;
	left: 50%;
	margin: 335px 0 0 160px;
}
placar span{
	color: #ffff00;
}

fase{
	display: block;
	/*position: absolute;*/
	width: 100%;
	/*height: 40px;*/
}
pontos{
	display: block;
	/*position: absolute;*/
	width: 100%;
	/*height: 40px;*/
}
score{
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -260px;
	color: #fff;
	font-size:100px; 
	display: none;
	top: 420px;
}
score div{
	/*display: none;*/
}
#placanota{
	position: absolute;
	background: url(images/nota_salto.png) center no-repeat;
	width: 300px;
	height: 54px;
	left: 50%;
	margin: -40px 0 0 -150px;
}
#proximosalto{
	position: absolute;
	background: url(images/proximo_salto.png);
	width: 176px;
	height: 36px;
	cursor: pointer;
	left: 50%;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;	
}
#proximosalto:hover{
	background-position: bottom;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#palco{
	position: absolute;
	width: 620px;
	height: 400px;
	/*top: 50%;*/
	left: 50%;
	margin-left: -310px;
	/*margin: -200px 0 0 -310px;*/
	font-family: berlin_sans_fbregular;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	display: none;
}
#btsom{
	position: absolute;
	background: url(images/btsom.png) left;
	width: 30px;
	height: 27px;
	left: 50%;
	margin: 370px 0 0 -302px;
	cursor: pointer;
	display: none;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
#btsom:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}