/***** BEGIN RESET *****/

* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}


/***** END RESET *****/


/*
font-family:'Montserrat', sans-serif;
font-family:'Oswald', sans-serif;
*/

header,
nav,
article,
footer,
img {
    display: block;
}

body {
    background: #4d4d4d;
    color: #000;
    line-height: none;
    font-size: 16px;
    font-weight: normal;
    -webkit-text-size-adjust: none;
    font-family: 'Montserrat', Arial, sans-serif;
}

.clear-it:after {
    content: "";
    display: block;
    clear: both;
}

.wrap {
    width: 88%;
    margin: 0 auto;
}

.show-tablet,
.show-640,
.show-480 {
    display: none;
}

.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column7,
.column8,
.column9,
.column10,
.column11,
.column12 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.column1 {
    width: 8.33333%;
}

.column2 {
    width: 16.66666%;
}

.column3 {
    width: 25%;
}

.column4 {
    width: 33.33333%;
}

.column5 {
    width: 41.66666%;
}

.column6 {
    width: 50%;
}

.column7 {
    width: 58.33333%;
}

.column8 {
    width: 66.66666%;
}

.column9 {
    width: 75%;
}

.column10 {
    width: 83.33333%;
}

.column11 {
    width: 91.66666%;
}

.column12 {
    width: 100%;
}

.col-pad-lt {
    padding: 0 0 0 2%;
}

.col-pad-rt {
    padding: 0 2% 0 0;
}

.col-pad-center {
    padding: 0 1%;
}

.gray-divide {
    height: 1px;
    background: #ddd;
    width: 100%;
    display: block;
    margin: 25px 0;
}

.auto-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}


/****** typography styles **/

p {
    margin-bottom: 16px;
    line-height: 135%;
}

.no-margin {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 38px;
    margin-bottom: 16px;
    line-height: 125%;
}

h2 {
    font-size: 32px;
    margin-bottom: 14px;
}

h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

h4 {
    font-size: 26px;
    margin-bottom: 6px;
}

h5 {
    font-size: 24px;
    margin-bottom: 0px;
}

h6 {
    font-size: 20px;
    margin-bottom: 3px;
}

.orange {
    color: #ffab00;
}

.dk-gray {
    color: #303030;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

a.orange-icon-btn {
    text-decoration: none;
    display: block;
    background: #ffab00;
    text-align: center;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
}

a.orange-icon-btn .btn-icon {
    width: 25%;
    background: #cc8900;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
}

a.orange-icon-btn .btn-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    margin: 0 -10px 0 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #cc8900;
}

a.orange-icon-btn:hover {
    background: #E59A00;
}

a.gray-icon-btn {
    text-decoration: none;
    display: block;
    background: #5f5f5f;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
}

a.gray-icon-btn .btn-icon {
    width: 25%;
    background: #4c4c4c;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
}

a.gray-icon-btn .btn-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    margin: 0 -10px 0 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #4c4c4c;
}

a.gray-icon-btn:hover {
    background: #333;
}

.btn-icon img {
    width: 80%;
    height: auto;
    max-width: 55px;
    margin: 0 auto;
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
}

.btn-text {
    padding: 25px 0;
    display: block;
    width: 75%;
    margin-left: 25%;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.caps {
    text-transform: uppercase;
}


/****** header styles **/

.top-bar {
    width: 100%;
    display: block;
    background: #ffab00;
    padding: 12px 0;
}

.orange {
    color: #ffab00;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.top-bar a:hover {
    color: #999;
}

.top-bar i {
    font-size: 20px;
}

.phones a {
    margin-right: 45px;
}

.phones i {
    vertical-align: middle;
    margin-right: 5px;
}

.icon-block {
    text-align: right;
}

.icon-block a {
    margin-left: 20px;
}

.logo {
    width: 34%;
    float: left;
    margin-right: 2%;
}

.logo img {
    width: 100%;
    height: auto;
    max-width: 403px;
}


/****** nav styles **/

nav {
    width: 64%;
   	float: left;
    margin-top: 47px;
}

nav li {
    position: relative;
    display: inline-block;
}

nav a:link,
nav a:active,
nav a:visited {
    text-decoration: none;
    padding: 0 16px;
    color: #000;
    display: block;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
}

nav a:hover {
    color: #ffab00;
}
/*
nav ul ul {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 30px;
    left: 0;
    width: 200px;
    background: #eee;
    text-align: left;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #ddd;
}

nav ul li:hover>ul {
    display: block;
    z-index: 99999;
}

nav ul ul li {
    float: none;
    position: relative;
    display: block;
}

nav ul ul li a:link,
nav ul ul li a:active,
nav ul ul li a:visited {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0px 7px 10px;
    border-bottom: 1px solid #666;
    color: #000;
}

nav ul ul li a:hover {
    background: #000;
    color: #fff;
}

*/


/****** home content styles **/

.cycle-slideshow {
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 2;
	background: #fff;
}

.cycle-slideshow div.slide {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tagline h2 {
    font-size: 48px;
    font-weight: 400;
}

.tagline {
    padding: 3% 0 25% 0;

}

.tagline h2 strong,
.tagline h2 em {
    font-family: 'Oswald', sans-serif;
}

.inv-btns {
    width: 100%;
    display: block;
    background: url('../siteart/pattern-bg.jpg') repeat;
    padding: 40px 0;
}

.loc-contact-box {
    background: #606060;
    width: 100%;
    display: block;
}

.loc-directions {
    padding: 50px 6%;
}

.loc-map {
    display: block;
}

.loc-map iframe {
    width: 100%;
    display: block;
}

.auc-box {
    width: 100%;
    display: block;
    background: #ffab00;
    padding: 25px 0;
}

.auc-box-text {
    padding: 0 5%;
}


/****** content styles **/

article {
    width: 100%;
    background: #fff;
    padding: 35px 0;
}

article.machine-bg {
    background: #fff url('../siteart/construction-bg.jpg') no-repeat left center;
    background-size: cover;
    border-bottom: 1px #fff solid;
}

.sm-loc-map {
    display: block;
}

.sm-loc-map iframe {
    width: 100%;
    height: 350px;
    display: block;
}


/* Sale Listing */

.flex {
    display: flex;
}

.sale-listing {
    background: #fff;
    padding: 50px;
}

.sale-listing .wrap {
    background: #e6e6e6;
    padding: 25px;
}

.listing-left {}

.listing-right {
    padding-left: 25px;
}


/****** footer styles **/

.scroll-frame {
    width: 100%;
    display: block;
    background: url('../siteart/pattern-bg.jpg') repeat;
    padding: 25px 0;
    overflow: hidden;
}

.scroll-frame iframe {
    width: 100%;
    display: block;
    height: 90px
}

footer {
    width: 100%;
    padding: 25px 0;
    text-align: right;
}

.foot-logo {
    margin-bottom: 15px;
}

.foot-logo img {
    float: right;
    width: 100%;
    height: auto;
    max-width: 302px;
}

.copyright {
    font-size: 12px;
    color: #f4f4f4;
}

.copyright a {
    font-weight: 500;
    text-decoration: underline;
}


/****** form styles **/

#formpage label {
    display: block;
    margin-bottom: 3px;
}

#formpage input {
    width: 100%;
    width: calc(100% - 12px);
    padding: 6px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    font-size: 12px;
    margin-bottom: 15px;
}

#formpage textarea {
    width: 100%;
    width: calc(100% - 12px);
    padding: 6px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    font-size: 12px;
    height: 120px;
    margin-bottom: 15px;
}

#formpage select {
    width: 100%;
    width: calc(100% - 2px);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
    margin-bottom: 15px;
}

#formpage input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}


/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
    background: #ddd;
    color: #000;
    border: 1px solid #16598d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

a.button,
#formpage input.button,
#formpage input.button:focus {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 7px 0;
    background: #ffab00;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
}

#formpage input.button:hover {
    background: #000;
    color: #fff;
}


/*control the Captcha */

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaImagePanel img {
    width: 100%;
    height: auto;
    max-width: 160px;
    margin: 0 auto;
}

.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;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 5px 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/*  inventory */
nav.breadcrumbs{clear:both;}
.breadcrumbs li{float:left;padding-bottom: 2%;}
.breadcrumbs li a{font-size:inherit!important;padding:0;font-weight:200;}
.detail-main-body{clear:both;}



/****** responsive styles **/

@media screen and (max-width:1500px) {
    .btn-text {
        font-size: 20px;
    }
}

@media screen and (max-width:1220px) {
    .wrap {
        width: 94%;
    }

    nav {
        margin-top: 42px;
    }

    nav a:link,
    nav a:active,
    nav a:visited {
        font-size: 22px;
    }

    .btn-text {
        font-size: 18px;
    }

    article.machine-bg {
        background-position: 50% center;
    }

    .loc-directions {
        padding: 40px 3%;
    }
}

@media screen and (max-width:1024px) {
    .column6-ht:nth-of-type(odd) {
        clear: left;
        content: "";
        display: block;
    }

    .column1-ht {
        width: 8.33333%;
    }

    .column2-ht {
        width: 16.66666%;
    }

    .column3-ht {
        width: 25%;
    }

    .column4-ht {
        width: 33.33333%;
    }

    .column5-ht {
        width: 41.66666%;
    }

    .column6-ht {
        width: 50%;
    }

    .column7-ht {
        width: 58.33333%;
    }

    .column8-ht {
        width: 66.66666%;
    }

    .column9-ht {
        width: 75%;
    }

    .column10-ht {
        width: 83.33333%;
    }

    .column11-ht {
        width: 91.66666%;
    }

    .column12-ht {
        width: 100%;
    }

    .col-pad-lt-ht {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-ht {
        padding: 0 2% 0 0;
    }

    .col-pad-center-ht {
        padding: 0 1%;
    }

    .col-pad-clear-ht {
        padding: 0;
    }

    a.orange-icon-btn {
        margin: 10px 0;
    }

    nav {
        margin-top: 25px;
    }

    nav a:link,
    nav a:active,
    nav a:visited {
        font-size: 18px;
        padding: 0 10px;
    }

    .inv-btns {
        padding: 20px 0;
    }

    article.machine-bg {
        background-position: 62% center;
    }
}

@media screen and (max-width:850px) {
    .sale-listing .flex {
        flex-wrap: wrap;
    }

    .listing-left,
    .listing-right {
        width: 100% !important;
    }

    .listing-right {
        padding-left: 0;
    }

    .sale-listing .wrap {
        width: 100% !important;
    }
}

@media screen and (min-width:769px) {
    #mobile-nav {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .show-tablet {
        display: block;
    }

    .hide-tablet {
        display: none;
    }

    .column1-vt {
        width: 8.33333%;
    }

    .column2-vt {
        width: 16.66666%;
    }

    .column3-vt {
        width: 25%;
    }

    .column4-vt {
        width: 33.33333%;
    }

    .column5-vt {
        width: 41.66666%;
    }

    .column6-vt {
        width: 50%;
    }

    .column7-vt {
        width: 58.33333%;
    }

    .column8-vt {
        width: 66.66666%;
    }

    .column9-vt {
        width: 75%;
    }

    .column10-vt {
        width: 83.33333%;
    }

    .column11-vt {
        width: 91.66666%;
    }

    .column12-vt {
        width: 100%;
    }

    .col-pad-lt-vt {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-vt {
        padding: 0 2% 0 0;
    }

    .col-pad-center-vt {
        padding: 0 1%;
    }

    .col-pad-clear-vt {
        padding: 0;
    }

    body {
        font-size: 14px;
    }

    p {
        margin-bottom: 14px;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .top-bar {
        padding: 8px 0;
    }

    .top-bar a {
        font-size: 16px;
		color:#fff;
    }

    .top-bar i {
        font-size: 18px;
    }

    .logo {
        width: 44%;
    }

    #simple-menu {
        float: right;
        height: 35px;
        line-height: 35px;
        width: 80px;
        text-align: right;
        font-size: 18px;
        font-weight: 700;
        display: block;
        cursor: pointer;
    }

    .tagline h2 {
        font-size: 36px;
    }

    article.machine-bg {
        background-position: 30% center;
    }

    .main-content {
        background: rgba(255, 255, 255, 0.75);
        padding: 15px;
    }

    .loc-directions {
        padding: 25px 3%;
    }

    .loc-map iframe {
        height: 300px;
    }

    footer {
        padding: 15px 0;
    }

    .foot-logo img {
        float: none;
        margin: 0 auto;
    }

    .copyright {
        text-align: center;
    }
}

@media screen and (max-width:640px) {
    .column1-hp {
        width: 8.33333%;
    }

    .column2-hp {
        width: 16.66666%;
    }

    .column3-hp {
        width: 25%;
    }

    .column4-hp {
        width: 33.33333%;
    }

    .column5-hp {
        width: 41.66666%;
    }

    .column6-hp {
        width: 50%;
    }

    .column7-hp {
        width: 58.33333%;
    }

    .column8-hp {
        width: 66.66666%;
    }

    .column9-hp {
        width: 75%;
    }

    .column10-hp {
        width: 83.33333%;
    }

    .column11-hp {
        width: 91.66666%;
    }

    .column12-hp {
        width: 100%;
    }

    .col-pad-lt-hp {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-hp {
        padding: 0 2% 0 0;
    }

    .col-pad-center-hp {
        padding: 0 1%;
    }

    .col-pad-clear-hp {
        padding: 0;
    }

    .phones a {
        margin-right: 30px;
    }

    .icon-block a {
        margin-left: 15px;
    }

    .logo {
        width: 48%;
    }

    .tagline h2 {
        text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
    }

    .btn-icon img {
        width: 60%;
    }

    .btn-text {
        padding: 18px 0;
    }

    .auc-box-text {
        margin-bottom: 15px;
    }

    .foot-logo {
        margin-bottom: 7px;
    }

    .foot-logo img {
        max-width: 200px;
    }

    .copyright {
        font-size: 10px;
    }
}

@media screen and (max-width:480px) {
	
	.top-nav{
		flex-direction: column;
		align-items: center;
		font-size: 16px !important;
		
		a{
			font-size: 16px !important;
		}
		
		ul{
			justify-content: center !important;
		}
		
	}
	
    .show-480 {
        display: block;
    }

    .hide-480 {
        display: none;
    }

    .column1-vp {
        width: 8.33333%;
    }

    .column2-vp {
        width: 16.66666%;
    }

    .column3-vp {
        width: 25%;
    }

    .column4-vp {
        width: 33.33333%;
    }

    .column5-vp {
        width: 41.66666%;
    }

    .column6-vp {
        width: 50%;
    }

    .column7-vp {
        width: 58.33333%;
    }

    .column8-vp {
        width: 66.66666%;
    }

    .column9-vp {
        width: 75%;
    }

    .column10-vp {
        width: 83.33333%;
    }

    .column11-vp {
        width: 91.66666%;
    }

    .column12-vp {
        width: 100%;
    }

    .col-pad-lt-vp {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-vp {
        padding: 0 2% 0 0;
    }

    .col-pad-center-vp {
        padding: 0 1%;
    }

    .col-pad-clear-vp {
        padding: 0;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .phones,
    .icon-block {
        text-align: center;
    }

    .phones a {
        margin-right: 0;
        display: block;
    }

    .icon-block a {
        margin: 0 7px;
    }

    .logo {
        width: 60%;
    }

    .tagline h2 {
        font-size: 28px;
    }
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {
    .logo {
        width: 65%;
    }
}

/*---------------------------
-----  faceted links css ----
-----------------------------*/
.list-content .list-main-section .list-container {
    margin-top: 20px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
    margin-top: 12px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin-right: 5px !important;
}

.faceted-search-content .faceted-section-head {
    width: 100% !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,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.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,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button {
    background: #ffab00 !important;
}

.faceted-search-content .faceted-section-head {
    background: #ffab00 !important;
    color: #fff !important;
    box-sizing: border-box !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,
.detail-content .detail-main-body .main-detail-data .alternate-retail-price {
    color: #ffab00 !important;
}

.list-content .list-main-section .list-container .fin-calc {
    font-size: 14px !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 #ffab00 !important;
    color: #ffab00 !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: 992px) {

    .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,
    .mobile-breadcrumb,
    .list-content .list-listing-mobile .view-listing-details-link {
        background: #ffab00 !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #ffab00 !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #ffab00 !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #ffab00 !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 #ffab00 !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: #ffab00 !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;
    }


}

@media (max-width: 850px) {
    .tagline {
        background: rgba(255, 255, 255, 0.6);
        padding: 3% 0 25% 3%;
    }

    .cycle-slideshow .wrap {
        width: 100%;
    }

    .tagline h4 {
        font-size: 19px;
    }
}