﻿/***** 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;
}

h1.h1-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

h2.h2-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

h4.h4-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

body:not(.inventory-page) {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background: url(../siteart/subtle_dots.png) repeat;
  background-attachment: fixed !important;
  -webkit-text-size-adjust: none;
}

.tmt-page a:link,
.tmt-page a:visited,
.tmt-page a:active, .footerlink {
  text-decoration: none;
  color: #fff;
}

.tmt-page a:hover {
  text-decoration: underline;
  color: #fff;
}

.header-con .fab {color: #000; font-size: 24px; margin-left: 20px; margin-top: 5px;}
.header-con > div {
	display: flex;
	justify-content: flex-end;
}
.header-con > div i:hover{
	opacity: 0.6;
}

.header-link {
  color: #000 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header-link:hover {
  opacity: 0.6;
}

.hosted-content h3.h3-heading {
  color: #ffe410 !important;
}

.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {
  background: #ffe410 !important;
  color: #000 !important;
}

.hosted-content input[type="submit"],
.hosted-content button[type="submit"],
.hosted-content .btn,
.hosted-content .button {
  background: #ffe410 !important;
  color: #000 !important;
}

.hosted-content input[type="submit"],
.hosted-content button[type="submit"],
.hosted-content .btn:hover,
.hosted-content .button:hover {
  background: #ccc !important;
  color: #000 !important;
}

.hosted-content .listings-wrapper .sort-box {
  background: #ffe410 !important;
  color: #000 !important;
}

.show-menu-for-mobile {
  display: none;
}

/* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

/* BEGIN TOP RUNNER */

.top-runner-wrap {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.top-runner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    
    color: #fff;
    background-color: #ff6600;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    
    transition: 0.3s ease all;
    text-decoration: none !important;
    cursor: pointer;
}

.top-runner:hover {
    background-color: #003366;
    transition: 0.3s ease all;
}

.top-runner i {
    font-size: 18px;
}

/* END TOP RUNNER */

.header {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0px;
}

.logo {
  display: inline-block;
  float: left;
  max-width: 100%;
  height: auto;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.header-con {
  float: right;
  display: inline-block;
  text-align: right;
  color: #000;
  font-size: 18px;
}

.container {
  background: #003366 !important;
  height: auto !important;
  border-top: 2px solid #003366 !important;
  border-bottom: 2px solid #003366 !important;
}

.container-blur {
  background: url(../siteart/bg.png);
  margin: 0px auto;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  border-bottom: 2px solid #ff6600;
  padding: 20px 0px;
}

.wrapper {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
}

.home-wrapper {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
  display: static;
}

.logo-wrapper {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	
}

.logo-wrapper img {
  height: auto;
  max-width: 100%;
  display: inline-block;
  padding: 0px 3%;
}

.left:not(.column12) {
  width: 60%;
  margin: 100px 20%;
  max-width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}

.right:not(.column12) {
  position: relative;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}

.vid_text{
	position: absolute;
	top: 100px;
	left: 70px;
}

.vid_text h1.h1-heading{
	font-size: 32px;
	text-transform: none;
}

.vid_text h2.h2-heading{
	font-size: 85px;
	text-transform: none;
}

.vid_button{
	position: absolute;
	bottom: 170px;
	left: 70px;
	background: #ff6600;
	z-index: 10;
	text-align: center;
	padding: 0 70px;
	border-radius: 20px;
}

.vid_button h1.h1-heading{
	text-transform: none;
	line-height: 45px;
}

.vid_search{
	position: absolute;
	bottom: 85px;
	right: 70px;
}

@media screen and (max-width: 1450px){
	.right:not(.column12) {
		position: static;
	}
	.vid_text{
		position: static;
	}
	.vid_text h1.h1-heading{
		font-size: 3vw;
	}
	.vid_text h2.h2-heading{
		font-size: 7vw;
	}
	.vid_button{
		position: static;
		margin: 30px 0;
		padding: 0 10px;
	}
	.vid_button h1.h1-heading{
		line-height: none;
		font-size: 24px;
		margin: none;
	}
	.vid_search{
		position: static;
	}
	.left{
		margin: 50px 10%;
		width: 80%;
	}
}

.left img {
  max-width: 100%;
  max-height: 350px;
  height: 100%;
  border: 1px solid #ccc;
}
.ts-modal-content {
	background: #000 !important;
}
.ts-modal-container button.close{
	background: none !important;
	color: #aaa !important;
}
/******MAIN NAVIGATION same as used for CMS******/

.nav_background {
  /* 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: #66B2FF url("../siteart/nav.png") repeat-x;
}

#nav {
  position: relative;
  display: block;
  z-index: 1000;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
  width: 1200px;
  max-width: 100%;
}

#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: left;
  text-align: center;
}

#nav li ul {
  display: none;
}

#nav ul li a {
  /* appearance of the first-level links */
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 16px 20px;
  height: 1%;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

#nav ul li a:hover {
  /* appearance of the first-level links on hover */
  height: 1%;
  color: #fff;
  background: #e2ca0e;
}

#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 */
  border-left: 0;
  border-right: 0;
}

#nav ul li:last-child a {
  border-left: 0;
  border-right: 0;
}

#nav ul li:first-child {
  /* Optional-use, this targets first li */
  border-left: 0;
  border-right: 0;
}

/* 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 {
  border-right: 1px solid #333;
}

#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;
}

/* SEARCH FORM */

.mobilecontainer .wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 40px 10px!important;
}

.mobilecontainer h3.h3-heading {
	color: #ff6600;
	font-size: 32px;
	margin-bottom: 20px;
}

.mobilecontainer .flex-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
}

.hero-search label {
	color: white;
}

.hero-search .flex{
	display: flex;
	width: 400px;
}

.mobilecontainer .flex-row .form-half {
	display: inline-block;
}

.form-half input {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	border: 1px solid #B1B1B1;
}

.hero-search button i{
	display: inline-block;
	transition: .3s ease;
	color: #000;
	background: #ff6600;
	border: none;
}

.hero-search button {
	border-radius: 0 5px 5px 0;
}

/* END SEARCH FORM */

/*--------Scrolling Inventory--------*/

.mobilecontainer {
/*  overflow: hidden;*/
  /* must have this property for mobile phones and tablet display! */
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 10px 0px 40px;
}

iframe.banner {
  width: 100%;
  height: 92px;
  background: #fff;
}

button {
  background: #ff6600;
  color: #000;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}

/*  ENQUIRY FORM
------------------------------------------------*/

.form {
  display: block !important;
}

.enquiryform {
  display: none;
  margin: 0 auto;
}

.enquiryform ul {
  padding: 0 0 0 0;
  margin: 2px 0 0 2%;
}

.enquiryform p {
  font-size: 14px;
  line-height: 19px;
}

.enquiryform input {
  margin: 15px 1% 0px 0;
  float: left;
  display: inline-block;
  width: 47%;
  max-width: 100%;
  color: #767475;
  font-size: 16px;
  background: #fff;
  padding: 6px 5px 6px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px #b2abad solid;
  font-family: "Montserrat", sans-serif;
}

.enquiryform textarea {
  margin: 15px 1% 0px 0;
  float: left;
  display: inline-block;
  width: 47%;
  max-width: 100%;
  color: #767475;
  font-size: 16px;
  background: #fff;
  padding: 6px 5px 6px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px #b2abad solid;
  font-family: "Montserrat", sans-serif;
}

.enquiryform select {
  margin: 15px 1% 0px 0;
  float: left;
  display: inline-block;
  width: 48%;
  max-width: 100%;
  color: #767475;
  font-size: 16px;
  background: #fff;
  padding: 5px 5px 5px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px #b2abad solid;
  font-family: "Montserrat", sans-serif;
}

/*****
.enquiryform .short-field {
	width:14.5% !important;
}

.enquiryform .long-field {
	width:100% !important;
}

.enquiryform .xl-field {
	width:51.8%;
}



.enquiryform .full-field {
	width:49%;
}
***/

.enquiryform .message-field {
    width: 96%;
    height: 100px;
    text-align: left;
}

.enquiryform .capthca {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  line-height: 19px;
  text-align: center;
}

.enquiryform .capthca a {
  color: #fff;
}

.enquiryform .capthca input {
  margin: 0;
  float: none;
}

.submit {
  width: 20%;
  margin: 0 auto;
}

.enquiryform .submit .submit-btn {
  width: 100%;
  min-width: 100%;
  float: none !important;
  background: #ffe410;
  color: #000;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  margin: 10px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.enquiry {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 3% 0;
}

/*control the Captcha */

.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  line-height: normal !important;
}

.CaptchaPanel img {
  margin: 0 auto;
  padding: 10px 0px;
}

.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;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: #000;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

.parts-top-container {
  width: 100%;
  display: flex;
}

.col-6 {
  width: 50%;
}

.col-6 .partslide {
  padding: 0 10px;
}

.parts-wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

.parts-top-container h1.h1-heading {
  margin-bottom: 20px;
}

.parts-top-container p {
  margin-bottom: 20px;
}

.inner-list {
  margin-bottom: 20px;
}

.inner-list li {
  list-style-type: none;
  color: #fff;
  padding: 10px;
}

.inner-list li:nth-of-type(odd) {
  background: #454545;
}

.parts {
  width: 25%;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 0px;
}

.parts img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: none;
  display: table-header-group;
  font-weight: bold;
}

.divTableCell,
.divTableHead {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  display: table-cell;
  padding: 1% 10px;
  text-align: center;
  width: 33%;
}

.divTableCelllast {
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  display: table-cell;
  padding: 1% 10px;
  text-align: center;
  width: 33%;
}

.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.last {
  border-bottom: 1px solid #999999;
}

/* CONTACT US PAGE */

.fb-map {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.fb-map div {
    width: 50%;
    height: 100%;
}

.fb-map img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 300px;
}

.fb-map div iframe {
    align-self: stretch;
}
@media screen and (max-width: 900px) {
    .fb-map {
        flex-direction: column;
    }
    .fb-map div{
        width: 100%
    }
}
/* END CONTACT US PAGE */

.footer {
  background: #000;
  border-top: #ff6600 2px solid;
  max-width: 100%;
}

.footwrap {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
  vertical-align: top;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a.footerlink:hover {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.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;
  margin: 0 auto;
}

.quicklinks {
  float: left;
  display: inline-block;
}


/* INVENTORY */
.page-type-toggle{ color: #000;}
.media-buttons a, .dealer-contact h2.h2-heading{
	color: #000 !important;
}

.compare-container{
	background: #fff !important;
	color: #000 !important;
}
.return-links *, .compare-title{
	
	  color: #e2ca0e !important;
}
.compare-container .button, .fin-calc-btn-mobile{
	
  background: #e2ca0e !important;
	  color: #000 !important;
}
.compare-price, .compare-label span{
	
	  color: #000 !important;
}.calculator-form, .calculator-form .calc-output{
	background: none !important;
}
/************************************************ Responsive Styles **/

@media screen and (max-width: 1610px) {
  .logo-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
  }
}

@media screen and (max-width: 1452px) {
  .logo-wrapper img {
    padding: 0px 2%;
  }
}

@media screen and (max-width: 1280px) {
  .show-menu-for-mobile {
    display: none;
  }
  #nav ul li a {
    font-size: 13px;
    line-height: 20px;
    padding: 16px 16px;
  }
  #nav {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    width: 991px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1270px) {
  .logo-wrapper img {
    padding: 0px 1%;
  }
}

@media screen and (max-width: 1129px) {
  .logo-wrapper img {
    padding: 0px 0%;
  }
}

@media screen and (max-width: 1023px) {
  .show-menu-for-mobile {
    display: block;
  }
  .hide-for-mobile {
    display: none;
  }
  .hide {
    display: none;
  }
  /******************styles for the main site navigation during mobile display*************/
  #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;
  }
  h1.h1-heading {
    font-size: 24px;
    line-height: 26px;
  }
  h2.h2-heading {
    font-size: 32px;
    line-height: 40px;
  }
  body {
    font-size: 14px;
    line-height: 24px;
    -webkit-text-size-adjust: none;
  }
  .header {
    text-align: center;
  }
  .logo {
    float: none;
  }
  .header-con {
    float: none;
    text-align: center;
    font-size: 16px;
  }
	.header-con > div a:first-child {
		margin-left: 0;
	}
	.header-con > div {
		justify-content: center;
	}
	
.header-con > div 
  .footwrap {
    text-align: center;
  }
  .divfooter {
    width: 600px;
    max-width: 100%;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  .quicklinks {
    display: none;
  }
  .home-wrapper {
    text-align: center;
  }
  .left {
    width: 90%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: center;
  }
  .right {
    width: 90%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 20px;
  }
  .left img {
    display: inline-block;
    max-height: auto !important;
  }
  .enquiryform input {
    width: 100%;
  }
  .enquiryform select {
    width: 100%;
  }
  .enquiryform .full-field {
    width: 100%;
  }
  .enquiryform .xl-field {
    width: 100% !important;
  }
  .enquiryform .short-field {
    width: 100% !important;
  }
  .enquiryform .short-field {
    width: 100% !important;
  }
  .enquiry {
    width: 100%;
    text-align: center;
  }
  .parts {
    width: 50%;
  }
}

@media screen and (max-width: 1015px) {
  .logo-wrapper img {
    padding: 0px 3%;
  }
}

@media screen and (min-width: 980px) {

	.logo-wrapper img {
		
    	height: 130px;
		max-width: 16.6667%;
		box-sizing: border-box;
		height: auto;
	}
}
@media screen and (max-width: 928px) {
	.mobilecontainer .wrapper{ 
		width: 400px!important;
	}
}

@media screen and (max-width: 850px) {
  .parts-top-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .col-6 {
    width: 100%;
  }
  .col-6 .partslide {
    padding: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 320px) {
  .show-menu-for-mobile {
    display: block;
  }
  .hide-for-mobile {
    display: none;
  }
  .hide {
    display: none;
  }
  /******************styles for the main site navigation during mobile display*************/
  #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;
  }
  .header-con {
    font-size: 14px;
  }
  .logo-wrapper img {
    padding: 0px;
  }
  .parts {
    width: 100%;
  }
  .divTableCell,
  .divTableHead {
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    display: inline-block;
    padding: 1% 0px;
    text-align: center;
    width: 100%;
  }
  .divTableCelllast {
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    display: inline-block;
    padding: 1% 0px;
    text-align: center;
    width: 100%;
  }
  .divTableHeading {
    background-color: none;
    display: inline-block;
    font-weight: bold;
  }
  #empty {
    display: none;
  }
}

/*---- faceted links  ----*/
.des-email-this, .options-popper-btn, .list-title-text, .legal-text-container, .title-media-buttons-heading {
	color: #fff!important;
}
.recommended-listings-section * {
	color: #000!important;
}
.list-content .list-main-section .list-container,
.detail-content {
  padding-top: 20px !important;
}

.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,
.g-recaptcha.button{
  background: #e2ca0e !important;
	  color: #000 !important;
}

.faceted-search-content .faceted-section-head {
  background: #e2ca0e !important;
  color: #000 !important;
}
.faceted-search-content .faceted-section-head h5 {
  color: #000 !important;
}

.modal-bg .modal-content,
.modal-content .modal-top .modal-title,
.list-content .list-listing-mobile,
.mobile-breadcrumb .breadcrumbs-element{
  color: #000 !important;
}


.listing-card-grid h3.listing-portion-title{
	color: #e2ca0e;
}

.phone-link{
	color: black;
}
.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 #e2ca0e !important;
  color: #e2ca0e !important;
}

.list-content .list-main-section .list-container .list-listing,
.list-content .listing-bottom .listing-description-text,
.detail-content .detail-additional-data .data-row .data-value {
  color: #000 !important;
}

  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name {
  margin-top: 0 !important;
}

@media screen and (max-width: 785px) {
  .listing-option-mobile .listing-option-bar {
    background: #e2ca0e !important;
	  color: #000 !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: #fff !important;
  }
}

@media (max-width: 992px) {
  .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,
  .contact-options a {
    background: #e2ca0e !important;
	  color: #000 !important;
  }
  .list-content .list-listing-mobile .price-container .price {
    color: #e2ca0e !important;
  }
  .fin-calc p,
  .fin-calc strong,
  .dealer-info a {
    color: #e2ca0e !important;
  }
  .list-content .list-listing-mobile .email-seller-link {
    height: 38px !important;
  }
  .spec-container a,
  .list-content .list-listing-mobile .listing-portion-title {
    color: #e2ca0e !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 #e2ca0e !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: #fff !important;
  }

  .list-content .list-listing-mobile .listing-description-text,
  .faceted-search-content
    .faceted-section-box
    .faceted-option-checkbox-container
    .option-name {
    color: #fff !important;
  }

  .detail-content-mobile .detail-additional-data .data-row .data-value {
    color: #000 !important;
  }
}

@media (max-width: 440px) {
	.hero-search .flex{
		width: 100%;
	}
	.mobilecontainer .wrapper {
		width: 200px!important;
	}
}
