/**
* Design By Bindvps
**/
@import url("https://fonts.googleapis.com/css?family=Prompt:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=thai");
@import url("https://fonts.googleapis.com/css?family=Mitr:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=thai");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto");

body {
	font-family: "Prompt",sans-serif;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
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;
}
/**
* Nav Bar Menu
**/
.navbar_menu .navbar_menu_bg {
	width:100%;
	height:56px;
	margin:0 auto;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	position:fixed;
	z-index:50;
}
.navbar_container {
	height:56px;
	position:relative;
}
.navbar_menu .dropdown_menu {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:100%;
	z-index:5;
	margin-left:-1px;
	left:0;
	width:130%;
	transform:translateY(-2em);
	z-index:-1;
	transition:all .5s ease-in-out 0s,visibility 0s linear .5s,z-index 0s linear 0s;
}
.navbar_menu .dropdown_menu {
    font-size: 12px;
    background-color: #0c0c0c;
    border: 1px solid #000;
    border-top: 0;
    padding: 0 auto;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.navbar_menu .navbar_container:hover .dropdown_menu {
	visibility:visible;
	opacity:1;
	z-index:1;
	transform:translateY(0%);
	transition-delay:0s,0s,0.3s;
}
.navbar_menu .dropdown_menu a {
	padding:10px 5px 10px 8px;
	text-align:left;
	font-weight: 200;
	border-bottom: solid 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu .dropdown_menu a:hover {
	padding-left:13px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu .dropdown_menu>li:last-child a{
	border-bottom:0;
}
.navbar_menu ul{
	width:1170px;
	margin:0 auto;
	list-style:none;
	padding-left:65px;
}
.navbar_menu nav a{
	cursor: pointer;
	color:#fff;
	font-family:'Prompt',sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	display:block;
	padding:8px 22px;
	text-decoration:none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu nav a:hover{
	color:#fff34e;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
.navbar_menu nav ul,.navbar_menu nav ul li{
	list-style-type:none;
	padding:0;
	margin:0;
}
.navbar_menu nav span{
	font-weight:300;
	display:block;
	font-size:70%;
	text-transform: uppercase;
}
.navbar_menu nav .arrow:after {
    width: 9px;
    height: 11px;
    background: url(../../images/angel.png) center top no-repeat;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 5px;
    content: '';
}
.navbar_menu nav>ul{
	text-align:center;
}
.navbar_menu nav>ul>li{
	display:inline-block;
	border-left: solid 1px rgba(255, 255, 255, 0.09);
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
/**
* Status Server Box
**/
.box-status-player {
    text-align: center;
    color: #ff8026;
    font-family: 'Asap',sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 2.7em;
}
.box-status-account {
    text-align: center;
    color: #a849d0;
    font-family: 'Asap',sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 2.2em;
}
.box-status-charall {
    text-align: center;
    color: #ff3680;
    font-family: 'Asap',sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 2.5em;
}
.box-status-guildall {
    text-align: center;
    color: #06af9d;
    font-family: 'Asap',sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: 1px;
	margin-top: -3px;
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 79px;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}
/**
* Header Box Wrapper
**/
.warpper-table {
	width:1200px;
	border-spacing: 0;
    border-collapse: collapse;
}
.wrapper {
    width: 100%;
	min-width: 1000px;
    height: 3000px;
    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: 1200px;
	height:4078px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../../images/bg_body1.jpg);
	z-index:1;
	-webkit-animation: 3s change infinite linear;
	-moz-animation:  3s change infinite linear;
    -o-animation:  3s change infinite linear;
    -ms-animation: 3s change infinite linear;
	animation: 3s change infinite linear;
	animation-timing-function: ease-in-out;
}
@-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: 1200px;
    position: relative;
    z-index: 5;
    margin: -220.5em auto;
}
.header_img {
    width: 1200px;
	height: 0;
    position: absolute;
    z-index: 3;
}
.header_img>div {
	position: absolute;
}
.header_logo {
	background: url(../../images/icon/logo_body.png);
	width: 914px;
	height: 425px;
	position: absolute;
	z-index: 5;
    top: -38em;
    left: 15em;
	-webkit-animation: 3s logo infinite linear;
	-moz-animation:  3s logo infinite linear;
	animation: 3s logo infinite linear;
}
@-webkit-keyframes logo {
	0%{transform:scale(1)}
	20%{transform:scale(1.05)}
	30%{transform:scale(.90)}
	45%{transform:scale(1.05)}
	60%{transform:scale(1)}
}
@keyframes logo {
	0%{transform:scale(1)}
	20%{transform:scale(1.05)}
	30%{transform:scale(.90)}
	45%{transform:scale(1.05)}
	60%{transform:scale(1)}
}
.sky {
    height: 680px;
    width: 100%;
    overflow: hidden;
    position: relative;
    bottom: -30em;
    z-index: 1;
}
.clouds_one {
    background: url(../../images/icon/clouds.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_one 130s linear infinite;
    -moz-animation: cloud_one 130s linear infinite;
    -o-animation: cloud_one 130s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.clouds_two {
    background: url(../../images/icon/clouds.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_two 50s linear infinite;
    -moz-animation: cloud_two 50s linear infinite;
    -o-animation: cloud_two 50s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.clouds_three {
    background: url(../../images/icon/clouds.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_three 200s linear infinite;
    -moz-animation: cloud_three 200s linear infinite;
    -o-animation: cloud_three 200s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@-webkit-keyframes cloud_one{
	0%{left:0}100%{left:-200%}
}
@-webkit-keyframes cloud_two{
	0%{left:0}100%{left:-200%}
}
@-webkit-keyframes cloud_three{
	0%{left:0}100%{left:-200%}
}
@-moz-keyframes cloud_one{
	0%{left:0}100%{left:-200%}
}
@-moz-keyframes cloud_two{
	0%{left:0}100%{left:-200%}
}
@-moz-keyframes cloud_three{
	0%{left:0}100%{left:-200%}
}
/*Loading*/
#loadPage{
	display:block;
	width:100%;
	height:100vh;
	background-color:transparent;
	position:fixed;
	top:0;
	left:0;
	z-index:9999999999;
}
#loadPage > span{
	position:absolute;
	background-image:url('../../images/icon/loading1.png');
	width:300px;
	height:360px;
	left:50%;
	margin-left:-12em;
	top:25em;
	margin-top:-60px;
	animation:day 0.5s ease infinite;
}
@keyframes day{
    0%{
		transform:scale(1.0);	
    }
    50%{
		transform:scale(0.95);	
    }
    100%{
    	transform:scale(1.0);	
    }
}
/**
* All News
**/
.tooltip {
	font-size:10px;
}
.box-allnews-left {
    width: 270px;
    float: left;
    margin-left: 9px;
    margin-right: 5px;
    margin-top: 7px;
    background-color: #fff;
    border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.box-allnews-right {
	width:270px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:7px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.text-fullnews {
    font-family:'Kanit',sans-serif;
	font-size:14px;
    padding-top: 0px;
    color: #4d73ff;
}
.text-mininews {
	font-family:Tahoma;
	font-size:12px;
    padding-bottom: 2px;
    color: #676767;
}
.text-postnews {
	font-family:Tahoma;
	font-size:11px;
    color: #b3b2b2;
	padding-left:5px;
}
.label {
    float: right;
    border-radius: 50px;
    font-family: Tahoma;
    font-size: 10px;
	font-weight:300;
	letter-spacing:1px;
	text-transform: uppercase;
	padding: 2px 12px 4px 12px;
	margin-right: 5px;
}
.label-all-update {
    background-color: #05aeca;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.label-all-news {
    background-color: #e56e7e;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.label-all-event {
    background-color: #f99a56;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	margin-right: 3px;
}
.label-all-promo {
    background-color: #6cbf76;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.imgnewscate {
    position: absolute;
    width: 100%;
    float: left;
}
figure {
	width: 280px;
    height: 150px;
    margin: 5px 5px;
	padding: 0;
	background: transparent;
	overflow: hidden;
}
.img-shine {
	margin-bottom: 5px;
}
.img-shine figure {
	position: relative;
}
.img-shine p {
	display:block;
    margin: 0 0 -4px 5px;
}
.img-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,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.img-shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/**
* Modal
**/
.modal-body {
	padding: 0px 15px 0px;
}
.modal-lg {
	width: 900px;margin: 100px auto 0;
}
.modal-header {
	border-bottom: none;
}
.modal-header .close {
	margin-top: -10px;
}
.modal-open {
  overflow:hidden;
  overflow-y:scroll;
  padding-right:0 !important;
}
.modal.fade .modal-dialog {
   -webkit-transform: scale(0.9);
   -moz-transform: scale(0.9);
   -ms-transform: scale(0.9);
   transform: scale(0.9);
   top: 300px;
   opacity: 0;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   transition: all .2s linear;
}

.modal.fade.in .modal-dialog {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transform: translate3d(0, -300px, 0);
   transform: translate3d(0, -300px, 0);
   opacity: 1;
}
.close {
	float: right;
	font-size: 30px;
	font-weight: normal;
}
.close:hover, .close:focus {
	outline: 0 !important;
}
.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-modal {
    border-color: #fff;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #3c64ff;
}
.table > thead > tr > th {
    vertical-align: bottom;
    color: #ff7736;
	 font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f9f9f9;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 12px;
    border-top: 1px solid #f9f9f9;
}
.btn-save {
    color: #ff8581;
    background-color: #fff;
    border-color: #ffb3b1;
    border-width: 1px;
    letter-spacing: 0.5px;
	-webkit-transition: .5s all;
    transition: .5s all;
}
.btn-save:hover {
    color: #fff;
    background-color: #ef706d;
    border-color: #ef706d;
    border-width: 1px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-save:focus {
    color: #bb4b48;
    background-color: #ffafad;
    border-color: #ec9492;
    border-width: 1px;
    outline: 0 !important;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.45);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.45);
}
.btn-save:active {
    color: #fff;
    background-color: #ff9491;
    border-color: #ff9491;
    border-width: 1px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
}
.btn:active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .20);
}
/**
* Form Ranking
**/
.nav-tabs {
	border-bottom: 1px solid #eee;
	margin-top:5px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
	font-weight:300;
    color: #ff5402;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #eee;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
/**
* Guild War Box
**/
.guild-row {
	margin-top: -1em;
	margin-left: 1em;
}
.guild-box {
  width: 370px;
  height: 90px;
  margin-top: 2em;
  margin-left: 1em;
  float: left;
  background-color: #fff;
  border: solid 2px #ceb8a9;
  border-radius: 6px;
  color: #333;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.10);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.10);
}
.guild-bgem {
	position:relative;
	background:url('../../images/flag.html') no-repeat;
	width:50px;height:101px;
	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: 1em;
}
.guild-textcastle {
	margin-top: .6em;
  padding: 2px;
	font-size: 14px;
	color: #ff3838;
}
.guild-textcastle span {
	color: #333;
}
.guild-textname {
  padding: 1px;
	font-size: 14px;
	color: #275eff;
}
.guild-textname span {
	color: #333;
}
.guild-textmaster {
  padding: 1px;
	font-size: 14px;
	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; }
}
.rank-box {
	color:#000;
	margin-top:0.8em;
}
.rank-number {
  font-size: 11px;
  color:#000;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.10);
  padding: .50em;
  border-radius: 3px 0 0 3px;
  width: 100%;
  letter-spacing:0.5px;
  margin: 0 auto;
}
.rank-name {
  font-size: 11px;
  color:#000;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.10);
  padding: .50em;
  border-radius: 0px;
  letter-spacing:0.5px;
  width: 100%;
  margin: 0 auto;
}
.rank-point {
  font-size: 11px;
  color:#000;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.10);
  padding: .50em;
  border-radius: 0 3px 3px 0;
  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: 2px;
  line-height: 1.25;
  vertical-align: middle;
  border-top: 0;
}
.table-rank > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
	color: #464646;
	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;
  margin-top: 10em;
  font-family: Tahoma;
  font-size: 12px;
}
@keyframes castle_r {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { opacity:0; }
}
/* Footer Form */
.footer_menu_box {
    display: block;
    margin-top: 0.5em;
    margin-left: -2.5em;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: #fff;
}
.footer_menu_box li {
	padding-top:5px;
}
.footer_menu_box li a {
	color:#fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer_menu_box li a:hover {
	color:#fff700;
	padding-left:10px;
	font-weight: 400;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* 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;
	}
}