body {
    font-family: 'PT Sans', sans-serif;
    color: #d7d6d6;
    font-size: 16px;
    background-color: rgb(18, 18, 18);
    background-image: url(../../../images/greendark/header-bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top;
}
a {
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
a:hover {
    color: #817e7e;
}
.wrapper {
    max-width: 1494px;
    box-sizing: border-box;
    padding: 0px 25px;
    margin: 0px auto;
}
.clear {
    clear: both;
}
.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 {
    color: rgb(191, 191, 191);
    margin: 0px auto;
}
header .top:after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../../../images/greendark/logo-header.png);
    background-repeat: no-repeat;
    width: 348px;
    height: 205px;
    box-sizing: border-box;
    padding-top: 31px;
    text-align: center;
}
header .logo img,
footer .site-logo img {
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.5s ease-in-out;
    display: inline-block;
}
header .logo img {
    margin-top: 30px;
}
header .logo img:hover,
footer .site-logo img:hover {
    opacity: 0.7;
}
header .top .menu {
    float: left;
    height: 100px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
header .top .menu > li {
    display: inline-block;
    height: 100px;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    position: relative;
    vertical-align: top;
    z-index: 5;
}
header .top .menu > li.submenu {
    padding:0 20px;
}
header .top .menu > li:not(.submenu):after {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #ff0000;
    content: '';
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out opacity;
}
header .top .menu > li:not(.submenu):before {
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0;
    font-family: fontawesome;
    font-size: 16px;
    color: #ff0000;
    content: '\f0d8';
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out opacity;
}
header .top .menu > li:not(.submenu):hover:after,
header .top .menu > li:not(.submenu):hover:before,
header .top .menu > li.active:after,
header .top .menu > li.active:before {
    visibility: visible;
    opacity: 1;
}
header .top .menu:hover > li.active:after,
header .top .menu:hover > li.active:before {
    visibility: hidden;
    opacity: 0;
}
header .top .menu > li > ul {
    position: absolute;
    top: 99px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90px;
    background: url(../../../images/greendark/submenu.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px 20px 20px;
    list-style: none;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out opacity;
}
header .top .menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
header .top .menu > li > ul:before {
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ff0000;
    content: '';
}
header .top .menu > li > ul:before {
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ff0000;
    content: '';
}
header .top .menu > li > ul:after {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0;
    font-family: fontawesome;
    font-size: 16px;
    color: #ff0000;
    content: '\f0d8';
}
header .top .menu > li > ul > li {
    display: block;
}
header .top .menu > li > ul > li a {
    font-weight: 400;
    font-size: 13px;
    height: 30px;
    display: block;
    line-height: 30px;
    color: #fff;
}
header .top .menu > li > ul > li a:before {
    content: '\f0da';
    margin-right: 10px;
    font-family: fontawesome;
}
header .top .menu > li > ul > li a:hover {
    font-weight: bold;
}
header .top .menu > li > ul > li a:hover {
    color: #e40505;
}
header .top .menu > li > a {
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    height: 99px;
    vertical-align: top;
    line-height: 1;
}
header .top .inline-media {
    position: absolute;
    top: 35px;
    left: 60%;
    width: 150px;
    z-index: 5;
}
header .top .inline-media > a {
    height: 25px;
    width: 25px;
    text-align: center;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    display: inline-block;
    margin-left: -4px;
    font-size: 10pt;
    margin-right: 7px;
    padding-top: 6px;
    line-height: 0;
}
header .top .inline-media > a.fb {
    background: rgb(61, 89, 155);
}
header .top .inline-media > a.tw {
    background: rgb(242, 0, 191);
}
header .top .inline-media > a.gp {
    background: rgb(220, 66, 43);
}
header .top .inline-media > a.st {
    background: rgb(34, 34, 34);
}
header .top .inline-media > a.yt {
    background: rgb(255, 2, 30);
}
header .top .inline-media > a {
    transition: transform 0.3s ease-in-out;
}
header .top .inline-media > a:last-child {
    margin-right: 0px;
}
header .top .inline-media > a:hover {
    transform: scale(1.5);
    z-index: 10;
}
header .top .menu > li a,
header .control-panel nav > ul.user-panel > li:hover i,
header .control-panel nav > ul.user-panel > li:hover > span {
    transition: all 0.3s ease-in-out;
}
header .top .menu > li span.page-name {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-left: 10px;
    line-height: 97px;
    font-size: 14px;
    text-transform: uppercase;
}
.menu-icon {
    background: url(../../../images/greendark/iconmenu.png) no-repeat;
    float: left;
    display: block;
    position: relative;
    width: 21px;
    height: 20px;
    margin: 38px auto 0 auto;
}
.menu-icon--users {
    background-position: 0px -20px;
}
.menu-icon--amx-bans {
    background-position: 0px -40px;
}
.menu-icon--more {
    background-position: center -60px;
    padding-left: 20px;
    display: block;
    height: 100px;
}
header .control-panel {
    width: 40%;
    float: right;
    padding-top: 29px;
    box-sizing: border-box;
}
header .control-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .control-panel nav > ul.user-panel {
    text-align: right;
    box-sizing: border-box;
}
header .control-panel nav > ul.user-panel > li:not(.imp-menu),
.control-panel nav > ul.user-panel > li.imp-menu > ul > li {
    display: inline-block;
    font-size: 10.5pt;
    position: relative;
    vertical-align: top;
    line-height: 1;
    box-sizing: border-box;
    margin-left: -5px;
    height: 50px;
    text-align: center;
    margin-right: 13px;
    padding: 15px 7px;
}
header .control-panel nav > ul.user-panel > li.imp-menu > ul > li > a {
    color: #ff0000;
}
header .control-panel nav > ul.user-panel > li.imp-menu > ul > li > a:hover {
    color: #ba0000;
}
header .control-panel nav > ul.user-panel > li.imp-menu {
    display: inline-block;
}
header .control-panel nav > ul.user-panel > li:last-child {
    margin-right: 0px;
}
header .control-panel nav > ul.user-panel > li.user-menu > span {
    font-weight: bold;
    color: rgb(255, 255, 255);
}
header .control-panel nav > ul.user-panel > li > a,
header .control-panel nav > ul.user-panel > li.imp-menu > ul > li > a,
{
    color: rgb(127, 127, 127);
}
header .control-panel nav > ul.user-panel > li > a:hover {
    color: #fff;
}
header .control-panel nav > ul.user-panel > li .pms-value {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #f73e3e;
    color: #fff;
    display: block;
    height: 13px;
    padding: 1px 4px;
    vertical-align: top;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1;
    border-radius: 4px;
}
header .control-panel nav > ul.user-panel > li .pms-value.value-0 {
    display: none;
}
header .control-panel nav > ul.user-panel > li .pms-value:before {
    font-family: fontawesome;
    display: inline-block;
    content: '\f0d8';
    position: absolute;
    color: #f73e3e;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
header .control-panel nav > ul.user-panel > li.user-menu {
    position: relative;
    padding-left: 64px;
}
header .control-panel nav > ul.user-panel .avatar {
    height: 30px;
    position: absolute;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(237, 237, 241);
    border-image: initial;
    border-radius: 50%;
}
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 {
    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: #88c60d;
}
header .control-panel nav > ul.user-panel li.register a {
    font-size: 9.75pt;
    margin-top: -14px;
    font-weight: normal;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    transition: .3 ease-in-out opacity;
}
header .control-panel nav > ul.user-panel li.register a:hover {
    opacity: .8;
}
header .control-panel nav > ul.user-panel li.register a:before {
    content: '\f090';
    margin-right: 5px;
    font-family: fontawesome;
}
header .control-panel nav > ul.user-panel li.login span {
    font-size: 9.75pt;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 4px;
}
header .control-panel nav > ul.user-panel li.login span:before {
    content: '\f084';
    margin-right: 5px;
    font-family: fontawesome;
    vertical-align: top;
    margin-top: 1px;
}
header .middle nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .middle nav ul.page {
    float: left;
    width: 60%;
    color: rgb(113, 120, 141);
}
header .middle nav ul.page i {
    vertical-align: middle;
    font-size: 10.5pt;
    margin-right: 5px;
    color: #d80000;
}
header .middle nav ul.page > li {
    display: inline-block;
    max-width: 400px;
    margin-left: -3px;
    white-space: nowrap;
    overflow: hidden;
    height: 18px;
    vertical-align: middle;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
}
header .middle nav ul.page > span {
    font-size: 10pt;
    padding-right: 10px;
}
header .middle nav ul.page > li:not(:first-of-type):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;
}
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: '\f129';
    color: #d80000;
    padding-right: 5px;
    font-family: fontawesome;
    vertical-align: middle;
    display: inline-block;
}
header .middle nav ul.user2 > li.new-content a:before {
    content: '\f005';
    color: #d80000;
    padding-right: 5px;
    font-family: fontawesome;
    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: 10pt;
    vertical-align: middle;
}
header > .top {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    height: 20px;
    width: 100%;
    box-sizing: border-box;
    display: block;
}
header > .top .left {
    float: left;
    box-sizing: border-box;
}
header > .top .left h1 {
    font-size: 12pt;
    color: #afbfd8;
    font-weight: normal;
}
header .menu-container {
    min-height: 48px;
    margin-top: 30px;
    z-index: 2;
}
header .menu-container .middle {
    padding: 17px 0;
}
header .menu-container .top {
    background-size: 100% 100%;
    height: 70px;
}
header .menu-container .top ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}
header .menu-container .top ul li {
    display: inline-block;
    height: 70px;
    box-sizing: border-box;
    padding: 25px 20px;
    margin-right: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.58);
    font-weight: 400;
}
header .menu-container .top ul li i {
    color: #008fff;
    margin-right: 3px;
    font-size: 12pt;
}
header .menu-container .top ul li:last-child {
    margin-right: 0;
}
header .menu-container .top ul li a {
    font-size: 11.5pt;
    font-weight: 300;
}
header .partners {
    background: url(../../../images/greendark/partners-bg.png) no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    height: 18px;
    box-sizing: border-box;
    padding: 82px 90px 0 90px;
    margin: 0 -30px 0 -30px;
    display: none;
}
/* MAIN */

main {
    margin-top: 30px;
}
main .top {
    display: table;
    width: 100%;
    z-index: unset!important;
}
.cont {
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.categories .category,
.stable:not(.wp),
.thread-table {
    margin-top: 20px;
}
.cont .category:first-child,
.categories,
.stable:first-child {
    margin-top: 0px;
}
.categories .category {
    position: relative;
}
.categories .category:not(:first-child) {
    margin-top: 30px;
}
.categories .category > .headline,
.thread-table .headline,
.stable > .headline {
    font-size: 14px;
    padding: 23px 45px 0 45px;
    box-sizing: border-box;
    line-height: 28px;
    height: 75px;
    background: url(../../../images/greendark/belka.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 -15px;
    color: #121212;
}
.thread-table .headline {
    font-size: 17px;
    font-weight: bold;
}
.thead {
    font-size: 14px;
    padding: 28px 45px 0 45px;
    box-sizing: border-box;
    height: 85px;
    line-height: 20px;
    color: #fff;
    position: relative;
    vertical-align: top;
}
.thead:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 75px;
    background: url(../../../images/greendark/belka.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 -10px;
}
.thread-table .headline .left,
.stable > .headline .left,
.categories .category > .headline .left {
    float: left;
    line-height: 28px;
}
.categories .category > .headline .description {
    display: none;
}
.thread-table .headline a,
.stable > .headline a,
.categories .category > .headline a {
    font-size: 14px;
	font-weight: bold;
    color: rgb(255, 255, 255);
}
.categories .category > .headline a:before,
.stable .headline .icon:before {
    background: url(../../../images/greendark/icon_category.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 20px;
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
}
.thread-table .headline a:hover,
.stable > .headline a:hover,
.categories .category > .headline a:hover,
.stable > .headline .right a:hover {
    color: #d80000;
}
.stable > .headline .right a {
    color: #fff;
    display: inline-block;
}
.categories .category > .headline .close {
    float: right;
    margin-top: -11px;
}
.categories .category > .headline .close img {
    margin-right: -5px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    transition: 0.3s ease-in-out transform;
}
.categories .category > .headline .close img:hover {
    transform: rotate(180deg);
}
.stable > .container,
.categories .category .forums {
    width: 100%;
    box-sizing: border-box;
}
.stable .row,
.categories .category .forums .forum,
.thread-table .post-container,
.thread-table .row,
.trow1,
.trow2 {
    box-sizing: border-box;
    padding: 20px 25px;
}
.categories .category .forums .forum {
    display: table;
    width: 100%;
    position: relative;
}
.categories .category .forums .forum:not(:last-child):before,
main .top .sidebar .side-table .list .row:not(:last-child):before {
    content: "";
    background: url(../../../images/greendark/row-after.png) no-repeat;
    background-size: 100% 100%;
    height: 20px;
    width: 100%;
    display: block;
    margin: -15px 0 0 0;
    position: absolute;
    bottom: 0;
}
.categories .category .forums .forum > div {
    display: table-cell;
    vertical-align: middle;
}
.categories .category .forums .forum > div.forum-info {
    width: 40%;
    line-height: 19px;
    font-size: 10.5pt;
    padding-left: 10px;
}
.categories .category .forums .forum > div.forum-stats {
    width: 30%;
    padding-right: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: right;
    font-size: 13pt;
}
.categories .category .forums .forum > div.forum-stats .posts-container .item {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    color: #939393;
}
.categories .category .forums .forum > div.forum-stats .posts-container .item.topics {
    border-right: 1px solid #212121;
}
.categories .category .forums .forum > div.forum-stats .posts-container .item .number,
.categories .category .forums .forum > div.forum-stats .posts-container .item .title {
    display: block;
    font-size: 14px;
    line-height: 15px;
}
.categories .category .forums .forum > div.lthr {
    width: 23%;
    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;
    color: #8790a6;
}
.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;
    color: #8790a6;
}
.categories .category .forums .forum > div.lthr .info .title,
.categories .category .forums .forum > div.lthr .info .additional {
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    max-width: 125px;
    text-overflow: ellipsis;
}
.categories .category .forums .forum > div.lthr .info .date {
    font-size: 13px;
    color: #a5a5a5;
}
.categories .category .forums .forum > div.lthr .info .title {
    font-size: 12pt;
    font-weight: normal;
    margin: 0;
}
.categories .category .forums .forum > div.forum-info .forum-name a,
main .top .sidebar .side-table .list .row .text .bold a {
    color: rgb(255, 255, 255);
    font-size: 11.25pt;
    font-weight: bold;
}
.categories .category .forums .forum > div.forum-info .forum-name a:hover,
.categories .category .forums .forum > div.lthr .info .title a:hover,
main .top .sidebar .side-table .list .row .text .bold a:hover,
.categories .category .forums .forum > div.lthr .info .title a,
.categories .category .forums .forum > div.lthr .info .title {
    color: rgb(255, 255, 255);
}
.categories .category .forums .forum > div.lthr .info .title a {
    font-size: 14px;
    font-weight: bold;
}
.categories .category .forums .forum > div.forum-info .forum-description {
    color: #939393;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
}
.categories .category .forums .forum > div.forum-info .forum-description img {
    max-width: 100%;
}
.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;
    font-size: 10pt;
}
.categories .category .forums .forum > div.status {
    width: 7%;
    position: relative;
    text-align: left;
}
.categories .category .forums .forum > div.status .forum_status {
    background: #070707;
    display: inline-block;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    text-align: -webkit-center;
    -moz-box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    box-sizing: border-box;
}
.categories .category .forums .forum > div.status .icon {
    height: 19px;
    width: 22px;
    display: inline-block;
    float: left;
}
main .top .sidebar {
    display: table-cell;
    padding-top: 20px;
    width: 360px;
    padding-left: 30px;
    vertical-align: top;
    box-sizing: border-box;
}
main .top .sidebar .thead:before,
main .top .sidebar .thead .expcolimage {
    display: none;
}
main .top .sidebar .side-table {} main .top .sidebar .side-table:not(:first-child) {
    margin-top: 30px;
}
main .top .sidebar .side-table .headline,
main .top .sidebar .thead {
    border-top-right-radius: 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 15px;
    padding: 12px 0;
    height: auto;
}
main .top .sidebar .thead strong {
    font-weight: bold;
}
main .top .sidebar .trow1,
main .top .sidebar .trow2 {
    padding: 10px 5px;
}
main .top .sidebar .side-table .headline i {
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    color: #d80000;
    background: -webkit-linear-gradient(#ff0000, #c00202);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
main .top .sidebar .side-table .list {
    position: relative;
    z-index: 3;
}
main .top .sidebar .side-table .list .row {
    position: relative;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    color: #a5a5a5;
}
main .top .sidebar .side-table .list .row:last-child {
    border-bottom: 0;
}
main .top .sidebar .side-table .list .row .avatar {
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}
main .top .sidebar .side-table .list .row .result {
    top: 50%;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    min-width: 41px;
    vertical-align: middle;
    position: absolute;
    background: rgb(165, 223, 16);
    background: -moz-linear-gradient(top, rgba(255, 0, 0, 1) 0%, rgba(177, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 1) 0%, rgba(177, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 1) 0%, rgba(177, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#e40505', GradientType=0);
    box-sizing: border-box;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    right: 8px;
    transform: translateY(-50%);
}
main .top .sidebar .side-table .list .row .avatar img {
    width: 40px;
    height: 40px;
    float: none;
    margin-right: 0px;
    border-radius: 50%;
}
main .top .sidebar .side-table .list .row .text {
    font-size: 10.5pt;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
main .top .sidebar .side-table .list .row .nickname {
    font-size: 10.5pt;
    line-height: 18px;
    padding: 8px 0px 8px 10px;
    display: table-cell;
    vertical-align: middle;
}
main .top .sidebar .side-table .list .row .text .bold {
    font-size: 12pt;
    color: #009dff;
    font-weight: normal;
}
main .top .sidebar .side-table .list .row .text .author {
    font-size: 9.75pt;
}
main .top .sidebar .side-table .list .row .text .date {
    font-size: 9pt;
    color: #a5a5a5;
}
/* STATSBOARD */

.statsboard {
    margin-top: 90px;
    background: url(../../../images/greendark/stats-bg.png) no-repeat;
    background-size: 100% 100%;
}
.statsboard .stats {
    padding: 60px 60px 0 60px;
}
.statsboard .stats .stat {
    width: 17%;
    float: left;
    position: relative;
}
.statsboard .stats .stat.newest {
    width: 30%;
}
.statsboard .stat .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.statsboard .stats .stat:not(.newest) .icon:before {
    content: '';
    background: url(../../../images/greendark/icon_stats2.png);
    height: 23px;
    width: 23px;
    display: inline-block;
}
.statsboard .stats .stat.threads .icon:before {} .statsboard .stats .stat.posts .icon::before {
    background-position: 0px -23px;
}
.statsboard .stats .stat.users .icon:before {
    background-position: 0px -46px;
}
.statsboard .stats .stat.most_online .icon:before {
    background-position: 0px -46px;
}
.statsboard .stat .text {
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 23px;
    vertical-align: middle;
}
.statsboard .stat.newest .text {
    line-height: 19px;
}
.statsboard .stat .text .number {
    font-size: 22px;
    font-weight: bold;
}
.statsboard .stat .text .title {
    color: #a5a5a5;
    font-size: 13px;
}
.statsboard .stat.newest .text .title {
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 11px;
}
.statsboard .stat.newest .text .newest-name {
    font-size: 14px;
}
.statsboard .stat .text .title:first-letter {
    text-transform: uppercase;
}
.statsboard .stat.newest .icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.statsboard .stat .text .joined {
    font-size: 10pt;
    color: rgb(149, 134, 134);
}
.stat-container {
    padding: 10px 40px 0px 60px;
    margin-top: 20px;
    line-height: 29px;
}
.stat-container:last-child {
    padding-bottom: 40px;
}
.stat-container--title {
    font-size: 11.25pt;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.stat-container--title:before {
    content: '';
    background: url(../../../images/greendark/icon_stats.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.stat-container--note {
    color: #939393;
    font-size: 11px;
}
.stat-container--note a {
    color: #fff;
}
.stat-container--list {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.stat-container--list {
    content: ',';
    color: #fff;
}
/* FOOTER */

footer {
    box-sizing: border-box;
    position: relative;
    margin-top: 120px;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    height: 100px;
    color: #939393;
}
footer:before {
    content: '';
    height: 606px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    position: absolute;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../../../images/greendark/footer-bg.png);
}
footer .site-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../../../images/greendark/logo-footer.png);
    background-repeat: no-repeat;
    width: 254px;
    height: 165px;
    padding-top: 95px;
    box-sizing: border-box;
    text-align: center;
}
footer .left {
    float: left;
    padding-top: 11px;
}
footer .right {
    text-align: right;
}
footer .right h1 {
    margin-top: 41px;
}
footer .up {
    position: absolute;
    height: 178px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
footer .right h1 a {
    color: #fe6c00;
    font-weight: bold;
}
footer .right h1 a:hover {
    color: rgb(229, 128, 52);
}
footer .footer-table > div .inline-media {
    position: relative;
    margin-left: 5px;
}
footer .footer-table > div .inline-media > a {
    height: 32px;
    min-width: 32px;
    text-align: center;
    color: #fff;
    padding: 9px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -4px;
    margin-right: 15px;
}
footer .footer-table > div .inline-media > a {
    transition: transform 0.3s ease-in-out;
}
footer .footer-table > div .inline-media > a:hover {
    z-index: 10!important;
    transform: scale(2);
}
footer .footer-table > div .inline-media > a.fb {
    background: #3d599b;
}
footer .footer-table > div .inline-media > a.tw {
    background: #f200bf;
}
footer .footer-table > div .inline-media > a.gp {
    background: #dc422b;
}
footer .footer-table > div .inline-media > a.st {
    background: #222222;
}
footer .footer-table > div .inline-media > a.yt {
    background: #ff021e;
}
footer .engine-options {
    margin-bottom: 5px;
}
footer .engine-options > div {
    display: inline-block;
}
footer .engine-options > div select {
    margin-right: 30px;
    font-size: 9.75pt;
    color: rgb(255, 0, 0);
    cursor: pointer;
    padding: 10px 9px;
    background: #111210;
    max-width: 130px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
footer .engine-options > div select.selected {} footer .engine-options > div input[type=submit] {
    display: none;
}
footer a {
    color: #939393;
}
footer a:hover {
    color: #747272;
}
footer .engine h1,
footer .right h1 {
    font-size: 14px;
    font-weight: normal;
    color: #939393;
}
footer .theme h1 a {
    color: #f15921;
    font-weight: bold;
}
footer .theme h1 a:hover {
    color: #e27952;
}
footer .up .button {
    height: 50px;
    width: 50px;
    text-align: center;
    margin-top: 60px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: fontawesome;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 20px;
    font-size: 25px;
    padding: 15px 0px;
    border-radius: 50%;
    border-bottom: 1px solid rgb(18, 68, 186);
    transition: color, background 0.3s ease-in-out;
    background: linear-gradient(rgb(45, 104, 193) 0%, rgb(25, 105, 225) 100%);
}
footer .up .button:hover {
    background: #1c2029;
}
footer .up .button:before {
    content: "\f077";
    font-size: 18px;
}
/* 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: rgb(15, 15, 15);
    display: none;
}
.login-box .head {
    background: #ff0000;
    padding: 20px;
    font-size: 12pt;
    color: #fff;
}
.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: #ffffff;
    color: #000;
    border: 0;
    outline: 0;
}
.login-box form input:not([type=checkbox]):focus {
    background: #ff0000;
}
.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: #6c6262;
    font-size: 10pt;
}
.login-box form button {
    margin: 10px 0 0 0;
}
.login-box form button:focus {
    background: #353030;
}
/* TABLES */

.stable .headline .right {
    float: right;
}
.stable .headline .right input.textbox {
    padding: 6px 10px;
}
.stable .row {
    box-sizing: border-box;
    width: 100%;
    font-size: 11pt;
    padding: 20px 25px;
    word-break: break-all;
    border-bottom: 1px solid #000;
    background: rgba(0, 0, 0, 0.15);
}
.tcat,
.tfoot,
.stable .row.sticky,
.stable .row.normal,
.stable .row.toch {
    background: rgb(210, 4, 4);
    padding: 10px 25px;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}
.tcat a,
.tfoot a,
.stable .row.sticky a,
.stable .row.normal a,
.stable .row.toch a {
    color: #ffffff;
}
.tcat:not(:last-child) {
    border-right: 1px solid #070707;
}
.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: #9d9999;
    font-size: 11pt;
}
.stable .row > .title {
    display: inline-block;
    font-weight: bold;
    font-size: 11pt;
    color: #d3d0d0;
}
.stable .row > .title i {
    margin-right: 5px;
}
.stable .row .value {
    display: inline-block;
    color: #9d9999;
    font-size: 11pt;
    padding-left: 5px;
}
.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: right;
}
.row.thread > div.stats span {
    color: #84918b;
    font-size: 9.5pt;
    font-weight: normal;
}
.row.thread > div.stats a,
.row.thread > div.stats .views:not(span) {
    font-size: 9.5pt;
    vertical-align: middle;
}
.row.thread > div.last-post {
    width: 17%;
    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: 9.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.thread .thread-info .info .thread-name a {
    color: #ffffff;
    font-size: 11.25pt;
    font-weight: bold;
}
.row.thread .thread-info .info a,
.row.thread > div.stats a {
    font-size: 9.5pt;
}
.row.avatar img {
    max-width: unset;
    max-height: unset;
}
/* dropdown */

.dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.dropdown-link {
    cursor: pointer;
}
ul.dropdown {
    display: none;
    position: absolute;
    top: 30px;
    color: rgb(255, 255, 255);
    text-align: left;
    z-index: 9999999;
    box-sizing: border-box;
    left: 10px;
    width: 170px;
    background: rgb(5, 5, 6);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(33, 34, 34);
    border-image: initial;
    border-radius: 3px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.dropdown:before {
    content: '\f0d8';
    margin-top: -14px;
    margin-left: 5px;
    font-size: 15pt;
    font-family: fontawesome;
    color: rgb(33, 34, 34);
    display: inline-block;
    text-shadow: none;
}
ul.dropdown li {
    padding: 10px 23px;
    font-size: 10.5pt;
    border-bottom: 1px solid rgb(33, 34, 34);
}
ul.dropdown li i {
    margin-right: 5px;
    color: #b4b6ae;
}
ul.dropdown li a {
    font-size: 10pt;
    color: #b4b6ae;
}
ul.dropdown li:hover {
    background: #141416;
}
ul.dropdown li:last-child {
    border: none;
}
ul.dropdown li:hover a {
    color: #cad2dd;
}
ul.dropdown li:hover i {
    color: #cad2dd;
}
ul.dropdown.on-right {
    width: 185px;
    left: unset;
    right: 1px;
    top: 30px;
}
ul.dropdown.on-right:before {
    margin-right: 3px;
    float: right;
}
/*ucp*/

.ucp-container > .left {
    width: 100%;
    text-align: center;
    float: none;
}
.ucp-container > .right {
    float: none;
    padding-top: 20px;
}
.ucp-container > .right .stable:first-of-type,
.ucp-container > .right .thread-table:first-of-type {
    margin-top: 0;
}
.ucp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ucp-menu > ul > li {
    position: relative;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    text-transform: uppercase;
    margin-left: 5px;
    padding: 20px 10px;
    background: #b40000;
    background: -moz-linear-gradient(-45deg, #ff0000 0%, #a70000 72%);
    background: -webkit-linear-gradient(-45deg, #ff0000 0%, #a70000 72%);
    background: linear-gradient(135deg, #ff0000 0%, #a70000 72%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#e40505', GradientType=1);
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #8c0000;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    -moz-box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ucp-menu > ul > li > a,
.ucp-menu > ul > li > span {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 10pt;
}
.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;
}
.stable .row .options > label {
    background: #131314;
    padding: 7px 12px;
    display: inline-block;
    color: #fff;
    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%;
}
.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;
    background: rgba(0, 0, 0, 0.15);
}
.thread-table .post-container:not(:first-of-type) {
    margin-top: 10px;
}
.thread-table .post-container .author-info {
    display: table-cell;
    width: 19%;
    padding: 20px 25px;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    position: relative;
    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;
    padding: 20px 25px;
    box-sizing: border-box;
    padding-bottom: 70px;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid #ffffff05;
    position: relative;
    overflow: unset;
}
.thread-table .post-container .post-info .post_head {
    font-size: 10pt;
}
.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 #3b7208;
    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 #09090a;
    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;
    color: #fff;
}
.thread-table .post-container .author-info .inline-stats > div {
    display: inline-block;
    font-size: 10.5pt;
    background: #1d2029;
    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: #285118;
}
.thread-table .post-container .author-info .inline-stats > div.war-lvl {
    background: #761e1e;
}
.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;
    position: relative;
}
.thread-table .edit ul {
    position: absolute;
    padding: 0 20px;
    min-width: 150px;
    line-height: 20px;
    background: #1d2029;
    list-style: none;
    top: 7px;
    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;
    color: #c0afaf;
}
.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: #1d2029;
    font-size: 24px;
    text-align: left;
    left: 2px;
    right: 0;
    margin-top: -8px;
}
.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: 50%;
}
.stable .row.och .username {
    width: 23%;
}
.stable .row.och .dateline {
    width: 25%;
}
.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: #1c2029;
    border: none;
    border-radius: 3px;
    font-size: 10.5pt;
}
.ucp-options fieldset legend {
    color: #fff;
}
.ucp-options fieldset .smalltext {
    font-size: 10pt;
}
/*SLIDER*/

.slider {
    width: 100%;
    height: 485px;
    position: relative;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    max-width: 1494px;
    overflow: hidden;
    padding: 0px 25px;
    margin: 0px auto;
}
.slider .pages {
    position: absolute;
    bottom: 0;
    left: 50%;
    box-sizing: border-box;
    height: 36px;
    width: 256px;
    text-align: center;
    padding-top: 15px;
    transform: translateX(-50%);
}
.slider .pages > .page {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    background: #d5d7de;
    display: inline-block;
    transition: background 0.5s ease-in-out;
}
.slider .pages > .page.active {
    background: #1273e3;
    cursor: default;
}
.slider .slides {
    width: 100vw;
    height: 492px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.slider .slides > div {
    width: 100vw;
    float: left;
    display: block;
    text-align: left;
    box-sizing: border-box;
    max-width: 1494px;
    padding: 0 10px;
}
.slider .slides > div:first-child {
    padding-left: 0;
}
.slider h1.title {
    color: #fff;
    font-weight: bold;
    font-size: 46px;
    margin-top: 150px;
}
.slider h2.description {
    font-size: 15px;
    font-weight: normal;
    width: 40%;
    color: #fff;
    padding: 0;
    margin: 20px 0 0 0;
}
.slider .button a {
    background: #b40000;
    background: -moz-linear-gradient(-45deg, #ff0000 0%, #a70000 72%);
    background: -webkit-linear-gradient(-45deg, #ff0000 0%, #a70000 72%);
    background: linear-gradient(135deg, #ff0000 0%, #a70000 72%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#e40505', GradientType=1);
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #8c0000;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    -moz-box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    box-shadow: 0px 10px 15px 0px rgba(229, 28, 28, 0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 41px;
    line-height: 41px;
    padding: 0 27px;
    display: inline-block;
    margin-top: 40px;
}
.slider .button a:hover {
    background: #b40000;
    background: -moz-linear-gradient(-75deg, #b40000 0%, #ff0000 72%);
    background: -webkit-linear-gradient(-75deg, #b40000 0%, #ff0000 72%);
    background: linear-gradient(155deg, #b40000 0%, #ff0000 72%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b40000 ', endColorstr='#e40505', GradientType=1);
    border-color: #a90000;
}
.slider .buttons {
    position: absolute;
    bottom: 110px;
    right: 20px;
}
.slider .buttons > div {
    margin-top: 80px;
    display: inline-block;
    height: 38px;
    box-sizing: border-box;
    width: 45px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transform: skewX(-5deg);
    z-index: 2000;
    margin-left: 5px;
    cursor: pointer;
    color: rgb(72, 74, 77);
    box-shadow: rgba(229, 28, 28, 0) 0px 17px 23px 4px;
    padding: 13px 0px;
    border-radius: 5px;
    border-bottom: 3px solid rgb(20, 22, 27);
    transition: all 0.2s ease-in-out;
    background: linear-gradient(45deg, rgb(30, 34, 44) 0%, rgb(24, 26, 30) 100%);
}
.slider .buttons > div:hover {
    color: rgb(255, 255, 255);
    box-shadow: rgba(25, 107, 226, 0.1) 0px 17px 23px 4px;
    background: linear-gradient(45deg, rgb(25, 130, 226) 0%, rgb(25, 87, 226) 100%);
    border-bottom: 3px solid rgb(15, 66, 187);
}
/* BOXES */

.box:not(:first-child) {
    margin-top: 20px;
}
.box .headline {
    padding: 20px;
    background: rgba(0, 0, 0, 0.29);
    border-left: 2px solid #e40505;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 12pt;
    color: #8f8b8b;
}
.box .row {
    background: none;
    border-radius: 0;
    padding: 20px;
    background: rgb(15, 15, 15);
    border-bottom: 1px solid rgb(32, 32, 32);
}
.box .row:last-child {
    border-bottom: none;
}
/* REDIRECT PAGE */

.redirect {
    left: 50%;
    top: 50%;
    position: absolute;
    min-width: 45%;
    transform: translate(-50%, -50%);
}
.redirect .row {
    background: #00000096;
    border-bottom: .5px solid #2f4a17b5;
}
.r_bg {
    background: rgba(0, 0, 0, 0.43);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}
/* FORM */

input[type=radio] {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
label {
    cursor: pointer;
}
.input-line:not(:first-child) {
    margin-top: 10px;
}
/* FLOATS */

.left {
    float: left;
}
.right {
    float: right;
}
/* GRID */

.left10 {
    float: left;
    width: 10%;
}
.left20 {
    float: left;
    width: 20%;
}
.left25 {
    float: left;
    width: 25%;
}
.left30 {
    float: left;
    width: 30%;
}
.left33 {
    float: left;
    width: 33.3%;
}
.left40 {
    float: left;
    width: 40%;
}
.left50 {
    float: left;
    width: 50%;
}
.left60 {
    float: left;
    width: 60%;
}
.left70 {
    float: left;
    width: 70%;
}
.left80 {
    float: left;
    width: 80%;
}
.left90 {
    float: left;
    width: 90%;
}
/* MARGINS */

.mrg {
    margin-top: 70px;
}
.mrg15 {
    margin-top: 15px;
}
.mrg2 {
    margin-top: 35px;
}
.mb {
    margin-right: 15px;
}
.mt10 {
    margin-top: 10px;
}
.mm12 {
    margin-top: -13px;
}
.p20 {
    padding: 20px;
    box-sizing: border-box;
}
/* SMILIES */

.smilies-box {
    background: #202020;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}
.smilies-box .headline {
    font-weight: bold;
}
.smilies-box .smilies {
    margin-top: 5px;
}
.smilies-box .smilie {
    display: inline-block;
}
.smilies-box a {
    color: #fff;
}
/* OTHER CLASSES AND MYBB CUSTOMISATION */

#quick_reply_form .stable {
    margin-top: 35px;
}
.row.wb {
    background: none;
    border-bottom: 0;
}
.row.wp {
    padding: 0;
}
.posticons_label img {
    display: inline-block;
    vertical-align: middle;
}
.ar {
    text-align: right;
}
.search-by {
    text-align: right;
    position: relative;
}
.forum-name {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.forum-name a {
    font-size: 9pt;
    color: #534c4c;
}
.tl-container {
    margin: 10px 0;
}
.btxt {
    font-weight: bold;
    color: #fff;
    font-size: 12pt;
}
.stxt {
    font-size: 10pt;
}
.post-prev {
    margin: 10px 0;
    font-size: 9pt;
}
.ibck {
    display: inline-block;
}
.ibck:not(select):not(input) {
    padding: 10px;
}
.ibck:first-child {
    padding-left: 0;
}
.vt {
    vertical-align: top;
}
.ac {
    text-align: center;
}
.pc10r {
    box-sizing: border-box;
    padding-right: 10px;
}
.pc10l {
    box-sizing: border-box;
    padding-left: 10px;
}
input {
    box-sizing: border-box;
}
.ofh {
    overflow: hidden;
}
.st {
    font-size: 13px;
}
.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: #131314;
    border-radius: 3px;
    font-size: 10.5pt;
    color: #fff;
    margin-bottom: 10px;
    padding: 7px 12px;
    transition: background 0.6s ease-in-out;
}
.tb-container .left ul li a {
    color: #fff;
}
.tb-container .left ul li:hover {
    background: #323335;
}
.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
}
		
	

		<style>
.partners {
    text-align: center;
    margin-top: 20px;
}
.partners h3 {
    text-align: center;
}
.partners table {
    margin: 0 auto;
    border-collapse: collapse;
}
.partners td {
    padding: 5px;
}
.partners img {
    border: 1px solid #ddd;
}

.partners {
    text-align: center;
    margin-top: 20px;
}

.partners .partnerzy-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.slider-container {
    width: 100%;
    text-align: center;
}

.banner-slider {
    position: relative;
    width: 468px; /* Ustawienie szerokości slidera na 468px */
    margin: 0 auto;
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
}

.banner-slider .slide img {
    display: block;
    width: 468px; /* Ustawienie szerokości obrazka na 468px */
    height: 60px; /* Ustawienie wysokości obrazka na 60px */
}

.active-slide {
    display: block;
}

.partners img {
    display: block;
    width: 468px;
    height: 60px;
    border: none; /* Usuwa białą ramkę */
}

.partners td {
    padding: 0; /* Usuwa odstępy wewnętrzne wokół obrazka w tabeli */
    border: none; /* Usuwa ewentualne ramki tabeli */
	
	
	.partners {
    text-align: center;
    margin-top: 0; /* Usuń margines górny */
    padding-top: 0; /* Usuń padding górny */
}

.partners .partnerzy-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0; /* Zmniejsz margines */
}

.slider-container {
    width: 100%;
    text-align: center;
}

.banner-slider {
    position: relative;
    width: 468px; /* Ustawienie szerokości slidera na 468px */
    margin: 0 auto;
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
}

.banner-slider .slide img {
    display: block;
    width: 468px; /* Ustawienie szerokości obrazka na 468px */
    height: 60px; /* Ustawienie wysokości obrazka na 60px */
    border: none; /* Usuń obramowanie */
}

.active-slide {
    display: block;
}

	
	/* Ustawienia szerokości forum */
.wrapper {
    max-width: 1920px; /* Maksymalna szerokość 1920 pikseli */
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; 
	
	/* Ustawienia partnerow */
	
	
.sidebar .side-table .headline {
    background-color: #ff0000; /* Kolor tła nagłówka */
    color: #fff; /* Kolor tekstu nagłówka */
    padding: 10px; /* Padding wewnętrzny */
    text-align: center; /* Wyśrodkowanie tekstu */
    font-weight: bold;
    border-top-right-radius: 10px; /* Zaokrąglenie górnych rogów */
    display: flex;
    justify-content: center; /* Wyśrodkowanie zawartości */
}

.sidebar .side-table .list {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column; /* Ustawienie elementów w kolumnie */
    align-items: center; /* Wyśrodkowanie elementów w kolumnie */
}

.sidebar .side-table .list .partner-item {
    margin-bottom: 40px; /* Odstęp między partnerami */
}

.sidebar .side-table .list .partner-item img {
    width: 250px; /* Szerokość obrazka */
    height: 350px; /* Wysokość obrazka */
    border-radius: 0; /* Usuń zaokrąglenie obrazków */
    border: none; /* Usuń obramowanie */
}

.sidebar .side-table .list .description {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-align: center;
