﻿/* ===========================================================
orange: #fb6040 - blue: #2d2b5f
=========================================================== */
/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
04.      Typography
05.      Links / Buttons
06.      Site Structure
07.      Footer Structure
08.      Form Structure
09.      Classes
10.      Inventory Styles
11.      Responsive Styles
=========================================================== */
/* ===========================================================
01. Reset
=========================================================== */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
  flex-shrink: 0;
}

.list-content .listing-widgets .Currency a {color:#000 !important;}
.ts-modal-content {color:#000 !important;}
/* ===========================================================
02. Body Styles
=========================================================== */
body {
  font-family: "Barlow", sans-serif !important;
  font-size: 17px;
  min-height: 100% !important;
  height: auto !important;
}

html {
  overflow-x: hidden;
}

/* ===========================================================
03. Header Structure
=========================================================== */
/* Header */
.mobile-nav-container,
#menu-button,
.utility-mobile {
  display: none;
}

header {
  transition: top 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  padding: 50px 0;
}

.top-search-open {
  top: 75px;
}

header .wrapper {
  justify-content: space-between;
}

.header-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.utility-bttns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.utility-bttns .bttn-small {
/*  color: #fff;*/
  color: #000;
font-weight: bold;
  margin-right: 10px;
}

.header-logo {
  display: flex;
  justify-content: center;
  margin-right: 25px;
}

.header-logo img {
  padding: 10px 0;
  max-width: 400px;
  height: auto;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

/* Header Search */
.header-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  background-size: 1px 200px;
  position: relative;
  overflow: hidden;
  margin-left: 25px;
}

.header-search-icon:hover {
  cursor: pointer;
}

.header-search-icon:hover i {
  opacity: 0.6;
}

.header-search-icon a {
  position: relative;
  z-index: 1;
}

.header-search-icon i {
  color: #fb6040;
  font-size: 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*  */
.header-search-slide {
  background: #dbdcdd;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box !important;
  border-top: 1px solid #fff;
}

.search-outer-container {
  width: 100%;
  max-height: 100%;
  height: 50px;
}

.header-search {
  display: flex;
  height: 100%;
}

.initiallyHidden {
  display: none;
}

/* Header Scrolled */
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
}

header.scrolled,
.internal header {
  background: #fff;
}

header.scrolled {
  padding: 15px 0;
  z-index: 7;
  -webkit-box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
}

.internal header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  padding: 15px 0;
  z-index: 2;
  -webkit-box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 6px 21px -4px rgba(0, 0, 0, 0.44);
}

header.scrolled .header-logo img,
.internal header .header-logo img {
  padding: 10px 0;
  max-width: 280px;
}

header.scrolled .utility-bttns,
.internal header .utility-bttns {
  margin-bottom: 10px;
}

header.scrolled .utility-bttns .bttn-small,
.internal header .utility-bttns .bttn-small {
  color: #3E3E3E;
}

/* ===========================================================
04. Typography
=========================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.inventory-top-heading {
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

h1,
.inventory-top-heading {
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

h1 span,
h2 span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
}

h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 15px;
}

h4 {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 24px;
}

h4 span {
  font-weight: 400;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

h6 {
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
}

.small {
  font-size: 0.8em;
  color: #3E3E3E;
}

strong,
p b,
.bold {
  font-weight: 700;
}

p,
.body-link,
.phone {
  font-size: 17px;
  line-height: 30px;
}

p {
  font-weight: 400;
  font-style: normal;
  color:#3E3E3E;
  margin-bottom: 25px;
  letter-spacing: 0.2px;
}

.large {
  color: #8f8f8f;
  font-size: 22px;
  line-height: 37px;
  font-weight: 500;
}

/* ===========================================================
05. Links / Buttons
=========================================================== */
a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-base,
.bttn-small {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
}

.bttn-small {
  font-size: 12.5px;
  line-height: 25px;
}

.bttn-small:hover {
  opacity: 0.6;
}

.bttn-base {
  font-size: 12.5px;
  transition: 0.3s !important;
  height: 50px;
  padding: 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
}

.bttn-orange {
/*  color: #fff !important;*/
  color: #000 !important;
  background: #fb6040;
  border: none !important;
}

.bttn-orange:hover {
  background: #e04328;
}

.bttn-white {
  background: #fff !important;
  color: #fb6040;
  font-weight: 800;
}

.bttn-white:hover {
  background: #eee !important;
}

.bttn-base i {
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow i {
  margin: 0 0 0 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.bttn-small i {
  margin-right: 7px;
  font-size: 25px;
  width: 20px;
}

.body-link {
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}

.body-link-lt {
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}

.body-link:hover,
.body-link-lt:hover {
  opacity: 0.7;
}

.bttn-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
}

.phone:hover {
  opacity: 0.6;
}

/* ===========================================================
06. Site Structure
=========================================================== */
.wrapper {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  height: 100%;
}

.hero {
  position: relative;
  background-image: url(/siteart/hero/background.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  height: 900px;
  width: 100%;
}

.hero-truck {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -30px;
  width: 80%;
  min-width: 900px;
  max-width: 1140px;
  transition: all 0.3s ease-in-out;
}

.overlay-top {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
}

.hero-copy {
  width: 32%;
  max-width: 500px;
  min-width: 400px;
}

.hero-heading {
  line-height: 13px;
}

.hero-heading-lg {
  font-weight: 800;
  font-size: 100px;
  line-height: 80px;
  letter-spacing: -2px;
  display: inline-block;
  margin: 0 0 0 -5px;
}

.hero-heading-sm {
  font-weight: 500;
  color: #002c5d;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1px;
  display: inline-block;
  margin-bottom: 10px;
}

.hero-small {
  color: #3E3E3E;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 15px;
}

.hero-search .search-form-round {
  width: 35%;
  max-width: 600px;
}

.search-form-round {
  background: #fff;
  border-radius: 50px;
  border: 3px solid #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.search-form-round input[type="text"] {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 70%;
  border: none;
  padding-left: 15px;
}

.search-form-round input[type="text"],
.search-form-round input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #999999;
}

.search-form-round .bttn-base {
  width: 30%;
  padding: 0;
}

.hero-copy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.hero-angle {
  background-image: url(/siteart/hero/background-angle-02.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 112%;
  opacity: 0.95;
}

.background-logo {
  background-image: url(/siteart/background-logo.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  height: 100%;
  width: 110%;
}

/* Categories */
.categories {
  background: url(/siteart/background-grey-01.jpg) no-repeat center center;
  background-size: cover !important;
  min-height: 599px;
  /* height: 900px; */
  position: relative;
  overflow: hidden;
}

.categories .wrapper {
  position: relative;
  z-index: 3;
  align-items: stretch;
  height: auto;
}

.categories-left-outer {
  width: 33.33%;
  padding: 10px
}

.categories-left-inner {
  background-color: #2d2b5f;
  background-image: url(/siteart/background-blue-angle-01.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.categories-left-inner .bttn-base {
  margin-top: auto;
}

.categories-right-container {
  width: 66%;
}

.category-card-outer {
  width: 50%;
  padding: 10px;
}

.category-card-inner {
  width: 100%;
  padding: 25px;
}

.category-card-inner {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.card-overlay {
  background: #1635a6;
  opacity: 0.4;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.category-card-inner:hover .card-overlay {
  opacity: 0.2;
}

.category-card-inner.roll-off {
  background-image: url(/siteart/category-card-rolloff-trucks.jpg);
}

.category-card-inner.dump {
  background-image: url(/siteart/category-card-dump-trucks.jpg);
}

.category-card-inner.cab {
  background-image: url(/siteart/category-card-cab-chassis.jpg);
}

.category-card-inner.box {
  background-image: url(/siteart/category-card-box-trucks.jpg);
}

.category-card-copy {
  text-align: center;
  position: relative;
  z-index: 3;
}

.category-card-copy h4 {
  margin-bottom: 0;
}

.category-card-copy i {
  color: #fb6040;
  font-size: 26px;
  margin-left: 7px;
  transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.category-card-inner:hover .category-card-copy i {
  transform: translateX(10px);
}

/* Welcome */
.blue-bg {
  background: url(/siteart/background-blue-02.jpg) no-repeat center bottom;
  background-size: cover;
}

.home .blue-bg {
  min-height: 500px;
}

.blue-bg .wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blue-bg p {
  max-width: 800px;
}

.texas-icon {
  position: absolute;
  bottom: -180px;
  right: 40px;
  max-width: 200px;
}

/* Our Location */
.our-location {
  padding-bottom: 200px;
}

.location-container {
  background: #2d2b5f;
  color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
}

.location-info {
  margin-bottom: 50px;
}

.location-container .col-6:last-of-type {
  padding-left: 50px;
}

.location-container h5 {
  margin-bottom: 10px;
}

.location-info {
  flex-direction: column;
}

.location-container-right,
.location-bottom {
  justify-content: space-between;
}

.location-bottom {
  justify-content: flex-end;
}

.location-container .list {
  width: 50%;
}

.location-container .list li:nth-of-type(odd) {
  background: #1e1e4c;
}

.location-container .bttn-base {
  margin-top: auto;
}

/* Scrolling Inventory */
.scroll-inv {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.scroll-inv-heading {
  background-image: url(/siteart/background-scrolling-inv-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -20px top;
  min-width: 430px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  min-height: 140px;
  pointer-events: none;
}

.scroll-inv-heading h2 {
  margin-bottom: 0;
  padding-left: 140px;
}

.scroll-inv-heading h2 span {
  margin-left: -25px;
}

.scrolling-container {
  width: 88%;
}

.scrolling-wrap {
  height: 90px;
}

iframe.scrolling {
  width: 100%;
}

/*  */
.internal-breadcrumbs {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  overflow: hidden;
  z-index: 5;
}

.breadcrumb {
  list-style-type: none;
  position: relative;
  z-index: 3;
  margin-top: -5px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  color: #3E3E3E;
  font-size: 12px;
}

.breadcrumb li a:hover {
  opacity: 0.6;
}

.breadcrumb li span {
  font-weight: 300;
}

/*  */
.internal-main {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 600px;
}

.internal-header {
  background: url(/siteart/background-blue-03.jpg) center center no-repeat;
  background-size: cover;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.internal-main .wrapper {
  margin-top: -50px;
  padding: 50px;
  box-sizing: border-box !important;
}

.internal-main-primary {
  min-height: 300px;
  justify-content: space-between;
}

.internal-sidebar {
  background: #ccc;
  height: 100%;
}

.internal-sidebar .bttn-small {
  white-space: normal;
  word-break: break-word;
  font-size: 14px;
  text-transform: capitalize;
}

.internal-sidebar-heading {
  background:#3E3E3E;
  padding: 10px 25px 10px 25px;
  text-align: center;
}

.internal-sidebar h5 {
  margin-bottom: 0;
}

.internal-sidebar .list {
  color: #3E3E3E;
}

.internal-sidebar .list li {
  font-size: 15px;
}

.internal-sidebar .sidebar-main {
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.internal-sidebar p {
  line-height: 25px;
}

.internal-sidebar p {
  font-size: 15px;
}

.internal-sidebar .list li:nth-of-type(odd) {
  background: #e3e4e5;
}

.internal-sidebar .bttn-small i {
  color: #2b4ecd;
}

/* .sidebar-main .body-link i {
  font-size: 14px;
} */
.sidebar-bottom {
  flex: 1;
  flex-direction: column;
}

.internal-sidebar .bttn-base,
.inventory-link .bttn-base {
  width: 100%;
}

.internal-sidebar .bttn-base {
  word-break: keep-all;
  margin: 10px auto 0;
}

.internal hr {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
}

.internal-sidebar .body-link {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-weight: 500;
}

.bttn-container {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.list b {
  margin-right: 20px;
}

.list span {
  margin-left: auto;
  width: auto;
  font-weight: 400;
}

.list li {
  padding: 10px 15px;
  display: flex;
}

.list li:nth-of-type(odd) {
  background: #9a9ca1;
}

.internal-list {
  max-width: 100%;
  margin-bottom: 25px;
}

.list-two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
}

.internal-list li,
.internal-list-two li {
  font-size: 15px;
  color: #999999;
  padding: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.internal-list li:nth-of-type(odd) {
  background: #f4f2f2;
}

.internal-list-two {
  background: #fbf9f5;
  padding: 25px;
}

.internal-list-two li:nth-of-type(odd) {
  background: #fff;
}

/* Noui Slider Start */
.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}

.noUi-horizontal {
  height: 12px;
  z-index: 0;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 21px;
  left: -13px;
  top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
  top: -5px;
}

.noUi-background {
  background: #ccc;
}

.noUi-connect {
  background: #b7b7b7 !important;
  border: 1px #7a7a7a solid;
}

.noUi-target {
  width: calc(95% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #898989 !important;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #898989 !important;
  left: 10px;
  top: 3px;
}

.noUi-handle:after {
  left: 12px;
}

.noUi-pips-horizontal {
  padding: 5px 0;
  height: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
  margin-top: 5px;
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: rgb(204, 204, 204);
}

.example-val {
  color: #898989;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  padding-bottom: 0;
}

.example-val span,
.val-divider {
  font-weight: 400;
  font-size: 15px;
  color: #a9a9a9;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

.faceted-search-content .disabled-facet .faceted-section-head {color: #000 !important;}
/* ===========================================================
07. Footer Structure
=========================================================== */
footer {
  background: #10102d;
  color: #fff;
}

footer .wrapper {
  justify-content: space-between;
}

footer .list {
  min-width: 300px;
  font-size: 16px;
}

footer .list li:nth-of-type(odd) {
  background: #28347e;
}

.footer-left {
  flex-direction: column;
}

.footer-logo {
  max-width: 250px;
}

.footer-right {
  flex-direction: column;
  padding-left: 100px;
  width: 70%;
}

.footer-right-top {
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 2px solid #28347e;
  margin-bottom: 50px;
}

.footer-nav {
  width: 70%;
}

.footer-nav li {
  display: inline-flex;
  margin: 0 55px 35px 0;
}

.footer-nav li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #ccccff;
}

.footer-nav li a:hover {
  opacity: 0.6;
}

.social-container li,
.social-container a {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.social-container li {
  margin-right: 5px;
}

.social-container a {
  padding: 5px 5px 5px 5px !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2.25px solid #f05423 !important;
}

footer .social-container {
  margin-left: auto;
}

.social-container a:hover i {
  color: #10102d;
}

.social-container a:hover {
  border: 2.25px solid #f05423 !important;
  background: #f05423 !important;
}

.social-container li a i {
  color: #f05423;
  font-size: 22px;
  line-height: 39px;
}

/* ===========================================================
08. Form Structure
=========================================================== */
/* 08.01. Form Base Styles
=========================================================== */
::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

#formpage {
  position: relative;
  z-index: 3;
  width: 100%;
}

#formpage label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #8e8e8e;
  margin-bottom: 20px;
  text-align: left;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage input[type="date"],
#formpage input[type="time"],
#formpage select,
#formpage textarea {
  background: #f6f6f6;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #3E3E3E;
  font-size: 14px !important;
  box-sizing: border-box;
  height: 50px;
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

#formpage .small {
  margin-bottom: 25px;
}

.form-flex input {
  width: 50%;
}

#formpage textarea {
  min-height: 300px;
}

select option {
  color: #8e8e8e;
  font-size: 14px !important;
}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
}

.contact-half {
  width: 50%;
}

.contact-half-one {
  width: 49%;
}

/* 08.02. Captcha
=========================================================== */
.CaptchaImagePanel {
  margin-top: 10px;
  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;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/* ===========================================================
09. Classes
=========================================================== */
.text-center {
  text-align: center;
}

.row {
  flex-direction: row;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.pd-sm {
  padding: 25px 0;
}

.pd-md {
  padding: 50px 0;
}

.pd-all-md {
  padding: 50px;
}

.pd-all-sm {
  padding: 25px;
}

.pd-lg {
  padding: 100px 0;
}

.pd-t-lg {
  padding-top: 100px;
}

.pd-t-md {
  padding-top: 50px;
}

.pd-t-sm {
  padding-top: 25px;
}

.pd-b-lg {
  padding-bottom: 100px;
}

.pd-b-md {
  padding-bottom: 50px;
}

.pd-b-sm {
  padding-bottom: 25px;
}

.pd-r-md {
  padding-right: 50px;
}

.m-sm {
  margin: 25px 0;
}

.m-md {
  margin: 50px 0;
}

.m-lg {
  margin: 100px 0;
}

.m-t-sm {
  margin-top: 25px;
}

.m-t-md {
  margin-top: 50px;
}

.m-t-lg {
  margin-top: 100px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-b-lg {
  margin-bottom: 100px;
}

.m-b-md {
  margin-bottom: 50px;
}

.m-b-sm {
  margin-bottom: 25px;
}

.m-btm-none {
  margin-bottom: 0 !important;
}

.m-r-xs {
  margin-right: 10px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-no {
  margin-bottom: 0;
}

.m-r-sm {
  margin-right: 25px;
}

.m-r-md {
  margin-right: 50px;
}

.m-r-lg {
  margin-right: 100px;
}

.pd-r-md {
  padding-right: 50px;
}

.pd-r-sm {
  padding-right: 25px;
}

.bg-lt-grey {
  background-color: #eee;
}

.bg-md-grey {
  background: #999999;
}

.bg-white {
  background: #fff;
}

.bg-tan {
  background: #f5f3f0;
}

.bg-yellow {
  background: #c4ac20;
}

.dark-grey {
  color: #3E3E3E;
}

.green {
  color: #00bb9c;
}

.grey {
  color: #999999;
}

.lt-grey {
  color: #c2c2c2;
}

.yellow {
  color: #c4ac20;
}

.black {
  color: #353535;
}

.white {
  color: #fff !important;
}

.lt-blue {
  color: #ccccff;
}

.blue {
  color: #2d2b5f;
}

.orange {
  color: #fb6040;
}

.shadow-md {
  -webkit-box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.34);
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.list-content .list-top-section .sticky-top-menu {
  z-index: 5 !important;
}

.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
  max-width: 80% !important;
}

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .listing-portion-title {
  font-size: 17px !important;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  color: #2d2b5f;
  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: 1rem !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.detail-additional-data h3 {
  font-size: 18px;
}

.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: #fb6040 !important;
  border: none;
  color: #fff !important;
  border-radius: 50px !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #fb6040 !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: #e04328 !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: #fb6040 !important;
  border: 1px #fb6040 solid !important;
}

.modal-content .modal-top .modal-title {
  font-size: 1.3rem !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: #ddd !important;
border-radius: 5px !important;
}

.detail-group-data h2 {
  font-size: 22px !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 {
  font-weight: 400 !important;
  background-color: #ededed !important;
}

.detail-content-mobile .detail-main-body .fin-stacked {
  background: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #fb6040;
  border: 1px #fb6040 solid;
}

/* .detail-btn-calc p {
  margin-bottom: 0;
} */
.list-content .list-title {
  display: block;
  margin-bottom: 20px !important;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
  letter-spacing: 0;
}

.print-this,
.email-this {
  background: #fb6040 !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: 50px !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #e04328 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #e04328 !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: #fb6040 !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;
}

.contact-info-heading h2 {
  font-size: 26px !important;
  line-height: 39px !important;
  font-weight: 300 !important;
  margin-bottom: 25px;
  letter-spacing: -1.5px;
}

.grouped-faceted-header {
  background: #ededed !important;
  color: #6e6e6e !important;
}

.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: #fb6040 !important;
  border-radius: 10px !important;
  cursor: pointer;
  -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;
}

.legal-text-container p {
  font-size: 14px !important;
  line-height: 18px !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: #fb6040 !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: #e04328 !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: #fff !important;*/
  color: #000;
  box-sizing: border-box;
}

.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: #fb6040 !important;
  color: #fff !important;
}

.button,
.contact-options a,
.fin-calc-mobile>a {
  border-radius: 50px !important;
}


.detail-content-mobile .detail-additional-data .data-row .data-label {
  border-radius: 5px !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #e04328 !important;
  color: #fff !important;
}

.contact-options a {
  background: #fb6040 !important;
  background-color: #fb6040 !important;
  color: #fff !important;
  border-radius: 50px !important;
}

.detail-title {
  font-size: 20px;
}

.compare-title h3 {
  font-size: 18px;
  color: #fb6040;
  line-height: 24px;
}

.list-content .list-listing .listing-top-right .listing-dealer-info .dealer-name {
  font-family: inherit !important;
  color: #2d2b5f;
}

.compare-chkbox-container .compare-listings .fa-check {
  top: 2px !important;
  left: 2px !important;
}

/* ===========================================================
11. Responsive Styles
=========================================================== */
@media screen and (max-width: 1600px) {
  .hero-truck {
    right: -120px;
  }
}

@media screen and (max-width: 1500px) {
  .hero {
    height: 800px;
  }

  .hero-heading-sm {
    font-size: 22px;
    line-height: 20px;
  }

  .hero-heading-lg {
    font-size: 80px;
    line-height: 70px;
  }

  .hero-small {
    font-size: 17px;
    line-height: 26px;
  }

}

@media screen and (max-width: 1430px) {
  .hero-truck {
    right: -170px;
  }
}

@media screen and (max-width: 1350px) {
  .header-logo img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1300px) {

  .hero-angle,
  .background-logo {
    width: 120%;
  }

  .location-container-right {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .location-container .list {
    width: 100%;
  }

  .texas-icon {
    bottom: -150px;
    max-width: 170px;
  }
}

@media only screen and (max-width: 1200px) {
  .internal-main .col-1.flex .col-8 {
    width: 50%;
  }

  .internal-main .col-1.flex .col-3 {
    width: 40%;
  }

  .header-search input[type="text"],
  .header-search ::placeholder {
    font-size: 16px !important;
  }

  .hero {
    height: 750px;
  }

  .hero-truck {
    right: -210px;
  }

  .hero-small {
    font-size: 16px;
  }

  .location-info {
    margin-bottom: 0;
  }

  .location-container {
    padding: 25px;
  }

  .location-container .col-6:last-of-type {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 1100px) {

  .hero-angle,
  .background-logo {
    width: 130%;
	  
  }

  .categories .wrapper {
    flex-direction: column;
  }

  .categories-left-outer,
  .categories-right-container {
    width: 100%;
  }

  .categories-left-inner .bttn-base {
    margin-right: auto;
    /* margin: 0 auto; */
  }

  .categories-left-inner {
    background-size: 30%;
  }

  .internal-header {
    min-height: 280px;
  }

  .hero {
    height: 700px;
  }

  .hero-heading-lg {
    font-size: 65px;
    line-height: 60px;
    margin: 0;
  }

  .hero-heading-sm {
    font-size: 20px;
  }

  .hero-truck {
    right: -300px;
  }

  h2 {
    font-size: 36px;
    line-height: 36px;
  }

  h2 span {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1100px) {
  header {
    position: relative;
    left: 0;
    z-index: 9;
    transform: none;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.48);
  }

  header.scrolled,
  .internal header {
    padding: 0;
  }

  header .wrapper {
    width: 100%;
  }

  .hero-copy-container {
    transform: translate(0, 20%) !important;
    position: static;
    width: 100%;
    padding: 25px;
    text-align: center;
  }

  .hero {
    position: relative;
    background-image: url(/siteart/hero/hero-01-mobile.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 800px;
    width: 100%;
  }

  .hero-truck,
  .overlay-top {
    display: none;
  }

  .hero-angle {
    display: none;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero-heading-lg {
    font-size: 85px;
    line-height: 85px;
    margin: 0;
  }

  .hero-small {
    font-size: 16px;
    color: #666;
    font-weight: 500;
  }

  .hero-search .search-form-round {
    width: 100%;
    max-width: 100%;
  }

  .hide-mobile,
  .header-menu,
  header .bttn-base {
    display: none;
  }

  .header-logo {
    padding: 15px 0;
  }

  .mobile-nav-container {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu-nav-icon {
    background: #2b4ecd;
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 100%;
    padding: 0 !important;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
  }

  .mobile-menu-nav-icon:hover {
    background: #e04328;
    cursor: pointer;
  }

  .mobile-menu-nav-icon i {
    font-size: 33px !important;
    color: #fff !important;
  }

  .nav-icon {
    padding: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 70px;
  }

  .nav-icon a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-icon:last-of-type {
    padding-right: 0 !important;
  }

  .nav-icon i {
    font-size: 23px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2b4ecd;
  }

  .nav-icon:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }

  .header-logo img {
    max-width: 200px;
    padding-left: 15px;
  }

  .our-location {
    padding-bottom: 100px;
  }

  .scroll-inv {
    background-image: url(/siteart/background-logo-blue-01.png);
    background-repeat: no-repeat;
    background-position: -80px top;
    background-size: 40%;
    background-color: #2d2b5f;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
  }

  .scroll-inv-heading {
    background-image: none;
    min-width: 100%;
    width: 100%;
    position: static;
    z-index: 3;
    min-height: auto;
    margin-bottom: 25px;
    text-align: center;
    justify-content: center;
  }

  .scrolling-container {
    width: 100%;
  }

  .scroll-inv-heading h2 span {
    margin-left: 0;
  }

  .scroll-inv-heading h2 {
    padding-left: 0;
  }

  footer .wrapper {
    flex-direction: column-reverse;
  }

  .footer-left {
    flex-direction: row;
    width: 100%;
    padding: 0 0 200px 0;
    position: relative;
    justify-content: space-between;
  }

  .footer-right-top {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    /* margin-bottom: 50px; */
  }

  .footer-right,
  .footer-nav {
    width: 100%;
  }

  footer .bttn-base {
    align-self: center;
  }

  .footer-nav {
    padding-bottom: 50px;
    border-bottom: 2px solid #28347e;
    margin-bottom: 50px;
  }

  .footer-logo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-right {
    padding-left: 0;
  }

  .social-container {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 786px) and (max-width: 952px) {
  .has-search-bar {
    width: calc(66% - 0.75%) !important;
    float: left;
  }
}

@media only screen and (max-width: 900px) {
  .pd-r-md {
    padding-right: 0;
  }

  .internal-main .wrapper {
    padding: 25px;
  }

  .internal-main .col-1.flex {
    flex-direction: column;
  }

  .internal-main .col-1.flex.row {
    flex-direction: row;
  }

  .internal-sidebar,
  .location-page .map,
  .internal-main .col-1.flex .col-8,
  .internal-main .col-1.flex .col-7,
  .internal-main .col-1.flex .col-5,
  .internal-main .col-1.flex .col-4,
  .internal-main .col-1.flex .col-3,
  .col-1 .col-6 {
    width: 100%;
  }

  .internal-sidebar {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .wrapper {
    width: 90%;
  }

  .internal-form .pd-r-sm {
    padding-right: 0;
  }

  .margin-right {
    margin-right: 0;
  }

  .form-flex {
    flex-direction: column;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }

  .internal-form input[type="text"],
  .internal-form input[type="email"],
  .internal-form input[type="phone"],
  .internal-form input[type="date"],
  .internal-form input[type="time"],
  .internal-form select,
  .internal-form textarea,
  .contact-half,
  .contact-half-one,
  .form-flex .form-flex {
    width: 100% !important;
  }

  .large {
    font-size: 20px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 768px) {
  .search-form-round input[type="text"] {
    font-size: 15px !important;
  }

  .location-container {
    flex-direction: column;
    padding: 25px;
  }

  .location-container .col-6,
  .thankyou .col-7 {
    width: 100%;
  }

  .location-map {
    height: 500px;
  }

  .location-container .col-6:last-of-type {
    padding-left: 0;
    padding-top: 50px;
  }

  .footer-left {
    flex-direction: column;
  }

  h1 span,
  h2 span {
    font-size: 16px;
  }

  h1,
  .inventory-top-heading {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.3px;
  }

  h4 {
    font-size: 20px;
  }

  .blue-bg p {
    text-align: left;
  }

  .header-logo img,
  header.scrolled .header-logo img,
  .internal header .header-logo img {
    max-width: 150px;
    padding-left: 15px;
  }

  .scroll-inv {
    background-position: -170px top;
    background-size: 60%;
  }
}

@media only screen and (max-width: 700px) {
  .hero {
    height: 700px;
  }

  .pd-all-md {
    padding: 25px;
  }

  p,
  .body-link,
  .phone {
    font-size: 16px;
    line-height: 28px;
  }

  .hero-heading-lg {
    font-size: 65px;
    line-height: 58px;
  }

  .search-form-round input[type="text"] {
    width: 80%;
    line-height: inherit;
    height: inherit;
  }

  .search-form-round .bttn-base {
    width: 20%;
  }

  .hero-search .bttn-base i {
    margin-left: 0;
  }

  .category-card-outer {
    width: 100%;
  }

  .category-card-inner {
    height: 200px;
  }

  .texas-icon {
    position: absolute;
    z-index: 2;
    bottom: unset;
    top: -160px;
    max-width: 120px;
    right: 50%;
    transform: translateX(50%);
  }

  .blue-bg h1 {
    position: relative;
    z-index: 3;
  }

  .footer-nav ul {
    display: flex;
    flex-direction: column;
  }

  .footer-nav li {
    margin: 0 0 25px 0;
  }

  .hero-copy {
    width: 100%;
    min-width: 100%;
  }

  .search-form-round .bttn-base span {
    display: none;
  }

  .search-form-round .bttn-base i {
    margin-left: 0;
  }

  .background-logo {
    width: 100%;
  }

  .background-logo {
    background-position: -140px top;
  }

  .categories-left-inner {
    background-size: 75%;
  }

  .blue-bg {
    min-height: auto;
    background-position: -180px center;
  }

  .internal-header {
    min-height: 180px;
  }

  .inventory .wrapper {
    width: 100%;
  }

  .internal-main .wrapper {
    padding: 20px;
  }

}

@media only screen and (max-width: 600px) {
  .nav-icon {
    width: 40px;
  }

  .nav-icon i {
    font-size: 20px;
  }

  .mobile-menu-nav-icon i {
    font-size: 25px !important;
  }

  .bttn-base,
  .internal-sidebar .bttn-base {
    width: 100%;
  }

  .mobile-menu-nav-icon {
    width: 60px;
  }

  .hero {
    height: 550px;
  }

  .hero-small {
    font-size: 14px;
  }

  .hero-heading-sm {
    font-size: 18px;
  }

  .hero-heading-lg {
    font-size: 55px;
    line-height: 48px;
  }

  .hero-angle {
    padding-top: 100px;
  }

  h1,
  .inventory-top-heading {
    font-size: 26px;
    line-height: 29px;
  }
}