
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}





/* @group Nivo Lightbox */








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

/* @end */

/* @group hotSpotsPro Markup */

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


#hotSpotWrapperstacks_in_2 .hotSpotLink,
#hotSpotWrapperstacks_in_2 .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_2 img {
	max-width: none;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}

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

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

/* @end */

/* @group Special Effects */


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

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

@keyframes hotSpotPulsate {
	from { box-shadow: 0 0 15px #516984; }
	50% { box-shadow: 0 0 30px #8AA4CA; }
	to { box-shadow: 0 0 15px #516984; }
}

#hotSpotWrapperstacks_in_2 .hotSpot {
	-webkit-animation-name: hotSpotPulsate;
	-webkit-animation-duration: 4000ms;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: hotSpotPulsate;
	-moz-animation-duration: 4000ms;
	-moz-animation-iteration-count: infinite;
	
	animation-name: hotSpotPulsate;
	animation-duration: 4000ms;
	animation-iteration-count: infinite;
}










/* @end */

#hotSpotWrapperstacks_in_2 .hotSpot {
	position: absolute;
	z-index: 5;
	transition: all 300 ease-in-out;
	overflow: visible;
	cursor: auto;
    border-radius: 4px;
	border: 4px solid rgba(138, 164, 202, 1.00);
    cursor: auto;
    background: rgba(225, 225, 225, 0.14);
    color: rgba(85, 85, 85, 1.00);
    font-size: 60px;
}

#hotSpotWrapperstacks_in_2 .hotSpot:hover {
	border: 4px solid rgba(239, 114, 60, 1.00);
    background: rgba(138, 164, 202, 0.50);
    color: rgba(0, 0, 0, 1.00);
}

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

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

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

#hotSpotstacks_in_3 {
	position: absolute !important;
	left: 12.46%;
	top: 84.00%;
	width: 17.00%;
	height: 8.00%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_4 {
	position: absolute !important;
	left: 63.00%;
	top: 66.99%;
	width: 17.00%;
	height: 7.80%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_5 {
	position: absolute !important;
	left: 47.00%;
	top: 50.04%;
	width: 10.70%;
	height: 13.51%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_6 {
	position: absolute !important;
	left: 71.50%;
	top: 52.20%;
	width: 17.00%;
	height: 7.58%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_7 {
	position: absolute !important;
	left: 76.00%;
	top: 34.60%;
	width: 17.00%;
	height: 7.58%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_8 {
	position: absolute !important;
	left: 60.00%;
	top: 20.25%;
	width: 17.00%;
	height: 7.58%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_36 {
	position: absolute !important;
	left: 21.11%;
	top: 64.63%;
	width: 20.28%;
	height: 12.44%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}




#hotSpotstacks_in_36 {
	border: solid rgba(255, 255, 255, 1.00) 0px !important;
    transition: all 200ms ease-in-out;
}

#hotSpotstacks_in_36:hover {
	border: solid rgba(70, 0, 154, 1.00) 0px !important;
}



#stacks_in_30 {
	background-color: rgba(138, 164, 202, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 10px 0px 5px 0px;
	padding:  16px;
}
#stacks_in_33 .stacks_in_33-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_33 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_33 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_33 .stacks_in_33-button,
#stacks_in_33 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_33 {
		text-align: center;
	}




	#stacks_in_33 .stacks_in_33-button {
		width: 320px;
	}






#stacks_in_33 a.stacks_in_33-button, #stacks_in_33 a.stacks_in_33-button:visited, #stacks_in_33 a.stacks_in_33-button:hover, #stacks_in_33 a.stacks_in_33-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_33 .stacks_in_33-button {
		
			background-color: none;
			border: 1px solid #484848;
		
	}

	#stacks_in_33 a.stacks_in_33-button, #stacks_in_33 a.stacks_in_33-button:visited {
		
			color: #FBFBF1 !important;
			
	}

	#stacks_in_33 a.stacks_in_33-button:hover, #stacks_in_33 a.stacks_in_33-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #484848;
		
	}

	
	#stacks_in_33 .button_icon {
		
			background-color: none;
			border-right: 1px solid #484848;
		
	}

	#stacks_in_33 a.stacks_in_33-button:hover .button_icon, #stacks_in_33 a.stacks_in_33-button:active .button_icon {
		
			background-color: #484848;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_33 {
	margin: 10px 0px 20px 0px;
}
#stacks_in_34 .stacks_in_34-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_34 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_34 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_34 .stacks_in_34-button,
#stacks_in_34 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_34 {
		text-align: center;
	}




	#stacks_in_34 .stacks_in_34-button {
		width: 320px;
	}






#stacks_in_34 a.stacks_in_34-button, #stacks_in_34 a.stacks_in_34-button:visited, #stacks_in_34 a.stacks_in_34-button:hover, #stacks_in_34 a.stacks_in_34-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_34 .stacks_in_34-button {
		
			background-color: none;
			border: 1px solid #484848;
		
	}

	#stacks_in_34 a.stacks_in_34-button, #stacks_in_34 a.stacks_in_34-button:visited {
		
			color: #FBFBF1 !important;
			
	}

	#stacks_in_34 a.stacks_in_34-button:hover, #stacks_in_34 a.stacks_in_34-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #484848;
		
	}

	
	#stacks_in_34 .button_icon {
		
			background-color: none;
			border-right: 1px solid #484848;
		
	}

	#stacks_in_34 a.stacks_in_34-button:hover .button_icon, #stacks_in_34 a.stacks_in_34-button:active .button_icon {
		
			background-color: #484848;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_34 {
	margin: 5px 0px 10px 0px;
}
