/**
* 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&amp;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&amp;subset=thai");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto");

body {
	font-family: "Kanit",sans-serif;
	background-color: #fff;
	margin:0;
	padding:0;
	overflow-x:hidden;
	cursor: url('../icon/point.html'),auto;
}
ul{
	list-style-type:none;
}
a:link{
	cursor: url('../icon/link.html'),auto;
	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: #161616;
	-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 #ad8e8e2d;
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
/**
*  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: 3;
	pointer-events: none;
}
/**
* PreLoader
**/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align:center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99;
}
#status {
  font-family:'Kanit',sans-serif;
  font-size: 24px;
  width: 100%;
  min-height:150px;
  position: relative;
  left: 0%;
  top: 30%;
  background-image: url(../../images/poli_body.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  padding-top: 9em;
  -webkit-animation:poli_sky 1s infinite alternate ease-in-out;
  animation:poli_sky 1s infinite alternate ease-in-out;
}
@keyframes poli_sky {
	0%{transform: translate(0,30px)}
	100%{transform: translate(0,-20px)}
}
.text-loading {
	color: #fff;
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 3px;
	-webkit-text-shadow: 0 0 5px #00d0ff;
	text-shadow: 0 0 5px #00d0ff;
}
.sky_poli {
    width: 100%;
	height: 0;
    position: absolute;
    z-index: 3;
}
.poli_wing1 {
	background:url(../../images/poli_wing_right.png);
	width:80px;
	height:83px;
	position:absolute;
	margin-top: -3em;
	margin-left: 2em;
	z-index:99;
	transform-origin:left 30%;
	-webkit-animation:w1 0.3s alternate infinite ease-in-out;
	animation:w1 0.3s alternate infinite ease-in-out;
}
@keyframes w1{
	0%{transform: rotate(10deg)}
	100%{transform: rotate(-10deg)}
}
.poli_wing2 {
	background:url(../../images/poli_wing_left.png);
	width:60px;
	height:72px;
	position:absolute;
	margin-left: -4.5em;
    margin-top: -5.5em;
	z-index:99;
	transform-origin:right 50%;
	-webkit-animation:w2 0.3s alternate infinite ease-in-out;
	animation:w2 0.3s alternate infinite ease-in-out;
}
@keyframes w2{
	0%{transform: rotate(-10deg)}
	100%{transform: rotate(10deg)}
}
/**
* Header Box Wrapper
**/
.wrapper {
    width: 100%;
	min-width: 1200px;
    height: 1500px;
    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:1500px;
	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;
}
@-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: -110em 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: 550px;
	height: 218px;
	position: absolute;
	z-index: 1;
	top: -12em;
    left: 23em;
	-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; transform:rotate(-3deg); }
	50% { transform-origin:bottom; transform:rotate(3deg); }
	100% { transform-origin:bottom; transform:rotate(-3deg); }
}
.img_header {
	background: url(../../images/img_body.png);
	width: 1200px;
	height: 622px;
	position: absolute;
	z-index: 3;
	top: -22.1em;
}
.img_poli {
	background:url(../../images/poil.png);
	width:102px;
	height:169px;
	position:absolute;
	z-index:2;
	left: 16em;
    top: -23em;
	animation:poli 1.5s infinite alternate ease-in-out;
}
@keyframes poli {
	0%{transform: translate(0,30px)}
	100%{transform: translate(0,10px)}
}
.img_poli2 {
	background:url(../../images/poli2.png);
	width:241px;
	height:203px;
	position:absolute;
	z-index:2;
	right: 1em;
    top: 154em;
	animation: poli2 0.5s alternate infinite;
    transform-origin: bottom center;
}
@keyframes poli2{
	0%{transform: scale(1,1)}
	100%{transform: scale(1,0.97)}
}

.img_ballon {
	background:url(../../images/ballon.png);
	width:92px;
	height:126px;
	position:absolute;
	z-index:2;
	right: 10em;
    top: -20em;
	transform-origin:bottom center;
	animation:ballon 2s infinite alternate ease-in-out;
}
@keyframes ballon {
	0%{transform:rotate(-10deg)}
	100%{transform:rotate(0deg)}
}
.img_poli1 {
	background:url(../../images/poli1.html);
	width:342px;
	height:230px;
	position:absolute;
	left:130px;
	top:360px;
	z-index:2;
	animation:poli1 0.5s alternate infinite;
	transform-origin:bottom center;
}
@keyframes poli1{
	0%{transform: scale(1,1)}
	100%{transform: scale(1,0.97)}
}
.img_datura {
	background:url(../../images/datura.png);
	width: 202px;
    height: 168px;
    position: absolute;
    left: 21.3em;
    top: 10.3em;
    z-index: 2;
}
.img_datura_head {
	background:url(../../images/datura_head.png);
	width: 59px;
    height: 48px;
    position: absolute;
    left: 29.8em;
    top: 8em;
    z-index: 1;
	animation:head 1.5s infinite ;
	-webkit-animation:head 1.5s infinite ;
	-moz-animation:head 1.5s infinite ;
	-o-animation:head 1.5s infinite ;
	-ms-animation:head 1.5s infinite ;
}
@keyframes head{
	0% {
		transform: rotate(7deg);
    	transform-origin: 50% 100%;		
	}
	10% {
		transform: rotate(-7deg);
    	transform-origin: 50% 100%;
	}
	20% {
		transform: rotate(7deg);
    	transform-origin: 50% 100%;
	}
	30% {
		transform: rotate(-7deg);
    	transform-origin: 50% 100%;
	}
	40% {
		transform: rotate(7deg);
    	transform-origin: 50% 100%;
	}	
	100% {
		transform: rotate(7deg);
    	transform-origin: 50% 100%;
	}
}
.img_datura_hand {
	background:url(../../images/datura_hand.png);
	width: 60px;
    height: 33px;
    position: absolute;
    left: 30em;
    top: 17em;
    z-index: 1;
	animation:hand 2.5s infinite ;
	-webkit-animation:hand 2.5s infinite ;
	-moz-animation:hand 2.5s infinite ;
	-o-animation:hand 2.5s infinite ;
	-ms-animation:hand 2.5s infinite ;
}
@keyframes hand {
	0% {
		transform: rotate(10deg);
    	transform-origin: 50% 100%;		
	}
	10% {
		transform: rotate(-10deg);
    	transform-origin: 50% 100%;
	}
	20% {
		transform: rotate(10deg);
    	transform-origin: 50% 100%;
	}
	30% {
		transform: rotate(-10deg);
    	transform-origin: 50% 100%;
	}
	100% {
		transform: rotate(10deg);
    	transform-origin: 50% 100%;
	}	
}
/**
* Eddga Alert
**/
.eddga-alert {
	font-family: 'Kanit',sans-serif;
	font-size:14px;
	font-weight:300;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 15px;
	background:#cce9f2;
	border: 1px solid #86cde3;
	color:#2584a0;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	-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);
}
.eddga-alert-success {
	background: #d8f1c6;
	border-color: #b3cda1;
	color: #749958;
}
.eddga-alert-danger {
	background: #f9d9d9;
	border-color: #e1a1a1;
	color: #b55454;
}
.eddga-alert-warning {
	background: #fbf4dd;
	border-color: #d1c9ae;
	color: #978c68;
}
.eddga-alert-plain {
	background: #f8f8f8;
	border-color: #d1d1d1;
	color: #8c8c8c;
}
.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
}
.main-header {
	font-family: Kanit;
	font-size:16px;
	font-weight:300;
	color:#c5c5c5;
	border-bottom: 1px solid #eee;
	margin: -3px 0 2px;
	padding-bottom: 7px;
}
/**
* IcheckBox
**/
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../../images/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal {
  background-position: 0 0;
}
.icheckbox_minimal.hover {
  background-position: -20px 0;
}
.icheckbox_minimal.checked {
  background-position: -40px 0;
}
.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal {
  background-position: -100px 0;
}
.iradio_minimal.hover {
  background-position: -120px 0;
}
.iradio_minimal.checked {
  background-position: -140px 0;
}
.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}
.fade-scale {
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
  transform: scale(0.9);
  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);
}
/**
* Footer Page
**/
.devil_box {
	display:block;
	position: fixed;
	width: 12%;
	height:0;
	padding-bottom: 13%;
	right:0%;
	bottom:0%;
	z-index:10000;
	}
.devil {
	position:relative;
	width:100%;
	height:0;
	padding-bottom: 109%;
	}
.btn_body {
	position:absolute;
	width: 56%;
	height:0;
	padding-bottom: 103%;
	background-image:url(../../images/demon_body.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	right: 0%;
	bottom: 0%;
	z-index:3;
	}
.devil_hand {
	position:absolute;
	width: 51%;
	height:0;
	padding-bottom: 100%;
	background-image:url(../../images/demon_hand.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	right: 43%;
	bottom: -39%;
	z-index:2;
	}
.devil_wing {
	position:absolute;
	width: 31%;
	height:0;
	padding-bottom: 25%;
	background-image:url(../../images/demon_wing.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	right: 41%;
	top: 65%;
	-webkit-animation: 2s devil_wing infinite linear;
	-moz-animation:  2s devil_wing infinite linear;
	-o-animation:  2s devil_wing infinite linear;
	-ms-animation: 2s devil_wing infinite linear;
	animation: 2s devil_wing infinite linear;
	}
	@keyframes devil_wing {
		0% { transform-origin:100% 50%;}
		50% { transform-origin:100% 50%; transform:rotate(-20deg);}
		100% { transform-origin:100% 50%;}
	}
.page_footer {
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
  margin-top:145em;
  z-index:2;
}
.page_main_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2e3744;
  border-top: solid 1px #30353e;
  -webkit-box-shadow: 0 0 10px #88d9ff;
  box-shadow: 0 0 10px #88d9ff;
}
.footer_container {
	width:100%;
	height: 90px;
	padding-top: 2em;
	margin: 0 auto;
}
.footer_container span {
	text-align: center;
	line-height: 1.5em;
	display: block;
	font-family: 'Tahoma',sans-serif;
	font-size: 12px;
    font-weight: 400;
	letter-spacing: .15em;
    text-transform: uppercase;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.50);
    text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.50);
}
@media(max-width:1170px){
body,html{
	width:1200px;
	overflow-x:hidden;
	}
}