/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 14px SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; line-height:normal; padding:0; margin:0;        
color: #000; background:#edeef0; 
height:100%; width:100%; font-weight:400;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #285473; text-decoration: none;}
a:hover, a:focus {color:#285473; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:500; font-size:18px;}


.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}

button, input {font-family: 'Arial' !important;}

/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:20px; cursor:pointer; color:#fff; text-align:center; font-weight: 600; font-size: 14px; 
box-shadow: 2px 5px 10px 0 rgba(0,0,0,0);}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#335e8f; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f8f8f8; border-radius:4px; -webkit-appearance: none; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1); font-size: 16px;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.img-box, .img-wide, .img-resp, .img-resp-v, .img-resp-sq, .img-fit {overflow:hidden; position:relative;}
.img-resp {padding-top:57%;}
.img-resp-v {padding-top:145%;}
.img-resp-sq {padding-top:100%;}
.img-box img, .img-resp img, .img-resp-v img, .img-resp-sq img {width:100%; min-height:100%; display:block;}
.img-resp img, .img-resp-v img, .img-resp-sq img {position:absolute; left:0; top:0;}
.img-wide img {width:100%; display:block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/* Lazy loading styles */
.lazy {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lazy.loaded {
    opacity: 1;
}

/* Image optimization */
img {
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Responsive images */
@media (max-width: 768px) {
    .img-fit img {
        object-position: center;
    }
}
// ... existing code ...
/* Lazy loading styles */
.lazy {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lazy.loaded {
    opacity: 1;
}


.img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Responsive images */
@media (max-width: 768px) {
    .img-fit img {
        object-position: center;
    }
}
// ... existing code ...
button, .th-img {transition: all .3s;}
.button, .sc-title, .mask {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}
.hidden, #dofullsearch {display: none;}

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

b, strong {font-weight: 600;}
.hmenu a:hover, .footer a:hover, .col-side a:hover, .short:hover .short-desc, 
.speedbar a:hover {text-decoration: underline;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative;}
.center {max-width:1100px; margin:0 auto; position:relative; z-index:20; width: calc(100% - 20px);}
.topline {background-color: #2c2c2c; height: 80px;}
.cols {padding: 30px 0;}
.col-left {width: 180px; margin-right: 20px;}
.main {min-height: 80vh;}
.side-right {width: 220px; margin-left: 20px;}
.footline {border-top: 1px solid #ccc; padding: 20px 0;}


/* HEADER, FOOTER
----------------------------------------------- */
.logo {width: 207px; height: 74px; display: block; overflow: hidden;color: #ffffff;padding: 22px;font-family: furore;font-size: 20px;}

.search-wrap {position: relative; margin: 0 30px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; padding:0 60px 0 20px; 
font-size: 13px; background-color:#424242; box-shadow: none; color: #d9e2ec; border-radius: 20px; 
height: 40px; line-height: 40px;}
.search-box input:focus {background-color: #fff; color: #000;}
.search-box button {position:absolute; right:0px; top:0px; z-index:10; 
	padding: 0 !important; width: 40px; background-color: transparent !important; color: #8fadc8 !important;}
.search-box input:not(:focus)::-webkit-input-placeholder {color: #8fadc8; font-size: 13px;}
.search-box input:not(:focus)::-moz-placeholder {color: #8fadc8; font-size: 13px;}
.search-box input:not(:focus):-moz-placeholder {color: #8fadc8; font-size: 13px;}
.search-box input:not(:focus):-ms-input-placeholder {color: #8fadc8; font-size: 13px;}

.ftbtm {font-size: 12px; opacity: 0.5;}
.ftmenu {margin-top: 10px; line-height: 1.7;}
.ftmenu li {display: inline-block; margin-right: 10px;}
.ftmenu a {font-size: 12px; opacity: 0.5;}
.ftmenu a:hover {text-decoration: underline; opacity: 1;}
.ftdesc {opacity: 0.5; font-size: 12px; line-height: 1.7;}


/* SIDE
----------------------------------------------- */
.side-box {}
.side-box + .side-box {margin-top: 20px;}
.side-bt {font-weight: 600; font-size: 14px;}
.side-sticky {position: sticky; left: 0; top: 70px;}
.side-desc {padding-top: 10px; margin-top: 10px; border-top: 1px solid #ccc;}
.side-right .side-box {background-color: #fff; padding: 20px; border-radius: 4px;
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8; overflow: hidden;}
.sticky {position: fixed; z-index: 101;}
.stop {position: relative; z-index: 101;}
.side-right .side-bt {background-color: #fafbfc; padding: 10px 20px; 
	margin: -20px -20px 20px -20px; border-bottom: 1px solid #e3e3e3;}
.side-nav li {position: relative;}
.side-navmain li {position: relative;}


.side-nav > li > a {display: block; height: 36px; line-height: 36px; overflow: hidden; 

white-space: nowrap; -ms-text-overflow: ellipsis;
text-overflow: ellipsis; padding: 0 5px;}
.side-navmain > li > a {display: block; height: 36px; line-height: 36px; overflow: hidden; 

white-space: nowrap; -ms-text-overflow: ellipsis;
text-overflow: ellipsis; padding: 0 5px;}
.side-nav > li > a:hover {background-color: rgba(0,0,0,0.05);}
    .side-navmain > li > a:hover {background-color: rgba(0,0,0,0.05);}

.side-nav > li > a:before {content:"\f0c8"; font-family:'FontAwesome'; color:#99b1c6; 

width: 20px; font-size: 8px; display: inline-block; vertical-align: top; 
position: relative; top: -4px; transform: rotate(-45deg);}
.side-navmain > li > a:before {content:"\f0c8"; font-family:'FontAwesome'; color:#99b1c6; 

width: 20px; font-size: 8px; display: inline-block; vertical-align: top; 
position: relative; top: -4px; transform: rotate(-45deg);}
.hidden-menu {margin-bottom: 8px; font-weight: 400; padding-left: 25px;}
.hidden-menu li {margin-bottom: 8px;}
.hidden-menu li a:not(:hover) {color: #7a838e;}
.menu-btn-toggle {cursor: pointer; position: absolute; right: 0; top: 8px; 
width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%;}

.popular {margin-bottom: 10px; line-height: 1.5;}
.popular-desc {display: block; padding-left: 20px; position: relative;}
.popular-desc:before {content:"\f144"; font-family:'FontAwesome'; color:#99b1c6; 
position: absolute; left: 0; top: 5px; font-size:10px;}
.popular-title {opacity: 0.6; font-size: 13px;}
.side-right a:hover {text-decoration: underline;}


/* SECT, SHORT
----------------------------------------------- */
.sections, .sect1 {background-color: #fff; border-radius: 4px; padding: 20px; 
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8; overflow: hidden;}
.sections + .sections, .sect1 + .sect1 {margin-top: 20px;}
.sections .sect {width: 48.5%;}
.sections .sect .track-item .track-dl, .sections .sect .track-item .track-fav {display:none;}
.sect-header {margin-bottom: 20px;}
.sect-link {    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    margin-left: 15px;
    padding: 0 5px;
    background: #222;
    border-radius: 5px;
}
.sect-t {font-weight: 600; font-size: 18px;}
.sect-c {margin: 0 -4px;}
.sect-t .fa {color: #5181b8; margin-right: 10px;}
.speedbar {background-color: #fafbfc; padding: 10px 20px; color: #888; font-size: 12px;
	margin: -20px -20px 20px -20px; border-bottom: 1px solid #e3e3e3;}

.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%;}

/* BOTTOM NAVIGATION
----------------------------------------------- 
.bottom-nav {line-height:36px; text-align:center; margin-top: 30px; font-size: 14px; }
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:36px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:36px; background-color:#fff; margin:0 3px; border-radius:18px; margin-top: 10px; 
box-shadow:inset 0px 0 0 1px rgba(0, 0, 0, 0.1); font-weight: 600;}
.navigation span, .pagi-nav a:hover {background-color:#5181b8; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color: #ccc;}
.pagi-nav a:hover {background-color:#5181b8; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}
.tr {opacity:1; text-align: center; padding: 20px 0 0; transition: opacity 350ms linear;}
.tr_bt:first-child {animation-delay: 0ms; -webkit-animation-delay: 0ms;}
.tr_bt:nth-child(2) {animation-delay: 180ms; -webkit-animation-delay: 180ms;}
.tr_bt:nth-child(3) {animation-delay: 360ms; -webkit-animation-delay: 360ms;}
.tr_bt:last-child {margin-right: 0;}
.tr_bt {display: inline-block; width: 4px; height: 4px; background-color: #45688e; border-radius: 50%; margin-right: 2px;
opacity: 0.2; animation-duration: 750ms; -webkit-animation-duration: 750ms; -webkit-animation-name: tr_bt_anim;
animation-name: tr_bt_anim; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}*/

/* FULL
----------------------------------------------- */
.fheader {margin-bottom:10px;}
.fheader h1 {font-size: 16px; font-weight: 600;}
.fheader h1 a {margin-left: 10px; font-size: 14px;}
.fheader h1 span {color: #4a76a8; display: block;}
.ffav {text-align:center;}
.ffav a {display: inline-block; text-align: center; color: #949494; margin: 5px 0 0;}
.ffav a .fa {color: #e74c3c;}
.fleft {width: 150px; margin-right: 15px;}
.fimg {width: 150px; height: 150px;}
.fcols1 {margin-bottom: 20px;}
.fcaption {font-size: 12px; line-height: 1.4; opacity: 0.6;}
.rate-mob {width: 100%; display: block; margin: -7px 0 10px; text-align: center;}

.fctrl > * {width: 49%; cursor: pointer;}
.fbtn {height: 55px; display: block; padding: 8px 15px 0 62px; position: relative;
border-radius: 35px; overflow: hidden; }
.fbtn-icon {width: 50px; height: 100%; position: absolute; left: 0; top: 0; 
	background-color: rgba(0,0,0,0.1); font-size: 25px; text-align: center;}
.fbtn-capt {font-weight: 600;}
.fplay {background-color: #4a76a8; color: #fff;}
.fdl {box-shadow: inset 0 0 0 2px #436a96;}
.fdl .fbtn-icon {background-color: #436a96;color: #fff; font-size: 23px;}
.fplay:hover {background-color: #335e8f;}

.finfo li {position: relative; padding: 7px 10px 7px 150px;}
.finfo li:nth-child(2n+1) {background-color: #fafbfc;}
.finfo li > span:first-child {position: absolute; left: 10px; top: 7px; font-size: 12px; opacity: 0.7;}
.finfo a {color: #4527a0; text-decoration: underline;}

.frating {line-height: 30px;}
.frating > div {display:inline-block;}
.frating .fa {margin: 0; font-size: 18px; color: #27ae60;}
.frating.fr2 .fa {margin: 0 10px 0 0; font-size: 13px; color: #6f9ac7;}
.frating .flike a{margin-left: 0;}
.frating .fdislike .fa {color: #e74c3c;}
.frating a, .frate3 {margin-left: 5px; display: block; padding: 0 10px; 
border: 1px solid rgba(0,0,0,.1); border-radius: 1px;font-size: 13px; 
color: #919191; font-weight: 600; background: linear-gradient(to bottom, #fff 0%, #fff 30%, #f5f6f8 100%);}
.frating.fr2 a {border-radius:4px;}
.frating.fr3 a, .frate3 {margin-left:0;}
.frating-counter {display: inline-block; border-left: 1px solid rgba(0,0,0,.1); padding-left: 10px; margin-left: 10px;}
.frating a:hover {background: linear-gradient(to top, #fff 0%, #fff 30%, #f2f2f2 100%);}

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; color: #285473; text-decoration: underline;}

/* TOP BUTTON
----------------------------------------------- */
@keyframes tr_bt_anim{0%{opacity:0.2}30%{opacity:1}to{opacity:0.2}}
.in_top{position: fixed; left: 0px; top: 60px; width: 100px; height: 100%; 
opacity: 0.5; filter: alpha(opacity=50); cursor: pointer;display: none; transition: background-color 200ms linear, opacity 200ms linear;}
.in_top:hover{background-color: #E1E7ED; opacity: 1; filter: alpha(opacity=100);}
.in_top span{display: block; width: 100px; margin-top: 10px; text-align: center; 
color: #45688E; font-weight: bold; position: relative; font-size: 13px;padding-left: 20px;}
.in_top span i {position: absolute;left: 12px; font-size: 27px; top: -5px;}

/* 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: 1100px; margin: 0 auto; 
	padding: 10px 30px; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); background-color: #fff; color: #000;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0; right: 0; bottom: 100%; height: 15px; background-color: #d2d9e1;}
.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: #5181b8;}
.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, .ap-dl {width: 40px; height: 40px; line-height: 40px; 
	text-align: center; border-radius: 50%; cursor: pointer; background-color: #5181b8; color: #fff; 
	display: block; font-size: 16px;}
	.audioplayer-playpause a {background-color: #5181b8; color: #fff;}
.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: #d2d9e1; overflow: hidden;}
.audioplayer-volume-adjust > div > div {height: 100% !important; background-color: #5181b8; 
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: 4px;}
.ap-artist {font-weight: 600;}
.ap-title {opacity: 0.6; margin-top: 3px;}
.ap-dl {background-color: #5181b8; 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: #fff; background: #809fc2;
	display: block; font-size: 12px; margin-right: 10px;}
.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: #5b88bd; color: #fff;} 


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {color:#5c5c5c; font-size:13px; line-height:1.7;}
.full-text img:not(.emoji) {max-width:100%; margin:10px auto;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#285473;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:0;}
.full-text table tr td {padding:3px 7px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#e3e3e3;} 
.full-text222 table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#4a61a3;}
.full-taglist {margin:0;}

/* 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: #224b7a;}
.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
----------------------------------------------- */
.mmenu-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.6; display: none; background-color: #000;}
.login-input {margin-bottom: 10px;}
.login-btn button {width: 100%; height: 30px !important; line-height: 30px !important; font-size: 13px !important; margin: 5px 0;}
.login-btm a {border-bottom: 1px dotted #3498db; color: #3498db; line-height: 20px !important; font-size: 12px; padding: 0 !important;}
.login-btm a:hover {background-color: inherit !important;}
.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: 9px; margin-top: -4px; width: 26px; border-radius: 5px; background: #ced7e0;}
.login-check span:after{left: 0; height: 13px; width: 13px; margin-top: -7px; 
border: 1px solid #b4bfcc; background-color: #fff; border-radius: 100%;}
.login-check input:checked + span:before {background-color: #bccde0;}
.login-check input:checked + span:after {left: 13px; background-color: #5181b8; border-color: #5181b8;}

.l-logged {float:right; white-space:nowrap; position:relative; z-index:888;}
.l-menu {position:absolute; right:0; top:67px; width:200px; background-color:#fff; padding:10px 0; display:none;
border: 1px solid #c5d0db; padding: 4px 0; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,.1);}
.l-menu:before {border-width: 6px !important; margin: 0 -6px; border-bottom-color: #c5d0db !important;}
.l-menu:after {border-width: 5px!important; margin: 0 -5px; border-bottom-color: #fff !important;}
.l-menu:after, .l-menu:before {position: absolute; pointer-events: none; border: solid transparent; 
content: ''; height: 0; width: 0; bottom: 100%; right: 42px;}
.l-menu a {display:block; padding:0 15px; color:#2a5885; line-height:30px; font-size: 13px;}
.l-menu.not-l {padding:15px;}
.l-menu.not-l .login-input input {height: 30px; line-height: 30px; font-size: 14px;}
.l-box2 {padding:0 30px 0 15px; position:relative; cursor:pointer; max-width:290px; color: #fff; line-height: 60px;} 
.l-box2:hover{background: #3d6898;}
.l-logged.activ .l-box2 {background: #335e8f;}
.l-ava {height:40px; width:40px; border-radius:50%; top:10px;}
.l-box2:after {content:"\f107"; font-family:'FontAwesome'; height:60px; width:15px; 
position:absolute; right:5px; top:0; font-weight: bold; color: #8ca8c8;}
.l-logged.activ .l-box2:after {color:#fff; font-weight: normal;}
.l-menu a:hover {background-color: #e4eaf0;}
.login_sep {margin: 4px 13px; border-top: 1px solid #dbe4ec;}
.log-name {padding-right: 10px; max-width: 200px; font-size: 13px; font-weight:600;}

.login-soc-title {display: flex; align-items: center; margin: 15px 0 10px 0; font-size: 13px;}
.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; vertical-align:top; padding: 0 !important;}
.login-soc-btns img {display:block; width:25px; height: 25px; border-radius: 50%;}

.btn-login {color: #fff; width: 40px;}
.btn-login:hover {background:#335e8f; color: #fff;}
.not-logged-btn {width: auto; border-radius: 0px; font-size: 14px; height: 60px; line-height: 60px;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu, .logo1, .rate-mob {display:none;}
.side-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding: 20px; padding-top: 0; z-index:888; position:fixed; left:-280px; 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:888; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 888;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #6c9bd3; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
.side-panel .side-bt {margin-bottom: 20px;}
.side-panel .side-sticky {position: static;}

@media screen and (min-width: 1221px) {
.block.center {padding-top: 60px;}
.topline {position: fixed; width: 100%; z-index: 21;}
}

@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.wrap {overflow: hidden;}
.center {position:inherit;}
.col-left, .side-right, .log-name,.l-box2:after {display: none;}
.in_top {display: none !important;}
.cols {display: block;}
.topline {height: 80px; padding-bottom: 10px;}
.search-wrap {flex-basis: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; 
-ms-flex-order: 10;-webkit-order: 10;order: 10; margin: 0;}
.l-box2 {padding: 0;}.l-box2 {background: none !important;}
.l-ava{top:0;}.l-menu {top: 50px;}.l-menu:after, .l-menu:before {right: 18px;}
.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;}
.not-logged-btn:hover {background:#224b7a;}
.btn-menu {cursor:pointer; display:block; color: #fff; border-radius: 20px;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.sections .sect {width: 100%; margin-bottom: 15px;}
.footline {display: block; text-align: center;}
.ftbtm {width: 100%; margin-bottom: 10px;}
.audioplayer {padding-left: 10px; padding-right: 10px;}

.fheader, .fcaption {text-align: center;}
.fheader h1 {font-size: 18px;}
.fheader {display: block;}
.rate-block {margin: 10px auto 0 auto;}
.track-fav {display:none;}

.full-comms {padding-top: 30px;}
.comm-three li:not(:first-child) {display:none;}
.dcont button {font-size:12px; padding:0 15px !important;}
.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.track-dl, .fheader .rate-block {display: none !important;}

.fimg {margin: 0 auto;}
.fleft {width: 100%; margin-bottom: 15px; margin-right: 0;}
.rate-mob {display:block;}
.comm-one {overflow: hidden; height: 20px; line-height: 20px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:320px;}
.ap-img, .ap-info {display: none;}
.ap-desc {min-width: 5px;}

.fctrl > * {width: 100%;}
.fplay-wr {margin-bottom: 10px;}
.finfo li {padding-left: 140px;}
.finfo li span {display: inline-block; width: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.sect-comms .sect-header {display: block; text-align: center; margin: 0;}
.sect-comms .sect-t {margin-bottom: 10px;}
.comm-three-right {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;}
}

.full-news-image{float:inline-start;width:200px;overflow:hidden;position:relative;height:200px}.full-news-image img{width:200px; border-radius: 10px}

.dsc1 {    color: #949494;    font-size: 13px;}

.muzter-genres {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
}
.muzter-genre {
    padding: 2px;
    width: 33.3%;
    border: 0;
    cursor: pointer;
    position: relative;
    flex-grow: 1;
    user-select: none;
}
.genre-instagram-music {
    background-image: url(/templates/vkmusic/images/instagram-music.svg);
    width: 50px;
    height: 50px;
    
}
.muzter-genre .genre-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    text-align: center;
}
.muzter-genre>div {
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);
    height: 100px;
    flex-direction: column;
    border-radius: 10px;
}
.muzter-genre>div, .muzter-genre>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.genre-download-music-vkontakte {
    background-image: url(/templates/vkmusic/images/download-music-vkontakte.svg);
    width: 50px;
    height: 50px;
}
.genre-film-ost {
    background-image: url(/templates/vkmusic/images/film-ost.svg);
    width: 50px;
    height: 50px;
}
.genre-tiktok-music {
    background-image: url(/templates/vkmusic/images/tiktok-music.svg);
    width: 50px;
    height: 50px;
}
.fa-hot:before{content:"\f184"}
.fa-list:before{content:"\f233"}
.fa-razdel:before{content:"\f115"}
.fa-podb:before{content:"\f144"}
.fa-pop:before{content:"\f123"}
.fa-apple:before{content:"\f179"}
.fa-new:before{content:"\f299"}
.fa-radio:before{content:"\f130"}
.fa-rington:before{content:"\f144"}
.music-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #dae2ea;
    display: inline-block;
    border-bottom: 3px solid #43668e;
    clear: right;
    cursor: default;
}
.music-title2 {
    text-transform: none;
    color: #dae2ea;
    font-size: 11px;
    font-weight: 500;
}
.matuki {
    margin-left: 5px;
    font-size: 10px;
    padding: 1px;
    border-radius: 3px;
    padding-left: 3px;
    background: #eee;
    padding-right: 3px;
}
.aimg {
    position: absolute;
    text-align: right;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);
}
.song-data div {
    float: left;
}
.song-data-duration {
    padding-left: 20px;
    background-image: url(/dsgn/img/ico/trackdata/duration.png);
    background-repeat: no-repeat;
    background-position: 0;
}
.nav-genre-link {
    color: #004fa8;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 25px;
}

input, button, a {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}
a, span, div, button {
    outline: none!important;

}
a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.nav-genre-img {
    margin-right: 12px;
}
.nav-genre-img {
    margin-bottom: 3px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.genre-cover {
    background-image: url(/templates/vkmusic/images/cover.svg);
    width: 50px;
    height: 50px;
}
.genre-shazamtop {
    background-image: url(/templates/vkmusic/images/shazam.svg);
    width: 50px;
    height: 50px;
}
.genre-clubhits {
    background-image: url(/templates/vkmusic/images/clubhits.svg);
    width: 60px;
    height: 50px;
}
.genre-ru-ua-hits {
    background-image: url(/templates/vkmusic/images/ru-ua-hits.svg);
    width: 60px;
    height: 50px;
}
.genre-foreignhits {
    background-image: url(/templates/vkmusic/images/foreignhits.svg);
    width: 50px;
    height: 50px;
}
.genre-foreign-hits-90 {
    background-image: url(/templates/vkmusic/images/foreign-hits-90.svg);
    width: 50px;
    height: 50px;
}
.genre-hits-80-90 {
    background-image: url(/templates/vkmusic/images/hits-80-90.svg);
    width: 50px;
    height: 50px;
}
.genre-nostalgia {
    background-image: url(/templates/vkmusic/images/nostalgia.svg);
    width: 50px;
    height: 50px;
}
.genre-music-about-mom {
    background-image: url(/templates/vkmusic/images/music-about-mom.svg);
    width: 50px;
    height: 50px;
}
.genre-kissfm {
    background-image: url(/templates/vkmusic/images/kissfm.svg);
    width: 50px;
    height: 50px;
}
.genre-radiorecord {
    background-image: url(/templates/vkmusic/images/radiorecord.svg);
    width: 50px;
    height: 50px;
}
.genre-rmx {
    background-image: url(/templates/vkmusic/images/remix.svg);
    width: 50px;
    height: 50px;
}
.genre-car-sound {
    background-image: url(/templates/vkmusic/images/car-sound.svg);
    width: 50px;
    height: 50px;
}
.genre-bass {
    background-image: url(/templates/vkmusic/images/bass.svg);
    width: 50px;
    height: 50px;
}
.genre-raptocars {
    background-image: url(/templates/vkmusic/images/raptocars.svg);
    width: 50px;
    height: 50px;
}
.genre-lirika {
    background-image: url(/templates/vkmusic/images/lirika.svg);
    width: 50px;
    height: 50px;
}
.genre-slowly {
    background-image: url(/templates/vkmusic/images/slowly.svg);
    width: 50px;
    height: 50px;
}
.genre-russia-rap-hiphop {
    background-image: url(/templates/vkmusic/images/russia-rap-hiphop.svg);
    width: 50px;
    height: 50px;
}
.genre-radio-hits {
    background-image: url(/templates/vkmusic/images/radio-hits.svg);
    width: 50px;
    height: 50px;
}
.genre-love-music {
    background-image: url(/templates/vkmusic/images/love-music.svg);
    width: 50px;
    height: 50px;
}
.genre-pleasant {
    background-image: url(/templates/vkmusic/images/pleasant.svg);
    width: 50px;
    height: 50px;
}
.genre-workout {
    background-image: url(/templates/vkmusic/images/workout.svg);
    width: 50px;
    height: 50px;
}
.genre-running-music {
    background-image: url(/templates/vkmusic/images/running-music.svg);
    width: 50px;
    height: 50px;
}
.genre-best2020 {
    background-image: url(/templates/vkmusic/images/best-music-2020.svg);
    width: 50px;
    height: 50px;
}
.genre-rekom {
    background-image: url(/templates/vkmusic/images/rek.svg);
    width: 50px;
    height: 50px;
}
.genre-good-mood-music {
    background-image: url(/templates/vkmusic/images/good-mood-music.svg);
    width: 50px;
    height: 50px;
}
.genre-eurovision {
    background-image: url(/templates/vkmusic/images/eurovision.svg);
    width: 50px;
    height: 50px;
}
.genre-shanson {
    background-image: url(/templates/vkmusic/images/shanson.svg);
    width: 50px;
    height: 50px;
}
.genre-future-hits {
    background-image: url(/templates/vkmusic/images/future-hits.svg);
    width: 50px;
    height: 50px;
}
.genre-birthday {
    background-image: url(/templates/vkmusic/images/birthday.svg);
    width: 50px;
    height: 50px;
}

.genre-road {
    background-image: url(/templates/vkmusic/images/road.svg);
    width: 50px;
    height: 50px;
}
.genre-ukraine {
    background-image: url(/templates/vkmusic/images/ukraine.svg);
    width: 50px;
    height: 50px;
}
.genre-nrj {
    background-image: url(/templates/vkmusic/images/nrj-3.svg);
    width: 50px;
    height: 50px;
}
.music-title3 h2, h1 {
    font-size: 18px;
    font-weight: 500;
    color: #337ab7;
}
.music-title3 {
    cursor: default;
    display: table;
    border-bottom: 3px solid #eee;
    margin-bottom: 10px;
    margin-top: 10px;
}
.albums-news{width:110px!important}.albums-shortstory{display:inline-block;vertical-align:top;margin:0 15px 50px}
.albums-news-image,.new-song{margin:0 0 15px;overflow:hidden;border-radius: 3px;}.albums-news-image{height:110px;border-radius: 3px;}.albums-news-image img{width:110px;height:110px;border-radius: 3px;}  .slnext,.slprev{background:url(../images/arrow.png) left top no-repeat;width:13px;height:25px;position:absolute;top:65px;cursor:pointer}.albums-news-title{color:#000;font-size:14px;line-height:20px}.albums-news-title a{color:#000}.slprev{left:-5px}.slnext{right:-5px;-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.music-carousel-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 767px) {
  .carousel-slide:first-child {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .carousel-slide:first-child {
    margin-left: 29px;
  }
  .carousel-slide {
    margin-right: 22px;
  }
}

.carousel-slide {
    display: inline-block;
    text-align: center;
    margin-right: 32px;
    max-width: 110px;
}

.carousel-slideng {
    display: inline-block;
    text-align: center;
    margin-right: 0px;
    max-width: 200px;
}

.carousel-slide-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s;
}

.music-carousel {
    display: flex;
    align-items: flex-start;
    height: calc(100% + 40px);
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.carousel-slide-image {
    margin-bottom: 5px;
    height: 110px;
    width: 110px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);
    display: block;
    border-radius: 3px;
    background-color: #eee;
}

.fa-listen {
    content: "\f025";
}

.loading-scroll {
    text-align: center;
    padding: 15px;
    color: #888;
    font-size: 14px;
}

.loading-scroll {
    text-align: center;
    padding: 15px;
    color: #888;
    font-size: 14px;
}
