
#stacks_in_26 {
	background-color: rgba(102, 102, 255, 1.00);
}

#stacks_in_19 {
	font-size: 110%;
}
/* @group Wrapper and reset */

#quoteSliderWrapperstacks_in_23 {
	-moz-box-shadow: 0 0 5px rgba(204, 204, 204, 1.00);
	-webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 1.00);
	box-shadow: 0 0 5px rgba(204, 204, 204, 1.00);
	margin: 5px; /* Space needed for the shadow */
	border-radius: 5px;
	padding-bottom: 3.00%;
	padding-top: 1.00%;
	position: relative;
	visibility: hidden;
}

#quoteSliderWidthWrapperstacks_in_23 {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#quoteSliderWrapperstacks_in_23 ul,
#quoteSliderWrapperstacks_in_23 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

/* @group Title */

#quoteSliderTitlestacks_in_23 {
	font-size: 20px;
	display: block;
	color: rgba(0, 64, 128, 1.00);
	text-align: center;
	padding-bottom: 3.00%;
	border-bottom: 1px solid rgba(204, 204, 204, 1.00);
	width: 50.00%;
	margin: 0 auto 1.00%;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	#quoteSliderTitlestacks_in_23 {
		font-size: 18px;
	}
}

/* @end */

/* @group Background */ /* */




/* Solid colour fill */
#quoteSliderWrapperstacks_in_23 {
	background: rgba(245, 245, 245, 1.00);
}

#portholeStackstacks_in_23:hover #quoteSliderWrapperstacks_in_23 {
	background: rgba(245, 245, 245, 1.00);
}

















/* */ 

/* @end */



/* @group BX Slider */

/**
 * 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
===================================*/

#slider-wrapperstacks_in_23 {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

/* @end */

#slider-wrapperstacks_in_23 img {
	max-width: 100%;
	display: block;
}

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

#slider-wrapperstacks_in_23 .bx-viewport {
	left: 0;
	background: transparent;
	
	/*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);
}

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

/* PAGER */

#QuoteSliderPagerstacks_in_23 .bx-pager,
#QuoteSliderPagerFake .bx-pager {
	text-align: center;
	font-weight: bold;
	color: #C0C0C0;
	padding-top: 20px;
}

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

#QuoteSliderPagerstacks_in_23 .bx-pager.bx-default-pager a,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a {
	background: #C0C0C0;
	text-indent: -9999px;
	font-size: 0px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#QuoteSliderPagerstacks_in_23 .bx-pager.bx-default-pager a:hover,
#QuoteSliderPagerstacks_in_23 .bx-pager.bx-default-pager a.active,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a:hover,
#QuoteSliderPagerFake .bx-pager.bx-default-pager a.active {
	background: #E65926;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

#slider-wrapperstacks_in_23 .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* @end */

/* @group Next / Previous buttons */

#nextstacks_in_23,
#prevstacks_in_23 {
	position: absolute;
	font-size: 55px;
	z-index: 100;
}

#nextstacks_in_23 {
	
	right: 5px;
	top: 50%;
}

#prevstacks_in_23 {
	left: 5px;
	top: 50%;
}

#nextstacks_in_23 a,
#prevstacks_in_23 a,
#nextstacks_in_23 a [class^="fa fa-"],
#prevstacks_in_23 a [class^="fa fa-"] {
	color: rgba(192, 192, 192, 1.00);
	text-decoration: none;
	outline: none;
	background: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#nextstacks_in_23 a:hover,
#prevstacks_in_23 a:hover,
#nextstacks_in_23 a:hover [class^="fa fa-"],
#prevstacks_in_23 a:hover [class^="fa fa-"] {
	color: rgba(230, 89, 38, 1.00);
	text-decoration: none;
	outline: none;
	background: none;
}

#nextstacks_in_23 .disabled,
#prevstacks_in_23 .disabled {
	display: none;
}

@media screen and (max-width: 768px) {
	#nextstacks_in_23,
	#prevstacks_in_23 {
		font-size: 25px;
	}
}


/* @end */

/* @group Quotes */

#quoteSliderWrapperstacks_in_23 li {
	font-size: 18px;
	font-style: italic;
	width: auto;
	display: block;
	color: rgba(51, 51, 51, 1.00);
	text-align: center;
}

#quoteSliderWrapperstacks_in_23 li a {
	color: %id=quoteslider_quotestaticlinks;
	background: none;
	outline: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#quoteSliderWrapperstacks_in_23 li a:hover {
	color: %id=quoteslider_quotehoverlinks;
	background: none;
	outline: none;
}

#quoteSliderWrapperstacks_in_23 li div {
	padding-bottom: 2.00%;
	padding-top: 2.00%;
	padding-left: 10.00%;
	padding-right: 10.00%;
}

@media screen and (max-width: 768px) {
	#quoteSliderWrapperstacks_in_23 li {
		font-size: 14px;
	}
}

/* @end */

/* @group Cites */

#quoteSliderWrapperstacks_in_23 li cite {
	display: block;
	font-style: normal;
	color: rgba(0, 64, 128, 1.00);
	margin-top: 8px;
}


#quoteSliderWrapperstacks_in_23 li cite:before {
	content: '- ';
}


/* @end */



@media print {
	#quoteSliderWrapperstacks_in_23 {
		display: none;
	}
}

#stacks_in_23 {
	background-color: rgba(151, 145, 231, 1.00);
}
