/**
* Design By Eggda-Studio
**/
@import url("https://fonts.googleapis.com/css?family=Krub:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=thai");

body {
	font-family: "Krub",sans-serif;
  color: #000;
	margin:0;
	padding:0;
	overflow-x:hidden;
	cursor: url('../../images/cusor.png'),auto;
}
a {
	cursor: url('../../images/link.cur'),auto;
}
ul{
	list-style-type:none;
}
a:link{
	text-decoration:none;
	outline:0 !important;
}
a:visited{
	text-decoration:none;
	outline:0 !important;
}
a:hover{
	text-decoration:none;
	outline:0 !important;
}
a:active{
	text-decoration:none;
	outline:0 !important;
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
  height: 990px;
  top: 230em;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}
#particles-js2 {
	position: absolute;
	width: 100%;
	height: 1200px;
	top: 10em;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}
/**
* Header Box Wrapper
**/
.wrapper {
    width: 100%;
	  min-width: 1280px;
    height: 4380px;
    background-image: url(../../images/bg_body.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.change {
	position:absolute;
	width:100%;
	min-width: 1280px;
	height: 4380px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../../images/bg_body1.jpg);
	z-index:1;
	-webkit-animation: 5s change infinite linear;
	-moz-animation: 5s change infinite linear;
  -o-animation:  5s change infinite linear;
  -ms-animation: 5s change infinite linear;
	animation: 5s change infinite linear;
}
@-webkit-keyframes change {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes change {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 1;}
}
.header_table {
    width: 1280px;
    position: relative;
    z-index: 2;
    margin: -313em auto;
}
.header_img {
    width: 1280px;
	height: 0;
    position: absolute;
    z-index: 3;
}
.header_img>div {
	position: absolute;
}
.img-logo {
	background: url(../../images/logo.png);
	width:850px;
	height:500px;
	position: absolute;
	z-index: 99;
	top: 40em;
	left: 16em;
	z-index: 99;
	-webkit-animation: .5s jumpjumpEffect infinite linear;
	-moz-animation:  .5s jumpjumpEffect infinite linear;
	animation: .5s jumpjumpEffect infinite linear;
}
@-webkit-keyframes jumpjumpEffect {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes jumpjumpEffect {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
	
.img-slider01 {
	background: url(../../images/imgslider_01.png);
	width:260px;
	height:590px;
	position: absolute;
	z-index: 20;
  top: 78.5em;
  left: 0em;
}
.img-slider02 {
	background: url(../../images/imgslider_02.png);
	width: 250px;
	height:590px;
	position: absolute;
	z-index: 20;
  top: 78.5em;
  right: 0em;
}
/**
* Status Server Box
**/
.box-status-on {
    text-align: center;
    color: #00720b;
    font-family: 'Krub',sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 0.2px;
	-webkit-text-shadow: 0 2px 3px rgb(82 190 92  / 35%);
    text-shadow: 0 2px 3px rgb(82 190 92 / 35%);
}
.box-status-off {
    text-align: center;
    color: #ff3838;
    font-family: 'Krub',sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 0.2px;
	-webkit-text-shadow: 0 2px 3px rgb(254 171 171 / 35%);
    text-shadow: 0 2px 3px rgb(254 171 171 / 35%);
}
.box-status-player {
    text-align: center;
    color: #f47900;
    font-family: 'Krub',sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin-top: 0.2em;
    -webkit-text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.box-status-user {
    text-align: center;
    color: #004ef4;
    font-family: 'Krub',sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin-top: 0.5em;
    -webkit-text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.box-status-char {
    text-align: center;
    color: #fff;
    font-family: 'Krub',sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin-top: 0.3em;
    -webkit-text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.rank-box {
	color:#000;
	margin-top:0.5em;
}
.rank-number {
    font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .15em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.rank-name {
  font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .15em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.rank-point {
  font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .15em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.table-rank {
  width: 100%;
  max-width: 100%;
}
.table-rank > thead > tr > th,
.table-rank > tbody > tr > th,
.table-rank > tfoot > tr > th,
.table-rank > thead > tr > td,
.table-rank > tbody > tr > td,
.table-rank > tfoot > tr > td {
  padding: 4px;
  line-height: 1.25;
  vertical-align: middle;
  border-top: 0;
}
.table-rank > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.table-rank > caption + thead > tr:first-child > th,
.table-rank > thead:first-child > tr:first-child > th,
.table-rank > caption + thead > tr:first-child > td,
.table-rank > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-rank > tbody + tbody {
  border-top: 0;
}
.table-rank .table-rank {
  background-color: transparent;
}
.show-reloadbox {
  padding: 15px;
  border-radius: 4px;
  color: #db2828;
  background-color: #ffe8e6;
  border-color: #ffa5a5;
  width: 96%;
  margin: 0 auto;
  font-family: Tahoma;
  font-size: 12px;
}
/**
* Allnews Event Box
**/
.allnews-row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 50px;
}
.allnews-col {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    width: 33.33333333%;
}
.allnews-box {
	margin-top: 20px;
    width: 396px;
    height: 400px;
    position: relative;
    padding: 10px;
    margin-bottom: 2.5em;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  -webkit-transition: all .5s ease-in-out;
	  -moz-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
}
.allnews-box:hover {
	  margin-top: 20px;
    width: 396px;
    height: 400px;
    position: relative;
    padding: 10px;
    margin-bottom: 2.5em;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
figure {
    margin: -10px 0 0 -10px;
}
figure {
	width: 396px;
  height: 270px;
	padding: 0;
	background: transparent;
	overflow: hidden;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.boximg-shine {
	margin-bottom: 5px;
}
.boximg-shine figure {
	position: relative;
}
.boximg-shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.boximg-shine figure:hover::before {
	-o-animation: shine .75s ease-in-out;
	-ms-animation: shine .75s ease-in-out;
	-moz-animation: shine .75s ease-in-out;
	-webkit-animation: shine .75s ease-in-out;
	animation: shine .75s ease-in-out;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.allnews-text-harder {
    font-size: 16px;
    font-weight: 300;
	letter-spacing:1px;
    color: #000;
	padding: 5px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: '...';
}
.allnews-text {
	font-size:14px;
	font-weight: 400;
	letter-spacing:0.8px;
	color: #636363;
	padding: 5px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: '...';
}
.allnews-time {
	font-family: Tahoma;
	font-size:11px;
	color:#c3c3c3;
	padding: 5px;
}
.allnews-botton {
	padding: 5px;
}
.btn-view {
    color: #ff5757;
    background-color: #fff;
    border-color: #e8e8e8;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.btn-view:hover {
    color: #333;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}
.btn-view:focus, .btn-view.focus {
    color: #ff5757;
    background-color: #fff;
    border-color: #e8e8e8;
    outline: 0 !important;
}
.btn-view:active, .btn-view.active {
    color: #ff5757;
    background-color: #fff;
    border-color: #e8e8e8;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.allnews-time span {
	font-family: Tahoma;
	float:right;
}
.status-event {
    display: inline;
    padding: .2em .8em .3em .8em;
    font-size: 85%;
    font-weight: 300;
    line-height: 1em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    -webkite-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}
.bg-notice {
    background-color: #2495cc;
}
.bg-update {
    background-color: #65a72a;
}
.bg-activities {
    background-color: #fd973f;
}
.bg-promotion {
    background-color: #ff6b6b;
}
.bg-gameguide {
    background-color: #9e32b9;
}
/**
* Form Ranking
**/
.table {
  width: 99%;
  max-width: 99%;
  margin-left: 2px;
  margin-top: 10px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #503f3f;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #503f3f;
}
th {
  font-weight: 400;
  color: #fff;
}
.label-rank-no {
  background-color: #403135;
}
.label-rank-name {
  background-color: #403135;
}
/**
* Guild War Box
**/
.guild-row {
	margin-top: 0.2em;
	margin-left: 3em;
}
.guild-box {
    width: 121px;
    height: 135px;
    margin-top: 3.5em;
    margin-left: 1em;
    float: left;
}
.guild-bgem {
	position:relative;
	background:url('../../images/guild-flag.png') no-repeat;
	width:121px;height:135px;
	float: left;
	margin-top: -1.2em;
	margin-left: 1.2em;
	margin-right: .9em;
}
.guild-bgem .icon-em {
	position: absolute;
	width: 24px;
	height:24px;
	background:#ccc;
	border: 1px solid #612711;
    top: 3em;
    left: 3.5em;
}
.guild-textcastle {
	margin-top: 1.2em;
	padding: 2px;
	font-size: 16px;
	color: #ff3838;
}
.guild-textcastle span {
	color: #333;
}
.guild-textname {
  padding: 1px;
	font-size: 16px;
	color: #275eff;
}
.guild-textname span {
	color: #333;
}
.guild-textmaster {
  padding: 1px;
	font-size: 16px;
	color: #176b12;
}
.guild-textmaster span {
	color: #333;
}
.no-castle {
    margin: 10.5em auto auto 16.8em;
    width: 421px;
	-webkit-animation: 3s castle_r infinite linear;
	-moz-animation:  3s castle_r infinite linear;
	-o-animation:  3s castle_r infinite linear;
	-ms-animation: 3s castle_r infinite linear;
	animation: 3s castle_r infinite linear;
}
@keyframes castle_r {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { opacity:0; }
}
.show-reloadbox {
  padding: 15px;
  border-radius: 4px;
  color: #db2828;
  background-color: #ffe8e6;
  border-color: #ffa5a5;
  width: 96%;
  margin: 0 auto;
  margin-top: 5em;
  font-family: Tahoma;
  font-size: 12px;
}
.label {
  display: inline;
  padding: 0.1em 0.7em 0.1em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
/* Scrollbar */
body::-webkit-scrollbar { width:5px; height:5px; background-color:#fff;}
body::-webkit-scrollbar-track {background-color:#fff;}
body::-webkit-scrollbar-thumb {background: #eee;}

@media(max-width:1170px){
body,html{
	width:1200px;
	}
}