body {-webkit-print-color-adjust: exact;}
.map-wrap {
	width: 100%;
	overflow: hidden;
}	
.map-wrap .landmarks{
	position: absolute;
	z-index:10;	
	top:0px;
	left:0px;
	font-family: Helvetica, Arial, Verdana;
	font-size:12px;
	color: #ffffff;
}	
.map-wrap .landmarks .item {
	position:absolute;		
	text-align:center;		


}	
.map-wrap .landmarks .lable div {
	width: 100px;
	padding: 4px;		
}
.mark {	
		background: none;
}
.map-wrap .landmarks .mark .text{
	font-size: 10px;	
	font-weight: 500;
	background-color:#fff;
	padding:2px 6px;
	position: relative;
	border-radius: 5px;
	padding: 3px;
	border: 1px solid #000;
	color: #000;
	width: 2em !important;
	text-align: center;
	display: inline-block;
	margin-left: -1.7em;
}	
.map-wrap .landmarks .mark .text strong {
	font-weight: 500;
}

/* custom */
.item.mark:hover {
    z-index: 999 !important;
}
.item.mark:hover .text {
	background: red;
	
}
.item.mark img {
	
}
.item.mark[data-visible] {
	-webkit-transition: 100ms opacity;
	transition: 100ms opacity;
	opacity: 1;
}
.item.mark[data-visible="false"] {
	pointer-events: none !important;
	opacity: 0 !important;
}
[data-alignment="center bottom"] .text {
	position: absolute !important;
	top: 100%;
left: 0;
    transform: translate(-50%,0);
}
[data-alignment="center bottom"].item.mark .text:after {
    bottom: initial;
    top: -15px;
    transform: rotate(180deg);
}
.map-items .item {
	padding: 10px;
	margin: 10px auto 10px auto;
	border: 1px solid #eee;
}

.map-items .item .marker-index {
	background: #333;
	color: #fff;
	padding: 0 0.5em;
	height: 1.5em;
	display: inline-block;
	text-aligN: center;
}
.map-items .item .marker-title {
	font-weight: 700;	
}
.map-items .item .short-desc {
	color: #555;
	font-weight: 200;
}
.map-wrap {
	position: relative;
}
.map-wrap .bg-image {
	position: relative;
	top: 0;
	left:0 ;
	width: 100%;
	width: 793px; /* a4 width */
}
	.header .logo {
		float: left;
		display: inline-block;
	}
	.header h1 {
    float: left;
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 1em;	
	}
.header .contact-details {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
h4.category-name {
	display: block;
	padding-left: 10px;
}
.item.mark.transparent {
	opacity: 0;
	visibility: hidden;
}
.telephone,
.address,
.opening {
	display: block;
}
.cat-label[data-cat-id] .cat-logo {
	display: inline-block;
	width: 14px;
	height: 12px;	
	background-size: 100% 100%;
	position: relative;
	top: -1px;
}
.cat-logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.cat-label[data-cat-id] {
	display: inline-block;
	margin-right: 1em;
}
.cat-label[data-cat-id] + .cat-label {
	border-left: 1px dotted #000;
	padding-left: 1em;
}
@media all {
	.page-break { display: none; }
}
@page {
	size: A4;
	margin: 1em;
}
@media print {
	.page-break {
		display: block;
		page-break-before: always;
	}
	body, html,
	.page-1, .page-2 {
		/*width: 210mm;*/
		width: 793px;
	}
	* {
		-webkit-transition: none !important;
		transition: none !important;
	}
	.map-wrap .landmarks .mark .text {
		background: #fff !important;
		color: #000 !important;
	}

}