/* Map styling*/
#ce_map_container{border:2px solid #CCC;background-color:#CCC ; font-size:12px;}
#ce_map_canvas{width:100%;height:300px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;font-size:120%;height:40px;margin-top:2px;
    background:#444 url("../images/map-icon.png") no-repeat 20px center}
#ce-map-cpanel-switch a.ce-route,
#ce-map-cpanel-switch a.ce-route:visited{color:#FFF;display:block;float:left;margin:10px 0 0 65px}
.ce-map-cpanel fieldset{border-color:#CCC;border-style:solid none none;border-width:1px 0 0;clear:both; margin:3px}
.ce-map-cpanel fieldset legend{font-size:150%}
.ce-map-cpanel div{ clear:left;display:block; width:100%}
.ce-map-cpanel label{ }
.ce-map-cpanel div.submit div,.ce-map-cpanel div.submit div button{display:inline}
/* Coordinates*/
#ce-map-coordinates{background-color:#F2EFE9;height:15px;margin-top:2px;padding:5px 0}
#ce-map-coordinates div{float:left;width:49%;text-align:center}
.ce-map-coord-label{font-weight:bolder}
.ce-map-coord-value{}
/* MAP: End*/

/*  */
.gripContact{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.gripContact .colC{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    width: 50%;
}
.gripContact .colC:last-child{
    border-right: none
}
.titleContact{
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}
.titleContact::before{
    width: 50px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #da2028;
}
.titleContact h2{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1f4286;
    font-weight: 500;
    font-family: 'Oswald';
}
.titleContact .addSm{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 5px;
}
.captionFrm{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}

.addressContact .itemAdrres{
    margin-bottom: 30px;
}

.addressContact .lstContact li{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 2px;
}
.fancybox-slide{
    padding: 0px;
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .gripContact .colC{
        width: 100%;

    }
}
