.nav_icon img{position:relative; margin-right:5px; top:3px;}
.nav_icon{color:#fff;}
@media only screen and (min-width: 768px) and (max-width: 2200px) {
.mobile-nav {
	display: none;
}
ul.nav {
	display: none;
}
}

@media only screen and (max-width: 767px) {
	.nav_icon{ float:left; width:100%; text-align:center; background:#2d485d; padding:9px 0; font-weight:bold;}
}
