/* @group Basic Styling */

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

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

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


#playlisterstacks_in_450 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_450 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_450 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_450 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_450 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_450 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_450:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_450:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_450 .playlisterButtonStandard,
#playlisterWrapperstacks_in_450 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_450 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_450 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_450 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_450 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_450 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_450 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_450 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_450 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_450 #playstacks_in_450 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_450 #pausestacks_in_450 {
	display: none;
}

#playlisterWrapperstacks_in_450 .playlisterIsPlaying #playstacks_in_450 {
	display: none;
}

#playlisterWrapperstacks_in_450 .playlisterIsPlaying #pausestacks_in_450 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_450 .playlisterButton:after,
#playlisterWrapperstacks_in_450 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_450 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_450,
#volumeBtnstacks_in_450 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_450 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_450 {
		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_450 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_450 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_450 [class^="fa fa-"],
	#volume-fullstacks_in_450 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_450 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_450 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_450 .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_450 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_450 #progressstacks_in_450 {
	background-color: rgba(75, 179, 135, 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_450 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_450 {
	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_450 {
	visibility: hidden;
}

#durationstacks_in_450.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_450 {
	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_450 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_450 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_450 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_450 li.active-playlistitem,
#playlisterPlayliststacks_in_450 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_450 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_450 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_450 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_450,
.no-audio #playlisterPlayliststacks_in_450 {
	display: none;
}

#playlisterNoAudiostacks_in_450 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_450 #coverstacks_in_450 {
	display: none;
}

#playlisterWrapperstacks_in_450 #playerInterfacestacks_in_450 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_450 #playlisterTopSectionstacks_in_450 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_450 #downloadstacks_in_450 {
	display: none !important;
}















#playlisterWrapperstacks_in_450 #shufflestacks_in_450 {
	display: none;
}



#playlisterWrapperstacks_in_450 #playlistTogglestacks_in_450 {
	display: none;
}



ol#playlisterPlayliststacks_in_450 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_450 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_462 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_462 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_462 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_462 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_462 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_462 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_462:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_462:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_462 .playlisterButtonStandard,
#playlisterWrapperstacks_in_462 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_462 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_462 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_462 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_462 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_462 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_462 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_462 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_462 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_462 #playstacks_in_462 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_462 #pausestacks_in_462 {
	display: none;
}

#playlisterWrapperstacks_in_462 .playlisterIsPlaying #playstacks_in_462 {
	display: none;
}

#playlisterWrapperstacks_in_462 .playlisterIsPlaying #pausestacks_in_462 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_462 .playlisterButton:after,
#playlisterWrapperstacks_in_462 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_462 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_462,
#volumeBtnstacks_in_462 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_462 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_462 {
		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_462 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_462 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_462 [class^="fa fa-"],
	#volume-fullstacks_in_462 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_462 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_462 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_462 .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_462 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_462 #progressstacks_in_462 {
	background-color: rgba(75, 179, 135, 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_462 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_462 {
	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_462 {
	visibility: hidden;
}

#durationstacks_in_462.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_462 {
	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_462 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_462 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_462 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_462 li.active-playlistitem,
#playlisterPlayliststacks_in_462 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_462 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_462 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_462 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_462,
.no-audio #playlisterPlayliststacks_in_462 {
	display: none;
}

#playlisterNoAudiostacks_in_462 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_462 #coverstacks_in_462 {
	display: none;
}

#playlisterWrapperstacks_in_462 #playerInterfacestacks_in_462 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_462 #playlisterTopSectionstacks_in_462 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_462 #downloadstacks_in_462 {
	display: none !important;
}















#playlisterWrapperstacks_in_462 #shufflestacks_in_462 {
	display: none;
}



#playlisterWrapperstacks_in_462 #playlistTogglestacks_in_462 {
	display: none;
}



ol#playlisterPlayliststacks_in_462 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_462 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_465 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_465 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_465 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_465 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_465 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_465 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_465:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_465:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_465 .playlisterButtonStandard,
#playlisterWrapperstacks_in_465 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_465 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_465 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_465 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_465 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_465 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_465 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_465 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_465 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_465 #playstacks_in_465 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_465 #pausestacks_in_465 {
	display: none;
}

#playlisterWrapperstacks_in_465 .playlisterIsPlaying #playstacks_in_465 {
	display: none;
}

#playlisterWrapperstacks_in_465 .playlisterIsPlaying #pausestacks_in_465 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_465 .playlisterButton:after,
#playlisterWrapperstacks_in_465 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_465 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_465,
#volumeBtnstacks_in_465 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_465 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_465 {
		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_465 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_465 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_465 [class^="fa fa-"],
	#volume-fullstacks_in_465 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_465 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_465 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_465 .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_465 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_465 #progressstacks_in_465 {
	background-color: rgba(75, 179, 135, 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_465 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_465 {
	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_465 {
	visibility: hidden;
}

#durationstacks_in_465.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_465 {
	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_465 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_465 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_465 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_465 li.active-playlistitem,
#playlisterPlayliststacks_in_465 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_465 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_465 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_465 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_465,
.no-audio #playlisterPlayliststacks_in_465 {
	display: none;
}

#playlisterNoAudiostacks_in_465 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_465 #coverstacks_in_465 {
	display: none;
}

#playlisterWrapperstacks_in_465 #playerInterfacestacks_in_465 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_465 #playlisterTopSectionstacks_in_465 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_465 #downloadstacks_in_465 {
	display: none !important;
}















#playlisterWrapperstacks_in_465 #shufflestacks_in_465 {
	display: none;
}



#playlisterWrapperstacks_in_465 #playlistTogglestacks_in_465 {
	display: none;
}



ol#playlisterPlayliststacks_in_465 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_465 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_468 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_468 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_468 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_468 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_468 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_468 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_468:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_468:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_468 .playlisterButtonStandard,
#playlisterWrapperstacks_in_468 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_468 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_468 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_468 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_468 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_468 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_468 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_468 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_468 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_468 #playstacks_in_468 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_468 #pausestacks_in_468 {
	display: none;
}

#playlisterWrapperstacks_in_468 .playlisterIsPlaying #playstacks_in_468 {
	display: none;
}

#playlisterWrapperstacks_in_468 .playlisterIsPlaying #pausestacks_in_468 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_468 .playlisterButton:after,
#playlisterWrapperstacks_in_468 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_468 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_468,
#volumeBtnstacks_in_468 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_468 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_468 {
		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_468 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_468 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_468 [class^="fa fa-"],
	#volume-fullstacks_in_468 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_468 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_468 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_468 .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_468 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_468 #progressstacks_in_468 {
	background-color: rgba(75, 179, 135, 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_468 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_468 {
	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_468 {
	visibility: hidden;
}

#durationstacks_in_468.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_468 {
	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_468 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_468 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_468 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_468 li.active-playlistitem,
#playlisterPlayliststacks_in_468 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_468 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_468 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_468 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_468,
.no-audio #playlisterPlayliststacks_in_468 {
	display: none;
}

#playlisterNoAudiostacks_in_468 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_468 #coverstacks_in_468 {
	display: none;
}

#playlisterWrapperstacks_in_468 #playerInterfacestacks_in_468 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_468 #playlisterTopSectionstacks_in_468 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_468 #downloadstacks_in_468 {
	display: none !important;
}















#playlisterWrapperstacks_in_468 #shufflestacks_in_468 {
	display: none;
}



#playlisterWrapperstacks_in_468 #playlistTogglestacks_in_468 {
	display: none;
}



ol#playlisterPlayliststacks_in_468 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_468 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_471 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_471 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_471 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_471 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_471 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_471 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_471:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_471:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_471 .playlisterButtonStandard,
#playlisterWrapperstacks_in_471 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_471 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_471 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_471 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_471 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_471 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_471 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_471 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_471 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_471 #playstacks_in_471 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_471 #pausestacks_in_471 {
	display: none;
}

#playlisterWrapperstacks_in_471 .playlisterIsPlaying #playstacks_in_471 {
	display: none;
}

#playlisterWrapperstacks_in_471 .playlisterIsPlaying #pausestacks_in_471 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_471 .playlisterButton:after,
#playlisterWrapperstacks_in_471 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_471 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_471,
#volumeBtnstacks_in_471 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_471 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_471 {
		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_471 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_471 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_471 [class^="fa fa-"],
	#volume-fullstacks_in_471 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_471 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_471 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_471 .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_471 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_471 #progressstacks_in_471 {
	background-color: rgba(75, 179, 135, 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_471 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_471 {
	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_471 {
	visibility: hidden;
}

#durationstacks_in_471.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_471 {
	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_471 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_471 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_471 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_471 li.active-playlistitem,
#playlisterPlayliststacks_in_471 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_471 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_471 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_471 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_471,
.no-audio #playlisterPlayliststacks_in_471 {
	display: none;
}

#playlisterNoAudiostacks_in_471 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_471 #coverstacks_in_471 {
	display: none;
}

#playlisterWrapperstacks_in_471 #playerInterfacestacks_in_471 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_471 #playlisterTopSectionstacks_in_471 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_471 #downloadstacks_in_471 {
	display: none !important;
}















#playlisterWrapperstacks_in_471 #shufflestacks_in_471 {
	display: none;
}



#playlisterWrapperstacks_in_471 #playlistTogglestacks_in_471 {
	display: none;
}



ol#playlisterPlayliststacks_in_471 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_471 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_474 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_474 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_474 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_474 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_474 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_474 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_474:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_474:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_474 .playlisterButtonStandard,
#playlisterWrapperstacks_in_474 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_474 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_474 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_474 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_474 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_474 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_474 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_474 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_474 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_474 #playstacks_in_474 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_474 #pausestacks_in_474 {
	display: none;
}

#playlisterWrapperstacks_in_474 .playlisterIsPlaying #playstacks_in_474 {
	display: none;
}

#playlisterWrapperstacks_in_474 .playlisterIsPlaying #pausestacks_in_474 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_474 .playlisterButton:after,
#playlisterWrapperstacks_in_474 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_474 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_474,
#volumeBtnstacks_in_474 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_474 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_474 {
		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_474 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_474 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_474 [class^="fa fa-"],
	#volume-fullstacks_in_474 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_474 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_474 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_474 .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_474 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_474 #progressstacks_in_474 {
	background-color: rgba(75, 179, 135, 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_474 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_474 {
	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_474 {
	visibility: hidden;
}

#durationstacks_in_474.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_474 {
	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_474 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_474 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_474 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_474 li.active-playlistitem,
#playlisterPlayliststacks_in_474 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_474 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_474 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_474 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_474,
.no-audio #playlisterPlayliststacks_in_474 {
	display: none;
}

#playlisterNoAudiostacks_in_474 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_474 #coverstacks_in_474 {
	display: none;
}

#playlisterWrapperstacks_in_474 #playerInterfacestacks_in_474 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_474 #playlisterTopSectionstacks_in_474 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_474 #downloadstacks_in_474 {
	display: none !important;
}















#playlisterWrapperstacks_in_474 #shufflestacks_in_474 {
	display: none;
}



#playlisterWrapperstacks_in_474 #playlistTogglestacks_in_474 {
	display: none;
}



ol#playlisterPlayliststacks_in_474 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_474 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_477 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_477 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_477 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_477 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_477 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_477 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_477:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_477:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_477 .playlisterButtonStandard,
#playlisterWrapperstacks_in_477 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_477 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_477 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_477 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_477 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_477 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_477 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_477 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_477 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_477 #playstacks_in_477 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_477 #pausestacks_in_477 {
	display: none;
}

#playlisterWrapperstacks_in_477 .playlisterIsPlaying #playstacks_in_477 {
	display: none;
}

#playlisterWrapperstacks_in_477 .playlisterIsPlaying #pausestacks_in_477 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_477 .playlisterButton:after,
#playlisterWrapperstacks_in_477 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_477 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_477,
#volumeBtnstacks_in_477 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_477 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_477 {
		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_477 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_477 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_477 [class^="fa fa-"],
	#volume-fullstacks_in_477 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_477 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_477 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_477 .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_477 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_477 #progressstacks_in_477 {
	background-color: rgba(75, 179, 135, 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_477 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_477 {
	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_477 {
	visibility: hidden;
}

#durationstacks_in_477.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_477 {
	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_477 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_477 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_477 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_477 li.active-playlistitem,
#playlisterPlayliststacks_in_477 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_477 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_477 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_477 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_477,
.no-audio #playlisterPlayliststacks_in_477 {
	display: none;
}

#playlisterNoAudiostacks_in_477 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_477 #coverstacks_in_477 {
	display: none;
}

#playlisterWrapperstacks_in_477 #playerInterfacestacks_in_477 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_477 #playlisterTopSectionstacks_in_477 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_477 #downloadstacks_in_477 {
	display: none !important;
}















#playlisterWrapperstacks_in_477 #shufflestacks_in_477 {
	display: none;
}



#playlisterWrapperstacks_in_477 #playlistTogglestacks_in_477 {
	display: none;
}



ol#playlisterPlayliststacks_in_477 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_477 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_480 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_480 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_480 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_480 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_480 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_480 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_480:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_480:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_480 .playlisterButtonStandard,
#playlisterWrapperstacks_in_480 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_480 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_480 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_480 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_480 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_480 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_480 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_480 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_480 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_480 #playstacks_in_480 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_480 #pausestacks_in_480 {
	display: none;
}

#playlisterWrapperstacks_in_480 .playlisterIsPlaying #playstacks_in_480 {
	display: none;
}

#playlisterWrapperstacks_in_480 .playlisterIsPlaying #pausestacks_in_480 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_480 .playlisterButton:after,
#playlisterWrapperstacks_in_480 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_480 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_480,
#volumeBtnstacks_in_480 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_480 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_480 {
		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_480 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_480 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_480 [class^="fa fa-"],
	#volume-fullstacks_in_480 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_480 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_480 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_480 .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_480 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_480 #progressstacks_in_480 {
	background-color: rgba(75, 179, 135, 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_480 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_480 {
	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_480 {
	visibility: hidden;
}

#durationstacks_in_480.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_480 {
	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_480 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_480 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_480 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_480 li.active-playlistitem,
#playlisterPlayliststacks_in_480 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_480 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_480 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_480 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_480,
.no-audio #playlisterPlayliststacks_in_480 {
	display: none;
}

#playlisterNoAudiostacks_in_480 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_480 #coverstacks_in_480 {
	display: none;
}

#playlisterWrapperstacks_in_480 #playerInterfacestacks_in_480 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_480 #playlisterTopSectionstacks_in_480 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_480 #downloadstacks_in_480 {
	display: none !important;
}















#playlisterWrapperstacks_in_480 #shufflestacks_in_480 {
	display: none;
}



#playlisterWrapperstacks_in_480 #playlistTogglestacks_in_480 {
	display: none;
}



ol#playlisterPlayliststacks_in_480 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_480 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_483 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_483 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_483 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_483 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_483 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_483 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_483:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_483:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_483 .playlisterButtonStandard,
#playlisterWrapperstacks_in_483 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_483 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_483 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_483 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_483 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_483 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_483 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_483 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_483 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_483 #playstacks_in_483 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_483 #pausestacks_in_483 {
	display: none;
}

#playlisterWrapperstacks_in_483 .playlisterIsPlaying #playstacks_in_483 {
	display: none;
}

#playlisterWrapperstacks_in_483 .playlisterIsPlaying #pausestacks_in_483 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_483 .playlisterButton:after,
#playlisterWrapperstacks_in_483 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_483 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_483,
#volumeBtnstacks_in_483 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_483 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_483 {
		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_483 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_483 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_483 [class^="fa fa-"],
	#volume-fullstacks_in_483 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_483 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_483 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_483 .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_483 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_483 #progressstacks_in_483 {
	background-color: rgba(75, 179, 135, 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_483 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_483 {
	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_483 {
	visibility: hidden;
}

#durationstacks_in_483.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_483 {
	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_483 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_483 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_483 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_483 li.active-playlistitem,
#playlisterPlayliststacks_in_483 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_483 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_483 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_483 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_483,
.no-audio #playlisterPlayliststacks_in_483 {
	display: none;
}

#playlisterNoAudiostacks_in_483 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_483 #coverstacks_in_483 {
	display: none;
}

#playlisterWrapperstacks_in_483 #playerInterfacestacks_in_483 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_483 #playlisterTopSectionstacks_in_483 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_483 #downloadstacks_in_483 {
	display: none !important;
}















#playlisterWrapperstacks_in_483 #shufflestacks_in_483 {
	display: none;
}



#playlisterWrapperstacks_in_483 #playlistTogglestacks_in_483 {
	display: none;
}



ol#playlisterPlayliststacks_in_483 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_483 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_486 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_486 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_486 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_486 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_486 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_486 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_486:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_486:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_486 .playlisterButtonStandard,
#playlisterWrapperstacks_in_486 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_486 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_486 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_486 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_486 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_486 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_486 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_486 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_486 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_486 #playstacks_in_486 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_486 #pausestacks_in_486 {
	display: none;
}

#playlisterWrapperstacks_in_486 .playlisterIsPlaying #playstacks_in_486 {
	display: none;
}

#playlisterWrapperstacks_in_486 .playlisterIsPlaying #pausestacks_in_486 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_486 .playlisterButton:after,
#playlisterWrapperstacks_in_486 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_486 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_486,
#volumeBtnstacks_in_486 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_486 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_486 {
		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_486 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_486 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_486 [class^="fa fa-"],
	#volume-fullstacks_in_486 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_486 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_486 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_486 .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_486 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_486 #progressstacks_in_486 {
	background-color: rgba(75, 179, 135, 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_486 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_486 {
	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_486 {
	visibility: hidden;
}

#durationstacks_in_486.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_486 {
	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_486 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_486 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_486 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_486 li.active-playlistitem,
#playlisterPlayliststacks_in_486 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_486 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_486 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_486 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_486,
.no-audio #playlisterPlayliststacks_in_486 {
	display: none;
}

#playlisterNoAudiostacks_in_486 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_486 #coverstacks_in_486 {
	display: none;
}

#playlisterWrapperstacks_in_486 #playerInterfacestacks_in_486 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_486 #playlisterTopSectionstacks_in_486 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_486 #downloadstacks_in_486 {
	display: none !important;
}















#playlisterWrapperstacks_in_486 #shufflestacks_in_486 {
	display: none;
}



#playlisterWrapperstacks_in_486 #playlistTogglestacks_in_486 {
	display: none;
}



ol#playlisterPlayliststacks_in_486 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_486 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_489 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_489 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_489 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_489 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_489 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_489 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_489:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_489:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_489 .playlisterButtonStandard,
#playlisterWrapperstacks_in_489 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_489 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_489 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_489 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_489 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_489 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_489 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_489 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_489 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_489 #playstacks_in_489 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_489 #pausestacks_in_489 {
	display: none;
}

#playlisterWrapperstacks_in_489 .playlisterIsPlaying #playstacks_in_489 {
	display: none;
}

#playlisterWrapperstacks_in_489 .playlisterIsPlaying #pausestacks_in_489 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_489 .playlisterButton:after,
#playlisterWrapperstacks_in_489 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_489 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_489,
#volumeBtnstacks_in_489 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_489 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_489 {
		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_489 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_489 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_489 [class^="fa fa-"],
	#volume-fullstacks_in_489 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_489 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_489 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_489 .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_489 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_489 #progressstacks_in_489 {
	background-color: rgba(75, 179, 135, 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_489 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_489 {
	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_489 {
	visibility: hidden;
}

#durationstacks_in_489.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_489 {
	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_489 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_489 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_489 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_489 li.active-playlistitem,
#playlisterPlayliststacks_in_489 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_489 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_489 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_489 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_489,
.no-audio #playlisterPlayliststacks_in_489 {
	display: none;
}

#playlisterNoAudiostacks_in_489 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_489 #coverstacks_in_489 {
	display: none;
}

#playlisterWrapperstacks_in_489 #playerInterfacestacks_in_489 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_489 #playlisterTopSectionstacks_in_489 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_489 #downloadstacks_in_489 {
	display: none !important;
}















#playlisterWrapperstacks_in_489 #shufflestacks_in_489 {
	display: none;
}



#playlisterWrapperstacks_in_489 #playlistTogglestacks_in_489 {
	display: none;
}



ol#playlisterPlayliststacks_in_489 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_489 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_492 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_492 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_492 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_492 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_492 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_492 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_492:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_492:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_492 .playlisterButtonStandard,
#playlisterWrapperstacks_in_492 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_492 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_492 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_492 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_492 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_492 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_492 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_492 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_492 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_492 #playstacks_in_492 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_492 #pausestacks_in_492 {
	display: none;
}

#playlisterWrapperstacks_in_492 .playlisterIsPlaying #playstacks_in_492 {
	display: none;
}

#playlisterWrapperstacks_in_492 .playlisterIsPlaying #pausestacks_in_492 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_492 .playlisterButton:after,
#playlisterWrapperstacks_in_492 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_492 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_492,
#volumeBtnstacks_in_492 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_492 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_492 {
		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_492 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_492 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_492 [class^="fa fa-"],
	#volume-fullstacks_in_492 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_492 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_492 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_492 .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_492 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_492 #progressstacks_in_492 {
	background-color: rgba(75, 179, 135, 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_492 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_492 {
	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_492 {
	visibility: hidden;
}

#durationstacks_in_492.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_492 {
	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_492 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_492 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_492 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_492 li.active-playlistitem,
#playlisterPlayliststacks_in_492 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_492 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_492 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_492 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_492,
.no-audio #playlisterPlayliststacks_in_492 {
	display: none;
}

#playlisterNoAudiostacks_in_492 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_492 #coverstacks_in_492 {
	display: none;
}

#playlisterWrapperstacks_in_492 #playerInterfacestacks_in_492 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_492 #playlisterTopSectionstacks_in_492 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_492 #downloadstacks_in_492 {
	display: none !important;
}















#playlisterWrapperstacks_in_492 #shufflestacks_in_492 {
	display: none;
}



#playlisterWrapperstacks_in_492 #playlistTogglestacks_in_492 {
	display: none;
}



ol#playlisterPlayliststacks_in_492 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_492 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_495 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_495 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_495 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_495 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_495 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_495 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_495:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_495:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_495 .playlisterButtonStandard,
#playlisterWrapperstacks_in_495 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_495 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_495 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_495 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_495 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_495 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_495 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_495 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_495 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_495 #playstacks_in_495 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_495 #pausestacks_in_495 {
	display: none;
}

#playlisterWrapperstacks_in_495 .playlisterIsPlaying #playstacks_in_495 {
	display: none;
}

#playlisterWrapperstacks_in_495 .playlisterIsPlaying #pausestacks_in_495 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_495 .playlisterButton:after,
#playlisterWrapperstacks_in_495 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_495 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_495,
#volumeBtnstacks_in_495 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_495 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_495 {
		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_495 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_495 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_495 [class^="fa fa-"],
	#volume-fullstacks_in_495 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_495 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_495 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_495 .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_495 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_495 #progressstacks_in_495 {
	background-color: rgba(75, 179, 135, 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_495 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_495 {
	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_495 {
	visibility: hidden;
}

#durationstacks_in_495.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_495 {
	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_495 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_495 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_495 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_495 li.active-playlistitem,
#playlisterPlayliststacks_in_495 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_495 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_495 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_495 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_495,
.no-audio #playlisterPlayliststacks_in_495 {
	display: none;
}

#playlisterNoAudiostacks_in_495 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_495 #coverstacks_in_495 {
	display: none;
}

#playlisterWrapperstacks_in_495 #playerInterfacestacks_in_495 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_495 #playlisterTopSectionstacks_in_495 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_495 #downloadstacks_in_495 {
	display: none !important;
}















#playlisterWrapperstacks_in_495 #shufflestacks_in_495 {
	display: none;
}



#playlisterWrapperstacks_in_495 #playlistTogglestacks_in_495 {
	display: none;
}



ol#playlisterPlayliststacks_in_495 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_495 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end *//* @group Basic Styling */

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

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

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


#playlisterstacks_in_498 { 
	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;
}

/*  */

/*  */
/* Solid colour fill */
#playlisterstacks_in_498 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

#coverControlsWrapperstacks_in_498 {
	position: relative;
	height: auto;
	overflow: auto;
	margin-bottom: 5px;
	display: table;
	width: 100%;
	text-align: left;
	
	
	
}



#coverstacks_in_498 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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_498 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

@media screen and (min-width: 600px) {
	#playerInterfacestacks_in_498 {
		display: table-cell;
		padding-left: 15px;
		
		vertical-align: middle;
		
		
        
        text-align: left;
        
        
        
	}
}

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

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

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

#titlestacks_in_498:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_498:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

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

/* Standard buttons are buttons added by Playlister, regular buttons are ones added by a user */

#playlisterWrapperstacks_in_498 .playlisterButtonStandard,
#playlisterWrapperstacks_in_498 .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;
	-webkit-transition: all 300ms ease-in-out;
	-moz-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_498 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_498 .playlisterButton [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	line-height: 50px !important;
}

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

#playlisterWrapperstacks_in_498 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_498 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_498 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_498 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_498 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_498 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_498 #playstacks_in_498 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_498 #pausestacks_in_498 {
	display: none;
}

#playlisterWrapperstacks_in_498 .playlisterIsPlaying #playstacks_in_498 {
	display: none;
}

#playlisterWrapperstacks_in_498 .playlisterIsPlaying #pausestacks_in_498 {
	display: inline-block;
}

/*  */
/* Glass effect */
#playlisterWrapperstacks_in_498 .playlisterButton:after,
#playlisterWrapperstacks_in_498 .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));
}
/*  */
/* @end */

/* @group User Options Bar */

#userOptionsBarstacks_in_498 {
	float: right;
}

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_498,
#volumeBtnstacks_in_498 {
	display: none;
}

@media screen and (min-width: 600px) {
	#volumeBtnstacks_in_498 {
		display: inline-block;
	}
	
	#volumeControlsstacks_in_498 {
		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_498 {
		position: absolute;
		left: 14px;
		top: 10px;
		width: 100%;
		display: block;
		font-size: 20px;
		text-align: left;
	}
	
	#volume-mutestacks_in_498 {
		position: absolute;
		left: 18px;
		top: 110px;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 20px;
	}
	
	#volume-mutestacks_in_498 [class^="fa fa-"],
	#volume-fullstacks_in_498 [class^="fa fa-"] {
		color: rgba(205, 205, 205, 1.00);
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	
	#volumeSliderstacks_in_498 {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		height: 100%;
	}
	
	#volumestacks_in_498 {
		height: 120px;
		width: 10px;
		background: rgba(102, 102, 102, 1.00);
		position: relative;
		border-radius: 5px;
	}
	
	#volumestacks_in_498 .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_498 .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;
	}
}

/* @end */

/* @group Progress Bar */

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

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

#trackerstacks_in_498 #progressstacks_in_498 {
	background-color: rgba(75, 179, 135, 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_498 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_498 {
	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_498 {
	visibility: hidden;
}

#durationstacks_in_498.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

#playlisterPlayliststacks_in_498 {
	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_498 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
}

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

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

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

#playlisterPlayliststacks_in_498 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;
	-webkit-transition: color 300ms ease-in-out background 300ms ease-in-out;
	-moz-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_498 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

#playlisterPlayliststacks_in_498 li.active-playlistitem,
#playlisterPlayliststacks_in_498 li.active-playlistitem:hover {
	font-weight: normal;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(75, 179, 135, 1.00);
}

/*  */

/*  */
#playlisterPlayliststacks_in_498 li {
	padding-left: 0;
}

#playlisterPlayliststacks_in_498 li .playlistItemNumber {
	display: inline-block;
	width: 30px;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}
/*  */

/*  */
#playlisterPlayliststacks_in_498 li .playlistItemActiveIcon {
	display: none;
}
/*  */

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_498,
.no-audio #playlisterPlayliststacks_in_498 {
	display: none;
}

#playlisterNoAudiostacks_in_498 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_498 #coverstacks_in_498 {
	display: none;
}

#playlisterWrapperstacks_in_498 #playerInterfacestacks_in_498 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_498 #playlisterTopSectionstacks_in_498 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_498 #downloadstacks_in_498 {
	display: none !important;
}















#playlisterWrapperstacks_in_498 #shufflestacks_in_498 {
	display: none;
}



#playlisterWrapperstacks_in_498 #playlistTogglestacks_in_498 {
	display: none;
}



ol#playlisterPlayliststacks_in_498 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_498 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */