.im-element a {
	text-decoration: none !important;
}

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

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

.im-element {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	font-size: 0;
	overflow: hidden;
}

.im-container {
	background-color: rgba(255, 255, 255, 0);
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 70%;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

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

.im-map img {
	width: 100%;
}

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

.im-map-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.im-pin {
	background-image: url(../../../../interactivemap/images/pin-red.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	margin-top: -25px;
	margin-left: -10px;
	position: absolute;
}

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

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

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

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

.im-minimap .im-minimap-active {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
}

/* Clear Button */
.im-clear-button {
	background-color: #151515;
	background-image: url(../../../../interactivemap/images/target.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-radius: 3px;
	margin: 10px;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Levels */
.im-levels {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

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

.im-levels-select {
	border: none;
	font-weight: bold;
	margin: 0 -20px 0 0;
	padding: 4px 0 4px 2px;
	outline: none;
	min-width: 105px;
	width: auto;
}

.im-levels button {
	background: #151515 no-repeat center;
	border: none;
	cursor: pointer;
	width: 100%;
}

.im-levels .im-levels-up {
	background-image: url(../../../../interactivemap/images/arrow-up.png);
}

.im-levels .im-levels-down {
	background-image: url(../../../../interactivemap/images/arrow-down.png);
}

/*.im-levels button:disabled {*/
	/*background-color: #2A2627;*/
	/*cursor: default;*/
/*}*/

/* Sidebar */
.im-sidebar {
	background-color: #f8f8f8;
	width: 30%;
	height: 100%;
	float: left;
	position: relative;
}

@media all and (max-width: 560px) {
	.im-element {
		height: auto;
	}

	.im-container,
	.im-sidebar {
		width: 100%;
	}

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

/* Search */
.im-search-form {
	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;
}

.im-search-input {
	background-image: url(../../../../interactivemap/images/viewer.png);
	background-repeat: no-repeat;
	background-position: 8px;
	border: 1px solid #ddd;
	border-radius: 16px;
	font-size: 14px;
	font-family: inherit;
	line-height: 20px;
	height: 34px;
	margin: 0;
	padding: 6px 32px 6px 32px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.im-search-clear {
	background-image: url(../../../../interactivemap/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;
}

/* List */
.im-list-container {
	padding-top: 63px;
	height: 100%;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

.im-list-category > a {
	background-color: #aaa;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 26px;
	padding: 12px 12px 12px 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.im-list-category > a img {
	float: left;
	margin-right: 10px;
}

.im-list-category > a span {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	float: right;
	font-size: 12px;
	line-height: 10px;
	padding: 4px;
	margin: 4px 0 4px 4px;
}

.im-list-location a {
	background-color: #fff;
	border-left: 2px solid transparent;
	border-bottom: 1px solid #eee;
	display: block;
	font-size: 14px;
	padding: 10px;
	min-height: 50px;
	transition: border-color 0.2s;
}

.im-list-location a:hover {
	background-color: #f4f4f4;
	border-left: 2px solid;
	border-color: inherit;
	border-bottom: 1px solid #eee;
}

.im-list-location img {
	float: left;
	margin-right: 10px;
}

.im-list-location h4 {
	color: #444;
	font-size: 14px;
	font-weight: normal;
	margin: 4px 0 8px 0;
}

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

/* Tooltip */
.im-tooltip {
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	display: none;
	margin-left: -84px;
	margin-top: -120px;
	padding: 10px;
	position: absolute;
	width: 168px;
	max-width: 168px;
	z-index: 2;
}

.im-tooltip-triangle {
	background-image: url(../../../../interactivemap/images/triangle.png);
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
}

.im-tooltip-triangle-top {
	background-image: url(../../../../interactivemap/images/triangle-top.png);
	width: 12px;
	height: 12px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -6px;	
}

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

.im-tooltip h4 {
	color: #333;
	border-bottom: 2px solid #e1413f;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	margin: 4px 0 12px 0;
}

.im-tooltip p {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.im-tooltip p.phone {
	background: url(../../../../interactivemap/images/phone.png) no-repeat left center;
}

.im-tooltip p.working-hours {
	background: url(../../../../interactivemap/images/clock.png) no-repeat left center;
}

.im-tooltip a {
	background-color: #aaa;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 11px;
	height: 25px;
	padding-top: 4px;
	align-items: center;
}

.im-tooltip a:hover,
.im-tooltip a:focus {
	background-color: #888;
}

/* Coordinates */
.im-coordinates {
	background-color: #fff;
	color: #333;
	position: absolute;
	margin: 10px;
	padding: 4px 6px;
	font-size: 14px;
	top: 0;
	right: 0;
	pointer-events: none;
}