﻿/***** 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;	
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

 ul {
	list-style: none;
}

.agreement-list{
    margin-left: 25px;
}

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 --------*/
h2{
    font-size: 38px;
    font-weight: 600;
}
section{
    padding: 75px 50px;
}

button{
    border: none;
    background-color: #000;
    transition:.25s;
    padding: 0px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: .25s;
}

button:hover{
    background-color: #2E2E2E;
    color: #fff;
}

button a{
    color: #fff ;
    padding: 10px 15px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    display: flex !important;
justify-content: space-between !important;
gap: 10px !important;
align-items: center !important;
}

button i{
    transition: .25s;
}

button:hover a{
    color: #fff;
}

button:hover i{
    transform: rotate(0deg);
}

.primary-btn i{
    background-color: #F6EE23;
    color: #000;
    border-radius: 20px;
    padding: 5px;
    font-size: 11px;
    transform: rotate(-45deg);
    transition: .25s;
}

.primary-btn:hover i{
    color:#000;
    
}


.header-btn i{
    padding-top: 3px;
    font-size: 12px;
}

.secondary-btn{
    border: none;
    background-color: #F6EE23;
    transition:.25s;
}

.secondary-btn i{
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    font-size: 11px;
    transform: rotate(-45deg);
}

.secondary-btn:hover{
    background-color: #000;
    color: black;
}

.secondary-btn:hover i{
    background-color: #F6EE23;
    color: black;
}

.secondary-btn a{
    color: #000;
}

.secondary-btn:hover a{
    color: #fff;
}

.blk-btn{
    background-color: transparent;
    color: #000;
    padding: 0px !important;
    display: flex;
    align-items: center;
    gap: 25px;
}

.blk-btn:hover{
    background-color: transparent;
}

.blk-btn a, .blk-btn a:hover{
    color: #000;
}


.blk-btn i{
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 6px 6.5px;
    font-size: 11px;
    transform: rotate(-45deg);
}

.paragraph-width {width:50%; max-width:900px;

    ul{
        margin: 10px 0px 15px;
        padding-left: 10px;
    }

i{
    color: #F6EE23;
    padding-right: 10px;
}

}

.home-about {width:100%;display:flex;gap:50px;}
/*-------- 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%;
}

.col-5{
    width: 20%;
}



/*-------- BODY STYLES --------*/

body {

}

h1{
    font-size: 52px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


/*--------HOME STYLES--------------------*/

.home-cover{
	padding: 0px;
}

/*
.home-cover{
    padding: 175px 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-image: linear-gradient(135deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.40) 100%), url("/siteart/Telehandler.jpeg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.home-cover p{
    width: 50%;
}
*/

.cover{
    background-color: #000;
    color:#fff;
    padding: 29px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.section-1{

}

.section-1 h2{
    /* padding-bottom: 25px; */
    text-align: center;
}

.section-1-flex{
    padding: 0px;
    /* display:flex;   */
    justify-content: space-between; 
    gap: 0px;
    padding: 60px 50px;

    h2{
        padding-bottom: 10px;
    }

    h2,p{
      text-align: center;  
      max-width: 1020px;
      margin: 0 auto;
    }

    h3{
        margin-bottom: 10px;
    }

    .flexy{
        gap: 0px;
        margin-top: 30px;
        justify-content: center;
    }

}

.parts-big {padding:30px 25px; width:98%;background-color: #000; color: #fff; display: flex; flex-direction: column; justify-content: flex-end;
 .search-btn{ background-color: #F6EE23;color: #000;
i{background-color: #000; color: #fff;}}
}

.equip-big, .parts-sm{
    padding: 30px 35px;
    width: 35%
}

.equip-big{
    background-color: #F6EE23;
    color: #000;

}

.parts-sm {
background-color: #000;
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-end;

    .search-btn{
        background-color: #F6EE23;
        color: #000;

        i{
            background-color: #000;
            color: #fff;
        }
    }
}



.section-2{
    background-color: #F6EE23;
    padding:26px 50px;
}

.title-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}

.equipment-blurb .col-3{
    background-color: #fff;
    color:#000;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 25px;
    transition: .25s;
}

.equipment-blurb .col-3 button i{
    transition: .35s;
}

.equipment-blurb .col-3:hover{
    background-color: #000;
    color: #fff;
}

.equipment-blurb .col-3:hover button{
    color: #fff;
}

.equipment-blurb .col-3:hover i{
    background-color: #F6EE23;
    color: #000;
    transform: rotate(0deg);
    transition-delay: .05s;
}

.section-3{
    background-image: linear-gradient(135deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.40) 100%), url("/siteart/landmark-equipment-vans.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 75px 50px;

    h2{
        max-width: 800px;
    }
}



.section-4{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-bottom: 150px;
}



.brand-blurb{
    background-color: #fff;
    border-radius: 3px;
    padding: 25px;
    margin-top: -100px;
    filter: drop-shadow(0px 8px 3px #00000010);
}
 
.brand-blurb .col-5{
    background-color: #00000004;
    border-radius: 15px;
    padding: 30px 10px;
    transition: .25s;
}

.brand-blurb .col-5:hover{
    scale: 1.05;
   /* background-color: #00000009;  */
   background-color: #00000007;  
}

.brand-blurb .col-5 img{
    width: 100%;
}

.section-4a{
    padding: 0px 50px;
}

.section-5{
    text-align: center;
}

.section-5 .flexy{
    gap: 50px;
    justify-content: center;
}

.section-6{
    background-color: #F6EE23;
    padding: 50px 50px 25px 50px;
}

.section-6 h2{
    font-weight: 400;
}

.blog-page .flexy{    
	display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;}


.service-flex {display: flex;}

.image-content {   
	width: 100%;
    max-width: 800px;
    margin-right: 60px;
flex-wrap:wrap-reverse;}

.blog-page img {
	max-width:900px;
}

.col-2.image {width:100% !important;}

section.blog-page {padding:40px 50px;}
/*--------SEARCH FORM--------------------*/

/* .search-bg{
    background-color: #F6EE23;
    padding: 40px 30px;
    gap: 25px;
} */

.search-header{
    display: flex;
    /* justify-content: center; */
}

input#text-box{
    width: 85%;
    padding: 10px 10px;
    border: none;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

.search-btn{
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    transition:.25s;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

.search-btn i{
    background-color: #F6EE23;
    color: #000;
    border-radius: 20px;
    padding: 5px;
    font-size: 11px;
    transform: rotate(-45deg);
}

/*--------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: 15px 15px;
    font-family: "Manrope", sans-serif;
    background-color: #F6F6F6;
}

.single-field input{
    width: 100% !important;
    box-sizing: border-box;
}

/*
input[type="date" i] {
    width: inherit;
}
*/

.button-flex {display:flex;flex-wrap:wrap; gap:30px;}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    padding: 15px 15px;
    font-family: "Manrope", sans-serif;
    background-color: #F6F6F6;
}

.subscribe-box{
    justify-content: flex-start;
    align-items: baseline;
    gap: 0px;
}

.date-container{
    justify-content: flex-start;
    align-items: baseline;
}

.shipping-category-container{

    justify-content: flex-start;
}

.shipping-category{

}

.shipping-category input{
    width: inherit !important;
}

.date-container .form-field-flex input{
    margin-top: 15px !important;
}

.long-hr{
    width: 100%;
    display: block;
    height: .5px;
    border: 0;
    border-top: 1px solid #E4E4E4;
    margin: 5px 0;
    padding: 0;
}

input.submit-button{
    background-color: #F6EE23;
    border: none;
    color: #000 !important;
    padding: 8px 13px 8px 16px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    transition: .25s;
    font-size: 13.5px;
}

/*
div#submit-btn{
    margin-top: 25px;
}
*/

.button button{
    color: #000;
    background-color: #F6EE23;
}

/*    Parts Department   */

.black-bckground-section{
    background-color: #000;
    color: #fff;
}

.service-blurb ul li{
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-blurb ul{
    margin-left: 10px;
}

.service-blurb i{
    color: #F6EE23;
    background-color: #000;
    padding: 0px;
    margin: 0px;
}


/*-------- CONTACT STYLES --------*/
.google-maps{
    padding: 0px;
}

.contact-info a{
display: flex;
gap: 10px;
align-items: baseline;
color: #000;
margin: 5px 0px;
}

.contact-info i{
    background-color: #F6EE23;
    color: #000;
    border-radius: 20px;
    padding: 6px;
    font-size: 11px;
}

section.section-1 {padding:28px 50px !important;}


button.header-btn-red {background:red;}

.contact {display: flex;align-items:center;gap:20px;}

/*-------------SLIDER----------------------*/

.slider{
	display: flex;
	justify-content: center;
	gap: 50px !important;
}



.slider-container-panel{
	position: relative;
}

.home-cover h1{
	color: #fff;
}

.overlay-image{
	background-color: #00000075;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
}

.slider-container-panel img{
	width: 100%;	
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slider-container-details{
	position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
	z-index: 100;
	margin-left: 50px;
	margin-right:50px;
	display: flex;
	flex-direction: column;
	justify-content: center;

    h1{
        font-size: 72px;
        line-height: 1.25;
    }
}

.slider-container-details button{
	margin-top: 50px;
}

/*-------------BLOG----------------------*/
.grid-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-container>.blog-item{
    width: 31%;
}

.grid-container>.blog-item:first-of-type{
    width: 100%;
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    align-items: center;
}

.grid-container>.blog-item:first-of-type>div{
    width: 50%;
}

.grid-container>.blog-item:first-of-type h2{
    font-size: 48px;
}

.grid-container>.blog-item:first-of-type .blog-item-container{
    height: 50vh;
}

.blog-link{
text-decoration: underline !important;
color: #000;
}

.blog-item-container{
    height: 35vh;
   /* border: 1px solid #00000010; */
}

.blog-item-container:after{
    background: linear-gradient(135deg, rgba(0,0,0,0.35075280112044815) 0%, rgba(0,0,0,0.35) 100%);
}

.blog-item-container img{
    object-fit: cover;
    object-position: center;
width: 100%;
height: 100%;
}

.blog-contact{
    align-items: center;
}

.blog-date{
    font-size: 12px;
    margin: 10px 0px 15px 0px;
}

.blog-item h2{
    font-size: 21px;
}

.blog-button-container{
    margin: 25px 0px 50px 0px;
}

.blog-page ul{
    list-style-type: disc;
    margin-left: 25px;
}

.blog-page ol{
    margin-left: 25px;
}

.blog-page img{
    width:100%;
}

.blog-image-container{
    height: 150px;
    padding:25px 0px;
}

.blog-image-container img{
width: 100%;
height: 100%;
}


/*    Retnal Page    */

/* Style the tab */
.tab {
    overflow: hidden;
   /*  border: 1px solid #ccc; */
    background-color: #000;
  }
  
  /* Style the buttons inside the tab */
  .tab button, .tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #fff;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover, .tab a:hover {
    background-color: #2E2E2E;
    
  }
  
  /* Create an active/current tablink class */
  .tab button.active, .tab a.active {
    background-color: #F6EE23;
    color: #000;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
  /*   border: 1px solid #ccc;  */
    border-top: none;
  }

/*    		Showrooms			 */
.showroom-container{
	display: flex;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 25px;
	flex-wrap: wrap;
}

.showroom-category{
	border: 1px solid #00000015;
	padding: 25px 10px;
}

.showroom-category img{
	width: 100%;
}

/*
.showroom-category img{
	width: 100%;
}
*/

/*-------- FOOTER STYLES ----------------*/
footer{
    background-color: #000000;
    color: #fff;
}

footer a{
    color: #fff;
}

footer i{
    color: #F6EE23;
}

.top-footer .logo{
    width: 200px;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 30px 40px 25px 40px;
}

.left-footer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-footer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 75px;
}

.right-footer-links{
    display: flex;
    gap: 75px;
}

.right-footer ul{
line-height: 28px;
white-space: nowrap;
}

.social-media-links{
    display: flex;
    gap: 10px;
}

.footer-info a{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-info i{
    font-size: 14px;
}

.bottom-footer{
    padding: 10px 40px;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
    border-top: 1px solid #2E2E2E;
}


.bottom-footer ul{
    display: inline-flex;
    gap: 15px;
    font-weight: 300;
}

.nav-footer{
    text-align: right;
}

.fixedbutton{
            position: fixed;
            bottom: 15px;
            right: 25px; 
            padding: 20px;
        }
        .roundedFixedBtn{ 
          background-color: #ff0000;
          color: white;
          text-align: center;
          cursor: pointer;
		  padding: 15px 25px;
		  font-family: "Manrope", sans-serif;
		  font-weight: 500;
			font-size: 16px;
        }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

button.selected-facet.ts-button{
    background-color: #F6EE23 !important;
    color: #000 !important;
    border-radius: 0px !important;
}

button#detail-page-email-seller {
	background-color: #F6EE23 !important;
    color: #000 !important;
}

a.view-listing-details-link.des-view-listingDetails {
    background-color: #F6EE23 !important;
    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;
	display: none;
}

.faceted-search{
    border-radius: 0px !important;
    background-color: #F6EE23 !important;
    color: #000 !important;
}

.faceted-show-all-btn{
    border-radius: 0px !important;
}

button.ts-button.faceted-section-head.section-head {
    background-color: black;
    color: white;
}

.service-blurb a {color:#000 !important; text-decoration: underline !important;}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {
	.service-flex {    
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;}
	.blog-page img {max-width:480px;}
}

@media only screen and (max-width: 1200px) {
	.section-1-flex {flex-direction: column;}
	.equip-big, .parts-sm {width:100%; box-sizing: border-box;}
}
	
@media only screen and (max-width:1090px) {
    .slider-container-details{

    h1{
        font-size: 52px;
    }
}

	.paragraph-width h2 {font-size:24px;}

    	.home-about {flex-direction: column;}

        .paragraph-width{
        width: 100%;
        box-sizing: border-box;
    }

    .section-3 button{
        margin-top: 30px;
    }

    .home-about{
        gap: 10px;
    }
}

@media only screen and (max-width: 850px){
    h1{
        font-size: 48px;
    }

    h2,.grid-container>.blog-item:first-of-type h2{
        font-size: 32px;
    }

    h3{
       font-size: 16px; 
    }

    .home-cover p, .section-3 p{
        width: inherit;
    }

    .bottom-footer{
        flex-direction: column;
    }

    .nav-footer{
        text-align: center;
    }

    .footer-info a{
        gap: 5px;
        font-size: 15px;
    }



}

@media only screen and (max-width: 750px) {
    h1{
        font-size: 38px;
    }

    h2{
        font-size: 28px;
    }
/*
    .home-cover{
        padding: 100px 40px;
    }
*/
    section{
        padding: 50px 40px;
    }

    .flexy,.grid-container, .grid-container>.blog-item:first-of-type{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-5, .col-2-sml, .col-2-lrg, .title-flex, .grid-container>.blog-item, .grid-container>.blog-item:first-of-type>div{
        width: inherit !important;
    }

    .grid-container>.blog-item:first-of-type{
        margin-bottom: 0px;;
    }

    .title-flex{
        flex-direction: column;
        gap: 25px;
    }

    .blog-contact{
        align-items: flex-start;
    }

    .title-flex:first-child{
        text-align: center;
    }

    .brand-blurb .col-5:hover{
    scale: 1.05;
   /* background-color: #00000009;  */
   background-color: #00000007;  
}

    .brand-blurb .col-5 a{
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    
    .no-break{
        display: none !important;
    }

    .brand-blurb .col-5 a img{
        width: inherit;
    }

    .brand-blurb .col-5:hover{
        scale: 1.025;
       background-color: #00000007;  
    }

    
    .right-footer{
        align-items: flex-start;
    }

    .left-footer{
        gap: 25px;
    }

    .slider-container-details{

    h1{
        font-size: 38px;
    }
    }

}

@media only screen and (max-width: 500px) {
    h1{
        font-size: 28px;
    }

    h2{
        font-size: 26px;
    }
	
	.slider-container-details{
		margin-left: 25px;
		margin-right: 25px;

        h1{
        font-size: 36px;
        }   
	}
/*
    .home-cover{
        padding: 100px 40px;
    }
*/
    section{
        padding: 50px 40px;
    }

    .search-header{
        flex-direction: column;
        justify-content: space-between;
        gap: 15px;
    }

    input#text-box{
        width: inherit;
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }
}

@media only screen and (max-width: 430px) {
    .bottom-footer ul{
        flex-wrap: wrap;
        justify-content: center;
    }


    .slider-container-details{
        h1{
        font-size: 28px;
        }   
	}
}

@media only screen and (max-width: 375px) {
    h1{
        font-size: 24px;
    }

    h2{
        font-size: 20px;
    }

        .slider-container-details{
        h1{
        font-size: 22px;
        }   
	}

/*
    .home-cover{
        padding: 75px 25px;
    }
*/

    section, .section-3, .section-2, .section-1-flex, .section-6 {
        padding: 50px 25px;
    }

    .brand-blurb .col-5 a img{
        width: 125px;
    }

    .right-footer{
        gap: 25px;
    }

    .right-footer-links{
        flex-direction: column;
        gap: 0px;
    }

    .footer-info a{
        font-size: 14px;
        gap: 5px;
    }
	
}





