#nav-toggle
{
	display: block;
	padding: .8em .8em .8em 50px;
	color: #fff;
	background-color: #212121;
	background-image: url(responsive-nav.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

/* -----------------------------------
Predefined
----------------------------------- */

.js #nav
{
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	transform: scale(1);
}

#nav.opened { max-height: 9999px; }

/* -----------------------------------
Navigation wide screen
----------------------------------- */

@media (min-width: 38em)
{
	.js #nav { position: relative; }
	.js #nav.closed { max-height: none; }
	#nav-toggle { display: none; }
}
