/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */



/* Browser Resets
*********************************/
.flex-container a:active,
.sflexslider a:active,
.flex-container a:focus,
.sflexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 !important; list-style: none !important;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../files/flexslider-icon.eot');
	src:url('../files/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../files/flexslider-icon.woff') format('woff'),
		url('../files/flexslider-icon.ttf') format('truetype'),
		url('../files/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
#stacks_in_40 .sf-loader{
	position: relative;
	text-align: center;
	font: normal 12px "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 15px;
	-webkit-text-stroke: 0.15px;
  top: 60%;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sf-loader hr{
	height: 10px !important;
	background-color: transparent !important;
	border: none;
}
#stacks_in_40 .sf-spinner {
  width: 80px;
  height: 50px;
  display: inline-block;
  background-color: #999999;
  border-radius: 1px;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: visible !important;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* FlexSlider Necessary Styles
*********************************/

#stacks_in_40{
	position: relative;
	z-index: 20;
	text-shadow: none;
	height: 225px;
	max-height: ;
	max-width: ;
	max-height:none;max-width:none;
	overflow: hidden;
}
.sf-loaded #stacks_in_40{height: auto;}

.sflexslider {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.sf-loaded .sflexslider{
	opacity: 1;
}
.sf-loaded .sf-loader{
	display: none;
}

.sflexslider .slides{
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.sflexslider .slides:not(.lt-ie){
	margin-left: 0 !important;
}

.sflexslider .slides a,
.sflexslider .slides img{
	outline: none;
	border: none;
}
.sflexslider .slides a{}
.sflexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sflexslider .slides > li.anim {
	overflow: hidden;
  -webkit-transition: max-height 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: max-height 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: max-height 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.sflexslider .slides img{width:100%;display: block;}
.sflexslider .slides img.max {width: 100% !important; height: auto !important;}
.sflexslider .slides img.limit {width: auto !important;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.sflexslider { position: relative; zoom: 1; }
#stacks_in_40 *{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#extraContainer1 .sflexslider { margin: 0;}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.sflexslider .slides { zoom: 1;}

/* Direction Nav */
#stacks_in_40 .flex-direction-nav {*height: 0;}

#stacks_in_40 .flex-direction-nav a{
	text-indent: 0 !important;
	text-decoration:none;
	display: block;
	background-color: transparent;
	border-radius: 3px;
	font-style: normal !important;
	position: absolute;
	top: 50%;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	line-height: 0;
	margin-left: 30px;
	color: #DDF6F6 !important;
	-webkit-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#stacks_in_40 .flex-direction-nav .flex-next{
	margin-left: 0px;
	margin-right: 30px;
}
#stacks_in_40 .flex-direction-nav .flex-prev {
	-webkit-transform: translateX(-50px);
  -moz-transform:    translateX(-50px);
  -ms-transform:     translateX(-50px);
  -o-transform:      translateX(-50px);
  transform:         translateX(-50px);
	left: -10px;
}
#stacks_in_40 .flex-direction-nav .flex-next { 
	-webkit-transform: translateX(50px);
  -moz-transform:    translateX(50px);
  -ms-transform:     translateX(50px);
  -o-transform:      translateX(50px);
  transform:         translateX(50px);
	text-align: right; 
	right: -10px;
}
#stacks_in_40 .sflexslider:hover .flex-prev,
#stacks_in_40 .sflexslider:hover .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.4;
}

#stacks_in_40 .flex-direction-nav .flex-prev:before,
#stacks_in_40 .flex-direction-nav .flex-next:before{
	text-align: center;
	width: 45px;
	line-height: 46px;
	font-family: "flexslider-icon";
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
	z-index: 10;
	position: relative;
}
#stacks_in_40 .flex-direction-nav .flex-next:before  { width: 45px;content: '\f002';}
#stacks_in_40 .sflexslider:hover .flex-next:hover, 
#stacks_in_40 .sflexslider:hover .flex-prev:hover { opacity: 1; color: #DDF6F6 !important;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Caption */
.slides > li{position: relative;}
.flex-caption { 
	height:50px; 
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	background: rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1), inset 0 2px 0 rgba(255,255,255,.04);
	zoom: 1; 
	text-align: left; 
	width: 100%; 
	z-index: 10;
	display: block; 
	text-indent: 20px;
	position: absolute; 
	left: 0; 
	bottom: 0; 
	color: #fff;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.2px #999;
	font-size: 14px;
}

/* Control Nav */
body ol.flex-control-nav {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%; 
	position: absolute; 
	bottom: -40px; 
	text-align: center;
	opacity: 0.2;
	line-height: 50px;
	bottom: 0; 
	width:100%;
	z-index:100;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	transition: opacity .6s linear;
}
.flex-control-nav *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sflexslider:hover .flex-control-nav {
	opacity: 0.5;
}
#stacks_in_40 .flex-control-nav li {
	margin: 0 7px; 
	display: inline-block;
	zoom: 1;
	position: relative;
	*display: inline;
	list-style-type: none !important;
}
#stacks_in_40 .flex-control-paging li a {
	color: transparent !important; 
	width: 11px; 
	height: 11px; 
	display: block;
	float: left;
	background: #000000; 
	cursor: pointer; 
	text-align: left;
	text-indent: -9999px;
	position: relative;
	top: 1px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	transition: background .25s ease-out;
}
#stacks_in_40 .flex-control-paging li a:hover { background:  #44BCF2; }
#stacks_in_40 .flex-control-paging li a.flex-active { background: #44BCF2; cursor: default; }

/* Control Nav MOD */
#extraContainer1 .flex-control-nav {bottom: 0;}

.flex-control-nav.alignRight {
	opacity: 0.4;
	text-align: right; 
	right: 15px;
	width:auto;
	display: block;
	float: left;
}

.sflexslider:hover .flex-control-nav.alignRight {
	opacity: 0.7;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
#stacks_in_40 .sflexslider .flex-prev,
#stacks_in_40 .sflexslider .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.6;
}
}
@media screen and (max-width: 480px) {
	#stacks_in_40 .flex-direction-nav{display: none;}
}


/* Edit Mode UI  */




#stacks_in_40 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_13 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_18 {
	margin: 5px 0px 0px 0px;
}
#audioPlayerContainerstacks_in_20 {
	position: relative;
	z-index: 1;
}

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

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

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

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








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
















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_20 #audioPlayerPlayPausestacks_in_20 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_20 #audioPlayerFullScreenstacks_in_20 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_20 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_20 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_20 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_20 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_20 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_20 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_20:hover #volumeButtonstacks_in_20 {
		display: none;
	}

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

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

	#volume-barstacks_in_20[type=range],
	#volumeMinstacks_in_20,
	#volumeMaxstacks_in_20 {
		display: none;
	}

	#volumeMinstacks_in_20,
	#volumeMaxstacks_in_20 {
		cursor: pointer;
	}

	#volumestacks_in_20:hover #volume-barstacks_in_20,
	#volumestacks_in_20:hover #volumeMinstacks_in_20,
	#volumestacks_in_20:hover #volumeMaxstacks_in_20 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_20 #audioPlayerFullScreenstacks_in_20,
	#audioPlayerControlsstacks_in_20 #volumestacks_in_20 {
		display: none;
	}
}



#stacks_in_24 {
	margin: 5px 0px 0px 0px;
}
#audioPlayerContainerstacks_in_23 {
	position: relative;
	z-index: 1;
}

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

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

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

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








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
















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_23 #audioPlayerPlayPausestacks_in_23 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_23 #audioPlayerFullScreenstacks_in_23 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_23 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_23 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_23 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_23 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_23 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_23 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_23:hover #volumeButtonstacks_in_23 {
		display: none;
	}

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

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

	#volume-barstacks_in_23[type=range],
	#volumeMinstacks_in_23,
	#volumeMaxstacks_in_23 {
		display: none;
	}

	#volumeMinstacks_in_23,
	#volumeMaxstacks_in_23 {
		cursor: pointer;
	}

	#volumestacks_in_23:hover #volume-barstacks_in_23,
	#volumestacks_in_23:hover #volumeMinstacks_in_23,
	#volumestacks_in_23:hover #volumeMaxstacks_in_23 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_23 #audioPlayerFullScreenstacks_in_23,
	#audioPlayerControlsstacks_in_23 #volumestacks_in_23 {
		display: none;
	}
}



#stacks_in_15 {
	margin: 5px 0px 0px 0px;
}
#audioPlayerContainerstacks_in_12 {
	position: relative;
	z-index: 1;
}

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

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

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

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








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
















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_12 #audioPlayerPlayPausestacks_in_12 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_12 #audioPlayerFullScreenstacks_in_12 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_12 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_12 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_12 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_12 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_12 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_12 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_12:hover #volumeButtonstacks_in_12 {
		display: none;
	}

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

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

	#volume-barstacks_in_12[type=range],
	#volumeMinstacks_in_12,
	#volumeMaxstacks_in_12 {
		display: none;
	}

	#volumeMinstacks_in_12,
	#volumeMaxstacks_in_12 {
		cursor: pointer;
	}

	#volumestacks_in_12:hover #volume-barstacks_in_12,
	#volumestacks_in_12:hover #volumeMinstacks_in_12,
	#volumestacks_in_12:hover #volumeMaxstacks_in_12 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_12 #audioPlayerFullScreenstacks_in_12,
	#audioPlayerControlsstacks_in_12 #volumestacks_in_12 {
		display: none;
	}
}



#stacks_in_21 {
	margin: 5px 0px 0px 0px;
}
#audioPlayerContainerstacks_in_17 {
	position: relative;
	z-index: 1;
}

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

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

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

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








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
















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

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

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_17 #audioPlayerPlayPausestacks_in_17 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_17 #audioPlayerFullScreenstacks_in_17 {
	display: ;
}

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

#audioPlayerCurrentTimestacks_in_17 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_17 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_17 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(76, 76, 76, 1.00);
}





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

#progressBarstacks_in_17 {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#volumestacks_in_17 {
	display: none;
}

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

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

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

	#volumeButtonstacks_in_17 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_17:hover #volumeButtonstacks_in_17 {
		display: none;
	}

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

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

	#volume-barstacks_in_17[type=range],
	#volumeMinstacks_in_17,
	#volumeMaxstacks_in_17 {
		display: none;
	}

	#volumeMinstacks_in_17,
	#volumeMaxstacks_in_17 {
		cursor: pointer;
	}

	#volumestacks_in_17:hover #volume-barstacks_in_17,
	#volumestacks_in_17:hover #volumeMinstacks_in_17,
	#volumestacks_in_17:hover #volumeMaxstacks_in_17 {
		display: inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_17 #audioPlayerFullScreenstacks_in_17,
	#audioPlayerControlsstacks_in_17 #volumestacks_in_17 {
		display: none;
	}
}



#stacks_in_26 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_26 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_26 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_33 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_33 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_33 {
	margin: 5px 0px 0px 0px;
}
