.static .main-menu-item {
}
.static .menu-item-depth-1 {
	margin-left:7.5px;
}
.static .menu-item-depth-2 {
	margin-left:15px;
}
.static .menu-item-depth-3 {
	margin-left:22.5px;
}
.static .navbar-center {
	display:inline-block!important;
	float:none!important;
}
.static .navbar-nav > li > a, .static .navbar-nav > li > span {
	padding: 10px 15px;
	text-align:left;
}
.static .nav{
	font-family: "urw-din", sans-serif;
	font-weight: 300;
	display: flex; justify-content: space-around;
	font-size: 14px;
	text-transform: uppercase;
}
.static .nav > li {
	text-align:center;
}
.static .nav > li > a {
	text-align:center;
	color: #fff !important;
	font-size: 14px !important;
	padding: 0 15px;
	line-height: 40px;
	background: unset !important;
	white-space: nowrap;
}
.static .nav > li:hover {
}

/* LAPTOPS */
@media only screen and (max-width : 1400px) {

	.static .nav > li > a {
		font-size: 12px !important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* Small menu. */
	
	.static .navbar-center {
		display:none!important;
	}
	.static .toggled .navbar-center {
		display:inline-block!important;
		clear:both;
	}
	
	.static .menu-toggle,
	.static .main-navigation.toggled ul {
		display: block;
	}
	
}