#contact-header {
    height: 300px;
    background: url('../img/contact.png');
    background-size: cover;
}

#contact-header h1 {
    color: white;
    text-align: center;
    padding-top: 85px;

}

#contact {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}


.orex-map {
    background-color: #fff;
    width:600px;
    height: 400px;
}
.orex-adr {
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0,1,1,.2);
    height: 215px;
    width: 250px;
    position: absolute;
    left: 48%;
    top: 25%;
    text-align: center;
    padding-top: 2%;
    font-size: 11px;
    font-weight: bold;
}
.orex-adr h2 {
    color:#FD8739;
    
}
.form-contact {
    margin-top: 20px;
}
.form-contact h2 {
    text-align: center;
    color:#FD8739;
}
#success_message {
    display: none;
}