#map{
	width:100%;
	height:100%;
	position: relative;
}
#map .map-control { display: block; }

.cluster{
  color: #FFFFFF;
  text-align:center;
  font-family: 'Arial, Helvetica';
  font-size:11px;
  font-weight:bold;
  cursor: pointer;
}
.cluster-1{
  background-image:url('../images/m1.png');
  line-height:53px;
  width: 53px;
  height: 52px;
}

#menu{margin-left:30px;}
.map-control {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
	font-family: 'Roboto','sans-serif';
	margin: 10px;
	display: none;
}
.map-icon-label .map-icon {
	z-index: 99;
	position: absolute;
	display: block;
	margin-top: -45px;
	margin-left: -24px;
	width: 20px;
	height: 20px;
	font-size: 18px !important;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
}
