/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box !important;
}

/* TYPOGRAPHY */
::-moz-selection {
    background: #038002;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #038002;
    color: #fff;
    text-shadow: none
}

.center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    padding: 0 0 10px;
}

p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

a:hover {
    color: inherit;
}

/* FRAMEWORK */

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none
}

.main {
    padding: 35px 0;
}

.containertwo {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.container_small {
    text-align: center;
    width: 75%;
    margin: 20px auto;
}

.container_small.footerlogos {
    display: flex;
    justify-content: center;
}

.column20,
.column11,
.column10,
.column9,
.column8,
.column7,
.column6,
.column5,
.column4,
.column3,
.column2,
.column1 {
    float: left;
    padding: 0 25px 0 0;
    box-sizing: border-box;
}

.column20 {
    width: 20%;
}

.column12 {
    width: 100%;
}

.column11 {
    width: 91.6666%;
}

.column10 {
    width: 83.3333%;
}

.column9 {
    width: 75%;
}

.column8 {
    width: 66.6666%;
}

.column7 {
    width: 58.3333%;
}

.column6 {
    width: 50%;
}

.column5 {
    width: 41.6666%;
}

.column4 {
    width: 33.3333%;
}

.column3 {
    width: 25%;
}

.column2 {
    width: 16.6666%;
}

.column1 {
    width: 8.3333%;
}

.last {
    padding: 0;
}

/* HEADER */
.header-container {
    position: relative;
}

.header {
    background: #000;
    /*background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%); background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 50%,#dddddd 100%); background: linear-gradient(to bottom, #dddddd 0%,#ffffff 50%,#dddddd 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); */
}

#logotwo {
    position: relative;
    float: left;
    width: 12%;
}

#logotwo img {
    width: 100%;
}

/* HOME */
.slidewrap {
    border-bottom: 20px solid #000;
}

.buttonside {
    display: inline-block;
    width: 20%;
    height: 70px;
    vertical-align: top;
    background: #00460d;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 30px;
    margin: 1.5% auto;
}

.button {
    display: inline-block;
    width: 79%;
    height: 100px;
    margin: 0 auto;
    background: #038002;
    padding: 33px 20px 50px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 700;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 1.5% auto;
}

.button:hover {
    background: linear-gradient(#038002, #047203);
}


.partsleft {
    float: left;
    width: 70%;
}

.partsright {
    float: right;
    width: 25%;
}

.partsbutton {
    display: block;
    width: 100%;
    background: #038002;
    padding: 10px 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 1.5% auto;
}

.partsbutton:hover {
    background: linear-gradient(#038002, #047203);
}


/* FACEBOOK */
#fb {
    top: 300px;
    left: -300px;
    z-index: 99999;
}

.side {
    background: #fff;
    width: 300px;
    height: 510px;
    position: fixed;
    z-index: 100;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

#facebookTab {
    display: block;
    height: 50px;
    width: 50px;
    background: url(../siteart/fb.jpg);
    position: absolute;
    right: -50px;
    top: 0px;
}

#facebookTab:hover {
    background: url(../siteart/fb2.jpg);
}

/* FORM */
#formpage {
    vertical-align: top;
}

#formpage div {
    vertical-align: top;
    padding: 5px;
}

#formpage input {
    padding: 6px 5px;
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    font-size: 12px;
}

#formpage textarea {
    padding: 6px 5px;
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    font-size: 12px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage input {
    width: 98%;
}

#formpage input.larger {
    width: 98%;
}

#formpage textarea {
    width: 98%;
    height: 85px;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
    background: #fff;
    color: #000;
    border: 1px solid #800000;
    outline-style: none;
}

#formpage input.button,
#formpage input.button:focus {
    width: 100%;
    max-width: 400px;
    padding: 5px 0;
    background: #038002 !important;
    border: 2px #038002 solid;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
    height: 75px !important;
}

#formpage input.button:hover {
    background: linear-gradient(#038002, #00460d);
    color: #fff;
    text-shadow: none;
    border: 2px #038002 solid;
}

/*control the Captcha */
.contactbutton {
    display: block;
    width: 100%;
    max-width: 400px;
    background: #038002;
    color: #fff !important;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 40px;
    font-weight: bold;
}

.contactbutton:hover {
    background: linear-gradient(#038002, #00460d);
}

.field {
    display: inline-block;
    width: 49%;
    margin: 0 .5% 0 0;
}

.captcha {
    width: 450px;
    margin: 0;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: left !important;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
    width: 100%;
    max-width: 400px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
    font-size: 12px;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/* FOOTER */
.footer {
    background: #038002;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    color: #fff;
    padding: 20px;
}

.footer a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ddd;
}

.host {
    float: left;
    font-weight: 400;
    color: #fff;
    width: 80%;
}

.copyright {
    float: right;
    font-weight: 400;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 20%;
}

.clear {
    clear: both;
}

/* RESPONSIVE */
.show-mobile {
    display: none;
}


@media screen and (max-width:1675px) {
    .buttonside {
        height: 95px;
        padding: 30px 0 0;
        margin: .75% auto;
    }

    .button {
        width: 78%;
        height: 75px;
        padding: 35px 0 60px;
        margin: .75% auto;
    }
}

@media screen and (max-width:1450px) {
    .buttonside {
        height: 70px;
        padding: 11px 0;
        padding: 25px 0 0;
        margin: .5% auto;
        font-size: 18px;
    }

    .button {
        width: 78%;
        font-size: 16px;
        height: 70px;
        padding: 25px 0 45px;
        margin: .5% auto;
    }
}

@media screen and (max-width:1220px) {
    h1 {
        font-size: 24px;
    }

    .column6 {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .cycle-slideshow img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .partsbutton {
        font-size: 12px;
    }

    .slick-prev {
        left: 10px !important;
    }

    .slick-next {
        right: 20px !important;
    }

}

@media screen and (max-width:1024px) {
    p {
        font-size: 13px;
        line-height: 24px;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .main {
        padding: 25px 0;
    }

    #logotwo {
        width: 20%;
    }

    .buttonside {
        height: 60px;
        padding: 20px 0 5px;
        margin: .5% auto;
        font-size: 18px;
    }

    .button {
        width: 78%;
        font-size: 16px;
        height: 50px;
        padding: 20px 0 40px;
        margin: .5% auto;
    }


}

@media screen and (max-width:768px) {

    .buttonside {
        padding: 20px 0 10px;
        margin: .5% auto;
    }

    .button {
        font-size: 16px;
        height: 30px;
        padding: 20px 0 40px;
        margin: .5% auto;
    }

    .column9,
    .column8,
    .column6,
    .column3 {
        float: none;
        width: 98%;
        padding: 0;
        margin: 10px auto;
    }

    .field {
        display: block;
        width: 100%;
    }

    .partsleft {
        float: none;
        width: 100%;
    }

    .partsright {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .footer .last {
        display: block;
        width: 100%;
    }

    .host,
    .copyright {
        width: 100%;
    }

}

@media screen and (max-width:500px) {
    .hide-500 {
        display: none;
    }

    #logotwo {
        float: none;
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }

    .column4 {
        float: none;
        width: 98%;
        padding: 0;
        margin: 10px auto;
    }

    .footer {
        padding: 25px 0 15px;
        text-align: center;
    }

    .footer-nav {
        display: none;
    }

    .footer .column3 {
        width: 100%;
    }

    .host,
    .copyright {
        float: none;
        width: 100%;
        margin: 2px 0;
    }

    .hosted-content #wide_col {
        float: none !important;
    }

    .container_small {
        width: 95% !important;
    }
}

/*---- faceted links  ----*/
.list-content .list-main-section .list-container .list-listing {
    margin: 10px !important;
}

.inventoryPage .container_small {
    width: 100%;
}

.inventoryPage .body-wrapper {
    width: 100%;
    max-width: 1099px;
    margin: 0 auto;
}

.inventoryPage .body-content {
    overflow: visible !important;
}

.inventoryPage .containertwo.cf {
    min-width: 100%;
    margin: 0 auto;
    position: relative;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin-right: 5px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label,
.faceted-search-content .selected-facets-container .selected-facet,
.paging-container .page-navs button.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder input,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button {
    background: linear-gradient(#038002, #047203) !important;
}

.faceted-search-content .faceted-section-head {
    background: linear-gradient(#038002, #047203) !important;
    color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-main-section .list-container .fin-calc,
.list-content .listing-portion-title,
.detail-content .detail-main-body .main-detail-data .detail-price {
    color: linear-gradient(#038002, #047203) !important;
}

.list-content .list-title,
.list-content .list-title .list-listings-count,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name,
.contact-information a,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count,
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container,
.breadcrumbs .breadcrumbs-element,
.detail-content .search-results,
.legal-text-content,
.detail-content .dealer-info .field-name,
.detail-content .dealer-info .field-value,
.detail-additional-data h4,
.mc-thumb-strip .mc-btn.mc-btn-next span,
.mc-thumb-strip .mc-btn.mc-btn-prev span,
.detail-content .dealer-info .google-maps-link i,
.paging-container .page-number,
.paging-container .list-page-number,
.faceted-search-content .faceted-section-box .faceted-date-range,
.faceted-search-content .faceted-section-box .faceted-date-range .days-ago-input {
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button {
    border: 1px solid linear-gradient(#038002, #047203) !important;
    color: linear-gradient(#038002, #047203) !important;
}

.list-content .listing-bottom .listing-description-text {
    color: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin-top: 0 !important;
}


@media (max-width: 1000px) {
    .inventoryPage .containertwo {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .inventoryPage .body-content {
        overflow: hidden !important;
    }

    .detail-content-mobile .detail-contact-bar .contact-bar-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-additional-data .data-row .data-label,
    .mobile-breadcrumb,
    .list-content .list-listing-mobile .view-listing-details-link {
        background: linear-gradient(#038002, #047203) !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: linear-gradient(#038002, #047203) !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: linear-gradient(#038002, #047203) !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: linear-gradient(#038002, #047203) !important;
    }

    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
        border: 1px solid linear-gradient(#038002, #047203) !important;
    }

    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
    .detail-content-mobile .detail-main-body .main-detail-data,
    .main-detail-data .currency-selector,
    .detail-content-mobile .share-listing {
        color: #000 !important;
    }

    .detail-content-mobile .detail-additional-data .data-row .data-value,
    .list-content .list-listing-mobile .listing-description-text,
    .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
        color: #000 !important;
    }

    .list-content .list-listing-mobile .video-chat-link {
        height: auto !important;
    }
}

@media screen and (max-width: 785px) {
    .listing-option-mobile .listing-option-bar {
        background: linear-gradient(#038002, #047203) !important;
    }

    .listing-option-mobile .listing-option-bar .listing-option-bar-option {
        color: #fff !important;
    }

    .listing-option-mobile .listing-option-bar #option-bar-sort #sort-option-container a {
        color: #000 !important;
    }

    .inventoryPage .containertwo.cf {
        width: 100% !important;
    }

}

@media screen and (min-width: 785px) {
    html {
        overflow-x: hidden !important;
    }
}