

/*base*/

.nav-container{}

.nav-container nav {
	z-index: 42;


}

.nav-container .nav-left {
	
	left:0;

}

.nav-container .nav-left:after {
	
	right:0;

	
}


 
.nav-container nav li {
 list-style: none; margin: 0; padding: 0; width: 300px
	
}





.nav-container .sticky {
	position: fixed;
top: 0



}

.nav-container{}


.stickydown {
	position: absolute!important;
bottom: 50px!important;



}


   
 