/* @group Basic Styling */

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

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

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


#playlisterstacks_in_592 { 
	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_592 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_592 {
	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_592 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_592:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_592:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_592 .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_592 .playlisterButtonStandard,
#playlisterWrapperstacks_in_592 .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_592 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_592 .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_592 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_592 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_592 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_592 .playlisterButton:hover,
#playlisterWrapperstacks_in_592 .playlisterButton:active,
#playlisterWrapperstacks_in_592 .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_592 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_592 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_592 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_592 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_592 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_592 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_592 #playstacks_in_592 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_592 #pausestacks_in_592 {
	display: none;
}

#playlisterWrapperstacks_in_592 .playlisterIsPlaying #playstacks_in_592 {
	display: none;
}

#playlisterWrapperstacks_in_592 .playlisterIsPlaying #pausestacks_in_592 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_592,
#volumeBtnstacks_in_592 {
	display: none;
}

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

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

#trackerstacks_in_592 #progressstacks_in_592 {
	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_592 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_592 {
	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_592 {
	visibility: hidden;
}

#durationstacks_in_592.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_592 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_592 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_592,
.no-audio #playlisterPlayliststacks_in_592 {
	display: none;
}

#playlisterNoAudiostacks_in_592 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_592 #coverstacks_in_592 {
	display: none;
}

#playlisterWrapperstacks_in_592 #playerInterfacestacks_in_592 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_592 #playlisterTopSectionstacks_in_592 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_592 #downloadstacks_in_592 {
	display: none !important;
}















#playlisterWrapperstacks_in_592 #shufflestacks_in_592 {
	display: none;
}



#playlisterWrapperstacks_in_592 #playlistTogglestacks_in_592 {
	display: none;
}



ol#playlisterPlayliststacks_in_592 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_592 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_595 { 
	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_595 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_595 {
	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_595 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_595:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_595:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_595 .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_595 .playlisterButtonStandard,
#playlisterWrapperstacks_in_595 .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_595 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .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_595 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_595 .playlisterButton:hover,
#playlisterWrapperstacks_in_595 .playlisterButton:active,
#playlisterWrapperstacks_in_595 .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_595 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_595 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_595 #playstacks_in_595 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_595 #pausestacks_in_595 {
	display: none;
}

#playlisterWrapperstacks_in_595 .playlisterIsPlaying #playstacks_in_595 {
	display: none;
}

#playlisterWrapperstacks_in_595 .playlisterIsPlaying #pausestacks_in_595 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_595,
#volumeBtnstacks_in_595 {
	display: none;
}

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

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

#trackerstacks_in_595 #progressstacks_in_595 {
	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_595 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_595 {
	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_595 {
	visibility: hidden;
}

#durationstacks_in_595.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_595 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_595 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_595,
.no-audio #playlisterPlayliststacks_in_595 {
	display: none;
}

#playlisterNoAudiostacks_in_595 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_595 #coverstacks_in_595 {
	display: none;
}

#playlisterWrapperstacks_in_595 #playerInterfacestacks_in_595 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_595 #playlisterTopSectionstacks_in_595 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_595 #downloadstacks_in_595 {
	display: none !important;
}















#playlisterWrapperstacks_in_595 #shufflestacks_in_595 {
	display: none;
}



#playlisterWrapperstacks_in_595 #playlistTogglestacks_in_595 {
	display: none;
}



ol#playlisterPlayliststacks_in_595 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_595 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_598 { 
	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_598 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_598 {
	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_598 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_598:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_598:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_598 .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_598 .playlisterButtonStandard,
#playlisterWrapperstacks_in_598 .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_598 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_598 .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_598 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_598 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_598 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_598 .playlisterButton:hover,
#playlisterWrapperstacks_in_598 .playlisterButton:active,
#playlisterWrapperstacks_in_598 .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_598 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_598 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_598 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_598 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_598 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_598 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_598 #playstacks_in_598 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_598 #pausestacks_in_598 {
	display: none;
}

#playlisterWrapperstacks_in_598 .playlisterIsPlaying #playstacks_in_598 {
	display: none;
}

#playlisterWrapperstacks_in_598 .playlisterIsPlaying #pausestacks_in_598 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_598,
#volumeBtnstacks_in_598 {
	display: none;
}

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

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

#trackerstacks_in_598 #progressstacks_in_598 {
	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_598 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_598 {
	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_598 {
	visibility: hidden;
}

#durationstacks_in_598.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_598 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_598 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_598,
.no-audio #playlisterPlayliststacks_in_598 {
	display: none;
}

#playlisterNoAudiostacks_in_598 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_598 #coverstacks_in_598 {
	display: none;
}

#playlisterWrapperstacks_in_598 #playerInterfacestacks_in_598 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_598 #playlisterTopSectionstacks_in_598 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_598 #downloadstacks_in_598 {
	display: none !important;
}















#playlisterWrapperstacks_in_598 #shufflestacks_in_598 {
	display: none;
}



#playlisterWrapperstacks_in_598 #playlistTogglestacks_in_598 {
	display: none;
}



ol#playlisterPlayliststacks_in_598 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_598 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_601 { 
	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_601 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_601 {
	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_601 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_601:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_601:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_601 .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_601 .playlisterButtonStandard,
#playlisterWrapperstacks_in_601 .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_601 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_601 .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_601 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_601 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_601 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_601 .playlisterButton:hover,
#playlisterWrapperstacks_in_601 .playlisterButton:active,
#playlisterWrapperstacks_in_601 .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_601 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_601 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_601 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_601 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_601 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_601 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_601 #playstacks_in_601 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_601 #pausestacks_in_601 {
	display: none;
}

#playlisterWrapperstacks_in_601 .playlisterIsPlaying #playstacks_in_601 {
	display: none;
}

#playlisterWrapperstacks_in_601 .playlisterIsPlaying #pausestacks_in_601 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_601,
#volumeBtnstacks_in_601 {
	display: none;
}

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

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

#trackerstacks_in_601 #progressstacks_in_601 {
	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_601 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_601 {
	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_601 {
	visibility: hidden;
}

#durationstacks_in_601.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_601 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_601 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_601,
.no-audio #playlisterPlayliststacks_in_601 {
	display: none;
}

#playlisterNoAudiostacks_in_601 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_601 #coverstacks_in_601 {
	display: none;
}

#playlisterWrapperstacks_in_601 #playerInterfacestacks_in_601 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_601 #playlisterTopSectionstacks_in_601 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_601 #downloadstacks_in_601 {
	display: none !important;
}















#playlisterWrapperstacks_in_601 #shufflestacks_in_601 {
	display: none;
}



#playlisterWrapperstacks_in_601 #playlistTogglestacks_in_601 {
	display: none;
}



ol#playlisterPlayliststacks_in_601 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_601 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_604 { 
	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_604 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_604 {
	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_604 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_604:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_604:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_604 .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_604 .playlisterButtonStandard,
#playlisterWrapperstacks_in_604 .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_604 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_604 .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_604 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_604 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_604 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_604 .playlisterButton:hover,
#playlisterWrapperstacks_in_604 .playlisterButton:active,
#playlisterWrapperstacks_in_604 .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_604 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_604 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_604 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_604 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_604 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_604 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_604 #playstacks_in_604 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_604 #pausestacks_in_604 {
	display: none;
}

#playlisterWrapperstacks_in_604 .playlisterIsPlaying #playstacks_in_604 {
	display: none;
}

#playlisterWrapperstacks_in_604 .playlisterIsPlaying #pausestacks_in_604 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_604,
#volumeBtnstacks_in_604 {
	display: none;
}

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

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

#trackerstacks_in_604 #progressstacks_in_604 {
	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_604 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_604 {
	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_604 {
	visibility: hidden;
}

#durationstacks_in_604.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_604 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_604 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_604,
.no-audio #playlisterPlayliststacks_in_604 {
	display: none;
}

#playlisterNoAudiostacks_in_604 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_604 #coverstacks_in_604 {
	display: none;
}

#playlisterWrapperstacks_in_604 #playerInterfacestacks_in_604 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_604 #playlisterTopSectionstacks_in_604 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_604 #downloadstacks_in_604 {
	display: none !important;
}















#playlisterWrapperstacks_in_604 #shufflestacks_in_604 {
	display: none;
}



#playlisterWrapperstacks_in_604 #playlistTogglestacks_in_604 {
	display: none;
}



ol#playlisterPlayliststacks_in_604 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_604 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_607 { 
	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_607 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_607 {
	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_607 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_607:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_607:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_607 .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_607 .playlisterButtonStandard,
#playlisterWrapperstacks_in_607 .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_607 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_607 .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_607 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_607 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_607 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_607 .playlisterButton:hover,
#playlisterWrapperstacks_in_607 .playlisterButton:active,
#playlisterWrapperstacks_in_607 .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_607 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_607 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_607 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_607 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_607 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_607 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_607 #playstacks_in_607 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_607 #pausestacks_in_607 {
	display: none;
}

#playlisterWrapperstacks_in_607 .playlisterIsPlaying #playstacks_in_607 {
	display: none;
}

#playlisterWrapperstacks_in_607 .playlisterIsPlaying #pausestacks_in_607 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_607,
#volumeBtnstacks_in_607 {
	display: none;
}

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

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

#trackerstacks_in_607 #progressstacks_in_607 {
	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_607 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_607 {
	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_607 {
	visibility: hidden;
}

#durationstacks_in_607.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_607 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_607 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_607,
.no-audio #playlisterPlayliststacks_in_607 {
	display: none;
}

#playlisterNoAudiostacks_in_607 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_607 #coverstacks_in_607 {
	display: none;
}

#playlisterWrapperstacks_in_607 #playerInterfacestacks_in_607 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_607 #playlisterTopSectionstacks_in_607 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_607 #downloadstacks_in_607 {
	display: none !important;
}















#playlisterWrapperstacks_in_607 #shufflestacks_in_607 {
	display: none;
}



#playlisterWrapperstacks_in_607 #playlistTogglestacks_in_607 {
	display: none;
}



ol#playlisterPlayliststacks_in_607 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_607 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_610 { 
	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_610 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_610 {
	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_610 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_610:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_610:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_610 .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_610 .playlisterButtonStandard,
#playlisterWrapperstacks_in_610 .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_610 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_610 .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_610 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_610 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_610 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_610 .playlisterButton:hover,
#playlisterWrapperstacks_in_610 .playlisterButton:active,
#playlisterWrapperstacks_in_610 .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_610 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_610 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_610 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_610 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_610 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_610 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_610 #playstacks_in_610 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_610 #pausestacks_in_610 {
	display: none;
}

#playlisterWrapperstacks_in_610 .playlisterIsPlaying #playstacks_in_610 {
	display: none;
}

#playlisterWrapperstacks_in_610 .playlisterIsPlaying #pausestacks_in_610 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_610,
#volumeBtnstacks_in_610 {
	display: none;
}

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

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

#trackerstacks_in_610 #progressstacks_in_610 {
	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_610 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_610 {
	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_610 {
	visibility: hidden;
}

#durationstacks_in_610.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_610 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_610 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_610,
.no-audio #playlisterPlayliststacks_in_610 {
	display: none;
}

#playlisterNoAudiostacks_in_610 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_610 #coverstacks_in_610 {
	display: none;
}

#playlisterWrapperstacks_in_610 #playerInterfacestacks_in_610 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_610 #playlisterTopSectionstacks_in_610 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_610 #downloadstacks_in_610 {
	display: none !important;
}















#playlisterWrapperstacks_in_610 #shufflestacks_in_610 {
	display: none;
}



#playlisterWrapperstacks_in_610 #playlistTogglestacks_in_610 {
	display: none;
}



ol#playlisterPlayliststacks_in_610 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_610 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_613 { 
	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_613 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_613 {
	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_613 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_613:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_613:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_613 .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_613 .playlisterButtonStandard,
#playlisterWrapperstacks_in_613 .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_613 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_613 .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_613 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_613 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_613 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_613 .playlisterButton:hover,
#playlisterWrapperstacks_in_613 .playlisterButton:active,
#playlisterWrapperstacks_in_613 .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_613 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_613 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_613 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_613 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_613 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_613 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_613 #playstacks_in_613 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_613 #pausestacks_in_613 {
	display: none;
}

#playlisterWrapperstacks_in_613 .playlisterIsPlaying #playstacks_in_613 {
	display: none;
}

#playlisterWrapperstacks_in_613 .playlisterIsPlaying #pausestacks_in_613 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_613,
#volumeBtnstacks_in_613 {
	display: none;
}

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

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

#trackerstacks_in_613 #progressstacks_in_613 {
	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_613 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_613 {
	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_613 {
	visibility: hidden;
}

#durationstacks_in_613.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_613 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_613 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_613,
.no-audio #playlisterPlayliststacks_in_613 {
	display: none;
}

#playlisterNoAudiostacks_in_613 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_613 #coverstacks_in_613 {
	display: none;
}

#playlisterWrapperstacks_in_613 #playerInterfacestacks_in_613 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_613 #playlisterTopSectionstacks_in_613 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_613 #downloadstacks_in_613 {
	display: none !important;
}















#playlisterWrapperstacks_in_613 #shufflestacks_in_613 {
	display: none;
}



#playlisterWrapperstacks_in_613 #playlistTogglestacks_in_613 {
	display: none;
}



ol#playlisterPlayliststacks_in_613 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_613 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_616 { 
	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_616 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_616 {
	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_616 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_616:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_616:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_616 .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_616 .playlisterButtonStandard,
#playlisterWrapperstacks_in_616 .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_616 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_616 .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_616 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_616 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_616 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_616 .playlisterButton:hover,
#playlisterWrapperstacks_in_616 .playlisterButton:active,
#playlisterWrapperstacks_in_616 .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_616 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_616 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_616 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_616 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_616 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_616 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_616 #playstacks_in_616 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_616 #pausestacks_in_616 {
	display: none;
}

#playlisterWrapperstacks_in_616 .playlisterIsPlaying #playstacks_in_616 {
	display: none;
}

#playlisterWrapperstacks_in_616 .playlisterIsPlaying #pausestacks_in_616 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_616,
#volumeBtnstacks_in_616 {
	display: none;
}

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

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

#trackerstacks_in_616 #progressstacks_in_616 {
	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_616 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_616 {
	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_616 {
	visibility: hidden;
}

#durationstacks_in_616.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_616 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_616 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_616,
.no-audio #playlisterPlayliststacks_in_616 {
	display: none;
}

#playlisterNoAudiostacks_in_616 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_616 #coverstacks_in_616 {
	display: none;
}

#playlisterWrapperstacks_in_616 #playerInterfacestacks_in_616 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_616 #playlisterTopSectionstacks_in_616 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_616 #downloadstacks_in_616 {
	display: none !important;
}















#playlisterWrapperstacks_in_616 #shufflestacks_in_616 {
	display: none;
}



#playlisterWrapperstacks_in_616 #playlistTogglestacks_in_616 {
	display: none;
}



ol#playlisterPlayliststacks_in_616 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_616 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_619 { 
	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_619 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_619 {
	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_619 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_619:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_619:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_619 .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_619 .playlisterButtonStandard,
#playlisterWrapperstacks_in_619 .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_619 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_619 .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_619 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_619 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_619 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_619 .playlisterButton:hover,
#playlisterWrapperstacks_in_619 .playlisterButton:active,
#playlisterWrapperstacks_in_619 .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_619 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_619 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_619 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_619 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_619 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_619 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_619 #playstacks_in_619 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_619 #pausestacks_in_619 {
	display: none;
}

#playlisterWrapperstacks_in_619 .playlisterIsPlaying #playstacks_in_619 {
	display: none;
}

#playlisterWrapperstacks_in_619 .playlisterIsPlaying #pausestacks_in_619 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_619,
#volumeBtnstacks_in_619 {
	display: none;
}

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

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

#trackerstacks_in_619 #progressstacks_in_619 {
	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_619 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_619 {
	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_619 {
	visibility: hidden;
}

#durationstacks_in_619.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_619 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_619 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_619,
.no-audio #playlisterPlayliststacks_in_619 {
	display: none;
}

#playlisterNoAudiostacks_in_619 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_619 #coverstacks_in_619 {
	display: none;
}

#playlisterWrapperstacks_in_619 #playerInterfacestacks_in_619 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_619 #playlisterTopSectionstacks_in_619 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_619 #downloadstacks_in_619 {
	display: none !important;
}















#playlisterWrapperstacks_in_619 #shufflestacks_in_619 {
	display: none;
}



#playlisterWrapperstacks_in_619 #playlistTogglestacks_in_619 {
	display: none;
}



ol#playlisterPlayliststacks_in_619 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_619 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

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

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

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

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


#playlisterstacks_in_622 { 
	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_622 {
	background: rgba(38, 38, 38, 1.00);
}
/*  */

/*  /*

 /*

 */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group Artwork (cover) */

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



#coverstacks_in_622 {
	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_622 {
		display: table-cell;
		
		vertical-align: middle;
		
		
	}
}

/* @end */

/* @group Titles */

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

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

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

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

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

#titlestacks_in_622:before {
	content: ' ';
}

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

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

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

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

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

#additionalInfostacks_in_622:before {
	content: ' ';
}

/* @end */

/* @group Buttons */

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

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

/**/

/**/

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

#playlisterWrapperstacks_in_622 .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_622 .playlisterButtonStandard,
#playlisterWrapperstacks_in_622 .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_622 .playlisterButtonStandard [class^="fa fa-"],
#playlisterWrapperstacks_in_622 .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_622 .playlisterButtonStandard:hover,
#playlisterWrapperstacks_in_622 .playlisterButtonStandard:active,
#playlisterWrapperstacks_in_622 .playlisterButtonStandard:focus,
#playlisterWrapperstacks_in_622 .playlisterButton:hover,
#playlisterWrapperstacks_in_622 .playlisterButton:active,
#playlisterWrapperstacks_in_622 .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_622 .playlisterButtonStandard:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_622 .playlisterButtonStandard:active [class^="fa fa-"],
#playlisterWrapperstacks_in_622 .playlisterButtonStandard:focus [class^="fa fa-"],
#playlisterWrapperstacks_in_622 .playlisterButton:hover [class^="fa fa-"],
#playlisterWrapperstacks_in_622 .playlisterButton:active [class^="fa fa-"],
#playlisterWrapperstacks_in_622 .playlisterButton:focus [class^="fa fa-"] {
	color: rgba(75, 179, 135, 1.00);
}

#playlisterWrapperstacks_in_622 #playstacks_in_622 i {
	margin-right: -3px;
}

#playlisterWrapperstacks_in_622 #pausestacks_in_622 {
	display: none;
}

#playlisterWrapperstacks_in_622 .playlisterIsPlaying #playstacks_in_622 {
	display: none;
}

#playlisterWrapperstacks_in_622 .playlisterIsPlaying #pausestacks_in_622 {
	display: inline-block;
}

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

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

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

/* @end */

/* @group Volume Controls */

#volumeControlsstacks_in_622,
#volumeBtnstacks_in_622 {
	display: none;
}

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

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

#trackerstacks_in_622 #progressstacks_in_622 {
	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_622 {
	float: left;
	font-size: 14px;
	margin-top: 4px;
	color: rgba(205, 205, 205, 1.00);
}

#durationstacks_in_622 {
	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_622 {
	visibility: hidden;
}

#durationstacks_in_622.showDuration {
	visibility: visible;
}

/* @end */

/* @group Playlist */

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

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

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

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

#playlisterPlayliststacks_in_622 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_622 li:hover {
	background: rgba(234, 234, 234, 1.00);
}

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

/*  */

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

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

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

/*  */

/* @end */

/* @group Modernizer */

.no-audio #playlisterstacks_in_622,
.no-audio #playlisterPlayliststacks_in_622 {
	display: none;
}

#playlisterNoAudiostacks_in_622 {
	display: none;	
}

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

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

/*  */

/* @end */

/* @group Interface Stack Settings */


#playlisterWrapperstacks_in_622 #coverstacks_in_622 {
	display: none;
}

#playlisterWrapperstacks_in_622 #playerInterfacestacks_in_622 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
}

#playlisterWrapperstacks_in_622 #playlisterTopSectionstacks_in_622 {
	padding-left: 0;
}











#playlisterWrapperstacks_in_622 #downloadstacks_in_622 {
	display: none !important;
}















#playlisterWrapperstacks_in_622 #shufflestacks_in_622 {
	display: none;
}



#playlisterWrapperstacks_in_622 #playlistTogglestacks_in_622 {
	display: none;
}



ol#playlisterPlayliststacks_in_622 {
	display: none;
}


/* @end */

/* @group Debug Mode */

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

#playlisterPlaceholderstacks_in_622 audio {
	width: 100%;
}

/* @end */

/* @group Edit Mode Styling */

/*  */
	
/* @end */