﻿/***** 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;
}

/*-------- VARIABLES --------*/
:root {
    --black: #000000;
    --white: #ffffff;
    --red: #d6111e;
    --gray: #595959;
    --litegray: #eff2f7;
    --primary: "Josefin Sans", sans-serif;
    --secondary: "Poppins", sans-serif;
    --paragraph: "Poppins", sans-serif;
  }

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 100px 40px;
}

button{
    border: none;
    background-color: var(--red);
    transition:.25s;

    a{
    font-size: 16px;
    color: var(--white);
    padding: 10px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    font-family: var(--paragraph);
    font-weight: 600;
    }
}

button:hover{
    background-color: #9A0009;
    color: var(--white);

    a{
        color: var(--white);
    }
}

.btn{
    padding: 10px 20px;
    background-color: var(--red);
    color: var(--white);
}

.secondary-btn{
    border: none;
    background-color: #000;
    transition:.25s;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;

    a{
    color: #fff;
    }
}

.drk-background{
    background-color: black;
    color: white;
}

.lgt-background{
    background-color: #F2F2F2;
}

.span{
    font-weight: 700;
}

.button-container{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.maxi{
    max-width: 1170px;
    margin: 0 auto;
}

.maxi-2{
    max-width: 1550px;
    margin: 0 auto; 
}


/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.flexy2{
    display: flex;
    gap: 75px;
}

.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 {
    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-prev {
    right: 160px;
}

.slick-next {
    right: 40px;
} 


.slider .slider-link-contain{
	border: 1px solid #FFFFFF50;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 10px;
}
}






/*-------- BODY STYLES --------*/

body {
    font-family: var(--secondary);;

}

h1, h2, h3{
    font-family: var(--main-header);

}

h1{
    font-size: 52px;
    margin-bottom: 10px;
}

h2{
    margin-bottom: 10px;

    span{
        background-color: var(--red);
        color: var(--white);
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 600;

    }
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}



.error-page{
            background: var(--litegray) !important;
            text-align: center;
            padding: 150px 40px;

            .button-container{
                justify-content: center;
            }

    span{
        font-size: 100px;
        color: var(--red);
    }
}



/*          HEADER           */

.top-container{
    padding: 15px 0 60px;
    background: linear-gradient(45deg, #d6111e 35%, #fff 30%);
}

.logo {
	max-width: 250px;
}

.logo img {
	width: 100%;
}


.top-nav {
	color: #000;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.left-top{
    display: flex;
    gap: 25px;
}

.company-info{
    display: flex;
}

.phone-nav{
    display: flex;
    font-size: 14px;
    margin-left: 30px;
    padding-left: 30px;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    font-family: var(--paragraph);

    span{
        font-family: var(--primary);
        font-weight: 700;
    }

    i{
        background-color: #d6111e;
    color: #fff;
        font-size: 23px;
    margin-right: 12px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 0px;
    }
}

.top-links{
	gap: 25px;
    padding-top: 10px;
}

.top-links a{
	color: #000;
}

.bs-social{
    display: flex;
    gap: 10px;
}

.bs-social li a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.line-before:before {
    content: '';
    width: 1px;
    height: 38px;
    background-color: #bababa;
    position: absolute;
    top: 0%;
    left: 0;
}

.icon-soci{
    background-color: var(--black);
    padding: 5px;
    color: var(--white);

    i{
        color: var(--white);
    }
}

.bottom-links{
	gap: 25px;
}





.left-menu {}

.right-menu {}

.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 40px;
	gap: 25px;
	background-color: black;
    height: 100px;
    border-radius: 0px;
    position: sticky;
    background: linear-gradient(64deg, #fff 80%, #d6111e 20%);
    max-width: 1170px;
    margin: -50px auto 0px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
}

/* Search Header */
/*---INVENTORY SEARCH IN HEADER---*/


#search {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--black);
	z-index: 999999999999;
	  position: absolute;
	display: flex;
	  align-items: center;
	  justify-content: center;
	height: 45px;
  }
  
  form.search-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  
  .search-bg {
	-webkit-animation: slide-down .3s ease-out;
	-moz-animation: slide-down .3s ease-out;
  }
  .search-btn {
	border: none !important;
	background: transparent !important;

    i{
        color: var(--white);
    }

  }
  .search-btn img {
	width: 35px !important;
  }

  #search-header input {
	caret-color: #000;
  }
  .searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--white);
	opacity: 1; /* Firefox */
  }
  .searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
  }
  .searchTerm::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
  }
  .search-wrap {
	  margin: 0 auto;
	width: 97%;
  }

  .search-header input[type="text"]:not([class^="Mui"]) {
	width: 90% !important;
	border: none !important;
	font-size: 16px !important;
	color: var(--white) !important;
	font-family: var(--span-header);
	font-weight: 500 !important;
	  -webkit-user-select: initial;
	  -khtml-user-select: initial;
	  -moz-user-select: initial;
	  -ms-user-select: initial;
	  user-select: initial;
	  height: auto !important;
	  line-height: 70px !important;
	  background: var(--red);
  }

   .search-header input[type="text"]{
    color: var(--white) !important;
  }
  .search-nav {
	opacity: .7;
	transition: ease all 0.2s !important;
  }
  .search-nav:hover {
	opacity: 1;
  }
  
  .search-header input:focus {
	  outline: none;
      color: var(--white);
  }




/*--------HOME STYLES--------------------*/
.home-cover{
    display: flex;
    flex-direction: column;
    gap: 25px;
    background-size: cover;
    padding: 0px;
    position: relative;
    margin-top: -70px;
    overflow: hidden;
	background-color: #000;
}

.home-title{
    max-width: 600px;

    p{
        max-width: 450px;
    }
}

.title-cover{
    position: absolute;
    top: 75px;
    left: 40px;
    right: 40px;
    color: #fff;
    z-index: 4;
}

.video-height {height: 800px; max-width:2650px; overflow: hidden;}
.video-height iframe {width: 2650px; overflow: hidden; height: 127%; transform: translateX(-480px); object-fit: cover; pointer-events: none;}

.triangle-cover{
    width: 0;
    height: 0;
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-right: 300px solid #D5111D;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 2;
}

.cover-diagonal{
    clip-path: polygon(100% 0, 100% 28%, 30% 100%, 0 100%, 0 0);
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 85%;
}

.cover-diagonal-pattern{
    mix-blend-mode: hard-light;
    opacity: 25%;
}


.home-page{
    h1{
        font-size: 90px;
        line-height: 100px;
    }

    h1 span{
        font-size: 28px;
    }

    h1,h2{
        text-transform: uppercase;
    }

    h2{
        font-size: 50px;
    }
}

.no-guesswork{

    h2{
        max-width: 650px;
        font-weight: 900;

        span{
            all: unset;
            color: var(--red);
        }
    }
}



.equipment-category{
    gap: 0px;

    .col-3{
        background-color: #000;
        color: #fff;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
    }

    .triangle{
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 50px solid #1A1A1A;
        margin-bottom: 25px;
        position: absolute;
        top: 0;
        left: 0;
    }


}

.last-category{
    background-color: var(--red) !important;

    .triangle{
        border-left: 50px solid #000;
    }
}

.image-container{
    img{
        width: 100%;
    }
}


.contact-info{
    margin-top: 100px;

    i{
        color: #D5111D;
        font-size: 28px;
        margin-bottom: 25px;
    }

    a{
        color: var(--black);
    }

    .flexy{
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .col-3{
        text-align: center;
    }

    h3{
        font-size: 36px;
        font-weight: 600;
        text-transform: uppercase;
    }

    hr{
        background: #D8D8D8;
        width: 1px;
        height: 100px;
        border: none;
    }
}







.cover{
    background-color: #000;
    color:var(--black);
    padding: 125px 40px 100px;
    background-size: cover;
    gap: 25px;
    margin-top: -70px;
    background-image: linear-gradient(132deg, #f9f9f9 50%, transparent 50%), url(/siteart/construction-Site-foxtrot-equipment.jpg);
}


.categories-container{
    margin-top: 15px;

}


.category-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 25px 0px;
    border-bottom: 1px solid #D8D8D8;


    .btn{
        white-space: nowrap;
    }
}






.project-section{
    h2{
        text-align: center;
    }
}


.grid-3{
    margin-top: 25px;

    h3{
        font-size: 28px;
    }


    .col-3{
        background-color: #F2F2F2;
        padding: 25px;
        padding-top: 75px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

}



    .triangle-3{
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 50px solid #EAEAEA;
        margin-bottom: 25px;
        position: absolute;
        top: 0;
        left: 0;
    }


    .last-col{
        background-color: #D5111D !important;
        color: #fff;


        .triangle-3{
            border-left: 50px solid #BC000B;
        }

    }



.need-left-section{
    

    .maxi-2{
        align-items: center;
        .image-container{
            max-height: 650px;
            object-fit: cover;
            overflow: hidden;

            img{
                height: 100%;
            }
        }
    }

}





.thankyou-main{
	.cover{
		background-image: linear-gradient(132deg, #f9f9f9 70%, transparent 70%), url(/siteart/construction-Site-foxtrot-equipment.jpg);
	}
}

/*--------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: var(--red);
    border: none;
    color: #fff;
    padding: 10px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: var(--paragraph);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    transition: .25s;
    cursor: pointer;
    font-size: 16px;
}

input.submit-button:hover{
    background-color: #9A0009;
    color: var(--white);
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: 10px 15px;
    color: #fff;
    font-family: var(--paragraph);
    cursor: pointer;
    font-size: 16px;
}


/*-------- CONTACT STYLES --------*/

.google-maps{
    
}

/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: var(--primary);

    p,a{
        font-family: var(--secondary);
        color: var(--white);
    }
    span{
        font-family: var(--primary);
        color: var(--white);
        font-size: 32px;
        font-weight: 700;
    }

    ul{
        list-style-type: none;
    }


}

.top-footer{

    background-color: var(--black);
    gap: 25px;
    padding: 80px 40px;
    line-height: 40px;
}

.top-footer-container{
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ft-location{
    text-align: center;

}

.footer-logo{
    width: 250px;
    margin: 0 auto;
    padding-top: 100px;

    img{
        width: 100%;
    }
}

.left-footer{

}

.right-footer{

}



.bottom-footer{
    text-align: right;
    padding: 10px 40px;
    background-color: var(--red);
    
    .bs-social{
        justify-content: flex-start;
    }
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;

h1, h2{
    line-height: unset;
}


}

.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{
    border-radius: 0px !important;
    background-color: var(--red) !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: var(--red);
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: var(--red);
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: var(--red);



}

.faceted-search-content .selected-facets-container .selected-facet{
    background-color: var(--red) !important;
    border-radius: 0px !important;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1250px) {
.home-page {
    h2{
        font-size: 40px;
    }
}
}

@media screen and (max-width: 1065px){

    .need-left-section{
        .maxi-2{
            flex-direction: column-reverse;
            align-items: unset;
            gap: 50px;


        }

        .col-2{
            width: inherit;
        }
    }

    .no-guesswork{

        .col-2{
            width: inherit;
        }

        .flexy2{
            flex-direction: column;
            gap: 50px;
        }

        .col-3{
            height: 200px;
            align-items: flex-start;
        }


    }

}


@media screen and (max-width: 975px) {
    .cover{
        margin-top: 0px;
        padding: 75px 40px 50px;
        
    }

    .home-page{

        h1{
            font-size: 48px;
            line-height: 60px;
            max-width: 500px;

            span{
                font-size: 18px;
            }
        }
    }

    .title-cover{
        top: 150px;
    }

}


/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 900px) {
    nav.mobile .logo {
        width: 175px;
    }
	
	.thankyou-main{
	.cover p{
		width: 75%;
	}
}
}


@media only screen and (max-width: 775px){
		div#nav-control-bar{
		bottom: 60px !important;
	}
	
	.scrollToTop{
		bottom: 82px !important;
	}
}




@media only screen and (max-width: 750px) {
    .flexy,.flexy2{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
    
    .no-break{
        display: none;
    }

    h1{
        font-size: 38px;
    }

    .cover{
        padding: 50px 40px 50px;
        background-image: linear-gradient(132deg, #f9f9f9 60%, transparent 50%), url(/siteart/construction-Site-foxtrot-equipment.jpg);
    }

    .category-item{
        gap: 25px;
    }

    .error-page{
    span{
        font-size: 100px;
        color: var(--red);
    }

    .video-height {height: 630px;}

   .video-height iframe {transform: translateX(-900px);}
    }

    .contact-info{
        hr{
            height: 1px;
            width: 350px;
        }

        .flexy{
            gap: 35px;
        }
    }


        .no-guesswork{
        h2{
            font-size: 28px;
        }

        h3{
            font-size: 16px;
        }

        .flexy2{
            flex-direction: column;
            gap: 25px;
        }

        .col-3{
            height: 150px;
            align-items: flex-start;
        }

        .equipment-category{
            gap: 25px;
        }

    }
}



@media only screen and (max-width: 650px){

    .category-item{
        flex-wrap: wrap;
    }

}






@media only screen and (max-width: 500px) {

    .triangle-cover{
        border-top: 200px solid transparent;
        border-bottom: 200px solid transparent;
        border-right: 200px solid #D5111D;
    }

    .title-cover{
        left: 25px;
        right: 25px;
    }

    h1{
        font-size: 32px;
    }

    .project-section{
        h2{
            text-align: left;
        }
    }

    .logo{
        max-width: 200px;
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

        .cover{
        padding: 50px 40px 50px;
        background-image: linear-gradient(132deg, #f9f9f9 75%, transparent 50%), url(/siteart/construction-Site-foxtrot-equipment.jpg);
    }

    section{
        padding: 50px 40px;
    }

    #menu-button{
        padding: 5px 5px !important;
    }
	
		.body-wrapper{
		padding: 25px 15px;
	}

            .contact-info{
        hr{
            height: 1px;
            width: 250px;
        }

        .flexy{
            gap: 35px;
        }
    }


    .home-page{

        h2 {
            font-size: 28px;

            span:not(.no-guesswork h2 span){
                font-size: 15px;
            }
          
            }
        }


        .grid-3{
            h3{
                font-size: 20px;
            }
        }

        .contact-info{
            margin-top: 50px;
            h3{
                font-size: 24px;
            }

            i{
                margin-bottom: 15px;
            }
        }

    

    .home-cover{

        h1{
            font-size: 36px;
            line-height: 45px;

            span{
                font-size: 16px;
            }
        }
        .video-height{
            height: 600px;
            max-width: 500px;
        }

        .video-height iframe{
            width: 1140px;
            height: 100%;
        }
    }	
}

@media only screen and (max-width: 400px){

    .home-cover{
        h1{
            font-size: 28px;
            line-height: 35px;

            span{
                font-size: 13px;
            }
        }
    }

}


@media only screen and (max-width: 375px) {
    section{
        padding: 50px 25px;
    }

    .footer-logo{
        width: 200px;
    }
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



