@keyframes bounce {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, -30px, 0);
		        transform: translate3d(0, -30px, 0);
	}
}

@-webkit-keyframes bounce {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0);
	}
}

@keyframes bounceRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(10px, 0, 0);
		        transform: translate3d(10px, 0, 0);
	}
}

@-webkit-keyframes bounceRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

body {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 13px;
	background: #0a091e;
	background-position: center top;
	overflow-x: hidden;
}

a {
	font-weight: 400;
	color: #827f7f;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out
}

a:hover {
	color: #fff
}

.center {
	text-align: center;
}

.wrapper {
	max-width: 1360px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 50px;
	margin: 0px auto;
}

.statsboard__big-container .wrapper {
	padding: 0 10px;
}

.clear {
	clear: both
}

.wrapper img:not(.not-height-auto):not(.header-site__logo-img):not(.footer-site__logo) {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.theme__color {
	color: #e15b36
}

.header-site {
	position: relative;
}

.header-site:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -2;
	background: url(../../../images/nightskill/fullHeader.png) top center no-repeat;
	height: 720px;
	content: '';
}

.header-site__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.header-site__welcome-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 14px;
}

.icon {
	margin-right: 10px;
}

.icon--welcome {
	width: 35px;
	height: 32px;
	background: url(../../../images/nightskill/left_top.png) no-repeat;
}

.header-site__top {
	height: 116px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
	position: relative;
}

.header-site__middle {
	height: 340px;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.header-site__search {
	border-radius: 25px;
	margin-left: 40px;
	background: #27232f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 170px;
	flex: 0 1 170px;
	-webkit-transition: 0.3s ease-in-out background;
	-o-transition: 0.3s ease-in-out background;
	transition: 0.3s ease-in-out background;
}

.header-site__search:hover {
	background: #2f2b35;
}

.header-site__search.input-focused {
	background: #3c3742;
}

.header-site__search i {
	padding: 10px;
	cursor: pointer;
	color: #0057ff;
}

.header-site__search .header-site__input {
	border: 0;
	color: #fff;
	font-size: 13px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: none;
	padding: 15px 20px;
	border-radius: 0;
}

.header-site__search .header-site__input:focus {
	border: 0;
}

.header-site__search .header-site__input:hover {}

.header-site__menu {
	margin-left: 60px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.header-site__logo {}

.header-site__logo img {
	width: auto;
	max-width: 100%;
}

.header-site__logo-img {
	-webkit-transition: 0.6s ease-in-out opacity;
	-o-transition: 0.6s ease-in-out opacity;
	transition: 0.6s ease-in-out opacity;
}

.header-site__logo-img:hover {
	opacity: 0.6
}

.header-site__bottom {
	height: 130px;
}

.header-site__bottom .header-site__container {}

.site-menu {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-menu__item {
	margin-right: 50px;
	position: relative;
	overflow: hidden;
	min-width: 70px;
}

a.site-menu__link {
	display: block;
	-webkit-transition: 0.4s ease-in-out all;
	-o-transition: 0.4s ease-in-out all;
	transition: 0.4s ease-in-out all;
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 116px;
	position: relative;
}

a.site-menu__link:before {
	content: '';
	left: 50%;
	position: absolute;
	background: #a11233;
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	border-radius: 20px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	height: 20px;
	width: 30px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.site-menu__item--active .site-menu__link:before,
a.site-menu__link:hover:before {
	opacity: 0.9;
}

.site-menu:hover .site-menu__item--active .site-menu__link:not(:hover):before {
	opacity: 0;
}

.site-menu__link--dropdown {
	cursor: pointer;
	position: relative;
}

.userbar {
	margin-left: auto;
	height: auto;
}

.userbar .dropdown {
	top: 46px;
	right: -3px;
}

.userbar__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.userbar__item,
.imp-menu__item {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.userbar__item--ddm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.imp-menu__item {
	margin-left: 35px;
	padding: 0;
}

.userbar__link,
a.userbar__link,
.imp-menu__link,
a.imp-menu__link {
	color: #fff;
	-webkit-transition: 0.5s ease-in-out color;
	-o-transition: 0.5s ease-in-out color;
	transition: 0.5s ease-in-out color;
}

.userbar__link b {
	font-weight: 500;
}

.imp-menu__link {
	padding-top: 0
}

button,
input.button,
a.button:link,
a.button:hover,
a.button:visited,
a.button:active .theme-button,
a.userbar__link--register,
.anns__share,
.ucp-menu>ul>li>a,
.ucp-menu>ul>li>span {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.3px;
	background: none;
	font-size: 14px;
	color: #FFF;
	padding: 11px 17px;
	font-weight: 600;
	margin-left: 5px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	border: 0;
	outline: 0;
	display: inline-block;
	border-radius: 30px;
	background-image: -moz-linear-gradient( 0deg, rgb(254,119,25) 0%, rgb(189,38,193) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(254,119,25) 0%, rgb(189,38,193) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(254,119,25) 0%, rgb(189,38,193) 100%);
}

a.userbar__link--register {
	margin-left: 25px;
	padding: 13px 20px;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover {
	background: #17163a;
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover,
.theme-button:hover,
.userbar__link--register:hover,
.anns__share:hover,
.ucp-menu>ul>li>a:hover,
.ucp-menu>ul>li>span:hover {
	opacity: 0.7;
}

.imp-menu__link--pms {
	position: relative
}

.imp-menu__link i {
	line-height: 31px
}

.userbar__link:hover,
.imp-menu__link:hover {
	color: #d73f5a;
}

.userbar__link--register:hover {
	color: #fff
}

.userbar__link--pointer {
	cursor: pointer
}

.userbar__link--username {
	cursor: pointer;
	margin-left: 13px;
	font-weight: bold;
}

.userbar__avatar {
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

.imp-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 40px;
}

.pms-value {
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #f73e3e;
	color: #fff;
	display: block;
	height: 13px;
	padding: 1px 4px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	border-radius: 4px
}

header .control-panel nav>ul.user-panel>li .pms-value.value-0 {
	display: none
}

.pms-value:before {
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	content: '\f0d8';
	position: absolute;
	color: #f73e3e;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pms-value.value-0 {
	display: none
}

.container-bar {
	position: relative
}

.container-bar:before {
	position: absolute;
	height: 387px;
	top: 0;
	left: 0;
	right: 0;
	background: url(../../../images/escape/header.png) no-repeat;
	background-position: center top;
	content: '';
	z-index: -1
}

.table--sc {
	display: table;
	width: 100%;
	height: 387px
}

.small-container {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.small-container--logo {
	width: 40%
}

.small-container--menu {
	width: 70%;
	text-align: right
}

.small-container--servers {
	padding-right: 50px
}

.small-container--anns {
	width: 483px
}

.small-container__headline {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 0 4px #000;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	font-family: "Exo", sans-serif
}

.small-container__headline .icon--theme {
	margin-right: 10px
}

.feed {
	height: 345px;
	background: url(../../../images/nightskill/bgSlider.png) top center no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.feed__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.feed__partners {
	width: 30%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.feed__news {
	width: 35%;
	margin-right: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 500px;
}

.ann-slider {
	color: #fff;
	height: 300px;
}

.ann-slider__title {
	font-size: 31px;
	font-weight: bold;
}

.ann-slider__description {
	line-height: 26px;
	font-size: 20px;
	font-weight: 200;
	margin-top: 5px;
}

.ann-slider__item {
	position: relative;
	height: 300px;
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a.ann-slider__button {
	float: right;
	-webkit-transition: 0.3s ease-in-out opacity;
	-o-transition: 0.3s ease-in-out opacity;
	transition: 0.3s ease-in-out opacity;
	margin-bottom: -100px;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

a.ann-slider__button:hover {
	opacity: 0.7;
}

.ann-slider__pager {
	position: absolute;
	bottom: 0;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ann-slider__pager .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ann-slider__pager .slick-dots button {
	font-size: 0;
	height: 10px;
	width: 45px;
	background: none;
	border-radius: 15px;
	padding: 0;
	margin-right: 15px;
	background: transparent;
	border: 2px solid #606369;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ann-slider__pager .slick-active button {
	background: #0057ff;
	border: 2px solid #0057ff;
}

.ann-slider__page {
	background: rgba(38, 37, 40, 0.7);
	padding: 10px 12px;
	margin-right: 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: .5s ease-in-out background;
	-o-transition: .5s ease-in-out background;
	transition: .5s ease-in-out background;
}

.ann-slider__page:hover {
	background: rgba(0, 0, 0, 0.6);
}

.ann-slider .slick-slide>div {
	padding: 20px 0;
}

.nav {
	font-size: 12px;
	margin-top: 30px;
}

.nav .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.nav__user-links {
	margin: 0;
	padding: 0;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	list-style: none;
}

.nav__user-link {
	margin-left: 15px;
}

.nav__user-link a {
	background: #161629;
	padding: 12px 17px;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: block;
	padding-left: 47px;
	-webkit-transition: .3s ease-in-out opacity;
	-o-transition: .3s ease-in-out opacity;
	transition: .3s ease-in-out opacity;
	border-left: 1px solid #393949;
	border-right: 1px solid #393949;
}

.nav__user-link i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 38px;
	background: #393949;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 15px;
	font-size: 15px;
}

.nav__user-link a:hover {
	opacity: 0.7;
}

.nav__site-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.nav__item {
	background: #161629;
	padding: 12px 17px;
	border-radius: 30px;
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out opacity;
	-o-transition: .3s ease-in-out opacity;
	transition: .3s ease-in-out opacity;
	margin-right: 8px;
	font-size: 13px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 160px;
	white-space: nowrap;
	margin-bottom: 10px;
	border-right: 1px solid #393949;
	border-left: 1px solid #393949;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.nav__item:first-child {
	padding-left: 50px;
	-webkit-transition: .3s ease-in-out all;
	-o-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}

.nav__item:first-child:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 38px;
	background: #393949;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 15px;
	font-size: 15px;
	content: '\f015';
	font-family: Font Awesome\ 5 Free;
	font-size: 11px;
	margin-right: 8px;
	color: #fff;
	font-weight: 900;
}

.nav__item:first-child {
	margin-left: 0
}

.nav__item--active {
	color: #a79898;
	font-weight: 600;
}

.nav__link,
a.nav__link {
	color: #fff;
	font-weight: 500;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.nav__item--active.nav__link,
.nav__item--active a.nav__link {
	color: #fff;
}

.nav__link:hover,
a.nav__link:hover {
	color: #fff;
	opacity: 0.7;
}

.nav__item--active:after {
	display: none
}

.nav__item:hover:before {
	border-left-color: #c1b4a9
}

.partners {}

.partners__container {
	width: 60%;
}

.partners__container .slick-slide {
	text-align: left;
}

.partners__container .slick-slide img {
	display: inline-block
}

.partners__nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.partners__nav .slick-dots {
	list-style: none;
}

.partners__nav .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	margin-top: 10px;
	background: #85848f;
	opacity: 0.35;
	-webkit-transition: 0.3s ease-in-out opacity;
	-o-transition: 0.3s ease-in-out opacity;
	transition: 0.3s ease-in-out opacity;
}

.partners__nav .slick-dots li button:hover {
	opacity: 0.5;
}

.partners__nav .slick-dots li.slick-active button {
	opacity: 1;
}

.icon--theme,
.sidebar .stable .headline i,
.server-container>div.ip:before,
.server-container>div.players-container .players:before,
.categories .category>.headline a:before {
	color: #ce3035;
	background: -webkit-linear-gradient(60deg, #ce3035, #e17137);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 17px rgba(225, 113, 55, 0.42);
	font-size: 16px
}

main {
	margin-top: 50px;
}

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,
.tborder {
	margin-top: 50px;
}

.tborder {
	margin-top: 0;
}

.cont .category:first-child,
.categories,
.stable:first-child {
	margin-top: 0px
}

.category,
.stable,
.thread-table,
.tborder {}

.categories .category {
	position: relative
}

.categories .category>.headline,
.thread-table .headline,
.stable>.headline,
.thead {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	padding: 0 20px;
	font-weight: bold;
	position: relative;
	height: 80px;
	color: #FFF;
	letter-spacing: .5px;
	padding-left: 90px;
	padding-right: 150px;
}

.index .categories .category>.headline {
	padding-left: 50px;
}

.categories .category>.headline:before,
.thread-table .headline:before,
.stable>.headline:before,
.thead:before {
	content: '';
	background: url(../../../images/nightskill/thead-s.png) no-repeat left / 100% 100%;
	position: absolute;
	left: -100px;
	top: -90px;
	height: 272px;
	right: 0;
	z-index: -1;
}

.categories .category>.headline,
.thread-table .headline,
.stable>.headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.statsboard .stable:not(:first-child) {
	margin-top: 45px;
}

.statsboard .stable>.headline {
	text-transform: none;
	padding: 0;
	height: auto;
	background: none;
}

.statsboard .stable>.headline:before {
	display: none;
}

.statsboard .stable .container {
	margin: 20px 0 0 0;
	width: 70%;
	padding: 0;
}

.statsboard .stable .row {
	padding: 0;
	line-height: 1.5;
	background: none;
	bordeR: 0;
	max-height: 100px;
	overflow: auto;
	padding-right: 15px;
	border-radius: 4px;
	color: #848389;
}

.statsboard .stable .row a {
	display: inline-block;
}

.thead {
	vertical-align: middle;
}

td.thead {
	padding: 0 30px;
}

tr.thead td {
	padding: 0 30px;
}

.thread-table .headline {}

.thread-table .headline .left,
.stable>.headline .left,
.categories .category>.headline .left {}

.categories .category>.headline .left,
.stable .headline>.left {}

.stable .headline>.left .icon--theme {
	margin-right: 13px
}

.categories .category>.headline .description {
	font-weight: normal;
	font-size: 12px;
	display: none
}

.thread-table .headline a,
.stable>.headline a,
.categories .category>.headline a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

.thread-table .headline a:hover,
.stable>.headline a:hover,
.categories .category>.headline a:hover,
.stable>.headline .right a:hover,
header .control-panel nav>ul.user-panel li.login span:hover {
	color: #d4cdc7
}

.stable>.headline .right a {
	color: #fff;
	display: inline-block
}

.categories .category>.headline .close {
	margin-left: auto;
	display: none;
}

.categories .category>.headline .close img {
	margin-right: -5px;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	-webkit-transition: 0.3s ease-in-out transform, opacity;
	-o-transition: 0.3s ease-in-out transform, opacity;
	transition: 0.3s ease-in-out transform, opacity;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	padding: 15px 20px;
}

.categories .category>.headline .close img:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;
}

.stable>.container,
.thread-table>.container,
.categories .category .forums {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 30px;
	padding: 0 30px;
}

.index .categories .category .forums {
	padding-right: 20px;
	margin-top: 20px;
}

.stable .row,
.categories .category .forums .forum,
.thread-table .row,
.trow1,
.trow2 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 25px;
}

.categories .category .forums .forum {
	margin-top: 10px;
}

.stable .row:first-child,
.categories .category .forums .forum:first-child,
.thread-table .post-container:first-child,
.thread-table .row:first-child,
.trow1,
.trow2 {
	margin-top: 0;
}

.categories .category .forums .forum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 15px 20px;
}

.categories .category .forums .forum:before {
	background: url(../../.././images/nightskill/bg_forums.png) no-repeat bottom left;
	background-size: 100% auto;
	bottom: -31%;
	left: 0;
	right: 0;
	height: 174px;
	content: '';
	position: absolute;
	max-width: 1012px;
}

.categories .category .forums .forum:last-child:before {
	display: none;
}

.categories .category .forums .forum>div {
	z-index: 1;
	position: relative;
}

.categories .category .forums .forum>div.forum-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 19px;
	font-size: 13px;
	margin-left: 20px;
}

.categories .category .forums .forum>div.forum-stats {
	width: 20%;
	padding-right: 40px;
	padding-left: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.categories .category .forums .forum>div.forum-stats .posts-container .item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	position: relative;
}

.categories .category .forums .forum>div.forum-stats .posts-container .item:before {
	content: '';
	left: 50%;
	position: absolute;
	background: #634aa6;
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	border-radius: 17px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	height: 20px;
	width: 39px;
	z-index: -1;
	opacity: 0.3;
	-webkit-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.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: 12px;
	line-height: 15px;
}

.categories .category .forums .forum>div.forum-stats .posts-container .item .title {
	text-align: center;
	font-size: 13px;
	text-transform: lowercase;
	text-align: right;
	margin-top: 1px;
}

.categories .category .forums .forum>div.forum-stats .posts-container .item .number {
	font-weight: bold;
	font-size: 14px;
}

.categories .category .forums .forum>div.lthr {
	-ms-flex-preferred-size: 26%;
	flex-basis: 26%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	min-height: 110px;
}

.categories .category .forums .forum>div.lthr:not(.center):before {
	position: absolute;
	left: -50px;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	background: url(../../../images/nightskill/last-post.png) center left no-repeat;
	background-size: 100% 100%;
	max-width: 284px;
}

.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;
	font-size: 14px;
	color: #797880;
}

.categories .category .forums .forum>div.lthr .avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
}

.categories .category .forums .forum>div.lthr .avatar img {
	padding: 0;
	margin: 0;
	height: 35px;
	width: 35px;
	border-radius: 50%;
}

.categories .category .forums .forum>div.lthr .info {
	font-size: 12px;
	line-height: 17px;
	padding: 10px 10px;
	border-radius: 3px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.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: #797880;
	font-size: 12px;
	max-width: 147px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.categories .category .forums .forum>div.lthr .info .date {
	font-size: 12px;
}

.categories .category .forums .forum>div.lthr .info .title {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	color: #fff;
}

.categories .category .forums .forum>div.forum-info .forum-name a,
.side-row__title a {
	color: #fff;
	font-weight: 600;
}

.side-row__title a {
	font-size: 14px;
}

.categories .category .forums .forum>div.forum-info .forum-name a {
	font-size: 15px;
}

.categories .category .forums .forum>div.forum-info .forum-name a:hover,
.categories .category .forums .forum>div.lthr .info .title a:hover,
.side-row__title a:hover,
.categories .category .forums .forum>div.lthr .info .title a:hover,
.categories .category .forums .forum>div.lthr .info .title:hover,
.categories .category .forums .forum>div.forum-info .sub-forums ul li a:hover {
	color: #d73f5a;
}

.categories .category .forums .forum>div.lthr .info .title a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.categories .category .forums .forum>div.forum-info .forum-description {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 10px;
	font-weight: normal;
	color: #797880;
}

.categories .category .forums .forum>div.forum-info .forum-description img {
	max-width: 100%
}

.categories .category .forums .forum>div.forum-info .sub-forums {
	font-size: 11px;
	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 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.categories .category .forums .forum>div.forum-info .sub-forums ul li a {
	font-weight: 600;
	color: #fff;
	font-size: 13px;
}

.categories .category .forums .forum>div.forum-info .sub-forums ul li:first-child:before {
	content: "\f30b";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	color: #382f82;
	font-size: 15px;
	padding-right: 10px;
}

.categories .category .forums .forum>div.forum-info .sub-forums ul li:not(:last-child):after {
	content: ',';
	color: #fff;
	padding-right: 5px;
}

.subforumicon {
	display: none;
}

.categories .category .forums .forum>div.status {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-align: center;
}

.categories .category .forums .forum>div.status .forum_status {
	text-align: center
}

.categories .category .forums .forum>div.status .icon {
	height: 19px;
	width: 22px;
	display: inline-block;
	float: left
}

main .top .sidebar {
	display: table-cell;
	width: 365px;
	max-width: 365px;
	padding-left: 30px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

main .top .sidebar .thead:before,
main .top .sidebar .thead .expcolimage {
	display: none
}

main .top .sidebar .side-table:not(:first-child) {
	margin-top: 30px
}

.side-table {
	border-radius: 4px;
}

main .top .sidebar .side-table .headline,
main .top .sidebar .thead {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 15px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	position: relative;
	padding: 0 30px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	letter-spacing: .5px;
	position: relative;
}

main .top .sidebar .side-table .headline:before,
main .top .sidebar .thead:before {
	content: '';
	background: url(../../../images/nightskill/bg_widget.png) no-repeat left / 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

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;
	display: inline-block;
	font-size: 13px;
	margin-right: 8px;
}

main .top .sidebar .side-table .list {
	padding: 16px 15px;
	background: #0e0d22;
	border-radius: 0 0 15px 15px;
	margin: 0 10px;
}

main .top .sidebar .side-table .list:empty {
	padding: 0;
}

.side-row {
	background: #14122d;
	padding: 15px 20px;
	line-height: 1.4;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	margin-top: 5px;
	border-radius: 3px;
	color: #797880;
}

.side-row:first-child {
	margin-top: 0;
}

.side-row__avatar {
	width: 35px;
}

.side-row__avatar img {
	width: 30px;
	height: 30px;
	float: none;
	margin-right: 0px;
	border-radius: 50%;
}

.side-row__container {
	margin-left: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	line-height: 1.3;
	padding: 0px 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 0;
}

.side-row__title {
	width: 100%;
}

.side-row__next-small {
	font-size: 12px;
	color: #797880;
}

.side-row__author {
	font-size: 13px;
}

.side-row__date {
	font-size: 13px;
}

.side-row--stat {
	padding: 10px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.side-row__result {
	background: #d73f5a;
	color: #fff;
	font-weight: 500;
	padding: 5px 12px;
	border-radius: 3px;
	position: relative;
	margin-left: auto;
}

.side-row__smaller {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.statsboard {
	min-height: 480px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.statsboard__row:not(:last-child) {
	padding-bottom: 50px;
}

.statsboard__row:last-child {
	padding-bottom: 0
}

.statsboard__row-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.statsboard .statsboard__title {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 24px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-right: 20px;
}

.statsboard__description i {
	margin-left: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#fa7223), to(#c32eaf));
	background: -o-linear-gradient(left, #fa7223, #c32eaf);
	background: linear-gradient(to right, #fa7223, #c32eaf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.statsboard__description i:hover {
	opacity: 0.7;
}

.statsboard__row-title a:not(.inline-media__item):hover {
	color: #f0ebeb;
}

.statsboard__big-container {
	margin-bottom: 130px;
}

.statsboard__row-container {
	padding-top: 50px;
	font-size: 14px;
	color: #fff;
}

.statsboard__line {
	padding: 25px 0;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 0;
	border-radius: 4px;
}

.statsboard__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	position: relative;
}

.statsboard__item:before {
	position: absolute;
	right: -64px;
	top: 0;
	bottom: 0;
	content: '';
	width: 128px;
	background: url(../../.././images/nightskill/separator2.png) no-repeat left;
	z-index: -1;
}

.statsboard__item--users {}

.statsboard__item--newest {}

.statsboard__item--newest .statsboard__value a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	max-width: 170px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
}

.statsboard__item--newest:before {
	display: none;
}

.statsboard__item-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 40px;
}

.statsboard__icon,
.statsboard__avatar {
	width: 100px;
	height: 108px;
	background: url(../../.././images/nightskill/mini.png) no-repeat center;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.statsboard__icon--post {
	background-image: url(../../.././images/nightskill/miniStatsItem-1.png);
}

.statsboard__icon--user {
	background-image: url(../../.././images/nightskill/miniStatsItem-3.png);
}

.statsboard__icon:before {
	font-family: Font Awesome\ 5 Free;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.statsboard__icon--post:before {
	content: "\f086";
}

.statsboard__icon--thread:before {
	content: "\f27a"
}

.statsboard__icon--user:before {
	content: "\f0c0";
	padding-lefT: 8px;
}

.statsboard__text {
	display: inline-block;
	vertical-align: middle;
}

.statsboard__value {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}

.statsboard__title {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #fff;
	text-transform: lowercase;
	font-weight: 200;
	letter-spacing: 0.5px;
}

.statsboard__description {
	color: #848389;
	font-size: 13px;
	margin-right: 20px;
	text-transform: lowercase;
	font-weight: normal;
	margin-left: 10px;
}

.statsboard__avatar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.statsboard__avatar img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

.about-site {
	margin-top: 70px
}

.about-site .wrapper {
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.about-site__container--description {
	width: 55%;
	display: table-cell;
	line-height: 20px;
	vertical-align: middle
}

.about-site__container--sm {
	width: 45%;
	display: table-cell;
	vertical-align: middle;
	text-align: right
}

.about-site__headline {
	font-weight: bolder;
	font-family: "Exo", sans-serif;
	font-size: 14px
}

.about-site__container--description .about-site__headline {
	color: #eca419;
	text-shadow: 0 0 20px #e16211
}

.about-site__container--sm .about-site__headline {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	text-transform: uppercase
}

.about-site__text {
	font-size: 12px;
	font-weight: normal;
	margin-top: 35px
}

.inline-media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.inline-media__item,
a.inline-media__item {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	padding-top: 8px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
}

.inline-media__item--fb {
	background: rgb(61, 89, 155)
}

.inline-media__item--tw {
	background: rgb(0, 171, 238)
}

.inline-media__item--gp {
	background: rgb(220, 66, 43)
}

.inline-media__item--st {
	background: rgb(34, 34, 34)
}

.inline-media__item--yt {
	background: rgb(255, 2, 30)
}

.inline-media__item:last-child {
	margin-right: 0px
}

.inline-media__item:hover {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 10;
	color: #fff
}

.footer-site {
	margin-top: 30px;
	position: relative;
}

.footer-site:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -3;
	content: '';
	height: 791px;
	background: url(../../../images/nightskill/bgFooter.png) no-repeat center bottom;
}

.footer-site__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	height: 450px;
	width: 70%;
	margin-top: 150px;
	padding: 100px 0 0 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.index .footer-site__top {
	display: none;
}

.footer-site__box--left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 60%;
	    -ms-flex: 60% 0 0px;
	        flex: 60% 0 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.footer-site__box--middle {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 30%;
	        flex: 0 1 30%;
	margin-left: 10%;
	text-align: left;
}

.footer-site__box--right {
	width: 17%;
}

.footer-site__box-inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-site__box .site-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-site__box .site-menu__item {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	display: block;
}

.footer-site__box .site-menu__icon {
	display: none;
}

.footer-site__box .site-menu__item:before {
	display: none;
}

.footer-site__box .site-menu__link,
.footer-site__box a.site-menu__link {
	font-weight: 500;
	color: #fff;
	font-weight: 600;
	line-height: 2;
	position: relative;
	height: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-site__box .site-menu__link:hover,
.footer-site__box a.site-menu__link:hover,
.footer-site__box .site-menu:not(:hover) .site-menu__item--active a.site-menu__link {
	color: #d73f5a;
}

.footer-site__box .site-menu__link:before {
	content: '\f30b';
	font-family: Font Awesome\ 5 Free;
	position: static;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
	-webkit-filter: none;
	        filter: none;
	background: none;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	opacity: 1;
	margin-right: 20px;
	font-size: 15px;
	color: #d73f5a;
	-webkit-animation-name: bounceRight;
	-webkit-animation-duration: 1s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
	-webkit-animation-iteration-count: infinite;
}

.footer-site__logo {
	height: 200px;
}

.footer-site__about-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	height: auto;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	color: #9797a2;
	text-align: left;
}

.footer-site__title {
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	letter-spacing: .5px;
	margin-bottom: 40px;
}

.footer-site__title:after {
	content: '';
	left: -5px;
	right: -5px;
	height: 26px;
	top: 0;
	position: absolute;
	background: #634aa6;
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	border-radius: 17px;
	z-index: -1;
	opacity: 0.3;
	-webkit-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.footer-site__title:before {
	content: '';
	background: #ffd600;
	width: 50%;
	height: 6px;
	border-radius: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.footer-site__box-inide--about {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
}
.footer-site__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0;
}
.footer-site__left {
	margin-right: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.footer-site__block {
	text-transform: none;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.3px;
}
a.footer-site__link {
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.3px;
}
.footer-site__link--color,
a.footer-site__link--color {
	color: #d73f5a;
}
a.footer-site__link:hover {
	color: #a7a5af;
}
.footer-site__link--color:hover,
a.footer-site__link--color:hover {
	color: #a2263c;
}
.footer-site__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	color: #fff;
	flex: 0 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 21px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out opacity;
	-o-transition: 0.3s ease-in-out opacity;
	transition: 0.3s ease-in-out opacity;
}
.footer-site__button img {
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
	-webkit-animation-iteration-count: infinite;
}
.footer-site__button:hover {
	opacity: 0.7;
}
.footer-site__list {
	margin-left: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: none;
}
.footer-site__list-item {
	margin-left: 30px;
	font-size: 13px;
	-webkit-transition: 0.3s ease-in-out color;
	-o-transition: 0.3s ease-in-out color;
	transition: 0.3s ease-in-out color;
	font-weight: 600;
	letter-spacing: 0.3px;
}
.footer-site__list-item .selectize__open {
	-webkit-transition: 0.3s ease-in-out color;
	-o-transition: 0.3s ease-in-out color;
	transition: 0.3s ease-in-out color;
}
.footer-site__list-item a {
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #fff;
}
.footer-site__list-item:first-child {
	margin-left: 0;
}
.footer-site__list-item .selectize__open:hover,
.footer-site__list-item>a:hover {
	color: #a7a5af;
}
.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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	max-height: 100vh;
}
.login-box {
	text-align: left;
	width: 550px;
	max-width: 100%;
	z-index: 100000;
	background: #0a091e;
}
.login-box .head {
	background: #f76e2c;
	padding: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
.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: 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: 0.4s ease-in-out background;
	-o-transition: 0.4s ease-in-out background;
	transition: 0.4s ease-in-out background;
	background: #0e0d28;
	color: #fff;
	border: 0;
	outline: 0;
}
.login-box form input:not([type=checkbox]):focus {
	background: #1a1840;
}
.login-box form label {
	margin-top: 20px;
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.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 {
	font-size: 12px;
}
.login-box form button {
	margin: 10px 0 0 0
}
.stable .headline .right,
.thread-table .headline .thread_mode {
	margin-left: auto;
	float: none;
}
.rows-container {
	padding: 0
}
.stable .rows-container .row:first-child {
	padding-top: 20px;
}
.stable .row {
	width: 100%;
}
.stable .row,
.trow1,
.trow2 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 13px;
	padding: 20px 20px;
	word-break: break-word;
	border-bottom: 1px solid #151230;
}
.stable .row:empty {
	padding: 0;
}
.tcat,
.tfoot,
.stable .row.sticky,
.stable .row.normal,
.stable .row.toch {
	padding: 15px 25px;
	text-transform: uppercase;
	font-size: 11px;
	background: rgba(21, 18, 48, 0.1);
}
tr.tcat td {
	padding: 10px 25px;
}
.tcat a,
.tfoot a,
.stable .row.sticky a,
.stable .row.normal a,
.stable .row.toch a {
	color: #ffd600
}
.tcat:not(:last-child) {
	border-right: 1px solid #070707
}
.stable .row .title {
	display: inline-block;
	font-weight: bold;
	font-size: 12px
}
.stable .row .title i {
	margin-right: 5px
}
.stable .row .value {
	display: inline-block;
	color: #848389;
	font-size: 11pt;
}
.stable .row>.title {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.stable .row>.title i {
	margin-right: 5px
}
.stable .row .value {
	display: inline-block;
	color: #848389;
	font-size: 14px;
	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;
	color: #848389;
}
.row.thread>div.stats .views:not(span) {
	font-size: 13px;
	vertical-align: middle;
	color: #848389;
	font-weight: 600;
}
.row.thread>div.stats .views span {
	font-weight: normal;
}
.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%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-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: 13px;
	line-height: 20px;
	color: #848389;
}
.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 .smalltext,
.row.thread .thread-info .info .thread-name .smalltext a {
	color: #757575;
	font-size: 11px
}
.row.thread .thread-info .info .thread-name .smalltext a {
	font-weight: bold
}
.row.thread .thread-info .info .thread-name a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.row.thread .thread-info .info .thread-name a img {
	vertical-align: middle
}
.row.thread .thread-info .info a,
.row.thread>div.stats a {
	font-size: 13px;
	color: #848389;
	font-weight: 600;
}
.row.avatar img {
	max-width: unset;
	max-height: unset
}
.dropdown-icon:after {
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	content: '\f0d7';
	margin-left: 5px;
	font-weight: 900
}
.dropdown-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999
}
.dropdown-link {
	cursor: pointer
}
.dropdown {
	display: none;
	position: absolute;
	top: 30px;
	color: #fff;
	text-align: left;
	border-radius: 3px;
	z-index: 9999999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 10px;
	width: 170px;
	background: #14122d;
	list-style: none;
	padding: 0px;
	margin: 0px;
	webkit-box-shadow: 0px 5px 10px rgba(21, 21, 21, 0.56);
	-webkit-box-shadow: 0px 5px 10px rgba(21, 21, 21, 0.56);
	box-shadow: 0px 5px 10px rgba(21, 21, 21, 0.56);
}
.dropdown.on-right {
	right: 0;
	left: auto
}
.dropdown.on-right:before {
	float: right;
	margin-right: 5px
}
.dropdown:before {
	content: '\f0d8';
	margin-top: -18px;
	margin-left: 5px;
	font-size: 17pt;
	font-family: Font Awesome\ 5 Free;
	color: #14122d;
	font-weight: bold;
	display: inline-block;
	text-shadow: none;
}
.dropdown>li,
.dropdown__item {
	margin: 0;
	padding: 0;
	display: block
}
.dropdown>li>a,
.dropdown__link,
a.dropdown__link {
	padding: 12px 20px;
	font-size: 12px;
	border-bottom: 1px solid #222044;
	-webkit-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	color: #fff;
	display: block;
}
.dropdown>li a i,
.dropdown__link i {
	margin-right: 5px
}
.dropdown>li a:hover,
.dropdown__link:hover,
a.dropdown__link:hover {
	background: #0e0d22;
	color: #d73f5a;
}
.dropdown>li:last-child a,
.dropdown__item:last-child {
	border: none
}
ul.dropdown--on-right {
	width: 200px;
	left: unset;
	right: 0;
	top: 30px
}
ul.userbar__dropdown {
	top: 40px
}
ul.dropdown--on-right:before {
	margin-right: 3px;
	float: right
}
.dropdown-menu {
	display: none;
}
.ucp-menu {
	margin-bottom: 50px;
}
.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 {
	display: block;
	margin: 0;
	padding: 0;
}
.ucp-menu>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.ucp-menu>ul>li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 19%;
	flex: 0 1 19%;
	margin: 0;
	padding: 0;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.ucp-menu>ul>li>a,
.ucp-menu>ul>li>span {
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #d73f5a;
}
.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
}
.tb-container .right {
	float: right;
	text-align: right
}
.thread-table {
	position: relative
}
.stable .row .options>label {
	background: #0e0d28;
	padding: 9px 12px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	text-transform: unset;
	width: 100%;
	font-weight: 500;
	margin: 3px 0;
	font-size: 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.thread-table .row {}
.thread-table .row,
.stable .row .options>label strong {
	font-weight: normal;
}
.stable .row .options>label input {
	display: inline-block;
	vertical-align: middle
}
.row .options {
	float: right;
	width: 18%
}
.row .textarea-c {
	float: left;
	width: 80%;
	max-width: 100%
}
.stable .row textarea {
	width: 100%;
	padding: 20px 15px
}
.stable .row textarea {
	min-height: 152px
}
.row:last-child {}
.thread-table .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #151230;
}
.thread-table .row .left,
.thread-table .row .float_left {
	margin-right: auto;
}
.thread-table .row .right,
.thread-table .row .float_right {
	margin-left: auto;
}
.thread-table .row .left a,
.thread-table .row .right a {
	text-transform: unset;
	font-weight: 500;
}
.thread-table .row .left a,
.thread-table .row .right a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.thread-table .row .left a i {
	margin-right: 10px;
}
.thread-table .row .right a i {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 10px;
}
.thread-table .post-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	overflow: unset;
}
.thread-table .post-container:first-of-type {
	margin-top: 0;
}
.thread-table .post-container .author-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 19%;
	flex: 0 1 19%;
	padding: 40px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	line-height: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.thread-table .post-container .author-info .username {
	font-size: 14px
}
.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: 12px;
	color: #9797a2;
}
.thread-table .post-container .post-info {
	padding: 40px 25px;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0;
}
.thread-table .post-container .post-info .post_head {
	width: 100%;
}
.thread-table .post-container .post-info .post_head a {}
.thread-table .post-container .post-info .post_head {}
.thread-table .post-container .post-info .content {
	word-break: break-all;
	margin-top: 20px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	width: 100%;
}
.thread-table .editreason {
	margin: 15px 0;
}
.thread-table .editreason label {
	margin-right: 10px;
}
.thread-table .post-container .post-info .signature {
	max-height: 150px;
	word-break: break-all;
	overflow: auto;
	margin-top: 20px;
	border-top: 1px solid #131313;
	padding: 15px
}
.thread-table .post_meta {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold
}
.thread-table .headline .thread_mode {
	float: right
}
.thread-table .avatar {
	position: relative
}
.thread-table .status {
	position: absolute;
	bottom: 0;
	right: 10px;
	border: 3px solid #0a091e;
	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: 13px;
	background: #413d4a;
	border-radius: 3px;
	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;
	font-weight: bold
}
.thread-table .post-container .author-info .inline-stats>div.reputation {
	background: #4a922f;
}
.thread-table .post-container .author-info .inline-stats>div.war-lvl {
	background: #b53d3d;
}
.thread-table .profilefield,
.thread-table .groupimage {
	margin-bottom: 15px;
	font-size: 11pt
}
.thread-table .post-controls {
	margin-top: auto;
	padding-top: 15px;
	width: 100%;
}
.thread-table .edit {
	display: inline-block;
	position: relative
}
.thread-table .edit ul {
	position: absolute;
	min-width: 150px;
	line-height: 13px;
	border: 1px solid #d73f5a;
	display: none;
	background: #151230;
	list-style: none;
	top: 20px;
	z-index: 2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-o-transition: visibility 0s, opacity 0.5s linear;
	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;
	-webkit-transition: 0.6s color ease-in-out;
	-o-transition: 0.6s color ease-in-out;
	transition: 0.6s color ease-in-out;
	color: #d73f5a;
	height: auto;
	font-weight: 600;
}
.thread-table .edit ul li a:hover {
	color: #ccc
}
.thread-table .edit:hover ul {
	opacity: 1;
	visibility: visible;
	display: block
}
.thread-table .edit ul:before {
	position: absolute;
	display: inline-block;
	top: 0;
	font-family: Font Awesome\ 5 Free;
	text-align: center;
	content: '\f0de';
	font-weight: bold;
	color: #151230;
	text-shadow: 0 -2px 0 #d73f5a;
	height: 10px;
	top: -9px;
	line-height: 27px;
	text-align: left;
	left: 3px;
	padding-left: 2px;
	right: 0;
	font-size: 26px;
}
.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
}
.box:not(:first-child) {
	margin-top: 20px
}
.box .headline {
	padding: 20px;
	background: #15111d;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #ffd600;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.box .row {
	border-radius: 0;
	padding: 20px;
	background: rgb(21, 17, 29);
	border-bottom: 1px solid rgb(31, 24, 46);
	margin: 0;
}
.box .row:last-child {
	border-bottom: none
}
.box .row input,
.box .row select,
.box .row textarea {
	background: #15111d;
}
.redirect {
	left: 50%;
	top: 50%;
	position: absolute;
	min-width: 45%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.redirect .row {}
.r_bg {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute
}
input[type=radio] {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px
}
label {
	cursor: pointer
}
.input-line:not(:first-child) {
	margin-top: 10px
}
.left {
	float: left
}
.right {
	float: right
}
.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%
}
.mrg {
	margin-top: 70px
}
.mrg15 {
	margin-top: 15px
}
.mrg2 {
	margin-top: 35px
}
.mb {
	margin-right: 15px
}
.mt10 {
	margin-top: 10px
}
.mm13 {}
.p20 {
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.post-icons {
	margin: 0;
	list-style: none;
	padding: 0;
}
.post-icons a.button {
	background: #0e0d28;
}
.smilies-box {
	background: #0e0d28;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0;
}
.smilies-box .headline {
	font-weight: 600;
}
.smilies-box .smilies {
	margin-top: 5px
}
.smilies-box .smilie {
	display: inline-block
}
.smilies-box a {
	color: #c5b9b9;
}
#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
}
.tl-container {
	margin: 10px 0
}
.btxt {
	font-weight: bold;
	color: #fff;
	font-size: 12px
}
.stxt {
	font-size: 12px
}
.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;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 10px
}
.pc10l {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10px
}
input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.ofh {
	overflow: hidden
}
.st {
	font-size: 13px
}
.selectize__overlay {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.selectize {
	position: relative
}
.selectize.selectize__top {}
.selectize .selectize__open {
	vertical-align: middle;
	cursor: pointer
}
.selectize .selectize__options {
	visibility: hidden;
	opacity: 0;
	z-index: 9999999;
	display: none;
	position: absolute;
	-webkit-transition: 0.3s ease-in-out opacity;
	-o-transition: 0.3s ease-in-out opacity;
	transition: 0.3s ease-in-out opacity
}
.selectize.selectize--opened .selectize__options {
	visibility: visible;
	opacity: 1;
	display: block;
	bottom: 20px;
	min-width: 140px;
	left: 0
}
.selectize.selectize--opened .selectize__options:after {
	bottom: -12px;
	line-height: 19px;
	font-size: 19px;
	left: 4px;
	position: absolute;
	color: #14122d;
	font-family: Font Awesome\ 5 Free;
	content: '\f0d7';
	font-weight: bold;
}
.selectize .selectize__options .selectize__options__option {
	cursor: pointer;
	padding: 10px 10px;
	background: #14122d;
	text-align: left;
	border-bottom: 1px solid #222044;
	font-weight: normal;
	-webkit-transition: .3s ease-in-out all;
	-o-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.selectize .selectize__options .selectize__options__option:hover {
	background: #0e0d22;
	color: #d73f5a;
}
.selectize .selectize__options .selectize__options__option:last-child {
	border: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}
.selectize .selectize__options .selectize__options__option:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.lowercase {
	text-transform: lowercase;
}
.index .nav-site {
	display: none
}

/** parenters **/
.m5 {
	margin-top: 5px;
}
.m10 {
	margin-top: 10px;
}
.row--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.maleau {
	margin-left: 10px;
}
::-webkit-scrollbar-track {
	background-color: #151230;
}
::-webkit-scrollbar {
	width: 9px;
	background-color: #151230;
}
::-webkit-scrollbar-thumb {
	background-color: #d73f5a;
}
.tb-container {
	margin: 30px 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 {
	margin-bottom: 10px;
}
.tb-container .left ul li i {
	margin-right: 5px;
}
.tb-container .left .pagination {
	margin-top: -3px;
}
.tb-container .inline_rating {
	margin-top: 10px
}

/* USER LIST */
.user-list .headline .search-by {
	float: right;
	position: relative
}
.user-list .users,
.user-list .user-container,
.form-container>div {
	width: 100%;
	text-align: left
}
.form-container>div:not(:first-child) {
	margin-top: 20px
}
.user-list .user-container {
	padding: 10px 15px
}
.user-list .users .user {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32.6%;
	flex: 0 0 32.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #151230;
	border-radius: 3px;
	margin: 5px 0;
}
.user-list .users .user:nth-child(3n+2) {
	margin: 5px 1% 5px 1%
}
.users.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
	background: none;
}
.user-list .users .user .container {
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top
}
.user-list .users .user .info>span {
	display: block;
	color: #e2e3e4
}
.user-list .users .user .avatar {
	text-align: center
}
.user-list .users .user .avatar img {
	border-radius: 50%
}
.user-list .users .user .info {
	line-height: 20px;
	padding-left: 20px;
	font-size: 12px
}
.user-list .users .user .info>span.usertitle {
	font-weight: 500;
}
.user-list .info>span:not(.profilelink) i {
	color: #d73f5a;
	margin-right: 5px;
	width: 15px;
}
.user-list .alphabet a {
	display: inline-block;
	background: #d73f5a;
	padding: 8px 10px;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
	-webkit-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
}
.user-list .alphabet a:hover {
	background: #842031;
}
.user-list .inline-stats {
	text-align: left;
	border-top: 1px solid #1c1840;
	margin-top: auto;
	padding-top: 15px;
}
.user-list .inline-stats>div {
	display: inline-block;
	background: #d73f5a;
	padding: 6px 12px;
	border-radius: 3px;
	font-size: 12px;
	margin: 0 3px;
	font-weight: bold;
	color: #fff;
}
.user-container .forumteam {
	float: right;
	font-size: 10.5pt;
	padding-top: 11px
}
.user-container>.pages {
	float: left
}
.user-container>.pages .pagination {
	margin: 0
}
.user-container .forumteam strong {
	font-weight: normal
}
.form-container>div .headline {
	margin-bottom: 10px;
	font-size: 13px
}
.search-user input[type=submit] {}
.search-user .ratio {
	margin-top: 10px
}
.search-user .ratio input {
	display: inline-block;
	vertical-align: middle
}
.user-list .inline-stats>div a {
	color: #d4d4d4
}
.search-user input[type=submit] {}
.search-user .ratio {
	margin-top: 10px;
}
.search-user .ratio input {
	display: inline-block;
	vertical-align: middle;
}

/** SOCIALS **/
.social-box {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.social-box--left {
	margin-left: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.social-box__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-box__item {
	margin: 10px;
}
.social-box__text {
	margin-right: 20px;
	font-weight: 600;
	color: #848389;
}
.social-box__link {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	background: #000;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s ease-in-out opacity;
	-o-transition: 0.3s ease-in-out opacity;
	transition: 0.3s ease-in-out opacity;
}
.social-box__link:hover {
	opacity: 0.7;
}
.social-box__link i {
	font-family: "Font Awesome 5 Brands";
	color: #fff;
	font-weight: normal;
}
.social-box__link--facebook {
	background: #4c76be;
}
.social-box__link--facebook i:before {
	content: "\f39e";
}
.social-box__link--discord {
	background: #5b74a0;
}
.social-box__link--discord i:before {
	content: "\f392";
}
.social-box__link--youtube {
	background: #f9514c;
}
.social-box__link--youtube i:before {
	content: "\f167";
}
.avatarep_bg {
	border-radius: 50%
}

/** THREAD **/
.trow_deleted,
.trow_selected {
	background: none;
	border: none;
	color: #848389;
}
.post-container.trow_deleted .row,
.post.deleted_post {
	background: #E8DEFF;
}
.post-container.trow_selected .row,
tr.trow_selected td {
	background: #0e0d21;
}
		
.side-row--stat {
	padding: 10px 15px !important;
}
		
		
		
		
		.serversboard__row--buttons>a {
	background: url(../../../images/nightskill/btnServerList.png) no-repeat center;
	width: 47px;
	height: 46px;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	font-size: 0;
}

.serversboard__row--buttons>a:hover {
	opacity: 0.7;
}

.serversboard__row--buttons>a:before {
	content: '\f0c1';
	font-family: 'Font Awesome 6 Free';
	font-size: 14px;
	font-weight: 900;
}

.serversboard__row--buttons>a[href*=gametracker]:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f201';
}

.serversboard__row--buttons>a img {
	display: none;
}
		
		
		
		