/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_130381_page3 {
	max-width: 100px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_130381_page3 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_130381_page3 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_130381_page3 a,
#refinedSliderWrapperstacks_in_130381_page3 a:visited,
#refinedSliderWrapperstacks_in_130381_page3 a:hover,
#refinedSliderWrapperstacks_in_130381_page3 a:active,
#refinedSliderWrapperstacks_in_130381_page3 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_130381_page3 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_130381_page3 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_130381_page3 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

#refinedSliderWrapperstacks_in_130381_page3 .nivo-controlNav {
	display: none !important;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130381_page3 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

#refinedSliderWrapperstacks_in_130381_page3 .nivo-caption {
	background: rgba(0, 0, 0, 0.66);
	transition: all 400ms ease-in-out;
	opacity: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.25em;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 1px solid rgba(0, 0, 0, 1.00);
	z-index: 40;
}

.sliderPaused #refinedSliderWrapperstacks_in_130381_page3 .nivo-caption {
	opacity: 1.00;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130381_page3 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
/* @group Basics */

#audioPlayerContainerstacks_in_130345_page3 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_130345_page3,
#audioPlayerContainerstacks_in_130345_page3:before,
#audioPlayerContainerstacks_in_130345_page3:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerAudiostacks_in_130345_page3 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_130345_page3 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 5px;
}

#audioPlayerControlsstacks_in_130345_page3 [class^="fa fa-"] {
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

/*  */

/*  */
/* Vertical gradient fill */
#audioPlayerControlsstacks_in_130345_page3 {
	background-color: #1382AF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#1382AF), to(#0E5D7F));
	background-image: -moz-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -ms-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1382AF), color-stop(100%, #0E5D7F));
	background-image: -webkit-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -o-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: linear-gradient(top, #1382AF, #0E5D7F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1382AF', endColorstr='#0E5D7F', GradientType=0);
}
/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_130345_page3 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_130345_page3 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_130345_page3 #audioPlayerPlayPausestacks_in_130345_page3 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_130345_page3 #audioPlayerFullScreenstacks_in_130345_page3 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_130345_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_130345_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_130345_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_130345_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_130345_page3 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_130345_page3 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_130345_page3 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 40px;
		line-height: 40px;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130345_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_130345_page3 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_130345_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 18px;
		vertical-align: middle;
	}
	
	#volumestacks_in_130345_page3 [class^="fa fa-"] {
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130345_page3:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_130345_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130345_page3:hover #volumeButtonstacks_in_130345_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130345_page3 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumeMaxstacks_in_130345_page3 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volume-barstacks_in_130345_page3[type=range],
	#volumeMinstacks_in_130345_page3,
	#volumeMaxstacks_in_130345_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130345_page3,
	#volumeMaxstacks_in_130345_page3 {
		cursor: pointer;
	}
	
	#volumestacks_in_130345_page3:hover #volume-barstacks_in_130345_page3,
	#volumestacks_in_130345_page3:hover #volumeMinstacks_in_130345_page3,
	#volumestacks_in_130345_page3:hover #volumeMaxstacks_in_130345_page3 {
		display: inline;
	}
	
	#volume-barstacks_in_130345_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}
	
	#volume-barstacks_in_130345_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130345_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_130345_page3[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_130345_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130345_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130345_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130345_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130345_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130345_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130345_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130345_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130345_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_130345_page3 #audioPlayerFullScreenstacks_in_130345_page3,
	#audioPlayerControlsstacks_in_130345_page3 #volumestacks_in_130345_page3 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_130345_page3 {
	padding:  20px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_130389_page3 {
	max-width: 100px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_130389_page3 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_130389_page3 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_130389_page3 a,
#refinedSliderWrapperstacks_in_130389_page3 a:visited,
#refinedSliderWrapperstacks_in_130389_page3 a:hover,
#refinedSliderWrapperstacks_in_130389_page3 a:active,
#refinedSliderWrapperstacks_in_130389_page3 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_130389_page3 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_130389_page3 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_130389_page3 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

#refinedSliderWrapperstacks_in_130389_page3 .nivo-controlNav {
	display: none !important;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130389_page3 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

#refinedSliderWrapperstacks_in_130389_page3 .nivo-caption {
	background: rgba(0, 0, 0, 0.66);
	transition: all 400ms ease-in-out;
	opacity: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.25em;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 1px solid rgba(0, 0, 0, 1.00);
	z-index: 40;
}

.sliderPaused #refinedSliderWrapperstacks_in_130389_page3 .nivo-caption {
	opacity: 1.00;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130389_page3 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
/* @group Basics */

#audioPlayerContainerstacks_in_130350_page3 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_130350_page3,
#audioPlayerContainerstacks_in_130350_page3:before,
#audioPlayerContainerstacks_in_130350_page3:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerAudiostacks_in_130350_page3 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_130350_page3 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 5px;
}

#audioPlayerControlsstacks_in_130350_page3 [class^="fa fa-"] {
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

/*  */

/*  */
/* Vertical gradient fill */
#audioPlayerControlsstacks_in_130350_page3 {
	background-color: #1382AF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#1382AF), to(#0E5D7F));
	background-image: -moz-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -ms-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1382AF), color-stop(100%, #0E5D7F));
	background-image: -webkit-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -o-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: linear-gradient(top, #1382AF, #0E5D7F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1382AF', endColorstr='#0E5D7F', GradientType=0);
}
/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_130350_page3 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_130350_page3 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_130350_page3 #audioPlayerPlayPausestacks_in_130350_page3 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_130350_page3 #audioPlayerFullScreenstacks_in_130350_page3 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_130350_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_130350_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_130350_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_130350_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_130350_page3 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_130350_page3 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_130350_page3 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 40px;
		line-height: 40px;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130350_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_130350_page3 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_130350_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 18px;
		vertical-align: middle;
	}
	
	#volumestacks_in_130350_page3 [class^="fa fa-"] {
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130350_page3:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_130350_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130350_page3:hover #volumeButtonstacks_in_130350_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130350_page3 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumeMaxstacks_in_130350_page3 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volume-barstacks_in_130350_page3[type=range],
	#volumeMinstacks_in_130350_page3,
	#volumeMaxstacks_in_130350_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130350_page3,
	#volumeMaxstacks_in_130350_page3 {
		cursor: pointer;
	}
	
	#volumestacks_in_130350_page3:hover #volume-barstacks_in_130350_page3,
	#volumestacks_in_130350_page3:hover #volumeMinstacks_in_130350_page3,
	#volumestacks_in_130350_page3:hover #volumeMaxstacks_in_130350_page3 {
		display: inline;
	}
	
	#volume-barstacks_in_130350_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}
	
	#volume-barstacks_in_130350_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130350_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_130350_page3[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_130350_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130350_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130350_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130350_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130350_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130350_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130350_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130350_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130350_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_130350_page3 #audioPlayerFullScreenstacks_in_130350_page3,
	#audioPlayerControlsstacks_in_130350_page3 #volumestacks_in_130350_page3 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_130350_page3 {
	padding:  20px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_130393_page3 {
	max-width: 100px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_130393_page3 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_130393_page3 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_130393_page3 a,
#refinedSliderWrapperstacks_in_130393_page3 a:visited,
#refinedSliderWrapperstacks_in_130393_page3 a:hover,
#refinedSliderWrapperstacks_in_130393_page3 a:active,
#refinedSliderWrapperstacks_in_130393_page3 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_130393_page3 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_130393_page3 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_130393_page3 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

#refinedSliderWrapperstacks_in_130393_page3 .nivo-controlNav {
	display: none !important;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130393_page3 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

#refinedSliderWrapperstacks_in_130393_page3 .nivo-caption {
	background: rgba(0, 0, 0, 0.66);
	transition: all 400ms ease-in-out;
	opacity: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.25em;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 1px solid rgba(0, 0, 0, 1.00);
	z-index: 40;
}

.sliderPaused #refinedSliderWrapperstacks_in_130393_page3 .nivo-caption {
	opacity: 1.00;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130393_page3 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
/* @group Basics */

#audioPlayerContainerstacks_in_130351_page3 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_130351_page3,
#audioPlayerContainerstacks_in_130351_page3:before,
#audioPlayerContainerstacks_in_130351_page3:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerAudiostacks_in_130351_page3 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_130351_page3 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 5px;
}

#audioPlayerControlsstacks_in_130351_page3 [class^="fa fa-"] {
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

/*  */

/*  */
/* Vertical gradient fill */
#audioPlayerControlsstacks_in_130351_page3 {
	background-color: #1382AF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#1382AF), to(#0E5D7F));
	background-image: -moz-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -ms-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1382AF), color-stop(100%, #0E5D7F));
	background-image: -webkit-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -o-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: linear-gradient(top, #1382AF, #0E5D7F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1382AF', endColorstr='#0E5D7F', GradientType=0);
}
/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_130351_page3 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_130351_page3 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_130351_page3 #audioPlayerPlayPausestacks_in_130351_page3 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_130351_page3 #audioPlayerFullScreenstacks_in_130351_page3 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_130351_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_130351_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_130351_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_130351_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_130351_page3 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_130351_page3 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_130351_page3 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 40px;
		line-height: 40px;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130351_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_130351_page3 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_130351_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 18px;
		vertical-align: middle;
	}
	
	#volumestacks_in_130351_page3 [class^="fa fa-"] {
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130351_page3:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_130351_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130351_page3:hover #volumeButtonstacks_in_130351_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130351_page3 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumeMaxstacks_in_130351_page3 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volume-barstacks_in_130351_page3[type=range],
	#volumeMinstacks_in_130351_page3,
	#volumeMaxstacks_in_130351_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130351_page3,
	#volumeMaxstacks_in_130351_page3 {
		cursor: pointer;
	}
	
	#volumestacks_in_130351_page3:hover #volume-barstacks_in_130351_page3,
	#volumestacks_in_130351_page3:hover #volumeMinstacks_in_130351_page3,
	#volumestacks_in_130351_page3:hover #volumeMaxstacks_in_130351_page3 {
		display: inline;
	}
	
	#volume-barstacks_in_130351_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}
	
	#volume-barstacks_in_130351_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130351_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_130351_page3[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_130351_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130351_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130351_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130351_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130351_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130351_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130351_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130351_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130351_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_130351_page3 #audioPlayerFullScreenstacks_in_130351_page3,
	#audioPlayerControlsstacks_in_130351_page3 #volumestacks_in_130351_page3 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_130351_page3 {
	padding:  20px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_130397_page3 {
	max-width: 100px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_130397_page3 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_130397_page3 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_130397_page3 a,
#refinedSliderWrapperstacks_in_130397_page3 a:visited,
#refinedSliderWrapperstacks_in_130397_page3 a:hover,
#refinedSliderWrapperstacks_in_130397_page3 a:active,
#refinedSliderWrapperstacks_in_130397_page3 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_130397_page3 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_130397_page3 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_130397_page3 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

#refinedSliderWrapperstacks_in_130397_page3 .nivo-controlNav {
	display: none !important;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130397_page3 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

#refinedSliderWrapperstacks_in_130397_page3 .nivo-caption {
	background: rgba(0, 0, 0, 0.66);
	transition: all 400ms ease-in-out;
	opacity: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.25em;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 1px solid rgba(0, 0, 0, 1.00);
	z-index: 40;
}

.sliderPaused #refinedSliderWrapperstacks_in_130397_page3 .nivo-caption {
	opacity: 1.00;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130397_page3 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
/* @group Basics */

#audioPlayerContainerstacks_in_130352_page3 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_130352_page3,
#audioPlayerContainerstacks_in_130352_page3:before,
#audioPlayerContainerstacks_in_130352_page3:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerAudiostacks_in_130352_page3 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_130352_page3 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 5px;
}

#audioPlayerControlsstacks_in_130352_page3 [class^="fa fa-"] {
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

/*  */

/*  */
/* Vertical gradient fill */
#audioPlayerControlsstacks_in_130352_page3 {
	background-color: #1382AF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#1382AF), to(#0E5D7F));
	background-image: -moz-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -ms-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1382AF), color-stop(100%, #0E5D7F));
	background-image: -webkit-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -o-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: linear-gradient(top, #1382AF, #0E5D7F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1382AF', endColorstr='#0E5D7F', GradientType=0);
}
/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_130352_page3 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_130352_page3 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_130352_page3 #audioPlayerPlayPausestacks_in_130352_page3 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_130352_page3 #audioPlayerFullScreenstacks_in_130352_page3 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_130352_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_130352_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_130352_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_130352_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_130352_page3 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_130352_page3 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_130352_page3 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 40px;
		line-height: 40px;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130352_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_130352_page3 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_130352_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 18px;
		vertical-align: middle;
	}
	
	#volumestacks_in_130352_page3 [class^="fa fa-"] {
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130352_page3:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_130352_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130352_page3:hover #volumeButtonstacks_in_130352_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130352_page3 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumeMaxstacks_in_130352_page3 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volume-barstacks_in_130352_page3[type=range],
	#volumeMinstacks_in_130352_page3,
	#volumeMaxstacks_in_130352_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130352_page3,
	#volumeMaxstacks_in_130352_page3 {
		cursor: pointer;
	}
	
	#volumestacks_in_130352_page3:hover #volume-barstacks_in_130352_page3,
	#volumestacks_in_130352_page3:hover #volumeMinstacks_in_130352_page3,
	#volumestacks_in_130352_page3:hover #volumeMaxstacks_in_130352_page3 {
		display: inline;
	}
	
	#volume-barstacks_in_130352_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}
	
	#volume-barstacks_in_130352_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130352_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_130352_page3[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_130352_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130352_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130352_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130352_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130352_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130352_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130352_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130352_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130352_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_130352_page3 #audioPlayerFullScreenstacks_in_130352_page3,
	#audioPlayerControlsstacks_in_130352_page3 #volumestacks_in_130352_page3 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_130352_page3 {
	padding:  20px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_130401_page3 {
	max-width: 100px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_130401_page3 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_130401_page3 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_130401_page3 a,
#refinedSliderWrapperstacks_in_130401_page3 a:visited,
#refinedSliderWrapperstacks_in_130401_page3 a:hover,
#refinedSliderWrapperstacks_in_130401_page3 a:active,
#refinedSliderWrapperstacks_in_130401_page3 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_130401_page3 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_130401_page3 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_130401_page3 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

#refinedSliderWrapperstacks_in_130401_page3 .nivo-controlNav {
	display: none !important;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130401_page3 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

#refinedSliderWrapperstacks_in_130401_page3 .nivo-caption {
	background: rgba(0, 0, 0, 0.66);
	transition: all 400ms ease-in-out;
	opacity: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.25em;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 1px solid rgba(0, 0, 0, 1.00);
	z-index: 40;
}

.sliderPaused #refinedSliderWrapperstacks_in_130401_page3 .nivo-caption {
	opacity: 1.00;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130401_page3 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
/* @group Basics */

#audioPlayerContainerstacks_in_130353_page3 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_130353_page3,
#audioPlayerContainerstacks_in_130353_page3:before,
#audioPlayerContainerstacks_in_130353_page3:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerAudiostacks_in_130353_page3 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_130353_page3 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 5px;
}

#audioPlayerControlsstacks_in_130353_page3 [class^="fa fa-"] {
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

/*  */

/*  */
/* Vertical gradient fill */
#audioPlayerControlsstacks_in_130353_page3 {
	background-color: #1382AF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#1382AF), to(#0E5D7F));
	background-image: -moz-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -ms-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1382AF), color-stop(100%, #0E5D7F));
	background-image: -webkit-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -o-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: linear-gradient(top, #1382AF, #0E5D7F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1382AF', endColorstr='#0E5D7F', GradientType=0);
}
/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_130353_page3 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_130353_page3 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_130353_page3 #audioPlayerPlayPausestacks_in_130353_page3 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_130353_page3 #audioPlayerFullScreenstacks_in_130353_page3 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_130353_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_130353_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_130353_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_130353_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_130353_page3 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_130353_page3 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_130353_page3 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 40px;
		line-height: 40px;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130353_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_130353_page3 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_130353_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 18px;
		vertical-align: middle;
	}
	
	#volumestacks_in_130353_page3 [class^="fa fa-"] {
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130353_page3:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_130353_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130353_page3:hover #volumeButtonstacks_in_130353_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130353_page3 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumeMaxstacks_in_130353_page3 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volume-barstacks_in_130353_page3[type=range],
	#volumeMinstacks_in_130353_page3,
	#volumeMaxstacks_in_130353_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130353_page3,
	#volumeMaxstacks_in_130353_page3 {
		cursor: pointer;
	}
	
	#volumestacks_in_130353_page3:hover #volume-barstacks_in_130353_page3,
	#volumestacks_in_130353_page3:hover #volumeMinstacks_in_130353_page3,
	#volumestacks_in_130353_page3:hover #volumeMaxstacks_in_130353_page3 {
		display: inline;
	}
	
	#volume-barstacks_in_130353_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}
	
	#volume-barstacks_in_130353_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130353_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_130353_page3[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_130353_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130353_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130353_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130353_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130353_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130353_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130353_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130353_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130353_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_130353_page3 #audioPlayerFullScreenstacks_in_130353_page3,
	#audioPlayerControlsstacks_in_130353_page3 #volumestacks_in_130353_page3 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_130353_page3 {
	padding:  20px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_130405_page3 {
	max-width: 100px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_130405_page3 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_130405_page3 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_130405_page3 a,
#refinedSliderWrapperstacks_in_130405_page3 a:visited,
#refinedSliderWrapperstacks_in_130405_page3 a:hover,
#refinedSliderWrapperstacks_in_130405_page3 a:active,
#refinedSliderWrapperstacks_in_130405_page3 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_130405_page3 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_130405_page3 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_130405_page3 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

#refinedSliderWrapperstacks_in_130405_page3 .nivo-controlNav {
	display: none !important;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130405_page3 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

#refinedSliderWrapperstacks_in_130405_page3 .nivo-caption {
	background: rgba(0, 0, 0, 0.66);
	transition: all 400ms ease-in-out;
	opacity: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.25em;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 1px solid rgba(0, 0, 0, 1.00);
	z-index: 40;
}

.sliderPaused #refinedSliderWrapperstacks_in_130405_page3 .nivo-caption {
	opacity: 1.00;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_130405_page3 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
/* @group Basics */

#audioPlayerContainerstacks_in_130354_page3 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_130354_page3,
#audioPlayerContainerstacks_in_130354_page3:before,
#audioPlayerContainerstacks_in_130354_page3:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerAudiostacks_in_130354_page3 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_130354_page3 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 5px;
}

#audioPlayerControlsstacks_in_130354_page3 [class^="fa fa-"] {
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

/*  */

/*  */
/* Vertical gradient fill */
#audioPlayerControlsstacks_in_130354_page3 {
	background-color: #1382AF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#1382AF), to(#0E5D7F));
	background-image: -moz-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -ms-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1382AF), color-stop(100%, #0E5D7F));
	background-image: -webkit-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: -o-linear-gradient(top, #1382AF, #0E5D7F);
	background-image: linear-gradient(top, #1382AF, #0E5D7F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1382AF', endColorstr='#0E5D7F', GradientType=0);
}
/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_130354_page3 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_130354_page3 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_130354_page3 #audioPlayerPlayPausestacks_in_130354_page3 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_130354_page3 #audioPlayerFullScreenstacks_in_130354_page3 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_130354_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_130354_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerDurationstacks_in_130354_page3 {
	display: inline-block;
	width: 40px;
}

#audioPlayerTimeDividerstacks_in_130354_page3 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(234, 253, 255, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_130354_page3 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_130354_page3 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_130354_page3 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 40px;
		line-height: 40px;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#audioPlayerSeekBarstacks_in_130354_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_130354_page3 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_130354_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 18px;
		vertical-align: middle;
	}
	
	#volumestacks_in_130354_page3 [class^="fa fa-"] {
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130354_page3:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_130354_page3 {
		display: inline-block;
		max-width: 40px;
		width: 40px;
		line-height: 40px;
		height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumestacks_in_130354_page3:hover #volumeButtonstacks_in_130354_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130354_page3 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volumeMaxstacks_in_130354_page3 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 40px;
		line-height: 40px;
		color: rgba(234, 253, 255, 1.00);
	}
	
	#volume-barstacks_in_130354_page3[type=range],
	#volumeMinstacks_in_130354_page3,
	#volumeMaxstacks_in_130354_page3 {
		display: none;
	}
	
	#volumeMinstacks_in_130354_page3,
	#volumeMaxstacks_in_130354_page3 {
		cursor: pointer;
	}
	
	#volumestacks_in_130354_page3:hover #volume-barstacks_in_130354_page3,
	#volumestacks_in_130354_page3:hover #volumeMinstacks_in_130354_page3,
	#volumestacks_in_130354_page3:hover #volumeMaxstacks_in_130354_page3 {
		display: inline;
	}
	
	#volume-barstacks_in_130354_page3[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}
	
	#volume-barstacks_in_130354_page3[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130354_page3[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_130354_page3[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_130354_page3[type=range]:focus::-webkit-slider-runnable-track {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130354_page3[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130354_page3[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130354_page3[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #1696CC;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_130354_page3[type=range]::-ms-fill-lower {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130354_page3[type=range]::-ms-fill-upper {
		background: #1696CC;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_130354_page3[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #EAFDFF;
	}
	
	#volume-barstacks_in_130354_page3[type=range]:focus::-ms-fill-lower {
		background: #1696CC;
	}
	
	#volume-barstacks_in_130354_page3[type=range]:focus::-ms-fill-upper {
		background: #1696CC;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_130354_page3 #audioPlayerFullScreenstacks_in_130354_page3,
	#audioPlayerControlsstacks_in_130354_page3 #volumestacks_in_130354_page3 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_130354_page3 {
	padding:  20px;
}
