.errorNote{
	z-index: 999999999;
    background: #9c1e1e;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.btnHidePlayer, .mob{display:none;}
.blur{filter: blur(5px);}
.toast{
	background: #0a8896;
    z-index: 9999999;
    color: #fff;
    bottom: 20px;
    right: 20px;
    line-height: 1;
    padding: 8px 14px 8px 40px;
    border-radius: 2px;
	display:none;
}
.toast .icn{
	background: #09707b;
    font-size: 18px;
    padding: 5px 6px;
    box-sizing: border-box;
    vertical-align: top;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 30px;
    border-radius: 2px 0px 0px 2px;
}
.toast .msg{}
.loginSP .loading, .nologin, .yalogin{display:none;}
.cover{
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
    overflow-y: auto;
	display:none;
}
.cover .box{
	width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    background: #3a3a3a;
    border-radius: 2px;
    box-shadow: 0px 0px 20px #000;
}
.cover .box .loadingCover{
	top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 1;
    background: rgba(58, 58, 58, 0.89);
    border-radius: 2px;
	display:none;
}
.cover .box .loadingCover .loc{
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cover .box .head{
	background: #353535;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.47);
    border-radius: 2px 2px 0px 0px;
    padding: 5px;
    height: 30px;
    box-sizing: border-box;
    color: #d2d2d2;
    text-align: center;
}
.cover .box .head .closexcover{
	line-height: 0.6;
    border: 0px;
    border-radius: 100px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.68);
    top: 5px;
    right: 5px;
    background: rgba(107, 107, 107, 0);
    padding: 4px 0px;
    font-size: 24px;
    width: 20px;
    height: 20px;
	cursor:pointer;
}
.cover .box .head .closexcover:hover{
	color: rgba(255, 255, 255, 1);
	background: rgba(107, 107, 107, 1);
}
.cover .box .iput{padding:15px 20px;}
.cover .box .iput .checkbox{
	vertical-align: bottom;
    margin: 0px 2px 2px 0px;
}
.cover .box .put{
	width: 100%;
    box-sizing: border-box;
	background: #585858;    
    border-radius: 3px;
    padding: 6px;
    margin-top: 5px;
    border: 1px #7d7d7d solid;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.cover .box .put:focus{background: #717171;}
.cover .box .ftr{
	text-align: right;
    padding: 10px 20px 20px 20px;
}
.cover .box .ftr .actionBtn{
	color: #fff;
    background: #64b931;
    line-height: 1;
    padding: 7px 15px;
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26);
    text-align: center;
    border: 1px #84dc50 solid;
    cursor: pointer;
}
.cover .box .ftr .actionBtn:hover{background: #6bca33;}
.cover .box .ftr .actionBtnC{
	color: #fff;
    background: #585858;
    line-height: 1;
    padding: 7px 15px;
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26);
    text-align: center;
    border: 1px #7d7d7d solid;
    cursor: pointer;
    margin-right: 8px;
}
.cover .box .ftr .actionBtnC:hover{background: #6f6f6f;}
.cover .xox{
	text-align: center;
    padding-top: 100px;
}
.cover .xox .titl{}
.cover .xox .xut{
	background: #252525;
    padding: 20px;
	margin:20px 0px;
}
.cover .xox .xut .inr{
	width: 700px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}
.cover .xox .xut .xitl{}
.cover .xox .xut input{
	border: 0px;
    background: rgba(37, 37, 37, 0);
    margin-top: 10px;
	width: 100%;
    box-sizing: border-box;
}
.cover .xox .ftr{}
.cover .xox .ftr .btn{
	line-height: 1;
    padding: 7px 20px;
    border-radius: 2px;
    box-shadow: 0px 1px 1px #000;
    margin: 0px 5px;
    text-align: center;    
    cursor: pointer;
	background: rgba(0, 0, 0, 0);
    border: 1px rgba(255, 255, 255, 0.51) solid;
    color: rgba(255, 255, 255, 0.59);
}
.cover .xox .ftr .btn:hover{
	background: rgba(0, 0, 0, 0);
    border: 1px rgba(255, 255, 255, 1) solid;
    color: rgba(255, 255, 255, 1);
}
.cover .xox .ftr .btn-ok{
	color: #fff;
    background: #64b931;                    
    border: 1px #76ce42 solid;    
}
.cover .xox .ftr .btn-ok:hover{
	background: #489e15;
	border: 1px #5eb729 solid;
}
.cover .xCover{
	top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
	display:none;
}
.cover .xCover .lod{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pageLoader{
	width: 50px;
    height: 50px;
    top: 20px;
    right: -10px;
    z-index: 99;
    border-radius: 100px;
    box-sizing: border-box;
	transform: translateY(-100px);
}
.pageLoader .lds-whirl{
	width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -10px;
}
body{
	font-family: sans-serif, Tahoma;font-style: normal;font-weight: 400;font-size: 1em;color: #333;
	background: #171817;font-smooth: always;-webkit-font-smoothing: subpixel-antialiased; 
}
.sidebar{ 
	top: 0px;
    bottom: 0;
    left: 0px;
    width: 220px;
    z-index: 20;
    background: #232323;
    background: linear-gradient(to bottom, #00000066 0%,#00000099 100%);
    background: -webkit-linear-gradient(top, #00000066 0%,#00000099 100%);
	overflow-x:hidden;
	overflow-y:auto;
}
.isPlayBtm{bottom:100px !important;}
.sidebar .logo{
	text-align: center;
    padding: 13px 20px;
    margin-top: 15px;
}
.sidebar .logo img{
	height:50px;
	width:148px;
}
.sidebar .nav{
	margin: 20px 0px 0px 25px;
}
.sidebar .nav li{margin:6px 0px;}
.sidebar .nav li a{
	color: rgba(255, 255, 255, 0.6);
    padding: 5px 0px;
}
.sidebar .nav li a .cntr{
	background: #3c6fff;
    line-height: 1;
    padding: 2px 8px;
    border-radius: 40px;
    top: 10px;
    right: 12px;
    color: #fff;
}
.sidebar .nav li a.on{color: rgba(255, 255, 255, 1);}
.sidebar .nav li a:hover{color: rgba(255, 255, 255, 0.85);}
.sidebar .nav li a .icn{
	font-size: 24px;
    vertical-align: bottom;
    margin: 0px 6px 0px 0px;
}
.sidebar .nav li.spt{
	height: 1px;
    background: rgba(255, 255, 255, 0.19);
    width: 80%;
    margin: 20px 0px 15px 0px;
}
.sidebar .youBox{
	margin-top: 10px;
    box-sizing: border-box;
    padding: 10px 25px 0px 25px;
}
.sidebar .youBox .dp{
	border-radius: 40px;
    margin-bottom: 12px;
    background: #292929;
    width: 100px;
    height: 100px;
}
.sidebar .youBox .nm{}
.sidebar .youBox .em{}
.gbox{
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	padding-left:220px;
}
.gbox-featured{
	background: #2b2b2b;
    background: linear-gradient(to bottom, #2b2b2b 0%,#000000 100%);
    background: -webkit-linear-gradient(top, #2b2b2b 0%,#000000 100%);		
}
.gbox-off{padding-left: 0px;}
/*.gbox-genres{
	background: #1c89ad;
    background: linear-gradient(to bottom, #1d8cb1 0%,#033242 100%);
    background: -webkit-linear-gradient(top, #1d8cb1 0%,#033242 100%);
}
.gbox-newreleases{
	background: #9fd213;
    background: linear-gradient(to bottom, #9fd213 0%,#496108 100%);
    background: -webkit-linear-gradient(top, #9fd213 0%,#496108 100%);
}
.gbox-discover{
	background: #720c0c;
    background: linear-gradient(to bottom, #730c0c 0%,#310303 100%);
    background: -webkit-linear-gradient(top, #730c0c 0%,#310303 100%);
}*/
.gcontent{
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:2;
	overflow-x:hidden;
	overflow-y:auto;
}
.htabs{
	width: 100%;
    text-align: center;
    padding: 20px;
}
.htabs li{margin:0px 15px;}
.htabs li a{
	color: rgba(255, 255, 255, 0.85);
}
.htabs li a.on{
	color: rgb(255, 255, 255);
}
.htabs li a.on:after{
	content: '';
    width: 30px;
    height: 3px;
    background: #e6a40a;
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-radius: 10px;
    transform: translateX(-50%);
}
.htabs li a:hover{color: rgba(255, 255, 255, 0.85);}

.pagination {
    margin: 20px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.pagination a,
.pagination span {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    text-align: center;
    background: #2d2d2d;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.pagination a:hover {
    background: #404040;
}

.pagination .current {
    background: #e74c3c;
    color: #fff;
    font-weight: bold;
}

.pagination .prev,
.pagination .next {
    padding: 0 15px;
}

@media (max-width: 480px) {
    .pagination a,
    .pagination span {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 1px;
        font-size: 13px;
    }
    
    .pagination .prev,
    .pagination .next {
        padding: 0 10px;
    }
}

.loginSP{
	width: 300px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 150px;
}
.loginSP .title{margin-bottom:40px;}
.loginSP .fireSP{
	
}
.loginSP .fireSP .signinopt{}
.loginSP .fireSP .signinopt li{margin-bottom:15px;}
.loginSP .fireSP .signinopt li a{
	width: 220px;
    padding: 12px 16px;
    text-align: left;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333;
	margin:0 auto;
}
.loginSP .fireSP .signinopt li a .icn{
	height: 18px;
    width: 18px;
    vertical-align: bottom;
    margin: 0px 8px 0px 0px;
}
.loginSP .fireSP .signinopt li a.btng{}
.loginSP .fireSP .signinopt li a.btnf{
	background: #3b5998;
    color: #fff;
}
.loginSP .fireSP .signinopt li a:hover{opacity:0.8;}
.loginSP .loading{
	top: 45px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 11;
    background: rgba(23, 24, 23, 0.91);
    padding-top: 50px;
}

ol.pages{
	width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 30px 0px 50px 0px;
}
ol.pages li{
	margin:2px 2px -2px 2px;
}
ol.pages li.nd{}
ol.pages li a.btn{
	width: 40px;
    color: #64b931;
    border-radius: 1px;
    border-bottom: 2px #64b931 solid;
    padding: 5px 0px;
}
ol.pages li a.btn:hover{
	color: #8dff00;
    border-bottom: 2px #8dff00 solid;
}
ol.pages li div.btn{
	padding: 5px 15px;
    color: #585858;
    border-radius: 1px;
	user-select: none;
}
ol.pages li div.btni{
	border-bottom: 2px #545454 solid;
    color: #545454;
}

.no-results {
    text-align: center;
    padding: 50px 20px;
    color: #999;
    font-size: 16px;
}

.dataBox{
	text-align: center;
    padding: 20px;
	box-sizing: border-box;
}
.dataBox .areaTitle{margin-bottom: 15px;}
.dataBox .areaTitle .aro{
	font-size: 45px;
    vertical-align: top;
    line-height: 0.9;
    margin: 0px 15px;
    font-family: font_l;
    color: #c3c3c3;
}
.dataBox .tracks{
	text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.dataBox .tracks li{
	vertical-align: top;
    width: 175px;	
    margin: 0px 10px 20px 10px;
    height: 240px;
    text-align: left;
    display: inline-block;
	background: rgba(255,255,255,0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.dataBox .tracks li:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.dataBox .tracks li a{
	color: #fff;
	box-sizing: border-box;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.dataBox .tracks li a:hover {
    transform: translateY(-5px);
}

.dataBox .tracks li a .poster{
	border-radius: 6px;
    margin-bottom: 8px;
	width: 100%;
	height: 175px;
	background: #252525;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.dataBox .tracks li a .poster:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dataBox .tracks li a:hover .poster:before {
    opacity: 1;
}

.dataBox .tracks li a .naam{
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dataBox .tracks li a .loops{
    color: #e74c3c;
    font-size: 12px;
    margin-top: 4px;
}

.dataBox .tracks li a:hover .loops{
    color: #ff6b6b;
}

.dataBox .tracks li a .ovr{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.dataBox .tracks li a:hover .ovr{
    opacity: 1;
}

.dataBox .tracks li a .ovr .ico{
    font-size: 50px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dataBox .tracks li a:hover .ovr .ico{
    opacity: 1;
}

.player{
	bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
    background: #1d1d1d;
    z-index: 11;
	transform: translateY(150px);
}
.player .playerBG{display:none;}
.player .cTrack{
	top: 0px;
    left: 0px;
    bottom: 0px;
    padding: 25px 15px;
    width: 220px;
    box-sizing: border-box;
}
.player .cTrack .thumb{
	width: 50px;
    height: 50px;
    background: #353535;
    border-radius: 2px;
    vertical-align: top;
	margin-right: 8px;
}
.player .cTrack .thumb img{
	width: 100%;
    height: 100%;
    border-radius: 2px;
}
.player .cTrack .nfo{width: 125px;}
.player .cTrack .nfo .naam{color:#cacaca;margin-top: 8px;}
.player .cTrack .nfo .album{color: #8a8a8a;}
.player .ctrls{
	text-align: center;
    width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 100%;
	padding-top: 15px;
}
.player .btns{}
.player .btns li{margin:0px 10px;}
.player .btns li .btn{
	background: rgba(0, 0, 0, 0);
    border: 0px;
    color: #adadad;
    font-size: 24px;
    padding: 5px;
    border-radius: 100%;
	cursor:pointer;
}
.player .btns li .btn:hover{color:#fff;}
.player .btns li .btn .icon-share{
	font-size: 17px;
    top: -2px;
    position: relative;
}
.player .btns li .btn .ico{}
.player .btns li .btnVolume, .player .btns li .btnDownload{font-size: 22px;}
.player .btns li .btnPlay{
	border: 1px #adadad solid;
    font-size: 26px;
    position: relative;
}
.player .btns li .working{top: -6px;left: -6px;}
.player .btns li .working .spinner-container .path {stroke: rgb(82, 203, 241);}
.player .btns li .btn:disabled{color: #383838;}
.player .btns li .btnPlay:disabled{border:1px #383838 solid;}
.player .ctrls .progress{margin-top:10px;}
.player .ctrls .progress .prog{
	width: 325px;
    height: 20px;
    background: #4e4e4e;
    border-radius: 10px;
    margin: 0 auto;
	cursor:pointer;
}
.player .ctrls .progress .prog .buffer{
	border-radius: 10px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: #676767;
    width: 0px;
}
.player .ctrls .progress .prog .bar{
	width: 0px;
    background: #24c5e7;
    background: -moz-linear-gradient(left, #24c5e7 0%, #53cbf1 40%, #20e366 100%);
    background: -webkit-linear-gradient(left, #24c5e7 0%,#53cbf1 40%,#20e366 100%);
    background: linear-gradient(to right, #24c5e7 0%,#53cbf1 40%,#20e366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c5e7', endColorstr='#20e366',GradientType=1 );
    border-radius: 10px;
	top: 0px;
    left: 0px;
    bottom: 0px;
	z-index:2;
}
.player .volBox .volume .handle, .player .ctrls .progress .prog .handle{
	width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    border: 4px #9e9e9e solid;
    box-shadow: 0px 0px 5px #000;
    top: -6px;
    left: 0px;
    z-index: 3;
	transform: scale(0);
	cursor:pointer;
	display:none;
}
.player .volBox .volume:hover .handle, .player .ctrls .progress .prog:hover .handle{transform: scale(1);}
.player .ctrls .progress .dur{
	color: #adadad;
    vertical-align: bottom;
    margin: 0px 10px;
	line-height: 1;
}
.player .volBox{
	top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 35px 20px 0px 0px;
    width: 260px;
    box-sizing: border-box;
    text-align: right;
}
.player .volBox .volume{
	width: 85px;
    height: 5px;
    background: #4e4e4e;
    border-radius: 5px;
    margin: 0 auto;
	cursor:pointer;
}
.player .volBox .volume .bar{
	width: 100%;
    background: #24c5e7;
    background: -moz-linear-gradient(left, #24c5e7 0%, #53cbf1 40%, #20e366 100%);
    background: -webkit-linear-gradient(left, #24c5e7 0%,#53cbf1 40%,#20e366 100%);
    background: linear-gradient(to right, #24c5e7 0%,#53cbf1 40%,#20e366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c5e7', endColorstr='#20e366',GradientType=1 );
    border-radius: 5px;
	top: 0px;
    left: 0px;
    bottom: 0px;
}
.player .volBox .btns li{margin:0px 5px;vertical-align:middle;}
.player .playlistBox{
	bottom: 90px;
    background: #1d1d1d;
    color: #fff;
    right: 20px;
    width: 220px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #000;
    border: 1px #272727 solid;
	display:none;
}
.player .playlistBox:after{
	content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    border: 8px rgba(29, 29, 29, 0) solid;
    border-top: 8px #1d1d1d solid;
    bottom: -16px;
    left: 50px;
}
.player .playlistBox .hd{
	padding: 5px 10px;
    background: #171717;
    box-shadow: 0px 1px 1px #000;
	color: #cacaca;
}
.player .playlistBox .hd .btnNewPlayList{
	border: 0px;
    background: rgba(37, 37, 37, 0);
    color: #fff;
    line-height: 1;
    padding: 3px 2px;
    border-radius: 2px;
    right: 2px;
    top: 0px;
    bottom: 1px;
    width: 27px;
    font-size: 17px;
	cursor: pointer;
}
.player .playlistBox .hd .btnNewPlayList:hover{background: rgba(37, 37, 37, 1);}
.player .playlistBox .list{
	max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
}
.player .playlistBox .list li{
	padding: 10px;
	cursor: pointer;
	user-select: none;
}
.player .playlistBox .list li:hover{background: #252525;}
.player .playlistBox .list li .lbl{
	width: 175px;
    max-width: 175px !important;
}
.player .playlistBox .list li .cnt{
	top: 12px;
    right: 10px;
    background: #353535;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 5px;
}
.player .shareBox{
	bottom: 90px;
    background: #1d1d1d;
    color: #fff;
    right: 20px;
    width: 220px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #000;
    border: 1px #272727 solid;
	display:none;
}
.player .shareBox:after{
	content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    border: 8px rgba(29, 29, 29, 0) solid;
    border-top: 8px #1d1d1d solid;
    bottom: -16px;
    left: 50px;
}
.player .shareBox .hd{
	padding: 5px 10px;
    background: #171717;
    box-shadow: 0px 1px 1px #000;
	color: #cacaca;
}
.player .shareBox .list{
	text-align: center;
    width: 100%;
}
.player .shareBox .list li{
	margin: 15px 8px;
}
.player .shareBox .list li a{
	color: #bbb;
    font-size: 22px;
    border-radius: 100px;
    border: 1px #bbb solid;
    padding: 6px;
}
.player .shareBox .list li a div{}
.player .shareBox .list li a:hover{}
.genreslist{
	text-align: center;
    width: 100%;
	box-sizing: border-box;
	padding:20px;
}
.genreslist li{
	width: 180px;
    vertical-align: top;
    height: 180px;
    margin: 0px 10px 70px 10px;
    text-align: center;
}
.genreslist li a{color:#fff;}
.genreslist li a .ico{
	width: 140px;
    height: 140px;
    background: #2b2b2b;
    border-radius: 55px;
	overflow:hidden;
	margin: 0 auto;
	margin-bottom: 10px;
}
.genreslist li a .ico img{
	width: 100%;
    height: 100%;
}
.genreslist li a h2{}
.genreslist li a:hover .ico{opacity:0.8;}

.emptyTracks{
	margin: 130px 0px;
	color:#7b7b7b;
}
.emptyTracks .ico{font-size:150px;}

.searchSP{
	width: 690px;
	margin: 0 auto;
	text-align: left;
}
.searchSPP{
	margin-top: 5px;
    margin-bottom: 40px;
    color: #b5b5b5;
}
.searchSP .searchq{
	background: rgba(0, 0, 0, 0);
    border: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px #383838 solid;
    width: 100%;
    padding: 5px 0px 5px 60px;
    box-sizing: border-box;
    font-size: 50px;
}
.searchSP .srchbtn{
	top: 14px;
    left: -10px;
    bottom: 20px;
    width: 65px;
    border: 0px;
    background: rgba(23, 24, 23, 0);
    color: #828282;
    z-index: 1;
    cursor: pointer;
}

.play-list{
	width: 100%;
    padding: 25px;
    box-sizing: border-box;
}
.play-list li{
	width: 225px;
    height: 325px;
    margin: 0px 10px 75px 10px;
}
.play-list li .cvr{
	top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
	display: none;
}
.play-list li a{}
.play-list li a .mg{
	width: 225px;
    height: 225px;
    background: #2b2b2b;
    border-radius: 5px;
    overflow: hidden;
	margin-bottom: 8px;	
}
.play-list li a .mg img{width:100%;height:100%;}
.play-list li a .lbl{}
.play-list li a .ctr{color:#999;}
.play-list li a.initplistB{display:none;}
.play-list li button{
	background: #64b931;
    border: 1px #76ce42 solid;
    color: #fff;
    line-height: 1;
    padding: 5px 20px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
}
.play-list li a:hover .mg{opacity: 0.8;}
.play-list li button:hover{
	background: #5ab524;
    border: 1px #5bc71b solid;
}
.bnp-new{
	background: #64b931;
    border: 1px #76ce42 solid;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    top: 9px;
    right: 20px;
}
.bnp-new .ico{
	vertical-align: bottom;
    margin: 0px 2px 0px 0px;	
}
.bnp-new:hover{
	background: #5ab524;
    border: 1px #5bc71b solid;
}

.pl-big{
	vertical-align: top;
    width: 245px;
    margin-right: 20px;
	margin-top:20px;
}
.pl-rit{margin-top:20px;}
.playlisting{}
.playlisting li{
	display: block;
    border-bottom: 1px #313131 solid;
    width: 420px;
	text-align: left;
}
.playlisting li:hover{background: #222322;}
.playlisting li a{
	color: #ececec;
    margin-right: 40px;
    box-sizing: border-box;
    padding: 6px 0px 6px 6px;
}
.playlisting li:last-child{border-bottom: 0px;}
.playlisting li a .ico{
	vertical-align: top;
    font-size: 21px;
    margin-right: 5px;
    width: 21px;
}
.playlisting li a .info{width:340px;}
.playlisting li a .info .naam{}
.playlisting li a .info .artist{color: #999;line-height: 1.4;}
.playlisting li .removeFromPlist{
	top: 14px;
    line-height: 1;
    font-size: 24px;
    border: 0px;
    padding: 2px 5px 0px 5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    right: 6px;
    background: #333;
    color: #d6d6d6;
	display:none;
	cursor: pointer;
}
.playlisting li:hover .removeFromPlist{display:block;}
.playlisting li .removeFromPlist:hover{
	background: #484848;
    color: #ffffff;
}
.playlisting li .spinner{
	display:none;
	top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background: #171817f0;
}
.playlisting li .spinner .sp{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.siteDownBox{
	width: 600px;
    margin: 0 auto;
    margin-top: 100px;
}
.siteDownBox .logo{}
.siteDownBox .logo img{height: 75px;}
.siteDownBox .title{
	margin: 20px 0px 5px 0px;
}
.siteDownBox .pe{}
.siteDownBox .btn{
	background: #64b931;
    border: 1px #76ce42 solid;
    color: #fff;
    line-height: 1;
    padding: 10px 15px;
    margin-top: 30px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    margin-bottom: 10px;
    width: 175px;
    text-align: center;
}
.siteDownBox .btn:hover{
	background: #4ba217;
    border: 1px #5bc71b solid;
}
.sp404{
	margin-top: 100px;
    text-align: center;
    color: #e6e6e6 !important;
}
.sp404 .title{
	margin: 20px 0px 5px 0px;
    font-size: 100px;
    line-height: 1;
}
.sp404 .msg{
	
}

.listenTrack{
	width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.listenTrack .listenPoster{
	width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 3px;
    margin-bottom: 20px;
    background: #353535;
}
.listenTrack .listenPoster img{width:100%;height:100%;border-radius:3px;}
.listenTrack .listenTitle{word-wrap: break-word;}
.listenTrack .listenArtist{word-wrap: break-word;}

/*header*/
.header-clr{height:70px;}
.header{
	top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(35, 35, 35, 0.75);
    height: 70px;
    box-shadow: 0px 1px 10px hsl(0, 0%, 0%);
    z-index: 3;
}
.header .logo{
	width: 175px;
    box-sizing: border-box;
    height: 70px;
    padding: 9px 13px;
    margin: 0 auto;
}
.header .logo img{height: 50px;}
.header .logo:hover{background: #2f2f2f;}
.header .accbtn{
	top: 19px;
    right: 30px;
    color: #fff;
    padding: 5px 20px;
    background: #be0000;
    border-radius: 16px;
    box-shadow: 0px 3px 0px #8e0a0a;
}
.header .accbtn:hover{
	background: #d00c0c;
	box-shadow: 0px 3px 0px #af1d1d;
}
.header .accbtn:active{
	transform: translateY(2px);
	box-shadow: 0px 1px 0px #af1d1d;
}
.homeb{
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	filter: blur(75px);
}
.no-slogan{
	margin-top: 220px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.noslogan{
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.get-started{
	color: #fff;
    padding: 8px;
    background: #be0000;
    border-radius: 6px;
    box-shadow: 0px 3px 0px #8e0a0a;
    width: 200px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
}
.get-started:hover{
	background: #d00c0c;
	box-shadow: 0px 3px 0px #af1d1d;
}
.get-started:active{
	transform: translateY(2px);
	box-shadow: 0px 1px 0px #af1d1d;
}

ul.albums{}
ul.albums li{margin: 20px;vertical-align: top;}
ul.albums li a{
	color: #ececec;
	width: 200px;
}
ul.albums li a .ctr{
	line-height: 1;
    padding: 2px 4px;
    color: #999;
}
ul.albums li a img{
	width: 200px;
	height: 200px;
    border-radius: 2px;
    background: #212121;
}
ul.albums li a:hover img{opacity: 0.85;}
ul.albums li a .lbl{
	box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
}
ul.albums li a .ovr{
	top: 0px;
    left: 0px;
    right: 0px;
    height: 200px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
	opacity:0;
}
ul.albums li a .cvr{
	top: 0px;
    left: 0px;
    right: 0px;
    height: 200px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
	display: none;	
}
ul.albums li a .cvr .pnd{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.albums li a .ovr .ico{
	font-size: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px #fff solid;
    border-radius: 100%;
    padding: 10px;
    color: #fff;
}
ul.albums li a:hover .ovr{opacity:1;}
ul.albums li a .ison{
	background: rgba(0, 0, 0, 0.84);
    bottom: 5px;
    left: 5px;
    padding: 1px 4px;
    border-radius: 3px;
	display: none;
}
ul.albums li a.on .ison{display: block;}
ul.albums li a .ison .icn{
	font-size: 12px;
    animation: rotate 2s linear infinite;
	margin-right: 3px;
}
ul.albums li a .ison .icn .lin{
	width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.albumBig{
	width: 250px;
    vertical-align: top;
}
.albumBig img{border-radius: 3px;width: 100%;margin-bottom: 12px;background: #252525;}
.albumBig .naam{}
.albumBig .cnt{}
.albumBig button{
	background: #64b931;
    border: 1px #76ce42 solid;
    color: #fff;
    line-height: 1;
    padding: 5px 20px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
}
.albumBig button:hover{
	background: #5ab524;
    border: 1px #5bc71b solid;
}
.albumList{
	width: 420px;
    vertical-align: top;
	margin-left: 25px;
}
.albumList ul{}
.albumList ul li{
	display: block;
    border-bottom: 1px #313131 solid;
    width: 420px;
    text-align: left;
}
.albumList ul li a{
	color: #ececec;
    margin-right: 40px;
    box-sizing: border-box;
    padding: 6px 0px 6px 6px;
}
.albumList ul li a .ico {
    vertical-align: top;
    font-size: 21px;
    margin-right: 5px;
    width: 21px;
}
.albumList ul li a .info {
    width: 340px;
}
.albumList ul li a .info .artist {
    color: #999;
    line-height: 1.4;
}
.albumList ul li .spinner {
    display: none;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background: #171817f0;
}
.albumList ul li:hover {
    background: #222322;
}
.albumList ul li:last-child{border-bottom: 0px;}

.contact-box{
	width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: left;
}
.contact-box .covr{
	top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 3;
    background: rgba(23, 24, 23, 0.88);
	display: none;
	text-align:center;
}
.contact-box .covr .lod{top: 50%; left: 50%; transform: translate(-50%, -50%);z-index: 2;}
.contact-box .ibx{}
.contact-box .ibx li{}
.contact-box .ibx li .lbl{color: #bfbfbf;}
.contact-box .ibx li input.ptr{
	width: 100%;
    text-align: left;
    background: #353535;
    padding: 8px;
    border-radius: 2px;
    margin-top: 6px;
    box-sizing: border-box;
    border: 0px;
	margin-bottom: 20px;
	resize: none;
    outline: none;
}
.contact-box .ibx li select.ptr{
	width: 100%;
    text-align: left;
    background: #353535;
    padding: 8px;
    border-radius: 2px;
    margin-top: 6px;
    box-sizing: border-box;
    border: 0px;
	margin-bottom: 20px;
	resize: none;
    outline: none;
}
.contact-box .ibx li textarea.ptr{
	width: 100%;
    text-align: left;
    background: #353535;
    padding: 8px;
    border-radius: 2px;
    margin-top: 6px;
    box-sizing: border-box;
    border: 0px;
	margin-bottom: 20px;
	height: 300px;
    resize: none;
    outline: none;
}
.contact-box .ibx li .ptr-btn{
	background: #64b931;
    border: 1px #76ce42 solid;
    color: #fff;
    line-height: 1;
    padding: 8px 30px;
    margin-top: 20px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    margin-bottom: 10px;
}
.contact-box .ibx li .ptr-btn:hover{
	background: #4ba217;
    border: 1px #5bc71b solid;
}
.contact-box .ctc_message{margin-bottom: 20px;}

/* Ad Containers */
.ad-container {
    width: 100%;
    max-width: 728px;
    margin: 20px auto;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-container iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* Responsive Ad Sizes */
@media (max-width: 728px) {
    .ad-container iframe {
        width: 468px;
        height: 60px;
    }
}

@media (max-width: 468px) {
    .ad-container iframe {
        width: 320px;
        height: 50px;
    }
}

@media (max-width: 1200px) {
    .dataBox .tracks li {
        flex: 0 0 calc(25% - 15px);
    }
}

@media (max-width: 992px) {
    .dataBox .tracks li {
        flex: 0 0 calc(33.333% - 14px);
    }
}

@media (max-width: 768px) {
    .dataBox .tracks li {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .dataBox .tracks li {
        flex: 0 0 100%;
    }
}

.areaTitle {
    font-size: 24px;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
}

.pagination {
    margin: 30px 0;
    text-align: center;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background: rgba(255,255,255,0.1);
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
}

.pagination a:hover {
    background: rgba(255,255,255,0.2);
}

.pagination .current {
    background: #ff0000;
}

.ad-container {
    margin: 20px 0;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    text-align: center;
}

.featured-section,
.new-releases-section {
    background: rgba(0,0,0,0.2);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}

.tracks-container {
    position: relative;
    margin: 20px -10px;
}

.tracks-container .tracks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .featured-section,
    .new-releases-section {
        padding: 15px;
        margin-bottom: 20px;
    }

    .tracks-container {
        margin: 10px -5px;
    }

    .tracks-container .tracks {
        gap: 10px;
        padding: 5px;
    }
}

.content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .content-wrapper {
        padding: 0 10px;
    }
}