﻿.center-1 {
    margin: 0;
    min-height: 100px;
}

.page {
    min-height: 200px;
    text-align: center;
}

#contact-us-page .hero-banner {
    background: url(/Content/Images/Home/contact-us-mobile-5iwntbu5toy.jpg) no-repeat #fff;
    background-position: center center;
    background-size: 100% auto;
}

.hero-banner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 170px;
    display: block;
    position: relative;
}

.bottom-right {
    padding: 11px;
    width: 56.25%;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: left;
}

.hero-banner h1, .hero-banner h2, .hero-banner h3 {
    color: #fff;
    font-size: inherit;
    font-weight: 400;
    margin:0;
}

.contact-page #form-block {
    background: #fff;
}

.fieldset, .section {
    position: relative;
    margin: 0 0 40px;
}

.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
}

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        font-size: 17px;
        color: #444;
    }

label, label + * {
    vertical-align: middle;
}

.inputs input[type="tel"], .inputs input[type="text"], .inputs input[type="email"], .inputs input[type="password"], .inputs select, .inputs textarea {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
}

.inputs input {
    font-size: 14px !important;
    padding:0 10px;
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    min-height: 150px;
}

.contact-page .button-1:hover, .email-a-friend-page .button-1:hover, .apply-vendor-page .button-1:hover {
    background-color: #808080;
}

.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #000;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.buttons {
    margin: 0 0 30px;
}

#contactus-2 {
    padding-bottom: 0;
    margin: 0 auto 50px auto;
    width: 80%;
}

.mobile-text-container {
    margin: 0 auto;
    width: 100%;
    background: #222
}

.mobile-text {
    margin: 14px auto;
    width: 95%;
    text-align: justify;
    color: #333;
}

.desktop-text {
    display: none
}


.required {
    margin: 0 -8px 0 3px;
    vertical-align: top;
    font-size: 20px;
    font-weight: 400;
    color: #e4434b;
}

@media (min-width: 360px) {
    .hero-banner {
        height: 200px;
    }

    .bottom-right {
        padding: 11px;
        bottom: 16px;
        width: 61.1%;
        font-size: 15px;
    }
}

@media (min-width: 480px) {
    .hero-banner {
        height: 184px;
    }

    .bottom-right {
        padding: 13px;
        bottom: 13px;
        width: 50%;
        font-size: 17px;
    }
}

@media (min-width: 640px) {
    .hero-banner {
        height: 200px;
    }

    .bottom-right {
        padding: 14px;
        bottom: 14px;
        width: 50%;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .hero-banner {
        height: 200px;
    }

    .bottom-right {
        padding: 26px;
        bottom: 26px;
        width: 61.1%;
        font-size: 34px;
    }

    h1 {
        font-size: 34px;
    }
}

@media (min-width: 1024px) {
    #contact-us-page .hero-banner {
        background: url(/Content/Images/Home/contact-us-desktop-5iwntbu5toy.jpg) no-repeat #fff;
        background-position: center center;
        background-size: 100% auto;
    }

    .page {
        text-align: left;
    }

    .hero-banner {
        height: 200px;
    }

    .bottom-right {
        width: 50%;
    }

    .resp-width {
        width: 960px;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 265px;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .inputs input[type="tel"], .inputs input[type="text"], .inputs input[type="email"], .inputs input[type="password"], .inputs select {
            min-height: 40px;
        }

    .center-1 .buttons {
        text-align: center;
    }

    .resp-padding {
        padding: 50px 0;
    }

    .mobile-text, .mobile-text-container {
        display: none;
    }

    .desktop-text {
        display: block;
        line-height: 24px
    }
}

@media (min-width: 1366px) {
    .hero-banner {
        height: 200px;
    }

    .resp-width {
        width: 1280px;
    }

    .inputs label {
        width: 375px;
    }
}

@media (min-width: 1920px) {
    .hero-banner {
        height: 200px;
    }

    .resp-width {
        width: 1800px;
    }
}