@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%;
}

.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%;
}

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

#vlak {
	position: absolute;
	width:100%;
	height:100%;
	background: #0C2342;
}



#planeWrapper{
    position: absolute;
    top: 19px;
    left: -96px;
    width: 600px;
    height: 300px;
}


#planeWrapper1{
	position: absolute;
	top:10%;
	left:50%;
	width:50%;
	height: 80%;

	overflow: hidden;
}

#planeWrapper2{
	position: absolute;
	top:20%;
	left:0px;
	width:50%;
	height: 60%;

	overflow: hidden;
}

#plane1{
	position: absolute;
	left:0px;
	width: auto;
	height: 100%;
	opacity: .7; 
}

#plane2{
	position: absolute;
	left:0px;
	width: auto;
	height: 100%;
	opacity: .3; 
}

#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;
}

.text{
	position: absolute;
	top:80px;
	left:25px;
	font-size: 27px;
	line-height: 30px;
	color:#0C2342;

}

#text3{
		/*letter-spacing: -.6px;*/
		color:#fff;
}

.subText{
	position: absolute;
    top: 180px;
    left: 25px;
    font-size: 15px;
    line-height: 17px;
    color: #f8c0a7;
    letter-spacing: .1px;
}

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

}

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


#train,#shadow{
	top: -22px;
	left: 34px;
}


