﻿.promo {
    position: relative;
    background: #34495e url('https://cdn-endpoint-ssf-images.azureedge.net/home/background.webp') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
    color: #000;
}
.aaa .promo {
    background: #34495e url('/Content/img/aaa.jpg') no-repeat center center;
}
.promo-form-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.promo_form {
    margin: 185px auto;
    padding: 15px 15px 40px;
    min-width: 300px;
    max-width: 800px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    background-color: #000;
}

    .promo_form h1 {
        font-size: 24px;
        color: #FFF;
        margin-top: 0;
    }

    .promo_form .h2 {
        font-size: 36px;
        color: #73A600;
        margin-bottom: 0;
    }

    .promo_form .h3 {
        font-size: 24px;
        color: #ED553B;
        position: relative;
        top: 10px;
        left: 35px;
        font-family: 'Architects Daughter', cursive;
        margin-top: 0;
    }

    .promo_form .title {
        color: #060358;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
        font-weight: bold;
        font-family: 'Open Sans',sans-serif;
        font-size: 45px;
        margin-bottom: 15px;
    }

    .promo_form .subtitle {
        color: #252525;
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
    }

    .promo_form .promo-form-cta {
        width: 85%;
        margin: 20px auto 0;
    }

    .promo_form .txt-location {
        height: 45px;
        font-size: 16px;
        border: solid 1px #DEDEDE;
        color: #252525;
    }

    .promo_form .btn-search {
        background: #0085D4;
        font-size: 1.2em;
        font-weight: bold;
        font-family: inherit;
        text-transform: none;
        border-radius: 0px !important;
        border: solid 1px #000;
        color: #FFF;
        padding: 10px 13px;
        height: 45px;
        display: inline;
    }

        .promo_form .btn-search:hover {
            background: #d35400;
            transition: all .3s ease-in-out;
        }

    .promo_form .sky-form {
        border: none;
    }

        .promo_form .sky-form input {
            border: none;
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }

    .promo_form .icon-append,
    .promo_form .icon-prepend {
        top: 1px;
        height: 32px;
        font-size: 14px;
        line-height: 33px;
        background: inherit;
    }

    .promo_form .icon-append {
        right: 1px;
        padding: 0 3px;
        min-width: 34px;
    }

@media (max-width: 1023px) {
    .promo_form {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .promo_form h1 {
        font-size: 20px;
    }

    .promo_form h2 {
        font-size: 36px;
    }

    .promo_form h3 {
        font-size: 18px;
    }

    .promo_form .title {
        font-size: 28px;
    }

    .promo_form .subtitle {
        font-size: 16px;
    }

    .promo_form .btn-search {
        margin-top: 10px
    }
}

@media (max-width: 414px) {
    .promo {
        min-height: 460px;
    }

    .promo_form {
        margin: 35px auto;
    }
        .promo_form h1 {
            font-size: 18px;
        }
        .promo_form h2 {
            font-size: 32px;
        }
        .promo_form h3 {
            font-size: 18px;
        }
}

@media (max-width: 360px) {
    .promo {
        min-height: 400px;
    }

    .promo_form {
        margin: 25px auto;
    }
        .promo_form h1 {
            font-size: 26px;
        }
}