html, body {
	height: 100%;
}

/* Hide Gateway stacks from the main page container (stops flickering on page load) */
#gatewayBarstacks_in_94 {
	display: none;
}

#gatewayWindowShadestacks_in_94 {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none !important;
	z-index: 998;
	background: #000000;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

#gatewayContainerstacks_in_94 {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 25%;
	display: block;
	width: 100%;
	z-index: 999;
}

#gatewayBarstacks_in_94 {
	width: 65%;
	display: block;
}

#gatewayBarFillstacks_in_94 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	background-color: #284763;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#335A7E), to(#284763));
	background-image: -moz-linear-gradient(top, #335A7E, #284763);
	background-image: -ms-linear-gradient(top, #335A7E, #284763);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #335A7E), color-stop(100%, #284763));
	background-image: -webkit-linear-gradient(top, #335A7E, #284763);
	background-image: -o-linear-gradient(top, #335A7E, #284763);
	background-image: linear-gradient(top, #335A7E, #284763);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#gatewayBarstacks_in_94 {
	display: none;
	position: relative;
}

#gatewayBarContentstacks_in_94 {
	position: relative;
	z-index: 10;
	display: block;
	color: #FFFFFF;
	max-width: 1000px;
	margin: 0 auto;
}

#gatewayBarContentstacks_in_94 h1,
#gatewayBarContentstacks_in_94 h2,
#gatewayBarContentstacks_in_94 h3,
#gatewayBarContentstacks_in_94 h4,
#gatewayBarContentstacks_in_94 h5,
#gatewayBarContentstacks_in_94 h6,
#gatewayBarContentstacks_in_94 label {
	color: #FF0000;
}

#gatewayBarContentstacks_in_94 a {
	color: #9FBF54;
}

#gatewayBarContentstacks_in_94 a:hover {
	color: #B26547;
}

#gatewayLinkstacks_in_94 a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 100%;
	width: 100%;
	background: transparent;
}

#closeButtonstacks_in_94 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
	display: block;
	padding: 10px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#closeButtonstacks_in_94:hover {
	cursor: pointer;
	color: #B26547;
}

#closeButtonstacks_in_94 [class^="fa fa-"] {
	color: #FFFFFF;
}

#closeButtonstacks_in_94:hover [class^="fa fa-"] {
	color: #B26547;
}

/* @group Behaviours */









/* Helper class to keep GW hidden, even when the page is scrolled. */
.GatewayPermaHide {
	display: none !important;
}

/* @end */

@media print {
	#gatewayWindowShadestacks_in_94,
	#closeButtonstacks_in_94,
	#gatewayContainerstacks_in_94 {
		display: none !important;
	}
}



#stacks_in_95 {
	padding: 12px 50px 18px 10px;
}

#stacks_in_96 {
	font-size: 90%;
}

#stacks_in_2 {
	margin: 0px 0px 18px 0px;
}

#stacks_in_36 {
	margin: 0px 0px 18px 0px;
}

#stacks_in_34 {
	margin: 0px 0px 18px 0px;
}




/* @group Nivo Lightbox */






#hotSpotWrapperstacks_in_102 .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_102 {
	display: block;
	position: relative;
	overflow: visible;
}

/* @end */

/* @group hotSpotsPro Markup */

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


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

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

#hotSpotWrapperstacks_in_102 .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_102 .hotSpotInternalContent {
		font-size: px;
		font-size: vw;
	}
}

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

/* @end */

/* @group Special Effects */


@-webkit-keyframes hotSpotPulsate {
	from { -webkit-box-shadow: 0 0 15px #C9D29D; }
	50% { -webkit-box-shadow: 0 0 30px #E2E7C3; }
	to { -webkit-box-shadow: 0 0 15px #C9D29D; }
}

@-moz-keyframes hotSpotPulsate {
	from { -moz-box-shadow: 0 0 15px #C9D29D; }
	50% { -moz-box-shadow: 0 0 30px #E2E7C3; }
	to { -moz-box-shadow: 0 0 15px #C9D29D; }
}

@keyframes hotSpotPulsate {
	from { box-shadow: 0 0 15px #C9D29D; }
	50% { box-shadow: 0 0 30px #E2E7C3; }
	to { box-shadow: 0 0 15px #C9D29D; }
}

#hotSpotWrapperstacks_in_102 .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 */

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

#hotSpotWrapperstacks_in_102 .hotSpot:hover {
	border: 1px dashed rgba(255, 255, 255, 1.00);
    background: rgba(139, 166, 73, 0.30);
    color: rgba(0, 0, 0, 1.00);
}

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

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

@media print {
	#hotSpotWrapperstacks_in_102 {
		height: auto;
		overflow: auto;
		position: relative;
		display: block;
	}
	
	#hotSpotWrapperstacks_in_102 #hotSpotProImagestacks_in_102 {
		display: block;
		position: relative;
	}
	
	#hotSpotWrapperstacks_in_102 div.hotSpot,
	#hotSpotWrapperstacks_in_102 .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_102,
	#hotSpotWrapperstacks_in_102 #hotSpotFill,
	#hotSpotWrapperstacks_in_102 #hotSpotBorderContainer {
		display: none !important;
	}
}

#hotSpotstacks_in_103 {
	position: absolute !important;
	left: 25.79%;
	top: 15.63%;
	width: 20.00%;
	height: 11.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_105 {
	position: absolute !important;
	left: 48.50%;
	top: 44.60%;
	width: 20.00%;
	height: 11.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_106 {
	position: absolute !important;
	left: 52.60%;
	top: 62.20%;
	width: 20.00%;
	height: 11.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_107 {
	position: absolute !important;
	left: 28.00%;
	top: 69.00%;
	width: 20.00%;
	height: 11.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_108 {
	position: absolute !important;
	left: 74.70%;
	top: 67.50%;
	width: 20.00%;
	height: 11.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_109 {
	position: absolute !important;
	left: 33.52%;
	top: 82.60%;
	width: 20.00%;
	height: 11.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_110 {
	position: absolute !important;
	left: 62.80%;
	top: 79.00%;
	width: 20.00%;
	height: 11.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}








#stacks_in_18 .teleportMe {
display: none;
}



