﻿/* ===========================================================
red: #c2111f - grey: #d3d3d3
=========================================================== */

/* ===========================================================
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.02   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;
}

/* ===========================================================
02. Body Styles
=========================================================== */

body {
  font-family: "Barlow", sans-serif !important;
  font-size: 19px;
  /* overflow-x: hidden; */
}

body.inventory-listings {
  overflow-x: initial;
  height: auto;
}

html {
  overflow-x: hidden;
}

/* ===========================================================
03. Header Structure
=========================================================== */

/* Header */

.mobile-nav-container,
#menu-button,
.utility-mobile {
  display: none;
}

header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10;
  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 {
  display: flex;
  align-items: center;
}
header h1 img {
  max-width: 240px;
  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;
  position: relative;
  z-index: 3;
}
.header-main {
  width: 100%;
}

.utility {
  padding: 7px;
  background: #ff3600;
}

.utility .wrapper {
  justify-content: flex-end;
  align-items: center;
}
.utility a {
  margin-left: 20px;
}

.utility .bttn-small:hover {
  opacity: 0.6;
}

.utility i {
  margin-right: 10px;
}
img.manu-logo {
  width: 120px;
}
.header-main .wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.header-right-bottom {
  display: flex;
  justify-content: flex-end;
}

.social-container li {
  display: inline-block;
  margin: 0 10px;
}

.social-container i {
  font-size: 20px;
  color: #565556;
}

/* Scrolled Header */

.scrolled,
.internal header {
  background: rgba(11, 25, 34, 0.9) !important;
  width: 100%;
}

.internal {
  padding-top: 200px;
}

.inventory-listings header {
  box-shadow: none;
}

.header-right {
  height: 100%;
	background: rgba(0, 0, 0, .002);
}

.header-logo {
  padding: 10px 0;
}

.scrolled .utility,
.inventory-listings header .utility {
  display: none;
}

header.scrolled h1 img,
.internal header h1 img {
  max-width: 160px;
}

header.scrolled .wrapper,
.inventory-listings header .wrapper {
  width: 90%;
  padding-top: 0;
}

/* 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: #ff3600;
  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-hide-bttn {
  opacity: 0;
  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);
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

/*  */

.header-search-slide {
  background: #f4f0ed;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box !important;
}

.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: #be3213 !important;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

.initiallyHidden {
  display: none;
}

/* ===========================================================
04. Typography
=========================================================== */

h2,
h3,
h4,
h5,
h6,
.list-content .list-title .list-title-text,
.auction-heading,
.large {
  text-transform: uppercase;
  font-family: "Barlow", sans-serif !important;
}

h2 {
  font-size: 37px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}

.list-content .list-title .list-title-text,
.auction-heading {
  color: #565556;
}

h3 {
  font-size: 30px;
  line-height: 29px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}

h4 {
  font-weight: 600;

  margin-bottom: 20px;

  font-style: normal;
  font-size: 25px;
  line-height: 27px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

h6 {
  font-weight: 500;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 16px;
  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: 300;
  font-style: normal;
  color: #757575;
  margin-bottom: 25px;
  letter-spacing: 0.2px;
}

/* ===========================================================
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-black {
  color: #fff !important;
  background: #0b1922;
  border: none !important;
}

.bttn-black:hover {
  color: #fff !important;
  background: #000;
  /* opacity: 1 !important; */
}

.bttn-orange {
  color: #fff !important;
  background: #ff3600;
  border: none !important;
}

.bttn-orange:hover {
  background: #be3213;
}

.bttn-base .fa-phone {
  margin-right: 10px;
}

.bttn-white-stroke {
  color: #fff !important;
  border: 2px solid #fff;
  background: transparent;
}

.bttn-white-stroke:hover {
  background: #fff;
  color: #ff3600 !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);
}
.phone:hover {
  opacity: 0.6;
}
.body-link {
  font-weight: 700;
  font-style: normal;
}
.body-link span {
  font-weight: 400;
}
.body-link: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: 80%;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
}

.slide-content {
  position: relative;
  height: 900px;
  margin-top: -5px;
}
.slick-carousel-inner {
  position: relative;
}

.slide-content .wrapper {
  position: relative;
  height: 100%;
  display: flex;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.hero-heading {
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 66px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.hero-small {
  color: #fff;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.slide-bobcat {
  background-image: url("/siteart/hero/hero-01-bobcat.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}

.slide-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* Search Bar Section */

.hero-search {
  width: 400px;
  position: absolute;
  z-index: 4;
  top: 500px;
  right: 10%;

  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.42);
}
.hero-search-heading {
  background: #ff3600;
  padding: 25px;
  display: flex;
  align-items: center;
}
.hero-search-heading h5 {
  margin-bottom: 0;
}
.hero-search-heading img {
  max-width: 30px;
  margin-right: 10px;
}

.hero-search-main {
  background: #f4f0ed;
  padding: 25px;
}

.column4 {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 30px;
}

.hero-search input[type="text"],
.hero-search input::placeholder {
  font-size: 16px !important;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #898989;
  text-transform: uppercase;
}

.hero-search input[type="text"] {
  background: #fff;
  border: none;
  padding: 14px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  margin-right: 20px;
}

.hero-search .bttn-base {
  margin-top: 0 !important;
  padding: 0;
  width: 100%;
}

.hero-search .bttn-base i {
  margin: 0 0 0 10px;
}

/* Categories */

.categories-container {
  justify-content: center;
}
.category-card-outer {
  width: 32%;
  height: 450px;
  padding: 25px;
}
.category-card-inner {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: stretch;
  background: #f4f0ed;
  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;
}

.category-card-inner:hover {
  -webkit-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.3);
  transform: scale(1.015);

  -webkit-transform: scale(1.015);
  -moz-transform: scale(1.015);
  -ms-transform: scale(1.015);
  -o-transform: scale(1.015);
}

.category-card-inner h4 {
  margin-bottom: 0;
}

.card-rule {
  height: 3px;
  width: 70px;
  background: #ff3600;
  margin: 15px auto;
}

/* Equipment cards 02 */

.equipment-rentals {
  background-image: url("/siteart/background-equipment-rentals-03.jpg");
  background-color: #000;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}

.equipment-sales {
  background-image: url("/siteart/background-equipment-sales-04.jpg");
  background-color: #000;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}

.equipment-sales .bg-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(11, 25, 34, 0.8);
}

.equipment-rentals .overlay,
.equipment-sales .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-image:
    url(/siteart/icon-h-white.png), url(/siteart/texture-white-01.png);
  background-position:
    250px 150px,
    -30px -40px;
  background-size: 210px, 320px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.equipment-rentals .bg-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(240, 84, 35, 0.9);
}

.equipment-copy-container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.equipment-copy-inner {
  position: relative;
  z-index: 5;
  padding: 50px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

.equipment-copy-inner p {
  font-size: 15px;
  line-height: 26px;
}

.equipment-copy-inner .bttn-base {
  margin-top: auto;
}

/* Location */

.location-container {
  background: #0b1922;
  color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.location-container a {
  color: #fff;
}

.location-container form,
.location-container h3,
.location-info {
  margin-bottom: 50px;
}

.location-container-right {
  padding-left: 50px;
}

.location-info,
.location-bottom {
  justify-content: space-between;
}

.location-container .list {
  text-transform: uppercase;
}

.list b {
  margin-right: 20px;
}

.list span {
  margin-left: auto;
  width: auto;
}

.location-container .list li {
  display: flex;
  font-size: 16px;
}

.list li {
  padding: 10px 15px;
  font-size: 17px;
}

.list li:nth-of-type(odd) {
  background: #d1d1d1;
}

.location-container .bttn-base {
  margin-top: auto;
  margin-left: auto;
}

.location-container .phone b {
  margin-right: 20px;
}
.list b {
  margin-right: 20px;
}

.list span {
  margin-left: auto;
  width: auto;
  font-weight: 500;
}

.list li {
  display: flex;
  padding: 10px 15px;
  font-size: 16px;
}
.our-location .list li {
  color: #fff;
}

.our-location .list li:nth-of-type(odd) {
  background: #36464c;
}

.our-location .body-link {
  display: block;
}

.our-location .location-information {
  justify-content: space-between;
}
/* Scrolling Inventory */

.scrolling-container {
  background: #0b1922;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 50px;
}

.scrolling-wrap {
  height: 90px;
}

iframe.scrolling {
  width: 100%;
}

/* CT 01 */

.ct-01 {
  background-image: url("/siteart/background-ct-01-c-bobcat.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover !important;
  position: relative;
}

.ct-01 .wrapper {
  position: relative;
  z-index: 3;
  flex-direction: column;
  align-items: center;
}

.ct-01 p {
  max-width: 500px;
}

/* Newsletter Signup */

.newsletter-signup {
  background: #ff3600;
}

.newsletter-container .wrapper {
  display: flex;
}

.newsletter-container form {
  width: 100%;
}

.newsletter-container .internal-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.newsletter-container #captcha {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.form-continue {
  text-align: center;
}

.newsletter-container .flex {
  width: 50%;
}

#CaptchaAnswer {
  max-width: 400px;
  margin-right: 0 !important;
}

.newsletter-container .internal-form input[type="submit"] {
  margin: 0 auto;
}

.internal-form.newsletter input[type="text"] {
  width: 48%;
}

/* Internal Pages */

.internal {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.internal h2 i {
  margin-right: 10px;
}

.internal-main-primary {
  min-height: 300px;
}

.internal-sidebar {
  background: #f3f3f3;
}

.internal-sidebar p {
  font-weight: 400;
}

.internal-sidebar a {
  white-space: normal;
  word-break: break-word;
}

.internal-sidebar .heading {
  background: #646262;
  padding: 10px 25px 10px 25px;
}

.internal-sidebar h4 {
  margin-bottom: 0;
  color: #dedede;
}

.internal-sidebar .list {
  color: #666666;
}

.internal-sidebar .list li {
  font-size: 16px;
}

.internal-sidebar .sidebar-main {
  padding: 25px;
}

.internal-sidebar .sidebar-bottom {
  margin-top: 25px;
}

.internal-sidebar .sidebar-bottom a,
.internal-sidebar .sidebar-bottom i {
  color: #005c9a;
}

.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 {
  width: 100%;
  word-break: keep-all;
}

.internal-image-bg {
  width: 100%;
  margin-bottom: 25px;
  height: 300px;
}

.internal hr {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.internal-table th,
.internal-table td {
  font-size: 14px;
  line-height: 22px;
  color: #929292;
  margin-bottom: 20px;
}

.internal-table thead tr {
  background: #e8e8e8;
}

.internal-table thead th {
  padding: 12px 6px;
  border-right: 1px solid #cccccc;
}

.internal-table tr {
  border-bottom: 1px solid #cccccc;
}

.internal-table td {
  padding: 6px;
  border-right: 1px solid #cccccc;
}

.internal-table {
  border: 1px solid #cccccc;
}

.internal-table tr:nth-of-type(even) {
  background: #e8e8e8;
}

.internal-sidebar .body-link {
  display: flex;
  align-items: center;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: 500;
}

.internal-sidebar-main .fas {
  color: #c2111f;
  margin-right: 15px;
}

.bttn-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Customer Feedback */

.card-outer {
  padding: 25px 12.5px;
}

.card-inner {
  background: #f3f3f3;
  padding: 25px;
}

.feedback .card-outer {
  width: 100%;
}

.customer-name {
  text-align: right;
}

.thankyou .internal-main-primary {
  display: flex;

  justify-content: center;
  align-items: center;
}

.thankyou .internal-main-primary p {
  text-align: center;
  max-width: 800px;
}

/* About */

.about .internal-main-primary img {
  width: 100%;
}

/* Rental Page */
.secondary-menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.secondary-menu li {
  display: inline-block;
}

.secondary-menu li a {
  color: #4c4c4c;
  /* text-transform: uppercase; */
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 7px 15px;
  cursor: pointer;
}

.secondary-menu li a:hover {
  opacity: 0.7;
}

.sub-nav-heading {
  display: none;
}

.sub-sticky {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  background: rgba(11, 25, 34, 0.9) !important;
  padding: 15px 7% 0 7% !important;
}

.sub-sticky ul {
  margin-bottom: 15px !important;
}

.sub-sticky li a {
  color: #fff;
}

.sub-sticky .sub-nav-heading {
  display: block;
  color: #fff;
}

/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */
/* Rental Page */

.rental-item-main {
  justify-content: space-between;
}

.rental-item-main .equipment-image {
  max-width: 25%;
}

.rental-item-main .equipment-image-02 {
  max-width: 90%;
}

.rental-card-sm {
  padding: 25px;
}

.table-container {
  width: 75%;
}

.table-container table,
.table-outer {
  width: 100%;
}

.table-outer {
  margin-bottom: 50px;
}

.table-container thead {
  /* background: #cecece; */
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: 15px;
}

.table-container th,
.table-container td {
  padding: 15px 0 15px 15px;
}

.table-container td {
  font-size: 14px;
}

.table-container tbody tr:nth-of-type(odd) {
  background: #f4f0ed;
  padding: 15px 25px;
}

.table-container tbody tr:nth-of-type(even) {
  /* background: #f9f9f9; */
  padding: 15px 25px;
}

.table-container table {
  table-layout: fixed;
  /* background: #f9f9f9 !important; */
}

td.last {
  background: #fff !important;
}

.attachment-container {
  display: flex;
  align-items: center;
}

.internal-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-width: 100%;
}

.internal-list li {
  font-size: 16px;
  margin-bottom: 15px;
  color: #666666;
}

.table-container table a.bold {
  display: block;
  font-size: 12px;
}

.table-container table a.bold:hover {
  opacity: 0.6;
}

.table-container table td a.bold:nth-of-type(2) {
  margin-top: 10px;
}

.table-container .bttn-base {
  padding: 0;
  width: 100%;
}

/* Parts */

.parts .equipment-image {
  max-width: 25%;
}

.side-ct-01 {
  background: #0b1922;
  padding: 25px;
  align-items: center;
  justify-content: center;
}

.side-ct-01 .bttn-base {
  padding: 0;
  width: 100%;
}

/* Service */

.before-after {
  position: relative;
}

.before-after a {
  position: relative;
  z-index: 2;
  width: 50%;
}

.before-after a img {
  width: 100%;
}

.before-after .copy-bottom {
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 5px;
}

.before-after .copy-bottom p {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  /* text-transform: uppercase; */
  margin-bottom: 0;
}
/* 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: #0b1922;
  color: #fff;
}
footer h5 {
  color: #fff;
}

.footer-logo {
  max-width: 220px;
}

footer a:hover {
  opacity: 0.7;
}

footer .wrapper {
  position: relative;
  justify-content: space-between;
}

.social-container li {
  padding: 5px 5px 5px 5px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ff3600 !important;
}

.social-container {
  margin-top: 20px;
}

.social-container a {
  width: 110px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  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:hover i {
  color: #0b1922;
}

.social-container li:hover {
  border: 2px solid #ff3600;
  background: #ff3600;
}

.social-container li a i {
  color: #ff3600;
  font-size: 22px;
  line-height: 39px;
}

footer .social-container li {
  width: 40px;
  height: 40px;
}

.footer-nav li {
  margin-bottom: 12px;
}

.footer-nav li a {
  font-size: 15px;
  font-weight: 300;
  color: #efefef;
}
footer .body-link {
  margin-bottom: 25px;
}
.phone,
footer .body-link {
  display: block;
}

.footer-left-one {
  margin-right: 50px;
}

footer .list {
  min-width: 250px;
}

footer .list li:nth-of-type(odd) {
  background: #36464c;
}

.footer-links {
  padding-left: 50px;
  border-left: 1px solid #474747;
  margin-left: 50px;
}

footer .body-link {
  font-weight: 400;
}

/* ===========================================================
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;
}

.internal-form {
  position: relative;
  z-index: 3;
  width: 100%;
}

.internal-form h5 {
  margin-top: 50px;
}

.internal-form label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #6e6e6e;
  margin-bottom: 20px;
  text-align: left;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.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 {
  background: #f7f7f7;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #6e6e6e;
  font-size: 14px !important;
  box-sizing: border-box;
  height: 50px;
}

.form-flex .form-flex {
  width: 50%;
}

.hear-about-us div {
  margin: 0 25px 25px 0;
}

.align-bottom {
  align-items: flex-end;
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

.internal-form .small {
  margin-bottom: 25px;
}

.form-flex input {
  width: 50%;
}

.internal-form 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;
}

/* 08.03. Form Structure
=========================================================== */

/* ===========================================================
09. Classes
=========================================================== */

.margin-right {
  margin-right: 20px;
}

.text-center {
  text-align: center;
}

.margin-right-md {
  margin-right: 40px;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.col-1 {
  width: 100%;
  /* flex: 1 0 auto; */
}

.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;
}

.m-all-xs {
  margin: 10px;
}

.pd-lg {
  padding: 100px 0;
}

.pd-t-lg {
  padding-top: 100px;
}

.pd-t-md {
  padding-top: 50px;
}

.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-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-sm {
  margin-right: 25px;
}

.m-r-md {
  margin-right: 50px;
}
.pd-r-md {
  padding-right: 50px;
}

.bg-lt-grey {
  background: #f7f7f7;
}

.bg-white {
  background: #fff;
}

.bg-tan {
  background: #f4f0ed;
}

.lt-grey {
  color: #a0a0a0;
}

.med-grey {
  color: #666666;
}
.dark-grey {
  color: #0b1922;
}

.green {
  color: #00bb9c;
}
.grey {
  color: #6e6e6e;
}

.lt-grey {
  color: #d3d3d3;
}

.orange {
  color: #ff3600;
}

.bg-orange {
  background: #ff3600;
}

.blue {
  color: #46597a;
}

.white {
  color: #fff !important;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.list-content .list-top-section .sticky-top-menu {
  top: 88px !important;
  z-index: 9 !important;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
}
.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
  max-width: 80% !important;
}

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label + input,
.modal-form-el label + select {
  height: 30px;
  line-height: 30px;
}

.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #ff3600 !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: #ff3600 !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: #be3213 !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;
}

.list-content .listing-widgets .Currency a {color: #000!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: #ff3600 !important;
  border: 1px #ff3600 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: #fff !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: #fff !important;
}
.detail-content-mobile .detail-main-body .fin-stacked {
  background: #fff !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #ff3600;
  border: 1px #ff3600 solid;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #ff3600 !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: #be3213 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #be3213 !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: #ff3600 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #241e20;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #241e20;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-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: #ff3600 !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: #be3213 !important;
  color: #fff !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: inherit !important;
  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: #ff3600 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #be3213 !important;
  color: #fff !important;
}
.contact-options a {
  background: #ff3600 !important;
  background-color: #ff3600 !important;
  color: #fff !important;
}
/* ===========================================================
11. Responsive Styles
=========================================================== */

@media screen and (max-width: 1500px) {
  header h1 img {
    max-width: 180px;
  }
  header.scrolled h1 img {
    max-width: 150px;
  }
}

@media screen and (max-width: 1350px) {
  .location-info,
  .location-bottom {
    flex-direction: column;
    width: 100%;
  }
  .location-container .list {
    width: 100%;
    margin-top: 25px;
  }
  header .wrapper {
    width: 92%;
  }
}

@media only screen and (max-width: 1300px) {
  .equipment-copy-container {
    width: 70% !important;
    /* padding: 25px; */
    height: 100%;
  }
  header.scrolled .wrapper,
  .inventory-listings header .wrapper {
    width: 92%;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-search {
    position: static;
    width: 100%;
  }
  .hero-search-heading {
    justify-content: center;
    text-align: center;
  }
  .search-bar-form {
    display: flex;
  }
  .column4 {
    width: 25%;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .example-val,
  .example-val span,
  .val-divider {
    font-size: 13px;
  }

  header h1 img {
    max-width: 160px;
  }
  header.scrolled h1 img {
    max-width: 130px;
  }

  header.scrolled h1 img,
  .inventory-listings header h1 img {
    max-width: 130px;
  }
  .header-search-icon {
    margin-left: 15px;
  }
  .category-card-outer {
    height: 450px;
    padding: 12px;
  }
  .category-card-inner h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .category-card-inner .bttn-base {
    margin-top: auto;
  }
  .footer-left,
  .footer-right {
    width: 50%;
  }
  .footer-left {
    padding-right: 50px;
  }
  .footer-right-one {
    flex-direction: column;
    width: 100%;
  }
  .footer-left {
    flex-direction: column-reverse;
  }
  .footer-logo {
    margin-top: 50px;
  }
  .footer-links {
    padding: 0 0 25px 0;
    border-left: none;
    border-bottom: 1px solid #474747;
    margin: 0 0 25px 0;
    width: 100%;
  }
  .footer-nav li {
    margin: 0 25px 25px 0;
    display: inline-block;
  }
  footer .list {
    min-width: 200px;
  }

  .list li {
    font-size: 14px;
  }
  .rental-card-sm {
    height: 460px;
  }
  .rental-card-sm .col-1 {
    height: 100%;
  }
  .rental-card-sm .bttn-base {
    margin-top: auto;
  }
  .sub-sticky li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1150px) {
  .equipment-copy-container {
    width: 100% !important;
  }
  .equipment-rentals .overlay,
  .equipment-sales .overlay {
    background-position:
      370px 230px,
      -30px -40px !important;
  }
  header h1 img {
    max-width: 140px;
  }
  .parts-container .col-1 {
    flex-direction: column;
  }
  .before-after {
    height: 150px;
  }
  .parts-container .equipment-image {
    margin: 0 0 25px 0;
    max-width: 50%;
  }
  .parts-container h4 {
    text-align: center;
  }
}

@media only screen and (max-width: 1078px) {
  .hero-small {
    font-size: 21px;
    line-height: 23px;
  }
  p,
  .internal-list li {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-logo img {
    max-width: 175px;
  }
  h2 {
    font-size: 33px;
    line-height: 31px;
  }
  .rental-item-main {
    flex-direction: column;
  }
  .table-container {
    width: 100%;
  }
  .rentals .internal-main h4 {
    text-align: center;
  }
  .rental-item-main .equipment-image {
    max-width: 50%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  header .wrapper,
  header.scrolled .wrapper,
  .inventory-listings header .wrapper {
    width: 95%;
    padding-top: 0;
  }
  .header-search i {
    font-size: 18px;
  }
  .secondary-menu {
    display: none;
  }
  /* mobile header */
  header {
    flex-direction: column;
    background: rgba(11, 25, 34, 1) !important;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.42);
  }
  header .wrapper {
    width: 100%;
    padding-top: 0;
  }
  .header-main .wrapper {
    align-items: stretch;
    width: 100%;
  }
  #mobile-form-submit {
    max-height: 75px;
  }
  header h1 img {
    padding: 10px;
    max-width: 140px;
  }

  .header-left {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .hide-mobile,
  .utility {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .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: #ff3600;
    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: #be3213;
  }
  .mobile-menu-nav-icon i {
    font-size: 33px !important;
    color: #fff !important;
  }
  .nav-bar-rule {
    width: 0.5px;
    background: #192b35;
    opacity: 1;
    height: 100%;
  }
  .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: #ff3600;
  }
  .nav-icon i:hover {
    opacity: 0.7;
  }
  .nav-icon:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .header-search-slide {
    right: 0;
    top: 75px;
    width: 100%;
    padding: 25px;
  }
  .scrolled,
  .inventory-listings header {
    padding: 0;
  }
  header.scrolled .wrapper,
  .inventory-listings header .wrapper {
    width: 100%;
  }
}

@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: 950px) {
  .hero-search {
    position: static;
    width: 80%;
    transform: translateY(-70px);
    margin: 0 auto;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
  }
  .search-bar-form {
    flex-wrap: wrap;
  }
  .column4 {
    width: 50%;
  }

  .column4.last {
    margin-top: 30px;
  }
  .before-after {
    height: auto;
    max-height: 250px;
  }
}

@media only screen and (max-width: 900px) {
  .pd-r-md {
    padding-right: 0;
  }

  .internal-main .col-1.flex {
    flex-direction: column;
  }
  .parts .col-4 {
    flex-direction: column-reverse;
  }
  .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,
  .col-1 .col-6 {
    width: 100%;
  }
  .internal-sidebar {
    margin-top: 50px;
  }
  .sales-rentals .col-1 {
    flex-direction: column;
  }

  .equipment-rentals,
  .equipment-sales {
    height: 600px;
  }
  .equipment-copy-container {
    height: 50%;
  }
  .equipment-rentals {
    background: url("/siteart/background-equipment-rentals-03-mobile.jpg")
      no-repeat bottom right;
    background-size: cover !important;
  }

  .equipment-sales {
    background: url("/siteart/background-equipment-sales-04-mobile.jpg")
      no-repeat bottom right;
    background-size: cover !important;
    position: relative;
  }
  .equipment-rentals .overlay,
  .equipment-sales .overlay {
    background-position:
      105% 165%,
      -30px -40px !important;
  }
  .equipment-copy-container h5 br {
    display: none;
  }
  .internal {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 880px) {
  .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 {
    width: 100%;
  }
  .align-bottom .margin-right,
  .align-bottom input[type="text"] {
    width: 100% !important;
  }
  .margin-right {
    margin-right: 0;
  }
  .contact-half,
  .contact-half-one {
    width: 100%;
  }
  .form-flex {
    flex-direction: column;
  }
  .form-flex .form-flex {
    width: 100%;
  }
  .select-last {
    margin-left: -5px;
  }
  .contact textarea {
    width: 100% !important;
  }
  .contact .internal-form input[type="text"],
  .contact .internal-form input[type="email"],
  .contact .internal-form input[type="phone"],
  .contact .internal-form select,
  .contact .internal-form textarea {
    width: 100% !important;
  }
  .contact .margin-right {
    margin-right: 0;
  }
  .contact .form-flex {
    flex-wrap: wrap;
  }
  .wrapper,
  .hero-search {
    width: 90%;
  }
  .rental-card-sm {
    height: auto;
    width: 50%;
    padding: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .category-card-inner {
    padding: 50px 12px;
  }
}

@media only screen and (max-width: 786px) {
  .header-search input[type="text"] {
    font-size: 15px !important;
  }
  .header-search ::placeholder {
    font-size: 15px !important;
  }
  .hero-heading,
  .hero-small {
    color: #fff;
  }
  .hero-small {
    max-width: inherit;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-heading-top {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-heading {
    font-size: 43px;
    line-height: 42px;
  }

  .slick-carousel {
    margin-bottom: -5px;
  }
  .slick-carousel-inner {
    background: #000;
  }
  .slide-deere {
    background: url(/siteart/hero/hero-01-deere.jpg) no-repeat center 50px;
    background-size: 180% !important;
  }
  .slide-overlay {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 78%
    );
  }

  .slick-dots li button {
    height: 14px;
    width: 14px;
  }
  .slick-dots li button:before {
    font-size: 10px;
  }
  .slick-dots li {
    margin: 0;
  }
  h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .hero-search-heading,
  .hero-search-main {
    padding: 20px;
  }
  .categories {
    padding-top: 50px !important;
  }
  .slide-content,
  .slick-carousel-inner {
    height: 650px;
  }
  .slick-carousel-inner {
    overflow: hidden;
  }
  .location-container {
    flex-direction: column;
  }
  .location-container .col-6 {
    width: 100%;
  }
  .location-container-right {
    padding-left: 0;
    padding-top: 50px;
  }
  .location-container iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 700px) {
  p,
  .body-link {
    line-height: 28px;
    font-size: 16px;
  }

  header h1 img,
  header.scrolled h1 img,
  .inventory-listings header h1 img,
  .internal header h1 img {
    padding: 7px;
    max-width: 120px;
  }
  .column4 {
    width: 100%;
  }
  .column4 {
    margin-bottom: 30px;
    padding: 0;
  }
  .column4.last {
    margin-top: 0;
  }
  h2 {
    font-size: 30px;
    line-height: 28px;
  }
  .location-container {
    padding: 25px;
  }
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .pd-all-md {
    padding: 25px;
  }
  .internal-list li {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 650px) {
  .scrolling-container {
    padding: 20px;
  }
  .internal-form.newsletter input[type="text"] {
    width: 100%;
  }
  .internal-form.newsletter .flex {
    flex-direction: column;
  }
  footer .wrapper {
    flex-direction: column-reverse;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }
  footer .list {
    min-width: auto;
    width: 100%;
  }
  .footer-left {
    padding-right: 0;
  }
  .footer-left-one {
    align-items: center;
  }
  .table-container td,
  .table-container table a.bold {
    font-size: 11px;
  }
  .table-container thead {
    font-size: 11px;
  }
  .table-container th,
  .table-container td {
    padding: 5px 0 5px 5px;
  }
  .table-container .bttn-base {
    font-size: 11px;
  }
  .rentals .pd-all-md {
    padding: 15px;
  }
  .internal-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

@media only screen and (max-width: 600px) {
  .header-search-slide {
    top: 65px;
  }
  .nav-icon {
    width: 50px;
  }
  .nav-icon i {
    font-size: 20px;
  }
  .mobile-menu-nav-icon i {
    font-size: 25px !important;
  }
  .category-card-outer {
    height: 380px;
  }
  .bttn-base,
  .internal-sidebar .bttn-base {
    width: 100%;
  }
  .mobile-menu-nav-icon {
    width: 60px;
  }
  .hero-search-heading img {
    max-width: 20px;
  }
  .hero-search {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }
  .hero-search input[type="text"],
  .hero-search input::placeholder,
  .header-search input[type="text"],
  .header-search ::placeholder {
    font-size: 14px !important;
  }
  p,
  .body-link {
    line-height: 27px;
    font-size: 15px;
  }
  .category-card-inner .bttn-base {
    padding: 0;
    width: 100%;
  }

  .rental-card-sm {
    padding: 15px 0;
    width: 100%;
  }
  .rental-item-main .equipment-image {
    max-width: 75%;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 26px;
    line-height: 27px;
  }
  header h1 img,
  header.scrolled h1 img,
  .inventory-listings header h1 img,
  .internal header h1 img {
    max-width: 110px;
  }
}

@media screen and (max-width: 400px) {
  .footer-nav li {
    margin: 0 0 15px 0;
    display: block;
  }
}
