html, body {
	font-family: 'Roboto Slab', Georgia, serif;
}

body {
	background-color: #24201c;
	color: #eab056;
	padding-top: 370px;
}

body::-webkit-scrollbar {
    height: 5px;
	width: 12px;               /* width of the entire scrollbar */
}

        /* Modal styles */
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Overlay effect */
        }

        .modal-content {
            background-color: #130604;
            margin: 15% auto;
            padding: 20px;
            border-radius: 8px;
            width: 50%;
            max-width: 600px;
            text-align: center;
            position: relative;
	        
        }

        .close {
    	color: white;
    	position: absolute;
    	top: 10px;
		right: 20px;
    	font-size: 28px;
		font-weight: bold;
	    cursor: pointer;   
	    z-index:10;
	}

        .close:hover {
            color: white;
	}

.modaldown{
    display: flex;
    margin-bottom: 20px;
    position: relative;
    left: 45px;
    width: 572px;
}


@media query (min-width: 1200px) {
.logo{
	 position: absolute !important;
	 overflow: hidden !important;
	 top: -162px !important;
	 left: 280px !important;
	 filter: saturate(80%) !important;

}
}

.modaldown a {
	font-weight: 0 !important;
	color: white !important;
    padding: 21px 30px !important;
    margin-left: 10px !important;
}

.modaldown a:focus, a:hover {
	font-weight: 0 !important;
	
	
}

.modaldownbtn {
	background-image: url(https://i.imgur.com/6hFmkTJ.png);
	color: white;
	width: 40%;
	height: 66px;
	background-size: contain;
	left: -56px;
	position: relative;
}



.modaldownbtn p{
	color: white;
	
}

.system-requirements {
    background: linear-gradient(135deg,rgba(139,69,19,0.15) 0,rgba(160,82,45,0.1) 100%);
    border: 1px solid rgba(139,69,19,0.4);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    overflow: hidden
}

.system-requirements::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(230,126,34,0.05),transparent);
    transition: left .8s ease
}

.system-requirements:hover::before {
    left: 100%
}

.req-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #d4a574;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 2px solid rgba(212,165,116,0.3);
    padding-bottom: 12px
}

.req-header i {
    font-size: 20px;
    color: #d4a574
}

.req-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 16px
}

.req-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 16px;
    border-radius: 8px;
    transition: all .3s ease;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(139,69,19,0.2)
}

.req-item:hover {
    background: rgba(0,0,0,0.3);
    border-color: rgba(230,126,34,0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3)
}

.req-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg,rgba(212,165,116,0.2) 0,rgba(184,134,11,0.2) 100%);
    border-radius: 50%;
    color: #d4a574;
    font-size: 16px;
    flex-shrink: 0;
    transition: all .3s ease
}

.req-item:hover .req-icon {
    background: linear-gradient(135deg,rgba(212,165,116,0.3) 0,rgba(184,134,11,0.3) 100%);
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(212,165,116,0.4)
}

.req-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.req-title {
    color: #d4a574;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.req-desc {
    color: #d7ccc8;
    font-size: 13px;
    line-height: 1.4
}

.req-warning {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    padding: 6px 10px;
    background: rgba(244,67,54,0.1);
    border: 1px solid rgba(244,67,54,0.3);
    border-radius: 4px;
    color: #ff6b6b;
    font-size: 11px;
    font-weight: 500
}

.req-warning i {
    font-size: 10px;
    color: #ff6b6b
}

@media (max-width: 768px) {
    .req-grid {
        grid-template-columns:1fr
    }

    .req-item {
        padding: 12px
    }

    .req-icon {
        width: 35px;
        height: 35px;
        font-size: 14px
    }

    .req-header {
        font-size: 16px
    }

    .req-header i {
        font-size: 18px
    }
}




body::-webkit-scrollbar-track {
  background: #110706;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #3e1c0f;    /* color of the scroll thumb */     /* roundness of the scroll thumb */
  border: 3px solid #110706;  /* creates padding around scroll thumb */
}

body {
	background-color: #24201c;
	color: #eab056;
	margin: 0;
	line-height: 1.5;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	background-color: #110706;
	background-image: url(../img/bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	filter: saturate(200%);
	
}
.post_title{
	font-size:20px
}

input[type=daccount]{
    width: 560px;
    background-color: #57412f;
    border: 1px solid #745740;
    box-shadow: inset 0 0 15px rgba(62, 42, 30, 0.6);
    padding: 8px 12px;
    border-radius: 4px !important;
    color: #dac0a3;
    transition: border-color .3s ease;
    margin-top: 5px;
    left: 10px;
    position: relative;
    /* text-align: center; */
    font-size: 14px;
	height:35px;
	margin-bottom:10px;
}

.btnreg {
	color: #523323;
	font-size: 14px;
	height: 52px;
	margin: 13px 0px 0;
	background-image: url(../img/login-btn.png);
	background-repeat: no-repeat;
	width: 227px !important;
	left: 300px;
	position: relative;
	transition: all .5s ease-in-out 0s;
	transition-duration: .3s;
	text-transform: uppercase;
	font-weight: 800;
	border:none;
}

.btnreg:hover {
	color: #523323;
	font-size: 14px;
	height: 52px;
	margin: 13px 0px 0;
	background-image: url(../img/login-btn.png);
	background-repeat: no-repeat;
	width: 227px !important;
	left: 300px;
	position: relative;
	transition: all .5s ease-in-out 0s;
	transition-duration: .3s;
	text-transform: uppercase;
	font-weight: 800;
	transition: all .5s ease-in-out 0s;
	transition-duration: .3s;
	filter: brightness(130%);
	border:none;
}


.login-area.user-nav ul li a::before {
	content: "" !important;
	position: absolute;
	left: 40px;
	top: 9px;
	font-family: FontAwesome;
}

  .cke_notifications_area {
	display: none !important;
  }

#loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, #783d2d, #783d2d);
  z-index: 9999;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.post_date{
	display:flrex;
	left:670px;
	position:relative;
	top: -19px;
}


.krbasic {
	width: 47px !important;
	height: 40px !important;
	padding-right: 35px;
	background: url(../img/krbasic.png) no-repeat center center;
	display: flex;
	top: -80px !important;
	position: relative;
	left: 8px;
}
.pre-social, h2 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #b4946e;
	color: #eab04a;
	font-size: 15px;
	padding-bottom: 14px;
	padding-left: 54px;
	flex-wrap: wrap;
	position: relative;
	top: -27px;
	text-transform: uppercase;
}
#body-bg img {
	width: 100%;
}

#body-bg #body-vide {
	width: 100%;
	height: 100vh;
}

#body-bg::before {
	position: absolute;
	top: 0;
	height: 170px;
	background: linear-gradient(to top, rgba(30, 87, 153, 0) 0%, rgba(36, 32, 28, 1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#24201c', GradientType=0);
	content: "";
	display: block;
	width: 100%;
}

#body-bg::after {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(36, 32, 28, 1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#24201c', GradientType=0);
	content: "";
	display: block;
	width: 100%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}

.col-with-padding {
	padding-right: 15px;
	padding-left: 15px;
}

a:hover, a:focus {
	text-decoration: none;
}

.btn {
	transition: all 0.2s ease-in-out 0s;
	border: 0 none;
}

.roboto {
	font-family: 'Roboto', Arial, sans-serif;
}

.roboto-slab {
	font-family: 'Roboto Slab', Georgia, serif;
}

.bold {
	font-weight: 700;
}

.regular {
	font-weight: 400;
}

.clearer {
	clear: both;
	overflow: hidden;
	height: 0;
}

.clearer_20 {
	clear: both;
	overflow: hidden;
	height: 20px;
}

.row {
	margin: 0;
}

.table {
	margin-top: 40px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: 0 none;
	line-height: 1.42857;
	padding: 5px 16px;
	color:#dac0a3;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th:hover {

background-color:transparent !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th:focus {

background-color:transparent !important;
}

.smalltext{
	color:#eab04a;
	font-size:10px;
	position:relative;
	top:-9px;
}

.smalltext:hover{
	color:#eab04a;
	font-size:10px;
	position:relative;
	top:-9px;
}

.smalltext a{
	color:#eab04a;
	font-size:10px;

}

.smalltext2{
	color:#eab04a;
	font-size:10px;
	position:relative;
	top:-25px;
}

.smalltext2:hover{
	color:#eab04a;
	font-size:10px;
	position:relative;
	top:-25px;
}

.smalltext2 a{
	color:#eab04a;
	font-size:10px;

}

.white {
	color: #fff;
}

.red {
	color: #c70000;
}

.dark-red {
	color: #82afad;
}

.orange {
	color: #fa512a;
}

.dark-orange {
	color: #c75031;
}

.yellow {
	color: #e69b00;
}

.dark-yellow {
	color: #955620;
}

.brown {
	color: #5d3a2f;
}

.dark-brown {
	color: #4f241f;
}

.gold {
	color: #ffb370;
}

.bg-white {
	background-color: #fff;
}

.bg-red {
	background-color: #c70000;
}

.bg-dark-red {
	background-color: #82afad;
}

.bg-orange {
	background-color: #fa512a;
}

.bg-dark-orange {
	background-color: #c75031;
}

.bg-yellow {
	background-color: #e69b00;
}

.bg-dark-yellow {
	background-color: #955620;
}

.bg-brown {
	background-color: #5d3a2f;
}

.bg-dark-brown {
	background-color: #4f241f;
}

.bg-gold {
	background-color: #ffb370;
}

.bg-blue {
	background-color: #2e4b73;
}

.bg-purple {
	background-color: #473164;
}

.bg-dark-grey {
	background-color: #24272c;
}

.btn {
	border-radius: 0;
	font-size: 13px;
	padding: 8px 40px;
}


.btn-orange {
	overflow: hidden !important;
	color: #f0a96e;
	padding: .375rem .75rem;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	border-radius: 0;
	transition: all .5s ease-in-out 0s;
	transition-duration: .3s;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(180deg, #b37721 0, #9c7154 100%);
	box-shadow: inset 0 0 0 1px #dda46f;
	box-sizing: border-box;
	background: linear-gradient(180deg, #693a13 0, #3e2316 100%);
	position: relative;
		left: 720px;

}


.btn-orange:hover {
	overflow: hidden !important;
	color: #f0a96e;
	padding: .375rem .75rem;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	border-radius: 0;
	transition: all .5s ease-in-out 0s;
	transition-duration: .3s;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(180deg, #b37721 0, #9c7154 100%);
	box-shadow: inset 0 0 0 1px #dda46f;
	box-sizing: border-box;
	background: linear-gradient(180deg, #693a13 0, #3e2316 100%);
	position: relative;
	 transition: all .3s ease-in-out;
	filter: brightness(1.2);
		left: 720px;
}

.navbar {
	position: fixed;
	width: 100%;
	border: 0 none;
	text-align: center;
	margin: 0;
	top: 0;
	z-index: 10;
	/* border-bottom: 1px solid transparent; */
	border-bottom-color: transparent;
	/* border-color: rgba(221, 166, 183, 0.15); */
	transition: all 0.5s ease-in-out;
	height: 70px;
	opacity:90%;
}

.navbar > .container {
	padding: 0;
}

.navbar, .nav-mobile {
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url(../img/asd.png);
	border-bottom: 2px solid #783d2d;
	opacity:90%;
}

.navbar ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar ul li {
	float: left;
	width: 202px;
	height: 74px;
	font-size: 18px;
	line-height: 71px;
}

.navbar ul li a {
	color: #eddccd;
	display: block;
	width: 100%;
	height: 94%;
	box-sizing: border-box;
	text-decoration: none; /* Ensures no underline */
	position: relative; /* Required for positioning the pseudo-element */
	transition: color 0.3s, text-shadow 0.3s; /* Only animating relevant properties */
	text-transform: uppercase;
	font-size: 17px;
}

.navbar ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1.5px;
	background-color: #cd8814;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	z-index: -1; /* Places the border behind the text */
}

.navbar ul li a:hover,
.navbar ul li.active a {

}

.navbar ul li a:hover::after,
.navbar ul li.active a::after {
	width: 100%;
	left: 0;
	transform: translateX(0);
}


.navbar ul li.logo {
	width: 360px;
}

.navbar ul li.logo a:hover {
	border-top: none;
}

.navbar ul li.logo img {
	transition: all 1s ease-in-out 0s;
	margin: 4px auto;
}

.navbar ul li.logo img:hover {
	border: none;
	filter: drop-shadow(4px 4px 0 rgba(250, 250, 250, .7));
}

.navbar ul li.logo img.shrink {
	height: 50px;
}

#content {
	padding: 145px 0 145px;
}

#wrapper {
}

#wrapper .content-area {
	background-color: #381a08;
	overflow: hidden;
}

.btn-area {
	height: 280px;
}

.btn-area .big-button-area {
	height: 145px;
	background-image: url(../img/download.png);
	background-size: cover;
}

.btn-area .small-button-area {
	height: 135px;
	background-size: cover;
}

.btn-area a {
	display: block;
	text-align: center;
	margin: 0;
	/* box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); */
	font-weight: 700;
	padding: 0 30px;
}

.btn-area a span {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}

.btn-area a.client-dl {
	/* background-color: rgba(255, 179, 112, .5); */
	color: #865631;
	font-size: 24px;
	line-height: 22px;
	height: 100%;
}

.btn-area a.client-dl:hover {
transition: all .3s ease-in-out;
 filter: brightness(1.2);
}

.btn-area a:hover {
transition: all .3s ease-in-out;
 filter: brightness(1.2);
}

.wiki {
		color: #d98f20;
		font-size: 18px;
		line-height: 22px;
		height: 60%;
		background-image: url(../img/discord.png);
		background-size: 100%;   
}


.wiki:hover {
		color: #d98f20;
		font-size: 18px;
		line-height: 22px;
		height: 60%;
		background-image: url(../img/discord.png);
		background-size: 100%;   
		transition: all .3s ease-in-out;
		filter: brightness(1.2);
}

.wiki a {
	color: #d98f20;
	font-size: 18px;
	line-height: 22px;
	top: 31px;
	position: relative;
	left: -23px;
}

.wiki a:hover{
	color: #d98f20;
	font-size: 18px;
	line-height: 22px;
}

.btn-area a.vote-4-coins {
	color: #301913;
	font-size: 18px;
	line-height: 22px;
	height: 40%;
	background-image: url(../img/donate.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: static;
	z-index: 15;
		 transition: all .3s ease-in-out;
	filter: brightness(1.2);
}


.btn-area a.vote-4-coins:hover {
	color: #301913;
	font-size: 18px;
	line-height: 22px;
	height: 40%;
	background-image: url(../img/donate.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	 transition: all .3s ease-in-out;
	filter: brightness(1.2);
}

.slider-topper-wrapper {
	position: relative;
}

#slider-topper {
	height: 280px;
}

#slider-topper .owl-dots {
	background-color: #1d110c;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

#slider-topper .owl-dots .owl-dot {
	display: inline-block;
	margin: 11px 4px 0;
}

#slider-topper .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e7ceb8;
}

#slider-topper .owl-dots .owl-dot.active span {
	background-color: #ef4d28;
}

.logo{
	 position: absolute;
	overflow: hidden;
	top: 18px;
	filter: saturate(80%) !important;
}


.boss-kills {
	padding-top: 20px;
	height: 280px;
	background: transparent url("../img/boss-kills-bg.html") no-repeat center;
	background-size: cover;
}

.boss-kills h3 {
	margin: 0 0 0 30px;
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000000;
}

.boss-kills h5 {
	text-shadow: 1px 1px 1px #000000;
}

.boss-kills small {
	font-size: 10px;
	letter-spacing: 0;
	font-weight: 700;
}

.boss-kills .bar-chart-wrapper {
	margin-top: 24px;
}

.boss-kills .bar-chart-wrapper .chart-element {
}

.boss-kills .bar-chart-wrapper .chart-element .bar {
	height: 36px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 10px;
	margin: 0 14px 10px 0;
}

.boss-kills .bar-chart-wrapper .chart-element .bar.bar-first {
	background-color: #24272c;
}

.boss-kills .bar-chart-wrapper .chart-element .bar.bar-second {
	background-color: #473164;
}

.boss-kills .bar-chart-wrapper .chart-element .bar.bar-third {
	background-color: #2e4b73;
}

.boss-kills .bar-chart-wrapper .chart-element .bar.bar-fourth {
	background-color: #e73600;
}

.boss-kills .bar-chart-wrapper .chart-element .bar span {
	text-transform: uppercase;
	line-height: 36px;
	display: inline-block;
	font-size: 12px;
}

.boss-kills .bar-chart-wrapper .chart-element span {
	color: #fff;
	font-size: 15px;
}

.slider-topper-wrapper .hero-overlay {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.login-area {
	/* background-color: #eddccd; */
	height: 300px;
	padding: 35px 16px;
	background-image: url(../img/bguser.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #273848;
}

.login-area .form-control {
	border: 1px solid #5d3a2f;
	border-radiu:4px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #f9ac8b;
	background-color: #130705;
	background-clip: padding-box;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}


.login-area .form-control:focus {
	color: #f9ac8b;
	border: 1px solid #f9ac8b;
	background-color: #130705;
	background-clip: padding-box;
	font-size: 12px;
	padding: .375rem .75rem;
	height: 36px;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	border-radius:4px;
}

.login-area .form-control::-webkit-input-placeholder {
	color: #f9ac8b;
}

.login-area .form-control::-moz-placeholder {
	color: #f9ac8b;
}

.login-area .form-control:-ms-input-placeholder {
	color: #f9ac8b;
}

.login-area .form-control:-moz-placeholder {
	color: #f9ac8b;
}

.login-area p {
	font-size: 12px;
	color: #f9ac8b;
	display: -webkit-inline-box;
	left: -26px;
}

.login-area p a {
	color: #eab056 !important;
}

.login-area .btn-login {
	color: #523323;
	font-size: 14px;
	height: 52px;
	margin: 13px 0px 0;
	background-image: url(../img/login-btn.png);
	background-repeat: no-repeat;
	width: 227px !important;
	left: 32px;
	position: relative;
	transition: all .5s ease-in-out 0s;
	transition-duration: .3s;
	text-transform: uppercase;
	font-weight: 800;
}

.login-area .btn-login:hover {
	color: #523323;
	font-size: 14px;
	height: 52px;
	margin: 13px 0px 0;
	background-image: url(../img/login-btn.png);
	background-repeat: no-repeat;
	width: 227px !important;
	left: 32px;
	position: relative;
	transition: all .5s ease-in-out 0s;
	transition-duration: .3s;
	text-transform: uppercase;
	font-weight: 800;
	transition: all .5s ease-in-out 0s;
	transition-duration: .3s;
	filter: brightness(130%)
}

.login-area.user-nav {
	color: #846f60;
	padding: 0;
}

.login-area.user-nav span {
	color: #846f60;
	font-size: 14px;
	padding: 16px 40px;
	display: block;
}

.login-area.user-nav span a {
	color: #e4745a;
}

.login-area.user-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	top:-4px;
	position:relative;
}

.login-area.user-nav ul li {
}

.login-area.user-nav ul li a {
	position: relative;
	color: #807061;
	background-color: #cab7a6;
	padding: 9px 20px 9px 55px;
	font-size: 14px;
	display: block;
	transition: all 0.2s ease-in-out 0s;
}

.login-area.user-nav ul li:nth-of-type(2n+1) a {
	background-color: #dfcebe;
}

.login-area.user-nav ul li a::before {
	content: "ïƒš";
	position: absolute;
	left: 40px;
	top: 9px;
	font-family: FontAwesome
}

.login-area.user-nav ul li a:hover {
	background-color: #a37b6f;
	color: #fff;
}

.news-area {
	background-color:#381a08;
}

.news-area .news-element {
	padding: 35px 25px;
	background-color: #381a08;
	background-image: url(../img/bg-news.png);
	background-position-x: -210px;
	background-repeat: no-repeat;
}


.news-area .news-element:nth-of-type(2n+1) {
	background-color: #381a08;
	background-image: url(../img/bg-news.png);
	background-position-x: -210px;
}

.news-area .news-element .title-area {
	border-top: 1px solid #FF9800;
	border-left: 1px solid #FF9800;
	position: relative;
	top: -35px;
	left: -25px;
	height: 67px;
	width: 855px;
}

.news-area .news-element .title-area h3 {
	display: block;
	float: left;
	margin: 0;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
}

.news-area .news-element .title-area h3  a {
	color: #FF9800;
	position: relative;
	left: 77px;
	top: -43px;
	font-weight: 100;
}

.news-area .news-element .title-area span {
	display: block;
	float: right;
	color: #FFC107;
	font-size: 13px;
	top: -42px;
	position: relative;
	left: -21px;
}

.news-area .news-element .title-area span a {
	color: #d5654c;
}

.news-area .news-element p {
	font-size: 13px;
	line-height: 25px;
	width: 800px;
	top: -44px;
	position: relative;
}

.news-area .news-element .btn {
	margin-top: 10px;
}

.fa-solid, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.pagination {
	/* border-top: 1px solid rgba(74, 42, 33, .4); */
	display: block;
	margin: 0;
	text-align: right;
	border-radius: 0;
	padding: 11px 13px;
	
}

.pagination > li {
	display: inline-block;
}

.pagination > li > a {
	background-color: #41221b;
	color: #f0a04b;
	border: 0 none;
	border-radius: 0;
	padding: 0;
	display: block;
	width: 27px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	font-size: 12px;
}

.pagination > li.active > a, .pagination > li:hover > a, .pagination > li.active:hover > a, .pagination > li > a:focus, .pagination > li.active > a:focus {
	background-color: #fa512a;
	color: #fff;
	background: linear-gradient(180deg, #693a13 0, #3e2316 100%);
	color: #f0a96e;
   border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(180deg, #b37721 0, #9c7154 100%);
	box-shadow: inset 0 0 0 1px #dda46f;
	box-sizing: border-box;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
	border-radius: 0;
}

.sidebar {
	width: 320px;
	position: relative;
	left: -35px;
	}

.sidebar .online-stats {
	background-color: #220e08;
	background-image: url(../img/login-bg.png);
	background-size: 100%;
	/* height: 203px; */
}

.sidebar .online-stats p {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.sidebar .online-stats p.number {
	color: #ff6039;
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 5px;
	line-height: 25px;
}

.sidebar .online-stats p:last-of-type {
	margin: 0;
}

.sidebar .todays-events {
}

.sidebar .todays-events a {
	display: block;
	background-color: #d7bea8;
	padding: 22px 19px;
	text-transform: uppercase;
	font-weight: 700;
	color: #4f241f;
	font-size: 18px;
	line-height: 18px;
}

.sidebar .todays-events a::after {
	content: "\f105";
	float: right;
	font-family: FontAwesome;
}

.sidebar .upcoming-events {
	background: #eddccd url("../img/upcoming-events-bg.png") no-repeat center;
	background-size: cover;
	position: relative;
}

.sidebar .upcoming-events a {
	display: block;
	padding: 24px 21px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	border-style: solid;
	border-width: 0 0 1px 4px;
	border-bottom-color: rgba(79, 36, 31, .2);
	position: relative;
	z-index: 1;
}

.sidebar .upcoming-events a span {
	color: #4f241f;
	font-size: 14px;
}

.sidebar .upcoming-events a:nth-child(1) {
	color: #c80000;
	border-left-color: #c80000;
}

.sidebar .upcoming-events a:nth-child(2) {
	color: #fa512a;
	border-left-color: #fa512a;
}

.sidebar .upcoming-events a:nth-child(3) {
	color: #e79e00;
	border-left-color: #e79e00;
}

.sidebar .upcoming-events a:last-of-type {
	border-bottom-width: 0;
}

.sidebar .upcoming-events .hero-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.sidebar .top-player-points {
}

.sidebar .top-player-points a {
	display: block;
	background-color: #5d3a2f;
	padding: 16px 19px 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #eddccd;
	font-size: 18px;
	line-height: 18px;
	text-align: center
}

.sidebar .top-player-points a::after {
	content: "\f105";
	float: right;
	font-family: FontAwesome;
}

.top-lists-wrapper {
}

.top-lists-wrapper .top-list {
}

.top-lists-wrapper .top-list .header {
	padding: 13px 0px;
	position: relative;
}

.top-lists-wrapper .top-list .header span {
	text-transform: uppercase;
	font-weight: 700;
	color: #ffb370;
	font-size: 14px;
	display: block;
	line-height: 14px;
}

.top-lists-wrapper .top-list .header .top-lists-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.top-lists-wrapper .top-list .content {
	padding: 25px 21px;
}

.top-lists-wrapper .top-list .content .row {
	margin-bottom: 10px;
}

.top-lists-wrapper .top-list .content .row span {
	display: block;
	font-size: 13px;
	color: #fff;
}

.top-lists-wrapper .top-list .content .row:nth-child(1) span {
	color: #ff9c44;
}

.top-lists-wrapper .top-list .content .row:nth-child(2) span {
	color: #afafaf;
}

.top-lists-wrapper .top-list .content .row:nth-child(3) span {
	color: #e37a62;
}

.top-lists-wrapper .top-list.metins {
	/*background-color: #955620;*/
}

.top-lists-wrapper .top-list.metins .header {
	background-color: #763700;
	background-image: url(../img/head.png);
	height: 49px;
}

.top-lists-wrapper .top-list.bosse {
	background-color: #821f1d;
}

.top-lists-wrapper .top-list.bosse .header {
	background-color: #5d0e0c;
}

.top-lists-wrapper .top-list.dungeons {
	background-color: #5d3a2f;
}

.top-lists-wrapper .top-list.dungeons .header {
	background-color: #492a21;
}

.top-lists-wrapper .top-list.speedrun {
	background-color: #5c453e;
}

.top-lists-wrapper .top-list.speedrun .header {
	background-color: #49332d;
}

.top-lists-wrapper .top-list.pvm {
	background-color: #82371d;
}

.top-lists-wrapper .top-list.pvm .header {
	background-color: #612713;
}

.top-lists-wrapper .top-list.pvp {
	background-color: #64351a;
}

.top-lists-wrapper .top-list.pvp .header {
	background-color: #4b2611;
}

.top-lists-wrapper .top-list.chunjo {
	background-color: #955620;
}

.top-lists-wrapper .top-list.chunjo .header {
	background-color: #763700;
}

.top-lists-wrapper .top-list.shinsoo {
	background-color: #821f1d;
}

.top-lists-wrapper .top-list.shinsoo .header {
	background-color: #5d0e0c;
}

.top-lists-wrapper .top-list.jinno {
	background-color: #37393d;
}

.top-lists-wrapper .top-list.jinno .header {
	background-color: #292b2e;
}

.top-lists-wrapper .top-list.guilds {
	/*background-color: #955620;*/
}

.top-lists-wrapper .top-list.guilds .header {
	background-color: #763700;
	background-image: url(../img/head.png);
	height: 49px;
}

#mini-icons {
	position: absolute;
	left: 155px!important;
	top: 450px;
	transition: all 0.5s ease-in-out 0s;
	display: flex;
	overflow:hidden;
}

#mini-icons > * {
	position: relative;
	width: 56px;
	height: 56px;
	margin-bottom: 2px;
	display: block;
	text-align: center;
	line-height: 56px;
}

#mini-icons a {
	display: block;
	color: #eddccd;
	font-size: 24px;
	background-color: #492a21;
	transition: all 0.2s ease-in-out 0s;
}

.languagewrapper {
	position: relative;
	display: inline-block;
	font-family: Arial, sans-serif;
}

.languagewrapper .current-language {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	padding: 8px 12px;
	background-color: rgb(10 10 10 / 10%);
	color: #eddccd;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	top: 18px;
	position: relative;
	border:1px solid rgb(209 147 20 / 50%);
}

.languagewrapper .current-language:hover {
	background-color: rgb(226 184 4 / 0%);

}


.languagewrapper .current-language::after{

	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;





}


.languagewrapper .current-language:hover::after {
  display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.languagewrapper .languages {
	display:  none; 
	top: 25px!important; 
	left: 1px !important;
	background-color: #1f1307;
	border:1px solid rgb(209 147 20 / 50%);
	border-radius: 5px;
	width: 110px !important;
	position:relative;
}

.languagewrapper:hover .languages {
	display: block;
	width: 110px !important;
	border-radius: 5px;
   
}

.languagewrapper .languages a {
	display: flex;
	align-items: center;
	gap: 5px; 
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	transition: background-color 0.3s ease;
	flex-wrap: nowrap;
	position: relative;
	width: 108.5px !important;
   
}

.languagewrapper .languages a:hover {
	background-color: #e0a705;
	/*width: 100px !important;*/
}

.flag-icon {
	width: 34px;
	height: 15px;
	/*display: inline-block;*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 2px;
}



#mini-icons .twitch:hover a, #mini-icons .twitch.active a {
	background-color: #6441a5;
}

#mini-icons .twitch .twitch-live-info {
	background-color: #cc110c;
	font-size: 12px;
	transform: rotate(-90deg);
	position: absolute;
	width: 100%;
	height: 15px;
	right: -35px;
	top: 20px;
	color: #fff;
	line-height: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
}

#mini-icons .youtube:hover a, #mini-icons .youtube.active a {
	background-color: #cc110c;
}

#mini-icons .youtube .youtube-live-info {
	background-color: #cc110c;
	font-size: 12px;
	transform: rotate(-90deg);
	position: absolute;
	width: 100%;
	height: 15px;
	right: -35px;
	top: 20px;
	color: #fff;
	line-height: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
}


#mini-icons .facebook:hover a {
	background-color: #3b5998;
}

#mini-icons .toplist:hover a {
	background-color: #c75031;
}

#mini-icons .discord:hover a {
	background-color: #738adb;
}
#mini-icons .teamspeak:hover a {
	background-color: #0671B7;
}


#twitch-sidebar {
	position: fixed;
	left: -300px;
	width: 300px;
	top: 0;
	bottom: 0;
	background-color: #6441a5;
	transition: all 0.5s ease-in-out 0s;
	padding: 20px;
}

#twitch-sidebar .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
}

#youtube-sidebar {
	position: fixed;
	left: -300px;
	width: 300px;
	top: 0;
	bottom: 0;
	background-color: #cc110c;
	transition: all 0.5s ease-in-out 0s;
	padding: 20px;
}

#youtube-sidebar .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
}

.download-buttons .col-xs-6 {
	height: 270px;
	background-color: #eddbcd;
	border-right: 1px solid #cfbcad;
	padding-top:100px;
}


.download-buttons a {
	display: block;
	text-align: center;
	color: #4f241f;
	font-weight: 700;
	text-transform: uppercase;
}

.download-buttons a span {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	line-height: 26px;
}

.download-buttons a.mirror span {
	font-size: 18px;
	line-height: 18px;
	border-top: 1px solid #cfbcad;
	padding: 20px;
}

.download-buttons a span i {
	font-size: 22px;
	line-height: 22px;
	font-style: normal;
	display: inline-block;
}

.download-buttons a small {
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	line-height: 15px;
}

.download-buttons .col-sm-4:nth-child(3) a {
	border-right: 0 none;
}

.system-requirements {
	padding-top: 40px;
}

.system-requirements .col-sm-6 {
	padding: 0 45px;
}

.system-requirements h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 30px;
}

.system-requirements .min-requirements h3 {
	color: #c84f32;
}

.system-requirements .rec-requirements h3 {
	color: #dea36b;
}

.system-requirements ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.system-requirements ul li {
	margin-bottom: 8px;
	display: block;
	font-size: 16px;
	line-height: 24px;
}







.mt2cms2-c-c {
	padding: 80px 30px 30px;
	line-height: 22px;
	background-image: url(../img/bgranking.png);
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position-x: -800px;
}

.mt2cms2-c-c h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 21px;
	margin: 0 0 20px;
}

.mt2cms2-c-c p {
	margin: 0 0 20px;
}

.mt2cms2-c-c p:last-of-type {
	margin: 0;
}


.mt2cms2-c-l {
	padding: 80px 30px 30px;
	line-height: 22px;
	background-image: url(../img/bgranking.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.mt2cms2-c-l h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 21px;
	margin: 0 0 20px;
}

.mt2cms2-c-l p {
	margin: 0 0 20px;
}

.mt2cms2-c-l p:last-of-type {
	margin: 0;
}

.character-detail {
	background-color: #f6e6d9;
}

.character-detail .character {
	padding: 10px 0;
	position: relative;
	background: #eddccd url("../img/character-bg.jpg") no-repeat center;
	background-size: cover;
}

.character-detail .character img {
	display: block;
	margin: 0 auto;
}

.character-detail .character img::after {
	position: absolute;
	width: 100px;
	height: 30px;
	border: 1px solid lime;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
}

.character-detail .character p {
	color: #fff;
	margin: 12px 0 0;
}

.character-detail .character p span {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.character-detail .character p.name {
	color: #ff6039;
	font-size: 16px;
	font-weight: 700;
	margin: 25px 0 0;
}

.character-detail .character p.level {
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
}

.character-detail .character p.playtime {
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
}

.character-detail .character p.guild {
	font-size: 16px;
	font-weight: 700;
}

.character-detail .stats {
	padding: 20px 0 0;
}

.character-detail .stats .col-sm-6 {
	background-color: #f6e6d9;
	padding: 0 40px;
}

.character-detail .stats p {
	font-size: 25px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 16px;
}

.character-detail .stats p span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.character-detail .stats .btn {
	margin-top: 20px;
	font-size: 15px;
}

.ranking-stats {
}

.ranking-stats p {
	color: #f65e38;
	font-size: 23px;
	font-weight: 700;
	line-height: 17px;
}

.ranking-stats p small {
	color: #8d7c7a;
	font-size: 13px;
	font-weight: 400;
}

.ranking-stats p span {
	color: #4f241f;
	font-size: 12px;
	font-weight: 400;
}

.ranking-quest {
}

.ranking-quest a {
	display: block;
	background-color: #5d3a2f;
	padding: 16px 19px;
	text-transform: uppercase;
	font-weight: 700;
	color: #eddccd;
	font-size: 21px;
	line-height: 26px;
	text-align: center;
	position: relative;
}

.ranking-quest a span {
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	display: block;
}

.ranking-quest a::after {
	content: "\f105";
	float: right;
	font-family: FontAwesome;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
}

.ranking-areas {
	display: block;
	background-color: #5d3a2f;
	padding: 16px 19px 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #eddccd;
	font-size: 21px;
	line-height: 26px;
	text-align: center;
	position: relative;
}

.login-overview {
	padding: 32px 0;
}

.login-overview > .row > .col-sm-6 {
	padding: 0 28px;
}

.login-overview .head h2 {
	font-size: 21px;
	float: left;
	display: inline-block;
	margin-right: 40px;
}

.login-overview .head .btn {
	position: relative;
	top: 12px;
}

.login-overview .dragon {
	position: relative;
	top: 3px;
}

.login-overview .dragon-coins, .login-overview .dragon-marks {
	font-size: 25px;
	margin: 0 0 16px;
	line-height: 25px;
}

.login-overview .dragon-coins span, .login-overview .dragon-marks span {
	font-size: 15px;
	font-weight: 400;
	color: #4f241f;
	display: block;
}

.login-overview .dragon-coins {
	color: #e3bc3d;
}

.login-overview .dragon-marks {
	color: #ef9d3b;
}

.registration-steps {
	display: flex;
	flex-wrap: wrap;
}

.registration-steps a {
	display: flex;
	-moz-box-flex: 1;
	flex-grow: 1;
	text-align: center;
	color: #d7bea8;
	align-items: center;
	justify-content: center;
	height: 60px;
	background-color: #eddbcd;
	border-right: 1px solid #d7bea8;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	font-size: 25px;
}

.registration-steps a:last-of-type {
	border: 0 none;
}

.registration-steps a:hover {
	background-color: #d7bea8;
	color: #c84f32;
}

.registration-steps a.active {
	border: 0 none;
	background-color: #d7bea8;
	color: #c84f32;
	position: relative;
}

.registration-steps a.active::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #d7bea8 transparent transparent transparent;
}

.form-wrapper {
	padding-top: 40px;
}

.form-wrapper .col-sm-12 {
	padding: 0 45px;
}

.form-wrapper h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 30px;
	color: #c84f32;
}

.form-wrapper p {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 6px;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 320px) {

}

.spinner {
	width: 70px;
	text-align: center;
	margin: 0 auto;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ff6039;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.transparent-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	display: none;
}

.overlay-content {
	top: 50%;
	position: absolute;
	margin-top: -28px;
	width: 100%;
}

.transparent-overlay p {
	text-align: center;
	margin-top: 10px;
	color: #ff6039;
	font-size: 17px;
}

.btn-sq-lg {
	width: 150px !important;
	height: 150px !important;
}

.btn-sq {
	width: 100px !important;
	height: 100px !important;
	font-size: 10px;
}

.btn-sq-sm {
	width: 50px !important;
	height: 50px !important;
	font-size: 10px;
}

.btn-sq-xs {
	width: 25px !important;
	height: 25px !important;
	padding: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.code-input-group {
	width: 100%;
}

.code-input-group input {
	width: 32px;
	height: 32px;
	padding: 0 !important;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.code-input-group.code-lg input {
	width: 64px;
	height: 64px;
	font-size: 19px;
}

.easylogin-box {
	height: 60px;
	width: 100%;
	background: #e1cfc1;
	cursor: pointer;
	transition: all 0.3s;
	padding: 0 20px;
	color: #826a5e;
}

.easylogin-box .easylogin-icon {
	float: left;
	width: 28px;
	height: 60px;
	display: inline-block;
	padding-top: 16px;
}

.easylogin-box .easylogin-delete {
	float: right;
	width: 15px;
	height: 60px;
	line-height: 60px;
	color: #826a5e !important;
}

.easylogin-box .easylogin-user {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 5px;
}

.easylogin-box.selected, .easylogin-box:hover {
	color: #d56648;
}

.easylogin-extend-area {
	width: 100%;
	border-top: 1px solid #cebcae;
	padding: 20px 16px;
	display: none;
}

.no-padding {
	padding: 0 0 0 0 !important;
}

#real_login_area {
	display: none;
}

.panel {
	border-radius: 0;
}

.panel-group#account-settings .panel .panel-heading {
	cursor: pointer;
	border-radius: 0;
	background: #f3f3f3;
}

.panel-group#account-settings .panel .panel-body {
	background: #faf6f5;
}

* {
	outline: none !important;
}

.panel, .panel-body, .panel-heading {
	border-radius: 0 !important;
}

input {
	border-radius: 0 !important;
}

.btn.btn-primary {
	background: linear-gradient(180deg, #693a13 0, #3e2316 100%);
	color: #f0a96e;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(180deg, #b37721 0, #9c7154 100%);
	box-shadow: inset 0 0 0 1px #dda46f;
	box-sizing: border-box;
	color: #f2dac5;
	left: 28px;
	position: relative;
	top: 2px;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
	background: linear-gradient(180deg, #693a13 0, #3e2316 100%);
	color: #f0a96e;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(180deg, #b37721 0, #9c7154 100%);
	box-shadow: inset 0 0 0 1px #dda46f;
	box-sizing: border-box;
	color: #f2dac5;
	left: 28px;
	position: relative;
	top: 2px;
	transition: all .3s ease-in-out;
	filter: brightness(1.2);
}




.btn.btn-download{
	background: linear-gradient(180deg, #693a13 0, #3e2316 100%);
	color: #f0a96e;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(180deg, #b37721 0, #9c7154 100%);
	box-shadow: inset 0 0 0 1px #dda46f;
	box-sizing: border-box;
	color: #f2dac5;
   /* left: 28px;*/
	position: relative;
   /* top: 2px;*/
}

.btn.btn-download:hover, .btn.btn-download:active {
	background: linear-gradient(180deg, #693a13 0, #3e2316 100%);
	color: #f0a96e;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(180deg, #b37721 0, #9c7154 100%);
	box-shadow: inset 0 0 0 1px #dda46f;
	box-sizing: border-box;
	color: #f2dac5;
	/*left: 28px;*/
	position: relative;
	/*top: 2px*/
	transition: all .3s ease-in-out;
	filter: brightness(1.2);
}


.flip-clock-wrapper ul {
	width: 40px;
}

.flip-clock-wrapper ul li a div div.inn {
	font-size: 20px;
}

.flip-clock-wrapper ul li a div {
	font-size: 20px;
}

.form-register {
	padding: 15px;
}


.form-control {
	height: 40px;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #2b140e !important;
	border: none;
	color: #d1ab65 !important;
	border-radius: 4px !important;
	border: 1px solid #5d3a2f;
}

.form-control:focus {
	color: #d0a660 !important;
	border-color: #3f1e14;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(253, 197, 13, 0.11);
	border-radius: 4px !important;
	border: 1px solid #f9ac8b;
}



		.brown {
			max-height: 227px;
			overflow: hidden;
			position: relative;
		}

		.news-area .news-element .brown:before {
  content:'';
  width:100%;
  height:100%;	
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 100px, #f5ede6);
}
		.news-area .news-element:nth-of-type(2n+1) .brown:before {
  content:'';
  width:100%;
  height:100%;	
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 100px, #fff);
}

#section_ranking {
	 width: 320px;
	background-repeat: no-repeat;
	margin-left: 0px;
	background-image: url(../img/bgrank.png);
}

#section_ranking h1 {
	background-color: #2D461E;
	float: left;
	width: 100%;
	font-family: calibri;
	font-size: 13px;
	color: #9ebd7c;
	text-transform: uppercase;
	margin: 0;
	padding: 14.5px 21px;
}

#section_ranking h1 #r_title {
	position: relative;
}

#section_ranking h1 #r_title .r_title_pvp {
	float: left;
	width: 50%;
}

#section_ranking h1 #r_title .r_title_guilds {
	width: 50%;
	float: left;
	text-align: right;
}

#section_ranking .view_more {
	float: right;
	font-family: calibri;
	font-size: 8px;
	color: #c6bd94;
	margin-top: 0px;
	background-color: #e9fae5;
	width:100%;
	text-align: right;
}

#section_ranking td.r_name {
	color: #ffd1c9 !important;
	font-size: 14px;
	font-family: Open Sans, sans-serif;
	/* left: 0px; */
	/* position: relative; */
}

#section_ranking span {
	/*color: #ffd1c9 !important;*/
	font-size: 12px;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	left: 11px;
	position: relative;
}


#section_ranking a {
	--tw-text-opacity: 1;
	color: rgb(215 147 115 / var(--tw-text-opacity));
	font-size: 11px;
	font-family: Open Sans, sans-serif;
	margin-left: 19px;
	font-weight: bold;
	width: 106px !important;
	display: inline-block;
	left: 21px;
	position: relative;
}

#section_ranking .top-lists-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.arrow {
	width: 14px;
	height: 13px;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
}

.r_stats {
	text-align: right;
	padding-right: 10px !important;
}

#section_ranking table td {
	padding: 3px;
	margin-left: 13px;
	margin-top: 4px;
	font-size: 11px;
}

#section_ranking table tr:hover {

}

#section_ranking table tr:hover a {
		--tw-text-opacity: 1;
	color: rgb(215 147 115 / var(--tw-text-opacity));
}

#section_ranking .pos_one {

}

#section_ranking .pos_two {
	background: rgba(0, 0, 0, .2);
}

#section_ranking .pos_tree {

}

#section_ranking .pos_four {
	background: rgba(0, 0, 0, .2);
}

#section_ranking .pos_five {

}
#section_ranking .pos_six {
	background: rgba(0, 0, 0, .2);
}
#section_ranking .pos_seven {

}
#section_ranking .pos_eight {
	background: rgba(0, 0, 0, .2);
}
#section_ranking .pos_nine {

}
#section_ranking .pos_ten {
	background: rgba(0, 0, 0, .2);
}
.page-hd {
	background-image: none!important;
}
.login-head {
	/* background: linear-gradient(90deg, #364e63 0, #2f4355 100%); */
	height: 42px;
	font-size: 14px;
	/* border-bottom: 1px solid #405c75; */
	/* color: #8baad0; */
	position: relative;
	top: -26px;
}

.login-head a{
	 background: -webkit-linear-gradient(#f8c4b2, #fff, #f8c4b2);
	background-image: linear-gradient(90deg, #f6b7a1, #fff, #f6b7a1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Myriad Pro, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	display: flex;
	align-items: center;
	height: 50px;
	padding: 9px;
	margin-bottom: 0.75rem;
	font-weight: 700;
	top: -8px;
	position: relative;
}

.login-head a:before {
	content: "統計 /";
	margin-right: 5px;
}


.voteblock{
	margin:0px auto;
	padding:0px;
	width:98%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: -2px 4px 53px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	position:relative;
	background-size:cover;
	}
.voteblock:before{
	position:absolute!important;
	left:49.5%!important;
	top:5%!important; 
	content:''!important; 
	background:rgba(255, 255, 255, 0.1)!important; 
	height:90%!important;
	width:1px!important;
	}
.voteblock:after{
	position:absolute!important;
	left:5%!important;
	top:49.5%!important;
	content:''!important;
	background:rgba(255, 255, 255, 0.1)!important;
	height:1px!important;
	width:90%!important;
	}
.votebox{
	float:left;
	width: 50%;
	padding: 20px 18px;
	}
.votelist{
	margin:0px;
	padding: 4px 0 0 37px;
	position:relative;
	}
.votelist h4{
	font-family: 'Trajan Pro' !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	color: #FFFFFF !important;
	margin:0 0 3px !important;
	}
.votelist h5{
	font-weight: 400 !important;
	font-size: 9px !important;
	/* line-height: 19px!important; */
	color: #FFFFFF!important;
	margin:0 0 0px!important;
	}
	
.voteicon{
	position:absolute;
	left:0px; 
	top:10px;
	}
	
.voteblock-inn:before{
	position:absolute!important;
	left:50%!important;
	top:50%!important;
	transform:translate(-50%,-50%)!important;
	-o-transform:translate(-50%,-50%)!important; 
	-moz-transform:translate(-50%,-50%)!important;
	-webkit-transform:translate(-50%,-50%)!important;
	width:0px!important;
	height:0px!important;
	content:''!important;
	box-shadow:10px 0px 40px #ffffff93!important;
	}
	
.top-player-head{

}


.top-player-head a {
	background: -webkit-linear-gradient(#f8c4b2, #fff, #f8c4b2);
	background-image: linear-gradient(90deg, #f6b7a1, #fff, #f6b7a1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Myriad Pro, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	display: flex
;
	align-items: center;
	height: 50px;
	padding: 21px;
	margin-bottom: 0.75rem;
	font-weight: 700;
	top: -13px;
	position: relative;
}

.top-player-head a:before {
	content: "統計 /";
	margin-right: 5px;
}

.lines{
	position: absolute;
	left: -43px;
	top: 282px;
	opacity:50%;
}

.space1{
	 /* float: right; */
	 color: #12060859;
	 content: "|";
	 left: -20px !important;!i;!;
	 position: relative;
}

.space2{
	 float: right;
	 color: #12060859;
	 content: "|";
	 left: -10px !important;!i;!;
	 position: relative;
}

.rank{
	left: -6px;
	position: relative;
}

.icon {
	width: 63px;
	height: 65px;
	background: linear-gradient(0deg, #6a3718 0, #381a08 100%);
	border-right: 1px solid #FF9800;
	padding: 20px 0 0;
}
.news-icon {
	background: url(../img/news.png) no-repeat;
	width: 34px;
	height: 23px;
	margin: auto;
}

.news-area .news-element .title-area:after{
	content: "";
	background: linear-gradient(270deg, rgba(80, 110, 138, 0) 0, #FF9800 100%);
	display: block;
	left: 0;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.thead-inverse {
	background-image:url(../img/head-ranking.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:40px;
	background-position-x: -70px;
}


.mt2cms2-c-d {
	padding: 80px 30px 30px;
	line-height: 22px;
	background-image: url(../img/bgranking.png);
	background-size: contain;
	background-repeat: no-repeat;

}


.mt2cms2-c-j {
	padding: 80px 30px 30px;
	line-height: 22px;
	background-image: url(../img/bgranking.png);
	background-size: contain;
	background-repeat: no-repeat;

}

.mt2cms2-c-d h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 21px;
	margin: 0 0 20px;
}

.mt2cms2-c-d p {
	margin: 0 0 20px;
}

.mt2cms2-c-d p:last-of-type {
	margin: 0;
}

.btncopy{
	border-radius: 7px;
    padding: 7px;
    text-align: left;
    color: #dac0a3;
    margin: 5px;
    cursor: pointer;
    background: #562217;
    background: linear-gradient(90deg, rgba(86, 34, 23, 1) 0, rgba(102, 39, 27, 1) 100%);
    border: 1px solid #722c1e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.mt2cms2-c-r {
    padding: 80px 30px 30px;
    line-height: 22px;
    background-image: url(../img/bgranking.png);
    background-size: cover;
    background-repeat: no-repeat;
}