/*############################################*/
/* modern */
/*############################################*/

.map-modern{
	position:relative;
	min-width:280px;
	max-width:280px;
	height:420px;
	margin: 0 auto;
}
.map-modern .map-player-wrapper{
	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 15px #333;
	-webkit-box-shadow: 1px 1px 15px #333;
	box-shadow: 1px 1px 15px #333;
}
.map-modern .map-player-holder{
	position: relative;
	left:0;
	height: 100%;
	top:-100%;
	background: #fff;
	overflow:hidden;
}
.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{
	position: absolute;
    top: 0;
    left: 0;
	width:25px;
	height:100%;
	text-align: center;
	display: inline-block;
	font-size: 18px!important;
	line-height: 40px!important;
}

.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-wrapper:hover .map-share-holder{
	display: block;
}
.map-modern .map-share-toggle{
	position:absolute;
	width:25px;
	cursor: pointer;
}
.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-share-wrapper i{
	font-size:20px!important;
}


.map-modern .map-middle-cont{
	position: relative;
	width:100%;
    height:270px;
    overflow: hidden;
}

.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;
	/*height:100%;*/
	min-height: 100%;
	width:auto!important;
	min-width: 100%;
	margin:0 auto;
}
.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: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:110px;
	background: #eeeeee;
}



.map-modern .map-stats{
	background: #fff;
    width: 100%;
    height: 22px;
    text-align: center;
}
.map-modern .map-play-count,
.map-modern .map-like-count,
.map-modern .map-download-count{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
.map-modern .map-stats i{
	position: relative;
    top: 0;
    left: 0;
	width:25px;
	height: 22px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 22px!important;
}
.map-modern .map-stats span{
	margin:0!important;
	padding:0!important;
	color:#555 !important;
	font-size:12px!important;
	pointer-events:none;
	width:auto;
}




.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 i{
	width:40px;
	height:40px;
	font-size: 26px!important;
	line-height:40px!important;
}
.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 0 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;
}
.map-modern .map-volume-toggle i{
	color:#eee!important;
}
.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;
}









#playlist-list{
	display:none;
}
.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;
	line-height:24px;
	border-bottom:1px solid #ddd;
}
.map-modern .map-playlist-item > a {
    border: 0;
}
.map-modern .map-playlist-item:last-child {  
	border-bottom:none;
}
.map-modern .map-playlist-selected {
	float:left;
	color:#fff!important;
	width: 100%;
	text-decoration: none; 
	background: #a8a9ab!important;
}
.map-modern .map-playlist-non-selected {
	float:left;
	color:#ccc!important;
	width: 100%;
	text-decoration: none; 
}
.map-modern .map-download, .map-modern .map-link{
	float:right;
	color:#ccc!important;
	font-size: 16px!important;
}
.map-modern .map-download i, .map-modern .map-link i{
	line-height:24px;
	color:inherit;
}
.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;
	height:100%;
	width:auto!important;
	margin:0 auto;
}
.map-modern .map-playlist-title{
	position: relative;
	padding:0 10px;
	font-size:13px;
	height: 70px;
	display: table-cell;
    vertical-align: middle;
	color:inherit;
}


.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 i{
	display: inline-block;
	font-size: 18px!important;
	line-height: 40px!important;
}
.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;
	-moz-box-shadow: 1px 1px 8px #111;
	-webkit-box-shadow: 1px 1px 8px #111;
	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;
	width:40px;
	height:40px;
	top:50%;
	left:50%;
	margin-left:-20px;
	margin-top:-20px;
	background: rgba(0,0,0,0) url('../data/loading.gif') no-repeat center center; 
}


.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-modern .map-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}










/*############################################*/
/* dark popup */
/*############################################*/

.map-dark{
	position:relative;
	min-width:320px;
	max-width:930px;
	margin: 0 auto;
}
.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{
	position: absolute;
    top: 0;
    left: 0;
	width:25px;
	height:25px;
	text-align: center;
	display: inline-block;
	font-size: 20px!important;
	line-height: 25px!important;
}
.map-dark .map-player-thumb{
	position:relative;
	top:0;
	left:0;
	width:160px;
	height:85px;
	float: left;
	overflow:hidden;
}
.map-dark .map-player-thumb img{
	display:block;
	width:100%;
	height:auto!important;
	min-height:100%;
}


.map-dark .map-right-cont{
	position: relative;
	left:0;
	height: 85px;
	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-playback-toggle i{
	width:40px;
	height:40px;
	font-size: 30px!important;
	line-height:40px!important;
}
.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-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;	
}



#playlist-list{
	display:none;
}
.map-dark .map-playlist-holder{
	position:relative;
	top:0;
	width:100%;
	background:#1b1b1b;
	overflow:hidden;
}
.map-dark .map-playlist-inner{
	padding: 20px;
	padding-bottom: 10px;
	min-height: 150px;
	max-height:231px;
}
.map-dark .map-playlist-item{
	position: relative;
	top:0;
	left:0;
	overflow: hidden;
	line-height: 33px;
}
.map-dark .map-playlist-item > a {
    border: 0;
}
.map-dark .map-playlist-selected {
	float:left;
	color:#fff!important;
	text-decoration: none; 
	margin-left: 10px;
}
.map-dark .map-playlist-non-selected {
	float:left;
	color:#777!important;
	text-decoration: none; 
	margin-left: 10px;
}
.map-dark .map-active{
	background: #f70059!important;
}
.map-dark .map-playlist-item:hover{
	background: #f70059!important;
}
.map-dark .map-active a{
	color:#fff!important;
}
.map-dark .map-playlist-item:hover a{
	color:#fff!important;
}
.map-dark .map-playlist-title{
	font-size: 15px;
	color:inherit;
}


.map-dark .map-download, .map-dark .map-link{
	float:right;
	color:#aaa!important;
	font-size: 16px!important;
	width: 30px;
	text-align: center;
}
.map-dark .map-download i, .map-dark .map-link i{
	line-height:33px;
	color:inherit;
}





.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;
	clear:both;
	height:34px;
	width:100%;
	background:#1b1b1b;
	overflow:hidden;
}
.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 i,
.map-dark .map-sort-alpha i{
	display: inline-block;
	font-size: 18px!important;
	line-height: 34px!important;
}
.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:5px;
	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:40px;
	height:40px;
	top:50%;
	left:50%;
	margin-left:-20px;
	margin-top:-20px;
	background: rgba(0,0,0,0) url('../data/loading.gif') no-repeat center center; 
}



.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;
}





/*############################################*/
/* metalic */
/*############################################*/

.map-player-bg{
	position:absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	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{
	position: relative;
	margin: 0 auto;
	max-width:800px;
	min-width:320px;
	font-family: Arial, sans-serif;
	-moz-box-shadow: 0px -2px 8px #888;
	-webkit-box-shadow: 0px -2px 8px #ccc;
	box-shadow: 1px 1px 3px #333;
}
.map-metalic .map-player-holder{
	position:relative;
	background: rgba(30,30,30,0.9); 
	float: left;
	clear: both;
	width: 100%;
}
.map-metalic .map-player-left{
	width:440px;
	float:left;
}
.map-metalic .map-player-thumb-wrapper{
	position:relative;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	height:200px!important;
	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-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{
	position: absolute;
    top: 0;
    left: 0;
	width:30px;
	height:30px;
	text-align: center;
	display: inline-block;
	font-size: 15px!important;
	line-height: 30px!important;
}

.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-playback-toggle i{
	font-size: 22px!important;
}

.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-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:0px;
	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: 20px;
    height: 30px;
}
.map-metalic .map-share-item{
	position: relative;
	width:30px;
	height:30px;
	float: right;
	margin-left: 5px;
}

#playlist-list{
	display:none;
}
.map-metalic .map-playlist-holder{
	position:relative;
	top:0px;
	overflow:hidden;
}
.map-metalic .map-playlist-inner{
	margin: 20px;
	margin-left:10px;
	max-height:200px;
}
.map-metalic .map-playlist-item{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	line-height: 33px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;       
}
.map-metalic .map-playlist-item > a {
    border: 0;
}
.map-metalic .map-playlist-non-selected {
	display: block;
	color:#999!important;
	text-decoration: none; 
}
.map-metalic .map-playlist-selected {
	display: block;
	color:#fff!important;
	text-decoration: none; 
}
.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;
}


/*
@media only screen and (max-width: 720px) {
	.map-metalic .map-player-left{
		width: 370px;
	}
}
@media only screen and (max-width: 700px) {
	.map-metalic .map-playlist-holder{
		clear: left;
	}
	.map-metalic .map-player-left{
		width: 100%;
	}
	.map-metalic .map-controls{
		margin-bottom: 0;
	}
	.map-metalic .map-playlist-inner{
		margin-left: 20px;
	}
	.map-metalic .map-share-holder{
	    margin-top: 0;
	}
}*/


/*javascript media queires*/
.map-player-left-mq{
	width: 370px!important;
}
.map-playlist-holder-mq2{
	clear: left!important;
}
.map-player-left-mq2{
	width: 100%!important;
}
.map-controls-mq2{
	margin-bottom: 0!important;
}
.map-playlist-inner-mq2{
	margin-left: 20px!important;
}
.map-share-holder-mq2{
    margin-top: 0!important;
}



/*############################################*/
/* modern */
/*############################################*/

.map-circle{
	position:relative;
	min-width:280px;
	max-width:280px;
	height:420px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 5px 1px #0f0f0f;
	-webkit-box-shadow: 0px 0px 5px 1px #0f0f0f;
	box-shadow: 0px 0px 5px 1px #0f0f0f;
}
.map-circle .map-player-wrapper{
	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 15px #333;
	-webkit-box-shadow: 1px 1px 15px #333;
	box-shadow: 1px 1px 15px #333;
}
.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{
	position: absolute;
    top: 0;
    left: 0;
	width:25px;
	height:100%;
	text-align: center;
	display: inline-block;
	font-size: 18px!important;
	line-height: 40px!important;
}

.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-wrapper:hover .map-share-holder{
	display: block;
}
.map-circle .map-share-toggle{
	position:absolute;
	width:25px;
	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 i{
	font-size:20px!important;
}



.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;
	height:100%;
	width:auto!important;
	min-width:280px;
	margin:0 auto;
}
.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 99999px;
	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:200px;
	pointer-events:none;
}
.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;
}
.map-circle .map-player-artist{
	font-size:13px;
	color:#bbb;
	font-style: italic;
	padding:0;
	text-align: center;
	margin: 5px;
}


.map-circle .map-volume-seekbar{
	position: absolute;
	bottom:65px;
	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:0px;
	height:1px;
	background:#fff;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.map-circle .map-volume-drag{
	position: relative;
	top:-9px;
    width: 18px;
    height: 18px;
	border-radius: 100%;
	background:#fff;
	/*pointer-events:none;*/
	-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: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    float: right;
 	margin-right: -9px;
}
.map-circle .map-volume-drag:hover,
.map-circle .map-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}



.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 i{
	width:40px;
	height:40px;
	font-size: 26px!important;
	line-height:40px!important;
}
.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;
}



#playlist-list{
	display:none;
}
.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;
	line-height:24px;
	border-bottom:1px solid #484747;
}
.map-circle .map-playlist-item > a {
    border: 0;
}
.map-circle .map-playlist-item:last-child {  
	border-bottom:none;
}
.map-circle .map-playlist-selected {
	float:left;
	color:#fff!important;
	width: 100%;
	text-decoration: none; 
	background: #ff2a67!important;
}
.map-circle .map-playlist-non-selected {
	float:left;
	color:#ccc!important;
	width: 100%;
	text-decoration: none; 
}
.map-circle .map-download, .map-circle .map-link{
	float:right;
	color:#ccc!important;
	font-size: 16px!important;
}
.map-circle .map-download i, .map-circle .map-link i{
	line-height:24px;
	color:inherit;
}
.map-circle .map-download:hover, .map-circle .map-link:hover{
	color:#ff2a67!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;
    -mox-box-shadow: 0 0 1px #ababab;
    -webkit-box-shadow: 0 0 1px #ababab;
    box-shadow: 0 0 1px #ababab;
}
.map-circle .map-playlist-thumb img{
	display:block;
	margin:0 auto;
	width: 100%;
    min-width: 60px;
    margin: 0 auto;
    height: auto;
}
.map-circle .map-playlist-title{
	position: relative;
	padding:0 10px;
	font-size:13px;
	height: 70px;
	display: table-cell;
    vertical-align: middle;
	color:inherit;
}


.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-sort-alpha i{
	display: inline-block;
	font-size: 18px!important;
	line-height: 40px!important;
}




.map-circle .map-tooltip{
	position:absolute;
	background:#ff2a67;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	pointer-events:none;
	-moz-box-shadow: 1px 1px 8px #111;
	-webkit-box-shadow: 1px 1px 8px #111;
	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:40px;
	height:40px;
	top:50%;
	left:50%;
	margin-left:-20px;
	margin-top:-20px;
	background: rgba(0,0,0,0) url('../data/loading.gif') no-repeat center center; 
}


.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;
}














