.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 {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}
.static .nav > li {
	text-align:left;
}
.static .nav > li > a {
	text-align:left;
	color: #fff;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.static .nav > li:hover {
}
.static .nav > li > a:hover, .static .nav > li > span {

}
/* 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;
	}
	
}