.leaflet-bar-bottom {
    max-height:250px;
	height:250px;
    width:100%;
    bottom:-197px;
	opacity:0.9;
    transition:bottom 0.5s;
    font-family:'Roboto',sans-serif;
    font-size:12px;
    -webkit-overflow-scrolling:touch;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:rgba(255,255,255,1);
    box-shadow:0 1px 7px rgba(0, 0, 0, 0.65);
    margin:0px;
    padding:0px;
    position:absolute;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    z-index:2100;
}

.leaflet-bar-bottom-hd {
    max-height:250px;
    height:250px;
    width:100%;
    bottom:-187px;
    opacity:0.9;
    transition:bottom 0.5s;
    font-family:'Roboto',sans-serif;
    font-size:12px;
    -webkit-overflow-scrolling:touch;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:rgba(255,255,255,1);
    box-shadow:0 1px 7px rgba(0, 0, 0, 0.65);
    margin:0px;
    padding:0px;
    position:absolute;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    z-index:2100;
}

/*.leaflet-bar-bottom .leaflet-bar-bottom-hd::-webkit-scrollbar{
  width:6px;
  background-color:#F5F5F5;
}
.leaflet-bar-bottom .leaflet-bar-bottom-hd::-webkit-scrollbar-track{
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#F5F5F5;
  border-radius:1px;
}
.leaflet-bar-bottom .leaflet-bar-bottom-hd::-webkit-scrollbar-thumb{
  background-color:#8d8d8d;
  border-radius:1px;
}*/

.leaflet-bar-bottom.leaflet-bar.visible{
    bottom:0;
    border:0;
}
.leaflet-bar-bottom.leaflet-bar.visible ~ .leaflet-bottom{
    bottom:58px;
    transition:bottom 0.5s;
}
.leaflet-bar-bottom.leaflet-bar ~ .leaflet-bottom{
    transition:bottom 0.5s;
}

.leaflet-bar-bottom-hd.leaflet-bar.visible{
    bottom:0;
}
.leaflet-bar-bottom-hd.leaflet-bar.visible ~ .leaflet-bottom-hd{
    bottom:58px;
    transition:bottom 0.5s;
}
.leaflet-bar-bottom-hd.leaflet-bar ~ .leaflet-bottom-hd{
    transition:bottom 0.5s;
}

/*@media screen and (max-width: 767px) {
      .leaflet-bar-bottom {overflow-x:auto;}
      }  */