.interactiveMapWrapper {
	width:100%;
}
#svgContainer canvas {
    display: block;
    width: 100%;
    visibility: hidden;
}
#svgContainer svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
svg {
	background-size:cover;
}
#landmarks > g {
	cursor:pointer;
}
#landmarks > g image {
	overflow:visible;		
}
#landmarks > g image.active {
	display:none;
}
#landmarks > g:not(.disabled):hover image.active {
	display:block;
}
#landmarks polygon, #landmarks circle, #landmarks path {
	fill:transparent !important;
/*	fill-opacity: 0;
	*/
}
#landmarks .modelhome:not(.disabled):hover > polygon {
	stroke:#d7272a;
	fill:#d7272a !important;
}
#landmarks .disabled:not(.interactive) {
	cursor:move;
}
#landmarks .landmark {
	opacity:.8;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
}
#landmarks .landmark:hover {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
.parent {
	overflow:hidden;
	position:relative;
}
.parent .messages {
	position:absolute;
	width:100%;
	color:#990000;
	font-weight:bold;
	z-index:10;
}
.rangeWrapper {
	width:44px;
	height:120px;
	text-align:center;
	overflow:hidden;
}
.rangeRotate {
	transform:rotate(90deg);	
	-webkit-transform:rotate(90deg);	
    transform-origin: bottom left;
	margin-left:25%;
	line-height:1;
}
input[type=range] {
	width:100px;
	position:relative;
	left:-7px;
	margin:0px auto;
	background:transparent;
}
.mapButtons input[type=range]:focus {
	outline:none important;
	outline-style: none;
	border:none;
}
.mapButtons input::-moz-focus-inner {
	border: 0;
	outline:none !important;
	background:none;
}
.mapButtons {
	position:absolute;
	top:5px;
	right:5px;
	background:rgba(255,255,255,.4);
	z-index:100;
	text-align:center;
	padding:5px;
}
.mapButtons .button {
	line-height:1;
}
.mapButtons .button a {
	padding:2px 3px;
	font-size:12px;
}
.moduleContainer {
	position:relative;
}
.moduleContainer .editingbox {
	z-index:1000;
/*	position:absolute;
	top:-20px;
	left:-100px;
	background:#fff;
	padding:20px;
	border:2px solid #ccc;
	*/
}
.popSlideshow ul, .popSlideshow li {
	margin:0;
	padding:0;
}
.popSlideshow {
}
.popSlideshow ul {
	width:100%;
}
.popSlideshow li {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.popSlideshow li:after {
	content:"";
	display:block;
	width:100%;
	padding-top:47.5%;
}
.popSlideshow button {
	z-index:20;
}
.popSlideshow .slick-prev {
	left:0;
}
.popSlideshow .slick-next {
	right:0;
}
.editButtons {
	position:absolute;
	z-index:2000;
	right:10px;
	top:5px;
}
.landmarkAdminList text {
	fill:#ffffff;
	font-size:24px;
	font-weight:bold;
}
.draggable {
	cursor:move;
}
.collapselist {
	cursor:pointer;
}
.detailPop hr {
	background:none;
	border-bottom:1px solid #753058;
	margin:10px 0px;
}