.desktopSpacer {
	margin-left: 50px !important;
}

.subIndicator:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: inherit;
	padding-left: 0.5em;
}
 
nav.desktop {
    position:relative;
    display:block;  
    z-index:9000;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    text-align:center;
    width:100%;
    color: black;
}
  
nav.desktop ul, nav.desktop li {
    list-style: none;  
    margin:0 0 0 0;
    padding:0 0 0 0;  
}
  
nav.desktop ul li {
    display: block;
    position: relative;
    float:left;
    text-align:center;
}
  
nav.desktop li ul {
    display: none;
}
  
  
nav.desktop ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    font-family: 'LatoWebBold';
} 
 
nav.desktop ul li a:hover { /* appearance of the first-level links on hover */
    height: 1%; 
    color: #ffd741; 
}
  
  
  
nav.desktop ul li li a { /* appearance of the sub-level links */
	width:215px;
	padding: 5px 15px;
	text-align:left;
	background:#fff;
	border-bottom:1px #EEEEEE solid;
	line-height:25px; 
	color: #212933; 
	font-family: 'LatoWeb';
	font-size: 14px;
	position: relative;
	height: 100% !important;
	line-height: 50px;
}

nav.desktop ul li li a:hover { /* appearance of the sub-level links on hover */
    color:#212933; 
    background: #EEEEEE;     
}
  
#backhoe::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/backhoe.png);
	float: left;
	background-repeat: no-repeat;
}
#excavator::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/excavator.png);
	float: left;
	background-repeat: no-repeat;
}
#paver::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/paver.png);
	float: left;
	background-repeat: no-repeat;
}
#dozer::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/dozer.png);
	float: left;
	background-repeat: no-repeat;
}
#crane::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/crane.png);
	float: left;
	background-repeat: no-repeat;
}
#all::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/all.png);
	float: left;
	background-repeat: no-repeat;
}
#grader::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/grader.png);
	float: left;
	background-repeat: no-repeat;
}
#compaction::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/compaction.png);
	float: left;
	background-repeat: no-repeat;
}
#frontLoader::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/front-loader.png);
	float: left;
	background-repeat: no-repeat;
}
#skidsteer::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/skidsteer.png);
	float: left;
	background-repeat: no-repeat;
}
#sweeper::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/sweeper.png);
	float: left;
	background-repeat: no-repeat;
}
#attachments::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/attachments.png);
	float: left;
	background-repeat: no-repeat;
}
#other::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	background: url(../../siteart/equipment-icon/other.png);
	float: left;
	background-repeat: no-repeat;
}

#lighttower::before {
	content: "";
	padding-right: 0.5em;
	width: 68px;
	height: 45px;
	margin-top: 5px;
	background: url("../../siteart/equipment-icon/lighttower2.png");
	float: left;
	background-repeat: no-repeat;
}

#trailers::before {
    content: "";
    padding-right: 0.5em;
    width: 68px;
    height: 33px;
    margin-top: 10px;
    background: url(../../siteart/equipment-icon/trailers.png);
    float: left;
    background-repeat: no-repeat;
}
  


  
  
  
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
nav.desktop ul ul {
	display: none;
	position: absolute; 
	top:100%;
	left: -50px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
  
nav.desktop ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
nav.desktop ul li:hover > ul {  
    display: block;
    line-height:18px; /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background:#fff; /* make sure your background color always matches your link styles!*/
}
  
nav.desktop ul ul li {
    float: none; 
    position: relative;
}
  
/******MAIN NAVIGATION END******/
@media screen and (max-width: 1600px) {
	nav.desktop ul li a {font-size:16px;}
}