.menu-btn {
	float: right;
    margin-right: 50px;
}
.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99999;
}

.menu-btn span {
	display: block;
    width: 80px;
    height: 10px;
    margin: 15px 0;
    background: #5d686d;
    z-index: 99999;
}

.responsive-menu{
	display: none;
}


.expand {
	display: block !important;
	position: absolute;
    top: 110px;
    background-color: white;
    width: 100%;
}

ul.mobile {
	list-style: none;
    text-align: center;
    margin-left: -40px;
    padding: 0px;
    margin-bottom: 2px;
}
ul.mobile a:link, ul.mobile a:visited {
	color:	#5d686d;
	text-decoration: none;
}
ul.mobile li {
	font-size: 4em;
    font-weight: normal;
    padding: 0.8em 0em;
    border-bottom: 2px solid #5d686d;
}
