@import "guide.css";
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
li {list-style: none;}

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

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


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

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


/*
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Titillium Web', sans-serif;
}
*/
.img-rounded {
	border-radius: 3px;
}




/*------------------------------
	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{
	
	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{
  /*color: #24131f;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 1px 0px 0px #b97e5f;*/

}

/*------------------------------
	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 > 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: 5px 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;
}


.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(../images/flags.png) 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 .en{background-position:0 -3664px;}
.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 .he{background-position:0 -1824px;}
.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;}
.f16 .zh{background-position:0 -1040px;}

.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;
}


.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;
}


.live_popup {
		background-image: url("../images/live_bg2.png");
		height: 86px;
		position: fixed;
		bottom: 10px;
		z-index: 99999;
}

#live_popup_ch{
		margin-left: 45px;
		width: 1900px;
}

#live_popup_ch iframe{
		margin-left: 10px;
		margin-top: 5px;
		float: left;
		position: relative;
}
#live_btn{
		position: absolute;
		height: 80px;
		width: 30px;
		left: 10px;
		top: 0px;
		cursor: pointer;
}
#live_btn i{
		margin-left: 18px;
		margin-top: 8px;
		font-size: 12px;
}

#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; } 

.ticket {
	font-size:12px;
	background:#eaebec;
	color: black;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	__width:100%;
}
.ticket th {
	padding:15px 10px 16px 0px;
	border-top:1px solid  #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.ticket th:first-child {
	text-align: left;
	padding-left:10px;
}
.ticket tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.ticket tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.ticket tr {
	text-align: center;
	padding-left:20px;
}
.ticket td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.ticket td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.ticket tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.ticket tr:last-child td {
	border-bottom:0;
}
.ticket tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.ticket tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.ticket tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


#loading {
	background-image:url(../images/l_bg.png);
	border-radius:0 0 4px 4px;
	color:#fff;
	display:none;
	position:fixed;
	top:0;
	left:48%;
	z-index:1000;
	padding:6px
}

#tooltip {
	position:absolute;
	z-index:3000;
	border:1px solid #111;
	background-color:#221f28;
	padding:5px;
	opacity:.9;
	font:normal 10px Tahoma,Helvetica,sans-serif;
	text-align:center;
	color:#fff
}

#tooltip h3,#tooltip div {
	margin:0
}

#lean_overlay {
	position:fixed;
	top:0;
	left:0;
}

#buy_windows,#add_to_card_windows,#select_server,#auction_bet {
	width:404px;
	padding-bottom:2px;
	display:none;
	z-index:9999;
	background: #222222;
}

#item_filter_overlay {
	position:absolute;
	height:700px;
	width:300px;
	z-index:9999
}

#item_filter {
	/*width:301px;
	height:700px;
	padding-bottom:2px;
	background:#473838;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 4px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.7)
	*/
}

#exception{
	width: 100%;
	height: 0 auto;
	line-height: 25px;
	min-height:25px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	display: none;
	background-color:red;
	position:fixed;
	z-index: 9999;
}

#notifier-box {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 9999;
}

div.message-box {
	background: #111;
	background: rgba(25, 22, 26, 0.9);
	margin: 0 auto;
	padding: 10px;
	width: 400px;	
	color: white;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;	
}

div.message-box:hover {
	background: #111;
	background: rgba(0, 0, 0, .9);
}

div.message-box div.success {
	color: green;
	margin: 0 0 10px 0;
}

div.message-box div.error {
	color: #FC0F0F;
	margin: 0 0 10px 0;
}

div.message-box a.message-close {
	background: #000 url('../images/message-close.png') center no-repeat;
	width: 15px; height: 15px;
	display: block; float: right;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;	
	-webkit-opacity: .2;
	-moz-opacity: .2;
	-o-opacity: .2;
	opacity: .2;
}

div.message-box:hover a.message-close {
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-o-opacity: .5;
	opacity: .5;
}

div.message-box a.message-close:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

div.message-box div.message-body {
	overflow: hidden;
}

div.message-box div.message-body div.thumb {
	width: 48px;
	height: 48px;
	margin: 0 10px 0 0;
	float: left;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

div.message-box div.message-body div.thumb img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius:2px;
	border-radius: 2px;
}

.square{
	cursor:pointer; 
	position:absolute;
	opacity: 0.8;
}

.square:hover{
	padding: 1px;
	opacity: 1;
}

.square img{
	width:100%;
	height:100%;
}

.set165 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -0;
}
.set166 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -0;
}
.set167 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -0;
}
.set168 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -0;
}
.set169 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -190px;
}
.set170 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -190px;
}
.set171 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -190px;
}
.set172 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -190px;
}
.set174 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -0;
}
.set175 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -190px;
}
.set176 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -380px;
}
.set177 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -380px;
}
.set178 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -380px;
}
.set179 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -380px;
}
.set180 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -380px;
}
.set181 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -0;
}
.set0 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -190px;
}
.set1 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -380px;
}
.set2 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -0;
}
.set3 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -190px;
}
.set4 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -380px;
}
.set5 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -570px;
}
.set6 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -570px;
}
.set7 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -570px;
}
.set8 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -570px;
}
.set9 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -570px;
}
.set10 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -570px;
}
.set11 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -570px;
}
.set12 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -0;
}
.set13 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -190px;
}
.set14 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -380px;
}
.set15 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -570px;
}
.set16 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -0;
}
.set17 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -190px;
}
.set18 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -380px;
}
.set19 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -570px;
}
.set20 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -760px;
}
.set21 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -760px;
}
.set22 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -760px;
}
.set23 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -760px;
}
.set24 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -760px;
}
.set25 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -760px;
}
.set26 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -760px;
}
.set27 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -760px;
}
.set28 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -760px;
}
.set29 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -0;
}
.set30 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -190px;
}
.set31 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -380px;
}
.set32 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -570px;
}
.set33 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -760px;
}
.set34 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -950px;
}
.set35 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -950px;
}
.set36 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -950px;
}
.set37 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -950px;
}
.set38 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -950px;
}
.set39 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -950px;
}
.set40 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -950px;
}
.set41 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -950px;
}
.set42 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -950px;
}
.set43 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -950px;
}
.set44 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -0;
}
.set45 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -190px;
}
.set46 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -380px;
}
.set47 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -570px;
}
.set48 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -760px;
}
.set49 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -950px;
}
.set50 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -0;
}
.set51 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -190px;
}
.set52 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -380px;
}
.set53 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -570px;
}
.set59 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -760px;
}
.set60 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -950px;
}
.set61 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -1140px;
}
.set62 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -1140px;
}
.set63 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -1140px;
}
.set64 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -1140px;
}
.set65 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -1140px;
}
.set66 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -1140px;
}
.set67 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -1140px;
}
.set68 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -1140px;
}
.set69 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -1140px;
}
.set70 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -1140px;
}
.set71 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -1140px;
}
.set72 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -1140px;
}
.set73 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -0;
}
.set74 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -190px;
}
.set75 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -380px;
}
.set76 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -570px;
}
.set77 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -760px;
}
.set78 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -950px;
}
.set79 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -1140px;
}
.set80 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -0;
}
.set81 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -190px;
}
.set82 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -380px;
}
.set83 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -570px;
}
.set84 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -760px;
}
.set85 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -950px;
}
.set86 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -1140px;
}
.set87 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -1330px;
}
.set88 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -1330px;
}
.set89 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -1330px;
}
.set90 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -1330px;
}
.set91 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -1330px;
}
.set92 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -1330px;
}
.set93 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -1330px;
}
.set94 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -1330px;
}
.set95 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -1330px;
}
.set96 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -1330px;
}
.set97 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -1330px;
}
.set98 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -1330px;
}
.set99 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -1330px;
}
.set100 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -1330px;
}
.set101 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -0;
}
.set102 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -190px;
}
.set103 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -380px;
}
.set104 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -570px;
}
.set105 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -760px;
}
.set106 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -950px;
}
.set107 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -1140px;
}
.set108 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -1330px;
}
.set109 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -1520px;
}
.set110 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -1520px;
}
.set111 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -1520px;
}
.set112 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -1520px;
}
.set113 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -1520px;
}
.set114 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -1520px;
}
.set115 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -1520px;
}
.set116 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -1520px;
}
.set117 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -1520px;
}
.set118 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -1520px;
}
.set119 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -1520px;
}
.set120 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -1520px;
}
.set121 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -1520px;
}
.set122 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -1520px;
}
.set123 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -1520px;
}
.set124 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -0;
}
.set125 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -190px;
}
.set126 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -380px;
}
.set127 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -570px;
}
.set128 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -760px;
}
.set129 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -950px;
}
.set131 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -1140px;
}
.set132 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -1330px;
}
.set134 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -1520px;
}
.set135 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -0;
}
.set136 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -190px;
}
.set137 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -380px;
}
.set138 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -570px;
}
.set139 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -760px;
}
.set140 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -950px;
}
.set141 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -1140px;
}
.set142 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -1330px;
}
.set143 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -1520px;
}
.set144 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -0 -1710px;
}
.set145 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -116px -1710px;
}
.set146 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -232px -1710px;
}
.set147 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -348px -1710px;
}
.set148 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -464px -1710px;
}
.set149 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -580px -1710px;
}
.set150 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -696px -1710px;
}
.set151 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -812px -1710px;
}
.set152 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -928px -1710px;
}
.set153 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1044px -1710px;
}
.set154 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1160px -1710px;
}
.set155 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1276px -1710px;
}
.set156 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1392px -1710px;
}
.set157 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1508px -1710px;
}
.set158 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1624px -1710px;
}
.set159 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1740px -1710px;
}
.set160 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1856px -1710px;
}
.set161 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1972px -0;
}
.set162 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1972px -190px;
}
.set163 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1972px -380px;
}
.set164 {
    width: 116px; height: 190px;
    background: url('../images/set_sprites.jpg') -1972px -570px;
}
.cookieConsentContainer {
	z-index: 999;
	width: 640px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	/*font-family: OpenSans, arial, "sans-serif";*/
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	/*font-family: OpenSans, arial, "sans-serif";*/
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	/*font-family: OpenSans, arial, "sans-serif";*/
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	/*font-family: OpenSans, arial, "sans-serif";*/
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}


.wh_items{
	width: 262px;
	margin:2px auto;
	padding: 5px 0 0 5px;
	height:490px;
}

.st_items{
	width: 261px;
	/*margin:2px auto;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top:6px;
	padding-left:2px;
	height:136px;
}
.item_table{
	width: 200px;
	border: 0;
	margin: auto;
}
.item_table td{
	padding: 3px;
}
.each_item{
	width: 10px;
	border: 0;
	border-collapse: collapse;

}
.each_item td{
	padding: 0px;	
}
.each_item .item_name{
	/*background: url(../images/ws_item_name.png);
	background-size:136px 34px;*/
	height: 34px;
}
.each_item .item_bg{
	background-color: #666;
	background-image: url(../images/wh_root_on.png);
       background-size: 42px;
	height: 140px;
}
.each_item .item_footer{
	/*background: url(../images/ws_item_footer.png);
	background-size:136px 6px;*/
	height: 6px;
}

#helm {
position:absolute;
left:73px;
top:58px;
width:56px;
height:66px
}

#wings {
position:absolute;
left:272px;
top:59px;
width:127px;
height:110px
}

#pendant {
position:absolute;
left:233px;
top:80px;
width:29px;
height:29px
}

#sword {
position:absolute;
left:6px;
top:242px;
width:69px;
height:129px
}

#armor {
position:absolute;
left:40px;
top:138px;
width:82px;
height:98px
}

#shield {
position:absolute;
left:330px;
top:242px;
width:69px;
height:129px
}

#gloves {
position:absolute;
left:271px;
top:178px;
width:85px;
height:55px
}

#pants {
position:absolute;
left:89px;
top:297px;
width:58px;
height:74px
}

#ring_left {
position:absolute;
left:102px;
top:252px;
width:29px;
height:29px
}

#ring_right {
position:absolute;
left:272px;
top:252px;
width:29px;
height:29px
}

#boots {
position:absolute;
left:258px;
top:297px;
width:58px;
height:74px
}

.item_image{
    height: 140px;
    width: 135px;
    /* background-color: #666; */
    vertical-align: middle;
    line-height: 140px;
    /* border-radius: 8px; */
    -moz-border-radius: 8px;
    /* border: solid white 1px; */
    box-shadow: 0px 0px 2px 1px #50222e;
    overflow: hidden;
}
.items_ramis{
    position: absolute;
    margin-left: -68px;
    margin-top: -140px;
    width: 136px;
    height: 140px;
    cursor:pointer;
    box-shadow: 0 0 13px 0px #3c151e;
}

.items_bought{
height: 14px;
    line-height: 14px;
    background-color: #622733;
    position: absolute;
    margin-left: 10px;
    margin-top: -26px;
    border-radius: 8px;
    padding: 0 2px 0 2px;
    color: #f5ebe4;
    border: #9f7e75 solid 1px;
}

.items{
	text-align: center;
}
.items a{ 
	color:#431d28; 
	/*font-family:Verdana, Helvetica, sans-serif; */
	font-size:15px; 
	text-decoration:none; 
	padding-bottom:5px;
	text-shadow: 0 0 0px black;
}
.items a:hover{ 
	color:#000000; 
}




#item_buy{
	margin-left:5px;
	margin-right:5px;
	width: 100%;
}
#item_buy_left{
	float: left;
	/*padding-right: 5px;*/
}
#item_buy_right{
	float: left;
	background-color: #3e1d1c;
	width: 492px;
	padding: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#item_buy_right .full{
	margin: 1px;
	padding: 1px;
	width: 488px;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 18px;	
	line-height: 18px;
}
#item_buy_right .opt_title{
	margin: 1px;
	padding-left: 1px;
	width: 250px;
	float: left;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 20px;	
	line-height: 20px;
}
#item_buy_right .opt{
	margin: 1px;
	padding-left: 1px;
	width: 236px;
	float: left;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 20px;
	line-height: 20px;
}

#item_buy_right .opt select{
	border:0px; 
	border-radius: 0;
	width:60%; 
	font-size:12px; 
	line-height: 1;
	background:#5d302f; 
	color:#fff;
	margin-top: 1px;
	padding:0;
	-webkit-appearance: none;
}

#item_buy_right .opt input[type="number"]{
	width: 35px;
	border:0px; 
	border-radius: 0;
	font-size:12px; 
	line-height: 1;
	background:#5d302f; 
	color:#fff;
	margin-top: 1px;
	padding:0;
	-webkit-appearance: none;
}

#item_image_bg{
	position:relative;
	background:url(../images/item_bg.png) no-repeat;
	width: 129px;
	height: 184px;	
}

#item_image_bg img{
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto; 
}
.item_info{
	margin-top: 2px;
	background:url(../images/item_desc.png) no-repeat;
	width: 129px;
	height: 36px;
	line-height: 36px;	
	z-index:500;
}

.item_info .info{
	padding-left: 5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
}

#timer_div_title {
    /*position: absolute;
    height: 16px;
    width: 210px;
    top: 10px;
    left: 50%;
    font-size: 16px;
    text-align: center;*/
}
#timer_div_time {
    width: 220px;
    display: table-cell;
    margin: 0px auto;
}

#timer_div_title2 {
height: 16px;
width:550px;
top: 10px;
font-size: 16px;
text-align:center;
}
#timer_div_time2 {
height: 70px;
width:550px;
top: 30px;
/*padding: 10px;*/
}

.timmer_inner_block{
	width: 50px;
	height: 65px;
	background-color: #ffffff14;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	margin: 2px;
	float:left;
	/*opacity:0.2;*/
	/*filter:alpha(opacity=20); */
	
}

.timmer_inner_block2{
	width: 50px;
	height: 65px;
	background-color: #fff;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	margin: 2px;
	display: inline-block;
	opacity: 0.7;
}

#timer_div_time .timmer_inner_block .title{
	text-align:center;
	display: inline-block;
    font-size: 10px;
}

#timer_div_time .timmer_inner_block .count{
	text-align:center;
	line-height: 13px;
    font-weight: 600;
    font-size: 26px;
    margin-top: 8px;
}

#timer_div_time2 .timmer_inner_block2 .title{
	text-align:center;
}

#timer_div_time2 .timmer_inner_block2 .count{
	text-align:center;
	font-weight: bold;
	font-size: 40px;
	/*padding-top: 10px; */
    line-height: 65px;
    vertical-align: middle;
}

.add_to_card {
	font-size:12px;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	width:100%;
}
.add_to_card th {
	padding:15px 20px 16px 20px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.add_to_card th:first-child {
	text-align: left;
	padding-left:20px;
}
.add_to_card tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.add_to_card tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.add_to_card tr {
	text-align: center;
	padding-left:20px;
}
.add_to_card td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.add_to_card td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.add_to_card tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.add_to_card tr:last-child td {
	border-bottom:0;
}
.add_to_card tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.add_to_card tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.add_to_card tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.item_size_12{
	/*font-size: 12px;*/
	/*text-shadow: #666 0px 0px 1px, #666 0px 0px 1px, #666 0px 0px 1px, #666 0px 0px 1px, #666 0px 0px 1px, #666 0px 0px 1px;*/
}

.item_font_family{
	font-family: tahoma;
	/*color:#FFFFFF;*/
}

.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:#d78dab;
	font-weight:bold;
}

.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: #c49900;
}

.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 !important;
}
.item_buble{
    height: 14px;
    line-height: 14px;
    background-color: #622733;
        float: left;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 8px;
    padding: 0 2px 0 2px;
    /*color: #f5ebe4;*/
    border: #9f7e75 solid 1px;
}

.rotate {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.item_filter_content{	
	height:600px;
	width: 285px;
	margin: 15px;
	overflow: auto;
}

/*.modal-header { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }*/
.modal-header  h2 { margin-bottom: 3px; }

.modal-header2 { background: url(../images/hd-bg.png); padding: 18px 18px 0px 18px; border-bottom: 1px solid #CCC;cursor:move;}

.modal-header2  h2 { margin-bottom: 3px; }

.close_b { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/close.png?2); z-index: 2; }

ul.leaders {
    max-width: 30em;
    padding: 0;
    overflow-x: hidden;
        font-size: 15px;
    margin: auto;
    list-style: none}
ul.leaders li:after {
    float: left;
    width: 0;
    color: #d0814d;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
   background-color: #0e0e0e;
   }
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background-color: #0e0e0e;
    position: relative;
    z-index: 1
	}
    
.npc_header a{
	color: #ffffff;
	font-weight: 800;
}
.server-load {
  position: absolute;
  top: 0;
  left: 455px;
  background: url(../images/server-load-bg.png) no-repeat;
  width: 304px;
  height: 167px;
  text-align: center;
  margin: 0 auto;
  padding-left: 2px;
}

.server-load:after{
  content: "";
  position: absolute;
  width: 34px;
  height: 33px;
  background: url(../images/online_1.png) no-repeat;
  left: 134px;
  bottom: 24px;
}

.server-load:before{
  content: "";
  position: absolute;
  width: 34px;
  height: 33px;
  background: url(../images/offline_1.png) no-repeat;
  left: 134px;
  bottom: 24px;
}

.circle-online {
  display: inline-block;
}

.serverInfo {
  position: absolute;
  width: 100px;
  height: 100px;
  padding-top: 32px;
  color: #ffffff;
  text-shadow: 0 0 1px #735bd2, 0 0 2px #735bd2, 0 0 4px #735bd2;
}

.serverInfo span {
  display: block;
  width: 100%;
  line-height: 13px;
  font-weight: 600;
  font-size: 20px;
}
.serverInfo__name {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.serverInfo__online {
  /*color: #30685e;*/
}

@media screen and (max-width: 990px) {
   .mulvlogo {
      display:none;
  }
}
#rulesbox pre{white-space: break-spaces;background-color: inherit;font: inherit;line-height: 1.1em;text-align: justify;padding: 0px;font-family: 'Marcellus SC';color: burlywood;}

/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 500px; background-color: #210f0b;    z-index: 9;}
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: url(../images/mu.gif), url(../images/mu.cur),auto; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move;     background-color: black;}

.shop-product-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-product-list-item{
    display: inline-block;
							  
    width: 22%;
    padding: 15px;
	margin: 5px;
	background-color: #272634;
	border-radius: 10px;
  }
.shop-product-list-item .thumb{
height: 180px;	
line-height: 180px;
}
.shop-product-list-item .thumb > img {
  vertical-align: middle;
  height: 60%;
  max-width: 100%;
}
.shop-product-list-item .detail {
  padding-top: 15px;
  border-top: solid 1px #393749;
  
}
.shop-product-list-item .detail .price {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.card{
	background-color: transparent;
}

/* ------------------- PAGINATION ---------------------- */
 
#pagination {
	color: #4C9AEB;
	font: normal 12px verdana, arial, helvetica, serif;
	line-height: 17px;
	margin: 0;
	padding: 12px 8px 8px 12px;
	-webkit-border-radius: 0 0 6px 6px;  
	-moz-border-radius: 0 0 6px 6px;  
	-khtml-border-radius: 0 0 6px 6px;  
	border-radius: 0 0 6px 6px;
}

#pagination a {
	border: 1px solid #272634;
	background: #21202C;
	color: #8e9091;
	font: bold 12px verdana, arial, helvetica, serif;
	margin-right: 8px;
	padding: 10px 12px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
	
}

#pagination a.on {
	border: 1px solid #ccc; 
	background: #272634;
	color: #ccc; 
	margin-right: 8px;
	padding: 10px 12px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
}

#pagination a:hover {
	border: 1px solid #fff; 
	color: #fff; 
}

#pagination ul {
	height: 21px;
}

#pagination li {
	list-style-type: none;
	float: left;
}

/* ------------------- PAGINATION END ---------------------- */

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	background: black;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

.blue-light {
    background: url(../images/blue-light.png);
    width: 300px;
    height: 300px;
    top: 5px;
    left: 0px;
    position: absolute;
    animation: 12s p-next linear infinite;
    opacity: 0.7;
}

.yellow-light {
    background: url(../images/yellow-light.png);
    width: 300px;
    height: 300px;
    top: 5px;
    left: 0px;
    position: absolute;
    animation: 12s p-prev linear infinite;
    opacity: 0.7;
}

.shop-product-list-item div img{
	height: auto;
    width: auto;
    max-height: 90px;
    max-width: 62px;
    vertical-align: middle;
    -webkit-filter: drop-shadow(0px 5px 5px #000000);
    filter: drop-shadow(0px 5px 5px #000000);
}
.page-ico img{width: 60px;height: 60px;border-radius: 10px;border: 3px solid #666;border-width: 3px 3px 3px 3px;border-style: ridge;    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%);}