
#stacks_in_0 {
	margin:  3px;
	padding:  7px;
}

#stacks_in_8917 {
	margin:  10px;
	padding:  20px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_8746 #myExtraContent6,
#ExtraContentPlusstacks_in_8746 #fs {
	display: none;
}

#stackSliderWrapperstacks_in_8793 {
	/* Hide until the slider is loaded */
	visibility: hidden;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#stackSliderWrapperstacks_in_8793 .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    background: transparent;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-pager,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-pager .bx-pager-item,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-prev {
	left: 10px;	
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-next {
	right: 10px;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-prev,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-next,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-prev [class^="fa fa-"],
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-next [class^="fa fa-"] {
	color: #0000FF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;	
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-prev:hover,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-next:hover,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-prev:hover [class^="fa fa-"],
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-next:hover [class^="fa fa-"] {
	color: #800040;	
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	outline: 0;
	text-align: center;
	width: 36px;
	height: 36px;
	font-size: 36px;
	z-index: 9999;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 16px;
	outline: 0;
	margin: 0 3px;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 16px;
	outline: 0;
	margin: 0 3px;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-start,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-stop,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-start [class^="fa fa-"]
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-stop [class^="fa fa-"] {
	color: #666666;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;	
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-start:hover [class^="fa fa-"]
#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls-auto .bx-stop:hover [class^="fa fa-"] {
	color: #000000;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 5px;
	width: auto;
	text-align: right;
}

/* IMAGE CAPTIONS */

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#stackSliderWrapperstacks_in_8793 .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


@media print {
	#stackSliderstacks_in_8793 {
		height: auto;
	}
}
#standOutWrapperstacks_in_8803 {
	padding-top: 33px;
	padding-bottom: 33px;
}

#standOutstacks_in_8803 {
	border: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	
	
	text-align: center;
	
	
}

#standOutstacks_in_8803:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#standOutShadowstacks_in_8803 {
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	margin: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1.00);
	border: 0px solid rgba(179, 179, 179, 1.00);
}

#standOutBackmoststacks_in_8803 {
	padding: 20px 20px;
}

#standOutFrontmoststacks_in_8803 img,
#standOutFrontmoststacks_in_8803 video {
	max-width: 100%;
	height: auto;
}

#standOutFrontmoststacks_in_8803 {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	position: relative;
	border: 0px solid rgba(179, 179, 179, 1.00);
}

/*  */
#standOutFrontmoststacks_in_8803 {
	background: url(../files/frontmost_localimage-8803.png) #ffffff;
	background-position: center center;
	background-size: cover;
}
/*  */

/*  */

/*  */

#standOutFrontmoststacks_in_8803 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	text-decoration: none;
	display: block;
}

/*  */
#standOutSpacerTopstacks_in_8803 {
	height: 33px;
}

#standOutShadowstacks_in_8803 {
	padding-top: 3px;
}

#standOutFrontmoststacks_in_8803 {
	margin-top: -60px;
	width: 250px;
	height: 250px;
	display: block;
}
/*  */

/*  */

/*  */

/*  */

/* @group Responsive */

@media screen and (max-width: 768px) {
	#standOutWrapperstacks_in_8803 {
		padding: 3px 0px;
	}
	
	#standOutShadowstacks_in_8803 {
		display: block;
		padding-top: 3px;
	}
	
	#standOutFrontmoststacks_in_8803 {
		margin-top: 0px;
		width: 150px;
		height: 150px;
		display: block;
		margin: 10px auto;
	}
	
	#standOutFrontmoststacks_in_8803 i {
		font-size: 100px;
	}
}

/* @end */

/*  */#standOutWrapperstacks_in_8811 {
	padding-top: 33px;
	padding-bottom: 33px;
}

#standOutstacks_in_8811 {
	border: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	
	
	text-align: center;
	
	
}

#standOutstacks_in_8811:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#standOutShadowstacks_in_8811 {
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	margin: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1.00);
	border: 0px solid rgba(179, 179, 179, 1.00);
}

#standOutBackmoststacks_in_8811 {
	padding: 20px 20px;
}

#standOutFrontmoststacks_in_8811 img,
#standOutFrontmoststacks_in_8811 video {
	max-width: 100%;
	height: auto;
}

#standOutFrontmoststacks_in_8811 {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	position: relative;
	border: 0px solid rgba(179, 179, 179, 1.00);
}

/*  */
#standOutFrontmoststacks_in_8811 {
	background: url(../files/frontmost_localimage-8811.png) #ffffff;
	background-position: center center;
	background-size: cover;
}
/*  */

/*  */

/*  */

#standOutFrontmoststacks_in_8811 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	text-decoration: none;
	display: block;
}

/*  */
#standOutSpacerTopstacks_in_8811 {
	height: 33px;
}

#standOutShadowstacks_in_8811 {
	padding-top: 3px;
}

#standOutFrontmoststacks_in_8811 {
	margin-top: -60px;
	width: 250px;
	height: 250px;
	display: block;
}
/*  */

/*  */

/*  */

/*  */

/* @group Responsive */

@media screen and (max-width: 768px) {
	#standOutWrapperstacks_in_8811 {
		padding: 3px 0px;
	}
	
	#standOutShadowstacks_in_8811 {
		display: block;
		padding-top: 3px;
	}
	
	#standOutFrontmoststacks_in_8811 {
		margin-top: 0px;
		width: 150px;
		height: 150px;
		display: block;
		margin: 10px auto;
	}
	
	#standOutFrontmoststacks_in_8811 i {
		font-size: 100px;
	}
}

/* @end */

/*  */#standOutWrapperstacks_in_8815 {
	padding-top: 33px;
	padding-bottom: 33px;
}

#standOutstacks_in_8815 {
	border: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	
	
	text-align: center;
	
	
}

#standOutstacks_in_8815:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#standOutShadowstacks_in_8815 {
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	margin: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1.00);
	border: 0px solid rgba(179, 179, 179, 1.00);
}

#standOutBackmoststacks_in_8815 {
	padding: 20px 20px;
}

#standOutFrontmoststacks_in_8815 img,
#standOutFrontmoststacks_in_8815 video {
	max-width: 100%;
	height: auto;
}

#standOutFrontmoststacks_in_8815 {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	position: relative;
	border: 0px solid rgba(255, 255, 255, 1.00);
}

/*  */
#standOutFrontmoststacks_in_8815 {
	background: url(../files/frontmost_localimage-8815.png) #ffffff;
	background-position: center center;
	background-size: cover;
}
/*  */

/*  */

/*  */

#standOutFrontmoststacks_in_8815 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	text-decoration: none;
	display: block;
}

/*  */
#standOutSpacerTopstacks_in_8815 {
	height: 33px;
}

#standOutShadowstacks_in_8815 {
	padding-top: 3px;
}

#standOutFrontmoststacks_in_8815 {
	margin-top: -60px;
	width: 250px;
	height: 250px;
	display: block;
}
/*  */

/*  */

/*  */

/*  */

/* @group Responsive */

@media screen and (max-width: 768px) {
	#standOutWrapperstacks_in_8815 {
		padding: 3px 0px;
	}
	
	#standOutShadowstacks_in_8815 {
		display: block;
		padding-top: 3px;
	}
	
	#standOutFrontmoststacks_in_8815 {
		margin-top: 0px;
		width: 150px;
		height: 150px;
		display: block;
		margin: 10px auto;
	}
	
	#standOutFrontmoststacks_in_8815 i {
		font-size: 100px;
	}
}

/* @end */

/*  */#standOutWrapperstacks_in_8807 {
	padding-top: 33px;
	padding-bottom: 33px;
}

#standOutstacks_in_8807 {
	border: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	
	
	text-align: center;
	
	
}

#standOutstacks_in_8807:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#standOutShadowstacks_in_8807 {
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	margin: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1.00);
	border: 0px solid rgba(179, 179, 179, 1.00);
}

#standOutBackmoststacks_in_8807 {
	padding: 20px 20px;
}

#standOutFrontmoststacks_in_8807 img,
#standOutFrontmoststacks_in_8807 video {
	max-width: 100%;
	height: auto;
}

#standOutFrontmoststacks_in_8807 {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	position: relative;
	border: 0px solid rgba(179, 179, 179, 1.00);
}

/*  */
#standOutFrontmoststacks_in_8807 {
	background: url(../files/frontmost_localimage-8807.png) #ffffff;
	background-position: center center;
	background-size: cover;
}
/*  */

/*  */

/*  */

#standOutFrontmoststacks_in_8807 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	text-decoration: none;
	display: block;
}

/*  */
#standOutSpacerTopstacks_in_8807 {
	height: 33px;
}

#standOutShadowstacks_in_8807 {
	padding-top: 3px;
}

#standOutFrontmoststacks_in_8807 {
	margin-top: -60px;
	width: 250px;
	height: 250px;
	display: block;
}
/*  */

/*  */

/*  */

/*  */

/* @group Responsive */

@media screen and (max-width: 768px) {
	#standOutWrapperstacks_in_8807 {
		padding: 3px 0px;
	}
	
	#standOutShadowstacks_in_8807 {
		display: block;
		padding-top: 3px;
	}
	
	#standOutFrontmoststacks_in_8807 {
		margin-top: 0px;
		width: 150px;
		height: 150px;
		display: block;
		margin: 10px auto;
	}
	
	#standOutFrontmoststacks_in_8807 i {
		font-size: 100px;
	}
}

/* @end */

/*  */#standOutWrapperstacks_in_8919 {
	padding-top: 33px;
	padding-bottom: 33px;
}

#standOutstacks_in_8919 {
	border: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	
	
	text-align: center;
	
	
}

#standOutstacks_in_8919:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#standOutShadowstacks_in_8919 {
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	margin: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1.00);
	border: 0px solid rgba(179, 179, 179, 1.00);
}

#standOutBackmoststacks_in_8919 {
	padding: 20px 20px;
}

#standOutFrontmoststacks_in_8919 img,
#standOutFrontmoststacks_in_8919 video {
	max-width: 100%;
	height: auto;
}

#standOutFrontmoststacks_in_8919 {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	position: relative;
	border: 0px solid rgba(179, 179, 179, 1.00);
}

/*  */
#standOutFrontmoststacks_in_8919 {
	background: url(../files/frontmost_localimage-8919.png) #ffffff;
	background-position: center center;
	background-size: cover;
}
/*  */

/*  */

/*  */

#standOutFrontmoststacks_in_8919 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	text-decoration: none;
	display: block;
}

/*  */
#standOutSpacerTopstacks_in_8919 {
	height: 33px;
}

#standOutShadowstacks_in_8919 {
	padding-top: 3px;
}

#standOutFrontmoststacks_in_8919 {
	margin-top: -60px;
	width: 250px;
	height: 250px;
	display: block;
}
/*  */

/*  */

/*  */

/*  */

/* @group Responsive */

@media screen and (max-width: 768px) {
	#standOutWrapperstacks_in_8919 {
		padding: 3px 0px;
	}
	
	#standOutShadowstacks_in_8919 {
		display: block;
		padding-top: 3px;
	}
	
	#standOutFrontmoststacks_in_8919 {
		margin-top: 0px;
		width: 150px;
		height: 150px;
		display: block;
		margin: 10px auto;
	}
	
	#standOutFrontmoststacks_in_8919 i {
		font-size: 100px;
	}
}

/* @end */

/*  */#stacks_in_9025 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_9025 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

#standOutWrapperstacks_in_9038 {
	padding-top: 33px;
	padding-bottom: 33px;
}

#standOutstacks_in_9038 {
	border: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	
	
	text-align: center;
	
	
}

#standOutstacks_in_9038:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#standOutShadowstacks_in_9038 {
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	margin: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1.00);
	border: 0px solid rgba(179, 179, 179, 1.00);
}

#standOutBackmoststacks_in_9038 {
	padding: 20px 20px;
}

#standOutFrontmoststacks_in_9038 img,
#standOutFrontmoststacks_in_9038 video {
	max-width: 100%;
	height: auto;
}

#standOutFrontmoststacks_in_9038 {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	position: relative;
	border: 0px solid rgba(179, 179, 179, 1.00);
}

/*  */
#standOutFrontmoststacks_in_9038 {
	background: url(../files/frontmost_localimage-9038.png) #ffffff;
	background-position: center center;
	background-size: cover;
}
/*  */

/*  */

/*  */

#standOutFrontmoststacks_in_9038 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	text-decoration: none;
	display: block;
}

/*  */
#standOutSpacerTopstacks_in_9038 {
	height: 33px;
}

#standOutShadowstacks_in_9038 {
	padding-top: 3px;
}

#standOutFrontmoststacks_in_9038 {
	margin-top: -60px;
	width: 250px;
	height: 250px;
	display: block;
}
/*  */

/*  */

/*  */

/*  */

/* @group Responsive */

@media screen and (max-width: 768px) {
	#standOutWrapperstacks_in_9038 {
		padding: 3px 0px;
	}
	
	#standOutShadowstacks_in_9038 {
		display: block;
		padding-top: 3px;
	}
	
	#standOutFrontmoststacks_in_9038 {
		margin-top: 0px;
		width: 150px;
		height: 150px;
		display: block;
		margin: 10px auto;
	}
	
	#standOutFrontmoststacks_in_9038 i {
		font-size: 100px;
	}
}

/* @end */

/*  */
.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_9026_2 {
	height: 25.00px;
}




















@media print {
	#spacerStackstacks_in_9026_2 {
		display: none !important;
	}
}

#stacks_in_8998 {
	background-color: rgba(230, 230, 230, 1.00);
	border: solid rgba(0, 0, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  15px;
	padding:  6px;
}

#stacks_in_8999 {
	background-color: rgba(204, 204, 204, 1.00);
    background-image: url("13DAC345-0CED-429E-9BE3-9CE888517C9F");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_9002_2 {
	height: 25.00px;
}




















@media print {
	#spacerStackstacks_in_9002_2 {
		display: none !important;
	}
}
#stacks_in_9031>.s3_row {
	margin: 0 -10px;
}

#stacks_in_9031>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_9031>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_9031>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_9031>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_9031>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_9016 {
	padding:  10px;
}
#standOutWrapperstacks_in_9034 {
	padding-top: 33px;
	padding-bottom: 33px;
}

#standOutstacks_in_9034 {
	border: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	
	
	text-align: center;
	
	
}

#standOutstacks_in_9034:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#standOutShadowstacks_in_9034 {
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	margin: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1.00);
	border: 0px solid rgba(179, 179, 179, 1.00);
}

#standOutBackmoststacks_in_9034 {
	padding: 20px 20px;
}

#standOutFrontmoststacks_in_9034 img,
#standOutFrontmoststacks_in_9034 video {
	max-width: 100%;
	height: auto;
}

#standOutFrontmoststacks_in_9034 {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.30);
	position: relative;
	border: 0px solid rgba(179, 179, 179, 1.00);
}

/*  */
#standOutFrontmoststacks_in_9034 {
	background: url(../files/frontmost_localimage-9034.png) #ffffff;
	background-position: center center;
	background-size: cover;
}
/*  */

/*  */

/*  */

#standOutFrontmoststacks_in_9034 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	text-decoration: none;
	display: block;
}

/*  */
#standOutSpacerTopstacks_in_9034 {
	height: 33px;
}

#standOutShadowstacks_in_9034 {
	padding-top: 3px;
}

#standOutFrontmoststacks_in_9034 {
	margin-top: -60px;
	width: 250px;
	height: 250px;
	display: block;
}
/*  */

/*  */

/*  */

/*  */

/* @group Responsive */

@media screen and (max-width: 768px) {
	#standOutWrapperstacks_in_9034 {
		padding: 3px 0px;
	}
	
	#standOutShadowstacks_in_9034 {
		display: block;
		padding-top: 3px;
	}
	
	#standOutFrontmoststacks_in_9034 {
		margin-top: 0px;
		width: 150px;
		height: 150px;
		display: block;
		margin: 10px auto;
	}
	
	#standOutFrontmoststacks_in_9034 i {
		font-size: 100px;
	}
}

/* @end */

/*  */
#stacks_in_9009 {
	padding:  10px;
}

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_8978_2 {
	height: 25.00px;
}




















@media print {
	#spacerStackstacks_in_8978_2 {
		display: none !important;
	}
}

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_8913_2 {
	height: 25.00px;
}




















@media print {
	#spacerStackstacks_in_8913_2 {
		display: none !important;
	}
}
#stacks_in_287>.s3_row {
	margin: 0 -10px;
}

#stacks_in_287>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_287>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_287>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_287>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_287>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/* 
 * Facebook Connect
 * Author: Jeremy Hawes
 * Version: 2.0.2
 * Support: 1littledesigner.com
 * Description: Facebook buttons (like, send, follow), page comments, embedded posts & embedded pages
 */





	


/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_8895_4 #myExtraContent8,
#ExtraContentPlusstacks_in_8895_4 #fs {
	display: none;
}

/* @group CSS Reset */

#shareStackWrapperstacks_in_8895_9_2 *,
#shareStackWrapperstacks_in_8895_9_2 *::after,
#shareStackWrapperstacks_in_8895_9_2 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#shareStackWrapperstacks_in_8895_9_2 ul#shareStackArraystacks_in_8895_9_2 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: left;
}

#shareStackWrapperstacks_in_8895_9_2 [class^="fa fa-"] {
	line-height: 50px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_8895_9_2 {
	position: relative;
	width: 97%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_8895_9_2 ul#shareStackArraystacks_in_8895_9_2 li.shareStackItem {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	text-align: center;
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_8895_9_2 ul#shareStackArraystacks_in_8895_9_2 li.shareStackItem:hover {
	opacity: 0.85;
}

#shareStackWrapperstacks_in_8895_9_2 ul#shareStackArraystacks_in_8895_9_2 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_8895_9_2 ul#shareStackArraystacks_in_8895_9_2 {
	display: none;
}

@media screen and (min-width: 380px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_8895_9_2 ul#shareStackArraystacks_in_8895_9_2 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-baidustacks_in_8895_9_2 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-bloggerstacks_in_8895_9_2 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-deliciousstacks_in_8895_9_2 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-diggstacks_in_8895_9_2 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-facebookstacks_in_8895_9_2 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-googleplusstacks_in_8895_9_2 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-linkedinstacks_in_8895_9_2 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-livejournalstacks_in_8895_9_2 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-myspacestacks_in_8895_9_2 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-odnoklassnikistacks_in_8895_9_2 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-pocketstacks_in_8895_9_2 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-redditstacks_in_8895_9_2 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-renrenstacks_in_8895_9_2 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-stumbleuponstacks_in_8895_9_2 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-telegramstacks_in_8895_9_2 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-tumblrstacks_in_8895_9_2 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-twitterstacks_in_8895_9_2 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-viadeostacks_in_8895_9_2 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-vkontaktestacks_in_8895_9_2 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-weibostacks_in_8895_9_2 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-xingstacks_in_8895_9_2 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-emailstacks_in_8895_9_2 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-printstacks_in_8895_9_2 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-customonestacks_in_8895_9_2 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-customtwostacks_in_8895_9_2 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-customthreestacks_in_8895_9_2 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-customfourstacks_in_8895_9_2 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_8895_9_2 #shareStackItem-customfivestacks_in_8895_9_2 {
	background: #FF8000;
	color: #333333;
}

/* @end */

@media print {
	#shareStackWrapperstacks_in_8895_9_2 {
		display: none !important;
	}
}

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_8895_2_5>.s3_row {
	margin: 0 -10px;
}

#stacks_in_8895_2_5>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_8895_2_5>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_8895_2_5>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_8895_2_5>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_8895_2_5>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_8895_2_5>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_8895_2_3 {
	padding:  20px;
}

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_8895_2_12_2 {
	height: 25.00px;
}




















@media print {
	#spacerStackstacks_in_8895_2_12_2 {
		display: none !important;
	}
}

#stacks_in_8895_2_7 {
	padding: 20px 10px 20px 20px;
}
