/* Put your custom styles here */
#header-3 .hero {
    background: url('../images/landing_2.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    padding: 300px 0 10
    px 0;
    height: auto;
}

/* CONTACT 1
/*---------------------------------------------------- */
.contact-1 .form-container {
    margin-top: 60px;
}

.contact-1 .contact-info {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-info span {
    margin-right: 7px;
    color: #1abc9c;
    padding-right: 5px;
}

.contact-1 .contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e;
}

.contact-1 .contact-info li a {
    color: #2e2e2e;
}

.contact-1 .contact-info li a:hover {
    color: #1abc9c;
}

#map {
    width: 100%;
    height: 350px;
}

#contact span.required {
    font-size: 13px;
    color: #ff0000;
}

#message {
    margin-bottom: 20px;
    padding: 0;
}

.error_message {
    display: block;
    background: #FBE3E4;
    padding: 10px 0;
    color: #8a1f11;
    border: 2px solid #FBC2C4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}