

#UsefulStackWrapperstacks {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1200px;
	
	min-height: 0px;
	max-height: 2000px;
	overflow: hidden;
}

#UsefulStackstacks {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}

@media screen and (max-width: 100px) {
	#UsefulStackstacks {
		display: none;
	}
}




#HotSpotWrapperstacks {
	display: block;
	position: relative;
	overflow: visible;
}

#HotSpotWrapperstacks *,
#HotSpotWrapperstacks *:before,
#HotSpotWrapperstacks *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: visible;
}


#HotSpotWrapperstacks a.HotSpotLink,
#HotSpotWrapperstacks a.HotSpotLink:hover {
	outline: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 50;
}

#HotSpotWrapperstacks img {
	max-width: none;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	border:0px;
}


@media screen and (max-width: 1000px) {
	#HotSpotWrapperstacks .HotSpotInternalContent {
		font-size: 50px;
		font-size: 5.00vw;
	}
}

#HotSpotWrapperstacks .HotSpot:hover .HotSpotInternalContent {
	opacity: 0.99;
}

#HotSpotWrapperstacks .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 !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	overflow: visible;
	cursor: auto;
}

#HotSpotWrapperstacks .HotSpotFill {
	background: #FFFF00;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: 0.50;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	transition: all 300 ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}


#HotSpotWrapperstacks .HotSpot:hover .HotSpotFill{
	background: #FFFF00;
	opacity: 0.99;
}

#HotSpotWrapperstacks .HotSpotImg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: 0.70;
	transition: all 300 ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}


#HotSpotWrapperstacks .HotSpot:hover .HotSpotImg{
	opacity: 0.99;
}

#HotSpotWrapperstacks .HotSpot,
#HotSpotWrapperstacks .HotSpot a.HotSpotLink {
	cursor: pointer;
}


@media screen and (max-width: 0px) {
	#HotSpotWrapperstacks {
		display: none;	
	}
}

