.btn.normal{
    background: #86a7ea;
}
.contact-map iframe {
    border: 8px solid #f0efe9;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 35px;
}

.contact-editor {
    text-align: center;
    margin: 5px 0;
}

.contact-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}

.contact-editor .col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 0;
    border-color: #ddd;
    border-style: solid;
}

.contact-editor .col1 {
    border-width: 0 1px 0 0;
}

.contact-editor .col4 {
    border-width: 0 0 0 1px;
}

.contact-info-txt {
    max-width: 200px;
    margin: 0 auto;
}

.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-info-txt a:hover {
    color: #B20000;
    text-decoration: underline;
}

.contact-info-txt i {
    font-size: 22px;
    background: #86a7ea;
    color: #fff;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: 15px auto 15px;
    display: block;
    text-align: center;
}

.contact-info-txt .ic-mail {
    font-size: 16px;
    line-height: 23px;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 600px) {
    .contact-editor .row,
    .contact-editor .col {
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col {
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1 {
        border-width: 0 0 1px;
    }
    .contact-editor .col4 {
        border-width: 1px 0 0;
    }
    .contact-editor .col {
        border-color: #f7f7f7;
    }
    .contact-editor .col2,
    .contact-editor .col3,
    .contact-editor .col4 {
        padding: 15px 0 20px;
    }
    .contact-info-txt i {
        left: 0;
        margin: 0px 12px 0 0;
        display: inline-block;
        float: left;
        vertical-align: middle;
        font-size: 16px;
        width: 15px;
        height: 15px;
        line-height: 17px;
    }
    .col1 .contact-info-txt i,
    .col2 .contact-info-txt i,
    .col3 .contact-info-txt i,
    .col4 .contact-info-txt i {
        margin: 0px 12px 0 0;
        position: relative;
        top: 0px;
    }
    .col1 .contact-info-txt i{
        top: -2px;
    }
    .contact-info-txt {
        max-width: 100%;
        margin: 0;
        text-align: left;
        line-height: 1.7;
    }
    .contact-map iframe {
        margin: 0px;
    }
}
