/*############################################*/
/* general css */
/*############################################*/

.map-download:hover,
.map-download:focus{
	border: 0!important;
    box-shadow: none!important;
    webkit-box-shadow: none!important;
}

.map-playlist-content{
	width: 100%;
}



/* icons */
.map-btn{
	display: none;
}



/*############################################*/
/* modern */
/*############################################*/

.map-modern{
	position:relative;
	width:100%;
	height: 100%;

	max-height:420px;
	min-height:420px;
	min-width:280px;
	max-width:280px;
	margin: 0 auto;
	opacity:0;
}
.map-modern a{
	border: 0!important;
    box-shadow: none!important;
    webkit-box-shadow: none!important;
}
.map-modern .map-player-wrapper{
	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;
	box-shadow: 1px 1px 15px #333;
}
.map-modern .map-player-holder{
	position: relative;
	left:0;
	height: 100%;
	top:-100%;
	background: #fff;
	overflow:hidden;
	display: flex;
    flex-direction: column;
}
.map-modern .map-icon-color{
	color:#a8a9ab !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-modern .map-icon-rollover-color{
	color:#f56a6f !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-modern .map-icon svg{
	width: 19px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	fill:currentColor;
}

.map-modern .map-top-cont{
	position: relative;
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.map-modern .map-playlist-toggle,
.map-modern .map-playlist-close{
	position:absolute;
	width:25px;
	height:100%;
	top:0;
	left:0;
	margin-left: 10px;
	cursor: pointer;
}
.map-modern .map-share-wrapper{
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:100%;
	margin-right:10px;
}
.map-modern .map-share-toggle{
	position:absolute;
	width:25px;
	height: 100%;
	cursor: pointer;
}
.map-modern .map-share-toggle svg{
	width:22px;
}
.map-modern .map-share-holder{
	position:absolute;
	top:0;
	right:0;
	width:165px;
	height:100%;
	display: none;
}
.map-modern .map-share-item{
	position: relative;
	width:25px;
	height:100%;
	top:0;
	float: left;
	margin-right:10px;
}
.map-modern .map-middle-cont{
	position: relative;
	width:100%;
    overflow: hidden;
    flex:1;
}
.map-modern .map-player-thumb{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.map-modern .map-player-thumb img{
	display:block;
	position: absolute;
	height: 100%;
	width: auto!important;
	max-width:none;
	min-width: 100%;
}
.map-modern .map-info{
	position: relative;
	line-height: normal;
	pointer-events:none;
	margin-top: 10px;
	margin-left: 10px;
}
.map-modern .map-player-artist{
	margin:0;
	padding:0;
	font-size:22px;
	color:#fff;
}
.map-modern .map-player-title{
	font-size:15px;
	color:#eee;
	margin:0;
	padding:0;
}
.map-modern .map-bottom-cont{
	position: relative;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
	background: #eeeeee;
}
.map-modern .map-stats{
	background: #fff;
    width: 100%;
    height: 22px;
    text-align: center;
    position: relative;
}
.map-modern .map-play-count,
.map-modern .map-like-count,
.map-modern .map-download-count{
	display: inline-block;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
	box-shadow: none;
	border: none;
}
.map-modern .map-stats svg{
	width:17px;
	float: left;
	display: block;
	margin-left: 6px;
    margin-top: 2px;
    margin-right: 3px;
	fill:#a8a9ab;
}
.map-modern .map-stats span{
	margin:0!important;
	padding:0!important;
	color:#555 !important;
	font-size:12px!important;
	pointer-events:none;
	line-height: 22px;
	width:auto;
	color: #a8a9ab;
	display: block;
	float: left;
}
.map-modern .map-player-controls{
	position: relative;
	margin-top: 10px;
	height:40px;
}
.map-modern .map-loop-toggle{
	position: relative;
	width:25px;
	height:100%;
	margin-left:10px;
}
.map-modern .map-player-controls-center{
	position: absolute;
	top:0;
	width:150px;
	height: 100%;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.map-modern .map-prev-toggle{
	position: absolute;
	width:25px;
	height:100%;
	left:5px;
}
.map-modern .map-playback-toggle{
	position:absolute;
	top:0;
	width:40px;
	height:40px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.map-modern .map-playback-toggle svg{
	width:27px;
}
.map-modern .map-next-toggle{
	position:absolute;
	width:25px;
	height:100%;
	right:5px;
}
.map-modern .map-random-toggle{
	position: absolute;
	top:0;
	width:25px;
	height:100%;
	right:10px;
}
.map-modern .map-seekbar{
	position:relative;
	margin:15px 50px 13px 50px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.map-modern .map-progress-bg{
	position:relative;
	background:#ccc;
	width:100%;
	top:7px;
	height:6px;
}
.map-modern .map-load-level{
	position:absolute;
	background:#ddd;
	top:7px;
	height:6px;
}
.map-modern .map-progress-level{
	position:absolute;
	background:#f56a6f;
	top:7px;
	height:6px;	
}
.map-modern .map-media-time-current{
	position:absolute;
	top:-0;
	left:-35px;
	line-height:20px !important;
	margin:0!important;
	padding: 0!important;
	color:#555 !important;
	font-size:12px!important;
	pointer-events:none;
	width:auto;
}
.map-modern .map-media-time-total{
	position:absolute;
	top:-0;
	right:-35px;
	line-height:20px !important;
	margin:0!important;
	padding:0!important;
	color:#555 !important;
	font-size:12px!important;
	pointer-events:none;
	width:auto;
}
.map-modern .map-volume-wrapper{
	position: absolute;
	right:10px;
	bottom:10px;
	width:25px;
	height:35px;
}
.map-modern .map-volume-wrapper:hover .map-volume-seekbar{
	display: block;
}
.map-modern .map-volume-toggle{
	width:25px;
	height:35px;
	cursor: pointer;
	color:#eee!important;
}
.map-modern .map-volume-toggle svg{
	height: 20px;
	width: auto;
}
.map-modern .map-volume-seekbar{
	position: absolute;
	top:-80px;
	right:0;
	height:80px;
	width:25px;
	cursor: pointer;
	touch-action: none;
	display: none;
	background: #eee;
}
.map-modern .map-volume-bg{
	position:absolute;
	left:9px;
	bottom:10px;
	height:60px;
	width:6px;
	background:#ddd;
}
.map-modern .map-volume-level{
	position:absolute;
	left:9px;
	bottom:10px;
	width:6px;
	height:0;
	background:#f56a6f;
}
.map-modern .map-playlist-holder{
	position: relative;
	left:-100%;
	width:100%;
	height: 100%;
	background: #fff;
	overflow:hidden;
}
.map-modern .map-playlist-inner{
	height: 380px;
	height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
}
.map-modern .map-playlist-item{
	position: relative;
	top:0;
	left:0;
	font-size:14px;
	overflow: hidden;
	height:70px;
	border-bottom:1px solid #ddd;
}
.map-playlist-item.map-active{
	background: #a8a9ab!important;
}
.map-modern .map-playlist-item:last-child {  
	border-bottom:none;
}
.map-modern .map-playlist-selected {
	float:left;
	color:#fff!important;
	height: 100%;
	text-decoration: none; 
	width: calc(100% - 60px); 
}
.map-modern .map-playlist-non-selected {
	float:left;
	color:#ccc;
	height: 100%;
	text-decoration: none; 
	width: calc(100% - 60px); 
}
.map-modern .map-download, .map-modern .map-link{
	float:right;
	color:#ccc;
	line-height: 70px;
    margin-right: 8px;
    width:16px;
}
.map-modern .map-download svg, 
.map-modern .map-link svg{
	fill:currentColor;
}
.map-modern .map-download:hover, .map-modern .map-link:hover{
	color:#f56a6f!important;
}
.map-modern .map-playlist-thumb{
	display:block;
	position:relative;
	top:0;
	left:0;
	width:60px;
	height:60px;
	border-radius:100%;
	float:left;
	background:#111;
	overflow:hidden;
	margin: 5px;
	webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);/*safari win*/
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);/*safari win*/
}
.map-modern .map-playlist-thumb img{
	display:block;
	position: absolute;
	height: auto!important;
	max-width:none;
	width: 100%;
	min-height: 100%;
	-webkit-backface-visibility: hidden;
}
.map-modern .map-playlist-title{
	position: relative;
    vertical-align: middle;
    font-size:13px;
    left: 5px;
	color:inherit;
	display: block;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.map-modern .map-playlist-filter-msg{
	position:absolute;
	top:40px;
	left:0;
	bottom:0;
	right:0;
	display: none;
}
.map-modern .map-playlist-filter-msg p{
	font-size:17px!important;
	color:#f56a6f!important;
	vertical-align: middle!important;
    text-align:center!important;
    line-height: 380px;
	padding:0!important; 	
	margin:0!important; 
}
.map-modern .map-playlist-top-bar{
	position:relative;
	top:0;
	left: 0;
	height:40px;
	width:100%;
	overflow:hidden;
	background: #eeeeee;
}
.map-modern .map-search-filter{
	position:relative;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin:-9px 10px 0 0!important;
	padding:0!important;
	border:1px solid #999!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background-color: #333;
	color:#ccc !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: right;
}
.map-modern .map-sort-alpha{
	position:relative;
	margin-right:5px;
	top:0;
	right:5px;
	width:25px;
	height:100%;
	text-align: center;
	float: right;
}
.map-modern .map-tooltip{
	position:absolute;
	background:#f56a6f;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	box-shadow: 1px 1px 8px #111;
	border-radius: 1px;
	display:none;
}
.map-modern .map-tooltip p {
	width:inherit;
	font-size:13px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.map-modern .map-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #f56a6f;
    -webkit-animation: m_map_preloader 1.2s infinite ease-in-out;
    animation: m_map_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes m_map_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes m_map_preloader {
    0% { 
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.map-modern .map-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.map-modern .map-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

/* scroll */
.map-modern .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.map-modern .map-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}



/*############################################*/
/* modern3 */
/*############################################*/

.map-modern3{
	position:relative;
	width:100%;
	height: 100%;
	min-width:320px;
	margin: 0 auto;
	box-shadow: 1px 1px 15px #333;

	max-width:320px;
	max-height: 520px;
	min-height: 520px;
	opacity:0;
}
.map-modern3 a{
	border: 0!important;
    box-shadow: none!important;
    webkit-box-shadow: none!important;
}
.map-modern3 .map-player-holder{
	position: relative;
	left:0;
	top:0;
	min-height: 250px;
    height: calc(100% - 270px);
	overflow:hidden;
}
.map-modern3 .map-icon-color{
	color:#eee !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-modern3 .map-icon-rollover-color{
	color:#ff2a67 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-modern3 .map-icon svg{
	width: 19px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	fill:currentColor;
}
.map-modern3 .map-player-thumb-wrapper{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow:hidden;
	pointer-events:none;
}
.map-modern3 .map-player-thumb{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.map-modern3 .map-player-thumb img{
	display:block;
	height: 100%;
	width: auto!important;
	max-width:none;
	margin: 0 auto;
	min-width: 100%;
}
.map-modern3 .map-player-thumb-cover{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(70,70,70,0.8);
}
.map-modern3 .map-player-content{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.map-modern3 .map-info{
	position: relative;
	margin:0 20px 5px 20px;
	pointer-events:none;
	max-height: 90px;
    overflow: hidden;
}
.map-modern3 .map-player-title{
	font-size:20px;
	color:#eee;
	margin:0;
	margin-bottom: 3px;
	padding:0;
}
.map-modern3 .map-player-artist{
	font-size:13px;
	margin:0;
	color:#eee;
	padding:0;
}
.map-modern3 .map-stats{
    width: 100%;
    height: 22px;
    position: relative;
}
.map-modern3 .map-play-count,
.map-modern3 .map-like-count,
.map-modern3 .map-download-count{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	box-shadow: none;
	border: none;
	height: 100%;
}
.map-modern3 .map-play-count{
	margin-left: 15px;
}
.map-modern3 .map-stats svg{
	width:17px;
	float: left;
	display: block;
	margin-left: 6px;
    margin-top: 2px;
    margin-right: 3px;
	fill:#fff;
}
.map-modern3 .map-stats span{
	margin:0!important;
	padding:0!important;
	color:#fff !important;
	font-size:12px!important;
	line-height: 22px;
	pointer-events:none;
	width:auto;
	display: block;
	float: left;
}
.map-modern3 .map-player-controls{
	position: relative;
	margin-top:10px;
	margin-bottom: 20px;
	width:210px;
	height: 30px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.map-modern3 .map-prev-toggle{
	position: absolute;
	width:30px;
	height:30px;
	left:0;
}
.map-modern3 .map-playback-toggle{
	position:absolute;
	top:0;
	width:30px;
	height:30px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.map-modern3 .map-next-toggle{
	position:absolute;
	width:30px;
	height:30px;
	right:0;
}
.map-modern3 .map-seekbar{
	position: relative;
	margin-left:20px;
	margin-right: 20px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.map-modern3 .map-progress-bg{
	position:absolute;
	background-color: rgba(150, 150, 150, 0.5);
	width:100%;
	top:10px;
	height:1px;
}
.map-modern3 .map-load-level{
	position:absolute;
	background-color: rgba(150, 150, 150, 0.5);
	top:10px;
	height:1px;
}
.map-modern3 .map-progress-level{
	position:absolute;
	background:#f03a6d;
	top:10px;
	height:1px;	
	width:0;
}
.map-modern3 .map-volume-wrapper{
	position:absolute;
	width:30px;	
	height:30px;
	top:10px;
	right:20px;
	z-index: 5;
}
.map-modern3 .map-volume-toggle{
	position:absolute;
	width:30px;	
	height:30px;
	cursor: pointer;
}
.map-modern3 .map-volume-toggle svg{
	height: 20px;
	width: auto;
}
.map-modern3 .map-volume-seekbar{
	position: absolute;
	top:0;
	right:30px;
	width:90px;
	height:30px;
	cursor: pointer;
	touch-action: none;
}
.map-modern3 .map-volume-bg{
	position:absolute;
	top:14px;
	left:10px;
	width:70px;
	height:1px;
	background-color: rgba(150, 150, 150, 0.5);
}
.map-modern3 .map-volume-level{
	position:absolute;
	top:14px;
	left:10px;
	width:0;
	height:1px;
	background:#fff;
}
.map-modern3 .map-volume-drag{
	position:absolute;
	top:-9px;
	left:25px;
    width: 19px;
    height: 19px;
	border-radius: 100%;
	background:#fff;
	-webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
   	box-sizing: border-box;   
   	-webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;  
}
.map-modern3 .map-volume-drag:hover,
.map-modern3 .map-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.map-modern3 .map-playlist-holder{
	position: relative;
	left:0;
	width:100%;
	height: 270px;
	background: #333;
	overflow:hidden;
}
.map-modern3 .map-playlist-inner{
	height: 240px;
}
.map-modern3 .map-playlist-item{
	position: relative;
	top:0;
	left:0;
	overflow: hidden;
	height: 60px;
	border-bottom:1px solid #444;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.map-playlist-item.map-active{
	background: #ff2a67!important;
}
.map-modern3 .map-playlist-item:last-child {  
	border-bottom:none;
}
.map-modern3 .map-playlist-selected {
	float:left;
	color:#fff!important;
	height: 100%;
	text-decoration: none; 
	width: calc(100% - 60px);
}
.map-modern3 .map-playlist-non-selected {
	float:left;
	color:#fff;
	height: 100%;
	text-decoration: none; 
	width: calc(100% - 60px);
}
.map-modern3 .map-download, .map-modern3 .map-link{
	float:right;
	color:#ccc!important;
	width: 22px;
	line-height: 60px;
    margin-right: 8px;
}
.map-modern3 .map-download svg, 
.map-modern3 .map-link svg{
	fill:currentColor;
	width: 16px;
}
.map-modern3 .map-download:hover, .map-modern3 .map-link:hover{
	color:#fff!important;
}
.map-modern3 .map-playlist-thumb{
	display:block;
	position:relative;
	top:0;
	left:0;
	margin:7px 7px 7px 20px;
	width:60px;
	height:46px;
	float:left;
	background:#111;
	overflow:hidden;
}
.map-modern3 .map-playlist-thumb img{
	display:block;
	position: absolute;
	height: auto!important;
	width: 100%;
	max-width:none;
	min-height: 100%;
	-webkit-backface-visibility: hidden;
}
.map-modern3 .map-playlist-title{
	position: relative;
    vertical-align: middle;
    font-size:14px;
	color:inherit;
	display: block;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.map-modern3 .map-playlist-filter-msg{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display: none;
}
.map-modern3 .map-playlist-filter-msg p{
	font-size:16px!important;
	color:#ff2a67!important;
	vertical-align: middle!important;
    text-align:center!important;
    line-height: 240px;
	padding:0!important; 	
	margin:0!important; 
}
.map-modern3 .map-bottom-bar{
	position:relative;
	bottom:0;
	left: 0;
	height:30px;
	width:100%;
	overflow:hidden;
	background: #222; 
}
.map-modern3 .map-search-filter{
	position:relative;
	width:100px!important;
	height:18px!important;
	padding:0!important;
	top:50%;
	margin:-9px 0 0 20px!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#222 !important;
	border:1px solid #333!important;
	color:#ccc !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.map-modern3 .map-sort-alpha{
	position:relative;
	left:0;
	top:0;
	width:30px;
	height:100%;
	margin-left:5px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.map-modern3 .map-random-toggle{
	position: absolute;
	top:10px;
	left:20px;
	width:30px;
	height:30px;
	text-align: center;
	z-index: 6;
}
.map-modern3 .map-share-wrapper{
	position:absolute;
	top:0;
	right:15px;
	width:30px;
	height:100%;
}
.map-modern3 .map-share-toggle{
	position:absolute;
	width:30px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.map-modern3 .map-share-toggle svg{
	width:21px;
}
.map-modern3 .map-share-holder{
	position:absolute;
	top:0;
	right:28px;
	width:900px;
	height:100%;
	background: #222; 
	display: none;
}
.map-modern3 .map-share-item{
	position: relative;
	width:25px;
	height:100%;
	top:0;
	float: right;
	margin-right:10px;
}
.map-modern3 .map-tooltip{
	position:absolute;
	background:#ff2a67;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	box-shadow: 1px 1px 8px #444;
	border-radius: 1px;
	display:none;
}
.map-modern3 .map-tooltip p {
	width:inherit;
	font-size:13px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.map-modern3 .map-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #ff2a67;
    -webkit-animation: m3_map_preloader 1.2s infinite ease-in-out;
    animation: m3_map_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes m3_map_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes m3_map_preloader {
    0% { 
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.map-modern3 .map-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.map-modern3 .map-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.map-modern3 .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.map-modern3 .map-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}




/*############################################*/
/* modern3-radio */
/*############################################*/

.map-modern3-radio{
	position:relative;
	width:100%;
	height: 100%;
	background-color: #333;
	max-width:320px;
	opacity: 0;
	margin: 0 auto;
}
.map-modern3-radio .map-player-holder{
	position: relative;
	left:0;
	top:0;
    height: 320px;
	overflow:hidden;
}
.map-modern3-radio .map-icon-color{
	color:#eee !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-modern3-radio .map-icon-rollover-color{
	color:#ffafb6 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-modern3-radio .map-icon svg{
	width: 19px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	fill:currentColor;
}
.map-modern3-radio .map-player-thumb{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.map-modern3-radio .map-player-thumb img{
	display:block;
	height:100%;
	width:auto!important;
	min-width:320px;
	margin:0 auto;
}
.map-modern3-radio .map-player-content{
	position: relative;
	width: 100%;
	opacity: 0;
	height: 100%;
	background: rgba(44, 44, 44, 0.32);
}
.map-modern3-radio .map-info-wrap{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.map-modern3-radio .map-info{
	position: relative;
	margin:10px;
}
.map-modern3-radio .map-player-title{
	font-size:22px;
	color:#eee;
	margin:0;
	margin-bottom: 3px;
	padding:0;
	text-shadow: 1px 1px 3px #000;
}
.map-modern3-radio .map-player-artist{
	font-size:14px;
	margin:0;
	color:#eee;
	padding:0;
	text-shadow: 1px 1px 3px #000;
}
.map-modern3-radio .map-playback-toggle{
	position:absolute;
	top:50%;
	width:30px;
	height:30px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.map-modern3-radio .map-playback-toggle svg{
	width: 30px;
}
.map-modern3-radio .map-volume-wrapper{
	position:absolute;
	width:30px;	
	height:30px;
	top:10px;
	right:10px;
}
.map-modern3-radio .map-volume-toggle{
	position:absolute;
	width:30px;	
	height:30px;
	cursor: pointer;
}
.map-modern3-radio .map-volume-toggle svg{
	height: 20px;
	width: auto;
}
.map-modern3-radio .map-volume-seekbar{
	position: absolute;
	top:0;
	right:30px;
	width:90px;
	height:30px;
	cursor: pointer;
	touch-action: none;
}
.map-modern3-radio .map-volume-bg{
	position:absolute;
	top:14px;
	left:10px;
	width:70px;
	height:1px;
	background-color: rgba(150, 150, 150, 0.5);
}
.map-modern3-radio .map-volume-level{
	position:absolute;
	top:14px;
	left:10px;
	width:0;
	height:1px;
	background:#fff;
}
.map-modern3-radio .map-volume-drag{
	position:absolute;
	top:-9px;
	left:25px;
    width: 19px;
    height: 19px;
	border-radius: 100%;
	background:#fff;
	-webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
   	box-sizing: border-box;   
   	-webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;  
}
.map-modern3-radio .map-volume-drag:hover,
.map-modern3-radio .map-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.map-modern3-radio .map-playlist-holder{
	position: relative;
	left:0;
	width:100%;
	height: 284px;
	background: #fff;
	overflow:hidden;
}
.map-modern3-radio .map-histroy-title{
	height: 20px;
	color: #fff;
	background: #c2c2c2;
	line-height: 20px;
}
.map-modern3-radio .map-histroy-title p{
    padding-left: 10px;
    font-size: 16px;
}
.map-modern3-radio .map-lp-text{
	display: none;
}
.map-modern3-radio .map-playlist-inner{
	display: none;
}
.map-modern3-radio .map-history-inner{
	height: calc(100% - 20px);
}
.map-modern3-radio .map-playlist-item{
	position: relative;
	align-items: center;
	top:0px;
	left:0px;
	height: 66px;
	overflow: hidden;
	border-bottom:1px solid #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.map-modern3-radio .map-playlist-item:last-child {  
	border-bottom:none;
}
.map-modern3-radio .map-playlist-selected {
	float:left;
	color:#fff;
	height: 100%;
	text-decoration: none; 
	width: 100%;
}
.map-modern3-radio .map-playlist-non-selected {
	float:left;
	color:#fff;
	height: 100%;
	text-decoration: none; 
	width: 100%;
}
.map-modern3-radio .map-playlist-thumb{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	margin: 5px 10px 5px 10px;
	width:55px;
	height:55px;
	float:left;
	background:#111;
	overflow:hidden;
}
.map-modern3-radio .map-playlist-thumb img{
	display:block;
	height:100%;
	width:auto!important;
	margin:0 auto;
	-webkit-backface-visibility: hidden;
}
.map-modern3-radio .map-playlist-info{
	position: relative;
    vertical-align: middle;
    font-size:14px;
	color: #fff;
	display: block;
	margin-left: 5px;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.map-modern3-radio .map-playlist-title{
	color:#ccc;
}
.map-modern3-radio .map-playlist-artist{
	display: block;
	color:#ffafb6;
}
.map-modern3-radio .map-share-wrapper{
	position:absolute;
	top: 10px;
    left: 10px;
    width: 30px;
    height: 200px;
}
.map-modern3-radio .map-share-toggle{
	position:absolute;
	top:0;
	left: 0;
	width: 30px;
    height: 30px;
    text-align: center;
}
.map-modern3-radio .map-share-holder{
	position: absolute;
    top: 30px;
    left: 0;
    width: 30px;
    display: none;
}
.map-modern3-radio .map-share-item{
	position: relative;
    width: 30px;
    height: 30px;
    top: 0;
    text-align: center;
}
.map-modern3-radio .map-share-wrapper svg{
	
}
.map-modern3-radio .map-tooltip{
	position:absolute;
	background:#ffafb6;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	-moz-box-shadow: 1px 1px 8px #444;
	-webkit-box-shadow: 1px 1px 8px #444;
	box-shadow: 1px 1px 8px #444;
	border-radius: 1px;
	display:none;
}
.map-modern3-radio .map-tooltip p {
	width:inherit;
	font-size:13px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.map-modern3-radio .map-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #ffafb6;
    -webkit-animation: m3_map_preloader 1.2s infinite ease-in-out;
    animation: m3_map_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes m3_map_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes m3_map_preloader {
    0% { 
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.map-modern3-radio .map-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.map-modern3-radio .map-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.map-modern3-radio .map-history-inner .mCSB_inside > .mCSB_container,
.map-modern3-radio .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.map-modern3-radio .map-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}





/*############################################*/
/* dark */
/*############################################*/

.map-dark{
	position:relative;
	min-width:320px;
	width: 100%;
	max-width:930px;
	margin: 0 auto;
	opacity:0;
}
.map-dark a{
	border: 0!important;
    box-shadow: none!important;
    webkit-box-shadow: none!important;
}
.map-dark .map-player-holder{
	position:relative;
	width:100%;
	height:85px;
	background: #1f1f1f; 
	overflow: hidden;
}
.map-dark .map-icon-color{
	color:#ddd !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-dark .map-icon-rollover-color{
	color:#f70059 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-dark .map-icon svg{
	width: 19px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	fill:currentColor;
}
.map-dark .map-player-thumb-wrapper{
	position:relative;
	top:0;
	left:0;
	width:160px;
	height:100%;
	float: left;
	overflow:hidden;
}
.map-dark .map-player-thumb{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.map-dark .map-player-thumb img{
	display:block;
	position: absolute;
	height: 100%;
	width: auto!important;
	max-width:none;
	min-width: 100%;
}
.map-dark .map-stats{
	background: #fff;
    width: 100%;
    height: 22px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.map-dark .map-play-count,
.map-dark .map-like-count,
.map-dark .map-download-count{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	box-shadow: none;
	border: none;
}
.map-dark .map-play-count{
	margin-left: 0;
}
.map-dark .map-stats svg{
	width:17px;
	float: left;
	display: block;
	margin-left: 6px;
    margin-top: 2px;
    margin-right: 3px;
	fill:#555;
}
.map-dark .map-stats span{
	margin:0!important;
	padding:0!important;
	color:#555 !important;
	font-size:12px!important;
	pointer-events:none;
	line-height: 22px;
	width:auto;
	display: block;
	float: left;
}
.map-dark .map-right-cont{
	position: relative;
	left:0;
	height:100%;
	overflow: hidden;
}
.map-dark .map-player-controls{
	position: relative;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	height: 25px;
}
.map-dark .map-prev-toggle{
	position:relative;
	margin-left:-5px;
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
}
.map-dark .map-playback-toggle{
	position:relative;
	top:-7px;
	width:40px;
	height:40px;
	float:left;
	margin-right:5px;
}
.map-dark .map-next-toggle{
	position:relative;
	width:25px;
	height:25px;
	float:left;
	margin-right:20px;
}
.map-dark .map-random-toggle{
	position:relative;
	width:25px;
	height:25px;
	margin-right:10px;
	float:right;
}
.map-dark .map-loop-toggle{
	position:relative;
	width:25px;
	height:25px;
	float:right;
	margin-right:10px;
}
.map-dark .map-popup-toggle{
	position:relative;
	width:25px;
	height:25px;
	margin-right:10px;
	float:right;
}
.map-dark .map-volume-wrapper{
	position:relative;
	left:0;
	top:0;
	height:25px;
	float:left;
	cursor: pointer;
	touch-action: none;
}
.map-dark .map-volume-toggle{
	position: relative;
	top:0;
	left:0;
	width:25px;
	height:25px;
	cursor: pointer;
}
.map-dark .map-volume-toggle svg{
	height: 20px;
	width: auto;
}
.map-dark .map-volume-seekbar{
	position: absolute;
	top:0;
	left:35px;
	width:90px;
	height:25px;
}
.map-dark .map-volume-bg{
	position:absolute;
	top:11px;
	left:10px;
	width:70px;
	height:2px;
	background:#8a8a8a;
}
.map-dark .map-volume-level{
	position:absolute;
	top:11px;
	left:10px;
	width:0;
	height:2px;
	background:#ffffff;
}
.map-dark .map-seekbar{
	position:absolute;
	bottom:5px;
	left:20px;
	right:20px;
	height:18px;
	cursor: pointer;
	touch-action: none;
}
.map-dark .map-progress-bg{
	position:relative;
	background:#ddd;
	width:100%;
	top:5px;
	height:2px;
}
.map-dark .map-load-level{
	position:absolute;
	background:#8a8a8a;
	top:5px;
	height:2px;
}
.map-dark .map-progress-level{
	position:absolute;
	background:#ffffff;
	top:5px;
	height:2px;	
}
.map-dark .map-playlist-holder{
	position:relative;
	top:0;
	width:100%;
	height: calc(100% - 85px);
	background:#1b1b1b;
	overflow:hidden;
}
.map-dark .map-playlist-inner{
	position: relative;
	padding: 20px;
	padding-bottom: 10px;
	min-height: 150px;
	max-height: 300px;
}
.map-dark .map-playlist-item{
	position: relative;
	top:0;
	left:0;
	overflow: hidden;
	line-height: 33px;
}
.map-dark .map-playlist-selected {
	color:#fff!important;
	text-decoration: none; 
	background: #f70059!important;
	padding: 5px;
}
.map-dark .map-playlist-non-selected {
	color:#777!important;
	text-decoration: none; 
	padding: 5px;
}
.map-dark .map-download:hover, .map-dark .map-link:hover{
	color:#f70059!important;
}
.map-dark .map-playlist-title{
	font-size: 15px;
	color:inherit;
	position: relative;
	margin-left: 5px;
}
.map-dark .map-download, .map-dark .map-link{
	float: right;
    color: #fff!important;
    width: 16px;
    margin-right: 10px;
}
.map-dark .map-download svg, 
.map-dark .map-link svg{
	fill:currentColor;
	margin-top: 5px;
}
.map-dark .map-playlist-filter-msg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	line-height:180px;
	display: none;
}
.map-dark .map-playlist-filter-msg p{
	font-size:18px!important;
	color:#fff!important;
	vertical-align: middle!important;
    text-align:center!important;
	padding:0!important; 	
	margin:0!important; 
	line-height: inherit!important;
}
.map-dark .map-bottom-bar{
	position:relative;
	top:0;
	height:34px;
	width:100%;
	overflow:hidden;
	background:#1b1b1b;
}
.map-dark .map-search-filter{
	position:relative;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin:-9px 0 0 20px!important;
	padding:0!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#ddd !important;
	color:#000 !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	outline:none;
}
.map-dark .map-share-item svg{
	height: 19px;
	width: auto;
}
.map-dark .map-sort-alpha{
	position:relative;
	left:5px;
	top:0;
	width:25px;
	height:100%;
	text-align: center;
	float: left;
}
.map-dark .map-share-item{
	position:relative;
	top:0;
	right:10px;
	width:25px;
	height:100%;
	margin-right:8px;
	text-align: center;
	float: right;
}
.map-dark .map-tooltip{
	position:absolute;
	background:#f70059;
	text-align:center;
	color:#fff!important;
	z-index:10000;
	pointer-events:none;
	display:none;
}
.map-dark .map-tooltip p {
	width:inherit;
	font-size:13px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.map-dark .map-preloader{
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.map-dark .map-preloader span{
    display:block;
    bottom:0;
    width: 9px;
    height: 5px;
    background:#f70059!important;
    position:absolute;
    animation: dark_map_preloader 1.5s  infinite ease-in-out;
}
.map-dark .map-preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
}
.map-dark .map-preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
.map-dark .map-preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
.map-dark .map-preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
@keyframes dark_map_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}
.map-dark .map-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.map-dark .map-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}
/* scroll */
.map-dark .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.map-dark .map-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}

@media only screen and (max-width: 530px) {
	.map-dark .map-player-holder{
		height: 120px;
	}
	.map-dark .map-random-toggle{
		clear: both;
	}
}
@media only screen and (max-width: 420px) {
	.map-dark .map-volume-wrapper{
		clear: both;
	}
	.map-dark .map-loop-toggle,
	.map-dark .map-random-toggle{
		display: none;
	}
}


/*############################################*/
/* metalic */
/*############################################*/

.map-metalic{
	position: relative;
	width: 100%;
	min-width:320px;
	height: 300px;
	overflow: hidden;
    box-shadow: 1px 1px 3px #333;
    opacity:0;
	margin: 0 auto;
	max-width:800px;
}
.map-metalic a{
	border: 0!important;
    box-shadow: none!important;
    webkit-box-shadow: none!important;
}
.map-metalic .map-player-image{
	position:absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.map-metalic .map-player-bg{
	position:absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(30,30,30,0.9); 
}
.map-metalic .map-player-holder{
	position:relative;
	height: 100%;
}
.map-metalic .map-player-left{
	position: relative;
	width:50%;
	float:left;
	height: 100%;
}
.map-metalic .map-player-thumb-wrapper{
	position:relative;
	margin:20px;
	height: calc(100% - 105px);
	overflow:hidden;
}
.map-metalic .map-player-thumb{
	height: 100%;
	background-color: #222;
}
.map-metalic .map-player-thumb img{
	display: block;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}
.map-metalic .map-stats{
	position: absolute;
	bottom: 0;
	right:0;
	background: rgba(0,0,0,0.5);
    height: 25px;
    text-align: center;
}
.map-metalic .map-play-count,
.map-metalic .map-like-count,
.map-metalic .map-download-count{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	box-shadow: none;
	height: 25px;
	border: none;
}
.map-metalic .map-play-count{
	margin-left: 5px;
}
.map-metalic .map-stats svg{
	width: 13px;
    float: left;
    display: block;
    margin-left: 6px;
    margin-top: 5px;
    margin-right: 4px;
    fill: #fff;
}
.map-metalic .map-stats span{
	margin:0!important;
	padding:0!important;
	color:#fff !important;
	font-size:12px!important;
	pointer-events:none;
	width:auto;
	display: block;
	float: left;
	line-height: 25px;
}
.map-metalic .map-preloader{
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.map-metalic .map-preloader span{
    display:block;
    bottom:0;
    width: 9px;
    height: 5px;
    background:#fff!important;
    position:absolute;
    animation: met_map_preloader 1.5s  infinite ease-in-out;
}
.map-metalic .map-preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
}
.map-metalic .map-preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
.map-metalic .map-preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
.map-metalic .map-preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
@keyframes met_map_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}
.map-metalic .map-icon-color{
	color:#fff !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-metalic .map-icon-rollover-color{
	color:#3FBAF3 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-metalic .map-icon svg{
	width: 17px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	fill:currentColor;
}
.map-metalic .map-seekbar{
	position:relative;
	margin-top: 10px;
	margin-left:20px;
	margin-right:20px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.map-metalic .map-progress-bg{
	position:relative;
	background:#aaa;
	width:100%;
	top:5px;
	height:2px;
}
.map-metalic .map-load-level{
	position:absolute;
	background:#ccc;
	top:5px;
	height:2px;
}
.map-metalic .map-progress-level{
	position:absolute;
	background:#fff;
	top:5px;
	height:2px;
}
.map-metalic .map-controls{
	position: relative;
	height:30px;
	margin-left:11px;
	margin-right:12px;
	margin-bottom: 10px;
}
.map-metalic .map-prev-toggle,
.map-metalic .map-playback-toggle,
.map-metalic .map-next-toggle{
	position: relative;
	margin-right: 10px;
	width:30px;
	height:30px;
	float: left;
}
.map-metalic .map-volume-wrapper{
	position: relative;
	width:30px;
	height:30px;
	float: left;
}
.map-metalic .map-volume-toggle{
	width:30px;	
	height:30px;
	cursor: pointer;
}
.map-metalic .map-volume-toggle svg{
	height: 17px;
	width: auto;
}
.map-metalic .map-volume-seekbar{
	position: absolute;
	left:35px;
	top:5px;
	width:80px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.map-metalic .map-volume-bg{
	position:absolute;
	top:9px;
	left:10px;
	width:60px;
	height:2px;
	background:#ddd;
}
.map-metalic .map-volume-level{
	position:absolute;
	top:9px;
	left:10px;
	width:0;
	height:2px;
	background:#3FBAF3;
}
.map-metalic .map-random-toggle,
.map-metalic .map-loop-toggle{
	position: relative;
	margin-left: 10px;
	width:30px;
	height:30px;
	float: right;
}
.map-metalic .map-share-holder{
    margin-top: 30px;
    margin-right: 15px;
    height: 30px;
}
.map-metalic .map-share-item{
	position: relative;
	width:30px;
	height:30px;
	float: right;
	margin-left: 5px;
}
.map-metalic .map-share-item svg{
	height: 17px;
	width: auto;
}
.map-metalic .map-playlist-holder{
	position:relative;
	top:0;
	height: 100%;
	overflow:hidden;
}
.map-metalic .map-playlist-inner{
	margin: 20px;
    height: calc(100% - 90px);
}
.map-metalic .map-playlist-item{
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
	line-height: 33px;
}
.map-metalic .map-playlist-non-selected {
	color:#999!important;
	text-decoration: none; 
}
.map-metalic .map-playlist-selected {
	color:#fff!important;
	text-decoration: none; 
}
.map-metalic .map-download, .map-metalic .map-link{
	float:right;
	color:#999!important;
	margin-left: 15px;

}
.map-metalic .map-download svg, 
.map-metalic .map-link svg{
	fill:currentColor;
	width: 13px;
}
.map-metalic .map-download:hover, .map-metalic .map-link:hover{
	color:#fff!important;
}
.map-metalic .map-playlist-title {
	font-size: 13px;
	float: left;
	color:inherit;
}
.map-metalic .map-tooltip{
	position:absolute;
	background:#333;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	border:1px solid #666;
	color:#fff!important;
	display:none;
}
.map-metalic .map-tooltip p {
	width:inherit;
	font-size:12px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.map-metalic .map-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.map-metalic .map-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}
/* scroll */
.map-metalic .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.map-metalic .map-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}

@media only screen and (max-width: 700px) {
	.map-metalic{
		height: 600px;
	}
	.map-metalic .map-player-left{
		width: 100%;
		height: calc(100% - 300px);
		min-height: 300px;
	}
	.map-metalic .map-playlist-holder{
		clear: left;
		height: 300px;
	}
}


/*############################################*/
/* modern */
/*############################################*/

.map-circle{
	position:relative;
	width: 100%;
	height: 100%;
	min-width:300px;
	margin: 0 auto;

	max-width:300px;
	max-height:420px;
	min-height:420px;
	opacity:0;
}
.map-circle a{
	border: 0!important;
    box-shadow: none!important;
    webkit-box-shadow: none!important;
}
.map-circle .map-player-wrapper{
	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;
	box-shadow: 0px 0px 5px 1px #0f0f0f;
}
.map-circle .map-player-holder{
	position: relative;
	left:0;
	height: 100%;
	top:-100%;
	overflow:hidden;
}
.map-circle .map-icon-color{
	color:#a8a9ab !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-circle .map-icon-rollover-color{
	color:#ff2a67 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-circle .map-icon svg{
	width: 19px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	fill:currentColor;
}
.map-circle .map-top-cont{
	position: relative;
	width: 100%;
	height: 40px;
}
.map-circle .map-playlist-toggle,
.map-circle .map-playlist-close{
	position:absolute;
	width:25px;
	height:100%;
	top:0;
	left:0;
	margin-left: 10px;
	cursor: pointer;
}
.map-circle .map-share-wrapper{
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:100%;
	margin-right:10px;
}
.map-circle .map-share-toggle{
	position:absolute;
	width:25px;
	height:100%;
	cursor: pointer;
}
.map-circle .map-share-holder{
	position:absolute;
	top:0;
	right:0;
	width:165px;
	height:100%;
	display: none;
}
.map-circle .map-share-item{
	position: relative;
	width:25px;
	height:100%;
	top:0;
	float: left;
	margin-right:10px;
}
.map-circle .map-share-wrapper svg{
	width:22px;
}
.map-circle .map-player-thumb-wrapper{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow:hidden;
}
.map-circle .map-player-thumb{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
.map-circle .map-player-thumb img{
	display:block;
	position: absolute;
	height: 100%;
	width: auto!important;
	max-width:none;
	min-width: 100%;
}
.map-circle .map-player-thumb-cover{
	position: absolute;
	top:50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
	width: 160px;
	height: 160px;
	box-shadow: 0 0 0 500px;
	color: rgba(30, 30, 30, .8);
	border-radius:100%;
}
.map-circle .map-circle-player{
	position: absolute;
	top:-1px;
	left:-1px;
	height: 162px;
	width: 162px;
	border-radius: 100%;
}
.map-circle .map-load-canvas,
.map-circle .map-progress-canvas{
	position:absolute;
	display: block;
	cursor: pointer;
	touch-action: none;
	filter: blur(0.7px);
    -webkit-filter: blur(0.7px);
}
.map-circle .map-thumb-blocker{
	position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: red;
    top:20px;
	left:20px;
    opacity:0;
}
.map-circle .map-info{
	position: relative;
	line-height: normal;
	margin-top:180px;
	pointer-events:none;
	max-height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}
.map-circle .map-player-title{
	font-size:20px;
	color:#ccc;
	text-align: center;
	margin-top:0;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	padding:0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.map-circle .map-player-artist{
	font-size:13px;
	color:#bbb;
	font-style: italic;
	padding:0;
	text-align: center;
	margin: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.map-circle .map-volume-seekbar{
	position: absolute;
	bottom:55px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
	width:90px;
	height:16px;
	cursor: pointer;
	touch-action: none;
}
.map-circle .map-volume-bg{
	position:absolute;
	top:7px;
	left:10px;
	width:70px;
	height:1px;
	background-color: rgba(150, 150, 150, 0.5);
}
.map-circle .map-volume-level{
	position:absolute;
	top:7px;
	left:10px;
	width:0;
	height:1px;
	background:#fff;
}
.map-circle .map-volume-drag{
	position: relative;
	top:-9px;
    width: 18px;
    height: 18px;
	border-radius: 100%;
	background:#fff;
	-webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
   	box-sizing: border-box;
   	-webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;     
}
.map-circle .map-volume-drag:hover,
.map-circle .map-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.map-circle .map-stats{
	background: #a8a9ab;
    width: 100%;
    height: 22px;
    text-align: center;
    position: relative;
}
.map-circle .map-play-count,
.map-circle .map-like-count,
.map-circle .map-download-count{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	box-shadow: none;
	border: none;
	height: 100%;
}
.map-circle .map-play-count{
	margin-left: 0;
}
.map-circle .map-stats svg{
	width:15px;
	float: left;
	display: block;
	margin-left: 6px;
    margin-top: 2px;
    margin-right: 3px;
	fill:#fff;
}
.map-circle .map-stats span{
	margin:0!important;
	padding:0!important;
	color:#fff !important;
	font-size:12px!important;
	pointer-events:none;
	line-height: 22px;
	width:auto;
	display: block;
	float: left;
}
.map-circle .map-player-controls{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	border-top: 1px solid #333;
}
.map-circle .map-loop-toggle{
	position: relative;
	width:25px;
	height:100%;
	margin-left:10px;
}
.map-circle .map-player-controls-center{
	position: absolute;
	top:0;
	width:150px;
	height: 100%;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.map-circle .map-prev-toggle{
	position: absolute;
	width:25px;
	height:100%;
	left:5px;
}
.map-circle .map-playback-toggle{
	position:absolute;
	top:0;
	width:40px;
	height:40px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.map-circle .map-playback-toggle svg{
	width: 22px;
}
.map-circle .map-next-toggle{
	position:absolute;
	width:25px;
	height:100%;
	right:5px;
}
.map-circle .map-random-toggle{
	position: absolute;
	top:0;
	width:25px;
	height:100%;
	right:10px;
}
.map-circle .map-playlist-holder{
	position: relative;
	left:-100%;
	width:100%;
	height: 100%;
	background: #191919;
	overflow:hidden;
}
.map-circle .map-playlist-inner{
	height: 380px;
	height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
}
.map-circle .map-playlist-item{
	position: relative;
	top:0;
	left:0;
	font-size:14px;
	overflow: hidden;
	height:70px;
	border-bottom:1px solid #484747;
}
.map-playlist-item.map-active{
	background: #ff2a67!important;
}
.map-circle .map-playlist-item:last-child {  
	border-bottom:none;
}
.map-circle .map-playlist-selected {
	float:left;
	color:#fff!important;
	height: 100%;
	text-decoration: none; 
	width: calc(100% - 60px);
}
.map-circle .map-playlist-non-selected {
	float:left;
	color:#ccc!important;
	height: 100%;
	text-decoration: none; 
	width: calc(100% - 60px);
}
.map-circle .map-download, .map-circle .map-link{
	float:right;
	color:#ccc!important;
	font-size: 13px!important;
	line-height: 70px;
    margin-right: 8px;
    width:16px;
}
.map-circle .map-download svg, 
.map-circle .map-link svg{
	fill:currentColor;
}
.map-circle .map-download:hover, .map-circle .map-link:hover{
	color:#fff!important;
}
.map-circle .map-playlist-thumb{
	display:block;
	position:relative;
	top:0;
	left:0;
	width:60px;
	height:60px;
	border-radius:100%;
	float:left;
	border: 1px solid #949494;
	background:#111;
	overflow:hidden;
	margin: 5px;
    box-shadow: 0 0 1px #ababab;
}
.map-circle .map-playlist-thumb img{
	display:block;
	position: absolute;
	height: auto!important;
	width: 100%;
	max-width:none;
	min-height: 100%;
	-webkit-backface-visibility: hidden;
}
.map-circle .map-playlist-title{
	position: relative;
    vertical-align: middle;
    font-size:13px;
    left: 5px;
	color:inherit;
	display: block;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.map-circle .map-playlist-filter-msg{
	position:absolute;
	top:40px;
	left:0;
	bottom:0;
	right:0;
	display: none;
}
.map-circle .map-playlist-filter-msg p{
	font-size:17px!important;
	color:#ff2a67!important;
	vertical-align: middle!important;
    text-align:center!important;
    line-height: 380px;
	padding:0!important; 	
	margin:0!important; 
}
.map-circle .map-playlist-top-bar{
	position:relative;
	top:0;
	left: 0;
	height:40px;
	width:100%;
	overflow:hidden;
}
.map-circle .map-search-filter{
	position:relative;
	width:125px!important;
	height:18px!important;
	top:50%;
	margin:-9px 10px 0 0!important;
	padding:0!important;
	border:1px solid #999!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background-color: #333;
	color:#ccc !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: right;
}
.map-circle .map-sort-alpha{
	position:relative;
	margin-right:5px;
	top:0;
	right:5px;
	width:25px;
	height:100%;
	text-align: center;
	float: right;
}
.map-circle .map-tooltip{
	position:absolute;
	background:#ff2a67;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	box-shadow: 1px 1px 8px #111;
	border-radius: 1px;
	display:none;
}
.map-circle .map-tooltip p {
	width:inherit;
	font-size:13px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.map-circle .map-preloader {
	position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.map-circle .map-preloader span{
    display:block;
    bottom:0;
    width: 9px;
    height: 5px;
    background:#a8a9ab!important;
    position:absolute;
    animation: mcr_map_preloader 1.5s  infinite ease-in-out;
}
.map-circle .map-preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
}
.map-circle .map-preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
.map-circle .map-preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
.map-circle .map-preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
@keyframes mcr_map_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}
.map-circle .map-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.map-circle .map-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}
/* scroll */
.map-circle .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}







/*############################################*/
/* artwork5 */
/*############################################*/

.map-artwork5{
	position:relative;
	height: 100%;
    width:100%;
	min-width:300px;
	margin: 0 auto;
	background: #fff;
    box-shadow: 1px 1px 15px #999;

	max-width:800px;
	height: 240px;
	opacity:0;
}
.map-artwork5 a{
	border: 0!important;
    box-shadow: none!important;
    webkit-box-shadow: none!important;
}
.map-artwork5 .map-player-outer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map-artwork5 .map-player-holder{
	position:relative;
	background: #fff;
	float: left;
	height: 100%;
	width: 100%;
	z-index: 20;
	box-shadow: -1px 0 15px #999;
	box-sizing: border-box;
}
.map-artwork5 .map-player-holder-opened{
	left:calc(100% - 50px)!important;
}
.map-artwork5 .map-player-thumb-wrapper{
	width:40%;
	float:left;
	position:relative;
	height:100%;
	overflow:hidden;
}
.map-artwork5 .map-player-thumb{
	width: 100%;
	height: 100%;
}
.map-artwork5 .map-player-thumb img{
	display:block;
	position: absolute;
	max-width:none;
	min-width: 100%;
	min-height: 100%;
}
.map-artwork5 .map-playlist-toggle{
	position: absolute;
	top:0;
	left:0;
	width: 50px;
	height: 50px;
}
.map-artwork5 .map-playlist-toggle svg{
	color: #fff!important;
}
.map-artwork5 .map-share-holder{
	position:absolute;
	top: 14px;
    right: 43px;
	width:165px;
	height:25px;
	display: none;
	background: rgba(0,0,0,0.01);
}
.map-artwork5 .map-share-toggle{
	position: absolute;
    top: 14px;
    left: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.map-artwork5 .map-share-item{
	position: relative;
	width:25px;
	height:25px;
	top:0;
	float: right;
	margin-right:5px;
}
.map-artwork5 .map-share-toggle svg,
.map-artwork5 .map-share-item svg{
	color: #fff!important;
    width: 25px;
}
.map-artwork5 .map-share-wrapper{
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	background: rgba(0,0,0,0.01);
}
.map-artwork5 .map-stats{
	background: #666;
    height: 22px;
    position: absolute;
    bottom: 5px;
    left: 12px;
}
.map-artwork5 .map-play-count,
.map-artwork5 .map-like-count,
.map-artwork5 .map-download-count{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	box-shadow: none;
	border: none;
}
.map-artwork5 .map-stats svg{
	width:17px;
	float: left;
	display: block;
	margin-left: 6px;
    margin-top: 2px;
    margin-right: 3px;
	fill:#fff;
}
.map-artwork5 .map-stats span{
	margin:0!important;
	padding:0!important;
	color:#fff !important;
	font-size:12px!important;
	pointer-events:none;
	line-height: 22px;
	width:auto;
	display: block;
	float: left;
}
.map-artwork5 .map-icon-color{
	color:#666 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-artwork5 .map-icon-rollover-color{
	color:#3FBAF3 !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-artwork5 .map-icon svg{
	width: 19px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	fill:currentColor;
}
.map-artwork5 .map-player-right{
	position: relative;
	top:0px;
	height: 100%;
	overflow:hidden;
}
.map-artwork5 .map-seekbar{
	position:relative;
	top:0;
	left:0;
	width: 100%;
	height:15px;
	cursor: pointer;
	touch-action: none;
	z-index: 5;
}
.map-artwork5 .map-progress-bg{
	position:relative;
	background:#ccc;
	width:100%;
	top:0;
	height:5px;
}
.map-artwork5 .map-load-level{
	position:absolute;
	background:#ddd;
	top:0;
	height:5px;
}
.map-artwork5 .map-progress-level{
	position:absolute;
	background:#3FBAF3;
	top:0;
	height:5px;
	width:0;
}
.map-artwork5 .map-media-time-current{
	position:relative;
	top:-3px;
	left:15px;
	height:20px;
	line-height:20px !important;
	text-align: center;
	float:left;
	margin:0!important;
	padding: 0px 0px 0px 2px!important;
	color:#333 !important;
	font-size:13px!important;
	pointer-events:none;
	width:auto;
}
.map-artwork5 .map-media-time-total{
	position:relative;
	top:-3px;
	right:15px;
	height:20px;
	line-height:20px !important;
	text-align: center;
	float:right;
	margin:0!important;
	padding: 0px 0px 0px 2px!important;
	color:#333 !important;
	font-size:13px!important;
	pointer-events:none;
	width:auto;
}
.map-artwork5 .map-center-elements{
	position: absolute;
	top:50%;
	left:50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.map-artwork5 .map-info{
	position: relative;
	text-align: center;
	margin-top:10px;
	max-height: 80px;
    overflow: hidden;
}
.map-artwork5 .map-player-title{
	font-size:18px;
	text-align: center;
	margin:0;
	margin-bottom: 3px;
	padding:0;
	font-weight: 600;
	color:#222;
}
.map-artwork5 .map-player-artist{
	font-size:15px;
	color:#222;
	margin:0;
	padding:0;
	text-align: center;
}
.map-artwork5 .map-controls{
	position: relative;
	width:150px;
	height:50px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.map-artwork5 .map-prev-toggle{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
}
.map-artwork5 .map-playback-toggle{
	position:absolute;
	top:0;
	left:50px;
	width:50px;
	height:50px;
}
.map-artwork5 .map-playback-toggle svg{
	width:23px;
}
.map-artwork5 .map-next-toggle{
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
}
.map-artwork5 .map-volume-seekbar{
	position: relative;
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	width:200px;
	height:16px;
	cursor: pointer;
	touch-action: none;
}
.map-artwork5 .map-volume-bg{
	position:absolute;
	top:7px;
	left:10px;
	width:180px;
	height:4px;
	background:#ddd;
}
.map-artwork5 .map-volume-level{
	position:absolute;
	top:7px;
	left:10px;
	width:0;
	height:4px;
	background:#3FBAF3;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.map-artwork5 .map-volume-drag{
	position:absolute;
	top:-8px;
	left:0;
    width: 20px;
    height: 20px;
	border-radius: 100%;
	background:#3FBAF3;
	-webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
   	box-sizing: border-box;    
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;   
}
.map-artwork5 .map-volume-drag:hover,
.map-artwork5 .map-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.map-artwork5 .map-random-toggle{
	position:absolute;
	bottom: 0px;
	left:0;
	width:50px;
	height:50px;
}
.map-artwork5 .map-loop-toggle{
	position:absolute;
	bottom: 0px;
	right:0;
	width:50px;
	height:50px;
}
.map-artwork5 .map-playlist-holder{
	position: absolute;
	left:0;
	top:0;
	width: calc(100% - 50px);
	height:100%;
	background: #fff;
	overflow: hidden;
}
.map-artwork5 .map-playlist-inner{
	position: relative;
	height: 100%;
	box-sizing: border-box; 
	padding: 20px;
}
.map-artwork5 .map-playlist-item{
	position: relative;
	top:0;
	left:0;
	line-height: 35px;
	font-size:18px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
 	overflow: hidden;
}
.map-artwork5 .map-playlist-item:last-child {  
	border-bottom:none;
}
.map-artwork5 .map-playlist-selected {
	color:#3FBAF3!important;
	text-decoration: none; 
}
.map-artwork5 .map-playlist-non-selected {
	color:#222;
	text-decoration: none; 
}
.map-artwork5 .map-download, .map-artwork5 .map-link{
	float:right;
	color:#444!important;
	margin-left: 15px;
	width: 15px;
}
.map-artwork5 .map-download svg, 
.map-artwork5 .map-link svg{
	fill:currentColor;
}
.map-artwork5 .map-download:hover, .map-artwork5 .map-link:hover{
	color:#3FBAF3!important;
}
.map-artwork5 .map-playlist-title{
	vertical-align:middle;
	font-size:16px;
	color:inherit;
}
.map-artwork5 .map-tooltip{
	position:absolute;
	background:#3FBAF3;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	border:1px solid #ccc;
    box-shadow: 1px 1px 5px #666;
	display:none;
}
.map-artwork5 .map-tooltip p {
	width:inherit;
	font-size:12px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.map-artwork5 .map-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #3FBAF3;
    -webkit-animation: a5_map_preloader 1.2s infinite ease-in-out;
    animation: a5_map_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes a5_map_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes a5_map_preloader {
    0% { 
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.map-artwork5 .map-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.map-artwork5 .map-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}


.map-artwork5 .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.map-artwork5 .map-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}


@media only screen and (max-width: 650px) {
	.map-artwork5{
		height: 480px;
	}
	.map-artwork5 .map-player-outer{
		height: auto;
	}
	.map-artwork5 .map-player-right{
		clear: left;
		min-height: 240px;
	}
	.map-artwork5 .map-player-thumb-wrapper{
		width: 100%;
		min-height: 240px;
	}
}




/*############################################*/
/* artwork9 */
/*############################################*/

.map-artwork9{
	position: relative;
	min-width:320px;
	width:100%;
	height: 100%;
	margin: 0 auto;
	box-shadow: 1px 1px 45px #555;

	max-width:400px;
	max-height: 400px;
	min-height: 400px;
	opacity:0;
}
.map-artwork9 a{
	border: 0!important;
    box-shadow: none!important;
    webkit-box-shadow: none!important;
}
.map-artwork9 .map-player-outer{
	position:absolute;
	background: #fff; 
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.map-artwork9 .map-player-holder{
	position: absolute;	
	width: 100%;
	height: 100%;
}
.map-artwork9 .map-player-thumb-wrapper{
	position:relative;
	height: calc(100% - 120px);
	overflow:hidden;
	touch-action: none;
}
.map-artwork9 .map-player-thumb{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.map-artwork9 .map-player-thumb img{
	display:block;
	position: absolute;
	max-width:none;
	min-width: 100%;
	min-height: 100%;
}
.map-artwork9 .map-icon-color{
	color:#fff !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-artwork9 .map-icon-rollover-color{
	color:#ccc !important;
	-webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.map-artwork9 .map-icon-background{
	background: #aaa3b5;
}
.map-artwork9 .map-icon-background svg,
.map-artwork9 .map-icon svg{
	width: 15px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	fill:currentColor;
}
.map-artwork9 .map-playlist-toggle{
	position:absolute;
	width:30px;
	height:30px;
	top:20px;
	right:20px;
	cursor: pointer;
	border-radius: 100%;
}
.map-artwork9 .map-volume-wrapper{
	position: absolute;
	right:20px;
	bottom:15px;
	width:30px;
	height:30px;
	border-radius: 100%;
}
.map-artwork9 .map-volume-wrapper:hover .map-volume-seekbar{
	display: block;
}
.map-artwork9 .map-volume-toggle{
	width:30px;	
	height:30px;
	border-radius: 100%;
}
.map-artwork9 .map-volume-toggle svg{
	height: 16px;
	width: auto;
}
.map-artwork9 .map-volume-seekbar{
	position: absolute;
	top:-80px;
	right:0;
	height:80px;
	width:30px;
	cursor: pointer;
	touch-action: none;
	display: none;
	background: rgba(200, 54, 54, 0.01);
}
.map-artwork9 .map-volume-bg{
	position:absolute;
	left:13px;
	bottom:10px;
	height:60px;
	width:4px;
	background:#999;
	box-shadow: 1px 1px 2px #555;
}
.map-artwork9 .map-volume-level{
	position:absolute;
	left:13px;
	bottom:10px;
	width:4px;
	height:0;
	background:#fff;
}
.map-artwork9 .map-share-wrapper{
	position: absolute;
	top:20px;
	left:20px;
	width:30px;
	height:30px;
}
.map-artwork9 .map-share-toggle{
	position: relative;
	width:30px;
	height:30px;
	border-radius: 100%;
	cursor: pointer;
}
.map-artwork9 .map-share-holder{
	position: absolute;
	top: 0;
    left: 0;
    height: 30px;
    width: 175px;
	display: none;
	background: rgba(0,0,0,0.01);
}
.map-artwork9 .map-share-item{
	position: relative;
	width:30px;
	height:30px;
	float: right;
	margin-left: 6px;
	border-radius: 100%;
}
.map-artwork9 .map-share-item svg{
	height: 17px;
	width: auto;
}
.map-artwork9 .map-stats{
    height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 5px;
    color:#fff;
}
.map-artwork9 .map-play-count,
.map-artwork9 .map-like-count,
.map-artwork9 .map-download-count{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	box-shadow: none;
	border: none;
}
.map-artwork9 .map-stats svg{
	width:17px;
	float: left;
	display: block;
	margin-left: 6px;
    margin-top: 2px;
    margin-right: 3px;
	fill:#a8a9ab;
}
.map-artwork9 .map-stats span{
	color:#fff;
	font-size: 13px;
	float: left;
	line-height: 22px;
}
.map-artwork9 .map-seekbar{
	position:relative;
	margin-top: 15px;
	margin-left:20px;
	margin-right:20px;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.map-artwork9 .map-progress-bg{
	position:relative;
	background:#dedee0;
	width:100%;
	top:5px;
	height:6px;
	border-radius: 10px;
}
.map-artwork9 .map-load-level{
	position:absolute;
	background:#dedee0;
	top:5px;
	height:6px;
	border-radius: 10px;
}
.map-artwork9 .map-progress-level{
	position:absolute;
	background:#c2c1c9;
	top:5px;
	height:6px;
	border-radius: 10px;
}
.map-artwork9 .map-controls{
	position: relative;
	height:40px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom: 25px;
	display: inline-block;
	float: left;
}
.map-artwork9 .map-prev-toggle{
	position: relative;
	top:5px;
	width:30px;
	height:30px;
	float: left;
	border-radius: 100%;
	margin-right: 5px;
}
.map-artwork9 .map-playback-toggle{
	position: relative;
	width:40px;
	height:40px;
	float: left;
	border-radius: 100%;
	margin-right: 5px;
}
.map-artwork9 .map-playback-toggle svg{
	width:19px;
}
.map-artwork9 .map-next-toggle{
	position: relative;
	top:5px;
	width:30px;
	height:30px;
	float: left;
	border-radius: 100%;
}
.map-artwork9 .map-info{
	position: relative;
	pointer-events:none;
	float: left;
	margin-top:10px;
	margin-left:15px;
	width: -webkit-calc(100% - 195px);
	width: -moz-calc(100% - 195px);
	width: calc(100% - 195px);
	line-height: normal;
}
.map-artwork9 .map-player-artist{
	font-size:13px;
	color:#bbb;
	margin:0;
	padding:0;
}
.map-artwork9 .map-player-title{
	font-size:18px;
	color:#ccc;
	display: inline-block;
	margin:0;
	margin-bottom: 3px;
	padding:0;
}
.map-artwork9 .map-controls-right{
	width: 30px;
	float: right;
	margin-right: 20px;
	margin-top: 0px;
}
.map-artwork9 .map-random-toggle,
.map-artwork9 .map-loop-toggle{
	position: relative;
	width:25px;
	height:25px;
	float: left;
}
.map-artwork9 .map-random-toggle.map-icon-color,
.map-artwork9 .map-loop-toggle.map-icon-color{
	color:#ccc!important;
}
.map-artwork9 .map-random-toggle.map-icon-rollover-color,
.map-artwork9 .map-loop-toggle.map-icon-rollover-color{
	color:#aaa3b5!important;
}
.map-artwork9 .map-playlist-holder{
	position:absolute;
	top:-250px;
	height: 250px;
	width:100%;
	overflow:hidden;
	background: #fff;
}
.map-artwork9 .map-playlist-inner{
	height: 100%;
	padding: 10px;
    box-sizing: border-box;
}
.map-artwork9 .map-playlist-item{
	position: relative;
	top:0;
	left:0;
	overflow: hidden;
	line-height: 35px;
	border-bottom:1px solid #ccc;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	text-align: center;
}
.map-artwork9 .map-playlist-item > a{
	border: none;
    box-shadow: none;
    webkit-box-shadow: none;
}
.map-artwork9 .map-playlist-item:last-child {  
	border-bottom:none;
}
.map-artwork9 .map-playlist-selected {
	color:#fff!important;
	text-decoration: none; 
	background: #aaa3b5!important;
	padding: 5px;
}
.map-artwork9 .map-playlist-non-selected {
	color:#eee;
	text-decoration: none; 
	padding: 5px;
}
.map-artwork9 .map-download, .map-artwork9 .map-link{
	float:right;
	color:#adadad!important;
	margin-left: 15px;
}
.map-artwork9 .map-download svg, 
.map-artwork9 .map-link svg{
	fill:currentColor;
	width: 15px;
}
.map-artwork9 .map-download:hover, .map-artwork9 .map-link:hover{
	color:#acb9c2!important;
}
.map-artwork9 .map-playlist-title{
    font-size: 15px;
    text-shadow: 1px 1px 2px #111;
    color: inherit;
    line-height: normal;
}
.map-artwork9 .map-tooltip{
	position:absolute;
	background:#aaa3b5;
	text-align:center;
	z-index:10000;
	color:#fff!important;
	pointer-events:none;
	box-shadow: 1px 1px 5px #555;
	display:none;
}
.map-artwork9 .map-tooltip p {
	width:inherit;
	font-size:12px!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
	color:inherit;
}
.map-artwork9 .map-preloader{
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.map-artwork9 .map-preloader span{
    display:block;
    bottom:0;
    width: 9px;
    height: 5px;
    background:#aaa3b5!important;
    position:absolute;
    animation: a9_map_preloader 1.5s  infinite ease-in-out;
}
.map-artwork9 .map-preloader span:nth-child(2){
	left:11px;
	animation-delay: .2s;
}
.map-artwork9 .map-preloader span:nth-child(3){
	left:22px;
	animation-delay: .4s;
}
.map-artwork9 .map-preloader span:nth-child(4){
	left:33px;
	animation-delay: .6s;
}
.map-artwork9 .map-preloader span:nth-child(5){
	left:44px;
	animation-delay: .8s;
}
@keyframes a9_map_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}
.map-artwork9 .map-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.map-artwork9 .map-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}
/* scroll */
.map-artwork9 .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.map-artwork9 .map-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}
.map-artwork9 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.map-artwork9 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgb(170, 163, 181);
}
.map-artwork9 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgb(170, 163, 181);
}
.map-artwork9 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(170, 163, 181);
}





/*############################################*/
/* position */
/*############################################*/


.map-fixed-lt{
	position:fixed;
	left:0;
	top:0;
	z-index:9999999;
}
.map-fixed-lb{
	position:fixed;
	left:0;
	bottom:0;
	z-index:9999999;
}
.map-fixed-rb{
	position:fixed;
	right:0;
	bottom:0;
	z-index:9999999;
}
.map-fixed-rt{
	position:fixed;
	right:0;
	top:0;
	z-index:9999999;
}