.contact-map iframe {
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 15px;
}

.contact-title {
    font-size: 25px;
    color: #4e5454;
    font-family: 'Titillium Web', serif;
    font-weight: bold;
    padding: 0 0 15px 5px;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 0 30px;
}
.editor{
    margin-bottom: 65px;
}
.contact-title i {
    color: #555555;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 7px 0;
}

.reminder {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 -2px 10px;
    font-size: 14px;
    color: #444;
    font-weight: normal;
}
/*
.contact-map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-map:hover iframe {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: grayscale(0);
}
*/
.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 1px;
    border-color: #D1D1CF #D1D1CF #eee #eee ;
    border-style: solid;
}
.contact-editor .col1 {
    border-width: 0 1px 0 0;
}
.contact-editor .col3 {
    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: #2d57a7;
    color: #fff;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.contact-info-txt .ic-mail{
    font-size: 16px;
    line-height: 23px;
}

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

    .reminder {
        margin: 0 0 -2px 0px;
        text-align: left;
    }
}
@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 .col3 {
        border-width: 1px 0 0;
    }
    .contact-editor .col {
        border-color: #D1D1CF #D1D1CF #eee #eee ;
    }
    .contact-map iframe {
    border: 5px solid#fff;
    height: 200px;
    margin: 0px;
}
}