/* EVENTS
-----------------------------------------------------------------------------*/
.events{width:290px; height:83px;text-transform: uppercase;margin-left: 19px;}
.event_title{font:bold 12px Arial;  color:#f48e21; text-shadow: 1px 1px 1px #000;position: relative; top:25px; left:140px;}
.event_time{font:bold 12px Arial; color:#aca479; text-shadow: 1px 1px 1px #000;position: relative; top:31px; left:140px;}
.event_time span{color:#ff9c00;}
.event_countdown{position: relative; top:33px; left:140px; color:#47ed43; font:bold 12px Arial; text-shadow: 1px 1px 1px #000;}
.all_event{float:right; margin-right:30px; margin-top:10px;}
.all_event a {color:#d88f22}
.facebook_likebox{
	width:280px;
	height:227px;
	border: 1px solid #383e4a;
    background-color: #080c13;
    margin-left: 24px;
    margin-top: 13px;
}

.news-block .content-title {
	text-align: center;
}

/* 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;
}
.inventory_fullyz{
 background: url("../images/inventory/full.png") no-repeat;
  width: 525px;
  height: 626px;
  margin-left: -72px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.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;
}


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_center {
    float:right;
    margin-top: 57px;
    margin-right: 13px;    
    width: 175px;
    height: 274px;
}

ul.item_half_center {
  margin-left: 7px;
  margin-top: 6px;
  float: center;  
}
ul.item_half_center 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-full.png") no-repeat;
    width: 390px;
    height: 560px;
    margin-top:40px;
	margin-left:0px;

}

.inventory_full_hpbar { 
    background: url("../images/hpbar.png") no-repeat;
    width: 246px;
    height: 89px;
	margin-left:440px;
	margin-top:10px;

}

.inventory_full_statebar { 
    background: url("../images/statebar.png") no-repeat;
    width: 372px;
    height: 548px;
	margin-left:480px;

}


.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;
  padding-bottom: 15px;
}

.mrx_tooltip span {
  display: block;
}

.mrx_tooltip .item_property{
  font-size:12px;
  text-align: left;

}

.mrx_tooltip .item_property p{
  display: block;
  line-height: 15px;
}

.kesn1{
  width:12.5%!important;
  float:left;
  margin-right:5px;
}
.kesn{
  width:43.84px!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;}
#loader img {display:inline;}
.monster_open_acc{float:right;}

.monster_top{
    background: #0e1319;
    border: 1px solid #152331;
    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;
    color:#475862;
}

.monster_info p.title{
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #475862;
  text-shadow: 1px 1px 1px #000;
  border-bottom: 1px solid #152331;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.monster_info{
  background: #0e1319;
  border: 1px solid #152331;
  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:320px;
  height:320px;
}
.monster_map_coordinate
{
    width:275px;
    height: 320px;
    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,255,255, .1);
    left:10px;
}
.monster_map_coordinate ul li
{
    background: #14191f;
    padding: 5px;
    margin-bottom: 2px;
    cursor: pointer;
    color: #7a8da5;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}

.monster_map_coordinate ul li.active{
  background: #212a35;
}

.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,255,255, .1);
    left:10px;
}
ul.iDrop li
{
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    display: inline-block;
    width: 279px;
    background: #14191f;
    padding: 7px;
    cursor: pointer;
    color: #90abb7;
    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 {
	width: 95%;
}
.accordion > dd {
  display: none;
}

.mrx_register {
    padding-top: 5px;
    text-align: center;
    font-size:13px;
    margin-left:-30px;
}

.mrx_register a {
	color:#e0b950;
}

.con_rank_upgrade
{
  margin-left: -7px;
  margin-top: -1px;
}

.nk-page-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.op-5 {
    opacity: 0.5 !important;
}

/* Notice Bar */
.notice-bar{
	background: url("../images/important_barX.jpg") no-repeat;
    color: yellow;
    margin: auto;
    /* float: left; */
    text-align: center;
    padding: 0px;
    width: 925px;
    height: 44px;
    font: 16px Cinz;
    text-shadow: 1px 1px 1px #000;
    line-height: 44px;
    padding-left: 45px;
    padding-right: 10px;
	margin-bottom:10px;
}

/* Style the tab */
.tab {
  padding-left: 20px;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: transparent;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: transparent;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: transparent;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.lins-top-news{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -10px;
}




/* SLIDER
-----------------------------------------------------------------------------*/
#slider {
    width: 639px;
    height: 288px;
}

.slider {
    /*background: url("../images/slider-bg.png") no-repeat;*/
    width: 616px;
    height: 288px;
    overflow: hidden;
    float: left;
}

.slider ul li {
    width: 654px;
    height: 286px;
    float: left;
    margin-left: 1px;
    margin-top: 1px;
}



.online {
	color: #57D35D;
}
.offline {
	color: #B81F17;
}



.input-re{
 height: 41px;
 width: 350px;
 color: #7A939D;
 background-color: #080D13;
}

.input-re2{
 height: 41px;
 width: 350px;
 color: #7A939D;
 background-color: #09111A;
}

.input-re3{
color: white;
text-align: center;
width: 71%;
margin: 16px auto;
height: 54px;
line-height: 27px;
outline: none;
overflow: hidden;
margin-bottom: 9px;
border-radius: 6px;
background: rgb(2, 7, 12);
border: 2px solid rgb(7, 20, 33);
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.62);
}
