
.show2 {
	display: inline-block!important;
}

/* Drop page SEO headings & intro text (light content theme) */
.drop-item-title,
.drop-list-title,
.map-title {
	display: block;            /* override the global h1{display:none} */
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: .35rem 0 .5rem;
	color: #3a2a1c;
	letter-spacing: .3px;
}
.drop-list-title {
	border-bottom: 1px solid rgba(192,57,43,.35);
	padding-bottom: .4rem;
}
.drop-item-intro,
.drop-list-intro {
	font-size: .95rem;
	line-height: 1.55;
	color: #4a4a4a;
	max-width: 680px;
	margin: .25rem auto .6rem;
}
.drop-item-intro {
	text-align: center;
}
@media (max-width: 576px) {
	.drop-item-title,
	.drop-list-title,
	.map-title { font-size: 1.3rem; }
	.drop-item-intro,
	.drop-list-intro { font-size: .88rem; }
}

/* Map header card on location drop pages (light content theme) */
.map-header {
	max-width: 720px;
	margin: .2rem auto 1rem;
	padding: 1.1rem 1.25rem 1.25rem;
	text-align: center;
	background: #fffdf7;
	border: 1px solid #e2d6bb;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.map-title {
	margin: 0 0 .7rem;
}
.map-title span { color: #c0392b; font-weight: 600; }
.map-image-wrap {
	margin: .2rem 0 .9rem;
}
.map-image {
	width: 100%;
	max-width: 340px;
	height: auto;
	border: 1px solid #d8c9a8;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0,0,0,.20);
}
.map-desc {
	font-size: .96rem;
	line-height: 1.65;
	color: #4a4a4a;
	margin: 0 auto;
	max-width: 620px;
}
.drop-section-title {
	display: block;
	font-size: 1.15rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #c0392b;
	border-bottom: 1px solid #d8c9a8;
	padding-bottom: .3rem;
	margin: 1.1rem 0 .7rem;
}
@media (max-width: 576px) {
	.map-header { padding: .8rem .9rem 1rem; }
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

h1 {
	display:none;
}

a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
button:active {
	outline:0 none;
	text-decoration:none;
}

a:hover, 
a:focus {
	color: #FFFFFF;
}

p {
	margin: 0 0 20px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Titillium Web', sans-serif;
}

.img-rounded {
	border-radius: 3px;
}

/* BUTTONS */

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline:0 none;
	outline-offset:0;
}

.btn {
	border-radius: 2px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
	border: 1px solid #111111;
	font-weight:600;
	color:#FFFFFF;
}
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}
.btn-default {
	background-color: #dbdbdb;
	background-image: linear-gradient(#dbdbdb,#bbbbbb);
	border-color:#aaa;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.1);
	color:#333;
}

.btn:hover {
	background-image:none;
	color:#FFFFFF;
}

.btn-default:hover {
	background-color: #bbbbbb;
	border-color:#aaa;
	color:#333;
}

.btn-inverse {
	background-color: #444444;
	background-image: linear-gradient(#444444,#333333);
	border-color:#111111;
	text-decoration: none !important;
}

.btn-inverse:hover,
.btn-primary.active,
.btn-primary.active:hover {
	background-color: #222222;
	border-color:#111111;
}

.btn-primary {
	background-color: #F5752A;
	background-image: linear-gradient(#F5752A,#DB5E14);
	border-color:#C75918;
}

.btn-primary:hover {
	background-color: #D65E18;
	border-color:#C75918;
}

.btn-danger {
	background-color: #E04E4A;
	background-image: linear-gradient(#E04E4A,#C73936);
	border-color:#BA2522;
	text-decoration: none !important;
}

.btn-danger:hover {
	background-color: #C4241F;
	border-color:#BA2522;
}

.btn-danger-rounded {
	background-color: #E04E4A;
	background-image: linear-gradient(#E04E4A,#C73936);
	border-color:#BA2522;
	text-decoration: none !important;
	border-radius: 5px;
}

.btn-danger-rounded:hover {
	background-color: #C4241F;
	border-color:#BA2522;
}

.btn-simple {
	border-color:#FFF;
	border-width:3px;
}

/* TYPOGRAPHY */

.text-primary {
	color: #FF5F00;
}

.text-10 {font-size:10px;}
.text-12 {font-size:12px;}
.text-14 {font-size:14px;}
.text-16 {font-size:16px;}
.text-18 {font-size:18px;}
.text-20 {font-size:20px;}

/* FORM CONTROL */

.form-control {
	color: #555;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

.form-control:focus {
	outline:none;
	box-shadow:none;
	border-color:#aaa;
}

textarea.form-control {
	resize:vertical;
	height:180px;
}

span.required {
	color: #E74C3C;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
}

/* IMAGE OVERLAY */

.overlay-wrapper {
	position:relative;
}

.overlay-wrapper .overlay {
	margin:0;
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	text-align:center;
	transition-duration:0.5s;
	background-color:rgba(0,0,0,0.3);
}

.overlay-wrapper h2 {
	background-color:rgba(0,0,0,0.8);
	display:inline-block;
	font-size:20px;
	font-weight:400;
	color:#FF5F00;
	position: absolute;
	bottom:20px;
	padding:15px 20px;
}

.overlay-wrapper h2 span {
	color: #FFF;
	display:block;
	font-size:13px;
	font-weight:700;
	margin-top:5px;
}

.overlay-wrapper:hover .overlay {
	background-color:rgba(0,0,0,0);
}

/*------------------------------
	PAGINATION
------------------------------*/
/*#DF2C29,#85141E*/

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

.pagination > li > a {
	border-color:#c8c8c8;
	color: #000;
}

.pagination > li > a:hover {
	border-color:#c8c8c8;
	background-color: #e8e8e8;
	color: #000;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background-color: #DF2C29;
	border-color:#DF2C29;
}

/*------------------------------
	COLLAPSE - HORIZONTAL
------------------------------*/

.collapse-horizontal {
	border:0;
	background-color:transparent;
	margin:0;
}

.collapse-horizontal > a {
	margin-bottom:15px;
}

.collapse-horizontal .panel-collapse {
	margin:0 -15px;
	background-color:#111111;
	color:#ddd;
}

.table-header.table-bordered {
	border-color:#2e2e2e;
	margin-bottom:0;
	background-color:#1a1a1a;
}

.table-header.table-bordered tr > th:first-child {
	width:38px;
}

.table-header.table-bordered>thead>tr>th, 
.table-header.table-bordered>tbody>tr>th, 
.table-header.table-bordered>tfoot>tr>th, 
.table-header.table-bordered>thead>tr>td, 
.table-header.table-bordered>tbody>tr>td, 
.table-header.table-bordered>tfoot>tr>td {
	border-color:#2e2e2e;
}

.table-header.table-bordered img {
	width:20px;
}

/*------------------------------
	CONTENT
------------------------------*/

.content-wrapper .box{
	background-color: #F0F0F0;
	margin-bottom: 20px;
	padding:15px;
}

.content-wrapper .box.colored {
	background-color: #FF5F00;
	border-color:#FFF;
	color:#FFF;
	box-shadow: 0 1px 5px 0 #c8c8c8;
}

.content-wrapper h2{
	margin:0 0 10px;
	font-size:20px;
	font-weight:600;
}

/*------------------------------
	REGISTRATION FORM
------------------------------*/

.registration-form p {
	margin-bottom:10px;
}

.registration-form form {
	margin-top:20px;
}

.registration-form form .login-btn {
	display:inline-block;
}

.registration-form form .checkbox.remember {
	display:inline-block;
	margin-left:20px;
}

.registration-form form #reset-password-toggle {
	display:inline-block;
	float:right;
	padding-top:10px;
	cursor:pointer;
}

.registration-form#reset-password {
	display:none;
}

/*------------------------------
	MEDIUM DEVICES
------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
	.content-wrapper h2{
		font-size: 18px;
	}
}

/*------------------------------
	SMALL DEVICES
------------------------------*/

@media (min-width:768px) and (max-width:991px) {
	.content-wrapper h2{
		font-size: 18px;
	}
}


@media (max-width:480px) {
	.content-wrapper {
		padding:10px;
	}
}

@media (max-width:360px) {
	.content-wrapper h2 {
		font-size:16px;
	}
}

.online{
	color: #31e414;
	font-weight:bold;
}

.offline{
	color: #eb1717;
	font-weight:bold;
}

.downloads-table, .rankings-table{
    margin-bottom:50px
}
.downloads-table tr th:first-child{
    width:70%
}
.rankings-table tr th:first-child{
    width:25%
}
.downloads-table tr td a, .rankings-table tr td a{
    text-decoration: none;
}
.downloads-table tr td a:hover, .rankings-table tr td a:hover, .table-striped tr td a:hover{
    color: #fec16a;
}
.rounded-image-corners{
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    -khtml-border-radius:50%
}
/*#DF2C29,#85141E*/
.table-red-heading thead tr{
    background:#85141E;
    color:#fec16a;
    border:0;
    border-bottom-color:currentcolor;
    border-bottom-style:none;
    border-bottom-width:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    -khtml-border-radius:0;
    border-bottom:3px solid #fec16a;
    padding:10px 3px;
    font-weight:normal!important;
    text-align:center
}
.table-red-heading tr td img{
    width:50px;
    height:auto;
    -moz-box-shadow:0 0 5px #666;
    -webkit-box-shadow:0 0 5px #666;
    box-shadow:0 0 5px #666
}

.rankings_menu{
    width:100%;
    overflow:auto;
    text-align:center;
    margin:25px 0
}
.rankings_menu span{
    width:100%;
    display:inline-block;
    padding:10px 0;
    color:#fff;
    font-size:24px
}
.rankings-player-class-img{
    height:auto
}
.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
.dropdown-menu > button.btn{
    padding:0!important
}
.dropdown-menu > li > a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.dropdown-menu > li > a:hover{
    color: #fec16a !important
}

.lk-title {
  padding: 0px 30px 30px 30px;
}
.lk-title button {
  float: right;
  margin-left: 17px;
  margin-top: 3px;
}
.lk-title .coins {
  float: right;
  color: #ff9b39;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.lk-title .username {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.lk-coins {
  padding: 0px 30px 15px 30px;
}
.lk-coins a {
  float: right;
  margin-left: 17px;
  margin-top: 3px;
}
.lk-coins img {
  float: right;
  margin-left: 17px;
  margin-top: 3px;
}
.lk-coins .coins {
  float: right;
  color: #ff9b39;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.lk-coins .username {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.lk-form li {
  position: relative;
	list-style-type: none;
}
.lk-form li a {
  display: block;
  padding: 10px 25px 10px 60px;
  text-decoration: none;
  font-size: 14px;
  border-top: 1px solid rgba(170, 115, 132, 0.2);
	text-decoration: none;
	color: #fec16a;
}
.lk-form li a:hover {
  color: #fec16a;
}
.lk-form li b {
  font-weight: normal;
  color: #00cd52;
}
.lk-form li span {
  float: right;
}
.lk-form li:hover {
  background: rgba(170, 115, 132, 0.2);
  box-shadow: 0px 11px 31px -9px rgba(0, 0, 0, 0.1);
}
.lk-form li:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: 35px;
  top: 13px;
  opacity: 0.3;
}
.lk-form li:last-child:before {
  content: "";
  background: url(../images/close-icon.png) 0px 0px no-repeat;
  height: 8px;
  width: 8px;
  opacity: 0.4;
}
.account-table{
    margin-bottom:40px
}
.account-table tr:first-child th{
    border-top:2px solid #fec16a!important
}
.account-table tr:first-child td{
    border-top:2px solid #fec16a!important
}
.account-table tr th{
    width:180px;
    font-weight:normal
}
.account-table tr th,.account-table tr td{
    border-bottom:1px solid #071e2c;
    padding:10px 10px 10px 18px!important
}

.grandResetLabel{
    vertical-align:super;
    font-size:8pt;
    color:#fec16a;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #85141E;
}

.pricing-active {
  border: 3px solid #ff5f00;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #85141E;
}

.pricing:hover h4 {
  color: #85141E;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #85141E;
  border-bottom: solid 1px #1A1A1A;
}

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #36d7ac;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}
.form-group {
    margin-bottom: 1rem;
}

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(../images/flags.webp) no-repeat;}
.f16 ._African_Union{background-position:0 -16px;}
.f16 ._Arab_League{background-position:0 -32px;}
.f16 ._ASEAN{background-position:0 -48px;}
.f16 ._CARICOM{background-position:0 -64px;}
.f16 ._CIS{background-position:0 -80px;}
.f16 ._Commonwealth{background-position:0 -96px;}
.f16 ._England{background-position:0 -112px;}
.f16 ._European_Union, .f16 .eu{background-position:0 -128px;}
.f16 ._Islamic_Conference{background-position:0 -144px;}
.f16 ._Kosovo{background-position:0 -160px;}
.f16 ._NATO{background-position:0 -176px;}
.f16 ._Northern_Cyprus{background-position:0 -192px;}
.f16 ._Northern_Ireland{background-position:0 -208px;}
.f16 ._Olimpic_Movement{background-position:0 -224px;}
.f16 ._OPEC{background-position:0 -240px;}
.f16 ._Red_Cross{background-position:0 -256px;}
.f16 ._Scotland{background-position:0 -272px;}
.f16 ._Somaliland{background-position:0 -288px;}
.f16 ._Tibet{background-position:0 -304px;}
.f16 ._United_Nations{background-position:0 -320px;}
.f16 ._Wales{background-position:0 -336px;}
.f16 .ad{background-position:0 -352px;}
.f16 .ae{background-position:0 -368px;}
.f16 .af{background-position:0 -384px;}
.f16 .ag{background-position:0 -400px;}
.f16 .ai{background-position:0 -416px;}
.f16 .al{background-position:0 -432px;}
.f16 .am{background-position:0 -448px;}
.f16 .ao{background-position:0 -464px;}
.f16 .aq{background-position:0 -480px;}
.f16 .ar{background-position:0 -496px;}
.f16 .as{background-position:0 -512px;}
.f16 .at{background-position:0 -528px;}
.f16 .au{background-position:0 -544px;}
.f16 .aw{background-position:0 -560px;}
.f16 .ax{background-position:0 -576px;}
.f16 .az{background-position:0 -592px;}
.f16 .ba{background-position:0 -608px;}
.f16 .bb{background-position:0 -624px;}
.f16 .bd{background-position:0 -640px;}
.f16 .be{background-position:0 -656px;}
.f16 .bf{background-position:0 -672px;}
.f16 .bg{background-position:0 -688px;}
.f16 .bh{background-position:0 -704px;}
.f16 .bi{background-position:0 -720px;}
.f16 .bj{background-position:0 -736px;}
.f16 .bm{background-position:0 -752px;}
.f16 .bn{background-position:0 -768px;}
.f16 .bo{background-position:0 -784px;}
.f16 .br{background-position:0 -800px;}
.f16 .bs{background-position:0 -816px;}
.f16 .bt{background-position:0 -832px;}
.f16 .bw{background-position:0 -848px;}
.f16 .by{background-position:0 -864px;}
.f16 .bz{background-position:0 -880px;}
.f16 .ca{background-position:0 -896px;}
.f16 .cg{background-position:0 -912px;}
.f16 .cf{background-position:0 -928px;}
.f16 .cd{background-position:0 -944px;}
.f16 .ch{background-position:0 -960px;}
.f16 .ci{background-position:0 -976px;}
.f16 .ck{background-position:0 -992px;}
.f16 .cl{background-position:0 -1008px;}
.f16 .cm{background-position:0 -1024px;}
.f16 .cn{background-position:0 -1040px;}
.f16 .co{background-position:0 -1056px;}
.f16 .cr{background-position:0 -1072px;}
.f16 .cu{background-position:0 -1088px;}
.f16 .cv{background-position:0 -1104px;}
.f16 .cy{background-position:0 -1120px;}
.f16 .cz{background-position:0 -1136px;}
.f16 .de{background-position:0 -1152px;}
.f16 .dj{background-position:0 -1168px;}
.f16 .dk{background-position:0 -1184px;}
.f16 .dm{background-position:0 -1200px;}
.f16 .do{background-position:0 -1216px;}
.f16 .dz{background-position:0 -1232px;}
.f16 .ec{background-position:0 -1248px;}
.f16 .ee{background-position:0 -1264px;}
.f16 .eg{background-position:0 -1280px;}
.f16 .eh{background-position:0 -1296px;}
.f16 .er{background-position:0 -1312px;}
.f16 .es{background-position:0 -1328px;}
.f16 .et{background-position:0 -1344px;}
.f16 .fi{background-position:0 -1360px;}
.f16 .fj{background-position:0 -1376px;}
.f16 .fm{background-position:0 -1392px;}
.f16 .fo{background-position:0 -1408px;}
.f16 .fr{background-position:0 -1424px;}  
.f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:0 -1424px;}
.f16 .ga{background-position:0 -1440px;}
.f16 .gb{background-position:0 -1456px;}  
.f16 .sh{background-position:0 -1456px;}
.f16 .gd{background-position:0 -1472px;}
.f16 .ge{background-position:0 -1488px;}
.f16 .gg{background-position:0 -1504px;}
.f16 .gh{background-position:0 -1520px;}
.f16 .gi{background-position:0 -1536px;}
.f16 .gl{background-position:0 -1552px;}
.f16 .gm{background-position:0 -1568px;}
.f16 .gn{background-position:0 -1584px;}
.f16 .gp{background-position:0 -1600px;}
.f16 .gq{background-position:0 -1616px;}
.f16 .gr{background-position:0 -1632px;}
.f16 .gt{background-position:0 -1648px;}
.f16 .gu{background-position:0 -1664px;}
.f16 .gw{background-position:0 -1680px;}
.f16 .gy{background-position:0 -1696px;}
.f16 .hk{background-position:0 -1712px;}
.f16 .hn{background-position:0 -1728px;}
.f16 .hr{background-position:0 -1744px;}
.f16 .ht{background-position:0 -1760px;}
.f16 .hu{background-position:0 -1776px;}
.f16 .id{background-position:0 -1792px;}
.f16 .mc{background-position:0 -1792px;}
.f16 .ie{background-position:0 -1808px;}
.f16 .il{background-position:0 -1824px;}
.f16 .im{background-position:0 -1840px;}
.f16 .in{background-position:0 -1856px;}
.f16 .iq{background-position:0 -1872px;}
.f16 .ir{background-position:0 -1888px;}
.f16 .is{background-position:0 -1904px;}
.f16 .it{background-position:0 -1920px;}
.f16 .je{background-position:0 -1936px;}
.f16 .jm{background-position:0 -1952px;}
.f16 .jo{background-position:0 -1968px;}
.f16 .jp{background-position:0 -1984px;}
.f16 .ke{background-position:0 -2000px;}
.f16 .kg{background-position:0 -2016px;}
.f16 .kh{background-position:0 -2032px;}
.f16 .ki{background-position:0 -2048px;}
.f16 .km{background-position:0 -2064px;}
.f16 .kn{background-position:0 -2080px;}
.f16 .kp{background-position:0 -2096px;}
.f16 .kr{background-position:0 -2112px;}
.f16 .kw{background-position:0 -2128px;}
.f16 .ky{background-position:0 -2144px;}
.f16 .kz{background-position:0 -2160px;}
.f16 .la{background-position:0 -2176px;}
.f16 .lb{background-position:0 -2192px;}
.f16 .lc{background-position:0 -2208px;}
.f16 .li{background-position:0 -2224px;}
.f16 .lk{background-position:0 -2240px;}
.f16 .lr{background-position:0 -2256px;}
.f16 .ls{background-position:0 -2272px;}
.f16 .lt{background-position:0 -2288px;}
.f16 .lu{background-position:0 -2304px;}
.f16 .lv{background-position:0 -2320px;}
.f16 .ly{background-position:0 -2336px;}
.f16 .ma{background-position:0 -2352px;}
.f16 .md{background-position:0 -2368px;}
.f16 .me{background-position:0 -2384px;}
.f16 .mg{background-position:0 -2400px;}
.f16 .mh{background-position:0 -2416px;}
.f16 .mk{background-position:0 -2432px;}
.f16 .ml{background-position:0 -2448px;}
.f16 .mm{background-position:0 -2464px;}
.f16 .mn{background-position:0 -2480px;}
.f16 .mo{background-position:0 -2496px;}
.f16 .mq{background-position:0 -2512px;}
.f16 .mr{background-position:0 -2528px;}
.f16 .ms{background-position:0 -2544px;}
.f16 .mt{background-position:0 -2560px;}
.f16 .mu{background-position:0 -2576px;}
.f16 .mv{background-position:0 -2592px;}
.f16 .mw{background-position:0 -2608px;}
.f16 .mx{background-position:0 -2624px;}
.f16 .my{background-position:0 -2640px;}
.f16 .mz{background-position:0 -2656px;}
.f16 .na{background-position:0 -2672px;}
.f16 .nc{background-position:0 -2688px;}
.f16 .ne{background-position:0 -2704px;}
.f16 .ng{background-position:0 -2720px;}
.f16 .ni{background-position:0 -2736px;}
.f16 .nl{background-position:0 -2752px;}  
.f16 .bq{background-position:0 -2752px;}
.f16 .no{background-position:0 -2768px;}  
.f16 .bv, .f16 .nq, .f16 .sj{background-position:0 -2768px;}
.f16 .np{background-position:0 -2784px;}
.f16 .nr{background-position:0 -2800px;}
.f16 .nz{background-position:0 -2816px;}
.f16 .om{background-position:0 -2832px;}
.f16 .pa{background-position:0 -2848px;}
.f16 .pe{background-position:0 -2864px;}
.f16 .pf{background-position:0 -2880px;}
.f16 .pg{background-position:0 -2896px;}
.f16 .ph{background-position:0 -2912px;}
.f16 .pk{background-position:0 -2928px;}
.f16 .pl{background-position:0 -2944px;}
.f16 .pr{background-position:0 -2960px;}
.f16 .ps{background-position:0 -2976px;}
.f16 .pt{background-position:0 -2992px;}
.f16 .pw{background-position:0 -3008px;}
.f16 .py{background-position:0 -3024px;}
.f16 .qa{background-position:0 -3040px;}
.f16 .re{background-position:0 -3056px;}
.f16 .ro{background-position:0 -3072px;}
.f16 .rs{background-position:0 -3088px;}
.f16 .ru{background-position:0 -3104px;}
.f16 .rw{background-position:0 -3120px;}
.f16 .sa{background-position:0 -3136px;}
.f16 .sb{background-position:0 -3152px;}
.f16 .sc{background-position:0 -3168px;}
.f16 .sd{background-position:0 -3184px;}
.f16 .se{background-position:0 -3200px;}
.f16 .sg{background-position:0 -3216px;}
.f16 .si{background-position:0 -3232px;}
.f16 .sk{background-position:0 -3248px;}
.f16 .sl{background-position:0 -3264px;}
.f16 .sm{background-position:0 -3280px;}
.f16 .sn{background-position:0 -3296px;}
.f16 .so{background-position:0 -3312px;}
.f16 .sr{background-position:0 -3328px;}
.f16 .st{background-position:0 -3344px;}
.f16 .sv{background-position:0 -3360px;}
.f16 .sy{background-position:0 -3376px;}
.f16 .sz{background-position:0 -3392px;}
.f16 .tc{background-position:0 -3408px;}
.f16 .td{background-position:0 -3424px;}
.f16 .tg{background-position:0 -3440px;}
.f16 .th{background-position:0 -3456px;}
.f16 .tj{background-position:0 -3472px;}
.f16 .tl{background-position:0 -3488px;}
.f16 .tm{background-position:0 -3504px;}
.f16 .tn{background-position:0 -3520px;}
.f16 .to{background-position:0 -3536px;}
.f16 .tr{background-position:0 -3552px;}
.f16 .tt{background-position:0 -3568px;}
.f16 .tv{background-position:0 -3584px;}
.f16 .tw{background-position:0 -3600px;}
.f16 .tz{background-position:0 -3616px;}
.f16 .ua{background-position:0 -3632px;}
.f16 .ug{background-position:0 -3648px;}
.f16 .us{background-position:0 -3664px;}
.f16 .uy{background-position:0 -3680px;}
.f16 .uz{background-position:0 -3696px;}
.f16 .va{background-position:0 -3712px;}
.f16 .vc{background-position:0 -3728px;}
.f16 .ve{background-position:0 -3744px;}
.f16 .vg{background-position:0 -3760px;}
.f16 .vi{background-position:0 -3776px;}
.f16 .vn{background-position:0 -3792px;}
.f16 .vu{background-position:0 -3808px;}
.f16 .ws{background-position:0 -3824px;}
.f16 .ye{background-position:0 -3840px;}
.f16 .za{background-position:0 -3856px;}
.f16 .zm{background-position:0 -3872px;}
.f16 .zw{background-position:0 -3888px;}
.f16 .sx{background-position:0 -3904px;}
.f16 .cw{background-position:0 -3920px;}
.f16 .ss{background-position:0 -3936px;}
.f16 .nu{background-position:0 -3952px;}

.vault-grid-modern{
    position:relative;
    background-color:#0c0c0a;
    background-image:url(../images/vault-grid-bg.jpg);
    width:320px;
    min-height:600px;
    max-height:600px;
    border:1px solid #302f2a
}
.grid-item-modern{
    position:absolute;
    border-right:1px solid #171717;
    border-bottom:1px solid #171717;
    background-repeat:no-repeat;
    background-position:center
}

.tippy-tooltip.item-theme {
    color: #fff;
    background-color: #060604;
    border: 1px solid #3b2e28;
    font-size: 10pt;
    font-family: 'Arial';
    padding: 5px;
}

.tippy-tooltip.item-theme[x-placement^=top] .tippy-arrow {
    border-radius:3px;
    border-top: 8px solid #3b2e28;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.tippy-tooltip.item-theme[x-placement^=bottom] .tippy-arrow {
    border-radius:3px;
    border-bottom: 8px solid #3b2e28;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.tippy-tooltip.item-theme[x-placement^=left] .tippy-arrow {
    border-radius:3px;

    border-left: 8px solid #3b2e28;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.tippy-tooltip.item-theme[x-placement^=right] .tippy-arrow {
    border-radius:3px;

    border-right: 8px solid #3b2e28;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.tippy-tooltip.item-theme .tippy-backdrop {

    background-color: #060604
}

.tippy-tooltip.item-theme .tippy-roundarrow {
    fill: #060604
}

.tippy-tooltip.item-theme[data-animatefill] {
    background-color: #060604;
}

.item_size_12{
	font-size: 12px;
}

.item_font_family{
	font-family: tahoma;
}

.item_white{
	color:#FFFFFF;
}

.item_light_green{
	color:#00FF00;
}

.item_light_blue{
	color:#80B2FF;
}

.item_light_blue_2{
	color:#3366FF;
}

.item_blue{
	color:#0066FF;
}

.item_pink{
	color:#FF1493;
}

.item_yellow{
	color:#FADE09;
}

.item_yellow_2{
	color:#FFCC00;
}

.item_red{
	color:#FF0000;
}

.item_dark_red{
	color:#800000;
}

.item_dark_red_background{
	background-color:#800000;
}

.item_purple{
	color: #800080;
}

.item_socket{
	color: #B266FF;
}

.item_grey{
	color: #808080;
}

.item_yellow_title{
	color: #FFCC19;
}

.item_exe_title{
	color: #008000;
}

.item_socket_title{
	color: #B266FF;
}

.item_socket_exe_title{
	color: #7401DF;
}

.item_ancient_title{
	color: #01DF01;
}

.item_ancient_background{
	background-color: #0000FF;
}

#sell-item-container{
    background:#77253C;
    border-radius:10px;
    border:1px solid #380D14;
		color: #fff;
}

.lGold{
    color:#fec16a;
}
.red-text{
    color:#e6212b;
}
.margin-left-1{
    margin-left:1rem
}
.margin-left-2{
    margin-left:2rem
}
.margin-left-3{
    margin-left:3rem
}
.margin-left-4{
    margin-left:4rem
}
.margin-top-1{
    margin-top:1rem
}
.margin-top-2{
    margin-top:2rem
}
.margin-top-3{
    margin-top:3rem
}
.margin-top-4{
    margin-top:4rem
}
.margin-bottom-1{
    margin-bottom:1rem
}
.margin-bottom-2{
    margin-bottom:2rem
}
.margin-bottom-3{
    margin-bottom:3rem
}
.margin-bottom-4{
    margin-bottom:4rem
}

.bgSilver{
	background: #d9d9d9;
}

.bgGold{
	background: #ffdf50;
}

#gGST_Wrap {
    position: absolute;
    left: 915px;
    top: 360px;
    width: 280px;
    height: 44px;
    z-index: 8;
    font: normal 13px/1.2 tahoma, Arial, Verdana;
    color: #fec16a;
    background: url('../images/game_gst_bg_20120710.png') no-repeat
}

#gGST_Wrap .gGST_BoxOff {
    width: 280px;
    height: 24px;
    padding: 0 0 0 20px
}

#gGST_Wrap .gGST_BoxOn {
    width: 280px;
    height: 24px;
    padding: 5px 0 0 20px
}

#gGST_Wrap span {
    float: left;
    width: 125px
}

.filter-left {
    float:left;
    color: #464646;
    position:static;
    margin:1px 6px 1px 1px;
}
.select-imitation:after { top:14px; }
.select-imitation {
    background-color: #F0F0F0;
    width: 127px;
    padding: 4px 16px;
    cursor: pointer;
    border-top: 3px solid #77253C;
		border-bottom: 3px solid #77253C;
    box-shadow: 0 -1px 0 #77253C;
    border-radius: 16px;
		color: #77253C !important;
	text-decoration:none !important;
}
.sel-value {
    white-space:nowrap;
}
.select-imitation-list {
    position:absolute;
    z-index:100;
    background-color: #F9F9F9;
    border: 1px #E9EAEB solid;
    box-shadow: inset 0 1px 0 0 #FFFFFF, 0 1px 2px 0 #b3b3b3;
    padding:2px;
    display:none;
    white-space:nowrap;
    margin-top:-1px;
    width:150px;
    max-height:182px;
    overflow-x:hidden;
    overflow-y:auto;
}
.select-imitation-list a {
    font-size:11px;
    display:block;
    padding:3px 12px;
}
.select-imitation-list a:hover {
    text-decoration:none !important;
    background-color:#d6d6d7;
}
.non:hover {
    color: #77253C !important;
	text-decoration:none !important;
}
.non:after {
    content: none;
}
.tab-pane {
  padding-top: 10px;
}

#inventoryc {
    background-image:url('../images/inventoryc.png');
    width:400px;
    height:320px;
	text-align:center;
	display: inline-block;
	position:relative; 
}
#inventoryc > img {
	position: absolute;
    top: 90px; left: 145px;
    border-radius: 50%;
    border: 3px solid #24314e;
}
#inventoryc > div {
    position:absolute;
    background-repeat:no-repeat;
    background-position:center center;
}
#in_weapon { width:90px;height:136px;bottom:0;left:-6px; }
#in_shield { width:90px;height:136px;bottom:0;right:-4px; }
#in_helm { width:68px;height:68px;top:2px;left:66px; }
#in_armor { width:72px;height:110px;top:72px;left:40px; }
#in_pants { width:68px;height:68px;bottom:8px;left:82px; }
#in_gloves { width:68px;height:68px;top:116px;right:54px; }
#in_boots { width:68px;height:68px;bottom:8px;right:82px; }
#in_wings { width:138px;height:102px;top:8px;right:-2px; }
#in_zoo { width:68px;height:68px;top:2px;left:-2px; }
#in_pendant { width:38px;height:38px;top:20px;right:136px; }
#in_ring1 { width:38px;height:38px;bottom:92px;left:96px; }
#in_ring2 { width:38px;height:38px;bottom:92px;right:96px; }
#in_pentagram { width:96px;height:96px;bottom:-6px;right:152px; }
#in_ear1 {  width:32px;height:32px;top:72px;left:0px; } 
#in_ear2 {  width:32px;height:32px;top:72px;left:115px; } 

/* ===== Castle Siege sidebar widget ===== */
.panel-castle-siege {
	color: #fff;
	padding: 10px 15px 15px 15px;
}
.panel-castle-siege img {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}
.panel-castle-siege a {
	color: #fff;
}
.panel-castle-siege .title-castle-owner,
.panel-castle-siege .title-guild-master {
	font-weight: bold;
	color: #a79376;
}

/* =============================================================
   RAKLIONMU — DARK SKIN OVERRIDES
   Appended to the upstream custom.css. Everything above this line
   is the original play.muonline.eu file, unchanged. These rules
   only re-tone the light-theme surfaces (drop pages, tables,
   Bootstrap defaults, account panels) so they match the dark skin.
   ============================================================= */

:root{
  --rk-ice:#6fd0f5;
  --rk-ice-soft:#9fe2ff;
  --rk-gold:#e3bd72;
  --rk-gold-hi:#f6dda6;
  --rk-panel:#111a24;
  --rk-panel-2:#0c141d;
  --rk-panel-3:#16202c;
  --rk-line:rgba(126,178,214,.16);
  --rk-line-str:rgba(126,178,214,.3);
  --rk-txt:#c3d0dd;
  --rk-txt-dim:#8496a8;
  --rk-head:#eaf3fa;
}

/* ---- drop / map pages (were a light parchment theme) ---- */
.drop-item-title,
.drop-list-title,
.map-title{ color:var(--rk-head); }
.drop-list-title{ border-bottom:1px solid var(--rk-line-str); }
.drop-item-intro,
.drop-list-intro,
.map-desc{ color:var(--rk-txt-dim); }
.map-title span{ color:var(--rk-ice); }
.map-header{
  background:var(--rk-panel-3);
  border:1px solid var(--rk-line);
  box-shadow:0 10px 26px -12px rgba(0,0,0,.7);
}
.map-image{ border:1px solid var(--rk-line-str); box-shadow:0 8px 20px -8px #000; }
.drop-section-title{ color:var(--rk-gold); border-bottom:1px solid var(--rk-line); }

/* ---- generic content boxes ---- */
.content-wrapper .box{ background-color:var(--rk-panel-3); color:var(--rk-txt); border-radius:10px; border:1px solid var(--rk-line); }
.content-wrapper .box.colored{ background-color:rgba(47,143,184,.2); border-color:var(--rk-line-str); color:#fff; box-shadow:none; }
.content-wrapper h2, .content-wrapper h3{ color:var(--rk-head); }

/* ---- forms ---- */
.form-control, .form-select, .input-group-text{
  color:#eaf3fa;
  background-color:rgba(255,255,255,.05);
  border:1px solid var(--rk-line-str);
  border-radius:8px;
  box-shadow:none;
}
.form-control:focus, .form-select:focus{
  color:#eaf3fa;
  background-color:rgba(255,255,255,.08);
  border-color:var(--rk-ice);
  box-shadow:0 0 0 3px rgba(111,208,245,.14);
}
.form-control::placeholder{ color:#6f8496; }
.form-label, .form-check-label, label{ color:var(--rk-txt); }
textarea.form-control{ height:180px; }
span.required{ color:#ec5f52; }

/* ---- buttons ---- */
.btn{ border-radius:8px; text-shadow:none; border:1px solid transparent; font-weight:600; }
.btn-default{
  background:rgba(255,255,255,.07); background-image:none;
  border-color:var(--rk-line-str); color:var(--rk-txt); text-shadow:none;
}
.btn-default:hover{ background:rgba(111,208,245,.14); border-color:var(--rk-ice); color:#fff; }
.btn-inverse{ background:rgba(255,255,255,.05); background-image:none; border-color:var(--rk-line-str); color:var(--rk-txt); }
.btn-inverse:hover, .btn-primary.active, .btn-primary.active:hover{ background:rgba(111,208,245,.16); border-color:var(--rk-ice); }
.btn-primary{
  background:linear-gradient(180deg,#3fb0d6,#1a6b8c); background-image:linear-gradient(180deg,#3fb0d6,#1a6b8c);
  border-color:transparent; color:#fff;
}
.btn-primary:hover{ background:linear-gradient(180deg,#57c4e8,#1a6b8c); border-color:transparent; }
.btn-danger, .btn-danger-rounded{
  background:linear-gradient(180deg,#ec5f52,#96211d); background-image:linear-gradient(180deg,#ec5f52,#96211d);
  border-color:transparent;
}
.btn-danger:hover, .btn-danger-rounded:hover{ background:linear-gradient(180deg,#f4776a,#96211d); border-color:transparent; }
.btn-simple{ border-color:var(--rk-line-str); border-width:2px; }

/* ---- tables (Bootstrap 5 defaults are light) ---- */
.table, .table > :not(caption) > * > *{
  color:var(--rk-txt);
  background-color:transparent;
  border-color:var(--rk-line);
}
.table > thead th{ color:var(--rk-gold); border-color:var(--rk-line-str); }
.table-striped > tbody > tr:nth-of-type(odd) > *{ background-color:rgba(255,255,255,.028); color:var(--rk-txt); }
.table-hover > tbody > tr:hover > *{ background-color:rgba(111,208,245,.09); color:#fff; }
.table-bordered, .table-bordered > :not(caption) > * > *{ border-color:var(--rk-line); }
.table-header.table-bordered{ background-color:rgba(255,255,255,.04); border-color:var(--rk-line); }
.table-header.table-bordered > thead > tr > th,
.table-header.table-bordered > tbody > tr > th,
.table-header.table-bordered > tfoot > tr > th,
.table-header.table-bordered > thead > tr > td,
.table-header.table-bordered > tbody > tr > td,
.table-header.table-bordered > tfoot > tr > td{ border-color:var(--rk-line); }
.table-red-heading thead tr{
  background:linear-gradient(180deg,#1d6c8c,#0f3b4e);
  color:var(--rk-gold);
  border-bottom:2px solid var(--rk-line-str);
}
.table-red-heading tr td img{ box-shadow:0 0 8px rgba(0,0,0,.6); }
.downloads-table tr td a:hover,
.rankings-table tr td a:hover,
.table-striped tr td a:hover{ color:var(--rk-gold-hi); }
.rankings_menu span{ color:var(--rk-head); }
.account-table tr:first-child th,
.account-table tr:first-child td{ border-top:2px solid var(--rk-line-str) !important; }
.account-table tr th, .account-table tr td{ border-bottom:1px solid var(--rk-line); color:var(--rk-txt); }
.grandResetLabel{ color:var(--rk-ice); }

/* ---- pagination (custom.css re-styles it light upstream) ---- */
.pagination > li > a{ border-color:var(--rk-line-str); color:var(--rk-txt-dim); background:rgba(255,255,255,.03); }
.pagination > li > a:hover{ border-color:var(--rk-ice); background-color:rgba(111,208,245,.12); color:var(--rk-ice); }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
  background:linear-gradient(180deg,#2fa2c8,#155a76);
  border-color:transparent;
  color:#fff;
}
.page-link{ background-color:rgba(255,255,255,.03); border-color:var(--rk-line-str); color:var(--rk-txt-dim); }
.page-link:hover{ background-color:rgba(111,208,245,.12); border-color:var(--rk-ice); color:var(--rk-ice); }
.page-item.active .page-link{ background:linear-gradient(180deg,#2fa2c8,#155a76); border-color:transparent; color:#fff; }
.page-item.disabled .page-link{ background-color:rgba(255,255,255,.02); border-color:var(--rk-line); color:#5b6b7a; }

/* ---- dropdowns / modals / cards / tabs / alerts ---- */
.dropdown-menu{
  background-color:#101a24;
  border:1px solid var(--rk-line-str);
  box-shadow:0 18px 40px -16px #000;
}
.dropdown-menu > li > a, .dropdown-item{ color:var(--rk-txt); }
.dropdown-menu > li > a:hover, .dropdown-item:hover, .dropdown-item:focus{
  color:var(--rk-gold-hi) !important;
  background-color:rgba(111,208,245,.12);
}
.modal-content{ background-color:var(--rk-panel); border:1px solid var(--rk-line-str); color:var(--rk-txt); }
.modal-header, .modal-footer{ border-color:var(--rk-line); }
.modal-title{ color:var(--rk-head); }
.btn-close{ filter:invert(1) grayscale(1) brightness(1.6); }
.card{ background-color:var(--rk-panel-3); border:1px solid var(--rk-line); color:var(--rk-txt); }
.card-header, .card-footer{ background-color:rgba(255,255,255,.03); border-color:var(--rk-line); color:var(--rk-gold); }
.list-group-item{ background-color:transparent; border-color:var(--rk-line); color:var(--rk-txt); }
.nav-tabs{ border-bottom-color:var(--rk-line-str); }
.nav-tabs .nav-link{ color:var(--rk-txt-dim); border-color:transparent; }
.nav-tabs .nav-link:hover{ border-color:var(--rk-line-str); color:var(--rk-ice); }
.nav-tabs .nav-link.active{
  color:#fff;
  background-color:rgba(111,208,245,.14);
  border-color:var(--rk-line-str) var(--rk-line-str) transparent;
}
.alert{ border-radius:10px; border:1px solid var(--rk-line-str); }
.alert-success{ background-color:rgba(63,180,90,.14); color:#9ee7ac; }
.alert-danger{ background-color:rgba(216,69,63,.16); color:#f3a49c; }
.alert-info{ background-color:rgba(111,208,245,.14); color:#a9e3f8; }
.alert-warning{ background-color:rgba(227,189,114,.14); color:#f0d69e; }
.close, .close:hover{ color:var(--rk-txt); opacity:.8; text-shadow:none; }
hr{ border-color:var(--rk-line); opacity:1; }

/* ---- account / personal cabinet ---- */
.lk-title{ padding:0 20px 20px; }
.lk-title .username{ color:var(--rk-head); }
.lk-title .coins, .lk-coins .coins{ color:var(--rk-gold); }
.lk-coins{ padding:0 20px 15px; }
.lk-coins .username{ color:var(--rk-txt); }
.lk-form li a{
  padding:11px 20px 11px 38px;
  border-top:1px solid var(--rk-line);
  color:var(--rk-txt);
}
.lk-form li a:hover{ color:#fff; }
.lk-form li b{ color:#5fdc7c; }
.lk-form li:hover{ background:rgba(111,208,245,.1); box-shadow:none; }
.lk-form li:before{
  background:var(--rk-ice);
  height:5px; width:5px;
  border-radius:50%;
  left:20px; top:16px;
  opacity:.7;
}
.lk-form li:last-child:before{ background:#ec5f52; opacity:.8; height:5px; width:5px; }

/* ---- misc widgets ---- */
.pricing{ border:2px solid var(--rk-line-str); border-radius:10px; overflow:hidden; }
.pricing-active{ border:2px solid var(--rk-ice); box-shadow:0 0 26px -8px rgba(111,208,245,.6); }
.pricing:hover{ border:2px solid var(--rk-ice); }
.pricing:hover h4{ color:var(--rk-ice); }
.pricing-head h3{ background:linear-gradient(180deg,#1d6c8c,#0f3b4e); color:#fff; border-bottom:1px solid var(--rk-line); }
.pricing-head h4{ color:var(--rk-gold); background:rgba(255,255,255,.04); border-bottom:1px solid var(--rk-line); }
.pricing-head-active h4, .price-active h4{ color:var(--rk-ice); }
.pricing-content li{ color:var(--rk-txt-dim); border-bottom:1px solid var(--rk-line); }
.pricing-footer{ color:var(--rk-txt-dim); }
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4{ color:var(--rk-ice); }

.select-imitation{
  background-color:rgba(255,255,255,.05);
  border-top:2px solid var(--rk-line-str);
  border-bottom:2px solid var(--rk-line-str);
  box-shadow:none;
  color:var(--rk-ice) !important;
}
.select-imitation-list{
  background-color:#101a24;
  border:1px solid var(--rk-line-str);
  box-shadow:0 18px 40px -16px #000;
}
.select-imitation-list a{ color:var(--rk-txt); }
.select-imitation-list a:hover{ background-color:rgba(111,208,245,.14); color:#fff; }
.non:hover{ color:var(--rk-ice) !important; }
.filter-left{ color:var(--rk-txt-dim); }
#sell-item-container{ background:var(--rk-panel-3); border:1px solid var(--rk-line-str); color:var(--rk-txt); }
.lGold{ color:var(--rk-gold); }
.red-text{ color:#ec5f52; }
.online{ color:#5fdc7c; }
.offline{ color:#ec5f52; }
.bgSilver{ background:#334252; }
.bgGold{ background:#7a6229; }
#gGST_Wrap{ color:var(--rk-gold); }
#inventoryc > img{ border:3px solid var(--rk-line-str); }
.vault-grid-modern{ border:1px solid #22303d; }

/* castle siege sidebar widget */
.panel-castle-siege{ color:var(--rk-txt); padding:6px 0 0; }
.panel-castle-siege .title-castle-owner,
.panel-castle-siege .title-guild-master{ color:var(--rk-gold); }

/* ---- button label colour, last word ----
   Several upstream rules (.content a, .news .news-info a) are more
   specific than .button, which would tint button labels like links.
   Buttons are always dark-on-gold, so pin it here. */
a.button, a.button:hover, a.button:focus,
.button, .button:hover, .button:focus,
button, button:hover{ color:#2a1c05 !important; }
a.btn-primary, a.btn-danger, a.btn-danger-rounded,
a.btn-primary:hover, a.btn-danger:hover, a.btn-danger-rounded:hover{ color:#fff !important; }
a.btn-default, a.btn-default:hover, a.btn-inverse, a.btn-inverse:hover{ color:var(--rk-txt) !important; }

/* headings inside content keep the light-on-dark treatment */
.content h1, .content h2, .content h3, .content h4,
.content-page h1, .content-page h2, .content-page h3, .content-page h4{ color:var(--rk-head); }
.content table{ color:var(--rk-txt); }
.content strong, .content b{ color:var(--rk-head); }

/* =============================================================
   ACCOUNT PANEL ON DARK
   account/index.twig ships its own <style> block written for a
   light theme (.card-custom is #f8f9fa, .icon-circle is #f1f3f5)
   and leans on Bootstrap's .text-muted / .text-secondary, which
   are dark greys. On the dark skin that reads as grey-on-grey,
   so these re-tone the panel. !important is needed because the
   template's inline <style> loads after this file.
   ============================================================= */

.card-custom{
  background-color:var(--rk-panel-3) !important;
  border:1px solid var(--rk-line) !important;
  box-shadow:0 12px 28px -16px rgba(0,0,0,.75) !important;
}
.card-custom h1,.card-custom h2,.card-custom h3,
.card-custom h4,.card-custom h5,.card-custom h6{ color:var(--rk-head) !important; }
.card-custom p,.card-custom li,.card-custom dd,.card-custom dt,
.card-custom label,.card-custom small{ color:var(--rk-txt); }
.card-custom strong,.card-custom b{ color:var(--rk-head); }
.card-custom a:not(.btn){ color:var(--rk-ice); }
.card-custom hr{ border-color:var(--rk-line); opacity:1; }

.text-muted{ color:#8ea2b4 !important; }
.text-secondary{ color:#8ea2b4 !important; }
.text-body{ color:var(--rk-txt) !important; }
.text-dark,.text-black{ color:var(--rk-head) !important; }
.bg-light,.bg-white{ background-color:var(--rk-panel-3) !important; color:var(--rk-txt) !important; }

.section-title{ color:var(--rk-head); }
.icon-circle{
  background:rgba(111,208,245,.12) !important;
  box-shadow:inset 0 0 0 1px var(--rk-line-str);
  color:var(--rk-ice) !important;
}
.icon-circle i,.icon-circle svg,.icon-circle .bi{ color:var(--rk-ice) !important; fill:var(--rk-ice); }

/* outline buttons: the defaults are mid-tone and vanish on dark */
.btn-outline-primary{ border-color:var(--rk-ice) !important; color:var(--rk-ice) !important; background-color:transparent !important; }
.btn-outline-primary:hover{ background-color:var(--rk-ice) !important; color:#08121a !important; }
.btn-outline-secondary{ border-color:var(--rk-line-str) !important; color:var(--rk-txt) !important; background-color:transparent !important; }
.btn-outline-secondary:hover{ background-color:rgba(111,208,245,.16) !important; color:#fff !important; }
.btn-outline-success{ border-color:#4fc76a !important; color:#83e298 !important; background-color:transparent !important; }
.btn-outline-success:hover{ background-color:#3ea855 !important; color:#fff !important; }
.btn-outline-danger{ border-color:#e2584d !important; color:#f3a49c !important; background-color:transparent !important; }
.btn-outline-danger:hover{ background-color:#c33b34 !important; color:#fff !important; }

.btn-clean{ text-shadow:none; }
.badge-status{ color:#fff; }

/* progress bars / meters used on the VIP and reset pages */
.progress{ background-color:rgba(0,0,0,.45); }
.progress-bar{ background-color:var(--rk-ice-deep, #2f8fb8); }

/* =============================================================
   VIP TABLE (account/vip.twig)
   Its inline <style> is a light Bootstrap-3 era design:
   .vip-container #fff, .vip-header #eee, .vip-points #337ab7,
   .current-vip #d9edf7. All invisible on the dark skin.
   ============================================================= */
.vip-container{
  background:var(--rk-panel-3) !important;
  border:1px solid var(--rk-line) !important;
  border-radius:10px !important;
}
.vip-header{
  background-color:rgba(255,255,255,.04) !important;
  border-bottom:1px solid var(--rk-line-str) !important;
  color:var(--rk-gold) !important;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:12px;
}
.vip-row{ border-bottom:1px solid var(--rk-line) !important; color:var(--rk-txt); transition:.2s; }
.vip-row:hover{ background-color:rgba(111,208,245,.07); }
.vip-label{ color:var(--rk-txt); }
.vip-points{ color:var(--rk-ice) !important; font-variant-numeric:tabular-nums; }
.vip-reward{ color:var(--rk-txt); }
.vip-reward strong{ color:var(--rk-gold) !important; }
.vip-row.current-vip{
  background-color:rgba(47,143,184,.18) !important;
  border-left:4px solid var(--rk-ice) !important;
  color:#fff;
}
.vip-row.current-vip .vip-label,
.vip-row.current-vip .vip-reward{ color:#fff; }

/* ---- donate / checkout form controls ---- */
.form-check-input{
  background-color:rgba(255,255,255,.08);
  border-color:var(--rk-line-str);
}
.form-check-input:checked{
  background-color:var(--rk-ice);
  border-color:var(--rk-ice);
}
.form-check-input:focus{ border-color:var(--rk-ice); box-shadow:0 0 0 3px rgba(111,208,245,.14); }
.form-check-label{ color:var(--rk-txt); }
#bonus-details li,#rate,#rate p{ color:var(--rk-txt); }
#rate strong{ color:var(--rk-gold); }

/* =============================================================
   DONATION PACKAGE LIST (donate/index_old.twig)
   Packages are listed straight on /donate with one button per
   enabled payment method, so nobody has to pick a method first.
   ============================================================= */
.donate-list{ margin-top:14px; }
.donate-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px 14px;
  align-items:center;
  padding:14px 16px;
  margin-bottom:10px;
  border-radius:10px;
  background:var(--rk-panel-3);
  border:1px solid var(--rk-line);
  transition:.25s;
}
.donate-row:hover{
  border-color:rgba(111,208,245,.45);
  box-shadow:0 12px 26px -16px rgba(0,0,0,.85);
  transform:translateY(-1px);
}
.dp-name{
  grid-column:1; grid-row:1;
  color:var(--rk-head); font-weight:600; font-size:14px; line-height:1.3;
}
.dp-price{
  grid-column:2; grid-row:1;
  text-align:right;
  color:var(--rk-gold);
  font-weight:700;
  font-size:18px;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.dp-reward{
  grid-column:1; grid-row:2;
  color:var(--rk-ice); font-size:12.5px; white-space:nowrap;
}
.dp-actions{
  grid-column:2; grid-row:2;
  justify-self:end;
  display:flex; gap:8px;
}
.dp-btn{
  white-space:nowrap;
  font-size:11px !important;
  font-weight:700;
  letter-spacing:.05em;
  padding:7px 13px;
  border-radius:8px;
  border:1px solid transparent;
  line-height:1.2;
}
.dp-btn-stripe{
  background:linear-gradient(180deg,#3fb0d6,#1a6b8c) !important;
  color:#fff !important;
}
.dp-btn-stripe:hover{ background:linear-gradient(180deg,#57c4e8,#1a6b8c) !important; color:#fff !important; }
.dp-btn-paypal{
  background:linear-gradient(180deg,#f6dda6,#a67f34) !important;
  color:#2a1c05 !important;
}
.dp-btn-paypal:hover{ background:linear-gradient(180deg,#ffeec2,#a67f34) !important; color:#2a1c05 !important; }
.dp-btn-crypto{
  background:linear-gradient(180deg,#4fc76a,#2c7a41) !important;
  color:#fff !important;
}
.dp-btn-crypto:hover{ background:linear-gradient(180deg,#65db80,#2c7a41) !important; color:#fff !important; }
.dp-btn-payssion,.dp-btn-paymentwall,.dp-btn-superrewards,.dp-btn-fortumo{
  background:rgba(255,255,255,.07) !important;
  color:var(--rk-txt) !important;
  border:1px solid var(--rk-line-str) !important;
}
@media (max-width:520px){
  .donate-row{ grid-template-columns:1fr; }
  .dp-price{ grid-column:1; grid-row:2; text-align:left; }
  .dp-reward{ grid-column:1; grid-row:3; }
  .dp-actions{ grid-column:1; grid-row:4; justify-self:stretch; }
  .dp-actions .dp-btn{ flex:1; text-align:center; }
}

/* VIP table: the USD hint next to the point requirement */
.vip-usd{
  display:inline-block;
  margin-left:6px;
  padding:1px 7px;
  border-radius:999px;
  background:rgba(227,189,114,.14);
  border:1px solid rgba(227,189,114,.32);
  color:var(--rk-gold);
  font-size:11px;
  font-weight:700;
  vertical-align:middle;
}
.vip-points{ width:210px !important; }
@media (max-width:600px){
  .vip-header,.vip-row{ flex-wrap:wrap; }
  .vip-label{ width:70px !important; }
  .vip-points{ width:auto !important; flex:1 1 auto; }
  .vip-reward{ flex:1 1 100%; margin-top:4px; }
}

/* =============================================================
   ABOUT PAGE
   ============================================================= */
.about-lead{
  font-size:14px;
  line-height:1.75;
  color:var(--rk-txt);
  border-left:3px solid var(--rk-gold);
  padding:2px 0 2px 14px;
  margin:0 0 22px;
}
.about-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:0 0 26px;
}
.about-stat{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px 10px;
  border-radius:10px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(0,0,0,.18));
  border:1px solid var(--rk-line);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.about-stat .as-label{
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--rk-txt-dim);
}
.about-stat .as-value{
  font-size:22px;
  font-weight:700;
  line-height:1.25;
  color:var(--rk-gold);
  text-shadow:0 1px 0 rgba(0,0,0,.6);
  margin:2px 0 1px;
}
.about-stat .as-note{
  font-size:11px;
  color:var(--rk-txt-dim);
}
.content-wrapper .content-title{
  margin:26px 0 12px;
  border-bottom:1px solid var(--rk-line);
}
.content-wrapper .content-title h3{
  margin:0 0 8px;
  font-size:16px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--rk-ice);
}
table.about-table{
  width:100%;
  margin-bottom:0;
  color:var(--rk-txt);
  font-size:13px;
}
table.about-table th,
table.about-table td{
  padding:9px 12px;
  border-top:1px solid var(--rk-line);
  vertical-align:top;
  background:transparent;
}
table.about-table tbody tr:first-child th,
table.about-table tbody tr:first-child td{ border-top:0; }
table.about-table th{
  width:190px;
  font-weight:600;
  color:var(--rk-head);
  white-space:nowrap;
}
table.about-table td strong{ color:var(--rk-gold); }
table.about-table tbody tr:nth-child(odd) th,
table.about-table tbody tr:nth-child(odd) td{ background:rgba(255,255,255,.025); }
table.about-table a{ color:var(--rk-ice); }

ul.about-list, ol.about-list{
  margin:0 0 4px;
  padding-left:0;
  list-style:none;
  color:var(--rk-txt);
  font-size:13px;
}
ul.about-list li, ol.about-list li{
  position:relative;
  padding:5px 0 5px 20px;
  line-height:1.55;
}
ul.about-list li:before{
  content:"";
  position:absolute;
  left:4px;
  top:12px;
  width:6px;
  height:6px;
  transform:rotate(45deg);
  background:var(--rk-gold);
  box-shadow:0 0 8px rgba(227,189,114,.5);
}
ul.about-list li strong, ol.about-list li strong{ color:var(--rk-head); }
ul.about-cols{
  column-count:2;
  column-gap:26px;
}
ul.about-cols li{ break-inside:avoid; }
ol.about-steps{ counter-reset:abstep; }
ol.about-steps li{ padding-left:30px; }
ol.about-steps li:before{
  counter-increment:abstep;
  content:counter(abstep);
  position:absolute;
  left:0;
  top:5px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:700;
  color:#2a1c05;
  background:linear-gradient(180deg,var(--rk-gold-hi),#a67f34);
}
ol.about-steps li a{ color:var(--rk-ice); }
.about-foot{
  margin:22px 0 0;
  padding-top:14px;
  border-top:1px solid var(--rk-line);
  font-size:12px;
  color:var(--rk-txt-dim);
}
.about-foot a{ color:var(--rk-ice); }
.content-wrapper .box code{
  background:rgba(0,0,0,.35);
  border:1px solid var(--rk-line);
  border-radius:4px;
  padding:1px 5px;
  color:var(--rk-gold-hi);
  font-size:12px;
}
@media (max-width:760px){
  .about-grid{ grid-template-columns:repeat(2,1fr); }
  ul.about-cols{ column-count:1; }
  table.about-table th{ width:auto; white-space:normal; }
}
