
.static ul {
	float:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding:0;
	margin:0;
	width:100%;
}
.static ul li {
	padding:0;
	margin:0;
	list-style: none;
	display: block;
	border-left: 1px #fff solid;
}
.static ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	font-size: 18px;
	padding: 0 15px;
	display: block;
}
.static ul li:first-child {
	border-left: 0px #fff solid;
}
.static ul li a:hover {
	color: #f9d659;
	background:none;
}

@media only screen and (max-width : 1160px) {
	.static ul li a {
		font-size: 15px;
	}
}
@media only screen and (max-width : 992px) {
	.static ul {
		justify-content: center;
	}
	.static ul li a {
		padding:10px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* Small menu. */
	

	
}