

/* @group Nivo Lightbox */



/* @group Untitled Group */

/* @end */



/* @group Tooltips */



#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	
	transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
}

/* @end */

/* @group General */

#HotSpotWrapperstacks_in_p64_n1_page14 {
	position: relative;
}

#HotSpotInner {
	position: relative;
}

/* @end */

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.in {
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.top {
	margin-top: -3px;
	padding: 10px 0;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.right {
	margin-left: 3px;
	padding: 0 10px;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.bottom {
	margin-top: 3px;
	padding: 10px 0;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.left {
	margin-left: -3px;
	padding: 0 10px;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip-inner {
	width: 200px;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #999999;
	border-radius: 4px;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.top .hotspot-tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-width: 10px 10px 0;
	border-top-color: #999999;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.right .hotspot-tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -10px;
	border-width: 10px 10px 10px 0;
	border-right-color: #999999;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.left .hotspot-tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -10px;
	border-width: 10px 0 10px 10px;
	border-left-color: #999999;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .hotspot-tooltip.bottom .hotspot-tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -10px;
	border-width: 0 10px 10px;
	border-bottom-color: #999999;
}



/* @end */


/* @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_p64_n1_page14 {
	display: block;
	position: relative;
	overflow: visible;
}

/* @end */

/* @group HotSpotsPro Markup */

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


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

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

#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpotInternalContent {
	position: relative;
	z-index: 20;
	display: block;
	opacity: 0.99;
	transition: all 300 ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	font-size: 50px;
}

@media screen and (max-width: 1000px) {
	#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpotInternalContent {
		font-size: 50px;
		font-size: 5.00vw;
	}
}

#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpot:hover .HotSpotInternalContent {
	opacity: 0.99;
}

/* @end */

/* @group Special Effects */


@-webkit-keyframes hotspotPulsate {
	from { -webkit-box-shadow: 0 0 15px #333333; }
	50% { -webkit-box-shadow: 0 0 30px #FF8000; }
	to { -webkit-box-shadow: 0 0 15px #333333; }
}

@-moz-keyframes hotspotPulsate {
	from { -moz-box-shadow: 0 0 15px #333333; }
	50% { -moz-box-shadow: 0 0 30px #FF8000; }
	to { -moz-box-shadow: 0 0 15px #333333; }
}

@keyframes hotspotPulsate {
	from { box-shadow: 0 0 15px #333333; }
	50% { box-shadow: 0 0 30px #FF8000; }
	to { box-shadow: 0 0 15px #333333; }
}

#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpot {
	-webkit-animation-name: hotspotPulsate;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: hotspotPulsate;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	
	animation-name: hotspotPulsate;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
}










/* @end */

/* @group Hot Spot Outer */

#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpot {
	position: absolute;
	z-index: 5;
	transition: all 300 ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	overflow: visible;
	cursor: auto;
}

/* @end */

/* @group Hot Spot Border */



/* @end */


#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpotFill {
	background: #111111;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: 0.50;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	transition: all 300 ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpot:hover .HotSpotFill {
	background: #111111;
	opacity: 0.75;
}



#HotSpot1_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 14.00%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot2_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 19.40%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot3_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 24.40%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot4_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 29.70%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot5_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 35.00%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot6_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 40.00%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot7_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 45.50%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot8_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 50.50%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot9_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 56.00%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot10_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 61.00%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot11_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 66.00%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot12_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 71.50%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot13_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 76.50%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot14_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 82.00%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot15_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 87.00%;
	width: 5.00%;
	height: 2.00%;	
}



#HotSpot16_stacks_in_p64_n1_page14 {
	left: 10.50%;
	top: 92.00%;
	width: 5.00%;
	height: 2.00%;	
}



















/* @end */

/* @group Mouse Cursors */

#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpot,
#HotSpotWrapperstacks_in_p64_n1_page14 .HotSpot a.HotSpotLink {
	cursor: auto;
}

/* @end */



/* @group Mobile Responsive / breakpoint */

@media screen and (max-width: 0px) {
	#HotSpotWrapperstacks_in_p64_n1_page14 {
		display: none;	
	}

/* @end */	
}

@media print {
	#HotSpotWrapperstacks_in_p64_n1_page14 {
		height: auto;
		overflow: auto;
		position: relative;
		display: block;
	}
	
	#HotSpotWrapperstacks_in_p64_n1_page14 #HotSpotProImagestacks_in_p64_n1_page14 {
		display: block;
		position: relative;
	}
	
	#HotSpotWrapperstacks_in_p64_n1_page14 div.HotSpot,
	#HotSpotWrapperstacks_in_p64_n1_page14 .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_p64_n1_page14,
	#HotSpotWrapperstacks_in_p64_n1_page14 #HotSpotFill,
	#HotSpotWrapperstacks_in_p64_n1_page14 #HotSpotBorderContainer {
		display: none !important;
	}
}

