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

/* ICONS */
.icon-cities {
	background: url('images/icons/cities.png') center center no-repeat;
}
.icon-diving {
	background: url('images/icons/diving.png') center center no-repeat;
}
.icon-airfield {
	background: url('images/icons/airfield.png') center center no-repeat;
}
.icon-zipline {
	background: url('images/icons/zipline.png') center center no-repeat;
}

/* MARKERS */
.leaflet-marker-icon {
	padding: 2px;
	text-align: center;
}
.marker-cities {
	background: url('images/markers/cities.png') center center no-repeat;
}
.marker-diving {
	background: url('images/markers/diving.png') center center no-repeat;
}
.marker-airfield {
	background: url('images/markers/airfield.png') center center no-repeat;
}
.marker-zipline{
	background: url('images/markers/zipline.png') center center no-repeat;
}
