.icon {
	display: inline-block;
	margin-top: 8px;
	height: 16px;
	width: 16px;
	background-color: #ccc;
}
.leaflet-panel-layers-title .icon {margin: 2px;}

/* ICONS */
.icon-lazur {
	background: url('images/icons/lazur.png') center center no-repeat;
}
.icon-teres {
	background: url('images/icons/teres.png') center center no-repeat;
}
.icon-apolon {
	background: url('images/icons/apolon.png') center center no-repeat;
}
.icon-artemis {
	background: url('images/icons/artemis.png') center center no-repeat;
}
.icon-quizz {
	background: url('images/icons/quizz.png') center center no-repeat;
}
.icon-adriatic {
	background: url('images/icons/adriatic.png') center center no-repeat;
}
.icon-cosmic {
	background: url('images/icons/cosmic.png') center center no-repeat;
}
.icon-paradizze {
	background: url('images/icons/paradizze.png') center center no-repeat;
}
.icon-desperado {
	background: url('images/icons/desperado.png') center center no-repeat;
}

/* MARKERS */
.leaflet-marker-icon {
	padding: 2px;
	text-align: center;
	background-size: contain !important;
}
.marker-lazur {
	background: url('images/markers/lazur.png') center center no-repeat;
}
.marker-teres {
	background: url('images/markers/teres.png') center center no-repeat;
}
.marker-apolon {
	background: url('images/markers/apolon.png') center center no-repeat;
}
.marker-artemis {
	background: url('images/markers/artemis.png') center center no-repeat;
}
.marker-quizz {
	background: url('images/markers/quizz.png') center center no-repeat;
}
.marker-adriatic {
	background: url('images/markers/adriatic.png') center center no-repeat;
}
.marker-cosmic {
	background: url('images/markers/cosmic.png') center center no-repeat;
}
.marker-paradizze {
	background: url('images/markers/paradizze.png') center center no-repeat;
}
.marker-desperado {
	background: url('images/markers/desperado.png') center center no-repeat;
}