select#mobile-menu {
	display: none;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}
select#mobile-menu option {
	color: #000;
}
@media screen and (max-width: 1024px) {
	input[type="text"] {
		width: 100%;
	}
	.std-menu {
		display: none;
	}
	select#mobile-menu {
		display: inline-block;
	}
}