/*!
 * WebEngine CMS - Volcon template
 */
:root {
	--volcon-black: #000000;
	--volcon-ink: #070707;
	--volcon-panel: #111111;
	--volcon-orange: #ff4d00;
	--volcon-fire: #ff6600;
	--volcon-gold: #ff8c00;
	--volcon-green: #44a001;
	--volcon-text: #e8dfd6;
	--volcon-muted: #a99d91;
	--volcon-line: rgba(255, 102, 0, 0.38);
	--volcon-glow: inset 0 0 22px rgba(255, 77, 0, 0.05);
	--webenginecolor1: #ff4d00;
	--webenginecolor5: #111111;
	--webenginecolor6: #e8dfd6;
}

* { box-sizing: border-box; }
html { min-width: 0; background: var(--volcon-black); }
body {
	margin: 0;
	background: #000;
	color: var(--volcon-text);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a { color: #fff; text-decoration: none; transition: color .2s ease, filter .2s ease, transform .2s ease; }
a:hover, a:focus { color: #fff; text-decoration: none; }
img { max-width: 100%; border: 0; }
.volcon-wrap { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }

.global-top-bar {
	position: relative;
	z-index: 3;
	background: rgba(0, 0, 0, 0.92);
	border-bottom: 0;
}
.global-top-bar:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 20px;
	pointer-events: none;
	background: url('../img/border.png') center center / 100% 20px no-repeat;
	z-index: 4;
}
.global-top-bar-content {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}
.volcon-account-links { display: flex; align-items: center; gap: 22px; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.volcon-account-links a { color: #f3e2cf; }
.volcon-account-links i { margin-right: 8px; color: #fff; }

.volcon-navbar {
	position: relative;
	z-index: 3;
	background: linear-gradient(180deg, rgba(3, 3, 3, .98), rgba(0, 0, 0, .96));
	border-bottom: 0;
	box-shadow: inset 0 -1px 0 rgba(255,77,0,.26);
}
.volcon-navbar:before,
.volcon-navbar:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 20px;
	pointer-events: none;
	background: url('../img/border.png') center center / 100% 20px no-repeat;
}
.volcon-navbar:before { top: -10px; }
.volcon-navbar:after { bottom: -10px; }
.volcon-navbar ul { display: flex; justify-content: center; align-items: stretch; gap: 0; list-style: none; padding: 0; margin: 0 auto; }
.volcon-navbar li { position: relative; }
.volcon-navbar li + li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 46px;
	background: linear-gradient(180deg, transparent, rgba(255,255,255,.08), rgba(255,102,0,.24), transparent);
	transform: translateY(-50%);
}
.volcon-navbar a {
	position: relative;
	display: grid;
	grid-template-columns: 28px 1fr;
	grid-template-rows: auto auto;
	column-gap: 11px;
	align-content: center;
	min-width: 164px;
	min-height: 78px;
	padding: 12px 22px 13px;
	color: #e8ded4 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.volcon-navbar a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, rgba(255,77,0,.95), transparent);
	opacity: 0;
	box-shadow: 0 0 18px rgba(255,77,0,.8);
}
.volcon-navbar i {
	grid-row: 1 / 3;
	align-self: center;
	justify-self: center;
	color: #cfcfcf;
	font-size: 25px;
	text-shadow: 0 2px 8px #000;
}
.volcon-navbar span {
	display: block;
	color: #e7e7e7;
	line-height: 1.05;
}
.volcon-navbar small {
	display: block;
	margin-top: 8px;
	color: #8f8f8f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .02em;
}
.volcon-navbar a:hover,
.volcon-navbar li.is-active a {
	color: #fff !important;
	background: linear-gradient(180deg, rgba(255, 77, 0, .14), rgba(255,77,0,.03) 48%, transparent);
}
.volcon-navbar a:hover:after,
.volcon-navbar li.is-active a:after { opacity: 1; }
.volcon-navbar a:hover i,
.volcon-navbar li.is-active i { color: #ff3a13; text-shadow: 0 0 16px rgba(255,77,0,.7); }
.volcon-navbar a:hover span,
.volcon-navbar li.is-active span { color: #ff3a13; }
.volcon-navbar a:hover small,
.volcon-navbar li.is-active small { color: #d8d8d8; }

.volcon-hero {
	position: relative;
	min-height: 610px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #000 url('../img/hero-volcon.png') center center / cover no-repeat;
	overflow: hidden;
}
.volcon-hero:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 28px;
	pointer-events: none;
	background: url('../img/border.png') center center / 100% 28px no-repeat;
	z-index: 2;
}
.volcon-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.12) 48%, #000 100%),
		radial-gradient(circle at 50% 42%, rgba(0,0,0,.06), rgba(0,0,0,.52) 72%);
}
.volcon-hero-content { position: relative; z-index: 1; padding: 48px 16px 132px; margin-top: -6px; }
.volcon-brand { display: inline-flex; flex-direction: column; align-items: center; color: #fff; line-height: .9; }
.volcon-brand-logo {
	width: min(430px, 74vw);
	height: auto;
	filter: drop-shadow(0 16px 26px rgba(0,0,0,.86));
}
.volcon-hero p {
	margin: 4px 0 6px;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .13em;
}
.volcon-hero-subtitle {
	display: block;
	margin-bottom: 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-shadow: 0 2px 8px #000;
}
.volcon-hero-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; align-items: center; }
.volcon-image-btn {
	display: block;
	width: 282px;
	max-width: 46vw;
	filter: drop-shadow(0 12px 16px rgba(0,0,0,.78));
	transition: transform .2s ease, filter .2s ease;
}
.volcon-image-btn img { display: block; width: 100%; height: auto; }
.volcon-image-btn:hover {
	transform: translateY(-2px);
	filter: drop-shadow(0 14px 18px rgba(0,0,0,.86)) brightness(1.05);
}
.volcon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	flex-direction: column;
	padding: 8px 34px;
	border: 1px solid var(--volcon-line);
	background: linear-gradient(180deg, rgba(55, 16, 6, .94), rgba(13, 5, 3, .98));
	color: #fff !important;
	font-family: 'Cinzel', serif;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
	box-shadow: var(--volcon-glow);
}
.volcon-btn small {
	display: block;
	margin-top: 2px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
}
.volcon-login-form .volcon-btn {
	min-height: 44px;
	flex-direction: row;
	padding: 0 24px;
}
.volcon-btn:hover { transform: translateY(-1px); filter: brightness(1.18); }
.volcon-btn-primary { background: linear-gradient(180deg, #7a1804, #2c0702); border-color: rgba(255, 140, 0, .75); }
.volcon-btn-secondary { background: linear-gradient(180deg, rgba(36, 30, 27, .96), rgba(10, 9, 8, .98)); }
.volcon-btn-block { width: 100%; }

.volcon-stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: -64px;
	width: min(1240px, calc(100% - 24px));
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	background: url('../img/bordernav.png') center / 100% 100% no-repeat;
	border: 0;
	box-shadow: none;
	padding: 8px 18px;
}
.volcon-stats:before,
.volcon-stats:after {
	display: none;
}
.volcon-stat {
	min-height: 82px;
	display: grid;
	grid-template-columns: 56px 1fr;
	align-content: center;
	gap: 2px 18px;
	padding: 16px 28px;
	border-right: 1px solid rgba(255, 102, 0, .15);
}
.volcon-stat:first-child {
	padding-left: 54px;
}
.volcon-stat:last-child { border-right: 0; }
.volcon-stat i { grid-row: span 2; align-self: center; color: var(--volcon-green); font-size: 32px; text-shadow: 0 0 18px rgba(68,160,1,.65); }
.volcon-stat:nth-child(n+2) i { color: var(--volcon-green); }
.volcon-stat:last-child i { color: var(--volcon-green); font-size: 18px; }
.volcon-stat span { color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.volcon-stat strong { color: #fff; font-size: 20px; font-weight: 800; text-transform: uppercase; }
.volcon-stat .is-online { color: var(--volcon-green); text-shadow: 0 0 14px rgba(68,160,1,.58); }

#container { background: transparent; min-height: 520px; padding: 0; }
#content { width: 100%; min-height: 500px; padding: 0; overflow: visible; }
.volcon-home-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr); gap: 24px; align-items: start; }
.volcon-main-column, .volcon-side-column { display: grid; gap: 20px; align-content: start; }
.volcon-side-column { margin-top: -4px; }

.volcon-panel, .panel, .panel-sidebar, .panel-news {
	position: relative;
	background:
		linear-gradient(180deg, rgba(3, 3, 3, .2), rgba(0, 0, 0, .18)),
		url('../img/fondomodule.png') center / 100% 100% no-repeat;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--volcon-text);
	overflow: hidden;
}
.volcon-panel:before, .panel:before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: none;
}
.volcon-panel:after, .panel:after {
	display: none;
}
.volcon-panel-heading, .panel-heading {
	position: relative;
	height: 50px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding: 11px 38px 0;
	background: transparent;
	border: 0;
	border-bottom: 0;
	line-height: 1;
}
.volcon-panel-heading h2, .panel-title, .page-title {
	margin: 0;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .035em;
	line-height: 1;
	text-shadow: 0 2px 2px #000;
	transform: translateY(var(--volcon-title-y, 0));
}
.volcon-panel-heading a { display: none; }
.volcon-panel-body, .panel-body { position: relative; z-index: 1; padding: 16px 38px 38px; }

.volcon-panel-news { --volcon-title-y: 0px; }
.volcon-panel-active-events { --volcon-title-y: 9px; }
.volcon-panel-event-tracking { --volcon-title-y: 9px; }
.volcon-panel-social { --volcon-title-y: 0px; }
.volcon-panel-login,
.volcon-panel-account { --volcon-title-y: 8px; }
.volcon-panel-ranking-reset { --volcon-title-y: 9px; }
.volcon-panel-ranking-guild { --volcon-title-y: 0px; }
.volcon-panel-ranking-killers { --volcon-title-y: 0px; }

.volcon-news-list { display: grid; gap: 14px; }
.volcon-news-item { display: grid; grid-template-columns: 118px 1fr; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.volcon-news-item:last-child { border-bottom: 0; padding-bottom: 0; }
.volcon-news-thumb { min-height: 92px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(255,77,0,.12), rgba(0,0,0,.35)), url('../img/event-blood-castle.png') left center / cover no-repeat; border: 1px solid rgba(255,102,0,.45); box-shadow: inset 0 0 22px rgba(0,0,0,.55); }
.volcon-news-thumb i { color: #fff; font-size: 26px; text-shadow: 0 0 14px #ff4d00; }
.volcon-news-item h3 { margin: 0 0 7px; color: #fff; font-size: 15px; font-weight: 800; }
.volcon-news-item p { margin: 0 0 5px; color: #fff; line-height: 1.55; }
.volcon-news-item time { color: #fff; font-size: 12px; }

.volcon-event-carousel {
	position: relative;
	overflow: hidden;
}
.volcon-event-carousel input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.volcon-event-track {
	display: flex;
	width: 300%;
	transform: translateX(0);
	animation: volcon-event-carousel 14s infinite;
}
#event-slide-1:checked ~ .volcon-event-track { transform: translateX(0); animation: none; }
#event-slide-2:checked ~ .volcon-event-track { transform: translateX(-33.3333%); animation: none; }
#event-slide-3:checked ~ .volcon-event-track { transform: translateX(-66.6666%); animation: none; }
.volcon-event-feature { position: relative; min-height: 318px; flex: 0 0 33.3333%; display: grid; grid-template-columns: 48% 1fr; align-items: center; background: #060606; border: 1px solid rgba(255,102,0,.45); overflow: hidden; box-shadow: inset 0 0 36px rgba(0,0,0,.7); }
.volcon-event-art { position: absolute; inset: 0; }
.volcon-event-blood { background: linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.88) 58%), url('../img/event-blood-castle.png') center / cover no-repeat; }
.volcon-event-chaos { background: linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.88) 58%), url('../img/event-chaos-castle.png') center / cover no-repeat; }
.volcon-event-devil { background: linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.88) 58%), url('../img/event-devil-square.png') center / cover no-repeat; }
.volcon-event-copy { position: relative; z-index: 1; grid-column: 2; padding: 36px; }
.volcon-event-copy h3 { margin: 0 0 14px; color: #fff; font-family: 'Cinzel', serif; font-size: 38px; font-weight: 800; text-transform: uppercase; text-shadow: 0 0 18px rgba(255,77,0,.6); }
.volcon-event-copy p { color: #fff; line-height: 1.7; }
.volcon-event-meta { display: flex; gap: 18px; color: #fff; font-weight: 700; text-transform: uppercase; font-size: 12px; }
.volcon-event-meta i { color: #fff; margin-right: 6px; }
.volcon-event-dots {
	position: absolute;
	left: 50%;
	bottom: 14px;
	z-index: 3;
	display: flex;
	gap: 9px;
	transform: translateX(-50%);
}
.volcon-event-dots label {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255,255,255,.26);
	cursor: pointer;
}
#event-slide-1:checked ~ .volcon-event-dots label:nth-child(1),
#event-slide-2:checked ~ .volcon-event-dots label:nth-child(2),
#event-slide-3:checked ~ .volcon-event-dots label:nth-child(3) {
	background: #fff;
}
@keyframes volcon-event-carousel {
	0%, 28% { transform: translateX(0); }
	34%, 62% { transform: translateX(-33.3333%); }
	68%, 94% { transform: translateX(-66.6666%); }
	100% { transform: translateX(0); }
}

.volcon-events-table, .volcon-ranking-table, .table, .rankings-table { width: 100%; color: #fff; border-collapse: collapse; }
.volcon-ranking-table th {
	padding: 0 8px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,102,0,.2);
}
.volcon-events-table td, .volcon-ranking-table td, .table td, .rankings-table td {
	padding: 11px 8px;
	border-top: 1px solid rgba(255,255,255,.08) !important;
	vertical-align: middle;
}
.volcon-events-table tr:first-child td, .volcon-ranking-table tr:first-child td { border-top: 0 !important; }
.volcon-events-table i { width: 26px; color: #fff; }
.volcon-events-table td:last-child, .volcon-ranking-table td:last-child { color: #fff; font-weight: 800; }
.volcon-place { width: 34px; color: #fff; font-weight: 800; }
.volcon-empty { padding: 20px; color: var(--volcon-muted); text-align: center; border: 1px dashed rgba(255,102,0,.28); }

.volcon-social-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, .86fr);
	gap: 36px;
	align-items: stretch;
}
.volcon-social-discord {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 24px;
	align-items: center;
	min-height: 112px;
}
.volcon-discord-badge {
	width: 92px;
	height: 92px;
	display: grid;
	place-items: center;
	align-self: center;
	justify-self: center;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.volcon-discord-badge img {
	display: block;
	width: 100%;
	height: auto;
}
.volcon-social-block h3 { margin: 0 0 10px; color: #fff; font-size: 15px; font-weight: 800; text-transform: uppercase; line-height: 1.12; text-align: center; }
.volcon-social-discord h3,
.volcon-social-discord p { text-align: left; }
.volcon-social-block p { color: #fff; margin-bottom: 18px; line-height: 1.55; font-size: 15px; }
.volcon-social-redes {
	min-height: 112px;
	display: grid;
	align-content: center;
	padding-left: 32px;
	border-left: 1px solid rgba(255,255,255,.09);
	text-align: center;
}
.volcon-social-logo-row {
	position: relative;
	width: min(190px, 100%);
	margin: 18px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.volcon-social-logo-row a {
	position: static;
	display: block;
	width: 62px;
	transition: transform .2s ease, filter .2s ease;
}
.volcon-social-logo-row a:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}
.volcon-social-logo-row img {
	display: block;
	width: 100%;
	height: auto;
}

.volcon-login-form { display: grid; gap: 12px; }
.volcon-login-image-button {
	display: block;
	width: 100%;
	padding: 0;
	margin: 4px 0 0;
	background: transparent;
	border: 0;
	line-height: 0;
	cursor: pointer;
	filter: drop-shadow(0 8px 12px rgba(0,0,0,.6));
	transition: transform .2s ease, filter .2s ease;
}
.volcon-login-image-button:hover,
.volcon-login-image-button:focus {
	transform: translateY(-1px);
	filter: drop-shadow(0 10px 14px rgba(0,0,0,.72)) brightness(1.05);
	outline: none;
}
.volcon-login-image-button img {
	display: block;
	width: 100%;
	height: auto;
}
.form-control, input[type=text], input[type=password], input[type=number], select, textarea {
	height: 44px;
	background: rgba(0,0,0,.55) !important;
	border: 1px solid rgba(255, 102, 0, .28) !important;
	border-radius: 2px !important;
	color: #f4e9de !important;
	box-shadow: inset 0 0 16px rgba(0,0,0,.42) !important;
}
.form-control:focus, input:focus, textarea:focus {
	border-color: rgba(255, 140, 0, .8) !important;
	box-shadow: inset 0 0 16px rgba(0,0,0,.42) !important;
}
.volcon-login-row { display: flex; justify-content: space-between; gap: 10px; align-items: center; color: var(--volcon-muted); font-size: 12px; }
.volcon-login-row input { margin-right: 6px; }
.volcon-register-link { margin: 10px 0 0; text-align: center; color: #fff; font-size: 12px; }
.volcon-register-link a { font-weight: 800; text-transform: uppercase; }
.volcon-usercp-list ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.volcon-usercp-list li { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.volcon-usercp-list img { width: 22px; height: 22px; object-fit: contain; }

.footer {
	margin-top: 44px;
	margin-bottom: 0;
	width: 100%;
	padding: 24px 0 24px;
	background:
		linear-gradient(180deg, #000 0%, rgba(0,0,0,.94) 38%, rgba(0,0,0,.76) 100%),
		url('../img/hero-volcon.png') center bottom / 1920px auto no-repeat;
	border-top: 0;
	color: var(--volcon-muted);
	text-align: center;
}
.footer .footer-container:before {
	display: none;
}
.footer:before {
	content: "VIVE LA VERDADERA EXPERIENCIA MU";
	display: block;
	width: min(760px, calc(100% - 40px));
	margin: 0 auto 12px;
	padding-bottom: 12px;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	background:
		linear-gradient(90deg, transparent, rgba(255,77,0,.65), transparent) center bottom / 100% 1px no-repeat;
}
.footer:after {
	content: "";
	display: block;
	width: min(1200px, calc(100% - 40px));
	height: 1px;
	margin: 14px auto 0;
	background: linear-gradient(90deg, transparent, rgba(255,77,0,.38), transparent);
}
.footer > .footer-container {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}
.footer .row { margin-left: 0; margin-right: 0; }
.footer p {
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
}
.volcon-footer-copy {
	text-align: center;
}
.volcon-template-credit { margin-top: 6px !important; color: #fff; }
.footer a { color: #fff; }
.footer hr { margin: 16px auto; border-top: 1px solid rgba(255,102,0,.14); }
.footer .footer-social-link { filter: grayscale(100%); opacity: .82; }
.footer .footer-social-link:hover { filter: grayscale(0%); opacity: 1; }

.page-title { margin-bottom: 20px; text-align: left; }
.btn-primary, .btn {
	background: linear-gradient(180deg, #7a1804, #2c0702) !important;
	border-color: rgba(255, 140, 0, .65) !important;
	color: #fff !important;
	border-radius: 2px !important;
}
.admincp-button { position: fixed; top: 10px; right: 10px; z-index: 50; }
.event-schedule-open, .event-schedule-inprogress { color: var(--volcon-green); text-shadow: 0 0 12px rgba(68,160,1,.45); }

#content > h1,
#content > h2,
#content > h3,
.module-title,
.page-title,
.panel-title,
legend {
	color: #fff !important;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	letter-spacing: .035em;
}

#content > h1,
#content > h2,
#content > h3,
.page-title {
	margin: 0 0 22px;
	font-size: 17px;
	font-weight: 800;
}

#content > .page-title {
	text-align: center;
}

#content > .panel,
#content > .panel-news,
#content > .panel-sidebar,
#content > .module-content,
#content > .well,
#content .download-item,
#content .rankings-table,
#content .table-responsive {
	position: relative;
	background:
		linear-gradient(180deg, rgba(3,3,3,.2), rgba(0,0,0,.18)),
		url('../img/fondomodule.png') center / 100% 100% no-repeat !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff;
}

#content > .panel,
#content > .panel-news,
#content > .module-content,
#content > .well,
#content .download-item,
#content .table-responsive {
	margin-bottom: 24px;
	padding: 18px 38px 34px;
}

#content > .page-info,
#content .panel-downloads,
#content .panel-general,
#content .panel-addstats,
#content .panel-shop {
	position: relative;
	margin-bottom: 24px;
	padding: 18px 38px 34px;
	background:
		linear-gradient(180deg, rgba(3,3,3,.2), rgba(0,0,0,.18)),
		url('../img/fondomodule.png') center / 100% 100% no-repeat !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff;
}

#content > .page-info {
	display: block;
	width: min(100%, 1120px);
	margin: 0 auto 28px;
	padding: 46px 44px 54px;
	background:
		linear-gradient(180deg, rgba(3,3,3,.14), rgba(0,0,0,.16)),
		url('../img/fondomodule.png') center / 100% 100% no-repeat !important;
}

#content > .page-info br {
	display: none;
}

#content > .page-info table {
	margin: 0 0 36px !important;
	background: transparent !important;
}

#content > .page-info table:last-child {
	margin-bottom: 0 !important;
}

#content > .page-info h2 {
	margin: 34px 0 16px;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .035em;
}

#content > .page-info h2:first-of-type {
	margin-top: 0;
}

#content > .page-info th {
	text-align: center;
}

#content > .page-info h2 i,
#content .panel-title i,
#content .page-title i {
	color: #fff;
	margin-right: 8px;
}

.panel-downloads .panel-body {
	padding: 0 !important;
}

.panel-downloads .panel-title {
	height: auto;
	margin: 0 0 16px;
	padding: 0 0 13px;
	border-bottom: 1px solid rgba(255,102,0,.2);
	font-size: 14px;
	color: #fff !important;
}

.panel-downloads .table {
	margin-bottom: 0;
}

.panel-downloads .table td {
	padding: 16px 8px !important;
}

.download-description {
	display: inline-block;
	margin-top: 4px;
	color: #fff !important;
	opacity: .86;
}

.myaccount-table {
	margin-bottom: 28px;
	background:
		linear-gradient(180deg, rgba(3,3,3,.2), rgba(0,0,0,.18)),
		url('../img/fondomodule.png') center / 100% 100% no-repeat !important;
}

.myaccount-table td {
	padding: 14px 12px !important;
}

.myaccount-table td:first-child {
	width: 28%;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
}

#content > .row[style] {
	margin-top: 18px !important;
	margin-bottom: 24px !important;
}

#content > .row[style] .col-xs-3 {
	margin-bottom: 22px !important;
}

#content > .row[style] .col-xs-3 > a {
	display: grid;
	justify-items: center;
	align-content: center;
	min-height: 150px;
	padding: 18px 10px;
	background:
		linear-gradient(180deg, rgba(3,3,3,.2), rgba(0,0,0,.18)),
		url('../img/fondomodule.png') center / 100% 100% no-repeat;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	transition: transform .2s ease, filter .2s ease;
}

#content > .row[style] .col-xs-3 > a:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

#content > .row[style] .col-xs-3 img {
	width: 76px !important;
	height: 76px !important;
	object-fit: contain;
	margin-bottom: 10px;
}

.panel-usercp .panel-body ul,
.panel-sidebar .panel-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.panel-usercp .panel-body li,
.panel-sidebar .panel-body li {
	display: grid;
	grid-template-columns: 58px 1fr;
	align-items: center;
	gap: 14px;
	padding: 11px 0;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.panel-usercp .panel-body li:last-child,
.panel-sidebar .panel-body li:last-child {
	border-bottom: 0;
}

.panel-usercp .panel-body li img,
.panel-sidebar .panel-body li img {
	width: 52px !important;
	height: 52px !important;
	object-fit: contain;
}

#content .panel-heading {
	background: transparent !important;
	border: 0 !important;
	padding-left: 0;
	padding-right: 0;
}

#content .panel-body {
	background: transparent !important;
	color: #fff;
}

.table,
.table-bordered,
.rankings-table,
#content table {
	background: rgba(0,0,0,.42) !important;
	color: #fff !important;
	border: 0 !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
#content table th,
#content table td {
	background: transparent !important;
	color: #fff !important;
	border-color: rgba(255,255,255,.08) !important;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(even),
#content table tr:nth-child(odd),
#content table tr:nth-child(even) {
	background: rgba(255,255,255,.015) !important;
}

#content table th,
.table>thead>tr>th {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,102,0,.25) !important;
}

#content p,
#content li,
#content label,
#content small,
#content td,
#content th {
	color: #fff;
}

#content a:not(.btn):not(.volcon-btn):not(.volcon-image-btn):not(.volcon-login-image-button) {
	color: #fff !important;
	font-weight: 700;
}

.badge,
.label,
.label-success {
	background: var(--volcon-green) !important;
	color: #fff !important;
}

.online,
.status-online,
.text-success,
[style*="green"] {
	color: var(--volcon-green) !important;
}

@media (max-width: 991px) {
	.volcon-navbar ul { flex-wrap: wrap; }
	.volcon-navbar a {
		min-width: 33.333%;
		min-height: 70px;
		padding: 12px 18px;
	}
	.global-top-bar:after,
	.volcon-navbar:before,
	.volcon-navbar:after { height: 16px; background-size: 100% 16px; }
	.global-top-bar:after { bottom: -8px; }
	.volcon-navbar:before { top: -8px; }
	.volcon-navbar:after { bottom: -8px; }
	.volcon-hero { min-height: 520px; background-position: center top; }
	.volcon-brand-logo { width: min(360px, 76vw); }
	.volcon-image-btn { width: 245px; }
	.volcon-stats { grid-template-columns: repeat(2, 1fr); }
	.volcon-stat:nth-child(2) { border-right: 0; }
	.volcon-home-grid { grid-template-columns: 1fr; }
	.volcon-social-block { grid-template-columns: 1fr; }
	.volcon-social-redes { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.09); padding-top: 22px; }
}

@media (max-width: 640px) {
	.volcon-wrap { width: min(100% - 20px, 1200px); }
	.global-top-bar-content { flex-direction: column; align-items: stretch; justify-content: center; padding: 10px 0; }
	.volcon-account-links { justify-content: center; }
	.volcon-navbar ul { display: grid; grid-template-columns: repeat(2, 1fr); }
	.volcon-navbar li + li:before { display: none; }
	.volcon-navbar a {
		min-width: 0;
		min-height: 64px;
		padding: 11px 12px;
		font-size: 12px;
		grid-template-columns: 24px 1fr;
		column-gap: 9px;
	}
	.volcon-navbar i { font-size: 20px; }
	.volcon-navbar small { margin-top: 5px; font-size: 10px; }
	.volcon-navbar:before,
	.volcon-navbar:after,
	.global-top-bar:after { opacity: .85; }
	.volcon-hero { min-height: 470px; background-position: 58% top; }
	.volcon-hero-content { padding-top: 52px; }
	.volcon-brand-logo { width: min(310px, 82vw); }
	.volcon-hero p { font-size: 12px; letter-spacing: .09em; }
	.volcon-hero-subtitle { font-size: 9px; letter-spacing: .07em; }
	.volcon-image-btn { width: 220px; max-width: 82vw; }
	.volcon-stats { grid-template-columns: 1fr; margin-top: -24px; }
	.volcon-stat { border-right: 0; border-bottom: 1px solid rgba(255,102,0,.15); }
	.volcon-stat:last-child { border-bottom: 0; }
	.volcon-panel-heading, .panel-heading { height: 48px; min-height: 48px; padding: 10px 24px 0; }
	.volcon-panel-heading h2, .panel-title, .page-title { font-size: 14px; }
	.volcon-panel-body, .panel-body { padding: 18px 24px 28px; }
	.volcon-news-item { grid-template-columns: 1fr; }
	.volcon-event-feature { display: block; min-height: 360px; }
	.volcon-event-blood { background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.92) 62%), url('../img/event-blood-castle.png') center / cover no-repeat; }
	.volcon-event-chaos { background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.92) 62%), url('../img/event-chaos-castle.png') center / cover no-repeat; }
	.volcon-event-devil { background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.92) 62%), url('../img/event-devil-square.png') center / cover no-repeat; }
	.volcon-event-copy { padding: 190px 20px 22px; }
	.volcon-event-copy h3 { font-size: 30px; }
	.volcon-events-table td { display: block; width: 100%; padding: 6px 0; border-top: 0 !important; }
	.volcon-events-table tr { display: block; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.08); }
	.volcon-social-block { grid-template-columns: 1fr; text-align: center; }
	.volcon-social-discord { grid-template-columns: 1fr; justify-items: center; }
	.volcon-social-discord h3,
	.volcon-social-discord p { text-align: center; }
	.volcon-discord-badge { margin: 0 auto; }
	.volcon-social-logo-row { margin-left: auto; margin-right: auto; }
}
