﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




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: #000;
    transition:.25s;
    font-family: "Manrope", serif;
}

button:hover{
    background-color: white;
    color: black;
}

button a{
    font-size: 16px;
    color: #fff;
    background-color: #E91C2B;
    padding: 15px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    font-family: "Manrope", serif;
    font-weight: 700;
}

button:hover a{
    color: black;
}

.secondary-btn{
    border: none;
    background-color: #fff;
    transition:.25s;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;
}

.secondary-btn:hover a{
    color: #fff;
    background-color: #C70713;
}

.call-btn{
    a{
        color: #fff;
        font-weight: 700;
    }

    i{
        color: #E91C2B;
        padding-right: 5px;
    }
    
}

.contact-page {
	background-color: #000;
    .call-btn{
        a{
            color: #000;
            font-weight: 700;
        }
    
        i{
            color: #E91C2B;
           
        }
        
    }
}

.contact-us-blurb{
	
	.flexy{
		align-items: stretch !important;
	}
	
	img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.contact-us-info{
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
	
	.quad-contact{
		width: 50%;
	}
	
	.google-maps{
		width: 40%;
	}
	
}

.contact-us-form{
	background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/siteart/various-construction-equipment.jpeg") !important;
	background-position: center;
	background-size: cover;
}

.contact-us-form-width{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	
	h2{
		margin-bottom: 25px;
	}
}

.button-container{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
}

.drk-background{
    background-color: black;
    color: white;
}

.lgt-background{
    background-color: gray;
}

.span{
    font-weight: 700;
}

.whole-blurb{
    background-color: #fff;
    width: 80%;
    margin: 0px auto;
    text-align: center;

    button{
        margin-top: 50px;
    }
    
}


/*-------- BLURBS STYLES --------*/
.inventory-blurb{
    background-color: #fff;
    padding: 40px 50px;

    button{
        margin-top: 25px;
    }

    .image-position{
        position: relative;
        max-width: 450px;
        margin: 0 auto;

        img{
            position: absolute;
            width: 100%;
            height: auto !important;
            object-fit: inherit !important;
            top: -110px;
        }
    }
}

/*-------- 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----------------------*/

.slider{
	display: flex;
	justify-content: center;
	gap: 50px !important;
}

/*
  .slick-slide {
      margin: 0 27px;
  }

*/

  /* the parent */
  .slick-list {
      margin: 0 -27px;
  }

  .slick-button {
    background-color: #E91C2B;
    border-radius: 30px;
    color: #fff;
    padding: 5px 10px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    gap: 15px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    z-index: 9 !important;
}

.slick-button:hover{
    background-color: #000;
    color: #fff;
}

.slick-prev {
    left: 40px;
}

.slick-next {
    right: 40px;
} 



.slider-link-contain p{
	color: #FFFFFF !important;
}

.slider li img{
	width: 100%;
}

.center{
    margin-top: 50px;
	
    .slick-slide {
        margin: 0 40px;
    }

    img{
        width: 100%;
    }
	
	.slick-list{
		
	}

    .slick-track{
        display: flex;
        justify-content: center;
        align-items: center;
    }
.slick-center .slider-equipment{
    filter:brightness(100%)!important;
    padding: 40px 27px;
}

.slick-slide .slider-equipment{

}
}

.brand-image-container{
    height: 35px;
    margin: 0 auto;
    

    img{
        height: 100%;
        object-fit: contain;
    }
}

.slider-equipment{
    background-color: #fff;
    padding: 25px;
    color: #000;

    a{
        color: #000;
    }
}

.image-equipment{
    height: 250px;
    display: flex;
    align-items: center;
	overflow: hidden;
   

    img{
        width: 100%;
    }
}

/*-------- BODY STYLES --------*/

body {
    font-family: "Manrope", serif;
}

.grey-background{
    background-color: #F3F3F3;
}

h1{
    font-size: 52px;
    line-height: 52px;

    span{
        font-size: 24px;
    }
}

h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    span{
        font-size: 21px;
    }
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


/*          HEADER           */
.logo {
	max-width: 275px;
	position: absolute;
	top: -25px;
	left: 40px;
	z-index: 1;
}

.logo img {
	max-width: 100%;
}



.top-nav {
	background-color: #fff;
	color: #000;
	display: flex;
	justify-content: flex-end;
    align-items: center;
   /* padding: 10px 0px; */
	gap: 15px;

    a{
        color: #000;
        font-size: 14px;
    }
}

.top-left-btn{
    background-color: #E91C2B; 
    padding: 5px 12px;  
    color: #fff !important;
}

.location-top{
    padding-left: 20px;
    font-weight: 700 !important;
    i{
        color:#E91C2B;
        transition: .25s;
    }
}

.top-links{
	a{
		font-weight: 600;
	}
	


    li{
        border-left: 1px #E3E3E3 solid;
        padding: 10px 10px;
        transition: .25s;
    }

    li:hover{
        background-color: #000;

        a{
            color: #fff;
        }
    }
}

.top-links a{
	color: #000;
}

.last-btn-top{
    background-color: #E91C2B;
    padding: 15px 25px;
    
    a{
        font-weight: 700 !important;
        color: #fff !important;
    }
}

.last-btn-top:hover{

}


.left-menu {}

.right-menu {}

.bottom-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 25px 60px;
	gap: 25px;
	background-color:#FCFCFC;
	position: relative;
}

.bottom-links li a{
	font-weight: 700 !important;
	font-size: 18px !important;
	
	
}


/*--------HOME STYLES--------------------*/


.home-cover{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 25px;

}

.hero-slider{

    a{
        
    }
    img{
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        margin: 0px;
        padding: 0px;
    }
}

.cover{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 99%), url("/siteart/inner-cover.jpeg");
    background-color: #000;
    text-align: center;
    color:#fff;
    padding: 60px 40px 70px;
    display: flex;
    flex-direction: column;
    gap: 25px;
	
	h1{
		line-height: 42px;
	}
}

.section-1{
    text-align: center;
    background-color: #F3F3F3;

    h1{
        line-height: 52px;

        span{
            font-size: 24px;
        }
    }
}

.category-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 1px;
	width: 90%;
	margin: 25px auto 0;
}

.grid-box{
	background-color: #fff;
	text-align: left;
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .25s;
	position: relative;

	

	
	h3{
		color: #000;
		font-size: 16px;
	}
	
	.brand-title{
		font-size: 16px;
		margin-bottom: 25px;
	}
}

.grid-box:hover{
	background-color: #FBFBFB;
	
	.hover-box{
		opacity: 1;
			
	}
	
	h3{
		opacity: 0;
	}
}

.hover-box{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000095;
	top: 0;
	left: 0;
	opacity: 0;
	transition-duration:.25s;

	
	p{
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		top: 0;
		bottom:0;
		left: 0;
		right: 0;
		z-index: 10;
		color: #fff;
		border: 2px solid #fff;
		padding: 25px;
		font-size: 20px;
		font-weight: 600;
		transition-duration:.25s;
	}
}



.grid-box:last-of-type{
	background-color: #E91C2B;
	
	h3{
		color: #fff;
		font-size: 22px;
		line-height: 28px;
	}
}

.grid-box:last-of-type:hover{
	h3{
		opacity: 1;
	}
}

.grid-box-background{
	height: 125px;
	overflow: hidden;
	object-fit: contain;
	
	img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		mix-blend-mode: multiply;
	}
	
}



.section-2{
    .quad{
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 10;
        gap: 0px;


        a{
            color: #000;
            padding: 15px 20px;
            transition: .25s;
        }

        .last-one{
            background-color: #E91C2B;
            color: #fff;
            padding-bottom: 50px;


            i{
                background-color: #1B2A3F;
            }
        }

        a:hover{
            scale: 1.05;
            
        }
    }



    .title{
        display: flex;
        align-items: center;
        justify-content: space-between;

        i{
            background-color: #E91C2B;
            color: #fff;
            font-size: 10px;
            padding: 5px 7px;
            border-radius: 10px;
        }
    }

    .about-section{
        width: 90%;
        margin: 0 auto;
        color: #fff;
        background-color: #1B2A3F;
        margin-top: -30px;

        ul{
            padding: 25px 0px 25px 25px;
            padding-top: 25px;
        }
        

        .col-2-sml{
            position: relative;
            background-image: linear-gradient(279deg, rgba(27,42,63,1) 0%, rgba(27,42,63,0.64) 78%), url("/siteart/background-pattern.jpeg");

            img{
                position: absolute;
                width: 450px;
                bottom: 50px;
                left: -40px;
                scale: 1.3;
            }
        }

        .col-2-lrg{
            padding: 50px 40px;
        }
    }
}

.section-3{
    justify-content: space-between;
    border-top: 1px solid #E3E3E3;
    padding: 0px;
    gap: 0px;

    .brands{
        width: 20%;
        border-left: 1px solid #E3E3E3;
        padding: 25px;
        display: flex;
        align-items: center;
        transition: .25s;

        img{
            width: 100%;
        }
    }

    .brands:hover{
        background-color: #F3F3F350;
    }

}

/*--------FORM STYLES--------------------*/
.include-captcha{display:none;
text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



.contact-page{
    input{
        border: 1px solid #8B8B8B25 !important;
        padding: 15px 20px;
        font-family: "Manrope", sans-serif;
    }

}



#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.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;
    font-family: 'Figtree', sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    padding: 28px 20px;
    font-family: "Manrope", sans-serif;
}

input.submit-button{
    background-color: #E91C2B;
    width: 100%;
    border: none;
    color: #fff !important;
    padding: 15px 25px;
    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: 700;
    transition: .25s;
    cursor: pointer;
    font-size: 16px;
}

input.submit-button:hover{
    background-color: #C70713;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    background-color: #E91C2B;
    padding: 15px 25px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.button button:hover{
    background-color: #C70713;
}


.CaptchaPanel{
	
}

..CaptchaImagePanel{
	width: 250px !important;
	margin: 0 auto !important;
}

.CaptchaMessagePanel{
	color: #000 !important;
}


/*-------- CONTACT STYLES --------*/

.quad-contact{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-page{
	     .flexy{
            align-items: stretch;
        }

    .col-2-lrg{

        .flexy{
            align-items: flex-start;
        }

        .item-4{
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 25px;

            span{
                font-weight: 700;
            }

            a{
                color: #000;
            }

            i{
                color:#E91C2B;
                font-size: 24px;;
            }
        }

    }
}


.thank-page{
    padding: 100px 0;
}


/*-------- COMPNAY PAGE ----------------*/
.company-page{
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .quad-contact{
        gap: 15px;
        margin-top: 25px;
    }

    .call-btn{
        a{
            color: #000;
        }
    }
	
	form{
		.CaptchaImagePanel{
			img{
				width: 180px !important;
			}
		}
		
		.CaptchaMessagePanel{
			color: #000;
		}
	}
}

.bullets{
    display: flex;
    gap: 15px;
    background-color: #fff;
    padding: 20px;

    i{
        color: #E91C2B;
        font-size: 24px;
    }
}

.testimonials{
    h2{
        text-align: center;
    }

   .slider-container{
    margin-top: 50px;
   }

    
}

.testy{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;

    .slick-list {
        margin: 0 -27px;
    }

    .slick-slide
{
    height: inherit !important;
}
}

.testimonial-blurb{
    background-color: #F3F3F3;
    padding: 0px 25px 30px 25px;
    width: inherit !important;
    margin-right: 25px;

    

    hr{
        border:1px solid #00000007;
        margin: 15px 5px;
    }
}

.quote{
    margin-bottom: 15px;

    i{
        background-color: #E91C2B;
        color: #fff;
        font-size: 26px;
        padding: 10px 15px;
    }
}

.review-name{
    display: flex;
    justify-content: space-between;

    i{
        color: #E91C2B;
    }
}


/*-------- PARTS PAGE ----------------*/

.parts-page{

    .flexy{
        gap: 50px;
    }

}

.parts-bullets{
	align-items: center;
	gap: 75px;
	img{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}
}

.rentals-section{
    text-align: center;

    .quad-contact{
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 auto;
		text-align: left;

        .bullets{
            display: flex;
			align-items: center;
			gap: 15px;
        }
    }

    .button-container{
        display: flex;
        justify-content: center;
    }
}

.rentals-1{
	gap: 75px !important;
}

.rental-banner-container{
	margin-top: 50px;
	align-items: center;
}

.rental-banner{
	
	img{
		width: 100%;
	}
}

.contact-rental-blurb{
	margin-top: 25px;
	background-color: #E91C2B;
	color: #fff;
	padding: 15px;
	display: inline-block;
}

/*-------- SERVICES PAGE ----------------*/
.center-text{
    text-align: center;
}

.trio{
    margin-top: 50px;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;

    img{
        width: 100%;
		object-fit: cover;
    }
}

.blurb-container{
    position: relative;
    height: 400px;
    color: #000;
}

.title-blurb{
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transition: .40s;

    h3{
        font-size: 18px;
    }

    i{
        background-color: #E91C2B;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        
    }
}

.service-page{
	.trio{
		justify-content: center;
	}
}

.blurb-container:hover{
    .title-blurb{
        bottom: 25px;
    }

    i{
        background-color: #C70713;
    }
}

.service-contact{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 99%), url("/siteart/service/aerial-construction.jpeg");
    background-position: center;
    background-size: cover;
    color: #fff;
    background-color: #000;

    .quad-contact{
			a{
				color: #fff !important; 
			}
    	}
    }



/*---------- RENTAL STYLES --------------*/
.item{
	width: 100%; 
	left:0; 
	display:none; 
	padding-bottom:50px; 
	margin:0 auto;
	padding-top:50px;
	top:0;
	position:fixed;
	z-index: 101;
	height: 100%;
		top:0;
	bottom: 0;
	
}


.item-container{
	box-sizing:border-box; 
	max-width: 100%;
	margin:0 auto;
	background: #000;
	position: relative;
	z-index: 103;
	box-shadow: 0 2px 5px rgba(0,0,0,.5); 
	width:95%;
}

.item-container img{
	width: 100%;
}

.item-container .close{
	float: right;
	margin-top:0;
	margin-right:-20px;
	height: 35px;
	font-size:40px;
	font-weight:800;
	color:#fff;
	position: relative;
	padding-left:13px;
	top: -10px;
	right: 25px;
	width: 28px;
}

.item-contaner .close:hover{
	cursor:pointer;
	color:#f5d52f;
}




/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: "Manrope", serif;
    color: #fff;

    a{
        color: #fff;
    }

    ul{
        list-style-type: none; 
        line-height: 32px;

    }
}

.text-italic{
	font-style: italic;
	margin-bottom: 25px;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 75px;
    padding: 50px 40px;
    background-color: #1B2A3F;

    span{
        font-weight: 700;
        display: flex;
        font-size: 21px;
        align-items: center;
        gap: 10px;
        padding-bottom: 10px;

        i{
            background-color: #E91C2B;
            font-size: 10px;
            padding: 5px 7px;
            border-radius: 10px;
        }
    }
}

.footer-logo{
    width: 250px;
    img{
        width: 100%;
    }
}

.left-footer{
width: 35%;
}

.right-footer{
    width: 50%;
}

.ft-brand-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
	margin-bottom: 50px;
	justify-content: flex-start;
	width: 90%;
	
	
	a{
		background-color: #fff;
		padding: 25px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	
	img{
		width: 100%;
		
	}
}

.right-footer-bottom{
	    display: flex;
    justify-content: flex-start;
    gap: 75px;
}

.bottom-footer{
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
    background-color: #15253B;
    font-size: 12px;

    .border-here{
        padding: 0px 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

.bottom-footer-links{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn,.faceted-search-content .selected-facets-container .selected-facet{
    border-radius: 0px !important;
    background-color: #E91C2B !important;
    font-weight: 700 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{
    display: flex;
    gap: 5px;
}

/*  INVENTORY BUTTONS  */
a.view-listing-details-link.des-view-listingDetails, a.email-seller.des-email-seller.collapsible-contact-list-item,a.video-chat.des-video-chat.collapsible-contact-list-item{
    border-radius: 0px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #E91C2B;
    font-weight: 700 !important;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #000;
    font-weight: 700 !important;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    font-weight: 700 !important;
}

.ts-modal-container .ts-modal-content {
	position: absolute;
	left: 0;
	right: 0;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1545px){
	
	.contact-us-info{
		flex-direction: column;
		
		.google-maps, .quad-contact{
			width: 100%;
		}

	}
	
}

@media only screen and (max-width: 1430px) {


    .section-2 {
         .about-section {
            
            .col-2-sml {
                img {
                    width: 380px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    left: -20px;
                }
            }
        }
    }

}



@media only screen and (max-width: 1280px){
	.flex-early {
		.flexy{
			flex-direction: column;
			gap: 50px;
		}
		
		.col-2-lrg{
			width: inherit;
		}
		
		.col-2-sml{
			width: inherit;
		}
		
	}
	
	.slider-equipment{
		box-sizing: border-box;
	}
	
	.image-equipment{
		height: 200px;
	}
	
	.center{
		.slick-slide{
			margin: 0px 15px;
		}
	}
}


@media only screen and (max-width: 1255px) {

    .section-2 {
         .about-section {
            
            .col-2-sml {
                img {
                    width: 340px;
                }
            }
        }
    }

}

@media only screen and (max-width: 1090px) {

    .trio{
        width: 85%;
    }

    .image-equipment{
        height: 170px;
    }

    .inventory-blurb {
        h2{
            font-size: 28px;
            line-height: 30px;
        }
    }
	
	.image-equipment{
		height: 150px;
	}

    .section-2 {
        .about-section {
           
           .col-2-sml {
               img {
                   width: 300px;
                   top: 0;
                   bottom: 0;
                   margin: auto;
                   left: -20px;
               }
           }
       }
   }

   .google-maps{
    iframe{
        width: 500px;
    }
}

}

@media only screen and (max-width: 1000px){
	.category-grid{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
    .quad{
        display: grid;
        grid-template-columns: 1fr 1fr;

        a{
            width: inherit;
        }
    }

    .section-2{
        .about-section{
            flex-direction: column-reverse;
        }

        .col-2-lrg{
            width: inherit;
        }

        .col-2-sml {
            display: none;
        }

    }
}


/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 965px) {
    .trio{
        width: 95%;

        h3{
            font-size: 16px;
        }
    }

    nav.mobile .logo {
        width: 175px;
    }

    .contact-page{
        .flexy{
            flex-direction: column;
            gap: 50px;
        }

        .col-2-lrg, .col-2-sml{
            width: 100% !important;
			box-sizing: border-box !important;
        }
    }

    .quad-contact{
        grid-template-columns: 1fr !important;
    }

    .top-footer{
        flex-direction: column;
        gap: 25px;
    }

    .left-footer{
        width: inherit;

        p{
            margin-top: 25px;
        }
    }

    .right-footer{
        width: inherit;
        justify-content: flex-start;
    }
    
    .image-equipment{
        height: 150px;
    }

    .inventory-blurb{
        .image-position{
            img{
                position: unset !important;
            }
        }
    }

    .google-maps{
        iframe{
            width: 100%;
        }
    }
	
	.contact-us-info{		
		.quad-contact{
			grid-template-columns: 1fr 1fr !important;
		}
	}
}

@media only screen and (max-width: 965px){
    .center{
        margin-top: 50px;
		
		.slick-slide{
			margin: 0px 10px;
		}
    
    .slick-center .slider-equipment{
        filter:brightness(100%)!important;
        padding: 35px 25px;
    }
    

    }
}

@media only screen and (max-width: 900px){
	.image-equipment{
		height: 125px;
	}
}

@media only screen and (max-width: 800px){
	.image-equipment{
		height: 100px;
	}
	
}


@media only screen and (max-width: 800px) {
    .flexy{
        flex-direction: column !important;
    }
	
	.category-grid{
		grid-template-columns: 1fr 1fr;
	}
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }

    .trio{
       justify-content: center;
       align-items: center;
    }

    .quad{
        grid-template-columns: 1fr;

        a{
            width: inherit !important;
        }
    }

    .blurb-container{
        margin: 0 auto;
    }
    
    .no-break{
        display: none;
    }

    
    .image-equipment{
        height: 220px;
    }

    .section-2{
        .quad{
            width: inherit;
        }

        .about-section{
            width: inherit;
        }
    }

    .section-3{
        .brands{
            width: 100%;
            margin: 0 auto;
            border-left: none;
            border-bottom: 1px solid #E3E3E3;
            padding: 30px 0px;
            

            img{
                width: 200px;
                margin: 0 auto;
            }
        }
    }

    .inventory-blurb{
        flex-direction: column-reverse !important;
    }
	
	.rental-banner-container{
		align-items: flex-start;
		
		.bullets{
			padding: 10px;
			padding-left: 0px;
		}
	}

}

@media only screen and (max-width: 600px){
	.ft-brand-container{
		grid-template-columns: 1fr 1fr;
	
	}
	
	.contact-us-info{	
		gap: 25px !important; 
		
		
		
		.quad-contact{
			grid-template-columns: 1fr !important;
		}
	}
}



@media only screen and (max-width: 537px) {
	.category-grid{
		grid-template-columns: 1fr;
	}
	
	.grid-box:last-of-type{
		height: 25vh;
	}
	
    h1{
        font-size: 36px;
        line-height: 36px;

        span{
            font-weight: 400;
        }
    }

    h2{
        font-size: 24px;
        line-height: 24px;

        span{
            font-weight: 400;
        }
    }
	

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

    .right-footer{
        flex-direction: column;
        gap: 25px;
    }
	
	.button-container{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.image-equipment{
		height: 150px;
	}
	
	.rentals-section{
			.button-container{
		align-items: center;
				margin-top: 5px;
	}
	}

}


@media only screen and (max-width: 500px){
		.image-equipment{
		height: 125px;
	}
}

@media only screen and (max-width: 450px){
		.image-equipment{
		height: 100px;
	}
	
				.ft-brand-container{
		grid-template-columns: 1fr;
	
}
	
	.right-footer-bottom{
		flex-direction: column;
		gap: 25px;
	}
}



@media only screen and (max-width: 375px) {
    h1{
        font-size: 32px;
        line-height: 32px;
    }

    h2{
        font-size: 21px;
        line-height: 21px;
    }

    section{
        padding: 50px 25px;
    }
	


    .footer-logo{
        width: 175px;
    }
	
	.center{
		
		.slider-equipment{
			padding: 10px;
			
			span{
				font-size: 14px;
			}
		}
		.slick-center .slider-equipment{
			padding: 10px 10px;
		}
	}
	
}


@media only screen and (min-width:965px) and (max-width: 1450px) {
	.ft-brand-container{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (min-width: 600px) and (max-width: 760px) {
	.ft-brand-container{
		grid-template-columns: 1fr 1fr 1fr;
	}
}



@media only screen and (min-width: 768px) {
	
}



