<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Start dooBoom stack each CSS code */

.stacks_top{
overflow: visible;
}

.stacks_in:after {
content: "";
display: block;
height: 0;
clear: both;
}

.boomplayer {
	height:2.5em;
	position:relative;
	z-index:1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.boomplayer-mini {
	width:2.5em;
	margin:0 auto;
}

.boomplayer &gt; div {
	position:absolute;
}

.boomplayer-playpause {
	width:2.5em;
	height:100%;
	text-align:left;
	text-indent:-9999px;
	cursor:pointer;
	z-index:2;
	top:0;
	left:0;
}


.boomplayer-mini .boomplayer-playpause {
	width:100%;
}

.boomplayer-mini .boomplayer-bar{
	display: none;
}

.boomplayer-mini .boomplayer-volume{
	display: none;
}

.boomplayer-mini .boomplayer-time-duration {
	border-right:none !important;
	right:0;
}

.boomplayer-mini .boomplayer-time-duration{
	display: none;
}

.boomplayer-mini .boomplayer-time{
	display: none;
}

.boomplayer-playpause:hover,.boomplayer-playpause:focus {
}

.boomplayer-playpause a {
	display:block;
}

.boomplayer:not(.boomplayer-playing) .boomplayer-playpause a {
	width:0;
	height:0;
	border:.5em solid transparent;
	border-right:none;
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-.5em 0 0 -.25em;
}

.boomplayer-playing .boomplayer-playpause a {
	width:.75em;
	height:.75em;
	position:absolute;
	top:50%;
	left:50%;
	margin:-.375em 0 0 -.375em;
}

.boomplayer-playing .boomplayer-playpause a:before,.boomplayer-playing .boomplayer-playpause a:after {
	width:40%;
	height:100%;
	content:'';
	position:absolute;
	top:0;
}

.boomplayer-playing .boomplayer-playpause a:before {
	left:0;
}

.boomplayer-playing .boomplayer-playpause a:after {
	right:0;
}

.boomplayer-time {
	width:4.375em;
	height:100%;
	line-height:2.375em;
	text-align:center;
	z-index:2;
	top:0;
}

.boomplayer-time-current {
	/*border-left:1px solid #111;
	border-left-color:rgba(0,0,0,.25);*/
	left:2.5em;
}

.boomplayer-time-duration {
	right:2.5em;
}

.boomplayer-novolume .boomplayer-time-duration {
	border-right:0;
	right:0;
}

.boomplayer-bar {
	height:.875em;
	cursor:pointer;
	z-index:1;
	top:50%;
	right:6.875em;
	left:6.875em;
	margin-top:-.438em;
}

.boomplayer-novolume .boomplayer-bar {
	right:4.375em;
}

.boomplayer-bar div {
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.boomplayer-bar-loaded {
	z-index:1;
}

.boomplayer-bar-played {
	z-index:2;
}

.boomplayer-volume {
	width: 2.5em;
	height:100%;
	/*border-left:1px solid #111;
	border-left-color:rgba(0,0,0,.25);*/
	cursor:pointer;
	z-index:2;
	top:0;
	right:0;
	text-align:center;
}


.boomplayer-volume-button {
	position: relative;
	width:100%;
	height:100%;
}

.boomplayer-volume-button .fa-volume-off{
	display: none;
}

.boomplayer-volume-button .fa {
	line-height: 2.5em;
}


.boomplayer-mute .fa-volume-up{
	display: none;
}

.boomplayer-mute .fa-volume-off{
	display: inline-block;
	opacity: 0.7;
}

.boomplayer-volume-adjust {
	height:6.25em;
	cursor:default;
	position:absolute;
	left:0;
	right:-1px;
	top:-9999px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}

.boomplayer-volume:not(:hover) .boomplayer-volume-adjust {
	opacity:0;
}

.boomplayer-volume:hover .boomplayer-volume-adjust {
	top:auto;
	bottom:100%;
}

.boomplayer-volume-adjust &gt; div {
	width:40%;
	height:80%;
	cursor:pointer;
	position:relative;
	z-index:1;
	margin:30% auto 0;
}

.boomplayer-volume-adjust div div {
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.boomplayer-novolume .boomplayer-volume {
	display:none;
}

.boomplayer-play,.boomplayer-pause,.boomplayer-volume a {

}

.boomplayer-bar,.boomplayer-bar div,.boomplayer-volume-adjust div {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.boomplayer-bar,.boomplayer-volume-adjust &gt; div {
	-webkit-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
	box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
}

.boomplayer-volume-adjust div div,.boomplayer-bar-played {
	-webkit-box-shadow:inset 0 0 5px rgba(255,255,255,.5);
	-moz-box-shadow:inset 0 0 5px rgba(255,255,255,.5);
	box-shadow:inset 0 0 5px rgba(255,255,255,.5);
}


.boomplayer *,.boomplayer :before,.boomplayer :after {
	-webkit-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	-moz-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	-ms-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	-o-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	-webkit-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
}

.boom-tablet .boomplayer-bar{
	display: none;
}

.boom-mobile .boomplayer-volume{
	display: none;
}

.boom-mobile .boomplayer-time-duration {
	border-right:none !important;
	right:0;
}

.boom-micro .boomplayer-time-duration{
	display: none;
}


#stacks_in_8736 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_8736 .ontheline
{
display:block; 
height:auto; 

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

/*CustomCSS;*/
}


#stacks_in_2152 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_2152 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_2152 {
	padding: 6px 0px 6px 0px;
}
#stacks_in_94100 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_94100 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_94100 .fluid-image.unlimited img{width:100% !important}#stacks_in_94100 .fluid-image.define_max img{width:100% !important;max-width:70px !important}#stacks_in_94100 .fluid-image.align-left img{float:left}#stacks_in_94100 .fluid-image.align-right img{float:right}

#stacks_in_94100 {
	padding: 3px 0px 3px 0px;
}
#stacks_in_8733 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_8733 .ontheline
{
display:block; 
height:auto; 

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

/*CustomCSS;*/
}


#stacks_in_132187_1 {
	margin: 20px 0px 10px 0px;
}
/* Start dooBoom stack each CSS code */

#stacks_in_132185{
z-index: 1000;
overflow: visible;
}


/* Boom Player 
#A3A3A3 1 click darker #222
#FFFFFF 1 click lighter #444
*/

/* Boom Player */
#stacks_in_132185 .boomplayer {
	color:#000000;
	border-top:1px solid #D8D8D8;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #CCCCCC;
	background:#F0F0F0;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 .1em 1.25em rgba(0,0,0,.0);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 .1em 1.25em rgba(0,0,0,.0);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 .1em 1.25em rgba(0,0,0,.0);
	font-size: 12px !important;
}

#stacks_in_132185 .boomplayer:not(.boomplayer-mini) .boomplayer-playpause {
	border-right:1px solid #CCCCCC;
}


#stacks_in_132185 .boomplayer-playpause:hover,#stacks_in_132185 .boomplayer-playpause:focus {
	background-color:#A3A3A3;
}

#stacks_in_132185 .boomplayer:not(.boomplayer-playing) .boomplayer-playpause a {
	border-left-color:#000000;
}

#stacks_in_132185 .boomplayer-playing .boomplayer-playpause a:before,#stacks_in_132185 .boomplayer-playing .boomplayer-playpause a:after {
	background-color:#000000;
}

#stacks_in_132185 .boomplayer-time-duration {
	border-right:1px solid #CCCCCC;
}

#stacks_in_132185 .boomplayer-bar {
	background-color:#A3A3A3;
}

#stacks_in_132185 .boomplayer-bar-loaded {
	background-color:#FFFFFF;
}

#stacks_in_132185 .boomplayer-bar-played {
	background:rgba(170, 50, 50, 1.00);
	background:-webkit-gradient(linear,left top,right top,from(rgba(170, 50, 50, 1.00)),to(rgba(170, 50, 50, 1.00)));
	background:-webkit-linear-gradient(left,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
	background:-moz-linear-gradient(left,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
	background:-ms-radial-gradient(left,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
	background:-o-linear-gradient(left,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
	background:linear-gradient(left,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
}

#stacks_in_132185 .boomplayer-volume:hover,#stacks_in_132185 .boomplayer-volume:focus {
	background-color:#A3A3A3;
}

#stacks_in_132185 .boomplayer-volume-button .fa {
	color: #000000 !important;
}

#stacks_in_132185 .boomplayer-volume-adjust {
	background:#F0F0F0;
}

#stacks_in_132185 .boomplayer-volume-adjust &gt; div {
	background-color:#A3A3A3;
}

#stacks_in_132185 .boomplayer-volume-adjust div div {
	background:rgba(170, 50, 50, 1.00);
	background:-webkit-gradient(linear,left bottom,left top,from(rgba(170, 50, 50, 1.00)),to(rgba(170, 50, 50, 1.00)));
	background:-webkit-linear-gradient(bottom,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
	background:-moz-linear-gradient(bottom,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
	background:-ms-radial-gradient(bottom,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
	background:-o-linear-gradient(bottom,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
	background:linear-gradient(bottom,rgba(170, 50, 50, 1.00),rgba(170, 50, 50, 1.00));
}

#stacks_in_132185 .boomplayer-volume-adjust {
	border-top:1px solid #D8D8D8;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}







		
/* End dooBoom stack each CSS code */
#stacks_in_132185 {
	margin: 30px 0px 30px 0px;
}
#stacks_in_132190_2 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_132190_2 .ontheline
{
display:block; 
height:auto; 

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

/*CustomCSS;*/
}


#stacks_in_132190_2 {
	margin: 30px 0px 0px 0px;
}
#stacks_in_132190_5 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_132190_5 .ontheline
{
display:block; 
height:auto; 

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

/*CustomCSS;*/
}

</pre></body></html>