/**
* Design By eddga-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");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0px;}
::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-thumb:vertical{width:0px;background-color:#3baeff;-webkit-border-radius:0px;}
::-webkit-scrollbar-thumb:horizontal:hover,::-webkit-scrollbar-thumb:vertical:hover{background-color:#7ac8ff;}

body,td,th {
	font-family: Kanit;
	color:#434A54;
	cursor: url('../../images/point.cur'),auto;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
a {
	color: #ff864d;
	text-decoration: none;
	cursor: url('../../images/link.cur'),auto;
}
a:hover,
a:focus {
  color: #2993ef;
  text-decoration: none;
  outline: 0 !important;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/**
*  Particles JS
**/
#particles-js {
    position: absolute;
    width: 100%;
    height: 530px;
    top: 0;
    background-image: url('');
    background-repeat: repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    pointer-events: none;
}
/**
* Header Box Wrapper
**/
.wrapper-page {
    width: 100%;
	min-width: 2000px;
    height: 2000px;
    background-image: url(../../images/bg_page0.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.change-page {
	position:absolute;
	width:100%;
	min-width: 2000px;
	height:2000px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../../images/bg_page01.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: 3;
    margin: -143em auto;
}
.header_img {
    width: 1200px;
	height: 0;
    position: absolute;
    z-index: 4;
}
.header_img>div {
	position: absolute;
}
.img-effect-cloud {
    width: 100%;
    height: 487px;
    background-image: url(../../images/effect2.png);
	position:absolute;
    top: 260px;
    z-index: 2;
	animation:effect 3s infinite;
	animation-timing-function:ease-in-out;
}
@-webkit-keyframes effect {
  0% {opacity:1.0;top: 240px;}
  50%{opacity:0;top:260px; }
  100% {opacity:1.0;top: 240px;}
}
@keyframes effect {
  0% {opacity:1.0;top: 240px;}
  50%{opacity:0;top:260px; }
  100% {opacity:1.0;top: 240px;}
}
.eyes_right, .eyes_left {
	position:absolute;
	width: 4%;
	height:0;
	padding-bottom:10%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-image:url(../../images/eyes.png);
	z-index:3;
	-webkit-animation: 3s eyes infinite linear;
	-moz-animation:  3s eyes infinite linear;
	-o-animation:  3s eyes infinite linear;
	-ms-animation: 3s eyes infinite linear;
	animation: 3s eyes infinite linear;
	}
@-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: 48.4%;
    top: -8.1em;
}
.eyes_left {
	left: 44.9%;
    top: -8em;
}
/**
* Register From
**/
.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #d5e8a5;
    border-radius: 4px;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.guide-header {
	font-family: Kanit;
	font-size:16px;
	font-weight:300;
	color:#8ead7b;
	text-transform: uppercase;
    letter-spacing: .1em;
	border-bottom: 1px solid #dfefd2;
	margin: 1px 0 2px;
	padding-bottom: 7px;
}
.main-header {
	font-family: Kanit;
	font-size: 26px;
    font-weight: 400;
    color: #768dff;
    text-transform: uppercase;
    letter-spacing: .05em;
	border-bottom: 1px solid #dfefd2;
	margin: 1px 0 2px;
	padding-bottom: 7px;
}
small {
    font-size: 75%;
}
.img_header {
	margin-top: -8px;
}
.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.breadcrumb {
    padding: 6px 15px;
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none;
	font-weight:300;
    background-color: #fff;
    border: solid 1px #d5e8a5;
    border-radius: 6px;
}
.breadcrumb > li + li:before {
	font-family: FontAwesome;
    padding: 0 10px 0 5px;
    color: #e0e0e0;
    content: "\f105";
}
.modal-header {
	border-bottom: none;
}
.modal-title {
	font:24px'Kanit';
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	padding: 15px;
}
.modal-lg {
	width: 1000px;
	margin: 60px auto 0;
}
.fade-scale {
  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;
  transform: scale(1);
}
/**
* Nav Menu Support
**/
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 5px;
}
.nav-pills > li > a {
  border-radius: 0px;
  color: #848484;
  font-weight: 300;
  letter-spacing: .15em;
  background-color: transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #4587ff;
  font-weight: 300;
  background-color: transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  letter-spacing: .15em;
  padding-left: 10px;
	outline: 0 !important;
}
/**
* 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;
}
.eddga-alert-purple {
    background: #f2edff;
    border-color: #d0c6ea;
    color: #6d4ebb;
}
/**
* 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;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 15px 16px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 0px;
}
.btn-register {
	color: #fff;
	background-color: #3991ff;
	border-color: #3991ff;
	letter-spacing: 1px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
}
.btn-register:hover {
	color: #fff;
	background-color: #62a8ff;
	border-color: #62a8ff;
	border-radius: 6px;
	letter-spacing: 2px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	text-shadow: none;
	box-shadow: none;
}
.btn-register:focus, .btn-register.focus {
	color: #fff;
	background-color: #3991ff;
	border-color: #3991ff;
	outline: 0 !important;
}
.btn-register:active, .btn-register.active {
	color: #fff;
	background-color: #78b4ff;
	border-color: #78b4ff;
}
.btn-close {
	color: #fff;
	background-color: #ff6e56;
	border-color: #ff6e56;
	letter-spacing: 1px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	-o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
}
.btn-close:hover {
	color: #fff;
	background-color: #ff836e;
	border-color: #ff836e;
	border-radius: 6px;
	letter-spacing: 2px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	text-shadow: none;
	box-shadow: none;
}
.btn-close:focus, .btn-close.focus {
	color: #fff;
	background-color: #ff6e56;
	border-color: #ff6e56;
	outline: 0 !important;
}
.btn-close:active, .btn-close.active {
	color: #fff;
	background-color: #ff917e;
	border-color: #ff917e;
}
.btn:close, .btn.close {
	background-image: none;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .080);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .080);
}
/* Download */
.btn-download {
    color: #7b5a0e;
    background-color: #ffcc58;
    border-color: #ffcc58;
    letter-spacing: 1px;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.10);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.10);
	-webkit-transition: .3s all;
    transition: .3s all;
}
.btn-download:hover {
    color: #ffb918;
    background-color: #fff;
    border-color: #ffcc58;
	letter-spacing: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.btn-download:focus, .btn-download.focus {
    color: #755409;
    background-color: #f9bf3a;
    border-color: #f9bf3a;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	outline: 0 !important;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.10);
}
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
	font-size:16px;
	font-weight: 400;
}
.table-bordered > tbody > tr > td {
	font-size: 14px;
    font-weight: 400;
	vertical-align: middle;
}
.table-bordered-s {
    border: 1px solid #cecece;
}
.table-bordered-s > thead > tr > th {
    border-bottom-width: 1px;
	font-size:14px;
	font-weight: 400;
}
.table-bordered-s > tbody > tr > td {
	font-size: 12px;
    font-weight: 300;
	vertical-align: middle;
}
.table-bordered-s > thead > tr > th.org {
	background-color: #f9f9f9;
    border-color: #cecece;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
}
.table-bordered-s > tbody > tr > td.org {
	background-color: #f9f9f9;
    border-color: #cecece;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
}
.table-bordered-s > tbody > tr > td {
	border: 1px solid #cecece;
}
/* Server Info*/
.box-sv {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px rgba(214, 247, 131, 0.40);
    box-shadow: 0 1px 8px rgba(214, 247, 131, 0.40);
}
.box-info {
    border-color: #c8e3ff;
}
.box-green {
    border-color: #d0e699;
}
.box-sv-body {
    padding: 10px;
}
.line-box {
    margin-top: 12px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dcf3b6;
}
.box-text-haeder {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: -5px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #658e1f;
}
.box-text-haeder small {
    font-size: 75%;
	color: #82ad3a;
}
.list-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #576971;
    padding-left: 20px;
	padding-bottom: 5px;
}
.list-text2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #576971;
    padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.list-haeder {
    font-size: 10px;
    color: #5387e8;
    padding-left: 25px;
    letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.font-org {
    color: #ff7843;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
}
.font-org2 {
    color: #ff7843;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f5f5f5;
}
.btn-event {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
	-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.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: .5s all;
	transition: .5s all;
}
.btn-event:hover {
    color: #1559d6;
    background-color: #fff;
    border-color: #4578d6;
	-webkit-text-shadow: none;
	text-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 0px;
}
.btn-event:focus {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
	outline: 0 !important;
}
.btn-event:active {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
}
/* Server Info*/
.box-sv {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow:0 0 0 4px rgba(0, 0, 0, .02);
    box-shadow:0 0 0 4px rgba(0, 0, 0, .02);
}
.box-donate {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 8px rgba(214, 214, 214, 0.2);
    box-shadow:0 1px 8px rgba(214, 214, 214, 0.2);
}
.box-donate:hover {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 15px rgba(214, 214, 214, 0.5);
    box-shadow: 0 5px 15px rgba(214, 214, 214, 0.5);
}
.box-donate-body {
    padding: 10px;
}
.bg-gray {
    border-color: #eee;
}
.box-info {
    border-color: #c8e3ff;
}
.box-green {
    border-color: #e8e8e8;
}
.box-sv-body {
    padding: 10px;
}
.line-box {
    margin-top: -10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.box-text-haeder {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #636363;
}
.box-text-haeder small {
    font-size: 75%;
	color: #757575;
}
.btn {
    border-radius: 0px;
}
.btn-default {
    color: #5d5d5d;
    background-color: #fff;
    border-color: #e8e8e8;
}
.btn-default:hover {
    color: #333;
    background-color: #fbfbfb;
    border-color: #d4d4d4;
    box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.03);
}
.btn-default:focus {
    color: #333;
    background-color: #fbfbfb;
    border-color: #cccccc;
    outline: 0 !important;
}
.btn-default:active {
    color: #333;
    background-color: #fbfbfb;
    border-color: #d8d8d8;
}
.btn:active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.list-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    padding-left: 20px;
	padding-bottom: 5px;
}
.list-text2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #576971;
    padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.list-haeder {
    font-size: 10px;
    color: #ff0000;
    padding-left: 25px;
    letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.font-org {
    color: #341bff;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.font-org2 {
    color: #341bff;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f5f5f5;
}
.btn-event {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
	-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.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: .5s all;
	transition: .5s all;
}
.btn-event:hover {
    color: #1559d6;
    background-color: #fff;
    border-color: #4578d6;
	-webkit-text-shadow: none;
	text-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 0px;
}
.btn-event:focus {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
	outline: 0 !important;
}
.btn-event:active {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
}
.form-control-db {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02);
    -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-control-db:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**
* Footer Page
**/
#pagetop {
	position: fixed;
}
.pagetop {
	bottom: 80px;
	right: 0;
	display: block;
	z-index:5;
	-webkit-animation: 1.5s gost_doil infinite linear;
	-moz-animation: 1.5s gost_doil infinite linear;
	-o-animation: 1.5s gost_doil infinite linear;
	-ms-animation: 1.5s gost_doil infinite linear;
	animation: 1.5s gost_doil infinite linear;
}
@-webkit-keyframes gost_doil {
	0% {
	bottom: 80px;}
	50% {
	bottom: 100px;}
	100% {
	bottom: 80px;}
}
@keyframes gost_doil {
	0% {
	bottom: 80px;}
	50% {
	bottom: 100px;}
	100% {
	bottom: 80px;}
}
.chara {
}
.page_footer {
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
  margin-top:147em;
  z-index:2;
}
.page_main_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #22344a;
  border-top: solid 1px #55b8ff;
  -webkit-box-shadow: 0 0 10px #b1deff;
  box-shadow: 0 0 10px #b1deff;
}
.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;
	}
}