* {
  -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;
}
.clearfix {
  overflow: auto;
}
body,a {
	cursor: url('../images/kal1.png'), auto; 
}

a:hover { 
	cursor: url('../images/kal2.png'), auto; 
}

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 {
    background: url(../images/blitzepiclogo.png) no-repeat center;
    width: 450px;
    height: 450px;
    display: block;
    position: absolute;
    top: 5px;
    left: 335px;
    z-index: 10;
}
}

.logo a:hover {
		-webkit-filter: brightness(150%);
		filter: brightness(150%);
	}

.header-bottom-block {
  position: absolute;
  width: 100%;
  height: 95px;
  bottom: 0px;
  z-index: 10;
}


.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);
  border-radius: 25px 25px;
  background-position: center;

}
.menu li:nth-child(2):before {
  background-image: url(../images/menu-icon-2.png);
  border-radius: 25px 25px;
  background-position: center;
}
.menu li:nth-child(3):before {
  background-image: url(../images/menu-icon-4.png);
  border-radius: 25px 25px;
  background-position: center;
}
.menu li:nth-child(4):before {
  background-image: url(../images/menu-icon-6.png);
  border-radius: 25px 25px;
  background-position: center;
}
.menu li:nth-child(5):before {
  background-image: url(../images/menu-icon-5.png);
  border-radius: 25px 25px;
  background-position: center;
}
.menu li:nth-child(6):before {
  background-image: url(../images/menu-icon-8.png);
  border-radius: 25px 25px;
  background-position: center;
}
.menu li:nth-child(7):before {
  background-image: url(../images/menu-icon-7.png);
  border-radius: 25px 25px;
  background-position: center;
}
.menu li:nth-child(8):before {
  background-image: url(../images/menu-icon-3.png);
  border-radius: 25px 25px;
  background-position: center;
}
.menu li:nth-child(9):before {  
  width: 39px;
  height: 39px;
  background-image: url(../images/menu-icon-9v2.webp);
  background-size: contain;
  background-repeat: no-repeat; 
}

.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 .dc {
  background: url(../images/soc-icons-v2.png) 0px 0px no-repeat;
}
.soc-block .dc:hover {
  background: url(../images/soc-icons-v2.png) 0px -31px no-repeat;
  top: -5px;
}
.soc-block .fb {
  background: url(../images/soc-icons-v2.png) -42px 0px no-repeat;
}
.soc-block .fb:hover {
  background: url(../images/soc-icons-v2.png) -42px -31px no-repeat;
  top: -5px;
}
.soc-block .yt {
  background: url(../images/soc-icons-v2.png) -84px 0px no-repeat;
}
.soc-block .yt:hover {
  background: url(../images/soc-icons-v2.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: 913px;
  top: 117px;
  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: 177px;
  top: 44px;
  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: 129px;
  top: -15px;
  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: 67px;
  top: -73px;
  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 {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.news .news-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 25px;
  font-size: 16px;
  text-align: center;
  color: #bfc0bf;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
              url(../images/content-title.jpg) center center / cover no-repeat;
  border-radius: 5px;
  margin-bottom: 2px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .news .news-title {
    font-size: 14px;
    padding: 10px 15px;
    min-height: auto;
  }
}

.news .news-img img {
  margin-bottom: 25px;
  max-width: 100%;
  height: auto;
}

.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 .med-youtube {
    height: 316px;
    width: 285px;
    padding: 0px;
    margin-top: -57px;

}

.widget-left .med-youtube  table tr {
    /* border-collapse: collapse; */
    padding: 6px 0px;
    /* border: 1px solid #1f4b5d; */
}

.widget-left .med-youtube  table td {
    /* border-collapse: collapse; */
    padding: 6px 0px;
    /* border: 1px solid #1f4b5d; */
font-family: system-ui;

}
.widget-left .com-discord {
    height: 316px;
    width: 286px;
    padding: 0px;
    margin-top: -22px;
}
.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: 110px;
}

.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: 9px;
  text-transform: none;
  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: 9px;
}
.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: 28px;
  margin-bottom: -5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
}

.castle-owner {
    font-size: 16px;
}


.flex-s-c span {
    font-size: 22px;
text-align: center;
margin-left: 20px;
}
.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;
}

.countdown-container {
  display: flex;
/*  width: 100%;
  max-width: 30%;
  justify-content: space-between;
  margin-bottom: 50px;*/
}

.days-container,
.hours-container,
.minutes-container, 
.seconds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(20,56,80);
  border: 2px solid rgb(0,241,255);
  width: 80px;
  height: 100px;
  border-radius: 9px;
  margin-right: 5px;
}

.days,
.hours,
.minutes,
.seconds {
  font-size: 2.5em; 
  margin: 10px 0;
}

.days-label,
.hours-label,
.minutes-label,
.seconds-label {
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  
  .countdown-container {
    max-width: 90%;
  }
  
  .days-container,
  .hours-container,
  .minutes-container, 
  .seconds-container {
    font-size: 0.8em;
    width: 100px;
    height: 100px;
  }
}

/* Update this class to fix vertical alignment */
.server-hud-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px; /* Increased slightly for breathing room */
    width: 100%;
    margin-top: -5px; /* Lifts the whole text block up slightly */
}

/* Optional: tighten the gap between Name and Status */
.hud-header {
    margin-bottom: 4px; /* Reduced from 6px */
    line-height: 1;
}

.hud-name {
    font-family: 'Segoe UI', sans-serif; /* Or your site's font */
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.hud-season {
    font-size: 10px;
    text-transform: uppercase;
    color: #888; /* Muted silver */
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 1px;
}

/* 2. Status Indicator - Glowing & Clean */
.hud-status {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.hud-status.online .status-text {
    color: #2ecc71; /* Bright Green */
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.4);
}

.status-beacon {
    width: 6px;
    height: 6px;
    background-color: #2ecc71;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7);
    animation: beaconPulse 2s infinite;
}

/* 3. Action Button - Minimalist */
.hud-action-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
    border-left: 2px solid #555;
    padding: 6px 12px;
    color: #bbb;
    text-decoration: none !important;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hud-action-btn:hover {
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    border-left-color: #cda34c; /* Highlight Gold on hover */
    color: #fff;
    padding-left: 15px; /* Slide effect */
}

.tiny-arrow {
    font-size: 8px;
    opacity: 0.5;
}

.hud-action-btn:hover .tiny-arrow {
    opacity: 1;
}

/* Animations */
@keyframes beaconPulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(46, 204, 113, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

/* Event Schedule Timer Styling */

/* The countdown numbers (01:23:45) */
.es-timer {
    color: #aaaaaa; /* Light gray to match your screenshot text */
    font-family: "Courier New", Courier, monospace; /* Monospace keeps numbers from jumping */
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Status: OPEN NOW */
.es-status.es-open {
    color: #4cea5e; /* Bright Green */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 0 0 5px rgba(76, 234, 94, 0.6); /* Green Glow */
    animation: pulse-green 1.5s infinite;
}

/* Status: IN PROGRESS */
.es-status.es-progress {
    color: #ffb400; /* MU Gold/Orange */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 0 0 5px rgba(255, 180, 0, 0.5); /* Gold Glow */
}

/* Optional: Pulse animation for the OPEN status */
@keyframes pulse-green {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Container for the feed */
.news-feed-container {
    display: flex;
    flex-direction: column;
    gap: 30px; /* Consistent space between news items */
}

.cen-youtube {
    background: rgba(20, 20, 20, 0.85); /* Semi-transparent dark background */
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
    margin-bottom: 0; /* Handled by container gap */
}
/* The Card Itself */
.news-card {
    background: rgba(20, 20, 20, 0.85); /* Semi-transparent dark background */
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
    margin-bottom: 0; /* Handled by container gap */
}

.news-card:hover {
    transform: translateY(-2px);
    border-color: #04070c; /* Gold border on hover */
}

/* Header Area */
.news-card-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(to right, #1a1a1a, #000);
    border-bottom: 1px solid #333;
}

/* Date Box Styling */
.news-meta-date {
   background: linear-gradient(30deg, white, transparent) ;
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    margin-right: 15px;
    min-width: 50px;
    line-height: 1;
}

.news-meta-date .day {
    display: block;
    font-size: 18px;
    font-weight: 800;
}

.news-meta-date .month {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Title Styling */
.news-title {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.news-title a:hover {
    color: #d4af37;
}

/* Content Body */
.news-card-body {
    padding: 20px;
    color: #ccc;
    font-size: 14px;
    line-height: 1.6; /* CRITICAL for readability */
    text-align: left; /* Force left align regardless of editor input */
}

.news-card-body blockquote {
    border-left: 3px solid #d4af37;
    background: rgba(255, 255, 255, 0.05);
    margin: 15px 0;
    padding: 10px 15px;
    font-style: italic;
    color: #fff;
}

/* Fix images inside the content being too big */
.news-card-body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 10px 0;
}

/* Footer / Action Area */
.news-card-footer {
    /* padding: 15px 20px; */
    /* background: rgba(0,0,0,0.2); */
    /* border-top: 1px solid #222; */
    text-align: right;
    float: right;
    margin-left: 170px;
}

/* Modern Button */
.btn-read-more {
    display: inline-block;
    padding: 8px 20px;
    background: transparent;
    border: 1px solid #555;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-read-more:hover {
    background: gray;
    color: #000;
    border-color: #d4af37;
}

.events li {
margin-top: 5px;
}
.events li span {
float: right;
}


.more-text 
{display: none;}

.wrapper table thead {
    font-weight: 1000;
background: linear-gradient(265deg, #150f13, #06171e);
}



#menu table {
 margin-left: 35px;
}
.rankbtn {
    top: 10px;
    left: 244px;
    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);
    display: inline-block;
    margin-left: 15px;
}
.rankbtn a {
text-decoration: none;
}

.rankbtn .active {
color: white;
}