/* Datalife Engine template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ), 
name: TopMuzon 2019;
creation date: 18 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 'Open Sans', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #f2f6f8 url(../images/bg2.png); 
min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #4aa6bf; 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: #00bff8; 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: 600;}
#dle-content > *:not(.album-item):not(.artist-item):not(.collection-item) {width: 100%;}
.wide {padding-left: 2000px; padding-right: 2000px; margin-left: -2000px; margin-right: -2000px;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; overflow: hidden;}
.wrap-center {max-width:1000px; margin:0 auto; position:relative; z-index:20; 
width: calc(100% - 20px);}
.header {background: #222 url(../images/bg.jpg) center top no-repeat; color: #fff; 
	padding-top: 10px; padding-bottom: 10px;}
.cont {padding: 30px 0; min-height: 100vh;}
.footer {background: #222 url(../images/bg.jpg) center bottom no-repeat; color: #fff; 
	padding-top: 30px; padding-bottom: 10px; border-top: 5px solid #4aa6bf; line-height: 1.8;}


/* HEADER, FOOTER, SEO
----------------------------------------------- */
.logo {display: block; width: 240px; height: 50px;}
.share {width:225px; height:36px; 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: 0 30px;}
.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: 1; 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;}
.nav {background-color: #fff; white-space: nowrap;}
.nav li {display: inline-block; vertical-align: top; margin-right: 25px;}
.nav a {display: block; height: 60px; line-height: 60px; font-weight: 600;}

.ft-menu li {display: inline-block; vertical-align: top; margin: 0 25px 10px 0;}
.ft-menu a {color: #fff; font-weight: 600;}
.ft-copyr {opacity: 0.8; font-size: 0.9em;}
.site-desc-wr {line-height: 1.8; color: #5c5c5c; font-size: 0.9em; margin-top: 30px;}
.site-desc h1, .site-desc h2 {font-size: 24px; font-weight: 300; margin-bottom: 15px; color: #000;}
.site-desc a {color: #4aa6bf; text-decoration: underline;}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 28px; font-weight: 300;}
.sect-link {display: inline-block; font-weight: 600; margin-left: 15px;}
.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-desc {background-color: #fff; padding: 15px;}
.album-title {font-weight: 600;}
.album-subtitle {margin-top: 5px; font-size: 0.9em; opacity: 0.8;}

.artist-item {width: 24%; margin-bottom: 15px; background-color: #fff; padding: 8px;}
.artist-img {margin-right: 15px; width: 60px; height: 60px;}
.artist-title {font-weight: 600; }

.collection-item {width: 32.3%; margin-bottom: 15px;}
.collection-desc {background-color: #fff; padding: 15px;}
.collection-title {font-weight: 600;}
.collection-subtitle {margin-top: 5px; font-size: 0.9em; opacity: 0.8;}


/* TRACK
----------------------------------------------- */
.track-item {background-color: #fff; margin-bottom: 5px; padding: 3px;}
.track-play {width: 30px; height: 30px; line-height: 30px; text-align: center; 
background: #222 url(../images/bg.jpg) center bottom / 100px auto no-repeat; color: #fff; 
padding-left: 3px; font-size: 10px;}
.track-desc {margin: 0 8px;}
.track-title {font-weight: 600; display: inline;}
.track-subtitle {opacity: 0.8; font-size: 0.9em; display: inline;}
.track-time {width: 40px; text-align: center; font-size: 0.8em; opacity: 0.6;}
.track-dl {width: 30px; height: 30px; line-height: 30px; text-align: center; 
background-color: #f2f6f8; color: #888; font-size: 12px;}


/* 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;}
.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:#fff; margin:5px 5px 0 5px; border-radius:0px; font-weight: 600; 
box-shadow: 1px 0 20px rgba(0,0,0,0); min-width: 40px;}
.navigation span, .pagi-nav a:hover {background-color:#4aa6bf; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color:#939393;}
.pagi-nav a:hover {background-color:#4aa6bf; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* PLAYER
----------------------------------------------- */
.audioplayer {position: relative; padding: 10px; background-color: #222; color: #fff;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0; right: 0; bottom: 100%; height: 15px; background-color: #555;}
.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: #4aa6bf;}
.audioplayer-time {position: absolute; z-index: 20; font-size: 12px; bottom: 100%; pointer-events: none; color: #fff;}
.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 {width: 40px; height: 40px; line-height: 40px; 
	text-align: center; border-radius: 50%; cursor: pointer; background-color: #4aa6bf; color: #fff; 
	display: block; font-size: 16px;}
.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: #444; overflow: hidden;}
.audioplayer-volume-adjust > div > div {height: 100% !important; background-color: #4aa6bf; 
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;}
.ap-artist {font-weight: 600;}
.ap-title {opacity: 0.6; margin-top: 3px; font-size: 0.9em;}
.audioplayer-playpause a:hover, .audioplayer-volume-button a:hover {background-color: #888; color: #fff;} 
.audioplayer-stopped .fa-stop:before {content: '\f04b'; margin-left: 3px;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 0.9em; color: #888; margin-bottom: 15px;}
.fcols {background-color: #fff; padding: 15px;}
.fleft {width: 200px; margin-right: 15px;}
.fimg {width: 200px; height: 200px;}
.fright {width: 240px; margin-left: 15px;}
.finfo {margin-top: 25px;}
.finfo li {position: relative; padding: 9px 10px 9px 140px;}
.finfo li:nth-child(2n+1) {background-color: #f2f6f8;}
.finfo li > span:first-child {position: absolute; left: 10px; top: 10px; font-size: 0.9em; opacity: 0.6;}
.finfo li a {color: #4aa6bf; text-decoration: underline;}
.fcaption {font-size: 0.9em; opacity: 0.5; line-height: 1.7; margin-bottom: 10px; text-align: justify;}
.fplayer {margin-bottom: 30px; margin-top: -15px;}

.frate-box {margin-top: 15px;}
.frate-yes, .frate-no {background-color: #2ecc71; color: #fff; height: 40px;
cursor: pointer; width: 47%;}
.frate-counts {height: 20px; line-height: 20px; font-weight: 600; 
display: inline-block; vertical-align: middle; margin-left: 8px;}
.frate-btn-yes, .frate-btn-no {cursor: pointer; height: 40px; line-height: 40px; font-size: 22px; 
display: inline-block; vertical-align: middle; background-color: rgba(0,0,0,0.1); width: 40px; text-align: center;}
.frate-no {background-color: #e74c3c;}
.frate-yes:hover .frate-btn-yes, .frate-no:hover .frate-btn-no {background-color: rgba(0,0,0,0.4);}

.fbtn {height: 66px; display: block; padding: 11px 15px 0 81px; position: relative;
border-radius: 0px; overflow: hidden; color: #fff;
background: #222 url(../images/bg.jpg) center top / 400px no-repeat;}
.fbtn-icon {width: 66px; height: 100%; position: absolute; left: 0; top: 0; 
	background-color: rgba(0,0,0,0.3); font-size: 12px; text-align: center;}
.fbtn-icon .fa {width: 40px; height: 40px; line-height: 40px; border-radius: 50%; 
	background-color: rgba(255,255,255,0.2); font-size: 18px;}
.fbtn-capt {font-weight: 600;}
.fbtn-title {margin-top: 3px;}
.fbtn:hover {color: #fff; text-decoration: underline;}

.sect-text {background-color: #fff; padding: 30px;}
.sect-text .sect-title {font-size: 18px; margin-bottom: -10px; border: 0; padding: 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(255,255,255,0) 0%, #fff 100%);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; 
	color:#4aa6bf; font-weight: 600; font-size: 14px;}


/* 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:#00bff8;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; display: none;
background-color: #fff; color: #000; font-size: 18px; cursor: pointer;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
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%; white-space: normal;}
.side-panel .nav li {margin: 0; display: block;}
.side-panel .nav a {height: 40px; line-height: 40px; border-bottom: 1px solid #e3e3e3;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.btn-menu {display: block;}
.share, .nav {display: none;}
.sect-col {width: 100%; margin-bottom: 20px;}

.fright {width: 100%; margin: 15px 0 0 0;}
.fbtn {background-size: cover;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.album-item {width: 31%;}
.artist-item {width: 31%;}
.collection-item {width: 48%;}
.footer {text-align: center; display: block;}
.ft-menu li {margin: 0 10px 10px 10px;}
.ft-right {margin-top: 15px;}

.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;}
.search-wrap {min-width: 100%; margin: 0; margin-top: 10px; -ms-flex-order: 10;-webkit-order: 10;order: 10;}
.album-item {width: 48%;}
.artist-item {width: 48%;}
.collection-item {width: 100%;}

.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: 24px;}
.artist-img {margin-right: 8px;}

.ap-img {display: none;}
.sect-text {padding-left: 15px; padding-right: 15px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


