



/* @group Nivo Lightbox */





#hotSpotWrapperstacks_in_6 .hotspot-tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 10px;
	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;
}

#hotSpotWrapperstacks_in_6 {
	position: relative;
}

#hotSpotInner {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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




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

/* @end */

/* @group hotSpotsPro Markup */

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


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

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

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

/* @end */

/* @group Special Effects */











/* @end */

#hotSpotWrapperstacks_in_6 .hotSpot {
	position: absolute;
	z-index: 5;
	transition: all 300 ease-in-out;
	overflow: visible;
	cursor: auto;
    border-radius: 40px;
	border: 2px solid rgba(251, 2, 7, 0.50);
    cursor: auto;
    background: rgba(251, 2, 7, 0.50);
    color: rgba(76, 76, 76, 1.00);
    font-size: 16px;
}

#hotSpotWrapperstacks_in_6 .hotSpot:hover {
	border: 2px solid rgba(255, 0, 0, 0.91);
    background: rgba(251, 2, 7, 0.91);
    color: rgba(230, 230, 230, 1.00);
}

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

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

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

#hotSpotstacks_in_9 {
	position: absolute !important;
	left: 48.90%;
	top: 52.91%;
	width: 4.00%;
	height: 7.80%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_19 {
	position: absolute !important;
	left: 94.69%;
	top: 55.96%;
	width: 4.00%;
	height: 7.80%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_28 {
	position: absolute !important;
	left: 93.01%;
	top: 44.60%;
	width: 4.00%;
	height: 7.80%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_29 {
	position: absolute !important;
	left: 79.87%;
	top: 34.11%;
	width: 4.00%;
	height: 7.80%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_43 {
	position: absolute !important;
	left: 32.08%;
	top: 61.64%;
	width: 4.00%;
	height: 7.80%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_44 {
	position: absolute !important;
	left: 19.51%;
	top: 63.64%;
	width: 4.00%;
	height: 7.80%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}





#hotSpotstacks_in_45 {
	position: absolute !important;
	left: 8.58%;
	top: 63.98%;
	width: 4.00%;
	height: 7.80%;
	z-index: 99999;
    transition: all 200ms ease-in-out;
}






#stacks_in_17 {
	margin: 15px 0px 0px 0px;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_16anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_16editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_16editInfo i{
	vertical-align: middle;
}

.stacks_in_16editInfo:before{
content:"#da1";
float: right;
}

.stacks_in_16editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_16topOffset{
	position: relative;
	height: 20;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- *//* -- Start Anchor Each css Template -- */


.stacks_in_23anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_23editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_23editInfo i{
	vertical-align: middle;
}

.stacks_in_23editInfo:before{
content:"#da2";
float: right;
}

.stacks_in_23editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_23topOffset{
	position: relative;
	height: 20;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- *//* -- Start Anchor Each css Template -- */


.stacks_in_27anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_27editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_27editInfo i{
	vertical-align: middle;
}

.stacks_in_27editInfo:before{
content:"#da3";
float: right;
}

.stacks_in_27editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_27topOffset{
	position: relative;
	height: 20;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- *//* -- Start Anchor Each css Template -- */


.stacks_in_12anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_12editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_12editInfo i{
	vertical-align: middle;
}

.stacks_in_12editInfo:before{
content:"#da4";
float: right;
}

.stacks_in_12editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_12topOffset{
	position: relative;
	height: 20;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- *//* -- Start Anchor Each css Template -- */


.stacks_in_33anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_33editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_33editInfo i{
	vertical-align: middle;
}

.stacks_in_33editInfo:before{
content:"#da5";
float: right;
}

.stacks_in_33editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_33topOffset{
	position: relative;
	height: 20;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- *//* -- Start Anchor Each css Template -- */


.stacks_in_37anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_37editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_37editInfo i{
	vertical-align: middle;
}

.stacks_in_37editInfo:before{
content:"#da6";
float: right;
}

.stacks_in_37editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_37topOffset{
	position: relative;
	height: 20;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- *//* -- Start Anchor Each css Template -- */


.stacks_in_41anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_41editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_41editInfo i{
	vertical-align: middle;
}

.stacks_in_41editInfo:before{
content:"#da7";
float: right;
}

.stacks_in_41editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_41topOffset{
	position: relative;
	height: 20;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- */