body {
  font-family:'Montserrat',Arial;
}

a {
  color: #10A0DD;
  text-decoration: none;
}
a:hover {
  color: #555;
  text-decoration: none;
}

@media screen and (max-width: 399px) {
#map_munddi {
  display: none;
}
}

@media screen and (min-width: 400px) {
#wrapper #map_munddi {
  position: absolute;
  bottom: 25px;
  right: 48px;
  z-index: 98;
  font-size: 10px;
}
}

@media screen and (max-height: 539px) {

#map_lists {
    position: absolute; 
    width: 148px; 
    height: 272px; 
    top: 170px; 
    left: 14px; 
    background-color: #FFF; 
    border: 1px solid #BBB; 
    padding: 5px;
    font-family: 'Montserrat', sans-serif; 
    text-align: center; 
    overflow: hidden; 
}
#map_lists #header {
  margin-top: 5px; 
  width: 100%;
}
#map_lists #virtual_stores {
  margin-top: 6px;
  bottom: 6px;
  overflow: auto;
  max-height: 192px; 
}
#map_lists #map_lists_close {
  border-top: solid 1px #eee;
  margin-top: 12px; 
  width: 100%; 
  height: 30px; 
  width: 100%;
  cursor: pointer;
}

}

@media screen and (min-height: 540px) and (max-height: 666px) {

#map_lists {
    position: absolute; 
    width: 148px; 
    min-height: 180px; 
    top: 170px; 
    left: 14px; 
    background-color: #FFF; 
    border: 1px solid #BBB; 
    padding: 5px;
    font-family: 'Montserrat', sans-serif; 
    text-align: center; 
    overflow: hidden; 
}
#map_lists #header {
  margin-top: 5px; 
  width: 100%;
}
#map_lists #virtual_stores {
  margin-top: 12px;
  bottom: 12px;
  overflow: auto;
  max-height: 192px; 
}
#map_lists #map_lists_close {
border-top: solid 1px #eee; margin-top: 12px; width: 100%; height: 30px; width: 100%; cursor: pointer;
}
}


@media screen and (min-height: 667px) {
#map_lists {
    position: absolute; 
    width: 148px; 
    min-height: 180px; 
    top: 170px; 
    left: 14px; 
    background-color: #FFF; 
    border: 1px solid #BBB; 
    padding: 5px;
    font-family: 'Montserrat', sans-serif; 
    text-align: center; 
    overflow: hidden; 
}
#map_lists #header {
  margin-top: 5px; 
  width: 100%;
}
#map_lists #virtual_stores {
  margin-top: 12px;
  bottom: 12px;
  overflow: auto;
  max-height: 192px; 
}
#map_lists #map_lists_close {
border-top: solid 1px #eee; margin-top: 12px; width: 100%; height: 30px; width: 100%; cursor: pointer;
}
}
