/* MUZRECORD.COM */

/* 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 'Open Sans', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #111 url(../images/bg2.jpg) center top fixed no-repeat;
min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #FF7515; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Open Sans' !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: 4px; cursor: pointer; color: #fff; background-color: #FF7515; font-size: 16px; 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: #3498db; 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: 600;}
.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: 800;}
#dle-content > *:not(.album-item):not(.artist-item):not(.collection-item) {width: 100%;}
.sect-title, .side-bt, h1, h2, h3, h4, h5, .track-count, .login-title {font-family: 'Oswald', sans-serif; font-weight: 700;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; min-height: 100vh; padding-top: 30px; 
background: #111 url(../images/bg2.jpg) center top;}
.wrap-center {max-width:1280px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {box-shadow: 0 0 60px 0 rgba(0,0,0,0.3); z-index: 100;}
.col-left {width: 300px; background-color: rgba(255,255,255,0.1); padding: 30px; color: #fff;}
.col-main {min-height: 100vh; background-color: #fff;}
.topline {background-color: #fff; padding: 0 30px; height: 65px; border-bottom: 1px solid #e3e3e3; 
position: relative; left: 0; top: 0; z-index: 999;}
.content {padding: 30px;}
.footer {padding: 15px 230px 15px 30px; color: #fff;  line-height: 1.7; 
background: rgba(0,0,0,0.3) url(../images/logo2.png) right 30px center / 160px auto no-repeat;}

#gotop{position:fixed; width:40px; height:40px; line-height:40px; right:10px; bottom:10px;
z-index:9998; display:none; background-color:#fff; color:#222; cursor:pointer; font-size:16px; 
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 250px; height: 60px;}
.login-btns > * {display: inline-block; vertical-align: middle;
	font-size: 16px; cursor: pointer; height: 40px; border-radius: 50%; line-height: 40px; text-align: center;}
.btn-login {color: #fff; background-color: #FF7515; width: 40px;}
.btn-login:hover {background: #3498db; color: #fff;}
.not-logged-btn {width: auto; border-radius: 0px; padding: 0 30px; 
	font-weight: 600; font-size: 14px; height: 65px; line-height: 65px; margin-right: -30px;}
.btn-fav {color: #EC2828; margin-right: 15px;}

.share {width:225px; height:36px; white-space: nowrap; margin: 0 auto 26px auto; 
	position: relative; left: 3px; top: -2px;}
.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 {}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; 
background-color:rgba(0,0,0,0.1); color: #fff; border-radius: 20px; box-shadow: none;}
.search-box input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 14px;} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 30px;
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-title {font-size: 24px; text-transform: uppercase; 
	border-left: 5px solid #FF7515; padding-left: 15px;}
.sect-link {display: inline-block; color: #949494; margin-left: 15px; 
height: 30px; line-height: 30px; border-radius: 15px; padding: 0 15px; 
box-shadow: inset 0 0 0 1px #e3e3e3; font-size: 13px;}
.sect-col {width: 49.3%; margin-bottom: 15px;}
.sect-wide {margin-left: -30px; margin-right: -30px; padding: 30px; background-color: #e6e6e6;}
.sect-wide .sect-link {box-shadow: inset 0 0 0 1px #ccc;}


/* ALBUM, ARTIST, COLLECTION
----------------------------------------------- */
.album-item {width: 15.4%; margin-bottom: 15px;}
.album-in, .collection-in, .track-item a {display: block; position: relative;}
.album-img {margin-bottom: 15px;}
.album-title {font-weight: 600;}
.album-subtitle { color: #949494; margin-top: 3px; font-size: 13px;}

.artist-item {width: 23%; margin-bottom: 15px;}
.artist-img {margin-right: 15px; width: 60px; height: 60px;}
.artist-title {font-weight: 600; }

.collection-item {width: 32.3%; margin-bottom: 15px;}
.collection-img {}
.collection-img:before {position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; 
content: ''; opacity: 0.6;
background: rgba(0,0,0,0.6) url(../images/bg2.jpg) center top / cover no-repeat; background-size: 200% 200%;}
.collection-desc {position: absolute; z-index: 2; left: 0; bottom: 0; top: 0; right: 0; color: #fff;}
.collection-subimg {width: 50%; height: 100%;}
.collection-title {font-weight: 600;}
.collection-subtitle { margin-top: 3px; opacity: 0.8; font-size: 13px;}
.collection-text {padding: 15px;}

.col-main .album-in:hover .album-img, .col-main .collection-in:hover .collection-img, 
.col-main .artist-in:hover .artist-img {animation: shad 1.6s infinite linear;  animation-direction: alternate;}
@keyframes shad { 
	0% {box-shadow: 0 0 20px #fff;}
	10% {box-shadow: 0 0 30px #fff;}
	40% {box-shadow: 0 0 20px #FF7515;}
	70% {box-shadow: 0 0 30px #736aab;}
	100% {box-shadow: 0 0 20px #d7aa99;}
}


/* TRACK
----------------------------------------------- */
.track-item {background-color: #fff; padding: 10px; position: relative;}
.track-item:nth-child(2n+1) {background-color: #f6f6f6;}
.sect-count .track-item {padding-left: 40px;}
.track-count {color: #c4c4c4; z-index: 10; font-size: 18px;
position: absolute; top: 50%; left: 10px; margin-top: -10px;
 width: 20px; height: 20px; line-height: 20px; text-align: center;}
.track-img {width: 40px; height: 40px; border-radius: 20px; margin-right: 15px; background-color: transparent;}
.track-dl {color: #FF7515; margin-left: 15px; cursor: pointer; font-size: 18px;}
.track-time {color: #949494; font-size: 12px; margin-left: 15px;}
.track-data {
  display: none; 
}

@media (min-width: 768px) {
  .__adv_list_track:hover .track-data {
    display: block; 
  }
}

@media only screen and (max-width: 767px) {
  .track-time {
    display: none;
  }
}

.track-fav {margin-left: 15px; width: 24px; height: 24px; line-height: 24px; text-align: center; 
border-radius: 50%; background-color: #c4c4c4; color: #fff !important; font-size: 10px;}
.track-title {font-weight: 600;}
.track-subtitle {color: #949494; margin-top: 3px; font-size: 13px;}
a:hover .track-fav {color: #8e44ad;}
.track-play {width: 40px; height: 40px; line-height: 40px; text-align: center; 
color: #fff; position: absolute; left: 0; top: 0; z-index: 2; font-size: 12px; padding-left: 3px; cursor: pointer;} 
.track-play:before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0.6; 
background: rgba(0,0,0,0.6) url(../images/bg.jpg) center top / cover no-repeat; background-size: 200% 200%;}
.track-play .fa {position: relative; z-index: 10;}
.show-player .track-play {padding-left: 0;}
.show-player .track-play:before, .track-play:hover:before {background: #FF7515; opacity: 1;}
.track-fav:hover {background-color: #FF7515; color: #fff; cursor: pointer;}


/* SIDE
----------------------------------------------- */
.side-box {margin-top: 30px;}
.side-bt {font-size: 18px; text-transform: uppercase; margin-bottom: 30px;}
.side-box a {color: #fff;}
.side-box a:hover {color: #fff; text-decoration: underline;}

.tt {}
.tt + .tt {margin-top: 15px;}
.tt .track-subtitle {color: #fff; opacity: 0.8;}
.ta {width: 100%; margin-bottom: 15px;}

.side-nav {font-weight: 600; background-color: #3B3B3B; white-space: nowrap; padding-left: 5px; position: relative;}
.side-nav > li {display: inline-block; vertical-align: top; margin-left: 25px;}
.side-nav > li > a {display: block; height: 66px; line-height: 66px; color: #fff;}
.hidden-menu {background-color: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.1); z-index: 100; 
position: absolute; left: 0; top: 100%; width: 100%; padding: 15px 30px;
pointer-events: none; opacity: 0; transform: translateY(30px);}
.hidden-menu li {width: 16.66%; float: left;}
.hidden-menu li a {display: block; height: 30px; line-height: 30px; white-space: nowrap; 
overflow: hidden; text-overflow: ellipsis; font-weight: 600;}
.submenu > a:after {content:"\f107 "; font-family:'FontAwesome'; margin-left:7px; 
transition: all .2s; display: inline-block;}
.side-nav > li:hover .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.side-nav > li.submenu:hover > a:after {transform: rotate(-180deg) !important}
.side-nav > li > a:hover, .side-nav > li:hover > a {color: #FF7515;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc-wr {line-height: 1.75; color: #5c5c5c; background-color: #e6e6e6; 
padding: 30px; margin: 25px -30px -30px -30px; font-size: 13px;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; color: #000;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc a {color: #FF7515; text-decoration: underline;}
.site-desc img {float: left; max-width: 200px; margin: 0 10px 10px 0;}
.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:linear-gradient(to bottom, rgba(230,230,230,0) 0%, #e6e6e6 100%);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; 
	color:#FF7515; font-weight: 600; font-size: 14px;}


/* FOOTER
----------------------------------------------- */
.ft-one .fx-1 {}
.ft-one a {margin-right: 15px; font-weight: 600; color: #fff;}
.ft-two {margin-top: 10px; font-size: 12px; opacity: 0.6; text-align: justify;}
.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; 
background-color:#e6e6e6; margin:5px 2px 0 2px; border-radius:0px; font-weight: 600; 
box-shadow: 1px 0 20px rgba(0,0,0,0);}
.navigation span, .pagi-nav a:hover {background-color:#3B3B3B; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color:#939393;}
.pagi-nav a:hover {background-color:#3B3B3B; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* PLAYER
----------------------------------------------- */
.item-player{z-index:9999;width:100%;position:fixed;left:0;bottom:0;background:#fff;background-color:hsla(0,0%,100%,.96)}
.audioplayer{max-width:1135px;width:calc(100% - 30px);margin:0 auto;height:60px;color:#3B3B3B}
.audioplayer audio{display:none}
.audioplayer-bar{z-index:9999;box-sizing:border-box;cursor:pointer;position:absolute;left:0;right:0;bottom:100%;top:-20px;height:20px;background-color:#e7e8ec}
.audioplayer-bar-loaded{transition:width .6s ease;z-index:9;position:absolute;left:0;height:20px;background-color:#d3d9de}
.audioplayer-bar-played{position:absolute;transition: width .3s ease;left:0;top:0;height:20px;z-index:10;background-color:#FC581F}
.audioplayer-volume{position:absolute;z-index:10000;left:73%;top:50%;margin-left:100px;margin-top:-15px}
.audioplayer-muted .fa-volume-up:before{content:'\f026'}
.audioplayer-volume-button a{color:#3B3B3B;display:block;width:30px;height:30px;line-height:30px;text-align:center}
.audioplayer-volume-adjust{position:absolute;left:0;border-radius:3px;bottom:30px;width:30px;height:100px;background-color:#f4f1ee;box-shadow:0 0 10px rgba(0,0,0,.5);padding:10px;display:none}
.audioplayer-volume-adjust>div{width:10px;height:80px;border-radius:3px;position:relative;cursor:pointer;background-color:#fff;overflow:hidden}
.audioplayer-volume-adjust>div>div{width:100%!important;background-color:#2c1835;position:absolute;left:0;bottom:0;z-index:10}
.audioplayer-volume:hover .audioplayer-volume-adjust{display:block}
.audioplayer-time{top:35px;font-size:12px;color:#000;z-index:9}
.audioplayer-time-current:after{content:'/';display:inline;margin:0 6px}
.ap-img{box-shadow:0 1px 2px rgb(0 0 0 / 16%),0 1px 2px rgb(0 0 0 / 23%);background:#eee;border-radius:3px;width:40px;height:40px;margin-right:10px;overflow:hidden}
.ap-img img{border-radius:3px;width:100%;height:100%;object-fit:cover}
.ap-artist{font-size:12px;color:#585858}
.ap-title{color:#000;font-weight:500}
.ap-btns{width:130px;position:absolute;left:50%;margin:0 0 0 -65px}
.audioplayer-playpause a{width:40px;height:40px;line-height:40px;text-align:center;display:block;font-size:22px;position:relative}
.ap-prev:active{background:#d3d9de}
.ap-next:active{background:#d3d9de}
.ap-next,.ap-prev{width:40px;text-align:center;font-size:22px;cursor:pointer;height:40px;line-height:40px;}
.first-reveal .ap-next,.first-reveal .ap-prev{pointer-events:none;opacity:.5}
.first-reveal .audioplayer-playpause .fa:before{content:'\f04b';padding-left:3px}
.ap-play-pseudo{position:absolute;left:0;top:0;right:0;bottom:0;z-index:10;cursor:pointer}
.btn-menu{display:none}

.first-reveal .audioplayer-bar{pointer-events:none;top:-5px;height:5px}.first-reveal .ap-time{display:none}.first-reveal .opacity-fon{top:-15px}
.opacity-fon {z-index:10000;box-sizing:border-box;position:absolute;left:0;right:0;bottom:100%;top:-30px;height:10px;}
 
@media screen and (max-width:1220px){.wrap{padding:0}
.btn-menu{display:block;font-size:24px;color:#fff;cursor:pointer}
.hmenu{display:none;width:100%;padding:0}
.hmenu li a{margin:0 0 20px 0;text-align:center}}@media screen and (max-width:991px){.audioplayer-volume{margin-top:-25px}
.ap-time{font-size:10px;color:#333;position:absolute;right:10px}
.ap-btns{width:120px;height:40px;margin-left:-60px;}
.audioplayer-playpause a{width:40px;height:40px;line-height:40px}
.audioplayer-volume{left:auto;right:15px;margin-right:0}
.ap-title{font-size:14px;width: 110px;}
.ap-title span{display:none}}@media screen and (max-width:470px){.track-title{color:#000;font-size:15px}
.album-in{padding-top:80%}}.img-box,.img-fit{overflow:hidden;position:relative}
.img-box img{width:100%;min-height:100%;display:block}
.img-fit img{width:100%;height:100%;object-fit:cover}
.nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ap-artist.nowrap{text-transform:uppercase;font-size:10px}
.hottrack,.newtrack{font-size:10px;margin-left:10px;padding-left:5px;border-radius:3px;padding-right:5px;border:1px dashed #ff8c00}
.audioplayer-bar-played:before{box-shadow: 0 1px 2px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);content:'';background-color:#eee;width:20px;height:20px;border-radius:50%;position:absolute;right:-10px;top:50%;margin-top:-10px;z-index:10001}
.matuki{margin-left:5px;font-size:10px;padding:1px;border-radius:3px;padding-left:3px;background:#eee;padding-right:3px}
.musicdop {border-radius:3px;background:#f1f4f9;padding:1px 5px;margin-right:0.5rem}@media (prefers-color-scheme:dark){.show-player a.track-fav{background:#333!important}
.track-fav{color:#222!important}
.audioplayer-bar-played{background-color:#222}}
.track-play>.fa-pause:before{animation:pulse 1s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.7}100%{opacity:1}}
.js-paused span{background-color: #da0f4780!important}.js-stop span{background-color:#da0f4780!important}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 13px; color: #949494; 
background-color: #e6e6e6; margin: -30px -30px 30px -30px; padding: 10px 30px;}
.fheader {margin-bottom: 30px;}
.fheader h1 span {color: #FF7515;}
.fcaption {font-size: 13px; color: #949494; line-height: 1.2; margin: 15px 0 30px 0; text-align: justify;}

.fleft {width: 200px; margin-right: 15px;}
.fimg {width: 200px; height: 200px;}
.dfleft {width: 200px; margin-right:5px;}
.dfimg {width: 103px; height: 103px;}
.fright {width: 240px; margin-left: 15px;}
.finfo {}
.finfo li {position: relative; padding: 5px 10px 5px 140px;}
.finfo li:nth-child(2n+1) {background-color: #f6f6f6;}
.finfo li > span:first-child {position: absolute; left: 10px; top: 6px; color: #949494; font-size: 13px;}
.finfotrek li {position: relative; padding: 5px 10px 5px 15px;}
.finfotrek li:nth-child(2n+1) {background-color: #f6f6f6;}
.finfotrek li > span:first-child {position: absolute; left: 10px; top: 6px; color: #949494; font-size: 13px;}
.finfo a {color: #FF7515; text-decoration: underline;}
.ffav a {display: block; text-align: center; color: #949494; box-shadow: inset 0 0 0 1px #e3e3e3; 
height: 30px; line-height: 30px; padding: 0 15px; border-radius: 15px; margin-left: 15px;}
.ffav a .fa {color: #EC2828;}

.frate-box {margin-top: 15px;}
.frate-title {font-weight: 600; margin-bottom: 8px;}
.frate-yes, .frate-no {background-color: #5CAE1E; color: #fff; height: 40px; width: 60px; 
	text-align: center; cursor: pointer;}
.frate-counts {height: 20px; line-height: 20px; font-size: 12px; font-weight: 600; background-color: rgba(0,0,0,0.2);}
.frate-btn-yes, .frate-btn-no {cursor: pointer; height: 20px; line-height: 16px; font-size: 14px;}
.frate-no {background-color: #EC2828; margin-left: 10px;}
.frate-yes:hover .frate-btn-yes, .frate-no:hover .frate-btn-no {background-color: rgba(0,0,0,0.4);}
.mrating {position: relative; width: 150px; height: 30px; position: relative; top: -4px;
background:url(../dleimages/rating1.png) 0 0px; display: inline-block; vertical-align: middle; margin-left: 10px;}
.mrating .current-rating{background:url(../dleimages/rating1.png) 0 -60px;position:absolute;
height:30px;display:block;text-indent:-9000px;z-index:1}
.frate-box .fx-1 {font-weight: 600; text-align: right;}

.fctrl {}
.fctrl > * {width: 100%; cursor: pointer;}
.fbtn {height: 66px; display: block; padding: 11px 15px 0 81px; position: relative;
border-radius: 0px; overflow: hidden;}
.fbtn-icon {width: 66px; height: 100%; position: absolute; left: 0; top: 0; 
	background-color: rgba(0,0,0,0.1); font-size: 12px; text-align: center;}
.fbtn-icon .fa {width: 40px; height: 40px; line-height: 40px; border-radius: 50%; 
	background-color: rgba(0,0,0,0.1); padding-left: 2px;}
.fbtn-capt {font-weight: 600;}
.fbtn-title {margin-top: 3px;}
.fplay {background-color: #3498db; color: #fff;}
.fdl {box-shadow: inset 0 0 0 2px #3B3B3B; padding-top: 0; line-height: 66px; margin-top: 15px;}
.fdl .fbtn-icon {background-color: #3B3B3B;color: #fff; font-size: 18px;}
.fplay:hover {background-color: #FF7515;}
.show-player .fbtn-icon .fa {padding-left: 0;}

.sect-text {background-color: #e6e6e6; padding: 30px;}
.sect-text .sect-title {font-size: 18px; margin-bottom: -10px; border: 0; padding: 0;}
.sect-text22 .slice-masked:before {background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}


/* 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.8;}
.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:#FF7515;}
.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:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comms {padding: 15px; margin-bottom: 30px; display: none; background-color: #e6e6e6;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {padding:10px; background-color:#ebebeb; margin:20px 0 0 0; text-align: right;}
.last-comm-link {margin-bottom:10px; text-decoration: underline;}

.comm-item {margin-bottom: 30px; }
.comm-left {width: 50px; margin-right: 15px;}
.comm-right {position: relative;}
.comm-right2:before, .comm-right2:after {content: ''; border: 10px solid transparent; border-right-color: #fff; 
position: absolute; right: 100%; top: 15px; margin-right: -1px; z-index: 2;}
.comm-right:after {z-index: 1; margin-right: 0; border-right-color: #e3e3e3;}
.comm-img {height: 50px; border-radius: 50%; background-color: transparent;}
.comm-two {margin: 10px 0 10px 0;}
.comm-one > span {margin-right: 15px; color: #939393;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {color: #FF7515;}
.comm-three-left > a, .comm-three-right li a {color: #939393;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; color: #909090; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; color: #909090; 
position: relative; top: -2px;}
.comm-rate3 a:hover {color: #000;}
.comm-rate3 a:last-child {margin-bottom: -6px;}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {text-decoration: underline;}


/* LOGIN
----------------------------------------------- */
.login-overlay, .mmenu-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.6; display: none; background-color: #000;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #fff; padding: 30px 60px 40px 60px; border-top: 5px solid #FF7515; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: none;}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; text-transform: uppercase; font-weight: 700; margin-bottom: 15px; text-align: center;}
.login-title:first-letter {color: #FF7515;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #3498db; color: #3498db; font-size: 12px;}
.login-check {position: relative; }
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
	background: #fff; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #5CAE1E;
	border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3;}
.login-menu li {text-align: center; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3ee; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 12px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #e3e3e3; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}




/* ADAPTIVE
----------------------------------------------- */
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; display: none;
background-color: #FF7515; color: #fff; font-size: 18px; cursor: pointer; margin-right: 15px;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#3B3B3B;
padding:10px; 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%;}

.side-panel .to-mob {display: block; background-color: transparent; padding: 0; margin: 0; width: 100%;}
.side-panel .side-nav {white-space: normal;}
.side-panel .side-nav > li {display: block; margin: 0 0 15px 0;}
.side-panel .side-nav > li > a {height: auto; line-height: normal;}
.side-panel .hidden-menu {background-color: #736fa3; box-shadow: none; margin-top: 10px;
position: static; padding: 10px; pointer-events: auto; opacity: 1; transform: translateY(0px);}
.side-panel .hidden-menu li {width: 50%; font-size: 13px;}
.side-panel .hidden-menu li a {color: #fff;}

@media screen and (max-width: 1220px) {
body, .wrap {background-image: none;}
.wrap-center {max-width:1000px;}
#gotop {display: none !important;}
.not-logged .login-avatar, .to-mob, .logo img, .col-left {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.wrap {padding: 0; overflow: hidden;}
.logo {background: url(../images/logo2.png) center center no-repeat;}
.btn-fav {color: #fff;}
.not-logged-btn {font-size: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; margin: 0; padding: 0;}
.not-logged-btn .fa {font-size: 18px; margin: 0; line-height: 40px;}
.footer, .topline {background-color: #3B3B3B; border: 0;}
.content, .footer, .topline, .sect-wide, .speedbar, .site-desc-wr {padding-left: 10px; padding-right: 10px; background-image: none;}
.sect-wide, .speedbar, .site-desc-wr {margin-left: -10px; margin-right: -10px;}
.btn-menu {display: block;}
.track-play:before, .collection-img:before {background-image: none;}
}

@media screen and (max-width: 950px) {
  .wrap-center {max-width:768px;}
  .sect-count .track-item {padding-left: 10px;}
  .track-count {display: none;} /* Скрывать только .track-count */
  
  .fright {width: 100%; margin: 15px 0 0 0;}
  .sect-text {padding-left: 10px; padding-right: 10px;}

  .track-fav {display: block;} /* Отображать .track-fav как блочный элемент */
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.album-item {width: 31%;}
.artist-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;}

.frate-box .fx-1 {font-size: 0;}
.mrating {margin-left: 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%;}
.artist-item {width: 48%;}
.collection-item {width: 100%;}
.btn-fav {display: none;}
.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: 15px; width: 200px; -webkit-background-size: 	contain;
	background-size: 	contain;}

.fcols {display: block;}
.fleft {width: 100%; margin-bottom: 15px;}
.fimg {margin: 0 auto;}

.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:320px;}
.sect-title {font-size: 18px;}
.sect-link .fa, .ffav .fa {display: none;}
.ap-img, .ap-info {display: none;}
.ap-desc {min-width: 5px;}

.sect-comms .sect-title {display: none;}
.sect-comms .button {margin: 0; width: 100%; text-align: center;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

/*  */
.obod {background-color: #d9dfe129;padding: 6px 5px 6px 10px;margin: 0px 0px 9px 0px;opacity: 0.8;}
.stroka_q {margin-bottom: 4px;}
.stroka_q li {display: inline;line-height: 33px;margin: 2px;}
.stroka_q li a {background-color: #ffcf4b7a;padding: 6px;border-radius: 3px;}

.like-t {text-align: right;opacity: 0.7;float: right;}
.like-t a {display: block;min-width: 30px;height: 30px;padding: 0 8px;border-radius: 7px;color: #111;font-size: 13px;border: 1px #fad02e solid;}
.like-t {display: none;}

/*blocked*/
.download__text_alert {
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #ef3e4a;
}

/*-------adv--------------*/
 .__adv_card_track .__adv_purchase {
    box-shadow: inset 0 0 0 2px #FF7515;
    padding-top: 0;
    line-height: 66px;
    margin-top: 15px;
 }
.__adv_card_track .__adv_purchase .fbtn-icon {
    background: #FF7515;
}

.rbt-icon::before {
    content: url(https://scripts.advmusic.com/phone_icon.php?size=17&color=ffffff);
    position: relative;
    top: 3px;
    right: 2px;
}   
/*-----end--adv--------------*/

/*-----Ajax подгрузка новостей--------------*/
.bottom-nav {clear: both; padding-top: 60px;}
.nav-load {text-align: center;}
.nav-load a {padding: 0 60px; display: inline-block; height: 60px; line-height: 60px; border-radius: 30px;
    font-weight: 700; font-size: 18px; background-color: #ff7515; color: #fff;}
.nav-load a:hover {background-color: #3498DB; color: #fff;}
.nav-load span {display: none;}