/* Datalife Engine template 
name: MusicSite;
creation date: 14 august 2019, 
version dle: 12-13
*/

/* 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: 14px 'Rubik', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #f5f5f5; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #272648; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 400; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Rubik' !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; text-transform: uppercase;
border-radius: 20px; cursor: pointer; color: #fff; background-color: #70d07c; font-size: 12px; font-weight: 600;}
.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: #27ae60; 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, .fw700 {font-weight: 500;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all, .podb-item {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px; font-weight: 400;}
#dle-content > *:not(.podb-item) {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; min-height: 100vh; padding-bottom: 60px;}
.wrap:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
background: url(../images/bg.png);}
.wrap-center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); z-index: 100; background-color: #f9fafc;}
.header {background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.03); padding: 10px 40px;}
.col-right {width: 280px; padding: 20px; padding-left: 0;}
.col-main {min-height: 100vh; padding: 20px 40px;}
.footer {background: #0f2027; padding: 20px 40px; color: #ccc; font-size: 13px; line-height: 1.7;}

#gotop{box-shadow: 0 0 0 2px #70d07c; color: #70d07c; width: 40px; height: 40px; line-height: 40px; 
text-align: center; border-radius: 30px; font-size: 18px; cursor: pointer;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 260px; height: 60px;}
.logo-text {margin: 0 40px 0 20px; padding-left: 20px; border-left: 1px solid #e3e3e3;
	line-height: 1.5; font-size: 13px; font-weight: 300; color: #888;}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; border: 2px solid #ffbc42;
background-color: #fff; color: #000; border-radius: 20px; box-shadow: none;}
.search-box input:not(:focus)::placeholder {color: #000; font-weight: 300; opacity: 0.5; font-size: 14px;} 
.search-box button {position:absolute; right:10px; top:0px; z-index:10; width: 30px;
background-color:transparent !important; color:#000 !important; font-size: 16px !important; padding: 0 !important;}
.hmenu { background: linear-gradient(to top, #0f2027, #203a43, #2c5364); padding: 0 40px;}
.hmenu a {display: block; line-height: 50px; color: #fff; font-size: 16px;}
.hmenu a:hover {text-decoration: underline;}
.hmenu {background: linear-gradient(to bottom, #d12d43, #8A2387);}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 20px;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-size: 28px; font-weight: 400;}
.sect-subtitle {opacity: 0.5;}
.sect-link {margin-left: 20px;}
.sect-link:hover {text-decoration: underline;}
.mb-remove {margin-bottom: -10px;}
.sect-col, .sect-content-bg {border-radius: 2px; overflow: hidden; width: 49.4%; margin-bottom: 10px;
	background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.03);}
.sect-content-bg {width: 100%;}
.sect-title-small {font-size: 24px;}


/* COLLECTION
----------------------------------------------- */
.podb-item {width: 19%; margin-bottom: 10px; text-align: center;}
.podb-in {display: block; position: relative;}
.podb-item {background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.03); padding: 10px; border-radius: 2px;}
.podb-img {margin-bottom: 10px; border-radius: 2px;}
.podb-title {}
.podb-subtitle {margin-top: 5px; opacity: 0.5; font-weight: 300;}
.podb-item:hover {box-shadow: 0 0 20px rgba(0,0,0,0.2);}


/* TRACK
----------------------------------------------- */
.track-item {padding: 10px;}
.track-item:not(:last-child) {border-bottom: 1px solid #f2f2f2;}
.track-item a {display: block;}
.track-title {}
.track-subtitle {margin-top: 5px; opacity: 0.5; font-weight: 300;}
.track-time {opacity: 0.3; font-size: 11px; margin-left: 10px;}
.track-play {height: 36px; width: 36px; line-height: 36px; text-align: center; padding-left: 3px; border-radius: 50%;
	cursor: pointer; margin-right: 10px; color: #ffbc42; box-shadow: inset 0 0 0 1px #ffbc42; font-size: 12px;}
.track-dl {font-size: 16px; color: #70d07c; background-color: #f1fef2; margin-left: 10px; 
width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 50%;}
.tr.js-item-played {}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .track-play {padding-left: 0; background-color: #ffbc42; color: #fff;}
.track-play:hover {background-color: #ffbc42; color: #fff;}
.track-desc:hover {text-decoration: underline;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 20px;}
.side-bt {font-size: 20px; margin-bottom: 20px;}

.tt + .tt {margin-top: 20px;}
.tt-img {width:40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.tt-title {}
.tt-subtitle {opacity: 0.5; margin-top: 5px; font-weight: 300;}
.tt:hover .tt-desc, .side-nav a:hover {text-decoration: underline;}

.side-nav {margin: -7px 0;}
.side-nav > li {position: relative;}
.side-nav > li > a {display: block; height: 34px; line-height: 34px; position: relative; padding-left: 26px;}
.side-nav > li > a:before {content:"\f055"; font-family:'Font Awesome 5 Pro'; color: #ffbc42; 
font-size: 15px; position: absolute; top: -1px; left: 0;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.75; color: #5c5c5c; font-weight: 300; padding: 20px 40px; border-top: 1px solid #e3e3e3;}
.site-desc h1, .site-desc h2 {font-size: 20px; font-weight: 400; margin-bottom: 20px; color: #000;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc a {color: #06c; text-decoration: underline;}
.site-desc p, .site-desc ul {margin-bottom: 20px;}


/* FOOTER
----------------------------------------------- */
.ft-menu {margin-bottom: 5px;}
.ft-menu a {margin-right: 10px; color: #fff; font-size: 14px;}
.ft-menu a:before {content:"\f111"; font-family:'Font Awesome 5 Pro'; color: #ffbc42; 
margin-right: 10px; font-weight: 400; font-size: 10px;}
.footer a:hover {text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding:30px 0 15px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
margin:5px 3px 0 3px; border-radius:20px; min-width: 40px;
background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.navigation span, .pagi-nav a:hover {background-color:#70d07c; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color:#939393;}
.pagi-nav a:hover {background-color:#70d07c; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; background-color: #2c3e50; color: #fff;}
.audioplayer {max-width: 1120px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 6px; width: 500px; background-color: #222; border-radius: 3px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.3); border-radius: 3px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 3px; background-color: #70d07c;}
.audioplayer-bar-played:before {content: ''; background-color: #fff; width: 10px; height: 10px; border-radius: 50%; 
position: absolute; right: -6px; top: 50%; margin-top: -5px; z-index: 3; background-color: #ccc;}

.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {color: #ccc; display: block; height: 30px; line-height: 30px; text-align: center;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: #1e204e; box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: #05052a; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #70d07c; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px;	color: #ccc; margin-left: 20px;}
.ap-time {font-size: 12px; color: #ccc; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 3px;}
.ap-artist {font-size: 13px; margin-top: 5px; color: #ccc;}
.ap-title {font-size: 15px;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; display: block; position: relative; margin: 0 20px; 
background-color: #70d07c; color: #fff;}
.ap-prev, .ap-next {cursor: pointer; color: #ccc; font-size: 18px;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background-color: #00b09b; color: #fff;}
.wplayer-init .audioplayer-playpause .far:before {content: '\f04b'; padding-left: 1px;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 13px; color: #949494; margin-bottom: 20px;}
.speedbar .far {color: #70d07c;}
.fcaption {font-size: 13px; line-height: 1.5; font-weight: 300; margin-top: 10px;}
.ftext {max-height: 180px; overflow-x: hidden; overflow-y: auto;}
.fcols {padding: 20px; border: 1px solid #f0f0f0;}
.finfo {margin: 0 20px; font-weight: 300;}
.frates {width: 230px; text-align: center; border-left: 1px solid #f0f0f0;
	padding: 20px 10px; margin: -20px; margin-left: 0; background-color: #f9fafc;}
.finfo-wr .ftext {margin: 0 20px;}

.fposter {width: 180px;}
.fposter-in {width: 180px; height: 180px; border-radius: 2px;}
.finfo li {display: flex; justify-content: space-between; position: relative;}
.finfo li:before {content: ''; position: absolute; left: 0; right: 0; top: 50%; 
border-top: 2px dotted #ccc;}
.finfo li span {background-color: #fff; display: inline-block; padding: 4px 0 4px 10px; position: relative; z-index: 1;}
.finfo li > span:first-child {color: #949494; padding: 4px 10px 4px 0;}
.finfo a {color: #06c; border-bottom: 1px dotted #06c;}
.frates-title {font-size: 16px; margin-bottom: 10px;}
.mrating-count {font-weight: 300; color: #5c5c5c; margin-bottom: 10px;}
.ya-share2__item {margin-top: 5px !important;}
.fcompl {display: inline-block; margin-top: 20px; border-bottom: 1px dotted #e74c3c; color: #e74c3c;}

.fctrl {padding: 0 20px; margin-top: 15px;}
.fplay, .fdl {cursor: pointer; height: 40px; line-height: 40px; border-radius: 20px; padding: 0 20px;}
.fdl {color: #70d07c; background-color: #f1fef2; display: block;}
.fplay {box-shadow: inset 0 0 0 1px #ffbc42; padding-left: 2px;}
.fplay .track-play {box-shadow: none; background-color: #ffbc42; color: #fff;}
.fplay:hover {background-color: #ffbc42; color: #fff;}

.select-list {padding-bottom: 10px;}
.select-list li a {background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.03); display: block; 
line-height: 36px; border-radius: 18px; padding: 0 20px; margin: 0 5px 10px 5px;}
.select-list li a.is-active, .select-list a:hover {background: #0f2027; color: #fff;}

.fpodb {padding: 10px;}
.fpodb-img {width: 180px; height: 180px; margin-right: 20px;}
.fpodb-q {position: absolute; right: 0; top: 0; z-index: 5; 
	background-color: #0f2027; color: #fff; padding: 5px 10px;}
.fpodb-btn {position: absolute; left: 10px; right: 10px; bottom: 10px; display: block; text-align: center; 
background: linear-gradient(to bottom, #d12d43, #8A2387); color: #fff; font-size: 13px; line-height: 36px; 
border-radius: 18px;}
.fpodb-btn:hover {background: linear-gradient(to top, #d12d43, #8A2387); color: #fff;}
.fpodb-header {margin-bottom: 20px; font-size: 20px;}
.fpodb-header a + a {opacity: 0.5; font-weight: 300;}
.fpodb-header a:hover {text-decoration: underline;}
.podb-tr + .podb-tr {margin-top: 12px;}
.podb-tr .track-subtitle {font-size: 13px; margin-top: 3px;}


/* 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:450px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-weight: 300; color: #5c5c5c;}
.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:#06c;}
.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;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; display: none;
color: #fff; background-color: #70d07c; border-radius: 20px; font-size: 18px; cursor: pointer;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f9fafc;
padding:10px; z-index:9999; position:fixed; left:-320px; top:0; 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%;}

.side-panel .hmenu {display: block; background-color: transparent; padding: 0 20px; margin: 0 0 20px 0; width: 100%;}

@media screen and (max-width: 1220px) {
.wrap {padding-top: 0;}
.wrap-center {max-width:1000px;}
.hmenu, .col-right, .logo-text {display: none;}
.btn-menu {display: block;}
.header {padding: 10px;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin: 10px 0 0 0;}
.col-main, .footer, .site-desc {padding-left: 10px; padding-right: 10px;}
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.sect-col {width: 100%;}
.sect-title {font-size: 24px;}

.frates {width: calc(100% + 40px); margin: -20px; margin-top: 20px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.podb-item {width: 49%;}
.footer {display: block; text-align: center;}
.ft-menu a:before {display: none;}
#gotop {display: inline-block; margin-top: 20px;}

.fposter {margin: auto;}
.finfo-wr {min-width: 100%;}
.finfo, .finfo-wr .ftext {margin: 20px 0;}
.fctrl {padding: 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;}
.audioplayer-volume, .ap-time, .ap-img {display: none;}
.audioplayer-playpause a {margin: 0 10px;}
.fpodb-img {margin: auto;}
.fpodb-desc {min-width: 100%; margin-top: 20px;}

.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; 
	min-width: 50px; margin: 0 20px 0 0; position: relative;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.podb-item {width: 48%;}

.fcols {margin-left: -10px; margin-right: -10px; width: calc(100% + 20px);}
.fdl, .fplay {width: 100%; margin-top: 10px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


/* MODERN MUZPLUS THEME
----------------------------------------------- */
:root {
	--mp-page: #f6f3fb;
	--mp-page-deep: #ede8f8;
	--mp-surface: #ffffff;
	--mp-surface-soft: #fbf8ff;
	--mp-text: #1f1a2e;
	--mp-muted: #70667f;
	--mp-line: #e8def2;
	--mp-dark: #161124;
	--mp-primary: #c026d3;
	--mp-primary-dark: #86198f;
	--mp-accent: #06b6d4;
	--mp-accent-dark: #0891b2;
	--mp-warm: #f43f5e;
	--mp-soft: #f5d9ff;
}

body {
	color: var(--mp-text);
	background:
		radial-gradient(circle at 16% 0%, rgba(192,38,211,0.13), transparent 30%),
		radial-gradient(circle at 88% 10%, rgba(6,182,212,0.12), transparent 28%),
		linear-gradient(135deg, var(--mp-page), var(--mp-page-deep));
}

a {color: var(--mp-text);}
a:hover, a:focus {color: var(--mp-primary);}

.wrap:before {
	background:
		linear-gradient(135deg, rgba(22,17,36,0.03), rgba(192,38,211,0.04)),
		url(../images/bg.png);
}

.wrap-main {
	background: rgba(255,255,255,0.92);
	border: 1px solid rgba(192,38,211,0.08);
	border-radius: 12px;
	box-shadow: 0 26px 60px rgba(22,17,36,0.13);
	overflow: hidden;
}

.header {
	background: rgba(255,255,255,0.95);
	box-shadow: 0 12px 34px rgba(22,17,36,0.06);
}
.logo-text {border-left-color: var(--mp-line); color: var(--mp-muted);}

.search-box input, .search-box input:focus {
	border: 0;
	background: var(--mp-surface-soft);
	color: var(--mp-text);
	border-radius: 12px;
	box-shadow: inset 0 0 0 1px rgba(192,38,211,0.16), 0 12px 24px rgba(22,17,36,0.06);
}
.search-box input:focus {
	box-shadow: inset 0 0 0 1px var(--mp-primary), 0 0 0 3px rgba(192,38,211,0.1);
}
.search-box button {color: var(--mp-primary) !important;}

.hmenu {
	background: linear-gradient(135deg, var(--mp-dark), var(--mp-primary-dark) 58%, var(--mp-accent-dark));
	box-shadow: 0 14px 32px rgba(22,17,36,0.18);
}
.hmenu a {color: #fff;}
.hmenu a:hover {
	background: rgba(255,255,255,0.12);
	text-decoration: none;
}

.content, .sect-col, .sect-content-bg, .podb-item, .side-box {
	background: rgba(255,255,255,0.96);
	border: 1px solid rgba(192,38,211,0.08);
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(22,17,36,0.07);
}
.side-box {padding: 16px;}
.sect-title {
	color: var(--mp-text);
	font-weight: 500;
}
.sect-subtitle, .podb-subtitle, .track-subtitle, .tt-subtitle {color: var(--mp-muted); opacity: 1;}

.track-item {
	border-bottom-color: var(--mp-line);
	transition: background-color .25s, transform .25s, box-shadow .25s;
}
.track-item:hover {
	background: var(--mp-surface-soft);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(22,17,36,0.06);
}
.track-play {
	color: var(--mp-primary);
	box-shadow: inset 0 0 0 1px rgba(192,38,211,0.35);
	background: #fff;
}
.track-play:hover, .js-item-played .track-play {
	background: linear-gradient(135deg, var(--mp-primary), var(--mp-warm));
	color: #fff;
	box-shadow: none;
}
.track-dl {
	color: var(--mp-accent-dark);
	background: rgba(6,182,212,0.1);
}
.track-dl:hover {background: var(--mp-accent); color: #fff;}

.side-bt {font-weight: 500; color: var(--mp-text);}
.side-nav > li > a:before, .ft-menu a:before {color: var(--mp-accent);}
.side-nav a {color: var(--mp-text);}
.side-nav a:hover {color: var(--mp-primary); text-decoration: none;}

.site-desc {
	color: var(--mp-muted);
	border-top-color: var(--mp-line);
	background: rgba(255,255,255,0.56);
}
.site-desc h1, .site-desc h2 {color: var(--mp-text);}
.site-desc a, .full-text a, .finfo a {color: var(--mp-primary);}

.footer {
	background: linear-gradient(135deg, var(--mp-dark), #241633 58%, #12303b);
	color: rgba(255,255,255,0.75);
}
.ft-menu a {color: #fff;}

.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 {
	background: linear-gradient(135deg, var(--mp-primary), var(--mp-warm));
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 12px 24px rgba(192,38,211,0.2);
}
.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: linear-gradient(135deg, var(--mp-accent), var(--mp-primary));
	color: #fff;
}

.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
	border: 1px solid rgba(192,38,211,0.09);
	box-shadow: 0 8px 20px rgba(22,17,36,0.06);
}
.navigation span, .pagi-nav a:hover {
	background: linear-gradient(135deg, var(--mp-primary), var(--mp-accent));
	color: #fff;
}
.navigation span.nav_ext {background: #fff; color: var(--mp-muted);}

#gotop, .btn-menu {
	background: linear-gradient(135deg, var(--mp-primary), var(--mp-accent));
	color: #fff;
	box-shadow: none;
	border-radius: 10px;
}
.side-panel {background: var(--mp-page);}
.btn-close {background: var(--mp-primary-dark);}

.wplayer {
	background: linear-gradient(135deg, var(--mp-dark), #241633);
	box-shadow: 0 -14px 36px rgba(22,17,36,0.34);
}
.audioplayer-bar {background-color: rgba(255,255,255,0.14);}
.audioplayer-bar-loaded {background-color: rgba(255,255,255,0.12);}
.audioplayer-bar-played, .audioplayer-volume-adjust > div > div {
	background: linear-gradient(90deg, var(--mp-accent), var(--mp-warm));
}
.audioplayer-playpause a {
	background: linear-gradient(135deg, var(--mp-primary), var(--mp-accent));
	color: #fff;
}
.audioplayer-playpause a:hover {background: linear-gradient(135deg, var(--mp-warm), var(--mp-primary));}

.speedbar {color: var(--mp-muted);}
.speedbar .far {color: var(--mp-accent);}
.fcols {
	border-color: var(--mp-line);
	background: var(--mp-surface);
	border-radius: 10px;
}
.frates {
	border-left-color: var(--mp-line);
	background: var(--mp-surface-soft);
}
.finfo li:before {border-top-color: var(--mp-line);}
.finfo li span {background-color: #fff;}
.finfo li > span:first-child, .fcaption, .full-text {color: var(--mp-muted);}
.fdl {
	color: var(--mp-accent-dark);
	background: rgba(6,182,212,0.1);
}
.fplay {
	box-shadow: inset 0 0 0 1px rgba(192,38,211,0.26);
	color: var(--mp-text);
}
.fplay .track-play {
	background: linear-gradient(135deg, var(--mp-primary), var(--mp-warm));
	color: #fff;
}
.fplay:hover {
	background: linear-gradient(135deg, var(--mp-primary), var(--mp-warm));
	color: #fff;
}
.select-list li a {
	border: 1px solid rgba(192,38,211,0.08);
	box-shadow: 0 8px 18px rgba(22,17,36,0.05);
}
.select-list li a.is-active, .select-list a:hover {
	background: linear-gradient(135deg, var(--mp-dark), var(--mp-primary-dark));
	color: #fff;
}
.fpodb-q {background: var(--mp-dark);}
.fpodb-btn {
	background: linear-gradient(135deg, var(--mp-primary), var(--mp-warm));
}
.fpodb-btn:hover {
	background: linear-gradient(135deg, var(--mp-accent), var(--mp-primary));
}

input[type="text"], input[type="password"], select, textarea {
	color: var(--mp-text);
	box-shadow: inset 0 0 0 1px var(--mp-line), inset 1px 2px 5px rgba(22,17,36,0.05);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: inset 0 0 0 1px var(--mp-primary), 0 0 0 3px rgba(192,38,211,0.1);
}

@media screen and (max-width: 1220px) {
	.wrap-main {border-radius: 0;}
	.btn-menu {background: linear-gradient(135deg, var(--mp-primary), var(--mp-accent));}
}

@media screen and (max-width: 590px) {
	.content, .sect-col, .sect-content-bg, .podb-item, .side-box {border-radius: 8px;}
	.header {gap: 12px;}
}


/* MUZPLUS CONTENT SPACING FIX
----------------------------------------------- */
.content {
	padding: 20px;
}

.content > .speedbar:first-child,
.content > .sect:first-child,
.content > .full:first-child,
.content > .form-wrap:first-child,
.content > #dle-content:first-child {
	margin-top: 0;
}

.finfo-wr {
	min-width: 0;
}

.fctrl {
	flex-wrap: nowrap;
	gap: 10px;
}

.fctrl .fplay {
	flex: 1 1 auto;
	min-width: 0;
	margin-top: 0;
}

.fctrl .fdl {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-top: 0;
	white-space: nowrap;
}

.fctrl .fdl .far {
	margin-right: 8px;
}

@media screen and (max-width: 1220px) {
	.content {
		padding: 16px;
	}
}

@media screen and (max-width: 590px) {
	.content {
		padding: 12px;
	}
}

@media screen and (max-width: 760px) {
	.finfo-wr {
		min-width: 100%;
	}
}

@media screen and (max-width: 470px) {
	.fctrl {
		flex-wrap: wrap;
		gap: 0;
	}
	.fctrl .fdl,
	.fctrl .fplay {
		width: 100%;
		flex: 0 0 100%;
		margin-top: 10px;
	}
}


/* MUZPLUS PREMIUM STRUCTURE
----------------------------------------------- */
.wrap {
	padding: 24px 16px 76px;
}

.wrap-center {
	max-width: 1240px;
}

.wrap-main {
	display: block;
}

.header {
	gap: 18px;
	padding: 18px 28px;
}

.logo {
	width: 220px;
	flex: 0 0 220px;
}

.logo-text {
	margin: 0 18px 0 0;
	padding-left: 18px;
}

.search-wrap {
	max-width: 440px;
	margin-left: auto;
}

.search-box input,
.search-box input:focus {
	height: 44px;
	line-height: 44px;
}

.search-box button {
	height: 44px;
	line-height: 44px;
}

.hmenu {
	gap: 6px;
	padding: 8px 24px;
	align-items: center;
}

.hmenu li {
	flex: 0 0 auto;
}

.hmenu a {
	line-height: 38px;
	padding: 0 13px;
	border-radius: 9px;
}

.cols {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 22px;
	padding: 24px;
}

.col-main,
.col-right {
	width: auto;
	min-height: 0;
	padding: 0;
}

.content {
	padding: 24px;
}

.sect {
	margin-bottom: 26px;
}

.sect:last-child {
	margin-bottom: 0;
}

.sect-header {
	margin-bottom: 14px;
}

.sect-content.sect-cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.sect-col,
.sect-content-bg {
	width: 100%;
	margin-bottom: 0;
}

.track-item {
	min-height: 58px;
	padding: 10px 12px;
	gap: 10px;
}

.sect-col .track-item,
.sect-content-bg .track-item {
	margin: 6px;
	border-radius: 8px;
}

.track-desc {
	min-width: 0;
}

.track-time {
	flex: 0 0 auto;
}

.track-dl {
	flex: 0 0 30px;
}

.side-box {
	margin-bottom: 18px;
}

.side-bt {
	margin-bottom: 14px;
}

.side-nav > li > a {
	height: 38px;
	line-height: 38px;
	border-radius: 8px;
}

.tt {
	padding: 6px 4px;
	border-radius: 8px;
	min-height: 46px;
}

.tt + .tt {
	margin-top: 4px;
}

.tt-img {
	width: 34px;
	height: 34px;
	margin-right: 9px;
}

.tt-title {
	font-size: 13px;
	line-height: 1.2;
}

.tt-subtitle {
	font-size: 12px;
	line-height: 1.2;
	margin-top: 3px;
}

.site-desc,
.footer {
	padding-left: 28px;
	padding-right: 28px;
}

.fcols {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) 220px;
	gap: 22px;
	align-items: stretch;
	padding: 22px;
}

.fposter,
.fposter-in {
	width: 180px;
}

.finfo-wr {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.finfo {
	margin: 0;
}

.fctrl {
	padding: 0;
	margin-top: 16px;
}

.frates {
	width: auto;
	margin: -22px -22px -22px 0;
	padding: 22px 14px;
}

.ftext {
	max-height: 220px;
}

@media screen and (max-width: 1220px) {
	.wrap {
		padding: 0 0 76px;
	}
	.cols {
		display: block;
		padding: 16px;
	}
	.col-main {
		width: 100%;
	}
	.content {
		padding: 20px;
	}
}

@media screen and (max-width: 950px) {
	.sect-content.sect-cols {
		grid-template-columns: 1fr;
	}
	.fcols {
		grid-template-columns: 160px minmax(0, 1fr);
	}
	.fposter,
	.fposter-in {
		width: 160px;
	}
	.fposter-in {
		height: 160px;
	}
	.frates {
		grid-column: 1 / -1;
		width: auto;
		margin: 0;
		border-left: 0;
		border-top: 1px solid var(--mp-line);
	}
}

@media screen and (max-width: 760px) {
	.header {
		padding: 14px;
	}
	.logo {
		width: 200px;
		flex-basis: 200px;
	}
	.content {
		padding: 16px;
	}
	.fcols {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.fposter {
		justify-self: center;
	}
}

@media screen and (max-width: 590px) {
	.cols {
		padding: 10px;
	}
	.content {
		padding: 12px;
	}
	.track-item {
		gap: 8px;
		padding: 9px 10px;
	}
	.track-time {
		display: none;
	}
}


/* DMCA COMPLAINT MODAL
----------------------------------------------- */
.dmca-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9997;
	display: none;
	background: rgba(10, 12, 22, 0.62);
	backdrop-filter: blur(5px);
}

.dmca-overlay.active {
	display: block;
}

.dmca-modal {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9998;
	display: none;
	width: min(560px, calc(100% - 24px));
	max-height: calc(100vh - 24px);
	overflow: auto;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 18, 35, 0.28);
}

.dmca-modal.active {
	display: block;
}

.dmca-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px 18px;
	background: linear-gradient(135deg, #181528 0%, #27234a 100%);
	color: #fff;
}

.dmca-title {
	font-size: 20px;
	font-weight: 700;
}

.dmca-note {
	margin-top: 6px;
	color: rgba(255,255,255,0.72);
	line-height: 1.45;
}

.dmca-close {
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 12px;
	background: rgba(255,255,255,0.12);
	color: #fff;
	line-height: 38px;
}

.dmca-close:hover {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.dmca-form {
	padding: 22px 24px 24px;
}

.dmca-links {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
	padding: 14px;
	border-radius: 12px;
	background: #f5f6fb;
	color: #6b6f82;
	font-size: 13px;
	line-height: 1.45;
}

.dmca-links b {
	display: block;
	margin-top: 3px;
	color: #17182a;
	font-weight: 500;
	word-break: break-all;
}

.dmca-field {
	display: block;
	margin-bottom: 14px;
	color: #23243a;
	font-weight: 600;
}

.dmca-field span {
	display: block;
	margin-bottom: 7px;
}

.dmca-field input,
.dmca-field textarea {
	width: 100%;
	padding: 0 14px;
	border-radius: 12px;
	background: #fff;
	color: #17182a;
	font: 15px 'Rubik', sans-serif;
	box-shadow: inset 0 0 0 1px #dde1ef;
}

.dmca-field input[type="email"] {
	height: 46px;
	line-height: 46px;
}

.dmca-field textarea {
	min-height: 112px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.45;
	resize: vertical;
}

.dmca-field input[type="file"] {
	height: auto;
	padding: 12px;
	line-height: 1.35;
	cursor: pointer;
	background: #f8f9fd;
}

.dmca-field input:focus,
.dmca-field textarea:focus {
	box-shadow: inset 0 0 0 2px #7462ff;
}

.dmca-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

.dmca-submit {
	border-radius: 12px;
	background: #7462ff;
	color: #fff;
}

.dmca-submit:hover {
	background: #5b49e4;
	color: #fff;
}

.dmca-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.dmca-result {
	min-height: 20px;
	margin-top: 14px;
	color: #6b6f82;
	font-weight: 500;
}

.dmca-result.success {
	color: #16844b;
}

.dmca-result.error {
	color: #d13b4c;
}

body.dmca-opened {
	overflow: hidden;
}

.add-track-form {
	display: grid;
	gap: 14px;
	max-width: 620px;
	margin-top: 20px;
	padding: 18px;
	border-radius: 18px;
	background: #f6f7fc;
	box-shadow: inset 0 0 0 1px #e1e5f1;
}

.add-track-field {
	display: block;
	color: #23243a;
	font-weight: 600;
}

.add-track-field span {
	display: block;
	margin-bottom: 7px;
}

.add-track-field.is-required span:after {
	content: "*";
	margin-left: 5px;
	color: #e53945;
	font-weight: 800;
}

.add-track-field input,
.add-track-field textarea {
	width: 100%;
	padding: 0 14px;
	border-radius: 12px;
	background: #fff;
	color: #17182a;
	font: 15px 'Rubik', sans-serif;
	box-shadow: inset 0 0 0 1px #dde1ef;
}

.add-track-field input[type="text"],
.add-track-field input[type="email"],
.add-track-field input[type="url"] {
	height: 46px;
	line-height: 46px;
}

.add-track-field input[type="file"] {
	height: auto;
	padding: 12px;
	line-height: 1.35;
	cursor: pointer;
	background: #fff;
}

.add-track-field textarea {
	min-height: 110px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.45;
	resize: vertical;
}

.add-track-field input:focus,
.add-track-field textarea:focus {
	box-shadow: inset 0 0 0 2px #7462ff;
}

.add-track-submit {
	justify-self: start;
	min-width: 190px;
	border-radius: 12px;
	background: #7462ff;
	color: #fff;
}

.add-track-submit:hover {
	background: #5b49e4;
	color: #fff;
}

.add-track-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.add-track-result {
	min-height: 20px;
	color: #6b6f82;
	font-weight: 500;
}

.add-track-result.success {
	color: #16844b;
}

.add-track-result.error {
	color: #d13b4c;
}

@media screen and (max-width: 590px) {
	.dmca-head,
	.dmca-form {
		padding-left: 16px;
		padding-right: 16px;
	}
	.dmca-title {
		font-size: 18px;
	}
}


