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

/* ICONS */
.icon-hotel {
	background: url('../images/marker/symb_hotel.png') center center no-repeat;
}
.icon-pension {
	background: url('../images/marker/symb_guest_house.png') center center no-repeat;
}
.icon-hostel {
	background: url('../images/marker/symb_hostel.png') center center no-repeat;
}
.icon-hut {
	background: url('../images/marker/symb_hut.png') center center no-repeat;
}
.icon-shelter {
	background: url('../images/marker/symb_shelter.png') center center no-repeat;
}
.icon-camp_site {
	background: url('../images/marker/symb_camp_site.png') center center no-repeat;
}
.icon-restaurant {
	background: url('../images/marker/symb_restaurant.png') center center no-repeat;
}
.icon-cafe {
	background: url('../images/marker/symb_cafe.png') center center no-repeat;
}
.icon-fast_food {
	background: url('../images/marker/symb_fast_food.png') center center no-repeat;
}
.icon-pub {
	background: url('../images/marker/symb_pub.png') center center no-repeat;
}
.icon-bakery {
	background: url('../images/marker/symb_bakery.png') center center no-repeat;
}
.icon-drinking_water {
	background: url('../images/marker/symb_drinking_water.png') center center no-repeat;
}
.icon-picnic {
	background: url('../images/marker/symb_picnic.png') center center no-repeat;
}
.icon-train_station {
	background: url('../images/marker/symb_train_station.png') center center no-repeat;
}
.icon-bus_station {
	background: url('../images/marker/symb_bus_station.png') center center no-repeat;
}
.icon-taxi {
	background: url('../images/marker/symb_taxi.png') center center no-repeat;
}
.icon-atm {
	background: url('../images/marker/symb_atm.png') center center no-repeat;
}
.icon-bank {
	background: url('../images/marker/symb_bank.png') center center no-repeat;
}
.icon-post_office {
	background: url('../images/marker/symb_post_office.png') center center no-repeat;
}
.icon-police {
	background: url('../images/marker/symb_police.png') center center no-repeat;
}
.icon-ranger_station {
	background: url('../images/marker/symb_ranger_station.png') center center no-repeat;
}
.icon-clinic {
	background: url('../images/marker/symb_clinic.png') center center no-repeat;
}
.icon-hospital {
	background: url('../images/marker/symb_hospital.png') center center no-repeat;
}
.icon-doctor {
	background: url('../images/marker/symb_doctor.png') center center no-repeat;
}
.icon-dentist {
	background: url('../images/marker/symb_dentist.png') center center no-repeat;
}
.icon-pharmacy {
	background: url('../images/marker/symb_pharmacy.png') center center no-repeat;
}
.icon-kiosk {
	background: url('../images/marker/symb_kiosk.png') center center no-repeat;
}
.icon-market {
	background: url('../images/marker/symb_market.png') center center no-repeat;
}
.icon-supermarket {
	background: url('../images/marker/symb_supermarket.png') center center no-repeat;
}
.icon-beverage {
	background: url('../images/marker/symb_beverage.png') center center no-repeat;
}
.icon-outdoor {
	background: url('../images/marker/symb_outdoor.png') center center no-repeat;
}
.icon-monastery {
	background: url('../images/marker/symb_monastery.png') center center no-repeat;
}
.icon-cathedral {
	background: url('../images/marker/symb_cathedral.png') center center no-repeat;
}
.icon-chapel {
	background: url('../images/marker/symb_chapel.png') center center no-repeat;
}
.icon-church {
	background: url('../images/marker/symb_church.png') center center no-repeat;
}
.icon-mosque {
	background: url('../images/marker/symb_mosque.png') center center no-repeat;
}
.icon-synagogue {
	background: url('../images/marker/symb_synagogue.png') center center no-repeat;
}
.icon-temple {
	background: url('../images/marker/symb_temple.png') center center no-repeat;
}
.icon-castle {
	background: url('../images/marker/symb_castle.png') center center no-repeat;
}
.icon-ruin {
	background: url('../images/marker/symb_ruin.png') center center no-repeat;
}
.icon-museum {
	background: url('../images/marker/symb_museum.png') center center no-repeat;
}
.icon-outcrop {
	background: url('../images/marker/symb_outcrop.png') center center no-repeat;
}
.icon-palaeontological-site {
	background: url('../images/marker/symb_palaeontological_site.png') center center no-repeat;
}
.icon-waterfall {
	background: url('../images/marker/symb_waterfall.png') center center no-repeat;
}
.icon-volcano {
	background: url('../images/marker/symb_volcano.png') center center no-repeat;
}
.icon-glacier {
	background: url('../images/marker/symb_glacier.png') center center no-repeat;
}
.icon-geyser {
	background: url('../images/marker/symb_geyser.png') center center no-repeat;
}
.leaflet-interactive {
	fill-opacity: 0.0 !important;
}
