.icon {
	display: inline-block;
	margin: 2px;
	height: 16px;
	width: 16px;
	background-color: #ccc;
}

/* ICONS */
.icon-hotspot {
	background: url('icons/hotspot.png') center center no-repeat;
}
.icon-bar {
	background: url('icons/bar2.png') center center no-repeat;
}
.icon-sawah {
	background: url('icons/field.png') center center no-repeat;
}
.icon-kantor {
	background: url('icons/balai.png') center center no-repeat;
}
.icon-umkm {
	background: url('icons/umkm.png') center center no-repeat;
}
.icon-ibadah {
	background: url('icons/mesjid.png') center center no-repeat;
}
.icon-olahraga {
	background: url('icons/ball.png') center center no-repeat;
}
.icon-kesehatan {
	background: url('icons/kesehatan.png') center center no-repeat;
}
.icon-sekolah {
	background: url('icons/school.png') center center no-repeat;
}
.icon-kamera {
	background: url('icons/kamera.png') center center no-repeat;
}


/* MARKERS */
.leaflet-marker-icon {
	padding: 1px;
	text-align: center;
}

.marker-hotspot {
	background: url('markers/loc.png') center center no-repeat;
	padding-top: 4px;
}
.marker-kantor {
	background: url('markers/loc.png') center center no-repeat;
	padding-top: 7px;
}
.marker-umkm {
	background: url('markers/loc.png') center center no-repeat;
	padding-top: 7px;
}
.marker-ibadah {
	background: url('markers/loc.png') center center no-repeat;
	padding-top: 5px;
}
.marker-olahraga {
	background: url('markers/loc.png') center center no-repeat;
	padding-top: 5px;
}
.marker-kesehatan {
	background: url('markers/loc.png') center center no-repeat;
	padding-top: 5px;
}
.marker-sekolah {
	background: url('markers/loc.png') center center no-repeat;
	padding-top: 5px;
}
.marker-kamera {
	background: url('markers/loc.png') center center no-repeat;
	padding-top: 10px;
}