/* Datalife Engine template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ), 
creation date: 15 january 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;}
body {font: 15px 'Roboto Condensed', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #000; background:#000 url(../images/bg.jpg) center top fixed no-repeat; 
height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
.visually-hidden {position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color:#c47699; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:700; font-size:18px;}


.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}

button, input {font-family: 'Roboto Condensed' !important;}

/*--- SET ---*/
.button, .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 {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:4px; cursor:pointer; 
background-color:#c47699; color:#fff; text-align:center; font-weight: 400; font-size: 17px;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button: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:#ae7196; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f8f8f8; border-radius:4px; -webkit-appearance: none; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1); font-size: 16px;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.img-box, .img-wide, .img-resp, .img-resp-v, .img-resp-sq {overflow:hidden; position:relative; background-color:#000;}
.img-resp {padding-top:57%;}
.img-resp-v {padding-top:145%;}
.img-resp-sq {padding-top:100%;}
.img-box img, .img-resp img, .img-resp-v img, .img-resp-sq img {width:100%; min-height:100%; display:block;}
.img-resp img, .img-resp-v img, .img-resp-sq img {position:absolute; left:0; top:0;}
.img-wide img {width:100%; display:block;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .th-img {transition: all .3s;}
.button, .sc-title, .mask {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.fx-row {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-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-left {-ms-flex-pack:start;-webkit-justify-content:start;justify-content:start;}
.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;}

	b, strong {font-weight: 700;}
	.hmenu a:hover, .footer a:hover, .col-side a:hover, .short:hover .short-desc, 
	.speedbar a:hover {text-decoration: underline;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding-top: 0px;}
.center {max-width:1380px; margin:0 auto; position:relative; z-index:20; 
box-shadow: 0 0 60px 0 rgba(0,0,0,0.4);}
.col-left {position: relative; z-index: 30; width: 240px; background-color: rgba(255,255,255,0.2); color: #fff;}
.col-left-sticky {position: sticky; left: 0; top: 20px;}
.topline {position: relative; z-index: 20; margin-bottom: 20px;}
.col-right {width: 240px; background-color: #fff; padding: 20px;}
.col-main {min-height: 80vh; padding: 20px; background-color: #f7f7f7;}
.footline {padding: 20px; color: #fff; box-shadow: inset 0 1000px rgba(0,0,0,0.6);
	background:#333 url(../images/bg.jpg) center center no-repeat; border-top: 5px solid #c47699;}


/* HEADER, FOOTER
----------------------------------------------- */
.logo {width: 240px; height: 40px; display: block; margin: 20px 0;}
.rand {margin-right: 20px;}
.share {width:216px; height:39px;
transform-origin: right center; transform: scale(0.9,0.9);}
.share a {display:block; width:38px; height:38px; border-radius:50%; float:left; margin-right:5px;
box-shadow:5px 5px 16px 0 rgba(0,0,0,0.1); background:url(../images/share.png) -2px 0 no-repeat;}
.share a:last-child {margin:0;}
.share a:nth-child(2) {background-position:-46px 0;}
.share a:nth-child(3) {background-position:-88px 0;}
.share a:nth-child(4) {background-position:-132px 0;}
.share a:nth-child(6) {background-position:-175px 0;}
.share a:nth-child(5) {background-position:-218px 0;}
.share a:hover {transform:rotate(20deg);}

.search-wrap {position: relative;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; padding:0 60px 0 15px; 
	background-color:#fff; box-shadow: 0 0 0 0px #e3e3e3; color: #000; border-radius: 4px; 
height: 40px; line-height: 40px;}
.search-box button {position:absolute; right:0px; top:0px; z-index:10; 
	padding: 0 !important; width: 40px; color: #000 !important; background-color: transparent !important;}
.search-box input:not(:focus)::placeholder {color: #000; font-size: 17px;}

.ftmenu {}
.ftmenu li {margin: 0 20px 5px 0; display: inline-block; font-size: 17px;}
.ftmenu a {color: #fff;}
.ftdesc {opacity: 0.7;}


/* SIDE
----------------------------------------------- */
.side-box {}
.side-box + .side-box {margin-top: 20px;}
.side-bt {font-size: 20px; margin-bottom: 20px;}

.side-nav {margin-top: 10px;}
.side-nav a {display: block; height: 40px; line-height: 40px; overflow: hidden; 
white-space: nowrap; -ms-text-overflow: ellipsis; font-size: 17px;
text-overflow: ellipsis; padding-left: 15px; color: #fff;}
.side-nav a:before {content:"\f111"; font-family:'FontAwesome'; color:#fff; font-size: 8px; 
width: 25px; display: inline-block; vertical-align: middle; position: relative; top: -2px;}
.side-nav a:hover {text-decoration: underline;}

.popular {margin-bottom: 10px; line-height: 1.5;}
.popular-desc {display: block; padding-left: 20px; position: relative;}
.popular-desc:before {content:"\f111"; font-family:'FontAwesome'; color:#c47699; 
display: inline-block; vertical-align: middle; 
position: absolute; left: 0; top: 5px; font-size: 8px;}
.popular-title {opacity: 0.5;}


/* SECT, SHORT
----------------------------------------------- */
.sect1 {background-color: #fff; padding: 20px; border-radius: 6px;}
.sections + .sections, .sect1 + .sect1, .sect1 + .sect {margin-top: 20px;}
.sections .sect {width: 49%;}
.sect-t {font-weight: 400; font-size: 24px; margin-bottom: 20px;}
.sect-t .fa {color: #fc5c65; margin-right: 18px; display: none;}
.speedbar {color: #888; margin-bottom: 20px;}

.short {margin-bottom: 10px; background-color: #fff; border-radius: 4px; overflow: hidden;}
.short2:nth-child(2n+1) {background-color: #f9f9f9;}
.short-desc {padding: 0 20px 0 10px;}
.short-artist {}
.short-title {opacity: 0.5;}
.short-time {opacity: 0.5; margin-right: 10px; font-size: 12px;}
.short .fa-play {width: 40px; height: 40px; text-align: center; line-height: 40px; 
background-color: #ae7196; color: #fff; font-size: 12px; padding-left: 2px;}
.short .fa-download {color: #95a5a6; font-size: 14px; width: 40px; height: 40px; line-height: 40px; 
text-align: center; border-left: 1px solid #f0f0f0;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:36px; text-align:center; margin-top: 30px; font-size: 14px; }
.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:36px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:36px; background-color:#fff; margin:0 3px; border-radius:4px; margin-top: 10px;}
.navigation span, .pagi-nav a:hover {background-color:#c47699; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color: #ccc;}
.pagi-nav a:hover {background-color:#c47699; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.full-comms {display: none;}
.fheader {margin-bottom: 20px;}
.fheader  h1 {font-size: 28px; font-weight: 400;}
.fheader h1 a {margin-left: 10px; font-size: 14px;}
.fcols {margin-bottom: 20px;}
.fcaption {line-height: 1.5; opacity: 0.5; margin-right: 20px;}

.fdl {padding: 0 20px 0 65px; position: relative; width: 220px; overflow: hidden;
	color: #fff !important; line-height: 20px; padding-top: 7px; margin-right: 20px; 
	height: 55px; border-radius: 4px;}
.fdl-dl {width: 55px; height: 55px; line-height: 55px; text-align: center; border-radius: 0%;
	background-color: rgba(0,0,0,0.1); color: #fff; position: absolute; left: 0; top: 0; font-size: 18px;}
.fbtn-capt {display: block;}
.fbtn-title {display: block;}
.sect-player {}

.finfo {margin-bottom: 20px;}
.finfo li {position: relative; padding: 7px 10px 7px 180px;}
.finfo li:nth-child(2n+1) {background-color: #f7f7f7;}
.finfo li > span:first-child {position: absolute; left: 10px; top: 7px; opacity: 0.5;}
.finfo a {color: #c47699; text-decoration: underline;}

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; color: #c47699; text-decoration: underline;}

.fbtn-player {width: 100%; padding: 10px 10px; background-color: #333; color: #fff; 
	border-radius: 0px; position: relative; top: 5px;}
.audioplayer {position: relative; font-size: 12px;}
.audioplayer audio {display: none;}
.audioplayer-playpause {width: 30px; margin-right: 15px;}
.audioplayer-time {position: absolute; top: 7px; left: 45px; opacity: 1;}
.audioplayer-time-duration {left: auto; right: 105px;}
.audioplayer-volume {margin-left: 15px;}
.audioplayer-bar {background-color: #000; height: 5px; border-radius: 0px; 
	position: relative; top: 7px; position: absolute; left: -10px; right: -10px; top: -15px;}
.audioplayer-bar-loaded, .audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
border-radius: 5px; background-color: rgba(0,0,0,0.4);}
.audioplayer-bar-played {z-index: 10; background-color: #c47699;}
.audioplayer-bar-played22:before {content: ''; width: 14px; height: 14px; border-radius: 50%; 
background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); 
position: absolute; right: -7px; top: -4px; cursor: pointer;}
.audioplayer-playpause a, .audioplayer-volume-button a {overflow: hidden; width: 30px; height: 30px; line-height: 30px; 
text-indent: -9999px; position: relative; background-color: #ae7196; border-radius: 50%; 
display: block;}
.audioplayer-playpause a:before, .audioplayer-volume-button a:before {display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; 
border-radius: 15px; color: #fff; position: absolute; left: 0; top: 0; 
content:"\f04c"; font-family:'FontAwesome'; font-size: 12px; text-indent: 0;}
.audioplayer-stopped .audioplayer-playpause a:before {content:"\f04b"; left: 2px;}
.audioplayer-volume-button a:before {content:"\f028";}
.audioplayer-muted .audioplayer-volume-button a:before {content:"\f026";}
.audioplayer-volume {position: relative;}
.audioplayer-volume {position: relative;}
.audioplayer-volume-button {display: inline-block; vertical-align: middle;}
.audioplayer-volume-adjust {position: relative; display: inline-block; vertical-align: middle; 
	margin-left: 10px; font-size: 0;}
.audioplayer-volume-adjust > div {width: 50px; height: 6px; border-radius: 3px; 
position: relative; cursor: pointer; background-color: #e3e3e3;}
.audioplayer-volume-adjust > div > div {height: 6px; border-radius: 3px; background-color: #c47699; 
position: absolute; left: 0; bottom: 0;}
.audioplayer-volume-button {position: relative;}
.audioplayer-volume:hover .audioplayer-volume-adjust {}
.audioplayer-playpause a:hover, .audioplayer-volume-button a:hover, .audioplayer-volume-button22 a:before 
{background: #c47699; color: #fff;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {color:#5c5c5c; font-size:15px; line-height:1.7;}
.full-text img:not(.emoji) {max-width:100%; margin:10px auto;}
.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:#4527a0;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:0;}
.full-text table tr td {padding:3px 7px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#e3e3e3;} 
.full-text222 table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#4a61a3;}
.full-taglist {margin:0;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .logo1 {display:none;}
.side-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f2f5f7;
padding: 20px; padding-top: 0; z-index:888; position:fixed; left:-280px; top:0; 
transition:left .4s; -webkit-transition:left .4s; 
background:#333 url(../images/bg.jpg) center top no-repeat; color: #fff; 
	box-shadow: inset 1000px 0 rgba(0,0,0,0.4);}
.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:887; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 888;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #6c9bd3; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
.side-panel .side-nav a {padding-left: 0;}
.side-panel .to-mob {margin-bottom: 0;}
.side-panel .side-box {padding: 0; -webkit-box-shadow: none;
box-shadow: none;}
.side-panel a, .side-panel .popular-desc:before {color: #fff;}

@media screen and (min-width: 1600px) {
body {background-size: cover;}
}

@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.topline {background:#333 url(../images/bg.jpg) center top no-repeat; color: #fff; 
	margin: -20px; margin-bottom: 20px; padding: 10px 20px 10px 0; box-shadow: inset 0 1000px rgba(255,255,255,0.2);}
.logo1 {display: block; height: 40px; width: 240px; margin-right: 20px;}
.col-left, .col-right, .share {display: none;}
.cols, .cols-in {display: block;}
.rand {width: auto;}

.btn-menu {cursor:pointer; display:block; color: #fff; border-radius: 4px; margin-left: 20px;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; background-color: #c47699;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.col-main {padding-left: 10px; padding-right: 10px;}
.topline {padding-right: 10px; margin-left: -10px; margin-right: -10px;}
.footline {padding: 20px 10px;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px; overflow: hidden;}
.topline {padding: 10px;}
.logo1 {margin-left: -12px;}
.search-wrap {flex-basis: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; 
-ms-flex-order: 10;-webkit-order: 10;order: 10; margin-top: 10px;}
.sections .sect {width: 100%; margin-bottom: 15px;}
.footline, .ftbtm {display: block; text-align: center;}
.ftmenu li {margin: 0 10px 10px 10px;}
.ftdesc {margin: 10px 0 20px 0;}

.sect1 {padding: 20px 10px;}
.fheader h1 {font-size: 24px; text-align: center;}
.fheader, .fcols1 {display: block;}
.fdl {width: 100%; margin: 0 0 20px 0;}

.full-comms {padding-top: 30px;}
.comm-three li:not(:first-child) {display:none;}
.dcont button {font-size:12px; padding:0 15px !important;}
.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.rand {display: none;}

.comm-one {overflow: hidden; height: 20px; line-height: 20px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.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) {
.center22 {max-width:320px;}
.logo1 {width: 240px; padding-top: 2px;}
.btn-menu {margin: 0;}

.fcols {display: block; text-align: center;}
.fcaption {margin: 0 0 20px 0;}
.fheader h1 {}
.finfo li {padding-left: 140px;}
.finfo li span {display: inline-block; width: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.comms-title {display: block; text-align: center;}
.comms-title .button {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}





/* Muzfo Go redesign */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #172026;
	background: #edf4f6;
	letter-spacing: 0;
	padding-bottom: 96px;
}

a {color: #146b73;}
a:hover, a:focus {color: #d9483b;}

.center {
	max-width: 1240px;
	box-shadow: 0 24px 70px rgba(21, 45, 54, 0.14);
	border-left: 1px solid rgba(20,107,115,0.12);
	border-right: 1px solid rgba(20,107,115,0.12);
}

.col-left {
	width: 220px;
	background: #12343b;
	color: #fff;
}

.col-left-sticky {top: 0; padding: 18px 18px 24px;}
.col-right {background: #f8fbfb; border-left: 1px solid #d9e6e8;}
.col-main {background: #eef5f5; padding: 24px;}

.logo,
.logo1 {
	display: flex;
	align-items: center;
	width: auto;
	height: 42px;
	margin: 0 0 24px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.logo:before,
.logo1:before {
	content: "Muzfo Go";
	display: inline-flex;
	align-items: center;
	height: 42px;
	padding: 0 14px;
	border-radius: 6px;
	background: #21a0a0;
	color: #fff;
	box-shadow: inset 0 -3px rgba(0,0,0,0.14);
}

.logo img,
.logo1 img {display: none;}

.logo1 {display: none; margin: 0 18px 0 0;}

.topline {
	margin-bottom: 24px;
	padding: 16px;
	background: #fff;
	border: 1px solid #d9e6e8;
	border-radius: 8px;
}

.search-box input,
.search-box input:focus {
	background: #edf6f6;
	border-radius: 6px;
	color: #172026;
	box-shadow: inset 0 0 0 1px #cfe0e2;
}

.search-box button {color: #146b73 !important;}

.button,
.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,
.btn-menu {
	background-color: #d9483b;
	color: #fff;
	border-radius: 6px;
}

.button: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,
.btn-menu:hover {
	background-color: #b9332a;
	color: #fff;
}

.side-nav a {
	height: 38px;
	line-height: 38px;
	padding-left: 0;
	color: rgba(255,255,255,0.88);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.side-nav a:before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 12px;
	border-radius: 2px;
	background: #f0b429;
}

.sect1,
.short,
.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev > span,
.pnext > span {
	border-radius: 8px;
	border: 1px solid #d9e6e8;
	box-shadow: 0 10px 26px rgba(21,45,54,0.06);
}

.sect1 {background: #fff;}
.home-intro {
	margin-bottom: 20px;
	padding: 22px 24px;
}
.home-intro h1 {
	margin-bottom: 10px;
	color: #12343b;
	font-size: 28px;
	line-height: 1.2;
}
.home-intro p {
	max-width: 820px;
	color: #40585f;
	font-size: 16px;
	line-height: 1.55;
}
.sections .sect {width: 48.8%;}
.sect-t {
	font-size: 22px;
	color: #12343b;
	border-bottom: 2px solid #21a0a0;
	padding-bottom: 10px;
}

.short {
	margin-bottom: 12px;
	background: #fff;
}

.short2:nth-child(2n+1) {background: #f7fbfb;}
.short .fa-play {background-color: #21a0a0;}
.short .fa-download {color: #d9483b;}
.short.is-playing .fa-play {
	background-color: #d9483b;
}
.short.is-playing .fa-play:before {
	content: "\f04c";
}

.navigation span,
.pagi-nav a:hover {
	background-color: #21a0a0;
	color: #fff;
}

.footline {
	background: #12343b;
	border-top: 4px solid #f0b429;
	box-shadow: none;
}

@media screen and (max-width: 950px) {
	.logo1 {display: flex;}
}

@media screen and (max-width: 760px) {
	.topline {padding: 12px;}
	.logo1 {margin-bottom: 10px;}
}

/* Track page */
.track-hero {
	position: relative;
	overflow: hidden;
	padding: 28px;
	background: linear-gradient(135deg, #ffffff 0%, #f4fbfb 58%, #e6f5f3 100%);
	border: 1px solid #cfe0e2;
	box-shadow: 0 18px 44px rgba(18, 52, 59, 0.12);
}

.track-hero:before {
	content: "";
	position: absolute;
	right: -70px;
	top: -90px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: rgba(33,160,160,0.12);
}

.track-hero:after {
	content: "";
	position: absolute;
	right: 88px;
	bottom: -80px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(240,180,41,0.16);
}

.track-top,
.track-meta,
.track-summary,
.track-actions {
	position: relative;
	z-index: 2;
}

.track-top {
	margin-bottom: 22px;
	gap: 18px;
}

.track-art {
	width: 112px;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 112px;
	border-radius: 8px;
	background: #12343b;
	color: #f0b429;
	font-size: 42px;
	box-shadow: inset 0 -10px rgba(0,0,0,0.12), 0 18px 36px rgba(18,52,59,0.18);
}

.track-label {
	display: inline-block;
	margin-bottom: 9px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #d9483b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.track-hero .fheader {
	margin: 0;
}

.track-hero .fheader h1 {
	margin: 0;
	color: #12343b;
	font-size: 32px;
	line-height: 1.18;
	font-weight: 700;
}

.track-subtitle {
	margin-top: 9px;
	color: #557077;
	font-size: 16px;
}

.track-meta {
	margin: 0 0 22px;
	gap: 10px;
}

.track-meta li {
	position: static;
	min-width: 128px;
	flex: 1 1 128px;
	padding: 12px 14px;
	border: 1px solid #d9e6e8;
	border-radius: 8px;
	background: rgba(255,255,255,0.78);
}

.track-meta li:nth-child(2n+1) {
	background: rgba(255,255,255,0.92);
}

.track-meta li > span:first-child,
.track-meta span {
	position: static;
	display: block;
	margin-bottom: 5px;
	color: #6f858b;
	font-size: 12px;
	opacity: 1;
	text-transform: uppercase;
}

.track-meta b {
	display: block;
	color: #12343b;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.track-summary {
	margin-bottom: 22px;
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #d9e6e8;
}

.track-summary .fcaption {
	margin-right: 20px;
	color: #40585f;
	opacity: 1;
}

.track-actions {
	gap: 16px;
	align-items: stretch;
}

.track-play-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 150px;
	min-height: 74px;
	padding: 0 18px !important;
	border-radius: 8px !important;
	background: #21a0a0 !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700;
	box-shadow: 0 14px 28px rgba(33,160,160,0.24);
}

.track-play-btn .fa {
	font-size: 15px;
}

.track-play-btn.is-playing .fa:before {
	content: "\f04c";
}

.track-play-btn:hover {
	background: #168282 !important;
}

.track-actions .fdl {
	width: 285px;
	min-height: 74px;
	height: auto;
	margin: 0;
	padding: 15px 18px 15px 78px;
	border-radius: 8px;
	line-height: 1.25;
	background: #d9483b;
	box-shadow: 0 14px 28px rgba(217,72,59,0.26);
}

.track-actions .fdl-dl {
	width: 58px;
	height: 100%;
	line-height: 74px;
	background: rgba(0,0,0,0.14);
}

.track-actions .fbtn-capt {
	font-size: 18px;
	font-weight: 700;
}

.track-actions .fbtn-title {
	margin-top: 5px;
	color: rgba(255,255,255,0.82);
	font-size: 13px;
}

.track-actions .sect-player {
	display: flex;
	align-items: center;
	min-height: 74px;
	padding: 14px;
	border-radius: 8px;
	background: #12343b;
	box-shadow: 0 14px 28px rgba(18,52,59,0.18);
}

.track-actions .fbtn-player,
.track-actions audio {
	width: 100%;
}

.track-actions audio {
	display: block;
	height: 42px;
}

.full-text {
	padding: 4px 0;
	color: #40585f;
}

@media screen and (max-width: 760px) {
	.track-hero {padding: 18px;}
	.track-top {display: block; text-align: center;}
	.track-art {margin: 0 auto 16px;}
	.track-hero .fheader h1 {font-size: 24px;}
	.track-summary {display: block;}
	.track-summary .fcaption {margin: 0 0 14px;}
	.track-actions {display: block;}
	.track-play-btn {width: 100%; margin-bottom: 14px;}
	.track-actions .fdl {width: 100%; margin-bottom: 14px;}
	.track-actions .sect-player {min-height: 68px;}
}

/* Fixed audio player */
.go-player {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 12px 16px;
	background: rgba(18,52,59,0.96);
	box-shadow: 0 -18px 44px rgba(18,52,59,0.22);
	backdrop-filter: blur(10px);
}

.go-player-inner {
	max-width: 1180px;
	min-height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 14px;
}

.go-player-toggle,
.go-player-download {
	width: 44px;
	height: 44px;
	min-width: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #21a0a0 !important;
	color: #fff !important;
	font-size: 16px;
	box-shadow: inset 0 -3px rgba(0,0,0,0.12);
}

.go-player-toggle:hover,
.go-player-download:hover {
	background: #d9483b !important;
	color: #fff !important;
}

.go-player.is-playing .go-player-toggle .fa:before {
	content: "\f04c";
}

.go-player-info {
	min-width: 180px;
	max-width: 360px;
	flex: 0 1 360px;
	color: #fff;
}

.go-player-label {
	margin-bottom: 4px;
	color: #f0b429;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.go-player-title {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.go-player-time {
	width: 44px;
	color: rgba(255,255,255,0.74);
	font-size: 13px;
	text-align: center;
}

.go-player-progress {
	position: relative;
	height: 8px;
	flex: 1 1 auto;
	border-radius: 999px;
	background: rgba(255,255,255,0.18);
	cursor: pointer;
	overflow: hidden;
}

.go-player-progress-fill {
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #f0b429;
}

.go-player audio {
	display: none;
}

@media screen and (max-width: 760px) {
	body {padding-bottom: 138px;}
	.go-player {padding: 10px;}
	.go-player-inner {
		min-height: 96px;
		display: grid;
		grid-template-columns: 44px 1fr 44px;
		gap: 10px;
	}
	.go-player-info {
		min-width: 0;
		max-width: none;
	}
	.go-player-current {grid-column: 1 / 2;}
	.go-player-progress {grid-column: 2 / 3;}
	.go-player-duration {grid-column: 3 / 4;}
}

/* Mobile polish */
@media screen and (max-width: 760px) {
	body {
		padding-bottom: calc(108px + env(safe-area-inset-bottom));
	}

	.col-main {
		padding: 14px 12px 18px;
	}

	.home-intro {
		margin-bottom: 18px;
		padding: 18px 16px;
	}

	.home-intro h1 {
		font-size: 25px;
		line-height: 1.18;
	}

	.home-intro p {
		font-size: 16px;
		line-height: 1.55;
	}

	.sections {
		display: block;
	}

	.sections .sect {
		width: 100%;
		margin-bottom: 22px;
	}

	.sect-t {
		margin-bottom: 14px;
		font-size: 25px;
		line-height: 1.16;
	}

	.short {
		min-height: 54px;
		margin-bottom: 10px;
		border-radius: 12px;
		box-shadow: 0 8px 18px rgba(21,45,54,0.08);
	}

	.short-desc {
		padding: 0 12px;
		font-size: 17px;
		line-height: 54px;
	}

	.short .fa-play,
	.short .fa-download {
		width: 54px;
		height: 54px;
		line-height: 54px;
	}

	.short .fa-play {
		font-size: 15px;
	}

	.short .fa-download {
		min-width: 48px;
		font-size: 16px;
	}

	.side-panel {
		width: min(86vw, 340px);
		left: -100%;
		padding: 22px 18px 120px;
		background: linear-gradient(160deg, rgba(18,52,59,0.98), rgba(33,160,160,0.92));
		box-shadow: 22px 0 50px rgba(9,31,36,0.24);
	}

	.side-panel.active {
		left: 0;
	}

	.close-overlay {
		background-color: rgba(11,27,31,0.58);
		backdrop-filter: blur(2px);
	}

	.side-panel .side-box + .side-box {
		margin-top: 26px;
	}

	.side-panel .side-nav a {
		height: 50px;
		line-height: 50px;
		padding: 0 4px;
		border-bottom: 1px solid rgba(255,255,255,0.16);
		color: #fff;
		font-size: 21px;
	}

	.side-panel .side-nav a:before {
		width: 9px;
		height: 9px;
		margin-right: 14px;
		border-radius: 3px;
		background: #f0b429;
	}

	.side-panel .side-bt {
		margin: 28px 0 14px;
		color: #fff;
		font-size: 26px;
		line-height: 1.15;
	}

	.side-panel .popular {
		margin-bottom: 16px;
	}

	.side-panel .popular-desc {
		padding-left: 22px;
		color: #fff;
		font-size: 18px;
		line-height: 1.35;
	}

	.side-panel .popular-title {
		color: rgba(255,255,255,0.62);
		opacity: 1;
	}

	.go-player {
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
		background: rgba(18,52,59,0.98);
		box-shadow: 0 -14px 34px rgba(18,52,59,0.24);
	}

	.go-player-inner {
		min-height: 78px;
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		grid-template-areas:
			"play info download"
			"time1 progress time2";
		align-items: center;
		gap: 10px 12px;
	}

	.go-player-toggle {
		grid-area: play;
	}

	.go-player-download {
		grid-area: download;
	}

	.go-player-info {
		grid-area: info;
		min-width: 0;
	}

	.go-player-current {
		grid-area: time1;
	}

	.go-player-progress {
		grid-area: progress;
		height: 10px;
	}

	.go-player-duration {
		grid-area: time2;
	}

	.go-player-toggle,
	.go-player-download {
		width: 48px;
		height: 48px;
		min-width: 48px;
		border-radius: 12px;
	}

	.go-player-label {
		margin-bottom: 2px;
		font-size: 12px;
		letter-spacing: 0.02em;
	}

	.go-player-title {
		font-size: 19px;
		line-height: 1.2;
	}

	.go-player-time {
		width: auto;
		font-size: 15px;
	}
}

@media screen and (max-width: 470px) {
	.home-intro h1 {
		font-size: 23px;
	}

	.sect-t {
		font-size: 23px;
	}

	.short-desc {
		font-size: 16px;
	}

	.go-player-title {
		font-size: 18px;
	}
}



