	/* Map */
#map {
  z-index: 0;
  height: 100%;
  min-height: 640px;
  width: 100%;
}
.map {
  z-index: 0;
  height: 100%;
  min-height: 600px;
  width: 100%;
}
/* Cluster */
body .hips-leaflet-cluster {
	color: #fff;
	font-weight: bold;
	background-color: transparent;
  padding: 0;
}
.hips-leaflet-cluster div {
	font-size: 14px;
	background-color: transparent;
  text-align: center;
  height: 41px;
  line-height: 40px;
	padding: 0;
}
.marker-cluster-small div {
	width: 40px;
}
body .marker-cluster-medium div {
	font-size: 13px;
	width: 40px;
}
body .marker-cluster-large div {
	font-size: 11px;
	width: 40px;
}

.marker-cluster-red div {
	background-image: url('images/cluster-red.png');
}
.marker-cluster-orange div {
	background-image: url('images/cluster-orange.png');
}
.marker-cluster-green div {
	background-image: url('images/cluster-green.png');
}
.marker-cluster-purple div {
	background-image: url('images/cluster-purple.png');
}


/* Info window */

.map-popup div {
  margin: 3px 0 3px 0;
  font-size: 1.1em
}
.map-popup a {
  font-weight: bold;
}
.map-popup .map-all {
  font-size: .9em;
}
.map-popup .map-all a {
  font-weight: normal;
}

#map ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
	text-align: right;
}

#map li:last-child a {
	border-bottom-width: 1px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#map li:first-child a {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}