/**
* Design By Eggda-Studio
**/
@import url("https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&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&subset=thai");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto");

body {
	font-family: "Kanit",sans-serif;
	background-image: url(../../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin:0 !important;
	padding:0 !important;
	color:#6f5c5c;
}
ul{
	list-style-type:none;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 600px;
	top: 35px;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
	pointer-events: none;
}
/**
* Header Background Main
**/
.haeder-logo {
	width:421px;
	height:179px;
	background: url(../../images/logo_sv.png) no-repeat center;
	position:absolute;
	top: 10em;
    margin-left: 4em;
	-webkit-animation: 3s logo_doil infinite linear;
	-moz-animation: 3s logo_doil infinite linear;
	-o-animation: 3s logo_doil infinite linear;
	-ms-animation: 3s logo_doil infinite linear;
	animation: 3s logo_doil infinite linear;
}
@-webkit-keyframes logo_doil {
	0% { transform-origin:bottom; transform:rotate(-5deg);}
	50% { transform-origin:bottom; transform:rotate(5deg);}
	100% { transform-origin:bottom; transform:rotate(-5deg);}
}
@keyframes logo_doil {
	0% { transform-origin:bottom; transform:rotate(-5deg);opacity:1;}
	50% { transform-origin:bottom; transform:rotate(5deg);opacity:.9;}
	100% { transform-origin:bottom; transform:rotate(-5deg);opacity:1;}
}
.bg-btnleft {
    height: 0;
    width: 416px;
    position: absolute;
}
.img_btnleft1 {
    background: url(../../images/bg_btnleft1.png) no-repeat;
    height: 372px;
    width: 159px;
    left: 0px;
    top: -1px;
	position: absolute;
}
.bg-btnright {
    height: 0;
    width: 425px;
    position: absolute;
}
.img_btnright1 {
    background: no-repeat center url(../../images/bg_btnright1.png);
    height: 99px;
    width: 132px;
    right: 15px;
    top: 0px;
	position: absolute;
	-webkit-animation: 1.2s bat_doil infinite linear;
	-moz-animation: 1.2s bat_doil infinite linear;
	-o-animation: 1.2s bat_doil infinite linear;
	-ms-animation: 1.2s bat_doil infinite linear;
	animation: 1.2s bat_doil infinite linear;
}
@-webkit-keyframes bat_doil {
	0% {
	top: 0px;}
	50% {
	top:5px;}
	100% {
	top:0px;}
}
@keyframes bat_doil {
	0% {
	top: 0px;}
	50% {
	top:5px;}
	100% {
	top:0px;}
}
.img_btnright2 {
    background: no-repeat center url(../../images/bg_btnright2.png);
    height: 262px;
    width: 152px;
    right: 0px;
    top: 99px;
	position: absolute;
}
.header_box {
    position: relative;
    width: 100%;
    height: 0 auto;
}
.eyes_right, .eyes_left {
	position:absolute;
	width: 5%;
	height:0;
	padding-bottom:10%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-image:url(../../images/eyes.png);
	top: -5.2em;
	z-index:3;
	-webkit-animation: 1s eyes infinite linear;
	-moz-animation:  1s eyes infinite linear;
	-o-animation:  1s eyes infinite linear;
	-ms-animation: 1s eyes infinite linear;
	animation: 1s eyes infinite linear;
	}
@-moz-keyframes eyes {
	  0% { transform:scale(0.6);}
	  50% { transform:scale(0.7);}
	  100% { transform:scale(0.6);}
	}
@-webkit-keyframes eyes {
	  0% { transform:scale(0.6);}
	  50% { transform:scale(0.7);}
	  100% { transform:scale(0.6);}
	}
@keyframes eyes {
	  0% { transform:scale(0.6);}
	  50% { transform:scale(0.7);}
	  100% { transform:scale(0.6);}
	}
.eyes_right {
	left: 30.8%;
    top: -6em;
}
.eyes_left {
	left: 21%;
}
/**
* Status Server
**/
.player_online {
    font-family: 'Asap',sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding-top: 5px;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}
.account_id {
	font-family: 'Asap',sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding-top: 5px;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}
/**
* Login Member Form
**/
.form-login-group {
    margin-bottom: 5px;
}
.form-login-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 35px;
    font-size: 16px;
	font-weight: 300;
    line-height: 1.42857143;
    color: #ffcb68;
    background-color: #695846;
    background-image: none;
    border: 1px solid #5a4733;
    border-radius: 4px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-login-control:focus {
    border-color: #5a4733;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px #ff652a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px #ff652a;
}
.form-login-control-feedback {
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	color:#ffcb68;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
label-login {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #695441;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.form-login-control::-moz-placeholder {
  color: #ffcb68;
  opacity: 1;
}
.form-login-control:-ms-input-placeholder {
  color: #ffcb68;
}
.form-login-control::-webkit-input-placeholder {
  color: #ffcb68;
}
.form-login-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.i-size {
	font-size: 24px;
}
.btn-login {
    color: #fff;
    background-color: #b16d4c;
    border-color: #9c5b3b;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 5px rgba(255, 255, 255, 0.30);
    height: 38px;
}
.btn-login:hover {
    color: #fff;
    background-color: #b16d4c;
    border-color: #9c5b3b;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25);
}
.btn-login:focus {
    color: #fff;
    background-color: #b16d4c;
    border-color: #9c5b3b;
    outline: 0 !important;
    box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.30);
}
.btn-login:active {
    color: #fff;
    background-color: #b16d4c;
    border-color: #9c5b3b;
    outline: 0 !important;
    box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.30);
}
.list-group {
    padding-left: 0;
    margin-bottom: 10px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 6px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
}
a.list-group-item:focus, button.list-group-item:focus {
    outline: 0 !important;
}
.badge-online {
    display: inline-block;
    min-width: 10px;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #0da249;
    border-radius: 10px;
		-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-offline {
    display: inline-block;
    min-width: 10px;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f34343;
    border-radius: 10px;
		-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.modal-body {
	padding: 15px 14px 15px;
}
.modal-lg {
	width: 800px;margin: 35px auto 0;
}
.modal-header {
	border-bottom: none;
}
.modal-title {
	font:18px'Kanit';margin: 0;line-height: 1.42857143;
}
.modal-header .close {
	margin-top: -10px;
}
.fade-scale {
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.fade-scale.in {
  opacity: 1;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
  transform: scale(1);
}
.close {
  float: right;
  font-size: 30px;
  font-weight: normal;
}
.close:hover, .close:focus {
  outline: 0 !important;
}
.btn-update {
	color: #fff;
	background-color: #5D9CEC;
	border-color: #5D9CEC;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.30);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.btn-update:hover {
	color: #fff;
	background-color: #4A89DC;
	border-color: #4A89DC;
	letter-spacing: 1px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.btn-update:focus {
	color: #fff;
	background-color: #6da3e8;
	border-color: #6da3e8;
	outline: 0 !important;
}
.btn-update:active {
	color: #fff;
	background-color: #648fc7;
	border-color: #648fc7;
	outline: 0 !important;
}
/**
* Alert Form
**/
.alert-login {
    padding: 8px;
    margin-top: 40px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-login-warning {
    color: #6b491f;
    background-color: #ffc072;
    border-color: #e69e45;
}
.alert-login-success {
    color: #496927;
    background-color: #a9d876;
    border-color: #90bd5f;
}
/**
* GM Talk
**/
.text-admintalk {
    font-size: 14px;
    font-weight: 300;
    color: #fff462;
    letter-spacing: 0.8px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

/**
* All News
**/
.box-allnews {
	width:405px;
	float:left;
	margin-left:15px;
	margin-bottom:10px;
}
.text-fullnews {
    font-family:'Kanit',sans-serif;
	font-size:14px;
    padding-top: 8px;
    color: #ff4d4d;
}
.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;
	padding: 4px 10px 5px 10px;
}
.label-all-update {
    background-color: #05aeca;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
}
.label-all-news {
    background-color: #e56e7e;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
}
.label-all-event {
    background-color: #f99a56;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
	margin-right: 3px;
}
.label-all-promo {
    background-color: #6cbf76;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
}
.imgnewscate {
    position: absolute;
    width: 100%;
    float: left;
}
figure {
	width: 405px;
	height: 185px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}
.img-shine figure {
	position: relative;
}
.img-shine p {
	display:block;
    margin: 0 0 -2px 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%;
	}
}

/**
* Eddga Alert
**/
.eddga-alert {
	font-family: 'Kanit',sans-serif;
	font-size:14px;
	font-weight:300;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 15px;
	background:#cce9f2;
	border: 1px solid #86cde3;
	color:#2584a0;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}
.eddga-alert-success {
	background: #d8f1c6;
	border-color: #b3cda1;
	color: #749958;
}
.eddga-alert-danger {
	background: #f9d9d9;
	border-color: #e1a1a1;
	color: #b55454;
}
.eddga-alert-warning {
	background: #fbf4dd;
	border-color: #d1c9ae;
	color: #978c68;
}
.eddga-alert-plain {
	background: #f8f8f8;
	border-color: #d1d1d1;
	color: #8c8c8c;
}
/**
* Footer Page
**/
#pagetop {
	position: fixed;
}
.pagetop {
	bottom: 200px;
	right: 0;
	display: block;
	-webkit-animation: 1.5s gost_doil infinite linear;
	-moz-animation: 1.5s gost_doil infinite linear;
	-o-animation: 1.5s gost_doil infinite linear;
	-ms-animation: 1.5s gost_doil infinite linear;
	animation: 1.5s gost_doil infinite linear;
}
@-webkit-keyframes gost_doil {
	0% {
	bottom: 200px;}
	50% {
	bottom: 220px;}
	100% {
	bottom: 200px;}
}
@keyframes gost_doil {
	0% {
	bottom: 200px;}
	50% {
	bottom: 220px;}
	100% {
	bottom: 200px;}
}
.chara {
}
