﻿@charset "utf-8";
@import "validation.css";
@import "notice.css";
@import "ui.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  height: 100%;
}

body {
  width: 100%;
  background-color: #121212;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #959da7;
}

a {
  transition: all 0.3s ease;
  color: #bb883b;
  text-decoration: none;
}
a:hover {
  transition: all 0.3s ease;
  color: #bb883b;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}

h1, h2, h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  margin-bottom: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 25px 40px 25px 40px;
  /*border: 1px solid #292929;*/
  vertical-align: middle;
}
table td img {
  vertical-align: middle;
  margin-right: 7px;
}
table thead {
  background: #1d1d1d;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
}
table tr td:first-child {
  border-left: none;
}
table tr td:last-child {
  border-right: none;
}

img {
  max-width: 100%;
}

caption {
  margin-bottom: 15px;
}

.registration select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 40px 12px 18px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 450px;
  font-size: 18px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  transition: 0.3s;
  cursor: pointer;
}
.registration select:hover {
  border: 1px solid #bb883b;
  box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}

input, textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 18px;
  position: relative;
  font-size: 18px;
  width: 100%;
  max-width: 450px;
  transition: 0.3s;
}
input:hover, textarea:hover {
  border: 1px solid #bb883b;
  box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}
input:focus, textarea:focus {
  border: 1px solid #bb883b;
  box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button.jpg) no-repeat;
  background-size: cover;
  height: 62px;
  padding: 0px 55px;
  border: none;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 0px 0px 30px 0px rgba(156, 79, 34, 0.5);
  transition: 0.3s;
  font-weight: bold;
}
button:hover, .button:hover {
  filter: brightness(120%);
}

.button {
  display: inline-block;
  text-decoration: none;
  height: 62px;
  line-height: 62px;
}

.green-button {
  background: url(../images/green-button.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 30px 0px rgba(123, 162, 40, 0.5);
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #9d7f55;
}

::-moz-placeholder {
  color: #9d7f55;
}

:-moz-placeholder {
  color: #9d7f55;
}

:-ms-input-placeholder {
  color: #9d7f55;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-s {
  display: flex;
  justify-content: space-between;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bright:hover {
  filter: brightness(120%);
}

.topPanel {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 25px 0px;
  background: url(../images/top-line.png) bottom center no-repeat;
  transition: 0.2s;
}

.topPanel-top {
  background: url(../images/dark-fon.png);
  padding: 10px 0px;
}

.menu {
  margin-left: 30px;
}
.menu li:not(.accp) {
  min-height: 70px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.menu li:not(.accp) a {
  display: flex;
  flex-direction: column;
  color: #bb883b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu li a span {
  font-size: 11px;
  text-transform: none;
  margin-top: 4px;
  color: #959da7;
}
.menu li a:hover {
  filter: brightness(140%);
}
.menu li:nth-child(1):not(.accp) {
  background: url(../images/menu_icon-home.png) left top 5px no-repeat;
  display: none;
}
.menu li:nth-child(2):not(.accp) {
  background: url(../images/menu-icon_1.png) left top 7px no-repeat;
}
.menu li:nth-child(3):not(.accp) {
  background: url(../images/menu-icon_2.png) left top 10px no-repeat;
}
.menu li:nth-child(4):not(.accp) {
  background: url(../images/menu-icon_3.png) left top 7px no-repeat;
}
.menu li:nth-child(5):not(.accp) {
  background: url(../images/menu-icon_4.png) left top 11px no-repeat;
}

.menuBlock-logo img {
  height: 66px;
}

.langBlock {
  position: relative;
}
.langBlock-active {
  position: relative;
  cursor: pointer;
}
.langBlock-active img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 4px;
  transition: 0.3s;
}
.langBlock-active:before {
  content: "";
  position: absolute;
  background: url(../images/arrow-v.png) no-repeat;
  width: 10px;
  height: 6px;
  left: -15px;
  top: 50%;
  margin-top: -3px;
  opacity: 0.15;
  transition: 0.3s;
}
.langBlock-active:hover img {
  border: 1px solid white;
}
.langBlock-active:hover:before {
  opacity: 1;
}
.langBlock-active.active img {
  border: 1px solid white;
}
.langBlock-active.active:before {
  opacity: 1;
  transform: rotate(180deg);
}
.langBlock-content {
  background: url(../images/dark-fon.png);
  padding: 15px 0px;
  position: absolute;
  border-radius: 7px;
  top: 100%;
  left: -63px;
  margin-top: 14px;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}
.langBlock-content:after {
  content: '';
  border: 6px solid transparent;
  border-bottom-color: #222222;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
}
.langBlock-content li a {
  min-width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px;
}
.langBlock-content li a:hover {
  background: rgba(255, 255, 255, 0.05);
}

.drop-button {
  cursor: pointer;
}

.drop-content {
  display: none;
}

header {
  height: 1080px;
  position: relative;
  background: url(../images/fon-bg.jpg) center top no-repeat;
}
header .container {
  height: 1080px;
}

.header-shadow {
  background-image: url(../images/shadow.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 1080px;
  animation: smoke 8s linear infinite;
  animation-fill-mode: forwards;
}

@keyframes smoke {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: 1920px bottom;
  }
}
.langBlock-content {
  display: none;
}

.fastPlayBlock {
  position: absolute;
  left: 0;
  bottom: 355px;
}

.download-button {
  background: url(../images/download-button.jpg) no-repeat;
  width: 324px;
  height: 108px;
  box-shadow: 0px 0px 50px 0px rgba(160, 177, 66, 0.3);
  display: block;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  padding-left: 115px;
  font-weight: 600;
}
.download-button span {
  color: #fff29a;
  font-size: 11px;
  margin-top: 3px;
  font-weight: 400;
  transition: 0.2s;
}
.download-button:hover {
  filter: brightness(120%);
}
.download-button:hover span {
  margin-top: 7px;
}

.fastPlay {
  background: url(../images/dark-fon.png);
  height: 108px;
  width: 258px;
  position: relative;
}
.fastPlay a {
  font-size: 11px;
  color: #fff;
  height: 100px;
  width: 129px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.fastPlay a:hover {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.6));
}
.fastPlay img {
  margin-bottom: 7px;
}
.fastPlay:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  background: rgba(255, 255, 255, 0.05);
  left: 50%;
  top: 24px;
}

.serverBlock {
  position: absolute;
  right: 0;
  bottom: 380px;
}

.radial-stat {
  position: relative;
}

.circle-online {
  background: url(../images/server-bg.png) no-repeat;
  height: 160px;
  width: 160px;
  margin: 0px 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.serverInfo {
  position: absolute;
  width: 100px;
  height: 92px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  padding-top: 25px;
  background: url(../images/arrow-icon.png) center bottom no-repeat;
}
.serverInfo span {
  display: block;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.serverInfo_x {
  font-size: 12px;
  color: #fff;
  margin-bottom: 7px;
}
.serverInfo_online {
  font-size: 24px;
}

.color-orange {
  color: #db5819;
}

.color-green {
  color: #8cc727;
}

.color-red {
  color: #df3b5a;
}

.color-white {
  color: #fff;
}

.infoSeverBlock {
  position: absolute;
  background: url(../images/dark-fon.png);
  padding: 20px 0px;
  width: 200px;
  border-radius: 20px;
  bottom: -20px;
  left: 10px;
  padding-bottom: 200px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  display: none;
}
.infoSeverBlock ul {
  margin-bottom: 20px;
}
.infoSeverBlock ul li a {
  text-align: center;
  display: block;
  color: #867d86;
  font-size: 13px;
  padding: 10px 0px;
}
.infoSeverBlock ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.infoSeverBlock .serverStat > div {
  width: 75px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.infoSeverBlock .serverStat > div:last-child {
  border-left: 0px;
}
.infoSeverBlock .serverStat .login-stat {
  color: #867d86;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 11px;
}
.infoSeverBlock .serverStat .login-stat i {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  margin-bottom: 7px;
}
.infoSeverBlock .serverStat .login-stat i.online {
  background: url(../images/on-icon.png) no-repeat;
}
.infoSeverBlock .serverStat .login-stat i.offline {
  background: url(../images/off-icon.png) no-repeat;
}

.paralax {
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
}
.paralax .sparks_1 {
  background: url(../images/sparks_1.png) no-repeat;
  width: 872px;
  height: 320px;
  left: -210px;
  top: 220px;
  filter: blur(2px);
}
.paralax .sparks_2 {
  background: url(../images/sparks_5.png) no-repeat;
  width: 764px;
  height: 424px;
  left: 410px;
  top: 500px;
  filter: blur(2px);
}
.paralax .feathers {
  background: url(../images/feathers.png) no-repeat;
  width: 352px;
  height: 183px;
  left: 1000px;
  top: 400px;
  filter: blur(2px);
}

.paralax > div {
  position: absolute;
}

.sparks_3 {
  position: absolute;
  background: url(../images/sparks_2.png) no-repeat;
  width: 128px;
  height: 165px;
  bottom: 150px;
  right: 100px;
  animation: sparks_3 3s linear infinite;
  z-index: 1;
  animation-delay: 0.5s;
}

@keyframes sparks_3 {
  0% {
    bottom: 150px;
    right: 100px;
  }
  50% {
    bottom: 250px;
    right: 50px;
    opacity: 1;
    transform: rotate(45deg);
  }
  100% {
    bottom: 350px;
    right: 0px;
    opacity: 0;
    transform: rotate(45deg);
  }
}
.sparks_4 {
  position: absolute;
  background: url(../images/sparks_3.png) no-repeat;
  width: 94px;
  height: 82px;
  bottom: 220px;
  right: 150px;
  animation: sparks_4 2s linear infinite;
  animation-delay: 1s;
  z-index: 1;
}

@keyframes sparks_4 {
  0% {
    bottom: 220px;
    right: 150px;
  }
  95% {
    bottom: 310px;
    right: 0px;
    transform: rotate(45deg);
  }
  100% {
    bottom: 350px;
    right: -30px;
    opacity: 0;
    transform: rotate(45deg);
  }
}
.sparks_5 {
  position: absolute;
  background: url(../images/sparks_4.png) no-repeat;
  width: 191px;
  height: 143px;
  bottom: 160px;
  right: 300px;
  animation: sparks_5 3s linear infinite;
  z-index: 1;
}

@keyframes sparks_5 {
  0% {
    bottom: 160px;
    right: 300px;
  }
  50% {
    bottom: 260px;
    right: 350px;
    opacity: 1;
    transform: rotate(-15deg);
  }
  100% {
    bottom: 360px;
    right: 400px;
    opacity: 0;
    transform: rotate(-30deg);
  }
}
.sparks_6 {
  position: absolute;
  background: url(../images/sparks_3.png) no-repeat;
  width: 94px;
  height: 82px;
  bottom: 250px;
  right: 340px;
  animation: sparks_6 2s linear infinite;
  animation-delay: 1s;
  z-index: 1;
}

@keyframes sparks_6 {
  0% {
    bottom: 250px;
    right: 340px;
  }
  90% {
    bottom: 380px;
    right: 380px;
    transform: rotate(-25deg);
  }
  100% {
    bottom: 430px;
    right: 430px;
    opacity: 0;
    transform: rotate(-25deg);
  }
}
.shadow {
  background: url(../images/shadow.png) no-repeat;
  width: 1920px;
  height: 183px;
  left: 0px;
  top: 400px;
  position: absolute;
}

.newsBlock {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
}
.newsBlock > div {
  width: 50%;
  height: 315px;
}

.swiper-news {
  width: 585px;
  height: 315px;
}
.swiper-news .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsPagination {
  position: absolute;
  background: #0a1218;
  right: 30px;
  bottom: 30px;
  width: 120px;
  height: 35px;
  z-index: 9;
}

.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
  width: 7px;
  height: 13px;
  background-size: 7px 13px;
  margin-top: -7px;
  filter: brightness(3) grayscale(1);
}

.swiper-news .swiper-pagination {
  color: #d0dce0;
  font-size: 15px;
}

.swiper-news .swiper-pagination-current {
  color: #ffc66d;
}

.sliderLogo {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: 5s;
  opacity: 0;
}

.playButtonSlider {
  position: absolute;
  left: 70px;
  top: -55px;
  display: block;
  height: 50px;
  width: 50px;
  background: url(../images/play-button.png) center no-repeat;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: 1.5s;
}

.slider-title {
  position: absolute;
  left: 70px;
  bottom: -140px;
  font-size: 64px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0px;
  background: linear-gradient(to right, #f3f4f6, #8f96aa);
  -webkit-background-clip: text;
  color: transparent;
  padding-right: 20px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
  transition: 1.5s;
}

.swiper-slide-active .sliderLogo {
  opacity: 1;
}
.swiper-slide-active .playButtonSlider {
  top: 55px;
}
.swiper-slide-active .slider-title {
  bottom: 40px;
}

.streamBlock {
  width: 170px;
}
.streamBlock-video {
  display: block;
  width: 170px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.3s;
  z-index: 11;
}
.streamBlock-video_info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.streamBlock-video_info i {
  display: block;
  background: url(../images/play-button.png) no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.streamBlock-video_info span {
  opacity: 0;
  position: absolute;
  right: 10px;
  transition: 0.3s;
}
.streamBlock-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.8);
}
.streamBlock-video:hover {
  width: 210px;
  height: 130px;
  margin-left: -20px;
  margin-top: -12px;
}
.streamBlock-video:hover:after {
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.8), 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}
.streamBlock-video:hover span {
  opacity: 1;
}

.news-block {
  background: url(../images/dark-fon.png);
  height: 315px;
  width: 100%;
  padding: 30px;
}

.news-block-tab-buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.news-block-tab-buttons span {
  display: block;
  height: 35px;
  padding: 0px 14px;
  color: #867d86;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.news-block-tab-buttons span:hover {
  color: #fff;
}
.news-block-tab-buttons span.active {
  color: #fff;
  font-weight: 700;
}
.news-block-tab-buttons span.active:after {
  content: "";
  background: #977035;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.news-message {
  height: 65px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.news-message h3 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 8px;
}
.news-message span {
  color: #867d86;
  font-size: 11px;
}

.tab-block {
  overflow: hidden;
  display: none;
  animation: tab 0.4s linear;
}
.tab-block.active {
  display: block;
}

.news-block-tab {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@keyframes tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.news:last-child {
  margin-bottom: 0px;
}
.news a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0px;
}
.news a:hover {
  color: #bb883b;
}
.news .date {
  color: #867d86;
  font-size: 11px;
}

.color-green {
  color: #7aa528;
}

.color-blue {
  color: #3d89d6;
}

.color-yellow {
  color: #d2be36;
}

.load-more {
  text-align: center;
  padding-top: 20px;
}
.load-more a {
  color: #867d86;
  font-size: 12px;
  position: relative;
}
.load-more a:hover {
  color: #fff;
}
.load-more a:before {
  content: "+";
  margin-right: 5px;
}

.content, #content {
  padding: 40px 0px 60px 0px;
  position: relative;
}

.serversBlock {
  position: relative;
  width: 100%;
}
.serversBlock:after {
  content: "";
  background: url(../images/servers-icon.png) center no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 50%;
  margin-top: -26px;
  opacity: 0.3;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 11px;
}

.server-title {
  font-size: 16px;
  background: url(../images/server-icon.png) left center no-repeat;
  padding: 10px 0px 10px 40px;
  position: relative;
}
.server-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 160px);
  background: rgba(255, 255, 255, 0.06);
  top: 50%;
  margin-top: -1px;
  left: 160px;
}

.servers {
  background: url(../images/servers-bg.jpg) no-repeat;
  width: 100%;
  max-width: 532px;
  height: 322px;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 40px 55px 0px 55px;
}
.servers h2 {
  font-size: 30px;
  color: #bb883b;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 35px;
}

.server-icon {
  position: absolute;
  right: 30px;
  top: -110px;
}
.server-icon img {
  position: relative;
  z-index: 2;
}
.server-icon:after {
  content: "";
  position: absolute;
  width: 268px;
  height: 268px;
  left: -18px;
  top: -12px;
  animation: light_1 15s linear infinite;
}

.server-icon_1 img {
  width: 239px;
  height: 269px;
}
.server-icon_1:after {
  background: url(../images/blue_server.png) no-repeat;
}

.server-icon_2 img {
  width: 245px;
  height: 269px;
}
.server-icon_2:after {
  background: url(../images/red_server.png) no-repeat;
}

@keyframes light_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row-container {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.row-container .serverIn {
  padding: 20px 0px 20px 80px;
  transition: 0.3s;
  width: 50%;
}
.row-container .serverIn p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.row-container .serverIn span {
  font-size: 11px;
}
.row-container .serverIn:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/players-icon.png) left 20px center no-repeat;
}
.row-container .serverIn:nth-child(2) {
  background: url(../images/time-icon.png) left 20px center no-repeat;
}
.row-container .serverIn:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/online-icon.png) left 20px center no-repeat;
}
.row-container .serverIn:nth-child(4) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/events-icon.png) left 20px center no-repeat;
}
.row-container .serverIn:hover {
  padding: 20px 0px 20px 90px;
  box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

.regBlock {
  background: url(../images/reg-bg.jpg) center top no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}
.regBlock .container {
  height: 600px;
  padding-top: 60px;
}

.paralax-hero {
  position: absolute;
  top: 0px;
}

.hero-pal {
  position: absolute;
  background: url(../images/hero.png) no-repeat;
  width: 592px;
  height: 673px;
  left: 600px;
  top: -72px;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}
.formGroup-name {
  position: absolute;
  left: 10px;
  top: -7px;
  display: block;
  background: #171514;
  padding: 0px 5px;
  z-index: 1;
}
.formGroup:hover .formGroup-name {
  color: #bb883b;
}
.formGroup.error .formGroup-name {
  color: #df3b5a;
}
.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.formGroup-2 {
  display: flex;
  justify-content: space-between;
}
.formGroup-2 > div {
  position: relative;
  width: calc(50% - 10px);
}

.regButton {
  margin-top: 50px;
}

.agreement {
  margin-left: 80px;
  color: #867d86;
  font-size: 12px;
  line-height: 1.5;
  background: url(../images/warning-icon.png) left top no-repeat;
  padding-left: 30px;
  z-index: 2;
  position: relative;
}
.agreement a {
  text-decoration: underline;
}
.agreement a:hover {
  text-decoration: none;
}

footer {
  background: url(../images/footer-bg.jpg) center no-repeat;
  position: relative;
  border-top: 1px solid rgba(54, 54, 54, 0.8);
  color: #5d5d5d;
  line-height: 1.4;
}
footer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.7);
}
footer .container {
  height: 490px;
}

.buttonTop {
  position: absolute;
  background: url(../images/arrow-t.png) center no-repeat;
  background-color: #1f1f1f;
  width: 48px;
  height: 26px;
  top: -27px;
  left: 50%;
  margin-left: -24px;
  z-index: 3;
  cursor: pointer;
  border-radius: 6px 6px 0px 0px;
}

.socBlock {
  height: 70px;
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
  position: relative;
}
.socBlock:after {
  content: "";
  position: absolute;
  background: url(../images/top-line.png) bottom center no-repeat;
  width: 1200px;
  height: 16px;
  left: -15px;
  bottom: -10px;
}

.socIcons a {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 20px;
}
.socIcons a:hover {
  filter: brightness(140%);
}
.socIcons .tw {
  background: url(../images/soc-icons.png) 3px center no-repeat;
}
.socIcons .fb {
  background: url(../images/soc-icons.png) -38px center no-repeat;
}
.socIcons .vk {
  background: url(../images/soc-icons.png) -80px center no-repeat;
}

.voteBlock a {
  margin-left: 20px;
}

.footerInfoBlock {
  position: relative;
  z-index: 2;
}
.footerInfoBlock h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #d5d0cb;
  margin-bottom: 35px;
}

.copyBlock {
  float: left;
  width: 25%;
}
.copyBlock a {
  text-decoration: underline;
}
.copyBlock a:hover {
  text-decoration: none;
}

.dkLogo {
  float: right;
  width: 20%;
  text-align: right;
}
.dkLogo img {
  display: inline-block;
  margin-bottom: 31px;
}
.dkLogo a {
  text-decoration: underline;
}
.dkLogo a:hover {
  text-decoration: none;
}

.footerMenuBlock {
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  padding-left: 5%;
}

.footerMenu {
  width: 33.3%;
}
.footerMenu ul li {
  margin-bottom: 15px;
}
.footerMenu ul li a {
  color: #5b5b5b;
  display: block;
  padding-left: 25px;
  position: relative;
}
.footerMenu ul li a:hover {
  color: #bb883b;
  text-decoration: underline;
}
.footerMenu ul li a:hover:before {
  border: 1px solid #bb883b;
}
.footerMenu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #5b5b5b;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  top: 50%;
  margin-top: -4px;
}

.logosBlock {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0px;
}

.modal_div {
  max-width: 532px;
  width: 100%;
  min-height: 582px;
  background: url(../images/modal-content.jpg) center top no-repeat;
  background-size: cover;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -266px;
  margin-top: -50px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 60px 90px 30px 90px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.modal_div h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.modal_div .modal_close {
  width: 40px;
  height: 50px;
  background: #1f1f1f;
  position: absolute;
  border-top: 1px solid #282828;
  color: #000;
  top: 40px;
  right: -40px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.closeButton {
  filter: drop-shadow(0px 0px 10px #b23247);
  margin-top: -2px;
}
.closeButton span {
  width: 10px;
  height: 2px;
  background: #b23247;
  display: block;
  position: relative;
}
.closeButton span:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
}
.closeButton span:nth-child(2) {
  transform: rotate(-45deg);
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: #0f0f0f;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.facebookButton {
  display: block;
  width: 352px;
  height: 46px;
  line-height: 46px;
  background: url(../images/facebook-button.jpg) no-repeat;
  padding-left: 70px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(50, 117, 199, 0.3);
  margin: 0 auto;
}

.or {
  margin: 30px 0px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.or span {
  display: inline-block;
  background: #282b2c;
  padding: 0px 8px;
  z-index: 2;
  position: relative;
}
.or:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.09);
  top: 50%;
  left: 0;
}

.modalForm .formGroup-name {
  background: #2e2a2d;
}

.errorGroup {
  background: url(../images/wrong-icon.png) left 20px top 17px no-repeat;
  background-color: rgba(16, 16, 16, 0.9);
  padding: 17px 20px 17px 50px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  position: absolute;
  left: 100%;
  min-width: 330px;
  color: #fff;
  margin-left: 30px;
  top: -20px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(16, 16, 16, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.formGroup-button {
  margin-top: 40px;
}

.lost-pass {
  color: #867d86;
  font-size: 12px;
  padding: 10px 0px 10px 30px;
  background: url(../images/question-icon.png) left no-repeat;
}
.lost-pass:hover {
  color: #bb883b;
}

.menuButton {
  display: none;
}

.page header {
  background: url(../images/page-fon-bg.jpg) center top no-repeat;
  height: 507px;
}
.page header .container {
  height: 507px;
}
.page .menu {
  margin-left: 10px;
}
.page .menu li:nth-child(1) {
  display: flex;
}
.page .menuBlock-logo {
  display: none;
}
.page .logo {
  position: absolute;
  top: 185px;
  left: 20px;
}
.page .hero {
  background: url(../images/hero_archer.png) no-repeat;
  width: 998px;
  height: 610px;
  position: absolute;
  right: -220px;
  top: 100px;
  z-index: 1;
}

.page-title, .title1 {
  background: url(../images/page-title-bg.png);
  height: 110px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
  margin-top: -150px;
  margin-bottom: 40px;
}
.page-title h1, .title1 h1 {
  margin-bottom: 0px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  z-index: 6;
}
.page-title .formGroup {
  margin-bottom: 0px;
  margin-left: 50px;
  position: relative;
  z-index: 6;
}
.page-title .formGroup-name {
  background: url(../images/page-title-bg.png);
}
.page-title .formGroup select {
  min-width: 250px;
}

.block {
  margin-bottom: 40px;
}
.box-style1, .box-style4{
	z-index: 10;
}
.block-title, .box-style1, .box-style4 {
  position: relative;
  margin-bottom: 40px;
}
.block-title h2 {
  font-size: 16px;
}
.box-style1 h2, .box-style4 h2{
 padding: 10px 15px 10px 40px;
  background: url(../images/block-title-icon.png) left center no-repeat;
  background-color: #121212;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.block-title h2 span {
  padding: 10px 15px 10px 40px;
  background: url(../images/block-title-icon.png) left center no-repeat;
  background-color: #121212;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.block-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  top: 50%;
  left: 0px;
}
.dropdown-menu{
	width: 200px;
}
.dropdown-menu > button.btn{
    padding:0!important
}
.dropdown-menu > li > a{
    display: block !important;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143 !important;
    color: #333;
    white-space: nowrap;
	text-decoration: none;
	height: 25px !important;
	width: 100% !important
}
.dropdown-menu > li > a:hover{
    color: #fec16a !important
}
.lk-coins {
  padding: 0px 5px 15px 5px;
}

.lk-coins .coins {
  float: left;
  color: #ff9b39;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.lk-coins .username {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  float:right;
}
.downloadBlock {
  width: 55%;
  background: url(../images/download-bg.jpg) center no-repeat;
  background-size: cover;
  height: 272px;
  text-align: center;
  padding: 55px 85px 0px 85px;
  color: #867d86;
  box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 6;
}
.downloadBlock-title {
  font-size: 18px;
  margin-bottom: 35px;
}
.downloadBlock-title span {
  font-weight: 600;
  color: #fff;
}
.downloadBlock-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 33.3%;
  border: 1px solid #2d2d2d;
  padding: 18px 0px;
  color: #867d86;
}
.downloadBlock-block img {
  height: 43px;
  margin-bottom: 12px;
}
.downloadBlock-block:hover {
  background: url(../images/download-hover.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.1);
}

.updateBlock {
  width: 45%;
  background: url(../images/update-block-bg.jpg) center no-repeat;
  background-size: cover;
  height: 272px;
  text-align: center;
  padding: 55px 85px 0px 85px;
  color: #867d86;
  position: relative;
  z-index: 6;
  line-height: 1.4;
  font-size: 12px;
}
.updateBlock h3 {
  font-size: 20px;
  font-weight: 600;
}

.rankingsButtonsBlock {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.rankingsButtonsBlock:after {
  content: "";
  background: #1e1e1e;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.rankingsButtons {
  display: inline-flex;
  border-bottom: 1px solid #1e1e1e;
  background: #121212;
  position: relative;
  z-index: 1;
}
.rankingsButtons a {
  display: block;
  padding: 14px 25px 0px 25px;
  color: #867d86;
  margin-right: 3px;
  border-top: 1px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  border-bottom: 1px solid #121212;
  margin-bottom: -1px;
  cursor: pointer;
}
.rankingsButtons a:hover {
  color: #fff;
}
.rankingsButtons a:last-child {
  margin-right: 0px;
  border-right: 0px;
}
.rankingsButtons a:last-child:after {
  content: "";
  background: #1e1e1e;
  height: calc(100% - 10px);
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.rankingsButtons .active {
  color: #fff;
  border-top: 1px solid #977035;
}

.rank {
  background: url(../images/rank-bg.jpg) center no-repeat;
  background-size: cover;
  width: calc(50% - 20px);
  height: 130px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 7;
  display: flex;
  margin-bottom: 40px;
}
.rank-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  background-color: rgba(0, 0, 0, 0.2);
}
.rank-info {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
}
.rank-info_ava {
  background: url(../images/ava_bg.png) no-repeat;
  height: 76px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.rank-info_text {
  width: 230px;
  padding-right: 20px;
}

.rank-nickName {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
}
.rank-nickName b {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 2px 0px;
}
.rank-nickName span {
  font-size: 12px;
  padding-bottom: 2px;
  padding-left: 3px;
}

.rank-lvl {
  color: #867d86;
  font-size: 14px;
}

.rank-kills {
  color: #fff;
  float: right;
}

.tableRank td, .ranking-table td {
  border: none;
  padding: 15px 30px;
}
.tableRank td img, .ranking-table td img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.tableRank thead td, .ranking-table thead td, .main-tr td, .main-tr th{
  padding: 25px 30px;
}
.tableRank tr, .ranking-table tr {
  border-bottom: 1px solid #1e1e1e;
  transition: 0.3s;
}
.tableRank tr:hover, .ranking-table tr:hover {
  border-bottom: 1px solid #bb883b;
}
.tableRank tr:hover td, .ranking-table tr:hover td {
  color: #ffffff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pagination .number {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #959da7;
  font-size: 14px;
  border-radius: 50%;
  margin: 0px 3px;
}
.pagination .number.active {
  border: 1px solid #ad7e38;
  box-shadow: 0px 0px 10px 0px rgba(173, 126, 56, 0.4), inset 0px 0px 10px 0px rgba(173, 126, 56, 0.4);
  color: #fff;
}
.pagination .prev {
  background: url(../images/prev-arrow.png) center no-repeat;
  margin-right: 15px;
}
.pagination .next {
  background: url(../images/next-arrow.png) center no-repeat;
  margin-left: 15px;
}

@media (max-width: 1600px) {
  .page .hero {
    background: url(../images/hero_archer-mobile.png) no-repeat;
    right: 0;
    width: 773px;
  }

  .paralax .sparks_1 {
    left: 0px;
  }

  .paralax .sparks_1 {
    left: 0px;
  }

  .paralax .feathers {
    left: 900px;
  }
}
@media (max-width: 1380px) {
  .sparks {
    display: none;
  }

  .paralax .feathers {
    left: 750px;
  }
}
@media (max-width: 1170px) {
  .topPanel {
    background: url(../images/dark-fon.png);
    padding: 0px 0px;
    height: 60px;
  }

  nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    background: url(../images/dark-fon.png);
    display: none;
  }

  header {
    height: 800px;
  }
  header .container {
    height: 800px;
  }

  .menu {
    display: block;
    height: 100%;
    padding: 20px 20px;
    margin-left: 0px;
    overflow-y: auto;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0px;
  }
  .menu li a {
    font-size: 18px;
    padding-left: 0px;
  }

  .container {
    padding: 0px 15px;
  }

  .content {
    z-index: 8;
    background-color: #121212;
  }

  .socBlock:after {
    display: none;
  }

  .newsBlock {
    display: block;
    bottom: 15px;
  }

  .newsBlock > div {
    width: 100%;
  }

  .newsBlockLeft {
    display: none;
  }

  .fastPlayBlock {
    bottom: auto;
    top: 340px;
  }

  .serverBlock {
    bottom: auto;
    top: 120px;
  }

  .infoSeverBlock {
    padding-top: 200px;
    padding-bottom: 20px;
    bottom: auto;
    top: -20px;
    z-index: 12;
  }

  .circle-online {
    z-index: 14;
  }

  .menuBlock-logo {
    width: calc(100% - 30px);
    position: absolute;
    text-align: center;
    top: 5px;
  }
  .menuBlock-logo img {
    height: 50px;
  }

  .langBlock {
    position: absolute;
    left: auto;
    right: 20px;
    top: 15px;
    z-index: 5;
  }

  .langBlock-content {
    left: auto;
    right: -10px;
  }
  .langBlock-content:after {
    display: none;
  }

  .news a {
    width: 80%;
  }

  .menuButton {
    position: absolute;
    display: block;
    left: 20px;
    top: 22px;
    z-index: 5;
  }
  .menuButton span {
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 3px 0px;
  }

  .page .logo {
    display: none;
  }
  .page .menuBlock-logo {
    display: block;
  }

  body, html {
    overflow-x: hidden;
  }

  .hero {
    z-index: -1;
  }

  .drivers {
    flex-wrap: wrap;
    justify-content: center;
  }
  .drivers img {
    margin: 15px;
  }

  .rankBlock-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rankBlock-block .rank {
    width: 565px;
  }

  .header-shadow {
    background: none;
    animation: none;
  }

  .paralax-sparks {
    display: none;
  }

  .header-shadow {
    animation: none;
  }

  .regBlock {
    z-index: 10;
  }
}
@media (max-width: 1100px) {
  .serversBlock {
    display: block;
  }

  .serversBlock:after {
    display: none;
  }

  .servers {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .downloadBlock-flex {
    flex-wrap: wrap;
  }

  .downloadBlock, .updateBlock {
    width: 100%;
  }

  .errorGroup {
    position: relative;
    left: 0;
    margin-left: 0;
    top: auto;
    width: 100%;
    min-width: auto;
  }
  .errorGroup:before {
    display: none;
  }
}
@media (max-width: 769px) {
  .topPanel {
    height: 60px;
    padding: 0px;
  }

  .menuBlock-logo img {
    height: 50px;
  }

  .footerInfoBlock {
    display: flex;
    flex-wrap: wrap;
  }

  .copyBlock, .dkLogo {
    float: none;
    width: 50%;
    margin-bottom: 30px;
  }

  .footerMenuBlock {
    width: 100%;
  }

  .footerMenu {
    margin-bottom: 30px;
  }

  footer {
    background-size: cover;
    padding-bottom: 30px;
  }

  footer .container {
    height: 100%;
  }

  .logosBlock {
    position: relative;
    bottom: auto;
  }

  .news a {
    width: 300px;
  }

  table td {
    padding: 10px;
  }

  .page-title {
    height: auto;
    padding: 20px 30px;
    margin-top: -40px;
  }

  .page header {
    height: 300px;
  }

  .modal_div .modal_close {
    right: 0;
    top: 0;
  }

  .scroll-tableBlock {
    position: relative;
  }
  .scroll-tableBlock:after {
    content: "";
    background: linear-gradient(to right, rgba(18, 18, 18, 0), #121212 80%);
    width: 20%;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0px;
  }

  .scroll-table {
    overflow: hidden;
    overflow-x: auto;
    position: relative;
  }
  .scroll-table table {
    min-width: 750px;
  }

  .page-title {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-title .formGroup {
    margin-left: 0px;
  }
  .page-title select {
    width: 100%;
  }
  .page-title h1 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .paralax-hero {
    display: none;
  }

  select, input, .formGroup {
    max-width: 100%;
  }
}
@media (max-width: 590px) {
  header {
    height: 1080px;
  }
  header .container {
    height: 1080px;
  }

  .fastPlayBlock {
    flex-wrap: wrap;
  }

  .fastPlayBlock {
    top: 300px;
  }

  .download-button, .fastPlay, .serverBlock {
    width: 320px;
    margin: 0 auto;
  }

  .serverBlock {
    left: 50%;
    margin-left: -160px;
  }

  .circle-online {
    margin: 0px;
  }

  .download-button {
    margin-bottom: 10px;
  }

  .fastPlay a {
    width: 160px;
  }

  .newsBlock {
    bottom: auto;
    top: 650px;
  }

  .newsBlock > div {
    flex-wrap: wrap;
  }

  .streamBlock {
    display: flex;
    width: 100%;
  }
  .streamBlock a {
    width: 33.3%;
  }

  .regBlock .container {
    padding-top: 20px;
  }

  .regButton {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .regButton button, .regButton .button {
    margin-bottom: 20px;
  }

  .servers {
    padding: 20px 20px 0px 20px;
  }

  .agreement {
    text-align: left;
    margin-left: 0px;
  }

  .logosBlock {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .logosBlock img {
    display: block;
    margin: 20px;
  }

  .infoSeverBlock {
    left: 0px;
    width: 160px;
  }

  .page-title h1 {
    font-size: 20px;
  }

  .modal_div {
    max-width: 100%;
    left: auto;
    margin-left: 0px;
    margin-top: -120px;
    padding: 30px 30px 30px 30px;
  }

  .rank-info {
    padding: 10px;
  }

  .rank-info_text {
    width: 180px;
  }
}
@media (max-width: 475px) {
  body {
    overflow-x: hidden;
  }

  .copyBlock, .dkLogo {
    width: 100%;
  }

  .socBlock {
    flex-wrap: wrap;
    justify-content: center;
  }
  .socBlock > div {
    margin: 10px;
  }

  .footerMenuBlock {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footerMenu {
    width: 50%;
  }

  .news-block {
    padding: 30px 5px;
  }

  .news a {
    width: 215px;
  }

  .servers:after {
    right: 0px;
  }

  .downloadBlock, .updateBlock {
    padding: 35px 25px 35px 25px;
    height: auto;
  }

  .servers {
    margin-bottom: 0px;
    margin-top: 30px;
    padding: 80px 20px 20px 20px;
    height: 100%;
    background-size: cover;
  }
  .servers h2 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .server-title span {
    position: relative;
    z-index: 3;
  }

  .facebookButton {
    width: 100%;
    background-size: cover;
  }

  .rank {
    height: 90px;
  }

  .rank-info {
    justify-content: center;
  }

  .rank-info_ava {
    display: none;
  }

  .rankBlock-block .rank {
    width: 100%;
  }

  .page .hero {
    right: -150px;
  }

  .footerInfoBlock h3 {
    margin-bottom: 15px;
  }

  .servers.server_1:after {
    left: 50%;
    margin-left: -112px;
    top: -90px;
  }

  .servers.server_2:after {
    left: 50%;
    margin-left: -123px;
    top: -90px;
  }

  .dkLogo img {
    margin-bottom: 15px;
  }

  .server-icon {
    left: 50%;
  }

  .server-icon_1 {
    margin-left: -110px;
  }

  .server-icon_2 {
    margin-left: -120px;
  }
}
@media (max-width: 365px) {
  .container {
    padding: 0px;
  }

  .row-container .serverIn {
    padding: 20px 0px 20px 20px;
    background: none !important;
  }

  .block-title {
    padding-left: 15px;
  }

  .regBlock {
    text-align: center;
  }

  .registration {
    padding: 0px 10px 0px 10px;
  }
}
@media (max-height: 375px) {
  .menu {
    height: 250px;
  }
}

#pagination {
	margin-top: 15px;
	align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pagination a {
	display: block;
	padding: 7px 10px;
	margin: 0px 3px;
	color: #777a7e !important;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border: none !important;
}

#pagination a:hover, #pagination a.on {	
	border-bottom: 1px solid #000000 !important;
    color: #000 !important;
}

#pagination li {
	list-style-type: none;
	display: flex;

}
#pagination li:before {
	display: none;
}
#pagination #next{
	font-size: 0px;
	background: url(../images/next.png) center top 12px no-repeat;
	width: 30px;
	height: 30px;
}
#pagination #next:hover{
	border-bottom: none !important;
}
#pagination #prev{
	font-size: 0px;
	background: url(../images/prev.png) center top 12px no-repeat;
	width: 30px;
	height: 30px;
}
#pagination #prev:hover{
	border-bottom: none !important;
}


#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: 0.90;
	font: normal 10px Tahoma, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

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

#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#buy_windows, #add_to_card_windows, #select_server, #auction_bet{
	width: 404px;
	padding-bottom: 2px;
	display:none;
	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);  
	z-index:9999;
}
#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: 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 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.modal-header2 { 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; cursor:move;}
.modal-header2  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/close.png); z-index: 2; }

.form {
	margin: 0px auto;
}

.form input:not([type="checkbox"]):not([type="number"]), .form select, .form textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 18px;
  position: relative;
  font-size: 18px;
  width: 100%;
  max-width: 450px;
  transition: 0.3s;
}

.form select {
	__width: 216px;
}
/*
.ranking-table{text-align:center;width:100%;border-collapse:collapse;line-height:26px;background: url(../images/divider4-bg.png) repeat-x left top;}
.ranking-table th{background: url(../images/divider4-bg.png) repeat-x left bottom}
.ranking-table th.end{border-right:0}
.ranking-table td{background: url(../images/divider4-bg.png) repeat-x left bottom}
.ranking-table td.end{border-right:0}
.ranking-table tr{}
.ranking-table tbody tr:hover{
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.4);
}
*/
.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('../images/info.png');
background-position: left center;
}
.s_note {
color: #4F8A10;
background-color: #E8EFD3;
background-image:url('../images/success.png');
background-position: left center;
}
.w_note {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
background-position: left center;
}
.e_note {
color: #D8000C;
background-color: #F7E0CC;
background-image: url('../images/error.png');
background-position: left center;
}

.buttonn {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #660000; 
	border: none;
	width: auto;
	overflow: visible;
	font-size: 1.4em;
	color: #FFF;
	padding: 7px 10px;  
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	font-weight: bold; 
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
} 
.btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }
.tabrow {
	text-align: center;
	list-style: none;
	margin: 0px 0 10px;
	padding: 0;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 12px;
	font-family: verdana;
	position: relative;
}
.tabrow li {
background: #fbb450;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #a34221));
background: -moz-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -webkit-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -o-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -ms-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: linear-gradient(to bottom, #302F2D 5%, #222222 100%);
display: inline-block;
position: relative;
z-index: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #3C3C3C;
text-shadow: 0 1px #000;
margin: 0 -5px;
padding: 0 20px;
border: 1px solid #363434;
}
.tabrow a {
  color:#ffffff;
  text-decoration: none;
}
.tabrow li.selected {
color: #ffffff;
z-index: 2;
-moz-box-shadow: inset 0px 1px 0px 0px #f0a899;
-webkit-box-shadow: inset 0px 1px 0px 0px #f0a899;
box-shadow: inset 0px 1px 0px 0px #f0a899;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #915044), color-stop(1, #552a22) );
background: -moz-linear-gradient( center top, #915044 5%, #552a22 100% );
background-color: #915044;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
font-family: Arial;
font-size: 11px;
color: #ffffff;
text-shadow: 1px 1px 0px #000000;
border: 1px solid #613333;
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 80%;
	bottom: 0;
	left: 0;
	right:0;
	margin:0 auto;
	border-bottom: 1px solid #363636;
	z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
	border: 1px solid #613333;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #232323;
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #232323;
}
.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #5c2f26;
}
.tabrow li.selected:after {
	box-shadow: -2px 2px 0 #5c2f26;
}

.rankings{
	display: none;
}

.custom_button {
	background-color: #252730;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #252730;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	text-align:center;
}
.custom_button:hover {
	text-decoration:none;
}.custom_button:active {
	position:relative;
	top:0px;
}

#ucp_info{
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*background: rgba(255, 255, 255, 0.6);*/
	background: rgba(37,39,48, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.15);
	-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 rgba(255, 255, 255, 0.07);
}
#ucp_info .half {
	float: left;
	width: 50%;
	padding: 5px;
	position:relative;
}
#ucp_info .half table{
	border: 0;
}
#ucp_info .half table td{
	border: 0;
}
#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(223, 221, 221);
}
#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:before {
  content: "";
}
#character-info ul li{
float: left;
padding: 0px;
margin: 0px;
}
#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(37,39,48, 0.6);
border: 1px solid rgba(0, 0, 0, 0.15);
-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;
color: #ff9000;	
}
#character-info div{
padding-left: 10px;
}
#small_menu ul {
	margin: 0px;
	padding: 0px;
}

#small_menu li {
list-style: none;
}
.right { float:right; }
.left{ float:left; }
.fixed{
  position: fixed;
  top: 50px;
  left: 50px;
}
ul#vote-options{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
ul#vote-options { list-style:none; }
ul#vote-options h5{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

#vote-options {
	color:#555;
	font-size:auto;
	line-height:auto;
	list-style-type:none;
	margin:0;
}
ul#vote-options li:before{
	content:"";
}
#vote-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(37,39,48, 0.6);
}

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

#vote-options li button {
	border:1px solid #999;
	line-height:28px;
	margin:6px 0;
	padding:0 5px;
}
#vote-options li h5 {
	color:#444;
	font-weight:bolder;
	font-size:24px;
	border-left:1px solid #453129;
	padding-left:10px;
	margin-left:10px;
}

ul#paypal-options{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
ul#paypal-options li:before{
	content:"";
}
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(37,39,48, 0.6);
}

#paypal-options li h4 {
	color:#444;
	font-weight:bolder;
	font-size:22px;
	padding-left:10px;
	margin-left:10px;
}
#paypal-options li h3 {
	color:#444;
	font-size:18px;
	padding-left:10px;
	margin-left:10px;
}

#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-size : 11px;
background:	#610000;
font-style: oblique;
font-weight: bold;
color:#fff;
} 
ul.style4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

ul.style4 li:not(:first-child) {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #6092db;
}

ul.style4 a {
	color: #575859;
}

ul.style4 .first {
	padding-top: 0px;
	background: none;
}

ul.style4 span a{
	float:right;
	padding-bottom: 4px;
	color: #575859;
}

.avatar_frame {
  padding: 3px;
  border: 1px solid #333333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}


.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-image: url(../images/ws_item_bg.png);
	background-size:136px 140px;
	height: 140px;
}
.each_item .item_footer{
	background: url(../images/ws_item_footer.png);
	background-size:136px 6px;
	height: 6px;
}
.item_image{
	text-align: center;
	height: 140px;
	width: 136px;
}
.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: 460px;
	padding: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#item_buy_right .full{
	margin: 1px;
	padding: 1px;
	width: 457px;
	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: 240px;
	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: 214px;
	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;
	font-size:12px; 
	line-height: 1;
	background:#5d302f; 
	color:#fff;
	margin-top: 1px;
	padding:0;
	-webkit-appearance: none;
	width: 200px !important;
}

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

}
.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(../images/slect_btn.png); 
	width:155px; 
	height:42px;
	font-family:Arial, Helvetica, sans-serif !important; 
	font-size:14px !important; 
	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;
	overflow: hidden !important;
}
.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;
}

#sell_item {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(37,39,48, 0.6);
	padding: 5px;
	-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: 1px solid rgba(0, 0, 0, 0.15);
	display: none;
}

.w-coins, .wcoins {
	color: #CC6600;
	font-weight: bold;
}

.zz-coins, .zzcoins {
	color: #f2c446;
	font-weight: bold;
}

#events div {
	padding: 10px;
	border-bottom: 1px solid rgba(37,39,48, 0.6);
}

#events div small {
	float:right;
	color: #ff9000;

}


#timer_div_title {
position: absolute;
height: 16px;
width:210px;
top: 10px;
left:560px;
font-size: 16px;
text-align:center;
}
#timer_div_time {
position: absolute;
height: 70px;
width:220px;
top: 30px;
left:560px;
}

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

#timer_div_time .timmer_inner_block .title{
	text-align:center;
}

#timer_div_time .timmer_inner_block .count{
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	padding-top:10px;
}

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

.ticket {
	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%;
}
.ticket th {
	padding:15px 10px 16px 0px;
	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);
}
.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;
	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);	
}

.discount_notice{
  margin: 20px auto;
  left:200px;
  width: 280px;
  height: auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 90;
  opacity: 0.9;
}

.discount_notice .content{
	padding:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #6a2f3c;
	font-weight: bold;
	position: relative;
	display:block;
}

.ribbon-discount-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​

.PriorityZero {
	background-color: rgb(230, 138, 138);
}
.PriorityOne {
    background-color: rgb(204, 64, 64);
}
.PriorityTwo {
    background-color: rgb(255, 0, 0);
}
.PriorityThree {
    background-color: rgb(153, 0, 0);
}


.plans {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
}	
.plan {
	background: white;
	border-radius: 6px;
	height: 60px;
	margin: 10px 0;
	opacity: 1;
	padding: 4px 25px;
	width: 100%;
}	
	
.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 {
	background: #660000; 
	border: none;
	border-radius: 4px;
	color: white;
	display: inline-block;
	float: right;
	font-size: 14px;
	margin: 15px 0;
	padding: 7px 16px;
	text-decoration:none;
	
}	
.select:hover {
	background-color:#990000;
	text-decoration:none;
	cursor: painter;
}

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

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

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

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

.active{opacity:1;filter:alpha(opacity=100);}
.nonactive{opacity:0.3;filter:alpha(opacity=30);}
.active:hover, .nonactive:hover{opacity: 0.6;filter: alpha(opacity=60);
	margin-bottom:-1px;
	margin-top:1px;}
.active:active, .nonactive:active{opacity: 1;filter: alpha(opacity=100);
	margin-bottom:-2px;
	margin-top:2px;}
.ref-reward-dropdown {
	position: relative;
	display: inline-block;
}

.ref-reward-dropdown-content {
	display: none;
	position: relative;
	background-color: #f9f9f9;
	min-width: 150px;
	overflow: hidden;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:2500;
	overflow-y: auto;
	max-height:500px;
}

.ref-reward-dropdown-content a {
	color: black;
	padding: 6px 8px;
	text-decoration: none;
	display: block;
}

.ref-reward-dropdown-content a:hover {background-color: #f1f1f1}

.ref-reward-dropdown:hover .ref-reward-dropdown-content {
	display: block;
}


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


#inventoryc {
    background-image:url('../../default_assets/images/inventoryc.png?v1');
    width:395px;
    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;
	width: 110px;
	height: 110px;
}
#inventoryc > div {
    position:absolute;
    background-repeat:no-repeat;
    background-position:center center;
}
#in_weapon { width:90px;height:136px;bottom:0;left:-6px; background-size: contain !important;}
#in_shield { width:60px;height:136px;bottom:0;right:8px; background-size: contain !important;}
#in_helm { width:68px;height:68px;top:2px;left:66px; }
#in_armor { width:72px;height:110px;top:72px;left:40px; background-size: contain !important;}
#in_pants { width:68px;height:68px;bottom:8px;left:82px; background-size: contain !important;}
#in_gloves { width:68px;height:68px;top:116px;right:54px; background-size: contain !important;}
#in_boots { width:68px;height:68px;bottom:8px;right:82px; background-size: contain !important;}
#in_wings { width:138px;height:102px;top:8px;right:-2px; background-size: contain !important;}
#in_zoo { width:42px;height:42px;top:15px;left:10px; background-size: contain !important;}
#in_pendant { width:38px;height:38px;top:20px;right:136px; background-size: contain !important;}
#in_ring1 { width:38px;height:38px;bottom:92px;left:96px; background-size: contain !important;}
#in_ring2 { width:38px;height:38px;bottom:92px;right:96px; background-size: contain !important;}
#in_pentagram { width:64px;height:64px;bottom:8px;right:169px; background-size: contain !important;}
#in_ear1 {  width:32px;height:32px;top:72px;left:0px; background-size: contain !important;} 
#in_ear2 {  width:32px;height:32px;top:72px;left:115px; background-size: contain !important;} 
 .cworkshop{
	display: table;
	margin:  50px auto;
}
.cworkshop .inventoryy{
	background-image: url("../../default_assets/images/inv.png");
	height: 610px;
	width: 311px;
	display:block;
}
.cworkshop .item{
	position: absolute;
	/*top: 0px;*/
	margin-top:10px;
	margin-left:3px;
}
.cworkshop .item>div{
	cursor: pointer;
	border: solid 2px transparent;
}
div[id*="item-slot-occupied-"] img {
	background-color: rgba(31, 31, 31, 0.73);
	
}

div[id*="item-slot-occupied-"] img:hover {
	background-color: rgba(154, 60, 45, 0.43);
}
.cworkshop .item>div.selected{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}

.cworkshop .item .hover_inv:hover{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}
.cworkshop .title{
	margin-top: 13px;
	text-align: center;
	margin-bottom: 30px;
}