.er00 {
	line-height: 50px!important;
	color: #fff!important;
	text-align: center;
	transition: all .3s ease;
	border-bottom: 0px solid #ed6c00!important;
	margin: 0 20px;
}

.er00:hover {
  color: #ed6c00!important;
}

.top00:hover{
	background: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
	.er00 {
		line-height: 10px!important;
		
	}

}

