/*############################################*/
/* playlist right skin light */
/*############################################*/

.umg-playlist-right-skin-light{
	position: relative;
	top:0;
	left:0;
	max-width:1000px;
	max-height: 450px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.umg-playlist-right-skin-light:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.umg-fs{
	position:fixed!important;
	top:0!important;
	left:0!important;
	width:100% !important;
	height:100% !important;
	-webkit-transform: translate(0, 0)!important;
  	-ms-transform: translate(0, 0)!important;
  	transform: translate(0, 0)!important;
	max-width:none!important;
	max-height:none!important;
	margin:0 !important;
	padding:0 !important;
	background:#000 !important;
	z-index:999999 !important;
	overflow:hidden!important;
} 
.umg-fs-overflow{
	overflow:hidden !important;
}

.umg-playlist-right-skin-light .umg-media-holder,
.umg-playlist-right-skin-light .umg-image-holder,
.umg-playlist-right-skin-light .umg-audio-holder,
.umg-playlist-right-skin-light .umg-video-holder,
.umg-playlist-right-skin-light .umg-video-poster,
.umg-playlist-right-skin-light .umg-vimeo-holder,
.umg-playlist-right-skin-light .umg-youtube-holder,
.umg-playlist-right-skin-light .umg-dm-holder,
.umg-playlist-right-skin-light .umg-wistia-holder,
.umg-playlist-right-skin-light .umg-custom-holder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}



.umg-playlist-right-skin-light .umg-media{
	max-width:none!important;
}

.umg-playlist-right-skin-light .umg-player-loader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:9999;
	opacity:0.7;
}




/* icons */
.umg-playlist-right-skin-light .umg-icon-color{
	color:#7a7686 !important;
}
.umg-playlist-right-skin-light .umg-contr-btn{
	background: #d0d0d0;
	width:40px;
	height:40px;
	float: left;
}
.umg-playlist-right-skin-light .umg-contr-btn i{
	width:40px;
	height:40px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 40px!important;
}
.umg-playlist-right-skin-light .umg-contr-btn:hover i{
	color:#fff !important;
}


.umg-playlist-right-skin-light .umg-seekbar-wrap{
	overflow: hidden;
	height:40px;
	cursor: pointer;
	touch-action: none;
	background: #d0d0d0;
	flex: 1;
}
.umg-playlist-right-skin-light .umg-seekbar{
	margin: 0 20px;
	height:100%;
}
.umg-playlist-right-skin-light .umg-progress-bg{
	position:relative;
	background:#b0b0b1;
	width:100%;
	top:17px;
	height:7px;
	overflow: hidden;
}
.umg-playlist-right-skin-light .umg-load-level{
	position:absolute;
	background:#e6e6e6;
	left:0;
	top:0;
	height:100%;
}
.umg-playlist-right-skin-light .umg-progress-level{
	position:absolute;
	background:#9a9ca7;
	left:0;
	top:0;
	height:100%;
}






.umg-playlist-right-skin-light .umg-player-controls-up{
	position:absolute;
	width:40px;
	top:10px;
	right:10px;
}
.umg-playlist-right-skin-light .umg-vert{
	margin-right: 0;
	margin-bottom: 1px;
}


.umg-playlist-right-skin-light .umg-player-controls{
	position:absolute;
	width: 100%;
	height:40px;
	bottom:0;
	left:0;
	display: flex; 
}
.umg-playlist-right-skin-light .umg-player-controls-left{
	width: 120px;
}
.umg-playlist-right-skin-light .umg-player-controls-right{
	position: relative;
 	display: flex;
 	max-width: 500px;
}



.umg-playlist-right-skin-light .umg-volume-wrapper{
	position: relative;
	width:40px;	
	height:40px;
	float: left;
}
.umg-playlist-right-skin-light .umg-player-volume{
	width:40px;	
	height:40px;
}
.umg-playlist-right-skin-light .umg-volume-seekbar{
	position:absolute;
	top:-80px;
	left:0;
	width:40px;
	height:80px;
	display:none;
	cursor: pointer;
	touch-action: none;
}
.umg-playlist-right-skin-light .umg-volume-bg{
	position:absolute;
	width:5px;
	height:60px;
	background:#9a9ca7;
	left:17px;
	bottom:10px;
}
.umg-playlist-right-skin-light .umg-volume-level{
	position:absolute;
	width:5px;
	height:60px;
	background:#fff;
	left:17px;
	bottom:10px;
}
.umg-playlist-right-skin-light .umg-volume-wrapper:hover .umg-volume-seekbar{
	display: block;
}




.umg-playlist-right-skin-light .umg-quality-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-right-skin-light .umg-quality-toggle:hover .umg-quality-holder{
	display: block;
}
.umg-playlist-right-skin-light .umg-quality-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-right-skin-light .umg-quality-menu {
	padding:0!important;
	margin:0!important;
}




.umg-playlist-right-skin-light .umg-playback-rate-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-right-skin-light .umg-playback-rate-toggle:hover .umg-playback-rate-holder{
	display: block;
}
.umg-playlist-right-skin-light .umg-playback-rate-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-right-skin-light .umg-playback-rate-menu {
	padding:0!important;
	margin:0!important;
}





.umg-playlist-right-skin-light .umg-subtitle-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-right-skin-light .umg-subtitle-toggle:hover .umg-subtitle-holder{
	display: block;
}
.umg-playlist-right-skin-light .umg-subtitle-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-right-skin-light .umg-subtitle-menu {
	padding:0!important;
	margin:0!important;
}





.umg-playlist-right-skin-light .umg-menu-item{
	display:block;
    width:100%;
	list-style:none;
	text-align:left;
	line-height:20px;
	font-size:13px;
	padding:5px 10px!important;
	margin:0!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	border-bottom:1px solid #9a9ca7!important;
	cursor:pointer;
	background: #d0d0d0;
}
.umg-playlist-right-skin-light .umg-menu-item:last-child {
	border-bottom:1px solid rgba(0,0,0,0)!important;
}
.umg-playlist-right-skin-light .umg-menu-item:hover {
	background:#4382c3 !important;
}
.umg-playlist-right-skin-light .umg-menu-item a{
	color:#fff; 
    text-decoration:none!important;
	white-space:nowrap;
	pointer-events:none;
	border:0!important;
	box-shadow: none!important;
}
.umg-playlist-right-skin-light .umg-menu-active{
    cursor: default!important;
    background:#4382c3!important;
}









.umg-playlist-right-skin-light .umg-share-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-right-skin-light .umg-share-holder{
	position:absolute;
	top:0;
	right:40px;
	width:164px;
	height:40px;
	display: none;
	background: rgba(0,0,0,0.01);
}
.umg-playlist-right-skin-light .umg-share-item{
	width:40px;
	height:40px;
	float: left;
	margin-right: 1px;
}
.umg-playlist-right-skin-light .umg-share-toggle:hover .umg-share-holder{
	display: block;
}
.umg-playlist-right-skin-light .umg-share-item .fa-facebook{
	background:#3b5998;
}
.umg-playlist-right-skin-light .umg-share-item .fa-twitter{
	background:#55acee;
}
.umg-playlist-right-skin-light .umg-share-item .fa-tumblr{
	background:#35465c;
}
.umg-playlist-right-skin-light .umg-share-item .fa-google-plus{
	background:#ee5555;
}


.umg-playlist-right-skin-light .umg-info{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background: #d0d0d0;
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.umg-playlist-right-skin-light .umg-info-data{
	max-height: 300px;
}
.umg-playlist-right-skin-light .umg-player-title{
	color:#fff;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding:0;
}
.umg-playlist-right-skin-light .umg-player-desc{
	color:#8c8c8c;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	padding:0;
	overflow: hidden;
	max-height: 150px;
	 display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}
.umg-playlist-right-skin-light .umg-info-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	background: none!important;
}





.umg-playlist-right-skin-light .umg-embed{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background: #D0D0D0;
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.umg-playlist-right-skin-light .umg-embed-code{
	color:#fff;
	margin:0;
	margin-right: 20px!important;
	margin-bottom: 10px!important;
	padding: 5px!important;
	line-height: 1.2;
    font-size: 12px;
    background: #B0B0B1;
    word-wrap: break-word;
}
.umg-playlist-right-skin-light .umg-embed-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	background: none!important;
}
.umg-playlist-right-skin-light .umg-embed-copy{
	color: #555;
    background: #fff;
    display: inline-block;
    line-height: 1.2;
    padding: 3px!important;
    font-size: 12px;
    cursor: pointer;
}






.umg-playlist-right-skin-light .umg-big-play{
	position:absolute;
	width:76px;
	height:76px; 
	top:50%;
	left:50%;
	margin-left:-37px;
	margin-top:-37px;
	background: #ccc;
	border-radius: 50%!important;
	display:none;
}
.umg-playlist-right-skin-light .umg-big-play i{
	font-size: 30px!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-14px;
}




#umg-playlist-list{
	display:none;
}
.umg-playlist-right-skin-light .umg-playlist-holder{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:200px;
	background:#111;
}

.umg-playlist-right-skin-light .umg-playlist-inner{
	position:relative;
	top:0;
	left:0;
	height:100%;
}
.umg-playlist-right-skin-light .umg-playlist-item{
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:113px;
	overflow:hidden;
	cursor: pointer;
}
.umg-playlist-right-skin-light .umg-playlist-thumb {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.umg-playlist-right-skin-light .umg-thumbimg{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height: auto!important;
	min-height:113px;
}
.umg-playlist-right-skin-light .umg-playlist-title {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	margin:0;
	padding:5px;
	color:#fff;
	font-size:15px;
	background: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
	transform: translate(0, 113px);
}




.umg-playlist-right-skin-light .umg-context-menu{
	position:absolute;
	padding:10px;
	font-size: 12px;
	white-space:nowrap;
	z-index:999999;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ddd; 
	display:none;
}
.umg-playlist-right-skin-light .umg-context-menu ul{
	padding:0!important;
	margin:0!important;
}
.umg-playlist-right-skin-light .umg-context-menu li{
	line-height:1!important;
	list-style:none!important;
	margin: 0!important;
	border: 0!important;
	border-top: 1px solid #ccc!important;
	padding:5px!important;
	color:#111!important;
	font-size: 12px!important;
	cursor: pointer;
}
.umg-playlist-right-skin-light .umg-context-menu li:first-child{
	border-top: none!important;
}
.umg-playlist-right-skin-light .umg-context-menu li:last-child{
	border-bottom: none!important;
}
.umg-playlist-right-skin-light .umg-context-link span {
	background-color: #666!important;
	font-size: 10px!important;
}
.umg-playlist-right-skin-light .umg-context-link span a {
	color: #E5E5E5!important;
}
.umg-playlist-right-skin-light .umg-context-menu li:hover > span{
	opacity: 0.5;	
}





.umg-playlist-right-skin-light .umg-subtitle{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px !important;
    margin: 0!important;
    padding: 10px 20px !important;
    font-size: 20px!important;
    color: #fff!important;
    background: rgba(0, 0, 0, 0.3)!important;
    text-align: center!important;
    -moz-transition: margin-bottom 150ms ease-out;
    -webkit-transition: margin-bottom 150ms ease-out;
    transition: margin-bottom 150ms ease-out;
}
.umg-playlist-right-skin-light .umg-subtitle-bottom {
    margin-bottom: 40px!important;
}







.umg-playlist-right-skin-light .umg-tooltip{
	position:absolute;
	background:#fff;
	text-align:center;
	color:#555!important;
	z-index:10000;
	pointer-events:none;
	display:none;
}
.umg-playlist-right-skin-light .umg-tooltip p{
	width:inherit;
	font-size:13px!important;
	margin:2px 8px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}



.umg-playlist-right-skin-light .umg-force-hidden{
	position:absolute!important;
	left:-10000px!important;
}
[dir=rtl] .umg-playlist-right-skin-light .umg-force-hidden{
	right:-10000px!important;
    left: auto!important;
}
.umg-playlist-right-skin-light .umg-hidden {
	opacity: 0; 
}
.umg-playlist-right-skin-light .umg-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	-ms-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}






/*############################################*/
/* playlist right skin dark */
/*############################################*/

.umg-playlist-right-skin-dark{
	position: relative;
	top:0;
	left:0;
	max-width:1000px;
	max-height: 450px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.umg-playlist-right-skin-dark:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.umg-fs{
	position:fixed!important;
	top:0!important;
	left:0!important;
	width:100% !important;
	height:100% !important;
	-webkit-transform: translate(0, 0)!important;
  	-ms-transform: translate(0, 0)!important;
  	transform: translate(0, 0)!important;
	max-width:none!important;
	max-height:none!important;
	margin:0 !important;
	padding:0 !important;
	background:#000 !important;
	z-index:999999 !important;
	overflow:hidden!important;
} 
.umg-fs-overflow{
	overflow:hidden !important;
}

.umg-playlist-right-skin-dark .umg-media-holder,
.umg-playlist-right-skin-dark .umg-image-holder,
.umg-playlist-right-skin-dark .umg-audio-holder,
.umg-playlist-right-skin-dark .umg-video-holder,
.umg-playlist-right-skin-dark .umg-video-poster,
.umg-playlist-right-skin-dark .umg-vimeo-holder,
.umg-playlist-right-skin-dark .umg-youtube-holder,
.umg-playlist-right-skin-dark .umg-dm-holder,
.umg-playlist-right-skin-dark .umg-wistia-holder,
.umg-playlist-right-skin-dark .umg-custom-holder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}


.umg-playlist-right-skin-dark .umg-media{
	max-width:none!important;
}

.umg-playlist-right-skin-dark .umg-player-loader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:9999;
	opacity:0.7;
}




/* icons */
.umg-playlist-right-skin-dark .umg-icon-color{
	color:#999 !important;
}
.umg-playlist-right-skin-dark .umg-contr-btn{
	background: #1a1a1b; 
	width:40px;
	height:40px;
	float: left;
}
.umg-playlist-right-skin-dark .umg-contr-btn i{
	width:40px;
	height:40px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 40px!important;
}
.umg-playlist-right-skin-dark .umg-contr-btn:hover i{
	color:#fff !important;
}


.umg-playlist-right-skin-dark .umg-seekbar-wrap{
	overflow: hidden;
	height:40px;
	cursor: pointer;
	touch-action: none;
	background: #1a1a1b;
	flex: 1;
}
.umg-playlist-right-skin-dark .umg-seekbar{
	margin: 0 20px;
	height:100%;
}
.umg-playlist-right-skin-dark .umg-progress-bg{
	position:relative;
	background:#222222;
	width:100%;
	top:17px;
	height:7px;
	overflow: hidden;
}
.umg-playlist-right-skin-dark .umg-load-level{
	position:absolute;
	background:#444444;
	left:0;
	top:0;
	height:100%;
}
.umg-playlist-right-skin-dark .umg-progress-level{
	position:absolute;
	background:#ccc;
	left:0;
	top:0;
	height:100%;
}






.umg-playlist-right-skin-dark .umg-player-controls-up{
	position:absolute;
	width:40px;
	top:10px;
	right:10px;
}
.umg-playlist-right-skin-dark .umg-vert{
	margin-right: 0;
	margin-bottom: 1px;
}


.umg-playlist-right-skin-dark .umg-player-controls{
	position:absolute;
	width: 100%;
	height:40px;
	bottom:0;
	left:0;
	display: flex; 
}
.umg-playlist-right-skin-dark .umg-player-controls-left{
	width: 120px;
}
.umg-playlist-right-skin-dark .umg-player-controls-right{
	position: relative;
 	display: flex;
 	max-width: 500px;
}



.umg-playlist-right-skin-dark .umg-volume-wrapper{
	position: relative;
	width:40px;	
	height:40px;
	float: left;
}
.umg-playlist-right-skin-dark .umg-player-volume{
	width:40px;	
	height:40px;
}
.umg-playlist-right-skin-dark .umg-volume-seekbar{
	position:absolute;
	top:-80px;
	left:0;
	width:40px;
	height:80px;
	display:none;
	cursor: pointer;
	touch-action: none;
}
.umg-playlist-right-skin-dark .umg-volume-bg{
	position:absolute;
	width:5px;
	height:60px;
	background:#ccc;
	left:17px;
	bottom:10px;
}
.umg-playlist-right-skin-dark .umg-volume-level{
	position:absolute;
	width:5px;
	height:60px;
	background:#fff;
	left:17px;
	bottom:10px;
}
.umg-playlist-right-skin-dark .umg-volume-wrapper:hover .umg-volume-seekbar{
	display: block;
}




.umg-playlist-right-skin-dark .umg-quality-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-right-skin-dark .umg-quality-toggle:hover .umg-quality-holder{
	display: block;
}
.umg-playlist-right-skin-dark .umg-quality-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-right-skin-dark .umg-quality-menu {
	padding:0!important;
	margin:0!important;
}




.umg-playlist-right-skin-dark .umg-playback-rate-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-right-skin-dark .umg-playback-rate-toggle:hover .umg-playback-rate-holder{
	display: block;
}
.umg-playlist-right-skin-dark .umg-playback-rate-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-right-skin-dark .umg-playback-rate-menu {
	padding:0!important;
	margin:0!important;
}





.umg-playlist-right-skin-dark .umg-subtitle-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-right-skin-dark .umg-subtitle-toggle:hover .umg-subtitle-holder{
	display: block;
}
.umg-playlist-right-skin-dark .umg-subtitle-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-right-skin-dark .umg-subtitle-menu {
	padding:0!important;
	margin:0!important;
}





.umg-playlist-right-skin-dark .umg-menu-item{
	display:block;
    width:100%;
	list-style:none;
	text-align:left;
	line-height:20px;
	font-size:13px;
	padding:5px 10px!important;
	margin:0!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	border-bottom:1px solid #999!important;
	cursor:pointer;
	background: #1a1a1b;
}
.umg-playlist-right-skin-dark .umg-menu-item:last-child {
	border-bottom:1px solid rgba(0,0,0,0)!important;
}
.umg-playlist-right-skin-dark .umg-menu-item:hover {
	background:#4382c3 !important;
}
.umg-playlist-right-skin-dark .umg-menu-item a{
	color:#ccc; 
    text-decoration:none!important;
	white-space:nowrap;
	pointer-events:none;
	border:0!important;
	box-shadow: none!important;
}
.umg-playlist-right-skin-dark .umg-menu-active{
    cursor: default!important;
    background:#4382c3!important;
}









.umg-playlist-right-skin-dark .umg-share-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-right-skin-dark .umg-share-holder{
	position:absolute;
	top:0;
	right:40px;
	width:164px;
	height:40px;
	display: none;
	background: rgba(0,0,0,0.01);
}
.umg-playlist-right-skin-dark .umg-share-item{
	width:40px;
	height:40px;
	float: left;
	margin-right: 1px;
}
.umg-playlist-right-skin-dark .umg-share-toggle:hover .umg-share-holder{
	display: block;
}
.umg-playlist-right-skin-dark .umg-share-item .fa-facebook{
	background:#3b5998;
}
.umg-playlist-right-skin-dark .umg-share-item .fa-twitter{
	background:#55acee;
}
.umg-playlist-right-skin-dark .umg-share-item .fa-tumblr{
	background:#35465c;
}
.umg-playlist-right-skin-dark .umg-share-item .fa-google-plus{
	background:#ee5555;
}


.umg-playlist-right-skin-dark .umg-info{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background: #1a1a1b;
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.umg-playlist-right-skin-dark .umg-info-data{
	max-height: 300px;
}
.umg-playlist-right-skin-dark .umg-player-title{
	color:#fff;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding:0;
}
.umg-playlist-right-skin-dark .umg-player-desc{
	color:#bbb;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	padding:0;
	overflow: hidden;
	max-height: 150px;
	 display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}
.umg-playlist-right-skin-dark .umg-info-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	background: none!important;
}





.umg-playlist-right-skin-dark .umg-embed{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background: #1a1a1b;
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.umg-playlist-right-skin-dark .umg-embed-code{
	color:#fff;
	margin:0;
	margin-right: 20px!important;
	margin-bottom: 10px!important;
	padding: 5px!important;
	line-height: 1.2;
    font-size: 12px;
    background: #111;
    border: 1px solid #333;
    word-wrap: break-word;
}
.umg-playlist-right-skin-dark .umg-embed-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	background: none!important;
}
.umg-playlist-right-skin-dark .umg-embed-copy{
	color: #555;
    background: #fff;
    display: inline-block;
    line-height: 1.2;
    padding: 3px!important;
    font-size: 12px;
    cursor: pointer;
}






.umg-playlist-right-skin-dark .umg-big-play{
	position:absolute;
	width:76px;
	height:76px; 
	top:50%;
	left:50%;
	margin-left:-37px;
	margin-top:-37px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%!important;
	display:none;
}
.umg-playlist-right-skin-dark .umg-big-play i{
	font-size: 30px!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-14px;
}




#umg-playlist-list{
	display:none;
}
.umg-playlist-right-skin-dark .umg-playlist-holder{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:200px;
	background:#111;
}

.umg-playlist-right-skin-dark .umg-playlist-inner{
	position:relative;
	top:0;
	left:0;
	height:100%;
}
.umg-playlist-right-skin-dark .umg-playlist-item{
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:113px;
	overflow:hidden;
	cursor: pointer;
}
.umg-playlist-right-skin-dark .umg-playlist-thumb {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.umg-playlist-right-skin-dark .umg-thumbimg{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height: auto!important;
	min-height:113px;
}
.umg-playlist-right-skin-dark .umg-playlist-title {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	margin:0;
	padding:5px;
	color:#fff;
	font-size:15px;
	background: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
	transform: translate(0, 113px);
}




.umg-playlist-right-skin-dark .umg-context-menu{
	display:none;
	position:absolute;
	padding:10px;
	font-size: 12px;
	white-space:nowrap;
	z-index:999999;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #1d1d1d; 
}
.umg-playlist-right-skin-dark .umg-context-menu ul{
	padding:0!important;
	margin:0!important;
}
.umg-playlist-right-skin-dark .umg-context-menu li{
	line-height:1!important;
	list-style:none!important;
	margin: 0!important;
	border: 0!important;
	border-top: 1px solid #444!important;
	padding:5px!important;
	color:#ccc!important;
	font-size: 12px!important;
	cursor: pointer;
}
.umg-playlist-right-skin-dark .umg-context-menu li:first-child{
	border-top: none!important;
}
.umg-playlist-right-skin-dark .umg-context-menu li:last-child{
	border-bottom: none!important;
}
.umg-playlist-right-skin-dark .umg-context-link span {
	background-color: #8a8a8a!important;
	font-size: 10px!important;
}
.umg-playlist-right-skin-dark .umg-context-link span a {
	color: #fff!important;
}
.umg-playlist-right-skin-dark .umg-context-menu li:hover > span{
	opacity: 0.5;	
}





.umg-playlist-right-skin-dark .umg-subtitle{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px !important;
    margin: 0!important;
    padding: 10px 20px !important;
    font-size: 20px!important;
    color: #fff!important;
    background: rgba(0, 0, 0, 0.3)!important;
    text-align: center!important;
    -moz-transition: margin-bottom 150ms ease-out;
    -webkit-transition: margin-bottom 150ms ease-out;
    transition: margin-bottom 150ms ease-out;
}
.umg-playlist-right-skin-dark .umg-subtitle-bottom {
    margin-bottom: 40px!important;
}







.umg-playlist-right-skin-dark .umg-tooltip{
	position:absolute;
	background:#fff;
	text-align:center;
	color:#555!important;
	z-index:10000;
	pointer-events:none;
	display:none;
}
.umg-playlist-right-skin-dark .umg-tooltip p{
	width:inherit;
	font-size:13px!important;
	margin:2px 8px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}



.umg-playlist-right-skin-dark .umg-force-hidden{
	position:absolute!important;
	left:-10000px!important;
}
[dir=rtl] .umg-playlist-right-skin-dark .umg-force-hidden{
	right:-10000px!important;
    left: auto!important;
}
.umg-playlist-right-skin-dark .umg-hidden {
	opacity: 0; 
}
.umg-playlist-right-skin-dark .umg-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	-ms-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}














/*############################################*/
/* playlist bottom skin light */
/*############################################*/

.umg-playlist-bottom-skin-light{
	position: relative;
	top:0;
	left:0;
	max-width:1000px;
	min-height: 360px!important;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.umg-playlist-bottom-skin-light:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.umg-fs{
	position:fixed!important;
	top:0!important;
	left:0!important;
	width:100% !important;
	height:100% !important;
	-webkit-transform: translate(0, 0)!important;
  	-ms-transform: translate(0, 0)!important;
  	transform: translate(0, 0)!important;
	max-width:none!important;
	max-height:none!important;
	margin:0 !important;
	padding:0 !important;
	background:#000 !important;
	z-index:999999 !important;
	overflow:hidden!important;
} 
.umg-playlist-bottom-skin-light .umg-fs-overflow{
	overflow:hidden !important;
}

.umg-playlist-bottom-skin-light .umg-media-holder,
.umg-playlist-bottom-skin-light .umg-image-holder,
.umg-playlist-bottom-skin-light .umg-audio-holder,
.umg-playlist-bottom-skin-light .umg-video-holder,
.umg-playlist-bottom-skin-light .umg-video-poster,
.umg-playlist-bottom-skin-light .umg-vimeo-holder,
.umg-playlist-bottom-skin-light .umg-youtube-holder,
.umg-playlist-bottom-skin-light .umg-dm-holder,
.umg-playlist-bottom-skin-light .umg-wistia-holder,
.umg-playlist-bottom-skin-light .umg-custom-holder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}



.umg-playlist-bottom-skin-light .umg-media{
	max-width:none!important;
}

.umg-playlist-bottom-skin-light .umg-player-loader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:9999;
	opacity:0.7;
}




/* icons */
.umg-playlist-bottom-skin-light .umg-icon-color{
	color:#7a7686 !important;
}
.umg-playlist-bottom-skin-light .umg-contr-btn{
	background: #d0d0d0;
	width:40px;
	height:40px;
	float: left;
}
.umg-playlist-bottom-skin-light .umg-contr-btn i{
	width:40px;
	height:40px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 40px!important;
}
.umg-playlist-bottom-skin-light .umg-contr-btn:hover i{
	color:#fff !important;
}


.umg-playlist-bottom-skin-light .umg-seekbar-wrap{
	overflow: hidden;
	height:40px;
	cursor: pointer;
	touch-action: none;
	background: #d0d0d0;
	flex: 1;
}
.umg-playlist-bottom-skin-light .umg-seekbar{
	margin: 0 20px;
	height:100%;
}
.umg-playlist-bottom-skin-light .umg-progress-bg{
	position:relative;
	background:#b0b0b1;
	width:100%;
	top:15px;
	height:10px;
	overflow: hidden;
}
.umg-playlist-bottom-skin-light .umg-load-level{
	position:absolute;
	background:#e6e6e6;
	left:0;
	top:0;
	height:100%;
}
.umg-playlist-bottom-skin-light .umg-progress-level{
	position:absolute;
	background:#9a9ca7;
	left:0;
	top:0;
	height:100%;
}




.umg-playlist-bottom-skin-light .umg-player-controls-up{
	position:absolute;
	width:40px;
	top:10px;
	right:10px;
}
.umg-playlist-bottom-skin-light .umg-vert{
	margin-right: 0;
	margin-bottom: 1px;
}



.umg-playlist-bottom-skin-light .umg-player-controls{
	position:absolute;
	width: 100%;
	height:40px;
	bottom:0;
	left:0;
	display: flex; 
}
.umg-playlist-bottom-skin-light .umg-player-controls-left{
	width: 120px;
}
.umg-playlist-bottom-skin-light .umg-player-controls-right{
	position: relative;
 	display: flex;
 	max-width: 500px;
}

.umg-playlist-bottom-skin-light .umg-volume-wrapper{
	position: relative;
	width:40px;	
	height:40px;
	float: left;
}
.umg-playlist-bottom-skin-light .umg-player-volume{
	width:40px;	
	height:40px;
}
.umg-playlist-bottom-skin-light .umg-volume-seekbar{
	position:absolute;
	top:-80px;
	left:0;
	width:40px;
	height:80px;
	display:none;
	cursor: pointer;
	touch-action: none;
}
.umg-playlist-bottom-skin-light .umg-volume-bg{
	position:absolute;
	width:5px;
	height:60px;
	background:#9a9ca7;
	left:17px;
	bottom:10px;
}
.umg-playlist-bottom-skin-light .umg-volume-level{
	position:absolute;
	width:5px;
	height:60px;
	background:#fff;
	left:17px;
	bottom:10px;
}
.umg-playlist-bottom-skin-light .umg-volume-wrapper:hover .umg-volume-seekbar{
	display: block;
}




.umg-playlist-bottom-skin-light .umg-quality-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-bottom-skin-light .umg-quality-toggle:hover .umg-quality-holder{
	display: block;
}
.umg-playlist-bottom-skin-light .umg-quality-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-bottom-skin-light .umg-quality-menu {
	padding:0!important;
	margin:0!important;
}




.umg-playlist-bottom-skin-light .umg-playback-rate-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-bottom-skin-light .umg-playback-rate-toggle:hover .umg-playback-rate-holder{
	display: block;
}
.umg-playlist-bottom-skin-light .umg-playback-rate-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-bottom-skin-light .umg-playback-rate-menu {
	padding:0!important;
	margin:0!important;
}





.umg-playlist-bottom-skin-light .umg-subtitle-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-bottom-skin-light .umg-subtitle-toggle:hover .umg-subtitle-holder{
	display: block;
}
.umg-playlist-bottom-skin-light .umg-subtitle-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-bottom-skin-light .umg-subtitle-menu {
	padding:0!important;
	margin:0!important;
}





.umg-playlist-bottom-skin-light .umg-menu-item{
	display:block;
    width:100%;
	list-style:none;
	text-align:left;
	line-height:20px;
	font-size:13px;
	padding:5px 10px!important;
	margin:0!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	border-bottom:1px solid #9a9ca7!important;
	cursor:pointer;
	background: #d0d0d0;
}
.umg-playlist-bottom-skin-light .umg-menu-item:last-child {
	border-bottom:1px solid rgba(0,0,0,0)!important;
}
.umg-playlist-bottom-skin-light .umg-menu-item:hover {
	background:#4382c3;
}
.umg-playlist-bottom-skin-light .umg-menu-item a{
	color:#fff; 
    text-decoration:none!important;
	white-space:nowrap;
	pointer-events:none;
	border:0!important;
}
.umg-playlist-bottom-skin-light .umg-menu-active{
    cursor: default!important;
    background:#4382c3!important;
}









.umg-playlist-bottom-skin-light .umg-share-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-bottom-skin-light .umg-share-holder{
	position:absolute;
	top:0;
	right:40px;
	width:164px;
	height:40px;
	display: none;
	background: rgba(0,0,0,0.01);
}
.umg-playlist-bottom-skin-light .umg-share-item{
	width:40px;
	height:40px;
	float: left;
	margin-right: 1px;
}
.umg-playlist-bottom-skin-light .umg-share-toggle:hover .umg-share-holder{
	display: block;
}
.umg-playlist-bottom-skin-light .umg-share-item .fa-facebook{
	background:#3b5998;
}
.umg-playlist-bottom-skin-light .umg-share-item .fa-twitter{
	background:#55acee;
}
.umg-playlist-bottom-skin-light .umg-share-item .fa-tumblr{
	background:#35465c;
}
.umg-playlist-bottom-skin-light .umg-share-item .fa-google-plus{
	background:#ee5555;
}


.umg-playlist-bottom-skin-light .umg-info{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background: #d0d0d0;
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.umg-playlist-bottom-skin-light .umg-info-data{
	max-height: 300px;
}
.umg-playlist-bottom-skin-light .umg-player-title{
	color:#fff;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding:0;
}
.umg-playlist-bottom-skin-light .umg-player-desc{
	color:#8c8c8c;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	padding:0;
	overflow: hidden;
	max-height: 150px;
	 display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}
.umg-playlist-bottom-skin-light .umg-info-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	background: none;
}




.umg-playlist-bottom-skin-light .umg-embed{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background: #D0D0D0;
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.umg-playlist-bottom-skin-light .umg-embed-code{
	color:#fff;
	margin:0;
	margin-right: 20px!important;
	margin-bottom: 10px!important;
	padding: 5px!important;
	line-height: 1.2;
    font-size: 12px;
    background: #B0B0B1;
    word-wrap: break-word;
}
.umg-playlist-bottom-skin-light .umg-embed-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	background: none;
}
.umg-playlist-bottom-skin-light .umg-embed-copy{
	color: #555;
    background: #fff;
    display: inline-block;
    padding: 3px!important;
    line-height: 1.2;
    font-size: 12px;
    cursor: pointer;
}






.umg-playlist-bottom-skin-light .umg-big-play{
	position:absolute;
	width:76px;
	height:76px; 
	top:50%;
	left:50%;
	margin-left:-37px;
	margin-top:-37px;
	background: #ccc;
	border-radius: 50%!important;
	display:none;
}
.umg-playlist-bottom-skin-light .umg-big-play i{
	font-size: 30px!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-14px;
}




#umg-playlist-list{
	display:none;
}
.umg-playlist-bottom-skin-light .umg-playlist-holder{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:113px;
	background:#111;
}




.umg-playlist-bottom-skin-light .umg-playlist-inner{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:113px;
}
.umg-playlist-bottom-skin-light .umg-playlist-item{
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:113px;
	float:left;
	overflow:hidden;
	cursor: pointer;
}
.umg-playlist-bottom-skin-light .umg-playlist-thumb {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.umg-playlist-bottom-skin-light .umg-thumbimg{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height: auto!important;
	min-height:113px;
}
.umg-playlist-bottom-skin-light .umg-playlist-title {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	margin:0;
	padding:5px;
	color:#fff;
	font-size:15px;
	background: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
	transform: translateY(113px);
}




.umg-playlist-bottom-skin-light .umg-context-menu{
	position:absolute;
	padding:10px;
	font-size: 12px;
	white-space:nowrap;
	z-index:999999;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ddd; 
	display:none;
}
.umg-playlist-bottom-skin-light .umg-context-menu ul{
	padding:0!important;
	margin:0!important;
}
.umg-playlist-bottom-skin-light .umg-context-menu li{
	line-height:1!important;
	list-style:none!important;
	margin: 0!important;
	border: 0!important;
	border-top: 1px solid #ccc!important;
	padding:5px!important;
	color:#111!important;
	font-size: 12px!important;
	cursor: pointer;
}
.umg-playlist-bottom-skin-light .umg-context-menu li:first-child{
	border-top: none!important;
}
.umg-playlist-bottom-skin-light .umg-context-menu li:last-child{
	border-bottom: none!important;
}
.umg-playlist-bottom-skin-light .umg-context-link span {
	background-color: #666!important;
	font-size: 10px!important;
}
.umg-playlist-bottom-skin-light .umg-context-link span a {
	color: #E5E5E5!important;
}
.umg-playlist-bottom-skin-light .umg-context-menu li:hover > span{
	opacity: 0.5;	
}




.umg-playlist-bottom-skin-light .umg-subtitle{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px !important;
    margin: 0!important;
    padding: 10px 20px !important;
    font-size: 20px!important;
    color: #fff!important;
    background: rgba(0, 0, 0, 0.3)!important;
    text-align: center!important;
    -moz-transition: margin-bottom 150ms ease-out;
    -webkit-transition: margin-bottom 150ms ease-out;
    transition: margin-bottom 150ms ease-out;
}
.umg-playlist-bottom-skin-light .umg-subtitle-bottom {
    margin-bottom: 40px!important;
}



.umg-playlist-bottom-skin-light .umg-tooltip{
	position:absolute;
	background:#fff;
	text-align:center;
	color:#555!important;
	z-index:10000;
	pointer-events:none;
	display:none;
}
.umg-playlist-bottom-skin-light .umg-tooltip p{
	width:inherit;
	font-size:13px!important;
	margin:2px 8px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}



.umg-playlist-bottom-skin-light .umg-force-hidden{
	position:absolute!important;
	left:-10000px!important;
}
[dir=rtl] .umg-playlist-bottom-skin-light .umg-force-hidden{
	right:-10000px!important;
    left: auto!important;
}
.umg-playlist-bottom-skin-light .umg-hidden {
	opacity: 0; 
}
.umg-playlist-bottom-skin-light .umg-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	-ms-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}






/*############################################*/
/* playlist bottom skin dark */
/*############################################*/

.umg-playlist-bottom-skin-dark{
	position: relative;
	top:0;
	left:0;
	max-width:1000px;
	min-height: 360px!important;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.umg-playlist-bottom-skin-dark:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.umg-fs{
	position:fixed!important;
	top:0!important;
	left:0!important;
	width:100% !important;
	height:100% !important;
	-webkit-transform: translate(0, 0)!important;
  	-ms-transform: translate(0, 0)!important;
  	transform: translate(0, 0)!important;
	max-width:none!important;
	max-height:none!important;
	margin:0 !important;
	padding:0 !important;
	background:#000 !important;
	z-index:999999 !important;
	overflow:hidden!important;
} 
.umg-playlist-bottom-skin-dark .umg-fs-overflow{
	overflow:hidden !important;
}

.umg-playlist-bottom-skin-dark .umg-media-holder,
.umg-playlist-bottom-skin-dark .umg-image-holder,
.umg-playlist-bottom-skin-dark .umg-audio-holder,
.umg-playlist-bottom-skin-dark .umg-video-holder,
.umg-playlist-bottom-skin-dark .umg-video-poster,
.umg-playlist-bottom-skin-dark .umg-vimeo-holder,
.umg-playlist-bottom-skin-dark .umg-youtube-holder,
.umg-playlist-bottom-skin-dark .umg-dm-holder,
.umg-playlist-bottom-skin-dark .umg-wistia-holder,
.umg-playlist-bottom-skin-dark .umg-custom-holder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}



.umg-playlist-bottom-skin-dark .umg-media{
	max-width:none!important;
}

.umg-playlist-bottom-skin-dark .umg-player-loader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:9999;
	opacity:0.7;
}




/* icons */
.umg-playlist-bottom-skin-dark .umg-icon-color{
	color:#999 !important;
}
.umg-playlist-bottom-skin-dark .umg-contr-btn{
	background: #1a1a1b;
	width:40px;
	height:40px;
	float: left;
}
.umg-playlist-bottom-skin-dark .umg-contr-btn i{
	width:40px;
	height:40px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 40px!important;
}
.umg-playlist-bottom-skin-dark .umg-contr-btn:hover i{
	color:#fff !important;
}


.umg-playlist-bottom-skin-dark .umg-seekbar-wrap{
	overflow: hidden;
	height:40px;
	cursor: pointer;
	touch-action: none;
	background: #1a1a1b;
	flex: 1;
}
.umg-playlist-bottom-skin-dark .umg-seekbar{
	margin: 0 20px;
	height:100%;
}
.umg-playlist-bottom-skin-dark .umg-progress-bg{
	position:relative;
	background:#222222;
	width:100%;
	top:15px;
	height:10px;
	overflow: hidden;
}
.umg-playlist-bottom-skin-dark .umg-load-level{
	position:absolute;
	background:#888;
	left:0;
	top:0;
	height:100%;
}
.umg-playlist-bottom-skin-dark .umg-progress-level{
	position:absolute;
	background:#fff;
	left:0;
	top:0;
	height:100%;
}




.umg-playlist-bottom-skin-dark .umg-player-controls-up{
	position:absolute;
	width:40px;
	top:10px;
	right:10px;
}
.umg-playlist-bottom-skin-dark .umg-vert{
	margin-right: 0;
	margin-bottom: 1px;
}



.umg-playlist-bottom-skin-dark .umg-player-controls{
	position:absolute;
	width: 100%;
	height:40px;
	bottom:0;
	left:0;
	display: flex; 
}
.umg-playlist-bottom-skin-dark .umg-player-controls-left{
	width: 120px;
}
.umg-playlist-bottom-skin-dark .umg-player-controls-right{
	position: relative;
 	display: flex;
 	max-width: 500px;
}


.umg-playlist-bottom-skin-dark .umg-volume-wrapper{
	position: relative;
	width:40px;	
	height:40px;
	float: left;
}
.umg-playlist-bottom-skin-dark .umg-player-volume{
	width:40px;	
	height:40px;
}
.umg-playlist-bottom-skin-dark .umg-volume-seekbar{
	position:absolute;
	top:-80px;
	left:0;
	width:40px;
	height:80px;
	display:none;
	cursor: pointer;
	touch-action: none;
}
.umg-playlist-bottom-skin-dark .umg-volume-bg{
	position:absolute;
	width:5px;
	height:60px;
	background:#ccc;
	left:17px;
	bottom:10px;
}
.umg-playlist-bottom-skin-dark .umg-volume-level{
	position:absolute;
	width:5px;
	height:60px;
	background:#fff;
	left:17px;
	bottom:10px;
}
.umg-playlist-bottom-skin-dark .umg-volume-wrapper:hover .umg-volume-seekbar{
	display: block;
}




.umg-playlist-bottom-skin-dark .umg-quality-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-bottom-skin-dark .umg-quality-toggle:hover .umg-quality-holder{
	display: block;
}
.umg-playlist-bottom-skin-dark .umg-quality-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-bottom-skin-dark .umg-quality-menu {
	padding:0!important;
	margin:0!important;
}




.umg-playlist-bottom-skin-dark .umg-playback-rate-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-bottom-skin-dark .umg-playback-rate-toggle:hover .umg-playback-rate-holder{
	display: block;
}
.umg-playlist-bottom-skin-dark .umg-playback-rate-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-bottom-skin-dark .umg-playback-rate-menu {
	padding:0!important;
	margin:0!important;
}





.umg-playlist-bottom-skin-dark .umg-subtitle-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-bottom-skin-dark .umg-subtitle-toggle:hover .umg-subtitle-holder{
	display: block;
}
.umg-playlist-bottom-skin-dark .umg-subtitle-holder{
	position:absolute;
	display:none;
	bottom:40px;
	left:0;
}
.umg-playlist-bottom-skin-dark .umg-subtitle-menu {
	padding:0!important;
	margin:0!important;
}





.umg-playlist-bottom-skin-dark .umg-menu-item{
	display:block;
    width:100%;
	list-style:none;
	text-align:left;
	line-height:20px;
	font-size:13px;
	padding:5px 10px!important;
	margin:0!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	border-bottom:1px solid #999!important;
	cursor:pointer;
	background: #1a1a1b;
}
.umg-playlist-bottom-skin-dark .umg-menu-item:last-child {
	border-bottom:1px solid rgba(0,0,0,0)!important;
}
.umg-playlist-bottom-skin-dark .umg-menu-item:hover {
	background:#4382c3;
}
.umg-playlist-bottom-skin-dark .umg-menu-item a{
	color:#ccc; 
    text-decoration:none!important;
	white-space:nowrap;
	pointer-events:none;
	border:0!important;
}
.umg-playlist-bottom-skin-dark .umg-menu-active{
    cursor: default!important;
    background:#4382c3!important;
}




.umg-playlist-bottom-skin-dark .umg-share-toggle{
	position: relative;
	width:40px;
	height:40px;
}
.umg-playlist-bottom-skin-dark .umg-share-holder{
	position:absolute;
	top:0;
	right:40px;
	width:164px;
	height:40px;
	display: none;
	background: rgba(0,0,0,0.01);
}
.umg-playlist-bottom-skin-dark .umg-share-item{
	width:40px;
	height:40px;
	float: left;
	margin-right: 1px;
}
.umg-playlist-bottom-skin-dark .umg-share-toggle:hover .umg-share-holder{
	display: block;
}
.umg-playlist-bottom-skin-dark .umg-share-item .fa-facebook{
	background:#3b5998;
}
.umg-playlist-bottom-skin-dark .umg-share-item .fa-twitter{
	background:#55acee;
}
.umg-playlist-bottom-skin-dark .umg-share-item .fa-tumblr{
	background:#35465c;
}
.umg-playlist-bottom-skin-dark .umg-share-item .fa-google-plus{
	background:#ee5555;
}


.umg-playlist-bottom-skin-dark .umg-info{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background: #1a1a1b;
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.umg-playlist-bottom-skin-dark .umg-info-data{
	max-height: 300px;
}
.umg-playlist-bottom-skin-dark .umg-player-title{
	color:#fff;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding:0;
}
.umg-playlist-bottom-skin-dark .umg-player-desc{
	color:#bbb;
	margin:0;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	padding:0;
	overflow: hidden;
	max-height: 150px;
	 display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}
.umg-playlist-bottom-skin-dark .umg-info-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	background: none;
}




.umg-playlist-bottom-skin-dark .umg-embed{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:400px;
	width:100%;
	background: rgba(0,0,0,0.6);
	z-index:50;
	padding:20px 20px 10px 20px;
	display: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.umg-playlist-bottom-skin-dark .umg-embed-code{
	color:#fff;
	margin:0;
	margin-right: 20px!important;
	margin-bottom: 10px!important;
	padding: 5px!important;
	line-height: 1.2;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid #4f504e;
    word-wrap: break-word;
}
.umg-playlist-bottom-skin-dark .umg-embed-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	background: none;
}
.umg-playlist-bottom-skin-dark .umg-embed-copy{
	color: #555;
    background: #fff;
    display: inline-block;
    padding: 3px!important;
    line-height: 1.2;
    font-size: 12px;
    cursor: pointer;
}






.umg-playlist-bottom-skin-dark .umg-big-play{
	position:absolute;
	width:76px;
	height:76px; 
	top:50%;
	left:50%;
	margin-left:-37px;
	margin-top:-37px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%!important;
	display:none;
}
.umg-playlist-bottom-skin-dark .umg-big-play i{
	font-size: 30px!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-14px;
}




#umg-playlist-list{
	display:none;
}
.umg-playlist-bottom-skin-dark .umg-playlist-holder{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:113px;
	background:#111;
}




.umg-playlist-bottom-skin-dark .umg-playlist-inner{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:113px;
}
.umg-playlist-bottom-skin-dark .umg-playlist-item{
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:113px;
	float:left;
	overflow:hidden;
	cursor: pointer;
}
.umg-playlist-bottom-skin-dark .umg-playlist-thumb {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.umg-playlist-bottom-skin-dark .umg-thumbimg{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height: auto!important;
	min-height:113px;
}
.umg-playlist-bottom-skin-dark .umg-playlist-title {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	margin:0;
	padding:5px;
	color:#fff;
	font-size:15px;
	background: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
	transform: translateY(113px);
}




.umg-playlist-bottom-skin-dark .umg-context-menu{
	display:none;
	position:absolute;
	padding:10px;
	font-size: 12px;
	white-space:nowrap;
	z-index:999999;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #1d1d1d; 
}
.umg-playlist-bottom-skin-dark .umg-context-menu ul{
	padding:0!important;
	margin:0!important;
}
.umg-playlist-bottom-skin-dark .umg-context-menu li{
	line-height:1!important;
	list-style:none!important;
	margin: 0!important;
	border: 0!important;
	border-top: 1px solid #444!important;
	padding:5px!important;
	color:#ccc!important;
	font-size: 12px!important;
	cursor: pointer;
}
.umg-playlist-bottom-skin-dark .umg-context-menu li:first-child{
	border-top: none!important;
}
.umg-playlist-bottom-skin-dark .umg-context-menu li:last-child{
	border-bottom: none!important;
}
.umg-playlist-bottom-skin-dark .umg-context-link span {
	background-color: #8a8a8a!important;
	font-size: 10px!important;
}
.umg-playlist-bottom-skin-dark .umg-context-link span a {
	color: #fff!important;
}
.umg-playlist-bottom-skin-dark .umg-context-menu li:hover > span{
	opacity: 0.5;	
}




.umg-playlist-bottom-skin-dark .umg-subtitle{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px !important;
    margin: 0!important;
    padding: 10px 20px !important;
    font-size: 20px!important;
    color: #fff!important;
    background: rgba(0, 0, 0, 0.3)!important;
    text-align: center!important;
    -moz-transition: margin-bottom 150ms ease-out;
    -webkit-transition: margin-bottom 150ms ease-out;
    transition: margin-bottom 150ms ease-out;
}
.umg-playlist-bottom-skin-dark .umg-subtitle-bottom {
    margin-bottom: 40px!important;
}



.umg-playlist-bottom-skin-dark .umg-tooltip{
	position:absolute;
	background:#fff;
	text-align:center;
	color:#555!important;
	z-index:10000;
	pointer-events:none;
	display:none;
}
.umg-playlist-bottom-skin-dark .umg-tooltip p{
	width:inherit;
	font-size:13px!important;
	margin:2px 8px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}



.umg-playlist-bottom-skin-dark .umg-force-hidden{
	position:absolute!important;
	left:-10000px!important;
}
[dir=rtl] .umg-playlist-bottom-skin-dark .umg-force-hidden{
	right:-10000px!important;
    left: auto!important;
}
.umg-playlist-bottom-skin-dark .umg-hidden {
	opacity: 0; 
}
.umg-playlist-bottom-skin-dark .umg-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	-ms-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}





/* embed */

.umg-wrap-embed-cont{
	position: absolute!important;
	top:0!important;
	left:0!important;
	max-width:none!important;
	max-height:none!important;
	width:100%!important;
	height:100%!important;
	overflow: hidden;
	z-index: 999999999!important;
}