body {
	position:relative; 
    font-family: 'Lato', sans-serif !important;
    /*color: #3B485A!important;*/
   /* overflow-x: hidden;*/
}

html {
    overflow-x: hidden !important;
}

/*------------------------*/
/* HEADER */
/*------------------------*/
.contactTop {
	margin:0;
    padding-top: 17px;
    padding-bottom: 17px;
	color:#fff;
    background: #000;
	
	
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contactTop p {
    margin: 0;
    text-align: left;
    font-weight: 700;
}

.contactTop a {
    color: #fff;
}

.contactTop .margin-left {
    margin-left: 30px;
}

.contactTop .inner {
    max-width: 450px;
    width: 100%;
    margin: auto auto auto auto;
}

.contactTop .inner .box {
    display: inline-block;
    width: fit-content;
}

.contactTop .inner .col-left {
    margin-right: 70px;
}

.menuRowHeader {
    background: #e2361f;
    position: absolute;
    width: 100%;
    top: 58px;
    padding: 15px 0;
}

/*------------------------*/
/* NAVBAR */
/*------------------------*/
.menuRowHeader .nav-link {
    color: #fff !important;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    padding-bottom: .5rem !important;
    font-weight: 900;
    margin: 0 15px;
    font-size: 16px;
    border-bottom: 3px solid #e2361f;
    transition: all 200ms linear;
}

.menuRowHeader .navbar {
    padding: 0 0 0 0 !important;
}

.menuRowHeader .nav-link:hover {
    color: #fff !important;
    border-bottom: 3px solid #fff;
}

.menuRowHeader .active {
    color: #fff !important;
    border-bottom: 3px solid #fff;
}

.menuRowHeader .logo {
    position: absolute;
    top: -59px;
    z-index: 1;
    margin-left: -80px;
}

/*------------------------*/
/* HERO BANNER */
/*------------------------*/
.banner {
    /*max-width: 1366px;*/
    width: 100%;
    margin: 73px auto auto auto;
    position: relative;
}

.bigBanner {
    display: block;
}

.smallBanner {
    display: none;
}

.banner img {
    width: 100%;
}

.banner h2 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    position: absolute;
    width: 90%;
    max-width: 640px;
    line-height: 40px;
    margin: 100px 0 0 100px;
}

.inventory {
    /*text-align: center;*/
	margin-top:3rem;
    padding: 80px 0;
}

/*------------------------*/
/* INVENTORY - HOME PAGE */
/*------------------------*/
.inventory h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.inventory .col-prd {
    width: 293px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    -webkit-box-shadow: -1px 1px 8px 4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -1px 1px 8px 4px rgba(0, 0, 0, 0.14);
    box-shadow: -1px 1px 8px 4px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    transition: .3s ease
}

.inventory .col-prd:hover {
    width: 293px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
	
    -webkit-box-shadow: -1px 1px 10px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 1px 10px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 1px 10px 4px rgba(0, 0, 0, 0.25);
    transition: .3s ease;
    /*cursor: pointer;*/
}

.inventory .col-prd a:hover {text-decoration:none ; }

.inventory .col-prd p {
    width: 100%;
    background: #e2361f;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-transform: uppercase;
    transition: .3s ease
}

.inventory .col-prd:hover p {
    width: 100%;
    background: #fff;
    color: #e2361f;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-transform: uppercase;
    transition: .3s ease;
    -webkit-box-shadow: inset 2px 1px 19px -5px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: inset 2px 1px 19px -5px rgba(0, 0, 0, 0.47);
    box-shadow: inset 2px 1px 19px -5px rgba(0, 0, 0, 0.47);
}

.inventory .col-prd img {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
}

.inventory .row {
    display: block
}




.list-top-section .list-title .list-listings-count,
.list-content .price-container .price {color:#e2361f !important;}

.view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-error-container .info button {color:#fff !important; background:#e2361f !important;}

h2.no-listings-found,
.dealer-contact__heading, .detail-shipping__heading {font-size:22px !important;}



/*------------------------*/
/* CONTACT - HOME PAGE */
/*------------------------*/
.contactRow {
    background: url(../img/contactBg.png);
    position: relative;
    padding: 70px 0;
    background-size: cover
}

.contactRow h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.contactRow p {
    font-size: 16px;
    margin: 0;
}

.contactRow p a {
    color: #e2361f;
    font-weight: 700
}

a.black-text {
    color: #000 !important;
}

.contactRow .cranesLeft {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
}

.contactRow .cranesRight {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
}

.sliderRow {
    background: #1e1e1e;
}

/*------------------------*/
/* MAP - HOME PAGE */
/*------------------------*/
.map iframe {
    width: 100%;
    height: 370px;
}

/*------------------------*/
/* FOOTER */
/*------------------------*/
.footer {
    background: #1e1e1e;
    color: #b4b4b4;
    font-size: 11px;
    width: 100%;
    float: left;
	text-align:center; 
	padding:1rem 0;
}

.footer hr {
    background: #626262;
}
/*------------------------*/
/* INNERPAGE */
/*------------------------*/
.expressLogo {
    max-width: 500px;
    width: 100%;
}
/*------------------------*/
/* SANDHILL CODE */
/*------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*------------------------*/
/* CONTACT US */
/*------------------------*/
.formFieldIndicator {
    color: #32810a;
    padding: 10px 0;
}

.cform {
    padding: 20px 0;
}

.cform h3 {
    color: #005a90;
}

.cform .form-control {
    height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #e2361f;
    box-shadow: none;
}

.form-control-feedback {
    right: 10px;
    font-size: 10px;
    color: #32810a;
}

input[type=text],
input[type=email],
select.form-control,
textarea.form-control {
    background-color: #f4f4f4;
}

label.feedbackMedium {
    font-weight: bold;
    color: #232323;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #e2361f;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #e2361f;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}

.lead-button:hover {
    background-color: #e2361f;
    color: #ffc444;
    text-decoration: none;
}

/*------------------------*/
/* SANDHILL FOOTER */
/*------------------------*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active {text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#999999;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#999999;}

.divfooter {width:450px; text-align:center; margin:0 auto;}

/*------------------------*/
/* MEDIA QUERY */
/*------------------------*/
@media (max-width: 1250px) {
    .menuRowHeader .logo {
        position: absolute;
        top: -59px;
        z-index: 1;
        margin-left: -28px;
    }
}

@media (max-width: 1199px) {
    .menuRowHeader .container {
        max-width: 100%;
    }

    .menuRowHeader .logo {
        position: absolute;
        top: -59px;
        z-index: 1;
        margin-left: 29px;
    }
}

@media (max-width: 1150px) {
    .banner h2 {
        font-size: 24px;
        font-weight: 900;
        color: #000;
        position: absolute;
        width: 90%;
        max-width: 640px;
        line-height: 40px;
        margin: 40px 0 0 36px;
    }
}

@media (max-width: 1130px) {
    .menuRowHeader .logo {
        position: absolute;
        top: -59px;
        z-index: 1;
        margin-left: 29px;
        width: 210px;
    }

    .contactTop p {
        margin: 0;
        text-align: right;
    }
}

@media (max-width: 1054px) {
    .banner h2 {
        font-size: 22px;
        font-weight: 900;
        color: #000;
        position: absolute;
        width: 90%;
        max-width: 420px;
        line-height: 32px;
        margin: 20px 0 0 36px;
    }
}

@media (max-width: 946px) {
    .contactTop .inner .col-left {
        margin-right: 24px;
    }

    .contactTop .inner {
        max-width: 450px;
        width: 100%;
        margin: auto auto auto auto;
        text-align: right;
    }

    .menuRowHeader .nav-link {
        color: #fff !important;
        padding-right: .5rem !important;
        padding-left: .5rem !important;
        padding-bottom: .5rem !important;
        font-weight: 900;
        margin: 0 11px;
        font-size: 16px;
    }
}

@media (max-width: 845px) {
    .contactRow .cranesLeft {
        width: 130px;
    }

    .contactRow .cranesRight {
        width: 130px;
    }
}

@media (max-width: 767px) {
    .contactRow .bg-white {
        padding: 80px 23px 23px 23px;
    }

    .menuRowHeader {
        background: #e2361f;
        position: relative;
        width: 100%;
        top: 0;
        padding: 15px 0;
    }

    .menuRowHeader .logo {
        position: absolute;
        top: 38px;
        z-index: 1;
        margin-left: 0;
        width: 210px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contactTop .inner {
        max-width: 450px;
        width: 100%;
        margin: auto auto auto auto;
        text-align: center;
    }

    .menuRowHeader .nav-link {
        border-bottom: 1px solid #c12915;
    }

    .menuRowHeader .nav-link:hover {
        border-bottom: 1px solid #fff;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: rgba(255, 255, 255, .1);
        border: 0;
    }

    .navbar-dark .navbar-toggler:hover {
        outline: 0;
        border: 0;
    }

    .banner {
        max-width: 1366px;
        width: 100%;
        margin: auto;
        position: relative;
    }

    .bigBanner {
        display: none;
    }

    .smallBanner {
        display: block;
    }

    .banner h2 {
        font-size: 24px;
        font-weight: 900;
        color: #000;
        position: absolute;
        width: 90%;
        max-width: 640px;
        line-height: 40px;
        margin: auto;
        padding-top: 50px;
        left: 0;
        right: 0;
    }

    .inventory {
        padding: 22px 0;
    }
    .inventory h2 {
        text-align: center;
        font-size: 30px;
    }
}

@media (max-width: 460px) {
    .contactRow h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 30px
    }

    .banner h2 {
        font-size: 19px;
        font-weight: 900;
        color: #000;
        position: absolute;
        width: 90%;
        max-width: 640px;
        line-height: 28px;
        margin: auto;
        padding-top: 24px;
        left: 0;
        right: 0;
    }

    .inventory h2 {
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .inventory {
        text-align: center;
        padding: 40px 0;
    }

    .contactTop .inner .col-left {
        margin-right: 9px;
    }

    .contactTop p {
        margin: 0;
        text-align: right;
        font-size: 13px;
    }
}