* {
    margin: 0;
    padding: 0;
    outline: 0;
    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: 13px 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #2a2a2a;
    background: #eee url(../images/bg2.png);
    height: 100%;
    width: 100%;
    font-weight: normal;
}
img {
    max-width: 100%}
.clr {
    clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
a {
    color: #2a2a2a;
    text-decoration: none;
}
a:hover, a:focus {
    color: #0294d9;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-size: 18px;
}
.sub-title h1 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}
.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: 0;
    cursor: pointer;
    background-color: #4caf50;
    color: #fff;
    text-align: center;
}
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: #0b4a67;
    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: 0 10px;
    border-radius: 3px;
}
input[type="text"], input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #000;
    background-color: #f8f8f8;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px #e3e3e3, inset 0 3px 5px 0 rgba(0, 1, 1, 0.1);
}
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-h, .img-resp-v {
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.img-resp-h {
    padding-top: 55%}
.img-resp-v {
    padding-top: 130%}
.img-box img, .img-resp-h img, .img-resp-v img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.img-resp-h img, .img-resp-v img {
    position: absolute;
    left: 0;
    top: 0;
}
.img-wide img {
    width: 100%;
    display: block;
}
.img-square img {
    width: 150%;
    max-width: 150%;
    margin-left: -25%}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
button, .s-in, .s-img, .to-dl, .vmeta-fav a {
    transition: all .3s;
}
.button, .preview-img img {
    transition: color .3s, background-color .3s, opacity .3s;
}
.ps-link {
    cursor: pointer;
}
.h11 {
font-size: 16px;
color: #2a2a2a; 
line-height: 24px;
    margin-bottom: 10px;
    font-weight: 550;
margin-top: 10px;    
}    
.icon-l .fa {
    margin-right: 10px;
}
.icon-r .fa {
    margin-left: 10px;
}
.short img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.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;
}
.pages {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
}
.site-desc h1, .site-desc h2, .site-desc h3, .sect-t>*:first-child, .side-bt, .sect-top-t, .full-in h1 {
    font-weight: 600;
}
.short2 {
    width: 50%;
    float: left;
    padding: 0 10px 20px 10px;
}
.s2-in {
    background-color: #FFF;
    padding: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
}
.s2-img, .s2-title, .s2-desc {
    display: block;
    overflow: hidden;
    color: #2a2a2a;
}
.s2-img {
    margin: 0 auto 20px auto;
}
.s2-img img {
    display: block;
}
.s2-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-desc {
    opacity: .6;
    line-height: 20px;
    height: 60px;
    font-weight: 300;
}
.wrap {
    min-width: 320px;
    overflow: hidden;
    background: url(../images/bg.png) center top no-repeat;
}
.center {
    max-width: 1264px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.cont {
    background-color: #eee;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.line {
    background-color: #fff;
    padding: 0 20px 0 0;
}
.cols {
    padding: 0;
}
.side {
    width: 240px;
    background-color: #FFF;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
}
.main {
    width: calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
    padding: 20px;
    min-height: 800px;
}
.footer {
    padding: 20px;
    color: #FFF;
    line-height: 24px;
    background: #29a176 url(../images/bg.png) center top no-repeat;
}
.h-one {
    background-color: #4caf50;
    color: #FFF;
    padding: 0 2000px;
    margin: 0 -2000px;
    line-height: 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.h-two {
    padding: 10px 0;
}
.h-menu, .h-menu li {
    float: left;
}
.h-menu a {
    color: #FFF;
    font-size: 16px;
    padding: 0 20px;
    border-left: 1px solid #6fbf73;
    display: block;
}
.h-menu a:hover, .h-menu a.active {
    color: #fff;
    background-color: #6fbf73;
}
.btns-log {
    white-space: nowrap;
    float: right;
    font-size: 16px;
}
.btns-log a {
    display: inline-block;
    padding: 0 20px;
    color: #FFF;
}
.show-login {
    background-color: #46a14a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
}
.btns-log a:hover, .show-login:hover {
    text-decoration: underline;
}
.logo {
    display: block;
    float: left;
    width: 400px;
    height: 100px;
}
.logo img {
    display: block;
}
.search-box {
    width: 400px;
    float: right;
    margin-top: 30px;
}
.search-field {
    width: 100%;
    position: relative;
}
.search-field input, .search-field input:focus {
    width: 100%;
    padding: 0 50px 0 10px;
    background-color: #fff;
    color: #2a2a2a;
    height: 40px;
    line-height: 40px;
}
.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 !important;
    width: 40px;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 18px;
    background: transparent !important;
    color: #888 !important;
}
.l-menu li {
    float: left;
}
.l-menu a {
    display: block;
    line-height: 50px;
    padding: 0 20px;
    border-right: 1px solid #e3e3e3;
    font-size: 16px;
}
.l-menu a span {
    background-color: #4caf50;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    margin: 0 -20px 0 10px;
    min-width: 50px;
    text-align: center;
}
.l-menu a:hover {
    color: #000;
    background-color: #f2f2f2;
}
.sect {
    margin-bottom: 20px;
}
.sect-t {
    margin-bottom: 20px;
    border-left: 5px solid #4caf50;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
    background-color: #FFF;
    padding: 10px 10px 10px 20px;
}
.sect-t>*:first-child {
    font-size: 18px;
}
.sect-t>*:first-child div {
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
}
.sect-t a {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    background-color: #4caf50;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}
.sect-top {
    border: 3px solid #4caf50;
    padding: 20px;
    padding-bottom: 0;
    position: relative;
    margin: 40px 0;
}
.sect-top-t {
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 24px;
    background-color: #eee;
    position: absolute;
    left: 20px;
    top: -23px;
}
.sect-top-t .fa {
    color: #ee4813;
}
.fx-row>.side-item {
    width: 30%}
.floats {
    margin: 0 -10px;
}
.short {
    width: 25%;
    float: left;
    padding: 0 10px 20px 10px;
}
.s-in {
    background-color: #FFF;
    padding: 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
}
.s-img, .s-title, .s-desc {
    display: block;
    overflow: hidden;
    color: #2a2a2a;
}
.s-img {
    margin: 20px auto;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.s-img img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.s-title {
    font-size: 16px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s-desc {
    opacity: .6;
    line-height: 20px;
    height: 60px;
    font-weight: 300;
}
.s-rate {
    margin: 10px auto 0 auto;
    width: 118px;
    height: 25px;
}
.s-rate-app {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: #4caf50;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 10px;
}
.s-rate-app:before {
    width: 0;
    height: 0;
    border-width: 13px;
    border-style: solid;
    border-color: #4caf50 rgba(79, 24, 100, 0) #4caf50 #4caf50;
    position: absolute;
    left: 100%;
    top: 0;
    content: ""}
.s-hit:before, .s-new:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/hit.png) no-repeat;
}
.s-new:before {
    background: url(../images/new.png) no-repeat !important;
}
.s-in.hover:hover {
    border: 1px solid rgba(30, 151, 247, .4);
    box-shadow: 0 0 15px 0 rgba(30, 151, 247, .4);
}
.s-in22.hover:hover .s-img {
    border-radius: 50%}
.rating {
    width: 118px;
    height: 25px;
    font-size: .9em;
}
.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 125px;
    height: 23px;
    position: relative;
    background: url(../images/rating.png) repeat-x;
}
.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}
.unit-rating li a {
    display: block;
    width: 25px;
    height: 24px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 25;
    position: absolute;
    padding: 0;
}
.unit-rating li a:hover {
    background: url(../images/rating.png) 0 -45px;
    z-index: 2;
    left: 0;
}
.unit-rating a.r1-unit {
    left: 0;
}
.unit-rating a.r1-unit:hover {
    width: 25px;
}
.unit-rating a.r2-unit {
    left: 25px;
}
.unit-rating a.r2-unit:hover {
    width: 50px;
}
.unit-rating a.r3-unit {
    left: 50px;
}
.unit-rating a.r3-unit:hover {
    width: 73px;
}
.unit-rating a.r4-unit {
    left: 73px;
}
.unit-rating a.r4-unit:hover {
    width: 95px;
}
.unit-rating a.r5-unit {
    left: 95px;
}
.unit-rating a.r5-unit:hover {
    width: 125px;
}
.unit-rating li.current-rating {
    background: url(../images/rating.png) 0 -45px;
    position: absolute;
    height: 24px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
.ratingzero {
    color: #6c838e;
    font-size: 16px;
}
.rate3-short {
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    white-space: nowrap;
    text-align: center;
    border-top: 1px dotted #e3e3e3;
    margin: 10px 0 -5px 0;
}
.rate3-short .fa {
    margin-right: 5px;
}
.sr-plus, .sr-minus {
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
}
.sr-plus {
    color: #3C0;
    margin-right: 5px;
}
.sr-minus {
    color: #f20404;
    margin-left: 5px;
}
.r3-hide {
    display: none;
}
.site-desc {
    color: #5c5c5c;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 20px;
    margin-top:  15px;
}
.site-desc h1, .site-desc h2, .site-desc h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2a2a2a;
}
.site-desc p+p {
    margin-top: 5px;
}

.modsmenu{margin:0;padding:0;text-align:center}.spritemodsmenu li>a>i,.spritemodsmenu li>b>i{background-image:url(../templates/cap-android-utf8/images/mods-menu.png);margin:0 auto;background-repeat:no-repeat;display:block;width:64px;height:64px;filter:drop-shadow(1px 1px 1px #d2d2d2)}.armor64{background-position:-2px -2px}.blocks64{background-position:-70px -2px}.car64{background-position:-138px -2px}.decor64{background-position:-2px -70px}.furniture64{background-position:-70px -70px}.ore64{background-position:-138px -70px}.spider64{background-position:-2px -138px}.weapon64{background-position:-70px -138px}.tehnik64{background-position:-138px -138px}ul.modsmenu li{display:inline-block;margin:8px;text-align:center;font-weight:bold;vertical-align:top}.spritemodsmenu li a{display:block;background:#f9f9f9;border-radius:5px;text-align:center;padding:5px 15px}.spritemodsmenu li b{display:block;background:#d0f0c0;border-radius:5px;text-align:center;padding:5px 15px}ul.modsmenu.spritemodsmenu::after {width:100%;height:0;visibility:hidden;overflow:hidden;content:'';display:inline-block;}ul.modsmenu a:hover{background:aliceblue;}   
 

.site-desc a {
    color: #0f5777;
    text-decoration: underline;
}
.side-box {
    overflow: hidden;
}
.side-bt {
    font-size: 18px;
    padding: 10px;
    background-color: #f2f2f2;
}
.side-bt .fa {
    font-size: 24px;
    width: 40px;
    vertical-align: top;
    margin-top: -5px;
    transform: rotate(-45deg);
}
.side-bc {
    padding: 10px;
}
.side-nav .side-bc {
    padding: 0;
}
.side-nav {
    background-color: #4caf50;
    color: #FFF;
}
.side-nav .side-bt {
    background-color: #46a14a;
}
.side-nav a {
    border-bottom: 1px solid #46a14a;
    box-shadow: 0 1px #6fbf73;
    display: block;
    padding: 10px 60px 10px 20px;
    color: #FFF;
    font-size: 14px;
}
.side-nav li:last-child a {
    border-bottom: 0;
    box-shadow: none;
}
.side-nav li:hover, .side-nav a.active {
    color: #FFF;
    background-color: #ee4813;
}
.side-nav a:hover {
    color: #fff;
}
.side-nav li {
    position: relative;
}
.side-nav li span {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: .8;
}
.side-item {
    padding-left: 60px;
    position: relative;
    min-height: 50px;
    display: block;
    margin-bottom: 20px;
}
.side .side-item:last-child {
    margin-bottom: 0;
}
.side-title {
    margin-bottom: 3px;
}
.side-date {
    font-size: 12px;
    opacity: .6;
}
.side-img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.ft-left a {
    text-decoration: underline;
    margin-right: 10px;
    color: #fff;
}
.ft-right>div>* {
    float: right;
    margin-top: 5px;
}
.bottom-nav {
    line-height: 36px;
    text-align: center;
    padding: 20px 5px 0 5px;
}
.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: 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: 5px 5px 0 0;
    border-radius: 4px;
    border: 1px solid #e1e5e6;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0);
    font-size: 16px;
    overflow: hidden;
}
.navigation span, .pagi-nav a:hover {
    background-color: #4caf50;
    color: #fff;
}
.navigation span.nav_ext {
    background-color: #fff;
    color: #888;
}
.pagi-nav a:hover {
    background-color: #4caf50;
    color: #fff;
}
.dle-comments-navigation .pagi-nav {
    margin-bottom: 0;
}
.full-in {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
}
.full-in h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    border-left: 5px solid #4caf50;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
    background-color: #FFF;
    padding: 10px 10px 10px 20px;
    font-weight: 700;
}
.full-in h1 .fa {
    color: #ee4813;
    margin-left: 10px;
}
.f-cols {
    padding-right: 200px;
    position: relative;
    margin-bottom: 20px;
}
.f-dl {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 180px;
    font-size: 16px;
}
.f-cols .short {
    width: 200px;
    padding: 0;
}
.f-info {
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    float: right;
}
.f-info div {
    padding: 7px 10px 7px 170px;
    font-size: 13px;
}
.f-info div:nth-child(2n+1) {
    background-color: #f5f5f5;
}
.f-info div>span:first-child {
    opacity: .7;
    display: inline-block;
    width: 150px;
    margin-left: -160px;
    font-weight: 700;
}
.f-info a {
    text-decoration: underline;
    color: #4caf50;
}
.vmeta-fav {
    margin-top: 10px;
}
.vmeta-fav a {
    display: block;
    height: 40px;
    line-height: 40px;
}
.to-dl, .vmeta-fav a {
    color: #FFF;
    background: #ee4813;
    padding: 0 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
}
.vmeta-fav a {
    color: #fff;
    background: #4caf50;
}
.to-dl:hover, .vmeta-fav a:hover {
    box-shadow: 0 0 15px 0 rgba(30, 151, 247, .4);
}
.tabs-b {
    display: none;
}
.tabs-b.visible {
    display: block;
}
.tabs-sel {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.tabs-sel span {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    margin-right: 10px;
    cursor: pointer;
}
.tabs-sel span.current {
    background-color: #4caf50;
    color: #fff;
}
.tabs-sel span+span {
    margin-left: 10px;
}
.scr-box {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.scr-box a, .scr-box>img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    max-width: 250px;
    max-height: 250px;
    overflow: hidden;
}
.scr-box a img {
    display: block;
}
.scr-box br {
    display: none;
}
.rate3-outer {
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: 30px;
}
.rate3 {
    height: 40px;
}
.rate3-hide, .f-rate .rbar {
    display: none;
}
.ps, .ms {
    cursor: pointer;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    color: #69a935;
    text-align: center;
}
.ms {
    color: #e70c2f;
}
.rate3 span.fa {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.ps:hover {
    color: #FFF;
    background-color: #028c19;
}
.ms:hover {
    background-color: #c1050a;
    color: #fff;
}
.rrange {
    width: 220px;
    color: #8f95a3;
    font-weight: 700;
    white-space: nowrap;
}
.rbar {
    height: 10px;
    overflow: hidden;
    position: relative;
    background-color: #e70c2f;
    margin-top: 5px;
    border-radius: 4px;
}
.rfill {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #69a935;
    transition: width 1s linear;
}
.rrange span {
    margin-left: 10px;
    font-size: 20px;
    color: #69a935;
}
.f-tate {
    text-align: center;
    overflow: hidden;
}
.f-rate .rrange {
    white-space: normal;
    width: 100%}
.f-rate .rrange span {
    margin: 0;
    font-size: 18px;
    display: block;
}
.f-dl-btm {
    background-color: #46a14a;
    padding: 20px;
    margin-top: 20px;
    border-radius: 0
}

.dl-capt {
    background-color: #4caf50;
    color: #fff;
    margin: -20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600
}

.f-dl-in {
    background-color: #dff4fd;
    padding: 10px;
    margin: 0 auto;
    max-width: 800px;
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,.3);
    border-radius: 0
}

.f-dl-inn {
    background-color: #dff4fd;
    padding: 10px;
    margin: 0 auto;
    max-width: 800px;
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,.3);
    border-radius: 0
}
.f-dl-desc {
    margin-bottom: 10px;
}
.dl-item {
    display: block;
    background-color: #4caf50;
    color: #FFF !important;
    text-decoration: none !important;
    padding: 10px 20px;
}
.dl-item+.dl-item, .attach+.attach {
    margin-top: 10px;
}
.dl-title {
    font-size: 16px;
    margin-bottom: 7px;
}
.dl-item>div+div span {
    margin-right: 20px;
}
.dl-item:hover {
    background-color: #ee4813;
    color: #FFF;
}
.dl-gp {
    background: #fff url('../images/gplogo.png') 20px center no-repeat;
    padding-left: 80px;
    color: #2a2a2a !important;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 800px;
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.dl-gp .dl-title {
    font-size: 18px;
    margin-bottom: 0;
}
.dl-gp:hover {
    background-color: #ee4813;
    color: #FFF !important;
}
.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 {
    font-size: 16px;
    line-height: 20px;
    color: #5c5c5c;
}
.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: #14770f;
}
.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: 0;
}
.full-text ul li {
    list-style: disc;
    margin-left: 40px;
}
.full-text ol li {
    list-style: decimal;
    margin-left: 40px;
}
.full-comms {
    padding: 10px;
    background: #eee url(../images/bg2.png);
    border: 1px solid #e3e3e3;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
}
.comms-title {
    line-height: 40px;
}
.comms-title>span {
    font-size: 16px;
}
.add-comm-form {
    position: relative;
    margin: 20px 0;
    display: none;
}
.ac-soc {
    position: absolute;
    right: 0;
    top: -8px;
}
.ac-soc:before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    margin-right: 5px;
}
.ac-soc a {
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: top;
}
.ac-soc img {
    display: block;
    width: 30px;
}
.ac-inputs, .ac-textarea {
    margin-bottom: 15px;
}
.ac-av {
    width: 40px;
    height: 40px;
    border-radius: 0;
    float: left;
    margin-right: 10px;
    background: #fff url(../dleimages/noavatar.png) no-repeat;
    background-size: contain;
}
.ac-title {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.ac-inputs input {
    width: 49%;
    background-color: #FFF;
    box-shadow: 0 0 0 1px #ededed, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ac-textarea textarea {
    height: 85px;
}
.sec-answer+.sec-label {
    margin-top: 10px;
}
.ac-protect {
    margin-top: -10px;
    display: none;
}
.ac-protect .label {
    font-size: 12px;
}
.ac-protect .sep-input {
    padding: 10px 10px 10px 160px;
}
.ac-protect input {
    background-color: #FFF;
}
.mass_comments_action {
    text-align: right;
    padding: 5px 15px;
    background-color: #f0f0f0;
    margin: 20px 0 0 0;
}
.last-comm-link {
    font-size: 16px;
    margin-bottom: 10px;
}
.last-comm-link a {
    text-decoration: underline;
}
.comm {
    background-color: #FFF;
    padding: 10px;
    padding-left: 60px;
    margin-top: 10px;
}
.comm-av {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: -50px;
}
.comm-meta {
    margin-bottom: 6px;
}
.comm-meta span+span {
    margin-left: 10px;
    opacity: .8;
}
.comm-author {
    font-weight: 700;
}
.comm-text {
    font: 14px/18px Arial, Helvetica, sans-serif;
}
.login-box {
    background-color: #FFF;
    padding: 20px;
    display: none;
}
.lb-user {
    margin: -20px -20px 20px -20px;
    padding: 20px;
    background-color: #f6f6f6;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.lb-ava {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.lb-name div {
    font-size: 18px;
}
.lb-name a {
    margin-top: 10px;
}
.lb-menu a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    background-color: #f6f6f6;
}
.lb-menu a:hover, .lb-menu a:hover .fa {
    background-color: #ee4813;
    color: #fff;
}
.lb-menu a .fa {
    color: #ee4813;
}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check {
    display: block;
    margin-bottom: 20px;
    width: 100%}
.lb-check input {
    display: none;
}
.lb-check input+label:before {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    cursor: pointer;
    position: relative;
    top: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    content: "";
    background-color: #f6f6f6;
    display: inline-block;
}
.lb-check input:checked+label:before {
    background-color: #e5050b;
}
.lb-soc {
    margin: 20px -20px -20px -20px;
    padding: 20px;
    background-color: #f6f6f6;
    text-align: center;
}
.lb-soc a {
    display: inline-block;
    margin: 10px 3px 0 3px;
    vertical-align: top;
}
.lb-soc img {
    display: block;
    width: 30px;
}
#gotop {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 36px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 9998;
    display: none;
    opacity: .7;
    background-color: #000;
    color: #FFF;
    border-radius: 0;
    text-align: center;
}
.btn-menu {
    display: none;
}
.side-panel {
    width: 260px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #333;
    padding: 0;
    z-index: 888;
    position: fixed;
    left: -260px;
    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: 887;
    display: none;
}
.side-panel .side-box {
    margin: 0;
    border-radius: 0;
}
.side-panel .side-bt {
    border-radius: 0;
}
@media screen and (max-width:1220px) {
    .center {
    max-width: 1000px;
}
.main {
    width: calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
}
.short {
    width: 33.33%}
.h-menu a, .l-menu a, .btns-log {
    font-size: 14px;
}
.footer {
    padding: 20px 10px;
}
.h-two {
    padding: 10px;
}
.full-in {
    padding: 10px;
}
.f-dl-btm {
    padding: 10px;
}
.dl-capt {
    margin: -10px;
    margin-bottom: 20px;
    padding: 7px 10px;
    font-size: 18px;
}
.dl-item {
    padding: 10px 10px;
}
.dl-gp {
    background: #fff url('../images/gplogo.png') 10px center no-repeat;
    padding-left: 60px;
}
}@media only screen and (min-width:1025px) {
.f-dl-in {
    
}
.f-dl-inn {
    
}
}@media screen and (max-width:950px) {
    .center {
    max-width: 768px;
}
.h-menu, .l-menu, .side {
    display: none;
}
.main {
    width: 100%}
.search-box {
    width: 300px;
}
.line {
    padding: 10px;
    height: 50px;
}
.share-box {
    width: 100%;
    height: 26px;
    overflow: hidden;
    text-align: center;
}
.btn-menu {
    background-color: #ee4813;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}
}@media screen and (max-width:760px) {
    .center {
    max-width: 640px;
}
body {
    background-image: none;
}
.logo {
    float: none;
    width: 300px;
    height: 80px;
    margin: 0 auto;
}
.search-box {
    width: 100%;
    float: none;
    margin: 10px 0;
}
.short {
    width: 33.33%}
.fx-row>.side-item {
    width: 48%}
.sect-t>*:first-child, .sect-top-t {
    font-size: 18px;
}
.ft-left, .ft-right {
    width: 100%}
.ft-right>div>* {
    float: left;
}
.f-cols {
    padding-right: 0;
}
.f-dl {
    position: static;
    float: right;
    width: 50%;
    padding-left: 10px;
    height: 186px;
    font-size: 14px;
}
.f-cols .short {
    width: 50%}
.f-info {
    width: 100%;
    padding-top: 10px;
}
.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) {
    .center {
    max-width: 480px;
}
.btns-log a, .site-desc {
}
.short {
    width: 50%}
.sect-t>*:first-child {
    width: 100%;
    margin-bottom: 10px;
}
.short2 {
    width: 100%}
.s2-desc {
    height: auto;
}
.fdl-ctrl>* {
    width: 100%}
.fdl-ctrl a {
    margin-bottom: 10px;
}
.fdl-btn, .fdl-btn-title {
    text-align: center;
}
.fdl-btn-size {
    width: 100%;
    margin: 10px 0 0 0;
}
.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;
}
.fx-row>.side-item {
    width: 100%}
.floats {
    margin: 0 -5px;
}
.short {
    padding: 0 5px 20px 5px;
}
.main {
    padding: 0px 10px;
}
.h11 {
font-size: 15px;
color: #2a2a2a; 
line-height: 24px;
    margin-bottom: 10px;
    font-weight: 550;
margin-top: 10px;    
}        
.vmeta-fav a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.rate3-outer {
    display: block;
    text-align: center;
}
.rate3-outer>div {
    display: inline-block;
}
.add-comm-btn {
    padding: 0 10px;
}
.comms-title2 {
    text-align: center;
    display: block !important;
}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
    height: 250px;

}
}    
