﻿.load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body {
  width: 100%;
  background: url(https://i.hizliresim.com/o743lu6.png) center 363px no-repeat, url(https://i.hizliresim.com/molcatb.jpg) center top no-repeat;
  background-color: #000;
  /*font-family: 'Candara', Arial, sans-serif; */
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: #c6e4f5;
}

a {
  transition: all 0.3s ease;
  color: #fff1bb;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}

ul#vote-options{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}
#loading {
  background-image:url(l_bg.png);
  border-radius:0 0 4px 4px;
  color:#fff;
  display:none;
  position:fixed;
  top:0;
  left:48%;
  z-index:1000;
  padding:6px;
}

ul.tabs li.active a.sidebar-title{ -webkit-transition:all 0.8s ease; -moz-transition:all 0.8s ease; -o-transition:all 0.8s ease; transition:all 0.8s ease; }
ul.tabs li a.sidebar-title:hover {  -webkit-filter:brightness(2); -moz-filter:brightness(2); -o-filter:brightness(2); filter:brightness(2); }


table.add_to_card  tr td {padding: 10px;border: 1px solid rgba(255,255,255,0.2);text-align: center;}

table.add_to_card  tr th {padding: 20px 10px}

ul#vote-options { list-style:none; }
ul#vote-options h5{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}

  .flag,.top-guild span img {  border: 1px solid #708391;
    box-shadow: 0px 0px 7px 0px #708391;
    margin-bottom: -3px;}

#vote-options {
  color:#555;
  font-size:auto;
  line-height:auto;
  list-style-type:none;
  margin:0;
}

#vote-options li {
  border-radius:5px;
  line-height:45px;
   margin-top:10px;
  padding:10px;
background:rgba(0,0,0,0.6);
  border-radius: 6px;
  height: 45px;  border: 1px solid rgba(255,255,255,0.1);
}

#vote-options li img {
  width:75px;
  height:45px;
}

#vote-options li button {
    float: right;
}
#vote-options li h5 {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    border-left: 1px solid #453129;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

h1,
h2,
h3 {
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.3;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}

.ranking-table {width: 100%;text-align: center;}

input,
textarea,
select {
  background: #121212;
  border: 1px solid #28334c;
  color: #c6e4f5;
  border-radius: 5px;
  padding: 12px 15px;
  position: relative;
  font-size: 11px;
}



.sidebar_rank td {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 12px 10px;
    border-top: 1px solid #1a212d;
    border-bottom: 1px solid #2b374a;
    font-size: 14px;
}

.sidebar_rank tr:hover td{
    background: #1a212d;
    border-top: 1px solid #2b374a;
    border-bottom: 1px solid #2b374a;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #425173;
}
select {
  -webkit-appearance: none;
  background-image: url(select-icon.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none!important;
  min-width: 200px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
button,
.button {
	color: rgb(0, 255, 0);
  transition: all 0.3s ease;
  cursor: pointer;
  background: none;
  border: 1px solid #9a0b1b;
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
  border-radius: 6px;
  position: relative;
  z-index: 1;
  padding: 14px 30px;
  box-shadow: 0px 0px 8px 0px rgba(255, 111, 111, 0.2), inset 0px 0px 8px 0px rgba(255, 111, 111, 0.2);
  text-decoration: none;
}
button:hover,
.button:hover {
  background: rgba(154, 11, 27, 0.1);
}
td {
  padding: 7px 14px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #517a91;
}
::-moz-placeholder {
  color: #517a91;
}
:-moz-placeholder {
  color: #517a91;
}
:-ms-input-placeholder {
  color: #517a91;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative;
    z-index: 91;
}
.container {
  min-height: 870px;
  display: flex;
  justify-content: space-between;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
  height: 540px;
}
.logo {
  position: absolute;
  top: 95px;
  left: 240px;
  z-index: 4;    width: 614px;
    height: 192px;
    background: url(Logo.png) no-repeat;
}

.logo:before {
content: "";
    width: 614px;
    height: 192px;
    background: url(Logo.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    pointer-events: none;
  transition: all .3s ease;
    /* transform: scale(1.1) skewX(25deg); */
  transform: scale(1.2);
}

.logo:hover:before{
    opacity: .6;
    transform: scale(1);
}


.server-block {
  background: url(server-block-bg.png) no-repeat;
  width: 160px;
  height: 45px;
  position: absolute;
  right: 0px;
  bottom: 150px;
  padding: 43px 25px 40px 125px;
}
.server-block p {
  font-size: 14px;
  color: #fce180;
  margin-bottom: 7px;
}
.server-block p span {
  float: right;
  display: block;
  position: relative;
  right: -2px;
  top: -2px;
  height: 17px;
  width: 17px;
}

.top-player-block table {width: 100%}

.server-block .progress-bar-bg {
  background: #000;
  margin-bottom: 7px;
}
.server-block .progress-bar-bg .progress-bar {
  height: 3px;
  margin: 2px 0px 2px 0px;
}
.server-block .server-status {
  color: #466577;
}
.server-block.online p span {
  background: url(status-icon.png) no-repeat;
}
.server-block.online .progress-bar-bg .progress-bar {
  background: #95ff38;
  box-shadow: 0px 0px 5px 2px rgba(149, 255, 56, 0.5);
}
.server-block.online .server-status span {
  color: #95ff38;
}
.server-block.offline p span {
  background: url(status-icon.png) no-repeat;
  -webkit-filter: hue-rotate(280deg) saturate(800%);
  filter: hue-rotate(280deg) saturate(800%);
}
.server-block.offline .progress-bar-bg .progress-bar {
  background: #f43705;
  box-shadow: 0px 0px 5px 2px rgba(244, 55, 5, 0.5);
}
.server-block.offline .server-status span {
  color: #f43705;
}
.bottom-block {
  position: absolute;
  width: 1280px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 12px;
  z-index: 3;
}
.menu {
  width: 980px;
  margin-left:auto;
  margin-right:auto;
}
.menu li {
  display: inline-block;
  border-right: 1px solid #1b2631;
  position: relative;    z-index: 991;
  transition: background 0.3s ease;
}
.menu li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #c6e4f5;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    padding: 0px 24px 0px 25px;
    height: 75px;
}
.menu li a:hover {
  color: #ffeed8;
  text-shadow: 0px 0px 5px rgba(142, 170, 91, 0.3);
}
.menu li a:hover:after {
  width: 50%;
}
.menu li a:hover:before {
  width: 50%;
}
.menu li a:after {
  content: "";
  height: 1px;
  width: 0px;
  background: #adaba9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: width .5s ease;
}
.menu li a:before {
  content: "";
  height: 1px;
  width: 0px;
  background: #adaba9;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transition: width .5s ease;
}
.menu li:last-child {
  border-right: none;
}
.menu li:nth-child(1) {
  background: url(anasayfa.png) center -3px no-repeat;
}
.menu li:nth-child(2) {
  background: url(kayitol.png) center -3px no-repeat;
}
.menu li:nth-child(3) {
  background: url(download.png) center -3px no-repeat;
}
.menu li:nth-child(4) {
  background: url(siralama.png) center -3px no-repeat;
}
.menu li:nth-child(5) {
  background: url(rehber.png) center -3px no-repeat;
}
.menu li:nth-child(6) {
  background: url(kcsatinals.png) center -3px no-repeat;
}
.menu li:nth-child(7) {
  background: url(forum.png) center -3px no-repeat;
}
.menu li:nth-child(8) {
  background: url(discords.png) center -3px no-repeat;
}
.menu li:hover {
  background-position: center -10px;
}
.menu .active a {
  color: #ffeed8;
  text-shadow: 0px 0px 5px rgba(142, 170, 91, 0.3);
}
.menu .active a:after {
  content: "";
  height: 1px;
  width: 50%;
  background: #adaba9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: width .5s ease;
}
.menu .active a:before {
  content: "";
  height: 1px;
  width: 50%;
  background: #adaba9;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transition: width .5s ease;
}
.social-block a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
  margin: 0px 1px;
}
.social-block a:hover {
  filter: drop-shadow(0px 0px 10px rgba(189, 16, 39, 0.8));
}
.social-block .tw {
  background: url(social-icons.png) 0px 0px no-repeat;
}
.social-block .fb {
  background: url(social-icons.png) -37px 0px no-repeat;
}
.social-block .yt {
  background: url(social-icons.png) -74px 0px no-repeat;
}
.language-block {
  position: relative;
  margin-left: 20px;
}
#hidden-check {
  display: none;
}
.block-toggler {
  position: relative;
  cursor: pointer;
  color: #395362;
  text-decoration: none;
}
.block-toggler img {
  border: 1px solid rgba(178, 205, 221, 0.2);
  margin: 0px 0px -3px 5px;
}
.block-toggler span {
  color: #c6e4f5;
}
.block-toggler:before {
  border: 5px solid transparent;
  border-top-color: #37505f;
  position: absolute;
  right: 100%;
  content: '';
  margin: 4px 4px 0px 0px;
}
.hidden-block {
  background: #121212;
  border: 1px solid #28334c;
  border-radius: 5px;
  position: absolute;
  left: -40px;
  opacity: 0;
  padding: 20px 0px;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  margin-top: 15px;
  min-width: 170px;
  z-index: 3;
}
.hidden-block:after {
  border: 7px solid transparent;
  border-bottom-color: #28334c;
  position: absolute;
  bottom: 100%;
  content: '';
  margin-left: 24px;
}
.hidden-block li {
  display: block;
}
.hidden-block a {
  display: block;
  padding: 7px 40px;
  text-decoration: none;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  color: #c6e4f5;
}
.hidden-block a:hover {
  background: #1a212d;
  border-top: 1px solid #2b374a;
  border-bottom: 1px solid #2b374a;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  color: #fff1bb;
}
.hidden-block a:hover:before {
  content: ">";
  position: absolute;
  margin-left: -12px;
}
.block-toggler:focus ~ .hidden-block,
.block-toggler:active ~ .hidden-block {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.big-light {
  position: absolute;
  background: url(big-light.png) no-repeat;
  width: 355px;
  height: 364px;
  left: -153px;
  bottom: -35px;
  animation-name: big-light;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes big-light {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(380deg);
  }
}
.small-light {
  position: absolute;
  background: url(small-light.png) center no-repeat;
  width: 465px;
  height: 163px;
  left: -5px;
  bottom: 129px;
  animation-name: small-light;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes small-light {
  0% {
    transform: scale(0.1);
  }
  20% {
    transform: scale(0.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(0.1);
  }
}
.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}
.sparks-1 {
  background-image: url(sparks-1.png);
  width: 117px;
  height: 136px;
  right: 377px;
  bottom: 99px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sparks-2 {
  background-image: url(sparks-2.png);
  width: 219px;
  height: 176px;
  right: 350px;
  bottom: 116px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}
.sparks-3 {
  background-image: url(sparks-3.png);
  width: 438px;
  height: 281px;
  right: 277px;
  bottom: 109px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-3;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes sparks-1 {
  0% {
    right: 380px;
    bottom: 100px;
    opacity: 0;
  }
  33% {
    right: 390px;
    bottom: 110px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 400px;
    bottom: 120px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 410px;
    bottom: 130px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 360px;
    bottom: 130px;
    opacity: 0;
  }
  33% {
    right: 370px;
    bottom: 140px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 380px;
    bottom: 150px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 390px;
    bottom: 160px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 300px;
    bottom: 130px;
    opacity: 0;
  }
  33% {
    right: 320px;
    bottom: 150px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 340px;
    bottom: 170px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 360px;
    bottom: 190px;
    opacity: 0;
    transform: scale(1.1);
  }
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 680px;
  position: relative;
  background: url(content-bg.jpg);
  line-height: 1.4;
  padding: 0px 0px 40px 0px;
}
.content img {
/*    max-width: 620px; */
  max-width: 678px;
/*  border: 1px solid rgba(198, 228, 245, 0.2); */
  box-shadow: 0px 7px 7px -1px rgba(0, 0, 0, 0.3);
}
.page-content {
  padding: 25px 25px 40px 25px;
  width: 630px;
}
.page-content img {
  max-width: 628px;
  border: 1px solid rgba(198, 228, 245, 0.2);
}
.news {
  margin-bottom: 50px;
}
.news .news-title {
  background: url(news-title-bg.png);
  border: 1px solid rgba(198, 228, 245, 0.1);
  margin-bottom: 2px;
}
.news .news-title h2 {
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 1.3;
}
.news .news-title a {
  display: block;
  padding: 23px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #c6e4f5;
  font-size: 16px;
}
.news .news-title:hover {
  filter: hue-rotate(20deg);
}
.news .news-img {
  margin-bottom: 5px;
}
.news .news-text {
  margin-bottom: 25px;
  font-family: Tahoma, Geneva, sans-serif;
}
.news .news-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #507285;
  background: url(read-more-bg.png) center top no-repeat;
  min-height: 54px;
  position: relative;
}
.news .news-info span {
  color: #be1a2d;
}
.news .news-info .read-more {
  position: absolute;
  width: 108px;
  left: 50%;
  top: 4px;
  padding: 12px 5px;
  text-align: center;
  margin-left: -60px;
  font-size: 14px;
}
.news-text,
.news-info,
.news-button {
  padding: 0px 25px;
}
#pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
#pagination a {
  margin: 0px 7px;list-style: none;
}
#pagination a.on {
  display: inline-block;vertical-align: top;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border: 1px solid rgba(141, 121, 81, 0.6);
  border-radius: 50%;
  color: #d5d5d5;
}
#pagination a {
  text-decoration: none;
  display: inline-block;vertical-align: top;
  height: 30px;
  width: 30px; margin: 0 5px;
  line-height: 30px;
   border: 1px solid rgba(141, 121, 81, 0);
  border-radius: 50%;
  cursor: pointer;
}
#pagination a:hover {
  border: 1px solid rgba(141, 121, 81, 0.6);
  color: #d5d5d5;
} 
#pagination #prev,
#pagination #next {
  border: none;
  border-radius: 0px;
  width: 29px;
  height: 7px;    margin-top: 10px;
  font-size: 0px;text-indent: -9999px;
}

#pagination ul li:before {content: ""}

#pagination .prev:hover,
#pagination .next:hover {
  border: none;
}
#pagination #prev {
  background: url(../p-prev.html) no-repeat;
}
#pagination #next {
  background: url(../p-next.html) no-repeat;
} 

#pagination .pag:hover {
  border: 1px solid #990b1b;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px #990b1b;
  color: #c6e4f5;
}
#pagination .active {
  border: 1px solid #990b1b;
  box-shadow: 0px 0px 4px 0px #990b1b;
  color: #c6e4f5;
}
.to-top {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 62px;
  width: 100%;
  background: url(bg-to-top.png) no-repeat;
  margin-bottom: -25px;
}
#toTop {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: -3px;z-index: 999;
  left: 50%;
  margin-left: -27px;
  cursor: pointer;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  width: 290px;
}
.sidebar-block {
  outline: 1px solid rgba(198, 228, 245, 0.07);
  background: #121212 url(sidebar-block-bg.png) center bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.sidebar-title {
  background: url(sidebar-title-bg.jpg) no-repeat;
  height: 62px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.sidebar-title1 {
  background: url(sidebar-title-bg.jpg) no-repeat;
  height: 62px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.sidebar-title:after {
  content: "";
  background: url(sidebar-title-img.png) no-repeat;
  width: 64px;
  height: 76px;
  position: absolute;
  right: -10px;
  top: -12px;
}
.login-block p {
  margin-bottom: 10px;
}
.login-block form {
  padding: 0px 10px;
}
.login-block input {
  width: 238px;
}
.login-block select {
  width: 270px;
}
.login-block .login-button {
  width: auto;
}
.login-block .select {
  margin-bottom: 15px;
}
.login-block .links a {
  text-decoration: none;
  color: #c6e4f5;
}
.login-block .links a:hover {
  text-decoration: underline;
}
.bottom-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 12px 10px;
  border-top: 1px solid #1a212d;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
}
.top-player span {
  color: #c6e4f5;
  position: relative;
  padding: 1px 0px;
}

.top-player span#num-0,
.top-player span#num-1,
.top-player span#num-2 {font-size: 0;position: relative;}
.top-player span#num-0:after {
    content: "";
    width: 42px;
    height: 31px;
    background: url(top-one-icon.png);
    display: block;
    position: absolute;
    left: -16px;
    top: -13px;
}

#rat-0,
#rat-1,
#rat-2 {font-size: 0;position: relative;}
#rat-0:after {
    content: "";
    width: 42px;
    height: 31px;
    background: url(top-one-icon.png);
    display: block;
    position: absolute;
       left: -7px;
    top: 4px;
}

#rat-1:after {
    content: "";
    width: 42px;
    height: 31px;
     background: url(top-two-icon.png);
    display: block;
    position: absolute;
      left: -7px;
    top: 4px;
}


#rat-2:after {
    content: "";
    width: 42px;
    height: 31px;
    background: url(top-three-icon.png);
    display: block;
    position: absolute;
       left: -7px;
    top: 4px;
}


#login_input {position: relative;text-indent: 30px}
#password_input  {position: relative;text-indent: 30px}

.top-player span#num-1:after {
    content: "";
    width: 42px;
    height: 31px;
    background: url(top-two-icon.png);
    display: block;
    position: absolute;
    left: -16px;
    top: -13px;
}  

   
.top-player span#num-2:after {
    content: "";
    width: 42px;
    height: 31px;
    background: url(top-three-icon.png);
    display: block;
    position: absolute;
    left: -16px;
    top: -13px;
}

.login-block p {position: relative;}

.login-block p:nth-child(1):before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;z-index: 99;
    top: 13px;
    left: 13px;
}


.login-block p:nth-child(2):before {
         content: "\f09c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;z-index: 99;
    line-height: 1;
    position: absolute;
    top: 13px;
    left: 13px;
}
  



.login-block p:after {
    content: "";
    height: 30px;
    width: 1px;
    display: block;
    position: absolute;  
    left: 36px;
    top: 4px;
    background: rgba(255,255,255,0.2);
}

.login-block p:last-child:after {background: none;height: 0;display: none}

.login-block p:last-child:before {content: "";}

.top-player span:nth-child(4n+1) {
  width: 25px;
  display:flex;
}
.top-player span:nth-child(4n+2) {
  width: 40px;
}
.top-player span:nth-child(4n+3) {
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-player span:nth-child(4n+4) {
    min-width: 40px;
    padding-right: 7px;
    color: #fff;
    text-align: right;
    text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
}
.top-player span:nth-child(4n+5) {
  width: 50px;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(255, 64, 50, 0.8);
  text-align: right;
  padding-right: 6px;
}
.top-player span img {
  border: 1px solid #708391;
  box-shadow: 0px 0px 7px 0px #708391;
  margin-bottom: -3px;
} 
.top-player span b {
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: -8px;
  color: #ef4c4c;
  text-shadow: 0px 0px 10px #ff4032;
}
.top-player:hover {
  background: #1a212d;
  border-top: 1px solid #2b374a;
  border-bottom: 1px solid #2b374a;
}
.top-player:hover span {
  color: #fff1bb;
}
.bottom-more {
  display: flex;
  border-top: 1px solid #1a212d;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px 0px 15px;
}
.bottom-more span {
  color: #e41d32;
}
.bottom-more a {
  padding: 10px 20px;
}
.top-guild span {
  color: #c6e4f5;
  position: relative;
  padding: 1px 0px;
}
.top-guild span:nth-child(2n+1) {
  width: 30px;
}
.top-guild span:nth-child(2n+2) {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-guild span:nth-child(2n+3) {
  width: 30px;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
  text-align: right;
}
.top-guild:hover {
  background: #1a212d;
  border-top: 1px solid #2b374a;
  border-bottom: 1px solid #2b374a;
}
.top-guild:hover span {
  color: #fff1bb;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  width: 290px;
}
.download-reg-block {
  width: 317px;
  position: relative;
  margin-bottom: 5px;
  margin-top: -27px;
}
.right-button a {
  display: block;
  width: 282px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.right-button a p {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 5px;
}
.right-button a:hover {
  transform: scale(1.02);
}
.download-button a {
  background: url(Fx.png) no-repeat;
  height: 76px;
  padding: 49px 0px 0px 35px;
}
.registration-button a {
  background: url(Fx.png) 0px -125px no-repeat;
  height: 80px;
  padding: 34px 0px 0px 35px;
}
.fast-links a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 12px 38px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  position: relative;
}
.fast-links a:hover {
  color: #fff1bb;
  background: #1a212d;
  border-top: 1px solid #2b374a;
  border-bottom: 1px solid #2b374a;
  padding: 12px 45px;
}
.fast-links a:before {
  content: ">";
  position: absolute;
  left: 25px;
}
.facebook-app {
  width: 240px;
  margin: 0 auto;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
    padding: 0px;
    /*background: url(body-bg-bottom.jpg) center top no-repeat;*/
    height: 805px;
    margin-top: -600px;
    margin-bottom: -200px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    position: relative;
    color: #466577;
    z-index: 1;
}

.footer  .inner {padding-top: 650px; display: flex;
  justify-content: space-between;}

.footer a {
  color: #e41d32;
  text-decoration: none;
}
.footer .left-footer-block {
  width: 300px;
  text-align: center;
}
.footer .right-footer-block {
  width: 980px;
}
.f-logo {
  position: relative;
  margin-top: -30px;
}
.f-menu {
  text-align: center;
  border-bottom: 1px solid rgba(198, 228, 245, 0.1);
}
.f-menu li {
    display: inline-block;
    padding: 0px 11px 60px 12px;
}
.f-menu li a {
  padding: 0px 18px;
  text-transform: uppercase;
  color: #466577;
  font-size: 14px;
  position: relative;
  padding-bottom: 59px;
}
.f-menu li a:hover {
  color: #c6e4f5;
}
.f-menu li a:hover:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #c6e4f5;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.f-menu .active a {
  color: #c6e4f5;
}
.f-menu .active a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #c6e4f5;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.templstock {
  width: 300px;
  text-align: center;
  float: right;
  margin-top: 40px;
}
/*# sourceMappingURL=style.css.map */



.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(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 .et{background-position:0 -1344px;}
.f16 .fi{background-position:0 -1360px;}
.f16 .fj{background-position:0 -1376px;}
.f16 .fm{background-position:0 -1392px;}
.f16 .fo{background-position:0 -1408px;}
.f16 .fr{background-position:0 -1424px;}  
.f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:0 -1424px;}
.f16 .ga{background-position:0 -1440px;}
.f16 .gb{background-position:0 -1456px;}  
.f16 .sh{background-position:0 -1456px;}
.f16 .gd{background-position:0 -1472px;}
.f16 .ge{background-position:0 -1488px;}
.f16 .gg{background-position:0 -1504px;}
.f16 .gh{background-position:0 -1520px;}
.f16 .gi{background-position:0 -1536px;}
.f16 .gl{background-position:0 -1552px;}
.f16 .gm{background-position:0 -1568px;}
.f16 .gn{background-position:0 -1584px;}
.f16 .gp{background-position:0 -1600px;}
.f16 .gq{background-position:0 -1616px;}
.f16 .gr{background-position:0 -1632px;}
.f16 .gt{background-position:0 -1648px;}
.f16 .gu{background-position:0 -1664px;}
.f16 .gw{background-position:0 -1680px;}
.f16 .gy{background-position:0 -1696px;}
.f16 .hk{background-position:0 -1712px;}
.f16 .hn{background-position:0 -1728px;}
.f16 .hr{background-position:0 -1744px;}
.f16 .ht{background-position:0 -1760px;}
.f16 .hu{background-position:0 -1776px;}
.f16 .id{background-position:0 -1792px;}
.f16 .mc{background-position:0 -1792px;}
.f16 .ie{background-position:0 -1808px;}
.f16 .il{background-position:0 -1824px;}
.f16 .im{background-position:0 -1840px;}
.f16 .in{background-position:0 -1856px;}
.f16 .iq{background-position:0 -1872px;}
.f16 .ir{background-position:0 -1888px;}
.f16 .is{background-position:0 -1904px;}
.f16 .it{background-position:0 -1920px;}
.f16 .je{background-position:0 -1936px;}
.f16 .jm{background-position:0 -1952px;}
.f16 .jo{background-position:0 -1968px;}
.f16 .jp{background-position:0 -1984px;}
.f16 .ke{background-position:0 -2000px;}
.f16 .kg{background-position:0 -2016px;}
.f16 .kh{background-position:0 -2032px;}
.f16 .ki{background-position:0 -2048px;}
.f16 .km{background-position:0 -2064px;}
.f16 .kn{background-position:0 -2080px;}
.f16 .kp{background-position:0 -2096px;}
.f16 .kr{background-position:0 -2112px;}
.f16 .kw{background-position:0 -2128px;}
.f16 .ky{background-position:0 -2144px;}
.f16 .kz{background-position:0 -2160px;}
.f16 .la{background-position:0 -2176px;}
.f16 .lb{background-position:0 -2192px;}
.f16 .lc{background-position:0 -2208px;}
.f16 .li{background-position:0 -2224px;}
.f16 .lk{background-position:0 -2240px;}
.f16 .lr{background-position:0 -2256px;}
.f16 .ls{background-position:0 -2272px;}
.f16 .lt{background-position:0 -2288px;}
.f16 .lu{background-position:0 -2304px;}
.f16 .lv{background-position:0 -2320px;}
.f16 .ly{background-position:0 -2336px;}
.f16 .ma{background-position:0 -2352px;}
.f16 .md{background-position:0 -2368px;}
.f16 .me{background-position:0 -2384px;}
.f16 .mg{background-position:0 -2400px;}
.f16 .mh{background-position:0 -2416px;}
.f16 .mk{background-position:0 -2432px;}
.f16 .ml{background-position:0 -2448px;}
.f16 .mm{background-position:0 -2464px;}
.f16 .mn{background-position:0 -2480px;}
.f16 .mo{background-position:0 -2496px;}
.f16 .mq{background-position:0 -2512px;}
.f16 .mr{background-position:0 -2528px;}
.f16 .ms{background-position:0 -2544px;}
.f16 .mt{background-position:0 -2560px;}
.f16 .mu{background-position:0 -2576px;}
.f16 .mv{background-position:0 -2592px;}
.f16 .mw{background-position:0 -2608px;}
.f16 .mx{background-position:0 -2624px;}
.f16 .my{background-position:0 -2640px;}
.f16 .mz{background-position:0 -2656px;}
.f16 .na{background-position:0 -2672px;}
.f16 .nc{background-position:0 -2688px;}
.f16 .ne{background-position:0 -2704px;}
.f16 .ng{background-position:0 -2720px;}
.f16 .ni{background-position:0 -2736px;}
.f16 .nl{background-position:0 -2752px;}  
.f16 .bq{background-position:0 -2752px;}
.f16 .no{background-position:0 -2768px;}  
.f16 .bv, .f16 .nq, .f16 .sj{background-position:0 -2768px;}
.f16 .np{background-position:0 -2784px;}
.f16 .nr{background-position:0 -2800px;}
.f16 .nz{background-position:0 -2816px;}
.f16 .om{background-position:0 -2832px;}
.f16 .pa{background-position:0 -2848px;}
.f16 .pe{background-position:0 -2864px;}
.f16 .pf{background-position:0 -2880px;}
.f16 .pg{background-position:0 -2896px;}
.f16 .ph{background-position:0 -2912px;}
.f16 .pk{background-position:0 -2928px;}
.f16 .pl{background-position:0 -2944px;}
.f16 .pr{background-position:0 -2960px;}
.f16 .ps{background-position:0 -2976px;}
.f16 .pt{background-position:0 -2992px;}
.f16 .pw{background-position:0 -3008px;}
.f16 .py{background-position:0 -3024px;}
.f16 .qa{background-position:0 -3040px;}
.f16 .re{background-position:0 -3056px;}
.f16 .ro{background-position:0 -3072px;}
.f16 .rs{background-position:0 -3088px;}
.f16 .ru{background-position:0 -3104px;}
.f16 .rw{background-position:0 -3120px;}
.f16 .sa{background-position:0 -3136px;}
.f16 .sb{background-position:0 -3152px;}
.f16 .sc{background-position:0 -3168px;}
.f16 .sd{background-position:0 -3184px;}
.f16 .se{background-position:0 -3200px;}
.f16 .sg{background-position:0 -3216px;}
.f16 .si{background-position:0 -3232px;}
.f16 .sk{background-position:0 -3248px;}
.f16 .sl{background-position:0 -3264px;}
.f16 .sm{background-position:0 -3280px;}
.f16 .sn{background-position:0 -3296px;}
.f16 .so{background-position:0 -3312px;}
.f16 .sr{background-position:0 -3328px;}
.f16 .st{background-position:0 -3344px;}
.f16 .sv{background-position:0 -3360px;}
.f16 .sy{background-position:0 -3376px;}
.f16 .sz{background-position:0 -3392px;}
.f16 .tc{background-position:0 -3408px;}
.f16 .td{background-position:0 -3424px;}
.f16 .tg{background-position:0 -3440px;}
.f16 .th{background-position:0 -3456px;}
.f16 .tj{background-position:0 -3472px;}
.f16 .tl{background-position:0 -3488px;}
.f16 .tm{background-position:0 -3504px;}
.f16 .tn{background-position:0 -3520px;}
.f16 .to{background-position:0 -3536px;}
.f16 .tr{background-position:0 -3552px;}
.f16 .tt{background-position:0 -3568px;}
.f16 .tv{background-position:0 -3584px;}
.f16 .tw{background-position:0 -3600px;}
.f16 .tz{background-position:0 -3616px;}
.f16 .ua{background-position:0 -3632px;}
.f16 .ug{background-position:0 -3648px;}
.f16 .us{background-position:0 -3664px;}
.f16 .uy{background-position:0 -3680px;}
.f16 .uz{background-position:0 -3696px;}
.f16 .va{background-position:0 -3712px;}
.f16 .vc{background-position:0 -3728px;}
.f16 .ve{background-position:0 -3744px;}
.f16 .vg{background-position:0 -3760px;}
.f16 .vi{background-position:0 -3776px;}
.f16 .vn{background-position:0 -3792px;}
.f16 .vu{background-position:0 -3808px;}
.f16 .ws{background-position:0 -3824px;}
.f16 .ye{background-position:0 -3840px;}
.f16 .za{background-position:0 -3856px;}
.f16 .zm{background-position:0 -3872px;}
.f16 .zw{background-position:0 -3888px;}
.f16 .sx{background-position:0 -3904px;}
.f16 .cw{background-position:0 -3920px;}
.f16 .ss{background-position:0 -3936px;}
.f16 .nu{background-position:0 -3952px;}
.f16{
  float:left;
}
/*End Events widget styles*/



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

/* AUCTION */
.inv { 
table-layout : fixed;
background-color : #212121; 
border : 1px solid #100f0d; 
margin : 0px;
padding : 0px;
} 

.waretitle { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px;
background: #610000;
font-style: oblique;
font-weight: bold;
color:#fff;
} 


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




.swi  {
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    border: 1px solid #9a0b1b;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
    border-radius: 6px;
    position: relative;
    z-index: 1;
    padding: 14px 30px;
    box-shadow: 0px 0px 8px 0px rgba(255, 111, 111, 0.2), inset 0px 0px 8px 0px rgba(255, 111, 111, 0.2);
    text-decoration: none;
}

.swi  {
    padding: 10px 20px;
    margin-top: 10px;display: table;
}

.infos {text-align: right;float: right;}

.swi:hover {
    background: rgba(154, 11, 27, 0.1);
}

.timmer_inner_block{
  -moz-border-radius:.3em;
  -webkit-border-radius:.3em;
  border-radius:.3em;
  margin: 2px;
  float:left;
  width: 72px;
  height: 77px;
  background-color: #162538ad;
  border: 1px solid #3d646f;
}

#timer_div_time .title1{
  text-align:center;
  color: #e46060 !important;
  padding-top:10px;
  z-index: 9999;
}

#timer_div_time .timmer_inner_block .title{
  text-align:center;
  color: #9E856A;
  font-size: 11px;
  padding-top: 6px;
  text-shadow: rgba(0, 0, 0, 0.31) 0px 1px 0px;
}

#timer_div_time .timmer_inner_block .count{
  text-align:center;
  font-weight: bold;
  font-size: 27px;
  padding-top: 13px;
  color: #d8ea94;
  text-shadow: 0px 0px 19px #a6dbe9;
}




.time {
    position: absolute;
    right: 100px;
    top: 250px;
    width: 312px;
}

.title2 {
    font-size: 19px;
    padding: 10px 0;
    font-weight: 500;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px #000;
}
.i_note,
.s_note,
.w_note,
.e_note {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 40px;
    background-repeat: no-repeat;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    text-align: left;
}
.i_note {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
    background-position: left center;
}
.s_note {
    color: #4F8A10;
    background-color: #E8EFD3;
    background-image: url('success.png');
    background-position: left center;
}
.w_note {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
    background-position: left center;
}
.e_note {
    color: #ffefe0;
    /* width: 535px; */
    padding: 20px 15px 20px 70px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: rgba(255, 42, 42, 0.4) url(error_icon.png) no-repeat 10px 50%;
}



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

div.message-box {
    background: #111;
    background: rgba(0, 0, 0, .8);
    margin: 0 0 10px 0;
    padding: 10px;
    width: 300px;
    color: #888;
    font-size: 13px;
    font-family: 'PT Sans Narrow', Ubuntu, Tahoma, Arial, sans-serif;
    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    -o-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    -webkit-text-shadow: 0 1px 0 #000;
    -moz-text-shadow: 0 1px 0 #000;
    -o-text-shadow: 0 1px 0 #000;
    text-shadow: 0 1px 0 #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

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

div.message-box div.success {
    color: #61cd07;
    font-size: 14px;
    font-family: 'PT Sans Narrow', Ubuntu, Tahoma, Arial, sans-serif;
    margin: 0 0 10px 0;
}

div.message-box div.error {
    color: #FC0F0F;
    font-size: 14px;
    font-family: 'PT Sans Narrow', Ubuntu, Tahoma, Arial, sans-serif;
    margin: 0 0 10px 0;
}

div.message-box a.message-close {
    background: #000 url('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;
}



.disc-img {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 10px;
}
.disc-img img {
  height: 36px;
  width: 36px;
  transition: all 0.4s ease;
}
 .disc-info {

  font-size: 10px;
  line-height: 1.3;
}
.disc-info .disc-info-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
}
.disc-info .disc-info-title:hover {
  text-decoration: underline;
}
.disc-block {
  padding: 15px 30px;
  border-bottom: 1px dotted #201f22;
}
.disc-block:last-child {
  border-bottom: none;
}
.disc-block:hover {
  background: rgba(255, 255, 255, 0.04);
}
.disc-block:hover img {
  border-radius: 50%;
}

.blur-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  opacity: 0.7;
}



/*Events widget styles*/
.sliderEvents {
    font-family: 'Calibri', sans-serif;
    width: 350px;
    height: 540px;
    position: fixed;
    left: -340px;
    top: 8%;
    margin: 0 0 0 0;
    z-index: 999;
    background: url(event_time.png) no-repeat;
}

#eventsTime {
    color: #fff;
    width: 310px;
    height: 424px;
    float: left;
    margin-top: 50px;
    padding-left: 19px;
    overflow:  auto;
}

 

.sliderEvents li {
    list-style:none;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 17px solid #23201c;
}

.sliderEvents li i {
    font-size: 12px;
    color: #b1b1b1;
    font-style: italic;
    text-transform: lowercase;
    float: left;
    margin: -25px 162px;
    padding: 10px 0px 0 0;
    width: 38px;
}

.sliderEvents li span {
    font-size: 14px;
    color: #d6d58c;
    font-weight: bold;
}

.sliderEvents li small {
    font-size: 14px;
    margin: -15px 6px;
    color: orange;
    float: right;
}


#events li {
    list-style:none;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #23201c;
}
#events li i {
    font-size: 12px;
    color: #b1b1b1;
    font-style: italic;
    text-transform: lowercase;
    float: left;
    margin: -25px 162px;
    padding: 10px 0px 0 0;
    width: 38px;
}

#events li span {
    font-size: 12px;
    color: #599456;
    font-weight: bold;
}

#events li small {
    font-size: 12px;
    margin: -15px 6px;
    color: orange;
    float: right;
}


.sliderEvents .eventsButton {
    color: #393126;
    width: 30px;
    height: 30px;
    float: right;
} 

.sliderEvents .eventsButton button {
    background: url(event_icon.gif) no-repeat;
    width: 112px;
    height: 135px;
    border: none;
    margin-left: 42px;
    outline: none;
    opacity: 1;
    position: fixed;
    z-index: 1;box-shadow: none;
    float: right;
    color: #333;
    font-size: 17px;
    padding-top: 40px;
    text-align: center;
    cursor: pointer; 
}

.sliderEvents .closeBtn {
    background: url(close_inv.png) no-repeat; 
    width: 67px;
    height: 30px;
    border: none;
    outline: none;
    position: absolute;
    bottom: 20px;
    left: 35%;
    opacity: 1;
}

#eventsTime::-webkit-scrollbar{
    width:6px
}
#eventsTime::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
#eventsTime::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top,
                        #46363f 0%,
                        #768271fc 50%,
                        #768271fc 51%,
                        #46363f 100%);
}


#eventsTime::-webkit-scrollbar-thumb:window-inactive{
    background:rgba(255,0,0,.4)
}


.ranking-table th {
    text-decoration: none;
    padding: 12px 10px;
    /* border-bottom: 1px solid #1a212d; */
    font-size: 12px;
    color: #c6e4f5;
    border: 1px solid #858e97;
}

.ranking-table td {
    border: 1px solid #858e97;
    border-bottom: 1px solid #858E97;
    color: #CCD1D7;
    /* background: #202e3c; */
    padding: 11px 8px;
}

.ranking-table tr:hover th,
.ranking-table tr:hover td {
    background: #1a212d;
    border-top: 1px solid #2b374a;
    border-bottom: 1px solid #2b374a;
}

.ranking-table img {
    max-width: 678px;
    border: none;
    box-shadow: none;
}


.w-coins, .zz-coins {
    padding: 8px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 2px;
    /* display: table; */
    margin: 10px 20px;
}
.w-coins3, .zz-coins {
    padding: 8px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 2px;
    /* display: table; */
    margin: 10px 20px;
}
.w-coins1, .zz-coins {
    padding: 8px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 2px;
    /* display: table; */
    margin: 10px 20px;
}
.w-coins2, .zz-coins {
    padding: 8px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 2px;
    /* display: table; */
    margin: 10px 20px;
}
.w-coins span, .zz-coins span {color: #9870d6;}
.w-coins1 span, .zz-coins span {color: #53feff;}
.w-coins2 span, .zz-coins span {color: #8e96ff;}
.w-coins3 span, .zz-coins span {color: #49ff61;}


#ucp_info {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(20, 23, 28, 0.23);
    border: 1px solid rgb(25, 29, 34);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    border-bottom: 1px solid rgb(66, 75, 84);
}
#ucp_info .half {
  float: left;
  width: 47%;
  padding: 5px;
  position:relative;
}
#ucp_info  .full {
  width: 100%;
}
*#ucp_info .half table {
  margin-left: auto;
  margin-right: auto;
}
#ucp_info td {
  padding: 2px;
}
#ucp_info .half:first-child {
  border-right: 1px solid rgb(255, 255, 255, 0.5);
}
#character-info{
width: 100%;
height: auto;
margin: 0 auto;
padding: 0px;
}
#character-info ul{
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px;
}
#character-info ul li{
float: left;
padding: 0px;
margin: 0px;
}

#character-info ul li:before,#paypal-options li:before {content: "";margin: 0;}

#character-info tbody tr {
background: none;
border: none;
}
#character-info tbody tr td {
    width: 50%;
    margin: 0 auto;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(20, 23, 28, 0.23);
    border: 1px solid rgb(66, 75, 84);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
}
#character-info tbody tr td a{
font-size: 14px;
font-weight: bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
color:#b8ab7e;  
}
#character-info div{
padding-left: 10px;
}

#character-info table {width: 100%}


.plans {
  list-style: none;
  margin: 0;
  padding: 10px 0px;
} 
.plan {
  background:rgba(0,0,0,0.6);
  border-radius: 6px;
  height: 60px;  border: 1px solid rgba(255,255,255,0.1);
  margin: 10px 0;
  opacity: 1;
  padding: 4px 25px;
  width: 94%;
} 
  
.price {
  border-radius: 100%;
  cursor: default;
  display: block;
  float: left;
  height: 46px;
  line-height: 46px;
  margin: 8px 10px 0 0;
  text-align: center;
  width: 46px;
}     
.price-green {
  background-color: #e1f1d1;
  color: #52b327;
  font-weight: bold;
}
    
.price-red {
  background-color: #f1e1d1;
  color: #b35227;
}
    
    
.details {
  color: #222;
  display: block;
  float: left;
  height: 46px;
  margin: 8px 0;
  padding: 0px 10px;
}
  

.plan-title {
  font-size: 17px;
  font-weight: normal;
  margin: 2px 0 0;
  padding: 0;
  text-transform: uppercase;
}
      
.plan-description {
  color: #666;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
    
    
.select {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../button.html) no-repeat;
    height: 41px;
    line-height: 41px;
    width: 165px;
    box-sizing: border-box;
    font-size: 12px;
    border: none;
    color: #fff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding: 0px 15px;
    display: inline-block;
    text-decoration: none !important;
    float: right;
    margin-top: 10px;
}

.select:hover {
  background: url(../button-hover.html) no-repeat;
}

table {width: 100%}


ul#paypal-options{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}
ul#paypal-options { list-style:none; }
ul#paypal-options h4{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}
ul#paypal-options h3{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}

#paypal-options {
  color:#555;
  font-size:auto;
  line-height:auto;
  list-style-type:none;
  margin:0;
}

#paypal-options li {
    border-radius: 5px;
    line-height: 45px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.08);
}

#paypal-options li h4 {
    color: #ccc;
    font-weight: 500;
    font-size: 16px;
    width: 10%;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
#paypal-options li h3 {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block;
    width: 60%;
    vertical-align: top;
}




.download-block-btns a{
  background: none;
  color: #efe6d9;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  padding: 7px 20px;  text-decoration:none;
  text-align: left;
  width: 90%;
  border-bottom: solid 1px #3d372c;
}
.download-block-btns a:hover{
  text-decoration: none;
  padding-left: 30px;
/*  border-radius:10px; */
  font-weight: bold;
  transition: all 0.5s ease;
  background:#00000033;
}

.size-box{
  text-decoration: none;
  padding: 8px;
  margin-left: 380px;
  margin-top: -35px;
  border-radius:5px;
  border: 1px solid #3d372c;
  font-weight: bold;
  transition: all 0.5s ease;
  background:#00000029;
  position: absolute;
  color:#8d8476;
}

.download-block-btns .name {
    font-size: 15px;
    color: #d1c4ad;
    font-weight: 500;
    text-shadow: 1px 1px 8px #000;
    margin-bottom: 5px;
    margin-top: 5px;  text-decoration:none;
}

.download-block-btns .name:hover{
  color: #fff;
  font-weight: bold;
  text-decoration:none;
  text-shadow: 1px 1px 8px #000;
  margin-bottom: 5px;
  margin-top: 5px;
}

.download-block-btns .size{
  font-size: 12px;
  color: #8d8477;
  text-transform: none;
}
.download-block-btns .icon{
  float: right;
  margin: 4px;
  color: #cfcfcf;
  font-size: 27px;
  background: url(arrow-r.png) no-repeat;
  transform: rotate(180deg);
}

.download-button button {
  background: url(../download-button.png.html) no-repeat;
  width: 230px;
  margin-left: 753px;
  height: 50px;
  border: none;
  text-align: left;
  font-size: 12px;
  color: #d0b259;
  text-shadow: 1px 1px 8px #000;
  padding-left: 24px;
  border: 1px solid #304b00;
}
.download-button span {
  display: block;
  font-size: 18px;
  color: #dfdfdf;
  text-shadow: 1px 1px 8px #000;
  margin-top: -4px;
}

.download-block-guide ul{
  margin-bottom: 40px;
}
.download-block-guide li{
  margin-bottom: 10px;
  position: relative;
  color: #efe6d9;
}
.download-block-guide li:before{
  content: "-";
  margin-right: 10px;
  color: #efe6d9;
}
.download-block-guide .text{
  line-height: 1.6;
}

.download_box  {
  border-collapse:collapse;
  border-spacing:0;
  width: 100%;
  }

.download_box td{
  font-family:Calibri, sans-serif;
  font-size:12px;
  padding:10px 5px;
  overflow:hidden;
  word-break:normal;
  width: 50%;
  }

.download_box th{
  font-family:Calibri, sans-serif;
  font-size:12px;
  font-weight:normal;
  padding:10px 5px;
  overflow:hidden;
  word-break:normal;
  }

.download_box .tg-baqh{
  text-align:center;
  }
.download_box .tg-u8a4{
  text-decoration:underline;
  font-family:Calibri, sans-serif !important;;
  background-color:#18161b;
  color:#d1c4ad;
  text-align:center;
  vertical-align:top;
  border-bottom: 1px solid #18161b;
  }

.download_box .tg-u8a4:hover{
  text-decoration:underline;
  font-family:Calibri, sans-serif !important;;
  background-color:#c173736e;
  color:#28d142;
  text-align:center;
  vertical-align:top;
  }


.download_box .tg-9ewa{
  color: #d1c4ad;
  text-align:center;
  vertical-align:top;
  border-top: 1px solid #3d372c;
  border-bottom: 1px solid #3d372c;
  font-style: italic;
  background: #0000001f;
  }
  
.drivers_box  {margin-top: 30px;border-collapse:collapse;border-spacing:0; width: 100%;}
.drivers_box td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;overflow:hidden;word-break:normal;}
.drivers_box th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;overflow:hidden;word-break:normal;}
.drivers_box .tg-mn6s{color:#9b9b9b;text-align:center;vertical-align:top}

.drivers_box .tg-baqh{
  color: #d1c4ad;
  font-size: 11px;
  text-align:center;
  vertical-align:top;
  border-top: 1px solid #3d372c;
  border-bottom: 1px solid #3d372c;
  font-style: italic;
  background: #0000001f;
  }

.drivers_box .tg-0g0b{text-decoration:underline;font-family:Tahoma, Geneva, sans-serif !important;color:#9b9b9b;text-align:center;vertical-align:top;}

.driver_icon {
  border-radius: 20px;
  border: 1px solid #161616;
  width: 75%;
}


.server {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(142,227,255,.06);
} 
.server .server-x {
  width: 74px;
  height: 74px;
  text-align: center;margin-top: 0px;vertical-align: top;
  line-height: 74px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.server .server-info {
  width: 196px;
  color: #eef7ff;
}
.server .server-info span {
  color: #657793;
}
.server .server-info span b {
  color: #65a1ff;
  font-weight: normal;
}
.server .server-progress {
  background: rgba(0, 0, 0, 0.8);
  height: 3px;
  margin: 8px 0px;
}
.server .server-progress span {
  width: 100%;
  height: 3px;
  display: block;  


}  
.server .server-description a {
  color: #65a1ff;
  text-decoration: underline;
  font-size: 10px;
}
.server .server-description a:hover {
  text-decoration: none; 
}
.server:last-child {
  border-bottom: none;
}
.blue .server-x {
  background: url(server-blue-img.png) center no-repeat;
  color: #8ecbff;
}



.blue .server-progress span {
  background: #00baff;
  box-shadow: 0px 0px 10px 0px rgba(0, 186, 255, 0.6);
}
.pink .server-x {
  background: url(server-pink-img.png) center no-repeat;
  color: #ffbae3;
}
.pink .server-progress span {
  background: #ff0096;
  box-shadow: 0px 0px 10px 0px rgba(255, 0, 150, 0.6);
}
.green .server-x {
  background: url(server-green-img.png) center no-repeat;
  color: #deffba;
}
.green .server-progress span {
  background: #7fff18;
  box-shadow: 0px 0px 10px 0px rgba(127, 255, 24, 0.6);
}

.server-name span {float: right}


.l2b_modal_-wrp{min-height:100vh;width:100%;max-width:100%;overflow-y:auto;display:flex;align-items:center;justify-content:center}
.l2b_modal_def{max-width:400px;width:100%;position:relative;background-color:#fff;color:#000;box-sizing:border-box;padding:0;z-index:100;overflow:auto}
.l2b_hidden{transition: .3s;visibility:hidden;opacity:0}
.l2b_visible{visibility:visible;opacity:1}
.l2b_modal_close{position:absolute;right:0;top:0;cursor:pointer}
#l2b_modal_back{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;box-sizing:border-box;overflow-y:auto;background-color:rgba(0,0,0,0.8);z-index:9999;display:none}
.l2b_modal_it{border:3px
solid rgba(0, 0, 0, 0.24);background-color:rgb(34, 36, 41);color:rgb(211, 201, 206);border-radius:10px;max-width:500px;box-shadow:0px 12px 25px rgba(0, 0, 0, 0.7 )}
.l2b_modal_title{    margin-bottom: 0;background:url(maintitle.png) repeat-x top;color:#d3c9ce;background-size:100% 100%;padding:13px
10px 14px 25px;font-size:14px;font-weight:300}
.l2b_modal_p{text-align:center;line-height:20px;padding:4px
0 0 0;}
.l2b_modal_btn-wrp{display:flex;justify-content:space-around;flex-wrap:wrap}
.l2b_modal_btn{display:inline-flex;padding:5px
15px;border:2px
solid rgba(49, 65, 82, 0.69);background-color:rgba(39, 76, 114, 0.35);color:rgb(255, 255, 255);cursor:pointer;border-radius:5px;transition: .3s all;margin:10px;min-width:160px;text-align:center;align-items:center;justify-content:center;text-decoration:none}.l2b_modal_btn:hover{background-color:rgb(45,81,111)}

.warning-text-red {
    background: #34484a;
    padding: 5px 10px;
    position: relative;
    top: 10px;
    font-size: 13px;
    color: #fff;
}
.warning-text-green {
    background: #1b3371;
    padding: 5px 10px;
    position: relative;
    top: 10px;
    font-size: 19px;
    color: #fff;
}
.warning-text-blue {
    background: #223c13;
    padding: 5px 10px;
    position: relative;
    top: 10px;
    font-size: 13px;
    color: #fff;
}
.news li:before {
    content: '»';
    margin-right: 15px;
    color: #8595f1;
}

/* TABLE */
.table_dark {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
/*  width: 640px; */
  text-align: left;
  border-collapse: collapse;
  background: #252F48;
/*  margin: 10px; */
}
.table_dark th {
  color: #EDB749;
  border-bottom: 1px solid #37B5A5;
  padding: 12px 17px;
}
.table_dark td {
  color: #CAD4D6;
  border-bottom: 1px solid #37B5A5;
  border-right:1px solid #37B5A5;
  padding: 7px 17px;
}
.table_dark tr:last-child td {
  border-bottom: none;
}
.table_dark td:last-child {
  border-right: none;
}
/*
.table_dark tr:hover td {
  text-decoration: underline;
}
*/
/* END TABLE */
#warn-info {
    position: relative;
    background: #225350  url(ico-warn.png) no-repeat 12px center;
    border: solid 1px #f89406;
    border-radius: 3px;
    padding: 10px 0px;
    padding-left: 48px;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #fff;
    margin: 13px 0px 10px auto;
}

.content-readmore {
    background: #9a0b1b;
    padding: 8px 12px;
    color: #fff;
    font-size: 16px;cursor: pointer;
    border-radius: 10px 0 10px 0;
    margin: 22px 0;
    display: table;
}

.content-body {
    background: url(news-title-bg.png);
    border: 1px solid rgba(198, 228, 245, 0.1);
    margin-bottom: 2px;padding: 10px;display: none;
}
.content-body img {max-width: 100%}

.news.no-li li:before {content:"";display:none}

.market_item {margin-bottom: 15px;padding: 0 10px}
.market_item .market_img {
    width: 65px;
    border: 1px solid rgba(255,255,255,0.2);
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 66px;
}

.market_item .market_img img {max-width: 90%;line-height: 66px;}

.market_item .market_desc {

    width: 66%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;


}
.market_item .market_desc .market_name {color: #fff;font-weight: 700;padding-bottom: 10px}
.market_item .market_desc .market_name a {text-decoration: none;}
.market_item .market_desc .market_price {color: #fff1bb;font-size: 13px}
.market_item .market_desc .market_buy {margin-top: 10px}
.market_item .market_desc .market_buy a {
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    border: 1px solid #9a0b1b;
    font-size: 11px;display: table;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(216, 122, 115, 0.8);
    border-radius: 6px;
    position: relative;
    z-index: 1;
    padding: 8px 30px;
    box-shadow: 0px 0px 8px 0px rgba(255, 111, 111, 0.2), inset 0px 0px 8px 0px rgba(255, 111, 111, 0.2);
    text-decoration: none;
}

.market_item .market_desc .market_buy a:hover {
    background: rgba(154, 11, 27, 0.1);
}


.ranking-table a {text-decoration: none}

#item_filter_overlay{
  position: absolute;
    height:400px;
    width:300px;
  display:none;
  z-index:9999;
}
#item_filter{
  width: 300px;
  height:710px;
  padding-bottom: 2px;
  background: #FFF;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
  -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);   
}
.item_filter_content {
    height: 600px;
    width: 265px;
    /* margin: 15px; */
    overflow: auto;
    color: #000;
}


#item_filter button {background: #000;color: #fff}

.form {
  margin: 0px auto;
}

.form input:not([type="checkbox"]):not([type="number"]), .form select, .form textarea {
  padding: 7px 9px;
  margin: 2px 0;
/*  border: 1px solid #CCC; 
  border-bottom-color: #B3B3B3; */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
/*  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); */
  width: 200px;
}

.form select {
  width: 216px;
}

.modal-header2 {position: relative;}
.modal-header2 a.close {position: absolute;top: 0;right: 5px;}

.wh_items{
  width: 261px;
  margin:2px auto;
  padding-top:6px;
  padding-left:3px;
  height:485px;
}

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

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



#sell_item {
    display: none;
}


.video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video  iframe {width: 100%;height:431px}


#select_server .modal-header { background: url(news-title-bg.png);
    border: 1px solid rgba(198, 228, 245, 0.1);  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; }
#select_server .modal-header  h2 {    display: block;
    padding: 23px 25px;
    text-decoration: none;
    text-transform: uppercase;margin: 0;
    color: #c6e4f5;
    font-size: 16px; }
#select_server .close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; z-index: 2; color: #fff;text-decoration: none;font-size: 16px }
#select_server{
  width: 404px;
  padding-bottom: 2px;
  display:none;
  background: #000;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
  -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
  z-index:9999; 
}   


.tabrow li {display:inline-block;vertical-align:top;margin:10px;}

.tabrow {  
margin-bottom:15px;
text-align:center;
display: flex;
      }
      
.tabrow.row2 li {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.items {
    text-align: center;
}

.items a {
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 5px;
}

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

}

.item_info .info .btimes {
    color: #ed7876;
}

.item_info .info .goldcr {
    color: #ffaf04;
}

.item_info .info .normalcr {
    color: #d9a08a;
}

#buy_buttons {
    margin-right: 10px;
    width: 99%;
}

#buy_buttons button {
    margin: 2px;
}

.buy_button {
    background: url(slect_btn.png);
    width: 155px;
    height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    border: 0;
    float: right;
}

.buy_button:hover {
    cursor: pointer;
}

.payment-method-button {
    margin: 4px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: auto;
    float: left;
}

.payment-method-button label {
    float: left;
}

.payment-method-button label span {
    text-align: center;
    padding: 3px 0px;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    cursor: pointer;
}

.payment-method-button label input {
    position: absolute;
    top: -20px;
}

.auction_bet_button {
    margin: 0 auto;
    background: #660000;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    text-align: center;
    padding: 3px 0px;
    display: block;
    width: 220px;
    height: 35px;
    cursor: pointer;
}

.span_red {
    background: #660000;
    color: #fff;
}

.span_XXX {
    color: #fff;
}







#slides {
    position: relative;
    height: 300px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
 
.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
 
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
 
.showing {
    opacity: 1;
    z-index: 2;
}

.slide {
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
}
 
.slide:nth-of-type(1) {
    background: red;
}
.slide:nth-of-type(2) {
    background: orange;
}
.slide:nth-of-type(3) {
    background: green;
}
.slide:nth-of-type(4) {
    background: blue;
}
.slide:nth-of-type(5) {
    background: purple;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}