body {
    font-family: Helvetica,Arial,sans-serif;
    background: #fff;
}

#demo {
    position: absolute;
    padding: 5px;
    text-align: center;
    background: yellow;
    z-index: 999;
    width: 100%;
}

section#content {
    padding: 0px;
}
section.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

h1, h2, h3 {
    margin: 0px 0px 15px 0px;
    color: #000;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.h2, h2 {
    font-size: 28px;
}
.h3, h3 {
    font-size: 18px;
}
h3 small {
    font-size: 50%;
}
.form-group h1, .form-group h2, .form-group h3 {
    margin: 0px;
}

#landing {
    margin-bottom: 60px;
}
#landing .row {
    position: relative;
}
#landing .row:first-child {
    height: 400px;
}
#landing h1 {
    display: none;
}
#landing .row:first-child h2 {
    padding-top: 45px;
}
#landing h2, #landing h3 {
    position: relative;
    z-index: 2;
}
#landing .box h2, #landing .box h3 {
    color: #808080;
    font-size: 22px;
}

#landing-content {
    position: relative;
    z-index: 2;
}
#landing-background {
    position: absolute;
    right: 100px;
    bottom: 0px;
    max-width: 100%;
    z-index: 1;
}

#content h3 {
    line-height: 26px;
    width: 100%;
    padding: 10px 0px;
}

#media {
    width: 150px;
    margin-top: 15px;
}
#free {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.row.box {
    margin-left: 0px;
    margin-right: 0px;
}
.box {
    background: #f8f8f8;
    border: 1px solid #d8d5d7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
}

.tooltip {
    min-width: 200px;
}

label {
    font-weight: normal;
}
.help-block {
    font-size: 11px;
    color: #333;
    margin-bottom: 0px;
}
.form-group-container {
    padding: 0px 0px 15px 0px;
}
.form-group-container .form-group {
    margin-bottom: 0px;
    padding: 8px;
}
.form-group-container:not(#form-group-container-submit) .form-group:nth-child(even) {
    background: #f8f8f8;
}
.form-group-container:not(#form-group-container-submit):not(#form-group-container-conditions) .form-group:first-child {
    background: #e2e2e2;
}
.form-group-container .form-group:first-child label {
    margin: 0px;
    padding: 0px;
}
#form-group-container-submit a {
    color: #333;
    text-decoration: underline;
}
label > em {
    position: relative;
    top: 3px;
    padding-left: 10px;
    opacity: 0;
    font-size: 22px !important;
}
.has-success label > em {
    opacity: 1;
    color: #3c763d;
}
.has-error label > em {
    opacity: 1;
    color: #a94442;
}
.has-error label > em:before {
    content: "\f0c8";
}
.form-checkbox {
    line-height: 27px;
    min-height: 27px;
}
.form-horizontal .form-checkbox input, .form-horizontal .form-checkbox input {
    display: block;
    float: left;
    margin-right: 5px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    margin-top: 5px;
    min-height: auto;
    height: auto;
}
.form-horizontal .form-checkbox label {
    font-weight: normal;
}
.recaptcha-placeholder {
    height: 78px;
}

div.accept-checkbox {
    position: relative;
}
div.accept-checkbox em {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 22px;
    color: #009e55;
    display: none;
}
div.accept-checkbox:hover > .graphics {
    border-color: #b2b2b2;
    cursor: pointer;
}
div.accept-checkbox > .graphics {
    display: block;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 18px;
    width: 18px;
}
div.accept-checkbox.checkbox-checked > .graphics {
    border: none;
    background: none;
}
div.accept-checkbox.checkbox-checked em {
    display: inline-block;
}
div.accept-checkbox > .checkbox-label {
    display: block;
    float: left;
    line-height: 22px;
    margin-left: 12px;
}

button.btn {
    padding-right: 72px;
    padding-left: 30px;
    padding-top: 0px;
    position: relative;
}
button > span {
    display: block;
    font-family: 'Lato';
}
button > span:first-of-type {
    font-size: 34px;
    font-weight: bold;
}
button > span:last-of-type {
    margin-top: -6px;
}
button > em.fa, button > em.glyphicon {
    position: absolute;
    right: 25px;
    top: 42%;
    font-size: 30px;
    margin-top: -15px;
}
.btn-success {
    background: #00a652;
    border-color: #05954c;
    box-shadow: inset 0 4px 0 #05954c;
}
.btn-success:hover {
    background: #05954c;
}
.main-form-iframe .btn-success,.main-form-iframe .btn-success:hover,.main-form-iframe .btn-success:active,.main-form-iframe .btn-success:active:hover,.main-form-iframe .btn-success:focus {
    margin: 0px;
    padding: 0px;
    width: 266px;
    height: 53px;
    background: transparent url('../img/ontvang-offertes.png') no-repeat center center;
    text-indent: -99999px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

iframe, img {
    max-width: 100%;
}

#policy-modal .modal-dialog {
    position: absolute;
    top: auto;
    bottom: 50px;
    max-height: 80%;
    overflow-y: auto;
}
#policy-modal .modal-content {
    border: none;
    border-radius: 0px;
}

#policy-modal button>span, #policy-modal button>em.fa, #policy-modal button>em.glyphicon {
    display: block !important;
}

@media only screen and (max-width: 991px) {
    #landing .row:first-child {
        height: auto;
    }
    #landing-background {
        position: relative;
        right: 0px;
        display: block;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 767px) {
    footer {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        line-height: 28px;
    }
    footer .list-inline>li {
        display: block;
    }
    footer ul li a {
        padding-left: 0px;
        border-left: none;
    }
}
@media only screen and (max-width: 550px) {
    .form-group label {
        width: 100%;
        float: none;
        margin-left: 0px;
        text-align: left;
    }
    .form-group > div {
        width: 100%;
        float: none;
        margin-left: 0px;
        text-align: left;
    }
}
@media only screen and (max-width: 350px) {
    .dropdown-contact {
        margin-top: 55px;
    }
    .dropdown-contact .btn {
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 330px) {
    .btn.scrollto {
        max-width: 100%;
        font-size: 14px;
    }
}

/** Multi steps */
#steps {
    text-align: center;
    margin-bottom: 20px;
}
#steps > div {
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    font-weight: 400;
}
#steps > div > em {
    font-size: 20px;
    vertical-align: middle;
}
#steps > div > div {
    text-align: center;
}
#steps > div > div > span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e2e2e2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#steps > div.current > span {
    color: #00bb5c;
    padding-right: 45px;
}
#steps > div.current > div > em {
    color: #00bb5c;
    padding-left: 20px;
    font-size: 25px;
}
#steps > div.current > div > span {
    border-color: #00bb5c;
    color: #00bb5c;
}
#steps > div.ready > span {
    color: #05954c;
    text-align: center;
    padding-right: 30px;
}
#steps > div.ready > div > em {
    color: #05954c;
    padding-left: 20px;
    font-size: 25px;
}
#steps > div.ready > div > span {
    border-color: #05954c;
    color: #05954c;
}

.steps-layout .form-group-container {
    overflow: hidden;   
}
.steps-layout .form-group-container:not(#form-group-container-submit) .form-group:nth-child(even) {
    background: none;
}
.steps-layout .form-group-container > div > label {
    font-weight: 400;
}
.steps-layout .form-group-container .input-blocks {
    position: relative;
    margin-bottom: 10px;
}
.steps-layout .form-group {
    padding: 0;
}
.steps-layout .form-group:first-child {
    background: #fff !important;
}
.steps-layout .form-group h3 {
    padding: 5px 0px !important; 
    color: #555;
}
.steps-layout .form-group .form-control {
    /*border-radius: 0;*/
    padding: 18px;
    height: 50px;
}
.steps-layout .form-group > select.form-control {
    border-radius: 0 !important;
    padding: 18px;
    height: 50px;
}
.steps-layout .has-success .form-control {
    border-color: #00bb5c;
}
.steps-layout .form-group .form-control:focus {
    border: 1px solid #555;
}
.steps-layout .form-group textarea.form-control {
    height: 80px;
    padding: 10px;
}
.steps-layout .help-block {
    font-style: italic;
    color: #a9a9a9;
}

.steps-layout div > em {
    position: absolute;
    top: 15px;
    right: 32px;
    padding-left: 10px;
    opacity: 0;
    font-size: 22px !important;
}
.steps-layout .has-success div > em {
    opacity: 1;
    color: #00bb5c;
    border-color: red;
}
.steps-layout .has-error div > em {
    opacity: 1;
    color: #a94442;
}
.steps-layout .has-error div > em:before {
    content: "\f00d";
}

.steps-layout .btn-success,.steps-layout .btn-success:active,.steps-layout .btn-success:active:hover,.steps-layout .btn-success:focus {
    width: 100%;
    height: 60px;
    text-indent: 0;
    background: #00bb5c; 
    border-radius: 0;
    font-size: 14px;
    padding-top: 10px;
    font-family: Helvetica,Arial,sans-serif;
}
.steps-layout .btn-success:hover {
    width: 100%;
    height: 60px;
    text-indent: 0;
    background: #05954c;
    padding-top: 10px;
}
.steps-layout button > span:first-of-type {
    font-size: 14px;
    text-transform: uppercase;
}

.btn-success-alt {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: #00bb5c;
    border-radius: 0;
    font-size: 14px;
    padding: 20px 0;
}
.btn-success-alt:hover {
    color: #fff;
    background: #05954c;
}
.btn-success-alt.active.focus, .btn-success-alt.active:focus, .btn-success-alt.active:hover, .btn-success-alt:active.focus, .btn-success-alt:active:focus, .btn-success-alt:active:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}