.site-content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding-top: 0;
}

.hamburger {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	height: 42px;
	cursor: pointer;
	z-index: 10;
}

.hamburger:after {
	content: '';
	position: absolute;
	display: block;
	width: 1rem;
	height: 0;
	top: 8px;
	left: 20px;
	box-shadow: 0 10px 0 1.8px #FFF, 0 16px 0 1.8px #FFF, 0 22px 0 1.8px #FFF;
}

.mobile_call {
	display: none;
}

.mobile_mail {
	display: none;
}