svg {
	width: 100%;
	height: 100%;
}

svg a {
	cursor: pointer;
}

.mapplic-element a {
	color: #333;
	text-decoration: none !important;
}

.mapplic-element input,
.mapplic-element button {
	outline: none;
}

.mapplic-element * { -webkit-tap-highlight-color: rgba(0,0,0,0); }

.mapplic-element {

	font-size: 0;
	overflow: hidden;
}

/* Fullscreen */
:-webkit-full-screen {
	width: 100%;
	height: 100% !important;
}

:-webkit-full-screen .mapplic-fullscreen-button {
	background-image: url(images/fullscreen-exit.png);
}

/* Preloader */
.mapplic-element.mapplic-loading {
	background: #f8f8f8 url(images/loader.gif) no-repeat center;
}

.mapplic-element > * {
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.mapplic-element.mapplic-loading > * {
	opacity: 0;
}

/* Main elements */
.mapplic-container {

	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 70%;
	height: 648px;
}

:-webkit-full-screen .mapplic-container {
	width: 80%;
}

.mapplic-map {
	position: absolute;
	left: 0;
	top: 0;
}

/* Map layer */
.mapplic-layer {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.mapplic-layer img {
	width: 100%;
}

.mapplic-map-image {
	cursor: url(images/openhand.cur), default;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	height: auto;
	background: #e9eff2;
}

.mapplic-map.mapplic-dragging .mapplic-map-image {
	cursor: url(images/closedhand.cur), move;
}

.mapplic-locations {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapplic-pin {
	background-image: url(../images/numbers1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 33px;
	height: 35px;
	/* margin-top: -35px; */
	margin-left: -17px; 
	/* margin-top: -104px; */
	position: absolute;  z-index: 99;
}
.mapplic-pin.art{ background-image: url(../images/numbers1.png);}
.mapplic-pin.theatre{ background-image: url(../images/numbers2.png);}
.mapplic-pin.landmark{background-image: url(../images/numbers3.png); }
  .mapplic-pin.retail{ background-image: url(../images/numbers4.png);} 

.mapplic-pin.food{background-color: #5198df}
 .mapplic-pin.hotel{background-color:#f7931d}
 .mapplic-pin.edu{background-color:#d5b828}
 .mapplic-pin.number1{background-position: center -2px;}
 .mapplic-pin.number2{background-position: center -47px;}
.mapplic-pin.number3{background-position: center -92px;}
 .mapplic-pin.number4{background-position: center -137px;}
  .mapplic-pin.number5{background-position: center -180px;}
   .mapplic-pin.number6{background-position: center -227px;}
 .mapplic-pin.number7{background-position: center -270px;}
  .mapplic-pin.number8{background-position: center -317px;}
  .mapplic-pin.number9{background-position: center -360px;}
   .mapplic-pin.number10{background-position: center -405px;}
   .mapplic-pin.number11{background-position: center -450px;}
   .mapplic-pin.number12{background-position: center -497px;}
   .mapplic-pin.number13{background-position: center -540px;}
  .mapplic-pin.number14{background-position: center -585px;}
   .mapplic-pin.number15{background-position: center -630px;}
   .mapplic-pin.number16{background-position: center -675px;}
   .mapplic-pin.number17{background-position: center -720px;}
   .mapplic-pin.number18{background-position: center -765px;}
   .mapplic-pin.number19{background-position: center -810px;}
   .mapplic-pin.number20{background-position: center -855px;}
  .mapplic-pin.number21{background-position: center -900px;}
  .mapplic-pin.number22{background-position: center -945px;}
  .mapplic-pin.number23{background-position: center -990px;}
    .mapplic-pin.number24{background-position: center -1035px;}
    .mapplic-pin.number25{background-position: center -1082px;}

    .mapplic-pin.number26{background-position: center -1125px;}
    .mapplic-pin.number27{background-position: center -1170px;}
    .mapplic-pin.number28{background-position: center -1217px;}
    .mapplic-pin.number29{background-position: center -1260px;}
 .mapplic-pin.number30{background-position: center -1306px;}
  .mapplic-pin.number31{background-position: center -1353px;}

.mapplic-pin.mapplic-animate {
	-webkit-animation: bounce-in 0.4s forwards;
	animation: bounce-in 0.4s forwards;
}

@-webkit-keyframes bounce-in {
	0%   {margin-top: -120px; opacity: 0;}
	33%  {margin-top: -25px; opacity: 1;}
	66%  {margin-top: -30px;}
	100% {margin-top: -25px; opacity: 1;}
}

.mapplic-pin.orange { background-image: url(images/pin-orange.png); }
.mapplic-pin.green { background-image: url(images/pin-green.png); }
.mapplic-pin.blue { background-image: url(images/pin-blue.png); }
.mapplic-pin.purple { background-image: url(images/pin-purple.png); }

/* Minimap */
.mapplic-minimap {
	border: 1px solid rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 140px;
	margin: 10px;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.mapplic-minimap img {
	width: 100%;
}

.mapplic-minimap-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mapplic-minimap .mapplic-minimap-active {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	-webkit-transition: clip 0.1s;
	-moz-transition: clip 0.1s;
	transition: clip 0.1s;
}

.mapplic-minimap-background {
	-webkit-filter: blur(2px);
}

/* Clear Button */
.mapplic-clear-button {
	background-color: #fff;
	background-image: url(images/target.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Fullscreen Button */
.mapplic-fullscreen-button {
	display: none;
	background-color: #fff;
	background-image: url(images/fullscreen.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

/* Levels */
.mapplic-levels { display: none;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	overflow: hidden;
}

.mapplic-levels > * {
	display: block;
	width: 100%;
}

.mapplic-levels-select {
	border: none;
	margin: 0;
	padding: 6px 2px;
	font-size: 12px;
	outline: none;
}

.mapplic-levels a {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 100%;
}

.mapplic-levels .mapplic-levels-up {
	background-image: url(images/arrow-up.png);
	border-bottom: 1px solid #eee;
}

.mapplic-levels .mapplic-levels-down {
	background-image: url(images/arrow-down.png);
	border-top: 1px solid #eee;
}

.mapplic-levels a.disabled {
	background-color: #eee;
	cursor: default;
}

/* Sidebar */
.mapplic-sidebar {

	width: 30%;
	height: 100%;
	float: right;
	position: relative;
}

:-webkit-full-screen .mapplic-sidebar {
	width: 20%;
}

/* Search */
.mapplic-search-form {
	display: none;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
	padding: 14px 12px;
	margin: 0;
	width: 100%;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mapplic-search-input {
	background-image: url(images/viewer.png);
	background-repeat: no-repeat;
	background-position: 8px;
	border: 2px solid #eee;
	border-radius: 2px;
	font-size: 14px;
	font-family: inherit;
	line-height: 20px;
	height: 38px;
	margin: 0;
	padding: 8px 32px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: border-color 0.1s;
	-moz-transition: border-color 0.1s;
	transition: border-color 0.1s;
}

.mapplic-search-input:focus {
	border-color: #6ed8dd;
}

.mapplic-search-clear {
	background-image: url(images/cross.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	border: none;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 22px;
	margin: 10px 0;
	width: 16px;
	height: 16px;
}

.mapplic-not-found {
	color: #bbb;
	display: none;
	font-size: 13px;
	padding: 0 30px;
	position: absolute;
	text-align: center;
	top: 100px;
}

/* List */
.mapplic-list-container {
	padding-top: 0px; display: block !important;
	height: 100%;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; padding-left: 15px;
}

.mapplic-list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	height: 100%;
}

.mapplic-list-container ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mapplic-list-container li {
	border-color: inherit;
}

.mapplic-list-category > a {

	color: #6f7f87;
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 12px 12px 12px 36px;
	background-image: url('../images/tab-icon.png'); background-repeat: no-repeat;
	background-position: 10px;
	font-family: avenirLight;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	border-bottom: 1px solid #d4dcdf;
}

.mapplic-list-category ol {
	border-bottom: 3px solid #eee !important;
}

.mapplic-list-thumbnail {
	border-radius: 2px;
	float: left;
	margin-right: 10px;
}

.mapplic-list-category > a.active { color:#3f4447; background-image: url('../images/tab-icon-down.png');}

.mapplic-list-category > a .mapplic-list-count {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	float: right;
	font-size: 12px;
	line-height: 20px;
	padding: 0 6px;
	margin-left: 10px;
	text-align: center;
	margin-top: 4px;
	display: none;
}

.mapplic-list-location > a {
	/* background-color: #e9eff3; */

	display: block;
	font-size: 14px;
	padding: 2px 10px 2px 20px;
	 color:#8d9da6;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

.mapplic-list-location > a:hover {
	/* background-color: #f4fcfc; */
	color:#fff;

}

.mapplic-list-location >a:hover h4 {color:#333;}
.selectedLi h4{ color: #333 !important; }

.mapplic-list-location h4 {
	color: #8d9da6;
	font-size: 12px;
	font-weight: normal;
	margin: 1px 0 1px 0; font-family: avenirHev;
}

.mapplic-list-location span {
	color: #bbb;
	font-size: 13px;
	font-weight: normal;
}

/* Tooltip */
.mapplic-tooltip {
	 background-image: url('../images/ping.gif'); background-repeat: no-repeat; background-position: center ;
	 
	display: none;
	width: 70px;
	height: 70px;
	margin-top: -6px !important;
	/* padding: 10px 14px; */
	position: absolute; z-index: 2;
}
.mapplic-tooltip-description { display: none !important;}
.mapplic-tooltip-title { display: none;}
.mapplic-tooltip-content { display: none;}
.mapplic-tooltip-close { display: none}
.mapplic-tooltip-triangle { display: none}

.mapplic-tooltip-title {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 16px 0;
}

.mapplic-hovertip {
	min-width: 50px;
	pointer-events: none;
}

.mapplic-hovertip .mapplic-tooltip-title {
	margin: 0;
}

.mapplic-tooltip-content {
	max-height: 160px;
	overflow-y: auto;
}

.mapplic-tooltip-description,
.mapplic-tooltip p {
	color: #bbb;
	font-size: 13px;
	line-height: 16px;
}

.mapplic-tooltip-link {
	background-color: #ccc;
	color: #fff !important;
	float: right;
	font-size: 14px;
	line-height: 26px;
	padding: 0 8px;
	margin-top: 10px;
}

.mapplic-tooltip-link:hover {
	background-color: #aaa;
}

.mapplic-tooltip img {
	max-width: 100%;
}

.mapplic-tooltip-triangle {
	background-image: url(images/tooltip-triangle.png);
	width: 14px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: -6px;
	margin-left: -7px;
}

.mapplic-tooltip-close {
	background-color: #eee;
	background-image: url(images/cross.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
	float: right;
	margin: 0 -4px 0 0;
	width: 10px;
	height: 10px;
}

/* Coordinates */
.mapplic-coordinates {
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	position: absolute;
	margin: 10px;
	margin-left: -80px;
	padding: 4px 6px;
	font-size: 14px;
	top: 0;
	left: 50%;
	pointer-events: none;
}

/* Responsive layout */
@media all and (max-width: 479px) {
	.mapplic-container,
	.mapplic-sidebar {
		width: 100%;
	}

	.mapplic-container {
		height: 400px;
	}

	.mapplic-tooltip {
		max-width: 160px;
	}

	.mapplic-minimap {
		width: 80px;
	}

	.mapplic-element {
		height: auto !important;
	}

	.mapplic-fullscreen-button {
		display: none;
	}
}
