/*=============================================*/
/*               menubtm                       */
/*=============================================*/
.button-toggle {
	
}

.menu_box {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.2);
	display: none;
	z-index:99999;
	background-color: rgba(35,29,22,0.9);
	overflow: auto;	
	height: 100%;
}


.menu_box .menu_title{
	text-align:center;
	color:#bababa;
}


.menu_box .menu_title.tit01{background:rgba(240,58,58,0.95);}

.menu_box .menu_title.tit02{background:rgba(116,14,6,0.95);}

.menu_box ul {
	padding: 0;
	margin: 0px 0px 0px;
  list-style-type:none;
  list-style-position:outside;
  text-align:left;
	background: url(../img/shared/bg_nav.png)  no-repeat center center;
	background-size:100%;
}

.menu_box ul li {
	position: relative; 

}
.menu_box ul li.nav01 {
	background: url(../img/shared/nav_01.png)  no-repeat center left;
	padding: 20px 0 0;
}
.menu_box ul li.nav02 {
	background: url(../img/shared/nav_02.png)  no-repeat center left;
	padding: 20px 0 0;
}
.menu_box ul li.nav03 {
	background: url(../img/shared/nav_03.png)  no-repeat center left;
	padding: 20px 0 0;
}
.menu_box ul li.nav04 {
	background: url(../img/shared/nav_04.png)  no-repeat center left;
	padding: 20px 0 0;
}
.menu_box ul li.nav05 {
	background: url(../img/shared/nav_05.png)  no-repeat center left;
	padding: 20px 0 0;
}
.menu_box ul li.nav06 {
	background: url(../img/shared/nav_06.png)  no-repeat center left;
	padding: 20px 0 0;
}
.menu_box ul li a {
	display: block;
	text-decoration: none;
	line-height: 13px;
	font-size: 13px;	
	padding:5px 15px 23px 80px;	
	position:relative;
	color:#f5f4f8;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}	

.menu_box ul li a:after{
	content:'\e808';
	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:5px;

}

.menu_box ul ul{
	margin-top:0;
}


.menu_box ul  ul li a{
	padding-left:30px;
}

.close_btn{
	text-align:center;
	background:rgba(16,10,4,0.95);
	border-bottom:none;
	font-size:18px;
	line-height:18px;
	padding:12px 0 10px;
	margin:0;
	font-weight:normal;
	display: block;
	color:#bababa;
	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;
	width:32px;
	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;
  }
}