
.foot-nav-col-1 .navbar-nav > li {
	float: none;
}

.static .navbar-center {
	display:flex;
	flex-wrap: wrap;
	float:none!important;
}
.static .navbar-nav > li > a, .static .navbar-nav > li > span {
	padding: 10px;
	text-align:left;
}
.static .nav > li {
	width:33%;
	padding:0;
	margin:0;
}
.static .nav > li > a {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px!important;
	font-weight: 500;
	text-align:left;
	color:#fff!important;
	text-transform: uppercase;
    display: block;
	
}
.static .nav > li > a:after {
	font-family: "Font Awesome 5 Free";
	content:'\f054';
	padding:0 0 0 5px;
	font-weight: 600;
} 
.static .nav > li > a:hover, .static .nav > li > a:focus, .static .nav > li > span {
	color:#ffc720!important;
	background:none!important;
}
.foot-nav-col-1.dss-location-cont .static .nav > li > a:hover, .foot-nav-col-1.dss-location-cont .static .nav > li > a:focus, .foot-nav-col-1.rent-location-cont .static .nav > li > a:hover, .foot-nav-col-1.rent-location-cont .static .nav > li > a:focus  {
	color:rgba(255,255,255,0.5)!important;
	background:none!important;
}

@media only screen and (max-width : 980px) {
	.static .navbar-center {
		display: block;
	}
	.static .nav > li {
		width: auto;
	}
	.foot-nav-col-1 {
		width: auto;
	}
	.static .nav > li > a {
		text-align: center;
	}
		
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* Small menu. */

	
}