﻿/* ===========================================================
red: #8a000a - yellow: #c4ac20
=========================================================== */
/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
04.      Typography
05.      Links / Buttons
06.      Site Structure
07.      Footer Structure
08.      Form Structure
08.01   Form Base Styles
08.02   Captcha
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;
}

/* ===========================================================
02. Body Styles
=========================================================== */
body {
  font-family: "Barlow", sans-serif !important;
  font-size: 17px;
  overflow-x: hidden;
  letter-spacing: .02em;
}

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: relative;
  z-index: 5;
  width: 100%;
  -webkit-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
}

.header-logo {
  display: flex;
  justify-content: center;
  margin-right: 25px;
}

.logo-mobile {
  display: none;
}

.header-logo img {
  padding: 10px 0;
  max-width: 160px;
  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-main {
  width: 100%;
  background: #fff;
}

.utility {
  padding: 7px;
  background: #353535;
}

.utility p {
  margin-bottom: 0;
}

.utility .wrapper {
  justify-content: space-between;
  align-items: stretch;
}

.utility .bttn-base {
  margin-left: 10px;
}

.utility-contact .bttn-small:hover {
  opacity: 0.6;
}

.utility .bttn-base:first-of-type {
  margin-left: -25px;
}

.header-main .wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
}

/* 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: #8a000a;
  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: #e8e8e8;
  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%;
}

.header-search input[type="text"] {
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  color: #808080 !important;
  text-transform: uppercase;
  background: #d3d3d3;
  border: none;
}

.header-search ::placeholder {
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  color: #808080 !important;
  text-transform: uppercase;
}

.header-search i {
  color: #fff;
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#mobile-form-submit {
  max-height: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#mobile-form-submit:hover {
  background: #68020f !important;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

.initiallyHidden {
  display: none;
}

/* ===========================================================
04. Typography
=========================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: industry, sans-serif;
}

h1 {
  font-weight: 600;
  font-style: normal;
  font-size: 47px;
  line-height: 45px;
  letter-spacing: -2px;
}

h2 {
  font-weight: 800;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 15px;
}

h4 {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 24px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

h6 {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

.small {
  font-size: 0.8em;
  color: #929292;
}

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: #999999;
  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: 500;
  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;
}

.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;
}

.bttn-yellow {
  color: #2f2f2f !important;
  background: #eab54b;
  border: none !important;
}

.bttn-yellow:hover {
  background: #d19834;
}

.bttn-red {
  color: #fff !important;
  background: #8a000a;
  border: none !important;
}

.bttn-red:hover {
  background: #68020f;
}

.bttn-white {
  background: #fff;
  color: #8a000a;
}

.bttn-white:hover {
  background: #ddd;
}

.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);
}

.phone:hover {
  opacity: 0.6;
}

.body-link {
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}

.body-link-lt {
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}

.block {
  display: block;
}

.body-link span {
  font-weight: 400;
}

.body-link i {
  margin-right: 7px;
  font-size: 25px;
}

.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);
}

/* ===========================================================
06. Site Structure
=========================================================== */
.wrapper {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  height: 100%;
}

.hero .slick-carousel {
  position: relative;
  -webkit-box-shadow: 0px 10px 195px 16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 195px 16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 195px 16px rgba(0, 0, 0, 0.14);
}

.hero .slide-content,
.hero .slide-overlay,
.hero .slide-overlay-btm {
  height: 700px !important;
}

.hero .slide-content {
  position: relative;
  margin-top: -5px;
}

.hero .slick-carousel-inner {
  position: relative;
}

.hero .slide-content .wrapper {
  position: relative;
  height: 100%;
  display: flex;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 5%;
  width: 100%;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  max-width: 480px;
}

.hero-heading {
  line-height: 13px;
}

.hero-heading-lg {
  font-family: industry, sans-serif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 62px;
  line-height: 57px;
  letter-spacing: -2px;
  display: inline-block;
  padding: 10px 7px 0 10px;
  background: #383838;
  margin-bottom: 25px;
}

.hero-heading-sm {
  font-family: industry, sans-serif;
  font-weight: 600;
  color: #353535;
  background: none;
  font-size: 21px;
  letter-spacing: 0.1px;
  display: block;
}

.hero-small {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.slide-01 {
  background: url("/siteart/hero/hero-01-brandt.jpg") no-repeat bottom right;
  background-size: cover !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {
  font-size: 10px;
}

/* Search Bar Section */
.search-bar {
  margin-bottom: 30px;
}

.search-bar-outer {
  transform: translateY(-50%);
  background: #e8e8e8;
  padding: 40px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.18);
}

.column4 {
  width: 25%;
  padding: 0 5px;
}

.search-bar-form {
  justify-content: space-between;
  width: 100%;
}

.search-bar-form input[type="text"],
.search-bar-form select,
.location-container select {
  background: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  color: #989898;
  height: 50px;
  font-size: 14px !important;
  box-sizing: border-box;
  margin-right: 20px;
}

.search-bar-form select::placeholder,
.location-container select::placeholder {
  text-transform: uppercase;
}

.form-slider-container {
  width: 100%;
  margin-right: 20px;
}

.search-bar-form label.wrap,
.location-container label.wrap {
  width: 100%;
  overflow: hidden;
  height: 50px;
  position: relative;
  display: block;
  margin-right: 20px;
}

.search-bar-form select.dropdown,
.location-container select.dropdown {
  height: 50px;
  padding: 10px;
  border: 0;
  font-size: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-bar-form label.wrap:after {
  content: "\f107 ";
  font-family: FontAwesome;
  color: #8a000a;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

.location-container label.wrap:after {
  content: "\f107 ";
  font-family: FontAwesome;
  color: #8a000a;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  width: 5%;
  height: 100%;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

select.dropdown {
  height: 50px;
  padding: 10px;
  border: 0;
  font-size: 15px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.wrap:after {
  content: "\f13a ";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

.search-bar-form .bttn-base {
  padding: 0;
  width: 100%;
}

/* Categories */
.categories-container {
  background: #353535;
}

.category-card-outer {
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  border-right: 1px solid #666666;
}

.category-card-outer:last-of-type {
  border-right: none;
}

.category-card-outer img,
.category-card-outer i {
  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);
}

.category-card-outer img {
  max-width: 80%;
  margin-bottom: 5px;
}

.category-card-outer h4 {
  margin-bottom: 0;
  color: #fff;
}

.category-card-outer .bttn-small {
  color: #b1b1b2;
}

.category-card-outer .bttn-small {
  height: 30px;
}

.category-card-outer i {
  color: #c4ac20;
}

.category-card-outer:hover {
  background: #8a000a;
}

.category-card-outer:hover img {
  transform: translateY(-5px);
  opacity: 0.8;
}

.category-card-outer:hover i {
  color: #fff;
  transform: translateX(5px);
}

/* Welcome */
.welcome {
  background: url('/siteart/background-field-01.png') no-repeat top center;
  background-size: cover;
  padding: 230px 0 100px;
}

.welcome .wrapper {
  align-items: center;
  flex-direction: column;
}

.welcome-container {
  text-align: center;
  width: 40%;
  margin: 100px 0;
}

.welcome-container h2 {
  margin-bottom: 0;
}

.welcome-container h5 {
  font-weight: 500;
}

/* Location */
.location-container {
  width: 90%;
  background: #353535;
  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;
}

.new-equipment .internal-main-primary {
  justify-content: center;
}

.location-container-right,
.location-bottom {
  justify-content: space-between;
}

.location-bottom {
  justify-content: flex-end;
}

.location-container .list {
  text-transform: uppercase;
}

.list b {
  margin-right: 20px;
}

.list span {
  margin-left: auto;
  width: auto;
  font-weight: 500;
}

.list.hours li {
  display: flex;
}

.list li {
  padding: 10px 15px;
}

.list li:nth-of-type(odd) {
  background: #9a9ca1;
}

.location-container .bttn-base {
  margin-top: auto;
}

.location-container .phone b {
  margin-right: 20px;
}

/* CT 01 */
.ct-01 {
  background: url("/siteart/background-ct-01.jpg") no-repeat center center;
  background-size: cover !important;
  position: relative;
  z-index: 5;
  margin-top: -5px;
  border: 25px solid #fff;
}

.ct-01 .wrapper {
  position: relative;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-01 .overlay {
  z-index: 2;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
}

.ct-01:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.rule {
  margin: 0 auto 15px;
  height: 4px;
  width: 100px;
}

/* Brands */
.brands .wrapper {
  padding: 0 10px;
}

.brand-logo {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.brand-logo:hover {
  opacity: 0.6;
}

.brand-logo img {
  max-width: 250px;
  width: 75%;
}

.logoslider .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 22px;
  color: #fff;
}

.logoslider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 22px;
  color: #fff;
}

.logoslider .slick-prev,
.logoslider .slick-next {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.logoslider .slick-prev:hover,
.logoslider .slick-next:hover {
  opacity: 1;
  background: #68020f;
}

.additional-brands li {
  font-size: 16px;
  font-weight: 600;
}

.additional-brands {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  column-gap: 25px;
}

.about .additional-brands li:nth-of-type(odd) {
  background: #fff;
}

/*  */
.internal {
  background: #f6f6f6;
}

.internal-main {
  background: #fff;
  padding: 50px;
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 600px;
}

.internal .footer-top-bg {
  background-color: #f6f6f6;
}

.internal-header {
  background: url(/siteart/background-header-01.jpg) center center no-repeat;
  background-size: cover;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.internal-header p {
  margin: 10px 0 0 0;
}

.internal-sub-header p {
  max-width: 600px;
  max-width: 800px;
}

.internal-main-primary {
  min-height: 300px;
  justify-content: space-between;
}

.internal-sidebar {
  background: #f6f6f6;
  height: 100%;
}

.internal-sidebar a {
  white-space: normal;
  word-break: break-word;
}

.internal-sidebar .heading {
  background: #8f8f8f;
  padding: 10px 25px 10px 25px;
  text-align: center;
}

.internal-sidebar h5 {
  margin-bottom: 0;
  color: #fff;
}

.internal-sidebar .list {
  color: #757575;
}

.internal-sidebar .list li {
  font-size: 16px;
}

.internal-sidebar .sidebar-main {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.internal-sidebar p {
  line-height: 25px;
}

.internal-sidebar p,
.internal-sidebar .body-link,
.internal-main .inventory-link p {
  font-size: 14px;
}

.internal-main .inventory-link h5 {
  margin-bottom: 5px;
}

.internal-sidebar .list li:nth-of-type(odd) {
  background: #fff;
}

.internal-sidebar .sidebar-bottom a,
.internal-sidebar .sidebar-bottom i {
  color: #8a000a;
}

.sidebar-main .body-link i {
  font-size: 14px;
}

.internal-sidebar .sidebar-bottom i {
  margin-right: 10px;
  width: 20px;
}

.internal-sidebar .sidebar-bottom a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.internal-sidebar .bttn-base,
.inventory-link .bttn-base {
  width: 100%;
}

.internal-sidebar .bttn-base {
  word-break: keep-all;
  margin: 10px auto 25px;
}

.internal hr {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.internal-sidebar .body-link {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-weight: 500;
}

.internal-sidebar-main .fas {
  color: #c2111f;
  margin-right: 15px;
}

.bttn-container {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.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;
}

.inventory-link.side {
  background: url("/siteart/background-ct-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 25px;
}

.page-link-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thankyou .internal-main i {
  font-size: 45px;
}

.item-card-outer {
  width: 25%;
  padding: 10px;
}

.item-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  padding: 25px;
  height: 300px;
}

.sm-card.item-card-inner {
  height: 200px;
}

.item-card-inner h6 {
  font-weight: 600;
  letter-spacing: 0.6px;
}

.logo {
  max-width: 180px;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: rgba(194, 194, 194, 0.88);
  transition: all 0.3s ease-in-out;
}

.card-copy {
  position: relative;
  z-index: 4;
}

.item-card-inner:hover .card-overlay {
  background: rgba(203, 203, 203, 0.65);
}

.item-card-inner:hover .bttn-small i {
  transform: translateX(7px);
}

.item-card-inner.agri-cover {
  background-image: url(/siteart/showrooms/agri-cover-card-bg.jpg);
}

.item-card-inner.airseeder {
  background-image: url(/siteart/showrooms/airseeder-hopper-card-bg.jpg);
}

.item-card-inner.auger-jogger {
  background-image: url(/siteart/showrooms/auger-jogger-card-bg.jpg);
}

.item-card-inner.boundary-trail {
  background-image: url(/siteart/showrooms/boundary-trail-card-bg.jpg);
}

.item-card-inner.brandt {
  background-image: url(/siteart/showrooms/brandt-grain-cart-02.jpg);
}

.item-card-inner.dakota-micro {
  background-image: url(/siteart/showrooms/dakota-micro-card-bg.png);
}

.item-card-inner.degelman {
  background-image: url(/siteart/showrooms/degelman-tillage.jpg);
}

.item-card-inner.e-kay {
  background-image: url(/siteart/showrooms/e-kay-card-bg.jpg);
}

.item-card-inner.fab-tec {
  background-image: url(/siteart/showrooms/fab-tec-card-bg.jpg);
}

.item-card-inner.farmet {
  background-image: url(/siteart/showrooms/farmet-card-bg.jpeg);
}


.item-card-inner.freeform-plastics {
  background-image: url(/siteart/showrooms/freeform-card-bg.jpg);
}

.item-card-inner.fs-manufacturing {
  background-image: url(/siteart/showrooms/fs-manufacturing-card-bg.jpg);
}

.item-card-inner.gatco {
  background-image: url(/siteart/showrooms/gatco-card-bg.jpg);
}

.item-card-inner.grain-guard {
  background-image: url(/siteart/showrooms/agi-grain-guard-card-bg.jpg);
}

.item-card-inner.interstate {
  background-image: url(/siteart/showrooms/interstate-card-bg.jpg);
}

.item-card-inner.ipesa-silo {
  background-image: url(/siteart/showrooms/ipesa-silo-card-bg.jpg);
}

.item-card-inner.keho {
  background-image: url(/siteart/showrooms/agi-keho-card-bg.jpg);
}

.item-card-inner.keho {
  background-image: url(/siteart/showrooms/agi-keho-card-bg.jpg);
}

.item-card-inner.kohler {
  background-image: url(/siteart/showrooms/kohler-card-bg.jpg);
}

.item-card-inner.loftness {
  background-image: url(/siteart/showrooms/loftness-grain-bagger.jpg);
}

.item-card-inner.lundell-plastics {
  background-image: url(/siteart/showrooms/lundell-plastics-card-bg.jpg);
}

.item-card-inner.meridian {
  background-image: url(/siteart/showrooms/meridian-card-bg.jpg);
}


.item-card-inner.neeralta {
  background-image: url(/siteart/showrooms/neeralta-card-bg.png);
}

.item-card-inner.neu-tech {
  background-image: url(/siteart/showrooms/neu-tech-card-bg.jpg);
}

.item-card-inner.neverspill {
  background-image: url(/siteart/showrooms/neverspill-card-bg.jpg);
}

.item-card-inner.s3 {
  background-image: url(/siteart/showrooms/s3-air-systems-card-bg.jpg);
}

.item-card-inner.shurco {
  background-image: url(/siteart/showrooms/shurco-card-bg.jpg);
}

.item-card-inner.sukup {
  background-image: url(/siteart/showrooms/sukup-card-bg.jpg);
}

.item-card-inner.tarpco {
  background-image: url(/siteart/showrooms/tarpco-card-bg-02.jpg);
}

.item-card-inner.thunder-creek {
  background-image: url(/siteart/showrooms/thunder-creek-card-bg.jpg);
}

.item-card-inner.toro {
  background-image: url(/siteart/showrooms/toro-zero-turn.jpg);
}

.item-card-inner.tridekon {
  background-image: url(/siteart/showrooms/tridekon-card-bg.jpg);
}

.card-copy h4 {
  margin-bottom: 0;
}

.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: #888;
  font-size: 12px;
}

.breadcrumb li a:hover {
  opacity: 0.6;
}

.breadcrumb li span {
  color: #c4ac20;
  font-weight: 300;
}

/* Noui Slider Start */
#searchbar-form .column4 {
  width: 100%;
  margin-right: 20px;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  height: 70px;
  display: flex;
  align-items: center;
}

.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;
}

/* ===========================================================
07. Footer Structure
=========================================================== */
footer {
  background: #353535;
  color: #fff;
}

/* .footer-top-bg img {
  width: 100%;
  margin-bottom: -10px;
} */
.footer-top-bg {
  background-image: url(/siteart/background-footer-02.png);
  background-color: #fff;
  background-position: center bottom;
  background-size: cover;
  height: 400px;
}

footer .wrapper {
  justify-content: space-between;
}

.footer-logo {
  max-width: 200px;
}

.footer-logo,
.footer-address {
  margin-right: 50px;
}

.footer-nav ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
}

.footer-nav li {
  margin-bottom: 10px;
  display: flex;
}

.footer-nav li a {
  color: #d3d3d3;
}

footer .phone,
footer .body-link {
  display: block;
}

footer a:hover {
  opacity: 0.7;
}

footer .list.hours,
.footer-nav li a,
footer .phone,
footer .body-link {
  font-size: 16px;
}

footer .body-link {
  font-weight: 300;
}

footer .list li:nth-of-type(odd) {
  background: #474747;
}

/* ===========================================================
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: #8e8e8e;
  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%;
}

.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-b-xs {
  margin-bottom: 10px;
}

.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: #d3d3d3;
}

.bg-md-grey {
  background: #999999;
}

.bg-white {
  background: #fff;
}

.bg-tan {
  background: #f5f3f0;
}

.bg-yellow {
  background: #c4ac20;
}

.dark-grey {
  color: #6b6b6b;
}

.green {
  color: #00bb9c;
}

.grey {
  color: #999999;
}

.lt-grey {
  color: #c2c2c2;
}

.yellow {
  color: #c4ac20;
}

.red {
  color: #8a000a;
}

.blk {
  color: #353535;
}

.white {
  color: #fff !important;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */
body.internal.inv {
  height: auto !important;
}

.list-content, .detail-wrapper, .detail-additional-data, .faceted-search-content, .parts-list-content, .bread-crumbs-heading {
    max-width: none!important;
}

.body-wrapper .breadcrumbs {display: block; margin-bottom: 0;}

.inventory-listings {
  margin-top: 200px;
}

.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;
  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;
}

.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, button.page-nav, button.apply-button, button.nuf-button {
  background: #8a000a !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: #8a000a !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: #68020f !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, .mobile-option-bar .mobile-option-bar-filter {
  color: #666!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, button.back-button {
  color: #8a000a !important;
  border: 1px #8a000a 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;
}

.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: #8a000a;
  border: 1px #8a000a solid;
}

.detail-btn-calc p {
  margin-bottom: 0;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #8a000a !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: #68020f !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #68020f !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, .bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i, .compare-checked a, a.search-results {
  color: #8a000a !important;
}

span.compare-price, #no-compare-listings h2, .share-container h2 {color: #000!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: #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-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: #8a000a !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: #68020f !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;
  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: #8a000a !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #68020f !important;
  color: #fff !important;
}

.contact-options a {
  background: #8a000a !important;
  background-color: #8a000a !important;
  color: #fff !important;
}

/* ===========================================================
11. Responsive Styles
=========================================================== */
@media screen and (max-width: 1700px) {
  .footer-top-bg {
    height: 300px;
  }
}

@media screen and (max-width: 1500px) {
  .slick-carousel {
    background: #fbf9f5;
  }

  .slide-content,
  .slide-overlay,
  .slide-overlay-btm {
    height: 600px !important;
  }
}

@media screen and (max-width: 1400px) {
  .welcome-container {
    width: 75%;
  }

  .location-container {
    width: 100%;
  }

  .location-container-right {
    flex-direction: column;
  }

  .location-info,
  .location-container .list {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1350px) {
  .hero-copy {
    max-width: 440px;
  }

  .hero-heading-lg {
    font-size: 55px;
    padding: 7px 7px 0 7px;
  }

  .hero-heading-sm {
    font-size: 19px;
  }

  p,
  .body-link,
  .phone {
    font-size: 16px;
    line-height: 28px;
  }

  .internal-main .col-8 {
    width: 60%;
  }

  .internal-main .col-3 {
    width: 40%;
  }
}

@media only screen and (max-width: 1300px) {
  .utility .bttn-base {
    padding: 0 25px;
  }

  .slide-01 {
    background-position-x: -130px;
  }

  .search-bar-form {
    flex-wrap: wrap;
  }

  .search-bar {
    margin: 0 0 -30px 0;
  }

  .column4 {
    width: 50%;
  }

  .column4.last {
    margin-top: 10px;
  }

  .search-bar-form .bttn-base {
    width: 100%;
  }

  .search-bar-form select.dropdown,
  .our-location select.dropdown,
  .search-bar-form label.wrap,
  .our-location label.wrap,
  .search-bar-form input[type="text"],
  .search-bar-form .bttn-base {
    height: 40px;
  }

  .search-bar-form label.wrap:after {
    top: 10px;
  }

  .footer-contact .col-1 {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {

  .header-search input[type="text"],
  .header-search ::placeholder {
    font-size: 16px !important;
  }

  .slide-content,
  .slide-overlay,
  .slide-overlay-btm {
    height: 500px !important;
  }

  .hero-copy {
    max-width: 410px;
  }

  .hero-heading-lg {
    font-size: 48px;
  }

  .hero-heading-sm {
    font-size: 18px;
  }

  .hero-small {
    font-size: 16px;
  }

  .slide-01 {
    background-position-x: center;
  }

  .internal-list li,
  .internal-list-two li {
    font-size: 14px;
  }

  h4 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .category-card-outer img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1078px) {
  .footer-top-bg {
    height: 230px;
  }

  .new-equipment .internal-main-primary {
    justify-content: flex-start;
  }

  .item-card-outer {
    width: 50%;
  }

  .item-card-inner {
    height: 250px;
  }

  .additional-brands {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}

@media only screen and (max-width: 1000px) {

  .hide-mobile,
  .utility {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .header-main {
    background: #f6f6f6;
  }

  .header-search i {
    font-size: 18px;
  }

  .header-logo {
    margin-left: 25px;
  }

  .header-main .wrapper {
    width: 100%;
    padding-top: 0;
    align-items: stretch;
  }

  #mobile-form-submit {
    max-height: 75px;
  }

  .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: #8a000a;
    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: #68020f;
    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: #8a000a;
  }

  .nav-icon:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }

  .location-info {
    flex-direction: column;
  }

  .location-container p {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 37px;
  }

  .footer-nav ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

@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 .col-1.flex {
    flex-direction: column;
  }

  .internal-main .col-1.flex.row {
    flex-direction: row;
  }

  .internal-sidebar .bttn-base {
    width: auto;
  }

  .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;
  }

  .internal-main {
    padding: 25px;
  }

  .category-card-outer h4 {
    font-size: 17px;
  }

  .category-card-outer .bttn-base {
    font-size: 10.5px;
  }
}

@media only screen and (max-width: 880px) {
  .wrapper {
    width: 90%;
  }

  .hero .slide-content,
  .slide-overlay,
  .slide-overlay-btm,
  .hero .draggable {
    height: 700px !important;
  }

  .slide-01 {
    background: url('/siteart/hero/hero-01-brandt-mobile.jpg') no-repeat bottom center;
  }

  .hero-copy {
    max-width: 100%;
    text-align: center;
    padding: 0 15%;
    left: 0;
    top: 30%;
  }

  .hero-small {
    color: #666;
  }

  .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;
  }

  h3 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 33px;
    line-height: 36px;
  }

  .internal-header {
    min-height: 160px;
    padding: 25px 0;
  }

  .header-search input[type="text"] {
    font-size: 15px !important;
  }

  .categories-container {
    flex-wrap: wrap;
  }

  .category-card-outer {
    width: 100%;
    padding: 25px
  }

  .category-card-outer h4 {
    font-size: 15px;
    line-height: 21px;
  }

  .category-card-outer img {
    max-width: 18%;
  }

  .category-card-outer:nth-of-type(1),
  .category-card-outer:nth-of-type(2) {
    border-bottom: 1px solid #666666;
  }

  .categories {
    padding-bottom: 0;
  }

  .welcome {
    padding: 0 0 100px;
    margin-top: -70px;
  }

  .welcome-container {
    width: 100%;
    margin: 300px 0 100px;
  }

  .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 .wrapper,
  .footer-left {
    flex-direction: column-reverse;
  }

  .footer-left,
  .footer-right {
    margin-top: 50px;
  }

  .footer-logo {
    margin: 50px auto 0;
  }

  .footer-nav ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 75px;
  }

  .additional-brands {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media only screen and (max-width: 700px) {
  .hero-heading-sm {
    font-size: 16px;
  }

  .hero-heading-lg {
    font-size: 41px;
  }

  .pd-all-md {
    padding: 25px;
  }

  .search-bar {
    margin-bottom: 50px;
  }

  .search-bar .wrapper {
    width: 100%;
  }

  .search-bar-outer {
    transform: none !important;
    padding: 5%;
    margin-top: -10px;
  }

  .column4 {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

  .search-bar-form input[type="text"],
  .search-bar-form select,
  .search-bar-form ::placeholder {
    font-size: 13px !important;
  }

  p,
  .body-link,
  .phone {
    font-size: 16px;
    line-height: 28px;
  }

  .header-logo img {
    max-width: 100px;
  }

  h5 {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 650px) {
  .hero-copy {
    padding: 0 5%;
  }
}

@media only screen and (max-width: 600px) {
  .nav-icon {
    width: 50px;
  }

  .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;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  h1 {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0;
  }

  .item-card-outer {
    width: 100%;
    padding: 10px 0;
  }

  .additional-brands {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}