/* Start dooMontage 2 stack page CSS code *//*! * Justified Gallery - v3.6.1 * http://miromannino.github.io/Justified-Gallery/ * Copyright (c) 2015 Miro Mannino * Licensed under the MIT license. */@-webkit-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.doocaption,.justified-gallery>div>.doocaption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:600;font-family:sans-serif}.justified-gallery>a>.doocaption.doocaption-visible,.justified-gallery>div>.doocaption.doocaption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-doocaption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-doocaption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-doocaption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}/* End dooMontage 2 stack page CSS code *//* 
WHW edits
- Remove retina @media block at the bottom
- Remove '.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(icons/loading.gif) no-repeat 50% 50%; }'
- Remove 'background-image: url(icons/next.png);'
- Remove 'background-image: url(icons/prev.png);'
- Remove 'background: url(icons/close.png) no-repeat 5px 5px;'
- Remove default theme
*/


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.nivo-lightbox-html5audio {
	width: 100%;
}

.nivo-lightbox-html5video {
	background: #000;
}

.nivo-lightbox-html5audio,
.nivo-lightbox-html5video {
	position: absolute;
	z-index: 99999;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}
.dromeas-Warning{
	display: none;
}


body, #holder{
	overflow: hidden!important;
}



.select-theme-warning{
	position: fixed;
	top: 40%;
	z-index: 9999;
	margin: 0 auto;
	left: 0;
	right: 0;
}



.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; 
  width: 420px;
  text-align: center;
  z-index: 999999;
}
    
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
  color: #333333;
}

.panel.callout {
    color: #333333; 
}
  
.panel.radius {
    border-radius: 3px; 
}


	    
	#container .block{
		width: 100vw;
		height: 100vh;
	}
	#container #block_holder, #container {
		width: 400.2vw;
	}
	




/* @group TOGGLE BUTTON */

#nav-toggle {background: #FFFFFF}
#nav-toggle span, 
#nav-toggle span:before,
#nav-toggle span:after {background: #000000}

/* @end */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14437 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14437 img{}

#stacks_in_14437 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* MediaQueries stack v1.1.3 */					/* @group hide above */	@media screen and (min-width: 1700px) {		#stacks_in_14652 {			display: none !important;		}	}	/* @end */			/* End of MediaQueries stack *//* Start Spin2 stack each CSS code */



#stacks_in_15679 .doospin2child{
	display: none;
}







/* End Spin2 stack each CSS code *//* Start doospin2child stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End doospin2child stack each CSS code */
#stacks_in_15760 {
	margin: 0px 15px 0px 0px;
}
/* Start doospin2child stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End doospin2child stack each CSS code */
#stacks_in_14629 {
	margin: 0px 15px 0px 0px;
}
/* Start doospin2child stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End doospin2child stack each CSS code */
#stacks_in_15699 {
	margin: 0px 15px 0px 0px;
}
/* Start doospin2child stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End doospin2child stack each CSS code */
#stacks_in_15883 {
	margin: 0px 15px 0px 0px;
}
/* MediaQueries stack v1.1.3 */	#stacks_in_14657 {	display: none !important;}					/* @group hide above */	@media screen and (min-width: 1700px) {		#stacks_in_14657 {			display: initial !important;		}	}	/* @end */			/* End of MediaQueries stack *//* Start Spin2 stack each CSS code */



#stacks_in_15687 .doospin2child{
	display: none;
}







/* End Spin2 stack each CSS code *//* Start doospin2child stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End doospin2child stack each CSS code */
#stacks_in_15766 {
	margin: 0px 15px 0px 0px;
}
/* Start doospin2child stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End doospin2child stack each CSS code */
#stacks_in_15701 {
	margin: 0px 15px 0px 0px;
}
/* Start doospin2child stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End doospin2child stack each CSS code */
#stacks_in_15886 {
	margin: 0px 15px 0px 0px;
}
/* Start doospin2child stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End doospin2child stack each CSS code */
#stacks_in_15890 {
	margin: 0px 15px 0px 0px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14443 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14443 img{width: 100%;height: auto;}

#stacks_in_14443 {
	margin: 0px 15px 0px 0px;
}
#usefulStackWrapperstacks_in_14868 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_14868 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_14868 {
		display: none;
	}
}













#stacks_in_14445 {
	margin: 0px 0px 0px 10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_14448sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_14448sl-wrapper{z-index:1000000}.stacks_in_14448sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_14448sl-wrapper button:hover{opacity:.7}.stacks_in_14448sl-wrapper .stacks_in_14448sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_14448sl-wrapper .stacks_in_14448sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_14448sl-wrapper .stacks_in_14448sl-navigation{width:100%;display:none}.stacks_in_14448sl-wrapper .stacks_in_14448sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-algin:center;display:block;z-index:100015}.stacks_in_14448sl-wrapper .stacks_in_14448sl-navigation button.stacks_in_14448sl-next{right:40px;color:#fff}.stacks_in_14448sl-wrapper .stacks_in_14448sl-navigation button.stacks_in_14448sl-prev{left:40px;color:#fff}.stacks_in_14448sl-wrapper .stacks_in_14448sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_14448sl-wrapper .stacks_in_14448sl-image img{margin:0;padding:0;display:block}.stacks_in_14448sl-wrapper .stacks_in_14448sl-image .stacks_in_14448sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:0;position:absolute;bottom:0;left:0;right:0;-webkit-transition: opacity 300ms ease-out;-moz-transition: opacity 300ms ease-out;-o-transition: opacity 300ms ease-out;transition: opacity 300ms ease-out;}.stacks_in_14448sl-wrapper .stacks_in_14448sl-image .stacks_in_14448sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_14448sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:100007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}.stacks_in_14448sl-image:hover > .stacks_in_14448sl-caption{	opacity: 0.8;}.stacks_in_14448sl-overlay{background:#fff !important;}.stacks_in_14448sl-close{color:#000 !important}.stacks_in_14448sl-prev{color:#000 !important}.stacks_in_14448sl-next{color:#000 !important}.stacks_in_14448sl-counter{color:#000 !important}.dooMasterImage, .jg-entry, .followMontageLink{-webkit-transform-style: preserve-3d;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility: hidden;-webkit-font-smoothing: antialiased}#stacks_in_14448Montage{	background: rgba(255, 255, 255, 1.00);	z-index: 100;}#stacks_in_14448 .montageImageTitle{	display: none;}.stacks_in_14448green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_14448centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_14448 .montageImageTitle{	display: none !important;}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_14448 {
	margin: 0px 5px 0px 0px;
}
/* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code */
#stacks_in_15460 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 5px 0px 20px 5px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14869 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14869 img{width: 100%;height: auto;}

#stacks_in_14869 {
	margin: 0px 15px 0px 0px;
}
#usefulStackWrapperstacks_in_14442 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_14442 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_14442 {
		display: none;
	}
}













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

#stacks_in_14871 {
	margin: 0px 0px 0px 10px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15853 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15853 iframe,  
.video_stacks_in_15853 object,  
.video_stacks_in_15853 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15853 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15847 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15847 iframe,  
.video_stacks_in_15847 object,  
.video_stacks_in_15847 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15847 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15850 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15850 iframe,  
.video_stacks_in_15850 object,  
.video_stacks_in_15850 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15850 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15856 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15856 iframe,  
.video_stacks_in_15856 object,  
.video_stacks_in_15856 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15856 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15609 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15609 iframe,  
.video_stacks_in_15609 object,  
.video_stacks_in_15609 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15609 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14966 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14966 iframe,  
.video_stacks_in_14966 object,  
.video_stacks_in_14966 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14966 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14969 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14969 iframe,  
.video_stacks_in_14969 object,  
.video_stacks_in_14969 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14969 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14972 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14972 iframe,  
.video_stacks_in_14972 object,  
.video_stacks_in_14972 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14972 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14975 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14975 iframe,  
.video_stacks_in_14975 object,  
.video_stacks_in_14975 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14975 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14978 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14978 iframe,  
.video_stacks_in_14978 object,  
.video_stacks_in_14978 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14978 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14981 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14981 iframe,  
.video_stacks_in_14981 object,  
.video_stacks_in_14981 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14981 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14984 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14984 iframe,  
.video_stacks_in_14984 object,  
.video_stacks_in_14984 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14984 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14987 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14987 iframe,  
.video_stacks_in_14987 object,  
.video_stacks_in_14987 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14987 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14990 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14990 iframe,  
.video_stacks_in_14990 object,  
.video_stacks_in_14990 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14990 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14993 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14993 iframe,  
.video_stacks_in_14993 object,  
.video_stacks_in_14993 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14993 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14996 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14996 iframe,  
.video_stacks_in_14996 object,  
.video_stacks_in_14996 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14996 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14999 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14999 iframe,  
.video_stacks_in_14999 object,  
.video_stacks_in_14999 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14999 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15002 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15002 iframe,  
.video_stacks_in_15002 object,  
.video_stacks_in_15002 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15002 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15005 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15005 iframe,  
.video_stacks_in_15005 object,  
.video_stacks_in_15005 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15005 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15008 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15008 iframe,  
.video_stacks_in_15008 object,  
.video_stacks_in_15008 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15008 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15011 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15011 iframe,  
.video_stacks_in_15011 object,  
.video_stacks_in_15011 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15011 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15014 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15014 iframe,  
.video_stacks_in_15014 object,  
.video_stacks_in_15014 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15014 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14265 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14265 img{width: 100%;height: auto;}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14256 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14256 img{width: 100%;height: auto;}

#stacks_in_14256 {
	margin:  10px;
	padding:  10px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14891 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14891 img{width: 100%;height: auto;}

#stacks_in_14891 {
	margin: 0px 15px 0px 0px;
}
#usefulStackWrapperstacks_in_14890 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_14890 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_14890 {
		display: none;
	}
}













#stacks_in_14893 {
	margin: 0px 0px 0px 15px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_15653 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_15653 iframe,  
.video_stacks_in_15653 object,  
.video_stacks_in_15653 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_15653 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 10px 0px;
}

#stacks_in_15640 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 0px 5px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14499 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14499 img{width: 100%;height: auto;}
#usefulStackWrapperstacks_in_14498 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 40000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_14498 {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_14498 {
		display: none;
	}
}













#stacks_in_14501 {
	margin: 0px 0px 0px 15px;
}

#stacks_out_14501 {
	margin-left:0;
}

#stacks_in_15835 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15835 {
	margin-left:0;
}

#stacks_in_15836 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15837 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15837 {
	margin-left:0;
}

#stacks_in_15825 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15825 {
	margin-left:0;
}

#stacks_in_15826 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15833 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15833 {
	margin-left:0;
}

#stacks_in_15817 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15817 {
	margin-left:0;
}

#stacks_in_15818 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15819 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15819 {
	margin-left:0;
}

#stacks_in_15805 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15805 {
	margin-left:0;
}

#stacks_in_15806 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15807 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15807 {
	margin-left:0;
}

#stacks_in_15775 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15775 {
	margin-left:0;
}

#stacks_in_15777 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15779 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15779 {
	margin-left:0;
}

#stacks_in_15769 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15769 {
	margin-left:0;
}

#stacks_in_15771 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15773 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15773 {
	margin-left:0;
}

#stacks_in_15753 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15753 {
	margin-left:0;
}

#stacks_in_15755 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15757 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15757 {
	margin-left:0;
}

#stacks_in_15713 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15713 {
	margin-left:0;
}

#stacks_in_15715 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15717 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15717 {
	margin-left:0;
}

#stacks_in_15673 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15673 {
	margin-left:0;
}

#stacks_in_15675 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15677 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15677 {
	margin-left:0;
}

#stacks_in_15667 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15667 {
	margin-left:0;
}

#stacks_in_15669 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15671 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15671 {
	margin-left:0;
}

#stacks_in_14607 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14607 {
	margin-left:0;
}

#stacks_in_14610 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_14614 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_14614 {
	margin-left:0;
}

#stacks_in_14620 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14620 {
	margin-left:0;
}

#stacks_in_14623 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_14625 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_14625 {
	margin-left:0;
}

#stacks_in_15178 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15178 {
	margin-left:0;
}

#stacks_in_15180 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15182 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15182 {
	margin-left:0;
}

#stacks_in_15170 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15170 {
	margin-left:0;
}

#stacks_in_15172 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15477 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15477 {
	margin-left:0;
}

#stacks_in_15164 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15164 {
	margin-left:0;
}

#stacks_in_15166 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15168 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15168 {
	margin-left:0;
}

#stacks_in_14671 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14671 {
	margin-left:0;
}

#stacks_in_14673 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_14675 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_14675 {
	margin-left:0;
}

#stacks_in_15157 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15157 {
	margin-left:0;
}

#stacks_in_15160 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15162 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15162 {
	margin-left:0;
}

#stacks_in_14504 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14504 {
	margin-left:0;
}

#stacks_in_14506 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_14618 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_14618 {
	margin-left:0;
}

#stacks_in_14510 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14510 {
	margin-left:0;
}

#stacks_in_14512 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_14514 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_14514 {
	margin-left:0;
}

#stacks_in_15149 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15149 {
	margin-left:0;
}

#stacks_in_15152 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15155 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15155 {
	margin-left:0;
}

#stacks_in_15147 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15147 {
	margin-left:0;
}

#stacks_in_15141 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15143 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15143 {
	margin-left:0;
}

#stacks_in_15132 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15132 {
	margin-left:0;
}

#stacks_in_15134 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15137 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15137 {
	margin-left:0;
}

#stacks_in_15126 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15126 {
	margin-left:0;
}

#stacks_in_15128 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15130 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15130 {
	margin-left:0;
}

#stacks_in_15120 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15120 {
	margin-left:0;
}

#stacks_in_15122 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15124 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15124 {
	margin-left:0;
}

#stacks_in_15113 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15113 {
	margin-left:0;
}

#stacks_in_15116 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15118 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15118 {
	margin-left:0;
}

#stacks_in_15107 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15107 {
	margin-left:0;
}

#stacks_in_15109 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15111 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15111 {
	margin-left:0;
}

#stacks_in_15101 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15101 {
	margin-left:0;
}

#stacks_in_15103 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15105 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15105 {
	margin-left:0;
}

#stacks_in_15095 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15095 {
	margin-left:0;
}

#stacks_in_15097 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15099 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15099 {
	margin-left:0;
}

#stacks_in_15087 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15087 {
	margin-left:0;
}

#stacks_in_15089 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15092 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15092 {
	margin-left:0;
}

#stacks_in_15080 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15080 {
	margin-left:0;
}

#stacks_in_15083 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15085 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15085 {
	margin-left:0;
}

#stacks_in_15078 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15078 {
	margin-left:0;
}

#stacks_in_15071 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 5px 0px 0px;
}

#stacks_in_15074 {
	margin: 5px 15px 15px 15px;
}

#stacks_out_15074 {
	margin-left:0;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14229 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14229 img{width: 100%;height: auto;}

#stacks_in_14229 {
	margin:  10px;
	padding:  10px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14832 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14832 img{width: 100%;height: auto;}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14520 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14520 img{width: 100%;height: auto;}
#usefulStackWrapperstacks_in_15437 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_15437 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_15437 {
		display: none;
	}
}













#stacks_in_14522 {
	margin: 0px 0px 0px 15px;
}

#stacks_in_15811 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15811 {
	margin-left:0;
}

#stacks_in_15812 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15813 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15799 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15799 {
	margin-left:0;
}

#stacks_in_15800 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15801 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15787 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15787 {
	margin-left:0;
}

#stacks_in_15789 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15791 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15781 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15781 {
	margin-left:0;
}

#stacks_in_15783 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15785 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15735 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15735 {
	margin-left:0;
}

#stacks_in_15737 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15739 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15741 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15741 {
	margin-left:0;
}

#stacks_in_15743 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15745 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15644 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15644 {
	margin-left:0;
}

#stacks_in_15646 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15648 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15656 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15656 {
	margin-left:0;
}

#stacks_in_15660 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15663 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_14525 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14525 {
	margin-left:0;
}

#stacks_in_14527 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14529 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15471 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15471 {
	margin-left:0;
}

#stacks_in_15473 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15475 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_15048 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_15048 {
	margin-left:0;
}

#stacks_in_15051 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15053 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_14598 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14598 {
	margin-left:0;
}

#stacks_in_14600 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14603 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_14531 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14531 {
	margin-left:0;
}

#stacks_in_14533 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14535 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_14683 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 10px 10px 10px;
	margin: 20px 15px 20px 0px;
}

#stacks_in_14685 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

#stacks_in_14537 {
	margin: 5px 0px 0px 15px;
}

#stacks_out_14537 {
	margin-left:0;
}

#stacks_in_14539 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 10px 10px 10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14541 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 15px 32px 15px 15px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14202 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14202 img{width: 100%;height: auto;}

#stacks_in_14202 {
	margin:  10px;
	padding:  10px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14549 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14549 img{width: 100%;height: auto;}
#usefulStackWrapperstacks_in_14548 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_14548 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_14548 {
		display: none;
	}
}













#stacks_in_14551 {
	margin: 0px 0px 0px 15px;
}

#stacks_in_14554 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15665 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14556 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14558 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14722 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14722 img{width: 100%;height: auto;}

#stacks_in_14722 {
	margin: 0px 15px 0px 0px;
}
#usefulStackWrapperstacks_in_14721 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_14721 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_14721 {
		display: none;
	}
}













#stacks_in_14724 {
	margin: 0px 0px 0px 15px;
}
#rottenAppleDeviceContentstacks_in_15331 {
	display: none;
}

.rottenAppleHiddenContent {
	display: none !important;
}

#stacks_in_15331 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 15px 0px;
}

#stacks_in_15615 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_15618>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15618>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15618>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15623 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15623 #audioPlayerPlayPausestacks_in_15623 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15623 #audioPlayerFullScreenstacks_in_15623 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15623 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#audioPlayerCurrentTimestacks_in_15623 {
	display: inline-block;
	width: 50px;
}

#audioPlayerDurationstacks_in_15623 {
	display: inline-block;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15623 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}





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

#progressBarstacks_in_15623 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15623 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15623[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15623 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15623 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15623:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15623 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15623:hover #volumeButtonstacks_in_15623 {
		display: none;
	}

	#volumeMinstacks_in_15623 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15623 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15623[type=range],
	#volumeMinstacks_in_15623,
	#volumeMaxstacks_in_15623 {
		display: none;
	}

	#volumeMinstacks_in_15623,
	#volumeMaxstacks_in_15623 {
		cursor: pointer;
	}

	#volumestacks_in_15623:hover #volume-barstacks_in_15623,
	#volumestacks_in_15623:hover #volumeMinstacks_in_15623,
	#volumestacks_in_15623:hover #volumeMaxstacks_in_15623 {
		display: inline;
	}

	#volume-barstacks_in_15623[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15623[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15623[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15623[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15623[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15623[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15623[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15623[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15623[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15623[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15623[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15623[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15623[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15623 #audioPlayerFullScreenstacks_in_15623,
	#audioPlayerControlsstacks_in_15623 #volumestacks_in_15623 {
		display: none;
	}
}



#stacks_in_15620 {
	margin: 8px 0px 0px 30px;
}

#stacks_in_15719 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_15721>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15721>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15721>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15725 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15725 #audioPlayerPlayPausestacks_in_15725 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15725 #audioPlayerFullScreenstacks_in_15725 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15725 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#audioPlayerCurrentTimestacks_in_15725 {
	display: inline-block;
	width: 50px;
}

#audioPlayerDurationstacks_in_15725 {
	display: inline-block;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15725 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}





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

#progressBarstacks_in_15725 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15725 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15725[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15725 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15725 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15725:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15725 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15725:hover #volumeButtonstacks_in_15725 {
		display: none;
	}

	#volumeMinstacks_in_15725 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15725 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15725[type=range],
	#volumeMinstacks_in_15725,
	#volumeMaxstacks_in_15725 {
		display: none;
	}

	#volumeMinstacks_in_15725,
	#volumeMaxstacks_in_15725 {
		cursor: pointer;
	}

	#volumestacks_in_15725:hover #volume-barstacks_in_15725,
	#volumestacks_in_15725:hover #volumeMinstacks_in_15725,
	#volumestacks_in_15725:hover #volumeMaxstacks_in_15725 {
		display: inline;
	}

	#volume-barstacks_in_15725[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15725[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15725[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15725[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15725[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15725[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15725[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15725[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15725[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15725[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15725[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15725[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15725[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15725 #audioPlayerFullScreenstacks_in_15725,
	#audioPlayerControlsstacks_in_15725 #volumestacks_in_15725 {
		display: none;
	}
}



#stacks_in_15722 {
	margin: 8px 0px 0px 30px;
}

#stacks_in_15334 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_15379>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15379>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15379>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15383 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15383 #audioPlayerPlayPausestacks_in_15383 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15383 #audioPlayerFullScreenstacks_in_15383 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15383 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#audioPlayerCurrentTimestacks_in_15383 {
	display: inline-block;
	width: 50px;
}

#audioPlayerDurationstacks_in_15383 {
	display: inline-block;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15383 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}





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

#progressBarstacks_in_15383 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15383 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15383[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15383 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15383 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15383:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15383 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15383:hover #volumeButtonstacks_in_15383 {
		display: none;
	}

	#volumeMinstacks_in_15383 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15383 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15383[type=range],
	#volumeMinstacks_in_15383,
	#volumeMaxstacks_in_15383 {
		display: none;
	}

	#volumeMinstacks_in_15383,
	#volumeMaxstacks_in_15383 {
		cursor: pointer;
	}

	#volumestacks_in_15383:hover #volume-barstacks_in_15383,
	#volumestacks_in_15383:hover #volumeMinstacks_in_15383,
	#volumestacks_in_15383:hover #volumeMaxstacks_in_15383 {
		display: inline;
	}

	#volume-barstacks_in_15383[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15383[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15383[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15383[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15383[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15383[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15383[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15383[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15383[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15383[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15383[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15383[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15383[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15383 #audioPlayerFullScreenstacks_in_15383,
	#audioPlayerControlsstacks_in_15383 #volumestacks_in_15383 {
		display: none;
	}
}



#stacks_in_15380 {
	margin: 8px 0px 0px 30px;
}

#stacks_in_15385 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_15337>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15337>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15337>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15341 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15341 #audioPlayerPlayPausestacks_in_15341 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15341 #audioPlayerFullScreenstacks_in_15341 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15341 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#audioPlayerCurrentTimestacks_in_15341 {
	display: inline-block;
	width: 50px;
}

#audioPlayerDurationstacks_in_15341 {
	display: inline-block;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15341 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}





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

#progressBarstacks_in_15341 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15341 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15341[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15341 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15341 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15341:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15341 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15341:hover #volumeButtonstacks_in_15341 {
		display: none;
	}

	#volumeMinstacks_in_15341 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15341 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15341[type=range],
	#volumeMinstacks_in_15341,
	#volumeMaxstacks_in_15341 {
		display: none;
	}

	#volumeMinstacks_in_15341,
	#volumeMaxstacks_in_15341 {
		cursor: pointer;
	}

	#volumestacks_in_15341:hover #volume-barstacks_in_15341,
	#volumestacks_in_15341:hover #volumeMinstacks_in_15341,
	#volumestacks_in_15341:hover #volumeMaxstacks_in_15341 {
		display: inline;
	}

	#volume-barstacks_in_15341[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15341[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15341[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15341[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15341[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15341[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15341[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15341[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15341[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15341[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15341[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15341[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15341[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15341 #audioPlayerFullScreenstacks_in_15341,
	#audioPlayerControlsstacks_in_15341 #volumestacks_in_15341 {
		display: none;
	}
}



#stacks_in_15338 {
	margin: 8px 0px 0px 30px;
}

#stacks_in_15591 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_15593>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15593>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15593>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15597 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15597 #audioPlayerPlayPausestacks_in_15597 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15597 #audioPlayerFullScreenstacks_in_15597 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15597 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#audioPlayerCurrentTimestacks_in_15597 {
	display: inline-block;
	width: 50px;
}

#audioPlayerDurationstacks_in_15597 {
	display: inline-block;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15597 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}





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

#progressBarstacks_in_15597 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15597 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15597[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15597 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15597 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15597:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15597 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15597:hover #volumeButtonstacks_in_15597 {
		display: none;
	}

	#volumeMinstacks_in_15597 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15597 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15597[type=range],
	#volumeMinstacks_in_15597,
	#volumeMaxstacks_in_15597 {
		display: none;
	}

	#volumeMinstacks_in_15597,
	#volumeMaxstacks_in_15597 {
		cursor: pointer;
	}

	#volumestacks_in_15597:hover #volume-barstacks_in_15597,
	#volumestacks_in_15597:hover #volumeMinstacks_in_15597,
	#volumestacks_in_15597:hover #volumeMaxstacks_in_15597 {
		display: inline;
	}

	#volume-barstacks_in_15597[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15597[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15597[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15597[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15597[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15597[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15597[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15597[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15597[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15597[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15597[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15597[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15597[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15597 #audioPlayerFullScreenstacks_in_15597,
	#audioPlayerControlsstacks_in_15597 #volumestacks_in_15597 {
		display: none;
	}
}



#stacks_in_15594 {
	margin: 8px 0px 0px 30px;
}

#stacks_in_15599 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_15603>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15603>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15603>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15602 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15602 #audioPlayerPlayPausestacks_in_15602 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15602 #audioPlayerFullScreenstacks_in_15602 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15602 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#audioPlayerCurrentTimestacks_in_15602 {
	display: inline-block;
	width: 50px;
}

#audioPlayerDurationstacks_in_15602 {
	display: inline-block;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15602 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}





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

#progressBarstacks_in_15602 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15602 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15602[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15602 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15602 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15602:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15602 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15602:hover #volumeButtonstacks_in_15602 {
		display: none;
	}

	#volumeMinstacks_in_15602 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15602 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15602[type=range],
	#volumeMinstacks_in_15602,
	#volumeMaxstacks_in_15602 {
		display: none;
	}

	#volumeMinstacks_in_15602,
	#volumeMaxstacks_in_15602 {
		cursor: pointer;
	}

	#volumestacks_in_15602:hover #volume-barstacks_in_15602,
	#volumestacks_in_15602:hover #volumeMinstacks_in_15602,
	#volumestacks_in_15602:hover #volumeMaxstacks_in_15602 {
		display: inline;
	}

	#volume-barstacks_in_15602[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15602[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15602[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15602[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15602[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15602[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15602[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15602[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15602[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15602[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15602[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15602[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15602[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15602 #audioPlayerFullScreenstacks_in_15602,
	#audioPlayerControlsstacks_in_15602 #volumestacks_in_15602 {
		display: none;
	}
}



#stacks_in_15604 {
	margin: 8px 0px 0px 30px;
}

#stacks_in_15342 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_15343>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15343>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15343>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15349 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15349 #audioPlayerPlayPausestacks_in_15349 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15349 #audioPlayerFullScreenstacks_in_15349 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15349 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#audioPlayerCurrentTimestacks_in_15349 {
	display: inline-block;
	width: 50px;
}

#audioPlayerDurationstacks_in_15349 {
	display: inline-block;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15349 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}





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

#progressBarstacks_in_15349 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15349 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15349[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15349 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15349 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15349:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15349 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15349:hover #volumeButtonstacks_in_15349 {
		display: none;
	}

	#volumeMinstacks_in_15349 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15349 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15349[type=range],
	#volumeMinstacks_in_15349,
	#volumeMaxstacks_in_15349 {
		display: none;
	}

	#volumeMinstacks_in_15349,
	#volumeMaxstacks_in_15349 {
		cursor: pointer;
	}

	#volumestacks_in_15349:hover #volume-barstacks_in_15349,
	#volumestacks_in_15349:hover #volumeMinstacks_in_15349,
	#volumestacks_in_15349:hover #volumeMaxstacks_in_15349 {
		display: inline;
	}

	#volume-barstacks_in_15349[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15349[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15349[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15349[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15349[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15349[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15349[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15349[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15349[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15349[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15349[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15349[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15349[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15349 #audioPlayerFullScreenstacks_in_15349,
	#audioPlayerControlsstacks_in_15349 #volumestacks_in_15349 {
		display: none;
	}
}



#stacks_in_15346 {
	margin: 8px 0px 0px 30px;
}

#stacks_in_15285 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_15367>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15367>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15367>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15371 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15371 #audioPlayerPlayPausestacks_in_15371 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15371 #audioPlayerFullScreenstacks_in_15371 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15371 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 0px;
}

#audioPlayerCurrentTimestacks_in_15371 {
	display: none;
	width: 50px;
}

#audioPlayerDurationstacks_in_15371 {
	display: none;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15371 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}


#audioPlayerTimeDividerstacks_in_15371 {
	display: none;
}



#audioPlayerTimeDividerstacks_in_15371 {
	display: none;
}


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

#progressBarstacks_in_15371 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15371 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15371[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15371 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15371 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15371:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15371 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15371:hover #volumeButtonstacks_in_15371 {
		display: none;
	}

	#volumeMinstacks_in_15371 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15371 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15371[type=range],
	#volumeMinstacks_in_15371,
	#volumeMaxstacks_in_15371 {
		display: none;
	}

	#volumeMinstacks_in_15371,
	#volumeMaxstacks_in_15371 {
		cursor: pointer;
	}

	#volumestacks_in_15371:hover #volume-barstacks_in_15371,
	#volumestacks_in_15371:hover #volumeMinstacks_in_15371,
	#volumestacks_in_15371:hover #volumeMaxstacks_in_15371 {
		display: inline;
	}

	#volume-barstacks_in_15371[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15371[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15371[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15371[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15371[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15371[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15371[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15371[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15371[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15371[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15371[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15371[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15371[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15371 #audioPlayerFullScreenstacks_in_15371,
	#audioPlayerControlsstacks_in_15371 #volumestacks_in_15371 {
		display: none;
	}
}



#stacks_in_15368 {
	margin: 7px 0px 0px 30px;
}

#stacks_in_15727 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_15729>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15729>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15729>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15733 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15733 #audioPlayerPlayPausestacks_in_15733 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15733 #audioPlayerFullScreenstacks_in_15733 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15733 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 0px;
}

#audioPlayerCurrentTimestacks_in_15733 {
	display: none;
	width: 50px;
}

#audioPlayerDurationstacks_in_15733 {
	display: none;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15733 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}


#audioPlayerTimeDividerstacks_in_15733 {
	display: none;
}



#audioPlayerTimeDividerstacks_in_15733 {
	display: none;
}


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

#progressBarstacks_in_15733 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15733 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15733[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15733 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15733 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15733:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15733 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15733:hover #volumeButtonstacks_in_15733 {
		display: none;
	}

	#volumeMinstacks_in_15733 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15733 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15733[type=range],
	#volumeMinstacks_in_15733,
	#volumeMaxstacks_in_15733 {
		display: none;
	}

	#volumeMinstacks_in_15733,
	#volumeMaxstacks_in_15733 {
		cursor: pointer;
	}

	#volumestacks_in_15733:hover #volume-barstacks_in_15733,
	#volumestacks_in_15733:hover #volumeMinstacks_in_15733,
	#volumestacks_in_15733:hover #volumeMaxstacks_in_15733 {
		display: inline;
	}

	#volume-barstacks_in_15733[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15733[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15733[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15733[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15733[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15733[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15733[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15733[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15733[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15733[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15733[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15733[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15733[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15733 #audioPlayerFullScreenstacks_in_15733,
	#audioPlayerControlsstacks_in_15733 #volumestacks_in_15733 {
		display: none;
	}
}



#stacks_in_15730 {
	margin: 7px 0px 0px 30px;
}

#stacks_in_15626 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_15628>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15628>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15628>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15632 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15632 #audioPlayerPlayPausestacks_in_15632 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15632 #audioPlayerFullScreenstacks_in_15632 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15632 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 0px;
}

#audioPlayerCurrentTimestacks_in_15632 {
	display: none;
	width: 50px;
}

#audioPlayerDurationstacks_in_15632 {
	display: none;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15632 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}


#audioPlayerTimeDividerstacks_in_15632 {
	display: none;
}



#audioPlayerTimeDividerstacks_in_15632 {
	display: none;
}


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

#progressBarstacks_in_15632 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15632 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15632[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15632 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15632 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15632:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15632 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15632:hover #volumeButtonstacks_in_15632 {
		display: none;
	}

	#volumeMinstacks_in_15632 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15632 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15632[type=range],
	#volumeMinstacks_in_15632,
	#volumeMaxstacks_in_15632 {
		display: none;
	}

	#volumeMinstacks_in_15632,
	#volumeMaxstacks_in_15632 {
		cursor: pointer;
	}

	#volumestacks_in_15632:hover #volume-barstacks_in_15632,
	#volumestacks_in_15632:hover #volumeMinstacks_in_15632,
	#volumestacks_in_15632:hover #volumeMaxstacks_in_15632 {
		display: inline;
	}

	#volume-barstacks_in_15632[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15632[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15632[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15632[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15632[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15632[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15632[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15632[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15632[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15632[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15632[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15632[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15632[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15632 #audioPlayerFullScreenstacks_in_15632,
	#audioPlayerControlsstacks_in_15632 #volumestacks_in_15632 {
		display: none;
	}
}



#stacks_in_15629 {
	margin: 7px 0px 0px 30px;
}

#stacks_in_15387 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_15389>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15389>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15389>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15394 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15394 #audioPlayerPlayPausestacks_in_15394 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15394 #audioPlayerFullScreenstacks_in_15394 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15394 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 0px;
}

#audioPlayerCurrentTimestacks_in_15394 {
	display: none;
	width: 50px;
}

#audioPlayerDurationstacks_in_15394 {
	display: none;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15394 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}


#audioPlayerTimeDividerstacks_in_15394 {
	display: none;
}



#audioPlayerTimeDividerstacks_in_15394 {
	display: none;
}


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

#progressBarstacks_in_15394 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15394 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15394[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15394 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15394 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15394:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15394 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15394:hover #volumeButtonstacks_in_15394 {
		display: none;
	}

	#volumeMinstacks_in_15394 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15394 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15394[type=range],
	#volumeMinstacks_in_15394,
	#volumeMaxstacks_in_15394 {
		display: none;
	}

	#volumeMinstacks_in_15394,
	#volumeMaxstacks_in_15394 {
		cursor: pointer;
	}

	#volumestacks_in_15394:hover #volume-barstacks_in_15394,
	#volumestacks_in_15394:hover #volumeMinstacks_in_15394,
	#volumestacks_in_15394:hover #volumeMaxstacks_in_15394 {
		display: inline;
	}

	#volume-barstacks_in_15394[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15394[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15394[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15394[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15394[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15394[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15394[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15394[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15394[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15394[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15394[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15394[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15394[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15394 #audioPlayerFullScreenstacks_in_15394,
	#audioPlayerControlsstacks_in_15394 #volumestacks_in_15394 {
		display: none;
	}
}



#stacks_in_15390 {
	margin: 7px 0px 0px 30px;
}

#stacks_in_15407 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_15410>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15410>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15410>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15417 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15417 #audioPlayerPlayPausestacks_in_15417 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15417 #audioPlayerFullScreenstacks_in_15417 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15417 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 0px;
}

#audioPlayerCurrentTimestacks_in_15417 {
	display: none;
	width: 50px;
}

#audioPlayerDurationstacks_in_15417 {
	display: none;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15417 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}


#audioPlayerTimeDividerstacks_in_15417 {
	display: none;
}



#audioPlayerTimeDividerstacks_in_15417 {
	display: none;
}


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

#progressBarstacks_in_15417 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15417 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15417[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15417 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15417 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15417:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15417 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15417:hover #volumeButtonstacks_in_15417 {
		display: none;
	}

	#volumeMinstacks_in_15417 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15417 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15417[type=range],
	#volumeMinstacks_in_15417,
	#volumeMaxstacks_in_15417 {
		display: none;
	}

	#volumeMinstacks_in_15417,
	#volumeMaxstacks_in_15417 {
		cursor: pointer;
	}

	#volumestacks_in_15417:hover #volume-barstacks_in_15417,
	#volumestacks_in_15417:hover #volumeMinstacks_in_15417,
	#volumestacks_in_15417:hover #volumeMaxstacks_in_15417 {
		display: inline;
	}

	#volume-barstacks_in_15417[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15417[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15417[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15417[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15417[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15417[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15417[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15417[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15417[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15417[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15417[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15417[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15417[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15417 #audioPlayerFullScreenstacks_in_15417,
	#audioPlayerControlsstacks_in_15417 #volumestacks_in_15417 {
		display: none;
	}
}



#stacks_in_15412 {
	margin: 7px 0px 0px 30px;
}

#stacks_in_15396 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_15399>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15399>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15399>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15405 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15405 #audioPlayerPlayPausestacks_in_15405 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15405 #audioPlayerFullScreenstacks_in_15405 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15405 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#audioPlayerCurrentTimestacks_in_15405 {
	display: none;
	width: 50px;
}

#audioPlayerDurationstacks_in_15405 {
	display: none;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15405 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}


#audioPlayerTimeDividerstacks_in_15405 {
	display: none;
}



#audioPlayerTimeDividerstacks_in_15405 {
	display: none;
}


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

#progressBarstacks_in_15405 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15405 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15405[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15405 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15405 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15405:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15405 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15405:hover #volumeButtonstacks_in_15405 {
		display: none;
	}

	#volumeMinstacks_in_15405 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15405 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15405[type=range],
	#volumeMinstacks_in_15405,
	#volumeMaxstacks_in_15405 {
		display: none;
	}

	#volumeMinstacks_in_15405,
	#volumeMaxstacks_in_15405 {
		cursor: pointer;
	}

	#volumestacks_in_15405:hover #volume-barstacks_in_15405,
	#volumestacks_in_15405:hover #volumeMinstacks_in_15405,
	#volumestacks_in_15405:hover #volumeMaxstacks_in_15405 {
		display: inline;
	}

	#volume-barstacks_in_15405[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15405[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15405[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15405[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15405[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15405[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15405[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15405[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15405[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15405[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15405[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15405[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15405[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15405 #audioPlayerFullScreenstacks_in_15405,
	#audioPlayerControlsstacks_in_15405 #volumestacks_in_15405 {
		display: none;
	}
}



#stacks_in_15400 {
	margin: 8px 0px 0px 30px;
}

#stacks_in_15320 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_15322>.s3_row {
	margin: 0 -0px;
}

#stacks_in_15322>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_15322>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}





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

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

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

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

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




/* No background */
#audioPlayerControlsstacks_in_15326 {
	background: transparent;
}




















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_15326 #audioPlayerPlayPausestacks_in_15326 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_15326 #audioPlayerFullScreenstacks_in_15326 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_15326 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	text-align: center;
	font-size: 0px;
}

#audioPlayerCurrentTimestacks_in_15326 {
	display: none;
	width: 50px;
}

#audioPlayerDurationstacks_in_15326 {
	display: none;
	width: 50px;
}

#audioPlayerTimeDividerstacks_in_15326 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1.00);
}


#audioPlayerTimeDividerstacks_in_15326 {
	display: none;
}



#audioPlayerTimeDividerstacks_in_15326 {
	display: none;
}


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

#progressBarstacks_in_15326 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_15326 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 50px;
		line-height: 50px;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#audioPlayerSeekBarstacks_in_15326[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

#volumestacks_in_15326 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_15326 {
		display: none;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		vertical-align: middle;
	}

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

	#volumestacks_in_15326:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_15326 {
		display: inline-block;
		max-width: 50px;
		width: 50px;
		line-height: 50px;
		height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumestacks_in_15326:hover #volumeButtonstacks_in_15326 {
		display: none;
	}

	#volumeMinstacks_in_15326 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volumeMaxstacks_in_15326 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 50px;
		line-height: 50px;
		color: rgba(0, 0, 0, 1.00);
	}

	#volume-barstacks_in_15326[type=range],
	#volumeMinstacks_in_15326,
	#volumeMaxstacks_in_15326 {
		display: none;
	}

	#volumeMinstacks_in_15326,
	#volumeMaxstacks_in_15326 {
		cursor: pointer;
	}

	#volumestacks_in_15326:hover #volume-barstacks_in_15326,
	#volumestacks_in_15326:hover #volumeMinstacks_in_15326,
	#volumestacks_in_15326:hover #volumeMaxstacks_in_15326 {
		display: inline;
	}

	#volume-barstacks_in_15326[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}

	#volume-barstacks_in_15326[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15326[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
		margin-top: -5px;
	}

	#volume-barstacks_in_15326[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_15326[type=range]:focus::-webkit-slider-runnable-track {
		background: #000000;
	}

	#volume-barstacks_in_15326[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15326[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15326[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #000000;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_15326[type=range]::-ms-fill-lower {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15326[type=range]::-ms-fill-upper {
		background: #000000;
		border-radius: 10px;
	}

	#volume-barstacks_in_15326[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #000000;
	}

	#volume-barstacks_in_15326[type=range]:focus::-ms-fill-lower {
		background: #000000;
	}

	#volume-barstacks_in_15326[type=range]:focus::-ms-fill-upper {
		background: #000000;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_15326 #audioPlayerFullScreenstacks_in_15326,
	#audioPlayerControlsstacks_in_15326 #volumestacks_in_15326 {
		display: none;
	}
}



#stacks_in_15323 {
	margin: 7px 0px 0px 30px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14727 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14727 iframe,  
.video_stacks_in_14727 object,  
.video_stacks_in_14727 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14727 {
	margin: 20px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14730 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14730 iframe,  
.video_stacks_in_14730 object,  
.video_stacks_in_14730 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14730 {
	margin: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14733 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14733 iframe,  
.video_stacks_in_14733 object,  
.video_stacks_in_14733 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14733 {
	margin: 0px 0px 10px 0px;
}
/* Dromeas iFrame */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.video_stacks_in_14736 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_stacks_in_14736 iframe,  
.video_stacks_in_14736 object,  
.video_stacks_in_14736 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





#stacks_in_14736 {
	margin: 0px 0px 10px 0px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14566 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14566 img{width: 100%;height: auto;}
#usefulStackWrapperstacks_in_15441 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_15441 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_15441 {
		display: none;
	}
}













#stacks_in_14568 {
	margin: 0px 0px 0px 15px;
}

#stacks_in_15823 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15797 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15747 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15711 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15709 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15705 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15703 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14687 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15707 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15642 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15066 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14571 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_15443 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14573 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

#stacks_in_14575 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  10px;
	margin: 0px 15px 0px 0px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14921 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14921 img{width: 100%;height: auto;}
#usefulStackWrapperstacks_in_14565 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_14565 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_14565 {
		display: none;
	}
}













#stacks_in_14923 {
	margin: 0px 0px 0px 15px;
}

#stacks_in_14926 {
	margin: 0px 0px 0px 15px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14745 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14745 img{width: 100%;height: auto;}
#usefulStackWrapperstacks_in_14920 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 600px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_14920 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_14920 {
		display: none;
	}
}













#stacks_in_14747 {
	margin: 0px 0px 0px 15px;
}

#stacks_in_14750 {
	margin: 0px 0px 0px 15px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14148 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14148 img{width: 100%;height: auto;}

#stacks_in_14148 {
	margin:  10px;
	padding:  10px;
}

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

.dromeas-content_stacks_in_14139 {
	margin: 0;
	padding-bottom: 50px;
	border: none;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #FFFFFF;
	
}

.dromeas-content_stacks_in_14139 img{width: 100%;height: auto;}

#stacks_in_14139 {
	margin:  10px;
	padding:  10px;
}
/*  Archetypon Dromeas EC */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}



/*solid*/

#extraContainer1 {background-color: #FFFFFF}


/*opacity*/


/*transparent*/





#extraContainer1 {color: #000000;}
#extraContainer1 a:link {color: #000000;}
#extraContainer1 a:hover{color: #000000;}
#extraContainer1 a:visited{color: #000000;}


#stacks_out_14473 {
	width: 400px;
}

#stacks_in_14475 {
	margin: 0px 6px 0px 6px;
}

#stacks_in_14477 {
	text-transform: capitalize;
}
/*  Archetypon Dromeas EC */

.dromeas-warning{
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #FF0000;
	border-radius: 2px;
	color: #FF0000;
	text-align: center;
	font-weight: bolder;
}

/*solid*/

#extraContainer2 {background-color: #FFFFFF}


/*opacity*/


/*transparent*/







#myExtraContent2 {color: #000000;}
#myExtraContent2 a:link {color: #000000;}
#myExtraContent2 a:hover{color: #000000;}
#myExtraContent2 a:visited{color: #000000;}







#stacks_in_14478 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 20px 0px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.50);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 20px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}




/* No background */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: none;
}


















.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 100ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_14479 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_14479 #topBoxTriggerstacks_in_14479 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_14479 #topBoxTriggerContentstacks_in_14479 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_14479 #topBoxTriggerContentstacks_in_14479 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_14479 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_14479 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_14479 h1,
#topBoxContentWrapperstacks_in_14479 h2,
#topBoxContentWrapperstacks_in_14479 h3,
#topBoxContentWrapperstacks_in_14479 h4,
#topBoxContentWrapperstacks_in_14479 h5,
#topBoxContentWrapperstacks_in_14479 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_14479 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 100ms ease-in-out;
}

#topBoxContentWrapperstacks_in_14479 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_14479 a:hover,
#topBoxContentWrapperstacks_in_14479 a:focus,
#topBoxContentWrapperstacks_in_14479 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_14479 .topBoxAudio,
#topBoxContentWrapperstacks_in_14479 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_14479.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_14479 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_14479 .trackName,
#topBoxContentWrapperstacks_in_14479 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_14479 {
	display: none;
}








#stacks_in_14480 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
}
