#stacks_in_5 *,
#stacks_in_5 *:before,
#stacks_in_5 *:after {
	box-sizing: border-box;
}

#stacks_in_5 {
	max-width: 1000px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_5 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_5 {
	display: none !important;
}


#playlisterstacks_in_5 {
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}






/* Vertical gradient fill */
#playlisterstacks_in_5 {
	background-color: #F8F2EE;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#C51622), to(#F8F2EE));
	background-image: -moz-linear-gradient(top, #C51622, #F8F2EE);
	background-image: -ms-linear-gradient(top, #C51622, #F8F2EE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C51622), color-stop(100%, #F8F2EE));
	background-image: -webkit-linear-gradient(top, #C51622, #F8F2EE);
	background-image: -o-linear-gradient(top, #C51622, #F8F2EE);
	background-image: linear-gradient(top, #C51622, #F8F2EE);
}














#playlisterstacks_in_5 .btn {
	text-decoration: none;
	margin-top: 5px;
}

#coverControlsWrapperstacks_in_5 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#coverControlsWrapperstacks_in_5 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_5 {
	min-height: 250px;
}


#coverstacks_in_5 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 250px;
	width: 250px;
	display: block;
	
	margin: 0 auto;
	
	
}

@media screen and (min-width: 600px) {
	#coverstacks_in_5 {
		
		justify-content: space-around;
		
		
	}
}

#playerInterfacestacks_in_5 {
	display: block;
	overflow: hidden;
	
	text-align: center;
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_5 {
		flex: 1;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		
		justify-content: space-around;
		
		
    text-align: left;
    
    
    
	}
}

#playlisterTopSectionstacks_in_5 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_5 {
		margin-top: 0px;
	}
}

#titlestacks_in_5 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_5:before {
	content: ' ';
}

#albumstacks_in_5 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_5:before {
	content: ' ';
}

#artiststacks_in_5 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_5:before {
	content: ' ';
}

#additionalInfostacks_in_5 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_5:before {
	content: ' ';
}

#controlsstacks_in_5 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_5 {
		padding-top: 10px;
	}
}











#buttonWrapperstacks_in_5 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_5 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

#playlisterWrapperstacks_in_5 .playlisterButtonStandard,
#playlisterWrapperstacks_in_5 .playlisterButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_5 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_5 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_5 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_5 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_5 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_5 .playlisterButton:hover,
#playlisterWrapperstacks_in_5 .playlisterButton:active,
#playlisterWrapperstacks_in_5 .playlisterButton:focus {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_5 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_5 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_5 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_5 .playlisterButton:hover i,
#playlisterWrapperstacks_in_5 .playlisterButton:active i,
#playlisterWrapperstacks_in_5 .playlisterButton:focus i {
	color: rgba(255, 255, 255, 1.00);
}

#playlisterWrapperstacks_in_5 #playstacks_in_5 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_5 #pausestacks_in_5 {
	display: none;
}

#playlisterWrapperstacks_in_5 .playlisterIsPlaying #playstacks_in_5 {
	display: none;
}

#playlisterWrapperstacks_in_5 .playlisterIsPlaying #pausestacks_in_5 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_5 .playlisterButton:after,
#playlisterWrapperstacks_in_5 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}


#userOptionsBarstacks_in_5 {
	float: right;
}

#playlisterWrapperstacks_in_5 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_5 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterWrapperstacks_in_5 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_5 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

#volumeControlsstacks_in_5,
#volumeBtnstacks_in_5 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_5 {
		display: inline-block;
	}

	#volumeControlsstacks_in_5 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}

	#volume-fullstacks_in_5 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

	#volume-mutestacks_in_5 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}

	#volume-mutestacks_in_5 i,
	#volume-fullstacks_in_5 i {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}

	#volumeSliderstacks_in_5 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}

	#volumestacks_in_5 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}

	#volumestacks_in_5 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#volumestacks_in_5 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

#progressBarstacks_in_5 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_5 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_5 #progressstacks_in_5 {
	background-color: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
}



#currentstacks_in_5 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

#durationstacks_in_5 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_5 {
	visibility: hidden;
}

#durationstacks_in_5.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_5 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
  /* Start either displayed or hidden */
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_5 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_5 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_5 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_5 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#playlisterPlayliststacks_in_5 li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1.00);
  color: rgba(153, 153, 153, 1.00);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}



#playlisterPlayliststacks_in_5 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_5 li.active-playlistitem,
#playlisterPlayliststacks_in_5 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(74, 180, 136, 1.00);
}


#playlisterPlayliststacks_in_5 li {
	padding-left: 20px;
}




#playlisterPlayliststacks_in_5 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_5 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_5,
.no-audio #playlisterPlayliststacks_in_5 {
	display: none;
}

#playlisterNoAudiostacks_in_5 {
	display: none;
}

.no-audio #playlisterNoAudiostacks_in_5 {
	padding: 15px;
	display: none;
}


.no-adownload #downloadstacks_in_5 {
	display: none;
}











#playlisterWrapperstacks_in_5 #artiststacks_in_5 {
	display: none;
}



#playlisterWrapperstacks_in_5 #additionalInfostacks_in_5 {
	display: none;
}



#playlisterWrapperstacks_in_5 #downloadstacks_in_5 {
	display: none !important;
}











#playlisterWrapperstacks_in_5 #repeatstacks_in_5 {
	display: none;
}



#playlisterWrapperstacks_in_5 #volumeBtnstacks_in_5 {
	display: none;
}



#playlisterWrapperstacks_in_5 #shufflestacks_in_5 {
	display: none;
}



#playlisterWrapperstacks_in_5 #inline_download_stacks_in_5 {
	display: none;
}



#playlisterWrapperstacks_in_5 #playlistTogglestacks_in_5 {
	display: none;
}






#playlisterPlaceholderstacks_in_5 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_5 audio {
	width: 100%;
}





#stacks_in_5 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_11 *,
#stacks_in_11 *:before,
#stacks_in_11 *:after {
	box-sizing: border-box;
}

#stacks_in_11 {
	max-width: 1000px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_11 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_11 {
	display: none !important;
}


#playlisterstacks_in_11 {
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}






/* Vertical gradient fill */
#playlisterstacks_in_11 {
	background-color: #F8F2EE;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#EEAE24), to(#F8F2EE));
	background-image: -moz-linear-gradient(top, #EEAE24, #F8F2EE);
	background-image: -ms-linear-gradient(top, #EEAE24, #F8F2EE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEAE24), color-stop(100%, #F8F2EE));
	background-image: -webkit-linear-gradient(top, #EEAE24, #F8F2EE);
	background-image: -o-linear-gradient(top, #EEAE24, #F8F2EE);
	background-image: linear-gradient(top, #EEAE24, #F8F2EE);
}














#playlisterstacks_in_11 .btn {
	text-decoration: none;
	margin-top: 5px;
}

#coverControlsWrapperstacks_in_11 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#coverControlsWrapperstacks_in_11 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_11 {
	min-height: 250px;
}


#coverstacks_in_11 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 250px;
	width: 250px;
	display: block;
	
	margin: 0 auto;
	
	
}

@media screen and (min-width: 600px) {
	#coverstacks_in_11 {
		
		justify-content: space-around;
		
		
	}
}

#playerInterfacestacks_in_11 {
	display: block;
	overflow: hidden;
	
	text-align: center;
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_11 {
		flex: 1;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		
		justify-content: space-around;
		
		
    text-align: left;
    
    
    
	}
}

#playlisterTopSectionstacks_in_11 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_11 {
		margin-top: 0px;
	}
}

#titlestacks_in_11 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_11:before {
	content: ' ';
}

#albumstacks_in_11 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_11:before {
	content: ' ';
}

#artiststacks_in_11 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_11:before {
	content: ' ';
}

#additionalInfostacks_in_11 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_11:before {
	content: ' ';
}

#controlsstacks_in_11 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_11 {
		padding-top: 10px;
	}
}











#buttonWrapperstacks_in_11 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_11 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

#playlisterWrapperstacks_in_11 .playlisterButtonStandard,
#playlisterWrapperstacks_in_11 .playlisterButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_11 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_11 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_11 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_11 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_11 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_11 .playlisterButton:hover,
#playlisterWrapperstacks_in_11 .playlisterButton:active,
#playlisterWrapperstacks_in_11 .playlisterButton:focus {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_11 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_11 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_11 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_11 .playlisterButton:hover i,
#playlisterWrapperstacks_in_11 .playlisterButton:active i,
#playlisterWrapperstacks_in_11 .playlisterButton:focus i {
	color: rgba(255, 255, 255, 1.00);
}

#playlisterWrapperstacks_in_11 #playstacks_in_11 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_11 #pausestacks_in_11 {
	display: none;
}

#playlisterWrapperstacks_in_11 .playlisterIsPlaying #playstacks_in_11 {
	display: none;
}

#playlisterWrapperstacks_in_11 .playlisterIsPlaying #pausestacks_in_11 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_11 .playlisterButton:after,
#playlisterWrapperstacks_in_11 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}


#userOptionsBarstacks_in_11 {
	float: right;
}

#playlisterWrapperstacks_in_11 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_11 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterWrapperstacks_in_11 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_11 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

#volumeControlsstacks_in_11,
#volumeBtnstacks_in_11 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_11 {
		display: inline-block;
	}

	#volumeControlsstacks_in_11 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}

	#volume-fullstacks_in_11 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

	#volume-mutestacks_in_11 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}

	#volume-mutestacks_in_11 i,
	#volume-fullstacks_in_11 i {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}

	#volumeSliderstacks_in_11 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}

	#volumestacks_in_11 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}

	#volumestacks_in_11 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#volumestacks_in_11 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

#progressBarstacks_in_11 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_11 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_11 #progressstacks_in_11 {
	background-color: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
}



#currentstacks_in_11 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

#durationstacks_in_11 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_11 {
	visibility: hidden;
}

#durationstacks_in_11.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_11 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
  /* Start either displayed or hidden */
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_11 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_11 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_11 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_11 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#playlisterPlayliststacks_in_11 li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1.00);
  color: rgba(153, 153, 153, 1.00);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}



#playlisterPlayliststacks_in_11 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_11 li.active-playlistitem,
#playlisterPlayliststacks_in_11 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(74, 180, 135, 1.00);
}


#playlisterPlayliststacks_in_11 li {
	padding-left: 20px;
}




#playlisterPlayliststacks_in_11 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_11 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_11,
.no-audio #playlisterPlayliststacks_in_11 {
	display: none;
}

#playlisterNoAudiostacks_in_11 {
	display: none;
}

.no-audio #playlisterNoAudiostacks_in_11 {
	padding: 15px;
	display: none;
}


.no-adownload #downloadstacks_in_11 {
	display: none;
}











#playlisterWrapperstacks_in_11 #artiststacks_in_11 {
	display: none;
}



#playlisterWrapperstacks_in_11 #additionalInfostacks_in_11 {
	display: none;
}



#playlisterWrapperstacks_in_11 #downloadstacks_in_11 {
	display: none !important;
}











#playlisterWrapperstacks_in_11 #repeatstacks_in_11 {
	display: none;
}



#playlisterWrapperstacks_in_11 #volumeBtnstacks_in_11 {
	display: none;
}



#playlisterWrapperstacks_in_11 #shufflestacks_in_11 {
	display: none;
}



#playlisterWrapperstacks_in_11 #inline_download_stacks_in_11 {
	display: none;
}



#playlisterWrapperstacks_in_11 #playlistTogglestacks_in_11 {
	display: none;
}






#playlisterPlaceholderstacks_in_11 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_11 audio {
	width: 100%;
}





#stacks_in_11 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_17 *,
#stacks_in_17 *:before,
#stacks_in_17 *:after {
	box-sizing: border-box;
}

#stacks_in_17 {
	max-width: 1000px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_17 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_17 {
	display: none !important;
}


#playlisterstacks_in_17 {
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}






/* Vertical gradient fill */
#playlisterstacks_in_17 {
	background-color: #F8F2EE;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0F82B9), to(#F8F2EE));
	background-image: -moz-linear-gradient(top, #0F82B9, #F8F2EE);
	background-image: -ms-linear-gradient(top, #0F82B9, #F8F2EE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0F82B9), color-stop(100%, #F8F2EE));
	background-image: -webkit-linear-gradient(top, #0F82B9, #F8F2EE);
	background-image: -o-linear-gradient(top, #0F82B9, #F8F2EE);
	background-image: linear-gradient(top, #0F82B9, #F8F2EE);
}














#playlisterstacks_in_17 .btn {
	text-decoration: none;
	margin-top: 5px;
}

#coverControlsWrapperstacks_in_17 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#coverControlsWrapperstacks_in_17 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_17 {
	min-height: 250px;
}


#coverstacks_in_17 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 250px;
	width: 250px;
	display: block;
	
	margin: 0 auto;
	
	
}

@media screen and (min-width: 600px) {
	#coverstacks_in_17 {
		
		justify-content: space-around;
		
		
	}
}

#playerInterfacestacks_in_17 {
	display: block;
	overflow: hidden;
	
	text-align: center;
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_17 {
		flex: 1;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		
		justify-content: space-around;
		
		
    text-align: left;
    
    
    
	}
}

#playlisterTopSectionstacks_in_17 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_17 {
		margin-top: 0px;
	}
}

#titlestacks_in_17 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_17:before {
	content: ' ';
}

#albumstacks_in_17 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_17:before {
	content: ' ';
}

#artiststacks_in_17 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_17:before {
	content: ' ';
}

#additionalInfostacks_in_17 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_17:before {
	content: ' ';
}

#controlsstacks_in_17 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_17 {
		padding-top: 10px;
	}
}











#buttonWrapperstacks_in_17 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_17 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

#playlisterWrapperstacks_in_17 .playlisterButtonStandard,
#playlisterWrapperstacks_in_17 .playlisterButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_17 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_17 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_17 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_17 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_17 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_17 .playlisterButton:hover,
#playlisterWrapperstacks_in_17 .playlisterButton:active,
#playlisterWrapperstacks_in_17 .playlisterButton:focus {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_17 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_17 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_17 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_17 .playlisterButton:hover i,
#playlisterWrapperstacks_in_17 .playlisterButton:active i,
#playlisterWrapperstacks_in_17 .playlisterButton:focus i {
	color: rgba(255, 255, 255, 1.00);
}

#playlisterWrapperstacks_in_17 #playstacks_in_17 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_17 #pausestacks_in_17 {
	display: none;
}

#playlisterWrapperstacks_in_17 .playlisterIsPlaying #playstacks_in_17 {
	display: none;
}

#playlisterWrapperstacks_in_17 .playlisterIsPlaying #pausestacks_in_17 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_17 .playlisterButton:after,
#playlisterWrapperstacks_in_17 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}


#userOptionsBarstacks_in_17 {
	float: right;
}

#playlisterWrapperstacks_in_17 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_17 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterWrapperstacks_in_17 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_17 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

#volumeControlsstacks_in_17,
#volumeBtnstacks_in_17 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_17 {
		display: inline-block;
	}

	#volumeControlsstacks_in_17 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}

	#volume-fullstacks_in_17 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

	#volume-mutestacks_in_17 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}

	#volume-mutestacks_in_17 i,
	#volume-fullstacks_in_17 i {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}

	#volumeSliderstacks_in_17 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}

	#volumestacks_in_17 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}

	#volumestacks_in_17 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#volumestacks_in_17 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

#progressBarstacks_in_17 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_17 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_17 #progressstacks_in_17 {
	background-color: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
}



#currentstacks_in_17 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

#durationstacks_in_17 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_17 {
	visibility: hidden;
}

#durationstacks_in_17.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_17 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
  /* Start either displayed or hidden */
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_17 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_17 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_17 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_17 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#playlisterPlayliststacks_in_17 li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1.00);
  color: rgba(153, 153, 153, 1.00);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}



#playlisterPlayliststacks_in_17 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_17 li.active-playlistitem,
#playlisterPlayliststacks_in_17 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(74, 180, 135, 1.00);
}


#playlisterPlayliststacks_in_17 li {
	padding-left: 20px;
}




#playlisterPlayliststacks_in_17 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_17 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_17,
.no-audio #playlisterPlayliststacks_in_17 {
	display: none;
}

#playlisterNoAudiostacks_in_17 {
	display: none;
}

.no-audio #playlisterNoAudiostacks_in_17 {
	padding: 15px;
	display: none;
}


.no-adownload #downloadstacks_in_17 {
	display: none;
}











#playlisterWrapperstacks_in_17 #artiststacks_in_17 {
	display: none;
}



#playlisterWrapperstacks_in_17 #additionalInfostacks_in_17 {
	display: none;
}



#playlisterWrapperstacks_in_17 #downloadstacks_in_17 {
	display: none !important;
}











#playlisterWrapperstacks_in_17 #repeatstacks_in_17 {
	display: none;
}



#playlisterWrapperstacks_in_17 #volumeBtnstacks_in_17 {
	display: none;
}



#playlisterWrapperstacks_in_17 #shufflestacks_in_17 {
	display: none;
}



#playlisterWrapperstacks_in_17 #inline_download_stacks_in_17 {
	display: none;
}



#playlisterWrapperstacks_in_17 #playlistTogglestacks_in_17 {
	display: none;
}






#playlisterPlaceholderstacks_in_17 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_17 audio {
	width: 100%;
}





#stacks_in_17 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_20 *,
#stacks_in_20 *:before,
#stacks_in_20 *:after {
	box-sizing: border-box;
}

#stacks_in_20 {
	max-width: 1000px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_20 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_20 {
	display: none !important;
}


#playlisterstacks_in_20 {
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}






/* Vertical gradient fill */
#playlisterstacks_in_20 {
	background-color: #F8F2EE;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#75B537), to(#F8F2EE));
	background-image: -moz-linear-gradient(top, #75B537, #F8F2EE);
	background-image: -ms-linear-gradient(top, #75B537, #F8F2EE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75B537), color-stop(100%, #F8F2EE));
	background-image: -webkit-linear-gradient(top, #75B537, #F8F2EE);
	background-image: -o-linear-gradient(top, #75B537, #F8F2EE);
	background-image: linear-gradient(top, #75B537, #F8F2EE);
}














#playlisterstacks_in_20 .btn {
	text-decoration: none;
	margin-top: 5px;
}

#coverControlsWrapperstacks_in_20 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#coverControlsWrapperstacks_in_20 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_20 {
	min-height: 250px;
}


#coverstacks_in_20 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 250px;
	width: 250px;
	display: block;
	
	margin: 0 auto;
	
	
}

@media screen and (min-width: 600px) {
	#coverstacks_in_20 {
		
		justify-content: space-around;
		
		
	}
}

#playerInterfacestacks_in_20 {
	display: block;
	overflow: hidden;
	
	text-align: center;
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_20 {
		flex: 1;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		
		justify-content: space-around;
		
		
    text-align: left;
    
    
    
	}
}

#playlisterTopSectionstacks_in_20 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_20 {
		margin-top: 0px;
	}
}

#titlestacks_in_20 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_20:before {
	content: ' ';
}

#albumstacks_in_20 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_20:before {
	content: ' ';
}

#artiststacks_in_20 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_20:before {
	content: ' ';
}

#additionalInfostacks_in_20 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_20:before {
	content: ' ';
}

#controlsstacks_in_20 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_20 {
		padding-top: 10px;
	}
}











#buttonWrapperstacks_in_20 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_20 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

#playlisterWrapperstacks_in_20 .playlisterButtonStandard,
#playlisterWrapperstacks_in_20 .playlisterButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_20 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_20 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_20 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_20 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_20 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_20 .playlisterButton:hover,
#playlisterWrapperstacks_in_20 .playlisterButton:active,
#playlisterWrapperstacks_in_20 .playlisterButton:focus {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_20 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_20 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_20 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_20 .playlisterButton:hover i,
#playlisterWrapperstacks_in_20 .playlisterButton:active i,
#playlisterWrapperstacks_in_20 .playlisterButton:focus i {
	color: rgba(255, 255, 255, 1.00);
}

#playlisterWrapperstacks_in_20 #playstacks_in_20 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_20 #pausestacks_in_20 {
	display: none;
}

#playlisterWrapperstacks_in_20 .playlisterIsPlaying #playstacks_in_20 {
	display: none;
}

#playlisterWrapperstacks_in_20 .playlisterIsPlaying #pausestacks_in_20 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_20 .playlisterButton:after,
#playlisterWrapperstacks_in_20 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}


#userOptionsBarstacks_in_20 {
	float: right;
}

#playlisterWrapperstacks_in_20 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_20 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterWrapperstacks_in_20 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_20 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

#volumeControlsstacks_in_20,
#volumeBtnstacks_in_20 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_20 {
		display: inline-block;
	}

	#volumeControlsstacks_in_20 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}

	#volume-fullstacks_in_20 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

	#volume-mutestacks_in_20 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}

	#volume-mutestacks_in_20 i,
	#volume-fullstacks_in_20 i {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}

	#volumeSliderstacks_in_20 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}

	#volumestacks_in_20 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}

	#volumestacks_in_20 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#volumestacks_in_20 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

#progressBarstacks_in_20 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_20 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_20 #progressstacks_in_20 {
	background-color: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
}



#currentstacks_in_20 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

#durationstacks_in_20 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_20 {
	visibility: hidden;
}

#durationstacks_in_20.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_20 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
  /* Start either displayed or hidden */
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_20 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_20 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_20 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_20 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#playlisterPlayliststacks_in_20 li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1.00);
  color: rgba(153, 153, 153, 1.00);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}



#playlisterPlayliststacks_in_20 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_20 li.active-playlistitem,
#playlisterPlayliststacks_in_20 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(74, 180, 135, 1.00);
}


#playlisterPlayliststacks_in_20 li {
	padding-left: 20px;
}




#playlisterPlayliststacks_in_20 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_20 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_20,
.no-audio #playlisterPlayliststacks_in_20 {
	display: none;
}

#playlisterNoAudiostacks_in_20 {
	display: none;
}

.no-audio #playlisterNoAudiostacks_in_20 {
	padding: 15px;
	display: none;
}


.no-adownload #downloadstacks_in_20 {
	display: none;
}











#playlisterWrapperstacks_in_20 #artiststacks_in_20 {
	display: none;
}



#playlisterWrapperstacks_in_20 #additionalInfostacks_in_20 {
	display: none;
}



#playlisterWrapperstacks_in_20 #downloadstacks_in_20 {
	display: none !important;
}











#playlisterWrapperstacks_in_20 #repeatstacks_in_20 {
	display: none;
}



#playlisterWrapperstacks_in_20 #volumeBtnstacks_in_20 {
	display: none;
}



#playlisterWrapperstacks_in_20 #shufflestacks_in_20 {
	display: none;
}



#playlisterWrapperstacks_in_20 #inline_download_stacks_in_20 {
	display: none;
}



#playlisterWrapperstacks_in_20 #playlistTogglestacks_in_20 {
	display: none;
}






#playlisterPlaceholderstacks_in_20 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_20 audio {
	width: 100%;
}





#stacks_in_20 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_23 *,
#stacks_in_23 *:before,
#stacks_in_23 *:after {
	box-sizing: border-box;
}

#stacks_in_23 {
	max-width: 1000px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_23 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_23 {
	display: none !important;
}


#playlisterstacks_in_23 {
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}






/* Vertical gradient fill */
#playlisterstacks_in_23 {
	background-color: #F8F2EE;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#61689B), to(#F8F2EE));
	background-image: -moz-linear-gradient(top, #61689B, #F8F2EE);
	background-image: -ms-linear-gradient(top, #61689B, #F8F2EE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61689B), color-stop(100%, #F8F2EE));
	background-image: -webkit-linear-gradient(top, #61689B, #F8F2EE);
	background-image: -o-linear-gradient(top, #61689B, #F8F2EE);
	background-image: linear-gradient(top, #61689B, #F8F2EE);
}














#playlisterstacks_in_23 .btn {
	text-decoration: none;
	margin-top: 5px;
}

#coverControlsWrapperstacks_in_23 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#coverControlsWrapperstacks_in_23 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_23 {
	min-height: 250px;
}


#coverstacks_in_23 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 250px;
	width: 250px;
	display: block;
	
	margin: 0 auto;
	
	
}

@media screen and (min-width: 600px) {
	#coverstacks_in_23 {
		
		justify-content: space-around;
		
		
	}
}

#playerInterfacestacks_in_23 {
	display: block;
	overflow: hidden;
	
	text-align: center;
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_23 {
		flex: 1;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		
		justify-content: space-around;
		
		
    text-align: left;
    
    
    
	}
}

#playlisterTopSectionstacks_in_23 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_23 {
		margin-top: 0px;
	}
}

#titlestacks_in_23 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_23:before {
	content: ' ';
}

#albumstacks_in_23 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_23:before {
	content: ' ';
}

#artiststacks_in_23 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_23:before {
	content: ' ';
}

#additionalInfostacks_in_23 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_23:before {
	content: ' ';
}

#controlsstacks_in_23 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_23 {
		padding-top: 10px;
	}
}











#buttonWrapperstacks_in_23 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_23 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

#playlisterWrapperstacks_in_23 .playlisterButtonStandard,
#playlisterWrapperstacks_in_23 .playlisterButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_23 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_23 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_23 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_23 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_23 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_23 .playlisterButton:hover,
#playlisterWrapperstacks_in_23 .playlisterButton:active,
#playlisterWrapperstacks_in_23 .playlisterButton:focus {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_23 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_23 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_23 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_23 .playlisterButton:hover i,
#playlisterWrapperstacks_in_23 .playlisterButton:active i,
#playlisterWrapperstacks_in_23 .playlisterButton:focus i {
	color: rgba(255, 255, 255, 1.00);
}

#playlisterWrapperstacks_in_23 #playstacks_in_23 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_23 #pausestacks_in_23 {
	display: none;
}

#playlisterWrapperstacks_in_23 .playlisterIsPlaying #playstacks_in_23 {
	display: none;
}

#playlisterWrapperstacks_in_23 .playlisterIsPlaying #pausestacks_in_23 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_23 .playlisterButton:after,
#playlisterWrapperstacks_in_23 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}


#userOptionsBarstacks_in_23 {
	float: right;
}

#playlisterWrapperstacks_in_23 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_23 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterWrapperstacks_in_23 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_23 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

#volumeControlsstacks_in_23,
#volumeBtnstacks_in_23 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_23 {
		display: inline-block;
	}

	#volumeControlsstacks_in_23 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}

	#volume-fullstacks_in_23 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

	#volume-mutestacks_in_23 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}

	#volume-mutestacks_in_23 i,
	#volume-fullstacks_in_23 i {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}

	#volumeSliderstacks_in_23 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}

	#volumestacks_in_23 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}

	#volumestacks_in_23 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#volumestacks_in_23 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

#progressBarstacks_in_23 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_23 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_23 #progressstacks_in_23 {
	background-color: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
}



#currentstacks_in_23 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

#durationstacks_in_23 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_23 {
	visibility: hidden;
}

#durationstacks_in_23.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_23 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
  /* Start either displayed or hidden */
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_23 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_23 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_23 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_23 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#playlisterPlayliststacks_in_23 li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1.00);
  color: rgba(153, 153, 153, 1.00);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}



#playlisterPlayliststacks_in_23 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_23 li.active-playlistitem,
#playlisterPlayliststacks_in_23 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(74, 180, 135, 1.00);
}


#playlisterPlayliststacks_in_23 li {
	padding-left: 20px;
}




#playlisterPlayliststacks_in_23 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_23 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_23,
.no-audio #playlisterPlayliststacks_in_23 {
	display: none;
}

#playlisterNoAudiostacks_in_23 {
	display: none;
}

.no-audio #playlisterNoAudiostacks_in_23 {
	padding: 15px;
	display: none;
}


.no-adownload #downloadstacks_in_23 {
	display: none;
}











#playlisterWrapperstacks_in_23 #artiststacks_in_23 {
	display: none;
}



#playlisterWrapperstacks_in_23 #additionalInfostacks_in_23 {
	display: none;
}



#playlisterWrapperstacks_in_23 #downloadstacks_in_23 {
	display: none !important;
}











#playlisterWrapperstacks_in_23 #repeatstacks_in_23 {
	display: none;
}



#playlisterWrapperstacks_in_23 #volumeBtnstacks_in_23 {
	display: none;
}



#playlisterWrapperstacks_in_23 #shufflestacks_in_23 {
	display: none;
}



#playlisterWrapperstacks_in_23 #inline_download_stacks_in_23 {
	display: none;
}



#playlisterWrapperstacks_in_23 #playlistTogglestacks_in_23 {
	display: none;
}






#playlisterPlaceholderstacks_in_23 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_23 audio {
	width: 100%;
}





#stacks_in_23 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_26 *,
#stacks_in_26 *:before,
#stacks_in_26 *:after {
	box-sizing: border-box;
}

#stacks_in_26 {
	max-width: 1000px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_26 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_26 {
	display: none !important;
}


#playlisterstacks_in_26 {
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}






/* Vertical gradient fill */
#playlisterstacks_in_26 {
	background-color: #F8F2EE;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#CC4223), to(#F8F2EE));
	background-image: -moz-linear-gradient(top, #CC4223, #F8F2EE);
	background-image: -ms-linear-gradient(top, #CC4223, #F8F2EE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CC4223), color-stop(100%, #F8F2EE));
	background-image: -webkit-linear-gradient(top, #CC4223, #F8F2EE);
	background-image: -o-linear-gradient(top, #CC4223, #F8F2EE);
	background-image: linear-gradient(top, #CC4223, #F8F2EE);
}














#playlisterstacks_in_26 .btn {
	text-decoration: none;
	margin-top: 5px;
}

#coverControlsWrapperstacks_in_26 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#coverControlsWrapperstacks_in_26 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_26 {
	min-height: 250px;
}


#coverstacks_in_26 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 250px;
	width: 250px;
	display: block;
	
	margin: 0 auto;
	
	
}

@media screen and (min-width: 600px) {
	#coverstacks_in_26 {
		
		justify-content: space-around;
		
		
	}
}

#playerInterfacestacks_in_26 {
	display: block;
	overflow: hidden;
	
	text-align: center;
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_26 {
		flex: 1;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		
		justify-content: space-around;
		
		
    text-align: left;
    
    
    
	}
}

#playlisterTopSectionstacks_in_26 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_26 {
		margin-top: 0px;
	}
}

#titlestacks_in_26 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_26:before {
	content: ' ';
}

#albumstacks_in_26 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_26:before {
	content: ' ';
}

#artiststacks_in_26 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_26:before {
	content: ' ';
}

#additionalInfostacks_in_26 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_26:before {
	content: ' ';
}

#controlsstacks_in_26 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_26 {
		padding-top: 10px;
	}
}











#buttonWrapperstacks_in_26 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_26 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

#playlisterWrapperstacks_in_26 .playlisterButtonStandard,
#playlisterWrapperstacks_in_26 .playlisterButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_26 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_26 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_26 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_26 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_26 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_26 .playlisterButton:hover,
#playlisterWrapperstacks_in_26 .playlisterButton:active,
#playlisterWrapperstacks_in_26 .playlisterButton:focus {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_26 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_26 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_26 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_26 .playlisterButton:hover i,
#playlisterWrapperstacks_in_26 .playlisterButton:active i,
#playlisterWrapperstacks_in_26 .playlisterButton:focus i {
	color: rgba(255, 255, 255, 1.00);
}

#playlisterWrapperstacks_in_26 #playstacks_in_26 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_26 #pausestacks_in_26 {
	display: none;
}

#playlisterWrapperstacks_in_26 .playlisterIsPlaying #playstacks_in_26 {
	display: none;
}

#playlisterWrapperstacks_in_26 .playlisterIsPlaying #pausestacks_in_26 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_26 .playlisterButton:after,
#playlisterWrapperstacks_in_26 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}


#userOptionsBarstacks_in_26 {
	float: right;
}

#playlisterWrapperstacks_in_26 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_26 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterWrapperstacks_in_26 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_26 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

#volumeControlsstacks_in_26,
#volumeBtnstacks_in_26 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_26 {
		display: inline-block;
	}

	#volumeControlsstacks_in_26 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}

	#volume-fullstacks_in_26 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

	#volume-mutestacks_in_26 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}

	#volume-mutestacks_in_26 i,
	#volume-fullstacks_in_26 i {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}

	#volumeSliderstacks_in_26 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}

	#volumestacks_in_26 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}

	#volumestacks_in_26 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#volumestacks_in_26 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

#progressBarstacks_in_26 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_26 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_26 #progressstacks_in_26 {
	background-color: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
}



#currentstacks_in_26 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

#durationstacks_in_26 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_26 {
	visibility: hidden;
}

#durationstacks_in_26.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_26 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
  /* Start either displayed or hidden */
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_26 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_26 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_26 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_26 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#playlisterPlayliststacks_in_26 li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1.00);
  color: rgba(153, 153, 153, 1.00);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}



#playlisterPlayliststacks_in_26 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_26 li.active-playlistitem,
#playlisterPlayliststacks_in_26 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(74, 180, 135, 1.00);
}


#playlisterPlayliststacks_in_26 li {
	padding-left: 20px;
}




#playlisterPlayliststacks_in_26 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_26 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_26,
.no-audio #playlisterPlayliststacks_in_26 {
	display: none;
}

#playlisterNoAudiostacks_in_26 {
	display: none;
}

.no-audio #playlisterNoAudiostacks_in_26 {
	padding: 15px;
	display: none;
}


.no-adownload #downloadstacks_in_26 {
	display: none;
}











#playlisterWrapperstacks_in_26 #artiststacks_in_26 {
	display: none;
}



#playlisterWrapperstacks_in_26 #additionalInfostacks_in_26 {
	display: none;
}



#playlisterWrapperstacks_in_26 #downloadstacks_in_26 {
	display: none !important;
}











#playlisterWrapperstacks_in_26 #repeatstacks_in_26 {
	display: none;
}



#playlisterWrapperstacks_in_26 #volumeBtnstacks_in_26 {
	display: none;
}



#playlisterWrapperstacks_in_26 #shufflestacks_in_26 {
	display: none;
}



#playlisterWrapperstacks_in_26 #inline_download_stacks_in_26 {
	display: none;
}



#playlisterWrapperstacks_in_26 #playlistTogglestacks_in_26 {
	display: none;
}






#playlisterPlaceholderstacks_in_26 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_26 audio {
	width: 100%;
}





#stacks_in_26 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_14 *,
#stacks_in_14 *:before,
#stacks_in_14 *:after {
	box-sizing: border-box;
}

#stacks_in_14 {
	max-width: 1000px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_14 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_14 {
	display: none !important;
}


#playlisterstacks_in_14 {
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}






/* Vertical gradient fill */
#playlisterstacks_in_14 {
	background-color: #F8F2EE;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#204B7D), to(#F8F2EE));
	background-image: -moz-linear-gradient(top, #204B7D, #F8F2EE);
	background-image: -ms-linear-gradient(top, #204B7D, #F8F2EE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #204B7D), color-stop(100%, #F8F2EE));
	background-image: -webkit-linear-gradient(top, #204B7D, #F8F2EE);
	background-image: -o-linear-gradient(top, #204B7D, #F8F2EE);
	background-image: linear-gradient(top, #204B7D, #F8F2EE);
}














#playlisterstacks_in_14 .btn {
	text-decoration: none;
	margin-top: 5px;
}

#coverControlsWrapperstacks_in_14 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#coverControlsWrapperstacks_in_14 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_14 {
	min-height: 250px;
}


#coverstacks_in_14 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 250px;
	width: 250px;
	display: block;
	
	margin: 0 auto;
	
	
}

@media screen and (min-width: 600px) {
	#coverstacks_in_14 {
		
		justify-content: space-around;
		
		
	}
}

#playerInterfacestacks_in_14 {
	display: block;
	overflow: hidden;
	
	text-align: center;
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_14 {
		flex: 1;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		
		justify-content: space-around;
		
		
    text-align: left;
    
    
    
	}
}

#playlisterTopSectionstacks_in_14 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_14 {
		margin-top: 0px;
	}
}

#titlestacks_in_14 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_14:before {
	content: ' ';
}

#albumstacks_in_14 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_14:before {
	content: ' ';
}

#artiststacks_in_14 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_14:before {
	content: ' ';
}

#additionalInfostacks_in_14 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_14:before {
	content: ' ';
}

#controlsstacks_in_14 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_14 {
		padding-top: 10px;
	}
}











#buttonWrapperstacks_in_14 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_14 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

#playlisterWrapperstacks_in_14 .playlisterButtonStandard,
#playlisterWrapperstacks_in_14 .playlisterButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_14 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_14 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_14 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_14 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_14 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_14 .playlisterButton:hover,
#playlisterWrapperstacks_in_14 .playlisterButton:active,
#playlisterWrapperstacks_in_14 .playlisterButton:focus {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_14 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_14 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_14 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_14 .playlisterButton:hover i,
#playlisterWrapperstacks_in_14 .playlisterButton:active i,
#playlisterWrapperstacks_in_14 .playlisterButton:focus i {
	color: rgba(255, 255, 255, 1.00);
}

#playlisterWrapperstacks_in_14 #playstacks_in_14 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_14 #pausestacks_in_14 {
	display: none;
}

#playlisterWrapperstacks_in_14 .playlisterIsPlaying #playstacks_in_14 {
	display: none;
}

#playlisterWrapperstacks_in_14 .playlisterIsPlaying #pausestacks_in_14 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_14 .playlisterButton:after,
#playlisterWrapperstacks_in_14 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}


#userOptionsBarstacks_in_14 {
	float: right;
}

#playlisterWrapperstacks_in_14 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_14 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterWrapperstacks_in_14 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_14 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

#volumeControlsstacks_in_14,
#volumeBtnstacks_in_14 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_14 {
		display: inline-block;
	}

	#volumeControlsstacks_in_14 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}

	#volume-fullstacks_in_14 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

	#volume-mutestacks_in_14 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}

	#volume-mutestacks_in_14 i,
	#volume-fullstacks_in_14 i {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}

	#volumeSliderstacks_in_14 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}

	#volumestacks_in_14 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}

	#volumestacks_in_14 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#volumestacks_in_14 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

#progressBarstacks_in_14 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_14 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_14 #progressstacks_in_14 {
	background-color: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
}



#currentstacks_in_14 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

#durationstacks_in_14 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_14 {
	visibility: hidden;
}

#durationstacks_in_14.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_14 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
  /* Start either displayed or hidden */
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_14 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_14 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_14 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_14 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#playlisterPlayliststacks_in_14 li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1.00);
  color: rgba(153, 153, 153, 1.00);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}



#playlisterPlayliststacks_in_14 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_14 li.active-playlistitem,
#playlisterPlayliststacks_in_14 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(74, 180, 135, 1.00);
}


#playlisterPlayliststacks_in_14 li {
	padding-left: 20px;
}




#playlisterPlayliststacks_in_14 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_14 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_14,
.no-audio #playlisterPlayliststacks_in_14 {
	display: none;
}

#playlisterNoAudiostacks_in_14 {
	display: none;
}

.no-audio #playlisterNoAudiostacks_in_14 {
	padding: 15px;
	display: none;
}


.no-adownload #downloadstacks_in_14 {
	display: none;
}











#playlisterWrapperstacks_in_14 #artiststacks_in_14 {
	display: none;
}



#playlisterWrapperstacks_in_14 #additionalInfostacks_in_14 {
	display: none;
}



#playlisterWrapperstacks_in_14 #downloadstacks_in_14 {
	display: none !important;
}











#playlisterWrapperstacks_in_14 #repeatstacks_in_14 {
	display: none;
}



#playlisterWrapperstacks_in_14 #volumeBtnstacks_in_14 {
	display: none;
}



#playlisterWrapperstacks_in_14 #shufflestacks_in_14 {
	display: none;
}



#playlisterWrapperstacks_in_14 #inline_download_stacks_in_14 {
	display: none;
}



#playlisterWrapperstacks_in_14 #playlistTogglestacks_in_14 {
	display: none;
}






#playlisterPlaceholderstacks_in_14 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_14 audio {
	width: 100%;
}





#stacks_in_14 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_8 *,
#stacks_in_8 *:before,
#stacks_in_8 *:after {
	box-sizing: border-box;
}

#stacks_in_8 {
	max-width: 1000px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_8 {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	box-shadow: 0px 0px 5px 2px rgba(205, 205, 205, 1.00);
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




#playlisterPlaceholderstacks_in_8 {
	display: none !important;
}


#playlisterstacks_in_8 {
	border-radius: 0px;
	height: auto;
	position: relative;
	width: auto;
	z-index: 2;
	display: block;
	overflow: auto;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}






/* Vertical gradient fill */
#playlisterstacks_in_8 {
	background-color: #E1E0DD;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#AEB1AD), to(#E1E0DD));
	background-image: -moz-linear-gradient(top, #AEB1AD, #E1E0DD);
	background-image: -ms-linear-gradient(top, #AEB1AD, #E1E0DD);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AEB1AD), color-stop(100%, #E1E0DD));
	background-image: -webkit-linear-gradient(top, #AEB1AD, #E1E0DD);
	background-image: -o-linear-gradient(top, #AEB1AD, #E1E0DD);
	background-image: linear-gradient(top, #AEB1AD, #E1E0DD);
}














#playlisterstacks_in_8 .btn {
	text-decoration: none;
	margin-top: 5px;
}

#coverControlsWrapperstacks_in_8 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	
	
	
}

@media screen and (min-width: 600px) {
	#coverControlsWrapperstacks_in_8 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_8 {
	min-height: 250px;
}


#coverstacks_in_8 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	height: 250px;
	width: 250px;
	display: block;
	
	margin: 0 auto;
	
	
}

@media screen and (min-width: 600px) {
	#coverstacks_in_8 {
		
		justify-content: space-around;
		
		
	}
}

#playerInterfacestacks_in_8 {
	display: block;
	overflow: hidden;
	
	text-align: center;
	
	
}

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_8 {
		flex: 1;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		
		justify-content: space-around;
		
		
    text-align: left;
    
    
    
	}
}

#playlisterTopSectionstacks_in_8 {
	height: auto;
	overflow: auto;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterTopSectionstacks_in_8 {
		margin-top: 0px;
	}
}

#titlestacks_in_8 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_8:before {
	content: ' ';
}

#albumstacks_in_8 {
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#albumstacks_in_8:before {
	content: ' ';
}

#artiststacks_in_8 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#artiststacks_in_8:before {
	content: ' ';
}

#additionalInfostacks_in_8 {
	color: rgba(205, 205, 205, 1.00);
	font-size: 16px;
	line-height: 1.50em;
}

#additionalInfostacks_in_8:before {
	content: ' ';
}

#controlsstacks_in_8 {
	position: relative;
	margin: 0px;
	padding: 0;
	color: #cdcdcd;
	overflow: visible;
}

@media screen and (min-width: 600px) {
	#controlsstacks_in_8 {
		padding-top: 10px;
	}
}











#buttonWrapperstacks_in_8 {
	display: table;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#playlisterWrapperstacks_in_8 .buttonItem {
	display: table-cell;
	text-align: center;
	position: relative;
	overflow: visible;
}

#playlisterWrapperstacks_in_8 .playlisterButtonStandard,
#playlisterWrapperstacks_in_8 .playlisterButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(76, 76, 76, 1.00);
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_8 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_8 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

#playlisterWrapperstacks_in_8 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_8 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_8 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_8 .playlisterButton:hover,
#playlisterWrapperstacks_in_8 .playlisterButton:active,
#playlisterWrapperstacks_in_8 .playlisterButton:focus {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(76, 76, 76, 1.00);
	border: 1px solid rgba(25, 25, 25, 1.00);
}

#playlisterWrapperstacks_in_8 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_8 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_8 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_8 .playlisterButton:hover i,
#playlisterWrapperstacks_in_8 .playlisterButton:active i,
#playlisterWrapperstacks_in_8 .playlisterButton:focus i {
	color: rgba(255, 255, 255, 1.00);
}

#playlisterWrapperstacks_in_8 #playstacks_in_8 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_8 #pausestacks_in_8 {
	display: none;
}

#playlisterWrapperstacks_in_8 .playlisterIsPlaying #playstacks_in_8 {
	display: none;
}

#playlisterWrapperstacks_in_8 .playlisterIsPlaying #pausestacks_in_8 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_8 .playlisterButton:after,
#playlisterWrapperstacks_in_8 .playlisterButtonStandard:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}


#userOptionsBarstacks_in_8 {
	float: right;
}

#playlisterWrapperstacks_in_8 .playlisterInterfaceComponent,
#playlisterWrapperstacks_in_8 .playlisterInterfaceComponentStandard {
	margin-bottom: 15px;
	margin-left: 15px;
}

@media screen and (min-width: 600px) {
	#playlisterWrapperstacks_in_8 .playlisterInterfaceComponent,
	#playlisterWrapperstacks_in_8 .playlisterInterfaceComponentStandard {
		float: left;
	}
}

#volumeControlsstacks_in_8,
#volumeBtnstacks_in_8 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_8 {
		display: inline-block;
	}

	#volumeControlsstacks_in_8 {
		height: 140px;
		width: 70px;
		display: none;
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-left: -35px;
		overflow: visible;
		z-index: 90;
		background: rgba(25, 25, 25, 1.00);
		border-radius: 10px;
	}

	#volume-fullstacks_in_8 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

	#volume-mutestacks_in_8 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}

	#volume-mutestacks_in_8 i,
	#volume-fullstacks_in_8 i {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}

	#volumeSliderstacks_in_8 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}

	#volumestacks_in_8 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}

	#volumestacks_in_8 .ui-slider-range {
		background: rgba(75, 179, 135, 1.00);
		border-radius: 5px;
		outline: none;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#volumestacks_in_8 .ui-slider-handle {
		cursor: pointer;
		position: absolute;
		left: 0;
		bottom: 0px;
		margin-left: -5px;
		margin-bottom: -10px;
		width: 20px;
		height: 20px;
		z-index: 2;
		border-radius: 10px;
		background: rgba(205, 205, 205, 1.00);
		outline: none;
	}
}

#progressBarstacks_in_8 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

#trackerstacks_in_8 {
	display: block;
	position: relative;
	height: 10px;
	background: rgba(102, 102, 102, 1.00);
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#trackerstacks_in_8 #progressstacks_in_8 {
	background-color: rgba(75, 179, 135, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
}



#currentstacks_in_8 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

#durationstacks_in_8 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1.00);
}

/* iOS can't preload audio and fetch the total duration until the track starts to play. So we make duration invisisble and make it visible on desktops or (via jQuery) when the track is clicked and playing */

#durationstacks_in_8 {
	visibility: hidden;
}

#durationstacks_in_8.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_8 {
	background-color: rgba(255, 255, 255, 1.00);
	list-style-type: none;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
  /* Start either displayed or hidden */
	display: block;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-rule: 0px solid #CDCDCD;
	-moz-column-rule: 0px solid #CDCDCD;
	column-rule: 0px solid #CDCDCD;
	/* Hide top-most item borders */
	margin-top: -0px
}

@media screen and (min-width: 34em) {
	#playlisterPlayliststacks_in_8 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 48em) {
	#playlisterPlayliststacks_in_8 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 62em) {
	#playlisterPlayliststacks_in_8 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 75em) {
	#playlisterPlayliststacks_in_8 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#playlisterPlayliststacks_in_8 li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1.00);
  color: rgba(153, 153, 153, 1.00);
  font-size: 12px;
  height: 45px;
  line-height: 45px;
	cursor: pointer;
	transition: color 300ms ease-in-out, background 300ms ease-in-out;
	overflow: hidden;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	transform: translateZ(0);
	border-top: 0px solid #CDCDCD;
}



#playlisterPlayliststacks_in_8 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_8 li.active-playlistitem,
#playlisterPlayliststacks_in_8 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(74, 180, 135, 1.00);
}


#playlisterPlayliststacks_in_8 li {
	padding-left: 20px;
}




#playlisterPlayliststacks_in_8 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_8 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_8,
.no-audio #playlisterPlayliststacks_in_8 {
	display: none;
}

#playlisterNoAudiostacks_in_8 {
	display: none;
}

.no-audio #playlisterNoAudiostacks_in_8 {
	padding: 15px;
	display: none;
}


.no-adownload #downloadstacks_in_8 {
	display: none;
}











#playlisterWrapperstacks_in_8 #artiststacks_in_8 {
	display: none;
}



#playlisterWrapperstacks_in_8 #additionalInfostacks_in_8 {
	display: none;
}



#playlisterWrapperstacks_in_8 #downloadstacks_in_8 {
	display: none !important;
}











#playlisterWrapperstacks_in_8 #repeatstacks_in_8 {
	display: none;
}



#playlisterWrapperstacks_in_8 #volumeBtnstacks_in_8 {
	display: none;
}



#playlisterWrapperstacks_in_8 #shufflestacks_in_8 {
	display: none;
}



#playlisterWrapperstacks_in_8 #inline_download_stacks_in_8 {
	display: none;
}



#playlisterWrapperstacks_in_8 #playlistTogglestacks_in_8 {
	display: none;
}






#playlisterPlaceholderstacks_in_8 {
	display: none;
	padding: 15px;
	margin: 15px;
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, mono;
}

#playlisterPlaceholderstacks_in_8 audio {
	width: 100%;
}





#stacks_in_8 {
	padding: 0px 0px 30px 0px;
}
