body {
	margin:0px;
}

@font-face {
    font-family: DINBold;
    src: url(../fonts/DIN-Bold.otf);
}
@font-face {
    font-family: DINMedium;
    src: url(../fonts/DIN-Medium.otf);
}
@font-face {
    font-family: DINRegular;
    src: url(../fonts/DIN-Regular.otf);
}

.wrapper{
	width:100%;
	height:100%;
	
	max-width: 1400px;
	margin: auto;
}

.top-panel{
	width:100%;
	height:60px;
	background-color: #0c0c0e;
	
	text-align: center;
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #ebebeb;
	
	padding-top:30px;
	
}

.top-layer-buttons{
	width: 100%;
	height: 100%;
	min-height: 700px;

	background-color: #000000;
	
	font-family: DINRegular;
	font-size: 70px;
	text-align: left;
	color: #ffffff;
	
	display: inline-block;
}

.top-layer-buttons-subtext {
	padding-top: 10px;
	padding-left: 20%;
	font-size: 30px;
	width: 60%;
	
	text-align: center;
	
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}


.top-layer{
	width: 100%;
	height: 380px;

	background-color: #000000;
	
	font-family: DINRegular;
	font-size: 70px;
	text-align: left;
	color: #ffffff;
	
	background-image: url("../images/top-header.jpg");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.top-layer-text {
	padding-top: 70px;
	padding-left: 130px;
}
	
	
.top-layer-subtext {
	padding-top: 10px;
	padding-left: 130px;
	font-size: 30px;
	width: 80%;	
}

.yellow-layer{
	width: 100%;
	height: 630px;
	/*
	background-image: linear-gradient(10deg, #000000, #ffffff), linear-gradient(#f4b200,#f4b200);
	background-blend-mode: overlay, normal;
	*/
	background-color: #000000;
	font-family: DINBold;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	
	padding-top: 80px;
	
	
	background-image: url("../images/form-background.jpg");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
  
.div-container{
	display:inline-block;
	width: 70%;
}

.tell-us{
	float:left;
	text-align:left; 
	margin-top:20px;
	margin-left:40px;
	
	font-family: DINRegular;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #f5b800;
	
	padding-bottom:10px;
	
	width:45%;
}


.tell-us-full{
	float:left;
	text-align:left; 
	margin-top:20px;
	margin-left:40px;
	
	font-family: DINRegular;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #f5b800;
	
	padding-bottom:40px;
	
	width:91%;
}
.tell-us-link{
	left:50%;
	color: #f5b800;
}

.experience-layer {
	width: 100%;
	height: 194px;

	background-color: #000000;
	
	font-family: DINRegular;
	font-size: 30px;
	font-weight: bold;	
	letter-spacing: 6px;
	text-align: center;
	color: #ffffff;
	
	padding-top: 0px;
}

.experience-layer-instruction {
	font-family: Arial;
	font-size: 20px;
	text-align: center;
	color: #c1c1c1;
	font-weight: normal;	
	letter-spacing: 1px;	
}

.bottom-panel-start-course{
	width:100%;
	height:150px;
	background-color: #0c0c0e;
	
	text-align: center;
	font-family: Arial;
	font-size: 27.5px;
	font-weight: bold;
	color: #0c0c0e;
}

.bottom-panel{
	width:100%;
	height:90px;
	background-color: #0c0c0e;
	
	text-align: center;
	font-family: Arial;
	font-size: 27.5px;
	font-weight: bold;
	color: #ebebeb;
	
	padding-top:30px;
}


.bottom-panel-title-1 {
	font-family: Arial;
	font-size: 18.2px;
	font-weight: bold;
	text-align: center;
	color: #b0b0b0;
}

.bottom-panel-title-2 {
	font-size: 11.9px;
	line-height: 0.83;
	letter-spacing: 0.4px;
	text-align: center;
	color: #b0b0b0;
}

.cards{
	width: 1300px;
	padding: 10px;
	height: 50px;
	position: absolute;
	margin-left: -580px;
	top: 500px;
	left: 50%;	
}
.card-container{
	width: 100%; 
	margin: auto; 
	margin-top:70px; 
	margin-left: 0%;
	margin-right: 0%;
}

.card-layout{
	width: 358px;
	height: 490px;
	
	background-color: #000000;
	
	margin-left:20px;
	margin-right:20px;
	margin-bottom:40px;
}

.card-unselected-border{
	box-shadow: 0px 4px 17.6px 3.4px rgba(0, 0, 0, 0.24);
	border: solid 3px #3f3f3f;
}

.card-selected-border{
	box-shadow: 0px 4px 17.6px 3.4px rgba(0, 0, 0, 0.24);
	border: solid 3px #3f3f3f;
}

.cards-1{
	background-image: url("../images/course.jpg");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.cards-2{
	background-image: url("../images/course2.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.cards-3{
	background-image: url("../images/course3.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.card-button{
	width: 80%;
	height: 76px;
	background-color: transparent;
	border: solid 3px #3f3f3f;
	
	text-align:center;
	font-family: DINRegular;
	font-size: 20px;
	font-weight: bold;
	line-height: 3.7;
	letter-spacing: 0.7px;
	text-align: center;
	color: #ffffff;
	
	margin-left:10%;
	margin-top:150px;
}

.select-this {
	cursor: pointer;
}
.button-enabled {
	border: none;
	font-size: 25px;
	line-height: 80px;
	letter-spacing: 0.9px;
}

.button-disabled {
	cursor: default;
	pointer-events:none;
	disabled: true;
	background-color: #0c0c0e;
	
	color: #c1c1c1 !important;
}

.card-text{
	width: 304px;
	height: 93px;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	color: #c1c1c1;
	
	margin-left:30px;
	margin-top:30px;
}

.card-time {
	width: 304px;
	height: 20px;
	font-family: Arial;
	font-size: 16px;
	text-align: left;
	color: #c1c1c1;
	
	margin-left:30px;
	margin-top:20px;
}

.card-button-icon {
	width: 80%;
    height: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 0.4;
    letter-spacing: 0.9px;
    color: #ffffff;
    background-color: #f4b200;
    padding-top: 20px;
    margin-left: 10%;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
}

.card-time-title{
	margin-top:-22px;
	margin-left:30px;
}

.tell-us-input{
	width: 95%;
	height: 55px;
	background-color: #ffffff;
	
	font-family: Arial;
	font-size: 20px;
	text-align: left;
	color: #c1c1c1;
	
	padding-left: 15px;
}

.tell-us-input-full{
	width: 100%;
	height: 55px;
	background-color: #ffffff;
	
	font-family: Arial;
	font-size: 20px;
	text-align: left;
	color: #c1c1c1;
	
	padding-left: 15px;
}

a:link {
    color: #f5b800;
}

a:visited {
    color: #f5b800;
}

a:hover {
    color: #f5b800;
}

a:active {
    color: #f5b800;
}

.experience-layer-start-course{
	left:50%;
	width: 360px;
	height: 65px;
	background-color: transparent;
	border: solid 2px #f4b200;
	
	text-align:center;
	font-family: DINBold;
	font-size: 20px;
	font-weight: bold;
	line-height: 3.2;
	letter-spacing: 0.7px;
	text-align: center;
	color: #f4b200;
	
	margin-top:50px;
	cursor:pointer;
	
}

.experience-layer-text{
	width: 1160px;
	height: 65px;
	
	font-family: DINRegular;
	font-size: 24.8px;
	text-align: center;
	color: #ffffff;
	margin-top:70px;
	
	left: 50%;
}

.experience-layer-combobox{
	width: 330px;
	height: 65px;
	background-color: #ffffff;
	
	text-align:center;
	
	font-family: DINRegular;
	font-size: 29.7px;
	font-weight: 500;
	color: #000000;
}
.experience-layer-combobox-title-up{
	padding-right:40px;
	font-size: 25px;
	letter-spacing:2px;
}
.experience-layer-combobox-title-down{
	padding-left:40px;
	font-size: 25px;
	letter-spacing:2px;
}
.yellow-title-up{
	font-family: DINBold;
	font-size: 30px;
	text-align: center;
	color: #ffffff;
}
.yellow-title-down{
	font-family: DINRegular;
	font-size: 25px;
	text-align: center;
	color: #ffffff;
}

select {
    font-size: 16px;
    line-height: 1;
    border: 0;
    background: url("../images/drop_down_arrow_down.png") no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 284px;
	text-align:center;
	
	padding-left:30px;
}

select .lt { 
	text-align:center;
}

.radio-button {
	width: 13px;
	height: 13px;
	border-radius: 30px;
	border: 7px solid #ffffff;
	margin-top: -19px;
	margin-right: 20px;
	float: right;
	
}

.radio-button-unselected {
	background: #ffffff;
}
.radio-button-selected {
	background: transparent;
}




@media only screen and (max-width: 1100px) {
	.top-layer {
		font-size: 30px;
	}
	.top-layer-text {
		padding-top: 50px;
		padding-left: 30px;
	}
	.top-layer-subtext{
		padding-left: 30px;
		width: 90%;
		font-size: 20px;
	}
	.tell-us{
		width: 90%;
	}
	.yellow-layer{
		height: 1000px !important;
	}
	.card-container{
		margin-left: 0%;
		margin-right: 0%;		
	}
	.card-layout{
		width: 286px;
		height: 492px;
		background-color: #000000;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:40px;
	}
	.experience-layer-text{
		width: 80%;
	}
	.experience-layer-combobox-title-up{
		width: 100%;
		float: left;
		padding-left:10px;
		padding-right:10px;
	}
	.experience-layer-combobox-title-down{
		width: 100%;
		float: left;
		padding-left:10px;
		padding-right:10px;
	}
	.experience-layer {
		height: 294px;
	}
}

@media only screen and (max-width: 420px) {
	.card-layout{
		width: 286px;
		height: 392px;
		background-color: #000000;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:40px;
	}
	.card-button{
		line-height: 30px;
	}
	.card-button-title{
		line-height: 70px !important;
	}
	.card-text{
		width: 227px;
	}
	.card-time{
		width: 227px;
	}
	.experience-layer-combobox{
		width: 100%;
	}
	.yellow-layer{
		height: 1100px !important;
		background-size: auto 100% !important;
	}
	.tell-us{
		margin-left:5%;
	}
	.tell-us-full{
		margin-left:5%;
		width: 90%;
	}
	.div-container{
		width: 90%;
	}
}