
/* override popup */
.leaflet-popup-content-wrapper {
  padding:0;
  border-radius:initial;
}
.leaflet-popup-content {
	margin:0;
}
.leaflet-popup-content p {
	margin:0;
}


.leaflet-top.leaflet-right {
  padding-top:65px;
}
.leaflet-top.leaflet-right .leaflet-control-zoom {
  margin-right:16px;
}

.leaflet-control-container a.locgps {
  margin-right:16px;
  width:26px; height:26px;
  font-size:0; text-indent:-9999px;
  background: url(../images/locations_user.png);
  background-size:26px 26px;
  background-color:white;
  border-radius:8px;
  cursor:pointer;
}

@media screen and ( max-width:599px ) and ( max-height:720px ) {
.leaflet-popup { display:none; }
}

@media screen and ( max-heignt:450px ) {
  body.touch-device .leaflet-control-zoom { display:none; }
}

