
.mm-navbars_top {
	padding:20px 0 0px 0;
}
/*
.mm-navbar__btn {
	background:#FFF;
}
.mm-navbars_top .mm-navbar {
	border:none !important;
	background:#FFF;
}
.mm-navbar>* {
	justify-content: left !important;
}
.mm-listitem {
	font-family: 'Montserrat', sans-serif !important;
	color:#999;
}.mm-listitem:after {
	border-color:#eeeeee;
}
*/
.mm-navbars_top .mm-navbar>* {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: inline-block !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
a.mobile-login {
	color:#00BBE5 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:700;
	padding:12px 30px;
}

a.mobile-signup {
	background:#00BBE5 !important;
	padding:12px 30px 0px 30px !important;
	display:table;
	height:auto !important;
	margin:0;
	color:#fff !important;
	font-weight:700;
	text-align: center;
	border-radius:30px;
	transition: .5s all;
	font-family: 'Montserrat', sans-serif !important;

}
.mobile-header {
	padding:20px 0 0 0;
}
.mobile-header .search {
	height:auto !important;
	width:20px;
	position: absolute;
	top:30px;
	right:70px;
}

.mobile-header a.mobile-btn {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 18px;
	right: 30px;
}
.mobile-header a.mobile-btn:before,
.mobile-header a.mobile-btn:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
	width:30px;
}
.mobile-header a.mobile-btn span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
	width:30px;
}
.header:hover .mobile-btn span, .scrolled a.mobile-btn span {
	background: #002D37;
}
.header:hover .mobile-btn:before, .header:hover .mobile-btn:after, .scrolled a.mobile-btn:before, .scrolled a.mobile-btn:after  {
	background: #002D37;
}
