.responsive-menu-wrap {
	display: none;
}
.mobile-menu-toggle {
	background:#fff;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 100;
	height:48px;
}
.logo-mobile img {
	height:20px;
	position: relative;
	top:16px;
}
.mobile-menu-icon {
	position:absolute;
	float:right;
	left:0;
	top:0;
	height:48px;
	width:48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background:#303030;
	color:#fff;
}
.mobile-menu-icon {
	font-size: 18px;
}
.responsive-mobile-menu {
	background:#303030;
	color:#000;
	width:280px;
	padding-bottom: 50px;
	position: fixed;
	left:-280px;
	top:0;
	float:left;
	z-index: 999;
    -webkit-transition: a