/*
Aksesuar / Mücevher	#5F8CC8
Kozmetik / Kişisel Bakım / Sağlık	#64AAFA
Kültür / Spor / Eğlence	#D75555
Elektronik	#FFC332
Yiyecek / İçecek	#96C850
Ev / Ev Tekstili	#E6DCBE
Çocuk Giyim / Oyuncak	#FFB4FF
Hazır Giyim	#F07896
Servis / Hizmet	#B9E6FA
Ayakkabı / Çanta	#B48CBE
Walk	#F0F0F0
Common	#C8C8C8
Border	#A0A0A0
Arka Plan (mapplic-container)	#F0F0F0
Path	#E64210
Green	#D2E1A0
*/

/* accessorises */
#accessorises polygon,
#accessorises rect,
#accessorises path {
	fill: #5F8CC8;
}
/* cosmetics */
#cosmetics polygon,
#cosmetics rect,
#cosmetics path {
	fill: #64AAFA;
}
/* Social */
#social polygon,
#social rect,
#social path {
	fill: #D75555;
}
/* electronics */
#electronics polygon,
#electronics rect,
#electronics path {
	fill: #FFC332;
}
/* food */
#food polygon,
#food rect,
#food path {
	fill: #96C850;
}
/* home */
#home polygon,
#home rect,
#home path {
	fill: #E6DCBE;
}
/* children */
#children polygon,
#children rect,
#children path {
	fill: #FFB4FF;
}
/* fashion */
#fashion polygon,
#fashion rect,
#fashion path {
	fill: #F07896;
}
/* service */
#service polygon,
#service rect,
#service path {
	fill: #B9E6FA;
}
/* shoes */
#shoes polygon,
#shoes rect,
#shoes path {
	fill: #B48CBE;
}
/* Border */
#Border polygon,
#Border rect,
#Border path {
	fill: #A0A0A0;
}
/* Common */
#Common polygon,
#Common rect,
#Common path {
	fill: #C8C8C8;
}
/* Walk */
#Walk polygon,
#Walk rect,
#Walk path {
	fill: #F0F0F0;
}



#landmarks-ground .mapplic-clickable,
#landmarks-underground .mapplic-clickable,
#landmarks-level1 .mapplic-clickable {
	opacity: 1 !important;
}

#landmarks-ground polygon.mapplic-active,
#landmarks-ground path.mapplic-active {
	fill: #ADDB2C;
}

#landmarks-underground polygon.mapplic-active,
#landmarks-underground path.mapplic-active {
	fill: #7EE0CD;
}

#landmarks-level1 polygon.mapplic-active,
#landmarks-level1 path.mapplic-active {
	fill: #F9684B;
}

/* SKINS */
/* mapplic-dark */

.mapplic-dark .mapplic-tooltip {
	background-color: #333;
}

.mapplic-dark .mapplic-tooltip-triangle {
	border-color: #333 transparent transparent transparent;
}

.mapplic-dark .mapplic-bottom .mapplic-tooltip-triangle {
	border-color: transparent transparent #333 transparent;
}

.mapplic-dark .mapplic-tooltip-title {
	color: #fff;
}

.mapplic-dark .mapplic-tooltip-description,
.mapplic-dark .mapplic-tooltip p {
	color: #bbb;
}

.mapplic-dark .mapplic-tooltip-close {
	background-image: url(../mapplic/images/cross-light.png);
}

/* retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
	.mapplic-dark .mapplic-tooltip-close {
		background-image: url(../mapplic/images/cross-light@2x.png);
	}
}
