@font-face {
	font-family: 'amex';
	src: url('amex.woff') format('woff'),
	url('amex.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body, html{
	padding:0;
	margin:0;
	font-family: 'amex';

}


svg {
  width: 100%;
  height: 100%;
}

.crowd{
	position: absolute;
	bottom:0px;
	left:0px;
	width:336px;
	height:150px;
	z-index: 0;

}

.block{
	position: absolute;
	bottom:0px;
	left:0px;
	width:336px;
	height:280px;
	z-index: 0;

}

#buttonEnd{
	display: none;
}

#buttonRoll{
	display: none;
}

.circle{
	position: absolute;
	bottom: 22px;
    left: 236px;
	width:27px;
	height:27px;
	background-color: #d2222a;
	border-radius: 50%;
}

.people, .peopleBg{
	position: absolute;
	display: none;
}


.container {
	position: absolute;
	top:0px;
	left:0px;
	width:336px;
	height:280px;
	background: #06213e;
	overflow: hidden;
	display: none;
}

.sprite{
	position: absolute;
	top:0px;
	left:0px;
	width:5040px;
	height:280px;
}


#footsteps{
	overflow: hidden;
}

#dark{
	background-color: #17243d;
}

.border {
	position: absolute;
	top:0px;
	left:0px; 
   	width:100%;
   	height:100%;
   	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
  	border-color: #000; 
  	border-width:1px; 
  	border-style:solid; 
}

.logo{
position: absolute;
    top: 7px;
    left: 2px;
    width: 110px;
    height: 45px;
    z-index: 999;
}

#gitaar{
	position: absolute;
	top:0px;
	left:0px;
	width:336px;
	height:280px;
}


.text{
	position: absolute;
	top:90px;
	left:35px;
	font-size: 27px;
	line-height: 30px;
	color:#fff;

}

/*#text2{
		letter-spacing: -.6px;
		color:#0C2342;
}*/

.subText{
	position: absolute;
    top: 155px;
    left: 35px;
    font-size: 15px;
    line-height: 17px;
    color: #9fd4e0;
    letter-spacing: .1px;
}

.buttonText{
	position: absolute;
    top: 254px;
    left: 35px;
    font-size: 12px;
    color: #0C2340;

}

.star{
	position: absolute;
}
.cardText{
position: absolute;
    bottom: 12px;
    right: 38px;
    font-size: 8px;
    color: #fff;
}

#light{
	position: absolute;
	width:1200px;
	height: 800px;
}

#lightLeft{
	position: absolute;
	left:0%;
	top:0px;
	width:50%;
	height:100%;
	background-color: #17243D;
}

#lightRight{
	position: absolute;
	left:50%;
	top:0px;
	width:50%;
	height:100%;
	background-color: #17243D;

}




.shootingStar{
	position: absolute;
	top:0px;
	left:0px;
	width:55px;
	height: 2px
}