
.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 [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .ft-soc > *, .btn, button, .side-nav > li > a:before {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all, .album-item, .collection-in, .artist-item {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px; font-weight: 800;}
#dle-content > *:not(.album-item):not(.artist-item):not(.collection-item) {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; min-height: 100vh; padding: 40px 0 70px 0;}
.wrap:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1;
 background-color: #ecf0f5}
.wrap-center {max-width:1260px; margin:0 auto; position:relative; z-index:20;}
.wrap-main { z-index: 100; background-color: #f4f6f9;}
.header {background-color: #353535; color: #fff; padding: 10px 20px;}
.col-left {width: 300px; background-color: #eaecee; padding: 20px 40px;}
.col-main {min-height: 100vh; padding: 20px 40px;}
.footer {background: #353535; padding: 20px 40px; color: #fff;}

#gotop{background-color: #70d07c; color: #fff; width: 80px; height: 60px; line-height: 60px; 
text-align: center; border-radius: 30px; font-size: 24px; cursor: pointer; 
position: absolute; left: 0; top: 50%; margin-top: -30px;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 260px; height: 60px; max-width: 260px;}
.header .ft-soc {margin: 0 40px 0 0;}
.search-wrap {margin: 0 40px;}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; 
background-color:rgba(0,0,0,0.3); 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:10px; top:0px; z-index:10; width: 30px;
background-color:transparent !important; color:#ffbc42 !important; font-size: 16px !important; padding: 0 !important;}


/* SECTION
----------------------------------------------- */
.sect + .sect, .sect + #dle-content {margin-top: 40px;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-size: 30px; font-weight: 800;}
.sect-subtitle {opacity: 0.5;}
.sect-link {margin-left: 20px;}
.sect-link:hover {text-decoration: underline;}
.mb-remove {margin-bottom: -12px;}
.sect-col, .sect-content-bg {border-radius: 2px; overflow: hidden; width: 49.3%; margin-bottom: 10px;
	background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05);}
.sect-content-bg {width: 100%;}
.sect-title-small {font-size: 24px;}


/* ALBUM, ARTIST, COLLECTION
----------------------------------------------- */
.album-item {width: 24%; margin-bottom: 12px; text-align: center;}
.album-in {display: block; position: relative;}
.album-item, .collection-in, .artist-item {background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
	padding: 20px; border-radius: 2px;}
.album-img {margin-bottom: 20px; border-radius: 2px;}
.album-title {font-weight: 600; font-size: 16px;}
.album-subtitle {margin-top: 3px; opacity: 0.5;}
.short-meta {height: 30px; line-height: 30px; border-radius: 15px; width: 60px; 
	text-align: center; display: inline-block; font-weight: 600; font-size: 12px; 
	background-color: #fef1f7; color: #fa78b0; margin-bottom: 10px;}

.collection-item {width: 49.3%; margin-bottom: 12px;}
.collection-in {height: 160px; padding-right: 180px; position: relative;}
.collection-img {position: absolute; right: 0; top: 0; bottom: 0; width: 160px; border-radius: 0 2px 2px 0;}
.collection-title {font-weight: 600; font-size: 16px;}
.collection-subtitle {width: auto; padding: 0 20px;}

.artist-item {width: 18.9%; margin-bottom: 12px; text-align: center;}
.artist-in {display: block;}
.artist-img {margin: 0 auto 20px auto; width: 100px; height: 100px; border-radius: 50%;}
.artist-title {font-weight: 600; font-size: 16px;}

.album-item:hover, .collection-in:hover, .artist-item:hover {box-shadow: 0 10px 30px #736aab;}


/* TRACK
----------------------------------------------- */
.track-item {background-color: #fff; padding: 4px 10px 4px 4px; position: relative; margin-bottom:5px;}
.track-item a {display: block; position: relative; color:#000;}
.track-item:hover, .track-item.show-player {background-color: #e9edf1; border-radius: 4px;}
.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: 55px; height: 55px; border-radius: 5px; margin-right: 15px; background-color: transparent;}
.track-dl {color: #7ca2ce !important; margin-left: 15px; cursor: pointer; font-size: 18px;}
.track-time {color: #949494; font-size: 12px; margin-left: 15px;}
.track-fav {margin-left: 15px;}
.track-fav img {border-radius: 4px;}
.track-fav.added {background-color: #7ca2ce;}
.track-title {font-weight: 600;}
.track-subtitle {color: #333; margin-top: 3px; font-size: 13px;}
a:hover .track-fav {color: #8e44ad;}
.track-play {width: 55px; height: 55px; line-height: 55px; text-align: center; 
color: #fff; position: absolute; left: 0; top: 0; z-index: 2; font-size: 12px; cursor: pointer;} 
.track-play:before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; 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, .track-item:hover .track-play.js-play:before {background: rgba(0,0,0,.5); opacity: 1;}
.track-play.js-play:hover:before, .track-item:hover .track-play.js-play:before {background-image: url(../images/play.svg);background-repeat: no-repeat; background-position: 50%;}
.track-play.js-stop:hover:before {background-image: url(../images/pause.svg);background-repeat: no-repeat; background-position: 50%;}
.track-play.js-stop:before {background-image: url(../images/load.svg);background-repeat: no-repeat; background-position: 50%;}



/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 40px;}
.side-bt {font-size: 24px; font-weight: 800; margin-bottom: 20px;}

.tt + .tt {margin-top: 20px;}
.tt-img {width:40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.tt-title {font-weight: 600;}
.tt-subtitle {opacity: 0.5; margin-top: 2px; font-size: 13px;}
.tt:hover .tt-desc {text-decoration: underline;}

.side-tags {margin: 0 -5px;}
.side-tags a {display: block; background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
padding: 0 15px; height: 26px; line-height: 26px; border-radius: 13px; white-space: nowrap; font-size: 13px;}
.side-tags > * {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: auto; margin: 0 5px 10px 5px;}
.side-tags a:hover {background-color: #70d07c; color: #fff;}

.side-nav {font-weight: 600; margin: -7px 0;}
.side-nav > li {position: relative;}
.side-nav > li > a {display: block; height: 34px; line-height: 34px; position: relative; }
.hidden-menu {background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); z-index: 100; 
position: absolute; left: 90%; top: 0%; width: 160px; font-size: 13px;
pointer-events: none; opacity: 0; transform: translateY(30px);}
.hidden-menu li a {display: block; height: 30px; line-height: 30px; padding: 0 20px; white-space: nowrap; 
overflow: hidden; text-overflow: ellipsis; font-weight: 400; border-bottom: 1px solid #f2f2f2;}
.hidden-menu li a:hover {background-color: #f9f9f9;}
.submenu > a:after {content:"\f107"; font-weight: 400; font-family:'Font Awesome 5 Pro'; 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(-90deg) !important}
.side-nav > li > a:hover:before, .side-nav > li:hover > a:before {color: #70d07c;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.75; color: #5c5c5c; padding-top: 80px;}
.site-desc h1, .site-desc h2 {font-size: 24px; font-weight: 800; margin-bottom: 20px; color: #000;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc a {color: #00bff8; text-decoration: underline;}
.site-desc img {float: left; max-width: 200px; margin: 0 10px 10px 0;}
.site-desc p, .site-desc ul {margin-bottom: 20px;}


/* FOOTER
----------------------------------------------- */
.ft-one {background-color: rgba(0,0,0,0.3); padding: 20px 40px; margin: -20px -40px 20px -40px; width: calc(100% + 80px);}
.ft-desc {width:400px;}
.ft-menu a {color: #fff;}
.ft-menu li + li {margin-top:10px;}
.clearfix .ft-menu {float: left;}
.ft-menu-2 {margin-left: 40px;}
.ft-soc {height:40px text-align:center; white-space:nowrap; margin-bottom:15px;}
.ft-soc .fab, .ft-soc .fas {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin-right:8px; cursor:pointer; float:left;}
.ft-soc .fab:hover, .ft-soc .fas:hover {opacity:0.8;}
.fab.fa-vk, .fas.fa-paper-plane {background-color:#5075a5;}
.fab.fa-facebook-f {background-color:#4b6baf;}
.fab.fa-twitter {background-color:#2daae1;}
.fab.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.fab.fa-instagram {background: #f09433; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.ft-capt {margin-bottom:20px; color: #fff; font-size: 18px; font-weight: 800;}
.ft-two {padding-left: 120px; position: relative; color: #9491a3; line-height: 1.7;}
.ft-menu-3 {margin-bottom: 5px;}
.ft-menu-3 a {margin-right: 20px; font-weight: 600; font-size: 16px; color: #fff;}
.ft-menu-3 a:before, .ft-menu a:before {content:"\f0da"; font-family:'Font Awesome 5 Pro'; color: #ffbc42; 
margin-right: 10px; font-weight: 400;}
.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:2px; font-weight: 600; 
background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05);}
.navigation span, .pagi-nav a:hover {background-color:#2b2447; color:#ffbc42;}
.navigation span.nav_ext {background-color:#fff; color:#939393;}
.pagi-nav a:hover {background-color:#2b2447; color:#ffbc42;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* PLAYER
----------------------------------------------- */
.item-player {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; background-color: #353535; color: #fff;}
.audioplayer {max-width: 1260px; width: calc(100% - 30px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0; right: 0; bottom: 100%; height: 10px; background-color: #222;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; background-color: rgba(0,0,0,0.3);}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; background-color: #70d07c;}
.audioplayer-bar-played22:before {content: ''; background-color: #fa3966; width: 6px; height: 6px; border-radius: 50%; 
position: absolute; right: -3px; top: 50%; margin-top: -3px; z-index: 3;}
.audioplayer:hover .audioplayer-bar {height: 10px;}

.audioplayer-volume {position: absolute; z-index: 100; left: 50%; top: 50%; margin-left: 100px; margin-top: -15px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {color: #fff; opacity: 0.8; display: block; width: 30px; 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-time {font-size: 14px; opacity: 0.8;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: calc((100% - 160px)/2);}
.ap-img {width: 40px; height: 40px; margin-right: 10px; overflow: hidden; border-radius: 2px;}
.ap-img img {width: 100%; height: 100%; object-fit: cover;}
.ap-artist {font-size: 13px;}
.ap-title {color: #fff; font-weight: 600; font-size: 14px; margin-top: 3px;}
.ap-btns {width: 130px; height: 46px; position: absolute; left: 50%; top: 50%; margin: -23px 0 0 -65px;}
.audioplayer-playpause a {width: 46px; height: 46px; line-height: 46px; text-align: center; 
border-radius: 50%; display: block; font-size: 14px; position: relative; background-color: #ffbc42; color: #000;}
.ap-prev, .ap-next {font-size: 14px; cursor: pointer; color: #fff; opacity: 0.8;}
.ap-prev:hover, .ap-next:hover {color: #fff; opacity: 1;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background-color: #70d07c; color: #fff;}

.first-reveal .ap-prev, .first-reveal .ap-next {pointer-events: none;}
.first-reveal .audioplayer-playpause .far:before {content: '\f04b'; padding-left: 3px;}
.ap-play-pseudo {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; cursor: pointer;}

/* GENRES
----------------------------------------------- */
.genres-list {
    display: grid;
    grid-template: auto / repeat(4, 1fr);
    grid-gap: 1em;
}

.genres-item {
	display: block;
	background-color: #ffffff;
	min-width: calc((100% - 6*15.1666666667px)/6);
	min-height: calc((100% - 6*15.1666666667px)/6);
    max-width: none;
}

.genres-item:hover .genres-item__title {
	color: #70d07c;
}

.genre-item__box {
	padding: 20px 15px 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.genres-item__icn {
	width: 96px; height: 96px;
	margin-bottom: 10px;
}

.genres-item__title {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}


/* SOCIAL SHARE
----------------------------------------------- */
.share-list .icn {
	fill: #ffffff;
	display: inline-block;
	vertical-align: middle;
	width: 20px; height: 20px;
}

.fshare,
.share-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.share-list__item {
	cursor: pointer;
	padding: 6px;
	background-color: #f4f4f4;
	border-radius: 4px;
}
.share-list__item:hover {
	background-color: #353535;
}

.share-list__item_tg {
	background-color: #2ca5e0;
}
.share-list__item_wa {
	background-color: #25d366;
}
.share-list__item_vk {
	background-color: #6383a8;
}
.share-list__item_ok {
	background-color: #f4731c;
}
.share-list__item_tw {
	background-color: #000000;
}
.share-list__item_fb {
	background-color: #3b5998;
}
.share-list__item_ya {
	background-color: #03cece;
}
.share-list__item_mr {
	background-color: #005ff9;
}

/* FULL
----------------------------------------------- */
.speedbar {font-size: 13px; color: #949494; margin-bottom: 20px;}
.speedbar .far {color: #70d07c;}
.fheader {margin-bottom: 20px;}
.fheader h1 span {color: #eeb254;}
.sect-title a {color: #002a54;}
.sect-title a:hover {color: #0053a6;}
.fmain {background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-radius: 2px; padding: 20px;}
.fposter {width: 180px; margin-right: 20px;}
.fposter-in {width: 180px; height: 180px; border-radius: 2px;}
.fedit {position: absolute; right: 5px; top: 5px; font-size: 18px;}
.ffav {position: absolute; left: 0; top: 0; background-color: #2b2447; color: #ffbc42; font-size: 18px; 
width: 30px; height: 30px; text-align: center; line-height: 30px; cursor: pointer;}
.fedit a {color: #fff; text-shadow: 0 0 2px #000;}

.fctrl {width: 220px; margin-right: 20px; background-color: #fff !important;}
.fdl {width: 100%; text-align: left; height: 60px; line-height: 50px; 
	border-radius: 30px; padding: 5px; color: #fff !important;}

.fplay .track-play {color: #fff; background-color: #ffbc42; width: 50px; border-radius: 50%; margin-right: 10px; 
height: 50px; line-height: 50px; display: inline-block; vertical-align: middle;}
.fdl .far {color: #fff; background-color: #27ae60; width: 50px; border-radius: 50%; margin-right: 10px; 
height: 50px; line-height: 50px; text-align: center; font-size: 18px; vertical-align: top;}
.fplay:hover .track-play {background-color: #353535;}

.fctrl2 {background-color: #f9f9f9; border-top: 1px solid #f2f2f2; padding: 10px 20px; margin: 20px -20px -20px -20px;}
.frate {}
.frate a {display: block; height: 40px; line-height: 40px;}
.frate .fas {margin-right: 10px; font-size: 18px; vertical-align: top; 
width: 40px; line-height: 40px; text-align: center; height: 40px; border-radius: 50%; 
 background-color: #27ae60; color: #fff;}
.frate a + a .fas {background-color: #c0392b;}
.frate a + a {margin: 0 20px;}
.frate a:hover {opacity: 0.8;}
.frate .short-meta {margin: 0; box-shadow: inset 0 0 0 1px #fa78b0;}
/*.fshare__title, .ya-share2 {display: inline-block; vertical-align: middle; margin-left: 10px;}*/

.finfo {}
.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;}

.fcaption {font-size: 13px; color: #949494; line-height: 1.5; margin: 20px 0; text-align: justify;}

.rel-item {background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
width: 49.4%; margin-bottom: 10px; padding: 0 10px; border-radius: 2px;}
.rel-img {width: 30px; height: 30px; border-radius: 2px; margin-right: 20px;}
.rel-desc {display: block;}
.rel-title {font-weight: 600;}
.rel-subtitle {opacity: 0.5;}
.rel-item:hover, .rel-item.show-player {background-color: #f9f9f9;}
.rel-item:hover .track-play {color: #70d07c;}
.rel-desc:hover {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:linear-gradient(to bottom, rgba(244,246,249,0) 0%, #f4f6f9 100%);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:#2b2447; }

/* 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;}
.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;}

.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: 20px; margin-bottom: 20px; display: none; 
background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-radius: 2px;}
.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: 20px; font-size: 13px;}
.comm-left {width: 40px; margin-right: 20px;}
.comm-right {position: relative;}
.comm-img {height: 40px; border-radius: 50%; background-color: transparent;}
.comm-two {margin: 5px 0 5px 0; font-size: 14px;}
.comm-one > span {margin-right: 15px; color: #939393;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {color: #2b2447; font-weight: 600;}
.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: #f4f6f9; padding: 30px 60px 40px 60px; 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; font-weight: 800; margin-bottom: 15px; text-align: center;}
.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 #06c; color: #06c; font-size: 14px;}
.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: 14px;}
.login-menu li .fa {display: none;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {text-align: center; margin: 30px 0 15px 0;}
.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%;}
.login-soc-title:after, .login-btm a:after {content: attr(data-text);}



.read-more-container {
	display: flex;
	justify-content: center;
	margin: 10px 0 auto;
	width: 100%;
}

.read-more {
	width: 50%;
	color: #07c;
	font-size: 14px;
	transition: color 0.2s;
	padding: 4px 0;
	cursor: pointer;
}

.read-more:hover {
	color: #27ae60;
}

.read-more_hide {
	display: none;
}

.description_hide {
    overflow: hidden;
    max-height: 129px;
    transition: max-height 500ms ease;
    position: relative;
}

.description_hide:after {
    content: "";
	width: 100%; height: 30%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(244, 246, 249) 100%);
	position: absolute;
	bottom: 0; left: 0;
}

.description_show {
	max-height: 100%;
}

.description_show:after {
	background: transparent;
}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu {width: 30px; height: 40px; line-height: 40px; text-align: center; display: none;
color: #fff; font-size: 24px; cursor: pointer;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#eaecee;
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 .to-mob {display: block; background-color: transparent; padding: 0; margin: 0; width: 100%;}
.side-panel .hidden-menu {margin: 10px 0; width: 100%; 
	position: static; pointer-events: auto; opacity: 1; transform: translateY(0px);}

@media screen and (max-width: 1220px) {
.wrap {padding-top: 0;}
.wrap-center {max-width:1000px;}
.not-logged .login-avatar, .to-mob, .col-left {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.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 {padding-left: 10px; padding-right: 10px;}
.ft-one {margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px; width: calc(100% + 20px);}
.clearfix .ft-menu {float: none;}
.ft-menu-2 {margin: 10px 0 0 0;}
.ft-two {padding-left: 90px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.header .ft-soc {display: none;}
.sect-col {width: 100%;}
.sect-title {font-size: 24px;}
.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;}
.album-item {width: 49%;}
.artist-item {width: 32%;}
.collection-item {width: 100%;}
.ft-one, .ft-two, .footer {display: block; text-align: center;}
.ft-one > * {width: 100%; margin-bottom: 20px;}
.ft-desc {overflow: hidden;}
.ft-menu a:before {display: none;}
.ft-soc > * {float: none !important; display: inline-block; vertical-align: top; margin: 0 1px;}
#vk_groups {width: 100% !important;}
.ft-two {padding-left: 0; width: 100%;}
#gotop {width: 100%; position: static; margin: -10px 0 10px 0; height: 40px; line-height: 40px; border-radius: 2px;}
.ft-counter {display: inline-block; margin-top: 10px;}
.ft-menu-3 a {font-size: 14px; margin: 0 8px;}

.genres-list { grid-template: auto / repeat(3, 1fr); }
.genre-item__box {
	padding: 15px 10px 20px;
}
.genres-item__icn {
	width: 64px; height: 64px;
}
.genres-item__title {
	font-size: 16px;
}

.ap-time {display: none;}
.ap-btns {width: 100px; height: 36px; position: relative; left: 0; top: 0; margin: 0;}
.audioplayer-playpause a {width: 36px; height: 36px; line-height: 36px;}
.ap-desc {width: auto; -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; padding: 0 20px 0 0;}
.audioplayer-volume {left: auto; right: 15px; margin-right: 0; margin-left: 0; display: none;}
.ap-title {font-size: 14px;}
.ap-title22 span {display: none;}

.fmain {padding-left: 10px; padding-right: 10px;}
.fposter {margin-right: 10px;}
.fctrl {margin-right: 0; -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;}
.fplay, .fdl {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.finfo {margin-top: 10px; min-width: 100%;}
.fshare__title {display: none;}
.ya-share2 {margin-left: 0 !important;}
.fctrl2 {display: block; text-align: center; margin-left: -10px; margin-right: -10px; padding: 10px;}
.frate {margin-bottom: 20px;}
.rel-item {width: 100%;}
.sect-title-small {font-size: 18px;}
.fartist .fposter {margin: auto; width: 200px;}
.fartist .fposter-in {width: 200px; height: 200px;}

.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: 660px) {

}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.artist-item {width: 49%;}
.btn-login {font-size: 0; padding: 0; width: 40px;}
.btn-login .far {font-size: 18px; margin: 0; line-height: 40px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.genre-item__box {
	padding: 13px 8px 18px;
}

.genres-item__icn {
	width: 58px; height: 58px;
}

.genres-item__title {
	font-size: 14px;
}

.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;}
.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; position: relative;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.sect-subtitle {display: none;}
.album-item, .artist-item {padding: 10px; width: 48%;}
.track-item .short-meta {display: none;}

.genres-list { grid-template: auto / repeat(2, 1fr); }

.fposter {width: 130px;}
.fposter-in {width: 130px; height: 130px;}
.fplay {margin-bottom: 10px;}
.rel-item .track-time {display: none;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}