/**
* 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-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:56px;
	margin:0 auto;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	position:fixed;
	z-index:50;
}
.navbar_container {
	height:56px;
	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;
	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: #0c0c0c;
    border: 1px solid #000;
    border-top: 0;
    padding: 0 auto;
    -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(255, 255, 255, 0.10);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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: 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:'Prompt',sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	display:block;
	padding:8px 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:#fff34e;
	-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: 5px;
    content: '';
}
.navbar_menu nav>ul{
	text-align:center;
}
.navbar_menu nav>ul>li{
	display:inline-block;
	border-left: solid 1px rgba(255, 255, 255, 0.09);
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
/**
* Status Server Box
**/
.box-status-online {
    text-align: center;
    color: #9cff33;
    font-family: 'Asap',sans-serif;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-text-shadow: 0 0 8px #54bb08;
    text-shadow: 0 0 8px #54bb08;
}
.box-status-offline {
    text-align: center;
    color: red;
    font-family: 'Asap',sans-serif;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 1px;
	-webkit-text-shadow: 0 0 8px #8a0000;
	text-shadow: 0 0 8px #8a0000;
}
.box-status-player {
    text-align: center;
    color: #fff;
    font-family: 'Asap',sans-serif;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1.5px;
	-webkit-text-shadow: 0 0 8px ##bbb;
	text-shadow: 0 0 8px ##bbb;
}
.box-status-account {
    text-align: center;
    color: #fff;
    font-family: 'Asap',sans-serif;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1.5px;
	-webkit-text-shadow: 0 0 8px ##bbb;
	text-shadow: 0 0 8px ##bbb;
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 700px;
	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: 3000px;
    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:3000px;
	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_table {
    width: 1200px;
    position: relative;
    z-index: 2;
    margin: -216em auto;
}
.header_img {
    width: 1200px;
	height: 0;
    position: absolute;
    z-index: 3;
}
.header_img>div {
	position: absolute;
}
.header_logo {
	background: url(../../images/icon/logo_body.png);
	width: 299px;
	height: 333px;
	position: absolute;
	z-index: 5;
	top: -12em;
    left: 55em;
	-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)}
}
.img_header_left {
	background: url(../../images/header/img_header2.png);
	width: 140px;
	height: 220px;
	position: absolute;
	z-index: 3;
	left: 0.8em;
    top: -17.5em;
}
.img_header_left_top {
	background: url(../../images/header/img_header3.png);
	width: 140px;
	height: 175px;
	position: absolute;
	z-index: 2;
	left: 35.5em;
    top: -19em;
}
.img_header_center {
	background: url(../../images/header/img_header1.png);
	width: 390px;
	height: 470px;
	position: absolute;
	z-index: 3;
	right: 13em;
    top: -22em;
}
.img_header_right {
	background: url(../../images/header/img_header4.png);
	width: 93px;
	height: 78px;
	position: absolute;
	z-index: 2;
	right: 15.5em;
    top: -6.8em;
}
.img_header_right_top {
	background: url(../../images/header/img_header5.png);
	width: 126px;
	height: 122px;
	position: absolute;
	z-index: 3;
	right: 2em;
    top: -14em;
}
.footer_img {
    width: 400px;
	height: 0;
    position: absolute;
    z-index: 3;
}
.footer_img>div {
	position: absolute;
}
.img_footer_char1 {
	background: url(../../images/header/img_footer1.png);
	width: 270px;
	height: 358px;
	position: absolute;
	z-index: 3;
	right: 9em;
    top: -10.5em;
}
.img_footer_char2 {
	background: url(../../images/header/img_footer2.png);
	width: 190px;
	height: 305px;
	position: absolute;
	z-index: 2;
	right: 1em;
    top: -11em;
}
/*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/loading.png');
	width:300px;
	height:300px;
	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: #fff;
}
label-modal {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 400;
    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: #fffa22;
    background-color: #141414;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -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: #000;
    outline: 0 !important;
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
}
.form-login::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}
.form-login:-ms-input-placeholder {
	color: #b5b5b5;
}
.form-login::-webkit-input-placeholder {
	color: #b5b5b5;
}
.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);
}
.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);
}
/**
* 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
}
/**
* Notice List
 **/
.icon-notice {
	background:url('../../images/icon/news.png') no-repeat;
	margin-top: 5px;
}
.icon-event {
	background: url('../../images/icon/event.png') no-repeat;
	margin-top: 5px;
}
.icon-update {
	background: url('../../images/icon/update.png') no-repeat;
	margin-top: 5px;
}
.notice-list ul li {
	padding: 0 0 7px 55px;
	border-bottom: 1px dashed #060606;
	font-family:'Prompt',sans-serif;
	font-size:12px;
	font-weight:200;
	color:#fff;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li:hover {
	padding: 0 0 7px 65px;
	border-bottom: 1px dashed #060606;
	font-family:'Prompt',sans-serif;
	font-size:12px;
	font-weight:200;
	color:#ff0;
	-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:#696969;
	font-family:Tahoma;
	font-size:11px;
	padding-right:0px;
	padding-top: 2px;
}
/**
* All News
**/
.tooltip {
	font-size:10px;
}
.box-allnews-left {
    width: 300px;
    float: left;
    margin-left: 4px;
    margin-right: 5px;
    margin-top: 15px;
	margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}
.box-allnews-right {
	width:300px;
	float:left;
	margin-left:10px;
	margin-top:15px;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}
.text-fullnews {
    font-family:'Kanit',sans-serif;
	font-size:14px;
    padding-top: 0px;
    color: #4d73ff;
}
.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;
	font-weight:300;
	letter-spacing:1px;
	text-transform: uppercase;
	padding: 2px 12px 4px 12px;
	margin-right: 5px;
}
.label-all-update {
    background-color: #05aeca;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.label-all-news {
    background-color: #e56e7e;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.label-all-event {
    background-color: #f99a56;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	margin-right: 3px;
}
.label-all-promo {
    background-color: #6cbf76;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.imgnewscate {
    position: absolute;
    width: 100%;
    float: left;
}
figure {
	width: 290px;
    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%;
	}
}
/**
* 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;
}
/**
* Form Ranking
**/
.nav-tabs {
	border-bottom: 1px solid #fdff88;
	margin-top:1.5em;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
	font-weight:400;
    color: #03fdff;
}
.nav-tabs > li > a:hover {
    border-color: #fdff88 #fdff88 #fdff88;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #655b10;
    cursor: default;
    background-color: #fdff88;
    border: 1px solid #fdff88;
    border-bottom-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
/**
* Guild War Box
**/
.guild-row {
	margin-top: 1em;
	margin-left: 2em;
}
.guild-box {
  width: 370px;
  height: 90px;
  margin-top: 2em;
  margin-left: 1em;
  float: left;
  background-color: #1d1d1d;
  border: solid 1px #383838;
  border-radius: 6px;
  color: #333;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.20);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.20);
}
.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:#ccc;
	border: 1px solid #fff;
    top: 3em;
    left: 1em;
}
.guild-textcastle {
	margin-top: .6em;
	padding: 2px;
	font-size: 14px;
	color: #00daff;
}
.guild-textcastle span {
	color: #fff;
	font-weight:200;
}
.guild-textname {
	padding: 1px;
	font-size: 14px;
	color: #8fff4c;
}
.guild-textname span {
	color: #fff;
	font-weight:200;
}
.guild-textmaster {
  padding: 1px;
	font-size: 14px;
	color: #fbff55;
}
.guild-textmaster span {
	color: #fff;
	font-weight:200;
}
.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:0.8em;
}
.rank-number {
    font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .50em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.rank-name {
  font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .50em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.rank-point {
  font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .50em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.table-rank {
  width: 100%;
  max-width: 100%;
}
.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: 4px;
  line-height: 1.25;
  vertical-align: middle;
  border-top: 0;
}
.table-rank > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
	color: #fff;
	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: 10em;
  font-family: Tahoma;
  font-size: 12px;
}
@keyframes castle_r {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { opacity:0; }
}
/* Footer Form */
.footer_menu_box {
    display: block;
    margin-top: 3.5em;
    margin-left: 0.5em;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: #fff;
}
.footer_menu_box li {
	padding-top:5px;
}
.footer_menu_box li a {
	color:#fff;
	-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:#00fffc;
	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;
	}
}