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

/* ICONS */
.symb-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;
}
.symb-hut {
	background: url('../images/marker/symb_hut.png') center center no-repeat;
}
.symb-hut {
	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;
}
.leaflet-interactive {
	fill-opacity: 0.0 !important;
}
