@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');
/*------------------------*/
/* BASIC
Red: #c40707
Yellow: #fff200
*/
/*------------------------*/
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    background: #ededee url('../images/bg.gif') ;
    /* background-size: cover; */
}


@font-face {
	font-family: 'Conv_MILF___B';
	src: url('../fonts/MILF___B.eot');
	src: local('☺'), url('../fonts/MILF___B.woff') format('woff'), url('../fonts/MILF___B.ttf') format('truetype'), url('../fonts/MILF___B.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------*/
/* INVENTORY */
/*------------------------*/

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#c40707 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #c40707 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}

.dealer-btns-bottom a {background: #c40707 !important;}
.page-nav{background-color:#c40707!important}
.search-results {color:#c40707!important}
.return-links span, .return-links i {color:#c40707!important;}
.body-wrapper {background-color:white!important;}
.title-media-buttons-heading span {color:black!important;}

/*------------------------*/
/* HEADER */
/*------------------------*/
.heroImg .banner-mobile{display: none;}
 

.desk-img {
    /* margin-left: 40px; */
    padding-top: 0;
    padding-bottom: 0;
}

.desk-img img {
    /* width: 150px; */
}


.heroImg img {
    width: 100%;
}

#navbarHead ul li .nav-link {
    color: #c40707;
    font-weight: 700;
    padding: 0 20px;
    font-size: 23px;
    transition: all 200ms linear;
}

#navbarHead ul li .nav-link:hover {
    color: #930707;
}

#navbarHead ul li:last-child a {
    border-right: 0;
}

.header-navigation {
    -webkit-box-shadow: -4px 7px 11px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 7px 11px -8px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 7px 11px -8px rgba(0, 0, 0, 0.75);
    /*background-image: url('../images/header-bg.jpg');*/
    /*background-size: cover;*/
    /*background-position: 0 0;*/
    background-color: #fff200;
}

.top-nav-con {
    padding: 0;
    /* padding-left: 40px; */
}

.navbar {
    padding: 0;
}

.nav-bar-icon {
    color: #c40707;
    font-size: 50px;
}

/*------------------------*/
/* HERO IMAGE */
/*------------------------*/
.banner {

}
 

.banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner h1 {
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
    font-family: 'Conv_MILF___B';
}

.banner h4 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    font-family: 'Conv_MILF___B';
}

.banner p {
    color: #fff;
    line-height: 20px;
}

.heroImg {
    z-index: -1;
}

.about {
    padding-bottom: 30px;
}

.redCustomBtn {
    background-image: url('../images/hero-red-btn.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
}

a.redCustomBtn {
    width: 400px;
    height: 173px;;
    display: inline-block;
    line-height: 104px;
    color: #fff;
    font-size: 28px;
    padding: 34px;
}

a.redCustomBtn:hover {
    color: #ffc444;
}

/*------------------------*/
/* MAIN CONTENT */
/*------------------------*/
.mainContent {
    margin-top: -100px;
}

.mainContent a:hover {
    text-decoration: none;
}

.mainContent .row {
    display: flex;
    justify-content: space-between;
}

.mainContent img {
    width: 100%;
}

.mainContent h1 {
    color: #f4ebf0;
    font-size: 55px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Conv_MILF___B';
}

.content-para {
    background:rgba(0, 0, 0, 0.6);

    color: #fff;
    font-size: 12px;
    padding: 36px;
}

.content-para p {
    font-size: 24px;
    margin-bottom: 10px; 
}

/*------------------------*/
/* MAP */
/*------------------------*/
.map {
    position: relative;
    height: auto;
}

.map .contactDetail h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    font-family: 'Conv_MILF___B';
}

.map .contactDetail p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Conv_MILF___B';
}

a.googleMapCont {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    left: -77px;
    bottom: 0;
}

.map iframe {
    display: none;
}

.map .contactDetail a.btn.btn-primary {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
}

.map .contactDetail a {
    color: #fff;
}

.map-container {
    padding: 0;
}

.formCont {
    margin: 50px 0;
    width: 100%;
    height:auto;
}

.formCont .band {
    width: 87%;
    height: 262px;
    background: url('../images/form-bg.png') 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: right;
    box-shadow: -8px 10px 28px -4px rgba(0,0,0,0.41);
}
.formCont .col-md-8 {
    margin-top: 3.7%;
    margin-bottom: 3%;
}

/*------------------------*/
/* FOOTER */
/*------------------------*/
.foo-row {
    display: flex;
    justify-content: center;
}

.footer {
    text-align: center;
}

.footer {
    background-color: #fff200;
    padding: 0;
    height: 134px;
    position: relative;
    overflow: hidden;
}

.footer-r {
    height: auto;
    position: absolute;
    top: 0;
    right: -79px;
    z-index: 0;
}

.footer a {
    display: inline-block;
    margin: 0 10px;
    height: 33px;
}

.footer .col-md-4 {
    text-align: right;
    z-index: 9;
    position: absolute;
    right: 40px;
    top: 47px;
}

/*------------------------*/
/* CONTACT FORM CODE */
/*------------------------*/
.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #f90000;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #f90000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}

.lead-button:hover {
    background-color: #a40000d5;
    color: #ffc444;
    text-decoration: none;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-control-feedback {
    right: 10px;
    font-size: 16px;
    color: #a40000;
}

.formFieldIndicator {
    color: #a40000;
}

.small_instructions {
    color: #8d8d8d;
    font-size: 10px;
}

h1.blackText {
    color: #000;
}

/*------------------------*/
/* FOOTER SANDHILLS CODE */
/*------------------------*/
a.footerlink {
    margin: 0;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #c40707;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #c40707;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #c40707;
}

.divfooter {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
}


.mob-img {
    display: none;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
/*------------------------*/
/* SCROLLER */
/*------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*------------------------*/
/* sell-truck.htm */
/*------------------------*/
.form-control-feedback2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-control-feedback2 {
    right: 10px;
    top: 34px;
    font-size: 16px;
    color: #a40000;
}

.form-control {
    border-radius: 0;
    color: #8d8d8d;
}

.search-button {
    background-image: url(../images/btn-bg.jpg);
    font-weight: 700;
    width: auto;
    max-width: 300px;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 11px 70px;
    display: block;
    margin-left: 0;
    cursor: pointer;
    margin-top: 12px;
}

.search-button:hover {
    background-color: #a40000d5;
    color: #ffc444;
    text-decoration: none;
}

/*------------------------*/
/* INNER PAGE */
/*------------------------*/
.mainContent.innerPage {
    margin-top: 20px;
}

.mainContent.innerPage img {
    width: auto;
}

.attachment-search .search-checkboxes label .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hosted-content #listings-title {
    color: #000;
}

/*------------------------*/
/* MEDIA QUERY */
/*------------------------*/
@media only screen and (max-width: 1625px) {
    a.redCustomBtn {
        width: 360px;
        height: 114px;
        padding: 18px;
    }
}

@media only screen and (max-width: 1454px) {
    .banner h1 {
        font-size: 60px;
    }

    a.redCustomBtn {
        width: 259px;
        height: 88px;
        padding: 0;
    }
}

@media only screen and (max-width: 1392px) {
    #navbarHead ul li .nav-link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1272px) {
    #navbarHead ul li .nav-link {
        font-size: 14px;
    }

    .map {
        background-size: 60%;
    }

    .map .contactDetail h2 {
        font-size: 18px;
    }

    .map .contactDetail p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1122px) {
    .banner h1 {
        font-size: 50px;
    }

    .banner h4 {
        font-size: 30px;
    }

    .banner p {
        font-size: 12px;
    }

    a.redCustomBtn {
        width: 237px;
        height: 86px;
        padding: 0;
        font-size: 23px;
    }

    .mainContent {
        margin-top: -68px;
    }

    .mainContent h1 {
        font-size: 38px;
    }

    .content-para p {
        font-size: 20px;
    }
}

@media (min-width: 991px) and (max-width: 1091px) {
    .desk-img img {
        width: 300px;
    }
}

@media only screen and (max-width: 992px) {
    /* body {
        background: #ededee url('../images/body-bg.jpg') 0 47% no-repeat;
        background-size: cover;
    } */

    .formCont .band {
        width: 100%;
        background-position: left;
       
    }

    .banner h1 {
        font-size: 36px;
    }

    a.redCustomBtn {
        width: 175px;
        height: 52px;
        font-size: 17px;
        line-height: 65px;
    }

    .mob-img {
        display: block;
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

    .desk-img {
        display: none;
    }

    .navbar-toggler {
        float: right;
        position: absolute;
        right: 0;
        top: 17px;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        font-size: 50px;
    }

    #navbarHead ul li .nav-link {
        text-align: center;
        padding: 14px;
        border-bottom: 1px solid #515151;
    }

    .map .contactDetail p {
        margin-bottom: 10px;
    }

    .formCont .col-md-8 {
        margin-right: auto;
        margin-left: auto;
    }

    /* .formCont {
        background-image: url('../images/form-tab-bg.jpg');
        background-repeat: repeat-x;
    } */
/* 
    .formCont .band {
        display: none;
    } */

    .footer-r {
        right: -178px;
    }
}

@media only screen and (max-width: 768px) {
    #navbarHead ul li .nav-link {
        text-align: center;
        border-bottom: 1px solid #515151;
    }

    .nav-bar-icon {
        float: left;
    }

    .top-nav-con {
        padding-left: 0;
    }

    .banner {
        /* height: 400px; */
    }

    .mob-img {
        display: flex;
        justify-content: center;
        /* margin: 0 auto; */
    }

    .desk-img {
        display: none;
    }

    .mainContent {
        margin-top: -36px;
    }

    .mainContent h1 {
        font-size: 28px;
    }

    .content-para p {
        font-size: 14px;
    }

    .banner h1 {
        font-size: 30px;
    }

    a.redCustomBtn {
        width: 135px;
        height: 52px;
        font-size: 12px;
        line-height: 59px;
    }

     

    .map {
        background-image: none;
    }

    a.googleMapCont {
        width: auto;
        height: auto;
        display: block;
        position: relative;
        left: -3%;
        bottom: -13%;
    }

    .contactDetail {
        padding: 20px 0 0 0;
    }

    .map .container {
        max-width: 100%;
    }

    .footer .col-md-4 {
        right: 12px;
        top: 29px;
    }

    .footer .col-md-4 img {
        width: 20px;
        float: right;
    }

    .footer a {
        display: block;
        /*height: auto;*/
    }

    .divfooter {
        margin: 5px auto;
    }

    .smallfootertex, a.footerlink:link, a.footerlink:visited, a.footerlink:active,
    a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover, .footertext, .smallfootertext, .divfooter {
        font-size: 10px;
    }

    .footer-r {
        right: -332px;
    }
}

@media only screen and (max-width: 664px) {
    .formCont .col-md-8 {
        margin-top: 40px;
        margin-bottom: 3%;
    }
    .formCont .band {
     
        height: 300px;
    }
    .banner h4 {
        font-size: 19px;text-align: left;
    }
    .banner h1 {
        font-size: 30px;
        text-align: left;
        border-bottom: 2px solid #fff;
    }
    .mainContent h1 {
        font-size: 25px;
    }
    .banner .content {
        top: 38%;
        width: 85%;
    }
    .map .contactDetail h2 {
        font-size: 12px;
    }

    .map .contactDetail p {
        font-size: 16px;
    }

    .heroImg .banner-mobile{display: block;}
    .heroImg .banner-desktop{display: none;}

    .map .contactDetail h2 {
        font-size: 21px;
    }
    .mapWrap{text-align: center}

}

@media only screen and (max-width: 575px) {
   
   
    a.googleMapCont {
        display: none;
    }

    .map iframe {
        display: block;
    }
}

@media only screen and (max-width: 568px) {
    .banner .content {
        text-align: center;
    }

 

    .search-button {
        background-image: url(../images/btn-bg.jpg);
        font-weight: 700;
        width: 182px;
        max-width: 300px;
        border: 0;
        text-transform: uppercase;
        border-radius: 0;
        -webkit-border-radius: 0;
        color: #fff;
        text-align: center;
        font-size: 20px;
        padding: 9px 0px;
        display: block;
        margin-left: 0;
        cursor: pointer;
    }

    .smallfootertex, a.footerlink:link, a.footerlink:visited, a.footerlink:active {
        font-size: 12px;
    }

    .divfooter {
        width: 100%;
        text-align: center;
    }

    /* .footer {
        background-image: url('../images/form-tab-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;;
    } */

    .footer .col-md-4 {
        display: none;
    }

    .footer-r {
        display: none;
    }

}

@media only screen and (max-width: 425px) {
    .banner .content {
        top: 38%;
    }

    .map .contactDetail p {
        width: 50%;
        float: left;
    }

}