/*
ul li:first-child { margin-left: 0 !important; }
ul li:last-child { margin-right: 0 !important; }

#c8ce5d				- light green
#026664				- dark green
#85131D					
*/

.inner>*:not([class*="sheditor"]):not([class*="sheditor"] *):not([class*="shEditor"]):not([class*="shEditor"] *):not([class*="popover"] *):not([class*="popover"] *):not(.sheditor_modal *):not(.sheditor_modal):not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.border-events,
.border-events:hover,
.border-community-events,
.border-community-events:hover {
    box-shadow: none !important;
    border: none !important;
}

body {
    line-height: 1;
    /*	position: relative;
*/
    /*    text-align: center;*/

    -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);
}

[id$="backgroundStuffs"] {
    background-image: url(/wp-content/uploads/2022/07/concrete_seamless.webp);
    background-repeat: repeat;
}



.clear {
    clear: both;
}

.inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1200px;
}

.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;
    z-index: 900;
}

li {
    list-style: none;
}

/***************************  FONTS  *******************************************/
h1 {
    font-size: 36px;
    line-height: 45px;
    margin: 10px 0 25px 0;
    border-bottom: 5px solid #85131D;
    padding-bottom: 5px;
    color: #026664;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: left;
}

h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #026664;
    text-align: left;
}

h3 {
    font-size: 22px !important;
    line-height: 24px !important;
    margin: 10px 0px;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #333333 !important;
    text-align: left;
    border-left: 8px solid #85131D;
    letter-spacing: 1px;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: bold !important;
}

h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ddd;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'robotobold', sans-serif;
    color: #333;
}

p {
    font-size: 16px;
    line-height: 180%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    text-align: left;
}

::selection {
    background: #333333;
}

.headerimage img {
    width: 100%;
    height: auto;
}

.pagecontent img {
    max-width: 800px;
    height: auto;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

/***************  FONT CLASSES  *************************/
.textBlack {
    color: #333;
}

.textWhite {
    color: #fff;
}

.textGrey {
    color: #ddd;
}

.textLG {
    color: #85131D;
}

.textDG {
    color: #333333;
}

.bgWhite {
    background-color: #fff;
}

.bgBlack {
    background-color: #222;
}

.bgGrey {
    background-color: #f0f0f0;
}

.bgLG {
    background-color: #85131D;
}

.bgDG {
    background-color: #333333;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

/***************************  HEADER  ******************************************/
.headercontainer {
    background-color: #d4d4d4;
    width: 100%;
    padding: 10px 0px;
    background-position: center;
}


.headercontainer .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.contactdiv {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    paddding-top: 20px;
}

.contact {
    line-height: 120%;
}

.contact ul {
    float: right;
    margin: 0;
}

.contact ul li {
    list-style: none;
    line-height: 120%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    text-align: left;
    margin: 0 !important;
    font-weight: bold;
}

.contact ul li:last-child {
    padding-right: 0px;
}

.contact ul li a {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    line-height: 120%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    text-align: left;
}

.contact ul li a:hover {
    text-decoration: underline, overline;
}


.NavHalfLeft {
    width: 46%;
    float: left;
}

.NavHalfRight {
    width: 46%;
    float: right;
}


.logo {
    display: inline-block;
    float: left;
    max-width: 300px;
}

.logo img {
    max-width: 100%;
}

/***************************  TABLE  **************************************/
table tbody tr td.table p {
    margin: 5px 0 !important;
}

table tbody tr td.table p span {
    margin: 5px 0 !important;
}

/***************************  MAIN IMAGE  **************************************/
.mainimage {
    width: 100%;
    height: auto;
}

.cycle-slideshow {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.cycle-slideshow img {
    width: 100%;
}

/***************************  STRUCTURE  *****************************************/
.contentContainer {
    width: 100%;
}

.contentFull {
    width: 100%;
    display: inline-block;
}

.contentHalf {
    display: inline-block;
    width: 46%;
    margin: 1%;
}

.contentHalfLeft {
    width: 48%;
    margin-right: 1%;
    float: left;
    display: inline-block;
}

.contentHalfRight {
    width: 48%;
    margin-left: 1%;
    float: right;
    display: inline-block;
}

.contentOneThird {
    display: inline-block;
    width: 32%;
    margin: 1%;
}

.contentTwoThirds {
    display: inline-block;
    width: 64%;
    margin: 1%;
}

.contentOneFourth {
    display: inline-block;
    width: 20%;
    margin: 1%;
}

/*************  STRUCTURE CLASSES  ************************/
.greenborder {
    border-top: 3px solid #85131D;
    border-bottom: 3px solid #85131D;
    padding: 5px 0px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.greenborder p img {
    text-align: center;
}

.paddingV15 {
    padding: 15px 0px;
}

.paddingV30 {
    padding: 30px 0px;
}

.paddingH30 {
    padding: 0 30px;
    box-sizing: border-box;
}

.margintop15 {
    margin-top: 15px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/***************************  BUTTONS  *****************************************/
a.button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #333333;
    border: 2px solid #333333;
    padding: 15px 20px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 2% 0;
}

@media all and (max-width: 767px) {

    .headercontainer .inner {
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .contactdiv {
        display: flex;
        flex-direction: column;
    }

    .contactdiv,
    .contactdiv * {
        text-align: center !important;
        width: 100% !important;
        box-sizing: content-box !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

a.button:hover {
    background-color: #333333;
    color: #00B9D7;
    text-decoration: none;
}

/***************************  SOCIAL MEDIA  ***************************************/
#FBtab {
    display: block;
    height: 55px;
    width: 60px;
    background: url(../images/fb_tab.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: -58px;
    top: 0px;
}

#popoutsidetabFB {
    width: 300px;
    height: 450px;
    top: 350px;
    right: -300px;
    z-index: 99999;
    background-color: #fff;
}

.popoutsideFB {
    background-color: #fff;
    height: 450px;
    position: fixed;
    z-index: 9999;
}

/***************************  SPECIFIC PAGES  ***************************************************************/

/***************************  FOOTER  ***************************************/
.footercontainer {
    background-color: #85131D;
    padding: 40px 0px;
    width: 100%;
    display: inline-block;
    float: none;
    margin-top: 30px;
}

.footercontainer a {
    color: #ffffff;
    font-family: 'robotobold', sans-serif;
    font-size: 14px;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.footercontainer a:hover {
    text-decoration: underline;
}

/***************************  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;
}

.hosted-content .listings-wrapper .hosted-theme a.btn {
    background: #026664 !important;
    /*    color: #fff !important;*/
    border: solid 2px #026664 !important;
}

.hosted-content .listings-wrapper .hosted-theme a.btn:hover {
    color: #026664 !important;
    border: solid 2px #026664 !important;
    background: #85131D !important;
    box-sizing: border-box !important;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    font-family: 'robotobold', sans-serif !important;
    font-weight: normal !important;
    font-size: 18px;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-top: 5px solid #ff0000;
    border-bottom: 5px solid #ff0000;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/***************************  MANU  ***************************************/
.manulogos {
    width: 75%;
    position: relative;
    margin: 0 auto;
    border-top: #999999 solid 2px;
    border-bottom: #999999 solid 2px;
    text-align: center;
}

.manulogos-box {
    width: 22%;
    margin: 5px 0%;
    display: inline-block;
}

.manulogos img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100px;
}

.breaker {
    display: none;
}

/*************************** SECURITY PAGES  ***************************************/
.securityspacing {
    padding-top: 30px;
}

.securityPages {
    font-family: 'robotobold', sans-serif;
    margin-top: 20px;
    color: #026664;
}

/*  ADMIN LOGIN  ============================================================================= */
.securityPages {
    padding: 60px 0px !important;
}

.securityPages .inner {
    font-family: 'robotobold';
    font-size: 14px;
    text-align: left !important;
    line-height: 20px;
    color: #026664;
}

.securityPages p {
    font-family: 'robotobold';
    font-size: 14px;
    text-align: left !important;
    line-height: 20px;
    color: #026664;
}

/*  SUBPAGE  ============================================================================= */
.subPageTitle {
    padding: 110px 0px 45px 0px !important;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.subPageTitle strong {
    width: 100%;
    display: inline-block;
    font-family: 'robotobold';
    text-align: left !important;
    font-size: 24px;
    color: #026664;
}


/***************  GALLERY *****************/

.gallery .videostyles {
    width: 70%;
    margin: auto;
}

.gallerycontainer {
    display: inline-block;
    float: left;
    width: 24%;
    box-sizing: border-box;
    margin: 1% .5%;
    background-color: #333;
    color: #fff;
}

.gallery {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #333;
}

.gallery img {
    width: 100%;
    height: auto;
    border: 1px solid #333;
    box-sizing: border-box;
}


/**************************************************************************************
***************************  V E E N H U I S   ***************************************/

/***************  TYPOGRAPHY *****************/
h1.Vheading {
    font-size: 36px;
    line-height: 45px;
    margin: 10px 0 25px 0;
    border-bottom: 5px solid #f7c264;
    padding-bottom: 5px;
    color: #8c1619;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: left;
}

h3.Vsubheading {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #8c1619;
    text-align: left;
    border-left: 8px solid #8c1619;
    letter-spacing: 1px;
    padding-left: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #8c1619;
    border-top: 2px solid #8c1619;
    border-right: 2px solid #8c1619;
}

h4.vtable {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    background-color: #d4d4d4;
    box-sizing: border-box;
    padding: 5px 15px;
    margin-bottom: 0;
}

.orangebar {
    width: 100%;
    display: block;
    float: none;
    border-bottom: 2px solid #f7c264;
    margin: 20px 0px;
}

a.vbutton {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #8c1619;
    border: 2px solid #8c1619;
    padding: 15px 20px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 30px 0 15px 0;
}

a.vbutton:hover {
    background-color: #ffffff;
    color: #8c1619;
    text-decoration: none;
}

.bgTexture {
    background-image: url(../images/concrete_seamless.png);
    background-repeat: repeat;
}

/***************  HEADER *****************/
.Vlogo {
    width: 350px;
    ;
    height: auto;
    float: left;
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding: 40px 0px;
}

.Vlogo img {
    max-width: 100%;
    height: auto;
}

.Vheaderimage {
    width: calc(100% - 350px);
    float: right;
    display: inline-block;
}

.Vheaderimage img {
    max-width: 100% !important;
    height: auto;
}

/***************  FOOTER *****************/
.Vfootercontainer {
    background-color: #f7c264;
    padding: 40px 0px;
    width: 100%;
    display: inline-block;
    float: none;
    margin-top: 30px;
}

.Vfootercontainer a {
    color: #8c1619;
    font-family: 'robotobold', sans-serif;
    font-size: 14px;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
}

.Vfootercontainer a:hover {
    text-decoration: underline;
}


.tablevisibility {
    display: inline-block;
    width: 100%;
}

.specsbutton {
    display: none;
}

/********************** E N D   O F   V E E N H U I S   ***********************/



/*==========================================================

    FRAMELESS INVENTORY STYLES

===========================================================*/
.list-content,
.detail-content {
    padding: 20px 0;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav{
    background: #85131D !important;
    color: #000 !important;
}

.view-listing-details-link, .contact-options a, .fin-calc-mobile>a, button.g-recaptcha.button, .show-all-modal .apply-button, .show-all-modal .nuf-button, .list-error-container .info button, .mobile-done-button-container .mobile-done-button, a.buy-btn.gtm-buynow.des-buy-now, a.buy-btn.des-buy-now, button.selected-facet.ts-button, .detail-contact-bar .contact-bar-btn, .contact-bar-btn .des-email-seller, .detail-contact-bar .contact-bar-btn  {
    background: #85131D !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #85131D !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}