@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("ranktable.css");
* { margin: 0px; padding: 0px; }
html, body {
	width: 100%;
    min-width: 1000px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #4d4d42;
	font: 12px/18px Arial, Tahoma, Helvetica, sans-serif;
	background: #000 url(../images/bg.jpg) 50% 0 repeat-y;
	cursor:url(../images/knight.cur), progress;
}
ul{list-style: none;}
a {
	color: #a2722e;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px
}
img {
	border: none;
}
table{ margin:0; padding:0; border-collapse: collapse; border-spacing: 0; }
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background: url(../images/wrapper.jpg) 50% bottom no-repeat;
}

.header-bg {background: url(../images/header.jpg) 50% top no-repeat;}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 500px;
    width: 1000px;
    margin: 0 auto;  
    position: relative; 
}

#menu-bg {width:800px; text-align:center; position: absolute; left:117px; top:18px;}
ul#menu {list-style: none; }
ul#menu li {display:inline-block; padding: 8px 0 0 0; height: 43px;  text-align: center; vertical-align: middle; position: relative}
ul#menu li.spacer {background: url(../images/mspacer.jpg) 50% 0 no-repeat; width: 35px;}

ul#menu li ul{ background: #040e03;
    position: absolute;
    top: 43px;
    z-index: 99999;
    border: 2px solid #444815;
    margin-left: -21px;
    font: bold 12px arial;
	visibility: hidden;
	opacity: 0;
	transition: 250ms all;
	text-transform: uppercase;
}
ul#menu > li:hover ul{visibility: visible;opacity: 1;} 
ul#menu li ul li{display: block; width:149px; height:24px; padding-top:10px; padding-bottom:0px;}
ul#menu li ul li:nth-child(even){background: #131b0e}
ul#menu li ul li a {color:#a59622;}

.logo {position: absolute; left: 320px; width: 384px; top: 82px; height: 70px;}

.start {position: absolute; left: 391px; top: 384px;}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 1000px;
    margin: 0 auto;
	padding: 0 0 494px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 10px 400px 10px 80px;
    min-height: 875px;
}
.ptitle {    text-align: center;
    height: 40px;
    font-weight: bold;
    font-size: 13px;
    font-family: Georgia;
    color: #b48a31;
}

.langs {background: url(../images/langs.png) 0 0 no-repeat; position: relative; width: 127px; height: 45px; margin: 0 auto; list-style: none; padding: 5px 0 0 35px;}
.langs li {float: left;}
.langs li.en {width: 46px; height: 29px; background: url(../images/en.png) 0 -29px no-repeat; text-align: center; text-indent: -9999px;}
.langs li.ru {width: 47px; height: 29px; background: url(../images/ru.png) 0 -29px no-repeat;text-align: center;  text-indent: -9999px;}
.langs li.en a {display: block; height: 29px; width: 46px;}
.langs li.ru a {display: block; height: 29px; width: 47px;}
.langs li.en:hover, .langs li.en.active {background-position: 0 0;}
.langs li.ru:hover, .langs li.ru.active {background-position: 0 0;}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 330px;
	margin-left: -368px;
	position: relative;
    padding-top: 5px;
}
.btitle {text-align: center; height: 35px;}

.status {padding: 0 0 0 22px; height: 205px;}
.status .item {height: 40px; background-position: 0 0; background-repeat: no-repeat; padding-left: 25px; color: #b48a31; text-shadow: -1px -1px 0px #24200f; font: 12px/18px Minion Pro;}
.status .on {background-image: url(../images/ico-on.png);}
.status .off {background-image: url(../images/ico-off.png);}
.status .load {background: url(../images/sbg.png) 0 0 no-repeat; height: 17px; width: 149px; float: left; padding: 7px 7px 0; position: relative; margin-right: 10px;}
.status .progress {height: 9px; background: url(../images/sbar.png) 0 0 no-repeat; position: relative;}
.status .pimp {height: 24px; width: 17px; background: url(../images/scur.png) 0 0 no-repeat; position: absolute; top: -7px; right: -10px;}
.status .stat-all {text-align: right; padding-right: 20px;}
.status .stat-all a {font: 11px/13px Arial;}

.donation {height: 245px;}
.donation .mission {color: #66674b; font: 9px/15px Minion Pro; text-transform: uppercase; width: 150px; text-align: center; height: 102px;}
.donation .mission span {color: #5f603a; font: 10px/22px Minion Pro;}
.donation .donate {width: 150px; text-align: center; line-height: 11px;}

.topics {background: url(../images/topic-bg.png) 0 bottom no-repeat; padding: 0 0 60px 35px; min-height: 160px;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -494px auto 0;
	height: 494px;
    position: relative;
}
.vk {padding: 0 0 0 110px; color: #5f603a; font: 10px/15px Minion Pro; text-transform: uppercase; position: relative; width: 450px;}
.vk p {width: 190px; text-align: center; margin: 0;}
.vk span {position: absolute; left: 305px; top: 32px;}

.diz {position: absolute; right: 110px; top: 5px; }
.diz img {opacity: 0.1}

.menu2 {position: absolute; top: 345px; left: 0; text-align: center; color: #2f2a28; font: 12px/18px Minion Pro; text-decoration: none; text-transform: uppercase; width: 100%;}
.menu2 a {color: #2f2a28; font: 12px/18px Minion Pro; text-decoration: none; text-transform: uppercase;}

.copy {text-align: center; color: #5d5350; font: 11px/22px Minion Pro; text-transform: uppercase; opacity: 0.7; position: absolute; left: 0; bottom: 20px; width: 100%;}
.copy a {color: #5e5968; text-decoration: none;}

.banns-left {position: absolute; left: 0; bottom: 40px; width: 300px; text-align: center;}
.banns-left img {margin: 0 5px; opacity:0.1;}
.banns-right {position: absolute; right: 0; bottom: 40px; width: 300px; text-align: center;}
.banns-right img {margin: 0 5px; opacity:0.1;}
/***************************
* news
***************************/
.news { margin-bottom: 10px; position: relative; background: url(../images/news-br.png) 0 bottom repeat-x; padding-bottom: 17px;}
.news:last-child{background:none;}
.news .ntitle {     background: url(../images/news-ico.png) 150px 10px no-repeat;
    color: #484935;
    font: 24px Arial;
    padding-left: 179px;
    margin-bottom: 15px;
    margin-top: 20px;
    text-shadow: 1px 0px 0px #2a2a23;}
.news .ntitle a { color: #868c0f; font: bold 12px/18px arial; text-decoration: none; text-shadow: 1px 0px 0px #2a2a23;}
.news .ninfo { text-align:right; color: #4c4c40; padding-right: 25px; position: relative;}
.news .ninfo span {color: #6e7031; text-shadow: 1px 0px 0px #37371a;}
.news .ncontent { padding: 5px 0; text-shadow: 1px 0px 0px #272620;}
.nimg {margin-bottom:10px;}
.nimg img {width:520px;border:1px solid #fff;}
.news .vklike {padding: 0; margin: 0; height: 18px; position: absolute; left: 0; top: 10px;}
.news .like {padding: 0; margin: 0; clear: none;}
/***************************
* static pages
***************************/

#static {width: 100%;}
#static .title {font-size: 15px; text-align: center;}
#static .content {text-align: justify;}
	
/***************************
* mrx.
***************************/
.sideRightContent{margin-left:10px;margin-bottom: 15px; overflow:hidden;}

#home_content{
	width: 100%;
    margin-top: 10px;
    padding-bottom: 17px;
    margin-bottom: 10px; position: relative; background: url(../images/news-br.png) 0 bottom repeat-x;
    overflow: auto;
}

table.home_table{width:255px; float:left; text-align:center; border:1px solid #000;}
table.home_table:nth-child(2){float:right;}
table tr{height: 25px;}
table{text-align:center; border:1px solid #000; width:100%;}
table tr.head{
    color: #d88f22;
    text-shadow: 1px 1px 1px #190808;
    font: 11px tahoma;
    border-bottom: 1px solid #7d6c22;
    height:30px;
    background:#000;
    text-transform: uppercase;
}

table tr.head2{
	background: #060606;
    color: #7d6c22;
    text-shadow: 1px 1px 1px #000000;
    font: 11px tahoma;
    text-transform: uppercase;
}

table tr.rightborder td{
  border-right:1px solid #000;
  padding:7px;
  
}

table tbody tr {
    border-top: 1px solid rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    background: #060606;
    color:#716046;
}

table tbody tr a {
	color:#716046;
}

table tbody tr a:hover {
	color:#a28352;
	text-decoration: underline;
}

table tbody tr:nth-child(odd)
{
	background:#100f0f;
}




.events{width:294px; height:74px; border-bottom: 1px solid #000;}
.event_title{font:bold 11px tahoma; text-transform: uppercase; color:#e1ac45; text-shadow: 1px 1px 1px #000;position: relative; top:24px; left:15px;}
.event_time{font:11px tahoma; color:#e1ac45; text-shadow: 1px 1px 1px #000;position: relative; top:27px; left:15px;}
.event_time span{color:#ff6c00;}
.event_countdown{position: relative; top:27px; left:240px; color:#e16d45; font:bold 11px tahoma; text-shadow: 1px 1px 1px #000;}
.last_time{color:#e16d45; font:bold 11px tahoma; text-shadow: 1px 1px 1px #000;}

.all_event{float:right; margin-right:30px; margin-top:10px;}

form{
	padding:10px;
	overflow: auto
}
input {
    outline: none;
	vertical-align: middle;
	
}
select {outline: none; }

input[type=text], input[type=password]{background: #0d0b08; border: 1px solid #222; color: #4d4d42; height: 20px; width:333px; padding:7px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02);
}



select {background: #0d0b08; border: 1px solid #222; color: #4d4d42; height: 34px; width:348px;
border-radius: 4px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02);
}

textarea {
  background: #0d0b08; border: 1px solid #222; color: #4d4d42; height: 186px; width:333px;
border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02);
  outline: none;
  padding:7px;
  font-family: arial;
}

.form-group{
	padding-bottom: 10px;
	line-height: 34px;
  overflow:hidden;
}

.control-label{
	font-size:12px;
	float:left;
	width:150px;
}

button {
	background: #0c0905; 
	border: 1px solid #222; 
	color: #ad722e;
	height: 34px; 
	padding:5px;
	cursor:pointer;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02);
	transition: 250ms all;
	text-shadow: 1px 1px 1px #000;
  outline: none;
}

button:hover{
	background: #130d05;
}
.row.margin-top20 {
    float: right;
    margin-top: 5px;
}

.mrx_register {
    padding-top: 10px;
    text-align: center;
    font-size:13px;
}

/* inventory */
.character {
    float: left;
}

.character img {
    width: 220px;  
    padding-top:50px;
    margin-left:15px;
}
.inventory {
    float:right;
    margin-top: 24px;
    margin-right:30px;    
    background: url("../images/inventory/bg.png") no-repeat;
    width: 175px;
    height: 274px;
}

.inventoryz {
    float:right;
    margin-top: 30px;
    margin-right: 2px;    
    width: 175px;
    height: 274px;
}

.inventoryx{
  position: absolute;
  width: 352px;
  height: 189px;
  top: 382px;
  left: 96px;
}
ul.itemz li {
    margin-left: 2px!important;
    margin-top: 3px!important;
}
.inventory_full_seal{
  background: url("../images/inventory/full.png") no-repeat;
  width: 525px;
  height: 626px;
  margin-left: -27px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

ul.items {
  margin-left: 7px;
  margin-top: 6px;
  float: left;  
}
ul.items li {
  display: inline;
  margin-left:7px;
  margin-top:6px;
  float:left;
  width:45px;
  height:45px;
  cursor:pointer;
}



.inventory_half { 
    background: url("../images/inventory/inventory-half.png") no-repeat;
    width: 390px;
    height: 347px;
    margin-top:30px;

}

.inventory_half_right {
    float:right;
    margin-top: 57px;
    margin-right: 13px;    
    width: 175px;
    height: 274px;
}

ul.item_half_right {
  margin-left: 7px;
  margin-top: 6px;
  float: left;  
}
ul.item_half_right li {
  display: inline;
  margin-left:7px;
  margin-top:6.75px;
  float:left;
  width:45px;
  height:45px;
  cursor:pointer;
}

.inventory_half_left {
    float: left;
    margin-top: 64px;
    margin-left: 32px;
    width: 163px;
    height: 274px;
    overflow: auto;
}

ul.item_half_left {
  margin-left: 7px;
  margin-top: 6px;
  float: left;  
}
ul.item_half_left li {
  display: inline;
  margin-left:7px;
  margin-top:6.75px;
  float:left;
  width:45px;
  height:45px;
  cursor:pointer;
}

.inventory_full { 
    background: url("../images/inventory/inventory-full.png") no-repeat;
    width: 390px;
    height: 560px;
    margin-top:30px;

}

.inventory_half_bottom {
    float: left;
    margin-top: 7px;
    margin-left: 22px;
    overflow: auto;
}

ul.item_half_bottom {
  float: left;  
  overflow:hidden;
}
ul.item_half_bottom li {
  display: inline;
  margin-left:3.8px;
  margin-top:3px;
  float:left;
  width:45px;
  height:45px;
  cursor:pointer;
  position: relative;
}

.inventory_full1299 { 
    background: url("../images/inventory/inventory-1299.jpg") no-repeat;
    width: 364px;
    height: 496px;
    margin-top:30px;
}

.inventory_full_right {
    float:right;
    margin-top: 4px;
    margin-right: 8px;    
    width: 175px;
    height: 274px;
}

ul.item_full_right {
  margin-left: 6px;
  margin-top: 5px;
  float: left;  
}
ul.item_full_right li {
  display: inline;
  margin-left:9px;
  margin-top:8.3px;
  float:left;
  width:45px;
  height:45px;
  cursor:pointer;
}

.inventory_full_bottom {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    overflow: auto;
}

ul.item_full_bottom {
  float: left; 
  overflow:hidden; 
}
ul.item_full_bottom li {
  display: inline;
  margin-left:3.8px;
  margin-top:4px;
  float:left;
  width:45px;
  height:45px;
  cursor:pointer;
  position: relative;
}

.item_duration {
  bottom: 0;
  right: 4px;
  position: absolute;
  color: #fff;
  font-size: 11px;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
}

/* tooltip */
.mrx_tooltip, .item_tooltip{
  position: absolute; 
  top:0;
  left:0;
  z-index: 3;
  background: rgba(0,0,0, .9);
  padding: 15px;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size:13px;
  width:230px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0px 0px 3px #000;
	border: 1px solid #543f27;
	border-top: 1px solid #543f27;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.mrx_tooltip .white
{
  color: white;
}

.mrx_tooltip .blue
{
  color: blue;
}

.mrx_tooltip .yellow
{
  color: yellow;
}

.mrx_tooltip .lime
{
  color: lime;
}

.mrx_tooltip .purple
{
  color: purple;
}

.mrx_tooltip .cospre
{
  color: #00FFCE;
}

.mrx_tooltip .reverse
{
  color: #FF82A5;
}

.mrx_tooltip .unique_item
{
  color: #DFC68C;
}
.mrx_tooltip .event_item
{
  color: #18ffff;
}



.mrx_tooltip .item_title {
  font-weight: bold;
  font-size:16px;
}

.mrx_tooltip .item_type {
  font-size:12px;
}

.mrx_tooltip .item_kind {
  font-size:12px;
  text-decoration: underline;
}

.mrx_tooltip span {
  display: block;
}

.mrx_tooltip .item_property{
  font-size:12px;
  text-align: left;
  margin-top:12px;
}

.mrx_tooltip .item_property p{
  display: block;
  line-height: 5px
}

.kesn1{
  width:12.5%!important;
  float:left;
  margin-right:5px;
}
.kesn{
  width:10%!important;
  float:left;
  margin-right:2px;
}

.pass{
  width:10%!important;
  float:left;
  margin-right:2px;
}

ul.nts_icon li{
  float:left; 
  padding-right:10px;
}

.sealed{
  position:relative;
}
.sealedbg{
  position: absolute;
  width: 45px;
  height: 45px;
  background: yellow;
  opacity: 0.2;
}

.bank_logo{
  float:left;
  margin-right: 15px;
  background: #fff;
  border-radius:5px;
}

.bank_logo img {
   border-radius:5px;
}
.bank_info {
  padding-top:27px;
}
.bank_info span {
  display: block;
  font-size:14px;

}

ul.bankacc li {
  border-bottom: 2px dashed rgb(48, 41, 37);
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  /*padding-left: 250px;*/
}

.bank_info span b {
  color: rgb(229, 147, 54);
}

#loader {text-align: center; display: none;font-size: 14px; line-height: 28px; color: #b48a34;}

.monster_open_acc{float:right;}

.monster_top{
    background: #0c0905;
    border: 1px solid #2b251c;
    border-radius: 5px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02);
    padding:10px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    font-size:14px;
    margin-top: 10px;
}

.monster_info p.title{
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #9c6d29;
  text-shadow: 1px 1px 1px #000;
  border-bottom: 1px solid #2b251c;
  padding-bottom: 6px;
}
.monster_info{
  background: #0c0905;
  border: 1px solid #2b251c;
  border-radius: 5px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02);
  padding:10px;
  margin-top: 10px;
  overflow:hidden;

}
.monster_map_image
{
  float:left;
  position:relative;
}
.monster_map_image, .monster_map_image img{
  width:256px;
  height:256px;
}
.monster_map_coordinate
{
    width:231px;
    height: 256px;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 4px;
    margin-bottom: 10px;
}
.monster_map_coordinate::-webkit-scrollbar{
    width:7px;
}
.monster_map_coordinate::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background: rgba(255,183,91, .1);
    left:10px;
}
.monster_map_coordinate ul li
{
    background: #100d08;
    padding: 5px;
    margin-bottom: 2px;
    cursor: pointer;
    color: #887449;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}

.monster_map_coordinate ul li.active{
  background: #241a0e;
}

.iDrop span {
  float:left;
}

.iDrop img {
  cursor: pointer;
}

ul.iDrop
{
  overflow-x:hidden;
  overflow-y: scroll;
  max-height: 260px;
}

ul.iDrop::-webkit-scrollbar{
  width: 7px;
}

ul.iDrop::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background: rgba(255,183,91, .1);
    left:10px;
}
ul.iDrop li
{
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    display: inline-block;
    width: 228px;
    background: #100d08;
    padding: 7px;
    cursor: pointer;
    color: #887449;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    margin-bottom: 0px;
    border-radius: 5px;
    overflow:hidden;

}

.iDrop_title{
  text-align: center;
  font-size:11px;
}

.iDrop_percent{
    margin-top: -26px;
    font-size: 10px;
    float: right;
    color:#a25f5f;
}

.accordion > dd {
  display: none;
}

.lang{position: absolute; bottom:0px; left:484px; text-align: center;}

.inventory_fullyz{
 background: url("../images/inventory/full.png") no-repeat;
  width: 525px;
  height: 626px;
  margin-left: -72px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}