* {
    background: 0 0;
    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 arial,sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #000;
    background: #222 url(../images/bg0000.jpg) center top fixed no-repeat;
    min-height: 100%;
    width: 100%;
    font-weight: 400
}

a {
    color: #000;
    text-decoration: none;
    c}

a: hover,a:focus {
    color:#0097a7;
    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: 14px;
    font-family: arial!important;
    font-weight: 400
}

.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: 3px;
    cursor: pointer;
    background-color: #0097a7;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.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: #c02ed9;
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1)
}

button:active,input[type=button]:active,input[type=submit]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1)
}

input[type=text],input[type=password] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #e8e8e8;
    border: 0
}

input[type=text]:focus,input[type=password]:focus {
}

input::-webkit-input-placeholder {
    color: #222;
    opacity: .5
}

input::-moz-placeholder {
    color: #222;
    opacity: .5
}

input:-moz-placeholder {
    color: #222;
    opacity: .5
}

input:-ms-input-placeholder {
    color: #222;
    opacity: .5
}

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;
    color: #000
}

textarea {
    display: block;
    width: 100%;
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    background-color: #fff;
    color: #000;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: none
}

.img-box,.img-wide,.img-square,.img-resp,.img-resp-vert,.img-resp-sq,.img-fit {
    overflow: hidden;
    position: relative;
    background-color: #222
}

.img-resp {
    padding-top: 65%
}

.img-resp-vert {
    padding-top: 140%
}

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

b,strong,h1,h2,h3,h4,h5,.fw700 {
    font-weight: 700
}

.icon-left .fa {
    margin-right: 10px
}

.icon-right .fa {
    margin-left: 10px
}

.clip-img,.podb-item-in,.btn {
    transition: all .2s
}

.hover-mask,.track1-btn {
    transition: color .2s,background-color .2s,opacity .2s
}

#dle-content>*:not(.album-item) {
    width: 100%
}

.hd-menu a:hover,.side a:hover,.sect-items a:hover {
    text-decoration: underline
}

.wrap {
    min-width: 320px;
    position: relative;
    overflow: hidden
}

.wrap-center {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    background-color: #f2f6f8;
    box-shadow: 0 0 60px 0 rgba(0,0,0,.2)
}

.header {
    background-color: #fff;
    box-shadow: 0 2px rgba(0,0,0,.05)
}

.side {
    width: 240px;
    background-color: #fff;
    color: #fff
}

.main {
    padding: 20px;
    min-height: 100vh
}

.footer {
    background: #f0f0f0 url(../images/uztrendlogo.png) left center no-repeat;
    font-size: 12px;
    color: #252525;
    padding: 20px 20px 20px 240px
}

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

.logo {
    width: 240px;
    font-size: 21px;
    height: 70px;
    color: #fff;
    display: block;
    background-color: #919191
}

.hd-menu {
    font-size: 0;
    padding-right: 20px
}

.hd-menu li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px
}

.hd-menu a {
    display: block;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border-left: 1px solid #e3e3e3;
    padding-left: 20px
}

.search-box {
    position: relative;
    margin: 0 0 0 20px
}

.search-box input#story,.search-box input#story:focus {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding-right: 50px;
    box-shadow: inset 0 0 0 1px #e8e8e8
}

.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    color: #000!important;
    background-color: transparent!important;
    padding: 0!important;
    width: 40px
}

.side-box {
}

.side-bt {
    padding: 10px 0 10px 20px;
    background-color: #0097a7;
    font-weight: 700;
    font-size: 16px
}

.side-bc {
    padding: 20px
}

.side-bt .fa {
    color: #fffcf1;
    margin-right: 20px
}

.side a {
    color: #1c1b1b
}

.side-nav a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2
}

.side-nav a:before {
    content: "\f105";
    margin-right: 10px;
    font-family: fontawesome;
    color: #ccc
}

.side-nav li:last-child a {
    border-bottom: 0
}

.ps-item+.ps-item {
    margin-top: 15px
}

.ps-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px
}

.ps-title {
}

.ps-item {
    line-height: 1.5
}

.ps-new {
    position: relative;
    padding-left: 25px;
    display: block;
    font-size: 12px;
    line-height: 1.5
}

.ps-name {
    font-size: 12px;
    opacity: .5
}

.ps-new:before {
    content: "\f138";
    font-family: fontawesome;
    color: #ccc;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 5px
}

.ps-new:hover {
    text-decoration: underline
}

.sect {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

.sect:last-child {
    margin-bottom: 0
}

.sect-cont {
    padding: 20px
}

.sect-cols {
    margin-bottom: 20px
}

.sect-cols .sect {
    margin-bottom: 0;
    width: 48.7%
}

.sect-title {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    background: #0097a7;
    border-bottom: 1px solid #1e88e5;
}

.sect-title .fa {
    color: #fff;
    margin-right: 10px
}

.sect-link {
    text-align: center
}

.sect-link a {
    background: #0097a7;
    display: inline-block;
    height: 30px;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 1px;
    box-shadow: inset 0 0 0 1px #0595a5;
    margin-bottom: 20px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 5px
}

.sect-cols .sect-link a {
    position: static
}

.sect-link a:hover {
    color: #fff;
    background-color: #109faf;
}

.sect-items {
    margin-bottom: -20px
}

.sect-cont-cols {
    column-width: 200px;
    column-gap: 20px
}

.speedbar {
    margin-bottom: 20px;
    font-size: 12px;
    color: #888
}

.sect-cont .ps-item {
    width: 32%;
    margin: 0 0 20px!important
}

.top-artist {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    height: 20px;
    line-height: 20px
}

.count-num {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-color: #0097a7;
    color: #fff;
    font-size: 10px
}

.album-item {
    width: 18%;
    margin-bottom: 20px
}

.album-item-in {
    display: block
}

.album-img {
}

.album-title {
    margin-top: 10px
}

.album-caption {
    display: inline-block;
    font-size: 12px;
    opacity: .5;
    margin-top: 10px
}

.track1 {
    margin-bottom: 20px
}

.track1-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.track1-name {
    margin-top: 5px;
    font-size: 12px;
    opacity: .5
}

.track1-rate {
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 5px;
    min-width: 30px;
    border-radius: 15px;
    font-size: 10px;
    color: #000;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px #030303
}

.track1-views {
    font-size: 10px;
    opacity: .5;
    color: #000;
    margin-left: 10px
}

.track1-views .fa {
    margin-right: 5px
}

.track1-btn {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0,0,0,.5)
}

.track1:hover .track1-btn {
    opacity: 1
}

.track {
    margin-bottom: 20px
}

.track-play,.track-dl,.count-num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%
}

.track-play {
    background-color: #0097a7;
    color: #fff;
    font-size: 8px;
    margin-right: 10px;
    padding-left: 2px;
    display: inline-block;
    vertical-align: top
}

.track-desc {
    display: block
}

.track-artist {
}

.track-name {
    color: #8b8e94
}

.track-dl {
    display: block;
    margin-left: 10px;
    color: #0097a7;
    font-size: 8px;
    box-shadow: inset 0 0 0 1px #0097a7;
}

.track-time {
    font-size: 10px;
    margin-left: 10px;
    color: #0e0e0e
}

.track-desc:hover .track-play {
    background-color: #08c5d9;
    color: #fff
}

.ft-menu li {
    margin-right: 20px;
    display: inline-block
}

.ft-menu a {
    font-weight: 700;
    color: #000
}

.ft-menu a:hover {
    text-decoration: underline
}

.ft-copyr {
    margin-top: 10px
}

.bottom-nav {
    line-height: 40px;
    text-align: center;
    padding: 20px 0 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: 40px;
    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: 40px;
    background-color: #f1f5f7;
    margin: 0 5px;
    border-radius: 3px;
    margin-top: 10px;
    box-shadow: 3px 5px 10px 0 transparent
}

.navigation span,.pagi-nav a:hover {
    background-color: #0097a7;
    color: #fff
}

.navigation span.nav_ext {
    background-color: #fff;
    color: #ccc
}

.pagi-nav a:hover {
    background-color: #0097a7;
    color: #fff
}

.dle-comments-navigation .pagi-nav {
    margin-bottom: 0
}

.tcols {
}

.tleft {
    width: 200px;
    margin-right: 20px;
    text-align: center
}

.tinfo {
}

.tinfo>li:nth-child(2n+1) {
    background-color: #f2f6f8
}

.tinfo>li {
    position: relative;
    padding: 7px 10px 7px 160px
}

.tinfo>li>span:first-child {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #8b8e94;
    font-size: 12px
}

.tinfo>li>a {
    color: #1e88e5;
    text-decoration: underline
}

.trate {
    margin-top: 15px
}

.rate3-short {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap
}

.rate3-short .fa {
    margin-right: 10px
}

.sr-plus,.sr-minus {
    display: inline-block;
    vertical-align: top
}

.sr-plus .fa,.sr-minus .fa {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px
}

.sr-plus .fa {
    color: #fff;
    background-color: #6cc43c
}

.sr-minus .fa {
    color: #fff;
    background-color: #f1656f
}

.r3-hide {
    display: none
}

.sr-minus {
    margin-left: 10px
}

.sr-plus:hover,.sr-minus:hover {
    cursor: pointer;
    opacity: .8
}

.tabs-box {
    margin-top: 20px
}

.tabs-sel {
}

.tabs-sel>span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 700;
    background-color: #f2f6f8;
    width: 32%;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tabs-sel>span.current {
    color: #fff;
    background: #0097a7
}

.tabs-sel>span:hover {
    text-decoration: underline
}

.tabs-b {
    display: none;
    padding: 20px;
    border: 1px solid #e3e3e3
}

.tabs-b.visible {
    display: block
}

.dl {
    text-align: center
}

.dl .button {
    max-width: 100%
}

.tcapt {
    color: #8b8e94;
    margin-top: 20px;
    font-size: 12px
}

.tabs-sel i {
    opacity: .5
}

.audioplayer {
    position: relative;
    font-size: 12px;
    background-color: #e9e9e9;
    color: #252323;
    padding: 15px 75px;
    height: 60px
}

.audioplayer audio {
    display: none
}

.audioplayer-playpause {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0
}

.audioplayer-time {
    position: absolute;
    top: 10px;
    left: 80px;
    opacity: .8
}

.audioplayer-time-duration {
    left: auto;
    right: 80px;
    color: #000
}

.audioplayer-volume {
    position: absolute;
    right: 0;
    top: 0
}

.audioplayer-bar {
    -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;
    background-color: #696969;
    height: 10px;
    border-radius: 5px;
    position: relative;
    top: 7px
}

.audioplayer-bar-loaded,.audioplayer-bar-played {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(0,0,0,.03)
}

.audioplayer-bar-played {
    z-index: 10;
    background-color: #fff
}

.audioplayer-playpause a,.audioplayer-volume-button a {
    overflow: hidden;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-indent: -9999px;
    position: relative;
    background-color: #dadada;
    display: block
}

.audioplayer-playpause a:before,.audioplayer-volume-button a:before {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f04c";
    font-family: fontawesome;
    font-size: 16px;
    text-indent: 0
}

.audioplayer-stopped .audioplayer-playpause a:before {
    content: "\f04b";
    left: 2px
}

.audioplayer-volume-button a:before {
    content: "\f028"
}

.audioplayer-muted .audioplayer-volume-button a:before {
    content: "\f026"
}

.audioplayer-volume {
    position: absolute
}

.audioplayer-volume-adjust {
    width: 30px;
    height: 100px;
    background-color: gray;
    box-shadow: inset 0 0 0 0 #e3e3e3;
    position: absolute;
    right: 15px;
    bottom: 100%;
    display: none
}

.audioplayer-volume-adjust>div {
    width: 10px;
    height: 70px;
    border-radius: 5px;
    position: relative;
    left: 10px;
    top: 15px;
    background-color: #696969;
    cursor: pointer
}

.audioplayer-volume-adjust>div>div {
    width: 10px;
    border-radius: 5px;
    background-color: #fffcf4;
    position: absolute;
    left: 0;
    bottom: 0
}

.audioplayer-volume-button {
    position: relative
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    display: block
}

.audioplayer-playpause a:hover,.audioplayer-volume-button a:hover {
    background-color: #bebebe;
    color: #fff
}

.audioplayer-volume-button a {
    background-color: #dadada
}

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

.mejs-container {
    max-width: 100%!important
}

.full-text {
    line-height: 1.7;
    color: #5c5c5c
}

.full-text img:not(.emoji) {
    max-width: 100%;
    border: 5px solid #e3e3e3;
    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: #28b6f4
}

.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: 500
}

.full-text p {
    margin-bottom: 10px
}

.full-text>ul,.full-text ol {
    margin: 10px 0
}

.full-text>ul>li {
    list-style: none;
    margin-left: 40px;
    display: block;
    position: relative
}

.full-text>ul>li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: -25px;
    width: 8px;
    height: 8px;
    color: #9cce43;
    border-radius: 0
}

.full-text ol li {
    list-style: decimal;
    margin-left: 40px
}

.full-text table {
    width: 100%;
    text-align: left;
    margin: 10px 0
}

.full-text table tr td {
    padding: 10px;
    border: 2px solid #fff
}

.full-text table tr:nth-child(2n+1) {
    background-color: #f5f5f5
}

.full-text table tr:nth-child(1) {
    background-color: #598597!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
}

.attach-info {
    float: right
}

.attach i {
    margin-right: 5px
}

.dcont {
    border: 1px solid #e3e3e3;
    padding: 0 15px 15px;
    margin: 0 0 20px;
    line-height: 20px
}

.polltitle {
    display: block;
    padding: 10px 15px;
    margin: 0 -15px 15px;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    font-weight: 700
}

.full-taglist a {
    color: #598597
}

.full-taglist {
    margin-bottom: 20px
}

.full-taglist span:not(.fa):not(:last-child):after {
    content: ",";
    display: inline
}

.add-comm-form {
}

.ac-inputs,.ac-textarea {
    margin-bottom: 15px
}

.ac-inputs input {
    width: 49%;
    box-shadow: 0 0 0 1px #ededed,inset 1px 1px 3px 0 rgba(0,0,0,.1);
    background-color: #f9fafc
}

.ac-textarea textarea {
    height: 120px;
    box-shadow: 0 0 0 1px #ededed,inset 1px 1px 3px 0 rgba(0,0,0,.1);
    background-color: #f9fafc
}

.ac-submit {
}

.sec-answer+.sec-label {
    margin-top: 10px
}

.ac-protect {
    margin-top: -10px;
    display: none
}

.ac-protect .label {
    font-size: 14px
}

.ac-protect .sep-input {
    padding: 10px 10px 10px 160px
}

.ac-protect input {
    background-color: #f9fafc
}

.mass_comments_action {
    display: none
}

.last-comm-link {
    font-size: 16px;
    margin-bottom: 10px
}

.last-comm-link a {
    text-decoration: underline;
    color: #589aa6
}

.comments_subscribe input {
    margin-right: 10px
}

.comm-item {
    padding-left: 60px;
    margin-top: 20px
}

.comm-left {
    width: 40px;
    height: 40px;
    margin-left: -60px;
    float: left;
    border-radius: 50%
}

.comm-right {
    width: 100%;
    float: right;
    position: relative
}

.comm-one {
    padding: 0 0 7px;
    position: relative;
    font-size: 14px
}

.comm-one>span:nth-child(2) {
    color: #888;
    font-size: 12px
}

.comm-one>span {
    float: left;
    margin-right: 10px
}

.comm-author {
}

.comm-two {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0
}

.comm-three {
    margin-top: 7px;
    font-size: 12px;
    text-align: right
}

.comm-three li {
    display: inline-block;
    margin-left: 10px
}

.comm-three a {
    color: #888
}

.comm-three li:first-child {
    margin-left: 0;
    float: left
}

.btn-menu,.cloned,.side-panel br {
    display: none
}

.side-panel {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    color: #ffffff;
    padding: 0;
    z-index: 99999;
    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,.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
    display: none
}

.btn-close {
    cursor: pointer;
    display: block;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 99999;
    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: 0
}

body.opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.side-panel a {
    color: #222;
}

.side-panel .hd-menu {
    display: block;
    padding: 10px 0
}

.side-panel .hd-menu li {
    width: 100%;
    margin: 0
}

.side-panel .hd-menu a {
    padding: 10px 20px;
    margin: 0;
    height: auto;
    line-height: normal;
    border: 0;
    margin-bottom: 20px
}

@media screen and (max-width: 1220px) {
    .wrap-container {
        max-width:1000px
    }

    #gotop {
        display: none!important
    }

    body {
        background-image: none
    }
}

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

    .hd-menu,.side {
        display: none
    }

    .footer {
        background-image: none;
        padding: 20px;
        text-align: center
    }

    .ft-menu li {
        margin: 0 10px 10px
    }

    .btn-menu {
        background-color: #0097a7;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 20px
    }
}

@media screen and (max-width: 760px) {
    .wrap-container {
        max-width:640px
    }

    .sect-cols .sect {
        width: 100%
    }

    .sect-cols .sect+.sect {
        margin-top: 20px!important
    }

    .sect-link a {
        position: static!important
    }

    .tcols {
        display: block
    }

    .tleft {
        margin: 0 auto 20px
    }

    .comm-three li:not(:first-child) {
        display: none
    }

    .dcont button {
        font-size: 12px;
        padding: 0 15px!important
    }

    .ac-protect {
        margin-top: 0
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 0!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) {
    .wrap-container {
        max-width:480px
    }

    .track1-views,.track-dl,.sect-items>.album-item:nth-child(5n) {
        display: none
    }

    .album-item,.podb-item {
        width: 48%
    }

    .sect-cont .ps-item {
        width: 100%
    }

    .tabs-sel i {
        display: none
    }

    .tabs-sel>span {
        width: 33.33%;
        font-size: 12px
    }

    .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;
        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-container22 {
        max-width:320px
    }

    .logo {
        width: 80px;
        overflow: hidden
    }

    .logo img {
        width: 240px;
        max-width: 240px
    }

    .main,.footer {
        padding-left: 10px;
        padding-right: 10px
    }

    .btn-menu {
        margin: 0 10px 0 0
    }

    .search-box {
        margin: 0 10px
    }

    .tinfo>li:not(.trate) {
        padding-left: 110px
    }

    .tinfo>li:not(.trate)>span:first-child {
        width: 90px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .tabs-box {
        margin-right: -20px;
        margin-left: -20px
    }

    .tabs-b {
        padding: 20px 10px 0;
        border: 0
    }

    .trate {
        display: block;
        text-align: center
    }

    .rate3-short {
        margin-bottom: 20px
    }

    .comms-title {
        display: block;
        text-align: center
    }

    .add-comm-btn {
        width: 100%;
        position: static
    }

    .video-box embed,.video-box object,.video-box video,.video-box iframe,.video-box frame {
        height: 250px
    }
}
