@charset "utf-8";
    @font-face {
    font-family: gothamcondensedmedium;
    src: url(../fonts/GothamCondensedMd.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: gothammedium;
    src: url(../fonts/GothamMedium.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: gothambook;
    src: url(../fonts/GothamBook.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: bebasregular;
    src: url(../fonts/BebasRegular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: titilliumwebreg;
    src: url(../fonts/TitilliumWebReg.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: titilliumwebbold;
    src: url(../fonts/TitilliumWebBold.ttf);
    font-weight: 700;
    font-style: normal;
}
body, html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    background: url(../img/main-bg.webp) top center no-repeat, url(../img/body-bg.jpg) center 700px no-repeat #a5da8a;
    overflow-x: hidden;
    font-family: bodyfont;
    margin: 0;
    padding: 0;
    border: 0;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}

.img-load {
    animation: pulse 1s infinite;
}
  
#load{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	background: #000;
}

.my-auto {
    margin: auto 0!important;
}
.mx-auto {
    margin: 0 auto!important;
}
.text-center {
    text-align: center!important;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.text-white {
    color: #fff!important;
}
.text-spike {
    color: #ffc663!important;
}
.text-value {
    color: #bababb!important;
}
.text-theme {
    color: #ace500!important;
}
.img-fluid {
    width: 100%}
.top-header {
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 145px;
}
.header-content {
    width: 1120px;
    height: 62px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
}
.header-logo {
    width: 270px;
    float: left;
}
.login-title {
    position: relative;
    top: -60px;
	margin-bottom: -30px;
    font-family: gothammedium;
    font-size: 20pt;
    color: #fff;
    text-align: center;
    width: 350px;
}
.server-status {
    width: 530px;
    display: flex;
    flex-wrap: nowrap;
    font-family: GothamBook;
    font-size: 7pt;
    text-transform: uppercase;
    color: #fff;
    background: #111114;
    border-radius: 15px;
    border: 1px solid #202025;
    max-height: 30px;
    margin: 20px 0 0;
    float: right;
}
.value-bg {
    background: #0e0e0e;
    border-radius: 15px;
    border: 1px solid #202025;
    padding: 0 15px!important;
}
.server-status span {
    padding: 0 2px;
}
.status-divider {
    border-right: 1px solid #026c8c;
}
.server-statistics {
    margin-left: 45px!important;
}
.online-stat {
    margin: 0 auto;
    padding: 10px;
}
.up {
    color: #10c755!important;
}
.logo-nav {
    margin-top: 20px;
}
.main-nav {
    width: 1000px;
    margin-left: 90px;
    position: relative;
    top: -35px;
    left: 220px;
}
.main-nav ul {
    list-style: none;
    display: inline-flex;
    margin: 30px 0;
}
.main-nav ul li {
    padding-left: 58px;
}
.main-nav ul li a {
    font-family: gothammedium;
    font-size: 11pt;
    text-transform: uppercase;
    color: #fff;
	white-space: nowrap;
}
.main-nav ul li a:hover {
    color: #9cd002;
}
.sub-header {
    background: rgb(0 0 0/50%);
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 25px;
}
.nav-container {
    width: 1120px;
    margin: 0 auto;
}
.sub-nav {
    width: 950px;
    margin-left: 190px;
}
.sub-nav ul {
    list-style: none;
    display: inline-flex;
    margin: 5px;
}
.sub-nav ul li {
    padding: 0 30px;
}
.sub-nav ul li a {
    color: #bfbfbf;
    text-transform: uppercase;
    font-family: GothamBook;
    font-size: 7pt;
    letter-spacing: 3px;
}
.sub-nav ul li a:hover {
    color: #fff;
}
.loginpanel {
    margin-top: -10px;
    height: 470px;
}
.login-container {
    width: 1430px;
    margin: 80px auto;
}
.login-panel {
    background: url(../img/login-bg.png) no-repeat;
    width: 382px;
    height: 380px;
    padding: 165px 0 30px 215px;
    float: left;
}
.login_row {
    max-width: 345px;
	margin-top: -10px;
}
.textClass {
    background: rgba(179, 179, 181, .3);
    background-color: rgb(179 179 181/30%);
    border-color: #5a5a5c!important;
    border-radius: 10px;
    padding: 15px!important;
    width: 100%;
    margin-bottom: 10px;
    font-family: gothambook!important;
    font-size: 11pt!important;
    text-align: center;
}
.textClass::placeholder {
    color: #fff;
    opacity: 1;
}
.textClass:-ms-input-placeholder {
    color: #fff;
}
.textClass::-ms-input-placeholder {
    color: #fff;
}
.login_row table {
    width: 100%;
    font-family: gothambook;
    font-size: 9pt;
}
.loginBtn {
    background: #a1d603;
    border-radius: 25px;
    width: 347px;
    height: 45px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: gothammedium;
    font-size: 12pt;
    color: #fff;
    cursor: pointer;
}
.loginBtn:hover {
    background: #8ab706;
}
.accountAction {
    font-family: gothammedium;
    font-size: 11pt;
    color: #fff;
    text-align: right;
    width: 346px;
}
.accountAction a {
    color: #ace500;
}
.accountAction a:hover {
    color: #fff;
}
.account-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    justify-items: center;
}
.account-links a {
    width: 140px;
    text-align: center;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.account-links a:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}
.ro-logo {
    float: left;
    background: url(../img/logo.png) no-repeat;
    width: 585px;
    height: 510px;
    margin: 85px 0 0 110px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
    transform: scale(.95);
}
70% {
    transform: scale(1);
}
100% {
    transform: scale(.95);
}
}.top-container {
    width: 1120px;
    min-height: 800px;
    margin: 0 auto;
}
.welcome-section {
    margin-top: 100px;
}
.scroll-container {
    width: 100%;
    max-width: 1120px;
    height: 100px;
    margin: 0 auto;
}
.scroll-arrow {
    width: 100px;
    height: 50px;
    margin: auto;
    text-align: center;
    position: relative;
    top: -90px;
    -webkit-animation: scroll-down 1.5s infinite;
    animation: scroll-down 1.5s infinite;
}
@-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;
}
}.welcome-container {
    width: 810px;
    height: 362px;
    margin: 0 auto;
    padding: 12px 15px;
    background: url(../img/welcome-bg.png) no-repeat;
}
.main-buttons {
    width: 270px;
    max-height: 750px;
    margin-right: 10px;
}
.main-buttons, .welcome-container, .news-container {
    float: left;
}
.btnRegister {
    background: url(../img/reg-btn.png) no-repeat;
    width: 271px;
    height: 140px;
    display: block;
    opacity: .9;
}
.btnRegister:hover {
    opacity: 1;
}
.btnDownload {
    background: url(../img/download-btn.png) no-repeat;
    width: 271px;
    height: 140px;
    display: block;
    opacity: .9;
}
.btnDownload:hover {
    opacity: 1;
}
.btnWiki {
    background: url(../img/wiki-btn.png) no-repeat;
    width: 271px;
    height: 140px;
    display: block;
    opacity: .9;
}
.btnWiki:hover {
    opacity: 1;
}
.btnDiscord {
    background: url(../img/discord-btn.png) no-repeat;
    width: 271px;
    height: 140px;
    display: block;
    opacity: .9;
}
.btnDiscord:hover {
    opacity: 1;
}
.btnFacebook {
    background: url(../img/facebook-btn.png) no-repeat;
    width: 271px;
    height: 140px;
    display: block;
    opacity: .9;
}
.btnFacebook:hover {
    opacity: 1;
}
.btnRegister, .btnDownload, .btnWiki, .btnDiscord, .btnFacebook {
    margin-bottom: 12px;
}
.slider-container {
    width: 810px;
    height: 190px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
.welcome-desc {
    width: 500px;
    float: left;
    background: rgba(0, 0, 0, .4);
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px;
}
.welcome-desc p {
    font-family: gothambook;
    font-size: 8pt;
    line-height: 12pt;
    max-width: 500px;
    color: #a8a8a8;
}
.welcome-heading {
    font-family: gotham;
    font-size: 18pt;
    max-width: 700px;
    width: 100%;
    display: block;
    font-weight: 700;
    color: #ace500;
}
.news-section {
    margin-top: -50px;
}
.news-container {
    background: url(../img/news-bg.png) no-repeat;
    width: 840px;
    min-height: 400px;
    margin: 0 auto;
}
.news-content tr {
    border-bottom: 1px solid #8f8e8d;
}
.news-content td {
    font-family: bodyfont;
    font-size: 9pt;
    color: #fff;
    text-align: left;
    border: 0;
}
.news-content td a {
    color: #fff;
    font-family: Calibri;
    font-size: 12pt;
}
.news-content td a:hover {
    color: #dea505;
}
.news-content td.news-ind {
    width: 50px;
    padding-left: 25px;
}
.news-content td.news-cat {
    text-transform: uppercase;
    font-family: bodyfont;
    font-size: 9pt;
    padding-bottom: 5px;
    border-bottom: 1px solid #8f8e8d;
}
.news-content td.news-cat span.news {
    color: #fff;
    background: #dea505;
    border-radius: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 7pt;
    padding: 5px 11px;
    position: relative;
    top: 5px;
    left: -5px;
}
.news-content td.news-cat span.event {
    color: #fff;
    background: #8f8e8d;
    border-radius: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 7pt;
    padding: 5px 10px;
    position: relative;
    top: 5px;
    left: -5px;
}
.news-content td.news-cat span.update {
    color: #fff;
    background: #de6605;
    border-radius: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 7pt;
    padding: 5px 7px;
    position: relative;
    top: 5px;
    left: -5px;
}
.news-content td.author {
    font-family: arial;
    font-size: 9pt;
    color: #b9e1f0;
}
.news-content td.date {
    font-family: Calibri;
    font-size: 11pt;
    color: #7b7b7b;
    padding-bottom: 5px;
    border-bottom: 1px solid #8f8e8d;
}
.news-content {
    min-width: 510px;
    max-width: 520px;
}
.news-content .title {
    min-width: 300px;
    padding-bottom: 5px;
    border-bottom: 1px solid #8f8e8d;
}
.news-header {
    font-family: gothamcondensedmedium;
    font-size: 38pt;
    color: #e1ae48;
    text-transform: uppercase;
}
.news-rss {
    padding: 50px 20px 0;
    float: left;
}
.render-people {
    background: url(../img/render-tanee.png) no-repeat;
    width: 300px;
    height: 387px;
    margin-left: 555px;
}
.tabcontents {
    max-height: 325px;
    max-width: 1400px;
    overflow: hidden;
    overflow-y: hidden;
    border: 0;
    margin-top: 5px;
}
.tab-news-header {
    width: 620px;
    padding: 7px 0;
    margin-top: 5px;
    margin-left: 0;
    border-bottom: 3px solid #ffb600;
    height: 53px;
}
.tabs {
    width: 100px;
    margin-left: 170px!important;
    padding: 0 0 5px;
}
ul.tabs {
    margin: 0;
    list-style-type: none;
    text-align: left;
}
ul.tabs li {
    display: inline;
    margin: 0;
    margin-right: 0;
}
ul.tabs li a {
    color: #343c4d;
    font-family: gothambook;
    font-size: 6pt;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 0 10px;
    outline: none;
}
.tabs li {
    background-color: transparent;
    color: #bfbfbf;
    font-family: Arial;
    font-size: 9px;
    border: 0;
    list-style: none;
    display: inline;
}
.tabs li a {
    background-color: transparent;
    color: #343c4d;
    font-family: gothambook;
    font-size: 5pt;
    text-transform: uppercase;
    text-decoration: none;
    height: 12px;
    padding: 0 1rem;
    border: 0;
}
.tabs li:last-child a {
    border: 0;
}
.tabs li a:hover {
    color: #fdbf1e;
}
.tabs li.selected a {
    color: #fff;
    background: #dca013;
    border-radius: 3px;
}
.news-slider-container {
    height: 240px;
    padding-top: 35px;
    padding-left: 14px;
    width: 100%;
    max-width: 592px;
    color: #fff;
}
.tab-content {
    max-width: 620px;
    margin-top: -20px;
    overflow-y: hidden;
    max-height: 333px;
}
.tablinks:hover {
    cursor: pointer;
    color: #ff0;
}
.features-container {
    width: 1150px;
    margin: 0 auto;
    margin-left: calc((100vw - 1150px)/2 + 10px);
    min-height: 780px;
}
.section-heading {
    font-family: bebasregular;
    font-size: 30pt;
    font-style: italic;
    font-weight: 400;
    color: #0d3121;
    text-align: center;
}
.features {
    width: 100%}
.feature-card {
    width: 361px;
    height: 310px;
    margin: 0 20px 20px 0;
    float: left;
}
.feature-cover {
    width: 361px;
    height: 183px;
    overflow: hidden;
    border-bottom: 3px solid #d3d3d3;
}
.feature-cover img {
    transition: transform .5s ease;
}
.feature-cover img:hover {
    cursor: pointer;
    transform: scale(1.3);
}
.feature-article {
    background: url(../img/desc-bg.jpg) no-repeat;
    padding: 20px;
}
.feature-title {
    font-family: gotham;
    font-weight: 700;
    font-size: 13pt;
}
.feature-desc {
    font-family: gothambook;
    font-size: 8pt;
    line-height: 10pt;
    max-width: 320px;
    max-height: 50px;
    color: #a8a8a8;
    overflow: hidden;
}
.char-render {
    background: url(../img/custom-render.png) no-repeat;
    width: 307px;
    height: 463px;
    display: block;
    position: relative;
    left: 1055px;
    top: 80px;
    z-index: -1;
}
.custom-section {
    background: url(../img/custom-bg.jpg) top center no-repeat;
    width: 100%;
    height: 538px;
    margin-top: -70px;
}
.custom-container {
    width: 100%;
    max-width: 1400px;
    min-height: 538px;
    margin: 0 auto;
    margin-left: calc((100vw - 1400px)/2 + 50px);
}
.custom-render {
    background: url(../img/custom-render.png) no-repeat;
    width: 365px;
    height: 441px;
    float: left;
    margin-left: -170px;
    margin-top: -40px;
}
.custom-container .left-desc {
    width: 550px;
    margin: 0 20px;
    float: left;
    margin-top: -40px;
}
.custom-container .left-desc h3 {
    font-family: titilliumwebreg;
    font-size: 37pt;
    color: #dda506;
    border-bottom: 0;
    margin: 0;
    margin-top: 20px;
}
.custom-container .left-desc h3:first-letter {
    font-weight: 400;
}
.custom-container .left-desc p {
    font-family: titilliumwebreg;
    font-size: 12pt;
    color: #b3b3b3;
}
.custom-container .left-desc h5 {
    font-family: titilliumwebreg;
    font-size: 22pt;
    color: #dda506;
    font-weight: 400;
    margin: 0;
}
.custom-classes {
    background: url(../img/custom-sprites.png) no-repeat;
    width: 291px;
    height: 109px;
    margin: 10px auto;
}
.custom-container .right-desc {
    width: 415px;
    margin: 0 20px;
    float: left;
}
.custom-container .right-desc h4 {
    font-family: gothambook;
    font-size: 17pt;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 5px 0 15px;
}
.custom-container .right-desc p {
    font-family: Arial;
    font-size: 11pt;
    color: #b7b7b7;
    line-height: 15pt;
    padding-bottom: 15px;
    border-bottom: 1px dotted gray;
}
.custom-container .right-desc h6 {
    font-family: gothammedium;
    font-size: 15pt;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0;
}
.custom-skills {
    background: url(../img/custom-skills.png) no-repeat;
    width: 398px;
    height: 174px;
}
.woe-container {
    width: 1120px;
    margin: 0 auto;
    min-height: 500px;
}
.sched-container {
    width: 100%;
    max-height: 553px;
    display: flex;
}
.char2-render {
    background: url(../img/woe-render.png) no-repeat;
    width: 555px;
    height: 668px;
    display: block;
    position: relative;
    top: -115px;
    left: 0;
}
.woe-castles {
    min-width: 500px;
    max-width: 565px;
    position: relative;
    right: 0;
	text-align: center;
}
.woe-sched1 {
    background: url(../img/woe-sched1.png) no-repeat;
}
.woe-sched2 {
    background: url(../img/woe-sched2.png) no-repeat;
}
.woe-sched3 {
    background: url(../img/woe-sched3.png) no-repeat;
}
.woe-sched1, .woe-sched2, .woe-sched3 {
    width: 165px;
    height: 165px;
    margin: 10px 0 10px 23px;
    float: left;
}
.woe-sched1 span, .woe-sched2 span, .woe-sched3 span {
    font-family: gotham;
    font-weight: 700;
    font-size: 9pt;
    position: relative;
    /*left: 30px;*/
    top: 125px;
}
.castle1 {
    background: url(../img/castle1.png) no-repeat;
}
.castle2 {
    background: url(../img/castle2.png) no-repeat;
}
.castle3 {
    background: url(../img/castle3.png) no-repeat;
}
.castle1, .castle2, .castle3 {
    width: 135px;
    height: 135px;
    margin: 7px 0 7px 23px;
    padding: 15px;
    float: left;
    color: #fff;
}
.castle1 img, .castle2 img, .castle3 img {
    margin: 25px 0 10px;
}
span.castlename {
    text-transform: uppercase;
    font-family: gothamcondensedmedium;
    font-size: 19pt;
}
span.guildLabel {
    font-family: gotham;
    font-size: 9pt;
}
span.guildName {
    font-family: gotham;
    font-weight: 700;
    font-size: 11pt;
}

.tab-content {
    max-height: 325px;
    max-width: 1400px;
    overflow: hidden;
    overflow-y: hidden;
    border: 0;
    margin-top: 5px;
}
.tabs-nav {
    width: 370px;
    margin-left: 210px!important;
    padding-bottom: 10px!important;
}
ul.tabs-nav {
    margin: 0;
    list-style-type: none;
    text-align: left;
}
ul.tabs-nav li {
    display: inline;
    margin: 0;
    margin-right: 0;
}
ul.tabs-nav li a {
    font-family: gothammedium;
    text-decoration: none;
    position: relative;
    padding: 0 16px;
    color: #fff;
    outline: none;
    font-size: 10pt;
}
.tabs-nav li {
    background-color: transparent;
    color: #bfbfbf;
    font-family: Arial;
    font-size: 9px;
    border: 0;
    list-style: none;
    display: inline;
}
.tabs-nav li a {
    background-color: transparent;
    color: #bfbfbf;
    font-family: Arial;
    font-size: 9px;
    border: 0;
    text-decoration: none;
    border-right: 1px solid #bfbfbf;
    height: 12px;
    padding: 0 1rem;
}
.tabs-nav li:last-child a {
    border: 0;
}
.tabs-nav li a:hover {
    color: #fdbf1e;
}
.tabs-nav li.selected a {
    color: #fdbf1e;
}
#tab1:checked~.content #Prontera, #tab2:checked~.content #Alde, #tab3:checked~.content #Geffen, #tab4:checked~.content #Payon {
    display: block;
}
.footer {
    width: 100%;
    min-height: 141px;
    background: #0e0e0e;
    padding: 30px 0;
}
.footer .footer-content {
    margin: auto;
    width: 100%;
    max-width: 970px;
    max-height: 200px;
    padding: 28px 0;
}
.footer-content .lpane {
    float: left;
    width: 190px;
    text-align: left;
    color: #000;
}
.mid-content {
    float: left;
    width: 590px;
    height: 80px;
    color: #fff;
    font-family: gothambook;
    font-size: 8pt;
    text-align: center;
}
.social-buttons {
    margin-top: 20px;
    list-style: none;
    text-decoration: none;
    padding: 0;
}
.social-buttons li {
    display: inline;
    padding: 0 10px;
}
.soc-fb {
    background: url(../img/fb-button.png) no-repeat;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.soc-dis {
    background: url(../img/discord-button.png) no-repeat;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.soc-twi {
    background: url(../img/twitter-button.png) no-repeat;
    background-position-y: 3px;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.soc-yt {
    background: url(../img/youtube-button.png) no-repeat;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.soc-ig {
    background: url(../img/ig-button.png) no-repeat;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.soc-fb:hover {
    background: url(../img/fb-button-hover.png) no-repeat;
}
.soc-dis:hover {
    background: url(../img/discord-button-hover.png) no-repeat;
}
.soc-twi:hover {
    background: url(../img/twitter-button-hover.png) no-repeat;
    background-position-y: 3px;
}
.soc-yt:hover {
    background: url(../img/youtube-button-hover.png) no-repeat;
}
.soc-ig:hover {
    background: url(../img/ig-button-hover.png) no-repeat;
}
.btn-logo-footer {
    float: left;
    margin-right: 25px;
}
.lpane p {
    font-family: gothambook;
    font-size: 10pt;
    color: #64636e;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-size: 7pt;
}
.footer-content .rpane {
    float: left;
    width: 190px;
    /*text-align: right*/}
.rpane ul.footer-links {
    list-style: none;
    display: inline-flex;
    margin: 0;
}
.rpane ul.footer-links li a {
    font-family: gothambook;
    font-size: 10pt;
    color: #64636e;
    margin-top: 0;
    padding: 0 10px;
    border-right: 1px solid #64636e;
    text-decoration: none;
}
.rpane ul.footer-links li.last-border a {
    border-right: 0;
}
.rpane .register {
    background: url(../img/reg-bg.png) no-repeat;
    width: 355px;
    height: 486px;
    margin-top: -15px;
    padding: 71px 20px;
    padding-bottom: 20px;
}
.footer a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer a:hover {
    opacity: .7;
}
.clearfix {
    clear: both;
}
@keyframes bounceDown {
    0% {
    opacity: 0;
    transform: translatey(-200px);
}
50% {
    transform: translatey(30px);
}
100% {
    opacity: 1;
}
}@-webkit-keyframes bounceDown {
    0% {
    opacity: 0;
    transform: translatey(-200px);
}
50% {
    transform: translatey(30px);
}
100% {
    opacity: 1;
}
}@-moz-keyframes bounceDown {
    0% {
    opacity: 0;
    transform: translatey(-200px);
}
50% {
    transform: translatey(30px);
}
100% {
    opacity: 1;
}
}@-o-keyframes bounceDown {
    0% {
    opacity: 0;
    transform: translatey(-200px);
}
50% {
    transform: translatey(30px);
}
100% {
    opacity: 1;
}
}#submenu {
    color: #fff;
    background: 0 0;
    font-size: 10pt;
}
#submenu a {
    color: #72b748;
}
#submenu a:hover {
    text-decoration: none;
    color: #fff;
}
.admin-menu {
    color: #fff;
    font-size: 9pt;
	margin-top: 10%;
}
.admin-menu a {
    color: #78aef9;
}
.admin-menu a:hover {
    text-decoration: none;
    color: #fdbf1e;
}
.admin-menu a:after {
    content: ' / ';
    color: #fff;
    text-decoration: none;
}
.toggler a {
    color: #f7e564;
}
.pages .page-num {
    color: #01d3f5;
}
.pages .current-page {
    color: #cc9808!important;
    font-weight: 700;
}
.pages .page-prev, .pages .page-next {
    color: #b9f501;
}
.horizontal-table {
    display: inline-table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: rgba(107, 107, 107, 0.5);
}
.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: gothammedium;
    border-radius: 5px;
    margin: 100px auto;
    background: rgb(0 0 0/50%);
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 9pt;
    padding: 35px;
}
.global-container h2, h3 {
    font-size: 35pt;
    text-decoration-color: #42bad5;
    width: unset;
    margin: 20px 0;
    border-bottom: 2px solid #ace500;
    padding: 5px 0;
    font-family: gothammedium;
    color: #73ba48;
    text-transform: none;
}
h3 {
    font-size: 30pt;
}
.global-container a {
    color: #ace500;
}
.global-container:empty {
    display: none;
}
.horizontal-table td {
    padding: 5px 10px;
    background: rgb(0 0 0/50%);
}
.horizontal-table th, .horizontal-table td {
    font-size: 9pt;
    border: 1px solid #b9b9b9;
}
.horizontal-table th {
    padding: 5px 10px;
    background-color: #296b00;
}
.vertical-table td {
    padding: 5px 10px;
    background: rgb(0 0 0/50%);
}
.vertical-table th, .vertical-table td {
    font-size: 9pt;
    border: 1px solid #ffc663;
}
.vertical-table th {
    padding: 5px 10px;
    background-color: #2c2d3a;
}
.generic-form {
    border: 1px solid #ace500;
    background: 0 0;
}
.generic-form-div {
    background-color: #151a1f;
}
.generic-form-table td p {
    color: #fff;
}
.search-form label, .search-form2 label {
    color: #fff;
}
.sortable {
    color: #38a6e8;
    text-decoration: underline;
}
.sortable:hover {
    color: #fff;
}
#pagemenu {
    color: #fff;
}
#pagemenu a {
    color: #dfbd00;
}
.character-stats .stat-name {
    color: #ffc663;
}
.character-stats .stat-value {
    color: #fff;
}
.generic-form-table th label, .generic-form-table td div, .horizontal-table td, .horizontal-table th, .vertical-table th, .vertical-table td {
    color: #fff;
}