/* GothamPro — woff2 (63% menor) com .ttf de reserva para navegador antigo.
   No pacote original tres destes quatro blocos apontavam para 'GothamPro-*.ttf'
   sem o ../fonts/, entao negrito e italico nunca carregavam. */
@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro.woff2') format('woff2'),
	     url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro-BoldItalic.woff2') format('woff2'),
	     url('../fonts/GothamPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro-Italic.woff2') format('woff2'),
	     url('../fonts/GothamPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro-Bold.woff2') format('woff2'),
	     url('../fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html {
	scroll-behavior: auto !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

button {
	background-color: transparent;
	border: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	position: relative;
	overflow-x: hidden;
}

body {
	width: 100%;
	background: url(../images/nx/home-top-bg.jpg) center top no-repeat;
	background-color: #0f1923;
	font-family: 'GothamPro', sans-serif;
	font-size: 14px;
	color: #fff;
	min-height: 100vh;
}
body.bg-pages {
	background: url(../images/nx/bg-pages.jpg) center top no-repeat;
}

.modal-open,
#login-modal,
#registration-modal {
	padding-right: 0 !important;
}

a {
	transition: all 0.3s ease;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}

input,
textarea {
	outline: none;
	background: transparent;
	border: none;
	color: #fff;
	padding: 10px 0px;
	position: relative;
	font-size: 14px;
	font-family: 'GothamPro', sans-serif;
	width: 100%;
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
	background: url(../images/nx/button.png) no-repeat;
	background-size: contain;
	height: 90px;
	width: 228px;
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	font-family: 'GothamPro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	transform: translateY(5px);
	padding-bottom: 15px;
}

.button:hover {
	filter: brightness(140%);
}

.container {
	max-width: 1225px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-c {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-s {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-s-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.bright {
	transition: all 0.3s;
}

.bright:hover {
	filter: brightness(120%);
}

.header {
	height: 90px;
	position: relative;
	z-index: 10;
}

.logo {
	position: absolute;
	top: 0;
	left: 49%;
	transform: translateX(-50%);
}

.header-wrapper {
	position: relative;
	width: 1900px;
	margin: 0 auto;
}

.header-wrapper-menu {
	position: relative;
	z-index: 51;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 330px;
}

.header-wrapper_left {
	width: 49%;
}

.header-wrapper_right {
	width: 51%;
}

.header-wrapper_left {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.header-wrapper_right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-menu {
	display: flex;
	align-items: center;
}
.header-menu li {
	position: relative;
	padding: 0px 5px;
}
.header-menu li a {
	display: flex;
	align-items: center;
	position: relative;
	height: 90px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 10px;
}

.header-menu li a:hover {
	color: #e5d9a5;
}

.header-wrapper_right {
	display: flex;
	align-items: center;
}

.login-button-mobile {
	position: absolute;
	top: 0;
	right: 10px;
	display: none;
}

.top-button {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	width: 351px;
	height: 117px;
	padding: 0 55px;
	color: #feb92e;
	background-size: contain;
}

.top-button:hover {
	filter: brightness(150%);
}

.top-button span {
	color: #e5d9a5;
	font-size: 25px;
	margin-bottom: 10px;
}

.top-buttons-bg-left,
.top-buttons-bg-right {
	position: relative;
	height: 117px;
	width: 1px;
}
.top-buttons-bg-left::after {
	display: flex;
	content: '';
	position: absolute;
	height: 117px;
	width: 172px;
	left: -171px;
	background: url(../images/nx/top-button-left.png) no-repeat;
}

.top-buttons-bg-right::after {
	display: flex;
	content: '';
	position: relative;
	left: 1px;
	top: 0;
	height: 117px;
	width: 172px;
	background: url(../images/nx/top-button-right.png) no-repeat;
}

.top-donation {
	padding-left: 120px;
	background: url(../images/nx/top-button-donation.png) no-repeat;
	background-size: cover;
}

.top-download {
	color: #a5c4d3;
	padding-left: 120px;
	background: url(../images/nx/top-button-download.png) no-repeat;
	background-size: cover;
}

.top-reg {
	padding-left: 120px;
	background: url(../images/nx/top-button-reg.png) no-repeat;
	background-size: cover;
}

.topButtons {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px;
	margin-bottom: 25px;
	margin-top: 650px;
}

.top-rank {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #152532;
	gap: 5px;
}

.top-list {
	position: relative;
	width: 444px;
	min-height: 410px;
}

.top-list::after {
	content: '';
	display: flex;
	height: 399px;
	width: 444px;
	background: url('../images/nx/bg-top-rank.png');
	position: absolute;
	top: 5px;
	right: 0px;
}

.tabs-rank {
	display: flex;
	padding: 15px 30px;
}

.tabs-buttons {
	display: flex;
	gap: 15px;
	position: relative;
	z-index: 5;
}

.tabs-buttons button {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #4f6070;
	border-bottom: 1px solid transparent;
}

.tabs-buttons button.active {
	color: #fff;
	border-bottom: 1px solid #4191b6;
}

.tabs-buttons button {
	padding: 15px 5px;
	color: #5e6c7a;
	font-weight: 700;
	transition: all 0.3s ease;
}

.tabs-buttons button:hover {
	color: #fff;
	border-bottom: 1px solid #4191b6;
}

.tab-content {
	position: relative;
	z-index: 5;
}

.topSlider {
	position: relative;
}

.pagingInfo {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(21, 40, 50, 0.7);
	color: #e1d895;
	width: 100%;
	height: 56px;
	z-index: 5;
	bottom: 0px;
}

.pagingInfo .active {
	color: #fff;
}

.top-slider {
	height: 410px;
}

.top-slider .slick-list {
	height: 100%;
}

.top-slider .slick-arrow {
	width: 20px;
	height: 20px;
	font-size: 0px;
	position: absolute;
	bottom: 18px;
	opacity: 0.5;
	transition: all 0.3s;
}
.top-slider .slick-arrow:hover {
	opacity: 1;
}
.top-slider .slick-next {
	z-index: 10;
	background: url(../images/nx/slick-next.png) no-repeat;
	right: 50%;
	margin-right: -45px;
}
.top-slider .slick-prev {
	z-index: 10;
	background: url(../images/nx/slick-next.png) no-repeat;
	transform: rotate(180deg);
	left: 50%;
	margin-left: -45px;
}

.top-slide {
	position: relative;
}

.top-slide .slide-title {
	position: absolute;
	top: 50px;
	left: 10%;
	transform: translateX(-10%);
	text-align: end;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
}
.top-slide .slide-text {
	position: absolute;
	bottom: 100px;
	left: 25%;
	transform: translateX(-25%);
	max-width: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.top-slide img {
	width: 100%;
	object-fit: contain;
}

.table-top-scroll {
	overflow-x: auto;
}

.top-table {
	min-width: 440px;
}

.top-table li {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0px 30px;
	transition: 0.3s;
	position: relative;
}

.table-th {
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s;
}
.table-td {
	color: #a0e1ff;
}

.top-table .table-td:hover {
	transform: translateX(-10px);
	background-color: #294962;
	color: #e5d9a5;
}
.top-table li:hover a {
	color: #e5d9a5;
}
.top-table li:hover:after {
	opacity: 1;
}

#server-content .top-table .table-td:hover {
	transform: none;
	background-color: transparent;
	color: #a0e1ff;
}

#server-content .top-table .table-td.offline:hover {
	color: #fb0171;
}
#server-content .top-table .table-td.online:hover {
	color: #83d300;
}

.top-table.server {
	padding-top: 40px;
}

#server-content .td-1 {
	width: 20%;
}
#server-content .td-2 {
	width: 60%;
}
#server-content .td-3 {
	width: 20%;
}

.online span {
	color: #83d300;
}
.offline span {
	color: #fb0171;
}

.td-1 {
	width: 15%;
}

.td-2 a {
	color: #a0e1ff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.td-2 {
	width: 41%;
	overflow: hidden;
}

.td-3 {
	font-weight: 700;
	width: 22%;
	text-align: center;
}

.table-th .td-3,
.table-th .td-4 {
	font-weight: 400;
}

.td-4 {
	font-weight: 700;
	width: 22%;
	text-align: center;
}

.server-icon {
	position: relative;
	display: flex;
}

.server-icon.online {
	margin-left: 5px;
	width: 30px;
	height: 30px;
	background: url('../images/nx/server-online.png') no-repeat;
}
.server-icon.offline {
	margin-left: 5px;
	width: 30px;
	height: 30px;
	background: url('../images/nx/server-offline.png') no-repeat;
}
.server-icon.account {
	width: 42px;
	height: 42px;
	background: url('../images/nx/server-accounts-icon.png') no-repeat;
}
.server-icon.character {
	width: 42px;
	height: 42px;
	background: url('../images/nx/server-characters-icon.png') no-repeat;
}

.banners {
	width: 752px;
}

.section-title {
	position: relative;
	color: #e5d9a5;
	font-size: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 50px;
}

.section-title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 227px;
	height: 15px;
	background: url('../images/nx/section-title.png') no-repeat;
	background-size: contain;
}

.news {
	position: relative;
}

.new-slide {
	position: relative;
	width: 376px !important;
	height: 600px;
	margin: 0 10px;
	padding: 30px;
	padding-top: 56px;
	transition: all 0.3s;
}

.new-slide::after {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	height: 574px;
	background: url('../images/nx/bg-news-slide.png');
	background-position-y: center;
}

.slide-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 5;
}

.new-slide:hover {
	transform: translateY(-10px);
}

.new-slide-title {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #a0e1ff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.new-slide-text {
	margin-bottom: 45px;
	font-size: 15px;
	line-height: 24px;
}

.new-slide-date {
	width: 100%;
	position: absolute;
	bottom: -35px;
	display: flex;
	justify-content: space-between;
}

.slide-date {
	margin-top: 10px;
	color: #4191b6;
	font-size: 14px;
}

.highlighted {
	font-size: 35px;
	color: #91cbe6;
}

.more-button {
	background: url('../images/nx/small-button.png') no-repeat;
	background-position-x: center;
	width: 163px;
	height: 89px;
	padding-bottom: 38px;
	color: #193541;
}

.news-slider .slick-arrow {
	position: absolute;
	z-index: 50;
	width: 32px;
	height: 58px;
	font-size: 0px;
	top: 50%;
	transition: 0.3s;
	opacity: 0.7;
}
.news-slider .slick-arrow:hover {
	opacity: 1;
}
.news-slider .slick-prev {
	background: url(../images/nx/slick-prev-hero.png) no-repeat;
	left: -20px;
}

.news-slider .slick-next {
	background: url(../images/nx/slick-prev-hero.png) no-repeat;
	transform: rotate(-180deg);
	right: -20px;
}

.all-news-link {
	color: #5b5c5e;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
}
.post img {
	min-height: 200px;
}
.post-title {
	position: relative;
	color: #00bbff;
	font-weight: 700;
	padding: 30px 0;
	padding-left: 50px;
}

.post-title::after {
	content: '';
	position: absolute;
	display: flex;
	width: 63px;
	height: 63px;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
	background: url(../images/nx/news-icon.png) no-repeat;
}

.post-text {
	margin-top: 20px;
	line-height: 24px;
}

.post-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	height: 50px;
	color: #5b5c5e;
	background: linear-gradient(
		90deg,
		rgba(20, 27, 38, 1) 0%,
		rgba(29, 39, 54, 1) 100%
	);
	margin-bottom: 30px;
}

.charactersBlock {
	position: relative;
	margin-top: -50px;
	background: url(../images/nx/hero-slider-bg.jpg) center no-repeat;
	background-position-y: 50px;
	height: 700px;
}

.slider-for .slick-active .team-online-barBlock-bar span {
	width: 100%;
}

.slider-for-block {
	max-width: 1900px;
	margin: 0 auto;
	position: relative;
}

.slider-for-slide {
	padding-top: 60px;
	height: 900px;
	padding-left: 350px;
	padding-right: 350px;
}

.hero-icon-class {
	background: url(../images/nx/hero-class-icon-1.png) no-repeat;
	background-size: contain;
	width: 100px;
	height: 111px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

.hero-icon-class.dark-knight {
	background: url(../images/nx/hero-class-icon-2.png) no-repeat;
}
.hero-icon-class.dark-lord {
	height: 120px;
	background: url(../images/nx/hero-class-icon-3.png) no-repeat;
}
.hero-icon-class.fairy-elf {
	width: 89px;
	height: 102px;
	background: url(../images/nx/hero-class-icon-4.png) no-repeat;
}
.hero-icon-class.magic-gladiator {
	background: url(../images/nx/hero-class-icon-5.png) no-repeat;
}

.hero-title {
	display: flex;
	align-items: center;
	position: relative;
}

.hero-title_text {
	color: #e5d9a5;
	text-transform: uppercase;
	font-size: 18px;
}
.hero-title_text span {
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.team-online {
	position: relative;
	z-index: 5;
}

.team-online-title {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 80px;
	margin-bottom: 25px;
	margin-left: 120px;
}

.team-online-icon {
	display: flex;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(../images/nx/icon-complexity.png);
}

.team-online-icon-attack {
	background-image: url(../images/nx/icon-attack.png);
}

.team-online-icon-protection {
	background-image: url(../images/nx/icon-defense.png);
}

.team-online-block {
	display: flex;
	align-items: center;
	width: 100%;
}

.team-online-barBlock {
	display: flex;
	flex-grow: 1;
}

.team-online-barBlock_title {
	text-transform: capitalize;
	min-width: 110px;
	color: #fff;
}

.team-online-barBlock-bar {
	width: 100%;
	max-width: 320px;
	position: relative;
	background-color: #283f4d;
	height: 10px;
	border: 3px solid #0a1720;
}
.team-online-barBlock-bar span {
	background: linear-gradient(
		270deg,
		rgba(169, 211, 0, 1) 0%,
		rgba(40, 63, 77, 0) 100%
	);
	display: block;
	height: 4px;
	width: 0%;
	transition: 2s;
}

.team-onlineBlock {
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
	margin-left: 40px;
}

.hero-img {
	position: absolute;
	width: 100%;
}

.slick-center .slider-nav-slide-block {
	height: 160px;
	margin-top: -12px;
	background: url(../images/nx/hero-small-hover-bg.png) center no-repeat;
}
.slick-center .slider-nav-slide-block img {
	margin-bottom: 10px;
}

.slider-nav-slide:hover {
	opacity: 1;
}
.slider-nav-slide:hover .slider-nav-slide-block {
	height: 160px;

	background: url(../images/nx/hero-small-hover-bg.png) center no-repeat;
}
.slider-nav-slide:hover .slider-nav-slide-block img {
	margin-bottom: 10px;
}

.slider-nav-slide-block {
	width: 100%;
	height: 150px;
	background: url(../images/nx/hero-small-bg.png) center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s;
	position: relative;
	margin: 0 auto;
	margin-top: -12px;
}

.slider-nav-slide-block img {
	position: relative;
	z-index: 2;
}

.hero-img-1 {
	top: 0px;
	left: 950px;
}

.hero-img-2 {
	top: 0px;
	left: 850px;
}

.hero-img-3 {
	top: 20px;
	left: 900px;
}

.hero-img-4 {
	top: 0px;
	left: 930px;
}

.hero-img-5 {
	top: 25px;
	left: 960px;
}

.slider-nav-block {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: rgba(78, 91, 86, 0.3);
	height: 150px;
}

.slider-nav-slide {
	height: 150px;
	margin-top: 12px;
	opacity: 0.5;
	transition: 0.5s;
	cursor: pointer;
}

.slider-nav {
	max-width: 1000px;
	margin: 0 auto;
}

.slider-nav .slick-list {
	padding: 0 !important;
}

.slider-nav .slick-center {
	opacity: 1;
}

.slider-nav .slick-center .slider-nav-slide-block:after {
	opacity: 1;
}
.slider-nav .slick-arrow {
	position: absolute;
	z-index: 5;
	width: 55px;
	height: 55px;
	font-size: 0px;
	top: 72px;
	margin-top: -27px;
	transition: 0.3s;
	opacity: 0.6;
}
.slider-nav .slick-arrow:hover {
	opacity: 1;
}
.slider-nav .slick-prev {
	background: url(../images/nx/slick-prev-hero.png) no-repeat;
	left: -70px;
}

.slider-nav .slick-next {
	background: url(../images/nx/slick-prev-hero.png) no-repeat;
	transform: rotate(-180deg);
	right: -70px;
}

.media {
	position: relative;
}

.media-slide {
	padding: 0 7px;
	opacity: 0.5;
	transition: all 0.3s;
}

.media-slide:hover {
	opacity: 1;
}

.media-slide img {
	width: 100%;
}

.media-slider .slick-arrow {
	position: absolute;
	z-index: 5;
	width: 55px;
	height: 55px;
	background: url(../images/nx/slick-prev-hero.png) no-repeat;
	font-size: 0px;
	top: 50%;
	margin-top: -30px;
	transition: 0.3s;
	opacity: 0.6;
}
.media-slider .slick-prev {
	left: -30px;
}
.media-slider .slick-next {
	transform: rotate(-180deg);
	right: -30px;
}

.media-slider .slick-arrow:hover {
	opacity: 1;
}

.media-slider .slick-current {
	opacity: 1;
}

.about-server {
	text-align: center;
}

.about-server-title {
	color: #a0e1ff;
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 50px;
}

.about-server-text {
	font-size: 15px;
	line-height: 48px;
}

.to-top {
	position: relative;
	margin: 50px 0;
}
.to-top:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #2d3a44;
	left: 50%;
	transform: translateX(-50%);
	top: 50%;
	z-index: 2;
}

.toTop {
	position: relative;
	z-index: 3;
	background: url(../images/nx/to-top.png) no-repeat;
	width: 58px;
	height: 46px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	transition: 0.3s;
}
.toTop:hover {
	filter: brightness(120%);
}

.footerMenu {
	display: flex;
	justify-content: center;
}

.f-menu {
	display: flex;
	min-width: 660px;
	gap: 25px;
	justify-content: space-between;
}
.f-menu li {
	padding: 12px 0px;
	text-align: center;
	position: relative;
}
.f-menu li a {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	opacity: 0.5;
}
.f-menu li a:hover {
	opacity: 1;
}

.footerBottom {
	padding-top: 30px;
	position: relative;
	flex-direction: column;
	align-items: center;
	z-index: 5;
}

.footerBottom-block {
	display: flex;
	justify-content: center;
}

.footer {
	padding-top: 30px;
	position: relative;
	background-color: #0f1923;
	background: url(../images/nx/footer-bg.png) no-repeat;
	background-position: bottom;
}

.f-info {
	font-size: 12px;
	color: #e5d9a5;
	text-align: center;
}

.f-info span {
	display: inline-block;
}

.f-link {
	color: #fff;
}

.f-link:hover {
	text-decoration: underline;
}

.f-logo {
	width: 280px;
	margin-right: 40px;
}
.f-payments {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}

.f-payment {
	display: flex;
	background: url('../images/nx/footer-payments.png') no-repeat;
	height: 26px;
	width: 80px;
	margin: 0 25px;
	background-position-x: 10px;
	opacity: 0.5;
}
.f-payment:hover {
	opacity: 1;
}

.f-mastercard {
	width: 130px;
	background-position-x: -80px;
}
.f-g2pay {
	width: 180px;
	background-position-x: -220px;
}

.burger-menu {
	display: none;
}

/****************************************** Modals ******************************************/
.modal-backdrop.show {
	opacity: 0.9;
}

.modal-dialog {
	position: relative;
	max-width: 550px;
	padding: 30px 0;
	top: 150px;
	height: 666px;
	background: url('../images/nx/bg-modal-login.png') no-repeat;
	background-position: center;
}

#registration-modal .modal-dialog {
	height: 918px;
	background: url('../images/nx/bg-modal-reg.png') no-repeat;
	background-position: center;
}

.modal-content,
.modal-body {
	background-color: transparent;
	border: none;
}

.modal-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.btn-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: url('../images/nx/close-btn.png') no-repeat;
	width: 45px;
	height: 45px;
	opacity: 1;
}

.modal-body .section-title {
	font-size: 20px;
	margin: 20px auto;
	text-transform: uppercase;
}

.modal-body .section-title span::first-letter {
	font-size: 25px;
}

.form-group {
	font-size: 16px;
	position: relative;
	padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
}

.form-login {
	width: 100%;
	padding: 25px 0;
}

.form-group label {
	position: relative;
	background: url('../images/nx/form-input.png') no-repeat;
	background-size: contain;
	background-position: center;
	border: none;
	color: #1a3441;
	height: 60px;
	width: 100%;
	margin: 40px auto 15px;
	font-size: 20px;
	padding: 0 40px;
	font-weight: 700;
}

.form-group label div {
	position: absolute;
	color: #fff;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.form-control {
	border: none;
	background-color: transparent;
	font-size: 20px;
	font-weight: 700;
	height: 100%;
	text-align: center;
}

.form-control:focus {
	box-shadow: none;
	background-color: transparent;
}

.form-control::placeholder {
	font-weight: 400;
	text-align: center;
}

.submit-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 226px;
	height: 98px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 25px;
}

.accept-rules {
	margin-top: 30px;
	margin-left: 15px;
	display: flex;
	justify-content: center;
	gap: 15px;
}
.rules-link {
	color: #e5d9a5;
	text-decoration: underline;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox + label {
	position: relative;
	cursor: pointer;
	display: inline;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 45px;
	line-height: 24px;
}
.custom-checkbox + label::before {
	position: absolute;
	top: -4px;
	left: 0;
	content: '';
	display: flex;
	width: 32px;
	height: 32px;
	background-image: url(../images/nx/custom-checkbox.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.custom-checkbox:checked + label::before {
	content: '';
	position: absolute;
	background-image: url(../images/nx/custom-checkbox-checked.png);
}

.bg-pages .content {
	position: relative;
	background: url('../images/nx/bg-pages-content.png') no-repeat;
	background-position: center;
	width: 100%;
	height: 1266px;
	padding: 50px;
	z-index:9;
}
.bg-pages .main {
	margin-top: 700px;
}

/****************************************** News ******************************************/

.news-title {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #a0e1ff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.news-text {
	margin-bottom: 45px;
	font-size: 15px;
	line-height: 24px;
}

.news-date {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news-date .date {
	margin-top: 10px;
	color: #4191b6;
	font-size: 14px;
}

.news-img {
	margin-bottom: 20px;
}

.highlighted {
	font-size: 35px;
	color: #91cbe6;
}

/****************************************** Download ******************************************/

.dTop-left {
	width: 60%;
	background-color: #5a646e;
	border-right: 1px solid #6d7f8e;
	height: 270px;
}
.dTop-left > div {
	height: 100%;
}

.dTop-right {
	width: 40%;
	height: 270px;
	background-color: #475d6e;
}
.dTop-right > div {
	height: 100%;
}

.dTop-cat {
	width: 100%;
	padding: 3px;
}

.dTop-cat_title {
	font-size: 15px;
	text-align: center;
	margin-bottom: 50px;
}

.dTop-cat_blocks {
	justify-content: center;
	display: flex;
	width: 100%;
	margin: 0 auto;
}

.dTop-cat_block {
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fbfcff;
	height: 90px;
	position: relative;
	border: 1px solid #c8ccd6;
}

.dTop-cat_block-img {
	display: flex;
	align-items: center;
	justify-items: center;
	margin: 0 auto;
}

.dTop-cat_block .dTop-cat_block-img {
	background-image: url('../images/nx/mega.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
	width: 50px;
}

.dTop-cat_block-mega .dTop-cat_block-img {
	background-image: url('../images/nx/mega.png');
}
.dTop-cat_block-gd .dTop-cat_block-img {
	background-image: url('../images/nx/google-disk.png');
}
.dTop-cat_block-torrent .dTop-cat_block-img {
	background-image: url('../images/nx/torrent.png');
}
.dTop-cat_block-mediafire .dTop-cat_block-img {
	height: 35px;
	width: 60px;
	background-image: url('../images/nx/media-fire.png');
}
.dTop-cat_block-mega:hover {
	background-color: #d9272e;
}
.dTop-cat_block-gd:hover {
	background-color: #57899c;
}
.dTop-cat_block-torrent:hover {
	background-color: #5acf5f;
}
.dTop-cat_block-mediafire:hover {
	background-color: #006e9e;
}
.dTop-cat_block-mega:hover .dTop-cat_block-img {
	background-image: url('../images/nx/mega-hover.png');
}
.dTop-cat_block-gd:hover .dTop-cat_block-img {
	background-image: url('../images/nx/google-disk-hover.png');
}
.dTop-cat_block-torrent:hover .dTop-cat_block-img {
	background-image: url('../images/nx/torrent-hover.png');
}
.dTop-cat_block-mediafire:hover .dTop-cat_block-img {
	background-image: url('../images/nx/media-fire-hover.png');
}

.dtop-update {
	text-align: center;
}

.dtop-update_title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.dtop-update_text {
	color: #d5e7e8;
	font-size: 14px;
	line-height: 28px;
	max-width: 330px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.d-title {
	font-size: 20px;
	font-weight: 700;
	margin: 70px 0px 50px;
}

.download-btn {
	background: url('../images/nx/download-button.png');
	width: 150px;
	height: 60px;
	padding-bottom: 0;
	margin: 0 auto;
}

.table-download {
	border-top: 1px solid #647685;
}
.table-download thead {
	font-weight: bold;
}
.table-download thead td {
	color: #fff;
	background-color: #475d6e;
	font-size: 14px;
	padding: 15px 0;
}
.table-download td {
	color: #fff;
	text-align: center;
	border: 1px solid #647685;
	background-color: #5a646e;
	padding: 15px 10px;
}
.table-download td:first-child {
	width: 25%;
}

.driverBlock {
	display: block;
	padding: 10px;
}

/****************************************** Top Players ******************************************/

.select {
	width: 100%;
	max-width: 290px;
	height: 45px;
	padding: 0px 40px 0px 20px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	outline: none;
	position: relative;
	cursor: pointer;
	user-select: none;
	background: url(../images/nx/arrow-v.png) right 20px center no-repeat;
	background-color: #566a7a;
}

.select:focus .select_dropdown {
	display: block;
}

.select_dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	list-style-type: none;
	background-color: #566a7a;
	display: none;
	z-index: 10;
	transition: 0.3s;
}

.select_option {
	height: 45px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	border-top: 1px solid #57768d;
	color: #f0e7aa;
}

.select_option:hover {
	background-color: gray;
}

.selectTop {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.rank-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}

.topThree {
	justify-content: center;
	gap: 15px;
	margin-bottom: 70px;
}

.topThree-block {
	height: 120px;
	display: flex;
}
.topThree-block_place,
.topThree-block_class,
.topThree-block_text {
	border: 1px solid #57768d;
	background-color: #475d6e;
}

.topThree-block_place {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
}

.topThree-block_place .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #5388b1;
	height: 60px;
	width: 60px;
	font-size: 20px;
}

.topThree-block_class {
	overflow: hidden;
	position: relative;
	width: 134px;
}
.topThree-block_class .topThree-block_class-img img {
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.topThree-block_text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 280px;
	padding: 20px 18px;
	position: relative;
}

.topThree-block_text-t {
	width: 100%;
}

.topThree-block_text-t p {
	color: #e5d9a5;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.topThree-block_text-b {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 10px;
}

.online {
	color: #b0d90e;
}

.offline {
	color: #e91414;
}

.table-top-rank {
	width: 100%;
}
.table-top-rank td {
	border-collapse: collapse;
	padding: 20px 30px;
	border-top: 1px solid #495865;
	vertical-align: middle;
}
.table-top-rank th {
	border-collapse: collapse;
	padding: 20px 30px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
.table-top-rank thead tr {
	background-color: #475d6e;
	border-top: 2px solid #495865;
}

.table-top-rank {
	min-width: 800px;
}
.table-top-rank td {
	padding: 10px 30px;
}

.table-top-rank td.table-img {
	padding: 0 30px;
}

.table-top-rank td.table-img img {
	height: 60px;
	width: 70px;
	object-fit: contain;
}

.table-top-rank tbody tr {
	position: relative;
	left: 0px;
	transition: 0.3s;
}
.table-top-rank tbody tr td {
	height: 60px;
}

.table-top-rank tbody tr:hover {
	background-color: #294962;
	left: -10px;
}
.table-top-rank tbody tr:hover:after {
	opacity: 1;
}

.table-top-rank-s {
	margin-bottom: 30px;
}

.pagination {
	margin-bottom: 20px;
}
.pagination li {
	padding: 6px;
}

.number {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/nx/squad-bg.png) no-repeat;
	width: 45px;
	height: 45px;
	color: #e5d9a5;
}

.pagination-btn {
	display: flex;
	width: 45px;
	height: 45px;
	transition: all 0.3s;
	opacity: 0.5;
}

.number.active,
.number:hover {
	background: url(../images/nx/squad-bg-active.png) no-repeat;
}

.pagination-btn:hover {
	opacity: 1;
}

.pagination-btn.nav-prev {
	background: url(../images/nx/slick-prev.png) no-repeat;
}

.pagination-btn.nav-next {
	background: url(../images/nx/slick-prev.png) no-repeat;
	transform: rotate(180deg);
}

/****************************************** Account Panel ******************************************/
.home-block-subtitle {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.account-setting {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 0px 15px;
}

.account-setting_block {
	width: calc(50% - 2px);
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0px 25px;
}

.account-setting_block:nth-child(2) {
	background-color: #475d6e;
}
.account-setting_block:nth-child(1) {
	background-color: #475d6e;
}
.account-setting_block:nth-child(5) {
	background-color: #475d6e;
}
.account-setting_block:nth-child(6) {
	background-color: #475d6e;
}
.account-setting_block:nth-child(9) {
	background-color: #475d6e;
}
.account-setting_block:nth-child(10) {
	background-color: #475d6e;
}
.color-green {
	color: #b0d90e;
}
.account-icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url(../images/nx/account-setting-icons.png);
	background-repeat: no-repeat;
	margin-right: 35px;
	flex-shrink: 0;
}

.account-icon-user {
	background-position: left top;
}

.account-icon-member {
	background-position: left top -286px;
}

.account-icon-email {
	background-position: left top -60px;
}

.account-icon-last-login {
	background-position: left top -346px;
}

.account-icon-rank {
	background-position: left top -119px;
	height: 18px;
}

.account-icon-ip {
	background-position: left top -407px;
}

.account-icon-server {
	background-position: left top -180px;
	height: 19px;
}

.account-icon-current-ip {
	background-position: left top -467px;
}

.account-icon-current-vip {
	background-position: left top -240px;
}

.account-icon-current-vip-exp {
	background-position: left top -529px;
}

.account-setting_f {
	display: block;
	overflow: hidden;
	width: 50%;
}

.charOptions-title {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 36px;
}

.charOptions-col {
	padding: 12px;
}

.charOptions-block {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 374px;
	height: 125px;
	background: url(../images/nx/option-bg.jpg) center no-repeat;
	background-size: cover;
	color: #e5d9a5;
	font-style: italic;
	position: relative;
}
.charOptions-block:hover {
	filter: brightness(120%);
}
.charOptions-block p {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 10px;
}

.panel-active {
	color: #ffffff;
	width: 255px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 30px;
	justify-content: center;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	height: 90px;
}

.panel-active:hover {
	background-color: #1b252e;
}
.panel-active.active {
	background-color: #1b252e;
}

.panel-active:before {
	content: '';
	position: absolute;
	right: 20px;
	top: 40px;
	border: 7px solid transparent;
	border-top: 7px solid #fff;
}

.panel-dropdown {
	position: absolute;
	top: 100%;
	width: 255px;
	background-color: #1b252e;
	padding: 0 20px;
	display: none;
}

.panel-dropdown_title {
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.panel-dropdown_my-block {
	display: flex;
	justify-content: space-between;
	color: #e5d9a5;
	font-weight: bold;
	margin-bottom: 20px;
}

.panel-dropdown_list {
	margin-bottom: 5px;
}
.panel-dropdown_list li {
	margin-bottom: 20px;
}
.panel-dropdown_list li a.color-green {
	color: #b0d90e;
}
.panel-dropdown_list li a {
	color: #e5d9a5;
}
.panel-dropdown_list li a:hover {
	color: #fff;
}

.panel-dropdown_button {
	text-align: center;
}

.panel .small-button {
	background: url('../images/nx/small-button.png') no-repeat;
	background-position-x: center;
	width: 163px;
	height: 89px;
	padding-bottom: 38px;
	color: #193541;
	margin: 0 auto;
}

/*animations*/
.top-content {
	position: relative;
}

.bg-pages .sparks,
.bg-pages .sparks-rights  {
    top: 700px;
}

.sparks {
	position: absolute;
	width: 1200px;
	top: 0;
	z-index: 1;
	left:150px;
}

.sparks > div {
	position: absolute;
}
.sparks .spark_1 {
	background: url(../images/nx/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	left: 0;
	bottom: -320px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.sparks .spark_2 {
	background: url(../images/nx/spark_2.png) no-repeat;
	width: 179px;
	height: 335px;
	left: 230px;
	bottom: -320px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.sparks .spark_3 {
	background: url(../images/nx/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	left: 280px;
	bottom: -140px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-3 4s linear infinite;
	animation: spark-3 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.sparks .spark-big {
	background: url(../images/nx/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	left: 0;
	bottom: -180px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-5 4s linear infinite;
	animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	left: 40px;
}

.sparks_2 .spark_1 {
	background: url(../images/nx/spark_1.png) no-repeat;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.sparks_2 .spark_2 {
	background: url(../images/nx/spark_2.png) no-repeat;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.sparks_2 .spark_3 {
	background: url(../images/nx/spark_3.png) no-repeat;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.sparks_2 .spark-big {
	background: url(../images/nx/spark_4.png) no-repeat;
}
.sparks_2 .spark_5 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

@-webkit-keyframes spark-1 {
	0% {
		bottom: -320px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -240px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -160px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: -80px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 0px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes spark-1 {
	0% {
		bottom: -320px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -240px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -160px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: -80px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 0px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -80px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -20px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 40px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -80px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -20px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 40px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes spark-5 {
	0% {
		bottom: -180px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -120px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -60px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 0px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 60px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes spark-5 {
	0% {
		bottom: -180px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -120px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -60px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 0px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 60px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.clouds {
	background-image: url(../images/nx/clouds.png);
	background-repeat: repeat-x;
	background-position: top left 2509px;
	width: 2509px;
	height: 732px;
	display: block;
	position: absolute;
	left: 0px;
	top: 400px;
	opacity: 0.2;
	animation: 22s cloud linear infinite;
}

@keyframes cloud {
	0% {
		background-position: top left -2509px;
	}
	100% {
		background-position: top left 2509px;
	}
}
