/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {


}

body {
  min-height: 900px;
  font-family: 'Helvetica';
  background: url('../img/background.jpg') no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
.background {
  display: inline-block;
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 50px;
  width: 100%;
}*/
@media (max-width: 767px) {
  .background {
    background: url('../img/background-mobiel.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/*
.second-page .background {
  background-image: url('../img/background.jpg');
  background-size: 100% auto;
  background-position: top center;
}*/

header {
  /*margin-bottom: 60px;*/
  margin-top: 10px;
}
.text-center .img-responsive {
  margin: 0 auto;
}
footer {
  padding: 15px;
}
footer, footer a {
  color: #636363;
  text-shadow: 1px 1px #ffffff;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica;
}

@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}

h1 {
	font-size: 26px;
	font-family: 'Avenir', arial;
	margin-bottom: 30px;
	margin-top: 5px;
}

h2 {
	background-color: #ff8625;
	color: #ffffff;
	font-size: 21px;
	padding: 5px 10px 5px 10px;
	font-family: 'Avenir', arial;
	margin-top: 5px;
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -o-transform: rotate(359deg);
  margin-bottom: 20px;
}
.second-page h2 {
  padding: 15px 10px 13px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
h3 {
	background-color: #ffae00;
  background-color: #ff8625;
  color: #ffffff;
  font-size: 21px;
  padding: 15px 10px 13px 15px;
  font-family: 'Avenir', arial;
	margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
}

p {
    margin: 0 0 10px 5px;
}

a {
  color: #000000;
  text-decoration: underline;
}
.question .answer {
  margin-bottom: 30px;
}
.question .answer:last-child {
  margin-bottom: 0px;
}
.second-page .panel {
    margin-bottom: 0px;
    min-height: 500px;
}
.overlay-button {
  margin-bottom: -30px;

}
.banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cookie-bar { position: fixed; min-height: 50px; background-color: #000000; bottom: 0px; width: 100%; opacity: 0.8; }
.cookie-bar-image-left { float: left; margin: 5px 30px 5px 5px; }
.cookie-bar-image-right { float: right; margin: 5px 15px 5px 5px; }
.cookie-bar-text { font-family: Arial; text-align: center; font-weight: normal; font-size: 13px; color: #ffffff; padding: 15px 10px 10px 10px; }
.cookie-bar-text a { color: #ffffff; }

.has-warning .form-control {
	border-color: #ff3600;
	background-color: #ffefef;
}

.form-horizontal .control-label {
	text-align: left;
}


.help-block {
    color: #ff5c00;
}

.btn-primary {
  border: none;
  background: #fdd600;
  background-image: -webkit-linear-gradient(top, #fdd600, #fd9d00);
  background-image: -moz-linear-gradient(top, #fdd600, #fd9d00);
  background-image: -ms-linear-gradient(top, #fdd600, #fd9d00);
  background-image: -o-linear-gradient(top, #fdd600, #fd9d00);
  background-image: linear-gradient(to bottom, #fdd600, #fd9d00);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 2px 2px 3px #fd7700;
  font-family: Arial;
  color: #ffffff;
  font-size: 28px;
  padding: 20px 35px 20px 35px;
  border-bottom: solid #fd7700 4px;
  text-decoration: none;
}

.btn-primary:hover {
  border-bottom: solid #fd7700 4px;
  background: #fd9d00;
  background-image: -webkit-linear-gradient(top, #fd9d00, #fdd600);
  background-image: -moz-linear-gradient(top, #fd9d00, #fdd600);
  background-image: -ms-linear-gradient(top, #fd9d00, #fdd600);
  background-image: -o-linear-gradient(top, #fd9d00, #fdd600);
  background-image: linear-gradient(to bottom, #fd9d00, #fdd600);
  text-decoration: none;
}

.second-page .btn-primary {
  border: none;
  background: #fdab00;
  background-image: -webkit-linear-gradient(top, #fdab00, #ff7801);
  background-image: -moz-linear-gradient(top, #fdab00, #ff7801);
  background-image: -ms-linear-gradient(top, #fdab00, #ff7801);
  background-image: -o-linear-gradient(top, #fdab00, #ff7801);
  background-image: linear-gradient(to bottom, #fdab00, #ff7801);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  font-size: 28px;
  color: #ffffff;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
  text-shadow: 2px 2px 3px #dc9d00;
}

.second-page .btn-primary:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-shadow: 2px 2px 3px #3cb0fd;
  text-decoration: none;
}


.winners {
  display: none;
}
@media (max-width: 768px) {
  .winners {
    display: inherit;
  }
  .winners p {
    text-align: center;
    font-size: 24px;
  }
  .winners img {
    border-radius: 5px;
    border: 3px solid #ffffff;
    margin:0px auto;
    display:block;
  }
	header {
		margin-bottom: 40px;
		margin-top: 10px;
	}
	h1 {
		font-size: 20px;
	}
	h2, h3 {
		font-size: 20px;
	}

	.btn-primary {
		width: 100%;
	}
}

fieldset {
    min-width: 0;
    width: 909px;
    padding: 0;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
}

.steps {
  height: 600px;
}

.step {
  position: absolute;
  margin-right: 15px;
  /*z-index: 10;*/
}
#step1.step {
  margin-left: 15px;
  margin-right: 15px;
}
.form-step {
  padding: 44px 66px;
  padding: 35px 45px;
  margin-bottom: 45px;
  background-color: rgba(255, 255, 255,0.7);
  border: 4px solid #fff;
  border-radius: 25px;
  box-shadow: 0 0 30px rgba(31,28,27,.3);
}
.step .row:first-of-type {
  margin-bottom: 30px;
}
.form-step.step-birthdate {
  padding-bottom: 40px;
  margin-bottom: 17px;
}

/*.form-step.step-gender {
  padding: 0;
}

.form-step.step-gender:before,
.form-step.step-gender:after {
  display: table;
  content: " ";
}

.form-step.step-gender:after {
  clear: both;
}
*/
/*.form-step > .lead {
  margin: 0;
  margin-bottom: 40px;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
}*/

.form-row:before,
.form-row:after {
  display: table;
  content: " ";
}

.form-row:after {
  clear: both;
}

.form-input {
  height: 66px;
  padding: 0 22px;
  margin-bottom: 14px;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 28px;
  color: #fff;
  background-color: rgba(19,18,13,.7);
  border: 0;
  border-radius: 4px;
}

.form-input.has-error
{
  background-color: rgba(159, 27, 27, 1);
}


.form-input:focus {
  outline: 0;
}

.form-input::-webkit-input-placeholder {
  color: #fff;
}

.form-input.input-large {
  display: block;
  width: 100%;
}

.form-input.input-small {
  float: left;
  width: 297px;
  margin-right: 20px;
}

.form-input.input-small:last-child {
  margin-right: 0;
}

.form-checkbox {
  position: relative;
  display: block;
  padding-left: 54px;
  margin-top: 24px;
  cursor: pointer;
}
.form-checkbox.has-error span
{
  color: rgba(159, 27, 27, 1);
  font-weight: bold;
}
.form-checkbox span a
{
  color: white;
  font-weight: bold;
}

.form-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-checkbox > input:checked ~ .form-indicator {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/form_checkbox_checkmark.png");
}

.form-checkbox > .form-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 4px;
  user-select: none;
}

.form-checkbox > .form-label {
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.form-button {
  display: block;
  height: 74px;
  padding: 0 40px;
  margin: 0 auto;
  margin-top: 34px;
  font-family: Avenir, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #ff560e;
  background-color: #ff7f33;
  background-image: -moz-linear-gradient(top, #ff7f33 0%, #ff5f00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7f33), color-stop(100%,#ff5f00));
  background-image: -webkit-linear-gradient(top, #ff7f33 0%,#ff5f00 100%);
  background-image: -o-linear-gradient(top, #ff7f33 0%,#ff5f00 100%);
  background-image: -ms-linear-gradient(top, #ff7f33 0%,#ff5f00 100%);
  background-image: linear-gradient(to bottom, #ff7f33 0%,#ff5f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f33', endColorstr='#ff5f00',GradientType=0 );
  border: 0;
  border-radius: 4px;
}
.form-gender > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/*.form-gender {
  position: relative;
  display: block;
  float: left;
  width: 373px;
  height: 547px;
  cursor: pointer;
}

.form-gender:first-child {
  border-right: 1px solid #fff;
}



.form-gender > input:checked ~ .gender-male {
  background-image: url("../img/form_gender_male_selected.png");
}

.form-gender > input:checked ~ .gender-female {
  background-image: url("../img/form_gender_female_selected.png");
}

.gender {
  width: 226px;
  height: 426px;
  margin: 0 auto;
  margin-top: 60px;
  background-repeat: no-repeat;
}

.gender-male {
  background-image: url("../img/form_gender_male.png");
}

.gender-female {
  background-image: url("../img/form_gender_female.png");
}*/

/* Birthdate */

.birthdate-instructions {
  padding-right: 30px;
  margin-left: 70px;
  font-family: Avenir, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../img/birthdate_instructions.png");
}

.birthdate-row {
  height: 60px;
  margin-bottom: 22px;
}

.birthdate-row:first-of-type {
  margin-top: 25px;
}

.birthdate-row:before,
.birthdate-row:after {
  display: table;
  content: " ";
}

.birthdate-row:after {
  clear: both;
}

.birthdate-label {
  display: block;
  float: left;
  width: 123px;
  height: 38px;
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #00569f;
  text-transform: uppercase;
  line-height: 38px;
}
.birthdate-circle {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #fc8e3d;
  margin-top: -15px;
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  padding: 19px 0px 0px 0px;
}

.slider {
  position: relative;
  float: left;
  width: 100%;
  height: 11px;
  margin-top: 12px;
  background-color: rgba(255,255,255,.5);
  border: 2px solid #fff;
  border-radius: 5px;
}

.slider .inner {
  height: 7px;
  border-radius: 4px;
  background-color: #fc8e3d;
}
.slider .pointer {
  position: absolute;
  top: -14px;
  width: 38px;
  height: 38px;
  color: #fff;
  line-height: 29px;
  background-color: #0871cb;
/*  background-image: -moz-linear-gradient(top, #ff7c38 0%, #ff590a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7c38), color-stop(100%,#ff590a));
  background-image: -webkit-linear-gradient(top, #ff7c38 0%,#ff590a 100%);
  background-image: -o-linear-gradient(top, #ff7c38 0%,#ff590a 100%);
  background-image: -ms-linear-gradient(top, #ff7c38 0%,#ff590a 100%);
  background-image: linear-gradient(to bottom, #ff7c38 0%,#ff590a 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c38', endColorstr='#ff590a',GradientType=0 );
  border-radius: 19px;
  box-shadow: 0 0 6px rgba(31,28,27,.31), 1px 1px 0 rgba(255,255,255,.27) inset;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form-button {
    font-weight: 900;
    font-size: 22px;
    padding: 0 20px;
    width: 100%;
    margin-top: 50px;
  }
  .birthdate-circle {
    font-size: 20px;
    margin-top: -90px;
  }
  .birthdate-row {
    height: 90px;
    margin-bottom: 22px;
  }
  .second-page .btn-primary {
    padding: 10px 0px 10px 0px;
  }
  .form-step {
    background-color: rgba(255, 255, 255,0.9);
    padding: 35px 25px;
  }
  #step1 .form-step {
    padding: 25px 15px 25px 15px;
  }
  .steps {
    min-height: 1160px;
  }
  .mobile-header {
    margin-bottom: 20px;
  }
}

