header {
	width: 100%;
	background: white;
	padding: 0px 20px;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
header nav {
	max-width: 1500px;
	margin: 0 auto;
}
header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
header nav ul li {
    display: block;
    float: left;
    height: 60px;
}
header nav ul a {
	padding: 20px 25px;
	display: inline-block;
	color: #515151;
	font-weight: 600;
	line-height: 20px;
	height: 60px;
}
header nav ul .active_link {
	background: #efefef !important;
}
header nav ul a:hover {
	background: rgba(246, 246, 246, 1);
	color: #515151;
}
header nav ul li a i {
	font-size: 20px;
	display: none !important;
}
header nav ul li a .fa-instagram {
	display: inline-block !important;
	margin-right: 0px;
}