/**
* 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');
}

@media screen and (min-width: 1920px) {
    div.modal > .modal-dialog {
        max-width: 33% !important;
        margin: auto !important;
    }
}

.modal-content {
    background-color: transparent;
    border: none !important;
}   
    
.modal-body {
    background-color: transparent;
}   

.solid-modal-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  color: #999;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --themeTextColor: #666768;
  --themeColor: #0f9df5;
  --themeHover: #0f9df5;
}

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

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

body {
  background: #ffffff;
  font-family: 'TitilliumWebReg';
  font-size: 13pt;
  color: #666768;
}

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: 15pt;
}

.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;
  z-index: 997;
}

#header .main-header {
  background: #fff;
  color: #444245;
}

#header .main-header span{
  font-size: 11pt;
  color: #444245;
  text-transform: uppercase;
}

#header .main-header .login a{
  font-size: 10pt;
  color: #444245;
  text-transform: uppercase;
}

#header .main-header .login a:hover{
  background: #444245;
  color: #fff
}

#header .sub-header {
  background: rgba(31, 31, 41, 0.7);
}

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

#header .logo {
  font-family: 'DaysOne';
  font-size: 15pt;
  margin: 0;
  padding: 10px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

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

#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: 15px;
	font-family: TitilliumWebBold;
	font-size: 11pt;
	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.7);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul a {
  padding: 7px 15px;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.navbar .dropdown ul li a:hover {
	font-weight: 400;
  display: block;
  background: #3f7ff3;
	color: #fff;
	padding-left: 20px;
}

.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;
  color: #fff !important;
}

.navbar-mobile .dropdown ul a:hover {
  color: #fff !important;
}

.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 {
  background: url('../img/main-bg.jpg') no-repeat top center;
  background-size: cover;
  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;
	padding: 5px 0px;
	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: 80px 0;
  overflow: hidden;
}

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

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

.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: 150px;
  height: 75px;
  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 and Server Info
--------------------------*/

.news-container {
  margin: 0 auto;
}

#newsupdates {
  background: url('../img/info-bg.jpg') no-repeat top center;
  background-size: cover;
  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: 'TitilliumWebReg';
  font-size: 13pt;
  font-weight: bold;
  color: #666768;
}

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

.news-content .date {
  margin: 0 !important;
  color: #666768;
}

.news-contain {
  padding: 0;
}

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


.serverinfo {
  background:  url('../img/server-info-bg.png') top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 30px;
}

@media (max-width: 1200px) {
  .serverinfo {
    background:  url('../img/server-info-bg-mobile.png') top center no-repeat;
    background-size: cover;
    padding: 35px;
  }
}

@media (min-width: 1200.98px) {
  .serverinfo {
    background-size: contain;
  }
}

@media (min-width: 1400px) {
  .serverinfo {
    background-size: contain;
    padding: 50px;
  }
}

/* ------------------------
	Classes Section
--------------------------*/

.classes {
  background: url('../img/classes-bg.jpg') no-repeat top center;
  background-size: cover;
}

.owl-carousel .classes-prev-slide{
  background: url('../img/nav-icon-classes.png') no-repeat scroll 0 0;
  height: 50px;
  left: 0px;
}
.owl-carousel .classes-next-slide{
  background: url('../img/nav-icon-classes.png') no-repeat scroll -60px 0;
  height: 50px;
  right: 0px;
}

.owl-carousel .classes-prev-slide:hover{
  background-position: 0px -66px;
}
.owl-carousel .classes-next-slide:hover{
  background-position: -60px -66px;
}

.hunter {
  background: url('../img/classes/hunter.png') no-repeat top center;
  background-size: contain;
	width: auto;
	height: calc(100vh - 200px );
}

.wizard {
  background: url('../img/classes/wizard.png') no-repeat top center;
  background-size: contain;
	width: auto;
	height: calc(100vh - 200px );
}

.knight {
  background: url('../img/classes/knight.png') no-repeat top center;
  background-size: contain;
	width: auto;
	height: calc(100vh - 200px );
}

.blacksmith {
  background: url('../img/classes/blacksmith.png') no-repeat top center;
  background-size: contain;
	width: auto;
	height: calc(100vh - 200px );
}

.assassin {
  background: url('../img/classes/assassin.png') no-repeat top center;
  background-size: contain;
	width: auto;
	height: calc(100vh - 200px );
}

.priest {
  background: url('../img/classes/priest.png') no-repeat top center;
  background-size: contain;
	width: auto;
	height: calc(100vh - 200px );
}

@media (max-width: 992px){
  .hunter {
    background: url('../img/classes/hunter-mobile.png') no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1160px;
  }
  
  .wizard {
    background: url('../img/classes/wizard-mobile.png') no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1160px;
  }
  
  .knight {
    background: url('../img/classes/knight-mobile.png') no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1160px;
  }
  
  .blacksmith {
    background: url('../img/classes/blacksmith-mobile.png') no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1160px;
  }
  
  .assassin {
    background: url('../img/classes/assassin-mobile.png') no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1160px;
  }
  
  .priest {
    background: url('../img/classes/priest-mobile.png') no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1160px;
  }  
}

@media (max-width: 465px){
  .hunter, .wizard, .knight, .priest, .blacksmith, .assassin {
    height: 900px;
  }
}


/* ------------------------
	Downloads Section
--------------------------*/

.downloads {
  background: url('../img/download-section-bg.jpg') no-repeat top center;
  background-size: cover;
}

.dl-info {
  padding: 10px; 
  border: 1px solid #212529; 
  width: 70%;
  margin: 30px auto;
}

.dl-info p {
  display: flex; 
  justify-content: space-between;
  margin-bottom: 0px;
}


/* ------------------------
	Footer
--------------------------*/
.footer {
  background: url('../img/footer-bg.jpg') no-repeat top center #000;
  background-size: cover;
  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: #fff;
	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: #e6ff01;
}

.footer p {
	color: #fff;
  font-size: 11pt;
}

/* ------------------------
	Donation Dantoki
--------------------------*/
.donation {
  background: url('../img/donation-bg.png') no-repeat top center #000;
  background-size: cover;
  padding: 60px 0;
  font-family: 'TitilliumWebReg';
  font-style: italic;
  color: #fff;
}

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

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

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

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

.donation .nav-link {
	font-size: 11pt;
  padding: 6pt 0;
	color: #fff;
	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;
}

.donation .nav-link:hover {
	color: #e6ff01;
}

.donation p {
	color: #fff;
  font-size: 11pt;
}

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

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

#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: 'Inter-Regular';
	border-radius: 5px;
	margin: 50px auto;
	color: var(--themeTextColor);
	font-size: 9pt;
	padding: 50px 15px;
}

.global-container h2,h3 {
	font-size: 25pt;
	text-decoration-color: var(--themeTextColor);
	width: unset;
	/* text-align: center; */
	margin: 20px 0px;
	/* border-bottom: 2px solid var(--themeTextColor); */
	padding: 5px 0;
	font-family:'TitilliumWebBold';
	color: var(--themeTextColor);
	text-transform: none;
}

.global-container p {
	font-family: 'TitilliumWebReg';
	font-size: 12pt;
}

.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: 'TitilliumWebBold' !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: #fff;
}

	

.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: #fff;
}

	

.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-table td p {
	color: var(--themeColor);
}

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


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


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


#pagemenu {
	color: var(--themeTextColor);
  font-size: 12pt;
}


#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(--themeTextColor)
}

