@font-face {
    font-family: "gc";
    font-weight: normal;
    src: url(../../../images/nafarcie/fonts/g.ttf);
}
@font-face {
    font-family: "gc";
    font-weight: bold;
    src: url(../../../images/nafarcie/fonts/gb.ttf);
}
@font-face {
    font-family: "gc";
    font-weight: normal;
    font-style: italic;
    src: url(../../../images/nafarcie/fonts/gi.ttf);
}
@font-face {
    font-family: "gc";
    font-weight: bold;
    font-style: italic;
    src: url(../../../images/nafarcie/fonts/gbi.ttf);
}
h2 {
    font-weight: bold;
    font-size: 20px;
}
body {
    background-color: #0a0b1d;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: "gc";
}

body:after {
	content: '';
	position: absolute;
	top: 0; left: 0;
    width: 100%;
    height: 100%;	
}

.alert {
    background: #b32e38;
	color: #f0f0f0;
    padding:20px;
}
.alert i {
    margin-right:5px;
}

.alert-info {
	border-color: #910c16;
}

a:link,
a:hover,
a:visited,
a:active {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out color;
}
header {
    position: relative;
    padding-top: 140px;
}
header .user-nav {
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#232772', endColorstr='#152b56', GradientType=0);
    position: absolute;
    top: 0;
    text-align: right;
    left: 0;
    box-sizing: border-box;
    right: 0;
    height: 66px;
}
header .user-nav .user-panel {
    width: 100%;
    padding-top: 23px;
}
header .user-nav .user-panel .left-side {
    float: left;
    width: 50%;
    display: block;
    text-align: left;
}
header .user-nav .user-panel .left-side .user-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #00657d;
    border: 2px solid #00657d;
    border-radius: 50%;
    text-align: center;
    width: 27px;
    padding-top: 1px;
    height: 27px;
}
header .user-nav .user-panel .left-side .user-icon i {
    display: inline-block;
}
header .user-nav .user-panel .right-side {
    float: right;
    text-align: right;
    width: 50%;
    list-style: none;
    margin-top: -6px;
}
header .user-nav .user-panel .right-side > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
header .user-nav .user-panel .right-side > .dropdown {
    padding-left: 10px;
    border-left: 1px solid #015d67;
    margin-left: 0;
}
header .user-nav .user-panel .right-side > div i {
    vertical-align: middle;
}
header .user-nav .user-panel .right-side > .user-menu img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    padding: 2px;
    background: #ffffff;
    margin-right: 5px;
}

header .user-nav .user-link {
	color: #fff;
}

header .user-nav .user-panel .right-side > .dropdown.alerts-header {
	border-left: none;
	word-wrap: break-word;
}

header #notifications_panel {
	min-width: 300px;	
}

header .lastpm {
	width: 98%;
	margin: 0 auto;
	word-wrap: break-all;
}

header .user-nav .user-panel .login {
    display: inline-block;
    width: 140px;
    text-align: center;
    height: 47px;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 3px;
    transition: 0.6s ease-in-out background;
    border: 1px solid #c0323c;
    margin-top: -14px;
    padding-top: 13px;
}
header .user-nav .user-panel .login div {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    font-size: 16px;
    transition: 0.4s ease-in-out color;
    cursor: pointer;
}
header .user-nav .user-panel .login:hover div {
    color: #ccc;
}
header .user-nav .user-panel .register,
header .guest-joinus a {
    display: inline-block;
    background: #bf323c;
    background: -moz-linear-gradient(top, #bf323c 0%, #94262e 100%);
    background: -webkit-linear-gradient(top, #bf323c 0%, #94262e 100%);
    vertical-align: top;
    background: linear-gradient(to bottom, #bf323c 0%, #94262e 100%);
    height: 47px;
    margin-top: -14px;
    text-align: center;
    box-sizing: border-box;
    width: 150px;
    padding-top: 11px;
    border-top: 2px solid #d03f4c;
    border-left: 2px solid #af303a;
    border-bottom: 2px solid #87232a;
    border-right: 2px solid #8b242b;
    border-radius: 3px;
    margin-right: 19px;
}
header .user-nav .user-panel .register:hover {
    background: -moz-linear-gradient(top, #94262e 0%, #bf323c 100%);
    background: -webkit-linear-gradient(top, #94262e 0%, #bf323c 100%);
    background: linear-gradient(to bottom, #94262e 0%, #bf323c 100%);
}
header .user-nav .user-panel .login:hover {
    background: #97272f;
}

}
header .user-nav .user-panel .register div {
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 16px;
    transition: 0.6s ease-in-out color;
}
header .user-nav .user-panel .register:hover div,
header .menu .user-panel .login a:hover {
    color: #d9cccc;
}

header .guest-joinus {
	display: none;
	justify-content: space-around;
	padding: 0;
}

header .guest-joinus li {
	display: inline-block!important;
	margin: 15px 0;
}

header .first-section {
    height: 190px;
}
header .menu {
    margin: auto;
    margin-top: 78px;
	background-color: black;
    background-image: url(../../../images/nafarcie/menu-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 92px;
    max-width: 1300px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 33px;
}

header .menu nav {
    float: none;
    padding-top: 17px;
}
header .menu ul {
    list-style: none;
    margin: 0;
    text-align: left;
    padding: 0;
}
header .menu ul > li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}
header .menu ul > li > ul {
    position: absolute;
    top: 46px;
    background: rgb(12, 14, 42);
    border-radius: 3px;
    width: 140px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out opacity;
}
header .menu ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
header .menu ul > li > ul > li {
    width: 100%;
    border-bottom: 1px solid rgba(1, 112, 138, 0.2);
    padding: 10px;
}
header .menu ul > li > ul > li a {
    padding: 0;
    text-transform: none;
    font-size: 14px;
    text-shadow: none;
}
header .menu ul > li > ul > li:last-child {
    border-bottom: 0;
}

a#sklep{
	color: rgb(0, 255, 0);
	transition: text-shadow 0.4s linear;
} 
a#sklep:hover{
	 text-shadow: 0px 0px 7px rgba(0, 255, 0, 1);
}

a#amxbans{
	color: rgb(255, 0, 0);
	transition: text-shadow 0.4s linear;
} 
a#amxbans:hover{
	 text-shadow: 0px 0px 7px rgba(255, 0, 0, 1);
}

header .menu nav a,
header .menu nav .hdlne {
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 18px 25px;
    transition: 0.6s ease-in-out color, transform;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
header .menu nav li:not(.active) a:hover,
a.color-link:hover,
.link a:hover {
    color: #13bce4;
}

header .menu nav li:not(.active) a:hover {
    transform: scale(1.1);
}
header .menu nav li.active a {
    background: #009ec2;
    background: -moz-linear-gradient(top, #009ec2 0%, #007a96 100%);
    background: -webkit-linear-gradient(top, #009ec2 0%, #007a96 100%);
    background: linear-gradient(to bottom, #009ec2 0%, #007a96 100%);
    border: 2px solid #000;
    border-color: #009ec2 #04829e #04829e #009ec2;
    border-radius: 5px;
}

header .menu nav li.active a:after { /* mask */
	position: absolute;
	top: 0; left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

header .logo {
    float: left;
    margin-left: 159px;
}
.shrink {
	animation: flip 1s ease-in-out;	
}
@-webkit-keyframes flip {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  40% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  50% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  80% {
  -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  transform: perspective(400px) scale3d(.95, .95, .95);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  }
  @keyframes flip {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  40% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  50% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  80% {
  -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  transform: perspective(400px) scale3d(.95, .95, .95);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  } 

.wrapper {
    width: 95%;
    margin: auto;
    max-width: 1300px;
}
.partnerzy {
    float: right;
    width: 409px;
    height: 267px;
    background-image: url(../../../images/nafarcie/par2.png);
    background-position: top center, 0 39px;
    background-repeat: no-repeat;
    padding-top: 39px;
    margin-top: -34px;
}
.partnerzy .partner {
    height: 165px;
    width: 409px;
    overflow: hidden;
	text-align: center;
}
.partnerzy .partner {
    display: none;
    justify-content: center;
    height: 165px;
    width: 409px;
    position: absolute;
	text-align: center;
}
.partnerzy .partner.active {
    display: flex;
}
.partnerzy .partner img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.6s ease-in-out;
    left: 0;
}
.partnerzy .partner img:hover {
    opacity: 0.5;
}
.clear {
    clear: both;
}

.servers {
	text-align: center;	
}

.servers > div {
	margin: 15px 0;
}

.server-name {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 3px;
}

.servers img {
	max-width: 100%;	
}

.server-ip {
	font-size: 18px;
	padding: 5px;
}

.server-icons {
	border-bottom: 1px solid rgb(1, 114, 140);
	padding-bottom: 3px;
}
.servers-board {
    border: 1px solid rgba(20, 24, 64, 0.44);
    border-radius: 3px;
    padding: 33px 17px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.servers-board .head,
.servers-board .server-box {
    display: table-row;
}
.servers-board .head > div,
.servers-board .server-box > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
.servers-board .head > div,
.servers-board .server:last-child > div {
    padding-bottom: 0;
}
.servers-board .head .game {
    width: 5%;
    text-align: left;
}
.servers-board .head .name {
    width: 28%;
    text-align: left;
}
.servers-board .head .players {
    width: 13%;
}
.servers-board .head .mode {
    width: 11%;
}
.servers-board .server-box > div.players .bck {
    background: #251222;
    height: 36px;
    width: 100%;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}
.servers-board .server-box > div.mode {
    text-align: center;
}
.servers-board .server-box > div.gametracker {} .servers-board .server-box > div.gametracker img {
    max-width: 100%;
}
.servers-board .server-box > div.players .pcnt {
    background: #bd313b;
    padding-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 100%;
    height: 36px;
    background: -moz-linear-gradient(top, #bd313b 0%, #87232a 100%);
    background: -webkit-linear-gradient(top, #bd313b 0%, #87232a 100%);
    background: linear-gradient(to bottom, #bd313b 0%, #87232a 100%);
}
.servers-board .head > div {
    padding: 0 10px;
    padding-bottom: 33px;
    font-weight: bold;
}
.servers-board .server-box > div {
    text-align: left;
    padding: 0 10px;
    padding-bottom: 15px;
}
.servers-board .server-box > div.name {
    font-weight: bold;
}
.servers-board .server-box > div.ip {
    font-size: 13px;
    text-align: center;
}
.navandopt {
    margin-top: 15px;
}
.navandopt nav {
    display: inline-block;
    background: #0a0b1e;
    margin-bottom: 15px;
    border-bottom: 2px solid #09081c;
    border-right: #09091d;
    border-top: #100f30;
    border-left: #0d0d28;
    box-sizing: border-box;
	line-height: 30px;
    border-radius: 5px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.navandopt nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navandopt nav li.link {
	position: relative;
    display: inline-block;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-left: -4px;
}
.navandopt .link:first-child:before {
	content: '\f015';	
	font-family: fontawesome;
    padding-right: 15px;
}
.navandopt nav .link:not(:last-child):after {
    content: '\f105';
    font-family: fontawesome;
    padding: 0 15px;
}
.fleft-av {
    float:left;
    margin-right: 10px;
}
.fright-av {
    float:right;
}
.right-av {
 display:inline-block;
 text-align: right;
 vertical-align: top;
}
.right-av:last-child {
    margin:0 5px;
}
.navandopt nav .link a {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    display: table;
    padding: 0;
}
.container .forums {
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
}
.container .sidebar {
    display: table-cell;
    max-width: 315px;
    width: 315px;
    vertical-align: top;
    padding-top: 21px;
}
.forum {
	position: relative;
    margin-top: 15px;
}

.servertable {
	text-align: center;
	border: 4px double #00819e;
}
.servertable legend {
	margin-bottom: 10px;
	border-bottom: 3px double #00819e;
	border-top: 3px double #00819e;
	padding-bottom: 7px;
	padding-top: 7px;
}

.scrollto {
	text-align: center;
	border-color: #3a3a3a;
}
.scrollto legend {
	margin-bottom: 10px;
	border-bottom: none;
}
.scrollto span {
    margin-bottom: 10px;
    box-sizing: border-box;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    padding: 0 38px;
    box-sizing: border-box;
    text-transform: uppercase;
	cursor: pointer;
}
.scrolltop {
	position: absolute;
	right: 5px;
	bottom: -10px;
	display: none;
	padding: 4px;
	font-size: 18px;
	background: rgba(109, 109, 109, 0.7);
	border-radius: 30px;
	cursor: pointer;
}
.tborder {
	width: 100%;
	margin: 15px 0;
}

.tborder .thead {
	display: table-cell;
	vertical-align: top;
}

.thead {
    background: url(../../../images/nafarcie/thead.png) no-repeat left top;
    background-size: cover;
    width: 100%;
    margin: 0;
    height: 72px;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    padding: 0 38px;
    box-sizing: border-box;
    text-transform: uppercase;
    padding-top:31px;
    display: block;
}
@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
.forum .thead a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.forum .toggle {
    float: right;
    margin-top: 2px;
    margin-right: -10px;
    vertical-align: top;
}
.forum .sub-cats {
    background: #090a1a;
}
.forum .sub-cats .scat {
    padding: 24px 37px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.forum .sub-cats .scat:not(:last-child) {
    border-bottom: 3px solid #0A0B1C;
}
.forum .sub-cats .scat > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.forum .sub-cats .scat > div.icon {
    text-align: center;
    width: 5%;
}
.forum .sub-cats .scat > div.icon span {
    display: inline-block;
    padding: 0;
    width: 24px;
}
.forum .sub-cats .scat > div.icon span.forum_on:before {
    width: 24px;
    height: 21px;
    content: '\f078';
	display: inline-block;
    font-family: "fontawesome";
	color: #fd4a4a;
	font-size: 36px;
}
.forum .sub-cats .scat > div.icon span.forum_offlock:before {
    content: '\f023';
    color: #b83039;
    text-align: center;
    font-size: 26px;
    font-family: fontawesome;
    display: inline-block;
    width: 24px;
}
.forum .sub-cats .scat > div.icon span.forum_offlink:before {
    content: '\f0c1';
    color: #baabab;
    text-align: center;
    font-size: 26px;
    font-family: fontawesome;
    display: inline-block;
}
.forum .sub-cats .scat > div.icon span.forum_off:before {
    width: 24px;
    height: 21px;
    content: '';
    background: url(../../../images/nafarcie/scat-off.png);
    display: inline-block;
}
.forum .sub-cats .scat > div.main {
    width: 356px;
    padding-left: 15px;
}
.forum .sub-cats .scat > div.main .scat-name {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}
.forum .sub-cats .scat-desc {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    color: #fff;
}
.forum .sub-cats .scat > div.main .scat-desc img {
    max-width: 100%;
    margin: 10px 0;
    display: block;
}
.forum .sub-cats .scat > div.stats {
    width: 17%;
    padding-right: 20px;
}
.forum .sub-cats .scat > div.stats .statsbg {
    background: #0d0c27;
    background: -moz-linear-gradient(top, #0d0c27 0%, #0a091e 100%);
    background: -webkit-linear-gradient(top, #0d0c27 0%, #0a091e 100%);
    background: linear-gradient(to bottom, #0d0c27 0%, #0a091e 100%);
    border-top: 2px solid #100f30;
    border-right: 2px solid #0b0a22;
    border-bottom: 2px solid #09081c;
    border-left: 2px solid #0b0a22;
    border-radius: 5px;
    height: 49px;
    font-size: 14px;
    color: #fff;
    padding-top: 13px;
    box-sizing: border-box;
    text-align: center;
}
.forum .sub-cats .scat > div.lastpost {
    min-width: 215px;
	height: 45px;
    padding: 0;
}
.forum .sub-cats .scat > div.lastpost .avatar {
    float: left;
}
.forum .sub-cats .scat > div.lastpost .avatar img {
    height: 55px;
    width: 55px;
    margin-top: -2px;
    margin-left: 5px;
    padding: 0;
    border: 1px solid black;;
	border-radius: 50%;
}
.forum .sub-cats .scat > div.lastpost .post {
    float: left;
    padding-left: 20px;
    font-size: 14px;
}
.forum .sub-cats .scat > div.lastpost .post .post-name {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.forum .sub-cats .scat > div.lastpost .post .post-author {
    font-size: 14px;
}
.forum .sub-cats .scat > div.lastpost .post .post-line,
.forum .sub-cats .scat > div.lastpost .post .post-name {
    display: block;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden !important;
    text-overflow: ellipsis;
    height: 16px;
}
.stats-table {
    background: #090a1a;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    box-sizing: border-box;
}
.stats-table:nth-of-type(1) {
    margin-top: 0
}
.stats-table .head {
    background: #0187a6;
    background: -moz-linear-gradient(top, #0187a6 0%, #016880 100%);
    background: -webkit-linear-gradient(top, #0187a6 0%, #016880 100%);
    background: linear-gradient(to bottom, #0187a6 0%, #016880 100%);
    border-radius: 3px;
    height: 59px;
    border-top: 2px solid #0190aa;
    border-right: 2px solid #016a82;
    font-size: 14px;
    padding: 18px 20px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    border-left: 2px solid #01748e;
    border-bottom: 2px solid #015f75;
    box-sizing: border-box;
}
.stats-table .row1 {
    display: table;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px 10px;
    background: #0d0d23;
    background: -moz-linear-gradient(top, #0d0d23 0%, #0d0d23 100%);
    background: -webkit-linear-gradient(top, #0d0d23 0%, #0d0d23 100%);
    background: linear-gradient(to bottom, #0d0d23 0%, #0d0d23 100%);
    border-top: 2px solid #0d0d23;
    border-left: 2px solid #0d0d22;
    border-bottom: 2px solid #0a0a22;
    border-right: 2px solid #0a0a1b;
}
.stats-table.fast-links .row1 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.stats-table.fast-links .row1 > div.link:before {
    content: '\f0c1 ';
    font-family: fontawesome;
    padding-right: 10px;
}
.stats-table .row1 > div:not(.media) {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    vertical-align: middle;
}
.stats-table .row1 > div.id {
    width: 13%;
    color: #2e3658;
    font-size: 13px;
}
.stats-table .row1 > div.content {
    width: 80%;
}
.stats-table .row1 > div.content .name,
.stats-table .row1 > div.content .userdate {
    font-size: 13px;
    width: 180px;
    display: block;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden !important;
    text-overflow: ellipsis
}
.stats-table .row1 > div.content .userdate {
    font-size: 12.5px;
}
.stats-table .row1 > div.avatar {
    width: 18%;
}
.stats-table .row1 > div.avatar img {
    width: 38px;
    height: 38px;
	margin-right: 0!important;
    border-radius: 30px;
    vertical-align: middle;
}
.stats-table .row1 > div.nick {
    width: 44%;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}
.stats-table .row1 > div.nick a {
    font-size: 13px;
}
.stats-table .row1 > div.result {
    width: 22%;
    background: #0092b3;
    background: -moz-linear-gradient(top, #0092b3 0%, #007089 100%);
    background: -webkit-linear-gradient(top, #0092b3 0%, #007089 100%);
    background: linear-gradient(to bottom, #0092b3 0%, #007089 100%);
    border-radius: 5px;
    text-align: center;
    padding: 3px 0px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    border-top: 2px solid #00afc7;
    border-left: 2px solid #0098b3;
    border-bottom: 2px solid #00687f;
    border-right: 2px solid #00819e;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
}
section.stats {
    margin-top: 60px;
    margin-bottom: -125px;
}
section.stats .wrapper {
    background-image: url(../../../images/nafarcie/stats-bg.png);
    background-color: #090a1a;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
}
section.stats .wrapper h2.headline {
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-weight: bold;
}
section.stats .stats-container {
    margin-top: 39px;
}
section.stats .stats-container .icon {
    float: right;
    text-align: center;
    width: 20%;
    padding-top: 15px;
}
section.stats .stats-container .stats-inline {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
    border: 1px solid #08182a;
    border-radius: 3px;
    box-sizing: border-box;
    width: 80%;
    text-align: center;
    float: left;
    padding-top: 12px;
}
section.stats .stats-container .stats-inline > div {
	background: #0187a6;
    background: -moz-linear-gradient(top, #0187a6 0%, #016880 100%);
    background: -webkit-linear-gradient(top, #0187a6 0%, #016880 100%);
    background: linear-gradient(to bottom, #0187a6 0%, #016880 100%);
	border-radius: 3px;
    border-top: 2px solid #0190aa;
    border-right: 2px solid #016a82;
    border-bottom: 2px solid #015f75;
	border-left: 2px solid #01748e;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 6%;
}

section.stats .stats-container .stats-inline > div img {
    float: left;
    padding-right: 10px;
    padding-top: 4px;
}
section.stats .stats-container .stats-inline > div .txt {
    float: right;
}
section.stats .stats-container .stats-inline > div .txt span {
    display: block;
}
section.stats .stats-container .stats-inline > div .txt span.title {
    font-size: 14px;
}
section.stats .stats-container .stats-inline > div .result,
section.stats .stats-container .stats-inline > div .results a {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
section.stats .users-online {
    margin-top: 20px;
    margin-bottom: 46px;
    z-index: 15;
    position: relative;
}
section.stats .users-online h2 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
section.stats .users-online h2 span.hd {
    margin-bottom: 10px;
    display: block;
}
section.stats .users-legend {
	position: relative;
	bottom: -23px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    font-size: 14px;
    background: rgba(13, 12, 39, 0.80);
    padding: 23px 39px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 34%, rgba(0, 0, 0, 0) 100%);
    border-top: 2px solid #100f30;
    border-left: 2px solid #0d0c29;
    border-bottom: 2px solid #0b0a25;
    border-right: 2px solid #0a0b2c;
    z-index: 10;
}
section.stats .users-legend span {
    font-weight: bold;
}
section.stats .users-legend span:not(:last-child):after {
    content: '|';
    font-weight: normal;
    padding: 0 5px;
    display: inline-block;
}
footer {
    background-image: url(../../../images/nafarcie/footer-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 177px;
    height: 440px;
    box-sizing: border-box;
    z-index: 5;
}
footer .footer-container {
    display: table;
    width: 100%;
}
footer .footer-container > div {
    display: table-cell;
    vertical-align: top;
}
footer .footer-container > div.about {
    width: 45%;
    padding-right: 10%;
}
footer .footer-container span.headline {
    font-size: 16px;
    font-weight: bold;
}
footer .footer-container > div.links {
    width: 22%;
    padding-left: 8%;
}
footer .footer-container > div.links ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
footer .footer-container > div.links ul li {
    display: block;
}
footer .footer-container > div.links ul li a {
    font-size: 14px;
}
footer .footer-container > div.links ul li a:before {
    content: '>';
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
}
footer .footer-container > div.social-media {
    width: 30%;
    text-align: center;
}
footer .footer-container > div.social-media .media-inline {
    margin-top: 20px;
}
footer .footer-container > div.social-media .media-inline > div {
    display: inline-block;
    padding: 0 5px;
    transition: 0.6s ease-in-out opacity;
}
footer .footer-container > div.social-media .media-inline > div:hover {
    opacity: 0.6;
}
footer .footer-container > div.about h1 {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    vertical-align: top;
    margin-top: -2px;
}
footer .footer-container > div.about h1 b {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
footer .info {
    margin-top: 20px;
    position: relative;
    height: 99px;
    top: 50px;
    width: 90%;
    margin: auto;
    max-width: 1300px;
}
footer .info .theme {
    float: left;
    font-size: 14px;
    padding-top: 41px;
}
footer .info .theme a {
    font-weight: bold;
}
footer .info .software {
    float: right;
    text-align: right;
    font-size: 14px;
    padding-top: 34px;
    padding-right: 20px;
}
.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}
#content-box{
	position:relative;
	z-index:1;
	will-change:transform;
	background-image: url(../../../images/nafarcie/header-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}
.slideout-open .slideout-menu {
    display: block;
    background: #090e27;
    z-index: 9998;
}
#menu-mobile .user-links li {
    background: #2e3867;
}
#menu-mobile .user-links li:nth-child(even) {
    background: #2e2c5f;
}
.tmb2.quest {
    text-align: right;
    float: right;
}
.notifications.modal-body {
    padding: 0;
}
.no-servers {
    position: absolute;
    margin-top: -40px;
    margin-left: 25px;
}
.ver_sub {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}
.ver_sub li {
    width: 50%;
    float: left;
    font-size: 12px;
}
@media screen and (min-width: 1517px) {
    header .logo {
        margin-left: 176px;
    }
}
@media screen and (max-width: 1516px) {
    .forum .sub-cats .scat > div.lastpost .post .post-line,
    .forum .sub-cats .scat > div.lastpost .post .post-name {
        width: 165px;
    }
	
    header .menu .user-panel .register {
        width: 135px;
    }
    header .menu .user-panel .login {
        width: 115px;
    }
}
@media screen and (max-width: 1365px) {

    header .menu .user-panel .register a,
    header .menu .user-panel .login a {
        font-size: 14px;
    }
    header .menu .user-panel .register {
        width: 120px;
        padding-top: 13px;
        height: 50px;
        margin-top: -11px;
    }
    header .menu .user-panel .login {
        width: 105px;
        margin-top: -11px;
        padding-top: 13px;
        height: 50px;
    }
    header .menu nav a,
    header .menu nav .hdlne {
        font-size: 14px;
        margin-top: 5px;
        padding: 15px 20px;
    }
}
@media screen and (max-width: 1241px) {
    header .menu .user-panel .register a,
    header .menu .user-panel .login a {
        font-size: 13px;
    }
    header .menu .user-panel .register {
        width: 120px;
        padding-top: 15px;
    }
    header .menu .user-panel .login {
        width: 105px;
        padding-top: 15px;
    }
    header .menu nav a,
    header .menu nav .hdlne {
        font-size: 13px;
        margin-top: 4px;
        padding: 13px 16px;
    }
    header .menu nav {
        margin-top: 3px;
    }
}
#bttn {
    position: fixed;
    top: 0;
    background: #0b1959;
    left: 0;
    right: 0;
    z-index: 50000;
    height: 45px;
    padding-top: 7px;
    box-sizing: border-box;
    padding-left: 20px;
    display: none;
}
#bttn button {
    background: #0e0d29;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    padding: 0px 17px;
    box-sizing: border-box;
    height: 32px;
    cursor: pointer;
    outline: 0;
}
.mobile-visible {
    display: none!important;
}
.panel-primary>.panel-heading {
    background: #0187a6;
    background: -moz-linear-gradient(top, #0187a6 0%, #016880 100%);
    background: -webkit-linear-gradient(top, #0187a6 0%, #016880 100%);
    background: linear-gradient(to bottom, #0187a6 0%, #016880 100%);
    border-radius: 3px;
    border-top: 2px solid #0190aa;
    border-right: 2px solid #016a82;
    font-size: 14px;
    padding: 14px 20px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    border-left: 2px solid #01748e;
    border-bottom: 2px solid #015f75;
    box-sizing: border-box;
}
.panel {
    border: 0;
    background: rgba(13, 15, 45, 0.69);
}
.well {
    background: #9c2831;
    border: 0;
}
fieldset {
    border: 0;
    padding: 0;
}
.img-thumbnail {
    background: none;
    border: 0;
}
.img-thumbnail img {
    height: 150px;
    width: 150px;
}
.container-fluid {
    padding: 0;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    background: #060713;
    border: 0;
    border-radius: 3px;
}
.navbar-inverse {
    background: none;
    border: 0;
}
.panel-footer {
    background-color: #060713;
    border-top: 1px solid #01738e;
}
.form-control {
	display: inline-block;
	width: initial;
	margin: 5px 0;
	border-color: black;
	background: #161945;
	color: rgba(255, 255, 255, .87);
}
.col-lg-12 .form-control:first-child {
	width: 100%;	
}
.inline-mobile-visible {
    display: none;
}
.badge {
    margin-left: 8px;
    background: #00657d;
    font-weight: bold;
    padding: 3px 6px;
}
.modal-content {
    background: #051b2e;
}
#notifications_panel .modal-body {
    padding: 0;
}
.smilie-popup {
	float: left;
	width: 50%;
	margin-top: 15px;
	text-align: center;
}
.bor50 {
    border-radius: 50%;
}
.notf-row {
    margin-bottom: 15px;
}
.dropdown-menu a {
    color: #fff;
}
.panel.nobg {
    background: none;
}
.sort {
    margin: 20px 0;
}
input[type=checkbox] {
    border: 0;
    position: relative;
    width: 16px;
    height: 16px;
    outline: 0;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
input[type=checkbox]:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 1px solid #464a7f;
    border-radius: 2px;
}
input[type=checkbox]:before {
    background: #464a7f url(http://i.imgur.com/dR1TM0y.png);
    background-size: 10px 8px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    position: absolute;
    left: 2px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    top: 0px;
    opacity: 1;
    left: 0px;
    border: 1px solid #464a7f;
    border-radius: 2px;
}
.new-thread {
	font-size: 14px;	
}
.user-list-el {
    margin-top: 20px;
    display: inline-block;
    width: 32%;
    margin: 10px auto;
    vertical-align: middle;
}
.user-list-el > .row {
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    border-radius: 3px;
}
.user-list-el > .row:nth-child(1) {
    background: #110d2b;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 10px;
    min-height:100px;
}
.user-list-el > .row img {
    height:60px;
    width:60px;
}
.user-list-el > .row:nth-child(2) {
    background: #015f75;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.user-list {
    margin-top: -30px;
}

.user-list-el 	.col-md-3 {
	padding: 0;	
}

@media screen and (max-width: 702px) {
	header .guest-joinus {
		display: flex;
	}
	header .guest-joinus a {
		margin-left: 0;
		margin-right: 0;
	}
	.alert {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		word-break: break-all;
	}
	
	.scrolltop { display: block; }
	
	.stats-table .row1 { display: none; }
	
	.threads-sorting .form-control,
	.threads-sorting input {
		display: block;
		margin: 5px;
	}
	
	.user-list-el {
		width: 48%;	
	}
	.threads-sorting .pull-right {
		float: none!important;
	}
	.panel-footer .form-control,
	.panel-footer input {
		display: block;
		width: 100%;
	}
	.thread_legend {
		display: flex;
	}
	.thread_legend:first-child {
		margin-top: 15px;	
	}
	.thread_legend:last-child {
		margin-bottom: 15px;	
	}
	.thread_legend dd {
		flex-basis: 50%;
		margin-right: 0!important;
	}
	.forumdisplay-threadlist .forums > div {
		padding-left: 0;
		padding-right: 0;
	}
}
.clickable {
    cursor: pointer
}
.thread-panel {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 5px solid #017e9a;
    margin-bottom: 20px;
}
.thread-panel .avatar {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}
.thread-panel .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.thread-panel .info {
    float: left;
    display: table-cell;
    vertical-align: middle;
    padding-left: 2%;
}
.thread-panel .info h1 {
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    margin-top: 7px;
}
.thread-panel .info h2 {
    margin: 0;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
}
#ua_messages_container {
    color: #000
}
.pagination>li>a {
	background: #283b68;
	color: rgba(255, 255, 255, .87);
	border-color: #000;
}
.forumdisplay-threadlist .pagination {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1170px) {
	section.stats .stats-container .stats-inline > div {
		flex-basis: 45%;
		margin: 10px 0;
	}
}

@media screen and (max-width: 1094px) {
    .servers-board .head > div.gametracker,
    .servers-board .server-box > div.gametracker {
        display: none;
    }
    .servers-board .head > div.ip,
    .servers-board .head > div.name,
    .servers-board .head > div.players,
    .servers-board .head > div.players {
        width: 23.5%;
    }
    .servers-board .server-box > div.mode {
        text-align: center;
    }
    .wrapper {
        width: 98%!important;
		margin-left: auto;
		margin-right: auto;
    }
}
@media screen and (max-width: 912px) {
    header .logo {
        margin: 0;
    }
    .container .forums,
    .container .sidebar,
    .container {
        display: block;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    header .first-section {
        padding-top: 50px;
        box-sizing: border-box;
        height: auto;
    }
    header {
        padding: 0;
        padding-top: 20px;
    }
    header .logo {
        text-align: center;
        float: none;
        margin: 60px 0;
    }
    section.stats .stats-container .stats-inline {
        width: 100%;
        height: auto;
    }
    section.stats .stats-container .icon{
		display: none;
    }
	section.stats .users-online {
		margin-bottom: 0;	
	}
	section.stats {
		margin-bottom: 0;
	}
	footer {
		padding-top: 0;
	}
    .partnerzy {
        display: none;
    }
    .logo {
        margin-bottom: 50px;
    }
    section.stats .stats-container .stats-inline > div {
        border-bottom: 1px solid #0e112e;
        width: 100%;
        text-align: center;
        display: block;
    }
    section.stats .stats-container .stats-inline > div img,
    section.stats .stats-container .stats-inline > div .txt {
        float: none;
        text-align: center;
        display: block;
        margin: auto;
        padding: 0;
    }
    section.stats .stats-container .stats-inline > div img {
        padding-bottom: 12px;
    }
    section.stats .stats-container .stats-inline > div img,
    section.stats .stats-container .stats-inline > div .txt span {
        text-align: center;
    }
    section.stats .stats-container .stats-inline > div:last-child {
        border-bottom: 0;
    }
    footer .info .theme {
        float: none;
        text-align: center;
        padding-top: 20px;
    }
    footer .info .software {
        float: none;
        text-align: center;
        padding-top: 14px;
    }
    footer .footer-container > div.about {
        padding-right: 10%;
    }
    footer .footer-container > div.links {
        padding-left: 2%;
    }
}
@media screen and (min-width: 801px) {
    #menu-mobile {
        display: none;
    }
	.author-info-mobile {
		display: none;	
	}
}
@media screen and (max-width: 800px) {
    #bttn {
        display: block;
    }
    nav#menu-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav#menu-mobile ul > li {
        padding: 13px 18px;
        box-sizing: border-box;
        width: 100%;
        font-weight: bold;
        background: #090e27;
    }
    nav#menu-mobile > ul > li > ul {
        margin-top: 10px;
        display: none;
    }
    nav#menu-mobile span.hdlne {
        cursor: pointer;
    }
    nav#menu-mobile > ul > li > ul > li {
        background: #222a50;
        padding: 10px
    }
    nav#menu-mobile ul li.active {
        background: #222a50;
    }
    nav#menu-mobile ul li.register {
        background: #ce313c;
    }
    nav#menu-mobile ul li.login {
        background: rgb(148, 62, 68);
    }
    header .menu,
    .servers-board .head,
    .forum .sub-cats .scat > div.stats,
    .user-nav {
        display: none;
    }
    .servers-board {
        display: block;
        padding: 10px;
    }
    .servers-board .server-box {
        border-bottom: 1px solid rgba(13, 16, 44, 0.99);
        display: block;
        text-align: center;
        padding: 10px;
    }
    .servers-board .server:last-child {
        border-bottom: 0;
    }
    .servers-board .server-box > div {
        display: block;
        text-align: center;
        width: 0;
        padding: 0;
        margin: 10px;
    }
    .servers-board .server-box > div.players {
        width: 50%;
        margin: auto;
    }
    .navandopt nav {
        width: 100%;
    }
    .forum .sub-cats .scat {
        display: block;
        padding: 24px 14px;
    }
    .forum .sub-cats .scat > div {
        display: block;
        box-sizing: border-box;
    }
    .forum .sub-cats .scat > div.icon {
        float: left;
        padding: 0;
        padding-top: 3px;
        width: 10%;
		display:none;
    }
    .forum .sub-cats .scat > div.main {
        float: left;
        width: 90%;
        margin-bottom: 20px;
    }
	.forum .sub-cats .scat > .lastpost {
		position: relative;
        background: #121431;
        clear: both;
        padding: 10px 19px;
        border-radius: 5px;
    }
	.forum .sub-cats .scat > .lastpost .post{
		position: absolute;
		top: 50%;
		left: 50px;
		transform: translateY(-50%);
    }
    .forum .sub-cats .scat > div.lastpost .post .post-line,
    .forum .sub-cats .scat > div.lastpost .post .post-name {
        width: 176px;
    }
    footer {
        background-image: none;
    }
    footer .footer-container {
        text-align: center;
        display: block;
        width: 100%;
    }
    footer .footer-container > div.about,
    footer .footer-container > div.links,
    footer .footer-container > div.social-media {
        display: block;
        width: 100%;
        padding: 17px 20px;
        box-sizing: border-box;
        background: #191b3d;
        border-radius: 5px;
    }
    footer .footer-container > div.links,
    footer .footer-container > div.social-media {
        margin-top: 30px
    }
    footer .info {
        position: relative;
        margin-top: 15px;
        padding: 10px 0;
    }
    .forum h1.thead {
        background: #96272f;
        background-image: none;
        padding: 28px 30px;
        padding-right: 80px;
        position: relative;
    }
    .forum .toggle {
        position: absolute;
        right: 40px;
        top: 30px;
    }
    .mobile-visible {
        display: block!important;
    }
    .inline-mobile-visible {
        display: inline-block;
    }
    .mobile-hidden {
        display: none!important;
    }
}
		
@media screen and (max-width: 702px) {
	section.stats .stats-container .stats-inline > div {
		flex-basis: 45%;	
	}
	.forumdisplay-threadlist .pagination {
		position: static;
		padding: 0;
		margin: 0;
		transform: scale(.8);
	}
	.thread-tools .pull-right {
		float: none!important;
	}
	.thread-tools .btn {
		display: block;
		width: 100%;
		margin: 0;
	}
	.thread-tools.pull-right .dropdown-menu {
		right: auto;
	}
}

@media screen and (min-width: 702px) {
	.forum .sub-cats .scat > div.lastpost {
		display: flex;
	}
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #1a1a1a;
}
::-webkit-scrollbar {
	width: 12px;
	background-color: #1a1a1a;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #00819e;
}

.row { margin: 0; }
.no-h-padding { padding-left: 0!important; padding-right: 0!important; }
.padding-0 { padding: 0!important; }

.ogloszenianew{
	font-size: 15px;
    background: rgb(22, 25, 69);
    border-radius: 3px;
    padding-block-end: 10px;
    padding-block-start: 10px;
    margin-bottom: 15px;
    border-left: 10px solid #8d1424;
	border-right: 10px solid #8d1424;
}

@media screen and (max-width: 800px) {
	.stats-table .fast-links .sltg > div{
		display: none;
	}
}
