.jSound {
	background:#eee;
	font-size: 16px;
	line-height: 39px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.jSound iframe {
	max-height: 39px;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.jsound--hidden {
	opacity: 0;
}

.jsound__current {
	/*background: black;*/
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.jsound__background {
	display: none;
	background-position: center center;
	background-size: cover;
  	-webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-ms-filter: blur(5px);
  	-o-filter: blur(5px);
  	filter: blur(5px);
}

.jsound__background,
.jsound__shade,
.jsound__wave {
	bottom: 0;
	left: 0;
	margin: -20px;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.jsound__shade {
	/*background: black;*/
	opacity: .3;
	z-index: 2;
	-webkit-transition: opacity linear .3s;
	-moz-transition: opacity linear .3s;
	-ms-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

.jsound__current:hover .jsound__shade {
	opacity: .6;
}

.jsound__wave {
	bottom: 0;
	margin: 0;
	opacity: .2;
	padding: 0;
	right: auto;
	z-index: 3;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-ms-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.jsound__wave div {
	background-size: auto 100%;
	height: 100%;
	width: 100%;
}

.jsound__artist,
.jsound__buttons,
.jsound__title {
	position: relative;
	text-align: center;
	z-index: 4;
}

.jsound__artist,
.jsound__title,
.jsound__divider {
	float: left;
	/*display: block;*/
}

.jsound__artist {
	/*
	font-size: 16px;
	opacity: .8;
	*/
	margin: 0 10px 0 50px;
}

.jsound__artist a {
	/*
	background-image;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 27px 12px;
	*/
	color: #000;
	display: inline-block;
	text-decoration: none;
}



.jsound__title a {
	color: #000;
	text-decoration: none;
}




.jsound__play,
.jsound__prev,
.jsound__next {
	cursor: pointer;
	background: transparent;
	border: 1px solid white;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	height: 22px;
	width: 22px;
	position: relative;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;

}

.jsound__play:focus,
.jsound__prev:focus,
.jsound__next:focus {
	outline: none;
}

.jsound__play:before,
.jsound__play:after {
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	content: "";
	display: block;
	margin: 0 auto;
	position: absolute;
	/*
	left: 16px;
	top: 12px;
	*/
}

.jsound--pause:before,
.jsound--pause:after {
	border: none;
	background-color: #000;
	height: 16px;
	left: 5px;
	width: 4px
}

.jsound--pause:after {
	left: 12px;
}

.jsound__prev,
.jsound__next {
	display: none;
	left: 50%;
	opacity: .5;
	position: absolute;
	top: 0;
}

.jsound--playlist .jsound__prev,
.jsound--playlist .jsound__next {
	display: block;
}

.jsound__prev:hover,
.jsound__next:hover {
	opacity: .8;
}

.jsound__prev {
	margin-left: -82px;
}

.jsound__next {
	margin-left: 34px;
}

.jsound__prev:before,
.jsound__prev:after,
.jsound__next:before,
.jsound__next:after {
	background: transparent;
	border: 7px solid transparent;
	border-width: 7px 9px;
	border-left-color: #000;
	content: "";
	margin-top: -6px;
	position: absolute;
	top: 50%;
}

.jsound__prev:before,
.jsound__prev:after {
	border-left-color: transparent;
	border-right-color: #000;
}

.jsound__prev:before {
	left: 2px;
}

.jsound__prev:after {
	left: 11px;
}

.jsound__next:before {
	left: 14px;
}

.jsound__next:after {
	left: 23px;
}

.jsound__playlist {
	display: block;
	list-style-type: none;
	margin: 0;
	max-height: 150px;
	overflow: auto;
	padding: 0;
	position: relative;
	z-index: 2;
}

.jsound__playlist::-webkit-scrollbar {
      width: 15px;
}

.jsound__playlist::-webkit-scrollbar-track {
      background-color: #000;
}

.jsound__playlist::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
}

.jsound__playlist::-webkit-scrollbar-button {
      background-color: #000;
}

.jsound__playlist::-webkit-scrollbar-corner {
      background-color: black;
}

.jsound--dark::-webkit-scrollbar-track {
      background-color: #000;
}

.jsound__playlist__item {
	background: #ddd;
	cursor: pointer;
	height: 50px;
	padding: 0 10px 0 50px;
	position: relative;
}

.jsound__playlist__item:nth-child(even) {
	background: #eee;
}

.jsound--dark .jsound__playlist__item {
	background: #222;
}

.jsound--dark .jsound__playlist__item:nth-child(even) {
	background: #2A2A2A;
}


.jsound__playlist__title {
	/*
	color: #222;
	font-size: 14px;
	line-height: 50px;
	*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.jsound__playlist__thumb {
	background-size: cover;
	height: 30px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 30px;
}

.jsound--mini .jsound__title,
.jsound--mini .jsound__artist {
	text-align: left;
}

.jsound--mini .jsound__buttons {
	width: 40px;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 0;
}

.jsound--playlist .jsound--mini .jsound__buttons button {
	display: inline-block;
}

.jsound--mini .jsound__prev,
.jsound--mini .jsound__next {
	left: auto;
	margin: 0 12px 0 0;
	position: relative;
	top: auto;
}

.jsound--mini .jsound__next {
	margin: 0 0 0 12px;
}


	.jsound--mini .jsound__buttons {
		margin-top: -16px;
		right: 16px;
	}

	.jsound--mini .jsound__play,
	.jsound--mini .jsound__prev,
	.jsound--mini .jsound__next {
		height: 32px;
		width: 32px;
	}

	.jsound--mini .jsound__play:before,
	.jsound--mini .jsound__play:after {
		border-width: 7px 0 7px 10px;
		left: 10px;
		top: 7px;
	}

	.jsound--mini .jsound__prev:before {
		left: -5px;
	}

	.jsound--mini .jsound__prev:after {
		left: 3px;
	}

	.jsound--mini .jsound__next:before {
		left: 7px;
	}

	.jsound--mini .jsound__next:after {
		left: 15px;
	}

	.jsound--mini .jsound--pause:before,
	.jsound--mini .jsound--pause:after {
		border: none;
		height: 13px;
		left: 9px;
		top: 8px;
		width: 3px;
	}

	.jsound--mini .jsound--pause:after {
		left: 16px;
	}