/**
* 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");

::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0px;}
::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-thumb:vertical{width:0px;background-color:#b5db43;-webkit-border-radius:0px;}
::-webkit-scrollbar-thumb:horizontal:hover,::-webkit-scrollbar-thumb:vertical:hover{background-color:#a3c932;}

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;
	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: 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:481px;
	height:205px;
	background: url(../../images/logo_sv.png) no-repeat center;
	position:absolute;
	top: 22em;
    margin-left: 28em;
	-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;}
}
/**
* Menu Download
**/
.btn-download {
    background-image: url(../../images/button/btn_download.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 320px;
    height: 252px;
    position: absolute;
    z-index: 10;
    top: 38em;
    margin-left: 0em;
	-moz-animation: box 1s infinite linear;
	-o-animation: box 1s infinite linear;
	-ms-animation: box 1s infinite linear;
	-webkit-animation:box 1s infinite;
	animation:box 2s infinite;
}
@keyframes box	{
	  0%{
		top: 37.5em;
	  }
	  50%{
		top: 38.5em;
	  }
	  100%{
		top: 37.5em;
	  }
	}
	
@-webkit-keyframes box	{
	  0%{
		top: 37.5em;
	  }
	  50%{
		top: 38.5em;
	  }
	  100%{
		top: 37.5em;
	  }
	}	
/**
* Status Server
**/
.player_online {
    font-family: 'Asap',sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}
.account_id {
	font-family: 'Asap',sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}
/**
* Form Login
**/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	font-size: 12px;
}
.form-control {
	font-weight: 300;
}
.form-group-login {
    margin-bottom:8px;
}
.icon-size {
	font-size:1.8em;
	color: #d0d0d0;
}
.has-feedback label ~ .form-control-feedback {
    top: 1em;
}
.form-control:focus {
    border-color: #b1da84;
    outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 10px rgba(189, 230, 144, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 10px rgba(189, 230, 144, 0.60);
}
.btn-login {
    color: #5da73f;
    background-color: #fff;
    border-color: #89bf73;
	margin-top: 10px;
	letter-spacing: 1px;
	-webkit-transition: .3s all;
    transition: .3s all;
}
.btn-login:hover {
    color: #fff;
    background-color: #89bf73;
    border-color: #89bf73;
    -webkit-transition: .3s all;
    transition: .3s all;
    letter-spacing: 1px;
	-webkit-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.10);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.10);
}
.btn-login:focus, .btn-login.focus {
    color: #fff;
    background-color: #89bf73;
    border-color: #6d9e59;
    outline: 0 !important;
	-webkit-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 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}
.btn-login:active {
    color: #496f3a;
    background-color: #aee09a;
    border-color: #83af71;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
}
.btn-signup {
    color: #2787a9;
    background-color: #fff;
    border-color: #3faad0;
	margin-top: 10px;
	letter-spacing: 1px;
	-webkit-transition: .3s all;
    transition: .3s all;
}
.btn-signup:hover {
    color: #fff;
    background-color: #61c6ea;
    border-color: #61c6ea;
    -webkit-transition: .3s all;
    transition: .3s all;
    letter-spacing: 1px;
	-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 -2px 0 rgba(0, 0, 0, 0.10);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.10);
}
.btn-signup:focus, .btn-signup.focus {
    color: #fff;
    background-color: #59bbe0;
    border-color: #59bbe0;
    outline: 0 !important;
	-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 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}
.btn-signup:active {
    color: #1a5e77;
    background-color: #81d9f9;
    border-color: #54a3bf;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
}
.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);
}
.eggda-alert {
    padding: 9px;
	margin-top: 10px;
    margin-bottom: 5px;
	background: #cce9f2;
    border: 1px solid #86cde3;
    color: #3194b1;
	font-size:14px;
	font-weight: 300;
    border-radius: 3px;
	-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);
}
.eggda-alert-success {
    background: #d8f1c6;
    border-color: #b3cda1;
    color: #749958
}

.eggda-alert-warning {
    background: #fbf4dd;
    border-color: #d1c9ae;
    color: #978c68
}

.eggda-alert-danger {
    background: #f9d9d9;
    border-color: #e1a1a1;
    color: #b55454
}

.eggda-alert-plain {
    background: #f8f8f8;
    border-color: #d1d1d1;
    color: #8c8c8c
}
.text-wel {
	color:red;
	padding-top:10px;
	font-size:18px;
}
.text-userid {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f7f7f7;
}
.text-statusid {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f7f7f7;
}
.text-cashpoint {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f7f7f7;
}
.text-cc {
    color: #ef7408;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.text-pp {
    font-size: 12px;
	color: #ef7408;
}
.text-usershow {
    text-transform: uppercase;
    color: #0087ff;
}
.badge-status {
    display: inline-block;
    min-width: 10px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 50px;
    letter-spacing: 0.5px;
}
.badge-on {
    background: #7ebb65;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.badge-off {
    background: #ff6c6c;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn-warp {
    margin-top: 10px;
}
.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.btn-setting {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-setting:hover {
    color: #333;
    background-color: #f7f7f7;
    border-color: #adadad;
}
.btn-setting:focus, .btn-setting.focus {
    color: #333;
    background-color: #f7f7f7;
    border-color: #adadad;
    outline: 0 !important;
}
.btn-setting:active, .btn-setting.active {
    color: #333;
    background-color: #f7f7f7;
    border-color: #adadad;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
}
/**
* 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:270px;
	float:left;
	margin-left:11px;
	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: 270px;
	height: 150px;
	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 {
}
/**
* Notice List
 **/
.icon-notice {
	background:url('../../images/icon/icon_notice.png') 4px 8px no-repeat;
}
.icon-event {
	background: url('../../images/icon/icon_event.png') 4px 8px no-repeat;
}
.icon-update {
	background: url('../../images/icon/icon_update.png') 4px 8px no-repeat;
}
.icon-promotion {
	background: url('../../images/icon/icon_promo.png') 4px 8px no-repeat;
}
.icon-quest {
	background: url('../../images/icon/icon_quest.png') 4px 8px no-repeat;
}
.icon-faq {
	background: url('../../images/icon/icon_faq.png') 4px 8px no-repeat;
}
.notice-list ul li {
	padding:6px 0 6px 55px;
	border-bottom: 1px dashed #f5f5f5;
	font:12px'Kanit';
	font-size:12px;
	font-weight:normal;
	color:#405463;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li:hover {
	padding:6px 0 6px 60px;
	border-bottom: 1px dashed #f5f5f5;
	font:12px'Kanit';
	font-size:12px;
	font-weight:normal;
	color:#ff7531;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li a {
	font-family:Tahoma;
	font-size:12px;
	color:#009a71;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li a:hover {
	font-family:Tahoma;
	font-size:12px;
	color:#69debf;
	text-decoration: none;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li p {
	float:right;
	color:#b8bccc;
	font-family:Tahoma;
	font-size:11px;
	padding-right:5px;
	padding-top: 2px;
}