#menu-secondary {
	width:100%;
	background: #636363;
}

.menu-secondary>li>a {
	color:#fff;
	text-transform: uppercase;
    padding: 0 12px 0 12px;
    line-height: 67px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    font-family: 'Epilogue', sans-serif !important;
}
.menu-secondary>li>a:hover {
    color: #a1b02f;
    transition: ease 0.2s;
}

.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: flex;
	flex-wrap: wrap;
	float:none!important;
	flex-direction: row;
	justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}
.static .navbar-nav > li > a, .static .navbar-nav > li > span {
	padding: 0 12px;
	text-align:center;
}
.static .nav > li {
	text-align:center;
}
.static .nav > li > a {
	text-align:center;
}
.static .nav > li:hover {
}
.static .nav > li > a:hover, .static .nav > li > span {
	background-color: #636363 !important;
}


@media only screen and (max-width : 1560px) {
	.static .navbar-center {
		justify-content: center !important;
	}
	.menu-secondary>li>a {
		font-size: 20px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* Small menu. */
	

	.static .main-menu-item {
		min-width:15%;
	}
	.static .navbar-nav > li > a, .static .navbar-nav > li > span {
    	padding: 0 10px !important;
	}
	
}