body {
	font-family: 'Roboto',sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #000 url('../../../img/landing/106/background.png') no-repeat center 0;
}

a {
	color: #fff;
}

a:hover {
  color: #c6c6c6;
}

a img {
	border: none;
}

p  {
	color:#fff;
}

h1 {
	font-weight:bold;
	font-size:40px;
	padding:20px 0;
	margin:0;
	color:#fff;
	line-height: 40px;
    letter-spacing: -1px;
	text-transform: uppercase;
}

h1 span {
	color:#00eeff;
}

h2 {
	font-weight:bold;
	font-size:30px;
	padding:0 0 20px 0;
	margin:0;
	color:#fff;
	line-height: 40px;
    letter-spacing: -1px;
	text-transform: uppercase;
}

h2 span {
	color:#0dba00;
}

h3 {
	font-weight:bold;
	font-size:32px;
	padding:0 0 20px 0;
	margin:0;
	color:#fff;
	line-height: 40px;
    letter-spacing: -1px;
}

.choice img:hover{
	border: 5px solid red;
	cursor: pointer; 
}

p.mv{
	font-size: 18px;
    font-weight: bold;
}

p.yellow {
	font-size: 22px;
	color:#FFB930;
}

.steps {
	margin: 20px auto;
	font-size: 20px;
    font-weight: bold;
}

.step_bar{
	border-radius: 50%;
	border: 2px solid #fff;
	width: 50px;
	margin:0 15px;
	height: 50px;
	text-align: center;
	background-color: rgba(265,0,0,0.2);
	color:#fff;
}

.active {
	background-color: #00eeff;
	color:#000;
}

.analysis-text {
    font-size: 22px;
}

.aanmeld-form {
	margin-top:10px;
	padding:10px;
	color:#fff;
	background-color: rgba(34, 44, 44, 0.7);
	border: 1px solid #eee;
}

.form_top {
	font-size: 20px;
	text-align: center;
	margin: 5px 0 0;
	font-weight: bold;
	color:#ccc;
	font-size: 26px;
}

.countdown {
	margin-top:20px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 7px;
    font-size: 19px;
}

.countdown h2 {
	font-size: 20px;
	text-transform: none;
	text-align: center;
}

.qtip-content {
  font-size: 14px;
}

.signuprow{
	float:right;
	width:100%; 
	display:inline-block; 
	margin-bottom: 15px;
}

.signuprow .col{
	float:left; 
	width:50%; 
	padding-right: 5px;
}

.signuprow .col.col2.btn-select{
	float:right;
}

.styleradio input[type=radio]{ 
	display:none; 
}

.styleradio input[type=radio] + label {
    display:block;
	padding: 5px 0; 
	background:#fff; 
	width:100%!important; 
	cursor:pointer;  
	-webkit-appearance: none; 
	appearance: none; 
    padding-left: 9px;
    font-size: 15px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.styleradio input[type=radio]:checked + label {
    -webkit-box-sizing: border-box;
	background:#428bca;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.styleradio input[type=radio] + label.man { color:#555555; }
.styleradio input[type=radio]:checked + label.man {color: #fff;}

.styleradio input[type=radio] + label.woman { color:#555555;  }
.styleradio input[type=radio]:checked + label.woman {color: #fff; }


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    color: #ffe5e5;
    padding: 5px;
    margin-left: 35px;
}


@media (max-width: 768px) {
	h1{
		font-size:26px;
	}

	h2{
		font-size:20px;
	}
	
	h3{
		font-size:22px;
	}
	
.step_bar{
	width: 35px;
	height: 35px;
}
}
.modal-body p, .modal-body ul li{
	color:#333;
}

.error-name,
.error-email,
.error-password
{
    opacity: 0;
    margin-bottom: -15px;
    color: red !important;
}
.error-checkbox
{
	opacity: 0;
    color: red !important;
}
@media (max-width:380px){
	.question h1{
		padding: 4px 0;
	}
	.steps{
		margin: -10px auto 10px;
	}
}
.error-city{
    color: red;
    /* margin: 10px 0 -5px; */
    /* display: none; */
    display: none;
}
@media (max-width: 400px){
    .error-name,
    .error-email,
    .error-password,
    .error-checkbox,
    .error-city{
        font-size: 13px;
    }
}
#dobday, #dobmonth, #dobyear {
    padding: 6px 2px !important;
}
.custom-control-label{
    font-size: 12px !important;
}
.twitter-typeahead {
    width: 100%;
}

.tt-menu{
    background-color: white;
    width: 100%;
    text-align: center;
    color: black;
}