body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    background: #0b0b0b url(../../../images/darkblue/footer.png) no-repeat bottom center;
}
a {
    color: #fff;
    text-decoration: none;
    transition: color 1s ease-in-out;
}
a:hover {
    color: #a09999;
}
.wrapper {
    width: 85%;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 960px;
    box-sizing: border-box;
}
.clear {
    clear: both;
}
@media screen and (max-width: 1000px) {
    .wrapper {
        padding: 0 10px;
    }
}
@media screen and (min-width: 1700px) {
    .wrapper {
        width: 76%;
    }
}
.wrapper img {
    max-width: 100%;
}
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*header*/

header {
    background: url(../../../images/darkblue/header.png) center top no-repeat;
    min-height: 554px;
    min-width: 960px;
    max-width: 1920px;
    margin: 0 auto;
}
header .logo {
    width: 35%;
    float: left;
    margin-top: 109px;
}
header .logo img {
    transition: opacity 0.5s ease-in-out;
}
header .logo img:hover {
    opacity: 0.7;
}
header .control-panel {
    width: 65%;
    float: right;
}
header .control-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .control-panel nav > ul.user-panel {
    height: 88px;
    text-align: right;
    padding: 27px 0;
    box-sizing: border-box;
}
header .control-panel nav > ul.user-panel > li {
    display: inline-block;
    font-size: 10.5pt;
    padding: 10px 15px;
    position: relative;
    vertical-align: top;
}
header .control-panel nav > ul.user-panel > li a {
    padding: 10px 0;
}
header .control-panel nav > ul.user-panel > li.user-menu {
    margin-right: 0;
}
header .control-panel nav > ul.user-panel > li.user-menu ul.dropdown {
    width: 185px
}
header .control-panel nav > ul.user-panel li.avatar img {
    height: 40px;
    position: relative;
    width: 40px;
    display: inline-block;
    margin-top: -13px;
    border-radius: 50%;
    border: 2px solid #3a4c56;
}
header .control-panel nav > ul.user-panel li.login span {
    cursor: pointer;
    transition: color 0.4s ease-in-out;
}
header .control-panel nav > ul.user-panel li.login span:before {
    background-image: url(../../../images/darkblue/user2.png);
    height: 16px;
    width: 16px;
    display: inline-block;
    content: '';
    margin-top: -4px;
    margin-right: 5px;
    vertical-align: middle;
}
header .control-panel nav > ul.user-panel li.login span:hover {
    color: #1953e2;
}
header .control-panel nav > ul.user-panel li.register {
    font-size: 9.75pt;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.61);
    background: #1989e2;
    background: -moz-linear-gradient(top, #1989e2 0%, #1950e2 100%);
    background: -webkit-linear-gradient(top, #1989e2 0%, #1950e2 100%);
    background: linear-gradient(to bottom, #1989e2 0%, #1950e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1989e2', endColorstr='#1950e2', GradientType=0);
    border-radius: 4px;
    transition: box-shadow 0.5s ease-in-out;
}
header .control-panel nav > ul.user-panel li.register:hover {
    box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.51);
}
header .control-panel ul.menu {
    text-align: right;
    margin-top: 24px;
}
header .control-panel ul.menu li {
    display: inline-block;
    text-align: center;
    margin: 0 25px;
}
header .control-panel ul.menu li a span {
    display: block;
    text-transform: uppercase;
    font-size: 10.5pt;
    color: #343434;
}
header .control-panel ul.menu li:hover a span {
    color: #ffffff;
}
header .control-panel ul.menu li.active a span {
    font-weight: bold;
    color: #fff;
}
header .control-panel ul.menu li .icon {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 18px;
}
header .control-panel ul.menu li.home .icon {
    background: url(../../../images/darkblue/home.png) no-repeat;
}
header .control-panel ul.menu li.users .icon {
    background: url(../../../images/darkblue/users.png) no-repeat;
}
header .control-panel ul.menu li.amxbans .icon {
    background: url(../../../images/darkblue/ban.png) no-repeat;
}
header .control-panel ul.menu li.shop .icon {
    background: url(../../../images/darkblue/shop.png) no-repeat;
}
header .control-panel ul.menu li.contact .icon {
    background: url(../../../images/darkblue/contact.png) no-repeat;
}
header .control-panel ul.menu li.active.home .icon,
header .control-panel ul.menu li.home:not(.active):hover .icon {
    background: url(../../../images/darkblue/home-active.png) no-repeat;
}
header .control-panel ul.menu li.active.users .icon,
header .control-panel ul.menu li.users:not(.active):hover .icon {
    background: url(../../../images/darkblue/users-active.png) no-repeat;
}
header .control-panel ul.menu li.active.amxbans .icon,
header .control-panel ul.menu li.amxbans:not(.active):hover .icon {
    background: url(../../../images/darkblue/ban-active.png) no-repeat;
}
header .control-panel ul.menu li.active.shop .icon,
header .control-panel ul.menu li.shop:not(.active):hover .icon {
    background: url(../../../images/darkblue/shop-active.png) no-repeat;
}
header .control-panel ul.menu li.active.contact .icon,
header .control-panel ul.menu li.contact:not(.active):hover .icon {
    background: url(../../../images/darkblue/contact-active.png) no-repeat;
}
header .control-panel ul li:last-child {
    margin-right: 0;
}
header .control-panel ul li:first-child {
    margin-left: 0;
}
header .middle {
    margin-top: 90px;
}
header .middle nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .middle nav ul.page:before {
    display: inline-block;
    content: '';
    background: url(../../../images/darkblue/home2.png) no-repeat;
    height: 41px;
    width: 38px;
    vertical-align: middle;
    margin-right: 15px;
}
header .middle nav ul.page {
    float: left;
    width: 60%;
}
header .middle nav ul.page > li {
    display: inline-block;
    max-width: 400px;
    margin-left: -3px;
    font-size: 10.5pt;
    white-space: nowrap;
    overflow: hidden;
    height: 18px;
    vertical-align: middle;
    text-overflow: ellipsis;
}
header .middle nav ul.page > li:not(:first-child):before {
    content: '\f105';
    font-family: fontawesome;
    font-size: 10.5pt;
    padding: 0 8px;
}
header .middle nav ul.user2 {
    float: right;
    width: 40%;
    text-align: right;
    margin-top: 10px;
}
header .middle nav ul.user2 > li {
    display: inline-block;
    margin-right: 40px;
    color: #fff;
}
header .middle nav ul.user2 > li.read-all a:before {
    content: '';
    margin-right: 8px;
    background: url(../../../images/darkblue/info.png) no-repeat;
    height: 16px;
    width: 8px;
    vertical-align: middle;
    display: inline-block;
}
header .middle nav ul.user2 > li.new-content a:before {
    content: '';
    margin-right: 8px;
    background: url(../../../images/darkblue/star.png) no-repeat;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
}
header .middle nav ul.user2 > li:last-child {
    margin-right: 0;
}
header .middle nav ul.user2 > li a {
    font-size: 10.5pt;
    vertical-align: middle;
}
header .bottom {
    margin-top: 38px;
}
header .bottom .servers {
    float: left;
    width: 50%;
    margin-top: 15px;
}
header .bottom .servers .list {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}
header .bottom .servers .list .server {
    display: table;
    margin: 15px 0;
    width: 100%;
}
header .bottom .servers .list .server > div {
    display: table-cell;
    vertical-align: middle;
}
header .bottom .servers .list .server > div.row {
    color: #343434;
    font-size: 11.25pt;
    width: 8%;
    font-weight: bold;
}
header .bottom .servers .list .server > div.tracker {
    width: 350px;
}
header .bottom .servers .list .server > div.icons {
    text-align: center;
}
header .bottom .servers .list .server > div.icons > div {
    display: inline-block;
    transition: opacity 0.7s ease-in-out;
}
header .bottom .servers .list .server > div.icons > div:hover {
    opacity: 0.7;
}
header .bottom .servers .list .server > div.icons .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
header .bottom .servers .list .server > div.icons .hltv .icon {
    background: url(../../../images/darkblue/hltv.png) no-repeat;
    width: 16px;
    height: 12px;
}
header .bottom .servers .list .server > div.icons .psychostats .icon {
    background: url(../../../images/darkblue/psychostats.png) no-repeat;
    width: 17px;
    height: 15px;
}
header .bottom .servers .list .server > div.icons .bans .icon {
    background: url(../../../images/darkblue/ban2.png) no-repeat;
    width: 16px;
    height: 16px;
}
header .bottom .servers .list .server > div.icons .connect .icon {
    background: url(../../../images/darkblue/steam.png) no-repeat;
    width: 16px;
    height: 16px;
}
header .bottom .servers .headline {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11.25pt;
}
header .news-list {
    padding: 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.30);
    width: 50%;
    float: right;
    border-radius: 3px;
}
header .news-list > .headline {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-size: 11.25pt;
}
header .news-list .headline .image {
    float: left;
    width: 160px;
}
header .news-list .headline .image img {
    width: 160px;
    height: 71px;
    border: 6px;
}
header .news-list .headline .info {
    padding-left: 175px;
    min-height: 75px;
}
header .news-list .headline .info h1 {
    font-size: 12pt;
    line-height: 25px;
}
header .news-list .headline .info .author {
    font-size: 9.75pt;
    line-height: 25px;
}
header .news-list .headline .info .date {
    font-size: 9.75pt;
    line-height: 25px;
    color: #343434;
}
header .news-list .headline .info .author:before {
    background: url(../../../images/darkblue/user.png) no-repeat;
    width: 12px;
    height: 16px;
    content: '';
    padding-right: 10px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}
header .news-list .headline .info .date:before {
    background: url(../../../images/darkblue/time.png) no-repeat;
    width: 12px;
    height: 16px;
    content: '';
    padding-right: 10px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}
header .news-list .list {
    margin-top: 25px;
    overflow: hidden;
}
header .news-list .list .news {
    display: none;
    height: 150px;
    overflow-y: scroll;
}
.thread-table .post-container .post-info .signature::-webkit-scrollbar-track,
header .news-list .list .news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #212121;
}
.thread-table .post-container .post-info .signature::-webkit-scrollbar,
header .news-list .list .news::-webkit-scrollbar {
    width: 4px;
    background-color: #212121;
    border-radius: 10px;
}
.thread-table .post-container .post-info .signature::-webkit-scrollbar-thumb,
header .news-list .list .news::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #196fe2;
}
header .news-list .list .news .content {
    margin-top: 5px;
    font-size: 9.75pt;
    font-weight: normal;
    line-height: 19px;
    word-break: break-all;
    padding-right: 5px;
}
header .news-list .list .news.active {
    display: block;
}
header .news-list .pagination {
    text-align: right;
    margin-top: 16px;
}
header .news-list .pagination .page {
    background: #343434;
    display: inline-block;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}
header .news-list .pagination .page.active {
    background: #0f76f7;
    cursor: default;
}
/*main*/

main {
    margin-top: 30px
}
main .top {
    display: table;
    width: 100%;
}
.categories {
    display: table-cell;
    vertical-align: top;
}
.categories .category:not(:first-child) {
    margin-top: 30px;
}
.categories .category > .headline {
    height: 59px;
    background: url(../../../images/darkblue/thead.png) repeat-x;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 11.25pt;
    padding: 23px 21px;
    box-sizing: border-box;
}
.categories .category > .headline a {
    font-size: 11.25pt;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.61);
}
.categories .category > .headline .close {
    float: right;
}
.categories .category > .headline .close img {
    padding: 10px;
    margin-top: -10px;
    margin-right: -5px;
}
.categories .category .forums {
    background: #080808;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.categories .category .forums .forum {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 25px;
    border-bottom: 1px solid #0b0c0d;
}
.categories .category .forums .forum > div {
    display: table-cell;
    vertical-align: middle;
}
.categories .category .forums .forum > div.forum-info {
    width: 45%;
    line-height: 19px;
    font-size: 10.5pt;
}
.categories .category .forums .forum > div.forum-stats {
    width: 10%;
    text-align: right;
    font-size: 10.5pt;
}
.categories .category .forums .forum > div.lthr {
    width: 38%;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
}
.categories .category .forums .forum > div.lthr .avatarep_fd {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
}
.categories .category .forums .forum > div.lthr.center {
    padding: 0;
    text-align: center;
    font-size: 11pt;
}
.categories .category .forums .forum > div.lthr .avatar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
}
.categories .category .forums .forum > div.lthr .avatar img {
    padding: 0;
    margin: 0;
}
.categories .category .forums .forum > div.lthr .info {
    padding-left: 50px;
    font-size: 10.5pt;
    line-height: 19px;
}
.categories .category .forums .forum > div.lthr .info .title,
.categories .category .forums .forum > div.lthr .info .additional {
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    max-width: 190px;
    text-overflow: ellipsis;
}
.categories .category .forums .forum > div.lthr .info .title {
    font-size: 10.5pt;
    font-weight: bold;
    color: #1981e2;
    margin: 0;
}
.categories .category .forums .forum > div.lthr .info .title a {
    color: #1981e2;
}
.categories .category .forums .forum > div.forum-stats span {
    display: inline-block;
    color: #343434;
}
.categories .category .forums .forum > div.forum-stats span b {
    text-align: center;
    display: block;
    font-size: 11.25pt;
    color: #fff;
    margin-bottom: 6px;
}
.categories .category .forums .forum > div.forum-info .forum-name a {
    color: #1981e2;
    font-size: 11.25pt;
}
.categories .category .forums .forum > div.forum-info .forum-name a:hover,
.categories .category .forums .forum > div.lthr .info .title a:hover {
    color: #004e95;
}
.categories .category .forums .forum > div.forum-info .forum-description {
    color: #fff;
    font-size: 10.5pt;
    font-weight: normal
}
.categories .category .forums .forum > div.forum-info .sub-forums {
    font-size: 9.25pt;
    margin-top: 10px;
}
.categories .category .forums .forum > div.forum-info .sub-forums ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories .category .forums .forum > div.forum-info .sub-forums ul li {
    width: 50%;
    float: left;
}
.categories .category .forums .forum > div.status {
    width: 7%;
}
.categories .category .forums .forum > div.status .icon {
    height: 19px;
    width: 22px;
    display: inline-block;
    float: left;
}
.categories .category .forums .forum > div.status .icon.on {
    background: url(../../../images/darkblue/forum-on.png);
}
.categories .category .forums .forum > div.status .icon.off {
    background: url(../../../images/darkblue/forum-off.png);
}
.categories .category .forums .forum > div.status .icon.closed {
    background: url(../../../images/darkblue/forum-closed.png);
}
.categories .category .forums .forum > div.status .icon.link {
    background: url(../../../images/darkblue/forum-link.png);
}
main .top .sidebar {
    display: table-cell;
    width: 310px;
    padding-left: 30px;
    vertical-align: top;
    box-sizing: border-box;
}
main .top .sidebar .side-table {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 18px;
}
main .top .sidebar .side-table:not(:first-child) {
    margin-top: 30px;
}
main .top .sidebar .side-table .headline {
    font-size: 11.25pt;
}
main .top .sidebar .side-table .headline i {
    display: inline-block;
    height: 14px;
    margin-right: 7px;
    width: 16px;
    color: #0f76f7;
}
main .top .sidebar .side-table .list {
    margin-top: 20px;
}
main .top .sidebar .side-table .list .row {
    position: relative;
}
main .top .sidebar .side-table .list .row:not(:first-child) {
    margin-top: 30px;
}
main .top .sidebar .side-table .list .row .avatar {
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 40px;
}
main .top .sidebar .side-table .list .row .result {
    top: 50%;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    min-width: 41px;
    background: #0f76f7;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px 10px;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
}
main .top .sidebar .side-table .list .row .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: none!important;
    margin-right: 0!important;
}
main .top .sidebar .side-table .list .row .text {
    padding-left: 50px;
    font-size: 10.5pt;
    line-height: 18px;
}
main .top .sidebar .side-table .list .row .nickname {
    font-size: 10.5pt;
    line-height: 18px;
    padding: 8px 60px 8px 50px;
}
main .top .sidebar .side-table .list .row .text .bold {
    font-size: 10.5pt;
    font-weight: bold;
}
main .top .sidebar .side-table .list .row .text .author {
    font-size: 9.75pt;
}
main .top .sidebar .side-table .list .row .text .date {
    font-size: 8.25pt;
    color: #343434;
}
/*stats*/

.statsboard {
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 33px 25px;
}
.statsboard .statistics {
    text-align: center;
    display: table;
    width: 100%;
}
.statsboard .statistics .stat {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    box-sizing: border-box;
}
.statsboard .statistics .stat:not(.newest) span {
    font-size: 11.25pt;
}
.statsboard .statistics .stat:not(.newest) span b {
    margin-bottom: 5px;
    display: block;
    font-size: 18.75pt;
    color: #0f76f7;
}
.statsboard .statistics .stat.newest {
    position: relative;
    line-height: 19px;
}
.statsboard .statistics .stat.newest .avatar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
}
.statsboard .statistics .stat.newest .avatar img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.statsboard .statistics .stat.newest .headline {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9.75pt;
}
.statsboard .statistics .stat.newest .info {
    padding-left: 50px;
    text-align: left;
    font-size: 9.75pt;
}
.statsboard .statistics .stat.newest .joined {
    color: #343434;
    font-size: 8.25pt;
}
.statsboard .whosonline {
    margin-top: 35px;
}
.statsboard .whosonline h2 {
    font-size: 10.5pt;
    font-weight: normal;
}
.statsboard .whosonline h2 b {
    font-size: 12pt;
    font-weight: bold;
    color: #0f76f7;
}
.statsboard .whosonline h2 .list {
    margin-top: 27px;
    line-height: 16px;
}
/*footer*/

footer {
    height: 117px;
    padding: 50px 0;
    box-sizing: border-box;
}
footer .wrapper {
    position: relative;
}
footer .engine {
    float: left;
}
footer .theme {
    float: right;
}
footer .engine h1,
footer .theme h1 {
    color: #343434;
    font-size: 10.5pt;
    font-weight: normal;
}
footer .engine h1 a {
    color: #343434;
}
footer .theme h1 a {
    color: #f15921;
    font-weight: bold;
}
footer .up .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%);
    height: 10px;
    width: 18px;
    cursor: pointer;
    margin-top: -10px;
    background: url(../../../images/darkblue/up.png) no-repeat;
}
/*loginbox*/

.login-box-index {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}
.login-box {
    position: absolute;
    top: 50%;
    text-align: left;
    left: 50%;
    width: 550px;
    transform: translate(-50%, -50%);
    z-index: 100000;
    background: #0c0c0c;
    display: none;
}
.login-box .head {
    background: #1966e2;
    padding: 20px;
    font-size: 12pt;
}
.login-box .head .close {
    float: right;
    font-size: 13pt;
    font-weight: bold;
    cursor: pointer;
}
.login-box form {
    padding: 20px;
}
.login-box form input:not([type=checkbox]) {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 11pt;
    box-sizing: border-box;
    transition: 0.4s ease-in-out background;
    background: #414040;
    color: #fff;
    border: 0;
    outline: 0;
}
.login-box form input:not([type=checkbox]):focus {
    background: #242222;
}
.login-box form label {
    margin-top: 20px;
    display: block;
    font-size: 10pt;
}
.login-box form label input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}
.login-box form input:not([type=checkbox]):first-child {
    margin: 0;
}
.login-box form .remember-passwd {
    margin-top: 8px;
}
.login-box form .remember-passwd a {
    color: #414040;
    font-size: 10pt;
}
.login-box form button {
    margin: 0 auto;
    margin-top: 8px;
    padding: 10px 25px;
    background: #000000;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    transition: 0.4s ease-in-out background;
}
.login-box form button:focus {
    background: #353030;
}
.stable:not(:last-child) {
    margin-bottom: 20px;
}
.stable .headline {
    height: 59px;
    background: #080809 url(../../../images/darkblue/thead.png) repeat-x;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 11.25pt;
    padding: 23px 21px;
    color: #fff;
    box-sizing: border-box;
}
.stable .headline .right {
    float: right;
}
.stable .row {
    box-sizing: border-box;
    width: 100%;
    font-size: 11pt;
    padding: 20px 25px;
    background: #080808;
    word-break: break-all;
    border-bottom: 1px solid #0b0c0d;
}
.stable .row.sticky,
.stable .row.normal,
.stable .row.toch {
    background: #343434;
    padding: 10px 25px;
}
.stable .row:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.stable .row:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.stable .row .title {
    display: inline-block;
    font-weight: bold;
    font-size: 11pt;
}
.stable .row .title i {
    margin-right: 5px;
}
.stable .row .value {
    display: inline-block;
    color: #877373;
    font-size: 11pt;
}
.stable .row > .title {
    display: inline-block;
    font-weight: bold;
    font-size: 11pt;
}
.stable .row > .title i {
    margin-right: 5px;
}
.stable .row .value {
    display: inline-block;
    color: #877373;
    font-size: 11pt;
}
.row.thread {
    display: table;
    width: 100%;
}
.row.thread > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.row.thread > div.status,
.row.thread > div.icon {
    width: 2%;
}
.row.thread > div.thread-info {
    width: 40%;
}
.row.thread > div.stats {
    width: 15%;
    text-align: center;
}
.row.thread > div.stats span {
    color: #343434;
    font-size: 10.5pt;
    font-weight: bold;
}
.row.thread > div.stats a,
.row.thread > div.stats .views:not(span) {
    font-size: 11pt;
    vertical-align: middle;
}
.row.thread > div.last-post {
    width: 38%;
    text-align: right;
}
.row.thread > div.modbit {
    width: 3%;
    text-align: right;
}
.row.thread .last-post {} .row.thread .thread-info {
    position: relative;
}
.row.thread .thread-info .avatar,
.row.thread .last-post .avatar,
.row.och .avatar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.row.thread .last-post .avatar {
    right: 0;
}
.row.och .info {
    padding-left: 50px;
}
.row.thread .last-post .info {
    padding-right: 60px;
    font-size: 10.5pt;
    line-height: 20px;
}
.row .avatarep_fd {
    float: none;
    margin: auto;
    padding: 0;
    width: auto;
    height: auto;
}
.row.thread .thread-info .info:not(.avatar-none) {
    padding-left: 60px;
}
.row.avatar img {
    max-width: unset;
    max-height: unset;
}
/* dropdown */

.dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.dropdown-link {
    cursor: pointer;
}
ul.dropdown {
    display: none;
    position: absolute;
    top: 34px;
    background: #343434;
    border-radius: 3px;
    list-style: none;
    text-align: left;
    z-index: 9999999;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    left: 10px;
    width: 170px;
}
ul.dropdown:before {
    content: '\f0d8';
    margin-top: -18px;
    margin-left: 5px;
    font-size: 15pt;
    font-family: fontawesome;
    color: #343434;
    display: inline-block;
}
ul.dropdown li {
    padding: 10px 23px;
    font-size: 10.5pt;
    border-bottom: 1px solid #222;
}
ul.dropdown li i {
    margin-right: 5px;
}
ul.dropdown li a {
    font-size: 10pt;
}
ul.dropdown li:last-child {
    border: none;
}
ul.dropdown li a:hover {
    color: #f2e9e9;
}
/*ucp*/

.ucp-container > .left {
    width: 20%;
    float: left;
}
.ucp-container > .right {
    width: 78%;
    float: right;
}
.ucp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ucp-menu > ul > li {
    position: relative;
    background: rgb(12, 66, 135);
    border-radius: 3px;
    font-size: 10.5pt;
    padding: 15px 25px;
    margin-bottom: 10px;
    text-align: center;
}
.ucp-menu .dropdown {
    width: 100%;
    top: 46px;
    left: 0;
    right: 0;
}
.ucp-menu .dropdown:before {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -14px;
    text-align: center;
}
/*post*/

.tb-container .right {
    float: right;
    text-align: right;
}
.thread-table {
    position: relative;
}
.thread-table .headline,
.stable .headline {
    height: 59px;
    background: url(../../../images/darkblue/thead.png) repeat-x;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 11.25pt;
    padding: 23px 21px;
    box-sizing: border-box;
}
.thread-table .post-container,
.thread-table .row,
.stable .row {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 25px;
    border-bottom: 1px solid #0b0c0d;
    background: #080808;
}
.stable .row .options > label {
    background: #433535;
    padding: 7px 12px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    margin: 3px 0;
    box-sizing: border-box;
}
.thread-table .row,
.stable .row .options > label strong {
    font-size: 11pt;
    font-weight: normal;
}
.row .options {
    float: right;
    width: 18%;
}
.row .textarea-c {
    float: left;
    width: 80%;
    max-width: 100%;
}
.thread-table .row,
.stable .row textarea {
    width: 100%;
    padding: 20px 25px;
}
.stable .row textarea {
    min-height: 152px;
}
.thread-table .row .left {
    float: left;
    font-size: 11pt;
}
.thread-table .row .right {
    float: right;
    font-size: 11pt;
}
.thread-table .row .right i {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    vertical-align: middle;
}
.thread-table .row .left i {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    vertical-align: middle;
}
.thread-table .post-container {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
}
.thread-table .post-container .author-info {
    display: table-cell;
    width: 21%;
    padding: 20px 25px;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    line-height: 23px;
}
.thread-table .post-container .author-info .username {
    font-size: 13pt;
}
.thread-table .post-container .author-info .avatar {
    margin: 20px auto;
    width: 100px;
}
.thread-table .post-container .author-info .avatar img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.thread-table .post-container .author-info .title {
    font-size: 10.5pt;
    color: #777070;
}
.thread-table .post-container .post-info {
    display: table-cell;
    width: 79%;
    padding: 20px 25px;
    padding-bottom: 70px;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid #0b0c0d;
    position: relative;
    overflow: unset;
}
.thread-table .post-container .post-info .post_head {
    font-size: 10pt;
    color: #777070;
}
.thread-table .post-container .post-info .post_head {} .thread-table .post-container .post-info .content {
    word-break: break-all;
    margin-top: 20px;
    font-size: 11pt;
}
.thread-table .post-container .post-info .signature {
    max-height: 120px;
    word-break: break-all;
    overflow: auto;
    margin-top: 20px;
    border-top: 1px solid #343434;
    font-size: 11pt;
    padding: 15px;
}
.thread-table .post_meta {
    font-size: 10pt;
    margin-top: 10px;
}
.thread-table .headline .thread_mode {
    float: right;
}
.thread-table .avatar {
    position: relative;
}
.thread-table .status {
    position: absolute;
    bottom: 0;
    right: 10px;
    border: 3px solid #080808;
    border-radius: 50%;
}
.thread-table .status .user-online {
    background: #54c128;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.thread-table .status .user-offline {
    background: #c12828;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.thread-table .post-container .author-info .inline-stats {
    text-align: center;
}
.thread-table .post-container .author-info .inline-stats > div {
    display: inline-block;
    font-size: 10.5pt;
    background: #343434;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 7px;
    margin: 0 2px;
    font-weight: bold;
}
.thread-table .post-container .author-info .inline-stats > div strong,
.thread-table .post-container .author-info .inline-stats > div a {
    color: #fff;
}
.thread-table .post-container .author-info .inline-stats > div.reputation {
    background: #2f7513;
}
.thread-table .post-container .author-info .inline-stats > div.war-lvl {
    background: #832525;
}
.thread-table .profilefield,
.thread-table .groupimage {
    margin-bottom: 15px;
    font-size: 11pt;
}
.thread-table .post-controls {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
}
.thread-table .edit {
    display: inline-block;
}
.thread-table .edit ul {
    position: absolute;
    padding: 0 20px;
    min-width: 150px;
    line-height: 20px;
    margin-top: 32px;
    background: #343434;
    list-style: none;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.thread-table .edit ul li {
    display: block;
    font-size: 10.5pt;
    background: none;
}
.thread-table .edit ul li a {
    background: none;
    transition: 0.6s color ease-in-out;
}
.thread-table .edit ul li a:hover {
    color: #ccc;
}
.thread-table .edit:hover ul {
    opacity: 1;
    visibility: visible;
}
.thread-table .edit ul:before {
    position: absolute;
    display: inline-block;
    top: 0;
    font-family: fontawesome;
    text-align: center;
    content: '\f0de';
    color: #343434;
    font-size: 24px;
    text-align: left;
    left: 2px;
    right: 0;
    margin-top: -8px;
}
.mm12 {
    margin-top: -13px;
}
.stable .row.och {
    display: table;
    width: 100%;
    text-align: left;
}
.stable .row.och > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 10px;
}
.stable .row.och.np > div {
    padding: 0 10px;
}
.stable .row.och .title {
    width: 55%;
}
.stable .row.och .username {
    width: 23%;
}
.stable .row.och .dateline {
    width: 20%;
}
.stable .row.och .manage {
    width: 2%;
    text-align: right;
}
.stable .row .right {
    float: right;
}
.ms-stuff {
    margin: 20px 0;
}
.ms-stuff .left {
    float: left;
}
.ms-stuff .right {
    float: right;
}
.ucp-options fieldset {
    background: #343434;
    border: none;
    border-radius: 3px;
    font-size: 10.5pt;
}
.ucp-options fieldset legend {
    color: #fff;
}
.ucp-options fieldset .smalltext {
    font-size: 10pt;
}
.st-line {
    margin: 10px 0;
    font-size: 10.5pt;
}
.fd.categories {
    display: block;
}
.rules {
    margin-bottom: 15px;
}
.tl-container {
    margin: 20px 0;
}
.tl-container .left {
    float: left;
}
.tl-container .right {
    float: right;
}
.stable .right {
    float: right;
}

.tb-container {
    margin: 15px 0;
}
.tb-container .left {
    float: left;
}
.tb-container .left ul {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}
.tb-container .left ul li {
    background: #0f76f7;
    border-radius: 3px;
    font-size: 10.5pt;
    margin-bottom: 10px;
    padding: 7px 12px;
    transition: background 0.6s ease-in-out;
}
.tb-container .left ul li:hover {
    background: #1056ae;
}
.tb-container .left ul li:hover a {
    color: #fff;
}
.tb-container .left ul li i {
    margin-right: 5px;
}
.tb-container .left .pagination {
    margin-top: -3px;
}
.tb-container .inline_rating {
    margin-top: 10px
}
		
		