@charset "utf-8";
/* CSS Document */

body {padding: 0px; margin: 0px;}


/* TYPOGRAPHY */

p, body {
    font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.5;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
    line-height: 1.2;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2rem;
    line-height: 1.2;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
    line-height: 1.2;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
    line-height: 1.2;
}


#pad-xl {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}


/* HEADER & NAVIGATION */

.toprow {
    background: #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    padding: 8px 50px;
    font-family: 'Oswald', sans-serif;
}

.fas,.fa {
    color: #fdc530;
}

.lefthalf {
    font-weight: 700;
    font-size: 1.5em;
}

.lefthalf a {
    color: #000;
    text-decoration: none;
    margin-left: .75rem;
}

.righthalf {
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    text-align: right;
    line-height: 2em;
}

.righthalf a {
    color: #000;
    text-decoration: none;
    margin-left: .75rem;
}

#search {
    float: right;
    width: 250px;
}

.searchTerm {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 6px;
}

.searchButton {
    background: #ebebeb;
    border: 0px;
    color: #fdc530; 
    font-size: 1.2em;
}

.navigation {
    background: #fff;
    padding: 20px 50px;
    height: 110px;
}

.nav-container {
    margin: 0 auto;
}

.brand {
    position: absolute;
    float: left;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: 700; 
    font-family: 'Oswald', sans-serif;
}

.brand a,
.brand a:visited {
    color: #000;
    text-decoration: none;
}

.navigation nav {
    float: right;
    padding: 14px 0px;
    font-family: 'Oswald', sans-serif;
}

.navigation nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation nav ul li {
    float: left;
    position: relative;
}

.navigation nav ul li a,
.navigation nav ul li a:visited {
    display: block;
    padding: 0 30px;
    line-height: 70px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.375em;
    text-transform: uppercase;
}

.navigation nav ul li a:hover,
.navigation nav ul li a:visited:hover {
    border-bottom: 4px solid #fdc530; 
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

/* HERO */

.hero {
    background-image: url(/../siteart/hero2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 600px;
    max-height: 600px;
    padding: 120px 0px 30px 0px;
	display: flex; 
	justify-content: center; 
	align-items: center; 
}

.graybox{
    background: rgba(235,235,235,.92);
    text-align: center;
    margin: auto;
    max-width: 750px;
    padding: 1px 20px;
}

.graybox h1 {
    text-transform: uppercase;
}

.graybox p {
    font-size: 1.25em;
    font-weight: 500;
}

.yellowbtn {
    border: 3px solid #e5b025;
    background: transparent;
    color: #e5b025;
    font-weight: 500;
    font-size: 1.15em;
    padding: 10px 12px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	transition:.3s all;
	cursor: pointer;
}

.yellowbtn:hover {
    background: #e5b025;
    color: #fff;
}

/* SEARCH PARTS */

.parts { 
    background-image: url(/../siteart/asfalt-light-bg.png);
    background-repeat: repeat;
    background-size: cover;
    padding: 20px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.parts h1 {
    color: #fdc530; 
}

.parts p {
    color: #fff;
}

.partsleft {width: 30%;}

.partsright {width: 30%; padding: 50px 0px;}

.search-field {
    width: 80%!important;
    display: inline-block!important;	
	padding: 10px!important; 
	font-size: 16px; 
	font-family: 'Oswald', sans-serif; 
    text-transform: uppercase;
	border-radius: 0px;
	border: none;
	height: auto;
}
.search-submit {
	width: 10%!important;
	border: none; 
 	background: transparent;
	color: #fdc530; 
	font-size: 32px; 
	font-family: 'Open Sans', sans-serif; 	
}
.search-submit:hover {
	color: #fff;	
}


/* QUICK LINKS */

.quicklinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0px;
}

.boxes {
    width: 256px;
    height: 287px;
    margin: 30px;
    position: relative;
}

.quicktext {
    position: absolute;
    bottom: 0;
    background: rgba(74,74,74,.9);
    width: 236px;
    color: #fdc530 !important;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 4px solid #fdc530;
    font-size: 1.375em;
}

.quicktext a {
    color: #fdc530 !important;
    text-decoration: none;
}

.heavyequip {
    background-image: url(/../siteart/heavyequip.jpg);
}

.lightequip {
    background-image: url(/../siteart/lightequip.jpg);
}

.attachments {
    background-image: url(/../siteart/attachments.jpg);
}

.partsequip {
    background-image: url(/../siteart/partsequip.jpg);
}


/* Icon Forward */
.hvr-icon-forward {
/*  display: inline-block;*/
/*  vertical-align: middle;*/
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* BRANDS */

.brands {
    padding: 60px 30px 100px 30px;
}


/* ABOUT */

.about{
    background-image: url(/../siteart/aboutbg.jpg);
    background-size: cover;
    min-height: 300px;
    text-align: center;
    color: #fff;
    padding: 50px;
     display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.about h1 {
    color: #fdc530;
    text-transform: uppercase;
}

.about p {
    letter-spacing: .5px;
    line-height: 2;
    font-size: 1.1em;
}


/* FOOTER */

footer {
    background: #ebebeb;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerleft, .footerleft a {
    font-size: 14px;
    color: #000;
}

.footerright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footerright a {
    color: #000;
	font-size:15px;
    text-decoration: none;
}

.footerright p {font-size: 15px;}

.links, .contact {padding: 0px 10px;}

.links p {text-transform: uppercase;}

.footfa {
    color: #000 !important;
    margin-right: .5em;
}

/* CONTACT US */

.contactus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    background-image: url(/../siteart/constructionbg.jpg);
    background-size: cover;
    background-position: center;
}

.contactform{
    background: #ebebeb;
    padding: 20px 50px;
    width: 100%;
    text-align: center;
}

.form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0px;
  }

.form-control {
  display: block;
  width: 100%;
/*  height: calc(1.5em + 0.75rem + 2px);*/
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.halffield{ 
    width: 50%;
    float: left;
}

.fullfield{
    width: 100%;
}

.bottompanel {text-align: center !important;}

/*control the Captcha */
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 0 0 0 !important; font-weight:normal !important; font-size:12px; line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0; padding:0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000; font-size:12px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}
.CaptchaPanel {margin: 0 auto !important;}


/* ABOUT US */

.aboutus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 150px 50px 50px 50px;
    background-image: url(/../siteart/constructionbg.jpg);
    background-size: cover;
    background-position: center;
    min-height: 525px;
}


.aboutustext {
    background: #ebebeb;
    padding: 20px 100px 20px 100px;
    width: 100%;
    text-align: center;
}

.aboutustext h1 {
    text-transform: uppercase;
}



/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    
    /* Header */ 
    .toprow {display: none;}
    
    .brand {font-size: 1.75em; line-height: 30px;}

    /* Navigation */  
    .nav-mobile {display: block;}
    
    .navigation nav {width: 100%; padding: 110px 0 15px; background: #fff;}
      
    .navigation nav ul {display: none;}
    
    .navigation nav ul li {float: none;}
      
    .navigation nav ul li a {padding: 15px; line-height: 20px;}
    
    #search {float: left; padding: 15px;}
    
    .searchButton {background: #fff;}
    
     /* Homepage */ 
    .hero {padding: 50px 0px 0px 0px; max-height: 700px;}
    
    .graybox {padding: 20px; width: 75%;}
    
    .parts {text-align: center;}
    
    .partsleft {width: 100%;}
    .partsright {width: 100%; padding: 30px 0px;}
    
    .search-submit {width: 20% !important;}
    .search-field {width: 60% !important}
    
    /* Contact Form */
    
    .contactus, .aboutus {padding: 20px;}
    .contactform, .aboutustext {padding:20px 10px;}
    
    .halffield {width: 100%;}
    
    .inventory {padding: 0px 10px;}

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
    
    /* Header */ 
    .toprow {display: none;}
    
    .brand {font-size: 1.75em; line-height: 30px;}

    /* Navigation */  
    .nav-mobile {display: block;}
    
    .navigation nav {width: 100%; padding: 110px 0 15px; background: #fff;}
      
    .navigation nav ul {display: none;}
    
    .navigation nav ul li {float: none;}
      
    .navigation nav ul li a {padding: 15px; line-height: 20px;}
    
    #search {float: left; padding: 15px;}
    
    .searchButton {background: #fff;}
    
    .parts {text-align: center;}
    
    .partsleft {width: 100%;}
    .partsright {width: 100%; padding: 30px 0px;}
    
    .halffield {width: 100%;}
    
    .inventory {padding: 10px 20px;}
     
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
    
    /* Header */ 
    .toprow {display: none;}
    
    .brand {font-size: 2em; line-height: 32px;}

    /* Navigation */  
    .nav-mobile {display: block;}

    .navigation nav {width: 100%; padding: 110px 0 15px; background: #fff;}
      
    .navigation nav ul {display: none;}
    
    .navigation nav ul li {float: none;}
      
    .navigation nav ul li a {padding: 15px; line-height: 20px;}
    
    #search {float: left; padding: 15px;}
    
    .searchButton {background: #fff;}
    
    .partsleft {width: 50%;}
    .partsright {width: 50%; padding: 50px 0px;}
    
    .namefield {margin-right: 20px;}
    
    .inventory {padding: 20px 40px;}
        
}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    
    .nav-list {display: block !important;}
    
    .lefthalf {width: 40%;}
    .righthalf {width: 60%;}
    
    .mobilelink {display: none;}
    
    .partsleft, .footerleft, .footerright {width: 50%;}
    .partsright {width: 50%; padding: 50px 0px;}
    
    .footerright {justify-content: center;}
    
    .abouttext {width: 50%;}
    
    .contactform, .aboutustext{width: 75%;}
    
    .namefield {margin-right: 20px;}
    
    .inventory {padding: 20px 60px;}

}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {
    
    .nav-list {display: block !important;}

    .lefthalf, .righthalf {width: 50%;}
    
    .footerright {justify-content: center;}
    
    .footerleft, .footerright {width: 30%;}
    
    .mobilelink {display: none;}
    
    .abouttext {width: 50%;}
    
    .contactform, .aboutustext {width: 50%;}
    
    .namefield {margin-right: 20px;}
    
    .brands {max-width: 1400px !important;}
    
    .inventory {padding: 50px 0px;}
    
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {   

   
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {   

}