/*=============================================*/
/*               menubtm                       */
/*=============================================*/


#navi .title_page {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 24px;
}

.topnavi {
	text-align: right;
	height: 100%;
}
.topnavi li {
	display: inline-block;
	position: relative;
	margin-left: -4px;
	vertical-align: top;
}
.topnavi li a, .topnavi li #menu_btn {
	color: #fff;
	font-size: 10px;
	text-align: center;
	display: block;
	line-height: 12px;
	height: 100%;
	padding: 12px 0 8px;
	width: 58px;
	border-left: solid 1px rgba(255,255,255,0.15);
	letter-spacing: 1px;
	font-weight: bold;
}
.topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.topnavi li #menu_btn {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 62px;
}
.topnavi li #menu_btn:before, .topnavi li #menu_btn:after, .topnavi li #menu_btn span:before {
	content: '';
}
.topnavi li #menu_btn span:before, .topnavi li #menu_btn:before, .topnavi li #menu_btn:after {
	height: 3px;
	display: block;
	background: #fff;
	width: 32px;
	margin: 0 auto;
	border-radius: 10px;
	position: absolute;
	margin-left: 15px;
}
.topnavi li #menu_btn:before {
	top: 11px;
}
.topnavi li #menu_btn span:before {
	top: 17px;
}
.topnavi li #menu_btn:after {
	bottom: 24px;
}
.topnavi li #menu_btn span {
	display: block;
	padding-top: 18px;
	color: #fff;
}
.topnavi li #menu_btn.active:before {
	animation: squishTop 0.5s ease;
	-webkit-animation: squishTop 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.topnavi li #menu_btn.active span:before {
	animation: disappear 0.5s ease;
	-webkit-animation: disappear 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.topnavi li #menu_btn.active:after {
	animation: squishBottom 0.5s ease;
	-webkit-animation: squishBottom 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.topnavi li #menu_btn.inactive:before {
	animation: squishTopRev 0.5s ease;
	-webkit-animation: squishTopRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.topnavi li #menu_btn.inactive span:before {
	animation: dissappearRev 0.5s ease;
	-webkit-animation: dissappearRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.topnavi li #menu_btn.inactive:after {
	animation: squishBottomRev 0.5s ease;
	-webkit-animation: squishBottomRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.menu_box {
	max-width: 100%;
	position: fixed;
	overflow: hidden;
	top: 74px;
	right: 0;
	bottom: 60px;
	left: 0;
	padding: 20px 10px;
	display: block;
	transform: translateY(70px);
	transition: all 0.5s;
	z-index: 9989;
	visibility: hidden;
}
.menu_box .content {
	opacity: 0;
}
.menu_box:before {
	position: absolute;
	width: 1px;
	height: 1px;
	background: rgba(0,0,0,0.95);
	content: "";
	bottom: 10px;
	left: 50%;
	top: 95%;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu_box.active {
	display: block;
	visibility: visible;
	box-shadow: 2px 3px 16px silver;
	transform: translateY(0px);
	transition: all 0.5s;
}
.menu_box.active:before {
	height: 2000px;
	width: 2000px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -1000px;
	margin-top: -1000px;
	display: block;
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu_box.active .content {
	position: relative;
	z-index: 1;
	opacity: 1;
	transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu_title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px !important;
	padding-top: 20px;
	color: #FFF;
}
.menu_box ul {
	padding: 0;
	margin: 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}
.menu_box ul li {
	position: relative;/*transform:translateY(50px);
	opacity:0;
	transition:all .3s;*/
}
.menu_box ul li.ef {
	transform: translateY(0px);
	opacity: 1;
}
.menu_box ul li a {
	display: block;
	text-decoration: none;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
	padding: 12px 15px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	position: relative;
	letter-spacing: 1px;
}


@media screen and (max-width: 320px) {
.menu_box ul li a {
	padding: 8px 15px;
}
}



.menu_box ul li:first-child a {
	border-top: solid 1px rgba(255,255,255,0.1);
}
.menu_box ul li a:after {
	content: '\e832';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: 50%;
	opacity: 0.3;
	margin-top: -0.4em;
}
.menu_box ul ul {
	margin-top: 0;
}
.menu_box ul ul li a {
	padding-left: 30px;
}
.menu_box ul li a span {
	color: #f0994b;
	padding-left: 10px;
	font-size: 11px;
}

.menu_box ul li a span.span1 {
	color: #f0994b;
	padding-left: 0;
	padding-top: 5px;
	font-size: 11px;
	display: block;
}

#close_btn {
	text-align: center;
	background: rgba(0,0,0,0.1);
	border-bottom: none;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 0 10px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: #fff;
	cursor: pointer;
}
 @-webkit-keyframes squishTop {
 0% {
 top: 11;
 height:3px;
 width:32px;
 margin-left:15px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @keyframes squishTop {
 0% {
 top: 11;
 height:3px;
 width:32px;
 margin-left:15px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @-webkit-keyframes squishBottom {
 0% {
 top: 24px;
 height:3px;
 width:32px;
 margin-left:15px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
 @keyframes squishBottom {
 0% {
 top: 24px;
 height:3px;
 width:32px;
 margin-left:15px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
 @-webkit-keyframes disappear {
 0% {
 opacity: 1;
 height:3px;
 width:32px;
 margin-left:15px;
 top:17px;
}
 50%, 75% {
 opacity: 0;
 height:2px;
 width:18px;
 margin-left:22px;
 top:19px;
}
 100% {
 opacity: 0;
 height:2px;
 width:18px;
 margin-left:22px;
 top:19px;
}
}
 @keyframes disappear {
 0% {
 opacity: 1;
 height:3px;
 width:32px;
 margin-left:15px;
 top:17px;
}
 50%, 75% {
 opacity: 0;
 height:2px;
 width:18px;
 margin-left:22px;
 top:19px;
}
 100% {
 opacity: 0;
 height:2px;
 width:18px;
 margin-left:22px;
 top:19px;
}
}
 @-webkit-keyframes squishBottomRev {
 0% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 24px;
 height:3px;
 margin-left:15px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 width: 24px !important;
}
}
 @keyframes squishBottomRev {
 0% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 24px;
 height:3px;
 width:32px;
 margin-left:15px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @-webkit-keyframes squishTopRev {
 0% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 11px;
 height:3px;
 width:32px;
 margin-left:15px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @keyframes squishTopRev {
 0% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 top: 11px;
 height:3px;
 width:32px;
 margin-left:15px;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @-webkit-keyframes dissappearRev {
 0% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 opacity: 0;
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 opacity: 0;
}
 100% {
 top: 17px;
 height:3px;
 width:32px;
 margin-left:15px;
 opacity: 1;
}
}
 @keyframes dissappearRev {
 0% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 opacity: 0;
}
 50%, 75% {
 top: 19px;
 height:2px;
 width:18px;
 margin-left:22px;
 opacity: 0;
}
 100% {
 top: 17px;
 height:3px;
 width:32px;
 margin-left:15px;
 opacity: 1;
}
}
