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;
	font-family: 'Spinnaker', sans-serif;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'Spinnaker', sans-serif;
}

.left {
	float: left;
	margin-bottom: 20px;
}

.right {
	float: left;
	margin-bottom: 20px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	position: relative;
	height: 100%;
}

hr {
	border: 1px solid #ffffff0d !important;
	height: 1px;
}

/* Fondo del body */
body {
  width: 100%;
  background-color: #000000;
  background-size: cover;
  background-image: url('template/default/images/bg2.png');
  background-position: center center;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #959da7;
  position: relative;
  overflow-x: hidden;
  height: 100vh; /* Asegura que el body ocupe toda la altura de la ventana */
}

/* Efecto de partículas violetas más llamativas */
body::before,
body::after {
  content: "";
  position: fixed; /* Lo mantenemos en fixed para que se quede estático en la pantalla */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Asegura que las partículas cubran toda la ventana */
  pointer-events: none; /* No afecta las interacciones con otros elementos */
  z-index: 1; /* Aseguramos que estén encima del fondo */
  background-image:
    radial-gradient(circle, rgba(255, 0, 255, 0.9) 2px, transparent 2px),
    radial-gradient(circle, rgba(186, 85, 211, 0.7) 1.5px, transparent 2px),
    radial-gradient(circle, rgba(238, 130, 238, 0.5) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(221, 160, 221, 0.4) 0.8px, transparent 1px);
  background-size: 150px 150px, 220px 220px, 300px 300px, 400px 400px;
  background-repeat: repeat;
  animation: sparkleMove 25s linear infinite, sparkleRotate 30s infinite, sparkleScale 4s ease-in-out infinite, sparkleBlink 1.5s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity: 0.8;
}

/* Segundo conjunto de partículas con diferentes animaciones */
body::after {
  background-position: 75px 75px, 150px 150px, 200px 200px, 300px 300px;
  animation-direction: alternate;
  animation-duration: 35s, 2.5s;
  opacity: 0.6;
}

/* Movimiento suave de las partículas */
@keyframes sparkleMove {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-150px) translateX(100px);
  }
  100% {
    transform: translateY(0) translateX(-100px);
  }
}

/* Rotación de las partículas para darles más dinamismo */
@keyframes sparkleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Escalado de las partículas para hacerlas más llamativas */
@keyframes sparkleScale {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/* Parpadeo de las partículas para que no se vean siempre igual */
@keyframes sparkleBlink {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

/* Parpadeo suave para simular destellos */
@keyframes sparkleBlink {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 0.9; }
}

/* Asegúrate de que las partículas no se muestren en el módulo de rankings */
#rankings-module .particles,
#rankings-module .paralax-hero {
  display: none !important;
}
.nextpostslink {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	color: #fff;
	background: url(../images/rank-bg.jpg) center no-repeat;
	background-size: cover;
	box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
}

.wp-pagenavi {
	margin: 0 auto;
	width: 382px;
	padding: 29px;
	/* float: right; */
}

.larger {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	color: #fff;
	background: url(../images/rank-bg.jpg) center no-repeat;
	background-size: cover;
	box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
}

.last {
	display: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	background: url(../images/next-arrow.png) center no-repeat;
	margin-right: 15px;
	text-indent: -9999px;
}

.current {
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff !important;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	background: #222222;
	border: 1px solid #474747;
	box-shadow: 0px 0px 10px 0px rgb(38 38 38), inset 0px 0px 10px 0px rgb(104 104 104 / 34%);
}

a {
	transition: all 0.3s ease;
	color: #bb883b;
	text-decoration: none;
}

#checkpassword {
	margin-top: 17px;
	float: left;
	/* background: #f7c5c0; */
	/* padding: 5px; */
	border-radius: 3px;
}

p {
	margin-bottom: 20px;
}

h1,
h2,
h3 {
	color: #e8e9e4;
	margin-bottom: 20px;
	line-height: 1.2;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	/*color: transparent;*/
	/* padding-right: 20px; */
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

h1 {
	font-size: 36px;
	margin-bottom: 50px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}


table {
	width: 100%;
}

table td {
	/* border-collapse: collapse; */
	/* padding: 25px 40px 25px 40px; */
	/* border: 1px solid #292929; */
	vertical-align: middle;
}

table td img {
	vertical-align: middle;
	margin-right: 7px;
}

table thead {
	background: #1d1d1d;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff;
}

table tr td:first-child {
	border-left: none;
}

table tr td:last-child {
	border-right: none;
}

img {
	max-width: 100%;
}

caption {
	margin-bottom: 15px;
}

select {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 12px 40px 12px 18px;
	position: relative;
	-webkit-appearance: none;
	background-image: url(../images/arrow-v.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 450px;
	font-size: 18px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
	transition: 0.3s;
	cursor: pointer;
}

select:hover {
	border: 1px solid #bb883b;
	box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}

input,
textarea {
	background-color: rgba(0, 0, 0, 0) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: #fff !important;
	padding: 12px 18px !important;
	position: relative;
	font-size: 16px !important;
	width: 100% !important;
	max-width: 450px;
	transition: 0.3s !important;
	height: 47px !important;
}

input:hover,
textarea:hover {
	border: 1px solid #bb883b;
	box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}

input:focus,
textarea:focus {
	border: 1px solid #bb883b;
	box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}

.btn-block {
	line-height: 45px;
	width: 276px;
}

.btn-primary {
	transition: all 0.3s ease !important;
	cursor: pointer !important;
	background: url(../images/button.jpg) no-repeat !important;
	background-size: cover !important;
	height: 47px !important;
	padding: 0px 55px !important;
	border: none !important;
	color: #fff !important;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5) !important;
	position: relative !important;
	z-index: 1;
	text-align: center !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	box-shadow: 0px 0px 30px 0px rgba(156, 79, 34, 0.5) !important;
	transition: 0.3s !important;
	font-weight: bold;
	display: list-item !important;
	/* margin-top: 20px; */
	/* margin-left: 10px; */
	list-style: none !important;
	width: 300px !important;
	line-height: 46px !important;
}

.btn-acc {
	transition: all 0.3s ease !important;
	cursor: pointer !important;
	background: url(../images/button.jpg) no-repeat !important;
	background-size: cover !important;
	height: 47px !important;
	padding: 0px 55px !important;
	border: none !important;
	color: #fff !important;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5) !important;
	position: relative !important;
	z-index: 1;
	text-align: center !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	box-shadow: 0px 0px 30px 0px rgba(156, 79, 34, 0.5) !important;
	transition: 0.3s !important;
	font-weight: bold;
	display: list-item !important;
	/* margin-top: 20px; */
	/* margin-left: 10px; */
	list-style: none !important;
	width: 270px !important;
	line-height: 46px !important;
	float: left;
	margin-right: 20px;
}

button,
.button {
	transition: all 0.3s ease;
	cursor: pointer;
	background: url(../images/button.jpg) no-repeat;
	background-size: cover;
	height: 47px;
	padding: 0px 55px;
	border: none;
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	/* box-shadow: 0px 0px 30px 0px rgba(156, 79, 34, 0.5); */
	transition: 0.3s;
	font-weight: bold;
	display: list-item;
	/* margin-top: 20px; */
	margin-left: 10px;
	list-style: none;
}

button:hover,
.button:hover {
	filter: brightness(120%);
}

.button {
	display: inline-block;
	text-decoration: none;
	height: 62px;
	line-height: 62px;
}

.padding-container {
	padding: 10px 0px 15px 0px;
}

.green-button {
	background: url(../images/green-button.jpg) no-repeat;
	background-size: cover;
	box-shadow: 0px 0px 30px 0px rgba(123, 162, 40, 0.5);
}

:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: #9d7f55;
}

::-moz-placeholder {
	color: #9d7f55;
}

:-moz-placeholder {
	color: #9d7f55;
}

:-ms-input-placeholder {
	color: #9d7f55;
}

.container {
	max-width: 1160px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 25000;
}

.flex {
	display: flex;
}

.flex-c {
	display: flex;
	align-items: center;
}

.flex-s {
	display: flex;
	justify-content: space-between;
}

.flex-s-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bright:hover {
	filter: brightness(120%);
}

.topPanel {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 25001;
	padding: 25px 0px;
	background: url(../images/top-line.png) bottom center no-repeat;
	transition: 0.2s;
	/* z-index: 249981; */
}

.topPanel-top {
	background: url(../images/dark-fon.png);
	padding: 10px 0px;
}

.menu {
	margin-left: 0px;
}

.menu li {
	min-height: 70px;
	padding-left: 71px;
	display: flex;
	align-items: center;
	/* margin-right: 35px; */
}

.menu li a {
	display: flex;
	flex-direction: column;
	color: #bb883b;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.menu li a span {
	font-size: 11px;
	text-transform: none;
	margin-top: 4px;
	color: #ffffff;
}

.menu li a:hover {
	filter: brightness(140%);
}

.menu li:nth-child(1) {
	background: url(../images/menu_icon-home.png) left top 5px no-repeat;
	display: none;
}

.menu li:nth-child(2) {
	background: url(../images/menu-icon_1.png) left top 7px no-repeat;
}

.menu li:nth-child(3) {
	background: url(../images/menu-icon_2.png) left top 10px no-repeat;
}

.menu li:nth-child(4) {
	background: url(../images/menu-icon_4.png) left top 7px no-repeat;
}

.menu li:nth-child(5) {
	background: url(../images/menu-icon_7.png) left top 11px no-repeat;
}

.menu li:nth-child(6) {
	background: url(../images/menu-icon_6.png) left top 11px no-repeat;
}

.menu li:nth-child(7) {
	background: url(../images/menu-icon_5.png) left top 11px no-repeat;
}

.menu li:nth-child(8) {
	background: url(../images/menu-icon_5.png) left top 11px no-repeat;
}

.menuBlock-logo img {
	height: 66px;
}

.langBlock {
	position: relative;
}

.langBlock-active {
	position: relative;
	cursor: pointer;
}

.langBlock-active img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 4px;
	transition: 0.3s;
}

.langBlock-active:before {
	content: "";
	position: absolute;
	background: url(../images/arrow-v.png) no-repeat;
	width: 10px;
	height: 6px;
	left: -15px;
	top: 50%;
	margin-top: -3px;
	opacity: 0.15;
	transition: 0.3s;
}

.langBlock-active:hover img {
	border: 1px solid white;
}

.langBlock-active:hover:before {
	opacity: 1;
}

.langBlock-active.active img {
	border: 1px solid white;
}

.langBlock-active.active:before {
	opacity: 1;
	transform: rotate(180deg);
}

.langBlock-content {
	background: url(../images/dark-fon.png);
	padding: 15px 0px;
	position: absolute;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.langBlock-content:after {
	content: '';
	border: 6px solid transparent;
	border-bottom-color: #222222;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
}

.langBlock-content li a {
	min-width: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 25px;
}

.langBlock-content li a:hover {
	background: rgba(255, 255, 255, 0.05);
}

.drop-button {
	cursor: pointer;
}

.drop-content {
	display: none;
}

header {
	height: 1030px;
	position: relative;
	z-index: 26;
}

header .container {
	height: 990px;
}

.header-shadow {
	background-image: url(../images/shadow.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 1080px;
	animation: smoke 8s linear infinite;
	animation-fill-mode: forwards;
}

@keyframes smoke {
	from {
		background-position: 0 bottom;
	}
	to {
		background-position: 1920px bottom;
	}
}

.langBlock-content {
	display: none;
}

.fastPlayBlock {
	position: absolute;
	left: 0;
	bottom: 355px;
}

.fastPlayBlock-head {
	position: absolute;
	left: 0;
	bottom: 520px;
	font-size: 15px;
	color: #fff;
	/* padding-left: 115px; */
	font-weight: 600;
	font-family: 'Spinnaker', sans-serif;
}

.fastPlayBlock2 {
	position: absolute;
	left: 0;
	bottom: 355px;
}

.fastPlayBlock2-head {
	position: absolute;
	left: 0;
	bottom: 660px;
	font-size: 15px;
	color: #fff;
	/* padding-left: 115px; */
	font-weight: 600;
	font-family: 'Spinnaker', sans-serif;
}

.download-button {
	background: url(../images/download-button.jpg) no-repeat;
	width: 324px;
	height: 108px;
	box-shadow: 0px 0px 50px 0px rgba(160, 177, 66, 0.3);
	display: block;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	padding-left: 115px;
	font-weight: 600;
	font-family: 'Spinnaker', sans-serif;
}

.download-button span {
	color: #fff29a;
	font-size: 11px;
	margin-top: 3px;
	font-weight: 400;
	transition: 0.2s;
}

.download-button:hover {
	filter: brightness(120%);
}

.download-button:hover span {
	margin-top: 7px;
}

.downloads-button {
	background: url(../images/discord.png) no-repeat;
	width: 324px;
	height: 108px;
	box-shadow: 0px 0px 50px 0px rgba(160, 177, 66, 0.3);
	display: block;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	padding-left: 115px;
	font-weight: 600;
	font-family: 'Spinnaker', sans-serif;
}

.downloads-button span {
	color: #fff29a;
	font-size: 11px;
	margin-top: 3px;
	font-weight: 400;
	transition: 0.2s;
}

.downloads-button:hover {
	filter: brightness(120%);
}

.downloads-button:hover span {
	margin-top: 7px;
}

.register-button2 {
	background: url(../images/register-button2.png) no-repeat;
	width: 324px;
	height: 108px;
	box-shadow: 0px 0px 50px 0px rgba(160, 177, 66, 0.3);
	display: block;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	padding-left: 115px;
	font-weight: 600;
	font-family: 'Spinnaker', sans-serif;
}

.register-button2 span {
	color: #fff29a;
	font-size: 11px;
	margin-top: 3px;
	font-weight: 400;
	transition: 0.2s;
}

.register-button2:hover {
	filter: brightness(120%);
}

.register-button2:hover span {
	margin-top: 7px;
}

.fastPlay {
	background: url(../images/dark-fon.png);
	height: 108px;
	width: 400px;
	position: relative;
}

.fastPlay a {
	font-size: 11px;
	color: #fff;
	height: 100px;
	width: 129px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: 'Spinnaker', sans-serif;
}

.fastPlay i {
	font-size: 45px;
	color: #fff;
	height: 69px;
	width: 129px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fastPlay a:hover {
	filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.6));
}

.fastPlay img {
	margin-bottom: 7px;
}

.fastPlay:after {
	content: "";
	position: absolute;
	height: 60px;
	width: 1px;
	background: rgba(255, 255, 255, 0.05);
	left: 50%;
	top: 24px;
}



.color-orange {
	color: #db5819;
}

.color-green {
	color: #8cc727;
}

.color-red {
	color: #df3b5a;
}

.color-white {
	color: #fff;
}

.infoSeverBlock {
	position: absolute;
	background: url(../images/dark-fon.png);
	padding: 20px 0px;
	width: 400px;
	border-radius: 20px;
	bottom: -20px;
	right: 0px;
	padding-bottom: 200px;
	padding-left: 10px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
	display: none;
}

.infoSeverBlock ul {
	margin-bottom: 20px;
}

.infoSeverBlock ul li a {
	text-align: center;
	display: block;
	color: #867d86;
	font-size: 13px;
	padding: 10px 0px;
}

.infoSeverBlock ul li a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

.infoSeverBlock .serverStat>div {
	width: 92px;
	height: 28px;
	line-height: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.infoSeverBlock .serverStat>div:last-child {
	border-left: 0px;
}

.infoSeverBlock .serverStat .login-stat {
	color: #c6c6c6;
	font-size: 9px;
	text-align: center;
}

.infoSeverBlock .serverStat .login-stat i {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	margin-bottom: 7px;
}

.infoSeverBlock .serverStat .login-stat i.online {
	/* background: url(../images/on-icon.png) no-repeat; */
}

.infoSeverBlock .serverStat .login-stat i.offline {
	/* background: url(../images/off-icon.png) no-repeat;*/
}

.paralax {
	margin: 0 auto;
	position: relative;
	max-width: 1170px;
}

.paralax .sparks_1 {
	background: url(../images/sparks_1.png) no-repeat;
	width: 872px;
	height: 320px;
	left: -210px;
	top: 220px;
	filter: blur(2px);
}

.paralax .sparks_2 {
	background: url(../images/sparks_5.png) no-repeat;
	width: 764px;
	height: 424px;
	left: 410px;
	top: 500px;
	filter: blur(2px);
}

.paralax .feathers {
	width: 352px;
	height: 183px;
	left: 1000px;
	top: 400px;
	filter: blur(2px);
}

.paralax>div {
	position: absolute;
}

.sparks_3 {
	position: absolute;
	background: url(../images/sparks_2.png) no-repeat;
	width: 128px;
	height: 165px;
	bottom: 150px;
	right: 100px;
	animation: sparks_3 3s linear infinite;
	z-index: 1;
	animation-delay: 0.5s;
}

@keyframes sparks_3 {
	0% {
		bottom: 150px;
		right: 100px;
	}
	50% {
		bottom: 250px;
		right: 50px;
		opacity: 1;
		transform: rotate(45deg);
	}
	100% {
		bottom: 350px;
		right: 0px;
		opacity: 0;
		transform: rotate(45deg);
	}
}

.sparks_4 {
	position: absolute;
	background: url(../images/sparks_3.png) no-repeat;
	width: 94px;
	height: 82px;
	bottom: 220px;
	right: 150px;
	animation: sparks_4 2s linear infinite;
	animation-delay: 1s;
	z-index: 1;
}

@keyframes sparks_4 {
	0% {
		bottom: 220px;
		right: 150px;
	}
	95% {
		bottom: 310px;
		right: 0px;
		transform: rotate(45deg);
	}
	100% {
		bottom: 350px;
		right: -30px;
		opacity: 0;
		transform: rotate(45deg);
	}
}

.sparks_5 {
	position: absolute;
	background: url(../images/sparks_4.png) no-repeat;
	width: 191px;
	height: 143px;
	bottom: 160px;
	right: 300px;
	animation: sparks_5 3s linear infinite;
	z-index: 1;
}

@keyframes sparks_5 {
	0% {
		bottom: 160px;
		right: 300px;
	}
	50% {
		bottom: 260px;
		right: 350px;
		opacity: 1;
		transform: rotate(-15deg);
	}
	100% {
		bottom: 360px;
		right: 400px;
		opacity: 0;
		transform: rotate(-30deg);
	}
}

.sparks_6 {
	position: absolute;
	background: url(../images/sparks_3.png) no-repeat;
	width: 94px;
	height: 82px;
	bottom: 250px;
	right: 340px;
	animation: sparks_6 2s linear infinite;
	animation-delay: 1s;
	z-index: 1;
}

@keyframes sparks_6 {
	0% {
		bottom: 250px;
		right: 340px;
	}
	90% {
		bottom: 380px;
		right: 380px;
		transform: rotate(-25deg);
	}
	100% {
		bottom: 430px;
		right: 430px;
		opacity: 0;
		transform: rotate(-25deg);
	}
}

.shadow {
	background: url(../images/shadow.png) no-repeat;
	width: 1920px;
	height: 183px;
	left: 0px;
	top: 400px;
	position: absolute;
}

.newsBlock {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}

.newsBlock>div {
	/* width: 50%; */
	height: 315px;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 90%; /* aumentamos de 80% a 90% */
  width: 800px; /* opcional: puedes fijar un ancho específico */
}

.swiper-news {
	width: 585px;
	height: 315px;
}

.swiper-news .swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.newsPagination {
	position: absolute;
	background: #0a1218;
	right: 30px;
	bottom: 30px;
	width: 120px;
	height: 35px;
	z-index: 9;
}

.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
	width: 7px;
	height: 13px;
	background-size: 7px 13px;
	margin-top: -7px;
	filter: brightness(3) grayscale(1);
}

.swiper-news .swiper-pagination {
	color: #d0dce0;
	font-size: 15px;
}

.swiper-news .swiper-pagination-current {
	color: #ffc66d;
}

.sliderLogo {
	position: absolute;
	right: 30px;
	top: 30px;
	transition: 5s;
	opacity: 0;
}

.playButtonSlider {
	position: absolute;
	left: 70px;
	top: -55px;
	display: block;
	height: 50px;
	width: 50px;
	border: 3px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transition: 1.5s;
}

.slider-title {
	position: absolute;
	left: 70px;
	bottom: -140px;
	font-size: 33px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 0px;
	background: linear-gradient(to right, #f3f4f6, #8f96aa);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
	transition: 1.5s;
	font-family: 'Spinnaker', sans-serif;
}

.swiper-slide-active .sliderLogo {
	opacity: 1;
}

.swiper-slide-active .playButtonSlider {
	top: 55px;
}

.swiper-slide-active .slider-title {
	bottom: 40px;
}

.streamBlock {
	width: 170px;
}

.streamBlock-video {
	display: block;
	width: 170px;
	height: 105px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: 0.3s;
	z-index: 11;
}

.streamBlock-video_info {
	/* display: flex; */
	align-items: center;
	font-size: 15px;
	color: #fff;
	width: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	font-family: 'Spinnaker', sans-serif;
	color: #FFFFFF;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.streamBlock-video_info i {
	display: block;
	background: url(../images/play-button.png) no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.streamBlock-video_info span {
	opacity: 0;
	position: absolute;
	right: 10px;
	transition: 0.3s;
}

.streamBlock-video:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.8);
}

.streamBlock-video:hover {
	width: 210px;
	height: 130px;
	margin-left: -20px;
	margin-top: -12px;
}

.streamBlock-video:hover:after {
	box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.8), 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}

.streamBlock-video:hover span {
	opacity: 1;
}

.blacky-block {
    background: url(../images/dark-fon.png);
    height: 110px;
    width: 410px;
    padding: 30px;

    /* Permitir que otros elementos se superpongan */
    position: relative; /* Establece un contexto de apilamiento */
    z-index: 1; /* Solo si quieres que este bloque quede debajo de otros elementos con z-index mayor */
}

.news-block {
	background: url(../images/dark-fon.png);
	height: 315px;
	width: 410px;
	padding: 30px;
}

.news-block-tab-buttons {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.news-block-tab-buttons span {
	display: block;
	height: 35px;
	padding: 0px 14px;
	color: #867d86;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}

.news-block-tab-buttons span:hover {
	color: #fff;
}

.news-block-tab-buttons span.active {
	color: #fff;
	font-weight: 700;
}

.news-block-tab-buttons span.active:after {
	content: "";
	background: #977035;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.news-message {
	height: 65px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.news-message h3 {
	color: #fff;
	font-size: 13px;
	margin-bottom: 8px;
}

.news-message span {
	color: #867d86;
	font-size: 11px;
}

.tab-block {
	overflow: hidden;
	display: none;
	animation: tab 0.4s linear;
}

.tab-block.active {
	display: block;
}

.news-block-tab {
	padding: 20px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@keyframes tab {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.news:last-child {
	margin-bottom: 0px;
}

.news a {
	color: #fff;
	font-size: 14px;
	display: block;
	width: 260px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 0px;
}

.news a:hover {
	color: #bb883b;
}

.news .date {
	color: #867d86;
	font-size: 11px;
}

.color-green {
	color: #7aa528;
}

.color-blue {
	color: #3d89d6;
}

.color-yellow {
	color: #d2be36;
}

.load-more {
	text-align: center;
}

.load-more a {
	color: #867d86;
	font-size: 12px;
	position: relative;
}

.load-more a:hover {
	color: #fff;
}

.load-more a:before {
	content: "+";
	margin-right: 5px;
}

.content {
	position: relative;
	z-index: 0;

		background-color: transparent; /* Fondo semi-transparente */
	padding: 1px 0px 18px 0px;
	margin-bottom: 95px; /* Espacio debajo */
}

.contentas {
	margin-bottom: 30px; /* Espacio debajo */
}

.serversBlock {
	position: relative;
	width: 100%;
}

.serversBlock:after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: 50%;
	margin-top: -26px;
	padding: 11px;
}

.server-title {
	font-size: 16px;
	padding: 10px 0px 10px 40px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}

.server-title:after {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 160px);
	background: rgba(255, 255, 255, 0.06);
	top: 50%;
	margin-top: -1px;
	left: 160px;
}

.servers {
	background: url(../images/servers-bg.jpg) no-repeat;
	width: 100%;
	max-width: 532px;
	height: 322px;
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 40px 55px 0px 55px;
}

.servers h2 {
	font-size: 30px;
	color: #8d8879;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	margin-bottom: 35px;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

/* Contenedor que centra el diamante y el halo */
.server-icon-wrapper {
    position: relative;   /* relativo para el halo */
    width: 245px;         /* ancho del diamante */
    height: 269px;        /* alto del diamante */
    margin: 0 auto 20px;  /* centrado horizontal + margen inferior */
}

/* Diamante */
.server-icon-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;           /* encima del halo */
}

/* Halo animado para server 2 (red) */
.server-icon-wrapper.server-icon_2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    background: url(../images/red_server.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
    animation: light_1 5s linear infinite;
}

/* Halo animado para server 3 (yellow) */
.server-icon-wrapper.server-icon_3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    background: url(../images/yellow_server.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
    animation: light_1 15s linear infinite;
}


/* Animación */
@keyframes light_1 {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}


.row-container {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.row-container .serverIn {
	padding: 20px 0px 20px 80px;
	transition: 0.3s;
	width: 50%;
}

.row-container .serverIn p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	/* padding-right: 20px; */
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.row-container .serverIn span {
	font-size: 11px;
}

.row-container .serverIn:nth-child(1) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: url(../images/events-icon.png) left 20px center no-repeat;
}

.row-container .serverIn:nth-child(2) {
	background: url(../images/online-icon.png) left 20px center no-repeat;
}

.row-container .serverIn:nth-child(3) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: url(../images/time-icon.png) left 20px center no-repeat;
}

.row-container .serverIn:nth-child(4) {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: url(../images/players-icon.png) left 20px center no-repeat;
}

.row-container .serverIn:hover {
	padding: 20px 0px 20px 90px;
	box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

.regBlock {
	background: url(../images/reg-bg.jpg) center top no-repeat;
	position: relative;
	z-index: 28;
	margin-top: -15px;
}

.regBlock .container {
	height: 600px;
	padding-top: 60px;
}

.paralax-hero {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 9999; /* más alto que .content */
	pointer-events: none; /* evita bloquear clics */
}

.hero-pal {
	position: absolute;
	background: url(../images/hero.png) no-repeat;
	width: 592px;
	height: 673px;
	left: 600px;
	top: -72px;
	z-index: 10000; /* aún más alto */
	pointer-events: none;
}

.hero-pal2 {
	position: absolute;
	background: url(../images/hero2.png) no-repeat;
	width: 592px;
	height: 673px;
	left: 600px;
	top: -72px;
	z-index: 9999;
	pointer-events: none;
}

.formGroup {
	margin-bottom: 20px;
	position: relative;
	max-width: 450px;
}

.formGroup-name {
	position: absolute;
	left: 10px;
	top: -7px;
	display: block;
	background: #171514;
	padding: 0px 5px;
	z-index: 1;
}

.formGroup:hover .formGroup-name {
	color: #bb883b;
}

.formGroup.error .formGroup-name {
	color: #df3b5a;
}

.formGroup.error input {
	border: 1px solid #df3b5a;
	box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.formGroup-2 {
	display: flex;
	justify-content: space-between;
}

.formGroup-2>div {
	position: relative;
	width: calc(50% - 10px);
}

.regButton {
	margin-top: 50px;
}

.agreement {
	margin-left: 80px;
	color: #867d86;
	font-size: 12px;
	line-height: 1.5;
	background: url(../images/warning-icon.png) left top no-repeat;
	padding-left: 30px;
	z-index: 2;
	position: relative;
}

.agreement a {
	text-decoration: underline;
}

.agreement a:hover {
	text-decoration: none;
}

footer {
	background: url(../images/footer-bg.jpg) center no-repeat;
	position: relative;
	border-top: 1px solid rgba(54, 54, 54, 0.8);
	color: #ffffff;
	line-height: 1.4;
	z-index: 27;
}

footer:after {
    z-index: 999999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 35, 35, 0.7);
}

footer .container {
	height: 490px;
}

.buttonTop {
	position: absolute;
	background: url(../images/arrow-t.png) center no-repeat;
	background-color: #1f1f1f;
	width: 48px;
	height: 26px;
	top: -27px;
	left: 50%;
	margin-left: -24px;
	z-index: 3;
	cursor: pointer;
	border-radius: 6px 6px 0px 0px;
}

.socBlock {
	height: 70px;
	position: relative;
	z-index: 2;
	margin-bottom: 45px;
	position: relative;
}

.socBlock:after {
	content: "";
	position: absolute;
	background: url(../images/top-line.png) bottom center no-repeat;
	width: 1200px;
	height: 16px;
	left: -15px;
	bottom: -10px;
}

.socIcons a {
	display: block;
	width: 28px;
	height: 25px;
	margin-left: 8px;
	font-size: 27px;
	color: #FFFFFF;
}

.socIcons a:hover {
	filter: brightness(140%);
}

.socIcons .tw {
	background: url(../images/soc-icons.png) 3px center no-repeat;
}

.socIcons .fb {
	background: url(../images/soc-icons.png) -38px center no-repeat;
}

.socIcons .vk {
	background: url(../images/soc-icons.png) -80px center no-repeat;
}

.voteBlock a {
	margin-left: 20px;
}

.footerInfoBlock {
	position: relative;
	z-index: 2;
}

.footerInfoBlock h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #d5d0cb;
	margin-bottom: 35px;
}

.copyBlock {
	float: left;
	width: 25%;
}

.copyBlock a {
	text-decoration: underline;
}

.copyBlock a:hover {
	text-decoration: none;
}

.dkLogo {
	float: right;
	width: 20%;
	text-align: right;
}

.dkLogo img {
	display: inline-block;
	margin-bottom: 31px;
}

.dkLogo a {
	text-decoration: underline;
}

.dkLogo a:hover {
	text-decoration: none;
}

.footerMenuBlock {
	justify-content: center;
	width: 50%;
	margin: 0 auto;
	padding-left: 5%;
}

.footerMenu {
	width: 33.3%;
}

.footerMenu ul li {
	margin-bottom: 15px;
}

.footerMenu ul li a {
	color: #FFFFFF;
	display: block;
	padding-left: 25px;
	position: relative;
}

.footerMenu ul li a:hover {
	color: #bb883b;
	text-decoration: underline;
}

.footerMenu ul li a:hover:before {
	border: 1px solid #bb883b;
}

.footerMenu ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	border: 1px solid #5b5b5b;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	top: 50%;
	margin-top: -4px;
}

.logosBlock {
	position: relative;
	z-index: 2;
	position: absolute;
	width: 100%;
	bottom: 80px;
	left: 0px;
}

.logosBlock img {
	width: 200px;
}

.modal_div {
	max-width: 532px;
	width: 100%;
	min-height: 582px;
	background: url(../images/modal-content.jpg) center top no-repeat;
	background-size: cover;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -266px;
	margin-top: -50px;
	display: none;
	opacity: 0;
	z-index: 25010 !important;
	padding: 60px 90px 30px 90px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.modal_div h1 {
	font-size: 24px;
	margin-bottom: 30px;
}

.modal_div .modal_close {
	width: 40px;
	height: 50px;
	background: #1f1f1f;
	position: absolute;
	border-top: 1px solid #282828;
	color: #000;
	top: 40px;
	right: -40px;
	cursor: pointer;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.closeButton {
	filter: drop-shadow(0px 0px 10px #b23247);
	margin-top: -2px;
}

.closeButton span {
	width: 10px;
	height: 2px;
	background: #b23247;
	display: block;
	position: relative;
}

.closeButton span:nth-child(1) {
	transform: rotate(45deg);
	top: 2px;
}

.closeButton span:nth-child(2) {
	transform: rotate(-45deg);
}

#overlay {
	z-index: 24999;
	position: fixed;
	background-color: #0f0f0f;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.facebookButton {
	display: block;
	width: 352px;
	height: 46px;
	line-height: 46px;
	background: url(../images/facebook-button.jpg) no-repeat;
	padding-left: 70px;
	color: #fff;
	font-size: 14px;
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(50, 117, 199, 0.3);
	margin: 0 auto;
}

.or {
	margin: 30px 0px;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.or span {
	display: inline-block;
	background: #282b2c;
	padding: 0px 8px;
	z-index: 2;
	position: relative;
}

.or:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.09);
	top: 50%;
	left: 0;
}

.modalForm .formGroup-name {
	background: #2e2a2d;
}

.errorGroup {
	background-color: rgba(16, 16, 16, 0.9);
	padding: 17px 20px 17px 50px;
	border-radius: 10px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
	line-height: 1.5;
	font-size: 13px;
	position: absolute;
	left: 100%;
	min-width: 330px;
	color: #fff;
	margin-left: 30px;
	top: -20px;
}

.errorGroup:before {
	content: '';
	border: 8px solid transparent;
	border-right-color: rgba(16, 16, 16, 0.9);
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -7px;
}

.formGroup-button {
	margin-top: 40px;
}

.lost-pass {
	color: #867d86;
	font-size: 12px;
	padding: 10px 0px 10px 30px;
}

.lost-pass:hover {
	color: #bb883b;
}

.menuButton {
	display: none;
}

.page header {
	height: 507px;
}

.page header .container {
	height: 507px;
}

.page .menu {
	margin-left: 10px;
}

.page .menu li:nth-child(1) {
	display: flex;
}

.page .menuBlock-logo {
	display: none;
}

.page .logo {
	position: absolute;
	top: 185px;
	left: 20px;
}

.page .hero {
	background: url(../images/hero_archer.png) no-repeat;
	width: 998px;
	height: 610px;
	position: absolute;
	right: -220px;
	top: 100px;
	z-index: 5;
}

.page-title,
.heading-main,
.bd-c {
	background: url(../images/page-title-bg.png);
	height: 110px;
	display: flex;
	align-items: center;
	padding-left: 50px;
	position: relative;
	/* margin-top: -50px; */
	margin-bottom: 40px;
}

.page-title h1,
.heading-main strong {
	margin-bottom: 0px;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	z-index: 6;
	color: #fff;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.page-title .formGroup {
	margin-bottom: 0px;
	margin-left: 50px;
	position: relative;
	z-index: 6;
}

.page-title .formGroup-name {
	background: url(../images/page-title-bg.png);
}

.page-title .formGroup select {
	min-width: 250px;
}

.block {
	margin-bottom: 40px;
}

.block-title {
	position: relative;
	margin-bottom: 40px;
}

.block-title h2 {
	font-size: 16px;
}

.block-title h2 span {
	padding: 10px 15px 10px 40px;
	background: url(../images/block-title-icon.png) left center no-repeat;
	background-color: #000000;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.block-title:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
	top: 50%;
	left: 0px;
}

.downloadBlock {
	width: 55%;
	background: url(../images/download-bg.jpg) center no-repeat;
	background-size: cover;
	height: 272px;
	text-align: center;
	padding: 55px 85px 0px 85px;
	color: #867d86;
	box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 6;
}

.downloadBlock-title {
	font-size: 18px;
	margin-bottom: 35px;
}

.downloadBlock-title span {
	font-weight: 600;
	color: #fff;
}

.downloadBlock-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	width: 33.3%;
	border: 1px solid #2d2d2d;
	padding: 18px 0px;
	color: #867d86;
}

.downloadBlock-block img {
	height: 43px;
	margin-bottom: 12px;
}

.downloadBlock-block:hover {
	background: url(../images/download-hover.jpg) center no-repeat;
	background-size: cover;
	box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.1);
}

.updateBlock {
	width: 45%;
	background: url(../images/update-block-bg.jpg) center no-repeat;
	background-size: cover;
	height: 272px;
	text-align: center;
	padding: 55px 85px 0px 85px;
	color: #867d86;
	position: relative;
	z-index: 6;
	line-height: 1.4;
	font-size: 12px;
}

.updateBlock h3 {
	font-size: 20px;
	font-weight: 600;
}

.rankingsButtonsBlock {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.rankingsButtonsBlock:after {
	content: "";
	background: #1e1e1e;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.rankingsButtons {
	display: inline-flex;
	border-bottom: 1px solid #1e1e1e;
	background: #000000;
	position: relative;
	z-index: 1;
}

.rankingsButtons a {
	display: block;
	padding: 15px 25px 17px 25px;
	color: #FFFFFF;
	margin-right: 3px;
	border-top: 1px solid #1e1e1e;
	border-left: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #000000;
	margin-bottom: -1px;
	cursor: pointer;
	font-family: 'Spinnaker', sans-serif;
}

.rankingsButtons a:hover {
	color: #fff;
}

.rankingsButtons a:last-child {
	margin-right: 0px;
	border-right: 0px;
}

.rankingsButtons a:last-child:after {
	content: "";
	background: #1e1e1e;
	height: calc(100% - 0px);
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}

.rankingsButtons .active {
	color: #fff;
	border-top: 1px solid #977035;
	background: #ae192c;
}

.rank {
	background: url(../images/rank-bg.jpg) center no-repeat;
	background-size: cover;
	width: calc(50% - 20px);
	height: 130px;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 7;
	display: flex;
	margin-bottom: 40px;
}

.rank-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	background-color: rgba(0, 0, 0, 0.2);
}

.rank-info {
	display: flex;
	align-items: center;
	padding: 30px;
	width: 100%;
}

.rank-info_ava {
	background: url(../images/ava_bg.png) no-repeat;
	height: 76px;
	width: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
}

.rank-info_text {
	width: 230px;
	padding-right: 20px;
}

.rank-nickName {
	color: #fff;
	font-size: 18px;
	margin-bottom: 12px;
	display: flex;
	align-items: flex-end;
}

.rank-nickName b {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 2px 0px;
}

.rank-nickName span {
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.rank-lvl {
	color: #867d86;
	font-size: 14px;
}

.rank-kills {
	color: #fff;
	float: right;
}

.tableRank td {
	border: none;
	padding: 14px 12px;
	text-align: inherit;
}

.tableRank tbody th {
	line-height: 53px;
	text-align: left;
	padding: 0px 24px;
}

.tableRank td img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.tableRank thead th {
	padding: 24px 15px;
	text-align: left;
	font-weight: lighter;
}

.tableRank tr {
	border-bottom: 1px solid #1e1e1e;
	transition: 0.3s;
	text-align: c;
}

.tableRank tr:hover {
	border-bottom: 1px solid #bb883b;
}

.tableRank tr:hover td {
	color: #ffffff;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.pagination .number {
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
}

.pagination .number.active {
	border: 1px solid #ad7e38;
	box-shadow: 0px 0px 10px 0px rgba(173, 126, 56, 0.4), inset 0px 0px 10px 0px rgba(173, 126, 56, 0.4);
	color: #fff;
}

.pagination .prev {
	background: url(../images/prev-arrow.png) center no-repeat;
	margin-right: 15px;
}

.pagination .next {
	background: url(../images/next-arrow.png) center no-repeat;
	margin-left: 15px;
}


/*# sourceMappingURL=style.css.map */

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	 background-color: #121212;
	font-family: 'Spinnaker', sans-serif;
	font-weight: normal;
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	/* border-top: 1px solid #dee2e6; */
}

.table thead th {
	vertical-align: bottom;
	/* border-bottom: 2px solid #dee2e6; */
	font-family: 'Spinnaker', sans-serif;
	font-weight: normal;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #0a0a0a
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #dbb9ba
}

.table-hover .table-danger:hover {
	background-color: #d2a8a9
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #d2a8a9
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #bbb
}

.table-hover .table-dark:hover {
	background-color: #aeaeae
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #aeaeae
}

.table-darker,
.table-darker>th,
.table-darker>td {
	background-color: #bababa
}

.table-hover .table-darker:hover {
	background-color: #adadad
}

.table-hover .table-darker:hover>td,
.table-hover .table-darker:hover>th {
	background-color: #adadad
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #0a0a0a;
	border-color: #1d1d1d
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #0a0a0a
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #1d1d1d
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075)
}

.jumbotron p {
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	/* padding-right: 20px; */
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
	font-size: 18px;
	border-left: 1px solid #be9c3f;
	padding-left: 10px;
}

.option {
	cursor: pointer !important;
	background: url(../images/button.jpg) no-repeat !important;
	background-size: cover !important;
	height: 47px !important;
	padding: 0px 10px !important;
	border: none !important;
	color: #fff !important;
	text-shadow: 0px 2px 3px rgb(0 0 0 / 50%) !important;
	position: relative !important;
	z-index: 1;
	text-align: center !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	box-shadow: 0px 0px 30px 0px rgb(156 79 34 / 50%) !important;
	transition: 0.3s !important;
	display: list-item !important;
	margin-left: 10px;
	list-style: none !important;
	width: 100px !important;
	line-height: 46px !important;
	float: right;
}

.switch {
	float: right;
	width: 70%
}

.user-menu {
	border-left: 1px solid #ae8039;
	margin-bottom: 7px;
	padding-left: 10px;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.user-menu p {
	margin-bottom: 7px;
	font-family: 'Spinnaker', sans-serif;
	color: white;
	padding: 9px;
	background: #b23247;
	margin-left: -11px;
	/* filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5)); */
}

.user-menu a {
	margin-bottom: 7px;
	padding-left: 10px;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c8c5bf, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.user-menu a:hover {
	margin-bottom: 7px;
	padding-left: 10px;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #ffaa00, #FFEB3B);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.input-group {
	position: relative;
	display: inline-block !important;
	border-collapse: separate;
}

.alert-dismissable .close,
.alert-dismissible .close {
	top: -14px !important;
}

.tag {
	background: #4caf50;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	padding: 3px;
}

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-bottom: 10px;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.modal-content {
	position: relative;
	background-color: #380006;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	max-width: 532px;
	width: 100%;
	background: url(../images/modal-content.jpg) center top no-repeat;
	background-size: cover;
	padding: 10px;
	box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 20%);
}

.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #ffffff0d !important;
}

.nav-tabs {
	border-bottom: 1px solid #ffffff0f !important;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #ffffff0d !important;
}

.nav-tabs>li>a,
.nav-pills>li>a {
	color: #ffffff;
	background: #c3a142;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background: #000000d4 !important;
}

.nav-tabs>li>a:hover {
	border-color: #d6aa4a #38000600 #38000600;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #bc943c !important;
	color: #fff;
}

.form-control select {
	background-color: #414141 !important;
	border: 1px solid #4b4949 !important;
}

option {
	background-color: rgb(18 18 18);
	border: 1px solid rgb(186 148 62);
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size: 17px;
	transition: 0.3s;
	border-radius: 0px !important;
}

.zone-table {
	font-size: 15px;
	color: #f4cf5c;
}

.mp-table {
	font-size: 10px;
}

.exp-table {
	font-size: 11px;
	color: #f4cf5c;
}

.dex-table {
	font-size: 10px;
}

.int-table {
	font-size: 10px;
}

.con-table {
	font-size: 10px;
}

.hp-table {
	font-size: 10px;
}

.str-table {
	font-size: 10px;
}

.tabset>input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),
.tabset>input:nth-child(13):checked~.tab-panels>.tab-panel:nth-child(7),
.tabset>input:nth-child(15):checked~.tab-panels>.tab-panel:nth-child(8) {
	display: block;
}

.tabset>label {
	position: relative;
	display: inline-block;
	padding: 0px 10px 16px;
	cursor: pointer;
	font-weight: 600;
	border-bottom: 1px solid #363738;
	margin: -1px;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.tabset>label::after {}

.tabset>label:hover,
.tabset>input:focus+label {
	color: #fbef97;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
	background: #06c;
}

.tabset>input:checked+label {
	border-bottom: 1px solid #977035;
}

.tab-panel {
	padding: 30px 0;
}

.tabset {
	max-width: 65em;
}

.alert-info {
	background-color: #1c1c1c !important;
	border-color: #161616 !important;
	color: #ffffff;
}

.form-control {
	display: block;
	width: 90%;
	height: 47px !important;
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #fff9e2;
	background-color: black;
	background-image: none;
	border: 1px solid #4b4a49 !important;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tab-panels {
	border-top: 1px solid #363738
}


/*== start of code for tooltips ==*/

.tool {
	cursor: help;
	position: relative;
	width: 32px;
	height: 32px;
	white-space: pre-line;
	/* float: left; */
	margin: 0px;
	padding: 1px;
	line-height: 13px;
	font-weight: lighter;
}
.float-left::first-line {
  color: yellow;
} 

/*== common styles for both parts of tool tip ==*/

.tool::before,
.tool::after {
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
	opacity: 1;
	transform: scale(1) translateY(0);
	z-index: 100;
}


/*== pointer tip ==*/

.tool::before {
	border-style: solid;
	border-width: 1em 0.75em 0 0.75em;
	border-color: #282627 transparent transparent transparent;
	bottom: 100%;
	content: "";
	top: -27px;
	margin-left: -0.5em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
	transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}


/*== speech bubble ==*/

.tool::after {
	background: #282627;
	border-radius: .25em;
	bottom: 180%;
	color: #EDEFF0;
	content: attr(data-tip);
	text-shadow: #00000061 0px 1px 0px;
	margin-left: -8.75em;
	padding: 1em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
	transform: scale(.6) translateY(50%);
	width: 17.5em;
}

.tool:hover::after,
.tool:focus::after {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

@media (max-width: 760px) {
	.tool::after {
		font-size: .75em;
		margin-left: -5em;
		width: 10em;
	}
}

.pagination>li>a,
.pagination>li>span {
	color: #727272 !important;
	background-color: #1c1c1c !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #a47836 !important;
	background-color: #323133 !important;
	border-color: #323133 !important;
}

#page_title,
.post_title {
	font-size: 22px;
	padding: 10px;
	background: #fff;
	background: url(../images/page-title-bg.png);
}

.post_date {
	font-size: 11px;
	float: right;
	padding-top: 3px;
}

.post_content {
	padding: 10px;
	background: url(../images/page-title-bg.png);
	margin-top: 10px;
	border-top: 1px solid #ffffff0a;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: transparent;
	border: 1px solid #1d1d1d !important;
	/* width: 582px; */
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #1d1d1d !important;
	border-color: #1d1d1d !important;
	font-size: 32px !important;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #ffffff !important;
	font-size: 15px;
}

a.list-group-item,
button.list-group-item {
	color: #ba955a !important;
}

.ml-auto {
	font-size: 22px;
}



.server-population {
	height: 16px;
	border-radius: 8px;
	background: url(../images/server-population-bar.png), linear-gradient(90deg, rgb(0 0 0 / 80%) 0%, rgb(91 10 10) 100%);
	box-shadow: inset 0 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(0, 0, 0, .3);
}

.server-population .progress-bar {
	/*background: linear-gradient(90deg, rgba(114,187,23,0.5) 0%, rgba(165,43,14,0.5) 100%);
	background: url(../img/server-population.png);*/
	/* background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.4) 100%); */
	background: rgb(133 155 56 / 42%);
	/*position: relative;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;*/
	box-shadow: 0 0 15px 5px rgb(0 0 0);
}

.download-table {
	background: none;
	border: none;
	font-size: .8rem;
	text-align: center;
}

.download-table thead {
	background: #141414;
	border: none;
	color: #4d4d4d;
}

.download-table thead tr th {
	text-align: center;
	padding: 20px 0px;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	/* padding-right: 20px; */
	font-size: 23px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.download-table tbody {
	background: #1b1b1b;
	border: none;
}

.download-table tbody tr td:first-child {
	background: #141414;
	font-weight: 600;
}

.download-table tbody tr td {
	border-bottom: 1px solid #262626;
	padding: 10px 0px;
	font-size: 15px;
	height: 60px;
}

.download-table tbody tr td:nth-child(2) {
	border-right: 1px solid #262626;
}

.progress {
	margin-bottom: 4px !important;
	margin-top: 6px !important;
}

#notice {
	display: inline-block;
	margin-bottom: 12px;
	border-radius: 5px;
	width: 600px;
	padding: 5px;
	border: 2px blue solid;
}

#rules {
	width: 600px;
	height: 130px;
	padding: 5px;
	border: blue solid 2px;
	border-radius: 5px;
}

.alert-warning a {
	color: #303030 !important;
	font-weight: bold;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #ffd400, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	padding-right: 20px;
	padding-left: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.hover {
	position: relative;
	top: 1px;
	left: 19px;
	z-index: 1 !i;
}

.tooltipz {
	/* hide and position tooltip */
	top: 0px;
	width: 730px;
	/* right: -98px; */
	background-color: #3b8d71;
	background: url(../images/modal-content.jpg) center top no-repeat;
	background-size: cover;
	color: white;
	/* border-radius: 5px; */
	display: none;
	position: absolute;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 25000;
	padding: 17px;
}

.hover:hover .tooltipz {
	/* display tooltip on hover */
	display:block;
}

#inv {}

.events {}

.npc {}

.npc span {
	font-size: 10px;
	margin-right: 4px;
	color: #9fa281;
}

.tooltipz span {
	padding: 3px;
	/* background: #fefefe33; */
	margin: 1px;
	/* border-radius: 3px; */
	font-weight: lighter;
	font-size: 10px;
	padding: 5px;
	color: #7a7877;
	width: 230px;
	z-index: 25000;
	border-bottom: 1px solid #ffffff0a;
	float: left;
	text-shadow: #000 0px 1px 5px;
	/* border: 1px solid #414141; */
}
.itm {
	padding: 3px;
	margin: 1px;
	/* font-weight: lighter; */
	font-size: 10px;
	padding: 5px;
	color: #7a7877;
	width: 208px;
	z-index: 25000;
	border-bottom: 1px solid #ffffff0a;
	/* background: #1d1d1d; */
	float: left;
	text-shadow: #000 0px 1px 5px;
}

.tooltip-pure-css {
	position: relative;
	color: #1a87E9;
	/* #43B7E9; */
	/* #3B627E; */
	font-weight: bolder;
	text-shadow: 1px 1px 1px #111;
	cursor: pointer;
	float: left;
	white-space: pre;
	}
  .tooltip-pure-css:hover::before {
	content: "";
	border: solid transparent;
	border-bottom-color: #1c1c1c;
	border-width: 10px;
	position: absolute;
	top: 20px;
	left: 7px;
	}
  .tooltip-pure-css:hover::after {
	content: attr(data-tooltip-pure-css);
	position: absolute;
	min-width: 15em;
	font-weight: 100;
	line-height: 1.3em;
	margin: 0;
	background: #1c1c1c;
	color: #fff;
	text-shadow: 1px 1px 1px #111;
	padding: 15px;
	border-radius: 5px;
	right: -183%;
	top: 38px;
	z-index: 1;
	font-size: 0.7em;
	}

	.item-opt {
		position: relative;
		color: #1a87E9;
		/* #43B7E9; */
		/* #3B627E; */
		font-weight: bolder;
		text-shadow: 1px 1px 1px #111;
		cursor: pointer;
		float: left;
		}
	  .item-opt:hover::before {
		content: "";
		border: solid transparent;
		border-top-color: #000000;
		border-width: 10px;
		position: absolute;
		top: -10px;
		left: -29px;
		}
	  .item-opt:hover::after {
		content: attr(data-tooltip-pure-css);
		position: absolute;
		min-width: 15em;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.3em;
		margin: 0;
		background: #000000;
		color: #9baa8a;
		text-shadow: 1px 1px 1px #111;
		padding: 15px;
		border-radius: 5px;
		right: -166px;
		top: -57px;
		z-index: 1;
		font-size: 14px;
		white-space: pre;
		}
	  
	  /* Class or Id doesn't matter */
	  .dynamic-badge {
		position:relative;
		top: 5px;
		left: -7px;
		/* z-index: 1 !important; */
		float: left;
		}
	  
	  .dynamic-badge[data-badge]:after {
		content:attr(data-badge);
		position:absolute;
		top: 14px;
		left: -27px;
		font-size:9px;
		font-family:"Roboto","Helvetica","Arial",sans-serif;
		font-weight:600;
		text-align:center;
		line-height: 16px;
		background: #000000ba;
		color:#ccc;
		width: 30px;
		height: 15px;
		
		box-shadow: 1px 2px 5px #000;
		}

.rewardx {
	background: url(../images/reward4.png);
	padding: 44px 53px;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.rewardx span {
    width: 100%;
    background: linear-gradient(#fdde91, #5b5d29);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 38px;
    filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
    display: block;
    margin-bottom: 15px
    font-weight: 700;
    /* width: 350px; */
font-family: "Marcellus", sans-serif;}

	@media (max-width: 768px) {
  .reward, .reward-alt {
    padding: 30px 20px;
    height: auto;
    background-size: contain; /* mejor ajuste en pantallas pequeñas */
    background-position: center top;
    flex-direction: column;
  }

  .reward img, .reward-alt img {
    width: 48px;
    height: 48px;
  }

  .reward span, .reward-alt span {
    font-size: 28px;
  }

  .reward h2, .reward-alt h2 {
    font-size: 20px;
  }

  .reward h3, .reward-alt h3 {
    font-size: 18px;
  }
}

.reward-alt {
	background: url(../images/reward-alt.png) no-repeat center center;
	background-size: cover;
	padding: 44px 53px;
	border-radius: 7px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);

	/* Centrado con Flexbox */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.reward-alt {
	background-image: url('../images/reward7.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	padding: 44px 53px;
	border-radius: 7px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
	
.reward {
	background: url(../images/reward3.png);
	padding: 44px 53px;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.reward span {
    width: 100%;
    background: linear-gradient(#fdde91, #5b5d29);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 38px;
    filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
    display: block;
    margin-bottom: 15px
    font-weight: 700;
    /* width: 350px; */
font-family: "Marcellus", sans-serif;}

.reward2 {
	background: #181818;
	padding: 44px 53px;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.reward2 span {
    width: 100%;
    background: linear-gradient(#fdde91, #5b5d29);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 29px;
    margin: 1px 16px 14px;filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
    display: block;
    margin-bottom: 15px
    font-weight: 700;
    /* width: 350px; */
font-family: "Marcellus", sans-serif;}
