body {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9) ), url(../../img/landing/117/women6.jpg) center fixed no-repeat;
	font-family: 'Roboto', sans-serif;
}

a {
    color: #1C3D81;
}

a img {
    border: none;
}

p {
    font-size: 15px;
    color: #fff;
}

img {
    width: auto \9;
    height: auto;
    max-width: 100%; /* Auto scale */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 5px #000;
}

h2 {
    font-weight: bold;
    color: #fff;
    text-align: center;
	font-size:22px;
    text-shadow: 2px 2px 5px #000;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

header {
    margin: 20px 0 30px 0
}
	  
			.dark_overlay{
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.7);
	    z-index: 10;
			}


.alert-danger {
    font-size: 16px;
}

.btn_general {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    text-decoration: none !important;
    background-color: #388337;
    border-radius: 4px;
    border: 1px solid #388337;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999;

}

.btn_general:hover, .btn_general:focus, .btn_general:active, .btn_general.active {
    background-color: #499c48;
    color: #fff;
}

.btn_login {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    padding: 6px 15px;
    text-decoration: none !important;
    background-color: #499c48;
    border-radius: 4px;
    border: 1px solid #499c48;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.btn_login:hover, .btn_login:focus, .btn_login:active, .btn_login.active {
    background-color: #5bad5a;
    color: #fff;
}

.btneff
{
	background-color: #336699;
	border: none;
	color: #fff;
	padding: 13px 0px;
	width: 100% !important;
	font-size: 17px;
}

.seq_img {
    border-radius: 6px;
    border: 10px solid #fff;
    margin-bottom: 50px;
    box-shadow: 5px 5px 10px #000
}

.avatar_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     z-index: 999;
}

.rotate {
    -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);
}

.step {
    padding: 0 20px;
    font-size: 16px;
    margin: 0px;
    color: #353535;
    min-height: 700px;

}

.step p {
    font-size: 120%;
    text-shadow: 2px 2px 5px #000;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #ccc #ccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
}

/* .btn:active, .btn.active {
}

.btn:first-child {
} */

.btn:hover, .btn:focus {
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.btn:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}

.btn.active, .btn:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

.btn-block {
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #fff;
}

.choice_btn, .choice_btn_m, .choice_btn_f, .btn-block span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
     z-index: 10;
}

.next_btn, .submit_btn {
    font-size: 22px;
    padding: 15px 0;

}

.choice_btn {
    padding: 5px 20px 15px;
}

.choice_btn img {
    display: block;
    font-size: 26px;
    margin-top: 10px;
}

.textForButtons {
    display: inline-block;
    margin-left: 5px;
}

.btn-success {
    background-color: #57a957;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    border-color: #57a957 #57a957 #3d773d;
    color: #fff;
    margin: 20px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #57a957;
    color: #fff;
}

/* .btn-success:active, .btn-success.active {
} */

.benefits {
    text-align: center;
}

.benefits li {
    margin: 40px;
}

.benefits hr {
    margin: 20px 0;
}

.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase
}

.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block
}

.progress-indicator > li:hover {
    color: #6f6f6f
}

.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
    color: #499c48
}

.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    display: block;
    margin: 0 auto .5em;
    border-bottom: 1px solid #888
}

.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbb
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
    background-color: #499c48;
    border-color: #247830
}

.progress-indicator > li .bubble:before {
    left: 0
}

.progress-indicator > li .bubble:after {
    right: 0
}

.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
    width: 50%;
    margin-left: 50%
}

.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
    width: 50%;
    margin-right: 50%
}

.progress-indicator > li.active, .progress-indicator > li.active .bubble {
    color: #337AB7
}

.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
    background-color: #337AB7;
    border-color: #122a3f
}

.profielen {
    text-align: left;
}

.thumbnail {
    position: relative;
}

.thumbnail .caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 4px;
    color: #FFF;
    width: 94%;
    padding: 2px 0;
    text-align: center;
}

.seotxt {
	margin-top:20px;
}

.comment-box {
    margin-top: 10px;
    margin-left: 125px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 50px;
}

.comment-box p {
    margin-bottom: 0;
	color:#000;
}

.comment-box .arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 15px;
    background: url(../../img/landing/117/arrow.png) no-repeat;
}

.comment-box .user-img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 112px;
    height: 112px;
    position: absolute;
    left: -140px;
    top: 0;
    background-size: 100%;
}

.comment-box .name {
    position: absolute;
    bottom: -40px;
    left: 0;
	color:#fff;
}


#footer, #footer a {
    color: #fff;
    text-decoration: none
}

#footer {
    margin-top: 2%;
    background-color: rgba(00, 00, 00, 0.5);
    padding: 1%;
    text-align: center
}




.clear {
    clear: both
}

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



ul.center_li_inline{text-align:center}ul.center_li_inline li{border-right:1px dotted #555;display:inline-block;margin-right:10px;padding-right:10px}ul.center_li_inline li.last{border-right:medium none;margin-right:0;padding-right:0}.no_display{display:none!important}.disp_inl_blck{display:inline-block!important}.disp_blck{display:block!important}

@media screen and (max-width: 1370px) {
    body, html {
        background-size: cover
    }
}

@media screen and (max-width: 1260px) {
    #tvad {
        width: 130px;
        background-size: contain
    }
}

@media screen and (max-width: 960px) {
    body, html {
        background-position: 80% top
    }
}

@media handheld, screen and (max-width: 400px) {
    .progress-indicator {
        font-size: 60%
    }
}

#form1 {
    z-index: 300;
    border: medium none !important;
    box-shadow: none !important;
    position: static !important;
    height: 700px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    position: absolute;
    margin: 10px;
    margin-bottom: 20px;

}

#step1 {
    z-index: 100;

}

#step2 {
    z-index: 90;
}

#step3 {
    z-index: 80;
}

#step4 {
    z-index: 70;
}

#step5 {
    z-index: 60;
}

#step6 {
    z-index: 50;
}

@media (min-width: 319px) and (max-width: 767px) {
    #form1 {
        height: 1260px;
    }

    .containerSmall {
        padding-right: 0px;
        padding-left: 0px;
    }

    .stepSmallDevice {
        padding-right: 0px;
        padding-left: 0px;
    }

    .fontFamilyBig {
        margin: 10px;
        font-size: 20px
    }

    body {
        background-position: center;
    }

}

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

.time {
    display: inline-block;
    font-weight: bold;
}

.fontFamilyBig {
    font-size: 20px;
    color: white;
    text-align: center;

}

.italic {
    font-style: italic;
}

.next_btn {
    display: inline-block;
}

.buttonPrev {
    margin: 20px 15px;
    height: 52px;
    display: inline-block;
}

.btnMandW {

    padding: 0px;
    margin: 5px;

}

@media (max-width: 350px) {
    h2 {
        font-size: 20px;
    }

    .btnMandW {
        max-width: 60px;
        padding: 1px;
        margin: 2px;

    }

    ul {
        padding-left: 20px;
    }

    .next_btn {
        max-width: 200px;

    }

    #next_btn_first_step {
        max-width: 260px;
        margin-left: 25px;

    }

    .buttonPrev {
        min-width: 50px;

    }

}

@media (min-width: 351px) and (max-width: 400px) {

    h2 {
        font-size: 20px;
    }

    .next_btn {
        max-width: 260px;

    }

    #next_btn_first_step {
        max-width: 320px;
        margin-left: 25px;

    }

    .buttonPrev {
        min-width: 50px;

    }

    ul {
        padding-left: 20px;
    }

}

.radioBtnForMW {
    visibility: hidden;
    color: #a5a5a5;
    text-shadow: 1px 1px 1px #a5a5a5,
    1px 1px 1px #a5a5a5;
}

.choice_btn_mann {
    text-align: center;
    padding-bottom: 15px;
    background: #8abcd1;
    border-color: #8abcd1;
     z-index: 999;

}

.choice_btn_frau {

    text-align: center;
    padding-bottom: 15px;
    background: #d6a7bc;
    border-color: #d6a7bc;
     z-index: 999;
}

ul {
    list-style: none;
}

.radioBtnForM:checked + label {
    background-color: #0fa0db;
    color: white;

    border-color: #0fa0db;

}

.radioBtnForW:checked + label {
    background-color: #df257c;
    color: white;

    border-color: #df257c;

}

@media (max-width: 479px) {
    .img-responsive {
      max-width:200px;
      max-height: 40px;
    }
}

/* Modal */

.modal-content p{
	color:#363636;
}

.modal-content h3 {
	text-shadow: none!important;
}

.modal-content .btn-success {
    background-color: #57a957;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    border-color: #57a957 #57a957 #3d773d;
    color: #fff;
    margin: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.modal-content .btn-danger {
    color: #fff;
    background: #d9534f!important;
    border-color: #d43f3a!important;
	text-shadow: none!important;
}

.modal-content .btn-danger:hover {
    color: #fff;
    background-color: #66130d !important;
    border-color: #66130d !important;
}

/*Modal modifications*/
#disclaimerModal .modal-title {
    color: darkred;
    font-weight: bolder;
    text-align: center;
    font-size: large;
}
#disclaimerModal .modal-header, #disclaimerModal .modal-footer {
    background-color: #f5f5f5;
}
#disclaimerModal .modal-body{
    font-size: 13px;
    color: black !important;
}

#disclaimerModal .btn-success {
    color: #fff;
    background-color: #5cb85c;
    background: #5cb85c;
    border-color: #4cae4c;
}

#disclaimerModal .btn-danger {
    color: #fff;
    background-color: #d9534f !important;
    background: #d9534f !important;
    border-color: #d43f3a;
}
/* disclaimer modal for mobile  */
@media (max-width:500px) {

    #disclaimerModal .modal-body {
        max-height: 20vh !important;
        overflow: scroll !important;
    }

    #disclaimerModal .modal-footer .pull-left {
        float: unset !important;
        width: 100% !important;
        display: block !important;
        padding: 8px 0 !important;
    }

    #disclaimerModal .modal-footer .btn-danger {
        /* float: unset !important; */
        width: 100% !important;
        display: block !important;
        margin-left: 0 !important;
        margin-top: 15px !important;
        padding: 8px 0 !important;
    }
}
/* End Modal */


.blink {
    min-height: 25px;
}

.next_btn {
    min-height: 52px; 
    max-height: 52px;
} 
.text-align {
    text-align: center;
}


.error-username, .error-password {
    color: red;
    font-size: 13px;
    margin-bottom: 2px;
    opacity: 0;
}
.error-city, .error-email, .error-checkbox  {
    color: red;
    font-size: 13px;
    margin-bottom: -20px;
    opacity: 0;
}
/* .error-checkbox {
    color: red;
    font-size: 13px;
    margin-bottom: 2px;
    opacity: 0;
} */

.step2, .step4, .step5{
    padding: 0 15px;
}
.mob-on{
    display: none;
}
@media (max-width: 500px){
    .mob-off{
        display: none !important;
    }
    header img{
        margin: auto !important;
    }
    .mob-on{
        display: block !important;
        color: gainsboro;
        font-size: 11px;
        text-align: center;
    }
}

.twitter-typeahead{
	width: 100%;
}

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

.tt-suggestion{
    text-shadow: none !important;
}

.custom-control-label{
    display: contents;
    font-size: 12px;
    color: white;
}
.custom-control-label a{
    color: #0fa0db;
}
#dobday, #dobmonth, #dobyear {
    padding: 6px 2px !important;
}

/* .error-city,
.error-tac,
.error-email,
.error-username,
.error-date,
.error-password {
    color: red;
    font-size: 14px;
    display: none;
}

.custom-control-label {
    display: contents;
    font-weight: normal;
}

.twitter-typeahead {
    width: 100%;
}

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