.banniereContact {
    content: " ";
    display: block;
    width: 100%;
    height: 250px;
    background-image: url(../img/background-user.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 2;
}

#contact .shadow {
    margin-top: -17px;
}

#contact h1 {
    text-align: center;
}

#contact {
    overflow: hidden;
    position: relative;
}

#contact #coords {
    margin-bottom: 20px;
}

#contact #coords .lgd {
    display: inline-block;
    width: 30px;
    font-weight: bold;
}

#map {
    width: 100%;
    height: 300px;
}

.breadcrumb {
    display: none;
}

.form label:last-of-type {
    vertical-align: top;
}

#contact label {
    display: block;
    text-align: left;
}

#contact form li {
    width: 50%;
    float: left;
    position: relative;
}

#contact form li:last-of-type {
    padding: 0 !important;
    width: 100%;
}

#lmessage {
    width: 100%;
    max-width: 100%;
    min-height: 80px;
    outline: none;
    padding: 7px 10px;
    font: 13.3333px Arial;
    border: 1px solid #C9C9C9;
}

#contact .input-wrap-effect input {
    width: 100%;
    border: 1px solid #C9C9C9;
    height: 30px;
    border-radius: 1px;
    background: white !important;
    padding: 0 10px;
    outline: none;
}

#contact .input-wrap-effect input.selected {
    border: 1px solid #076633;
}

#contact form > ul > li {
    border: none;
}

#contact input[type=submit] {
    margin: 20px auto;
    width: 40%;
}

#contact form li:nth-child(2n) {
    padding: 0 20px 0 0;
}

#contact form select {
    width: 100%;
    height: 30px;
    padding-left: 8px;
    outline: none;
    border: 1px solid #C3C3C3;
    cursor: pointer;
    font-family: 'Mst Light';
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
}

#content #redirect {
    padding-top: 250px;
    text-align: center;
}

#content #redirect p {
    text-align: center;
}

#content #redirect img {
    vertical-align: text-bottom;
}

#contact .input-wrap-effect input.error {
    border: 1px solid #FF0000;
}

.recaptcha > div > div {
    margin: 10px auto;
}

.recaptcha.error > div > div {
    border: 1px solid red;
}

@media screen and (max-width: 600px) {
    #contact form li {
        width: 100%;
    }

    #contact form li:nth-child(2n) {
        padding: 0;
    }

    #contact .scolwrap {
        margin: 0;
        width: 100%;
    }

    .scolpad {
        margin-bottom: 10px;
    }

}