
#stacks_in_1 {
	background-color: rgba(252, 105, 133, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
}

#stacks_in_13 {
	background-color: rgba(213, 0, 213, 1.00);
	margin:  12px;
	padding:  11px;
}
#stacks_in_15 *,
#stacks_in_15 *:before,
#stacks_in_15 *:after {
	box-sizing: border-box;
}

#stacks_in_15 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_15 {
	-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_15 {
	display: none !important;
}


#playlisterstacks_in_15 {
	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_15 {
	background-color: #623383;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#A69031), to(#623383));
	background-image: -moz-linear-gradient(top, #A69031, #623383);
	background-image: -ms-linear-gradient(top, #A69031, #623383);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69031), color-stop(100%, #623383));
	background-image: -webkit-linear-gradient(top, #A69031, #623383);
	background-image: -o-linear-gradient(top, #A69031, #623383);
	background-image: linear-gradient(top, #A69031, #623383);
}














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

#coverControlsWrapperstacks_in_15 {
	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_15 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_15 {
	min-height: 200px;
}


#coverstacks_in_15 {
	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: 200px;
	width: 200px;
	display: block;
	
	margin: 0 auto;
	
	
}

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

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_15 {
		flex: 1;
		padding-left: 15px;

		display: flex;
		flex-direction: column;

		
		
		justify-content: space-between;
		
    text-align: left;
    
    
    
	}
}

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

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

#titlestacks_in_15 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_15:before {
	content: ' ';
}

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

#albumstacks_in_15:before {
	content: 'Album: ';
}

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

#artiststacks_in_15:before {
	content: 'Artist: ';
}

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

#additionalInfostacks_in_15:before {
	content: ' ';
}

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

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



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

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

#playlisterWrapperstacks_in_15 .playlisterButtonStandard,
#playlisterWrapperstacks_in_15 .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_15 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_15 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_15 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_15 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_15 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_15 .playlisterButton:hover i,
#playlisterWrapperstacks_in_15 .playlisterButton:active i,
#playlisterWrapperstacks_in_15 .playlisterButton:focus i {
	color: rgba(211, 83, 69, 1.00);
}

#playlisterWrapperstacks_in_15 #playstacks_in_15 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_15 #pausestacks_in_15 {
	display: none;
}

#playlisterWrapperstacks_in_15 .playlisterIsPlaying #playstacks_in_15 {
	display: none;
}

#playlisterWrapperstacks_in_15 .playlisterIsPlaying #pausestacks_in_15 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_15 .playlisterButton:after,
#playlisterWrapperstacks_in_15 .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_15 {
	float: right;
}

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

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

#volumeControlsstacks_in_15,
#volumeBtnstacks_in_15 {
	display: none;
}

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

	#volumeControlsstacks_in_15 {
		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_15 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

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

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

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

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

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

	#volumestacks_in_15 .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_15 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

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

#trackerstacks_in_15 #progressstacks_in_15 {
	background-color: rgba(58, 181, 6, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-animation: playlister-progress-bar-stripes 2s linear infinite;
  -o-animation: playlister-progress-bar-stripes 2s linear infinite;
  animation: playlister-progress-bar-stripes 2s linear infinite;
  
}


@-webkit-keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}

@keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}


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

#durationstacks_in_15 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 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_15 {
	visibility: hidden;
}

#durationstacks_in_15.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_15 {
	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_15 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

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

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

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

#playlisterPlayliststacks_in_15 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: 18px;
  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_15 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_15 li.active-playlistitem,
#playlisterPlayliststacks_in_15 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(58, 150, 176, 1.00);
}




#playlisterPlayliststacks_in_15 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_15 li .playlistItemNumber {
	display: inline-block;
	width: 35px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}


#playlisterPlayliststacks_in_15 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_15 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_15,
.no-audio #playlisterPlayliststacks_in_15 {
	display: none;
}

#playlisterNoAudiostacks_in_15 {
	display: none;
}

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


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











#playlisterWrapperstacks_in_15 #artiststacks_in_15 {
	display: none;
}





#playlisterWrapperstacks_in_15 #downloadstacks_in_15 {
	display: none !important;
}















#playlisterWrapperstacks_in_15 #shufflestacks_in_15 {
	display: none;
}



#playlisterWrapperstacks_in_15 #playlistTogglestacks_in_15 {
	display: none;
}






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

#playlisterPlaceholderstacks_in_15 audio {
	width: 100%;
}





#stacks_in_15 {
	background-color: rgba(161, 156, 9, 1.00);
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
#stacks_in_39 *,
#stacks_in_39 *:before,
#stacks_in_39 *:after {
	box-sizing: border-box;
}

#stacks_in_39 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_39 {
	-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_39 {
	display: none !important;
}


#playlisterstacks_in_39 {
	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_39 {
	background-color: #623383;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#A69031), to(#623383));
	background-image: -moz-linear-gradient(top, #A69031, #623383);
	background-image: -ms-linear-gradient(top, #A69031, #623383);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69031), color-stop(100%, #623383));
	background-image: -webkit-linear-gradient(top, #A69031, #623383);
	background-image: -o-linear-gradient(top, #A69031, #623383);
	background-image: linear-gradient(top, #A69031, #623383);
}














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

#coverControlsWrapperstacks_in_39 {
	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_39 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_39 {
	min-height: 200px;
}


#coverstacks_in_39 {
	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: 200px;
	width: 200px;
	display: block;
	
	margin: 0 auto;
	
	
}

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

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_39 {
		flex: 1;
		padding-left: 15px;

		display: flex;
		flex-direction: column;

		
		
		justify-content: space-between;
		
    text-align: left;
    
    
    
	}
}

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

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

#titlestacks_in_39 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_39:before {
	content: ' ';
}

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

#albumstacks_in_39:before {
	content: 'Album: ';
}

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

#artiststacks_in_39:before {
	content: 'Artist: ';
}

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

#additionalInfostacks_in_39:before {
	content: ' ';
}

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

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



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

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

#playlisterWrapperstacks_in_39 .playlisterButtonStandard,
#playlisterWrapperstacks_in_39 .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_39 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_39 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_39 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_39 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_39 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_39 .playlisterButton:hover i,
#playlisterWrapperstacks_in_39 .playlisterButton:active i,
#playlisterWrapperstacks_in_39 .playlisterButton:focus i {
	color: rgba(211, 83, 69, 1.00);
}

#playlisterWrapperstacks_in_39 #playstacks_in_39 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_39 #pausestacks_in_39 {
	display: none;
}

#playlisterWrapperstacks_in_39 .playlisterIsPlaying #playstacks_in_39 {
	display: none;
}

#playlisterWrapperstacks_in_39 .playlisterIsPlaying #pausestacks_in_39 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_39 .playlisterButton:after,
#playlisterWrapperstacks_in_39 .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_39 {
	float: right;
}

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

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

#volumeControlsstacks_in_39,
#volumeBtnstacks_in_39 {
	display: none;
}

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

	#volumeControlsstacks_in_39 {
		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_39 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

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

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

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

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

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

	#volumestacks_in_39 .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_39 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

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

#trackerstacks_in_39 #progressstacks_in_39 {
	background-color: rgba(58, 181, 6, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-animation: playlister-progress-bar-stripes 2s linear infinite;
  -o-animation: playlister-progress-bar-stripes 2s linear infinite;
  animation: playlister-progress-bar-stripes 2s linear infinite;
  
}


@-webkit-keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}

@keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}


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

#durationstacks_in_39 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 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_39 {
	visibility: hidden;
}

#durationstacks_in_39.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_39 {
	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_39 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

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

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

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

#playlisterPlayliststacks_in_39 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: 18px;
  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_39 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_39 li.active-playlistitem,
#playlisterPlayliststacks_in_39 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(58, 150, 176, 1.00);
}




#playlisterPlayliststacks_in_39 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_39 li .playlistItemNumber {
	display: inline-block;
	width: 35px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}


#playlisterPlayliststacks_in_39 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_39 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_39,
.no-audio #playlisterPlayliststacks_in_39 {
	display: none;
}

#playlisterNoAudiostacks_in_39 {
	display: none;
}

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


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











#playlisterWrapperstacks_in_39 #artiststacks_in_39 {
	display: none;
}





#playlisterWrapperstacks_in_39 #downloadstacks_in_39 {
	display: none !important;
}















#playlisterWrapperstacks_in_39 #shufflestacks_in_39 {
	display: none;
}



#playlisterWrapperstacks_in_39 #playlistTogglestacks_in_39 {
	display: none;
}






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

#playlisterPlaceholderstacks_in_39 audio {
	width: 100%;
}





#stacks_in_39 {
	background-color: rgba(161, 156, 9, 1.00);
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
#stacks_in_63 *,
#stacks_in_63 *:before,
#stacks_in_63 *:after {
	box-sizing: border-box;
}

#stacks_in_63 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_63 {
	-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_63 {
	display: none !important;
}


#playlisterstacks_in_63 {
	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_63 {
	background-color: #623383;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#A69031), to(#623383));
	background-image: -moz-linear-gradient(top, #A69031, #623383);
	background-image: -ms-linear-gradient(top, #A69031, #623383);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69031), color-stop(100%, #623383));
	background-image: -webkit-linear-gradient(top, #A69031, #623383);
	background-image: -o-linear-gradient(top, #A69031, #623383);
	background-image: linear-gradient(top, #A69031, #623383);
}














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

#coverControlsWrapperstacks_in_63 {
	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_63 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_63 {
	min-height: 200px;
}


#coverstacks_in_63 {
	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: 200px;
	width: 200px;
	display: block;
	
	margin: 0 auto;
	
	
}

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

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_63 {
		flex: 1;
		padding-left: 15px;

		display: flex;
		flex-direction: column;

		
		
		justify-content: space-between;
		
    text-align: left;
    
    
    
	}
}

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

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

#titlestacks_in_63 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_63:before {
	content: ' ';
}

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

#albumstacks_in_63:before {
	content: 'Album: ';
}

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

#artiststacks_in_63:before {
	content: 'Artist: ';
}

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

#additionalInfostacks_in_63:before {
	content: ' ';
}

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

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



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

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

#playlisterWrapperstacks_in_63 .playlisterButtonStandard,
#playlisterWrapperstacks_in_63 .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_63 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_63 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_63 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_63 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_63 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_63 .playlisterButton:hover i,
#playlisterWrapperstacks_in_63 .playlisterButton:active i,
#playlisterWrapperstacks_in_63 .playlisterButton:focus i {
	color: rgba(211, 83, 69, 1.00);
}

#playlisterWrapperstacks_in_63 #playstacks_in_63 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_63 #pausestacks_in_63 {
	display: none;
}

#playlisterWrapperstacks_in_63 .playlisterIsPlaying #playstacks_in_63 {
	display: none;
}

#playlisterWrapperstacks_in_63 .playlisterIsPlaying #pausestacks_in_63 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_63 .playlisterButton:after,
#playlisterWrapperstacks_in_63 .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_63 {
	float: right;
}

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

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

#volumeControlsstacks_in_63,
#volumeBtnstacks_in_63 {
	display: none;
}

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

	#volumeControlsstacks_in_63 {
		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_63 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

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

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

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

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

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

	#volumestacks_in_63 .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_63 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

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

#trackerstacks_in_63 #progressstacks_in_63 {
	background-color: rgba(58, 181, 6, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-animation: playlister-progress-bar-stripes 2s linear infinite;
  -o-animation: playlister-progress-bar-stripes 2s linear infinite;
  animation: playlister-progress-bar-stripes 2s linear infinite;
  
}


@-webkit-keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}

@keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}


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

#durationstacks_in_63 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 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_63 {
	visibility: hidden;
}

#durationstacks_in_63.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_63 {
	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_63 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

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

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

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

#playlisterPlayliststacks_in_63 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: 18px;
  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_63 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_63 li.active-playlistitem,
#playlisterPlayliststacks_in_63 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(58, 150, 176, 1.00);
}




#playlisterPlayliststacks_in_63 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_63 li .playlistItemNumber {
	display: inline-block;
	width: 35px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}


#playlisterPlayliststacks_in_63 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_63 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_63,
.no-audio #playlisterPlayliststacks_in_63 {
	display: none;
}

#playlisterNoAudiostacks_in_63 {
	display: none;
}

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


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











#playlisterWrapperstacks_in_63 #artiststacks_in_63 {
	display: none;
}





#playlisterWrapperstacks_in_63 #downloadstacks_in_63 {
	display: none !important;
}















#playlisterWrapperstacks_in_63 #shufflestacks_in_63 {
	display: none;
}



#playlisterWrapperstacks_in_63 #playlistTogglestacks_in_63 {
	display: none;
}






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

#playlisterPlaceholderstacks_in_63 audio {
	width: 100%;
}





#stacks_in_63 {
	background-color: rgba(161, 156, 9, 1.00);
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
#stacks_in_116 *,
#stacks_in_116 *:before,
#stacks_in_116 *:after {
	box-sizing: border-box;
}

#stacks_in_116 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_116 {
	-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_116 {
	display: none !important;
}


#playlisterstacks_in_116 {
	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_116 {
	background-color: #623383;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#A69031), to(#623383));
	background-image: -moz-linear-gradient(top, #A69031, #623383);
	background-image: -ms-linear-gradient(top, #A69031, #623383);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69031), color-stop(100%, #623383));
	background-image: -webkit-linear-gradient(top, #A69031, #623383);
	background-image: -o-linear-gradient(top, #A69031, #623383);
	background-image: linear-gradient(top, #A69031, #623383);
}














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

#coverControlsWrapperstacks_in_116 {
	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_116 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_116 {
	min-height: 200px;
}


#coverstacks_in_116 {
	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: 200px;
	width: 200px;
	display: block;
	
	margin: 0 auto;
	
	
}

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

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_116 {
		flex: 1;
		padding-left: 15px;

		display: flex;
		flex-direction: column;

		
		
		justify-content: space-between;
		
    text-align: left;
    
    
    
	}
}

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

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

#titlestacks_in_116 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_116:before {
	content: ' ';
}

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

#albumstacks_in_116:before {
	content: 'Album: ';
}

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

#artiststacks_in_116:before {
	content: 'Artist: ';
}

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

#additionalInfostacks_in_116:before {
	content: ' ';
}

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

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



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

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

#playlisterWrapperstacks_in_116 .playlisterButtonStandard,
#playlisterWrapperstacks_in_116 .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_116 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_116 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_116 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_116 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_116 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_116 .playlisterButton:hover i,
#playlisterWrapperstacks_in_116 .playlisterButton:active i,
#playlisterWrapperstacks_in_116 .playlisterButton:focus i {
	color: rgba(211, 83, 69, 1.00);
}

#playlisterWrapperstacks_in_116 #playstacks_in_116 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_116 #pausestacks_in_116 {
	display: none;
}

#playlisterWrapperstacks_in_116 .playlisterIsPlaying #playstacks_in_116 {
	display: none;
}

#playlisterWrapperstacks_in_116 .playlisterIsPlaying #pausestacks_in_116 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_116 .playlisterButton:after,
#playlisterWrapperstacks_in_116 .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_116 {
	float: right;
}

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

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

#volumeControlsstacks_in_116,
#volumeBtnstacks_in_116 {
	display: none;
}

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

	#volumeControlsstacks_in_116 {
		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_116 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

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

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

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

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

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

	#volumestacks_in_116 .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_116 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

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

#trackerstacks_in_116 #progressstacks_in_116 {
	background-color: rgba(58, 181, 6, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-animation: playlister-progress-bar-stripes 2s linear infinite;
  -o-animation: playlister-progress-bar-stripes 2s linear infinite;
  animation: playlister-progress-bar-stripes 2s linear infinite;
  
}


@-webkit-keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}

@keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}


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

#durationstacks_in_116 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 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_116 {
	visibility: hidden;
}

#durationstacks_in_116.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_116 {
	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_116 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

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

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

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

#playlisterPlayliststacks_in_116 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: 18px;
  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_116 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_116 li.active-playlistitem,
#playlisterPlayliststacks_in_116 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(58, 150, 176, 1.00);
}




#playlisterPlayliststacks_in_116 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_116 li .playlistItemNumber {
	display: inline-block;
	width: 35px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}


#playlisterPlayliststacks_in_116 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_116 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_116,
.no-audio #playlisterPlayliststacks_in_116 {
	display: none;
}

#playlisterNoAudiostacks_in_116 {
	display: none;
}

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


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











#playlisterWrapperstacks_in_116 #artiststacks_in_116 {
	display: none;
}





#playlisterWrapperstacks_in_116 #downloadstacks_in_116 {
	display: none !important;
}















#playlisterWrapperstacks_in_116 #shufflestacks_in_116 {
	display: none;
}



#playlisterWrapperstacks_in_116 #playlistTogglestacks_in_116 {
	display: none;
}






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

#playlisterPlaceholderstacks_in_116 audio {
	width: 100%;
}





#stacks_in_116 {
	background-color: rgba(161, 156, 9, 1.00);
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
#stacks_in_302 *,
#stacks_in_302 *:before,
#stacks_in_302 *:after {
	box-sizing: border-box;
}

#stacks_in_302 {
	max-width: 800px;
	margin: 0 auto;
}

#playlisterWrapperstacks_in_302 {
	-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_302 {
	display: none !important;
}


#playlisterstacks_in_302 {
	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_302 {
	background-color: #623383;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#A69031), to(#623383));
	background-image: -moz-linear-gradient(top, #A69031, #623383);
	background-image: -ms-linear-gradient(top, #A69031, #623383);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A69031), color-stop(100%, #623383));
	background-image: -webkit-linear-gradient(top, #A69031, #623383);
	background-image: -o-linear-gradient(top, #A69031, #623383);
	background-image: linear-gradient(top, #A69031, #623383);
}














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

#coverControlsWrapperstacks_in_302 {
	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_302 {
		flex-direction: row;
	}
}


#coverControlsWrapperstacks_in_302 {
	min-height: 200px;
}


#coverstacks_in_302 {
	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: 200px;
	width: 200px;
	display: block;
	
	margin: 0 auto;
	
	
}

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

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_302 {
		flex: 1;
		padding-left: 15px;

		display: flex;
		flex-direction: column;

		
		
		justify-content: space-between;
		
    text-align: left;
    
    
    
	}
}

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

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

#titlestacks_in_302 {
	color: rgba(255, 255, 255, 1.00);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.50em;
}

#titlestacks_in_302:before {
	content: ' ';
}

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

#albumstacks_in_302:before {
	content: 'Album: ';
}

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

#artiststacks_in_302:before {
	content: 'Artist: ';
}

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

#additionalInfostacks_in_302:before {
	content: ' ';
}

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

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



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

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

#playlisterWrapperstacks_in_302 .playlisterButtonStandard,
#playlisterWrapperstacks_in_302 .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_302 .playlisterButtonStandard i,
#playlisterWrapperstacks_in_302 .playlisterButton i {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_302 .playlisterButtonStandard:hover i,
#playlisterWrapperstacks_in_302 .playlisterButtonStandard:active i,
#playlisterWrapperstacks_in_302 .playlisterButtonStandard:focus i,
#playlisterWrapperstacks_in_302 .playlisterButton:hover i,
#playlisterWrapperstacks_in_302 .playlisterButton:active i,
#playlisterWrapperstacks_in_302 .playlisterButton:focus i {
	color: rgba(211, 83, 69, 1.00);
}

#playlisterWrapperstacks_in_302 #playstacks_in_302 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_302 #pausestacks_in_302 {
	display: none;
}

#playlisterWrapperstacks_in_302 .playlisterIsPlaying #playstacks_in_302 {
	display: none;
}

#playlisterWrapperstacks_in_302 .playlisterIsPlaying #pausestacks_in_302 {
	display: inline-block;
}


/* Glass effect */
#playlisterWrapperstacks_in_302 .playlisterButton:after,
#playlisterWrapperstacks_in_302 .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_302 {
	float: right;
}

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

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

#volumeControlsstacks_in_302,
#volumeBtnstacks_in_302 {
	display: none;
}

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

	#volumeControlsstacks_in_302 {
		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_302 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}

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

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

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

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

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

	#volumestacks_in_302 .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_302 {
	margin-bottom: 5px;
	height: auto;
	overflow: auto;
}

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

#trackerstacks_in_302 #progressstacks_in_302 {
	background-color: rgba(58, 181, 6, 1.00);
	height: 100%;
	display: block;
	width: 0px;
  
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-animation: playlister-progress-bar-stripes 2s linear infinite;
  -o-animation: playlister-progress-bar-stripes 2s linear infinite;
  animation: playlister-progress-bar-stripes 2s linear infinite;
  
}


@-webkit-keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}

@keyframes playlister-progress-bar-stripes {
    from  { background-position: 20px 0; }
    to    { background-position: 0 0; }
}


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

#durationstacks_in_302 {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 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_302 {
	visibility: hidden;
}

#durationstacks_in_302.showDuration {
	visibility: visible;
}



#playlisterPlayliststacks_in_302 {
	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_302 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

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

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

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

#playlisterPlayliststacks_in_302 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: 18px;
  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_302 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_302 li.active-playlistitem,
#playlisterPlayliststacks_in_302 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(58, 150, 176, 1.00);
}




#playlisterPlayliststacks_in_302 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_302 li .playlistItemNumber {
	display: inline-block;
	width: 35px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}


#playlisterPlayliststacks_in_302 li .playListerAdditionalInfo {
	display: none;
}


#playlisterPlayliststacks_in_302 li .playlistItemActiveIcon {
	display: none;
}




.no-audio #playlisterstacks_in_302,
.no-audio #playlisterPlayliststacks_in_302 {
	display: none;
}

#playlisterNoAudiostacks_in_302 {
	display: none;
}

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


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











#playlisterWrapperstacks_in_302 #artiststacks_in_302 {
	display: none;
}





#playlisterWrapperstacks_in_302 #downloadstacks_in_302 {
	display: none !important;
}















#playlisterWrapperstacks_in_302 #shufflestacks_in_302 {
	display: none;
}



#playlisterWrapperstacks_in_302 #playlistTogglestacks_in_302 {
	display: none;
}






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

#playlisterPlaceholderstacks_in_302 audio {
	width: 100%;
}





#stacks_in_302 {
	background-color: rgba(161, 156, 9, 1.00);
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
