<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ****************************

Global - Mobile
Phone Mode

*************************** */

/* ---------------------- MOBILE TOP-NAV ------------------ */
.MOBILE-LOGO{
    /*min-width: 425px;*/
    min-width: 100%;
}

/* ---------------------- MOBILE TOP-NAV ------------------ */
.TOP-NAV{
    /*min-width: 425px;*/
    min-width: 100%;
}
.bg-black{
    background-color: black;
}

nav a {
    display: block;
    padding: 5px;
    position: relative;
  }
  
  nav a:hover,
  .active {
    background: #081644;
  }
  
  nav a:hover:after {
    content: "";
    display: block;
    border: 12px solid #081644;
    border-bottom-color: #000;
    position: absolute;
    bottom: 66.5%;
    left: 50%;
    margin-left: -12px;
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg)
  }

/* ------------------ MOBILE BOTTOM NAV -------------------- */
.MOBILE-BOTTOM-NAV{
    /*min-width: 425px;*/
    min-width: 100%
}

@media screen and (max-width: 768px){
    #wrapper{
        display: inline-block;
        position: relative;
        top: 15px;
        left: 30px;
    }
     
    .box{
        width: 30px;
        height: 35px;
        position: relative;
        display: inline-block;
    }
    
    .line{
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 5px;
        background-color: white;
        transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) .35s;
    }
    
    .top{
        top: 18%;
    }
    
    .middle{
        top: 48%;
    }
    
    .bottom{
        top: 78%
    }
    
    .icon.close .top{
        transform: rotate(45deg);
        top: 48%;
    }
    
    .icon.close .middle, .icon.close .bottom{
        transform: rotate(-45deg);
        top: 48%;
    }

    .MOBILE-BOTTOM-NAV{
        height:65px;
    }

    .MOBILE-BOTTOM-NAV p{
        font-size: 25px;
        display: inline-block;
        vertical-align: top;
        color: white;
        position: relative;
        top: 13px;
        left: 40px;
        font-weight: 700;
    }
    .bg-black{
        width: 100% !important;
    }
}

/* ------------------ MOBILE MENU -------------------- */
.MOBILE-MENU{
    /*min-width: 425px;*/
    min-width: 100%
}

.MOBILE-MENU ul{
    margin: 0;
}

.MOBILE-MENU ul li{
    padding: 8px 0px;
    margin-left: 30px;
    list-style: none;
}

.MOBILE-MENU ul li a{
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}


/* ------------------ MOBILE SEARCH BAR -------------------- */
.MOBILE-SEARCH-BAR{
    /*min-width: 425px;*/
    min-width: 100%
}

.bg-second{
    background-color: #E5F2FF;
}
.search-btn{
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #717a82;
    height: 38px;
    position: relative;
    bottom: 1px;
    border-left: none;
}

/* ------------------ MOBILE-WRAPPER -------------------- */
.MOBILE-WRAPPER{
    background-color: #F6F6F6;
}

.MOBILE-WRAPPER &gt; div{
    background-size: contain;
    background-repeat: no-repeat;
    height: 120px;
    width: 120px;
    margin: 10px;
    border: white 2px solid;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.MOBILE-WRAPPER &gt; div:hover{
    border: #0461C1 2px solid;
}

.MOBILE-WRAPPER div &gt; p{
    color: #ffffff;   
    line-height: 1.0em;
    text-shadow: 1px 1px 2px #000, 0 0 5px #333;
    font-family: "Roboto Condensed";
    text-transform: uppercase;

}

@media screen and (max-width: 559px){
    /*.HERO-END{
        margin-top:90px;
    }*/

    .FEATURED-EQUIPMENT h1{
        text-align: center;
     }
    .PARTNERS-SUPPLIERS h1{
        text-align: center;
     }
    .LOCATION{
        text-align: center;
     }
} 

/* @media screen and (max-width: 419px){
    .HERO-END{
        margin-top:371px;
    }
} */
/* ------------------ RENTAL CONTAINER -------------------- */

@media screen and (max-width: 425px){
    .RENTAL-CONTAINER{
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
}


@media screen and (max-width: 600px){
    .green-river{
        display: block;
        float: none!important;
        width: 100%;
    }
    .green-river-intro{
        display: block;
        margin-top: 10px;
    }
}

@media screen and (min-width: 426px){
    .RENTAL-CONTAINER{
        display: grid;
        grid-template-columns: 2fr 5fr;
        grid-template-rows: 100%;
        max-width: 1900px;
        margin:auto;
 
    }

    /*.RENTAL-CONTAINER &gt; div{
        background-color: white;
    }*/

    /*.RENTAL-CONTAINER &gt; div:nth-child(odd){
        background-color: #ffffff;
    }*/
}

@media screen and (max-width: 768px){
    .RENTAL-CONTAINER{
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
}

/* ------------------ RENTAL EQUIPMENT -------------------- */
@media screen and (max-width: 768px){
    .RENTAL-EQUIPMENT{
        display: none;
    }
}

/* ------------------ EQUIPMENT ON RENT PAGE -------------------- */
@media screen and (max-width: 769px){
    .table-responsive{
        max-width: 90vw;
    }
}

/* ------------------ LOGREG-BODY -------------------- */
@media screen and (max-width: 990px){
    .mid-line{
        display: none !important;
    }

    .register{
        position: relative;
        top: 80px;
        right: 50px;
    }

    .LOGREG-BODY{
        height: 1400px !important;
    }
}

@media screen and (min-width: 426px){
    .mid-line{
        display: inline-block;
    }
}

/* ------------------ PRODUCT DETAIL -------------------- */
@media screen and (max-width: 425px){
    .product-img{
        height: 20vw;
        margin: 6px;
    }
}

@media screen and (max-width: 768px){
    .product-mobile{
        max-width: 450px!important;
    }
}

/* ------------------ RENTAL EQUIPMENT -------------------- */
@media screen and (min-width: 768px){
    .rental-img{
        width: 15vw;
        height: 25vh;
        min-height: 125px;
        min-width: 125px;
        max-height: 200px;
    }
    .compaction-container{
        width: 20vw;
        margin: 5px;
    }
    .rental-btn{
        width: 15vw;
        background-color: #0461C1;
        font-weight: bold;
        border: #081644 1px solid;
        border-radius: 5px;
        color: white;
        /*max-width: 295px;*/
        padding: 5px;
        display: inline-block;
    }
}

@media screen and (max-width: 425px){
    .compaction-btn{
        max-width: 160px;
    }
    .anchor-to-top{
        width: 30%;
    }

}

@media screen and (max-width: 445px){

    .compaction-container{
        width: 40vw;
        margin: 5px;
        /*height: 260px;*/
        height: 300px;

    }
}

















































</pre></body></html>