/**
* Theme: [ROMISC - Gantz] Astral MMORPG FluxCP Theme for Hercules
* Developer: https://gantzservices.com
* ROMISC Gantz Services
* RaYShiN#3646
*/

@font-face {
  font-family: 'GothamCondensed-Medium';
  src: url('../fonts/GothamCondensed-Medium.otf');
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.otf');
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.otf');
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.otf');
}

@font-face {
  font-family: 'TrajanPro-Bold';
  src: url('../fonts/TrajanPro-Bold.otf');
}

@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('../fonts/TrajanPro-Regular.ttf');
}

@font-face {
  font-family: 'TrajanPro-3';
  src: url('../fonts/trajan-pro-3.otf');
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf');
}

@font-face {
  font-family: 'TitilliumWebReg';
  src: url('../fonts/TitilliumWebReg.ttf');
}

@font-face {
  font-family: 'TitilliumWebBold';
  src: url('../fonts/TitilliumWebBold.ttf');
}

@font-face {
  font-family: 'DaysOne';
  src: url('../fonts/DaysOne-Regular.ttf');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --themeTextColor: #ecebeb;
  --themeColor: #fde3a4;
  --themeHover: #3f7ff3;
}

.text-color{
	color: var(--themeColor);
}

.text-hover{
	color: var(--themeHover);
}

body {
  background: url('../img/bg.jpg') top center no-repeat;
  background-size: cover;
  font-family: 'TitilliumWebReg';
  font-size: 12pt;
  color: #ecebeb;
}

a {
  color: var(--themeColor);
  text-decoration: none;
}

a:hover {
  color: var(--themeHover);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #d5d4d4;
	border-bottom-color: #015acf;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.smoke { position: absolute; left: 0; right: 0; top: 0px; height: 100vh; width: 100%; opacity: 0.7; background-image: url('../img/fog.png'); background-position: left top; background-size: cover; background-repeat: repeat-x; -webkit-animation: smoke 30s linear infinite; animation: smoke 30s linear infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

@-webkit-keyframes smoke { 0% { background-position: left -1920px top; }
	100% { background-position: left 1920px top; } }
  
@keyframes smoke { 0% { background-position: left -1920px top; }
	100% { background-position: left 1920px top; } }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 70px;
	z-index: 996;
	border-radius: 50px;
	font-size: 30pt;
	transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Server Status
--------------------------------------------------------------*/
.serverstatus {
  font-size: 11pt;
}

.status-value {
  font-family: 'TitilliumWebBold';
}

.status {
  padding: 0 20px;
	margin: auto;
	border-right: 1px solid #fff;
	line-height: 15px;
}

.status:last-of-type {
  border: 0;
  padding: 0 0 0 20px !important;
}

.on-status {
  color: #2bcc05 !important;
}

.off-status {
  color: #ff0000 !important;
}

.servertime {
  font-family: 'TitilliumWebBold';
  font-size: 18pt;
}

.btn-sign-in{
  background: #ff6600;
  border-radius: 3px;
  padding: 0px 10px;
  color: #fff;
  text-decoration: none;
}

.btn-sign-in:hover {
  background: #fb7b26;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.3s;
  padding: 15px;
  z-index: 997;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  padding: 10px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 70px;
}

.magic-circle {
  position: absolute;
  top: 130px;
	background: url('../img/magic-circle-arcane.png') no-repeat;
  width: 70vw;
	height: 70vw;
	margin-left: 15vw;
	background-position: top center;
	background-size: 100%;
  opacity: 0.6;
	-webkit-animation: rotate 120s linear infinite;
	animation: rotate 120s linear infinite;
  z-index: 1;
}

@media (max-width: 576px) {
  .magic-circle {
    width: 100vw;
    height: 100vw;
    margin-left: 0;
    -webkit-animation: none;
    animation: none;
  }   
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } 
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } 
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	font-size: 13pt;
	font-weight: lighter;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
	text-transform: uppercase;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1)
}

.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid var(--themeColor);
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: var(--themeColor);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  min-width: 100%;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.3);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul a {
  padding: 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #fff;
}

.navbar .dropdown ul li a:hover {
	font-weight: 400;
  display: block;
  background: rgba(255,255,255,0.2);
	color: #fff;
	padding-left: 25px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
	top: 30px;
	right: 10px;
}

.logo-mobile {
	padding: 10px !important;
}

.logo-mobile:hover {
  background: rgba(255, 255, 255, 0.1);
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  padding: 0;
  background-color: transparent;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: rgba(255,255,255,0.2);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a:hover {
  color: #3775fb;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fff;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	background-color: var(--themeHover);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh; /*100vh 1242px*/
}

#hero .main-char-bg {
  background: url('../img/main-bg-char.png') no-repeat;
  background-size: cover;
  width:777px;
  height: 889px;
  margin-top: -100px;
}

#hero .container {
  padding-top: 72px;
}

#hero .slogan {
  margin-top: 20vh;
}

#hero .download a:hover, #hero .featurevideo a:hover  {
  opacity: 0.85;
}

@media (max-width: 991px) {
  #hero, #hero .main-char-bg {
    height: 100vh;
    text-align: center;
  }
}

.left-panel {
  max-width: 330px;
  margin: 0 auto;
}

.loginpanel {
  background: rgba(95,118,161, 0.5);
  border-radius: 5px;
  margin-top: calc((100vh - 450px) /2);
  max-width: 330px;
  font-family: 'TitilliumWebReg';
  padding: 30px 0;
  min-height: 281px;
}

.loginpanel img {
  margin-top: -150px;
}

.login_row_main {
  max-width: 330px;
  margin-top: -70px;
  padding: 0 20px;
  text-align: start;
}

.login_row_main .panel-label {
  font-family: 'TitilliumWebReg';
  color: #fff;
  font-size: 13pt;
  padding: 5px 10px;
}

.login_row {
	max-width: 100%;
}

.textClass {
	background: #c4c4c4;
	border: none !important;
	border-radius: 5px;
	padding: 10px 15px !important;	
	width: 100%;
	margin-bottom: 10px;
	font-size: 9pt !important;
	text-align: left;
	color: #504f4f;
}

.rememberMe {
  font-family: 'TitilliumWebReg';
  font-size: 8pt;
  color: #c4c4c4;
}

.login_row table{
	width: 100%;
	font-size: 9pt;
}

.loginBtn {
  font-family: 'DaysOne';
	border-radius: 5px;
	background: #fce1a5;
	width: 100%;
	height: 45px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12pt;
  text-transform: uppercase;
	color: #000;
	cursor: pointer;
}

.loginBtn:hover {
	background: #f9d077;
}

.accountAction {
	font-size: 10pt;
	color: #fff;
	text-align: center;	
	width: 100%;
}

.accountAction a{
	color: #ccae35;
}

.accountAction a:hover {
	color: #fff;
}

.logged {
	margin-top: -80px;
  font-size: 13pt;
}

.dropdown-menu {
  list-style: none;
  position: absolute;
  display: none;
	background: rgba(0,0,0, 0.7);
	padding: 5px 20px;
	border-radius: 5px;
}

.dropdown-menu.show {
  display: block !important;
}

a.download-btn:hover {
  filter: invert(1);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main {
  position: relative;
  z-index: 9;
}

section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  margin: 0 auto !important;
  padding-bottom: 40px;
}

.section-title h2{
  font-family: 'TrajanPro-Bold' !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  position: relative !important;
  color: #fff;
  border: none !important;
  font-size: 50pt;
}

.section-title p {
  margin-bottom: 0;
}


/* --------------------------------
 Scroll Down Section
-------------------------------- */

.scroll-arrow {
  width: 200px;
  height: 100px;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 50px);
  filter:brightness(10);
  -webkit-animation: scroll-down 1.5s infinite;
  animation: scroll-down 1.5s infinite;
}

.scroll-arrow img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes scroll-down {
  0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
  }

  50% {
      opacity: 1;
  }

  100% {
      -webkit-transform: translate(0, 30px);
      opacity: 0;
  }
}

@keyframes scrolldown {
  0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
  }

  50% {
      opacity: 1;
  }

  100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
  }
}



/* --------------------------------
 News & Updates Section
-------------------------------- */
/* owl nav */
.owl-carousel .owl-nav{
  overflow: hidden;
  height: 0px;
  margin-top: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

.owl-theme .owl-dots {
  margin: 0 auto!important;
  /* background: rgba(0,0,0,0.5);
	width: 100%; */
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-btn{
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 48% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}
.owl-carousel .prev-slide{
  background: url('../img/nav-icon.png') no-repeat scroll 0 0;
  height: 50px;
  left: 0px;
}
.owl-carousel .next-slide{
  background: url('../img/nav-icon.png') no-repeat scroll -60px 0;
  height: 50px;
  right: 0px;
}
.owl-carousel .prev-slide:hover{
  background-position: 0px -66px;
}
.owl-carousel .next-slide:hover{
  background-position: -60px -66px;
}

.owl-carousel .owl-item{
  transition: .4s ease all;
  transform: scale(1);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #000;
}

.nav-pills .nav-link {
  color: #000;
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
}

#newsupdates {
  padding-top: 100px;
}

.news-content {
  font-family: TitilliumWebReg;
	font-size: 12pt;
  color: #fff;
}

.news-article {
  background: transparent !important;
  border: none;
}

.news-content .article-type {
  font-size: 9pt;
  font-family: 'TitilliumWebBold';
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  position: relative;
	top: -40px;
	left: 10px;
}

.news-content .article-type.News {
  background: #1f87fc;
}

.news-content .article-type.Events {
  background: #fc1f1f;
}

.news-content .article-type.Patchnotes {
  background: #fc961f;
}

.news-content .title {
  font-family: 'TitilliumWebBold';
  font-size: 13pt;
  text-transform: uppercase;
  color: #fff;
}

.news-content .title:hover {
  color: #fce1a5;
}

.news-content .date {
  margin: 10px 0 !important;
  color: #ecebeb;
}

.news-contain {
  padding: 0;
}

.news-contain .card-text {
  color: #ecebeb;
}


/* --------------------------------
 Server Info Section
-------------------------------- */

h3.info-title {
  font-family: 'TrajanPro-Bold' !important;
  margin-bottom: 20px !important;
  color: #fff !important;
  border: none !important;
  font-size: 34pt;
}

.statistics-title {
	font-family: 'TitilliumWebReg';
	font-size: 25pt;
	font-weight: 100;
}

.num-stats {
	font-family: 'TitilliumWebBold';
	font-size: 29pt;
	color: white;
}

.num-data {
	font-family: 'TitilliumWebBold';
	font-size: 29pt;
	color: white;
  line-height: 32pt;
}

.text-data {
	font-family: 'TitilliumWebReg';
	font-size: 12.5pt;
	color: white;	
}

.icon-chars, .icon-signups {
	margin-right: 30px;
  filter: brightness(10);
}

/* --------------------------------
 Featured Items Section
-------------------------------- */
.featured-items .price{
  max-width: 100px;
	font-family: 'DaysOne';
	font-size: 10.5pt;
	color: #fff;
	margin: 10px 0 0 0;
	background: #7263b6;
	padding: 2px 3px;
	border-radius: 3px;
	margin: 10px auto 0 auto;
}

.featured-items .item-name{
  font-family: 'TitilliumWebBold';
  font-size: 14pt;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.featured-items .desc{
  font-family: 'Gotham-Book';
  font-size: 10pt;
  color: #000;
}

.featured-items .itemlink {
  background: #3e2b5a;
  font-family: 'DaysOne';
  font-size: 11pt;
  color: white;
  text-transform: uppercase;
  padding: 3px 12px;
}

.featured-items .itemlink:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# famers Server Stats Desc
--------------------------------------------------------------*/
.famers {
  background: url("../img/hall-of-famers-bg.jpg") top center;
  background-size: cover;
  padding: 80px 0;
}

.famers h3 {
  font-family:sans-serif;
  color: #fff;
  font-size: 40pt;
  font-weight: 700;
}

.famers p {
  color: #fff;
}

.event-title{
	text-transform: uppercase;
	font-size: 16pt;
  font-family: 'TrajanPro-Regular';
}

.countdown-bg {
  background: url('../img/countdown-bg.png') no-repeat center;
  margin-bottom: 10px;
  filter: invert(1);
}

.countdown-bg span{
	font-family: 'Gotham-Book';
	font-size: 10pt;
	color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* ------------------------
	PVP Ladder
--------------------------*/
.top-pvp {
  background: url('../img/glass-floor.png') top center no-repeat;
  background-position-y: bottom;
  max-width: 956px;
}
.rank1 {
  background: url('../img/rank1.png') center no-repeat;
  /* width: 270px; */
  height: 361px;
	font-size: 12pt;
  font-weight: bold;
  position: relative;
}
.rank2 {
  background: url('../img/rank2.png') center no-repeat;
  /* width: 189px; */
  height: 253px;
	font-size: 10pt;
  position: relative;
  margin-top: 50px;
}
.rank3 {
  background: url('../img/rank3.png') center no-repeat;
  /* width: 189px; */
  height: 253px;
	font-size: 10pt;
  position: relative;
  margin-top: 50px;
}

.rank1 img, .rank2 img, .rank3 img, .rank1 p, .rank2 p, .rank3 p{
  position: relative;
	top: -80px;
}

.rank1 img {
  margin-bottom: 30px;
}

/* ------------------------
	GvG Champ and Castle Owners
--------------------------*/
.agit-castle {
  background: url('../img/castle-owners-bg.jpg') no-repeat;
  background-size: cover;
  width: 100%;
  padding: 20px;
}

.castle-owners {
  max-width: 1100px;
}

.owners {
  background: url('../img/stone-floor.png') top center no-repeat;
  background-position-y: bottom;
  max-width: 664px;
}

.flag {
  background: url('../img/flag.png') no-repeat top center;
  width: 121px;
	height: 246px;
	position: relative;
  margin: 0 auto;
}

.flag img {
  margin-top: 20px;
	position: relative;
	top: 120px;
	left: 50px;
	max-width: 24px;
}


/* ------------------------
	Footer
--------------------------*/
.footer {
  background: url('../img/footer-bg.jpg') no-repeat top center #000;
  padding: 60px 0;
  font-family: 'TitilliumWebReg';
  font-style: italic;
  color: #fff;
}

.footer-container {
  max-width: 1200px;
}

.footer h6{
  font-family: 'TitilliumWebBold';
  font-size: 15pt;
}

.footer .btn {
  border-radius: 0;
  font-family: 'TitilliumWebBold';
  padding: 0.375rem 1.3rem;
  font-size: 11pt;
}

.footer .btn:hover {
  filter: brightness(1.2);
}

.footer .nav-link {
	font-size: 11pt;
  padding: 6pt 0;
	color: #c2c1c1;
	line-height: 9pt;
  text-transform: capitalize;
}

.social-links {
  padding: 0;
}

.btn-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
  color: #fff;
	font-size: 18pt;
  padding: 10px 5px;
}

.btn-social:hover {
  color: #636363;
}

.footer .nav-link:hover {
	color: #fff;
}

.footer p {
	color: #fff;
}

/* --------------------------------
 Flux Pages Design Styles
-------------------------------- */

#submenu {
	color: var(--themeTextColor);
	background: none;
	font-size: 10pt;
}

#submenu a{ 
	color: var(--themeColor);
}

#submenu a:hover {
	text-decoration: none;
	color: var(--themeTextColor);
}

.admin-menu {
	color: var(--themeTextColor);
	background: none;
	font-size: 10pt;
}

.admin-menu a{
	color: var(--themeColor);
}

.admin-menu a:hover {
	text-decoration: none;
	color: var(--themeTextColor);
}

.admin-menu a:after {
	content: ' / ';
	color: var(--themeTextColor);
	text-decoration: none;
}

.toggler a {
	color: var(--themeColor);
}

.pages .page-num {
	color: var(--themeColor);
}

.pages .current-page {
	color: #cc9808 !important;
	font-weight: bold;
}

.pages .page-prev, .pages .page-next {
	color: var(--themeTextColor);
}

.horizontal-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.horizontal-table > .table-bordered {
    border: 0; 
}


.vertical-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.horizontal-table > .table-bordered {
    border: 0;
}   

.global-container {
	max-width: 1120px;
	font-family: 'TitilliumWebReg';
	border-radius: 5px;
	margin: 50px auto;
	color: var(--themeTextColor);
	font-size: 9pt;
	padding: 50px 15px;
  position: relative;
  text-shadow: 1px 1px #000;
  z-index: 9;
}

.global-container h2,h3 {
  font-family: 'TrajanPro-Regular';
	font-size: 25pt;
	text-decoration-color: var(--themeTextColor);
	width: unset;
	margin: 20px 0px;
	padding: 5px 0;
	color: var(--themeTextColor);
	text-transform: none;
}

.global-container p {
	font-family: 'Gotham-Book';
	font-size: 10pt;
}

.customborder-bottom {
	padding-bottom: 15px;
	border-bottom: 2px solid var(--themeTextColor);
}

.fs-medium {
	font-size: 90% !important;
}

.fs-small {
	font-size: 75% !important;
}

.security-code {
	background-color: #b7b7b7;
	height: auto;
	border: #8e8e8e;
}

.reg-label {
	font-family: 'Inter-Bold' !important;
	font-size: 9pt !important;
	color: var(--themeTextColor) !important;
}

.birthdate select {
	background-color: #212529!important;
	color: #fff!important;
	padding: 0.4rem 1rem!important;
	-moz-box-shadow: inset 0 0 7px #141414;
	-webkit-box-shadow: inset 0 0 7px #141414;
	box-shadow: inset 0 0 7px #141414;
}

h3 {
	font-size: 30pt;
}

.global-container a {
	color: var(--themeColor);
}


.global-container:empty {
	display: none;
}



.horizontal-table td {
	padding: 5px 10px;
	background: #4b5891;
}

	

.horizontal-table th, .horizontal-table td {
	font-size: 9pt;
	border: 1px solid var(--themeTextColor);
}



.horizontal-table th {
	padding: 5px 10px;
	background-color: transparent;
}



.vertical-table td {
	padding: 5px 10px;
	background: #4b5891;
}

	

.vertical-table th, .vertical-table td {

	font-size: 9pt;
	border: 1px solid var(--themeTextColor);
}


.vertical-table th {
	padding: 5px 10px;
	background-color: transparent;
}


.generic-form {
	border: 1px solid var(--themeColor);
	background: none;
}

.generic-form-div {
	background-color: #4b5891;
}

.generic-form-table td p {
	color: var(--themeColor);
}

.search-form label, .search-form2 label {
	color: var(--themeColor);
}


.sortable {
	color: #38a6e8;
	text-decoration: underline;
}


.sortable:hover {
	color: #fff;
}


#pagemenu {
	color: var(--themeTextColor);
}


#pagemenu a{
	color: var(--themeColor);
}

.character-stats .stat-name {
	color: var(--themeColor);
}

.character-stats .stat-value {
	color: var(--themeTextColor);
}


.generic-form-table th label , .generic-form-table td div, .horizontal-table td, .horizontal-table th, .vertical-table th, .vertical-table td{
	color: var(--themeColor);
  text-shadow: 1px 1px #000;
}

/* ------------------------
	Download Page
--------------------------*/

.download-links a:hover {
  opacity: 0.7;
}

/* ------------------------
	Donate Page
--------------------------*/
#DonateInfo{
  background: url(../img/donateinfo.png) center no-repeat;
	background-size: cover;
	width: 150px;
	height: 100px;
	display: block;
	margin: 0 10px;
}

#PayPal{
  background: url(../img/paypal.png) center no-repeat;
	background-size: contain;
	width: 150px;
	height: 100px;
	display: block;
	margin: 0 10px;
}

#Binance{
  background: url(../img/binance.png) center no-repeat;
	background-size: cover;
	width: 150px;
	height: 100px;
	display: block;
	margin: 0 10px;
}

#CoinsPH{
  background: url(../img/coinsph.png) center no-repeat;
	background-size: contain;
	width: 150px;
	height: 100px;
	display: block;
	margin: 0 10px;
}

#GCash{
  background: url(../img/gcash.png) center no-repeat;
	background-size: cover;
	width: 150px;
	height: 100px;
	display: block;
	margin: 0 10px;
}

#BankTransfer{
  background: url(../img/banktrans.png) center no-repeat;
	background-size: contain;
	width: 150px;
	height: 100px;
	display: block;
	margin: 0 10px;
}

#DonateInfo:hover, #PayPal:hover, #Binance:hover, #CoinsPH:hover, #GCash:hover, #BankTransfer:hover {
  filter:brightness(1.2);
}