
@media screen and (max-width: 992px) {
  .fixed-top {
	position: initial!important;
  }
  .navbar{
	background: #0000007a;
  }
}



.tab-block {
    display: none;
  }
  
  .tab-block.active {
    display: block;
  }
  
  .tab-button {
    cursor: pointer;
  }
  
  .tab-button.active {
    font-weight: bold;
  }

  
body{
    background: url("../images/bg2.jpg");
    background-color: #faf28d!important;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar ul:not(.dropdown-menu){
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.nav-item {
    padding: 0 3rem;
}
.left-col{

}
.main-col{
    min-height: 200px;

}
.left-col{
    padding:0!important;
}
.gold-title{
    background: url("../images/gold-title.jpg");
    background-size: cover;
    padding: 10px;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    color: #fff;
    text-shadow: 1px 1px #0000008c;
}

.blue-title{
    background: url("../images/blue-title.jpg");
    background-size: cover;
    padding: 10px;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    color: #fff;
    border: 1px solid #b18e3a;
    text-shadow: 1px 1px #0000008c;
}

.userpanel{
    background: url("../images/userpanel-bg2.jpg");
    background-size: cover;
}

.form-control{
    border-radius: 0;
    background: #8b4811;
    border: 1px solid #b18e3a;
    margin-bottom: .5rem;
    color: #fff;

}

.download-notification .dln-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
        background-color: rgb(139 72 17) !important;
}

.btn-primary{
    background: url("../images/btn-primary.jpg");
    background-size:cover;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-family: 'Philosopher', sans-serif;
	background: url("../images/blue-title.jpg");
	border: 1px solid #fff3;

}

.userpanel a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.kingdom-1{
    background: url("../images/ranking/1.jpg");
    background-size: cover;
    border: 1px solid #6787bb;
    color: #d33030;
	background-position: right;
}

.kingdom-2{
    background: url("../images/ranking/2.jpg");
    background-size: cover;
    border: 1px solid #6787bb;
    color: #b4a571;
	background-position: right;
}

.kingdom-3{
    background: url("../images/ranking/3.jpg");
    background-size: cover;
    border: 1px solid #6787bb;
    color: #356dec;
	background-position: right;
}

.statistics tr{
    background: url("../images/stat-bg2.jpg");
    background-size: cover;
}

.statistics td{
    border: 1px solid #b18e3a;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
}
.statistics td:nth-of-type(1){
    text-align: center;
}

.right-btn{
    height: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Philosopher', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.main-col .slider{
    padding-right: 0;
}
.main-col .right-buttons{
    padding-left: 0;
}

.download-btn{
    background: url("../images/download.jpg");
    background-size: cover;
}
.discord-btn{
    background: url("../images/discord.jpg");
    background-size: cover;
}
.ranking-btn{
    background: url("../images/ranking.jpg");
    background-size: cover;
}

.count{
    color: #d9c8a1;
    font-weight: 600;
}

.top-10 td:nth-of-type(1){
    color: #b4a571;
}

.top-10 td:nth-of-type(2){
    color: #fff;
}

.top-10 td:nth-of-type(3){
    color: #5b7db3;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b18e3a;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b18e3a;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b18e3a;
}

.news{
   background-color: rgb(150 82 26);
    padding: 1em;
    border-radius: 0 0 1em 1em;
}

.news ul {
    font-size: 17px;
    margin-top: 5%;
    font-weight: 500;
	
}

.genbody
{
	    background-color: #8b4811;
    box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 25%);
    border-radius: 0.5rem 0.5rem 1em 1em;
}

@media (min-width: 1200px) {
.two-col {
    margin-top: 2%;
    margin-left: 2%;
}

.th-col {
    padding: 24px !important;
}
}

.title {
    position:relative;
    font-size:18px;
    color:#dccfb1;
    border-top:1px solid #6186a9;
    border-left:1px solid #6186a9;
    display:flex;
    align-items:center;
    padding-right:20px;
    background: url("../images/title-bg.jpg");
    background-size: cover;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}
.title a {
    color:#dccfb1;
    text-decoration: none;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}
.title:after {
    content:"";
    background:linear-gradient(270deg,rgba(80,110,138,0) 0,#6186a9 100%);
    display:block;
    left:0;
    height:1px;
    width:100%;
    position:absolute;
    bottom:0
}
.news .title .icon {
    width:63px;
    height:65px;
    background:url("../images/icon-bg.jpg");
    background-size: cover;
    border-right:1px solid #6186a9;
    padding:20px 0 0
}
.news .title .icon .news-icon {
    background: url("../images/news-icon.png");
    width:24px;
    height:27px;
    margin:auto
}
.title .title-text {
    font-size:14px;
    padding-left:15px;
    margin-bottom:0
}
.news .title .title-right {
    font-size:12px;
    color:#dccfb1;
    margin-left:auto
}
.news .title .title-right a {
    color:#d4e9fe
}
a:hover {
    text-decoration:none;
	color: #d8c7a0 !important;
}

.genesis-features {
	color: white;
}

.gco-header {
padding: 1em;
    background-color: rgb(184 150 61);
    font-size: 20px;
    font-weight: 700;	
}



.news .news-content {
    position:relative;
    min-height:343px
}
.news .news-desc {
    color:#8baad0;
    font-size:14px;
    padding:25px;
    max-height:290px;
    overflow-y:hidden;
    position:relative;
    line-height:normal
}

.news-btn {
    margin:10px 20px 15px 0;
    text-align: center;
}
.news>article:nth-of-type(2n+1) {
    background-image:url(../images/news-1.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    background-size: cover;
    overflow:hidden
}
.news>article:nth-of-type(2n+2) {
    overflow:hidden;
    background:url(../images/news-2.jpg) right top no-repeat,linear-gradient(0deg,#45637e 0,#304559 100%);
    background-size: cover;
}

hr{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    color: #788db0;
}

.footer{
    background: rgb(139 72 17 / 78%);
    margin-top: 8rem !important;
}

.footer-row{
    border-top: 1px solid #faf28d;
}

.footer a{
    text-decoration: none;
    color: #fff;
}

.footer .row:first-of-type{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.big-logo{
    display: block;
    margin: auto;
    margin-top: 100px;
	opacity: 0;
}

.main-page{
    background: #223a64;
    color: #fff;
    padding:2rem;
}

.main-title .title-text{
    margin: auto;
    padding: 1.5rem 0;
    font-size: 18px;
}

.administration-box p{
    display: inline-block;
    margin-left: 1rem;
}

.inner-form-box{
    text-align: center;
}

.inner-form-box .form-control {
    width: 50%;
    margin: auto;
}

.btn-download {
    font-size: 16px;
    font-weight: 700;
    width: 250px;
    height: 96px;
    box-sizing: border-box;
    padding: 20px;
    background: url("../images/gold-title.jpg");
    background-size: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #fff;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom: 1px solid #b18e3a;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    --bs-table-accent-bg: #1a2c4c;
    color: #fff;
}

th {
    color: #d9c8a1;
    background: #1a2c4c !important;
}
.highlight {
    color: #ffeaba!important;
}



td{
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #111d33;
    color: #d9c8a1;
}

h3, h4, h5{
    color: #dccfb1;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 2rem;
}

li{
    list-style: none;
}

.administration-inner-content ul, .userpanel ul{
    padding-left: 0;
}


.userpanel li a {
    font-family: "Philosopher", sans-serif ;
    color: #ffeaba !important;
    font-size: 18px;
}

.right-btn:hover{
    color: #dcc38a;
    filter: brightness(110%);
}

.btn:hover{
    filter: brightness(110%);
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.96);
}
.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
    color: #dcc38a;
}

.nav-item{
    font-weight: 400;
    font-family: Philosopher;
}

.download-icon{
    height: 20px;
    margin-right: 10px;
}

.download-buttons{
    text-align: center;
    margin-bottom: 5rem;
}

caption{
    color: #d6c6a0;
}

.loggedin li{
	padding: .5rem 1rem;
	border-bottom: 1px solid #ffffff3b;
}
.loggedin li a{
	transition: padding-left .8s cubic-bezier(.5,2,.5,1.5);
}
.loggedin li img{
	margin-right: 1rem;
	width: 24px;
}
.loggedin ul li:hover > a {
  padding-left: 10px;
}

.navbar{
	transition: background-color .5s ease-in-out;
}

.sticky {
  padding: 0;
  border-bottom: 1px solid #374c73;
  background: rgba(5, 11, 24, 0.7);
}

.sticky .navbar-brand img{
	height: 50px;
}

.navbar-brand img{
	transition: all linear .5s;
}

.table-user td{
	
}

.input-group-text{
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: .5rem;
	color: #b18e3a;
	background-color: #203150;
	border: 1px solid #374f74;
	border-radius: 0;
	border-right: 0px solid #fff;
}

.form-control{
	font-family: 'ForkAwesome', Sans-Serif;
}

#registerForm .form-control{
	margin-bottom: 1rem;
	padding: .6rem 0.75rem;
}

.kingdom-1 td:nth-of-type(4){
	color:#d33030;
}
.kingdom-2 td:nth-of-type(4){
	color:#b4a571;
}
.kingdom-3 td:nth-of-type(4){
	color:#356dec;
}

.registration {
    padding: 2em;
}

.center {
    text-align: center;
}

.regform {
    width: 50%;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px)
{
.regform {
    width: 90%;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
}
}

.rules-body .rule {
    padding: 1em;
    margin: 1em;
    background-color: rgb(139 72 17) !important;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(22 21 21 / 80%);
}

.gf-body, .info-text {
    background-color: rgb(139 72 17) !important;
}
.guide-page {
    background-color: rgb(139 72 17)!important;
}

.myaccordion .card-header {
    background: #8b4811 !important;
}

.card-body {
    border-left: 2px solid #b18e3a !important;
}

button[aria-expanded="true"] .icon {
    background: #c8c271 !important;
}

.character-info {
	background: radial-gradient(#8b4811,#ca752f) !important;
}

.account-option {	
	box-shadow: 0 0 10px rgb(193 160 68 / 51%) !important;
	border: 2px solid #b18e3a !important;
	background: radial-gradient(rgb(193 160 68 / 13%),rgb(139 72 17)) !important;
}