﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 50px 40px;
}


button{
    border: none;
    background-color: #97FC13;
    transition:.25s;
}

button:hover{
    background-color: #000;
}

button:hover a{
    color: #fff !important;
}

button a{
    color: #000;
    padding: 15px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
}

.secondary-btn{
    border: none;
    padding: 5px 15px;
    background-color: #fff;
    transition:.25s;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;
}

.secondary-btn a{
    color: #000;
}

.secondary-btn:hover a{
    color: #fff;
}

nav.primary i{
    color: #000;
    background-color: #97FC13;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
}

footer i{
    color: #000;
    background-color: #97FC13;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
}



/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}


/*-------------SLIDER----------------------*/
.section-2a{
    padding: 0px;
    margin-top: -80px;
	margin-left: -3px;
	
	.slider-container{
    width: 75%;
}

  .slick-slide {
      margin: 0px 30px;
  }


  /* the parent */
  .slick-list {
      margin: 0 -27px;
  }

  .slick-button {
    color: #fff;
    padding: 5px 15px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    cursor: pointer;
    bottom: -75px;
}

.slick-next {
    right: -40px;
    bottom: 50%;
    background-color: #000;
    color:#97FC13;
    border-radius: 15px;
    padding: 8px 8px;
} 

.image-icon-container{
    max-width:40px;
    margin-bottom: 75px;
}

.image-icon-container img{
    width: 100%;
}

.slider{
    width: 80%;
}


.slider-link-contain{
	border: 1px solid #FFFFFF50;
    background-color: #97FC13;
    color: #000;
    padding: 20px;
}

.slider li img{
	width: 100%;
}

}



/*-------- BODY STYLES --------*/

body {
    font-family: "Manrope", sans-serif;
	overflow-x: hidden;
}

h1{
    font-size: 62px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

h2{
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

h3{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    transition: .25s;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}





/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 300px 40px 200px 40px; 
    background-image:linear-gradient(135deg, rgba(0,0,0,0.35075280112044815) 0%, rgba(0,0,0,0.35) 100%), url("/siteart/allied-iron-dump-truck.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
	background-color:#000;
}

.home-cover button, .section-4 button{
    margin-top: 50px;
}


.cover{
    background-color: #000;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 225px;
    text-align: center;
}

.sub-title{
    font-family: "Oswald", sans-serif;
    color: #97FC13;
    font-weight: 400;
    font-size: 18px;
    transition: .25s;
}

.sub-title-black{
    color: #000;
}

.section-1{
    text-align: center;
}

.equipment-category-container{
    margin-top: 50px;
}

.equipment-category{
    background-color: #000;
    color: #fff;
    padding: 100px 25px 25px 25px;
    position: relative;
    text-align: left;

}

.equipment-category:hover .icon-container{
    background-color: transparent;
    color:#97FC13;
    transform: rotate(-45deg);
}

.equipment-category:hover .sub-title{
    color:#fff;
}

.equipment-category:hover h3{
    color:#97FC13;
}

.industry-categories .equipment-category{
    padding: 50px 25px 25px 25px;
}

.icon-container{
    background-color: #97FC13;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 25px;
    transition: .10s;
}

.section-2{
background-image: linear-gradient(135deg, rgba(0,0,0,0.5514998235622374) 0%, rgba(0,0,0,0.3526202717415091) 100%), url("/siteart/background-curves.png");
background-size: cover;
background-position: center;
color: #fff;
padding-bottom: 130px;
}

.section-3{
text-align: center;
}

.section-4{
    color: #fff;
    background-image: linear-gradient(135deg, rgba(0,0,0,0.5514998235622374) 0%, rgba(0,0,0,0.55) 100%), url("/siteart/background-curves.png");
    background-position: center;
    background-size: cover;
    align-items: stretch;
    gap: 50px;
    align-items: center;
}

.section-4 img{
    width: 100%;
}

.section-careers{
    background-color: #97FC13;
}

.section-careers button{
    background-color: #000;
    color: #fff !important;
}

/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-field-flex input{
    border: 1px solid #8B8B8B25 !important;
    width: 50%;
    padding: 10px 10px;
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Figtree', sans-serif;
}

input.submit-button{
    background-color: #97FC13;
    color: #000 !important;
    padding: 15px 25px;
    border-radius: 0px;
    border: none;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: .25s;
    font-size: 13.33px;
	font-weight:400;
}

.section-careers input.submit-button{
	background-color: #000;
	color: #fff !important;
}

input.submit-button:hover{
    background-color: #000;
    color:#fff !important;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    color: #000;
    padding: 15px 25px;
    font-family: "Manrope", sans-serif;
}

.button button:hover{
    color: #fff;
}



/*-------- CONTACT STYLES --------*/

.google-map{
    padding: 0px;
}
/*-------- FOOTER STYLES ----------------*/
footer{
    background-color: #000;
    color: #fff;
    font-family: "Manrope", sans-serif;
}

footer h3{
    color: #97FC13;
    margin-bottom: 15px;
    font-family: "Manrope", sans-serif;
    text-transform: inherit;
    font-size: 18px;
}

footer a{
    color: #fff;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 60px 40px;
}

.left-footer{

}

.left-footer-links{
display: flex;
flex-direction: column;
gap: 25px;
}

.left-footer-links a{
    display: flex;
    gap: 22px;
    align-items: baseline;
}

.right-footer{
    display: flex;
    justify-content: space-between;
    gap: 50px;

}

.bottom-footer{
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding: 10px 40px;
    font-size: 13px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inner-header{
    background-color: #000;
    padding-bottom: 40px;
    background-image: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 100%), url("/siteart/background-curves.png");
    background-position: center;
    background-size: cover;

}

.inner-header nav.primary {
	position:inherit;

	}

.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #97FC13;
    color: #000;
    border-radius: 0px;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #000;
    border-radius: 0px;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #000;
    border-radius: 0px;
}

.faceted-search-content .selected-facets-container .selected-facet{
    background-color: #97FC13 !important;
    color: #000 !important;
    border-radius: 0px !important;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 950px) {
    .top-footer{
        flex-direction: column;
        gap: 50px;
    }

}

@media only screen and (max-width: 750px) {


    .flexy{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
    
    .no-break{
        display: none;
    }

    .home-cover{
        padding: 200px 40px 125px 40px;
    }

    .top-footer{
        padding: 50px 40px 25px 40px;
    }

    .right-footer{
        flex-direction: column;
        gap: 25px;
    }

    footer h3{
        margin-bottom: 0px;
    }

    .bottom-footer{
        flex-direction: column;
        text-align: left;
    }
}

@media only screen and (max-width: 500px) {
    h1{
        font-size: 48px;
    }

    h2{
        font-size: 28px;
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

	
}

@media only screen and (max-width: 350px) {
    section{
        padding: 50px 25px;
    }

    .left-footer-links a{
        gap: 10px;
        font-size: 15px;
    }

    .top-footer{
        gap: 25px;
        padding: 50px 25px 25px 25px;
    }

    .bottom-footer{
        gap: 10px;
        padding: 10px 25px;
    }
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



