.header > a {
	display: block;
	width: 25px;
	height: 18px;
	padding: 0px;
	margin: 30px 2px 2px;
	position: absolute;
	top: 0;
	right: 15px;
}
.header > a span {
	background: #428bca;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.header > a:before, .header > a:after {
	content: '';
	display: block;
	background: #428bca;
	height: 2px;
}
.contact-icons {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	background: #428bca;
}
.contact-icons	img {
	max-height: 30px;
	max-width: 30px;
}

.mm-menu li {
	list-style: none;
}
.mm-menu button {
	border-radius: 0;
	width: 100%;
	padding: 10px!important;
	font-size: 20px;
	height:unset!important;
}
.mm-menu .login {
	position: unset;
	background: #428bcb;
	color: #fff;
	padding: 11px;
	text-align: center;
	font-size: 18px;
}
.mm-menu .login a {
	 color: #fff;
 }