﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

* {
	box-sizing: border-box !important;
}
/*===================== 
		Fonts
=======================*/


/*=====================
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    font-family: 'oswaldlight';
    margin: 0;
    padding: 0;
    background: url(../siteart/p6.png) repeat !important;
    color: #000;
}

svg:not(:root) {
    overflow: hidden; /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}

/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 1.5em;
    color: #5a4a42;
}

h1 {
    font-size: 36px;
    padding: 0 0 2% 0;
}

h2 {
    font-size: 30px;
    padding: 0 0 1.5% 0;
}

h3 {
    font-size: 24px;
    padding: 0 0 1% 0;
}

h4 {
    font-size: 20px;
    padding: 0 0 0.5% 0;
}

h5 {
    font-size: 18px;
    padding: 0 0 0 0;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

/*===================== 
	link styles 
=======================*/

a.link:focus {
    outline: thin dotted; /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #0D9DDA;
}


.appbutton {
}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

/*===================== 
	list styles 
=======================*/
ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}

/*===================== 
	header styles 
=======================*/
header {
    width: 100%;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 999999;
}

#header {
    position: fixed;
    width: 100%;
}

.logo {
    float: left;
    margin-left: 5%;
    margin-top: 1%;
}

.navbar {
    float: right;
    background: #0d9dda;
    width: 45%;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.shrink {
    background: #fff !important;
}

.shrink .logo {
    width: 100px;
    padding: 7px 0 0;
    position: relative;
    margin-top: 0;
    margin-left: 5%;
}

.shrink .navbar {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 25px;
}

.shrink .primary ul li a {
    color: #0d9dda;
}

/*===================== 
	content styles 
=======================*/
.wrapper {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}


/*=====================
	slideshow styles 
=======================*/
.slides {
url(../siteart/p6.png) repeat;
    padding: 0;
    color: #fff;
    position: relative;
}

/*.cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}*/
.cycle-slideshow img {
    width: 100%;
}

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager > * {
    cursor: pointer;
}

.atbutton {
    background: #0d9dda;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 4px solid #fff;
    -moz-box-shadow: 5px 5px 5px #3F3F3F;
    -webkit-box-shadow: 5px 5px 5px #3f3f3f;
    box-shadow: 5px 5px 5px #3f3f3f;
    padding: 5px;
    position: absolute;
    z-index: 99999;
    width: 20%;
    left: 8%;
    bottom: 15%;
    text-align: center;
}

.atbutton h4 {
    color: #fff;
}

.atbutton img {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -transform: scale(0.8);
}

.atbutton:hover {
    background: #5a4a42;
    -moz-transition: 0.25s all ease;
    -webkit-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
    padding: 10px;
    bottom: 16%;
}

/*===================== 
	welcome styles 
=======================*/
.welcome {
    border-bottom: 10px solid #0d9dda;
}

.welcomeleft {
    float: left;
    width: 70%;
}

.welcomeleft h3 {
    padding: 0;
}

.welcomeleft h4 {
    padding: 0;
    line-height: 1.2em;
}

.welcomeleft h1 {
    line-height: 1.2em;
}

.welcomeright {
    float: right;
    width: 25%;
}

.welcomebutton {
    padding: 15px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 96%;
    margin: 10px auto;
    text-align: center;
    background: #5a4a42;
}

.welcomeicon {
    width: 25%;
    float: left;
    color: #fff;
}

.welcometext {
    width: 75%;
    float: right;
    text-align: left;
}

.welcometext h3, .welcometext p {
    color: #fff;
    padding: 0;
    line-height: 1.2em;
}

.welcomebutton:hover {
    width: 100%;
    background: #0d9dda;
    -moz-transition: 0.25s all ease;
    -webkit-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.map {
    margin-top: 5px;
    border-top: 5px solid #ffcb08;
}

/*===================== 
	auction styles 
=======================*/
.auctionwrap {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

/*===================== 
	contact styles 
=======================*/
.contactleft {
    width: 20%;
    float: left;
}

.contactright {
    width: 75%;
    float: right;
}

/*===================== 
	Form styles 
=======================*/
#formpage {
    padding: 0 10px;
}

form {
    margin: 0 0 0;
}

label {
    display: block !important;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

input {
    font-family: 'Source Sans Pro', sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 10px;
}

input:focus {
    border: #2885b3 solid 1px;
}

input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

select {
    font-family: 'Source Sans Pro', sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

textarea {
    font-family: 'Source Sans Pro', sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}


/*=====================
	layout styles 
=======================*/
.padit {
    padding: 2% 0;
}

.scrolling {
    display: block;
    background: url(../siteart/scrollingbg.jpg) repeat;
    padding: 30px 0;
    border-top: #ffcd07 4px solid;
}


.ribbon {
    text-align: center;
    color: #fff;
    background: #38b749;
    border-bottom: #216c2b 5px solid;
    position: relative;
}

.ribbon h2 {
    color: #fff;
}

.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 142px;
    height: 70px;
    padding-top: 100px;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
}

a .linkbox {
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover .linkbox {
    color: #000;
}

.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}

/*--------Scrolling Inventory--------*/

.hosted-content .pagination > .drop-down-form select {
    width: 8% !important;
}

.hosted-content h1 {
    font-size: 24px !important;
}

.hosted-content h3 {
    font-size: 20px !important;
}

.mobilecontainer {
    overflow: hidden; /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0;
    background: #000;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #000
}


/*===================== 
	footer styles 
=======================*/

.pagebottom {
    background: #5a4a42;
    padding: 50px 0 0 0;
    position: relative;
    border-bottom: 30px solid #0d9dda;
}

.pagebottom p {
    color: #fff;
    font-size: 14px;
}

.pagebottom a {
    color: #fff;
}

.pagebottom a:hover {
    color: #0d9dda;
}

.footerlogo {
    position: absolute;
    top: -70px;
    left: 45%;
    right: 45%;
    width: 10%;
}

.footerpages {
    text-align: center;
}

.footerpages a {
    margin: 0 10px;
}

footer {
    margin: 10px auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #ffcb08;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #0d9dda;
}

.footertext {
    font-size: 11px;
    color: #fff;
}

.smallfootertext {
    font-size: 11px;
    color: #fff;
}

.divfooter {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

.white {
    height: 10px;
    background: #fff;
    width: 100%;
    margin-top: 30px;
}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1620px) {
    .logo {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin-left: 2%;
        margin-top: 0;
    }

    .shrink .logo {
        margin-left: 2%;
        width: 100px;
        padding: 0;
    }

    .shrink .navbar {
        padding-top: 20px;
    }

    .navbar {
        width: 50%;
    }

    .atbutton {
        width: 25%;
    }

    .welcomeleft {
        width: 65%;
    }

    .welcomeright {
        width: 30%;
    }

    .footerlogo {
        width: 12%;
        left: 44%;
        right: 44%;
    }
}

@media screen and (max-width: 1350px) {
    .logo {
        margin-left: 0;
    }

    .navbar {
        width: 55%;
    }

    .atbutton {
        width: 30%;
        left: 35%;
        right: 35%;
        bottom: 8%;
    }

    .atbutton:hover {
        padding: 5px;
        bottom: 8%;
    }

    .welcomeright {
        width: 33%;
    }

    .footerlogo {
        width: 15%;
        left: 42.5%;
        right: 42.5%;
    }

    .atlogo {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media screen and (max-width: 1100px) {
    .navbar {
        width: 60%;
    }

    .atbutton h4 {
        font-size: 18px;
    }

    h1 {
        font-size: 32px;
        padding: 0 0 2% 0;
    }

    h2 {
        font-size: 28px;
        padding: 0 0 1.5% 0;
    }

    h3 {
        font-size: 24px;
        padding: 0 0 1% 0;
    }

    h4 {
        font-size: 20px;
        padding: 0 0 0.5% 0;
    }

    h5 {
        font-size: 18px;
        padding: 0 0 0 0;
    }

    p {
        font-size: 16px;
    }

    .welcometext p {
        font-size: 16px;
    }

    .footerlogo {
        width: 18%;
        left: 41%;
        right: 41%;
    }

    .padit {
        padding: 4% 0;
    }

    .contactleft {
        width: 25%;
    }

    .contactright {
        width: 70%;
    }
}

@media screen and (max-width: 1000px) {
    .logo {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        margin-left: -20px;
        margin-top: -20px;
    }

    .shrink .logo {
        margin: -5px 0 -5px 2%;
    }

    .shrink nav.primary ul {
        text-align: right;
        margin-right: 2%;
    }

    .atbutton {
        width: 40%;
        left: 30%;
        right: 30%;
    }

    .navbar {
        width: 65%;
    }

    .welcomeleft {
        width: 60%;
    }

    .welcomeright {
        width: 38%;
    }

    .fa-3x {
        font-size: 2em !important;
        padding-top: 8px;
    }

    .footerlogo {
        width: 20%;
        left: 40%;
        right: 40%;
    }

    .contactleft {
        width: 30%;
    }

    .contactright {
        width: 65%;
    }
}

@media screen and (max-width: 800px) {
    .shrink .navbar {
        width: 100%;
        float: none;
        right: 0;
        padding: 0;
        top: 0;
    }

    .shrink .logo {
        display: none;
    }

    .wrapper, .auctionwrap {
        width: 92%;
    }

    /*.logo{float:none;text-align:center;margin:0 auto;padding-top:20px;margin-bottom:-20px;}
    .logo img{margin:0 auto !important;}*/
    .logo {
        -moz-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 20px;
        position: absolute;
        z-index: 1001;
        top: -80px;
        left: -30px;
    }

    .navbar {
        width: 100%;
        float: none;
        position: absolute;
        top: 25px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .atbutton, .atbutton:hover {
        width: 50%;
        left: 0;
        right: 0;
        top: 110%;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: auto;
        position: relative;
        margin: 20px auto 0 auto;
    }

    .welcomeleft, .welcomeright {
        width: 100%;
        float: none;
        margin: 2% auto;
    }

    .welcomeright {
        text-align: center;
    }

    .welcomebutton, .welcomebutton:hover {
        width: 47%;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 1%;
    }

    .welcometext p {
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .footerlogo {
        width: 24%;
        left: 38%;
        right: 38%;
    }

    .divfooter {
        width: 90%;
    }

    .atlogo {
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        position: absolute !important;
        right: -30px;
    }

    .contactleft {
        width: 35%;
    }

    .contactright {
        width: 60%;
    }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 600px) {
    .shrink .logo {
        display: none;
    }

    .shrink .navbar {
        padding-top: 0;
        width: 100%;
    }

    .atbutton, .atbutton:hover {
        width: 65%;
    }

    .footerlogo {
        width: 30%;
        left: 35%;
        right: 35%;
    }

    .footerpages a {
        font-size: 14px;
        margin: 0 5px;
    }

    .contactleft, .contactright {
        float: none;
        display: block;
        width: 100%;
        margin: 10px auto;
    }

    .contactright > iframe {
        width: 98% !important;
    }
}

@media screen and (max-width: 480px) {
    .cycle-slideshow {
        display: none;
    }

    .logo {
        left: -45px;
    }

    .slides {
        padding-top: 120px;
    }

    .atbutton, .atbutton:hover {
        width: 80%;
        margin: 5px auto 20px auto;
    }

    .welcomeleft, .welcomeright {
        margin: 4% auto;
    }

    .welcomebutton, .welcomebutton:hover {
        width: 90%;
        display: block;
        margin: 2% auto;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    p {
        font-size: 15px;
    }

    .footerlogo {
        width: 36%;
        left: 32%;
        right: 32%;
    }
}

@media screen and (max-width: 447px) {
    .pagebottom {
        padding: 20px 0 0 0;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .atbutton, .atbutton:hover {
        width: 90%;
    }

    .atbutton h4 {
        font-size: 16px;
    }

    .footerlogo {
        width: 40%;
        left: 30%;
        right: 30%;
    }

    .footerpages a {
        margin: 8px;
    }

    .atlogo {
        -moz-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
        right: -60px;
    }
}

/*=====================
   Faceted Links
=======================*/

.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;
	width: auto !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: #5a4a42 !important;
}

.faceted-search-content .faceted-section-head {
	background: #5a4a42 !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 {
	color: #5a4a42 !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 #5a4a42 !important;
	color: #5a4a42 !important;
}

.list-content .listing-bottom .listing-description-text {
	color: #000 !important;
}

.faceted-search-content .faceted-section-head h5 {
	color: white !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: #5a4a42 !important;
	}

	.list-content .list-listing-mobile .price-container .price {
		color: #5a4a42 !important;
	}

	.fin-calc p,
	.fin-calc strong,
	.dealer-info a {
		color: #5a4a42 !important;
	}

	.list-content .list-listing-mobile .email-seller-link {
		height: 38px !important;
	}

	.spec-container a,
	.list-content .list-listing-mobile .listing-portion-title {
		color: #5a4a42 !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 #5a4a42 !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: #5a4a42 !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: 800px) {
    .inventPage nav.mobile ul li a .fa {
        width: auto !important;
        background: transparent  !important;
        margin: 0 !important;
    }
    .fa, .far, .fas {
        font-family: FontAwesome !important;
    }
}
	
