.wrap {
    max-width: 1200px;
    margin: 0px auto;
}

.btn-ghost {
     background: #322612;
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 10px 40px;
}

    .btn-ghost:hover {
        background: #644d26;
        color: #fff;
        border: 2px solid #322612;
    }

.btn-brown {
    background: #322612;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
}

    .btn-brown:hover {
        background: #02082a;
    }

.btn-ghost-brown {
    background: transparent;
    color: #7a6746;
    font-weight: 600;
    border: 2px solid #7a6746;
    padding: 10px 40px;
}

    .btn-ghost-brown:hover {
        background: #7a6746;
        color: #fff;
        border: 2px solid #7a6746;
    }

img {
    max-width: 100%;
}


#header-menu {
    width: 100%;
    background: #fff;
    padding: 0 30px;
}

    #header-menu #logo {
        padding: 6px 0;
    }

    #header-menu ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

.div-help {
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 15px;
}


#header-menu ul li {
    display: inline-block;
    padding: 0px 25px;
    height: 100px;
}

    #header-menu ul li a {
        padding: 35px 0px;
        display: block;
        color: #02082a;
        font-weight: 600;
        border-bottom: 3px solid #fff;
    }

        #header-menu ul li a:hover, #header-menu ul li a.active, #header-menu ul li a:focus {
            color: #7a6746;
            border-bottom: 3px solid #7a6746;
            text-decoration: none;
        }

#homepage-banner p.home-disclaimer .parking-ticket-msg {
    font-size: 15px;
}

    #homepage-banner p.home-disclaimer .parking-ticket-msg a {
        color: #FFF;
    }

.parking-button {
    width: 100%;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #02082a;
    margin-top: 26px;
    display: block;
}

.parking-button {
    border-bottom: 0px;
    background: #7a6746;
}

#header-menu ul li:last-child a img {
    margin-right: 10px;
}

#header-menu #mobile-menu {
    float: right;
    font-size: 45px;
    margin-top: 30px;
    cursor: pointer;
}

#mobile-navigation {
    position: fixed;
    left: -75%;
    top: 0;
    height: 100%;
    width: 75%;
    background: #0f0f0f;
    z-index: 999;
    transition: 0.3s ease 0s;
}

    #mobile-navigation ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        #mobile-navigation ul li a {
            padding: 15px 40px;
            width: 100%;
            display: block;
            color: #fff;
            font-size: 18px;
            border-bottom: 1px solid #292929;
        }

            #mobile-navigation ul li a img {
                margin-right: 10px;
            }

        #mobile-navigation ul li:last-child a {
            border-bottom: 0px;
        }

    #mobile-navigation.toggle {
        left: 0%;
    }

#homepage-advisory {
    background: #7a6746;
    padding: 10px;
    position: absolute;
    width: 100%;
    margin-top: -80px;
}

    #homepage-advisory img {
        position: absolute;
        top: -50px;
        left: 20%;
    }

    #homepage-advisory h3 {
        margin: 0px;
        color: #fff;
        font-weight: 700;
    }

    #homepage-advisory p {
        color: #fff;
    }


        #homepage-advisory p a {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
        }

#homepage-banner {
    background: url(../img/home-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 68px;
    padding-bottom: 50px;
}

    #homepage-banner h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 400;
        margin-top: 0px;
    }

    #homepage-banner p {
        color: #fff;
        font-size: 30px;
        font-weight: 100;
    }

    #homepage-banner .contact-box {
        background: rgba(38,38,38,0.8);
        border: 1px solid #6b6b6b;
        padding: 20px;
        margin: 0 50px;
    }

        #homepage-banner .contact-box h4 {
            color: #fff;
            font-weight: 600;
        }

        #homepage-banner .contact-box p {
            font-size: 15px;
        }

        #homepage-banner .contact-box .button-container {
            text-align: center;
        }

        #homepage-banner .contact-box p a {
            color: #fff;
            font-weight: 600;
            display: block;
            margin-top: 20px;
            text-decoration: underline;
        }

    #homepage-banner p.home-disclaimer {
        font-size: 14px;
        padding: 10px;
        background: rgba(38,38,38,0.8);
        border: 1px solid #6b6b6b;
    }

#services {
    text-align: center;
    background: #ece9e4;
    padding: 50px 30px;
    color: #484848;
}

    #services h1 {
        color: #7a6746;
    }

    #services p {
        margin-bottom: 30px;
    }

    #services h4 {
        font-weight: 600;
    }

#services-1 {
    text-align: right;
}

#services-2 {
    text-align: left;
}

    #services-1 img, #services-2 img {
        margin-top: 30px;
    }

#footer {
    background: #7a6746;
    color: #fff;
    padding: 40px 30px;
}

    #footer h4 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    #footer p {
        margin-bottom: 40px;
    }

    #footer ul.address-icons, #footer ul.social-icons {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        #footer ul.address-icons li {
            margin-bottom: 10px;
            padding-left: 40px;
        }

            #footer ul.address-icons li i {
                float: left;
                margin-left: -40px;
            }

    #footer ul.quicklinks {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        #footer ul.quicklinks li {
            margin-bottom: 30px;
        }

            #footer ul.quicklinks li a {
                color: #fff;
                text-decoration: none;
            }

                #footer ul.quicklinks li a:hover, #footer ul.quicklinks li a:focus {
                    color: #322612;
                }

    #footer .links-container {
        padding-left: 50px;
    }

    #footer .col-md-4 + .col-md-4 + .col-md-4 p {
        margin-bottom: 20px;
    }

    #footer ul.social-icons {
        margin-top: 30px;
    }

        #footer ul.social-icons li {
            display: inline-block;
            margin-right: 20px;
        }

            #footer ul.social-icons li a {
                color: #fff;
            }

                #footer ul.social-icons li a:hover {
                    color: #322612;
                }

#copyright {
    padding: 20px;
    color: #fff;
    background: #0f0f0f;
    font-size: 13px;
    color: #5a5a5a;
}

    #copyright a {
        color: #fff;
    }

        #copyright a:hover {
            color: #c7b699;
            text-decoration: none;
        }



/* PAGES */
#about {
    background: url(/img/about-bg-parking.jpg) no-repeat;
    padding: 30px 60px;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

    #about .content {
        padding: 40px 80px;
    }

        #about .content h1 {
            color: #9c8152;
            font-weight: 400;
            margin-bottom: 30px;
        }

        #about .content p {
            color: #fff;
            font-weight: 300;
        }

#about-services {
    text-align: center;
    padding: 60px 40px;
    background: #ece9e4;
}

    #about-services h1 {
        color: #7a6746;
        font-weight: 400;
        margin-bottom: 40px;
    }

    #about-services h4 {
        font-weight: 500;
        color: #484848;
    }

    #about-services .row {
        margin-bottom: 50px;
    }

#about-industries {
    padding: 60px 40px;
}

    #about-industries h1 {
        color: #7a6746;
        font-weight: 400;
        margin-bottom: 40px;
        text-align: center;
    }

    #about-industries .row {
        margin-bottom: 50px;
    }

    #about-industries .industry-container {
        max-width: 585px;
    }

        #about-industries .industry-container img {
            max-width: 100%;
            margin-bottom: -48px;
        }

        #about-industries .industry-container h3 {
            background: rgba(239,239,239,0.8);
            color: #262626;
            font-weight: 600;
            margin: 0px;
            padding: 10px;
            display: inline-block;
            width: 100%;
        }

#services-inner-1 {
    background: url(../img/services-bg.jpg) no-repeat;
    padding: 30px 60px;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

    #services-inner-1 .content {
        padding: 40px 80px;
    }

        #services-inner-1 .content h1 {
            color: #7a6746;
            font-weight: 400;
            margin-bottom: 30px;
            margin-top: 50px;
        }

        #services-inner-1 .content p {
            color: #7e7e7e;
            font-weight: 600;
        }

#services-inner {
    padding: 60px 40px;
    background: #ece9e4;
    text-align: left;
    color: #484848;
}

    #services-inner h4 {
        font-weight: 600;
    }

    #services-inner .col-sm-3 {
        text-align: right;
    }

#careers {
    background: url(/img/careers-bg2.jpg) no-repeat;
    padding: 30px 60px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

    #careers .content {
        padding: 40px 80px;
    }

        #careers .content h1 {
            color: #7a6746;
            font-weight: 400;
            margin-bottom: 30px;
        }

        #careers .content p {
            color: #7e7e7e;
            font-weight: 300;
        }

    #careers .button-container {
        margin-top: 20px;
        text-align: right;
    }

#contact {
    min-height: 500px;
    background: url(/img/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#contact-details {
    padding: 60px 40px;
    background: #ece9e4;
    text-align: left;
    color: #7e7e7e;
}

    #contact-details h1 {
        color: #7a6746;
        font-weight: 400;
        margin-bottom: 40px;
        text-align: center;
    }

    #contact-details .address {
        padding-left: 200px;
    }

        #contact-details .address h4 {
            font-weight: 600;
        }

        #contact-details .address p {
            margin-bottom: 20px;
        }

        #contact-details .address ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }

            #contact-details .address ul li {
                display: inline-block;
                margin-right: 20px;
            }

                #contact-details .address ul li a {
                    text-decoration: none;
                    color: #bcbcbc;
                    font-size: 18px;
                }

                    #contact-details .address ul li a:hover {
                        text-decoration: none;
                        color: #322612;
                    }

    #contact-details select {
        color: #999999;
    }

    #contact-details .button-container {
        text-align: right;
    }

    #contact-details .contact-box {
        padding-right: 100px;
    }

.disclaimer .modal-content {
    padding: 20px;
    color: #7f7f7f;
    border-radius: 5px;
}

    .disclaimer .modal-content strong {
        color: #796645;
    }

#parkingrequest form {
    max-width: 800px;
}

#parkingrequest {
    padding: 60px;
    40px;
}

    #parkingrequest h1 {
        color: #7a6746;
    }

    #parkingrequest .button-container {
        margin-top: 20px;
    }

    #parkingrequest a {
        color: #000;
        font-weight: 600;
        display: block;
        margin-top: 20px;
        text-decoration: underline;
    }

#disclaimer {
    padding: 60px 40px;
}

    #disclaimer h1 {
        color: #7a6746;
    }

.banner-with-alert {
    margin-top: 163px;
}

#homepage-banner {
    margin-top: 90px;
}

@media only screen and (max-width: 1024px) {
    #homepage-banner .contact-box {
        margin: 0px;
    }

    #homepage-banner h1 {
        font-size: 28px;
    }

    #homepage-banner p {
        font-size: 20px;
    }

    #header-menu ul li {
        padding: 0 10px;
    }

    .div-help {
        font-size: 20px;
    }

    .parking-button {
        font-size: 12px;
        padding: 10px 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    #homepage-banner .contact-box {
        margin: 0px;
        padding: 08px;
    }

    #homepage-banner h1 {
        font-size: 28px;
        margin-top: 0px;
    }

    #homepage-banner p {
        font-size: 18px;
    }

    #services-2 {
        text-align: right;
    }

    #contact-details .address {
        padding-left: 100px;
    }

    #careers .content {
        padding: 0px;
    }
}

@media only screen and (max-width: 414px) {
    #homepage-banner h1 {
        font-size: 37px;
    }

    #homepage-banner p {
        font-size: 22px;
    }

    #homepage-advisory h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact-box input {
        margin-bottom: 15px;
    }

    .contact-box .form-group {
        margin-bottom: 0px;
    }

    #homepage-banner h1 {
        margin-top: 15px;
    }

    #about .content {
        padding: 40px 0px;
    }

    #about {
        background-position: 31% 100%;
    }

    #about-services h4 {
        margin-bottom: 30px;
    }

    #about-services .row, #about-industries .row {
        margin-bottom: 0px;
    }

    #about-industries .industry-container h3 {
        font-size: 15px;
    }

    #about-industries .industry-container {
        margin-bottom: 40px;
    }

        #about-industries .industry-container img {
            margin-bottom: -36px;
        }

    #services-inner-1 {
        min-height: 400px;
        background-position: 36% 100%;
    }

        #services-inner-1 .content {
            padding: 0px 40px 0 0;
        }

    #services-inner {
        padding: 60px 10px;
    }

    #contact-details {
        text-align: center;
    }

        #contact-details .address {
            padding: 0px;
            margin-bottom: 40px;
        }

    #contact {
        background-position: 60% 100%;
    }

    #contact-details .contact-box {
        padding: 0px;
    }

    #contact-details select {
        margin-bottom: 15px;
    }

    #contact-details textarea {
        margin-bottom: 15px;
    }

    #careers {
        background-position: 53% 100%;
    }

    #homepage-advisory {
        top: 102px;
    }

    #homepage-banner {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 375px) {
    #homepage-banner h1 {
        font-size: 32px;
    }

    #homepage-advisory {
        top: 95px;
    }

    #homepage-banner {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 320px) {
    #services-inner-1 .content {
        padding: 0px;
    }

    #careers {
        background-position: 36% 100%;
    }

    #homepage-banner {
        padding-top: 10px;
    }

    #homepage-advisory {
        top: 80px;
    }

        #homepage-advisory h3 {
            font-size: 16px;
        }

        #homepage-advisory p {
            font-size: 12px;
        }

    #homepage-banner h1 {
        font-size: 24px;
        margin-top: 4px;
    }

    #homepage-banner .contact-box p {
        font-size: 12px;
    }

    #homepage-banner .contact-box h4 {
        font-size: 16px;
    }
}
