@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'GothamCondensedMedium';
    src: url('../fonts/GothamCondensedMd.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.otf');
    font-weight: normal;
    font-style: normal;
}

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

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


body,html {
    height: 100%;
	scroll-behavior: smooth;
}

body {
	background: url('../img/main-bg.jpg') top center no-repeat, url('../img/body-bg.jpg') center top no-repeat;
	overflow-x:hidden;
	font-family: 'bodyfont';
	background-color: #050e15;
	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: heartbeat 1s infinite; 
}

.cargador {
	background: #000;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	/*clip-path: circle(150% at 100% 0);*/
	/*transition: clip-path 0.5s ease-in-out;*/
}

.cargador2 {
	/*clip-path: circle(0% at 100% 100%);*/
	display: none;
	}

#load{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	background: #000;
}
  
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #000;
	visibility: hidden;
}
  
#preloader:before {
	/* background: url('../img/preloader.gif') no-repeat;
	background-size:contain; */
	content: "";
	position: fixed;
	border: 6px solid #fff;
	border-bottom-color: #2b2c2f; 
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: calc(50% - (50px /2));
	left: calc(50% - (50px /2));
	-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);
  	}
}
  
#msgIndicator{
	position: fixed;
	font-size: 20px;
	text-align: center;
	width: 300px;
	top: calc(50% + 50px);
	left: calc(50% - (300px / 2));
	z-index: 9999;
	visibility: hidden;
}

#msgIndicator2{
	position: fixed;
	font-size: 30px;
	text-align: center;
	color: #000;
	width: 800px;
	top: calc(40% + 40px);
	left: calc(50% - (800px / 2));
}

#atlantis {
	position: fixed;
	top: 45%;
	text-align: center;
	color: #fff;
	font-size: 50pt;
	width: 60%;
	margin: 0 20%;
	z-index: 9999;
	opacity: 0.1;
}

@keyframes heartbeat {
  0% {
    transform: scale( 1);    
  }
  20% {
    transform: scale( 0.9 ) ;
  } 
  40% {
    transform: scale( 0.8 ) ;
  }
}

:root {
	--theme: #64c2ce;
	--themeHover: #fff;
}

.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-atlantis {
	color: #64c2ce !important;
}

.img-fluid {
	width: 100%;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* --------------------------------
 Header Section
-------------------------------- */

.top-header {
	background: url(../img/top-header-bg.png) top center no-repeat;
	width: 100%;
	height:147px;
}

.header-content {
    width: 1400px;
    height: 127px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
}

.header-logo {
	width: 330px;
	padding-left: 100px;
}

.server-status {
    width: 545px;
    display: flex;
    flex-wrap: nowrap;
    font-family: GothamBook;
    font-size: 7pt;
    text-transform: uppercase;
    color: #fff;
    background: rgb(44 44 45 / 20%);
    border-radius: 15px;
    border: 1px solid #202025;
    max-height: 30px;
    margin: 10px 0 0 85px;
}

.value-bg {
    background: rgb(0 0 0 / 20%);
    border-radius: 15px;
    border: 1px solid #202025;
    padding: 0 15px !important;
}

.server-status span {
    padding: 0 5px;
}

.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: 750px;
	height: 20px;
    margin-left: 70px;
    position: relative;
    top: -25px;
    left: 250px;
}

    .main-nav ul {
        list-style: none;
        display: inline-flex;
        margin: -20px 0 0 100px;
    }

        .main-nav ul li {
            padding-left: 12px;
        }

            .main-nav ul li a {
                font-family: 'GothamCondensedMedium';
                font-size: 19pt;
				font-weight: 100;
                text-transform: uppercase;
                color: #fff;
            }

                .main-nav ul li a:hover {
                    color: #64c2ce;
                }


.nav-container {
    width: 1120px;
    margin: 0 auto;
}

.sub-header {
	height: 20px;
	margin: -20px 0 0 150px;
}

.sub-nav {
    width: 735px;
    margin-left: 190px;
}

    .sub-nav ul {
        list-style: none;
        display: inline-flex;
        margin: -20px 0 0 100px;
    }

        .sub-nav ul li {
            padding-left: 12px;
        }

            .sub-nav ul li a {
                font-family: 'GothamCondensedMedium';
                font-size: 19pt;
				font-weight: 100;
                text-transform: uppercase;
                color: #fff;
            }

                .sub-nav ul li a:hover {
                    color: #64c2ce;
                }

.download_btn {
	background: url(../img/download-client.png) no-repeat;
	width: 250px;
	height: 147px;
	display: block;
	position: relative;
	top: -116px;
}

.download_btn:hover {
	background: url(../img/download-client-hover.png) no-repeat;
}

/* End Top Header */

.loginpanel {
	margin-top: -55px;
}

.login-container {
	width: 1300px;
	margin: 80px auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.login-panel {
	background: url(../img/login-bg.png) no-repeat;
	width: 400px;
	height: 390px;
	padding: 180px 0 0px 200px;
}

.login_row {
    max-width: 315px;
}

.textClass {
    background: rgba(179,179,181, 0.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 { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }

    .textClass:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .textClass::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }


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

.loginBtn {
    background: #353e63;
    border-radius: 25px;
    width: 347px;
    height: 45px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'GothamCondensedMedium';
    font-size: 22pt;
    color: #fff;
    cursor: pointer;
}

    .loginBtn:hover {
        background: #262e52;
    }

.accountAction {
    font-family: 'GothamMedium';
    font-size: 14pt;
    color: #fff;
    text-align: center;
    width: 347px;
}

    .accountAction a {
        color: #64c2ce;
    }

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


.ro-logo {
    width: 634px;
    height: 100%;
    margin: 30px 0 0 50px;
    animation: pulse 2s infinite;
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

/* --------------------------------
 About Server Section
-------------------------------- */

.about-server {
	margin-top: 60px;
}

.about-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.about-people {
	margin-right: 90px;
}

.about-desc {
	width: 48%;
}

.data-stats {
	width: 100%;
	margin: 0;
}

.about-desc p {
	color: white;
	font-family: 'GothamBook';
	font-size: 11pt;
	line-height: 15pt;
}

.collapsible {
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 12pt;
	color: #353e62;
}

.collapsible:hover {
	cursor: pointer;
	color: #64c2ce;
}

.about-title {
	font-family: 'GothamCondensedMedium';
	font-size: 40pt;
}

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

.num-stats {
	font-family: 'GothamCondensedMedium';
	font-size: 40pt;
	font-weight: 500;
	color: white;
}

.text-data {
	font-family: 'GothamBook';
	font-size: 11pt;
	color: white;	
}

.new-characters, .sign-ups {
	width: 50%;
	display:flex;
}

.icon-chars, .icon-signups {
	margin-right: 30px;
}

/* --------------------------------
 News Section
-------------------------------- */
.news-section {
	margin: 35px 0;
}

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

.scroll-arrow {
	width: 100px;
	height: 50px;
	margin: -50px auto 0 auto;
	text-align: center;
	-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;
  }
}

.news-header {
	font-family: 'GothamCondensedMedium';
	font-size: 38pt;
	font-weight: 100;
	margin: 0 auto;
}

.news-rss {
	margin-top: -20px;
}

.news-article {
	float: left;
	width: 265px;
	height: 325px;
	background: #0a1c2c;
	margin: 0 7px;
}

.news-contain {
	padding: 20px;
	max-height: 120px;
	overflow: hidden;
}

.news-contain .date {
	font-family: 'GothamBook';
	font-size: 8pt;	
	color: #bfbfbf;		
}

.news-contain .article-type {
	color: #ffc663 !important;
	text-transform: capitalize;
	text-align: right;
	float: right;
	font-family: 'GothamMedium';
	font-size: 8pt;
	font-weight: bolder;
}

.news-contain .read-more {
	color: #bfbfbf !important;
	text-transform: capitalize;
	text-decoration:underline;
	text-align: right;
	float: right;
	font-family: 'GothamBook';
	font-size: 6pt;	
}

.news-contain .author{
	font-family: 'GothamMedium';
	font-size: 8pt;
}

.news-contain .title {
	font-family: 'GothamMedium';
	color: #bfbfbf;
	font-size: 14pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-contain .title:hover {
	color: #e1ae48;
}

.news-contain p {
	color: #bfbfbf;
	font-family: 'GothamBook';
	font-size: 9pt;
	max-height: 75px;
	overflow: hidden;
}

.tab-news {
	font-family: 'navbarfont'  !important;
	font-size: 27pt;
	color: #fff;
}

.tabcontents {
	max-height:  325px;
	max-width: 1400px;
	overflow: hidden;
	overflow-y: hidden;
	border: 0;
	margin-top: 5px;
}

.tab-news-header {
	width: 620px;
	padding: 7px 0px;
	margin-top: 5px;
	margin-left: 0px;
	border-bottom: 3px solid #ffb600;
	height: 53px;
}

.tabs {
	width: 300px;
	margin-left: 1100px !important;
	padding-bottom: 10px !important;
}

.castle-tabs{
	width: 355px !important;
}

ul.tabs
{
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font-family: 'GothamBook';
    text-decoration: none;
    position: relative;
    padding: 0px 16px;
    color: #bfbfbf;
    outline:none;
	font-size: 8pt;
}

.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: #bfbfbf;
	font-family: Arial;
	font-size: 9px;
	border: 0;
	text-decoration: none;
	border-right: 1px solid #bfbfbf;
	height: 12px;
	padding: 0 1rem;
}

.tabs li:last-child a{
	border: 0;
}


.tabs li a:hover{
	color: #64c2ce;
}


.tabs li.selected a{
	color: #64c2ce;
}



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

.news-content td {
	font-family: 'bodyfont';
	font-size: 9pt;
	color: #fff;
	text-align: left;
	height: 27px;
	border: 0;
}

.news-content tr:nth-child(odd) {
	background-color: rgb(0 0 0 / 30%); 	
}

.news-content td a {
	color: #fff;
	text-decoration: none;
}

.news-content td a:hover {
	color: #f78103;
}

.news-content td.news-ind {
	width: 30px;
	padding-left: 25px;
}



.news-content td.news-cat {
	text-transform: uppercase;
	font-family: 'bodyfont';
	font-size: 9pt;	
	width: 80px;
}



.news-content td.news-cat.news {
	color: #42bad5;
}



.news-content td.news-cat.event {
	color: #fdbf1e;
}



.news-content td.news-cat.update {
	color: #37d68d;
}

#news {
	height: 146px;
	background: url("../img/newsthumbnails/rss-news.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
#update {
	height: 146px;
	background: url("../img/newsthumbnails/rss-updates.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
#event {
	height: 146px;
	background: url("../img/newsthumbnails/rss-events.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
#promo {
	height: 146px;
	background: url("../img/newsthumbnails/rss-events.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-content td.author {
	font-family: 'Arial';
	font-size: 9pt;
	color: #b9e1f0;	
	font-style: italic;	
	padding-left: 20px;
	width: 80px;
}

.news-content td.date {
	color: #a3a3a3;
	padding-left: 10px;
}

   #tab1:checked ~ .content #all,
   #tab2:checked ~ .content #news,
   #tab3:checked ~ .content #events,
   #tab4:checked ~ .content #updates {
     display: block;
   }

   
/* --------------------------------
 Slider Section
-------------------------------- */	   
.slider-container {
	background: url(../img/slider-bg.png) no-repeat;
	background-position-x: -50px;
	width: 1460px;
	height: 420px;
	margin: 0 auto;
	padding-top: 86px;
}	

.sliders {
	width: 951px;
	height: 344px;
	margin-left: 457px;
	border: 1px solid #efb700;
}

.sliders .owl-carousel .owl-dots{
	display: none;
}

/* --------------------------------
 Streamer Section
-------------------------------- */	  
 .streamer-container {
	width: 1491px;
	height: 822px;
	margin: 0 auto;
	margin-top: -35px;
	padding-top: 70px;
	display: flex;
	flex-wrap: nowrap;
}	

.streamers {
	width: 613px;
	height: 347px;
	margin-left: 141px;
	border: 1px solid #fff;
}  

.about-streamers {
	margin-left: 55px;
}

.about-streamers p {
	font-family: 'GothamBook';
	color: #e4e4e4;
	font-size: 11pt;
	max-width: 345px;
	line-height: 14pt;
	margin-top: 15px;
}

.streamer-title {
	font-family: 'GothamCondensedMedium';
	font-size: 57pt;
	max-width: 356px;
	color: #e4e4e4;
	letter-spacing: 1px;
	margin: 0;
}

.join-streamers {
	background: url(../img/join-program.png) no-repeat;
	width: 281px;
	height: 66px;
	display: block;
	margin-top: 20px;
}

.join-streamers:hover {
	background: url(../img/join-programHover.png) no-repeat;	
}

.streamer-desc {
	background: rgb(0 0 0 / 70%);
	height: 30px;
	position: relative;
	top: -48px;
	padding: 9px 20px;
}

.streamer-name {
	font-family: 'GothamMedium';
	font-weight: bolder;
	font-size: 19pt;
	color: #e1ae48;
	text-align: left;
}

.streamer-url {
	font-family: 'GothamBook';
	font-size: 11pt;
	color: #fff;
	float: right;
	text-align: right;
	margin-top: 7px;
}

.owl-theme .owl-dots {
	margin-top: -30px !important;
}

.streamer-mascot {
	max-height: 420px;
	margin: -25px 0 0 30px;
}

/* --------------------------------
 Castle -> Rankings
-------------------------------- */	

.ranking-mascot {
	position: absolute;
	left: -380px;
	top: -53px;
}

.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; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs-nav li
{
    display: inline;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
}
        
ul.tabs-nav li a
{
    font-family: 'GothamMedium';
    text-decoration: none;
    position: relative;
    padding: 0px 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: #64c2ce;
}


.tabs-nav li.selected a{
	color: #64c2ce;
}
	

   #tab1:checked ~ .content #Prontera,
   #tab2:checked ~ .content #Alde,
   #tab3:checked ~ .content #Geffen,
   #tab4:checked ~ .content #Payon {
     display: block;
   }

   
.castleholders-rankings {
	margin-top: -375px;
	background: url(../img/ranking-bg.png) center no-repeat;
	background-size: cover;
}


.castle-container {
	width: 1190px;
	padding: 60px 0;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: nowrap;
}


.castle-holders {
	background: url(../img/castleholders.png) no-repeat;
	width: 600px;
	height: 390px;
	margin-left: 85px;
	padding-top: 85px;
}


.tab-castles {
	width: 415px;
	padding: 7px 0px;
	margin-top: 5px;
	margin-left: 140px;
	height: 50px;	
}


.tab-castles .nav-tabs .nav-item {
	border-right: 1px solid white;
	height: 10px;
}


.tab-castles .nav-tabs .nav-item:last-child{
	border: 0;
}


.tab-castles .nav-tabs .nav-link {
	background-color: transparent;
	color: #fff;
	font-family: 'bodyfont';
	text-transform: capitalize;
	font-size: 10px;
	border: 0;
	padding: 0 0.5rem;
}


.castle-holders .tab-content {
	max-width: 450px;
	margin: 0 40px 0 auto;
	margin-top: 25px;
	overflow-y: hidden;
	max-height: 333px;	
	background: none;
}


.guild-flags {
	margin: 0px -11px 0px 0px;
	overflow: hidden;
}

.flag {
	background: url(../img/flag.png) no-repeat;
	width: 100px;
	height: 100px;
	padding-top: 52px;
	padding-left: 47px;
	margin-bottom: 20px;
	float: left;
}


.flag-offset {
	margin-left: 66px;
}

.top10-rankings {
	margin: 0px 30px;
	max-width: 590px;
}


.item-title {
	font-family: 'GothamCondensedMedium';
	font-size: 32pt;
	font-weight: lighter;
	padding: 0 28px;
	color: #e1ae48;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 29px 0;
}


.pvp-ladder th {
	font-family: 'GothamMedium';
	font-size: 10pt;
	color: #ebebeb;
}


.pvp-ladder {
	width: 100%;
	overflow-x: hidden;
}


.pvp-ladder table {
	width: 420px;
}


.pvp-ladder td {
	color: #6d6d6d;
	font-family: 'GothamMedium';
	font-size: 10pt;
}


.pvp-ladder tr {
	line-height: 24px;
}

.pvp-ladder tr:nth-child(2) {
	background: url(../img/r1.png) no-repeat;
}


.pvp-ladder tr:nth-child(3) {
	background: url(../img/r2.png) no-repeat;
}

.pvp-ladder tr:nth-child(4) {
	background: url(../img/r3.png) no-repeat;
}

.pvp-ladder tr:nth-child(2) td, tr:nth-child(3) td, tr:nth-child(4) td  {
	color: #fff !important;	
}


/* --------------------------------
 Footer Section
-------------------------------- */	
	
.footer {
	width: 100%;
	min-height: 145px;
	background: url(../img/footer-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 0;
}

.footer .footer-content {
	margin: auto;
	width: 100%;
	max-width: 970px;
	padding: 28px 0;
}

.footer-content .lpane {
	float: left;
	width: 190px;
	text-align: left;
	color: #000;
}

.footer-content .lpane, .footer-content .rpane {
	margin: 10px 0;
}

.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: 10px;
	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: 0px;
	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 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
}

.footer a:hover{
	opacity: 0.7;
}

.clearfix {
	clear: both;
}

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

#submenu {
	color: #fff;
	background: none;
	font-size: 10pt;
}

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

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


.admin-menu {
	color: #fff;
	background: none;
	font-size: 10pt;
}

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

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



.admin-menu a:after {
	content: ' / ';
	color: white;
	text-decoration: none;
}



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



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



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



.pages .page-prev, .pages .page-next {
	color: #b9f501;
}

.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: 'GothamMedium';
	border-radius: 5px;
	margin: 100px auto;
	background: rgb(3 12 16 / 50%);
	background-color: rgba(3, 12, 16, 0.5);
	color: #fff;
	font-size: 9pt;
	padding: 35px;
}



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

h3 {
	font-size: 30pt;
}

.global-container a {
	color: #42bad5;
}



.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 var(--theme);
}



.horizontal-table th {
	padding: 5px 10px;
	background-color: #2c2d3a;
}



.vertical-table td {
	padding: 5px 10px;
	background: rgb(0 0 0 / 50%);
}

	

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

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


.vertical-table th {
	padding: 5px 10px;
	background-color: #2c2d3a;
}


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


.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: var(--theme);
}

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

.character-stats .stat-value {
	color: #fff;
}

.woe-table, #server_status, .request, .fs-path {
	background-color: transparent;
}

/* --------------------------------
  Responsive Navbar
-------------------------------- */	

nav ul > li {
  padding: 15px;
  display: inline-block;
  transition: all .3s ease;
  margin-left: -5px
}

nav ul > li:last-of-type {
  float: right;
}

nav ul > li:last-of-type a .fa {
  font-size: 21px
}

/* menu */
nav ul > li:last-of-type {
  position: relative;
  display: none
}
nav ul > ol {
	position: absolute;
	top: 146px;
	right: 0;
	background: rgb(4 13 19 / 80%);;
	background-color: rgba(4,13,19,0.8);
	border-top: 1px solid #519bd0;
	text-align: center;
	list-style: none;
	display: none;
	z-index: 1;
}
nav ul > ol > li {
	width: 100vw;
	color: #FFF;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all .3s ease;
}
nav ul > ol > li:hover a {
	margin: 20px;
}
nav ul > ol > li:hover {
	background: rgb(16 69 130 / 50%);
	background-color: rgba(16, 69, 130, 0.5);
	cursor: pointer
}
nav ul input {
	opacity: .7;
	padding: 5px;
	float: right;
	display: none
}

.owl-stage-outer {
	max-height: 395px;
}

/* --------------------------------
  Media Query Responsive
-------------------------------- */

@media only screen and (min-width: 576px){
	.container {
		max-width: 540px;
	}
}
@media only screen and (min-width: 768px){
	.container {
		max-width: 720px;
	}
}
@media only screen and (min-width: 992px){
	.container {
		max-width: 960px;
	}
}
@media only screen and (min-width: 1200px){
	.container {
		max-width: 1140px;
	}
}


@media only screen and (max-width:1400px){
	.header-logo {
		width: 300px;
		max-width: 300px;
		padding-left: 20px;
	}	

	.sub-header {
		margin: -20px 0 0 10px;
	}
	
	.news-container {
		width: 100%;
	}
	
	.tabs {
		margin-left: 800px !important;
	}
	
	.tabs-nav {
		margin-left: 210px !important;
	}
	
	.tabcontents {
		max-height: 700px;
	}
	
	.slider-container {
		width: 100%;
	}
	
	.sliders {
		margin-left: calc(100vw - 981px);
	}
	
	.streamer-container {
		width: 100%;
		min-height: 822px;
	}

	.streamers {
		margin-left: 15px;
	}


	.footer-container {
		width: 100%;
	}
	
	.social-links {
		width: calc(100vw - 900px);
	}

	.displayhidden-xxl {
		display: none !important;
	}
}

@media only screen and (max-width:1200px){
	.header-logo {
		width: 200px;
		max-width: 200px;
	}		

	.sub-nav {
		width: 100%;
		margin-left: 150px;
	}

	.server-status {
		margin: 10px 0 0 160px;
	}
		
	.login-container {
		width: 100%;
	}
	
	.sub-nav ul li {
		padding: 0 15px;
	}
	
	.tabs {
		margin-left: 800px !important;
	}
	
	.tabs-nav {
		margin-left: 210px !important;
	}
	
	.slider-container {
		height: auto;
		background-position-x: 300px;
	}
	
	.sliders {
		margin: 0 auto;
		margin-top: 400px;
	}
	
	.streamer-container {
		background-position-x: -300px;
		margin-top: 20px;
	}
	
	.castle-container {
		width: 100%;
	}
	
	.castle-holders {
		margin-left: calc(100vw - 1100px);
	}

	.streamer-mascot {
		display: none;
	}

	.ro-logo {
		/*display: none; */
		width: calc(100vw - 700px);
		margin: auto 0 auto 50px;
	}

	.about-people {
		margin-right: 10px;
	}

	.displayhidden-xl {
		display: none !important;
	}
}

@media only screen and (min-width:1024.98px) {
	nav ul > ol > li {
		display:none
	}
}

@media only screen and (max-width:1024px){
	.server-status {
		margin: 10px 0 0 200px;
	}

	nav ul > li {
		display:none;
	}
	
	nav ul > li:last-of-type {	/* menu burger */
		display: block;
		position: absolute;
		right: 10px;
		top: 60px;
	}
	
	nav ul input {
		display: inline;
	}
  	

	.sub-nav ul li {
		padding: 10px 0;
	}

	.download_btn {
		display: none;
	}
	
	.news-rss {
		width: 80%;
		margin: 0 auto;
	}
	
	.news-header {
		margin: 0 auto;
		text-align: center;
	}
	
	.tabs {
		margin: 0 auto !important;
		padding: 0 !important;
		width: 265px;
	}	
	
	.tabs-nav {
		margin-left: 20px !important;
	}
	
	.tabcontents {
		max-height: 1300px;
	}
	
	.news-article {
		width: 45%;
		height: auto;
		min-height: 325px;
		margin: 15px;
	}
	
	.slider-container {
		background-position-x: 20px;
	}

	.about-streamers {
		margin-left: 15px;
	}
	
	
	.castle-holders {
		margin: 0 15px;
	}
	
	.d-flex {
		display: inline-block;
	}
	
	.soc-container {
		float: none;
		margin: 50px auto;
	}
	
	.footer {
		background-size: cover;
	}
	
	.footer-container {
		width: calc(100vw - 150px);
	}
	
	.social-links {
		width: 100%;
		margin: 50px auto;
	}
	
	.social-links ul {
		float: none;
		padding: 30px;
	}
	
	.footer-info {
		width: calc(100vw - 150px);
		text-align: center;
	}
	
	.footer-copyrights {
		text-align: center !important;
	}
	
	.credits {
		text-align: center !important;
	}

	.ro-logo {
		display: none;
	}

	.login-panel {
		margin: 0 auto; 
	}
	
}

@media only screen and (max-width:992px){
	.sliders {
		width: 97%;
		height: auto;
	}

	.sliders img {
		width: 100%;
		height: 100%;
	}
	
	.streamer-container {
		height: auto;
		display: inherit;
		background-position-x: -600px;
		background-position-y: 442px;
		padding-bottom: 50px;
	}
	
	.streamers {
		margin: 20px auto;
		width: 95%;
		height: auto;
		border: 0;
	}

	.streamer-mascot {
		display: contents;
		float: left;
	}
	
	.castleholders-rankings {
		margin-top: -65px;
	}
	
	.about-streamers {
		margin: 50px 30px 50px 20%;
		float: left;
	}

	.footer-content .lpane , .footer-content .rpane {
		float: none;
		width: 90%;
		margin: 60px auto;
		max-width: 200px;
	}

	.footer-content .mid-content {
		float: none;
		width: 90%;
		margin: 40px auto;
		max-width: 700px;
	}

	.btn-logo-footer {
		float: none;
	}

	.footer-content img {
		width: 100%;
	}

	.ranking-mascot {
		display: none !important;
	}

	.flag {
		width: 80px !important;
	}

	.about-people {
		display: none;
	}

	.about-desc {
		width: 93%;
		margin: 0 auto;
	}

	.displayhidden-lg {
		display: none !important;
	}

}

@media only screen and (max-width:768px){
	.server-time{
		display: none;
	}
	
	.header-logo {
		width: 40vw;
		max-width: 250px;
		padding-left: 30px;
	}
	
	
	.news-header {
		margin: 0 auto;
		text-align: center;
	}
	
	.tabs {
		margin: 0 auto !important;
		padding: 0 !important;
		width: 265px;
	}	
	
	.tabs-nav {
		margin: 0 auto !important;
	}
	
	.tabcontents {
		max-width: 100%;
		max-height: 3100px; 
	}
	
	.news-article {
		margin: 15px 10px;
		width: 97%;
		height: auto;
		min-height: 325px;
	}
	
	.owl-theme .owl-nav {
		display: none;
	}
	
	.castle-container {
		display: inherit;
	}
	
	.castle-holders {
		background-position: top center;
		background-position-x: -15px;
		width: 95%;
		max-width: 441px;
		height: auto;
		margin: 15px auto;	
		padding-bottom: 30px;
	}
	
	.guild-flags {
		max-width: 441px;
	}

	.top10-rankings {
		margin: 0px auto;
		max-width: 420px;
	}
	
	.castleholders-rankings {
		background: url(../img/ranking-bg-m.png) top center no-repeat;
	}

	.footer-info ul li {
		border-right: none;
		padding: 15px 15px;
		display: inherit;
	}	
	
	.about-streamers {
		margin: 50px 15px;
		float: left;
	}

	.login-panel {
		margin: 0 auto;
	}

	.displayhidden-md {
		display: none !important;
	}
}

@media only screen and (max-width:576px){
	.server-statistics {
		display: none;
	}
	
	.online-stat {
		display: block;
	}
	

	.login-panel {
		margin: 0 0 0 -15%;
	}
	
	.preloader img {
		width: 70%;
		height: auto;
	}
	
	.news-header {
		margin: 0 auto;
		text-align: center;
	}
	
	
	.tabs-nav {
		margin: 0 auto !important;
	}	
	
	.tabcontents {
		max-width: 100%;
		max-height: 3000px; 
	}
	
	.news-article {
		margin: 15px;
		width: 95%;
		height: auto;
		min-height: 325px;
	}
	
	.slider-container {
		background-position-x: -21px;
	}
	
	
	.owl-theme .owl-nav {
		display: none;
	}	
	
	.credits img {
		margin: 15px;
		width: 45%;
	}
	
	.social-tag {
		float: none;
		margin: 10px;
	}

	.castle-holders .tab-content {
		margin: 20px auto;
	}

	.flag {
		width: 80px !important;
	}

	.displayhidden-sm {
		display: none !important;
	}
}

@media only screen and (max-width:425px){
	.header-logo {
		width: 30vw;
	}		
	
	.news-header {
		margin: 0 auto;
		text-align: center;
	}
	
	
	.tabs-nav {
		margin: 0 auto !important;
	}
	
	.loginBtn {
		width: 312px;
		height: 53px;
		background-size: 100%;
	}

	.textClass {
		width: 277px;
	}
	
	.tabcontents {
		max-width: 100%;
		max-height: 3000px; 
	}
	
	.news-article {
		margin: 15px 10px !important; 
	}
	
	.slider-container {
		background-position-x: -47px;
	}

		
	.footer-container {
		width: 100%;
		padding: 60px 15px;
	}
	
	.footer-info {
		width: 94%;
	}
	
	.footer-copyrights {
		margin: 20px 0px;
	}

	.displayhidden-xsm {
		display: none !important;
	}

	.login-panel {
		margin: 0 0 0 -30%;
	}

	.new-characters, .sign-ups {
		width: 60%;
		margin: 20px auto;
	}

	.about-desc {
		margin: 0;
	}
}

@media only screen and (max-width:375px){
	.header-logo {
		width: 23vw;
	}
	
	.login-panel {
		margin: 0 0 0 -45%;
	}
	
	.news-header {
		margin: 0 auto;
		text-align: center;
	}
	
	.slider-container {
		background-position-x: -105px;
	}

	
	.castle-holders .tab-content {
		max-height: 1000px;
	}
	
	.flag {
		width: 80%;
		text-align: center;
		background-position: center;
	}
	
	.flag img {
		margin-left: -46px;
		margin-top: 10px;
	}
	
	.flag-offset {
		margin-left: 15%;
	}
	
	
	.pvp-ladder table {
		width: 100%;
		max-width: 350px;
	}
	
	.top10-rankings {
		max-width: 350px;
	}

	.flag {
		width: 70px !important;
	}

	.displayhidden-xxs {
		display: none !important;
	}
}

@media only screen and (max-width:320px){
	.header-logo {
		width: 23vw;
	}
	
	.online-stat {
		display: none;
	}
	
	nav ul > li:last-of-type {
		top: 20px;
	}
		
	.login-panel {
		margin-left: -198px;
	}
	
	.news-header {
		margin: 0 auto;
		text-align: center;
	}


	ul.tabs-nav li a {
		font-size: 8pt;
	}

	.pvp-ladder table {
		width: 100%;
		max-width: 310px;
	}
	
	.top10-rankings {
		max-width: 310px;
	}	

	.flag {
		width: 50px !important;
	}

	.displayhidden-xxsm {
		display: none !important;
	}
	
}


.generic-form-table th label , .generic-form-table td div, .horizontal-table td, .horizontal-table th, .vertical-table th, .vertical-table td{
	color: #fff;
}

.generic-form-div {
	background-color: #06131b;
}

