/**********************************       contact            ****************************/
#map {
    position: absolute;
    display: block;
    width: 100%;
    height: 585px;
}

#contact {
    position: relative;
    /*top: 50px;*/
    /* width: 35%; */
    background-color: #fff;
    display: block;
    /*margin: 50px auto;*/
    border-radius: 8px 8px 0 0;
    /*background-color: #9DA3ED;*/
}

    #contact span {
        top: 6px;
    }

.contactForm-control {
    background-color: rgba(255, 255, 255, .7);
    border-width: 1px;
    box-shadow: none;
    /*border-radius: 0;*/
}

textarea {
    background-color: rgba(255, 255, 255, .75);
    resize: none;
}

.send {
    margin-top: 10px;
    background-color: #2d3691;
    color: #fff;
}

    .send:hover {
        background-color: #c52127;
        color: #fff;
    }

.fa-phone, .fa-envelope, .fa-fax, .fa-map-marker:before {
    color: #2d3691;
}

.form-control {
    color: #c52127;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #map {
        position: relative;
        display: block;
        width: 100%;
        height: 300px;
    }

    #contact {
        position: relative;
        top: 0px;
        width: 100%;
        background-color: #fff;
        display: block;
        margin: 0;
        border-radius: 0;
    }

        #contact form {
            padding-bottom: 10px;
        }

    #name, #email, #message, .contact-form-control {
        background-color: rgba(255, 255, 255, 1);
        border-width: 0 0 1px;
        box-shadow: none;
        border-radius: 0px;
    }
}
