.lp-branches {     display: table;
    width: 100%;
}

.lc-branch {     width: 33.3%;
    float: left;
    overflow: hidden;
    -outline: 1px dotted orange;
    -webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.lc-branch.-cb {     width: 33.4%;
}
.lcs-branch {     display: none;
    height: 1px;
    -background-color: blue;
    overflow: hidden;
    clear: both;
    width: 100%;
}
.lcs-branch.-of {} .lcs-branch.-ol {} .lcs-branch.-od {} .lcs-branch.-o2 {} .lcs-branch.-o3 {     display: block;
}
.lcs-branch.-o3n {} 
.branch-tx {}


.branches {
    position: relative;
}

.branch .tx {
    text-align: center;
}


.branch {
    display: block;
    padding: 17px;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}
.lc-branch.-of .branch, .lc-branch.-o3n .branch { padding-left: 0; }
.lc-branch.-o3 .branch { padding-right: 0; }



.branch-map {
    overflow: hidden;
    position: relative;
    -outline: 1px dashed green;
    margin-top: 10px;
    -webkit-transition: margin .3s ease;
-moz-transition: margin .3s ease;
-ms-transition: margin .3s ease;
-o-transition: margin .3s ease;
transition: margin .3s ease;
}

.branch-map-cover {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;

    top: -33px;
    bottom: -33px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.branch-map-cover IMG {
    display: none;
}

.branch-map-cover-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 33px;
    bottom: 33px;

    background: transparent url('/web/css/open-iconic/svg/map.svg.php?size=42&fill=%23265d89') no-repeat center center;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: background .3s ease, opacity .3s ease;
-moz-transition: background .3s ease, opacity .3s ease;
-ms-transition: background .3s ease, opacity .3s ease;
-o-transition: background .3s ease, opacity .3s ease;
transition: background .3s ease, opacity .3s ease;
}
.branch-map-cover-icon:hover {
    opacity: .9;
    background-color: rgba(255,255,255,0.4);
}

.branch-map-w {
    height: 240px;
}



.branch-district {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}

.branch-schedule {
    display: none;
    color: #4a81da;
}




@media (max-width: 1050px) {
    .branch-map {
        border: 1px solid #a4a4b8;
    }
}

@media (max-width: 960px) {
        .lcs-branch.-o3 {
        display: none;
    }
    .lcs-branch.-o2 {
        display: block;
    }
    .lc-branch {
        width: 50%;
    }

    .lc-branch.-of .branch, .lc-branch.-o3n .branch { padding-left: 17px;; }
    .lc-branch.-o3 .branch { padding-right: 17px; }
    .lc-branch.-od .branch { padding-left: 0; }
    .lc-branch.-o2 .branch { padding-right: 0; }
}



@media (max-width: 667px) {
        .lcs-branch.-o2 {
        display: none;
    }
    .lcs-branch {
        display: block;
    }
    .lc-branch {
        width: 100%;
    }

    .branch { padding-left: 0; padding-right: 0; }
}

@media (max-width: 810px) {}

@media
    (min-width: 667px) AND (max-width: 810px),
    (min-width: 960px) AND (max-width: 1075px)
{
        /*dec(1) - fs <~ 10%; p/m <~ 20%*/
    .branch {
        /*17*/ padding: 14px;
    }
        .lc-branch.-of .branch, .lc-branch.-o3n .branch { padding-left: 14px;; }
    .lc-branch.-o3 .branch { padding-right: 14px; }

    .branch-map {
        /*10*/ margin-top: 8px;
    }
    .branch-district {
        /*18*/ font-size: 16px;
        /*10*/ padding-bottom: 8px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 414px) {
        /*dec(2) - fs <~ 20%; p/m <~ 40%*/
    .branch {
        /*17*/ padding: 10px;
    }
    .branch-map {
        /*10*/ margin-top: 6px;
    }
    .branch-district {
        /*18*/ font-size: 14px;
        /*10*/ padding-bottom: 6px;
    }
}