/**
* 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;
	margin:0;
	padding:0;
}
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:79px;
	margin:0 auto;
	background-color: #0095ff;
	-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 2px 3px rgba(110, 168, 255, 0.15), inset 0 1px 1px rgba(255,255,255,.2);
	position:fixed;
	z-index:50;
}
.navbar_container {
	height:79px;
	position:relative;
}
.navbar_menu .dropdown_menu {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:100%;
	z-index:5;
	margin-left:-1px;
	left:0;
	width:110%;
	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: #0095ff;
    border: 1px solid #0281dc;
	border-top:0;
	padding:0 auto;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
}
.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:Kanit;
	font-weight: 300;
	letter-spacing: 0.5px;
	display:block;
	padding:18px 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:#fff900;
	-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: 15px;
    content: '';
}
.navbar_menu nav>ul{
	text-align:center;
}
.navbar_menu nav>ul>li{
	display:inline-block;
	border-left: solid 1px #46b0fb;
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
/**
* Status Server Box
**/
.box-status-offline {
    text-align: center;
    color: #396f00;
    font-family: 'Asap',sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(116, 175, 0, 0.85);
}
.box-status-offline {
    text-align: center;
    color: #ff0200;
    font-family: 'Asap',sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(255, 0, 0, 0.85);
}
.box-status-user {
    text-align: center;
    color: #175eff;
    font-family: 'Asap',sans-serif;
    font-size: 1.9em;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 0 2px 5px #2fbcff;
}
.box-status-account {
    text-align: center;
    color: #bf1eff;
    font-family: 'Asap',sans-serif;
    font-size: 1.9em;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 0 2px 5px #fd7aff;
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 450px;
	top: 79px;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 50;
	pointer-events: none;
}
/**
* Header Box Wrapper
**/
.wrapper {
    width: 100%;
	min-width: 1200px;
    height: 2531px;
    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:2531px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../../images/bg_body1.jpg);
	z-index:1;
	-webkit-animation: 2s change infinite linear;
	-moz-animation:  2s change infinite linear;
    -o-animation:  2s change infinite linear;
    -ms-animation: 2s change infinite linear;
	animation: 2s change infinite linear;
}
@-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: 2;
    margin: -181.8em auto;
}
.header_img {
    width: 1200px;
	height: 0;
    position: absolute;
    z-index: 3;
}
.header_img>div {
	position: absolute;
}
.header_logo {
	background: url(../../images/logo_body.png);
	width: 656px;
	height: 420px;
	position: absolute;
	z-index: 1;
	top: -13em;
    left: 18em;
	-webkit-animation: 3s logo infinite linear;
	-moz-animation:  3s logo infinite linear;
    -o-animation:  3s logo infinite linear;
    -ms-animation: 3s logo infinite linear;
	animation: 3s logo infinite linear;
}
@keyframes logo {
	0% {transform-origin:bottom;}
	50% {transform-origin:bottom; transform:scale(1.1);}
	100% {transform-origin:bottom;}
}
/**
* Button Group
**/
.button-group {
	display: block;
	transform:scale(1);
	transition-duration: 0.5s;
}
.button-group:hover {
	transform:scale(0.95);
	transition-duration: 0.5s;
}
/**
* Form Login
**/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
	font-size: 14px;
}
.form-control {
	font-weight: 300;
}
.form-group-login {
    margin-bottom:10px;
}
.icon-size {
	font-size:1.8em;
	color: #d0d0d0;
}
.has-feedback label ~ .form-control-feedback {
    top: 1.2em;
}
.form-control:focus {
    border-color: #2bc4ff;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 3px rgba(43, 196, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 3px rgba(43, 196, 255, 0.6);
}
.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-close {
    color: #e49053;
    background-color: #fff;
    border-color: #ffb68a;
	margin-top: 10px;
	letter-spacing: 1px;
	-webkit-transition: .3s all;
    transition: .3s all;
}
.btn-close:hover {
    color: #fff;
    background-color: #ffb68a;
    border-color: #ffb68a;
    -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-close:focus, .btn-close.focus {
    color: #fff;
    background-color: #ffb68a;
    border-color: #da8f62;
    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-close:active {
    color: #496f3a;
    background-color: #ffb68a;
    border-color: #da8f62;
	-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);
}
.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);
}
.badge-check {
  display: inline-block;
  min-width: 10px;
  padding: 4px 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;
}
.badge-oknopoint {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #279c51;
  border-radius: 10px;
}
.badge-okpoint {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #279c51;
  border-radius: 10px;
}
.badge-noerror {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff5555;
  border-radius: 10px;
}
.table {
	margin-bottom: 0;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  font-weight: 400;
}
.table > tbody > tr > td {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: none;
  font-size: 12px;
}
/**
* All News
**/
.box-allnews {
	width:280px;
	float:left;
	margin-left:10px;
	margin-right:5px;
	margin-top:5px;
	background-color: #fff;
}
.text-fullnews {
    font-family:'Kanit',sans-serif;
	font-size:14px;
    padding-top: 0px;
    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: 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 -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%;
	}
}
/**
* Ranking Box
**/
.rank-box {
	color:#fff;
	margin-top:5em;
}
.rank-number {
  font-family: Tahoma;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.45);
  border: solid 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  padding: .20em;
  border-radius: 3px;
	width: 100%;
  margin: 0 auto;
}
.rank-name {
	font-family: Tahoma;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.45);
  border: solid 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  padding: .20em;
  border-radius: 3px;
	width: 100%;
  margin: 0 auto;
}
.rank-point {
	font-family: Tahoma;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.45);
  border: solid 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  padding: .20em;
  border-radius: 3px;
	width: 100%;
  margin: 0 auto;
}
.table-rank {
  width: 100%;
  max-width: 100%;
	color:#fff;
	margin-top: 15px;
}
.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: 3px;
  line-height: 1.25;
  vertical-align: middle;
  border-top: 0;
}
.table-rank > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
	color: #ffec5d;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 0 #000;
}
.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: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #333;
  width: 96%;
  margin: 0 auto;
  margin-top: 2em;
  font-family: Tahoma;
  font-size: 12px;
}
.guild-row {
	margin-top: 1em;
	margin-left: .7em;
}
.guild-box {
  width: 290px;
  height: 90px;
	margin-top: 2em;
	margin-left: 1em;
	float: left;
	background-color: #212427;
	border: solid 1px #2e3235;
  border-radius: 5px;
  color: #fff;
}
.guild-bgem {
	position:relative;
	background:url('../../images/flag.png') 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: #50423b;
  border: 1px solid #332924;
  top: 3em;
  left: 1em;
}
.guild-textcastle {
	margin-top: .6em;
  padding: 2px;
	font-size: 14px;
	font-weight: 200;
	color: #fff259;
	-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}
.guild-textcastle span {
	color: #fff;
	font-weight: 200;
}
.guild-textname {
  padding: 1px;
	font-size: 14px;
	font-weight: 200;
	color: #03dcff;
	-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}
.guild-textname span {
	color: #fff;
	font-weight: 200;
}
.guild-textmaster {
  padding: 1px;
	font-size: 14px;
	font-weight: 200;
	color: #5eff55;
	-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}
.guild-textmaster span {
	color: #fff;
	font-weight: 200;
}
.no-castle {
    margin: 6.5em auto auto 7.5em;
    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; }
}
