
body {
    line-height: 1;
    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);
}

.inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1200px;
	margin: 0 auto;
}

.inner.top {
    max-width: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.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;
    eft: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

/***************************  FONTS  *******************************************/
h1.welcome {
    font-family: 'montserratsemi_bold', sans-serif;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
}

h1.sitename {
    font-family: 'montserratextra_bold', sans-serif;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
}

h2 {
    font-family: 'montserratextra_bold', sans-serif;
    font-size: 28px;
    line-height: 140%;
}

h3 {
    font-family: 'montserratsemi_bold', sans-serif;
    font-size: 24px;
    line-height: 140%;
}

h4 {
    font-family: 'montserratsemi_bold', sans-serif;
}

h5 {
    font-family: 'montserratsemi_bold', sans-serif;
}

h6 {
    font-family: 'montserratregular', sans-serif;
}

p.white,
ul.white {
    font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 180%;
    text-align: left;
}

p.white {}

p.black,
ul.black {
    font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 180%;
    text-align: left;
}

a.whitelink {
    font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 180%;
    text-decoration: none;
}

a.whitelink:hover {
    text-decoration: underline;
}

a.blacklink {
    font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 180%;
    text-decoration: none;
}

a.blacklink:hover {
    text-decoration: underline;
}

/***************  FONT CLASSES  *************************/
.textBlack {
    color: #222;
}

.textWhite {
    color: #fff;
}

.textGrey {
    color: #ddd;
}

.textBrightGreen {
    color: #8bcf54;
}

.textDarkGreen {
    color: #158047;
}

.bgWhite {
    background-color: #fff;
}

.bgBlack {
    background-color: #222;
}

.bgGrey {
    background-color: #ddd;
}

.bgTexture {
    background-image: url(../siteart/greyzz_2X.png);
    background-repeat: repeat;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

/***************************  HEADER  ******************************************/
.headercontainer {
    background-color: #333;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0px;
}

.logo {
    display: inline-block;
    width: 100%;
    max-width: 275px;
    height: auto;
}

.secondarylogo {
    display: inline-block;
}

.hdr-logos {
    max-width: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

div#hdr-phone {
	width: 100%;
	text-align: right;	
}

div#hdr-phone a.contactus {
	float: none;
	text-align: right;
	display: block;
	margin-bottom: .5em;
}
/***************************  MAIN IMAGE  **************************************/
.mainimage {
    width: 100%;
    height: auto;
}

.cycle-slideshow {
    width: 100%;
    height: xxxxx;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.cycle-slideshow img {
    width: 100%;
}

/***************************  STRUCTURE  *****************************************/
.contentContainer {
    width: 100%;
}

.contentFull {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.contentHalf {
    display: inline-block;
    width: 46%;
    margin: 1%;
    box-sizing: border-box;
    vertical-align: top;
}

.contentOneThird {
    display: inline-block;
    width: 32%;
    margin: 1%;
    box-sizing: border-box;
}

.contentTwoThirds {
    display: inline-block;
    width: 64%;
    margin: 1%;
    box-sizing: border-box;
}

.contentOneFourth {
    display: inline-block;
    width: 20%;
    margin: 1%;
    box-sizing: border-box;
}

/*************  STRUCTURE CLASSES  ************************/

.paddingV15 {
    padding: 15px 0px;
}

.paddingV30 {
    padding: 30px 0px;
}

.paddingV50 {
    padding: 50px 0px;
}

.margintop15 {
    margin-top: 15px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/***************************  BUTTONS  *****************************************/
a.button {
    font-family: 'montserratbold', sans-serif;
    font-size: 16px;
    color: #8bcf54;
    background-color: #222;
    padding: 15px 20px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 2% 0;
}

a.button:hover {
    background-color: #555;
    text-decoration: none;
}

/***************************  FOOTER  *****************************************/
.footercontainer {
    background-color: #222;
    width: 100%;
    padding: 25px 0px 50px 0;
    box-sizing: border-box;
}

.footercolumn {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 1%;
}

.footercolumn p.credit {
    font-family: 'montserratregular', sans-serif;
    color: #ddd;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 140%;
}

.footercolumn p.title {
    font-family: 'montserratbold', sans-serif;
    color: #fff;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 160%;
}

.footercolumn p.text {
    font-family: 'montserratregular', sans-serif;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.footercolumn a {
    font-family: 'montserratregular', 'fontawesome', sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
}

.footercolumn a:hover {
    text-decoration: underline;
}



/****************** SCROLLING INVENTORY****************/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-top: 5px solid #222;
    border-bottom: 5px solid #222;
    background-color: #222;
}

.scrolling {
    width: 100%;
    height: 92px;
    background-color: #222;
}

/***************************  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;
}

.hosted-content .listings-wrapper .hosted-theme a.btn {
    color: #8bcf54 !important;
    background: #222 !important;
    border: solid 2px #8bcf54 !important;
}

.hosted-content .listings-wrapper .hosted-theme a.btn:hover {
    color: #8bcf54 !important;
    background: #555 !important;
    border: solid 2px #8bcf54 !important;
    box-sizing: border-box !important;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    font-family: 'montserratbold', sans-serif !important;
    font-weight: normal !important;
    font-size: 18px;
}

/***************************  HOMEPAGE  ***************************************/
a.contactus {
    font-family: 'montserratregular', sans-serif;
    font-size: 20px;
    text-align: left;
    color: #222;
    padding: 0px 1px;
    text-decoration: none;
    float: left;
    line-height: 160%;
}

a.contactus:hover {
    background-color: #8bcf54;
    text-decoration: none;
}

/***************************  BUTTONS  ***************************************/
.buttoncontainer {
    width: 100%;
}

.categoryBox-Text {
    font-family: 'montserratbold', sans-serif !important;
    font-size: 36px;
    color: #fff;
    z-index: 15;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.landingCategoryBox:hover .categoryBox-Text {
    color: #8bcf54;
}

.landingCategoryBox {
    display: inline-block;
    width: 33.3%;
    float: left;
    font-family: 'montserratsemi_bold', sans-serif;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.landingCategoryBox img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.landingCategoryBox:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/***************************  INVENTORY ***************************************/
.invbox {
    width: 20%;
    box-sizing: border-box;
    display: inline-block;
    margin: 1% 2%;
}

.invbox img {
    width: 100%;
}

.invbox h5 {
    font-size: 24px;
    color: #222;
    font-family: 'cooper_hewittbold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.invbox h5:hover {
    text-decoration: none;
    color: #8bcf54;
}

.invbox a {
    text-decoration: none;
}

.invbox a:hover {
    text-decoration: none;
}

.list-content .list-title .list-listings-count {
    color: #000 !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0px !important;
}

.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 {
    background: #8bcf54 !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: #8bcf54 !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;
}

.contact-options a,
.fin-calc-mobile>a {
    background: #8bcf54 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    flex: unset !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats {
    text-align: left;
}

.detail-content .detail-main-body .main-detail-data {
    text-align: left;
}

.detail-content .detail-additional-data .data-row .data-value {
    text-align: left;
}

.detail-content .detail-additional-data {
    text-align: left;
}

.detail-content-mobile .detail-main-body {
    text-align: left;
}

#contact-info {
    text-align: left;
}

@media screen and (max-width: 1099px) {
    /*HEADER*/


    /*NAVIGATION*/


    /*CONTENT*/


    /*FOOTER*/

    /***PAGES***/

    /*PAGE 1*/



}

@media screen and (max-width: 1023px) {

    /*HEADER*/
    .logo {
        display: block;
        margin: 0 auto !important;
		max-width: 450px;
    }

    div img.secondarylogo {
        display: block;
        padding: 20px 0px 0px 0px;
    }
	
	.hdr-logos {flex-direction: column;}

    /*HEADER*/


    /*NAVIGATION*/


    /*CONTENT*/


    /*FOOTER*/

    /***PAGES***/

    /*PAGE 1*/


}

@media screen and (max-width: 780px) {

    /*CONTENT*/
    .contentHalf {
        width: 100%;
        display: inline-block;
    }

    .contentOneThird {
        width: 100%;
    }

    .contentTwoThirds {
        width: 100%;
    }

    .contentOneFourth {
        width: 46%;
        display: inline-block;
        margin: 1%;
    }

    /*FOOTER*/
    .footercolumn {
        width: 100%;
        display: block;
        margin: 2% 1%;
    }

    /***BUTTONS***/
    .categoryBox-Text {
        font-size: 24px;
    }

    /***INVENTORY***/
    .invbox {
        width: 30%;
        margin: 3% 5%;
    }

}

@media screen and (max-width: 480px) {

    /*CONTENT*/
    .contentHalf {
        width: 100%;
        display: inline-block;
    }

    .contentOneThird {
        width: 100%;
    }

    .contentTwoThirds {
        width: 100%;
    }

    .contentOneFourth {
        width: 90%;
        margin: 5%;
    }

    a.button {
        width: 70%;
        margin: 10px 0px;
    }

    .floatleft {
        float: none;
    }

    .floatright {
        float: none;
    }

    /*FOOTER*/
    .footercredit {
        width: 100%;
    }

    .footerlinkbox {
        width: 100%;
    }

    .footernavbar ul li {
        width: 100%;
    }

    /***BUTTONS***/
    .landingCategoryBox {
        width: 100%;
    }

    .categoryBox-Text {
        font-size: 36px;
    }

    /***INVENTORY***/
    .invbox {
        width: 50%;
        margin: 3% 5%;
    }
}