/**
* Design By Noclosing
**/
@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&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: "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: 60px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 3px rgba(110, 168, 255, 0.15), inset 0 1px 1px rgba(255,255,255,.2);
    -moz-box-shadow: 1px 2px 3px rgba(110, 168, 255, 0.15), inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15), inset 0 1px 1px #e8e8e8;
    position: relative;
    z-index: 50;
	top: -21px;
}
.navbar_container {
	height:60px;
	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;
	-ms-transition:all .6s cubic-bezier(0.68,-1,0.265,2.10);
	-o-transition:all .6s cubic-bezier(0.68,-1,0.265,2.10);
	-moz-transition:all .6s cubic-bezier(0.68,-1,0.265,2.10);
	-webkit-transition:all .6s cubic-bezier(0.68,-1,0.265,2.10);
	transition:all .6s cubic-bezier(0.68,-1,0.265,2.10);
}
.navbar_menu .dropdown_menu {
    font-size: 12px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    -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(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 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: 400;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	-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:#000;
	font-family:'Prompt',sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	display:block;
	padding:10px 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:#ff0000;
	-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: 7px;
	opacity: .5;
    content: '';	
}
.navbar_menu nav a:hover .arrow:after {
	-webkit-animation: .5s angel_wing infinite linear;
	-moz-animation: .5s angel_wing infinite linear;
    -o-animation: .5s angel_wing infinite linear;
    -ms-animation: .5s angel_wing infinite linear;
	animation: .5s angel_wing infinite linear;
	animation-timing-function: ease-in-out;
}
.navbar_menu nav>ul{
	text-align:center;
}
.navbar_menu nav>ul>li{
	display:inline-block;
	border-left: solid 1px rgba(0, 0, 0, 0.09);
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
@-webkit-keyframes angel_wing
	{
	0% {
	bottom: 7px; opacity: .5;
	}
	50% {
	bottom: 5px; opacity: .7;
	}
	100% {
	bottom: 7px; opacity: .5;
	}
}
@keyframes angel_wing
	{
	0% {
	bottom: 7px; opacity: .5;
	}
	50% {
	bottom: 5px; opacity: .7;
	}
	100% {
	bottom: 7px; opacity: .5;
	}
}
/**
* Status Server Box
**/
/**
* Status Server Box
**/
.box-status-player {
    text-align: center;
    color: #f5f5f5;
    font-family: 'Asap',sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: 1px;
	margin-top: 4.2em;
    margin-left: 0.3em;
}
.box-status-account {
    text-align: center;
    color: #f5f5f5;
    font-family: 'Asap',sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
	margin-top: 3.5em;
    margin-left: 0.3em;
}
.box-status-charall {
    text-align: center;
    color: #f5f5f5;
    font-family: 'Asap',sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
	margin-top: 0.8em;
    margin-left: 0.1em;
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 650px;
	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: 1200px;
    height: 550px;
    background-image: url(../../images/bg_body.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
	bottom: 21px;
}
.change {
	position:absolute;
	width:100%;
	min-width: 1200px;
	height:550px;
	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_img {
    width: 1200px;
	height: 0;
    position: relative;
    z-index: 3;
}
.header_img>div {
	position: relative;
}
.header_logo {
	background: url(../../images/icon/logo_body.png);
	width: 703px;
	height: 331px;
	position: relative;
	z-index: 5;
    top: -500px;
	left: 600px;
	-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)}
}


@-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);	
    }
}
/**
* Login Form
**/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #ff9250;
}
.form-login {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.42857143;
    color: #3a9aff;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a3d9ff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 2px #ebf7ff;
    box-shadow: 0 0 0 2px #ebf7ff;
    -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:focus {
    border-color: #b2d8ff;
    outline: 0 !important;
    -webkit-box-shadow: 0 0 4px #a2cfff;
    box-shadow: 0 0 4px #a2cfff;
}
.form-login::-moz-placeholder {
  color: #3a9aff;
  opacity: 1;
}
.form-login:-ms-input-placeholder {
  color: #3a9aff;
}
.form-login::-webkit-input-placeholder {
  color: #3a9aff;
}
.form-login::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-login[disabled],
.form-login[readonly],
fieldset[disabled] .form-login {
  background-color: #ebf7ff;
  opacity: 1;
}
.form-login[disabled],
fieldset[disabled] .form-login {
  cursor: not-allowed;
}
textarea.form-login {
  height: auto;
}
.list-group-item {
  	padding: 4.8px 10px;
	font-size: 14px;
	font-weight: 300;
}
a.list-group-item {
  color: #555;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
  outline: 0 !important;
}
a.list-group-item:hover {
  color: #ff4b4b;
  text-decoration: none;
  background-color: #f5f5f5;
  padding-left: 15px;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
a.list-group-item:focus {
  color: #ff4b4b;
  text-decoration: none;
  background-color: #f5f5f5;
  padding-left: 15px;
	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);
}
.badge-cash {
    display: inline-block;
    min-width: 10px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #21a4f1;
    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-log {
    display: inline-block;
    min-width: 10px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff9800;
    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-old {
    display: inline-block;
    min-width: 10px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #808080;
    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);
}
/**
* Button Login From
**/
.btn-submit {
    color: #fff;
    background-color: #55d465;
    border-color: #55d465;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.btn-submit:hover {
    color: #fff;
    background-color: #3dbb4d;
    border-color: #3dbb4d;
}
.btn-submit:focus, .btn-submit.focus {
    color: #fff;
    background-color: #2ac13d;
    border-color: #2ac13d;
    outline: 0 !important;
}
.btn-submit:active, .btn-submit.active {
    color: #fff;
    background-color: #2ac13d;
    border-color: #2ac13d;
}
.btn-reset {
    color: #333;
    background-color: #eaeaea;
    border-color: #eaeaea;
	letter-spacing: 0.5px;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.15);
}
.btn-reset:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.btn-reset:focus, .btn-reset.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    outline: 0 !important;
}
.btn-reset:active, .btn-reset.active {
    color: #333;
    background-color: #e2e2e2;
    border-color: #e2e2e2;
}
.btn-register {
    color: #fff;
    background-color: #75d3ff;
    border-color: #75d3ff;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.btn-register:hover {
    color: #fff;
    background-color: #5fccff;
    border-color: #5fccff;
}
.btn-register:focus, .btn-register.focus {
    color: #fff;
    background-color: #51c1f5;
    border-color: #51c1f5;
    outline: 0 !important;
}
.btn-register:active, .btn-register.active {
    color: #fff;
    background-color: #51c1f5;
    border-color: #51c1f5;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.125);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.125);
}
/**
* Alert Group
**/
.eddga-alert {
    padding: 9px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.eddga-alert-warning {
    color: #90723d;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.eddga-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.eddga-alert-danger {
    color: #db2828;
    background-color: #ffe8e6;
    border-color: #ffa5a5;
}
.eddga-alert-plain {
    background: #f8f8f8;
    border-color: #d1d1d1;
    color: #8c8c8c
}
/**
* 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);
}
body{padding-top:20px;}

.carousel {
    margin-bottom: 0;
	margin-top: 25px;
    padding: 0 40px 30px 40px;
}
.carousel-control {
    left: 2px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 36px;
}
.carousel-control.right {
	right: 1px;
}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 3px;
	margin-right: -19px;
}
.carousel-indicators li {
	background: #e4e4e4;
}
.carousel-indicators .active {
    background: #ffffff;
    border: solid 1px #dcdcdc;
}


/* Scrollbar */
body::-webkit-scrollbar { width:5px; height:5px; background-color:#fff;}
body::-webkit-scrollbar-track {background-color:#fff;}
body::-webkit-scrollbar-thumb {background: #eee;}

#pagetop {
	position: fixed;
	z-index: 9999999999;
}
.pagetop {
	bottom: 1em;
	left: 1em;
	display: block;
}
.chara {
	opacity: 0.5;
	-webkit-animation: 2s arrow infinite linear;
	-moz-animation:  2s arrow infinite linear;
	-o-animation:  2s arrow infinite linear;
	-ms-animation: 2s arrow infinite linear;
	animation: 2s arrow infinite linear;
}
@keyframes arrow {
	0% { -webkit-transform: translateY(5px);
    transform: translateY(5px); }
	50% { -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
	100% { -webkit-transform: translateY(5px);
    transform: translateY(5px); }
}

@media(max-width:1170px){
body,html{
	width:1200px;
	}
}