* {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



body {

  width: 100%;

  background: url(../images/top-fon-bg.jpg) top center no-repeat, url(../images/bottom-fon-bg.jpg) bottom center no-repeat, url(../images/repeat-fon-bg.jpg) center repeat-y;

  background-color: #000;

  font-family: Tahoma, Arial, sans-serif;

  font-size: 12px;

  color: #e0f7f1;

  line-height: 1;

  min-height: 100vh;

}



a {

  transition: all 0.3s ease;

  color: #ecc894;

}



a:hover, button:hover, .button:hover {

  filter: brightness(120%);

  text-decoration: none;

}



p {

  margin-bottom: 20px;

}



h1, h2, h3 {

  color: #feffff;

  margin-bottom: 20px;

  line-height: 1.2;

}



h1 {

  font-size: 18px;

}



h2 {

  font-size: 16px;

}



h3 {

  font-size: 14px;

}



table {

  width: 100%;

  margin-bottom: 15px;

}

table td {

  border-collapse: collapse;

  padding: 10px 10px;

  border: 1px solid #1f4b5d;

}



caption {

  margin-bottom: 15px;

}



select {

  background: #000;

  min-width: 250px;

  border: 1px solid #1e495b;

  color: #b4f5f3;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  text-transform: uppercase;

  font-size: 11px;

  margin-bottom: 15px;

  padding: 14px 16px;

  border-radius: 6px;

  position: relative;

  -webkit-appearance: none;

  background-image: url(../images/arrow-s.png);

  background-position: right 15px center;

  background-repeat: no-repeat;

  -moz-appearance: none;

  text-indent: 0.01px;

  text-overflow: '';

  -ms-appearance: none;

  appearance: none !important;

  cursor: pointer;

}



input, textarea {

  background: #000;

  min-width: 250px;

  border: 1px solid #1e495b;

  color: #b4f5f3;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  text-transform: uppercase;

  font-size: 11px;

  padding: 14px 16px;

  border-radius: 6px;

  position: relative;

}



button, .button {

  transition: all 0.3s ease;

  background-image: url(../images/button.png);

  cursor: pointer;

  width: 120px;

  height: 42px;

  border: none;

  color: #fff !important;

  font-size: 11px;

  border-radius: 6px;

  position: relative;

  z-index: 1;

  text-align: center;

  text-transform: uppercase;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  text-shadow: 0px 0px 10px rgba(216, 122, 115, 0.7);

  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.8);

}



.button {

  line-height: 42px;

  display: block;

  text-decoration: none;

}



.button-big {

  width: 250px;

  background-image: url(../images/button-big.png);

}



:focus {

  outline: none;

}



::-webkit-input-placeholder {

  color: #b4f5f3;

  text-transform: uppercase;

}



::-moz-placeholder {

  color: #b4f5f3;

  text-transform: uppercase;

}



:-moz-placeholder {

  color: #b4f5f3;

  text-transform: uppercase;

}



:-ms-input-placeholder {

  color: #b4f5f3;

  text-transform: uppercase;

}



.wrapper {

  width: 1200px;

  margin: 0 auto;

  position: relative;

}



.container {

  min-height: 1200px;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  position: relative;

}

.container:before {

  content: "";

  height: 30px;

  left: 0px;

  width: 100%;

  position: absolute;

  top: 0px;

  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));

  z-index: 3;

}



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

}



/* Header

-----------------------------------------------------------------------------*/

.header {

  position: relative;

  height: 529px;

}

.header a {

  text-decoration: none;

}


.logo a {
  pointer-events: none; /* zakáže klikání */
  cursor: default;      /* změní kurzor na normální */
  background: url(../images/logo.png) no-repeat center center;
  background-size: contain;   /* aby se vždy vešlo */
  width: 1050px;
  height: 500px;
  display: block;
  position: absolute;
  top: 65px;                 
  left: 65px;
  z-index: 25;

  /* animace */
  animation: pulse 4s infinite, float 6s ease-in-out infinite;
  filter: drop-shadow(0 0 15px #00ccff) drop-shadow(0 0 25px #ff3333);
}

/* pulzující efekt */
@keyframes pulse {
  0%   { transform: scale(1);   filter: drop-shadow(0 0 15px #00ccff) drop-shadow(0 0 15px #ff3333); }
  50%  { transform: scale(1.08); filter: drop-shadow(0 0 35px #33ddff) drop-shadow(0 0 35px #ff6666); }
  100% { transform: scale(1);   filter: drop-shadow(0 0 15px #00ccff) drop-shadow(0 0 15px #ff3333); }
}





.header-bottom-block {

  position: absolute;

  width: 100%;

  height: 95px;

  bottom: 0px;

  z-index: 10;

}



.menu {

  padding-top: 10px;

}

.menu li {

  padding: 0px 20px;

  margin: 0px 12px;

  position: relative;

  transition: all 0.3s;

  display: inline-block;

}

.menu li:hover a {

  transform: scale(1.1);

}

.menu li:hover:before {

  top: -20px;

}

.menu li a {

  color: #deecf5;

  text-transform: uppercase;

  font-size: 11px;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  display: block;

  position: relative;

  padding-top: 44px;

}

.menu li:nth-child(1) {

  margin: 0px 12px 0px 0px;

}

.menu li:last-child:after {

  display: none;

}

.menu li:after {

  content: "";

  background: url(../images/menu-border.png) no-repeat;

  height: 73px;

  width: 2px;

  right: -11px;

  top: -11px;

  position: absolute;

}

.menu li:before {

  content: "";

  height: 39px;

  width: 39px;

  position: absolute;

  left: 50%;

  margin-left: -20px;

  top: -10px;

  filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.2));

  background-repeat: no-repeat;

  background-position: center top;

  transition: all 0.3s;

}

.menu li:nth-child(1):before {

  background-image: url(../images/menu-icon-1.png);

}

.menu li:nth-child(2):before {

  background-image: url(../images/menu-icon-2.png);

}

.menu li:nth-child(3):before {

  background-image: url(../images/menu-icon-3.png);

}

.menu li:nth-child(4):before {

  background-image: url(../images/menu-icon-4.png);

}

.menu li:nth-child(5):before {

  background-image: url(../images/menu-icon-5.png);

}

.menu li:nth-child(6):before {

  background-image: url(../images/menu-icon-6.png);

}

.menu li:nth-child(7):before {

  background-image: url(../images/menu-icon-7.png);

}

.menu li:nth-child(8):before {

  background-image: url(../images/menu-icon-8.png);

}



.soc-block {

  width: 290px;

  text-align: center;

  position: relative;

  z-index: 10;

}

.soc-block a {

  display: inline-block;

  height: 31px;

  width: 31px;

  line-height: 40px;

  border-radius: 4px;

  margin: 0px 5px;

  position: relative;

  transition: all 0.4s;

}

.soc-block .tw {

  background: url(../images/soc-icons.png) 0px 0px no-repeat;

}

.soc-block .tw:hover {

  background: url(../images/soc-icons.png) 0px -31px no-repeat;

  top: -5px;

}

.soc-block .fb {

  background: url(../images/soc-icons.png) -42px 0px no-repeat;

}

.soc-block .fb:hover {

  background: url(../images/soc-icons.png) -42px -31px no-repeat;

  top: -5px;

}

.soc-block .yt {

  background: url(../images/soc-icons.png) -84px 0px no-repeat;

}

.soc-block .yt:hover {

  background: url(../images/soc-icons.png) -84px -31px no-repeat;

  top: -5px;

}



/*---------------------------------------Animations -----------------------------------------*/

.sparks {

  background-repeat: no-repeat;

  background-position: left 0px bottom 0px;

  position: absolute;

}



.sparks-1 {

  background-image: url(../images/sparks-1.png);

  width: 117px;

  height: 136px;

  right: 377px;

  bottom: 99px;

  background-position: left 0px bottom 0px;

  animation-name: sparks-1;

  animation-duration: 1.5s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

}



.sparks-2 {

  background-image: url(../images/sparks-2.png);

  width: 219px;

  height: 176px;

  right: 350px;

  bottom: 116px;

  background-position: left 0px bottom 0px;

  animation-name: sparks-2;

  animation-duration: 1.5s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  animation-delay: 0.5s;

}



.sparks-3 {

  background-image: url(../images/sparks-3.png);

  width: 438px;

  height: 281px;

  right: 277px;

  bottom: 109px;

  background-position: left 0px bottom 0px;

  animation-name: sparks-3;

  animation-duration: 1.5s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  animation-delay: 1s;

}



@keyframes sparks-1 {

  0% {

    right: 380px;

    bottom: 100px;

    opacity: 0;

  }

  33% {

    right: 390px;

    bottom: 110px;

    opacity: 0.5;

    transform: scale(1.1);

  }

  70% {

    right: 400px;

    bottom: 120px;

    opacity: 1;

    transform: scale(1.1);

  }

  100% {

    right: 410px;

    bottom: 130px;

    opacity: 0;

    transform: scale(1.1);

  }

}

@keyframes sparks-2 {

  0% {

    right: 360px;

    bottom: 130px;

    opacity: 0;

  }

  33% {

    right: 370px;

    bottom: 140px;

    opacity: 0.5;

    transform: scale(1.1);

  }

  70% {

    right: 380px;

    bottom: 150px;

    opacity: 1;

    transform: scale(1.1);

  }

  100% {

    right: 390px;

    bottom: 160px;

    opacity: 0;

    transform: scale(1.1);

  }

}

@keyframes sparks-3 {

  0% {

    right: 300px;

    bottom: 130px;

    opacity: 0;

  }

  33% {

    right: 320px;

    bottom: 150px;

    opacity: 0.5;

    transform: scale(1.1);

  }

  70% {

    right: 340px;

    bottom: 170px;

    opacity: 1;

    transform: scale(1.1);

  }

  100% {

    right: 360px;

    bottom: 190px;

    opacity: 0;

    transform: scale(1.1);

  }

}

.lava {

  background: url(../images/lava.png) top right no-repeat;

  width: 238px;

  right: 135px;

  height: 107px;

  top: 418px;

  position: absolute;

  animation-delay: 1s;

  animation: lava 12s linear infinite;

  opacity: 0;

  overflow: hidden;

}



@keyframes lava {

  10% {

    opacity: 0;

  }

  40% {

    opacity: 1;

    filter: brightness(200%);

  }

  50% {

    opacity: 0.3;

  }

  60% {

    opacity: 1;

    filter: brightness(200%);

  }

  70% {

    opacity: 0.5;

  }

  80% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}

.highlight {

  background: url(../images/highlight.png) center no-repeat;

  width: 692px;

  height: 388px;

  left: 39px;

  top: 10px;

  position: absolute;

  animation: highlight 12s ease-in infinite;

  animation-delay: 1s;

  transform: scale(0.2);

  opacity: 0;

}



@keyframes highlight {

  0% {

    transform: scale(0.2);

    opacity: 0;

  }

  10% {

    transform: scale(0.2);

    opacity: 1;

  }

  40% {

    transform: scale(1);

    opacity: 1;

  }

  60% {

    transform: scale(1);

    opacity: 1;

  }

  80% {

    transform: scale(0.5);

    opacity: 0;

  }

  100% {

    transform: scale(0.2);

    opacity: 0;

  }

}

.circle {

  background: url(../images/circle.png) center no-repeat;

  background-size: 127px 125px;

  width: 127px;

  height: 125px;

  left: 2px;

  top: 128px;

  position: absolute;

  transform: scale(0);

  opacity: 0;

}



.circle1 {

  animation: circle 4s linear infinite;

}



.circle2 {

  animation: circle 4s linear infinite;

  animation-delay: 1s;

}



@keyframes circle {

  10% {

    transform: scale(0);

    opacity: 0;

  }

  40% {

    transform: scale(1);

    opacity: 1;

  }

  70% {

    transform: scale(2);

    opacity: 0.4;

  }

  100% {

    transform: scale(2);

    opacity: 0;

  }

}

.ray-1 {

  background: url(../images/ray-1.png) center no-repeat;

  width: 224px;

  height: 224px;

  left: -46px;

  top: 84px;

  position: absolute;

  animation: ray-1 10s linear infinite;

}



@keyframes ray-1 {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}

.ray-2 {

  background: url(../images/ray-2.png) center no-repeat;

  width: 363px;

  height: 363px;

  left: -117px;

  top: -2px;

  position: absolute;

  animation: ray-2 24s linear infinite;

}



@keyframes ray-2 {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(-360deg);

  }

}

/* Middle

-----------------------------------------------------------------------------*/

.content {

  width: 530px;

  padding-top: 9px;

}

.content ul {

  margin-bottom: 15px;

  padding-left: 30px;

}

.content ul li {

  list-style: disc;

  line-height: 2;

  margin-bottom: 5px;

}

.content img {

  border: 1px solid rgba(64, 84, 79, 0.5);

  max-width: 530px;

}

.content p {

  line-height: 2;

}



.news {

  margin-bottom: 50px;

}

.news .news-title {

  background: url(../images/content-title.jpg) no-repeat;

  height: 58px;

  line-height: 58px;

  font-size: 16px;

  color: #bfc0bf;

  padding: 0px 25px;

  margin-bottom: 2px;

}

.news .news-img img {

  margin-bottom: 25px;

}

.news .news-info {

  font-size: 13px;

  color: #566a73;

}

.news .news-info span {

  color: #ecc894;

}



.pagination {

  display: flex;

  align-items: center;

  justify-content: center;

  padding-left: 0px;

}

.pagination li {

  list-style: none !important;

  line-height: 1 !important;

  color: #566a73;

  font-size: 14px;

}

.pagination li a {

  text-decoration: none;

  color: #566a73;

  font-size: 14px;

  margin: 0px 4px;

}

.pagination li a:hover {

  color: #8dadbb;

}

.pagination li .prev {

  margin-right: 12px;

}

.pagination li .next {

  margin-left: 12px;

}

.pagination li .number {

  display: block;

  width: 25px;

  height: 25px;

  line-height: 25px;

  text-align: center;

  border-radius: 3px;

}

.pagination li .number.active {

  border: 1px solid #463416;

  background: rgba(108, 76, 25, 0.2);

  color: #fff;

}



.content-page {

  padding-top: 30px;

}



/* Left Sidebar

-----------------------------------------------------------------------------*/

.left-sidebar {

  padding-top: 9px;

}



.sidebar {

  width: 290px;

  margin-bottom: 210px;

  position: relative;

  background-color: #010304;

  box-shadow: 0px 0px 25px 7px #02070a;

  font-family: Candara, Arial, sans-serif;

}

.sidebar a {

  text-decoration: none;

}



.widget {

  min-height: 200px;

  margin-bottom: 10px;

}

.widget:last-child {

  margin-bottom: 0px;

}



.widget > form, .widget > div, .widget > ul, .widget > table {

  padding: 0px 20px 20px 20px;

  margin-top: -5px;

}



.widget-left {

  background-color: #050608;

  border: 1px solid #133847;

  box-shadow: inset 0px 0px 40px 5px #0c1c24, 0px 0px 30px 2px rgba(0, 0, 0, 0.4);

}



.widget-left .widget-title {

  display: block;

  background: url(../images/sidebar-title-ice.png) no-repeat;

  width: 340px;

  height: 109px;

  margin: -19px 0px 0px -21px;

  text-align: center;

  color: #e4e4e4;

  font-size: 16px;

  text-transform: uppercase;

  font-family: Candara, Arial, sans-serif;

  line-height: 97px;

  position: relative;

  z-index: 2;

}



.widget .form-group {

  background-color: #000;

  width: 250px;

  border: 1px solid #1e495b;

  color: #b4f5f3;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  text-transform: uppercase;

  font-size: 11px;

  margin-bottom: 10px;

  border-radius: 6px;

  position: relative;

  padding-left: 55px;

}

.form-group input {

  min-width: auto;

  background: none;

  border: none;

  padding: 14px 16px;

  margin-bottom: 0px;

}

.form-group.login {

  background: #000 url(../images/user-icon.png) left 15px center no-repeat;

}

.form-group.pass {

  background: #000 url(../images/pass-icon.png) left 15px center no-repeat;

}



.form-group-button {

  margin: 10px 0px 20px 0px;

}



.form-group-links {

  color: #b4f5f3;

}

.form-group-links p {

  margin-bottom: 10px;

}

.form-group-links a {

  font-family: Candara, Arial, sans-serif;

  color: #b4f5f3;

  font-size: 12px;

}

.form-group-links a:hover {

  text-decoration: underline;

}



.top {

  width: 250px;

  display: flex;

  align-items: center;

  font-size: 14px;

  color: #b4f5f3;

  height: 42px;

  border: 1px solid rgba(58, 128, 191, 0);

  transition: all 0.3s;

}

.top:hover {

  border: 1px solid rgba(58, 128, 191, 0.5);

  width: 300px;

  margin-left: -26px;

  padding: 0px 20px;

  background: #002030;

  box-shadow: inset 0px 0px 10px 0px rgba(96, 173, 241, 0.25), 0px 0px 10px 0px rgba(96, 173, 241, 0.1);

}

.top:hover .top-name {

  width: 130px;

}

.top img {

  display: block;

}

.top a {

  color: #b4f5f3;

}

.top span {

  position: relative;

}

.top.first {

  color: #fff;

}

.top .top-number {

  width: 25px;

}

.top .top-flag {

  width: 35px;

}

.top .top-name {

  width: 110px;

  transition: all 0.3s;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  padding-bottom: 1px;

}

.top .top-name-g {

  width: 190px;

  transition: all 0.3s;

}

.top .top-lvl {

  width: 35px;

}

.top .top-lvl-g {

  width: 50px;

  text-align: right;

}

.top .top-res {

  width: 35px;

  text-align: right;

}

.top .top-res:after {

  content: attr(title);

  position: absolute;

  right: -10px;

  top: -10px;

  color: #ef4c4c;

  font-size: 12px;

}



.top-all {

  margin-top: 15px;

  color: #8ff6ff;

  font-size: 14px;

}



.sidebar-button {

  transition: all 0.3s ease;

  cursor: pointer;

  background-color: #002030;

  border: 1px solid #3e5e72;

  color: #fff !important;

  font-size: 11px;

  height: 30px;

  line-height: 30px;

  padding: 0px 20px;

  border-radius: 6px;

  position: relative;

  z-index: 1;

  text-align: center;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  text-shadow: 0px 0px 10px rgba(216, 122, 115, 0.7);

  box-shadow: 0px 0px 10px 0px rgba(118, 207, 216, 0.2);

}

.sidebar-button:hover {

  background-color: #044362;

}



.w-buttons {

  position: relative;

  z-index: 4;

  margin-bottom: 8px;

}

.w-buttons a {

  display: flex;

  align-items: center;

  align-content: center;

  flex-wrap: wrap;

  height: 105px;

  width: 290px;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  font-size: 14px;

  padding-left: 26px;

  margin-bottom: 1px;

}

.w-buttons a span {

  display: block;

  width: 100%;

  text-transform: uppercase;

  font-family: Candara, Arial, sans-serif;

  font-size: 26px;

  color: #fff;

  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);

  margin-bottom: 5px;

}

.w-buttons .download {

  background: url(../images/big-buttons.jpg) no-repeat;

  color: #d2f9d2;

}

.w-buttons .registration {

  background: url(../images/big-buttons.jpg) 0px -106px no-repeat;

  color: #fc9898;

}



/* Right Sidebar

-----------------------------------------------------------------------------*/

.right-sidebar {

  width: 290px;

  position: relative;

}

.right-sidebar a {

  color: #ecd1d2;

}



.widget-right {

  background-color: #0d0402;

  border: 1px solid #2a1e1a;

  box-shadow: inset 0px 0px 40px 5px #23100b, 0px 0px 30px 2px rgba(0, 0, 0, 0.4);

}



.widget-right .widget-title {

  display: block;

  background: url(../images/sidebar-title-fire.png) no-repeat;

  width: 340px;

  height: 102px;

  margin: -19px 0px 0px -21px;

  text-align: center;

  color: #e4e4e4;

  font-size: 16px;

  text-transform: uppercase;

  font-family: Candara, Arial, sans-serif;

  line-height: 97px;

  position: relative;

  z-index: 2;

}



.server-block {

  padding: 0px !important;

}



.server {

  background: url(../images/server-icon.png) left -10px center no-repeat;

  height: 120px;

  align-content: center;

  flex-wrap: wrap;

  padding-left: 100px;

  margin-top: -10px;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

}

.server > div {

  width: 170px;

}

.server .server-name {

  color: #fff;

  font-size: 11px;

  text-transform: uppercase;

  margin-bottom: 10px;

}

.server .progress {

  height: 3px;

  width: 170px;

  background-color: #3d0a09;

  display: block;

  margin-bottom: 10px;

}

.server .progress span {

  height: 3px;

  display: block;

  background-color: #ff2127;

  box-shadow: 0px 0px 10px 0px rgba(255, 33, 39, 0.7);

}

.server .s-on .desc {

  position: relative;

  z-index: 20;

  font-size: 10px;

  color: #ffaaac;

  text-decoration: underline;

}

.server .s-on .desc:hover .desc-block {

  opacity: 1;

  visibility: visible;

}

.server .s-on span {

  color: #6f9a1a;

  font-size: 11px;

}

.server .desc-block {

  position: absolute;

  padding: 15px;

  background-color: #3d0a09;

  line-height: 1.3;

  bottom: 30px;

  width: 250px;

  right: -50%;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s;

}



.sidebar-links li {

  transition: all 0.3s;

}

.sidebar-links li a {

  position: relative;

  font-size: 14px;

  display: block;

  width: 250px;

  padding: 15px 0px;

  border: 1px solid rgba(58, 128, 191, 0);

}

.sidebar-links li a:before {

  content: ">";

  margin-right: 8px;

}

.sidebar-links li a:hover {

  border: 1px solid #5c0a0a;

  width: 300px;

  margin-left: -26px;

  padding: 15px 25px;

  background-color: #2d0607;

  box-shadow: 0px 0px 10px 0px rgba(255, 111, 111, 0.3);

}



.forum {

  height: 64px;

  transition: all 0.3s;

  width: 250px;

  border: 1px solid rgba(58, 128, 191, 0);

}

.forum:hover {

  border: 1px solid #5c0a0a;

  width: 300px;

  margin-left: -26px;

  padding: 15px 25px 15px 15px;

  background-color: #2d0607;

  box-shadow: 0px 0px 10px 0px rgba(255, 111, 111, 0.3);

}

.forum:hover .forum-ava {

  margin-right: 35px;

}

.forum .forum-ava {

  position: relative;

  display: block;

  margin-right: 18px;

}

.forum .forum-ava:before {

  content: "";

  height: 40px;

  width: 40px;

  border: 1px solid #422f10;

  border-radius: 5px;

  position: absolute;

  left: -3px;

  top: -3px;

}

.forum img {

  position: relative;

  height: 36px;

  width: 36px;

}

.forum .forum-info span {

  display: block;

  width: auto;

  color: #ecd1d2;

  font-size: 14px;

  margin-bottom: 8px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  width: 190px;

}

.forum .forum-info a {

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  font-size: 10px;

  text-transform: uppercase;

  color: #fff;

  text-decoration: underline;

  text-shadow: -2px 2px 10px rgba(216, 122, 115, 0.7), 2px -2px 10px rgba(216, 122, 115, 0.7);

}

.forum .forum-info a:hover {

  text-decoration: none;

}



/* Footer

-----------------------------------------------------------------------------*/

.footer {

  position: relative;

  height: 280px;

  color: #6c7f92;

}

.footer a {

  text-decoration: none;

  color: #81c3e9;

}



.fire {

  position: absolute;

  width: 47px;

  height: 50px;

  animation: fire 1.5s steps(48) infinite;

  pointer-events: none;

  z-index: 6;

}



.fire-red {

  background: url(../images/fire.png) no-repeat 0px 0px;

  right: 183px;

  top: -79px;

}



.fire-blue {

  background: url(../images/fire_blue.png) no-repeat 0px 0px;

  left: 183px;

  top: -79px;

}



@keyframes fire {

  0% {

    background-position: 0px 0;

  }

  100% {

    background-position: -2242px 0;

  }

}

.f-menu {

  position: absolute;

  width: 100%;

  text-align: center;

  bottom: 80px;

}

.f-menu li {

  display: inline-block;

}

.f-menu li:last-child a:after {

  display: none;

}

.f-menu li a {

  text-decoration: none;

  color: #6c7f92;

  text-transform: uppercase;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  margin: 0px 20px;

  position: relative;

  font-size: 10px;

}

.f-menu li a:hover {

  color: #fff;

}

.f-menu li a:after {

  content: "";

  width: 1px;

  height: 14px;

  position: absolute;

  right: -22px;

  top: -1px;

  background: #0f4042;

}



.copyright {

  position: absolute;

  width: 100%;

  text-align: center;

  bottom: 25px;

  line-height: 1.4;

  font-size: 10px;

}


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

.sidebar_rank th {
    color: #ccc;
    padding: 10px 5px;
    border-bottom: 1px solid #333;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.sidebar_rank td {
    color: #fff;
    padding: 10px 5px;
    border-bottom: 1px solid #222;
    vertical-align: middle;
    font-size: 14px;
}

.sidebar_rank .class-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #444;
}

.sidebar_rank td a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

.sidebar_rank td a:hover {
    color: #fff;
}

.sidebar_rank .text-center {
    text-align: center;
    white-space: nowrap;
}

.grand-reset {
    color: #f00;
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}



/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	border-radius: 10px;
}

.rankings-class-filter li {
	display: inline-block;
	transition: all 0.3s ease;
	margin-bottom: 10px;
}

.rankings-class-filter li:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #ffffff;                /* bílé písmo */
	font-size: 12px;               /* o trochu větší */
	font-weight: 500;
	cursor: pointer;
	text-shadow: 0 0 5px #00ccff, 0 0 10px #ff3300; /* jemný glow efekt */
	transition: color 0.3s ease, text-shadow 0.3s ease;
}

.rankings-class-filter-selection:hover {
	color: #00ccff !important;     /* při hoveru modrá */
	text-shadow: 0 0 8px #00ccff, 0 0 15px #00ccff;
}

.rankings-class-filter-selection img {
	width: 45px;                   /* malinko zvětšené ikony */
	height: auto;
	border-radius: 50%;
	margin-bottom: 5px;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-selection:hover img {
	filter: brightness(120%);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


..vip-info-box {
  max-width: 600px;
  margin: 30px auto;
  background: linear-gradient(145deg, rgba(20,20,40,0.9), rgba(40,0,50,0.9));
  border: 2px solid #8a2be2;
  box-shadow: 0 0 25px rgba(138, 43, 226, 0.4);
  padding: 25px;
  font-family: 'Candara', sans-serif;
  border-radius: 12px;
}

.vip-info-title {
  font-size: 20px;
  color: #ffccff;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0 0 10px #b48ad1;
}

.vip-info-row {
  padding: 8px 0;
  font-size: 14px;
  color: #e0f7f1;
  border-bottom: 1px dashed #444;
}

.vip-info-row span {
  font-weight: bold;
  color: #ff99ff;
  display: inline-block;
  width: 220px;
}
.vip-info-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vip-info-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 35px rgba(255, 0, 255, 0.5);
}
.highlight-coin {
	color: gold !important;
	font-weight: bold;
}
/* Zarovnání levého menu Account Panel */
.user_cp_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user_cp_body li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  background-color: #081828;
  padding: 8px 10px;
  border-radius: 6px;
}

.user_cp_body li img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.user_cp_body li a {
  color: #cbc4c4;
  text-decoration: none;
  font-weight: bold;
  flex: 1;
}

.user_cp_body li:hover {
  background-color: #0e2a3d;
}
.widget-left .sidebar-links li a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
}

.widget-left .sidebar-links li a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.widget-left .user_cp_body ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.widget-left .user_cp_body ul li {
    margin-bottom: 8px;
}

.widget-left .user_cp_body ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #ccc;
}

.widget-left .user_cp_body ul li a:hover {
    color: #fff;
}

.sidebar-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.referral-link-input {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	background-color: #0d1b2a;
	color: #fff;
	border: 1px solid #1b2b3a;
	border-radius: 5px;
	margin-bottom: 20px;
}

.referral-table-wrapper {
	overflow-x: auto;
	margin-top: 20px;
}

.referral-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #0e1a2b;
	color: #fff;
	font-size: 14px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.referral-table thead {
	background-color: #162a3f;
}

.referral-table th, .referral-table td {
	padding: 12px 15px;
	text-align: center;
}

.referral-table tbody tr:nth-child(even) {
	background-color: #132235;
}

.referral-table tbody tr:hover {
	background-color: #1e3a5a;
}

.status-completed {
	color: #00ff99;
	font-weight: bold;
}

.status-pending {
	color: #ffaa00;
	font-weight: bold;
}
.referral-link-input {
	background-color: #151515;
	color: #00ffcc;
}
/* Rankings Table – moderní tmavý styl */
.rankings-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #f0f0f0;
  margin-top: 15px;
  background: #141414;
  border-radius: 10px;
  overflow: hidden;
}

/* Hlavička */
.rankings-table tr:first-child {
  background: #1c1c1c;
  color: #ddd;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.rankings-table tr:first-child td {
  padding: 10px 6px;
  text-align: center;
  font-weight: bold;
}

/* Řádky hráčů */
.rankings-table tr {
  background: #1a1a1a;
  transition: background 0.25s ease;
}

.rankings-table tr:nth-child(even) {
  background: #202020;
}

.rankings-table tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* Buňky */
.rankings-table td {
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Číslování */
.rankings-table-place {
  font-weight: bold;
  color: #ffcc00;
  font-size: 16px;
  text-shadow: 0 0 6px rgba(255,204,0,0.8);
}

/* Vlajky */
.rankings-table td img[src*="flags"] {
  width: 16px !important;
  height: 12px !important;
  border-radius: 3px;
  border: 1px solid #333;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

/* Avatar postavy */
.rankings-class-image {
  width: 55px !important;
  height: 55px !important;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(0,170,255,0.6));
}

/* Online status */
.online-status-indicator {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  vertical-align: middle;
}
.donate-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #111;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donate-card img {
    max-width: 220px;
    height: auto;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 6px rgba(157, 109, 255, 0.8));
}

.donate-card span {
    font-size: 18px;
    font-weight: bold;
    color: #9d6dff; /* neon purple */
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgba(157, 109, 255, 0.9);
}

.donate-card:hover {
    transform: scale(1.08);
    box-shadow: 0 0 35px rgba(157, 109, 255, 0.9);
}
.stripe-package {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #111;
    border-radius: 12px;
    padding: 15px 20px;
    margin: 15px 0;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); /* zlatý glow */
    transition: transform 0.2s, box-shadow 0.2s;
}

.stripe-package:hover {
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.6);
}

.stripe-package img {
    width: 50px;
    height: auto;
    margin-right: 15px;
}

.stripe-price {
    font-size: 20px;
    font-weight: bold;
    color: #FFD700; /* zlatá */
}

.stripe-coins {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.stripe-buy {
    padding: 8px 18px;
    background: linear-gradient(145deg, #003366, #0055aa);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.stripe-buy:hover {
    background: linear-gradient(145deg, #0055aa, #0077ff);
    transform: scale(1.05);
}

