.show-menu-for-mobile {display:none;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

#top-nav{
	float:right;
	position:relative;

}
#top-nav ul{list-style: none; padding:0; margin:0;}
#top-nav li{list-style: none; padding:0; margin:0;}
#top-nav ul li {
    display: block;
    position: relative;
    float: left;
	
}
#top-nav li ul {display: none;}
#top-nav ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight:normal;	
	font-size:1em;
	padding:1.5em 0em 2em 1.7em;
}
#top-nav ul li li a { /* appearance of the sub-level links */
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight:normal;	
	font-size:.875em;
	padding:1em 1em 1em 0.95em;
	background: #fba938; 
}
#top-nav ul li li a:hover { /* appearance of the sub-level links on hover */
    color: #fff;
	background:#434343;
}
 
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#top-nav ul ul {
    display: none;
    position: absolute; 
    top:100%;
	left:0;
	width:14em;
}
 
#top-nav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
 
#top-nav ul li:hover > ul {  
    display: inline-block;
    line-height: normal;
    z-index: 100;
}
 
#top-nav ul ul li {
    float: none; 
    position: relative;
}

/*styles applied navigation icons */
#navwrap {float:right;}

#top-nav ul li a {
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
#top-nav ul li a:hover {
	text-decoration:none;
	color:#fba938;
}


/** mega menu nav styles **/
#top-nav ul ul.equip {display: none; position: absolute;  width:465px; background:#fba938;	 z-index:999999999999999999999; text-align:left;}

#top-nav ul ul.equip li {float: left;}

#top-nav ul ul.equip li a:link, #top-nav ul ul.equip li a:active, #top-nav ul ul.equip li a:visited{
	width:200px;
	border-bottom:0;
	font-size:12px;
	line-height:14px;
	padding:6px 0 10px 20px;
	border-right:0;
	border-bottom: 0;
	color:#fff;
}

#top-nav ul ul.equip li a:hover {background: #282828; color:#fff;}
#top-nav ul ul li:hover > ul {display:block;}

@media screen and (max-width: 1580px)  {
#top-nav ul li a {font-size:.85em; padding:1em .5em 2em .5em;}
#top-nav ul li li a {font-size:.8em;;}
}


@media screen and (max-width: 1280px)  {
#top-nav ul li a {font-size:.65em; padding:1em .5em 2em .5em;}
#top-nav ul li li a {font-size:.7em;;}

}




@media screen and (max-width: 1024px)  {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

#navicon {
	float: right;
	font-size: 32px;
	font-size: 1em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: .5rem 0 1rem 0.5rem;
	color:#000;
}
#nav  {display:none;}
}
