.map {
  height: 400px;
  width: 100%;
  margin: 15px 0;
}

.g1 {
	width: 20px;
	height: 20px;
	border-radius: 50%;	
	position: absolute;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
}

.g1:after {
	content:'';
	width:4px; 
	height:4px; 
	margin:8px 0 0 8px; 
	background:#fff; 
	position:absolute; 
	border-radius:50%; 
}

.g1,.c1:before { background: rgba(169, 88, 107, 1); }

.leaflet-popup-content h3 { margin-top: 0 !important; }

.leaflet-popup-content p { 
	margin: 5px 0; 
	display: block; 
	line-height: 20px;
	min-width: 170px;
	clear: both;
}
.leaflet-popup-content p:before {
	width: 20px; 
	height: 20px; 
	line-height: 20px; 
	display: inline-block;
	margin-right: 5px;
	float: left;
	content: '';
	border-radius: 50%;
}