html {
  height: auto !important;
}

#timer_div_title {
  position: absolute;
  height: 16px;
  width: 210px;
  top: 100px;
  right: 70px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-family: Cambria;
  text-shadow: 1px 1px 2px rgb(42, 38, 41);
}

#timer_div_time {
  position: absolute;
  height: 70px;
  width: 220px;
  top: 120px;
  right: 70px;
}

.timmer_inner_block {
  width: 50px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.55);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  margin: 2px;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #946666;
  /* opacity: 0.6; */
  font-size: 11px;
  text-align: center;
}

#timer_div_time .timmer_inner_block .title {
  text-align: center;
  font-size: 11px;
  padding: 3px;
  color: lightblue;
}

#timer_div_time .timmer_inner_block .count {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding-top: 7px;
  text-shadow: #000 0px 0px 3px;
  color: #fff;
}

body {
  width: 100%;
  background: url(header_background.png) top center no-repeat,
    url(bottom_bg.png) bottom center no-repeat;
  background-color: #121a25;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #61738e;
  line-height: 1;
}

a {
  transition: all 0.3s ease;
  color: #c8ddf1;
  text-decoration: none;
}

a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

h1,
h2,
h3 {
  color: #c8ddf1;
  margin-bottom: 20px;
  line-height: 1.5;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

input:not(.SpecificButton),
textarea {
  background-color: #131f2d;

  border: 1px solid #2c3545;

  color: #7d8a9f;

  padding: 5px 10px;

  font-size: 12px;

  position: relative;

  border-radius: 3px;

  transition: all 0.5s ease;

  width: calc(100% - 20px);
}

input:not(.SpecificButton):focus,
textarea:focus {
  border: 1px solid #424e63;
}

input:not(.SpecificButton):hover,
textarea:hover {
  border: 1px solid #424e63;
}

button,
.button {
  transition: all 0.3s ease;

  cursor: pointer;

  background: url(button.jpg) center no-repeat;

  background-size: cover;

  border: none;

  color: #c3eaee;

  text-transform: uppercase;

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

  position: relative;

  z-index: 1;

  padding: 10px 20px;

  display: inline-block;
}

.green-button {
  background: url(green-button.jpg) center no-repeat;

  background-size: cover;

  box-shadow: 0px 0px 20px 0px rgba(119, 240, 241, 0.2);
}

.button-small {
  padding: 4px 12px;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #485365;
}

::-moz-placeholder {
  color: #485365;
}

:-moz-placeholder {
  color: #485365;
}

:-ms-input-placeholder {
  color: #485365;
}

.wrapper {
  width: 1200px;

  margin: 0 auto;

  position: relative;
}

.flex-center {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.light {
  background: url(light-bg.jpg);

  box-shadow: 0px 12px 30px -5px rgba(0, 0, 0, 0.1),
    0px -12px 30px -5px rgba(0, 0, 0, 0.1);
}

.container {
  min-height: 1050px;

  display: flex;

  position: relative;
}

.container:before {
  content: "";

  background: url(left-container-icon.png) no-repeat;

  left: -35px;

  top: -34px;

  width: 74px;

  height: 73px;

  position: absolute;

  z-index: 1;
}

.container:after {
  content: "";

  background: url(right-container-icon.png) no-repeat;

  right: -35px;

  top: -34px;

  width: 74px;

  height: 73px;

  position: absolute;
}

.top-panel {
  height: 64px;

  background: rgba(0, 0, 0, 0.5);

  width: 100%;

  position: absolute;

  z-index: 10;

  transition: all 1s ease;
}

.top-panel .top-panel-container {
  width: 1200px;

  margin: 0 auto;
}

.top-panel:hover {
  background: rgba(0, 0, 0, 0.7);
}

.menu li {
  display: inline-block;

  margin: 0px 12px;

  padding: 0px;

  background: none;
}

.menu li a {
  display: block;

  line-height: 63px;

  text-transform: uppercase;

  color: #b7cdef;

  padding: 0px 16px;
}

.menu li a:hover {
  color: #c8ddf1;

  border-bottom: 1px solid rgba(200, 221, 241, 0.5);

  text-shadow: 0px 0px 10px rgba(200, 221, 241, 0.7);
}

.menu li:first-child {
  margin: 0px 12px 0px 0px;
}

.language-block a {
  display: inline-block;

  height: 22px;

  width: 22px;

  margin: 0px 5px;

  opacity: 0.9;
}

.language-block a:hover {
  opacity: 1.9;
}

.language-block .eng {
  background: url(eng-icon.png) no-repeat;
}

.language-block .rus {
  background: url(rus-icon.png) no-repeat;
}

/* Header

-----------------------------------------------------------------------------*/

header[class="header"] {
  height: 480px;

  position: relative;
}

.char {
  position: absolute;

  left: -147px;

  bottom: -78px;

  background: url(char.png) no-repeat;

  width: 651px;

  height: 500px;

  z-index: 2;

  transition: all 0.8s ease;

  transform: scale(1);

  opacity: 1;

  display: block;

  cursor: pointer;
}

.char:hover {
  filter: drop-shadow(0px 0px 10px rgba(162, 229, 241, 0.2));
}

.char.small {
  transform: scale(0.7);

  opacity: 0.1;
}

.logo {
  width: 100%;
  top: 64px;
  height: 416px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: stretch; 
}

.logo > :first-child {
  align-self: flex-start;
}

.custom-recatpcha iframe {
  transform: scale(0.82);
  transform-origin: 0 0;
}

.logo > :last-child {
  align-self: center;
  margin-top: 75px;
}

.start-game {
  width: 100%;

  bottom: 110px;

  position: absolute;
}

.start-game a {
  display: block;

  background: url(start-game-button.png) no-repeat;

  width: 297px;

  height: 71px;

  line-height: 71px;

  margin: 0 auto;

  text-align: center;

  text-transform: uppercase;

  font-size: 18px;

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

/* Left Sidebar

-----------------------------------------------------------------------------*/

.left-sidebar {
  width: 285px;

  background: url(sidebar-bg.jpg);

  margin-bottom: 110px;

  position: relative;
}

.left-sidebar:after {
  content: "";

  background: url(left-sidebar-icon.png) no-repeat;

  left: -4px;

  bottom: -4px;

  width: 25px;

  height: 25px;

  position: absolute;
}

.download-block {
  background: url(dowload-button.jpg) no-repeat;

  height: 90px;

  box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
}

.download-block a {
  display: block;

  position: relative;

  z-index: 3;

  font-size: 11px;

  color: #7a96b0;

  line-height: 1.5;

  padding: 23px 0px 23px 90px;
}

.download-block a span {
  display: block;

  color: #aacff2;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: 700;
}

.p-block {
  padding: 20px 20px 30px 20px;
}

.login-block {
  background: url(login-block-bg.jpg) bottom no-repeat,
    url(login-block-repeat.jpg);
}

.login-block .login-block-title {
  margin-bottom: 20px;
}

.login-block .login-block-title span {
  font-size: 14px;

  text-transform: uppercase;

  font-weight: bold;

  color: #fff;
}

.login-block .login-block-title a {
  color: #6fa5ff;
}

.login-block input {
  background-repeat: no-repeat;

  background-position: left;

  height: 32px;

  padding: 0px 10px 0px 50px;

  width: calc(100% - 60px);
}

.login-block .checkbox-block {
  margin-bottom: 20px;
}

.login-block .login-button {
  margin-bottom: 10px;
}

.login-block .login-button a {
  color: #4e5e76;
}

.login-in input {
  background-image: url(login-icon.png);
}

.password-in input {
  background-image: url(password-icon.png);
}

.checkbox {
  display: none;
}

.checkbox-custom {
  position: relative;

  width: 16px;

  height: 16px;

  border: 1px solid #394c66;

  border-radius: 3px;

  background: #131f2d;
}

.checkbox-custom,
.label {
  display: inline-block;

  vertical-align: middle;
}

.label {
  margin-left: 9px;

  margin-bottom: -2px;

  color: #7d8a9f;
}

.checkbox:checked+.checkbox-custom::before {
  content: "";

  display: block;

  position: absolute;

  width: 16px;

  height: 16px;

  top: 0px;

  left: 0px;

  background: url(check.png) center no-repeat;
}

.sidebar-title {
  color: #657793;

  line-height: 1.6;

  padding-bottom: 10px;
}

.sidebar-title span {
  display: block;

  font-size: 14px;

  color: #fff;

  font-weight: bold;

  text-transform: uppercase;
}

.sidebar-title .top-title-img {
  background: url(top-player-title-bg.png) no-repeat;

  width: 43px;

  height: 42px;

  border-radius: 50%;

  box-shadow: 0px 0px 14px 0px rgba(51, 99, 171, 0.5);
}

.sidebar-title .forum-img {
  background: url(forum-title-bg.png) no-repeat;

  width: 43px;

  height: 42px;

  border-radius: 50%;

  box-shadow: 0px 0px 14px 0px rgba(51, 99, 171, 0.5);
}

.top-player {
  padding: 10px 0px;

  border-bottom: 1px solid rgba(133, 216, 255, 0.06);
}

.top-player .number {
  border: 1px solid #2e394a;

  color: #657793;

  font-weight: bold;

  width: 16px;

  height: 16px;

  line-height: 16px;

  text-align: center;
}

.top-player .number.first {
  color: #ffe956;

  border: 1px solid #ffe956;
}

.top-player .number.second {
  color: #d3e3e4;

  border: 1px solid #d3e3e4;
}

.top-player .number.third {
  color: #8d6f46;

  border: 1px solid #8d6f46;
}

.top-player .ava-img {
  width: 40px;

  text-align: center;

  height: 18px;
}

.top-player .ava-img img {
  width: 28px;

  height: 16px;

  border: 1px solid #16629c;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.top-player .nickname {
  width: 135px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  padding: 1px 0px;

  color: #d0e3ff;
}

.top-player .kills {
  width: 40px;

  text-align: right;

  color: #74acff;

  font-size: 14px;
}

.media-block a {
  display: block;

  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);

  position: relative;
}

.media-block a:after {
  content: "";

  position: absolute;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  box-shadow: inset 0px 0px 190px 20px rgba(0, 0, 0, 0.8);

  transition: all 1s ease;
}

.media-block img {
  margin-bottom: -2px;
}

.media-block p a:after {
  background: url(play-icon.png) center no-repeat;
}

.media-block a:hover:after {
  box-shadow: inset 0px 0px 190px 20px rgba(0, 0, 0, 0.2);
}

/* Middle

-----------------------------------------------------------------------------*/

.content {
  width: 590px;

  padding: 30px 20px 40px 20px;

  position: relative;

  background: url(content-bg.jpg);

  line-height: 1.4;

  z-index: 100;
}

.content:before {
  content: "";

  background: url(top-content-icon.png) no-repeat;

  left: 50%;

  margin-left: -70px;

  top: -41px;

  width: 143px;

  height: 74px;

  position: absolute;

  z-index: 11;
}

.content:after {
  content: "";

  background: url(bottom-content-icon.png) no-repeat;

  left: -30px;

  bottom: -12px;

  width: 690px;

  height: 40px;

  position: absolute;
}

.content img {
  max-width: 590px;
}

.content input {
  width: auto;
}

.content ul {
  margin-bottom: 15px;
}

.slider {
  overflow: hidden;

  position: relative;

  width: 630px;

  height: 214px;

  margin: 0 auto;

  z-index: 10;

  margin: -30px -20px 0px -20px;

  z-index: 100;
}

.slider .slides {
  position: relative;

  transition: 1s;
}

.slider .slides .active .slider-text {
  transition: all 2s ease;

  bottom: 20px !important;
}

.slider .slides .slide {
  float: left;

  display: block;

  position: relative;
}

.slider .slides .slide:after {
  content: "";

  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  box-shadow: inset 0px 0px 40px 20px rgba(0, 0, 0, 0.6);
}

.slider .slides .slide .slider-text {
  position: absolute;

  bottom: -200px;

  left: 0px;

  padding: 8px 30px;

  width: calc(100% - 60px);

  color: #e0ddd1;

  line-height: 1.3;

  color: #fff;

  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);

  text-align: center;

  z-index: 4;
}

.slider .slides .slide h1 {
  margin-bottom: 1px;

  color: #fff;

  font-size: 36px;
}

.slider .slides .slide img {
  width: 630px;

  max-width: 630px;

  height: 214px;
}

.slider .next {
  position: absolute;

  background: url(arrow-right.png) no-repeat;

  height: 30px;

  width: 30px;

  right: 20px;

  top: 95px;

  z-index: 1;

  cursor: pointer;

  opacity: 0;

  z-index: 12;
}

.slider .prev {
  position: absolute;

  background: url(arrow-left.png) no-repeat;

  height: 30px;

  width: 30px;

  left: 20px;

  top: 95px;

  z-index: 1;

  cursor: pointer;

  opacity: 0;

  z-index: 12;
}

.slider .navigation {
  position: absolute;

  left: 23px;

  top: 16px;

  z-index: 1;

  cursor: pointer;

  display: none;
}

.slider .navigation .dot {
  display: inline-block;

  width: 12px;

  height: 12px;

  background: linear-gradient(to bottom, #a6d0b6, #89b899);

  border: 1px solid #427252;

  cursor: pointer;

  margin: 0 2px;

  position: relative;
}

.slider:hover .next,
.slider:hover .prev {
  opacity: 1;

  transition: all 0.7s ease;
}

.slider .navigation .active:after {
  content: "";

  background: linear-gradient(to bottom, #a6d0b6, #89b899);

  height: 10px;

  width: 10px;

  border: 1px solid #b9d8c2;

  position: absolute;
}

.tabs {
  padding: 20px 20px;

  box-shadow: 0px 25px 30px -5px rgba(0, 0, 0, 0.2);

  background: url(news-bg.jpg);

  margin: 0px -20px 20px -20px;
}

.tabs>.section {
  display: none;

  border-top: 1px solid #2e3543;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabs>input {
  display: none;

  position: absolute;
}

.tabs>label {
  display: inline-block;

  padding: 15px 18px;

  text-align: center;

  color: #839cb3;

  font-size: 12px;
}

.tabs>label:hover {
  cursor: pointer;

  color: #fff;
}

.tabs>input:checked+label {
  color: #69a9e5;

  background: #1b222c;

  border-bottom: 1px solid #69a9e5;

  border-top: 1px solid #202938;

  border-left: 1px solid #202938;

  border-right: 1px solid #202938;
}
#content-news ul {
  list-style-type: circle !important;
}

#news:checked~#content-news,
#articles:checked~#content-articles,
#guides:checked~#content-guides {
  display: block;

  color: #82a5dd;
}

.news {
  padding: 15px 18px;

  border-bottom: 1px solid rgba(46, 53, 67, 0.3);

  transition: all 0.5s ease;

  min-height: 25px;
}

/*
.news .news-title {
  display: flex;

  align-items: center;
}

.news .news-title h2 {
  color: #61738e;

  margin-bottom: 0px;

  font-size: 12px;

  font-weight: normal;
}

.news .news-title span {
  color: #73a6ff;

  font-size: 10px;

  border: 1px solid #73a6ff;

  padding: 2px 4px;

  margin-right: 12px;
}
*/
.news .date-more {
  color: #435067;

  width: 150px;

  text-align: right;
}

.news .more {
  display: none;
}

.news:hover {
  background: rgba(97, 115, 142, 0.04);
}

.news:hover h2 {
  color: #bbd0f0;
}

.news:hover .date {
  display: none;
}

.news:hover .more {
  display: block;
}

.carousel {
  position: relative;

  width: 510px;

  padding: 0px 40px;
}

.arrow {
  position: absolute;

  top: 85px;

  padding: 0;

  height: 30px;

  width: 30px;

  display: block;
}

.arrow:hover {
  cursor: pointer;
}

.prev {
  left: 0px;

  background: url(nav-left.png) no-repeat;
}

.next {
  right: 0px;

  background: url(nav-right.png) no-repeat;
}

.gallery {
  width: 510px;

  overflow: hidden;
}

.gallery ul {
  height: 205px;

  width: 9999px;

  margin: 0;

  padding: 0;

  list-style: none;

  transition: margin-left 2250ms;
}

.gallery li {
  width: 150px;

  height: 205px;

  padding: 0px;

  display: inline-block;

  margin: 0px 10px;

  background: rgba(0, 0, 0, 0.05);

  text-align: center;

  position: relative;
}

.gallery li .shop-img img {
  max-width: 150px;
}

.gallery li .shop-title {
  color: #bbd0f0;
}

.gallery li .shop-price {
  color: #63cdff;

  font-size: 18px;
}

.gallery li .shop-button {
  width: 100%;

  position: absolute;

  bottom: 20px;

  text-align: center;
}

/* Right Sidebar

-----------------------------------------------------------------------------*/

.right-sidebar {
  width: 285px;

  background: url(sidebar-bg.jpg);

  margin-bottom: 110px;

  position: relative;
}

.right-sidebar:after {
  content: "";

  background: url(right-sidebar-icon.png) no-repeat;

  right: -4px;

  bottom: -4px;

  width: 25px;

  height: 25px;

  position: absolute;
}

.server-block {
  padding: 0px 0px 0px 0px;
}

.server {
  display: flex;

  align-items: center;

  padding: 10px 20px 10px 10px;

  border-bottom: 1px solid rgba(142, 227, 255, 0.06);
}

.server .server-x {
  width: 74px;

  height: 74px;

  text-align: center;

  line-height: 74px;

  font-size: 14px;

  font-weight: bold;

  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.server .server-info {
  width: 181px;

  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(kula.png) center no-repeat;

  color: #ffbae3;
  background-size: 32px 32px;
}

.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);
}

.forum-block {
  box-shadow: 0px 15px 20px -7px rgba(0, 0, 0, 0.15);
}

.sidebar-forum-title {
  border-bottom: 1px solid rgba(181, 203, 243, 0.04);

  padding-bottom: 18px;
}

.forum {
  display: flex;

  align-items: center;

  border-bottom: 1px solid rgba(181, 203, 243, 0.04);

  padding: 10px 0px;
}

.forum p {
  margin-bottom: 7px;
}

.forum .forum-ava {
  width: 45px;
}

.forum .forum-ava img {
  height: 29px;

  width: 29px;

  border: 1px solid #16629c;

  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.forum .forum-title a {
  color: #7d99c4;
}

.forum .forum-info {
  width: 200px;
}

.forum .forum-info .date {
  color: #3c4961;

  font-size: 10px;
}

.forum .forum-info .autor {
  color: #65a1ff;

  text-decoration: underline;

  font-size: 10px;
}

.forum .forum-info .autor:hover {
  text-decoration: none;
}

.fast-links-block li {
  margin-left: -11px;

  background: url(li-icon.png) left no-repeat;

  padding: 9px 0px 9px 29px;
}

.fast-links-block li a {
  color: #82a5dd;
}

/* Footer

-----------------------------------------------------------------------------*/

#toTop {
  position: absolute;

  display: block;

  width: 86px;

  height: 86px;

  left: 50%;

  top: -43px;

  margin-left: -43px;

  background: url(up-button.png) no-repeat;

  cursor: pointer;

  z-index: 2;
}

.footer {
  height: 300px;

  position: relative;

  color: #455468;

  line-height: 1.3;
}

.footer a {
  color: #567db3;
}

.f-logo {
  position: absolute;

  width: 100%;

  text-align: center;

  top: 60px;
}

.footer-info {
  display: flex;
  color: #0a3249;
  justify-content: space-between;
  font-family: "Montserrat",sans-serif;
  position: absolute;
  width: 100%;
  top: 210px;
}

.design {
  text-align: right;

  padding-right: 20px;

  width: 210px;
}

.copyright {
  padding-left: 20px;

  width: 210px;
}

.f-menu li {
  display: inline-block;

  background: none;

  padding: 0px 18px 0px 15px;

  border-right: 1px solid #3d4b5d;
}

.f-menu li a {
  color: #455468;

  text-transform: uppercase;

  font-size: 10px;
}

.f-menu li a:hover {
  color: #fff;
}

.f-menu li:last-child {
  padding: 0px 0px 0px 15px;

  border-right: none;
}

.f-menu li:first-child {
  padding: 0px 18px 0px 0px;
}

table.sidebar_rank {
  width: 100%;

  border: 0;

  border-collapse: collapse;

  margin: 0px;
}

table.sidebar_rank th {
  border: 0;

  text-align: left;

  background-color: rgba(0, 0, 0, 0.2);

  border-bottom: 1px solid rgba(255, 255, 255, 0.04);

  padding-bottom: 0px;

  font-weight: normal;

  width: 0;

  padding-left: 10px;
}

table.sidebar_rank tr:first-child:hover {
  background-color: rgba(0, 0, 0, 0);
}

table.sidebar_rank tr {
  border: 0;

  text-align: left;

  height: 35px;
}

table.sidebar_rank tr:hover {
  background-color: rgba(0, 0, 0, 0.15);

  transition-duration: 0.3s;
}

table.sidebar_rank td {
  border: 0;

  text-align: left;

  border-bottom: 1px solid rgba(255, 255, 255, 0.04);

  padding-bottom: 3px;

  padding-top: 3px;

  padding-left: 10px;
}

.players-block {
  padding: 0;
}

.ranking-table {
  text-align: center;

  width: 100%;

  border-collapse: collapse;

  line-height: 26px;
}

.ranking-table th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ranking-table th.end {
  border-right: 0;
}

.ranking-table td {
  background-color: rgba(0, 0, 0, 0.15);

  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ranking-table td.end {
  border-right: 0;
}

.ranking-table tr {
  height: 35px;
}

.ranking-table tr {}

.ranking-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.15);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.main-table {
  text-align: center;

  width: 100%;

  border-collapse: collapse;

  line-height: 26px;

  background: url(divider4-bg.png) repeat-x left top;
}

.main-table th {
  background: url(divider4-bg.png) repeat-x left bottom;
}

.main-table th.end {
  border-right: 0;
}

.main-table td {
  background: url(divider4-bg.png) repeat-x left bottom;
}

.main-table td.end {
  border-right: 0;
}

.main-table tr {}

.main-table tbody tr:hover {
  background-color: rgb(255, 255, 255);

  background-color: rgba(255, 255, 255, 0.4);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.main-table2 {
  text-align: left;

  width: 100%;

  border-collapse: collapse;

  line-height: 26px;

  background: url(divider4-bg.png) repeat-x left top;
}

.main-table2 th {
  background: url(divider4-bg.png) repeat-x left bottom;
}

.main-table2 th.end {
  border-right: 0;
}

.main-table2 td {
  background: url(divider4-bg.png) repeat-x left bottom;
}

.main-table2 td.end {
  border-right: 0;
}

.main-table2 tr {}

.main-table2 tbody tr:hover {
  background-color: rgb(255, 255, 255);

  background-color: rgba(255, 255, 255, 0.4);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.main-tr {
  font-weight: bold;

  background-color: rgba(0, 0, 0, 0.2);

  height: 35px;

  padding-left: 10px;
}

.opt input {
  float: left;

  width: 40px;

  margin-left: -10px;

  margin-top: 4px;
}


.server-on {
  height: 10px;
  width: 10px;
  background-color: #03d62b;
  border-radius: 50%;
  display: inline-block
}

.server-off {
  height: 10px;
  width: 10px;
  background-color: #a80316;
  border-radius: 50%;
  display: inline-block
}
/*
.news-title {
  font-size: 18px;
  font-weight: bold;
  color: #00aaff;
  margin-bottom: 10px;
}*/
.news-title
{
    width: 590px;
    height: 57px;
    padding: 0px 15px;
    box-sizing: border-box;
    background: url(images/others/news_title.png) no-repeat;
    text-shadow: 0 1px 0 #0008;
    background-size: 590px 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-title .titletxt
{
	color: #f0f0f0;
	font-size: 18px;

}
.news-title .date
{
    color: #165588;
    text-shadow: 0 0 15px #0007;
    font-size: 14px !important;
}

.news-subtitle {
  font-size: 14px;
  color: #ffcc00;
  margin-top: 20px;
  margin-bottom: 10px;
}

.news-content {
  line-height: 1.6;
  margin-bottom: 10px;
}

.news-list {
  list-style-type: disc;
  margin: 10px 0 20px 20px;
  font-size: 12px;
  line-height: 1.6;
}

.section-title {
  text-align: center;
  color: red;
  font-size: 24px;
  margin-bottom: 20px;
}

.description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.images-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.upgrader-image {
  width: 90%;
  border-radius: 4px;
  margin: auto;
}

.chances-title {
  font-size: 20px;
  color: #ffcc00;
  margin-top: 20px;
}

.chances-description {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 10px;
}

.upgrade-chances {
  margin-top: 20px;
}

.item-upgrade {
  margin-bottom: 20px;
}

.item-upgrade h4 {
  font-size: 18px;
  color: #00aaff;
  margin-bottom: 10px;
}

.item-upgrade ul {
  list-style-type: none;
  padding-left: 0;
}

.item-upgrade li {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.character-selection-container {
  background-color: #111821;
  color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 24px;
  color: #ffcc00;
  margin-bottom: 20px;
}

.characters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 15px;
}

.character-card {
  background-color: #0e141c;
  border: 2px dashed #10161f;
  padding: 10px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.character-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.character-card a {
  text-decoration: none;
  color: #ff4444;
  font-weight: bold;
  display: block;
  text-align: center;
}

.character-card img {
  max-width: 80px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
}

.character-card span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

#social-links {
  background: url(header_social_media.png?v1) no-repeat;
  width: 191px;
  height: 157px;
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 0px;
}

#social-links .links {
  position: relative;
  height: 30px;
  margin: auto;
  width: 80px;
  display: flex;
  justify-content: space-between;
}

#social-links .links a {
  width: 28px;
  height: 30px;
  margin-top: 30px;
  background-image: url('social_media_icons.png');
  background-repeat: no-repeat;
}

#social-links .links .facebook {
  background-position: 0 0; 
}

#social-links .links .discord {
  background-position: -52px 0;
}


/** BOX9 */

#box9 {
}

#box9 .entry {
	padding: 17px;

}

.slick-list img{

outline: 0 none !important;
}

.techniques{
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% auto;
    width:90px;
    height:90px;
}
.techniques:hover:after{
    content:'';
    background:rgba(249, 255, 167, 0.7);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:2;
}
[data-icon="Goku"]{
    background-image:url(images/techniques/Goku.png);
}
[data-icon="Vegeta"]{
    background-image:url(images/techniques/Vegeta.png);
}
[data-icon="Vegetto"]{
    background-image:url(images/techniques/Vegetto.png);
}
[data-icon="Gogeta"]{
    background-image:url(images/techniques/Gogeta.png);
}
[data-icon="Gohan"]{
    background-image:url(images/techniques/Gohan.png);
}
[data-icon="Pan"]{
    background-image:url(images/techniques/Pan.png);
}
[data-icon="Videl"]{
    background-image:url(images/techniques/Videl.png);
}
[data-icon="Trunks"]{
    background-image:url(images/techniques/Trunks.png);
}
[data-icon="Goten"]{
    background-image:url(images/techniques/Goten.png);
}
[data-icon="Chibi_Trunks"]{
    background-image:url(images/techniques/Chibi_Trunks.png);
}
[data-icon="Piccolo"]{
    background-image:url(images/techniques/Piccolo.png);
}
[data-icon="Dende"]{
    background-image:url(images/techniques/Dende.png);
}
[data-icon="Kuririn"]{
    background-image:url(images/techniques/Kuririn.png);
}
[data-icon="Shin"]{
    background-image:url(images/techniques/Shin.png);
}
[data-icon="Freeza"]{
    background-image:url(images/techniques/Freeza.png);
}
[data-icon="Cooler"]{
    background-image:url(images/techniques/Cooler.png);
}
[data-icon="C16"]{
    background-image:url(images/techniques/C16.png);
}
[data-icon="C17"]{
    background-image:url(images/techniques/C17.png);
}
[data-icon="C18"]{
    background-image:url(images/techniques/C18.png);
}
[data-icon="Cell"]{
    background-image:url(images/techniques/Cell.png);
}
[data-icon="Tenshin"]{
    background-image:url(images/techniques/Tenshin.png);
}
[data-icon="Buu"]{
    background-image:url(images/techniques/Buu.png);
}
[data-icon="Bebi"]{
    background-image:url(images/techniques/Bebi.png);
}
[data-icon="Uub"]{
    background-image:url(images/techniques/Uub.png);
}
[data-icon="Bardock"]{
    background-image:url(images/techniques/Bardock.png);
}
[data-icon="Brolly"]{
    background-image:url(images/techniques/Brolly.png);
}
[data-icon="Pikkon"]{
    background-image:url(images/techniques/Pikkon.png);
}
[data-icon="Janemba"]{
    background-image:url(images/techniques/Janemba.png);
}
[data-icon="Beerus"]{
    background-image:url(images/techniques/Beerus.png);
}
[data-icon="Black"]{
    background-image:url(images/techniques/Black.png);
}
[data-icon="Zamasu"]{
    background-image:url(images/techniques/Zamasu.png);
}
[data-icon="Cabba"]{
    background-image:url(images/techniques/Cabba.png);
}
[data-icon="Caulifla"]{
    background-image:url(images/techniques/Caulifla.png);
}
[data-icon="Kale"]{
    background-image:url(images/techniques/Kale.png);
}
[data-icon="Bergamo"]{
    background-image:url(images/techniques/Bergamo.png);
}
[data-icon="Hit"]{
    background-image:url(images/techniques/Hit.png);
}
[data-icon="Jiren"]{
    background-image:url(images/techniques/Jiren.png);
}
[data-icon="Dyspo"]{
    background-image:url(images/techniques/Dyspo.png);
}
[data-icon="Yamcha"]{
    background-image:url(images/techniques/Yamcha.png);
}
[data-icon="Whis"]{
    background-image:url(images/techniques/Whis.png);
}
[data-icon="Kame"]{
    background-image:url(images/techniques/Kame.png);
}
[data-icon="Tapion"]{
    background-image:url(images/techniques/Tapion.png);
}
[data-icon="C21"]{
    background-image:url(images/techimg/butony/C21.png);
}
[data-icon="Kefla"]{
    background-image:url(images/techimg/butony/Kefla.png);
}
[data-icon="Raditz"]{
    background-image:url(images/techimg/butony/Raditz.png);
}
[data-icon="Granola"]{
    background-image:url(images/techimg/butony/Granola.png);
}
[data-icon="C13"]{
    background-image:url(images/techimg/butony/C13.png);
}
[data-icon="Omega_Shenron"]{
    background-image:url(images/techimg/butony/Omega_Shenron.png);
}
[data-icon="Popo"]{
    background-image:url(images/techimg/butony/Popo.png);
}



