body {
	background: #101010 url(../../../images/DeepRedBW_2K26/background1.png) 50% 0%;
    background-repeat: no-repeat;
    height: 450px;
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: 'Lato';
	font-size: 13px;
	overflow-y: scroll;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}

.navbar {
    width: 200px;
    float: right;
    justify-content: end;

}

.hamburger-menu {
  	float: right;
    display: block;
    cursor: pointer;
    margin-right: 20px;
	margin-top: -5px;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
}

.mobile-menu {
  display: none;
}
.mobile-menu.active {
	border-top: 3px solid #00adf1;
    display: flex;
    flex-direction: column;
    background-color: #191919;
    margin-top: 50px;
    font-family: HACKED;
    font-size: 15px;
}
.mobile-menu.active i{
	background: linear-gradient(#2f2f2f, #292929);
    box-shadow: 1px 0px 2px rgba(0,0,0,0.5);
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 90px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0px 10px 0px 4px;
}
.mobile-menu a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
}

.mobile-menu a:hover {
  background-color: #555;
}

.content {
	background: #101010;
	width: auto !important;
	overflow: hidden;
}

.wrapper {
	width: 85%;
	min-width: 970px;
	max-width: 1600px;
	margin: auto auto;
}
/* --- Linki --- */
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
/* --- Logo --- */
.logo {
	margin-top: 100px;
}
/* Efekt Pulse */
@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}
.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/* --- Header --- */
.main-header {
    height: 75px;
}
.main-responsive {
        width: 85%;
    min-width: 970px;
    max-width: 1600px;
    margin: auto auto;
}
.header {
    height: 450px;
}
.header-responsive {
	width: 80%;
	min-width: 970px;
	max-width: 1600px;
    margin: auto auto;
}

/* --- Welcomeblock --- */
.welcomeblock-log {
	margin-top: 20px;
	    margin-left: 25px;
	color: #fff;
    font-family: HACKED;
}
.welcome-username {
	margin-top: 20px;
	    margin-left: 25px;
	color: #fff;
    font-family: HACKED;
}
.welcome-user a {
    color: #b10707;
}
.welcomeblock-log>ul>li {
	display: block;
    float: left;
    font-size: 15px;
	color: #fff;
	font-family: HACKED;
}
.welcomeblock-log>ul>li>a:link, .welcomeblock-log>ul>li>a:visited {

	color: #fff;
	
}
.welcomeblock-log>ul>li>a:hover, .welcomeblock-log>ul>li>a:active {
	background: rgba(0,0,0,0.3);
}
.login-link { 
	background: linear-gradient(#27b501, #029f00);
    padding: 9px;
    border-radius: 5px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 73%);
    margin: 10px 10px;
}
.login-link:hover {
    background: linear-gradient(#a50505, #d10b0b);
}
.register-link { 
	background: linear-gradient(#f38417, #b71400);
    padding: 9px;
    border-radius: 5px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 73%);
    margin: 10px 10px;
}
.register-link:hover {
    background: linear-gradient(#a50505, #d10b0b);
}
.welcome-back {
   	color: #fff;
    font-family: HACKED;
}
.private-message {
   	    float: left;
    background: linear-gradient(#191919, #191919);
    border-radius: 5px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 73%);
    padding: 9px;
    margin: -9px 10px 10px 10px;
   
}

/* --- Panel Użytkownika --- */
.panel-user {}
.panel-user .setting>ul {
	margin-top: 15px;
}
.panel-user .setting>ul>li {
	display: block;
	float: left;
	position: relative;
}
.panel-user .setting>ul>li i {
	text-align:center;
}
.panel-user .setting>ul>li>a:link, .panel-user .setting>ul>li>a:visited {
	display: block;
	background:rgba(0,0,0,0.3);
	float: left;
	padding: 15px 0;
	margin-left: 5px;
	width: 50px;
	text-align:center;
	color: #fff;
	border-radius: 5px;
}
.panel-user .setting>ul>li>a:hover, .panel-user .setting>ul>li>a:active { 
	background:rgba(0,0,0,0.5);
}
.panel-user .setting .pms {
	position: absolute; 
	top:-7px;
	right:-3px;
	 background: linear-gradient(#f10400, #a91200);
	height: 20px; 
	width: 20px; 
	line-height: 20px; 
	text-align:center;
	border-radius: 90px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 130%;
    left: 50%;
    margin-left: -60px;
}
/* --- Tabela Serwerów --- */
.table-serw {
	background: #191919;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    width: 100%;
    margin: auto auto;
	color: #fff;
    padding: 15px;
    box-shadow: 1px 3px 2px rgba(0,0,0,0.5);
    border-radius: 5px;
	margin-bottom: 20px;
    margin-top: 20px;
}
.thead-serw {
	font-family: HACKED;
    height: 50px;
    line-height: 50px;
    color: #e4e4e4;
    padding: 0px;
    text-transform: uppercase;
    font-size: 20px;
}
.thead-serw i {
	background: linear-gradient(#454545, #4b4b4b);
    box-shadow: 1px 0px 2px rgba(0,0,0,0.5);
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
}
.thead-serw .sygnet {
	margin-right: 50px;
	margin-top: -80px;
}
.table-serw .trow {
	font-size: 13px;
	padding: 10px 5px;
}
.table-serw .tcat-s {
	padding: 10px;
	color: transparent;
}
.monitor-serwer {
	background: linear-gradient(#fe9903, #ec3e26);
	width: 350px;
	padding: 5px;
	border-radius: 5px; 
}
.btn-serw {
    height: 20px;
    font-size: 8px;
    width: 70px;
    line-height: 20px;
    float: left;
    text-align: center;
    border-radius: 90px;
    font-weight: 600;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.5);
}
.btn-serw i {
	line-height: 30px;
}
.type {
	color: #fff;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 0%);
}
.counter {
    background: linear-gradient(#189b0f, #57cb02);
    text-transform: uppercase;
    color: #fff;
    margin: 10px;
}
.type-2 {
    color: #fff;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 0%);
}
.btn-rank {
	font-size: 10px;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 10px;
    float: left;
    padding: 4px 6px 4px 5px;
    text-align: center;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 73%);
    background: linear-gradient(#dd0a00, #b71400);
    color: #fff;
    margin-right: 10px;
}
.btn-rank:hover {
    background: linear-gradient(#696969, #565656);
}
.btn-demo {
	font-size: 10px;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 10px;
    float: left;
    padding: 4px 6px 4px 5px;
    text-align: center;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 73%);
    background: linear-gradient(#3a3a3a, #2f2f2f);
    color: #fff;
    margin-right: 10px;
}
.btn-demo:hover{
    background: linear-gradient(#dd0a00, #b71400);
}
.btn-bans {
	font-size: 10px;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 10px;
    float: left;
    padding: 4px 6px 4px 5px;
    text-align: center;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 73%);
    background: linear-gradient(#f38417, #b71400);
    color: #fff;
    margin-right: 10px;
}
.btn-bans:hover {
    background: linear-gradient(#057da5, #0ba0d1);
}
/* --- Nawigacja --- */
.navigation {
    color: #fff;
    font-size: 12px;
    background: #191919;
    border-radius: 5px;
    height: 60px;
    padding: 0px 15px;
    line-height: 60px;
}
.navigation i {
    background: linear-gradient(#a50505, #d10b0b);
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}
.navigation a:link {
	text-decoration: none;
	color: #fff;
}
.navigation a:visited {
	text-decoration: none;
	color: #fff;
}
.navigation a:hover,.navigation a:active {
	text-decoration: none;
	color: #057da5;
}
.navigation .active {
	color: #fff;
}
/* --- Thead --- */
.thead {
	background: #191919 url(../../../images/Poftcrek/thead.png) no-repeat;
    color: #ffffff;
    padding: 0px 15px;
    height: 70px;
    line-height: 70px;
    border-bottom: solid 3px #161616;
}
.thead-forum {
	background: #191919;
    color: #ffffff;
    padding: 15px 15px;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 3px #161616;
    font-family: HACKED;
    font-size: 20px;
}
.thead-sidebar {
	background: #191919;
    color: #ffffff;
    padding: 15px 15px;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 3px #161616;
    font-family: HACKED;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	 text-align: center;
}
.thead-sidebar i {
    background: linear-gradient(#454545, #4b4b4b);
    box-shadow: 1px 0px 2px rgba(0,0,0,0.5);
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
}
/* --- Forum --- */
.forumbit-post {
	background: #191919;
    border-bottom: 2px solid #101010;
    height: 100px;
}
.forumtheme-button {
   	background: linear-gradient(#a50505, #d10b0b);
    color: #fff;
    width: 75px;
    line-height: 30px;
    height: 30px;
    border-radius: 8px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.forumtheme-button h1{
	font-size: 11px;
    color: #fff;
}
.forumpost-button {
    background: linear-gradient(#2d2d2d, #232323);
    color: #fff;
    width: 75px;
    line-height: 30px;
    height: 30px;
    border-radius: 8px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.forumpost-button h1{
	font-size: 11px;
    color: #fff;
}
/* --- Subforum --- */
.ver_sub {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ver_sub li {
	width: 50%;
	float: left;
}
.sub-on {
	background: linear-gradient(#46d704, #1d9001);
	display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 0px 3px 0px 2px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.sub-off {
	background: linear-gradient(#ef0808, #a00016);
	display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 0px 3px 0px 2px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.favimg {
	border-radius: 50%;
    background: linear-gradient(#a50505, #d10b0b);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 72%);
    padding: 2px;
}
.forum-zdj {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.subbtnname {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
	background: linear-gradient(#3c3c3c, #3e3e3e);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.forumbtnname {
	    margin-left: 5px;
	display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 1px 5px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(#dd0a00, #b71400);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.forumbtntag {	
    text-transform: uppercase;
    font-size: 11px;
}
.forumbtncategory {
    color: #fff;
    float: left;
}
.forumbtncategory i {
    background: linear-gradient(#a50505, #d10b0b);
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 12px 10px 10px 0px;
}
/* --- Kontakt --- */
.sidebar-trow {
	border-bottom: 2px solid #101010;
    background: rgb(25 25 25) none repeat scroll 0% 0%;
    padding: 13px 0px 0px 10px;
    height: 85px;
}
.avatar-contact {
	background: linear-gradient(#a50505, #d10b0b);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 72%);
    padding: 3px;
    width: 100px;
    height: 100px;
    border-radius: 90px;
	margin: 15px 0px 5px 0px;
}
.nick-contact {
    font-weight: bold;
    font-size: 12px;
}
.owner-ct {
	color: red;
}
.nametag-contact {
	    padding: 10px 12px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(#a50505, #d10b0b);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
	cursor: pointer;
}
.nametag-contact:hover {
    background: linear-gradient(#2d2d2d, #232323);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
	cursor: pointer;
}
/* --- Footer --- */
#footer {
	clear: both;
	background: #101010 url(../../../images/Poftcrek/3.png) 50% 0% no-repeat;
}
.foot-background {
    margin-top: 80px;
}
.whoisonline-btnmore {
    padding: 4px 7px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(#dd0a00, #b71400);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
    float: right;
    margin-right: 5px;
}
.whoisonline-btnmore:hover {
    background: linear-gradient(#404040, #292929);
}
.footbtn-logout {
    padding: 4px 7px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(#d80b00, #bc1300);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
    float: right;
    margin-right: 5px;
}
.footbtn-logout:hover {
    background: linear-gradient(#404040, #292929);
}
.btn-bottomlinks {
    padding: 4px 5px;
    font-size: 8px;
    text-transform: uppercase;
    color: #565656;
    border-radius: 4px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
    float: left;
    margin: 5px 4px 0px 0px;
}
.btn-bottomlinks:hover {
	color: #fff;
}
/* --- Statystyki Forum --- */
.statround {
	    color: #ffffff;
    display: inline-block;
    padding: 28px 20px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    margin: 20px 15px 20px 10px;
    background: #1e1e1e;
}
.statround a:link, .statround a:visited {
    color: #ffffff;
}
.statround a:hover, .statround a:active {
    color: #444444;
}
/* --- Widok Działu --- */
.btn-vievdepartment  {
    background: #2b2b2b;
    color: #fff;
    padding: 2px 5px 3px 5px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
/* --- Widok Postu --- */
.oldernewest-theme{
    margin: 7px 0px 0px 5px;
    color: #565656;
    font-size: 12px;
}
.sidebar-user {
    background: #1B1B1C url(http://vpx.pl/i/2015/12/26/tlo.png) repeat;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
/* --- Dropdown Menu --- */
.dropdown {
    position: relative;
	float: left;
    display: inline-block;
    color: #fff;
}
.dropdown-content {
	font-family: 'Lato';
	top: 18px;
    display: none;
    position: absolute;
    background-color: #191919;
    border-top: 2px solid #00adf1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    border-bottom: 5px solid #00adf1;
    top: -7px;
    right: 50%;
}
.dropdown-content a {
  color: #fff;
    padding: 10px 10px;
    font-size: 13px;
    border-bottom: 4px solid #0e0e0e00;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: #00adf1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* --- Lista Użytkowników --- */
.user-list {
    width: 33.333%;
    padding: 10px 0px;
    border-radius: 5px;
}
.user-list .avatar {
    text-align: center;
}
.user-list .avatar img {
    height: 100px;
    width: 100px;
    border-radius: 90px;
	    background: linear-gradient(#a50505, #d10b0b);
    padding: 5px;
}
.user-list .info {
	background: #1010104f;
    text-align: center;
    min-height: 160px;
    padding: 60px 10px 10px 10px;
    margin: -50px 10px 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.5);
}
.user-list .info .name {
    font-size: 15px;
}
.user-list .info .group {
    font-size: 13px;
    color: #999;
    margin: 5px 0px;
}
.user-list .info .joined {
    font-size: 12px;
    color: #ccc;
    margin-top: 20px;
    text-align: left;
}
.user-list .info .joined i {
        color: #0a9dce;
    margin: 0 5px;
}
.user-list .info .visit {
    font-size: 12px;
    color: #ccc;
    margin: 5px -1px;
    text-align: left;
}
.user-list .info .visit i {
        color: #0a9dce;
    margin: 0 5px;
}
.user-list .info .stats {
    margin: 10px 0px 0px 0px;
}
.user-list .info .stats .number {
    width: 33.333%;
    float: left;
    padding: 10px 0px;
    font-weight: 100;
	color: #ccc;
}
/* --- Podsumowanie Profilu --- */
.btn-summarytag {
	padding: 0px 6px 0px 6px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    margin-left: -1px;
    border-radius: 4px;
    background: #252525;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.summarytext {
    font-size: 12px;
}
.btn-summarymore {
    padding: 4px 7px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(#3eca03, #229902);
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
    margin-right: 5px;
}
.summaryinfo {
     display: inline-block;
    margin-top: 4px;
    background: #262525;
    color: #ffffff;
    padding: 0px 5px;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.summaryinfo a:link,.summaryinfo a:visited {
    color: #ffffff;
}
.summaryinfo a:hover,.summaryinfo a:active {
    color: #444444;
}
/* --- Podgląd Profilu --- */
.look-user {
	text-align: center;
	padding: 20px 0px;
}
.look-user .avatar {
	margin-bottom: 10px;
}
.look-user .avatar img {
    border-radius: 50%;
        background: linear-gradient(#a50505, #d10b0b);
    width: 100%;
    height: 100%;
    max-width: 170px;
    max-height: 170px;
    min-height: 170px;
    min-width: 170px;
    padding: 5px;
    box-shadow: 2px 1px 2px rgb(0 0 0 / 50%);
}
.look-user .name {
	color:#fff; 
	font-size: 17px;
}
.look-user .formattedname {
	font-size: 13px;
}
.look-user .info {
	background: #191919;
	min-height: 170px;
	border-radius: 5px;
	width: 50%; 
	margin: 0 auto;
	margin-top:20px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	padding: 20px;
}
.look-user .info .box {
	background: rgb(16 16 16 / 47%);
    padding: 20px 0px;
    width: 32.333%;
    float: left;
    color: #d2d2d2;
    margin: 2px;
    font-size: 17px;
    font-weight: 300;
}
.look-user .info .box i {
	margin-bottom: 5px;
	font-size: 15px;
}
.look-user .info .specjal {
	width: 65.444%;
}
.look-user .info .online {
	background: #3cb400;
	color:#fff;
}
.look-user .info .offline {
	background:#ff3939; 
	color:#fff;
}
.acp-options {
	text-align: center;
}
/* Rejestracja */
.register-click {
	width: 50%; 
	margin: 0 auto;
}
.register-click .roll {
    background: #101010b5;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 3px 2px rgba(0,0,0,0.1);
}
.register-click .roll h3 {
    color: #fff;
    font-weight: 100;
    padding-bottom: 20px;
    font-size: 20px;
}
.register-click .roll h3 i { 
	color: #d40d00;
}
.register-click .roll label {
	font-weight: 300;
	margin: 5px 0px;
}
.register-click .roll input {
	margin: 3px 0px 20px -2px;
}
/* Logowanie */
.jquery-modal {    
	background: #000000c4;
}
.login-user {
    background: #141414;
    padding: 20px;
    border-radius: 5px;
    width: 400px;
}
.login-user i {
        background: linear-gradient(#353535, #373737);
    box-shadow: 1px 0px 2px rgba(0,0,0,0.5);
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
}
.login-user h3 {
    line-height: 40px;
    color: #fff;
    font-weight: 300;
}
.login-user .input-wraper {
    position: relative;
    margin: 10px 0px;
	color: #777;
}
.login-user .input-wraper input.txt-field {
    width: 367px;
    padding-left: 15px;
    height: 25px;
    border: 1px solid #232323;
    background: #191919;
    color: #cfcfcf;
}
.login-user .input-wraper button{
	width: 100%;
	padding: 10px 0px;
}
.login-user .input-wraper button:hover{
	width: 100%;
}
.login-user  ul.login-menu {
	margin: 5px 10px;
	text-align: center;
}
.login-user  ul.login-menu li{
	display: block;
	margin-top: 5px;
}
.login-user  ul.login-menu li a{
	background: none!important;
}
/* --- Prefiksy --- */
.postprefix {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 20%);
}
.redprefix {
background: #880000;
}
.greenprefix {
background: #349900;
}
.closeprefix {
    background: #ec730a;
}
.spamprefix {
    background: #007777;
}
.container-tiles {
        display: flex;
        justify-content: space-between;
		margin: 0 -5px;
    }
.tile {
	width: calc(24% - 10px);
    overflow: hidden;
    border: 1px solid #191919;
   	margin: 0 5px; 
    border-radius: 5px;
    background: #191919;
    transition: background-color 0.3s ease;
}
.tile:hover {
	background: linear-gradient(#a50505, #d10b0b); /* Kolor tła po najechaniu myszką */
}
.tile img {
	 width: 100%; /* Obrazek ma zajmować całą szerokość kafelka */
}
.forum-tborder {
    background: #101010 url(../../../images/DeepRedBW_2K26/background-table.png) 40% 10%;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto auto;
    padding: 1px;
    border: 2px solid #191919;
    border-radius: 5px;
}
.sidebar-tborder {
       width: 100%;
    margin: auto auto;
    padding: 1px;
    border-radius: 5px;
    background: #191919;
}
.forum-bit-post {
    background: #1919199c;
    border-bottom: 3px solid #191919;
    height: 100px;
}
/* --- Duży Slider --- */
.slide-partner-bg {
    background: #191919;
    height: 260px;
    border-radius: 5px;
    margin: auto auto;
    box-shadow: 1px 3px 2px rgb(0 0 0 / 41%);
}
.cbp-fwslider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 260px;
    margin: auto;
    z-index: 1;
	border-radius: 5px;
}
.cbp-fwslider ul {
	margin: 0; 
	padding: 0;
	white-space: nowrap; 
	list-style-type: none;
}
.cbp-fwslider ul li {
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;padding: 0;
}
.cbp-fwslider ul li > a, .cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}
.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 3px;
}
.cbp-fwslider nav span {
	    position: absolute;
    top: 85%;
    /* margin-top: -15px; */
    width: 10px;
    height: 10px;
    /* background: rgba(0, 0, 0, 0.3); */
    color: #fff0;
    /* text-align: center; */
    line-height: 30px;
    cursor: pointer;
    font-weight: normal;
    border-radius: 90px;
} 
.cbp-fwslider nav span:hover {   
	background: rgba(0,0,0,0.5);
}
.cbp-fwslider nav span.cbp-fwnext {
	right: 5px;
}
.cbp-fwslider nav span.cbp-fwprev {
	right: 40px;
}
.slider-text {
	color: #fff;
    z-index: 1;
    position: absolute;
    font-size: 23px;
    text-transform: uppercase;
    margin: 40px 0px 0px 35px;
    font-weight: bold;
}
.slider-nick {
    font-size: 15px;
    margin: 0px 0px 0px 0px;
}
.slider-minitext {
	color: #fff;
    z-index: 1;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
}
.slider-minibutton {
	z-index: 1;
    position: absolute;
    margin: 0px 0px 0px 60px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    border-radius: 10px;
    float: left;
    padding: 10px;
    text-align: center;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 73%);
    background: linear-gradient(#ee0500, #a71800);
    color: #fff;
}
.slider-minibutton:hover {
	background: linear-gradient(#383838, #313131);
}		
.tcat-stat {
	color: #fff;
    background: #1e1e1e;
    border: 2px solid #191919;
    border-radius: 5px;
    padding: 15px;
    font-family: HACKED;
    text-align: center;
    font-size: 17px;
}
.trow-stat {
   border: 1px solid;
    border-color: #19191900 #19191900 #19191900 #19191900;
}
.tcat-usermenu {
    color: #fff;
    background: #191919;
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    padding: 10px 10px 5px 10px;
    line-height: 50px;
}
		
		