.invis {
  	height: 1px;
  	left: -999px;
  	position: absolute;
  	top: -999px;
  	visibility: hidden;
  	width: 1px;
	}
    
.nav-side {
  	background: #734a03;
  	color: #fff;
  	top: 10px;
  	left: 10px;
  	width: 45px;
  	height: 30px;
  	overflow: hidden;
  	padding: 8px 0;
  	position: fixed;
  	transition: all .3s;
  	z-index: 999;
	}

#nav-expand:checked + .nav-side {
  	height: 100vh;
  	left: 0;
  	top: 0;
  	width: 100vw;
}

.nav-side li {
	margin-bottom: 0;
}
	
#mobile-menu a:hover,
#mobile-menu span.active,
#mobile-menu strong.active,
#mobile-menu li.forward,
#mobile-menu li.active {
    background: #D29E3E;
}

#mobile-menu a,
#mobile-menu strong.forward,
#mobile-menu span.active,
#mobile-menu strong.active   {
   	border-bottom: 1px solid #ffffff59;
    color: #fff;
    display: block;
    padding: 1rem;
    text-decoration: none;
}
	
#mobile-menu .level_1,
#mobile-menu .level_2,
#mobile-menu .level_3 {
  	height: 0%;
  	list-style: none;
  	margin: 0;
  	overflow: hidden;
  	transition: all .3s;
}

	
#mobile-menu ul li ul {
  padding-left: 1rem;
  }
  

	

		
.btn-label {
  	cursor: pointer;
  	display: block;
  	height:3rem;
  	width: 4.5rem;
  	position: absolute;
  	top: 0;
  	left: 0;
	}
  
.btn-label .top {
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 40%;
    left: 20%;
    right: 20%;
  	}
  
.btn-label .middle {
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 70%;
    left: 20%;
    right: 20%;
  	}
  	
.btn-label .bottom {
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 20%;
    right: 20%;
  }
  
.btn-label .label {
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    font-size: 12px;
  	}
  
#nav-expand:checked + .nav-side .btn-label {
    display: none;
  	}

#nav-expand:checked + .nav-side .close {
    display: block;
  	}


   
#nav-expand:checked + .nav-side > ul {
    height: 89%;
    overflow: scroll;
    }

.close {
  	cursor: pointer;
  	text-align: right;
  	padding-right: 15px;
  	line-height: 30px;
  	font-size: 30px;
  	cursor: pointer;
  	display: none;
  	height: 40px;
  	border-bottom: 1px solid #fff;
	}
