.jp-controls {
	display: table;
	table-layout: fixed;
	border-spacing: 0;
	width: 100%;
}

.jp-controls a {
	cursor: pointer;
	display: inline-block;
	padding: 10px 5px;
}

.jp-controls a i {
	line-height: inherit;
}

.jp-controls>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 40px;
	height: 60px;
}

div.jp-progress {
	width: auto;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.jp-seek-bar {
	position: relative;
}

.jp-title {
	position: absolute;
	left: 25px;
	top: 0;
	right: 25px;
	display: block !important;
	line-height: 70px;
}

.jp-title ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jp-title li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jp-artist {
	opacity: 0.6;
}

.jp-play-bar {
	height: 60px;
}

.jp-volume {
	width: 60px !important;
	padding-right: 10px !important;
}

.jp-volume-bar-value {
	height: 6px;
}

a.hid {
	display: none;
}

.jp-video {
	font-size: 0;
	line-height: 0;
	min-height: 160px;
}

.jp-music {
	font-size: 0;
	line-height: 0;
}

.jp-video-play {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	margin-left: -185px;
	margin-top: -65px;
}

.jp-video-full {
	width: 480px;
	height: 270px;
	position: static !important;
	position: relative;
}

.jp-video-full div div {
	z-index: 1000;
}

.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative;
	overflow: hidden;
}

.jp-video-full .jp-gui {
	position: fixed !important;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.jp-video-full .jp-interface {
	position: absolute !important;
	position: relative;
	bottom: 0;
	left: 0;
}

.jp-playlist ul {
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	padding-top: 72px;
	box-sizing: border-box;
	/* display: none; */
}

.jp-playlist.open ul {
	display: block !important;
	bottom: 60px;
	left: 180px;
}

.jp-playlist li {
	list-style: none;
	position: relative;
	float: none!important;
}

.jp-playlist-item {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 12px 35px 12px 0px;
    box-sizing: border-box;
    width: 100%;
}

.jp-playlist-item:focus {
	outline: 0;
}

.jp-playlist-item:before {
	display: inline-block;
	text-align: center;
	width: 30px;
	font-family: FontAwesome;
	content: "\f0da";
	opacity: 0.6;
}

a.jp-playlist-current:before {
	content: "\f144";
	opacity: 1;
}

.jp-playlist li:first-child .jp-playlist-item {
	border-width: 0;
}

.jp-playlist-item-remove {
    font-size: 21px;
    display: block;
    position: absolute;
    right: 7px;
    top: 5px;
}

@media (max-width:767px) {
	.footer .jp-gui {
		margin: 0 -10px;
	}
	div.jp-progress {
		padding: 0 10px;
	}
	.jp-playlist.open ul {
		display: block !important;
		bottom: 60px;
		left: 0px;
		right: 0px;
	}
}