﻿/***** BEGIN 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;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
img {
    display: block;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
        url('../fonts/raleway-bold-webfont.woff') format('woff'),
        url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
        url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'open_sansregular';
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #036d38;
    font-weight: bolder;
}

a:hover {
    text-decoration: none;
    color: #a3a2a2;
    transition: color .8s ease-in-out;
    -moz-transition: color .8s ease-in-out;
    -webkit-transition: color .8s ease-in-out;
}

h1 {
    font-family: 'ralewaybold';
    font-size: 24px;
    line-height: 24px;
    color: #05ab57;
    text-transform: uppercase;
}

h2 {}

h3 {}

.wrapper {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
}

.inv-wrapper {
    background: #fff;
}

.logo {
    position: relative;
    z-index: 9002;
    padding: 10px 5%;
    width: 400px;
    max-width: 100%;
}

.logo img {
    max-width: 100%;
    height: auto;
}

#header {
    background-image: url(../siteart/headerbg.png);
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 999;
    position: relative;
}

.show-menu-for-mobile {
    display: none;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .slider-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255, 0.85);
	padding: 20px;
	width: 90%;
	max-width: 1000px;
	z-index: 1000;
	text-align: center;
}

.slider-text span {
	    font-family: 'ralewaybold';
    font-size: 24px;
    line-height: 24px;
    color: #05ab57;
    text-transform: uppercase;
}

.mobile-only.slider-text {
	position: static;
	padding: 10px 5%;
	display: none;
}

/* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

/*-------------------- SLIDES STYLING-------------------------*/

#slide1 {
    background: #fff;
    color: #000;
    height: auto;
    margin: 0 auto;
}

#slide3 {
    background: url(../siteart/jumbobg.png) 50% 0 no-repeat fixed;
    color: #fff;
    height: auto;
    padding: 30px 0 30px 0;
    background-size: cover;
	background-color:black;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #05ab57;
    padding: 10px 0px;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/******NAVIGATION******/
.navigation_container {
    /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    text-align: center;
    background: #058545;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    z-index: 9001;
    position: relative;
    top: -100px;
}

#nav {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    width: 1028px;
}

#nav ul,
#nav li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#nav ul li {
    display: block;
    position: relative;
    float: right;
    text-align: center;
}

#nav li ul {
    display: none;
}


#nav ul li a {
    /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    padding: 10px 25px;
    height: 1%;
    text-transform: uppercase;
    background: #058545;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    text-align: center;
    font-family: ralewaybold;
}


#nav ul li a:hover {
    /* appearance of the first-level links on hover */
    height: 1%;
    color: #fff;
    background: #036d38;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}



#nav ul li li a {
    /* appearance of the sub-level links */
    width: 215px;
    padding: 8px 0 8px 15px;
    text-align: left;
    background: #090909;
    border-bottom: 1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

#nav ul li li a:hover {
    /* appearance of the sub-level links on hover */
    color: #fff;
    background: #4b0000 url("../siteart/nav-ro-bg.jpg") repeat-x;
}



/* Optional-use, Begin targeting styles of first and last links */
#nav ul li:last-child {
    /* Optional-use, this targets last li */
}

#nav ul li:last-child a {}

#nav ul li:first-child {
    /* Optional-use, this targets first li */
}

/* Optional-use, cancells out border for subnav li containers*/
#nav ul li li:last-child {
    border-left: 0;
    border-right: 0;
}

#nav ul li li:last-child a {}

#nav ul li li:first-child {
    border-left: 0;
    border-right: 0;
}

/* Optional-use, End targeting styles of first and last links */



/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#nav ul li:hover>ul {
    display: block;
    line-height: 18px;
    /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background: #4b0000;
    /* make sure your background color always matches your link styles!*/
}

#nav ul ul li {
    float: none;
    position: relative;
}


.fb-page {
    float: none;
    display: inline-block;
    width: 40%;
    max-width: 100%;
    vertical-align: top;
}

.agweb {
    float: none;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.social {
    text-align: center;
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
}

.weather {
    width: 216px;
    max-width: 100%;
    float: left;
    display: inline-block;
}

.quicklinks {
    max-width: 100%;
    float: right;
    display: inline-block;
    text-align: right;
}

a.quicklink:link,
a.quicklink:visited,
a.quicklink:active {
    text-decoration: underline;
    color: #fff;
}

a.quicklink:hover {
    text-decoration: none;
    color: #036d38;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
	text-decoration: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #036d38;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 600px;
    max-width: 100%;
    text-align: right;
    float: right;
    display: inline-block;
}

.footerwrap {
    background: #000;
    padding: 0px;
    border-top: 2px solid #05ab57;
}


/************************************************ FACETED INVENTORY Styles **/
.view-listing-details-link {
    color: white !important;
}

#inv {
    padding: 5% 0;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
    font-family: bahnschrift, urw-din, sans-serif !important;
}

/* Reset font, ignore icons */

.listing-top-right a,
.lower-detail-data-left button,
.send-email-btn,
.media-buttons a,
.media-buttons button,
.faceted-search,
.listing-dealer-info a,
.view-listing-details-link,
.main-detail-data .contact-options a,
.fin-calc-btn-mobile,
.selected-facet,
.page-nav,
.apply-button,
.back-button,
.calculator-btn,
.mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin: 2px 3px 3px 4px;
}

.faceted-text-input-searchType .search-type input[type=checkbox],
.faceted-text-input-searchType .search-type input[type=radio] {
    margin: 0px 3px 0px 6px;
}


.bread-crumbs-heading .return-links .return-links-link span,
#no-compare-listings,
.bread-crumbs-heading .return-links .return-links-link i {
    color: #05ab57 !important;
}


.hosted-content .attachment-search .search-checkboxes label .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0px !important;
}

.view-listing-details-link,
.selected-facet,
.view-listing-details-link,
.buy-now-link,
.check-availability-link,
.email-seller-link,
.offer-btn,
.buy-btn,
.dealer-phone-mobile,
.offer-btn-mobile,
.send-email-btn-mobile,
.send-wholesale-email-btn-mobile,
.fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button,
.dealer-btns-bottom a {
    background: #05ab57 !important;
}

.selected-facet,
.dealer-phone-mobile,
.offer-btn,
.offer-btn-mobile,
.fin-calc-btn-mobile,
.send-wholesale-email-btn-mobile,
.send-email-btn-mobile,
.buy-now-link,
.view-listing-details-link,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button {
    border: solid 1px #05ab57 !important;
    transition: ease all 0.2s !important;
}

.selected-facet:hover,
.dealer-phone-mobile:hover,
.offer-btn:hover,
.offer-btn-mobile:hover,
.fin-calc-btn-mobile:hover,
.send-wholesale-email-btn-mobile:hover,
.send-email-btn-mobile:hover,
.buy-now-link:hover,
.view-listing-details-link:hover,
.main-detail-data .contact-options a:hover,
button.g-recaptcha.button:hover,
.page-nav:hover,
.apply-button:hover,
.mobile-done-button:hover,
.dealer-btns-bottom a:hover {
    background: #fff !important;
    color: #05ab57 !important;
}

.check-availability-link,
.email-seller-link,
.video-chat-link,
.faceted-search,
.faceted-show-all-btn,
.cs-btns a,
.calculator-btn {
    background: #000 !important;
    border: solid 1px #000 !important;
    transition: ease all 0.2s !important;
}

.check-availability-link:hover,
.email-seller-link:hover,
.video-chat-link:hover,
.faceted-search:hover,
.faceted-show-all-btn:hover,
.cs-btns a:hover,
.calculator-btn:hover {
    background: #fff !important;
    color: #000 !important;
}

.list-content .list-title .list-listings-count,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
#inv .error-message,
#inv .info,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-price,
.compare-price,
.compare-title {
    color: #000 !important;
}

/* heading */
.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.main-detail-data .detail-title,
.parts-title-text {
    padding-left: 4px;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.part-detail-additional-data .data-label,
.part-detail-content .detail-contact-bar {
    background: #000 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-page-nav,
.contact-options a {
    background: #000 !important;
}

.list-main-section .contact-options a {
    border: #000 solid 1px !important;
    transition: ease all 0.2s !important;
}

.list-main-section .contact-options a:hover {
    background: transparent !important;
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container a,
.back-button {
    border-color: #000 !important;
    color: #000 !important;
}

.material-icons,
.collapsible-content a {
    color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
    background-color: #000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    margin-right: 0 !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
    height: 48px !important;
    box-sizing: border-box;
}


li.pub_date {color:#000!important;}

/* CSS Document */




/************************************************ Responsive Styles **/
@media screen and (max-width: 1350px) and (min-width:321px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #000;
    }

    #nav {
        display: none;
    }

    .weather {
        float: none;
    }

    .quicklinks {
        float: none;
        text-align: center;
    }

    .divfooter {
        width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
    }

    .footerwrap {
        text-align: center;
    }

    .wrapper {
        width: 95%;
    }

    .logo {
        position: relative;
        z-index: 9002;
        padding: 10px 0px;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }

}




@media screen and (max-width: 1024px) and (min-width:321px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 1000;
        margin: 0.25rem 0 0 0.5rem;
        color: #000;
    }

    #nav {
        display: none;
    }

    .weather {
        float: none;
    }

    .quicklinks {
        float: none;
        text-align: center;
    }

    .divfooter {
        width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
    }

    .footerwrap {
        text-align: center;
    }

    .wrapper {
        width: 95%;
    }

    .logo {
        position: relative;
        z-index: 999;
        padding: 10px 0px;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }

    .fb-page {
        width: 100%;
        margin: 0 auto;
        padding: 0px 0px 10px 0px;
    }

    .agweb {
        max-width: 100%;
        margin: 0 auto;
    }


}

@media screen and (max-width: 500px) {
	.slider-wrapper .slider-text {
		display: none;
	}
	.mobile-only.slider-text {
		display: block;
	}
}

@media screen and (max-width: 320px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #000;
    }

    #nav {
        display: none;
    }

    .weather {
        float: none;
    }

    .quicklinks {
        float: none;
        text-align: center;
    }

    .divfooter {
        width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
    }

    .footerwrap {
        text-align: center;
    }

    .fb-page {
        padding: 0px 0px 10px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .wrapper {
        width: 95%;
    }

    .logo {
        position: relative;
        z-index: 9002;
        padding: 10px 0px;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }

    .agweb {
        max-width: 100%;
        margin: 0 auto;
    }


}