@media (min-width: 80em) {

	/* footer */
	.footer{
		margin-bottom:2em;
	}
	
	/* menu */
	.menu-tools{
		font-size:1.5em;
	}
	.menu-tools li{
		display:none;
	}
	.menu-tools li:last-child{
		display:block;
		width:auto;
	}
	
	/* navigation */
	.navigation-tools{
		border:none;
	}
	
	/* tools */
	.tools{
		right:0;
		bottom:0;
		width:auto;
		background:none;
	}
	.tools__btn-top{
		padding: 0 0.5em;
	}
			
}