/*-------- COLORS --------*/

:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    /* Insurance/Financing buttons */
    /* Some titles, some buttons */
    /* Background color for hover states, text color for hover states */
    /* Background color, all text appearing within the colored boxes */
}

/*
body#home a#homeLink,
body#inventory a#inventoryLink,
body#locations a#locationsLink,
body#about a#aboutLink,
body#contact a#contactLink {
color: #FFF;}
*/
/*
ul li:first-child { margin-left: 0 !important; }
ul li:last-child { margin-right: 0 !important; }
*/
/*

COLOR =   #

*/
body {
    /* line-height: 1; */
    text-align: center;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body.inventory {
    text-align: initial;
}

* {
    font-family: omnes-pro, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.yellowtext {
    font-family: paralucent, sans-serif;
}

.inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1200px;
    /* text-align: center; */
}

.inner95 {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
    height: auto;
    max-width: 1145px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.linkfill {
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

table td {
    padding: 5px;
    /***************************  FONTS  *******************************************/
}

h1 {
    font-size: 24px;
    line-height: 140%;
    color: #333;
    text-align: left;
}

h2 {
    font-size: 18px;
    line-height: 140%;
    color: #333;
    text-align: left;
}

p {
    font-size: 16px;
    line-height: 140%;
    color: #333;
    text-align: left;
}

p.infobold {
    font-size: 17px;
    color: #333;
    line-height: 140%;
    font-weight: 700;
}

p.inforegular {
    font-size: 12px;
    color: #333;
    line-height: 140%;
    text-decoration: none;
}

p.inforegular a {
    font-size: 12px;
    color: #333;
    line-height: 140%;
    text-decoration: none;
}

p.inforegular a:hover {
    text-decoration: underline;
}

/***************************  FONT AWESOME  ************************************/
a.fa-chevron-right:after {
    content: "\f054";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 20px;
    padding-left: 0.5em;
    /***************************  HEADER  ******************************************/
}

.headercontainer {
    width: 100%;
    float: none;
    display: inline-block;
    /* padding-bottom: 20px; */
    padding: 15px 0;
}

.logo {
    width: 36%;
    display: inline-block;
    float: left;
    /* padding-top: 10px; */
}

.showHide * {
    text-align: center;
}

.showHide {
    display: none;
}

.logo img {
    width: 100%;
    height: auto;
}

.infobox {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0 20px;
}

.infobox_mobile {
    display: none;
    /***************************  NAVIGATION  **************************************/
}

.navlinkMobile {
    display: none;
}

.navbar {
    /* background-color: var(--primary); */
    /* height: 29px; */
    display: inline-block;
    padding: 13px 0 12px;
}

.navigation {
    background-color: #FEE12B;
    /***************************  MAIN IMAGE  **************************************/
    display: flex;
    justify-content: center;
}

.mainimage {
    width: 100%;
}

.home-main-image {
    /* background: var(--primary); */
    /* padding: 0 20px 20px 20px; */
    position: relative;
    margin-bottom: 50px;
}

.mainimage-copy {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainimage-copy h2,
.mainimage-copy h3,
.mainimage-copy p {
    color: #fff;
    text-decoration: none !important;
    text-align: center;
}

.mainimage-copy h2 {
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}

.mainimage-copy h3 {
    font-size: 49px;
    letter-spacing: 2px;
}

.mainimage-copy p {
    font-size: 27px;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

a:link {
    text-decoration: none !important;
    color: inherit;
    /***************************  CONTENT  *****************************************/
}

.contentcontainer {
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content_full {
    background-color: white;
    width: 100%;
    margin: 20px 5px;
}

.content_half_left {
    float: left;
    display: inline-block;
    width: 47%;
}

.content_half_right {
    float: right;
    display: inline-block;
    width: 47%;
}

.yellowtext {
    /* border: 2px solid var(--primary); */
    /* padding: 5px; */
    font-size: 31px;
    color: #7B7B7B;
    width: 150px;
    margin-bottom: 10px;
    text-align: left;
}

.blackBox {
    color: #FEE12B !important;
    background: #252525;
    padding: 25px 45px;
    display: inline-block;
}

a.blackBox:first-child {
    margin-right: 25px;
}

.surround {
    display: flex;
    padding-top: 20px;
}

a.yellowtext {
    border: 2px solid #FEE12B;
    padding: 5px;
    font-size: 24px;
    color: #FEE12B;
    width: 150px;
    margin-bottom: 10px;
    text-decoration: none;
}

a.yellowtext:hover {
    border: 2px solid #bbb;
    padding: 5px;
    font-size: 24px;
    color: #bbb;
    width: 150px;
    margin-bottom: 10px;
    text-decoration: none;
    /*************************  EQUIPMENT BUTTONS  **********************************/
}

.buttoncontainer {
    width: 32%;
    height: auto;
    display: inline-block;
    vertical-align: baseline;
}

.buttoncontainer a {
    width: 100px;
    height: 85px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.buttonrow {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button_excavators {
    background-image: url(../siteart/buttons/excavators.png);
    background-repeat: no-repeat;
}

.button_dozers {
    background-image: url(../siteart/buttons/dozers.png);
}

.button_MotorGraders {
    background-image: url(../siteart/buttons/MotorGraders.png);
}

.button_Telehandler {
    background-image: url(../siteart/buttons/Telehandler.png);
}

.button_LoaderBackhoes {
    background-image: url(../siteart/buttons/LoaderBackhoes.png);
}

.button_WheelLoader {
    background-image: url(../siteart/buttons/WheelLoader.png);
}

.button_SkidSteer {
    background-image: url(../siteart/buttons/SkidSteer.png);
}

.button_ManLift {
    background-image: url(../siteart/buttons/manlifts.png);
}

.button_ForkLift {
    background-image: url(../siteart/buttons/forklift.png);
}

.button_Tractors {
    background-image: url(../siteart/buttons/ag_equipment.png);
}

.button_all {
    background-image: url(../siteart/buttons/viewAll.png);
}

.button_Trailers {
    background-image: url(../siteart/buttons/trailers.png);
    /***************************  BUTTONS  *****************************************/
}

/***************************  FOOTER  *****************************************/
.footercontainer {
    background-color: #252525;
    width: 100%;
    padding: 20px 0px;
    /* margin-top: 20px; */
}

.footerlinks ul li {
    list-style: none;
    display: inline-block;
    padding: 15px 10px 20px 10px;
}

.footerlinks ul li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.footerlinks ul li a:hover {
    text-decoration: underline;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
}

.footertext {
    font-size: 11px;
    color: #fff;
}

.smallfootertext {
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 450px;
    text-align: center;
    margin: 0 auto;
    /***************************  SPECIFIC PAGES  ***************************************************************/
    /***************************  INVENTORY  ***************************************/
}

.listings-wrapper .listing-boxed .listing-boxed-details {
    text-align: left !important;
}

.hosted-content .listings-wrapper .border-bottom,
.hosted-content .listings-detail-wrapper .border-bottom,
.hosted-content .listings-drilldown-wrapper .border-bottom {
    text-align: left !important;
}

.hosted-content .listings-detail-wrapper .information-box {
    text-align: left !important;
}

.hosted-content .left {
    text-align: left !important;
}

.hosted-content .listings-detail-wrapper .listing-details .divider {
    text-align: left !important;
}

.listings-wrapper .hosted-theme .btn {
    background: #333 !important;
}

.listings-wrapper .hosted-theme .btn:hover {
    color: #333 !important;
    border: solid 2px #333 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    /*  SCROLLING INVENTORY
   ------------------------------------------------*/
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #FEE12B;
    padding: 15px 0;
    margin-top: -6px;
}

.scrolling {
    width: 100%;
    height: 92px;
    /***************************  PAGE 1  ***************************************/
    /***************************  PAGE 2  ***************************************/
    /*  FLOAT  ============================================================================= */
}

.floatRight {
    float: right !important;
}

.floatLeft {
    float: left !important;
    /*  TEXT ALIGN  ============================================================================= */
}

.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}

.alignCenter {
    text-align: center !important;
    /*  PADDING  ============================================================================= */
}

.padding_10 {
    padding: 10px 0px !important;
}

.padding_20 {
    padding: 20px 0px !important;
}

.map {
    width: 100%;
}

.padding_40 {
    padding: 40px 0px !important;
}

.padding_60 {
    padding: 60px 0px !important;
}

.padding_80 {
    padding: 80px 0px !important;
    /*  MARGIN  ============================================================================= */
}

.margin_10 {
    margin: 10px 0px !important;
}

.margin_20 {
    margin: 20px 0px !important;
}

.margin_40 {
    margin: 40px 0px !important;
}

.margin_60 {
    margin: 60px 0px !important;
}

.margin_80 {
    margin: 80px 0px !important;
}

@media screen and (max-width: 1099px) {
    .home-main-image {
        /* padding: 20px; */
    }

    .showHide {
        display: block
    }
}

@media screen and (max-width: 1000px) {
    .mainimage-copy {
        background: rgba(0, 0, 0, 0.6);
        padding: 20px 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mainimage-copy h2,
    .mainimage-copy h3,
    .mainimage-copy p {
        color: #fff;
        text-decoration: none !important;
        text-align: center;
    }

    .mainimage-copy h2 {
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 14px;
        line-height: 30px;
    }

    .mainimage-copy h3 {
        font-size: 35px;
    }

    .mainimage-copy p {
        font-size: 19px;
    }
}

@media screen and (max-width: 768px) {
    .mainimage-copy {
        background: #333;
        padding: 20px 40px 30px 40px;
        position: static !important;
        top: inherit;
        left: inherit;
        transform: none;
    }

    .mainimage-copy h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1099px) and (min-width: 1024px) {
        {
        /*HEADER*/
    }

    .logo {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: 30%;
        display: inline-block;
    }

    .infobox {
        display: none;
    }

    .infobox_mobile {
        display: inline-block;
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .infobox_mobile_break {
        display: inline-block;
        width: 24%;
        float: none;
        padding-bottom: 5px;
        /*NAVIGATION*/
    }

    .navigation {
        display: none;
    }

    .navlinkMobile {
        display: inline-block;
        width: 100%;
        z-index: 1;
        background: #FEE12B;
    }

    .slide-out-div {
        display: none;
        /*CONTENT*/
        /*FOOTER*/
        /***PAGES***/
        /*PAGE 1*/
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
        {
        /*HEADER*/
    }

    .logo {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: 30%;
        display: inline-block;
        text-align: center;
    }

    .infobox {
        display: none;
    }

    .infobox_mobile {
        display: inline-block;
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .infobox_mobile_break {
        display: inline-block;
        width: 24%;
        float: none;
        padding-bottom: 5px;
    }

    .yellowtext {
        /* border: 2px solid var(--primary); */
        /* padding: 5px; */
        /* font-size: 24px; */
        /* color: var(--primary); */
        width: 100%;
        margin-bottom: 10px;
        /*NAVIGATION*/
    }

    .navigation {
        display: none;
    }

    .navlinkMobile {
        display: inline-block;
        width: 100%;
        z-index: 1;
        background: #FEE12B;
        /*CONTENT*/
    }

    .content_half_left {
        width: 100%;
        display: inline-block;
    }

    .content_half_right {
        width: 100%;
        display: inline-block;
        padding-top: 30px;
    }

    .slide-out-div {
        display: none;
        /*FOOTER*/
        /***PAGES***/
        /*PAGE 1*/
    }
}

@media screen and (max-width: 767px) {
    .surround {
        flex-direction: column;
    }

    a.blackBox:first-child {
        margin: 0 0 25px 0;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
        {
        /*HEADER*/
    }

    .logo {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: 50%;
        display: inline-block;
    }

    .mainimage h2 {
        font-size: 26px;
    }

    .mainimage h3 {
        font-size: 44px;
    }

    .infobox {
        display: none;
    }

    .infobox_mobile {
        display: inline-block;
        float: none;
        width: 90%;
        margin-top: 15px;
    }

    .infobox_mobile_break {
        display: inline-block;
        width: 48%;
        float: none;
        padding-bottom: 5px;
    }

    .yellowtext {
        /* border: 2px solid var(--primary); */
        /* padding: 5px; */
        font-size: 31px;
        /* color: var(--primary); */
        width: 100%;
        margin-bottom: 10px;
        /*NAVIGATION*/
    }

    .navigation {
        display: none;
    }

    .navlinkMobile {
        display: inline-block;
        width: 100%;
        z-index: 1;
        background: #FEE12B;
        /*CONTENT*/
    }

    .content_half_left {
        width: 100%;
        display: inline-block;
    }

    .content_half_right {
        width: 100%;
        display: inline-block;
        padding-top: 30px;
    }

    .slide-out-div {
        display: none;
        /*FOOTER*/
        /***PAGES***/
        /*PAGE 1*/
    }
}

@media screen and (max-width: 480px) {
        {
        /*HEADER*/
    }

    .logo {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: 90%;
        display: inline-block;
        padding-bottom: 10px;
    }

    .infobox {
        display: none;
    }

    .infobox_mobile {
        display: inline-block;
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .infobox_mobile_break {
        display: inline-block;
        width: 48%;
        float: none;
        padding-bottom: 5px;
    }

    .yellowtext {
        /* border: 2px solid var(--primary); */
        /* padding: 5px; */
        font-size: 29px;
        /* color: var(--primary); */
        width: 100%;
        margin-bottom: 10px;
        /*NAVIGATION*/
    }

    .navigation {
        display: none;
    }

    .navlinkMobile {
        display: inline-block;
        width: 100%;
        z-index: 1;
        background: #FEE12B;
        /*CONTENT*/
    }

    .content_half_left {
        width: 100%;
        display: inline-block;
    }

    .content_half_right {
        width: 100%;
        display: inline-block;
        padding-top: 30px;
    }

    .buttonrow {
        width: 75%;
    }

    .buttoncontainer {
        width: 75%;
    }

    .buttoncontainer img {
        width: 50%;
    }

    .slide-out-div {
        display: none;
        /*FOOTER*/
    }

    .divfooter {
        width: 270px;
        /***PAGES***/
        /*PAGE 1*/
    }
}