﻿ol.reset,
ul.reset,
li.reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* OVERFLOW */
.open-overlay {
	position: fixed;
	z-index: 290;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.nav .menu>li:nth-child(7),
.nav .menu>li:nth-child(8){
    opacity: 0;
    transform: scale(0);
}
.open-overlay.is-open {
	display: block;
	-moz-animation: ani_fadeIn 0.5s both linear;
	-webkit-animation: ani_fadeIn 0.5s both linear;
	animation: ani_fadeIn 0.5s both linear;
}

.open-overlay.is-close {
	-moz-animation: ani_fadeOut 0.5s both linear;
	-webkit-animation: ani_fadeOut 0.5s both linear;
	animation: ani_fadeOut 0.5s both linear;
}

#header {
	width: 100%;
	z-index: 300;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*#header:before { z-index: 1; content: ""; position: absolute; top: 0; left: 0; right: 0; height: 40px; background: rgba(10,61,122,1); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }*/

#header .container-fluid {
	position: relative;
	z-index: 3;
	margin-top: 10px;
	height: 80px;
	-moz-transition: margin 0.45s;
	-o-transition: margin 0.45s;
	-webkit-transition: margin 0.45s;
	transition: margin 0.45s;
}

.logo {
	position: absolute;
	/*overflow: hidden;*/
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 350px;
	height: 80px;
	left: 20px;
	top: 0;
	font-size: 0;
	-moz-transition: top 0.65s;
	-o-transition: top 0.65s;
	-webkit-transition: top 0.65s;
	transition: top 0.65s;
}

.logo a {
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	-moz-background-size: 90% auto;
	-o-background-size: 90% auto;
	-webkit-background-size: 90% auto;
	background-size: 90% auto;
}

#header .logo img {
	width: 40.75rem;
}

#header.is-fixed .logo img {
	margin-top: -5px;
}

@media (min-width:991px) {
	#header.is-fixed {
		background: rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}

	/*#header.is-fixed:before { z-index: 1; content: ""; position: absolute; top: 0; left: 0; right: 0; height: 40px;}*/
	#header.is-fixed .logo {
		width: 320px;
		height: 55px;
		margin-top: 8px;
	}

	#header.is-fixed .logo a {
		height: 100%;
		background-image: url(../images/logo.png);
		background-position: 10% center;
		-moz-background-size: 90% auto;
		-o-background-size: 90% auto;
		-webkit-background-size: 90% auto;
		background-size: 90% auto;
	}

	#header.is-fixed:after {
		/*background: rgba(255,255,255,1);*/
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	#header.is-fixed .container-fluid {
		margin-top: 0px;
		height: 70px;
	}
}

@media (max-width:991px) {
	#header {
		background: rgb(255, 255, 255, 1);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}

	#header.is-fixed .container-fluid {
		height: 60px;
	}

	#header:before {
		display: none;
	}

	#header:after {
		/*background: rgb(255,255,255,1);*/
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	#header .container-fluid {
		margin-top: 0;
		height: 60px;
	}

	#header .logo a {
		background-image: url(../images/logo.png);
		background-position: 10px center;
		-moz-background-size: auto 50px;
		-o-background-size: auto 45px;
		-webkit-background-size: auto 45px;
		background-size: auto 45px;
	}

	#header.is-fixed .logo a {
		background-position: 10px center;
		-moz-background-size: auto 45px;
		-o-background-size: auto 45px;
		-webkit-background-size: auto 45px;
		background-size: auto 45px;
	}

	.logo {
		width: calc(100% - 60px);
		height: 60px;
		top: 0;
		left: 0;
	}
}

@media (max-width:370px) {
	#header .logo a {
		background-image: url(../images/logo.svg);
		background-position: 7px center;
		-moz-background-size: auto 44px;
		-o-background-size: auto 44px;
		-webkit-background-size: auto 44px;
		background-size: auto 44px;
	}

	#header.is-fixed .logo a {
		background-position: 7px center;
		-moz-background-size: auto 44px;
		-o-background-size: auto 44px;
		-webkit-background-size: auto 44px;
		background-size: auto 44px;
	}
}

.nav-switch {
	display: none;
}

@media (min-width:991px) {
	.mb .nav .visible-xs-block {
		display: block !important;
	}

	#header.is-fixed .nav {
		top: 0;
	}

	#header.is-fixed .nav .menu>li:not(.top-nav) {
		margin-top: 5px;
	}

	#header.is-fixed .nav .menu>li:not(.top-nav)>a {
		padding: 18px 22px 23px;
		color: #333;
	}

	#header.is-fixed .nav .menu>li:not(.top-nav):hover>a {
		color: #f06439;
	}

	.nav {
		position: absolute;
		top: 5px;
		left: 370px;
		width: calc(100% - 370px);
		text-align: right;
		z-index: 1;
		padding-right: 250px;
	}

	.nav .menu {
		font-size: 0;
	}

	.nav .menu>li:not(.top-nav) {
		position: relative;
		min-width: 80px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin-top: 0;
	}

	.nav .menu>li:not(.top-nav):hover>a {
		color: #ffa12e;
		text-decoration: none;
	}

	.nav .menu>li:not(.top-nav)>a {
		display: block;
		text-align: center;
		line-height: 24px;
		font-size: 17px;
		color: #fff;
		padding: 20px 22px 31px;
		text-decoration: none;
		-moz-transition: color 0.25s, background 0.25s, line-height 0.25s;
		-o-transition: color 0.25s, background 0.25s, line-height 0.25s;
		-webkit-transition: color 0.25s, background 0.25s, line-height 0.25s;
		transition: color 0.25s, background 0.25s, line-height 0.25s;
	}

	.nav .menu>li:not(.top-nav)>a:before {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0;
		height: 3px;
		background: #023878;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	.nav .menu>li:not(.top-nav):hover>a:before {
		width: 100%;
	}

	.nav .menu>li:not(.top-nav)>ul {
		display: none;
		position: absolute;
		width: 100%;
		left: 50%;
		min-width: 220px;
		max-width: 220px;
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.nav .menu>li:not(.top-nav)>ul>li {
		display: block;
		position: relative;
	}

	.nav .menu>li:not(.top-nav)>ul>li>a {
		display: block;
		position: relative;
		background: rgba(2, 56, 120, 0.9);
		color: #fff;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		font-size: 16px;
		line-height: 24px;
		padding: 10px 10px;
		text-align: center;
		-moz-transition: color 0.25s, background 0.25s;
		-o-transition: color 0.25s, background 0.25s;
		-webkit-transition: color 0.25s, background 0.25s;
		transition: color 0.25s, background 0.25s;
	}

	.nav .menu>li:not(.top-nav)>ul>li>a:hover {
		color: #fff;
		background: #023878;
	}

	.nav .menu>li:not(.top-nav)>ul>li:first-child>a {
		border-top: none;
	}

	.nav .menu>li:not(.top-nav)>ul>li>ul {
		display: none;
		position: absolute;
		left: 1px;
		top: 1px;
		z-index: 1;
		min-width: 215px;
		width: 100%;
		-moz-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	.nav .menu>li:not(.top-nav)>ul>li>ul>li {
		display: block;
		margin-left: -25px;
		padding-left: 25px;
	}

	.nav .menu>li:not(.top-nav)>ul>li>ul>li>a {
		display: block;
		position: relative;
		background: rgba(2, 45, 97, 0.9);
		color: #FFF;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 15px;
		line-height: 24px;
		padding: 10px 5px 10px 10px;
		text-align: left;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		-moz-transition: color 0.25s, background 0.25s;
		-o-transition: color 0.25s, background 0.25s;
		-webkit-transition: color 0.25s, background 0.25s;
		transition: color 0.25s, background 0.25s;
	}

	.nav .menu>li:not(.top-nav)>ul>li>ul>li>a:hover {
		color: #ffa12e;
		background: rgba(2, 56, 120, 1);
	}

	.nav .menu>li:not(.top-nav)>ul>li>ul>li:first-child>a {
		border-top: none;
	}

	.nav .menu>li.top-nav.staff {
		position: absolute;
		top: -1px;
		right: 180px;
		width: auto;
		display: inline-block;
		padding-left: 20px;
		background: url(../images/user1.svg) no-repeat 1px 5px;
		background-size: 16px;
	}

	.nav .menu>li.top-nav.staff-in {
		position: absolute;
		top: 0;
		right: 290px;
		width: auto;
		display: inline-block;
		padding-left: 0;
		background: none;
		font-size: 15px;
		line-height: 24px;
		color: #333;
	}

	.nav .menu>li.top-nav.staff-in>a.logout {
		display: inline-block;
		font-size: 14px;
		line-height: 20px;
		color: #666;
		padding: 2px 15px;
		margin: 0 0 0 10px;
		background: #eee;
		border-radius: 30px;
	}

	.nav .menu>li.top-nav.staff-in>a.logout:hover {
		color: #fff;
		padding: 2px 15px;
		background: #009fc1;
	}

	/*.nav .menu > li.top-nav { position: absolute; top: -1px; left:2px;z-index: 400;width: 100%; height: 40px; display: inline-block;}*/
	/*.nav .menu > li.top-nav.toplink1 > a { float: right; display: inline-block; font-size: 14px;line-height: 18px; color: rgba(255,255,255,0.5); padding: 1px 10px 1px 25px;;margin: 0; background: url(../images/mail.svg) no-repeat 4px 4px; background-size: 15px; }*/
	.nav .menu>li.top-nav.toplink1 {
		position: absolute;
		top: 21px;
		right: 190px;
		height: 40px;
		width: 40px;
		display: block;
		font-size: 0;
		line-height: 18px;
		color: rgba(255, 255, 255, 0.5);
		padding: 0;
		;
		margin: 0;
		cursor: pointer;
	}

	.nav .menu>li.top-nav.toplink2 {
		position: absolute;
		top: 21px;
		right: 230px;
		height: 40px;
		width: 40px;
		display: block;
		font-size: 0;
		line-height: 18px;
		color: rgba(255, 255, 255, 0.5);
		padding: 0;
		;
		margin: 0;
		cursor: pointer;
	}

	.nav .menu>li.top-nav.toplink1>a,
	.nav .menu>li.top-nav.toplink2>a {
		color: rgba(255, 255, 255, 0.5);
	}

	.nav .menu>li.top-nav.toplink1>a {
		display: block;
		position: relative;
		font-size: 0;
		width: 100%;
		height: 100%;
		background: url(../images/9.png) no-repeat 5px 0px;
		background-size: 22px;
	}

	.nav .menu>li.top-nav.toplink2>a {
		display: block;
		position: relative;
		font-size: 0;
		width: 100%;
		height: 100%;
		background: url(../images/user.svg) no-repeat 7px 3px;
		background-size: 17px;
	}

	/*.nav .menu > li.top-nav.toplink1 > a:hover, .nav .menu > li.top-nav.toplink2 > a:hover { color: rgba(255,255,255,1);}
	.nav .menu > li.top-nav.toplink1 > a:before, .nav .menu > li.top-nav.toplink2 > a:before { display: none; }*/


	.nav .menu>li.top-nav.lang>ul>li>a:hover {
		color: #fff;
		background: #00aeef;
	}

	.nav .menu>li.top-nav.lang {
		position: absolute;
		top: 20px;
		right: 15px;
		width: 110px;
		height: 40px;
		display: inline-block;
		padding-left: 15px;
		background: url(../images/2.png) no-repeat 6px 4px;
		background-size: 18px;
		opacity: 0;
		transform: scale(0);
	}

	.nav .menu>li.top-nav.lang>a {
		line-height: 25px;
		font-size: 13px;
		padding: 0 5px 10px 2px;
		display: block;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		background-color: transparent;
		-moz-transition: color 0.25s, background 0.25s;
		-o-transition: color 0.25s, background 0.25s;
		-webkit-transition: color 0.25s, background 0.25s;
		transition: color 0.25s, background 0.25s;
	}

	.nav .menu>li.top-nav.lang>a:before {
		display: none;
	}

	.nav .menu>li.top-nav.lang>a:hover {
		color: rgba(255, 255, 255, 0.8);
	}

	.nav .menu>li.top-nav.lang>ul {
		display: none;
		position: absolute;
		width: 100%;
		left: 50%;
		min-width: 100px;
		max-width: 110px;
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		background: rgba(0, 0, 0, 0.7);
		padding: 1px;
	}

	.nav .menu>li.top-nav.lang>ul:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 5px 5px;
		border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
		position: absolute;
		top: -5px;
		left: 50%;
		margin-left: -5px;
	}

	.nav .menu>li.top-nav.lang>ul>li {
		display: block;
		position: relative;
	}

	.nav .menu>li.top-nav.lang>ul>li>a {
		display: block;
		position: relative;
		background-color: transparent;
		line-height: 26px;
		color: #fff;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		font-size: 14px;
		padding: 3px 5px;
		text-align: center;
		-moz-transition: color 0.25s, background 0.25s;
		-o-transition: color 0.25s, background 0.25s;
		-webkit-transition: color 0.25s, background 0.25s;
		transition: color 0.25s, background 0.25s;
	}

	.nav .menu>li.top-nav.lang>ul>li>a:hover {
		color: #fff;
		background: #00aeef;
	}

	.nav .menu>li.top-nav.lang>ul>li:first-child>a {
		border-top: none;
	}

	.pc .nav .menu>li>ul {
		display: none;
	}

	.pc .nav .menu>li>ul>li>ul {
		display: none;
	}

	.pc .nav .menu>li>ul>li:hover>a {
		color: #ff9a3e;
		background: rgb(2, 56, 120);
	}

	.pc .nav .menu>li>ul>li:hover>ul {
		display: block !important;
		-moz-animation: ani_fadeIn 0.25s both;
		-webkit-animation: ani_fadeIn 0.25s both;
		animation: ani_fadeIn 0.25s both;
	}

	.pc .nav .menu>li:hover>ul {
		display: block !important;
		-moz-animation: ani_fadeIn 0.25s both;
		-webkit-animation: ani_fadeIn 0.25s both;
		animation: ani_fadeIn 0.25s both;
	}
}

@media (min-width:991px) {
	#header.is-fixed .nav .menu>li.top-nav {
		top: 5px;
	}

	#header.is-fixed .nav .menu>li.top-nav.toplink1,
	#header.is-fixed .nav .menu>li.top-nav.toplink2 {
		top: 22px;
	}

	#header.is-fixed .nav .menu>li.top-nav.toplink1>a {
		background: url(../images/9.1.png) no-repeat 5px 0px;
		background-size: 22px;
	}

	#header.is-fixed .nav .menu>li.top-nav.toplink2>a {
		background: url(../images/user3.svg) no-repeat 7px 3px;
		background-size: 17px;
	}

	#header.is-fixed .nav .menu>li.top-nav.lang {
		top: 21px;
		background: url(../images/2.1.png) no-repeat 6px 4px;
		background-size: 18px;
	}

	#header.is-fixed .nav .menu>li.top-nav.lang>a {
		color: rgba(0, 0, 0, 0.5);
	}

}

@media (min-width:1300px) and (max-width:1499px) {
	.logo {
		width: 250px;
		left: 10px;
	}

	#header.is-fixed .logo {
		width: 250px;
	}

	.nav {
		left: 250px;
		width: calc(100% - 250px);
		text-align: right;
		z-index: 1;
		padding-right: 240px;
	}

	.nav .menu>li:not(.top-nav) {
		min-width: inherit;
	}

	.nav .menu>li:not(.top-nav)>a {
		padding: 21px 12px 30px;
		font-size: 16px;
	}

	#header.is-fixed .nav .menu>li:not(.top-nav)>a {
		padding: 21px 12px 20px;
	}

	.nav .menu>li.top-nav.toplink1 {
		right: 180px;
	}

	.nav .menu>li.top-nav.toplink2 {
		right: 220px;
	}
}

@media (min-width:991px) and (max-width:1300px) {
	.logo {
		width: 230px;
		left: 10px;
	}

	#header.is-fixed .logo {
		width: 230px;
	}

	.nav {
		left: 230px;
		width: calc(100% - 230px);
		text-align: right;
		z-index: 1;
		padding-right: 180px;
	}

	.nav .menu>li:not(.top-nav) {
		min-width: inherit;
	}

	.nav .menu>li:not(.top-nav)>a {
		padding: 21px 6px 30px;
		font-size: 15px;
	}

	#header.is-fixed .nav .menu>li:not(.top-nav)>a {
		padding: 21px 6px 20px;
	}

	#header.is-fixed .nav .menu>li.top-nav.toplink1 {
		top: 25px;
	}

	.nav .menu>li.top-nav.toplink1 {
		right: 125px;
	}

	/*.nav .menu > li.top-nav.toplink2 { right:180px; }*/
	.nav .menu>li.top-nav.lang {
		font-size: 0;
		right: 35px;
		width: 60px;
		display: inline-block;
		padding-left: 0;
		background: url(../images/world.svg) no-repeat center 4px;
		background-size: 18px;
	}

	.nav .menu>li.top-nav.lang>a {
		font-size: 0;
	}

	#header.is-fixed .nav .menu>li.top-nav.lang {
		top: 24px;
		background: url(../images/world1.svg) no-repeat center 4px;
		background-size: 18px;
	}
}

@media (max-width:991px) {
	.nav {
		overflow-y: auto;
		position: fixed;
		background: #fff;
		top: 60px;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: auto;
		max-width: 300px;
		text-align: left;
		display: none;
	}

	.nav.is-open {
		display: block;
		-moz-animation: ani_sideAreaIn 0.5s both;
		-webkit-animation: ani_sideAreaIn 0.5s both;
		animation: ani_sideAreaIn 0.5s both;
	}

	.nav.is-close {
		-moz-animation: ani_sideAreaOut 0.5s both;
		-webkit-animation: ani_sideAreaOut 0.5s both;
		animation: ani_sideAreaOut 0.5s both;
	}

	.nav .menu>li {
		position: relative;
	}

	.nav .menu>li.is-hasul>a {
		padding-right: 32px;
	}

	.nav .menu>li.is-hasul:hover>a {
		background: #0255a5;
		color: #fff;
	}

	.nav .menu>li.is-open>a,
	.nav .menu>li.is-open:hover>a {
		background: #0255a5;
		color: #fff;
	}

	.nav .menu>li.is-hasul:hover:after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.nav .menu>li.is-hasul:after {
		content: "";
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		border: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.nav .menu>li.is-open:after {
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: 5px;
	}

	.nav .menu>li>a {
		display: block;
		padding: 10px;
		font-size: 18px;
		border-top: 1px solid #ddd;
		background: #fff;
		color: #333;
	}

	.nav .menu>li>ul {
		display: none;
	}

	.nav .menu>li>ul.is-open {
		display: block;
	}

	.nav .menu>li>ul.is-open>li.is-hasul:after {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}

	.nav .menu>li>ul.is-open>li.is-hasul:hover>a {
		background: #ebebeb;
		color: #333;
	}

	.nav .menu>li>ul>li {
		position: relative;
	}

	.nav .menu>li>ul>li.is-hasul>a {
		padding-right: 32px;
	}

	.nav .menu>li>ul>li.is-hasul:after {
		content: "";
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		border: none;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.nav .menu>li>ul>li.is-open:after {
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: 5px;
	}

	.nav .menu>li>ul>li>a {
		display: block;
		padding: 13px;
		font-size: 16px;
		border-top: 1px solid #fff;
		background: #eee;
		color: #333;
	}

	.nav .menu>li>ul>li>a:hover {
		background: #ebebeb;
		color: #333;
	}

	.nav .menu>li>ul>li:first-child>a {
		border-top: none;
	}

	.nav .menu>li>ul>li>ul {
		display: none;
	}

	.nav .menu>li>ul>li>ul.is-open {
		display: block;
	}

	.nav .menu>li>ul>li>ul.is-open>li.is-hasul:after {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}

	.nav .menu>li>ul>li>ul>li>a {
		display: block;
		padding: 13px 13px 13px 30px;
		position: relative;
		font-size: 16px;
		border-top: 1px solid #eee;
		background: #dadada;
		color: #333;
	}

	.nav .menu>li>ul>li>ul>li>a:before {
		content: "";
		width: 0;
		height: 0;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #999;
		border-style: solid;
		display: block;
		position: absolute;
		top: 23px;
		left: 15px;
	}

	.nav .menu>li>ul>li>ul>li>a:hover {
		background: #cbcbcb;
		color: #333;
	}

	.nav .menu>li.top-nav.staff-in {
		display: none;
	}

	.nav .menu>li .showna1,
	.nav .menu>li .showna2 {
		display: none;
	}

	.nav-switch {
		display: block;
		position: absolute;
		z-index: 105;
		top: 0;
		right: 0;
		width: 52px;
		height: 52px;
	}

	.nav-switch div {
		position: absolute;
		display: inline-block;
		height: 2px;
		width: 22px;
		border-radius: 25px;
		top: 50%;
		left: 50%;
		padding-right: 5px;
		margin-left: -11px;
		background: #666;
		-moz-transition: background 0.25s;
		-o-transition: background 0.25s;
		-webkit-transition: background 0.25s;
		transition: background 0.25s;
	}

	.nav-switch div:nth-child(1),
	.nav-switch div:nth-child(2) {
		margin-top: -8px;
	}

	.nav-switch div:nth-child(3),
	.nav-switch div:nth-child(4) {
		margin-top: 0px;
	}

	.nav-switch div:nth-child(5),
	.nav-switch div:nth-child(6) {
		margin-top: 8px;
	}

	.nav-switch div:nth-child(1),
	.nav-switch div:nth-child(3),
	.nav-switch div:nth-child(5) {
		-moz-transform-origin: left center;
		-ms-transform-origin: left center;
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}

	.nav-switch div:nth-child(2),
	.nav-switch div:nth-child(4),
	.nav-switch div:nth-child(6) {
		-moz-transform-origin: right center;
		-ms-transform-origin: right center;
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}

	.nav-switch div:nth-child(7),
	.nav-switch div:nth-child(8) {
		display: none;
	}

	.nav-switch:hover div {
		background: #f56a25;
	}

	.nav-switch.is-open div:nth-child(1),
	.nav-switch.is-open div:nth-child(2),
	.nav-switch.is-open div:nth-child(3),
	.nav-switch.is-open div:nth-child(4),
	.nav-switch.is-open div:nth-child(5),
	.nav-switch.is-open div:nth-child(6) {
		display: none;
	}

	.nav-switch.is-open div:nth-child(7) {
		display: block;
		margin-left: -10px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-animation: ani_navbtn_zoomIn_close1 0.32s both;
		-webkit-animation: ani_navbtn_zoomIn_close1 0.32s both;
		animation: ani_navbtn_zoomIn_close1 0.32s both;
	}

	.nav-switch.is-open div:nth-child(8) {
		display: block;
		margin-left: -10px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-animation: ani_navbtn_zoomIn_close2 0.32s both;
		-webkit-animation: ani_navbtn_zoomIn_close2 0.32s both;
		animation: ani_navbtn_zoomIn_close2 0.32s both;
	}

	.nav-switch.is-close div:nth-child(1),
	.nav-switch.is-close div:nth-child(3),
	.nav-switch.is-close div:nth-child(5) {
		display: block;
		-moz-animation: ani_navbtn_zoomIn 0.25s both;
		-webkit-animation: ani_navbtn_zoomIn 0.25s both;
		animation: ani_navbtn_zoomIn 0.25s both;
	}

	.nav-switch.is-close div:nth-child(7) {
		-moz-animation: ani_navbtn_zoomOut_close1 0.28s both;
		-webkit-animation: ani_navbtn_zoomOut_close1 0.28s both;
		animation: ani_navbtn_zoomOut_close1 0.28s both;
	}

	.nav-switch.is-close div:nth-child(8) {
		-moz-animation: ani_navbtn_zoomOut_close2 0.28s both;
		-webkit-animation: ani_navbtn_zoomOut_close2 0.28s both;
		animation: ani_navbtn_zoomOut_close2 0.28s both;
	}

	.nav-switch.is-close div:nth-child(1) {
		-moz-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	.nav-switch.is-close div:nth-child(3) {
		-moz-animation-delay: 0.1s;
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.nav-switch.is-close div:nth-child(5) {
		-moz-animation-delay: 0.2s;
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
}

@media (max-width:399px) {
	.nav {
		max-width: none;
	}
}

.search-switch {
	width: 40px;
	height: 35px;
	display: block;
	position: absolute;
	top: 16px;
	right: 145px;
	font-size: 0;
	background-color: transparent;
	-moz-transition: background 0.15s;
	-o-transition: background 0.15s;
	-webkit-transition: background 0.15s;
	transition: background 0.15s;
}

.search-switch:before {
	content: "";
	z-index: 0;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 2px;
	left: 6px;
	border-radius: 50%;
	background-color: #f56a25;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: -moz-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	-webkit-transition: -webkit-transform 0.15s;
	transition: transform 0.15s;
}

.search-switch span {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
	background-image: url(../images/8.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 9px 7px;
	border-radius: 50%;
	-moz-background-size: 18px;
	-o-background-size: 18px;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.search-switch:hover:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.search-switch.is-open:before {
	display: none;
}

.search-switch.is-open span {
	background: none;
}

.search-switch.is-open span:before,
.search-switch.is-open span:after {
	content: "";
	display: block;
	height: 2px;
	width: 16px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	background: rgba(255, 255, 255, 0.6);
}

.search-switch.is-open span:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-switch.is-open span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-wrap {
	position: absolute;
	display: block;
	z-index: 20;
	top: 55px;
	right: 145px;
	width: 300px;
	border-radius: 50px;
	padding: 1px;
	overflow: hidden;
}

.search-wrap .form-box {
	margin: 0;
	padding: 0;
}

.search-wrap form {
	width: 100%;
	position: relative;
}

.search-wrap form .input-style {
	position: relative;
	display: block;
	width: 100%;
	border: none;
	height: 33px;
	background: #333;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	padding: 0 55px 0 15px;
	z-index: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-wrap form .btn-search {
	width: 50px;
	height: 29px;
	line-height: 29px;
	padding: 0;
	right: 2px;
	top: 2px;
	font-size: 16px;
	color: #fff;
	background: rgba(245, 106, 37, 0.9);
	border: none;
	position: absolute;
	z-index: 1;
	text-align: center;
	border-radius: 25px;
	-moz-transition: background 0.25s;
	-o-transition: background 0.25s;
	-webkit-transition: background 0.25s;
	transition: background 0.25s;
}

.search-wrap form .btn-search:hover {
	background: #f56a25;
}

@media (min-width:991px) {
	#header.is-fixed .search-switch {
		top: 17px;
	}

	#header.is-fixed .search-switch span {
		background-image: url(../images/8.1.png);
		background-repeat: no-repeat;
		background-color: transparent;
		background-position: 9px 7px;
		-moz-background-size: 18px;
		-o-background-size: 18px;
		-webkit-background-size: 18px;
		background-size: 18px;
	}

	#header.is-fixed .search-switch.is-open span {
		background: none;
	}

	#header.is-fixed .search-switch.is-open span:before,
	#header.is-fixed .search-switch.is-open span:after {
		background: rgba(0, 0, 0, 0.5);
	}

	#header.is-fixed .search-wrap {
		top: 55px;
	}

	.search-wrap {
		display: none;
	}

	.search-wrap.is-open {
		display: block;
		-moz-animation: ani_searchIn 0.4s both;
		-webkit-animation: ani_searchIn 0.4s both;
		animation: ani_searchIn 0.4s both;
	}

	.search-wrap.is-close {
		-moz-animation: ani_searchOut 0.5s both;
		-webkit-animation: ani_searchOut 0.5s both;
		animation: ani_searchOut 0.5s both;
	}

	.log-wrap {
		display: none;
	}

	.log-wrap.is-open {
		display: block;
		-moz-animation: ani_searchIn 0.4s both;
		-webkit-animation: ani_searchIn 0.4s both;
		animation: ani_searchIn 0.4s both;
	}

	.log-wrap.is-close {
		-moz-animation: ani_searchOut 0.5s both;
		-webkit-animation: ani_searchOut 0.5s both;
		animation: ani_searchOut 0.5s both;
	}
}

@media (min-width:991px) and (max-width:1300px) {
	.search-switch {
		right: 87px;
	}

	#header.is-fixed .search-switch {
		top: 20px;
	}

	.search-wrap {
		top: 60px;
		right: 82px;
	}

	#header.is-fixed .search-wrap {
		top: 60px;
	}
}

@media (max-width:991px) {
	.search-switch {
		display: none;
	}

	.search-wrap {
		position: relative;
		padding: 6px;
		top: auto;
		right: auto;
		width: 100%;
		border-radius: 0;
	}

	.search-wrap form .input-style {
		padding: 0 35px 0 10px;
		height: 40px;
		background: #ddd;
		color: #222;
	}

	.search-wrap form .btn-search {
		width: 36px;
		height: 36px;
		line-height: 36px;
		right: 0;
		top: 2px;
		font-size: 0;
		background-color: transparent;
	}

	.search-wrap form .btn-search:hover:before {
		background-image: url(../images/search.svg);
		background-position: 5px 6px;
	}

	.search-wrap form .btn-search:before {
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		margin-top: -16px;
		margin-left: -14px;
		background-image: url(../images/search2.svg);
		background-repeat: no-repeat;
		background-color: transparent;
		background-position: 5px 5px;
		border-radius: 50%;
		-moz-background-size: 18px;
		-o-background-size: 18px;
		-webkit-background-size: 18px;
		background-size: 18px;
	}

	.log-wrap {
		position: relative;
		padding: 13px 10px;
		top: auto;
		right: auto;
		width: 100%;
		border-radius: 0;
		background: #eee;
	}

	.log-wrap>a {
		line-height: 25px;
		font-size: 15px;
		padding: 0 5px 0 25px;
		margin: 0 5px 0 10px;
		display: inline-block;
		color: rgba(55, 55, 55, 0.6);
		-moz-transition: color 0.25s, background 0.25s;
		-o-transition: color 0.25s, background 0.25s;
		-webkit-transition: color 0.25s, background 0.25s;
		transition: color 0.25s, background 0.25s;
	}

	.log-wrap>a.ficon1 {
		background: url(../images/ficon1.svg) no-repeat left 2px;
		background-size: 20px;
	}

	.log-wrap>a.ficon2 {
		background: url(../images/ficon2.svg) no-repeat left 3px;
		background-size: 18px;
	}

	.log-wrap .log-name {
		display: inline-block;
		font-size: 16px;
		line-height: 24px;
		color: #014b9c;
		padding: 0 10px;
	}

	.log-wrap .log-name a.logout {
		display: inline-block;
		font-size: 14px;
		line-height: 20px;
		color: #666;
		padding: 2px 18px;
		margin: 0 0 0 10px;
		background: #fff;
		border-radius: 30px;
	}
}

.g-overlay {
	position: fixed;
}


/* keyframe */
@-webkit-keyframes ani_fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes ani_fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes ani_fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes ani_fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes ani_fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes ani_fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes ani_flipcard {
	0% {
		opacity: 0;
		-moz-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@-o-keyframes ani_flipcard {
	0% {
		opacity: 0;
		-moz-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes ani_flipcard {
	0% {
		opacity: 0;
		-moz-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@-webkit-keyframes ani_jump {

	0%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-moz-transform: translateY(1px);
		-ms-transform: translateY(1px);
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
}

@-o-keyframes ani_jump {

	0%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-moz-transform: translateY(1px);
		-ms-transform: translateY(1px);
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
}

@keyframes ani_jump {

	0%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-moz-transform: translateY(1px);
		-ms-transform: translateY(1px);
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
}

@-webkit-keyframes ani_slideZoom {
	0% {
		-moz-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
	}

	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes ani_slideZoom {
	0% {
		-moz-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
	}

	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ani_slideZoom {
	0% {
		-moz-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
	}

	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes ani_slideZoom_opacity {
	0% {
		opacity: 0;
		-moz-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes ani_slideZoom_opacity {
	0% {
		opacity: 0;
		-moz-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ani_slideZoom_opacity {
	0% {
		opacity: 0;
		-moz-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes ani_navbtn_zoomOut {
	0% {
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@-o-keyframes ani_navbtn_zoomOut {
	0% {
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@keyframes ani_navbtn_zoomOut {
	0% {
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@-webkit-keyframes ani_navbtn_zoomIn {
	0% {
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-o-keyframes ani_navbtn_zoomIn {
	0% {
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes ani_navbtn_zoomIn {
	0% {
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes ani_navbtn_zoomIn_close1 {
	0% {
		-moz-transform: scaleX(0) rotate(45deg);
		-ms-transform: scaleX(0) rotate(45deg);
		-webkit-transform: scaleX(0) rotate(45deg);
		transform: scaleX(0) rotate(45deg);
	}

	100% {
		-moz-transform: scaleX(1) rotate(45deg);
		-ms-transform: scaleX(1) rotate(45deg);
		-webkit-transform: scaleX(1) rotate(45deg);
		transform: scaleX(1) rotate(45deg);
	}
}

@-o-keyframes ani_navbtn_zoomIn_close1 {
	0% {
		-moz-transform: scaleX(0) rotate(45deg);
		-ms-transform: scaleX(0) rotate(45deg);
		-webkit-transform: scaleX(0) rotate(45deg);
		transform: scaleX(0) rotate(45deg);
	}

	100% {
		-moz-transform: scaleX(1) rotate(45deg);
		-ms-transform: scaleX(1) rotate(45deg);
		-webkit-transform: scaleX(1) rotate(45deg);
		transform: scaleX(1) rotate(45deg);
	}
}

@keyframes ani_navbtn_zoomIn_close1 {
	0% {
		-moz-transform: scaleX(0) rotate(45deg);
		-ms-transform: scaleX(0) rotate(45deg);
		-webkit-transform: scaleX(0) rotate(45deg);
		transform: scaleX(0) rotate(45deg);
	}

	100% {
		-moz-transform: scaleX(1) rotate(45deg);
		-ms-transform: scaleX(1) rotate(45deg);
		-webkit-transform: scaleX(1) rotate(45deg);
		transform: scaleX(1) rotate(45deg);
	}
}

@-webkit-keyframes ani_navbtn_zoomIn_close2 {
	0% {
		-moz-transform: scaleX(0) rotate(-45deg);
		-ms-transform: scaleX(0) rotate(-45deg);
		-webkit-transform: scaleX(0) rotate(-45deg);
		transform: scaleX(0) rotate(-45deg);
	}

	100% {
		-moz-transform: scaleX(1) rotate(-45deg);
		-ms-transform: scaleX(1) rotate(-45deg);
		-webkit-transform: scaleX(1) rotate(-45deg);
		transform: scaleX(1) rotate(-45deg);
	}
}

@-o-keyframes ani_navbtn_zoomIn_close2 {
	0% {
		-moz-transform: scaleX(0) rotate(-45deg);
		-ms-transform: scaleX(0) rotate(-45deg);
		-webkit-transform: scaleX(0) rotate(-45deg);
		transform: scaleX(0) rotate(-45deg);
	}

	100% {
		-moz-transform: scaleX(1) rotate(-45deg);
		-ms-transform: scaleX(1) rotate(-45deg);
		-webkit-transform: scaleX(1) rotate(-45deg);
		transform: scaleX(1) rotate(-45deg);
	}
}

@keyframes ani_navbtn_zoomIn_close2 {
	0% {
		-moz-transform: scaleX(0) rotate(-45deg);
		-ms-transform: scaleX(0) rotate(-45deg);
		-webkit-transform: scaleX(0) rotate(-45deg);
		transform: scaleX(0) rotate(-45deg);
	}

	100% {
		-moz-transform: scaleX(1) rotate(-45deg);
		-ms-transform: scaleX(1) rotate(-45deg);
		-webkit-transform: scaleX(1) rotate(-45deg);
		transform: scaleX(1) rotate(-45deg);
	}
}

@-webkit-keyframes ani_navbtn_zoomOut_close1 {
	0% {
		-moz-transform: scaleX(1) rotate(45deg);
		-ms-transform: scaleX(1) rotate(45deg);
		-webkit-transform: scaleX(1) rotate(45deg);
		transform: scaleX(1) rotate(45deg);
	}

	100% {
		-moz-transform: scaleX(0) rotate(45deg);
		-ms-transform: scaleX(0) rotate(45deg);
		-webkit-transform: scaleX(0) rotate(45deg);
		transform: scaleX(0) rotate(45deg);
	}
}

@-o-keyframes ani_navbtn_zoomOut_close1 {
	0% {
		-moz-transform: scaleX(1) rotate(45deg);
		-ms-transform: scaleX(1) rotate(45deg);
		-webkit-transform: scaleX(1) rotate(45deg);
		transform: scaleX(1) rotate(45deg);
	}

	100% {
		-moz-transform: scaleX(0) rotate(45deg);
		-ms-transform: scaleX(0) rotate(45deg);
		-webkit-transform: scaleX(0) rotate(45deg);
		transform: scaleX(0) rotate(45deg);
	}
}

@keyframes ani_navbtn_zoomOut_close1 {
	0% {
		-moz-transform: scaleX(1) rotate(45deg);
		-ms-transform: scaleX(1) rotate(45deg);
		-webkit-transform: scaleX(1) rotate(45deg);
		transform: scaleX(1) rotate(45deg);
	}

	100% {
		-moz-transform: scaleX(0) rotate(45deg);
		-ms-transform: scaleX(0) rotate(45deg);
		-webkit-transform: scaleX(0) rotate(45deg);
		transform: scaleX(0) rotate(45deg);
	}
}

@-webkit-keyframes ani_navbtn_zoomOut_close2 {
	0% {
		-moz-transform: scaleX(1) rotate(-45deg);
		-ms-transform: scaleX(1) rotate(-45deg);
		-webkit-transform: scaleX(1) rotate(-45deg);
		transform: scaleX(1) rotate(-45deg);
	}

	100% {
		-moz-transform: scaleX(0) rotate(-45deg);
		-ms-transform: scaleX(0) rotate(-45deg);
		-webkit-transform: scaleX(0) rotate(-45deg);
		transform: scaleX(0) rotate(-45deg);
	}
}

@-o-keyframes ani_navbtn_zoomOut_close2 {
	0% {
		-moz-transform: scaleX(1) rotate(-45deg);
		-ms-transform: scaleX(1) rotate(-45deg);
		-webkit-transform: scaleX(1) rotate(-45deg);
		transform: scaleX(1) rotate(-45deg);
	}

	100% {
		-moz-transform: scaleX(0) rotate(-45deg);
		-ms-transform: scaleX(0) rotate(-45deg);
		-webkit-transform: scaleX(0) rotate(-45deg);
		transform: scaleX(0) rotate(-45deg);
	}
}

@keyframes ani_navbtn_zoomOut_close2 {
	0% {
		-moz-transform: scaleX(1) rotate(-45deg);
		-ms-transform: scaleX(1) rotate(-45deg);
		-webkit-transform: scaleX(1) rotate(-45deg);
		transform: scaleX(1) rotate(-45deg);
	}

	100% {
		-moz-transform: scaleX(0) rotate(-45deg);
		-ms-transform: scaleX(0) rotate(-45deg);
		-webkit-transform: scaleX(0) rotate(-45deg);
		transform: scaleX(0) rotate(-45deg);
	}
}

@-webkit-keyframes ani_sideAreaIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes ani_sideAreaIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes ani_sideAreaIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes ani_sideAreaOut {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-o-keyframes ani_sideAreaOut {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes ani_sideAreaOut {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes ani_searchIn {
	0% {
		opacity: 0;
		width: 0;
	}

	100% {
		opacity: 1;
		width: 250px;
	}
}

@-o-keyframes ani_searchIn {
	0% {
		opacity: 0;
		width: 0;
	}

	100% {
		opacity: 1;
		width: 250px;
	}
}

@keyframes ani_searchIn {
	0% {
		opacity: 0;
		width: 0;
	}

	100% {
		opacity: 1;
		width: 250px;
	}
}

@-webkit-keyframes ani_searchOut {
	0% {
		opacity: 1;
		width: 250px;
	}

	100% {
		opacity: 0;
		width: 0;
	}
}

@-o-keyframes ani_searchOut {
	0% {
		opacity: 1;
		width: 250px;
	}

	100% {
		opacity: 0;
		width: 0;
	}
}

@keyframes ani_searchOut {
	0% {
		opacity: 1;
		width: 250px;
	}

	100% {
		opacity: 0;
		width: 0;
	}
}