body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
  width: 100%;
  background: url(../images/top-bg.jpg) top center no-repeat, url(../images/bottom-bg.jpg) bottom center no-repeat;
  background-color: #0e171e;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

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

abbr, acronym {
    border: 0;
}

a {
    color: #5385bb;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #868889;
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

#header {
    background: url(../images/header-bg.png) no-repeat center top;
    min-height: 106px;
    padding: 25px 0 0 0;
}

nav {
    text-align: center;
    width: 772px;
    margin: 0 auto;
    padding: 0 0 0 15px;
}

nav a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    font-weight: normal;
    font-size: 13px;
}


.top-panel {
  height: 64px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  z-index: 10;
  transition: all 1s ease;
}
.top-panel .top-panel-container {
  width: 904px;
  margin: 0 auto;
}
.top-panel:hover {
  background: rgba(0, 0, 0, 0.5);
}
.ifrset {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-top: -5px;
	display: block;
	background-color: #c8dcff;
	border-radius: 10px;
	opacity: 0.1;
}
.flex-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.style4 span {
    float: right;
}

.menu li {
  display: inline-block;
  margin: 0px 12px;
  padding: 0px;
  background: none;
}
.w-coins, .wcoins {
    color: #CC6600;
    font-weight: bold;
}

.zz-coins, .zzcoins {
    color: #a95d5d;
    font-weight: bold;
}
.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;
}

.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.wrapper {
  width: 904px;
  margin: 0 auto;
  position: relative;
}

.header {
  height: 480px;
  position: relative;
}

.container {
  min-height: 1050px;
  display: flex;
  position: relative;
}
.container:before {
  content: "";
  background: url(../images/left-container-icon.png) no-repeat;
  left: -35px;
  top: -34px;
  width: 74px;
  height: 73px;
  position: absolute;
  z-index: 1;
}
.container:after {
  content: "";
  background: url(../images/right-container-icon.png) no-repeat;
  right: -35px;
  top: -34px;
  width: 74px;
  height: 73px;
  position: absolute;
}

.left-sidebar {
  width: 285px;
  background: url(../images/sidebar-bg.jpg);
  margin-bottom: 110px;
  position: relative;
}
.left-sidebar:after {
  content: "";
  background: url(../images/left-sidebar-icon.png) no-repeat;
  left: -4px;
  bottom: -4px;
  width: 25px;
  height: 25px;
  position: absolute;
}
.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 .stats-img {
  background: url(../images/stats-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 .top-character-img {
  background: url(../images/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 .top-guild-img {
  background: url(../images/top-guild-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 .market-img {
  background: url(../images/market-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;
}
.download-block {
  background: url(../images/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;
  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(../images/login-block-bg.jpg) bottom no-repeat, url(../images/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(../images/login-icon.png);
}
.password-in input {
  background-image: url(../images/password-icon.png);
}

.green-button {
  background: url(../images/green-button.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 20px 0px rgba(119, 240, 241, 0.2);
}

.acc-menu > a {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  background-repeat:no-repeat;
  border-radius: 5px;
  color:#ffffff;
  display:block;
  margin:5px 0;
  padding: 10px 8px 10px 18px;
  transition-duration: 0.3s;
}

.acc-menu > a:hover { background-color: rgba(0, 0, 0, 0.5); }

.acc-menu > a > span {
  background-color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin: -3px 6px;
  border-radius: 12px;
  color: #FF7900;
  font-weight: bold;
}
.acc-menu > a:hover > span { color: #007CB8; }

.light {
  background: url(../images/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);
}

.content {
  width: 590px;
  padding: 30px 20px 40px 20px;
  position: relative;
  background: url(../images/content-bg.jpg);
  line-height: 1.4;
}
.content:before {
  content: "";
  background: url(../images/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(../images/bottom-content-icon.png) no-repeat;
  left: -30px;
  bottom: -12px;
  width: 690px;
  height: 40px;
  position: absolute;
}

.tabs {
  padding: 20px 20px;
  box-shadow: 0px 25px 30px -5px rgba(0, 0, 0, 0.2);
  background: url(../images/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;
}
#news:checked ~ #content-news,
#articles:checked ~ #content-articles,
#guides:checked ~ #content-guides {
  display: block;
}
.main-inner-block {
    margin-top: 40px;
}
.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;
}
.footer {
  height: 300px;
  position: relative;
  color: #455468;
  line-height: 1.3;
}
.footer a {
  color: #567db3;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 170px;
}
.design {
  text-align: right;
  padding-right: 20px;
  width: 210px;
}
.copyright {
  padding-left: 20px;
  width: 210px;
}

.thislogi input {
  background-color: rgba(0, 0, 0, 0.5);
  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% - 50px);
}
.thislogi input:focus {
  border: 1px solid #424e63;
}
.thislogi input:hover {
  border: 1px solid #424e63;
}
.thislogiBtn {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/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;
}

#server_1 {
	background-color:#24375ea3;
	padding:9px;
	border-radius:5px;
}

#server_2 {
	background-color:#24375ea3;
	margin-left: 130px;
	padding:9px;
	border-radius:5px;
}

#server_3 {
	background-color:#24375ea3;
	margin-left: 260px;
	padding:9px;
	border-radius:5px;
}

#server_4 {
	background-color:#24375ea3;
	margin-left: 390px;
	padding:9px;
	border-radius:5px;
}

.serverinf {
	width: 100px;
	height: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 12px;
	position: absolute;
	padding-top:22px;
	text-align:left;
}
.serverinf a {
	color: #b6cbdd;
}
.serverinf span {
	display: block;
	font-size: 11px;
}
.server_status{
	margin-top: 5px;
	width: 100px;
	height: 5px;
	background: #0000004a;
}
.server_status .firstS1 {
	display: block;
	height: 100%;
	box-shadow: 0px 0px 5px 0px #1ebbcc;
	background: #284a8a;
	transition: 1.5s;
}

.server_status .firstS2 {
	display: block;
	height: 100%;
	box-shadow: 0px 0px 5px 0px #1ebbcc;
	background: #284a8a;
	transition: 1.5s;
}

.server_status .firstS3 {
	display: block;
	height: 100%;
	box-shadow: 0px 0px 5px 0px #1ebbcc;
	background: #284a8a;
	transition: 1.5s;
}

.server_status .firstS4 {
	display: block;
	height: 100%;
	box-shadow: 0px 0px 5px 0px #1ebbcc;
	background: #284a8a;
	transition: 1.5s;
}

/* =========================
   RAW MU Logo
   ========================= */
.game-logo {
  position: absolute;
  top: 120px;                     
  left: 50%;                      
  transform: translateX(-50%);    
  margin-left: -220px;            
  z-index: 50;

  max-width: 100%;
  height: auto;
  cursor: pointer; /* clickable */

  /* Softer Glow (20% reduced) */
  filter: drop-shadow(0 0 6px rgba(0, 200, 255, 0.6))
          drop-shadow(0 0 12px rgba(0, 150, 255, 0.4));

  /* Glow cycle */
  animation: glowDayNight 10s infinite ease-in-out;
  transition: transform 0.3s ease;
}

/* Hover zoom */
.game-logo:hover {
  transform: translateX(-50%) scale(1.1);
}

/* Glow cycle: blue -> daylight -> back */
@keyframes glowDayNight {
  0% {
    filter: drop-shadow(0 0 6px rgba(0, 200, 255, 0.6))
            drop-shadow(0 0 12px rgba(0, 150, 255, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(255, 255, 200, 0.7))
            drop-shadow(0 0 24px rgba(255, 255, 180, 0.6));
  }
  100% {
    filter: drop-shadow(0 0 6px rgba(0, 200, 255, 0.6))
            drop-shadow(0 0 12px rgba(0, 150, 255, 0.4));
  }

.nmw-forum-main-sub {
    width: 984px;
    min-height: 3240px;
    padding: 10px;
    background-color: #0e171e;
    border-radius: 5px;
}