﻿/***** 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;
}

.clear {
  clear: both;
  height: 0px;
  margin: 0;
}

/***** END RESET *****/

/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url("../fonts/roboto-condensed-v16-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v16-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-condensed-v16-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed")
      format("svg");
  /* Legacy iOS */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"),
    url("../fonts/roboto-condensed-v16-latin-italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v16-latin-italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-condensed-v16-latin-italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed")
      format("svg");
  /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
    url("../fonts/roboto-condensed-v16-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v16-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-condensed-v16-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed")
      format("svg");
  /* Legacy iOS */
}

/* roboto-condensed-700italic - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold Italic"),
    local("RobotoCondensed-BoldItalic"),
    url("../fonts/roboto-condensed-v16-latin-700italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v16-latin-700italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("../fonts/roboto-condensed-v16-latin-700italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed")
      format("svg");
  /* Legacy iOS */
}

body {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  font-size: 18px;
  -webkit-text-size-adjust: none;
}

td {
  vertical-align: top;
}

/***** Global text link style *****/

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

h1 {
  font-size: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  font-family: "Roboto Condensed", sans-serif;
}

h3 {
  font-weight: 400;
  font-size: 32px;
  font-family: "Roboto Condensed", sans-serif;
}

h4 {
  font-weight: 700;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
}

h5 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
}

p {
  /*margin-bottom:15px;*/
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
}

.wrapper {
  width: 96%;
  margin: 0 auto;
  max-width: 1170px;
}

.inv .wrapper {
  width: 100%;
}

.wrapper-lrg {
  width: 85%;
  margin: 0 auto;
}

.wrapper-sml {
  width: 92%;
  margin: 0 auto;
  max-width: 1000px;
}

.wrapper-smler {
  width: 85%;
  margin: 0 auto;
  max-width: 800px;
}

.grey-background {
  background: #ebebeb;
}

.grey-wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 1500px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.inv .grey-wrapper {
  width: 100%;
}

.padding20 {
  margin: 0 auto;
  padding: 20px 0;
}

.padding50 {
  margin: 0 auto;
  padding: 50px 0;
}

.padding200 {
  margin: 0 auto;
  padding: 100px 0;
}

/**SPANS**/
.topblue {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}

.center {
  text-align: center;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.small {
  font-weight: 400;
  font-size: 10px;
}

/**FORMS**/
input {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 10px 0;
}

input[type="checkbox"],
input[type="radio"] {
  width: 30px;
}

form {
  vertical-align: top;
  margin: 0 auto;
}

/*=====================
                HEADER
=======================*/
header {
  border-top: #22205f /*blue*/ solid 4px;
  border-bottom: #22205f /*blue*/ solid 4px;
}

.header-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

.header-wrapper.exception {
  width: auto;
  display: flex;
  /* justify-content: center; */
}

.heading-logo {
  float: left;
  padding: 30px 0;
}

.heading-logo img {
  display: inline-block !important;
}

.info-right {
  float: right;
  text-align: right;
  width: 65%;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 25px;
}

.info-right a {
  text-decoration: none;
  font-weight: 300;
}

.info-right a:hover {
  text-decoration: none;
}

.info-right-nav {
  float: right;
  text-align: right;
  width: 65%;
  padding: 0;
}

.top-white-text {
  text-decoration: none;
  text-transform: uppercase;
  float: right;
  margin: 0 0 0 0;
}

.top-white-text a {
  color: #000;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.top-white-text a:hover {
  text-decoration: underline !important;
  color: #fbad36;
  /*yellow*/
}

.top-white-text p {
  color: #fbad36;
  /*yellow*/
  font-weight: 700 !important;
  text-transform: uppercase;
}

.top-white-text h2 {
  color: #fbad36;
  /*yellow*/
  font-weight: 700 !important;
  text-transform: uppercase;
}

.diamondplate-background {
  background: url(../siteart/diamond-plate.jpg) repeat;
  border-bottom: #fbad36 solid 4px;
}

.diamondplate-wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 1500px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.main-pic {
  height: auto;
  margin: 0 auto;
  background: url(../siteart/cover.jpg) center center no-repeat;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.main-pic img {
  width: 100%;
  display: block;
}

.main-pic h2 {
  color: #22205f /*blue*/;
  font-style: italic;
}

.welcome-box {
  text-align: center;
  margin: 0 200px;
  padding: 50px;
  border: 5px solid #22205f /*blue*/;
}

.welcome-box h1 {
  font-size: 54px;
  color: #22205f /*blue*/;
}

/**button1**/
.button1 {
  width: 20%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #fbad36 /*yellow*/;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 3px;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
  margin: 10px 0;
}

a .button1 {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .button1 {
  color: #fff !important;
  background: #22205f /*blue*/ !important;
  text-shadow: none;
}

.hvr-shrink {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

/*=====================
                BODY
=======================*/
.hero-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  /* padding: 100px 0 300px 0; */
  /* background:url(../siteart/hawker.jpg); */
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 5px solid #d5d5d5;
}

.main-text {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  z-index: 250;
  padding: 100px 5%;
}

.cycle-slideshow img {
  max-height: 622.4px;
  width: 100%;
  /* height: 350px; */
}

.cylce-slideshow {
}

.main-text h3 {
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  font-style: italic;
}

.main-text h1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 4px #000;
}

.hvr-shrink {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.home-text {
  padding: 50px 0;
  border-top: 5px solid #fbad36;
  /*yellow*/
}

.padding-50 {
  padding: 50px 0;
}

.home-text h1 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.padding-50 h1 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.heading-underline {
  margin: 5px auto 10px auto;
  width: 11%;
  border-bottom: 3px solid #22205f;
  /*blue*/
  float: left;
}

.title-bold {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

/****INVENTORY BUTTONS****/

.three-boxes {
  width: 100%;
  margin: 0 auto;
  border-bottom: 5px solid #fbad36;
}

.categorybox {
  float: left;
  text-align: center;
  width: 33.33%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 240px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-right: 5px solid #d5d5d5;
}

.categorybox:nth-child(3n) {
  border-right: none;
}

.categorybox .categorybox-title {
  text-align: center;
  width: 80%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 0 0;
  z-index: 99;
  text-shadow: 2px 2px 5px #000;
}

.categorybox .categorybox-title p {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.categorybox:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #262626;
  opacity: 0.8;
  transition: 0.3s all;
  display: block;
}

.categorybox:hover:after {
  opacity: 0.1;
  background: #262626;
  cursor: pointer;
}

a .categorybox {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .categorybox-title {
  color: #000;
  text-shadow: 0.5px 0.5px 2px rgba(255, 255, 255, 0.5);
}

/**feat button**/
.feat-button {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: rgba(34, 32, 96, 0.89);
  font-size: 14px !important;
  font-weight: 400;
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px 5px 20px;
  vertical-align: top;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.84);
}

a .feat-button {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .feat-button {
  color: #fff;
  text-shadow: none;
  background: #22205f;
  /*blue*/
  border: 1px solid #fff;
}

.feat-button-contain {
  width: 100%;
  margin: 0 auto;
  diplay: inline-block;
}

.circle-right,
.feat-button-contain p {
  float: left;
  margin: 0 auto;
  text-align: center;
}

.feat-button-contain p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  margin-top: 3px !important;
  text-transform: none !important;
}

.feat-button:hover .circle-right img {
  margin-left: 13px;
  margin-right: -8px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*=====================
                SCROLLING INVENTORY
=======================*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin: 10px 0;
  border-top: 6px solid #d8232f;
  border-bottom: 6px solid #d8232f;
}

.scrolling {
  width: 100%;
  height: 92px;
}

/*=====================
                MAP
=======================*/
.map {
  margin: 0 auto;
  width: 100%;
}

/*=====================
                LOCATIONS
=======================*/
.location-boxes {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}

.box1 {
  width: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  float: left;
  padding: 20px 0;
}

.box1 h3 {
  font-weight: 700;
  color: #22205f;
  /*blue*/
}

.box1 a {
  text-decoration: underline;
}

.box1 a:hover {
  color: #fbad36;
  /*yellow*/
}

/*=====================
                MAIN FOOTER
=======================*/
.main-footer {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background: url(../siteart/footer.jpg);
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 5px solid #dadada;
}

.bottom-info {
  margin: 0 auto;
  width: 32%;
  float: left;
  text-align: center;
  padding: 40px 0;
  display: inline-block;
}

.bottom-info img {
  display: inline-block;
}

.bottom-info h3 {
  max-width: 100%;
  display: inline-block !important;
  margin: 0 auto;
  padding: 50px 40px;
  font-size: 22px;
  font-weight: 700;
  color: #fbad36;
  /*yellow*/
}

.bottom-info p {
  font-size: 12px;
  color: #fff;
  padding-bottom: 10px;
}

.bottom-info a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.bottom-info a:hover {
  color: #fbad36;
  /*yellow*/
  font-weight: 700;
  text-decoration: none;
}

/*=====================
                FOOTER
=======================*/
.footer-wrapper {
  background: #fff;
  margin: 0 auto;
  padding: 20px 0;
  border-top: #22205f solid 3px;
}

.footer-container {
  width: 100%;
  margin: 0 auto;
}

.left-side {
  display: inline-block;
  text-align: left;
  font-weight: 700;
  box-sizing: border-box;
  width: 49%;
  text-transform: none;
  vertical-align: middle;
}

.left-side p {
  margin-bottom: 0;
  font-size: 12px;
  color: #22205f /*blue*/;
}

.left-side a {
  font-size: 12px;
  color: #22205f /*blue*/;
  font-weight: 700;
  text-decoration: none;
}

.left-side a:hover {
  text-decoration: underline;
  color: #fbad36;
  /*yellow*/
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right-side {
  display: inline-block;
  text-align: right;
  box-sizing: border-box;
  width: 49%;
  text-transform: none;
  font-weight: 400;
}

.right-side p {
  font-size: 12px;
  font-weight: 700;
  color: #22205f /*blue*/;
  text-decoration: none;
}

.right-side a {
  font-size: 12px;
  font-weight: 700;
  color: #22205f /*blue*/;
  text-decoration: none;
}

.right-side a:hover {
  text-decoration: underline;
  color: #fbad36;
  /*yellow*/
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*=====================
                HOSTED CONTENT
=======================*/
.hosted-content h3 {
  font-family: "Roboto Condensed", sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
  line-height: 1.5em !important;
  font-family: "Roboto Condensed", sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
  color: #fff !important;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
  line-height: 1.5em !important;
  font-family: "Roboto Condensed", sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-name {
  font-family: "Roboto Condensed", sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
  background: #b8b8b8 !important;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label + input,
.modal-form-el label + select {
  height: 30px;
  line-height: 30px;
}

.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.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
  .buy-now-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.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 .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #22205f !important;
  border: none;
  color: #fff !important;
}
.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #22205f !important;
  color: #fff !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #666 !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .fin-calc-btn-mobile:hover,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
  background: #000 !important;
  color: #fff !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top
  .listing-top-left
  .listing-main-stats
  .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #666;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #22205f !important;
  border: 1px #22205f solid !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #efefef !important;
}

.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  width: 100%;
  padding: 10px 7px;
  background-color: #fff !important;
  font-weight: bold;
  margin-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: Arial, sans-serif;
  white-space: pre-wrap;
  flex-direction: column;
  width: 804px;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #22205f;
  border: 1px #22205f solid;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #22205f !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #000 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #000 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #efefef;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #666;
}

.list-content .list-main-section .list-container .list-listing {
  border: 1px solid #ccc;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #22205f !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #241e20;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #241e20;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
  font-size: 11px !important;
  line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-widgets a {
  background-color: #dddbdb !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call
  .dealer-phone,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text
  .dealer-phone {
  color: #fff !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  background: #22205f !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call:hover,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #000 !important;
  color: #fff !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: inherit !important;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #fff !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
  .buy-now-link {
  min-width: 100% !important;
  width: 100% !important;
}
/* Modal / Mobile buttons / Mobile Data Rows */

.button,
.contact-options a,
.fin-calc-mobile > a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #22205f !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.contact-options a {
  background: #22205f !important;
  background-color: #22205f !important;
  color: #fff !important;
}

/*=====================
                Responsive styles
=======================*/
@media screen and (max-width: 1635px) {
  .main-text {
    padding: 6.116207951070336vw 5%;
  }
}

@media screen and (max-width: 1000px) {
  .heading-logo {
    float: none;
    padding: 30px 0;
    text-align: center;
  }

  .heading-logo img {
    text-align: center;
    max-width: 100%;
  }

  .info-right {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .top-white-text {
    float: none;
  }

  .top-white-text a {
    padding: 0;
  }
}

@media screen and (max-width: 820px) {
  .padding20 {
    padding: 10px 0;
  }

  .padding50 {
    padding: 20px 0;
  }

  .main-text {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
  }

  .main-text h3 {
    text-align: center;
  }

  .main-text h1 {
    text-align: center;
    font-size: 50px;
    line-height: 48px;
  }

  .cycle-slideshow img {
    height: calc(21.875rem + ((1vw - 3.2px) * -3.5741));
    width: auto;
  }

  .cycle-slideshow {
    overflow: hidden;
  }

  .button1 {
    width: 70%;
  }

  .top-white-text h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 700px) {
  .right-side {
    width: 100%;
    text-align: center;
  }

  .right-side a {
    font-size: 10px;
  }

  .right-side p {
    font-size: 10px;
  }

  .left-side {
    width: 100%;
    text-align: center;
  }

  .left-side a {
    font-size: 10px;
  }

  .left-side p {
    font-size: 10px;
  }

  .bottom-info {
    width: 100%;
    padding: 15px 0;
  }

  .categorybox {
    width: 100%;
    height: 185px;
    border-right: none;
    border-top: 5px solid #d5d5d5;
  }

  .button1 {
    width: 100%;
  }

  .heading-underline {
    width: 99%;
  }

  .home-text h1 {
    text-align: center;
  }

  h1 {
    text-align: center;
  }

  .box1 {
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .top-bar {
    padding: 10px 0;
  }

  .top-bar-text {
    text-align: center;
    margin: 5px 0;
  }
}

@media screen and (max-width: 480px) {
}
