﻿.menu-btn div {
	position: absolute;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
    width:25px;
    float:left;
}

.menu-btn span {
	display: block;
	width: 19px;
    border-radius: 3px;
	height: 3px;
	margin: 4px 0;
	background-color:#fff;
	z-index: 99;
}

.responsive-menu{
	display: none;
}

.expand {
	display: block !important; 
}
div.hamburger{
    background-color:#006549;
    width:100%;
    padding:5px;
    text-align:left;
}