/* Datalife Engine template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ), 
name: Muzonator;
creation date: 5 january 2018, 
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'Montserrat', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #fff; background: #111 url(../images/bg.webp) center top fixed no-repeat; 
min-height: 100%; width: 100%; font-weight: 400;}
a {color: #fff; text-decoration: none;}
a:hover, a:focus {color: #ff6d4a; 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: 'Montserrat' !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: 10%; cursor: pointer; color: #0b2b41; background-color: #496194; font-size: 15px; font-weight: 800;}
.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: #9b59b6; color: #0b2b41; 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: #0b2b41; color: #fff; 
box-shadow: inset 0 0 0 1px #496194, inset 1px 2px 5px rgba(0,0,0,0.1);border-radius:5px;}
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: #fff; 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: normal; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, h1, h2, h3, h4, h5, .fw700 {font-weight: 700;}
.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%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; min-height: 100vh; padding-top: 60px;}
.wrap-center {max-width:1240px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {box-shadow: 0 0 25px 0 rgb(81 158 235 / 80%); background-color: #15405f; 
	border-radius: 10px; overflow: hidden; }
.col-left {width: 260px; background-color: #0b2b41; box-shadow: 60px 0 60px -60px rgba(0,0,0,0.1);}
.col-main {min-height: 100vh;}
.topline {background-color: #0b2b41; padding: 30px 60px;}
.content {padding: 30px 60px;}
.footer {padding: 30px 60px 30px 140px; color: #fff;  line-height: 1.7; 
background: url(../images/icon.png) 60px center no-repeat;}

#gotop{position:fixed; width:40px; height:40px; line-height:40px; right:10px; bottom:10px;
z-index:9998; display:none; background-color:#496194; color:#fff; 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: 260px; height: 90px;}
.login-btns > * {display: inline-block; vertical-align: middle;
	font-size: 16px; cursor: pointer; height: 30px; border-radius: 50%; line-height: 30px; text-align: center;}
.btn-login {color: #0b2b41; background-color: #496194; width: 30px;}
.btn-login:hover {background: #9b59b6; color: #0b2b41;}
.share {width:225px; height:36px; margin-top: -6px; margin-right: 20px; position: relative; top: 3px; white-space: nowrap;}
.share a {display:inline-block; vertical-align: top; width:36px; height:36px; border-radius:50%; margin-right:10px;
box-shadow:5px 5px 16px 0 rgba(0,0,0,0.1); background:url(../images/share.png) -2px -1px no-repeat;}
.share a:last-child {margin:0;}
.share a:nth-child(2) {background-position:-46px -1px;}
.share a:nth-child(3) {background-position:-89px -1px;}
.share a:nth-child(4) {background-position:-132px -1px;}
.share a:nth-child(6) {background-position:-174px 0;}
.share a:nth-child(5) {background-position:-220px -1px;}
.share a:hover {transform:rotate(20deg);}

.search-wrap {margin-right: 30px;}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 30px 0 15px; 
background-color: #15405f; color: #fff; border-radius: 10%; box-shadow: none; height: 30px; line-height: 30px;}
.search-box input:not(:focus)::placeholder {color: #fff; opacity: 0.5; font-size: 13px;} 
.search-box button {position:absolute; right:3px; top:0px; z-index:10; width: 30px;
background-color:transparent !important; color:#fff !important; font-size: 12px !important; 
height: 30px !important; line-height: 30px !important; padding: 0 !important;}


/* SECTION
----------------------------------------------- */
.sect + .sect, .sect + #dle-content {margin-top: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 24px; font-weight: 800; letter-spacing: 1px;text-align:center;}
.sect-link {display: inline-block; color: #eed4c4;  margin-left: 15px;}
.sect-col {width: 49%; margin-bottom: 15px;}


/* ALBUM, ARTIST, COLLECTION
----------------------------------------------- */
.album-item {width: 18.4%; text-align: center; margin-bottom: 15px;}
.album-in, .artist-in, .collection-in, .track-item a {display: block; position: relative;}
.album-img {border-radius: 6px; margin-bottom: 15px;}
.album-title {font-weight: 600;}
.album-subtitle { color: #eed4c4; margin-top: 3px;}

.artist-item {width: 12%; text-align: center; margin-bottom: 15px;}
.artist-img {border-radius: 50%; margin-bottom: 15px;}
.artist-title {font-weight: 600; }

.collection-item {width: 32%; margin-bottom: 15px;}
.collection-img {border-radius: 6px;}
.collection-img:before {position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; 
background-color: rgba(0,0,0,0.6); content: '';}
.collection-desc {position: absolute; z-index: 2; left: 0; bottom: 0; right: 0; padding: 15px; color: #fff;}
.collection-subimg {width: 60px; height: 60px; border-radius: 4px; margin-right: 15px;}
.collection-title {font-weight: 600;}
.collection-subtitle { margin-top: 3px; opacity: 0.8;}

.album-in:hover .album-img, .collection-in:hover .collection-img, .artist-in:hover .artist-img 
{animation: shad 2s infinite linear;  animation-direction: alternate;}
@keyframes shad { 
	0% {box-shadow: 0 0 20px #0b2b41;}
	10% {box-shadow: 0 0 30px #0b2b41;}
	40% {box-shadow: 0 0 20px #0aabf5;}
	70% {box-shadow: 0 0 30px #f50ae2;}
	100% {box-shadow: 0 0 20px #f59d0a;}
}


/* TRACK
----------------------------------------------- */
.track-item {background-color: #0b2b41; border-radius: 6px; 
	padding: 8px 3px; position: relative; margin-bottom: 8px;}
.sect-count .track-item {padding-left: 25px;}
.track-count {font-weight: 800; color: #c4c4c4; z-index: 10;
position: absolute; top: 50%; left: 5px; margin-top: -10px;
 width: 20px; height: 20px; line-height: 20px; text-align: center;}
.track-fav {color: #c4c4c4; margin-right: 5px; cursor: pointer;}
.track-img {width: 40px; height: 40px; border-radius: 4px; margin-right: 5px;}
.track-time {color: #eed4c4; font-size: 11px; margin-left: 5px;}
.track-dl {margin-left: 8px; width: 20px; height: 20px; line-height: 20px; text-align: center; 
border-radius: 50%; background-color: #c4c4c4; color: #0b2b41 !important; font-size: 12px;}
.track-title {font-weight: 600;}
.track-subtitle {color: #eed4c4; margin-top: 3px; }
.track-dl:hover {background-color: #496194;}
a:hover .track-fav {color: #496194;}
.track-play {width: 40px; height: 40px; line-height: 40px; text-align: center; 
color: #fff; background-color: rgba(0,0,0,.1); position: absolute; left: 0; top: 0; z-index: 2;
font-size: 12px; padding-left: 3px; cursor: pointer;}
.show-player .track-play {padding-left: 0;}
.show-player .track-play, .track-play:hover {background-color: #c4193994;}


/* SIDE
----------------------------------------------- */
.side-box {padding: 0 15px; margin-top: 15px;}
.side-bt {font-size: 18px; font-weight: 800; letter-spacing: 1px; margin-bottom: 20px;}

.tt {}
.tt + .tt {margin-top: 15px;}
.ta {width: 28%; margin-bottom: 15px; text-align: center;}
.ta .artist-title {font-size: 12px;}

.side-nav {padding-left: 30px; font-weight: 600; }
.side-nav li {margin-bottom: 7px; position: relative;}
.side-nav > li:before {content:"\f111"; font-family:'FontAwesome'; color:#496194; 
font-size: 8px; position: absolute; left: -20px; top: 4px}
.hidden-menu {padding-top: 10px; margin-bottom: 8px; font-weight: 400;}
.hidden-menu li {margin-bottom: 5px;}
.hidden-menu li a:not(:hover) {color: #eed4c4;}
.menu-btn-toggle {cursor: pointer; position: absolute; right: 0; top: 0; 
width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%; 
background-color: #496194; color: #0b2b41;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.75; color: #cde7ff; margin-top: 60px; }
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 600; letter-spacing: 1px; margin-bottom: 15px; color: #fff;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc a {color: #ff6d4a; 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(242,246,248,0) 0%, #15405f 100%);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:#496194; }


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


/* PLAYER
----------------------------------------------- */
.item-player {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997;}
.zfix .item-player {z-index: 10; opacity: 0;}
.audioplayer {position: relative; max-width: 1240px; margin: 0 auto; 
	padding: 10px 30px; box-shadow: 0 -1px 2px rgba(0,0,0,.15); background-color: #15405f; 
box-shadow: 0 -60px 60px -60px rgba(0,0,0,0.1);}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0; right: 0; bottom: 100%; height: 15px; background-color: #0b2b41;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; background-color: rgba(0,0,0,0.05);}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; background-color: #0678a8;}
.audioplayer-time {position: absolute; z-index: 20; font-size: 12px; bottom: 100%; pointer-events: none; color: #4fb1d5;}
.audioplayer-time-current {left: 10px;}
.audioplayer-time-duration {right: 10px;}
.audioplayer-playpause, .audioplayer-volume-button, .audioplayer-volume-adjust {display: inline-block; vertical-align: middle;}
.audioplayer-playpause a, .audioplayer-volume-button a, .ap-dl {width: 40px; height: 40px; line-height: 40px; 
	text-align: center; border-radius: 50%; cursor: pointer; background-color: #0b2b41; color: #496194; 
	display: block; font-size: 16px; box-shadow: inset 0 0 0 1px #496194;}
	.audioplayer-playpause a {background-color: #0678a8; color: #0b2b41; box-shadow: inset 0 0 0 1px #92e6ff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 2px;}
.audioplayer-muted .fa-volume-up:before {content: '\f026';}
.audioplayer-volume-adjust {margin-left: 10px;}
.audioplayer-volume-adjust > div {width: 50px; height: 10px; border-radius: 5px; 
position: relative; cursor: pointer; background-color: #ccc; overflow: hidden;}
.audioplayer-volume-adjust > div > div {height: 100% !important; background-color: #496194; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.ap-desc {padding: 0 20px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; overflow: hidden;}
.ap-img img {width: 100%; height: 100%; object-fit: cover;border-radius:5px;}
.ap-artist {font-weight: 600;}
.ap-title {color: #939393;  margin-top: 3px;}
.ap-dl {background-color: transparent; box-shadow: inset 0 0 0 1px #496194; 
	margin-right: 10px; font-size: 14px; width: 30px; height: 30px; line-height: 30px;}
.ap-prev, .ap-next {width: 30px; height: 30px; line-height: 30px; 
	text-align: center; border-radius: 50%; cursor: pointer; color: #496194; background: #0b2b41;
	display: block; font-size: 12px; margin-right: 10px; box-shadow: inset 0 0 0 1px #496194;}
.ap-next {margin-right: 0; margin-left: 10px;}
.ap-next:hover, .ap-prev:hover, .ap-dl:hover, .audioplayer-playpause a:hover, 
.audioplayer-volume-button a:hover {background-color: #496194; color: #0b2b41;} 


/* FULL
----------------------------------------------- */
.speedbar {font-size: 12px; margin-bottom: 15px; color: #eed4c4;}
.fcols {background-color: #0b2b41; padding: 15px; border-radius: 6px;}
.fleft {width: 200px; margin-right: 15px;}
.fimg {width: 200px; height: 200px; border-radius: 6px;}
.fmain h1 div {font-weight: 600; font-size: 18px; margin-top: 3px;}
.fright {width: 200px; margin-left: 15px;}
.fcaption {font-size: 12px; color: #eed4c4; line-height: 1.5;}
.finfo {margin-top: 15px; }
.finfo li {position: relative; padding: 5px 10px 5px 100px;}
.finfo li:nth-child(2n+1) {background-color: #15405f;border-radius:5px;}
.finfo li > span:first-child {position: absolute; left: 10px; top: 5px; color: #eed4c4;}
.finfo a {text-decoration: none;}
.ffav a {display: block; text-align: center; margin-top: 25px; color: #eed4c4; }
.ffav a .fa {color: #ff6d4a;}

.frate-box {margin-top: 10px;}
.frate-title {font-weight: 600; margin-bottom: 8px;}
.frate-counts {width: 80px; font-weight: 600; white-space: nowrap;}
.frate-counts span {color: #eed4c4; font-weight: 400;}
.frate-btn-yes, .frate-btn-no {cursor: pointer; margin-left: 10px; width: 20px;	
color: #2ecc71; font-size: 18px;}
.frate-btn-no {color: #ff6d4a;}
.frate-no {margin-top: 3px;}
.frate-btn-yes:hover, .frate-btn-no:hover {opacity: 0.6;}
.frate-bar {background-color: #dddddd; height: 5px; border-radius: 2px; position: relative; overflow: hidden;}
.frate-fill {position: absolute; left: 0; top: 0; height: 100%; background-color: #2ecc71;}
.frate-no .frate-fill {background-color: #ff6d4a;}

.fctrl {margin-top: 15px;}
.fctrl > * {width: 100%; cursor: pointer;}
.fbtn {height: 40px; display: block; padding: 3px 5px 0 43px; position: relative;
border-radius: 6px; overflow: hidden; }
.fbtn-icon {width: 40px; height: 100%; position: absolute; left: 0; top: 0; 
	background-color: rgba(0,0,0,0.1); font-size: 12px; text-align: center;}
.fbtn-capt {font-weight: 600;}
.fplay {background-color: #92290f; color: #fff;}
.fdl {box-shadow: inset 0 0 0 2px #0678a8; padding-top: 0; line-height: 40px;}
.fdl .fbtn-icon {background-color: #0678a8;color: #0b2b41; font-size: 18px;}
.fplay:hover {background-color: #c0392b;}

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

.full-alb .ffav a, .full-artist .ffav a {margin-top: 15px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.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:#eebfa0;}
.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:1px;}
.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: #0b2b41; border-radius: 6px;}
.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:#0b2b41; margin:20px 0 0 0; text-align: right;border-radius:10%;}
.last-comm-link {margin-bottom:10px; text-decoration: underline;}

.comm-item {margin-bottom: 30px; }
.comm-left {width: 50px; margin-right: 15px;}
.comm-right {padding: 10px 15px; position: relative; background-color: #0b2b41; border-radius: 6px;}
.comm-right:before, .comm-right:after {content: ''; border: 10px solid transparent; border-right-color: #0b2b41; 
position: absolute; right: 100%; top: 15px; margin-right: -1px; z-index: 2;}
.comm-right:after {z-index: 1; margin-right: 0; border-right-color: #496194;}
.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: #496194;}
.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: #fff;}
.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: #fff;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #0b2b41; padding: 30px 60px 40px 60px; border-top: 5px solid #ff6d4a; 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: #0b2b41;}
.login-title {font-size: 24px; font-weight: 800; margin-bottom: 15px; text-align: center;}
.login-title:first-letter {color: #ff6d4a;}
.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: #15405f; 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: #0b2b41; 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: #2ecc71;
	border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #0b2b41;}
.login-check input:checked + span:after {left: 13px; background-color: #0b2b41; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {border-top: 1px solid #496194; border-left: 1px solid #496194;}
.login-menu li {text-align: center; border-right: 1px solid #496194; 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: #496194; 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 {display: none;}

@media screen and (max-width: 1220px) {
body {background-image: none;}
.wrap-center {max-width:1000px;}
#gotop {display: none !important;}
.not-logged .login-avatar, .to-mob {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.wrap {padding: 0;}
.wrap-main {border-radius: 0;}
.content, .footer, .topline {padding-left: 10px; padding-right: 10px; background-image: none;}
.side-box {display: none;}
.col-left {width: 100%;}
.logo {width: calc(100% - 60px); background-color: #0b2b41fff; height: 60px; overflow: hidden;}
.logo img {margin-top: -15px;}
.btn-menu {height: 60px; width: 60px; line-height: 60px; text-align: center; font-size: 18px; cursor: pointer; 
background-color: #15405f; display: block; position: absolute; right: 0; top: 0;}
.viss .side-box {max-width: 400px; display: block;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.sect-count .track-item {padding-left: 3px;}
.track-count, .track-fav {display: none;}

.fright {width: 100%; margin: 15px 0 0 0;}
.sect-text {padding-left: 10px; padding-right: 10px;}
}

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

.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: 31%;}
.collection-item {width: 100%;}

.fcols {padding-left: 10px; padding-right: 10px; display: block;}
.fleft {width: 100%; margin-bottom: 15px;}
.fimg {margin: 0 auto;}
.ffav a {margin-top: 15px;}
.fcols h1 {text-align: center;}

.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;}
.topline .share {display: none;}
.topline {padding: 10px;}
.search-wrap {margin-right: 15px;}
.sect-title {font-size: 18px;}
.mp .album-item:nth-child(5n), .mp .artist-item:nth-child(7n) {display: none;}
.ap-img, .ap-info {display: none;}
.ap-desc {min-width: 5px;}

.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;}
}
/*comment*/
.comment{overflow:hidden;padding:0px 10px;position:relative;z-index: 1;}
.comment .lcol{overflow:hidden;padding:0 4px 0 0;}
.avatar{padding:3px 0 3px 14px;position:relative;}
.avatar div{padding:2px 3px 3px 2px;background:#F9FBFC;border-radius:50%;-webkit-border-radius:50%;-webkit-box-shadow:0 0 0 3px rgba(236,241,245,1);box-shadow:0 0 0 3px rgba(236,241,245,1);}
.avatar img{width:61px;height:61px;border-radius:50%;-webkit-border-radius:50%;display:block;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.11);box-shadow:0 1px 3px 0 rgba(0,0,0,0.11);}
.avatar .online, .avatar .offline{position:absolute;top:6px;right:6px;display:block;height:7px;width:7px;border-radius:50%;-webkit-border-radius:50%;text-indent:-9999px;border:2px solid #f9fbfc;}
.avatar .online{background:#87c642;}
.avatar .offline{background:#eb2a77;}
.comment .rcols{overflow:hidden !important;padding:0 5px 5px 10px;}
.comment .moder_ico{margin:9px 5px 0 0;font-size:11px;}
.comment .moder_ico a{color:#658995;margin:0 6px;}
.comment .moder_ico a:hover{color:#34b9e6;}
.comment .ul_inf{overflow:hidden;height:17px;padding:8px 8px !important;display:block;font-size:12px;color:#73ac3a;}
.comment .ul_inf a{color:#73ac3a;}
.comment .ul_inf b{color:#658995;font-weight:normal;}
.comment .ul_inf em{color:#beced4;font-size:10px;padding:0 0 0 10px;}
.comment .comment_text{-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background:#153f5d;position:relative;padding:8px 24px;font-size:12px;line-height:14px;color: #50717c;margin:0 0 10px 0;}
.comment .comment_text::after{position:absolute;top:8px;left:-9px;width:14px;height:14px;content:'';background:url("../images/arrow_9.png") no-repeat;}
.comment .comment_text a{color:#59636b;}
.comment .answ{margin:0px 3px 0px 5px;}
.comment .answ a{padding: 6px 14px;}
/*lastcomment*/
.lastcomment{overflow:hidden;padding:1px 0px 0px 0px;position:relative;z-index: 1;}
.lastcomment .lcol{overflow:hidden;padding:0 2px 0 0;}
.lastcomment .lcol .avatar{padding:2px 0 2px 2px;position:relative;}
.lastcomment .lcol .avatar div{padding:2px 2px;background:#0b2b41;border-radius:50%;-webkit-border-radius:50%;-webkit-box-shadow:0 0 0 2px rgba(21 64 95);box-shadow:0 0 0 1px rgba(20 62 92);}
.lastcomment .lcol .avatar img{width: 33px;height:33px;border-radius:50%;-webkit-border-radius:50%;display:block;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.11);box-shadow:0 1px 2px 0 rgba(0,0,0,0.11);}
.lastcomment .lcol .avatar .online, .lastcomment .lcol .avatar .offline{position:absolute;top:29px;left:2px;display:block;height:7px;width:7px;border-radius:50%;-webkit-border-radius:50%;text-indent:-9999px;border:2px solid #f9fbfc;}
.lastcomment .rcols{overflow:hidden !important;padding:0 1px 1px 1px;}
.lastcomment .ul_inf{overflow:display:block;font-size:11px;color:#ff6d4a;}
.lastcomment .ul_inf a{color:#73ac3a;}
.lastcomment .ul_inf em{color:#7ab9fb;font-size:10px;padding:0 0 0 10px;}
.lastcomment .comment_text{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#0b2b41;position:relative;padding:8px 8px;font-size:12px;line-height:14px;color:#50717c;margin:0;}
.lastcomment .comment_text::after{position:absolute;top:9px;left:-5px;width:14px;height:14px;content:'';}
.lastcomment:hover  .comment_text{background:#15405f;}
.lastcomment:hover  .comment_text::after{position:absolute;top:8px;left:-9px;width:14px;height:14px;content:'';}
.lastcomment .comment_text a{color:#eed4c4;}

.lcol, .rcol, form { display: inline; }
.lcol { float: left; } .rcol { float: right; }

.sort {padding: 5px 0;color: #75919f; text-align: center;}
.sort > li, .sort {display: inline;}

.youtube { background-position: center; background-size:cover; background-repeat: no-repeat; position: relative; display: inline-block; overflow: hidden; cursor: pointer; width: 500px; height: 281px; } .youtube .play { background: url('../images/youtube-play-btn.png') no-repeat; /*укажите адрес до изображения*/ background-position: 0 -50px; -webkit-background-size: 100% auto; background-size: 100% auto; position: absolute; height: 50px; width: 69px; transition: none; top:0; left:0; right:0; bottom:0; margin:auto; } .youtube:hover .play { background-position: 0 0; } 