



/* @group Toggle Controls */

#hotSpotsToggleWrapperstacks_in_1174_page8 {
	position: relative;
	min-height: 30px;
}

#hotSpotsToggleWrapperstacks_in_1174_page8::before {
	display: table;
	content: '';
}

#wrap {
	display: inline;
	border: 1px solid #333;
}

#hotSpotsToggleFormstacks_in_1174_page8 {
	margin-left: 1px;
	margin-right: 1px;
	cursor: pointer;
}

input#hotSpotsTogglestacks_in_1174_page8 {
	max-height: 0;
	max-width: 0;
	opacity: 0;
	position: absolute;
	left: -999px;
	top: -999px;
}

input#hotSpotsTogglestacks_in_1174_page8 + label {
	display: inline-block;
	position: relative;
	box-shadow: inset 0 0 0px 1px #d5d5d5;
	text-indent: -5000px;
	height: 30px;
	width: 50px;
	border-radius: 15px;
	overflow: visible;
	cursor: pointer;
}

input#hotSpotsTogglestacks_in_1174_page8 + label:before {
	content: "";
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	border-radius: 15px;
	background: rgba(19,191,17,0);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

input#hotSpotsTogglestacks_in_1174_page8 + label:after {
	content: "";
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 0;
	left: 0px;
	border-radius: 15px;
	background: white;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.2);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

/* Activated state */

input#hotSpotsTogglestacks_in_1174_page8:checked + label:before {
	width: 50px;
	background: #0080FF;
	cursor: pointer;
}

input#hotSpotsTogglestacks_in_1174_page8:checked + label:after {
	left: 20px;
	cursor: pointer;
}

/* Position options */






#hotSpotsToggleWrapperstacks_in_1174_page8 {
	margin-top: 10px;
}

#ToggleLabelstacks_in_1174_page8 {
	margin-left: 60px;
}

#hotSpotsToggleFormstacks_in_1174_page8 {
	display: block;
	float: left;
	width: 50px;
}






/* @end */



/* @group Nivo Lightbox */






#hotSpotWrapperstacks_in_1174_page8 .hotSpot [class^="fa fa-"] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}



/* @group Overlays */

.hotSpotsProOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000000;
	padding: 10px;
	transition: all 300ms ease-in-out;
	color: #ffffff;
}

/* @end */

#hotSpotWrapperstacks_in_1174_page8 {
	display: block;
	position: relative;
	overflow: visible;
}

/* @end */

/* @group hotSpotsPro Markup */

#hotSpotWrapperstacks_in_1174_page8 *,
#hotSpotWrapperstacks_in_1174_page8 *:before,
#hotSpotWrapperstacks_in_1174_page8 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: visible;
}


#hotSpotWrapperstacks_in_1174_page8 .hotSpotLink,
#hotSpotWrapperstacks_in_1174_page8 .hotSpotLink:hover {
	outline: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 50;
	background: url(../eMJeeMap_files/images/bg_fill.gif) repeat;
}

#hotSpotWrapperstacks_in_1174_page8 img {
	max-width: none;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}

#hotSpotWrapperstacks_in_1174_page8 .hotSpotInternalContent {
	position: relative;
	z-index: 20;
	display: block;
	opacity: 0.;
	transition: all  ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	font-size: px;
}

@media screen and (max-width: px) {
	#hotSpotWrapperstacks_in_1174_page8 .hotSpotInternalContent {
		font-size: px;
		font-size: vw;
	}
}

#hotSpotWrapperstacks_in_1174_page8 .hotSpot:hover .hotSpotInternalContent {
	opacity: 0.;
}

/* @end */

/* @group Special Effects */











/* @end */

#hotSpotWrapperstacks_in_1174_page8 .hotSpot {
	position: absolute;
	z-index: 5;
	transition: all 300 ease-in-out;
	overflow: visible;
	cursor: auto;
    border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 1.00);
    cursor: auto;
    background: rgba(225, 225, 225, 0.40);
    color: rgba(85, 85, 85, 1.00);
    font-size: 60px;
}

#hotSpotWrapperstacks_in_1174_page8 .hotSpot:hover {
	border: 1px solid rgba(255, 0, 0, 1.00);
    background: rgba(225, 225, 225, 0.80);
    color: rgba(0, 0, 0, 1.00);
}

/* Icons */
#hotSpotWrapperstacks_in_1174_page8 .hotSpot [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00);
    transition: all 300 ease-in-out;
}

#hotSpotWrapperstacks_in_1174_page8 .hotSpot:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00);
}

@media print {
	#hotSpotWrapperstacks_in_1174_page8 {
		height: auto;
		overflow: auto;
		position: relative;
		display: block;
	}
	
	#hotSpotWrapperstacks_in_1174_page8 #hotSpotProImagestacks_in_1174_page8 {
		display: block;
		position: relative;
	}
	
	#hotSpotWrapperstacks_in_1174_page8 div.hotSpot,
	#hotSpotWrapperstacks_in_1174_page8 .hotSpotInternalContent {
		display: block !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		height: auto !important;
		width: 100% !important;
		float: none;
		opacity: 1.00;
	}
	
	#hotSpotsToggleWrapperstacks_in_1174_page8,
	#hotSpotWrapperstacks_in_1174_page8 #hotSpotFill,
	#hotSpotWrapperstacks_in_1174_page8 #hotSpotBorderContainer {
		display: none !important;
	}
}

#hotSpotstacks_in_1184_page8 {
	position: absolute !important;
	left: 55.81%;
	top: 7.51%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1184_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1184_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1184_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1184_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1187_page8 {
	position: absolute !important;
	left: 4.36%;
	top: 47.73%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}


#hotSpotstacks_in_1187_page8 {
	background: rgba(225, 225, 225, 0.50) !important;
}

#hotSpotstacks_in_1187_page8:hover {
	background: rgba(225, 225, 225, 0.75) !important;
}





#hotSpotstacks_in_1187_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1187_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1187_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1187_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1189_page8 {
	position: absolute !important;
	left: 49.16%;
	top: 29.13%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1189_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1189_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1189_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1189_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1190_page8 {
	position: absolute !important;
	left: 59.30%;
	top: 27.47%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1190_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1190_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1190_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1190_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1191_page8 {
	position: absolute !important;
	left: 3.00%;
	top: 4.00%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_1192_page8 {
	position: absolute !important;
	left: 52.62%;
	top: 33.43%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1192_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1192_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1192_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1192_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1193_page8 {
	position: absolute !important;
	left: 68.23%;
	top: 27.13%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1193_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1193_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1193_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1193_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1194_page8 {
	position: absolute !important;
	left: 60.21%;
	top: 31.94%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1194_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1194_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1194_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1194_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1195_page8 {
	position: absolute !important;
	left: 58.96%;
	top: 37.34%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1195_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1195_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1195_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1195_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1196_page8 {
	position: absolute !important;
	left: 63.51%;
	top: 35.98%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1196_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1196_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1196_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1196_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1197_page8 {
	position: absolute !important;
	left: 90.09%;
	top: 36.35%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1197_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1197_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1197_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1197_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1198_page8 {
	position: absolute !important;
	left: 85.76%;
	top: 53.50%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1198_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1198_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1198_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1198_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1199_page8 {
	position: absolute !important;
	left: 86.58%;
	top: 69.06%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1199_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1199_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1199_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1199_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1200_page8 {
	position: absolute !important;
	left: 69.52%;
	top: 41.46%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1200_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1200_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1200_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1200_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1201_page8 {
	position: absolute !important;
	left: 80.53%;
	top: 48.68%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1201_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1201_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1201_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1201_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1202_page8 {
	position: absolute !important;
	left: 80.64%;
	top: 50.84%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1202_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1202_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1202_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1202_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
#hotSpotstacks_in_1208_page8 {
	position: absolute !important;
	left: 68.29%;
	top: 2.84%;
	width: 2.00%;
	height: 2.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#hotSpotstacks_in_1208_page8 {
	font-size: 10px !important;
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1208_page8:hover {
    color: rgba(0, 0, 0, 1.00) !important;
}

/* Icons */
#hotSpotstacks_in_1208_page8 [class^="fa fa-"] {
    color: rgba(85, 85, 85, 1.00) !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_1208_page8:hover [class^="fa fa-"] {
    color: rgba(0, 0, 0, 1.00) !important;
}
