/* Datalife Engine template 
name: Music site blue dark,
creation date: 30 october 2019, 
version dle: 12-13 and higher
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 16px 'Roboto', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #ccc; background: #0f0e14 url(../images/bg.jpg) center -100px no-repeat; 
min-height: 100%; width: 100%; font-weight: 400;}
a {color: #ccc; text-decoration: none;}
a:hover, a:focus {color: #3aaee0; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 400; font-size: 24px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Roboto' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 3px; cursor: pointer; color: #fff; background-color: #0669a0; font-size: 14px;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #3aaee0; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 124%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, h1, h2, h3, h4, h5, .fw700 {font-weight: 500;}
.icon-left .fa, .icon-left .icon {margin-right: 10px;}
.icon-right .fa, .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 24px; font-weight: 400;}
.single-item-title, .sect-title, h1, h2, h3, h4, h5, .track-count, .side-bt {font-family: 'Merriweather', serif; font-weight: 400;}
#dle-content > *:not(.album-item):not(.artist-item):not(.collection-item) {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; min-height: 100vh; overflow: hidden;}
.wrap-center {max-width:1100px; width: calc(100% - 30px); margin:0 auto; position:relative; z-index:20;}
.wrap-main {}
.col-left {width: 260px; margin-right: 30px;}
.col-main {min-height: 100vh;}
.topline {padding: 30px 0;}
.content {padding: 0 0 30px 0;}
.footer {padding: 30px 1000px; margin: 0 -1000px; line-height: 1.6; background-color: #191721;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 300px; height: 70px;}
.share {width:225px; height:36px; margin-left: 30px; position: relative; top: 3px; white-space: nowrap;}
.share a {display:inline-block; vertical-align: top; width:36px; height:36px; border-radius:50%; margin-right:10px;
box-shadow:5px 5px 16px 0 rgba(0,0,0,0.1); background:url(../images/share.png) -2px -1px no-repeat;}
.share a:last-child {margin:0;}
.share a:nth-child(2) {background-position:-46px -1px;}
.share a:nth-child(3) {background-position:-89px -1px;}
.share a:nth-child(4) {background-position:-132px -1px;}
.share a:nth-child(6) {background-position:-174px 0;}
.share a:nth-child(5) {background-position:-220px -1px;}
.share a:hover {transform:rotate(20deg);}
.search-wrap {margin-left: 30px;}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 50px 0 20px; box-shadow: none; 
background-color: rgba(255,255,255,0.15);; color: #fff; border-radius: 20px; border: 0;}
.search-box input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 16px;} 
.search-box button {position:absolute; right:3px; top:0px; z-index:10; width: 50px;
background-color:transparent !important; color:#fff !important; font-size: 16px !important; padding: 0 !important;}


/* SECTION
----------------------------------------------- */
.sect + .sect, .sect + #dle-content {margin-top: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 28px; font-weight: 400; text-transform: uppercase; color: #fff;}
.sect-title-small {font-size: 20px;}
.sect-title span {color: #3aaee0;}
.sect-title:before, .sect-title:after {content: '-'; margin-right: 10px; display: inline; color: #3aaee0;}
.sect-title:after {color: #fff; margin-left: 10px;}
.sect-link {display: inline-block; color: #3aaee0;  margin-left: 15px;}
.sect-col {width: 49%; margin-bottom: 15px;}


/* ALBUM, COLLECTION
----------------------------------------------- */
.album-item {width: 18.4%; margin-bottom: 15px;}
.album-in, .artist-in, .collection-in, .track-item a {display: block; position: relative;}
.album-img {margin-bottom: 15px;}
.album-title {color: #fff;}
.album-subtitle {font-size: 14px; margin-top: 3px;}
.collection-item {width: 32%; margin-bottom: 15px;}
.collection-img {border-radius: 3px;}
.collection-img:before {position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; 
background-color: rgba(0,0,0,0.6); content: '';}
.collection-desc {position: absolute; z-index: 2; left: 0; bottom: 0; right: 0; padding: 15px; color: #fff;}
.collection-subimg {width: 60px; height: 60px; border-radius: 3px; position: absolute; right: 8px; top: 8px; z-index: 20;}
.collection-title {color: #fff;}
.collection-subtitle {font-size: 14px; margin-top: 3px; color: #ccc;}


/* TRACK
----------------------------------------------- */
.track-item {background-color: #191721; border-radius: 3px; 
	padding: 8px 15px; position: relative; margin-bottom: 8px;}
.sect-count .track-item {padding-left: 45px;}
.track-count {color: #3aaee0; z-index: 10;
position: absolute; top: 50%; left: 13px; margin-top: -10px;
 width: 20px; height: 20px; line-height: 20px; text-align: center;}
.track-img {width: 40px; height: 40px; border-radius: 3px; margin-right: 15px;}
.track-time {font-size: 12px; margin-left: 15px;}
.track-dl {margin-left: 8px; width: 30px; height: 30px; line-height: 30px; text-align: center; 
border-radius: 50%; background-color: #0f0e14; color: #3aaee0 !important; font-size: 14px;}
.track-title {color: #fff;}
.track-subtitle {font-size: 14px; margin-top: 3px; }
.track-play {width: 40px; height: 40px; line-height: 40px; text-align: center; 
color: #fff; background-color: rgba(0,0,0,.3); position: absolute; left: 0; top: 0; z-index: 2;
font-size: 16px; padding-left: 3px; cursor: pointer;}
.show-player .track-play {padding-left: 0;}
.show-player .track-play, .track-play:hover {background-color: #0669a0;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 30px;}
.side-bt {font-size: 18px; color: #3aaee0; margin-bottom: 30px;}
.tt .track-img {border-radius: 50%;}
.tt + .tt {margin-top: 15px;}
.ta {width: 28%; margin-bottom: 15px; text-align: center;}
.ta .artist-title {font-size: 12px;}
.side-nav {padding-left: 30px;}
.side-nav li a {margin-bottom: 15px; position: relative; display: block; font-size: 18px;}
.side-nav a:before {content:"\f111"; font-family:'FontAwesome'; color:#0669a0; 
font-size: 16px; position: absolute; left: -30px; top: 1px}
.side-tags ul {margin-right: -10px; margin-bottom: -10px;}
.side-tags li {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: auto; margin: 0 10px 10px 0;}
.side-tags li a {padding: 0 10px; height: 30px; line-height: 30px; border-radius: 3px; 
	display: block; white-space: nowrap; background-color: #191721; font-size: 14px;}
.side-tags a:before {content: '#'; display: inline; color: #0669a0;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.6; margin-top: 60px; font-size: 14px;}
.site-desc h1, .site-desc h2 {font-size: 18px; margin-bottom: 15px;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc a {color: #0669a0; text-decoration: underline;}


/* FOOTER
----------------------------------------------- */
.ft-one .fx-1 {text-align: right;}
.ft-one a {margin-left: 15px; color: #3aaee0;}
.ft-two {margin-top: 3px; font-size: 14px; opacity: 0.6;}
.footer a:hover {text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {padding-top: 30px;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; 
margin:2px 1px 0 1px; line-height: 40px; min-width: 40px; text-align: center; 
font-size: 18px; background-color: #191721;}
.navigation span:not(.nav_ext), .navigation a:hover {background-color: #0669a0; color: #fff;}


/* PLAYER
----------------------------------------------- */
.item-player {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; 
	background-color: #0f0e14; box-shadow: 0 -60px 60px -60px rgba(0,0,0,0.5);}
.zfix .item-player {z-index: 10; opacity: 0;}
.audioplayer {max-width: 1100px; width: calc(100% - 30px); margin: 0 auto; padding: 10px 30px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0; right: 0; bottom: 100%; height: 15px; background-color: #363246;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; background-color: rgba(0,0,0,0.05);}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; background-color: #0669a0;}
.audioplayer-time {position: absolute; z-index: 20; font-size: 12px; bottom: 100%; pointer-events: none; color: #fff;}
.audioplayer-time-current {left: 10px;}
.audioplayer-time-duration {right: 10px;}
.audioplayer-playpause, .audioplayer-volume-button, .audioplayer-volume-adjust {display: inline-block; vertical-align: middle;}
.audioplayer-playpause a, .audioplayer-volume-button a, .ap-dl {width: 40px; height: 40px; line-height: 40px; 
	text-align: center; border-radius: 50%; cursor: pointer; background-color: #191721; color: #3aaee0; 
	display: block; font-size: 16px; box-shadow: inset 0 0 0 1px #3aaee0;}
	.audioplayer-playpause a {background-color: #3aaee0; color: #fff; box-shadow: inset 0 0 0 1px #3aaee0;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 2px;}
.audioplayer-muted .fa-volume-up:before {content: '\f026';}
.audioplayer-volume-adjust {margin-left: 10px;}
.audioplayer-volume-adjust > div {width: 50px; height: 10px; border-radius: 5px; 
position: relative; cursor: pointer; background-color: #4c4663; overflow: hidden;}
.audioplayer-volume-adjust > div > div {height: 100% !important; background-color: #3aaee0; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.ap-desc {padding: 0 20px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; overflow: hidden;}
.ap-img img {width: 100%; height: 100%; object-fit: cover;}
.ap-artist {color: #fff;}
.ap-title {font-size: 14px; margin-top: 3px;}
.ap-dl {background-color: transparent; box-shadow: inset 0 0 0 1px #3aaee0; 
	margin-right: 10px; font-size: 14px; width: 30px; height: 30px; line-height: 30px;}
.ap-prev, .ap-next {width: 30px; height: 30px; line-height: 30px; 
	text-align: center; border-radius: 50%; cursor: pointer; color: #3aaee0; background: #191721;
	display: block; font-size: 12px; margin-right: 10px; box-shadow: inset 0 0 0 1px #3aaee0;}
.ap-next {margin-right: 0; margin-left: 10px;}
.ap-next:hover, .ap-prev:hover, .ap-dl:hover, .audioplayer-playpause a:hover, 
.audioplayer-volume-button a:hover {background-color: #3aaee0; color: #fff;} 


/* FULL
----------------------------------------------- */
.speedbar {font-size: 14px; margin-bottom: 15px;}
.ftitle {margin-bottom: 15px;}
.fcaption {font-size: 14px; color: #888; line-height: 1.5; margin-bottom: 15px; margin-top: -5px;}
.fcols {background-color: #191721; padding: 15px; border-radius: 3px;}
.fleft {width: 140px; margin-right: 15px;}
.fimg {width: 140px; height: 140px; border-radius: 3px;}
.fright {width:  290px; margin-left: 15px;}
.finfo {color: #fff; line-height: 1.5; font-size: 14px;}
.finfo li > span:first-child {color: #ccc;}
.finfo a {color: #3aaee0; border-bottom: 1px dotted #3aaee0;}
.finfo li + li {margin-top: 3px;}

.frate-counts {width: 170px; white-space: nowrap;}
.frate-counts span {color: #888;}
.frate-btn-yes, .frate-btn-no {cursor: pointer; margin-left: 10px; width: 20px;	
color: #2ecc71; font-size: 24px; position: relative; top: -4px;}
.frate-btn-no {color: #e74c3c; top: 1px;}
.frate-no {margin-top: 8px;}
.frate-btn-yes:hover, .frate-btn-no:hover {opacity: 0.6;}
.frate-bar {background-color: #888; height: 6px; border-radius: 2px; position: relative; overflow: hidden;}
.frate-fill {position: absolute; left: 0; top: 0; height: 100%; background-color: #2ecc71;}
.frate-no .frate-fill {background-color: #e74c3c;}

.fctrl {padding: 15px 0 30px 0;}
.fctrl > * {width: 49%; cursor: pointer;}
.fbtn {height: 50px; display: block; padding: 5px 15px 0 70px; position: relative;
border-radius: 3px; overflow: hidden; font-size: 14px;}
.fbtn-icon {width: 50px; height: 100%; position: absolute; left: 0; top: 0; 
	background-color: rgba(0,0,0,0.1); font-size: 12px; text-align: center;}
.fbtn-capt {font-size: 16px; margin-bottom: 2px;}
.fplay {background-color: #0669a0; color: #fff;}
.fdl {box-shadow: inset 0 0 0 2px #6ab04c; padding-top: 0; line-height: 50px;}
.fdl .fbtn-icon {background-color: #6ab04c;color: #fff; font-size: 18px;}
.fplay:hover {background-color: #3aaee0;}

.ftext {max-height: 200px; overflow-x: hidden; overflow-y: auto; margin-top: -15px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.5;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#0669a0;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#0669a0;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.ac-submit {margin-left: 15px;}
.ac-textarea textarea {height: 80px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea {box-shadow: inset 0 0 6px rgba(0,0,0,0.8); background-color: #000; color: #fff;}
.add-comms input:not(:focus)::placeholder {color: #fff; opacity: 0.5;} 
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; font-size: 18px;}

.show-comms {position: absolute; right: 0; top: -23px; height: 20px; line-height: 20px; cursor: pointer; 
color: #3aaee0; border-bottom: 1px dotted #3aaee0; font-size: 14px;}
.full-comms, .add-comms {width:48%; position: relative;}
.full-comms {margin-top: -15px;}
.comm-letter {position: absolute; left: 0; top: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 16px; font-weight: 500; text-transform: uppercase; border-radius: 50%;}
.comm-item {margin-top: 15px; font-size: 13px; padding-left: 50px; position: relative; min-height: 50px;}
.comm-two {margin: 6px 0 0 0; font-size: 14px;}
.comm-one > span {margin-right: 15px; color: #dbdbdb; opacity: 0.6;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {opacity: 1; font-weight: 500;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#111;
padding:15px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.col-left, .share {display: none;}
.btn-menu {height: 40px; width: 40px; line-height: 40px; text-align: center; font-size: 18px; cursor: pointer; 
background-color: #0669a0; color: #fff; display: block; border-radius: 50%;}
.search-wrap {min-width: 100%; margin: 0;}
.topline {padding: 0; padding-bottom: 30px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.sect-count .track-item {padding-left: 15px;}
.track-count {display: none;}

.full-comms, .add-comms {width:100%;}
.full-comms {margin-top: 0;}
.show-comms {position: static; margin-top: 15px; display: inline-block;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.album-item {width: 31%;}
.collection-item {width: 48%;}
.sect-col {width: 100%; margin-bottom: 0;}
.footer, .ft-one .fx-1, .ft-one {text-align: center; display: block;}
.audioplayer {padding-left: 10px; padding-right: 10px;}
.fright {width: 100%; margin: 15px 0 0 0;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.album-item {width: 48%;}
.collection-item {width: 100%;}
.sect-title {font-size: 20px;}
.sect-header {display: block; text-align: center;}
.sect-link {margin: 0; margin-top: 8px;}

.fleft {width: 120px;}
.fimg {width: 120px; height: 120px;}
.ftitle, .fcaption, .speedbar {text-align: center;}
.fplay-wr, .fdl {width: 100%; margin-bottom: 15px;}
.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:360px;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px; margin-right: 30px; position: relative;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%); max-width: 100%;}
.mp .album-item:nth-child(5n), .mp .artist-item:nth-child(7n) {display: none;}
.ap-img, .ap-info {display: none;}
.ap-desc {min-width: 5px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

/* muzplace.com refresh 20260701a */
:root {--mp-bg:#0d111c;--mp-panel:#151c2b;--mp-panel-2:#101624;--mp-line:rgba(255,255,255,0.08);--mp-text:#d8e1ee;--mp-muted:#8da2c0;--mp-accent:#20d3a2;--mp-accent-2:#58a6ff;}
body {color:var(--mp-text); background:radial-gradient(circle at 18% 0%, rgba(32,211,162,0.16), transparent 34%), radial-gradient(circle at 82% 8%, rgba(88,166,255,0.14), transparent 34%), linear-gradient(180deg,#0d111c 0%,#0a0e17 100%);}
a {color:var(--mp-text);} a:hover,a:focus {color:var(--mp-accent);}
.wrap-center {max-width:1180px;}
.topline {margin:22px 0 30px; padding:14px; background:rgba(21,28,43,0.82); border:1px solid var(--mp-line); border-radius:18px; box-shadow:0 18px 54px rgba(0,0,0,0.28);}
.logo {width:300px; height:70px; margin-right:0; position:relative;}
.logo img {display:block; width:100%; height:100%; object-fit:contain; position:static; transform:none;}
.search-box input,.search-box input:focus {height:48px; border-radius:14px; background-color:rgba(255,255,255,0.08); box-shadow:inset 0 0 0 1px var(--mp-line); color:#fff;}
.search-box input:focus {box-shadow:inset 0 0 0 1px rgba(32,211,162,0.65), 0 0 0 4px rgba(32,211,162,0.1);}
.search-box button {height:48px; color:var(--mp-accent) !important;}
.share {display:none;}
.col-left {width:270px;}
.side-box,.sect,.site-desc,.full {background:rgba(21,28,43,0.78); border:1px solid var(--mp-line); border-radius:14px; box-shadow:0 18px 45px rgba(0,0,0,0.22);}
.side-box,.sect,.full,.site-desc {padding:20px;}
.sect + .sect,.sect + #dle-content {margin-top:22px;}
.sect-header {margin-bottom:18px;}
.sect-title {color:#fff; font-family:'Roboto',sans-serif; font-size:24px; font-weight:800; letter-spacing:0; text-transform:none;}
.sect-title span,.side-bt {color:var(--mp-accent);}
.sect-title:before,.sect-title:after {display:none;}
.sect-link {color:var(--mp-accent); font-weight:700;}
.side-bt {margin-bottom:16px; font-family:'Roboto',sans-serif; font-size:16px; font-weight:800; text-transform:uppercase;}
.side-nav {padding-left:0;}
.side-nav li a {margin-bottom:8px; padding:10px 12px 10px 34px; border-radius:10px; background:rgba(255,255,255,0.04); font-size:15px;}
.side-nav a:before {left:12px; top:11px; color:var(--mp-accent); font-size:9px;}
.side-tags li a {height:34px; line-height:34px; border-radius:10px; background:rgba(255,255,255,0.05); color:var(--mp-muted);}
.side-tags li a:hover,.side-nav li a:hover {background:rgba(32,211,162,0.12); color:#fff;}
.track-item {min-height:64px; margin-bottom:10px; padding:10px 14px; background:var(--mp-panel-2); border:1px solid var(--mp-line); border-radius:12px; transition:border-color .2s, transform .2s, background-color .2s;}
.track-item:hover {transform:translateY(-1px); border-color:rgba(32,211,162,0.34); background:#172033;}
.sect-count .track-item {padding-left:14px;}
.track-count {display:none;}
.track-img {width:44px; height:44px; border-radius:10px; background:#101624;}
.track-play {width:44px; height:44px; line-height:44px; background-color:rgba(13,17,28,0.56);}
.show-player .track-play,.track-play:hover {background-color:var(--mp-accent); color:#0d111c;}
.track-title {font-weight:800;}
.track-subtitle,.track-time {color:var(--mp-muted);}
.track-dl {background:rgba(32,211,162,0.1); color:var(--mp-accent) !important;}
.track-dl:hover {background:var(--mp-accent); color:#0d111c !important;}
.tt + .tt {margin-top:10px;}
.album-in,.collection-in {padding:10px; background:var(--mp-panel-2); border:1px solid var(--mp-line); border-radius:14px;}
.album-img,.collection-img,.collection-subimg {border-radius:12px; background:#101624;}
.album-title,.collection-title {color:#fff; font-weight:800;}
.album-subtitle,.collection-subtitle,.site-desc {color:var(--mp-muted);}
.site-desc {margin-top:22px; line-height:1.75;}
.site-desc h1,.site-desc h2 {color:#fff; font-size:22px; font-weight:800;}
.footer {margin-top:20px; background-color:rgba(21,28,43,0.88); border-top:1px solid var(--mp-line);}
.ft-one a,.finfo a,.full-text a {color:var(--mp-accent);}
.fcaption {color:var(--mp-muted); font-size:15px;}
.ftitle {color:#fff; font-family:'Roboto',sans-serif; font-size:26px; font-weight:800; line-height:1.25; text-transform:none;}
.ftitle span {color:var(--mp-accent);}
.ftitle:before,.ftitle:after {display:none !important; content:none !important;}
.fcols {background:var(--mp-panel-2); border:1px solid var(--mp-line); border-radius:14px;}
.fimg {border-radius:14px; background:#101624;}
.finfo {color:var(--mp-text);}
.finfo li > span:first-child {color:var(--mp-muted);}
.fplay {background:linear-gradient(135deg,var(--mp-accent),var(--mp-accent-2)); color:#08101c;}
.fdl {border-radius:12px; box-shadow:inset 0 0 0 2px rgba(32,211,162,0.68); color:#fff;}
.fdl .fbtn-icon {background:var(--mp-accent); color:#08101c;}
.fbtn {border-radius:12px;}
.item-player {background-color:rgba(13,17,28,0.96); border-top:1px solid var(--mp-line);}
.audioplayer-playpause a,.audioplayer-volume-button a,.ap-dl,.ap-prev,.ap-next {background-color:var(--mp-panel); color:var(--mp-accent); box-shadow:inset 0 0 0 1px rgba(32,211,162,0.4);}
.audioplayer-playpause a,.ap-next:hover,.ap-prev:hover,.ap-dl:hover,.audioplayer-volume-button a:hover {background-color:var(--mp-accent); color:#08101c;}
@media screen and (max-width:1220px) {.topline {gap:12px;} .btn-menu {background-color:var(--mp-accent); color:#08101c; border-radius:12px;} .search-wrap {order:3;}}
@media screen and (max-width:590px) {.topline {margin-top:12px; padding:10px;} .logo {width:calc(100% - 56px); height:56px; margin-right:0;} .logo img {position:static; transform:none;} .btn-menu {width:44px; height:44px; line-height:44px;} .sect,.full,.side-box,.site-desc {padding:15px; border-radius:12px;} .track-item {padding:9px 10px;} .track-time {display:none;}}


