.osm-pois-map {
	margin: 0 auto;
}
.osm-pois-map.osm-pois-default {
	margin: 0 auto;
	height: 350px;
}
.osm-pois-map.osm-pois-expanded {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 9999 !important;
}

.osm-pois-list {
	margin: 0 auto !important;
	padding: 15px 30px;
	background-color: #eee;
}
.osm-pois-list .poi {
	position: relative;
	list-style: none;
	display: none;
	line-height: 1.2;
}
.osm-pois-list .poi.poi-active {
	display: block;
}
.osm-pois-list .poi:not(:first-child):before {
	content: url('../img/arrow-left.png');
	position: absolute;
	display: block;
	top: calc(50% - 18px);
	left: -30px;
	line-height: 1.0;
	font-size: 36px;
	color: #999;
}
.osm-pois-list .poi:not(:last-child):after {
	content: url('../img/arrow-right.png');
	position: absolute;
	display: block;
	top: calc(50% - 18px);
	right: -30px;
	line-height: 1.0;
	font-size: 36px;
	color: #999;
}
.osm-pois-list .poi-title {
	font-weight: bold;
	color: #96c11f;
}
.osm-pois-expand {
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 10;
}
.osm-pois-shrink {
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 10;
}

.leaflet-control-zoom a {
	text-decoration: none !important;
}

@media only screen and (max-width : 767px) {
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.osm-pois-map.osm-pois-default {
		height: 500px;
	}
}

@media only screen and (min-width : 1025px) {
	.osm-pois-map.osm-pois-default {
		height: 600px;
	}
}
	
