.menu-item{
	background-color: #000F38;
	border-radius: 10px;
	margin-right: 1px;
}
#ast-hf-menu-1 li{
	width: 174px;
	display: inline;
}
.menu-text{
	text-align: center !important;
	line-height: 1;
	padding: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-left:auto;
	margin-right: auto;
}
@media only screen and (max-width: 1405px) {
	#ast-hf-menu-1 li{
		width: 270px;
		display: inline;
		margin-bottom: 1px;
	}
}
@media only screen and (max-width: 1168px) {
	#ast-hf-menu-1 li{
		width: 230px;
		display: inline;
		margin-bottom: 1px;
	}
}
@media only screen and (max-width: 1050px) {
	#ast-hf-menu-1 li{
		width: 180px;
		display: inline;
		margin-bottom: 1px;
	}
}
@media only screen and (max-width: 921px) {
	.menu-item{
		border-radius: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}