.hamburger div {
/*	position: absolute; */
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: 0px;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}

.hamburger span {
	display: block;
	width: 40px;
	height: 8px;
	margin: 4px 0;
	background: rgb(100,100,100);
	z-index: 99;
}
