
.contact-popup {
    display: none;
}

.contact-popup-overlay {
    position: fixed;
    background: rgba(0,0,0, .5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.contact-popup .contact-popup-modal {
    position: absolute;
    max-width: 400px;
    min-width: 400px;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.10), 0 2px 10px 0 rgba(0,0,0,.12);
}

.contact-popup .contact-popup-title {
    padding: 15px;
    background: #35699c;
    color: #fff;
    font-size: 18px;
}

.contact-popup .contact-popup-content {
    padding: 15px;
}

.contact-popup .contact-popup-content .btn {
    /*background: #35699c;*/
    /*color: #fff;*/
    /*border-color: #35699c;*/
    width: 100%;
    text-align: left;
    border-radius: 1px;
    font-size: 16px;
}