﻿/* RESET 
------------------------------------------------*/
html,
body.notInventory,
.notInventory div:not(.main, .white-border, .contact-bar, .fullpage, .titles),
.notInventory span,
.notInventory applet,
.notInventory object,
.notInventory iframe,
.notInventory h1,
.notInventory h2,
.notInventory h3,
.notInventory h4,
.notInventory h5,
.notInventory h6,
.notInventory p,
.notInventory blockquote,
.notInventory pre,
.notInventory a,
.notInventory abbr,
.notInventory acronym,
.notInventory address,
.notInventory big,
.notInventory cite,
.notInventory code,
.notInventory del,
.notInventory dfn,
.notInventory em,
.notInventory font,
.notInventory img,
.notInventory ins,
.notInventory kbd,
.notInventory q,
.notInventory s,
.notInventory samp,
.notInventory small,
.notInventory strike,
.notInventory strong,
.notInventory sub,
.notInventory sup,
.notInventory tt,
.notInventory var,
.notInventory b,
.notInventory u,
.notInventory i,
.notInventory center,
.notInventory dl,
.notInventory dt,
.notInventory dd,
.notInventory ol,
.notInventory ul,
.notInventory li,
.notInventory fieldset,
.notInventory form,
.notInventory label,
.notInventory legend,
.notInventory table,
.notInventory caption,
.notInventory tbody,
.notInventory tfoot,
.notInventory thead,
.notInventory tr,
.notInventory th,
.notInventory td {
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}


ol,
ul {}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

/* INVENTORY-LAYOUT FORMATTING
------------------------------------------------*/
/*.cf {background:rgba(255,255,255,1); background:#fff;}*/

/* TEXT/LINK FORMATTING
------------------------------------------------*/

/* LINKS */
a:link,
a:visited {
    color: #a42b20;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

/* PARAGRAPH/LIST/GENERAL TEXT */
p,
ul,
li {
    font-size: 18px;
    color: #363636;
    line-height: 1.4;
}

/* HEADERS */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 30px;
    color: #0f0f0f;
}

h2 {
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #363636;
    font-weight: 700;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
    clear: both;
}

hr {
    border-color: #a42b20;
    border-width: 2px
}

.center {
    text-align: center;
}

.responsive-break {
    display: none;
}

body {
    min-width: 320px;
    width: 100%;
    margin: 0;
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif;
}

.wrap-inv {
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    position: static !important;
    margin: 0 auto !important;
}

.wrap-inv,
.wrap-inv * {
    box-sizing: border-box;
}

.wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.white-border {
    border: 4px solid #fff;
    box-sizing: border-box;
}

.red-background {
    background: #a42b20;
}

.white-background {
    background: #fff;
}

.bullet {
    display: inline-block;
}

::selection {
    color: #fff;
    background: #356088;
}

::-moz-selection {
    color: #fff;
    background: #356088;
}

/* HEADER
------------------------------------------------*/
header {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 40px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 66%, rgba(255, 255, 255, 0.66) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 66%, rgba(255, 255, 255, 0.66) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 66%, rgba(255, 255, 255, 0.66) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ffffff', endColorstr='#00ffffff', GradientType=0);
    box-sizing: border-box;
}

/* LOGO
------------------------------------------------*/
.logo-wide {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    z-index: 9;
}

.logo-mobile {
    max-width: 340px;
    width: 100%;
    z-index: 9;
    margin: auto;
    display: none;
}

/*  QUICKLINKS
------------------------------------------------*/
.quicklinks {
    max-width: 1080px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}

.notInventory .quicklink {
    position: relative;
    display: inline-block;
    width: 30%;
    min-width: 280px;
    height: auto;
    margin: 22px 1.5%;
    padding: 24px 0;
    text-align: center;
    background: #a42b20;
    box-shadow: 0 0 2px #363636;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}

.quicklink:first-child {
    margin-right: 3%;
    margin-left: 0;
}

.quicklink:last-child {
    margin-right: 0;
    margin-left: 3%;
}

.quicklink span {
    height: auto;
    padding: 0 37px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}

.quicklink:hover {
    transform: scale(1.03, 1.03);
    background: #ce4135;
    box-shadow: 0 0 5px #363636;
}

/* HERO
------------------------------------------------*/
.background {
    position: relative;
    width: 100%;
}

.background>img {
    position: fixed;
    width: 100%;
    min-width: 1000px;
}

.cycle-slideshow-contain {
    margin: 40px auto;
}

.cycle-slideshow {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.cycle-slideshow>img {
    width: 100%;
    display: block;
}

.hero-caption {
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 20px;
    text-align: center;
}

.hero-caption span {
    font-size: 42px;
}

/*  MAIN
------------------------------------------------*/
.contact-bar {
    display: flex;
    padding: 5px 0;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
}

.contact-bar-third {
    margin: 0 auto;
    display: inline-block;
}

.main {
    position: relative;
    width: 100%;
    margin: 40px auto;
    padding: 0px 20px 20px;
    box-sizing: border-box;
}

.wrap-inv .main {
    padding: 0;
}

.titles {
    padding: 10px 5px;
    text-align: center;
    box-sizing: border-box;
}

.titles p {
    font-size: 28px;
    color: #363636;
    font-weight: 700;
}

.titles span {
    font-size: 24px;
    color: #a42b20;
}

.fullpage {
    width: 100%;
    display: block;
    margin: 20px auto;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}

.wrap-inv .fullpage {
    margin: 0;
    padding: 0;
}

.third-page {
    display: inline-block;
    width: 33.3333%;
    *float: left;
    padding-right: 40px;
    vertical-align: top;
    box-sizing: border-box;
}

.two-third-page {
    display: inline-block;
    width: 66.6666%;
    *float: left;
}

/*  SCROLLING
------------------------------------------------*/
.scrolling-container {
    width: 100%;
    display: block;
    margin: 40px auto 0;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*  DETAILED SEARCH
------------------------------------------------*/
.column2 {
    width: 50.00000%;
    *width: 50%;
    margin-top: 5px;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.column3 {
    width: 33.33333%;
    *width: 31%;
    margin-top: 5px;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.column3-4 {
    width: 66.66666%;
    *width: 62%;
    margin-top: 5px;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.column4 {
    width: 100.00000%;
    *width: 100%;
    margin-top: 5px;
    float: left;
    box-sizing: border-box;
}

.submit-it {
    width: 33.33333%;
    *width: 31%;
    margin: 5px auto 0;
    box-sizing: border-box;
}

.detailed-row {
    margin: 10px 0 5px;
    font-size: 18px;
}

.last {
    padding-right: 0;
}

.detailed-form {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    !important;
    margin: auto;
    padding: 30px 0 40px;
    box-shadow: 0 1px 3px #363636;
    top: 40px;
    left: 0;
    right: 0;
}

.detailed-search input[type="text"],
select {
    width: 100%;
    margin: 2px 0;
    padding: 4px 8px;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.detailed-search input[type="text"]:focus {
    border: 1px solid #ce4135;
}

.detailed-search select:focus {
    border: 1px solid #ce4135;
}

textarea {
    height: 100px;
    width: 100%;
    margin: 2px 0;
    padding: 4px 8px;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea:focus {
    border: 1px solid #ce4135;
}

.detailed-search input[type="submit"] {
    font-size: 16px;
    background: #a42b20;
    width: 100%;
    margin-top: 10px;
    height: 46px;
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: 0 0 1px #333333;
    box-sizing: border-box;
}

.detailed-search input[type="submit"]:hover {
    background: #ce4135;
    transform: scale(1.01, 1.01);
    box-shadow: 0 0 3px #333333;
    cursor: pointer;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

/*  FOOTER
------------------------------------------------*/
footer {
    position: relative;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
    box-sizing: border-box;
    float: left;
}

.express {
    width: 50%;
    float: right;
}

.expresslogo {
    width: 50%;
    float: right;
    margin-top: 20px;
}

/*  Stylized Footers 
------------------------------------------------*/
.divfooter {
    max-width: 740px;
    width: 50%;
    /***** Truck 750px   Machine 680px   Tractor 590px   Controller 680px  AuctionTime 560px *****/
    color: #0f0f0f;
    float: right;
    line-height: 1;
    text-align: left;
}

.footertext {
    color: #0f0f0f;
    font-size: 10px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    color: #0f0f0f;
    font-size: 10px;
    text-decoration: underline;
}

a.footerlink:hover {
    color: #0f0f0f;
    font-size: 10px;
    text-decoration: none;
}

.smallfootertext {
    color: #0f0f0f;
    font-size: 10px;
}

/*		Inventory
-----------------------------------------*/
.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 {
    background: #ce4135 !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: #ce4135 !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;
}

.list-content .list-title .list-listings-count {
    color: #ce4135 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 0 0 1rem !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count {
    margin: 0 3px 1rem 0 !important;
}

.section-head {
    width: 100% !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
    color: #ce4135 !important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn {
    background: #ce4135 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .detail-main-body .main-detail-data .alternate-retail-price {
    color: #ce4135 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    border: #ce4135 1px solid !important;
    color: #ce4135 !important;
}

.detail-content .detail-additional-data .data-row .data-label {
    background-color: #ce4135 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price {
    color: #ce4135 !important;
}

.contact-options a {
    background: #ce4135 !important;
}

.detail-content .search-results {
    color: #ce4135 !important;
}

.detail-content .search-results span {
    color: #ce4135 !important;
}

.list-content .list-top-section .listing-option-bar .list-listings-count {
    color: #ce4135 !important;
}

.btn,
.button {
    display: none !important;
}

.view-listing-details-link i,
.view-listing-details-link span,
.view-listing-details-link span:hover {
    color: white !important;
}



.mc-nav-controls {
    position: none !important;
}

@media screen and (max-width: 1000px) {
    #maincssmenu>ul:first-of-type {
        display: none !important
    }

    .logo-mobile {
        display: block;
    }
}

@media screen and (max-width: 950px) {
    .bullet {
        display: none;
    }

    .quicklink {
        direction: block;
        width: 100%;
        margin: 12px auto;
    }

    .quicklink:first-child {
        margin: 12px auto;
    }

    .quicklink:last-child {
        margin: 12px auto;
    }

    .contact-bar {
        display: block;
        padding: 10px 0;
    }

    .contact-bar-third {
        display: block;
        margin: 5px auto;
        font-size: 20px;
    }

    .third-page {
        display: block;
        width: 100%;
    }

    .two-third-page {
        display: block;
        width: 100%;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 750px) {
    .column3 {
        width: 100%;
        padding-right: 0;
    }

    .column3-4 {
        width: 100%;
        padding-right: 0;
    }

    .submit-it {
        width: 75%;
        min-width: 300px
    }
}

@media screen and (max-width: 677px) {

    .express {
        width: 50%;
        min-width: 250px;
        float: none;
        margin: 0 auto;
    }

    .expresslogo {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .divfooter {
        max-width: 740px;
        width: 100%;
        /***** Truck 750px   Machine 680px   Tractor 590px   Controller 680px  AuctionTime 560px *****/
        color: #0f0f0f;
        float: left;
        margin: 20px auto;
        line-height: 1;
        text-align: center;
    }

}

.notInventory div {
    /*
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
*/
}