/**
* 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;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin:0;
	padding:0;
}
ul{
	list-style-type:none;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	outline: 0 !important;
}
a:focus{
	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:70px;
	margin:0 auto;
	background-color: rgba(0, 0, 0, 0.70);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
	-moz-box-shadow:1px 2px 3px rgba(0,0,0,.4),inset 0 1px 1px rgba(255,255,255,.2);
	box-shadow: 1px 2px 3px rgba(255, 108, 38, 0.15), inset 0 1px 1px rgba(255,255,255,.2);
	position:fixed;
	z-index:50;
}
.navbar_container {
	height:70px;
	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:rgba(0, 0, 0, 0.70);
  border: 1px solid rgba(0, 0, 0, 0.80);
	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 10px;
	text-align:left;
	font-weight: 200;
	border-bottom:solid 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.navbar_menu .dropdown_menu a:hover {
	padding-left:15px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.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;
}
.navbar_menu nav a:hover{
	color:#fffc70

}
.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>ul{
	text-align:center;
}
.navbar_menu nav>ul>li{
	display:inline-block;
	border-left: solid 1px rgba(62, 62, 62, 0.2);
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
/**
*  Particles JS
**/
#particles-js {
position: absolute;
width: 100%;
height: 600px;
top: 35px;
background-image: url('');
background-repeat: repeat;
background-size: cover;
background-position: 50% 50%;
z-index: 1;
pointer-events: none;
}
/**
* Status Server Box
**/
.box-status-online {
  text-align: center;
  color: #b5f551;
  font-family: 'Asap',sans-serif;
  font-size: 3em;
  font-weight: 700;
  padding-bottom: .8em;
  padding-right: .35em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.50);
}
.box-status-offline {
  text-align: center;
  color: #ff6c6c;
  font-family: 'Asap',sans-serif;
  font-size: 3em;
  font-weight: 700;
  padding-bottom: .8em;
  padding-right: .25em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.50);
}
.box-status-user {
  text-align: center;
  color: #28c2ff;
  font-family: 'Asap',sans-serif;
  font-size: 3em;
  font-weight: 700;
  padding-bottom: .8em;
  padding-right: .1em;
  letter-spacing: 1px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.50);
}
.box-status-account {
  text-align: center;
  color: #ffd96b;
  font-family: 'Asap',sans-serif;
  font-size: 3em;
  font-weight: 700;
  padding-bottom: .8em;
	letter-spacing: 1px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.50);
}
.eff-box {
	animation-name: bounce;
  animation-duration: 3.5s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.ef-box {
	animation-name: swing;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
}
/**
* 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: 99.5%;
  max-width: 99.5%;
}
.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: 8em;
	margin-left: 1.8em;
}
.guild-box {
  width: 300px;
  height: 90px;
	margin-top: 2em;
	margin-left: 1em;
	float: left;
  background-color: #f5f5f5;
  border: solid 1px #eee;
  border-radius: 5px;
  color: #333;
}
.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 #612711;
  top: 3em;
  left: 1em;
}
.guild-textcastle {
	margin-top: .6em;
  padding: 2px;
	font-size: 14px;
	color: #ff3838;
}
.guild-textcastle span {
	color: #333;
}
.guild-textname {
  padding: 1px;
	font-size: 14px;
	color: #275eff;
}
.guild-textname span {
	color: #333;
}
.guild-textmaster {
  padding: 1px;
	font-size: 14px;
	color: #176b12;
}
.guild-textmaster span {
	color: #333;
}
.no-castle {
    margin: 13.5em auto auto 10em;
    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; }
}
/**
* Header Background Main
**/
.header {
	height:0;
	width: 1200px;
	position: absolute;
	z-index: -10;
}
.header>div {
	position: absolute;
}
.header_left {
	background: no-repeat center url(../../images/test1.png);
	height: 541px;
	width: 430px;
	left: 0em;
	top: 4.8em;
}
.header_center {
background: no-repeat center url(../../images/test2.png);
height: 473px;
width: 410px;
left: 28em;
top: 4.8em;
}
.header_right {
background: no-repeat center url(../../images/test3.png);
height: 488px;
width: 470px;
right: 0em;
top: 10em;
}
.header_love {
	width: 3%;
	height:0;
	padding-bottom: 10%;
	background-image:url(../../images/love.gif);
	background-size:100% auto;
	background-repeat:no-repeat;
	left: 16.5%;
top: 26em;
}
.header_music {
	width: 5%;
	height:0;
	padding-bottom: 10%;
	background-image:url(../../images/music.gif);
	background-size:100% auto;
	background-repeat:no-repeat;
	right: 28%;
top: 16em;
}
.logo {
	width:334px;
	height:161px;
	text-indent: -9999px;
	background: url('../../images/logo.png') no-repeat;
	position:absolute;
	top: 13.5em;
	margin-left: 30.5em;
	-webkit-animation: 3.5s logo_fly infinite linear;
	-moz-animation:  3.5s logo_fly infinite linear;
	-o-animation:  3.5s logo_fly infinite linear;
	-ms-animation: 3.5s logo_fly infinite linear;
	animation: 3.5s logo_fly infinite linear;
	}
@-moz-keyframes logo_fly {
	0% { transform-origin:bottom; transform:rotate(-3deg); }
	50% { transform-origin:bottom; transform:rotate(3deg); }
	100% { transform-origin:bottom; transform:rotate(-3deg); }
}
@-webkit-keyframes logo_fly {
	0% { transform-origin:bottom; transform:rotate(-3deg); }
	50% { transform-origin:bottom; transform:rotate(3deg); }
	100% { transform-origin:bottom; transform:rotate(-3deg); }
}
@keyframes logo_fly {
	  0% { transform-origin:bottom; transform:rotate(-3deg); }
	  50% { transform-origin:bottom; transform:rotate(3deg); }
	  100% { transform-origin:bottom; transform:rotate(-3deg); }
}
.fireworks_box {
	position:relative;
	width:100%;
	height:0 auto;
	}
.fireworks_01 {
	position:absolute;
	width: 28%;
	height:0;
	padding-bottom:30%;
	background-repeat:no-repeat;
	background-size:50% auto;
	background-image:url(../../images/fireworks_01.png);
	mix-blend-mode: screen;
	-ms-mix-blend-mode: screen;
	-o-mix-blend-mode: screen;
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	left: 42%;
	top: -27em;
	-webkit-animation: 1s fireworks_01 infinite linear;
	-moz-animation:  1s fireworks_01 infinite linear;
	-o-animation:  1s fireworks_01 infinite linear;
	-ms-animation: 1s fireworks_01 infinite linear;
	animation: 1s fireworks_01 infinite linear;
}
@-moz-keyframes fireworks_01 {
	  0% { top: -27em; opacity:0;}
	  10% { top: -27em; opacity:1;}
	  50% { top: -27em; opacity:0;}
	  100% { top: -27em; opacity:0;}
}
@-webkit-keyframes fireworks_01 {
	  0% { top: -27em; opacity:0;}
	  10% { top: -27em; opacity:1;}
	  50% { top: -27em; opacity:0;}
	  100% { top: -27em; opacity:0;}
}
@keyframes fireworks_01 {
	  0% { top: -27em; opacity:0;}
	  10% { top: -27em; opacity:1;}
	  50% { top: -27em; opacity:0;}
	  100% { top: -27em; opacity:0;}
}
.fireworks_02 {
	position:absolute;
	width: 21%;
	height:0;
	padding-bottom:20%;
	background-repeat:no-repeat;
	background-size:50% auto;
	background-image:url(../../images/fireworks_02.png);
	mix-blend-mode: screen;
	-ms-mix-blend-mode: screen;
	-o-mix-blend-mode: screen;
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	left: 63%;
	top: -19em;
	-webkit-animation: 1s fireworks_02 infinite linear;
	-moz-animation:  1s fireworks_02 infinite linear;
	-o-animation:  1s fireworks_02 infinite linear;
	-ms-animation: 1s fireworks_02 infinite linear;
	animation: 1s fireworks_02 infinite linear;
	}
@-moz-keyframes fireworks_02 {
	  0% { top: -19em; opacity:0;}
	  30% { top: -19em; opacity:1;}
	  80% { top: -19em; opacity:0;}
	  100% { top: -19em; opacity:0;}
}
@-webkit-keyframes fireworks_02 {
	  0% { top: -19em; opacity:0;}
	  30% { top: -19em; opacity:1;}
	  80% { top: -19em; opacity:0;}
	  100% { top: -19em; opacity:0;}
}
@keyframes fireworks_02 {
	  0% { top: -19em; opacity:0;}
	  30% { top: -19em; opacity:1;}
	  80% { top: -19em; opacity:0;}
	  100% { top: -19em; opacity:0;}
}
.fireworks_03 {
	position:absolute;
	width: 18%;
	height:0;
	padding-bottom: 20%;
	background-repeat:no-repeat;
	background-size:50% auto;
	background-image:url(../../images/fireworks_03.png);
	mix-blend-mode: screen;
	-ms-mix-blend-mode: screen;
	-o-mix-blend-mode: screen;
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	left: 24%;
	top: -20em;
	-webkit-animation: 2s fireworks_03 infinite linear;
	-moz-animation:  2s fireworks_03 infinite linear;
	-o-animation:  2s fireworks_03 infinite linear;
	-ms-animation: 2s fireworks_03 infinite linear;
	animation: 2s fireworks_03 infinite linear;
	}
@-moz-keyframes fireworks_03 {
	  0% { top: -20em; opacity:0;}
	  40% { top: -20em; opacity:1;}
	  60% { top: -20em; opacity:0;}
	  100% { top: -20em; opacity:0;}
}
@-webkit-keyframes fireworks_03 {
	  0% { top: -20em; opacity:0;}
	  40% { top: -20em; opacity:1;}
	  60% { top: -20em; opacity:0;}
	  100% { top: -20em; opacity:0;}
}
@keyframes fireworks_03 {
	  0% { top: -20em; opacity:0;}
	  40% { top: -20em; opacity:1;}
	  60% { top: -20em; opacity:0;}
	  100% { top: -20em; opacity:0;}
}
.fireworks_04 {
	position:absolute;
	width: 18%;
	height:0;
	padding-bottom: 20%;
	background-repeat:no-repeat;
	background-size:50% auto;
	background-image:url(../../images/fireworks_04.png);
	mix-blend-mode: screen;
	-ms-mix-blend-mode: screen;
	-o-mix-blend-mode: screen;
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	left: 11%;
top: -14em;
	-webkit-animation: 1.5s fireworks_04 infinite linear;
	-moz-animation:  1.5s fireworks_04 infinite linear;
-o-animation:  1.5s fireworks_04 infinite linear;
-ms-animation: 1.5s fireworks_04 infinite linear;
	animation: 1.5s fireworks_04 infinite linear;
	}
@-moz-keyframes fireworks_04 {
	  0% { top: -14em; opacity:0;}
	  50% { top: -14em; opacity:1;}
	  80% { top: -14em; opacity:0;}
	  100% { top: -14em; opacity:0;}
}
@-webkit-keyframes fireworks_04 {
	  0% { top: -14em; opacity:0;}
	  50% { top: -14em; opacity:1;}
	  80% { top: -14em; opacity:0;}
	  100% { top: -14em; opacity:0;}
}
@keyframes fireworks_04 {
	  0% { top: -14em; opacity:0;}
	  50% { top: -14em; opacity:1;}
	  80% { top: -14em; opacity:0;}
	  100% { top: -14em; opacity:0;}
}
.fireworks_05 {
	position:absolute;
	width: 18%;
	height:0;
	padding-bottom: 20%;
	background-repeat:no-repeat;
	background-size:50% auto;
	background-image:url(../../images/fireworks_05.png);
	mix-blend-mode: screen;
	-ms-mix-blend-mode: screen;
	-o-mix-blend-mode: screen;
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	left: 81%;
top: -15em;
	-webkit-animation: 1.5s fireworks_05 infinite linear;
	-moz-animation:  1.5s fireworks_05 infinite linear;
-o-animation:  1.5s fireworks_05 infinite linear;
-ms-animation: 1.5s fireworks_05 infinite linear;
	animation: 1.5s fireworks_05 infinite linear;
	}
@-moz-keyframes fireworks_05 {
	  0% { top: -15em; opacity:0;}
	  20% { top: -15em; opacity:1;}
	  70% { top: -15em; opacity:0;}
	  100% { top: -15em; opacity:0;}
}
@-webkit-keyframes fireworks_05 {
	  0% { top: -15em; opacity:0;}
	  20% { top: -15em; opacity:1;}
	  70% { top: -15em; opacity:0;}
	  100% { top: -15em; opacity:0;}
}
@keyframes fireworks_05 {
	  0% { top: -15em; opacity:0;}
	  20% { top: -15em; opacity:1;}
	  70% { top: -15em; opacity:0;}
	  100% { top: -15em; opacity:0;}
}
.eyes_right, .eyes_left {
	position:absolute;
	width:3%;
	height:0;
	padding-bottom:10%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-image:url(../../images/eyes.png);
	top: -10.5em;
	z-index:3;
	-webkit-animation: 1s eyes infinite linear;
	-moz-animation:  1s eyes infinite linear;
	-o-animation:  1s eyes infinite linear;
	-ms-animation: 1s eyes infinite linear;
	animation: 1s eyes infinite linear;
	}
@-moz-keyframes eyes {
	  0% { transform:scale(0.6);}
	  50% { transform:scale(0.7);}
	  100% { transform:scale(0.6);}
	}
@-webkit-keyframes eyes {
	  0% { transform:scale(0.6);}
	  50% { transform:scale(0.7);}
	  100% { transform:scale(0.6);}
	}
@keyframes eyes {
	  0% { transform:scale(0.6);}
	  50% { transform:scale(0.7);}
	  100% { transform:scale(0.6);}
	}
.eyes_right {
	left:43%;
}
.eyes_left {
	left:37%;
}
.event1 img {
	-moz-animation: float ease-in-out 1s infinite;
	-o-animation: float ease-in-out 1s infinite;
	-ms-animation: float ease-in-out 1s infinite;
-webkit-animation: float ease-in-out 1s infinite;
animation: float ease-in-out 1s infinite;
}
.event2 img {
	-moz-animation: float ease-in-out 1.2s infinite;
	-o-animation: float ease-in-out 1.2s infinite;
	-ms-animation: float ease-in-out 1.2s infinite;
-webkit-animation: float ease-in-out 1.2s infinite;
animation: float ease-in-out 1.2s infinite;
}
.event3 img {
	-moz-animation: float ease-in-out 1.4s infinite;
	-o-animation: float ease-in-out 1.4s infinite;
	-ms-animation: float ease-in-out 1.4s infinite;
-webkit-animation: float ease-in-out 1.4s infinite;
animation: float ease-in-out 1.4s infinite;
}
@-webkit-keyframes float {
	0% {-webkit-transform: translateY(0);transform: translateY(0);}
	50% {-webkit-transform: translateY(-5px);transform: translateY(-5px);}
	100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@keyframes float {
	0% {  transform: translateY(0);  transform: translateY(0);}
	50% {  transform: translateY(-5px);  transform: translateY(-5px);}
	100% {  transform: translateY(0);  transform: translateY(0);}
}
/**
* Login Form
**/
.tooltip {
	font-size: 11px;
}
.form-loginbox {
  margin-top: 40px;
}
.form-group-login {
margin-bottom: 10px;
}
.form-loginhas {
position: relative;
}
.form-loginhas .form-login-control {
padding-right: 42.5px;
}
.form-login-control {
display: block;
width: 100%;
height: 40px;
padding: 6px 40px;
font-size: 14px;
font-weight: 300;
letter-spacing: .1em;
line-height: 1.42857143;
color: #fff;
background-color: #222;
background-image: none;
border: 1px solid #101010;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .30s, -webkit-box-shadow ease-in-out .30s;
-o-transition: border-color ease-in-out .30s, box-shadow ease-in-out .30s;
transition: border-color ease-in-out .30s, box-shadow ease-in-out .30;
}
.form-login-control:focus {
  border-color: #7d9e52;
	border-radius: 4px;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(150, 199, 86, 0.35);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(150, 199, 86, 0.35);
}
.form-control-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-login-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-login-control:-ms-input-placeholder {
  color: #777;
}
.form-login-control::-webkit-input-placeholder {
  color: #777;
}
.form-login-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.icon-size {
  font-size: 1.5em;
  color: #777;
	padding: 0.2em 0 0 .5em;
}
.btn-login {
	color: #fff;
	background-color: #6e9c2d;
	border-color: #6e9c2d;
	padding: 10px 16px;
  font-size: 16px;
	font-weight: 300;
  line-height: 1.3333333;
  border-radius: 0px;
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.btn-login:hover {
  color: #84a754;
  background-color: #1d1d1d;
  border-color: #151515;
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.btn-login:focus {
  color: #ffffff;
  background-color: #5e8c1e;
  border-color: #5e8c1e;
  outline: 0 !important;
}
.btn-login:active {
  color: #fff;
  background-color: #6e9c2d;
  border-color: #6e9c2d;
	outline: 0 !important;
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.150);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.150);
}
.btn-reg-del {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0px;
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.btn-reg-del:hover {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #151515;
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.btn-reg-del:focus{
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
  outline: 0 !important;
}
.btn-reg-del:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125);
}
.login-row {
  margin-right: -5px;
  margin-left: -5px;
}
.col-login-6 {
	width: 50%;
	float: left;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.alert-loginbox {
  padding: 8px;
  margin: 25px 0 -30px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
	font-weight: 300;
  letter-spacing: 0.5px;
}
.alert-error {
	color: #fff;
  background-color: #d23838;
}
.alert-loginok {
	color: #fff;
	background-color: #3ead56;
}
.list-group-item {
  padding: 5px 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);
}
/**
* Allnews Event Box
**/
.allnews-row {
  margin-right: -5px;
  margin-left: -5px;
}
.allnews-col {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
	float: left;
	width: 33.33333333%;
}
.allnews-box {
  width: 100%;
  height: 300px;
	position:relative;
  padding: 10px;
	margin-top: 1em;
	background-color: rgba(0, 0, 0, 0.50);
  border: solid 1px rgba(255, 255, 255, 0.20);
	-webkit-border-radius: 6px;
  border-radius: 6px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.30), inset 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.30), inset 0 1px 5px rgba(0, 0, 0, 0.5);
}
.allnew-boximg {
	width:355px;
	height:200px;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-bottom: 10px;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 6px 6px 0 0;
}
.allnew-boximg .overlay {
	width:355px;
	height:200px;
	position:absolute;
	overflow:hidden;
	cursor: pointer;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.2);
	-webkit-transition:all .15s ease-in-out;
	transition:all .15s ease-in-out
}
.allnew-boximg img {
	-moz-transform:rotate(0) scale(1);
	-webkit-transform:rotate(0) scale(1);
	transform:rotate(0) scale(1);
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.allnew-boximg .info {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color: #00e5ff;
	font-weight: 300;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.80);
	opacity:0;
	filter:alpha(opacity=0);
	margin:6em 0 0;
	padding:8px 15px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transform: translateY(2em);
	transform: translateY(2em);
}
.allnew-boximg .info:hover {
  background-color: #ff567d;
  color: #fff;
	-webkit-box-shadow: 0 0 8px #ff4063;
	box-shadow: 0 0 8px #ff4063;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.allnew-boximg:hover img {
	-ms-transform: rotate(-10deg) scale(1.4);
	-webkit-transform: rotate(-10deg) scale(1.4);
	transform: rotate(-10deg) scale(1.4);
}
.allnew-boximg:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}
.allnew-boximg:hover .info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}
.allnew-boximg:hover .info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}
.allnews-text-harder {
	font-size:16px;
	font-weight:300;
	color:#ffdb53;
}
.allnews-text {
	font-size:12px;
	font-weight: 300;
	color: #aaa;
  padding: 5px 0 5px 0;
}
.allnews-time {
	font-family: Tahoma;
	font-size:11px;
	color:#909090;
}
.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;
}
/**
* Footer & PageBarUp
**/
.footerpage_box {
position: relative;
width: 100%;
height: 0 auto;
}
#pagetop {
	position: fixed;
}
.pagetop {
	bottom: 20px;
	left: 20px;
	display: block;
}
.tako {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  animation: vertical 2s ease-in-out infinite alternate;
  -webkit-animation: vertical 2s ease-in-out infinite alternate;
  margin-bottom: -75px;
  margin-left: -5px;
}
.chara {
}
@-moz-keyframes vertical {
0% {
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);}
  100% {
	 transform:translateY(0px);
	-webkit-transform:translateY(0px);}
}
@-webkit-keyframes vertical {
0% {
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);}
  100% {
	 transform:translateY(0px);
	-webkit-transform:translateY(0px);}
}
@keyframes vertical {
0% {
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);}
  100% {
	 transform:translateY(0px);
	-webkit-transform:translateY(0px);}
}
.footer-box {
  position: relative;
  width: 1200px;
  height: 470px;
	margin: 0 auto;
}
.footerboy {
	height: 358px;
  width: 321px;
	position: absolute;
	background-image: url(../../images/footer-img1.png);
	left: 2em;
  top: 8em;
	-webkit-animation: 3s boys infinite linear;
	-moz-animation:  3s boys infinite linear;
	-o-animation:  3s boys infinite linear;
	-ms-animation: 3s boys infinite linear;
	animation: 3s boys infinite linear;
	}
	@keyframes boys {
	  0% { transform-origin:bottom;}
	  50% { transform-origin:bottom; transform:rotate(5deg);}
	  100% { transform-origin:bottom;}
	}
.footergirl {
	height: 377px;
  width: 352px;
	position: absolute;
  background-image: url(../../images/footer-img2.png);
	right: 2em;
  top: 7em;
	-webkit-animation: 3s girls infinite linear;
	-moz-animation:  3s girls infinite linear;
	-o-animation:  3s girls infinite linear;
	-ms-animation: 3s girls infinite linear;
	animation: 3s girls infinite linear;
	}
	@keyframes girls {
		0% { transform-origin:bottom;}
		50% { transform-origin:bottom; transform:rotate(-5deg);}
		100% { transform-origin:bottom;}
	}
	.footerpoli {
		height: 133px;
	  width: 175px;
		position: absolute;
	  background-image: url(../../images/poli.png);
		right: 38em;
    top: 1em;
		animation: 1.5s polis infinite linear;
		}
		@keyframes polis {
			0% {top:2.5em;}
			50% {top:1em;}
			100% {top:2.5em;}
		}
/**
* Modal Form
**/
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-big {
	width: 900px;
	margin: 8em auto;
}
.modal-old {
	width: 813px;
	margin: 8em auto;
}
.modal-small {
	width: 500px;
	margin: 8em auto;
}
.modal-title {
  letter-spacing: 0.5px;
  padding-left: 10px;
}
.modal-header {
  padding: 15px;
  border-bottom: none;
}
.modal-header .close {
  margin-top: -11px;
}
.modal-text {
  font-size: 14px;
  font-weight: 400;
}
.panel-footer {
  background-color: #fff;
	color:#ff7d4b;
	font-weight: 300;
}
.modal-body2 .close {
  margin-top: -11px;
}
.modal-body2 {
	padding: 5px;
}
.close {
  font-size: 36px;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=30);
  opacity: .3;
}
.close:hover, .close:focus {
  outline: 0 !important;
}
.fade-scale {
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.fade-scale.in {
 opacity: 1;
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
 transform: scale(1);
}
.col-modal {
  width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.alert-modal {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
	font-weight: 300;
}
.alert-modal-warning {
  color: #9e7733;
  background-color: #fffcec;
  border-color: #e2d2b0;
}
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.table-job {
    width: 100%;
    max-width: 100%;
}
.table-job > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.table-job > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: none;
	font-size: 12px;
  font-weight: 500;
	letter-spacing: 0.5px;
}
.table-job > tbody > tr > td {
	padding: 6px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	font-size: 12px;
}
label {
  font-weight: 500;
  letter-spacing: 1px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #56afe4;
  font-size: 11px;
	font-weight: 300;
  letter-spacing: 0.5px;
}
.form-modal {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 15px;
    font-size: 12px;
		font-weight: 300;
		letter-spacing: 1px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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-modal:focus {
    border-color: #ffb371;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(255, 179, 113, 0.65);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(255, 179, 113, 0.65);
}
.form-modal::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-modal:-ms-input-placeholder {
  color: #999;
}
.form-modal::-webkit-input-placeholder {
  color: #999;
}
.form-modal::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-modal[disabled], .form-modal[readonly], fieldset[disabled] .form-modal {
    background-color: #ffbc82;
    border-color: #ffb371;
    color: #965f2f;
    opacity: 1;
    box-shadow: none;
}
.eggda-alert {
  padding: 9px;
	margin-top: 10px;
  margin-bottom: 10px;
	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
}
.btn-save {
	font-weight: 300;
  color: #6f7b46;
  background-color: #d9ec9c;
  border-color: #b2cc61;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.btn-save:hover {
  color: #6f7b46;
  background-color: #cfe682;
  border-color: #cfe682;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.btn-save:focus {
  color: #6f7b46;
  background-color: #c2da73;
  border-color: #c2da73;
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.btn-save:active {
  color: #6f7b46;
  background-color: #c2da73;
  border-color: #c2da73;
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.btn-delete {
	font-weight: 300;
	color: #536586;
	background-color: #abc6f9;
	border-color: #89aae8;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.btn-delete:hover {
  color: #3b4963;
	background-color: #9dbaf1;
	border-color: #9dbaf1;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.btn-delete:focus {
  color: #3b4963;
	background-color: #87a9e8;
  border-color: #87a9e8;
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.btn-delete:active {
  color: #3b4963;
	background-color: #abc5f5;
  border-color: #abc5f5;
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
