﻿.clear {
  clear: both;
}
/***** Start of primary nav ******/
#menu-button {
  display: none;
}
nav.mobile {
  display: none;
}
nav.primary {
	padding:0;
	display:inline-block;
	margin:0;
	width:100%;
	position:fixed;
	top: 0;
	z-index: 99999999999999999999999999999999999999999999999;
	background-color: #fff;
  border-top: 4px solid #ffc241;
  font-family: "Barlow", sans-serif;
}

nav.primary ul {
  margin:0; 
  padding:0;
  }

nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  width: auto;
}

nav.primary ul li:hover{
  background-color: #302d27;
}

nav.primary ul li a {
  color: #D9D9D9;
  font-size: 15px;
  line-height: 13px;
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  font-weight: 500;
  padding: 15px 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

nav.primary ul li a:hover {
  z-index: 9999999999;
  }

/* Appearance of the sub-level links */
nav.primary ul li li a {
  font-size: 18px;
  line-height: 16px;
  padding: 15px;
  color: #000;
  background: #f9f9f9;
  text-align: left;
  border-right: none;
  border-left: none;
  font-family: "Barlow Condensed", sans-serif;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute;
}
nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}


/* THIS STOPS THE DROP DOWN FROM GOING AWAY
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
*/

nav.primary ul ul li {
  float: none;
  width: 270px;
  position: relative;
  margin: 0;
  display: block;
}

.top-nav{
  display:flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Barlow", sans-serif !important;
}

.mid-nav{
display: grid;
grid-column-gap: 25px;
grid-row-gap: 10px;
grid-template-columns: auto auto auto;
font-family: "Barlow", sans-serif;
}

.mid-nav p{
  font-family: "Barlow", sans-serif;
}

.mid-nav a{
  color: #9E6C00;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}


.bottom-nav{
  background-color: #3F3B33;
}

.bottom-nav-container{
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  justify-content: space-between;
}



@media only screen and (max-width: 1000px) {
	nav.primary {
		text-align: center;
	}	
}

/******** End of primary Nav ***************/
@media screen and (max-width: 1095px) {
  /*==============================
	Mobile Nav Styles			
================================*/
  nav.primary {
    display: none;
  }

  #hs-outside-wrapper{
    margin-top: 0px;
  }

  #menu-button {
    position: relative;
    z-index: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 4px solid #ffc241;
    padding: 10px;
  }

  #menu-button a {
    color: #ccc;
    text-decoration: none;
    margin-right: 15px;
    padding: 0px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: normal;
    border-radius: 4px;
  }

.hamburger{
  font-size: 24px;
  color: #000 !important;
}

.logo{
  width: 75px;
  padding: 0px;
}

.logo img{
  width: 100%;
}

.staff-login{
  color: #777 !important;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
}

.staff-login i{
  scale: .50;
}

.contact-us-title{
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.contact-us-title hr{
  width: 100%;
  height:0px;
  border: 1px solid #FFFFFF26 !important;
}

.contact-us-title span{
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
}

.contact-locations{
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  line-height: 40px;
  padding: 20px;
  text-align: left;
}

.contact-locations a{
  color: #ffc241;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;;
}

.contact-mobile{
  width: 100% !important;
  margin-bottom: 25px;
}

.contact-mobile a{
  text-align: center !important;
}

.contact-mobile a:hover{
  background-color: transparent !important;
}

.full-panel-container {
  flex-direction: column;
  width: inherit !important;
}

/* .parts-left, .parts-right{
  width: inherit;
}
*/

.parts-left{
  width: auto;
}

.parts-right{
  display: block;
  width: inherit;
}

  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    background: #3f3b33;
    color: #d9d9d9;
    z-index: 9999999999; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }
  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    word-spacing: 13px;
    padding: 0 0 0 15px;
    color: #ccc !important;
  }
  nav.mobile .social-media a:link, nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile .social-media a:hover, nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }
  nav.mobile .open {
    border-right: 1px solid #777;
  }
  /* MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 50px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }
  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: regular;
    line-height: 1;
    color: #777;
    background-color: #3f3b33 !important;
    text-decoration: none;
    top: -38px;
    right: 13px;
  }
  nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
    color: #fff;
  }
  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
  nav.mobile ul li {
    position: relative;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 15px;
    color: #d9d9d9;
    text-decoration: none;
    text-align: left;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
  }

  /*
  nav.mobile ul>li a:hover {
    background-color: #302d27 !important;
    color: #fff;
  }
    */

  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }
  nav.mobile ul li li a {
    background: #fff;
    color: #000;
    position: relative;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
  }

  /*
  nav.mobile ul li li a:hover{
    background-color: #fff !important;
    color: #000 !important;
  }
    */

  .main-list:hover{
    background-color: #302d27 !important;
    color: #fff;
  }

  /* THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }
  nav.mobile ul li li li a {
    background: #555;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #ccc;
    text-decoration: none;
    border-left: 4px #555 solid;
  }
  nav.mobile ul li li li a:hover {
    background: rgba(85, 85, 85, 0.5);
  }
  nav.mobile ul li .click { /* dropdown menu idicator arrow be sure to include this image with your image files */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

  }
  .nav-footer {
    color: #1B1B1B;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
  }
  /* FONT AWESOME ICONS */
  nav.mobile ul li a .fa {
    width: 25px;
    font-weight: 100;
    padding: 8px 3px;
    margin: 0 6px 0 0;
    text-align: center;
    background: #292929;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  nav.mobile ul li .fa-chevron-down {
    color: #999;
  }

  .equipment-dropdown ul>li{
    font-weight: 500;

  }

.equipment-dropdown{
    font-weight: 400 !important;
  }



  .parts-left-title p{
    color: #555;
  }

  .preowned-container{
    flex-direction: column !important;
    background-color: #fff;
    padding: 25px 15px;
    margin: 0px;
  }

  .preowned-right, .preowned-left{
    width: auto;
    text-align: left;
  }

  .preowned-right span{
    color: #000;
  }

  .new-container{
    flex-direction: column;
    background-color: #fff;
    margin: 0px;
  }

  .industry-container{
    flex-direction: column;
    align-items: center;
    background-color: #fff;
  }
  
  .industry-container .col-3 img{
    width: 115px;
  }

  .new-item-links-container{
    display: block;
  }

  .new-right-image{
    margin-left: 20px;
  }

  .mobile-yellow-btn{
    background-color: #ffc241;
    border-radius: 5px !important;
    width: 100%;
  }

  .mobile-yellow-btn a{
    background-color: #ffc241 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    font-family: "Barlow", sans-serif !important;
    text-align: center !important;
  }

  .mobile-yellow-btn a:hover{
    background-color: #ffc241 !important;
  }

}

@media screen and (max-width:575px) {

}