/**
* Design By Eggda-Studio
**/
@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:outside none none;
	margin:0;
	padding:0
}
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
**/
.main-menu{
	background-color:#fff;
	min-height:56px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	position:relative;
	text-align:center;
	z-index:1000
}
.menu ul li{
	display:inline;
	position:relative;
	padding:18px 12.5px 18px 12.5px
}
.menu ul li:first-child::after{
	display:none
}
.menu ul > li:not(:last-child)::before {
  background: #e4e3ed;
  content: '';
  display: block;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  z-index: 10;
}
.one-collam-menu .mega-menu ul > li:not(:last-child)::before {
  background: transparent;
}
.menu ul li a{
	background:transparent none repeat scroll 0 0;
	position:relative;
	text-transform:uppercase;
	box-sizing:border-box;
	color:#2f2f2f;
	font-family:Poppins,Kanit,sans-serif;
	font-size:14px;font-weight:400;
	height:55px;line-height:55px;
	padding:0 22px;
	text-decoration:none
}
.menu ul li a:hover{
	color:#444;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.menu ul li:hover .mega-menu{
	opacity:1;top:100%;
	visibility:visible
}
.mega-menu{
	background:#fff none repeat scroll 0 0;
	position:absolute;
	top:120%;
	left:0;
	width:520px;
	z-index:202!important;
	padding:5px 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	-webkit-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	-webkit-box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.10);
}
.mega-menu ul li{
	float:left;
	padding:0 25px;
	text-align:left;
	width:260px
}
.menu ul li a span{
	display:inline-block;
}
.menu ul li a .arrow:after {
    width: 9px;
    height: 11px;
    background: url(../../images/angel.png) center top no-repeat;
    position: absolute;
    top: calc(60% - -9px);
    right: 47%;
    opacity: .5;
    content: '';
}
.menu ul li 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;
}
@-webkit-keyframes angel_wing
	{
	0% {
	top: 23px; opacity: .5;
	}
	50% {
	top: 22px; opacity: .7;
	}
	100% {
	top: 23px; opacity: .5;
	}
}
@keyframes angel_wing
	{
	0% {
	top: 23px; opacity: .5;
	}
	50% {
	top: 22px; opacity: .7;
	}
	100% {
	top: 23px; opacity: .5;
	}
}
.mega-menu ul li a{
	border-bottom: 1px solid #ececec;
    color: #ff5d5d;
	display:block!important;
	height:60px;
	line-height:1;
	padding:15px 0!important
}
.mega-menu ul li:nth-child(1n+7) a{
	border-bottom:0 solid #333
}
.mega-menu ul li a:hover,.mega-menu ul li a:hover div{
	color:#333;
}
.mega-menu ul li a div{
	color:#d5d5d5;
	font-size:13px;
	line-height:18px;
	text-transform:capitalize;
	font-weight:500
}
.menu ul li:hover .one-collam-menu{
	opacity:1;
	top:100%;
	visibility:visible
}
.one-collam-menu{
	position:absolute;
	top:120%;
	left:0;
	visibility:hidden;
	transition:all .3s ease 0s
}
.one-collam-menu .mega-menu{
	width:260px
}
.one-collam-menu .mega-menu ul li{
	line-height:26px!important
}
.one-collam-menu .mega-menu ul li a{
	height:45px!important
}
.one-collam-menu .mega-menu ul li:last-child a{
	border-bottom:0 solid #333
}
.five-collum-menu{
	background:#222 none repeat scroll 0 0;
	left:-285px;
	opacity:0;
	padding:25px 0;
	position:absolute;
	top:120%;
	visibility:hidden;
	transition:all .3s ease 0s;
	width:1125px;
	z-index:202!important
}
.menu ul li:hover .five-collum-menu{
	opacity:1;
	top:100%;
	z-index:100;
	visibility:visible
	}
.five-collum-menu .menu-colum{
	border-right:1px solid #333;
	float:left;
	padding:0 30px;
	text-align:left;
	width:225px
}
.five-collum-menu .menu-colum h3{
	border-bottom:1px solid #333;
	margin-bottom:8px;
	padding-bottom:10px
}
.five-collum-menu .menu-colum h3 a{
	color:#d5d5d5;
	font-weight:700;
	padding:5px 0;
	text-transform:capitalize;
	display:block
}
.five-collum-menu .menu-colum a{
	color:#d60017;
	display:block;
	height:25px;
	line-height:20px;
	margin:0;
	padding:0;
	text-transform:capitalize
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 600px;
	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: 4400px;
    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: 4400px;
	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;
	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: 3;
    margin: -315.5em auto;
}
.header_img {
    width: 1200px;
	height: 0;
    position: absolute;
    z-index: 2;
}
.header_img>div {
	position: absolute;
}
.header_logo {
	background: url(../../images/icon/logo_body.png);
	width: 705px;
	height: 352px;
	position: absolute;
	z-index: 99;
    top: -34em;
    left: 20em;
	-webkit-animation: 8s heart infinite linear;
	-moz-animation:  8s heart infinite linear;
	animation: 8s heart infinite linear;
}
@-webkit-keyframes heart {
  0%, 100% {
    -webkit-transform: scale(1);opacity:0.8;
    transform: scale(1);opacity:0.8; }
  30%, 80% {
    -webkit-transform: scale(1.15);opacity:1;
    transform: scale(1.15);opacity:1; } 
  40%, 60% {
    -webkit-transform: scale(1);opacity:0.8;
    transform: scale(1);opacity:0.8; } 
  50%, 70% {
    -webkit-transform: scale(0.8);opacity:1;
    transform: scale(0.8);opacity:1; } 
}

@keyframes heart {
  0%, 100% {
    -webkit-transform: scale(1);opacity:0.8;
    transform: scale(1);opacity:0.8; }
  30%, 80% {
    -webkit-transform: scale(1.15);opacity:1;
    transform: scale(1.15);opacity:1; } 
  40%, 60% {
    -webkit-transform: scale(1);opacity:0.8;
    transform: scale(1);opacity:0.8; } 
  50%, 70% {
    -webkit-transform: scale(0.8);opacity:1;
    transform: scale(0.8);opacity:1; } 
}
.img_footer1 {
	background: url(../../images/img_footer1.png);
	width: 310px;
	height: 260px;
	position: absolute;
	z-index: 3;
	right: 44em;
    top: 258em;
}
.img_footer2 {
	background: url(../../images/img_footer2.png);
	width: 217px;
	height: 284px;
	position: absolute;
	z-index: 2;
	right: 0em;
    top: 254.8em;
}
/**
* Status Server Box
**/
.box-status-on {
    text-align: center;
    color: #14a70c;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
}
.box-status-off {
    text-align: center;
    color: #ff3434;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
}
.box-status-player {
    text-align: center;
    color: #455bff;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
}
.box-status-account {
    text-align: center;
    color: #f57e27;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
}
.box-status-charall {
    text-align: center;
    color: #f91d62;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
}
/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
* Allnews Event Box
**/
.allnews-row {
    margin-right: 20px;
    margin-left: 60px;
}
.allnews-col {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    width: 33.33333333%;
}
.allnews-box {
	margin-top:10px;
    width: 320px;
    height: 350px;
    position: relative;
    padding: 10px;
    margin-bottom: 1.5em;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.allnews-box:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
figure {
    margin: -10px 0 0 -10px;
}
figure {
	width: 320px;
    height: 200px;
	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-event {
    background-color: #fd973f;
}
.bg-promotion {
    background-color: #ff6b6b;
}
/**
* Login Form
**/
.box-form {
    width: 90%;
    padding-right: 15px;
    padding-top: 1.5em;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000;
}
.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;
	margin-top: 8px;
    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-old {
	width: 813px;
	margin: 8em auto;
}
.modal-body2 .close {
  margin-top: -11px;
}
.modal-body2 {
	padding: 5px;
}
.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);
}
.swal2-container.swal2-shown {
	background: linear-gradient(to right, #9655ff, #657ef9);
}
/**
* Guild War Box
**/
.guild-row {
	margin-top: 0.5em;
	margin-left: -0.4em;
}
.guild-box {
    width: 265px;
    height: 90px;
    margin-top: 1.2em;
    margin-left: 1em;
    float: left;
    background-color: #fff;
    border: solid 4px #ffffff;
    border-radius: 6px;
    color: #000;
    -webkit-box-shadow: inset 0 0 0 1px #ececec, 0 0 0 1px #edecec;
    box-shadow: inset 0 0 0 1px #ececec, 0 0 0 1px #edecec;
}
.guild-bgem {
	position:relative;
	background:url('../../images/flag.png') no-repeat;
	width:50px;height:101px;
	float: left;
	margin-top: -1.2em;
  margin-left: 0.5em;
	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: 1.5em;
  padding: 2px;
	font-size: 11px;
	color: #ff3838;
}
.guild-textcastle span {
	color: #333;
}
.guild-textname {
  padding: 1px;
	font-size: 11px;
	color: #275eff;
}
.guild-textname span {
	color: #333;
}
.guild-textmaster {
  padding: 1px;
	font-size: 11px;
	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:-2em;
	margin-left: 3px;
	width: 260px;
}
.rank-number {
  font-size: 10px;
  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: 10px;
  color:#ff0000;
  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: 10px;
  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%;
  margin-top:2em;
}
.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: 5px;
  line-height: 9.8px;
  vertical-align: middle;
  border-top: 0;
}
.table-rank > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
	color: #000;
	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: 1em;
  font-family: Tahoma;
  font-size: 12px;
}
@keyframes castle_r {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { opacity:0; }
}
.box-point {display: inline-block;min-width:11px;padding: 2px 10px 3px;font-size:11px;line-height:1;color:#000;text-align: center;white-space: nowrap;vertical-align:baseline;}
.box-num {display: inline-block;min-width:11px;padding: 2px 8px 3px;font-size:11px;line-height:1;color:#000;text-align: center;white-space: nowrap;vertical-align:baseline;}
.br-num-1 {border-radius: 10px 0;}
.br-point-1 {border-radius: 0 10px;}
.br-num-2 {border-radius: 10px 0;}
.br-point-2 {border-radius: 0 10px;}
.br-num-3 {border-radius: 10px 0;}
.br-point-3 {border-radius: 0 10px;}
.br-num-4 {border-radius: 10px 0;}
.br-point-4 {border-radius: 0 10px;}
.br-num-5 {border-radius: 10px 0;}
.br-point-5 {border-radius: 0 10px;}
.br-num-6 {border-radius: 10px 0;}
.br-point-6 {border-radius: 0 10px;}
.br-num-7 {border-radius: 10px 0;}
.br-point-7 {border-radius: 0 10px;}
.br-num-8 {border-radius: 10px 0;}
.br-point-8 {border-radius: 0 10px;}
.br-num-9 {border-radius: 10px 0;}
.br-point-9 {border-radius: 0 10px;}
.br-num-10 {border-radius: 10px 0;}
.br-point-10 {border-radius: 0 10px;}
.rd-1 {background-color: #a8e876;border: solid 1px #73c137;color: #557140;}
.rd-2 {background-color: #ffb997;border: solid 1px #e08f7c;color: #9c4b39;}
.rd-3 {background-color: #a9e3f5;border: solid 1px #6dbdd6;color: #196b8c;}
.rd-4 {background-color: #f5f5f5;border: solid 1px #c1c1c1;color: #585858;}
.rd-5 {background-color: #f5f5f5;border: solid 1px #c1c1c1;color: #585858;}
.rd-6 {background-color: #f5f5f5;border: solid 1px #c1c1c1;color: #585858;}
.rd-7 {background-color: #f5f5f5;border: solid 1px #c1c1c1;color: #585858;}
.rd-8 {background-color: #f5f5f5;border: solid 1px #c1c1c1;color: #585858;}
.rd-9 {background-color: #f5f5f5;border: solid 1px #c1c1c1;color: #585858;}
.rd-10 {background-color: #f5f5f5;border: solid 1px #c1c1c1;color: #585858;}
.text-name {font: 11px'Kanit';font-weight: 400;color:#333}
/* Footer Form */
.alice_box {
    display: block;
    position: fixed;
    width: 194px;
    bottom: 10em;
    right: 0;
    z-index: 10000;
}
.alice_row {
	position:relative;
	width:100%;
	height:0;
	}
.btn_body {
	position:absolute;
	width: 100%;
	height:0;
	padding-bottom: 16em;
	background-image:url(../../images/btn_back_top.png);
	background-size:100% auto;
	right: 0;
	bottom: 0;
	z-index:3;
	-webkit-animation: 2s top_wing infinite linear;
	-moz-animation:  2s top_wing infinite linear;
	-o-animation:  2s top_wing infinite linear;
	-ms-animation: 2s top_wing infinite linear;
	animation: 2s top_wing infinite linear;
	}
.btn_contact {
	position:absolute;
	width: 100%;
	height:0;
	padding-bottom: 3em;
	background-image:url(../../images/btn_contact.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	top: 0;
	z-index:3;
	-webkit-animation: 2s top_wing infinite linear;
	-moz-animation:  2s top_wing infinite linear;
	-o-animation:  2s top_wing infinite linear;
	-ms-animation: 2s top_wing infinite linear;
	animation: 2s top_wing infinite linear;
	}

@-webkit-keyframes top_wing {
	0%{transform: translate(0,20px)}
	50%{transform: translate(0,-10px)}
	100%{transform: translate(0,20px)}
}	
@keyframes top_wing {
	0%{transform: translate(0,20px)}
	50%{transform: translate(0,-10px)}
	100%{transform: translate(0,20px)}
}
.footer_menu_box {
    display: block;
    margin-top: -1.5em;
    margin-left: 2.5em;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
}
.footer_menu_box li {
	padding-top:5px;
}
.footer_menu_box li a {
	color:#333;
	-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:#005aff;
	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;
	}
}