/* MISTER FAST LiveMapChat WEB V3.5.1.1 — Radius Slider Center Alignment
   Shift the existing bottom radius rail toward the visual center of the map. */
@media (min-width:1181px){
  .mf514-map-wrap .mf532-radius-panel{
    left:57%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
  }
}
@media (min-width:901px) and (max-width:1180px){
  .mf514-map-wrap .mf532-radius-panel{
    left:54%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
  }
}
@media (max-width:900px){
  .mf514-map-wrap .mf532-radius-panel{
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
  }
}
