@charset "UTF-8";

.landing-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
}

.pull-right {
    float: right;
}

.clear-both {
    clear: both;
}

.no-wrap {
    flex-wrap: nowrap !important;
}

.width-50 {
    width: 50%;
}

span.field-validation-error {
    top: -7px !important;
    left: 12px !important;
}

/* HEADER */
.landing-header {
    min-height: 75px;
    max-height: 75px;
    width: 100%;
    background-color: #00aeef;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .landing-header h1.title {
        font-size: 2em;
        margin: 0 30px;
        color: #FFF;
        width: 100%;
        align-self: center;
    }

    .landing-header .socials {
        right: 0;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

        .landing-header .socials .social-icon {
            color: #FFF;
            margin-left: 10px;
            justify-self: flex-end;
            transition: 0.2s all;
        }

            .landing-header .socials .social-icon:hover {
                transform: scale(1.15);
            }

        .landing-header .socials .kraz {
            width: 75px;
            font-size: 1em;
            margin-right: 10px;
            color: #FFF;
        }

    .landing-header .logo-container {
        right: 28%;
        z-index: 10;
        top: 0;
        position: absolute;
        width: 180px;
        min-height: 120px;
        background-color: #FFF;
        background-image: url(./images/brand.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

.landing-form {
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 75px);
    width: 100%;
    background-size: cover;
    background-position: top left;
    background-image: url(./images/Fotolia_78824275_Subscription_Monthly_XXL.jpg);
}

    .landing-form .form-container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .landing-form .photo-gradient {
        display: flex;
        justify-content: center;
        width: 100%;
        min-height: calc(100vh - 75px);
        background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
    }

    .landing-form .form-section {
        width: 50%;
        margin-top: 0px;
        padding: 0px 10px 10px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .landing-form h3.form-label {
        width: 100%;
        text-align: right;
        color: #FFF;
        font-weight: bold;
        margin-top: 5px;
        font-size: 2.5em;
        margin-bottom: 5px;
    }

    .landing-form .form {
        background: rgba(0, 174, 239, 0.7);
        border-radius: 12px;
        padding: 12px;
        margin-top: 0px;
    }

        .landing-form .form .form-group {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .landing-form .form input,
        .landing-form .form select:not(.picker__select--year):not(.picker__select--month) {
            outline: none;
            background: #FFF;
            border-radius: 10px;
            padding: 0 10px;
            font-size: 1em;
            margin: 10px 0 10px 0;
            font-weight: 300;
            width: 100%;
            margin: 5px 0px;
        }

        .landing-form .form .office-label {
            color: #FFF;
            font-size: 1em;
        }

        .landing-form .form .consent-container {
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .landing-form .form .consent-container label {
                color: #FFF;
                font-size: 11px;
                line-height: 12px !important;
            }

        .landing-form .form .consent-label {
            display: block;
            color: #FFF;
            margin-right: 15px;
        }

            .landing-form .form .consent-label a {
                color: #FFF;
                text-decoration: underline;
                font-size: 1em;
            }

        .landing-form .form .btn-container {
            justify-content: center;
        }

            .landing-form .form .btn-container .send-btn {
                border-radius: 5px;
                background: #ed1b2e;
                font-weight: bold;
                color: #FFF;
                transition: all 0.2s;
            }

                .landing-form .form .btn-container .send-btn:hover {
                    background: #f3626f;
                }

/* FORM SECTION */
/* OFFER SECTION */
section.offer {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #FFF;
}

    section.offer .offer-header {
        min-height: 75px;
        max-height: 75px;
        width: 100%;
        background-color: #00aeef;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        section.offer .offer-header h1.title {
            font-size: 2em;
            margin: 0 0px;
            color: #FFF;
            width: 65vw;
            align-self: center;
        }

    section.offer .offer-content {
        margin-top: 20px !important;
        margin-bottom: 100px !important;
    }

        section.offer .offer-content .offer-list li:before {
            content: '✓';
            position: relative;
            right: 4px;
        }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        padding-top: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* FOOTER */
footer.applying {
    position: relative;
    height: 75px;
    background: #ed1b2e;
}

    footer.applying .applying-triangle {
        z-index: -1;
        width: 75px;
        height: 75px;
        background: #ed1b2e;
        position: absolute;
        bottom: 38px;
        right: 175px;
        transform: rotate(45deg);
    }

    footer.applying .applying-text {
        margin: 0;
        color: #FFF;
        position: absolute;
        top: 38px;
        right: 164px;
        font-size: 2em;
        line-height: 0;
        cursor: pointer;
        transition: all 0.2s;
    }

        footer.applying .applying-text:hover {
            transform: scale(1.1);
        }

@media only screen and (max-width: 900px) {
    .landing-header h1.title {
        display: none;
    }

    select {
        font-size: 1em !important;
    }

    .landing-header {
        justify-content: flex-end !important;
    }

        .landing-header .logo-container {
            left: 20px;
            width: 120px;
            min-height: 100px;
        }

    .form-section {
        width: 100% !important;
    }

    h3.form-label {
        font-size: 2.5em;
        margin-top: 20px !important;
    }

    footer.applying .applying-triangle {
        right: 50px;
    }

    footer.applying .applying-text {
        right: 43px;
    }

    .arrow.bounce {
        display: none !important;
    }
}

@media only screen and (max-width: 1092px) {
    .col.l6 {
        width: 100%;
    }
}

@media only screen and (min-width: 1700px) {
    .logo-container {
        right: 35% !important;
    }
}



a {
    color: white;
    text-decoration: none;
}

.arrow {
    position: absolute;
    bottom: 0px;
    left: 20%;
    text-align: center;
    margin: 20px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.picker__weekday-display {
    background-color: #018fc3 !important;
}

.picker__date-display {
    background-color: #00aeef !important;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #00aeef !important;
}

.text-blue {
    color: #00aeef;
}

.text-black {
    color: #000;
}

.form.city-form {
    background: rgba(0, 174, 239, 0.85);
}

.cityregister .landing-header .logo-container {
    border-width: 4px;
    border-color: #00aeef;
    border-style: solid;
    border-top: none;
}

.cityregister .landing-form {
    background-position: top right;
}

.offer-intro-container {
    width: 50%;
    background: transparent;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offer-intro-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 530px;
}

@media(min-width: 1150px) {
    .offer-intro-block {
        height: 530px;
    }

    .industry.offer-intro-block {
        height: 580px;
    }
}

@media(min-width: 900px) {
    .offer-intro-block {
        height: 580px;
    }

    .industry.offer-intro-block {
        height: 630px;
    }
}

@media(max-width: 900px) {
    .cityregister .landing-form, .industryregister .landing-form {
        background-position: top left;
        background-image: url('/Content/ForkliftLanding/images/tloLP.png') !important;
    }

    .cityregister .form-container, .industryregister .form-container {
        flex-direction: column-reverse;
    }

    .offer-intro-container {
        width: 100%;
        padding: 10px;
    }

    .offer-intro-block {
        margin-top: 20px;
        height: auto;
    }
}

.offer-intro {
    background: rgba(255,255,255,0.88);
    min-height: 100px;
    border-radius: 12px;
}

    .offer-intro .offer-header {
        min-height: 50px;
        background: #00aeef;
        color: white;
        border-radius: 12px;
        padding: 15px;
    }

    .offer-intro .offer-content {
        padding: 15px;
    }

.iti-flag {
    background-image: url("/Content/Images/flags.png") !important;
}

.intl-tel-input.allow-dropdown {
    width: calc(100% - 59px);
}



.center-info-container {
    width: 100%;
    align-items: center;
    background: transparent;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.center-info-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: unset;
}


@media(max-width: 900px) {
    .cityregister .landing-form, .industryregister .landing-form {
        background-position: top left;
        background-image: url('/Content/ForkliftLanding/images/tloLP.png') !important;
    }

    .cityregister .form-container, .industryregister .form-container {
        flex-direction: column-reverse;
    }

    .center-info-container {
        width: 100%;
        padding: 10px;
    }

    .center-info-block {
        margin-top: 20px;
        height: auto;
    }
}

.center-info {
    background: rgba(255,255,255,0.88);
    min-height: 100px;
    border-radius: 12px;
}

    .center-info .info-header {
        min-height: 50px;
        background: #00aeef;
        color: white;
        border-radius: 12px;
        padding: 15px;
        font-size: 16px;
    }

    .center-info .info-content {
        padding: 15px;
        font-size: 16px;
    }