﻿/* ===========================================================
   yellow: #ffc801 - dark grey: #2e2e2e - red: #e50024
   =========================================================== */

/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
    03.01   Mobile Nav
   04.      Typography
   05.      Links / Buttons
   06.      Site Structure
   07.      Footer Structure
   08.      Form Structurev
    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;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
  overflow-y: scroll;
  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: "Roboto", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

html {
  height: auto !important;
}

/* ===========================================================
03. Header Structure
=========================================================== */

.mobile-nav-container,
#menu-button {
  display: none;
}

header {
  width: 100%;
  background: #fff;
  position: relative;
}

header .wrapper {
  max-width: 80%;
  height: 100%;
}

.utility-nav .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wrapper2 {
  max-width: 86%;
  height: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.utility-nav {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 2;
}

.utility-nav a {
  color: #4c4c4c !important;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  font-size: 19px;
  height: 100%;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.utility-nav a:hover {
  background: #efefef;
}

.utility-left-link i {
  color: #ffc801;
  font-size: 20px;
  margin-right: 10px;
}

.nav-rule {
  height: 100%;
  width: 1px;
  background: #424242;
}

.header-logo img {
  max-width: 220px;
  height: auto;
}

.nav-bar-rule {
  width: 1px;
  height: 100%;
  background: #f7f7f7;
  margin: auto;
}

.header-bottom {
  margin-top: 20px;
}

.header-bottom .wrapper {
  display: flex;
  justify-content: space-between;
}

.utility-social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.utility-social-container .header-facebook i {
  margin-right: 0 !important;
  color: #ffd51d;
  font-size: 20px;
}

.header-right {
  display: flex;
  width: 100%;
}

/* 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: #ffc801;
  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: #f4f4f4;
  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: #000 !important;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

.initiallyHidden {
  display: none;
}

/* 03.01. Mobile Nav
=========================================================== */

.mobile.button {
  display: none;
}

.mobile-nav li button.mobile_btn {
  height: 40px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent !important;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  border: none;
}

.mobile-nav li button.mobile_btn:hover {
  cursor: pointer;
}

.mobile-nav button.mobile_btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-nav li button.mobile_btn.active {
  background: #666;
}

.mobile-nav li button.mobile_btn.active::after,
.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ===========================================================
04. Typography
=========================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}

h1,
.list-content .list-title .list-title-text {
  font-size: 52px;
  line-height: 43px;
  font-weight: 400 !important;
  font-family: "Teko", sans-serif !important;
  text-transform: uppercase;
}

h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

p {
  line-height: 26px;
}

small {
  font-size: 0.8em;
  color: #525252;
}

strong {
  color: #363636;
  font-weight: 700;
}
.heading {
    font-size: 40px;
}
.intro-body {
  font-size: 29px;
  line-height: 31px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.body {
  color: #000;
  margin-bottom: 25px;
}

/* ===========================================================
05. Links / Buttons
=========================================================== */

.bttn-base {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  height: auto;
  padding: 15px 50px !important;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.bttn-blk {
  color: #1e1d1c !important;
  border: 2px solid #1e1d1c;
}

.bttn-blk:hover {
  background: #1e1d1c;
  color: #fff !important;
}

/* ===========================================================
06. Site Structure
=========================================================== */

.wrapper {
  max-width: 80%;
  margin: 0 auto;
  height: 100%;
}

.slick-slider {
  overflow: hidden;
}

.slick-carousel-cont-1 {
    border: 15px solid #fff;
    box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
}
.slick-carousel-2 {
    margin:0!important;
}

.home .internal-header {
  padding-bottom: 150px;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.68);

}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.equipment {
  margin-top: -180px;
  position: relative;
  z-index: 3;
}

.equipment-card {
  display: flex;
  align-items: flex-end;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.76);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.76);
  position: relative;
}

.equipment-card:hover .equipment-card-copy {
  padding-bottom: 50px;
}

.equipment-card-copy {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.equipment-card-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.equipment-card:hover .equipment-card-overlay {
  background: rgba(0, 0, 0, 0);
}

.equipment-card-copy h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.equipment-card:nth-of-type(1) {
  height: 300px;
  background: url("/siteart/home-card-used-equipment.png") no-repeat center center;
  background-size: cover;
}

.equipment-card:nth-of-type(2) {
  height: 300px;
  background: url("/siteart/home-card-new-equipment.png") no-repeat center center;
  background-size: cover;
}

.equipment-card:nth-of-type(3) {
  height: 300px;
  background: url("/siteart/home-card-attachments.png") no-repeat center center;
  background-size: cover;
}

.equipment-card:last-of-type {
  height: 300px;
  background: url("/siteart/home-card-rentals.png") no-repeat center center;
  background-size: cover;
}

.welcome {
  padding: 50px 0;
  background-image: url("/siteart/background-01-overlay.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #ffc801;
}

.welcome .wrapper .col-1 {
  background: rgba(250, 219, 82, 0.8);
  padding: 80px;
  text-align: center;
  margin-top: 80px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.welcome h1 {
  text-align: center;
}

.welcome h1 span {
  color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.welcome h1 br {
  display: none;
}

.welcome .intro-body {
  color: #000;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
}

.rule {
  height: 3px;
  width: 150px;
  background: #fff;
  margin: 20px auto 40px;
}

.location-map {
  position: relative;
}

.map-iframe-container iframe {
  height: 100%;
}

.location-map-copy {
  background: rgba(255, 200, 1, 1);
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: -1px 4px 9px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: -1px 4px 9px 0px rgba(0, 0, 0, 0.61);
  box-shadow: -1px 4px 9px 0px rgba(0, 0, 0, 0.61);
}

.location-map-copy h1,
.location-map h3 {
  color: #000;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.location-map h3 {
  margin-top: 30px;
}

.location-map-copy .rule {
  margin: 20px 0 30px 0;
  position: inherit;
}

.location-copy-left {
  display: flex;
  flex-wrap: wrap;
}

.location-copy-left .address,
.location-copy-left .phone-links {
  width: 50%;
}

.hours {
  width: 100%;
}

.location-map-copy h1 span {
  color: #1e1d1c;
  margin-bottom: 25px;
}

.location-link {
  display: flex;
}

.location-map-copy i,
.address i {
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}

.address a,
.phone-links a,
.location-map-copy a,
.card-location {
  color: #1e1d1c;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.3px;
  font-size: 24px;
  font-family: "Teko", sans-serif;
  line-height: 26px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hours li {
  font-weight: 500;
  font-size: 24px;
  font-family: "Teko", sans-serif;
  line-height: 29px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: flex;
}

.hours li:nth-of-type(odd) {
  background: #e4b304;
}

.hours li span.li-left {
  /* width: 80px; */
  display: inline-block;
}

.hours li span.li-right {
  font-weight: 300;
  margin-left: auto;
}

.location-map-copy a:hover,
.address a:hover,
.phone a:hover {
  opacity: 0.5;
}

.brands {
  background: #1e1d1c;
}

.brands h2 {
  color: #fff;
  text-align: center;
      font-size: 52px;
  line-height: 43px;
  font-weight: 400 !important;
  font-family: "Teko", sans-serif !important;
  text-transform: uppercase;
}

.brands h2 span {
  color: #ffc801;
}

.brands .col-1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: -30px;
}

.brands a {
  width: 20%;
  display: flex;
  justify-content: center;
}

.brands img {
  transform: scale(0.8);
  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);
}

.brands a:hover img {
  opacity: 0.6;
}

.page-upper {
  background: #fff;
  height: 600px;
  max-height: 600px;
}

.page-upper-inner {
  height: 280px;
}

.page-upper .col-1,
.page-upper-inner .col-1 {
  height: 100%;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}

/* Inner 01 Layout */

.inner-01 {
  background: #ffc801;
}

.inner-01-heading h1 {
  color: #000;
	
}

/* Inner 02 Layout */

.inner-02 {
  background: #ffc801;
}

.inner-02-heading h1 {
  color: #ffc801;
}

.inner-02 .col-row {
  justify-content: space-between;
}

.inner-img {
  border: 15px solid #fff;
  -webkit-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
}

.card {
  background: #fff;
  width: 32% !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
}

.card i {
  font-size: 30px;
  color: #888888;
  margin-right: 20px;
}

.card-main {
  padding: 20px 25px 25px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-location {
  padding: 0 25px 0 25px;
  margin-bottom: 20px;
}

.card .col-1 {
  padding: 25px 25px 10px 25px;
  background: #e5e5e5;
  flex: none !important;
  width: auto;
}

.card .bttn-base {
  width: 100%;
  padding: 15px 0 !important;
  margin-top: auto;
}

/*  */

.thank-you a,
.body a {
  color: #333333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-weight: 600;
}

.thank-you a:hover,
.body a:hover {
  opacity: 0.6;
}

.thank-you i {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

.thank-you h3 {
  color: #bcbcbc;
  font-weight: 500;
  padding-bottom: 20px;
}

.thank-you p {
  max-width: 800px;
}

.about-logo {
  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;
}

.about-logo:hover {
  opacity: 0.6;
}

.our-brands-logo {
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.our-brands-logo .col-3 {
  flex: 1;
}

.our-brands-logo:not(:last-of-type) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

/* Rental Equipment Tables */

.rental-heading {
  margin-bottom: 50px;
}
.rental-heading a {
    color: #A00000;
}
.rental-heading a:hover {
    color: #e50024;
}

.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: #eaeaea;
  padding: 15px 25px;
}

.table-container tbody tr:nth-of-type(even) {
  background: #f9f9f9;
  padding: 15px 25px;
}

.table-container table {
  background: #f9f9f9 !important;
}

.map iframe {
  height: 400px;
}

ul.lst-dt{
	list-style: inside;
}
.btm-txt{
	font-family:  "Teko", sans-serif;
	line-height: 26px;
	font-size: 20px;
}

/* ===========================================================
07. Footer Structure
=========================================================== */

footer {
  background: #1e1d1c;
  padding: 80px 0;
  border-bottom: 10px solid #ffd51d;
}

footer .wrapper {
  position: relative;
}

.footer-logo img {
  max-width: 225px;
}

footer h4 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

footer h4 i {
  color: #ffd51d;
  font-size: 28px;
}

footer li,
footer li a,
footer a {
  font-size: 23px;
  font-weight: 300;
  font-family: "Teko", sans-serif;
  color: #acacac;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-nav li {
  line-height: 28px;
  margin-bottom: 13px;
}

.footer-social-container li {
  padding: 5px 5px 5px 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffc801;
}

.footer-social-container {
  margin-top: 20px;
}

.footer-social-container a {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-social-container li:hover i {
  color: #fff;
}

.footer-social-container li:hover {
  border: 2px solid #ffc801;
  background: #ffc801;
}

.footer-social-container li a i {
  color: #ffc801;
  font-size: 22px;
  line-height: 39px;
}

.footer-location {
  padding-left: 40px;
}

.footer-location a {
  margin-bottom: 15px;
  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);
}

.footer-right-one,
.footer-right-two {
  margin-right: 40px;
}

.footer-nav li {
  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);
}

.footer-location a:hover,
.footer-nav li:hover {
  opacity: 0.7;
}

.footer-location i {
  margin-right: 10px;
  width: 30px;
  color: #ffc801;
}

.footer-location span {
  margin-left: -2px;
}

.footer-right .col-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-right .col-4 div {
  text-align: left;
}

footer a[href^="tel:"] {
  color: #acacac !important;
  text-decoration: none;
}

/* ===========================================================
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 {
  text-align: center;
  background: #f2f2f2;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.27);
  margin-top: -160px;
  position: relative;
  z-index: 3;
}

#formpage label,
.calculator-wrapper label {
  display: block;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #8e8e8e;
  margin-bottom: 10px;
  text-align: left;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.form-flex {
  flex-wrap: wrap;
}

.contact .form-flex {
  flex-wrap: nowrap;
}

#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: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #8e8e8e;
  font-size: 14px !important;
  box-sizing: border-box;
}

#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;
}

/* 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;
}

.margin-right-md {
  margin-right: 40px;
}

.my-sm {
  margin: 25px 0;
}

.m-t-md {
  margin-top: 50px;
}

.m-t-sm {
  margin-top: 25px;
}

.m-b-md {
  margin-bottom: 50px;
}

.m-b-sm {
  margin-bottom: 25px;
}

.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: calc(100% / 6);
}

.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-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.center {
  text-align: center;
}

.pd-lg {
  padding: 80px 0;
}

.pd-md {
  padding: 50px 0;
}

.pd-top-lg {
  padding-top: 60px;
}

.pd-t-sm {
  padding-top: 25px;
}

.pd-t-lg {
  padding-top: 100px;
}

.pd-t-md {
  padding-top: 50px;
}

.pd-b-md {
  padding-bottom: 50px;
}

.pd-r-med {
  padding-right: 50px;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.body-wrapper {
  margin-bottom: 0 !important;
  /* padding: 100px 0; */
}

.inventory {
  background: #ffc801;
  background-position: 8px 8px;
}

.inventory-header {
  /* padding-bottom: 20px; */
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}



.list-content .list-title {
  display: flex !important;
  flex-direction: column !important;
}

input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  height: auto;
  line-height: normal;
}

.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 {
  background: #141416 !important;
  text-transform: uppercase;
}

.print-this,
.email-this {
  background: #252525 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: none !important;
}

.print-this:hover,
.email-this:hover {
  background: #000 !important;
}

.paging-container .list-page-number,
.ui-selectmenu-text {
  font-size: 16px !important;
  font-weight: 800;
}

.paging-container .page-navs .list-page-nav {
  margin-left: 10px !important;
  text-transform: uppercase;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
  background-color: #333 !important;
  color: #fff !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 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#part-detail-content .part-detail-body .part-body-data .dealer-info .phone-and-email .send-email-btn {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  background-color: #3a658e;
  transition: all 0.25s;
  border: none;
  border-radius: 5px;
  backface-visibility: hidden;
  background-color: #fff;
  color: #3a658e;
  border: 1px solid #3a658e;
  margin-top: 15px;
  padding: 14px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px !important;
  background: #333 !important;
  border-radius: 0 !important;
  color: #fff !important;
  border: none !important;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#part-detail-content .part-detail-body .part-body-data .dealer-info .phone-and-email .send-email-btn:hover {
  background: #000 !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
  background-color: #000 !important;
  color: #fff !important;
}

#part-detail-content .part-detail-additional-data .data-row .data-label {
  min-width: 23%;
  color: #fff;
  background-color: #333 !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: #000 !important;
  border: none;
  border-radius: 0 !important;
}

.faceted-search-content .faceted-section-head {
  text-transform: uppercase;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #252525 !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  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: #141416 !important;
}

.faceted-search-content .selected-facets-container {
  padding-bottom: 10px;
  background: #fff !important;
  border-bottom: 1px solid #ddd;
}

.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: #992100;
}

.inventory {
  box-sizing: unset !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: green;
}

.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: green !important;
  border: 1px green solid !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  background: #fff !important;
  border-bottom: 1px solid #ddd;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #992100;
  border: 1px #992100 solid;
}

.white-bg .container {
  width: 100% !important;
}





.list-content .list-title .list-listings-count {
  display: block;
  width: 100%;
  margin-left: 0;
  line-height: 27px;
  color: #1e1d1c !important;
  font-size: 0.9rem;
  font-weight: 600;
}

.list-content .print-this,
.list-content .email-this {
  margin: 0 0 0 5px;
  padding: 7px 15px;
  font-size: 14px;
}

.list-content .list-main-section .list-container .list-listing {
  background: #f2f2f2;
  padding-right: 10%;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: green;
}

.fin-calc p {
  line-height: 10px;
}

.has-search-bar {
  width: 74%;
  background: #fff;
  border: none !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.breadcrumbs-element {
  font-size: 28px;
  font-weight: 300 !important;
  font-family: "Teko", sans-serif !important;
  color: #fff !important;
}

.breadcrumbs-element span {
  color: #fff !important;
  font-weight: 400 !important;
  margin: 5px;
}

.modal-content .modal-top .modal-title {
  margin: 0;
  font-size: 1.5rem !important;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

/* Parts */

#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text {
  font-size: 56px !important;
  font-weight: 400 !important;
  font-family: "Teko", sans-serif !important;
  line-height: 49px;
  text-transform: uppercase;
  color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-search-content .parts-search-window .parts-search-form {
  width: inherit;
  padding: 10px;
  background: #fff;
}

#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-bottom: 0;
  margin-top: 7px;
  padding: 0 24px 12px 0;
  font-size: 1em;
}

#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count {
  line-height: 27px;
  margin-left: 0 !important;
  color: #1e1d1c !important;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

#part-detail-content .search-results-link {
  text-decoration: none;
  color: #333;
  /* font-weight: 600; */
  text-transform: uppercase;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-search-container {
  padding: 20px;
  border: none !important;
  box-sizing: border-box;
  background: #fff;
  margin-left: 10%;
  margin-right: 9%;
}

#contact-info .part-contact-info .part-contact-container .contact-button-container .mobile-dealer-phone-container .mobile-dealer-phone,
#part-detail-content .part-detail-body .part-body-data #contact-info .part-contact-info .part-contact-container .contact-button-container .mobile-send-email-btn {
  display: block;
  font-size: 1.125rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  background-color: #333 !important;
  transition: all 0.25s;
  border: none;
  border-radius: 0 !important;
  backface-visibility: hidden;
  margin-top: 20px;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  padding: 1px 6px;
  font-family: Arial, sans-serif;
}

.contact-button-container {
  /* display: none; */
  display: flex !important;
  flex-direction: column !important;
}

#part-detail-content .part-detail-body .part-body-data #contact-info .part-contact-info .part-contact-container .contact-button-container .mobile-dealer-phone-container .mobile-dealer-phone #contact-info {
  margin-top: 30px;
}

#part-detail-content .part-detail-body .part-body-data .dealer-info h3 {
  font-size: 32px;
  font-weight: 400 !important;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: "Teko", sans-serif !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: none !important;
  background: #fff;
  padding: 15px;
  margin: 10px 0;
  box-sizing: border-box;
  height: 190px;
}

/* Modal / Mobile buttons / Mobile Data Rows */
.modal-content .modal-top .modal-title {
  font-size: 1.3rem !important;
}

.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #000 !important;
  color: #fff !important;
}



.contact-options a {
  background: #000 !important;
  color: #fff !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;
}

.list-content .listing-portion-title {
  font-size: 1.5em !important;
}

.list-content .list-title .list-title-text {
  font-size: 2.2rem !important;
  
  display: block;
  width: 100%;
}


.contact-info-heading h1 {
  font-size: 1.5em;
  margin-top: 25px;
}

/* ===========================================================
11. Responsive Styles
=========================================================== */

@media only screen and (max-width: 1220px) {
  h3 {
    font-size: 24px;
  }

  h1,
  .list-content .list-title .list-title-text {
    font-size: 46px;
    line-height: 48px;
  }

  #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text {
    font-size: 46px !important;
    line-height: 48px;
  }
}

@media only screen and (max-width: 1170px) {
  .bttn-base {
    padding: 10px 50px !important;
    font-size: 13px !important;
  }

  h1,
  .list-content .list-title .list-title-text {
    font-size: 45px;
    line-height: 44px !important;
  }

  .welcome {
    background-size: contain !important;
  }
	.header-logo img {
    max-width: 160px;
  }
}

@media only screen and (max-width: 1078px) {
  

  .equipment .wrapper {
    flex-wrap: wrap;
  }

  .equipment-card {
    width: 50% !important;
  }

  .equipment {
    margin-top: 0;
  }

  .home .internal-header {
    padding-bottom: 50px;
  }

  .inner .internal-header {
    background: #ffc801;
    padding: 70px 0 0 0
  }

  .inner .internal-header h1 {
    color: #fff !important;
  }

  h4 {
    font-size: 24px;
  }

  .breadcrumbs-element {
    font-size: 24px !important;
  }

  footer li,
  footer li a,
  footer a {
    font-size: 20px;
  }

  .footer-logo img {
    max-width: 185px;
  }

  #formpage {
    margin-top: -120px;
  }

  .page-upper {
    height: 500px;
  }

  .page-upper-inner {
    background: #ffc801;
    height: 150px;
    max-height: 150px;
  }

  .wrapper2 {
    max-width: 100%;
    height: 100%;
  }

  /*  */
  .location-all {
    flex-direction: column-reverse;
  }

  .map-iframe-container,
  .location-map-copy {
    width: 100%;
  }

  .map-iframe-container {
    height: 400px;
  }

  .location-map-copy {
    background: #ffc801;
    position: static;
    width: 100% !important;
  }

  .location-copy-left {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .location-copy-left .address,
  .location-copy-left .phone-links,
  .location-copy-left .hours {
    width: 33%;
  }

  .location-copy-left .phone-links {
    display: flex;
    justify-content: center;
  }

  .location-copy-left .hours {
    padding-left: 4%;
  }

  .location-map h1 {
    text-align: center;
  }

  .location-map-copy .rule {
    margin: 20px auto 30px;
  }

  .location-copy-left h3 {
    margin-top: 0;
  }

  /* .location-copy-right {
    width: 33%;
    display: flex;
    justify-content: flex-end;
  } */
}

@media only screen and (max-width: 1020px) {
  .hide-mobile {
    display: none;
  }
    .header-logo img {
        max-width: 118px;
    }
  .header-search i {
    font-size: 18px;
  }

  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  }

  body {
    padding-top: 75px;
  }

  .header-bottom {
    height: 80px;
    margin: 0;
  }

  .header-right {
    justify-content: flex-end;
  }

  .header-logo {
    margin-left: 40px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .header-bottom .wrapper {
    max-width: 100% !important;
    width: 100%;
    background: #fff;
  }

  .mobile-header {
    display: block;
  }

  .mobile-nav-container {
    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 {
    width: 80px;
    height: 100%;
    padding: 0 !important;
    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-menu-nav-icon i {
    font-size: 33px !important;
    color: #2e2e2e !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: 80px;
  }

  .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: 26px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #ffd51d;
  }

  .nav-icon:hover {
    background: #f9f9f9;
  }

  .mobile-menu-nav-icon:hover {
    background: #ffc801;
  }

  .footer-left {
    flex-direction: column;
    width: 40%;
  }

  .footer-right {
    width: 60%;
  }

  .footer-left .col-6 {
    width: 100%;
  }

  .footer-location {
    padding-left: 0;
    margin-top: 30px;
  }

  #formpage {
    margin-top: 0;
  }

  .list-content .list-top-section .sticky-top-menu {
    top: 80px !important;
  }

  /* .page-upper {
    height: 565px;
    padding-top: 75px;
  } */
}

@media only screen and (max-width: 1000px) {
  .list-content .list-title {
    padding-bottom: 7px;
    align-items: flex-start !important;
  }

  .list-content .list-title .list-title-text {
    display: block;
    width: 50%;
    padding-bottom: 10px;
  }

  .header-search-slide .wrapper {
    max-width: 90%;
  }
}

/* For inventory .has-searchbar container */

@media only screen and (min-width: 768px) and (max-width: 952px) {
  .has-search-bar {
    width: calc(67% - 0.75%) !important;
    float: left !important;
  }
}

@media only screen and (max-width: 880px) {
  .brands a {
    width: 27%;
  }

  #formpage input[type="text"],
  #formpage input[type="email"],
  #formpage input[type="phone"],
  #formpage select,
  #formpage textarea {
    width: 47%;
  }

  .form-flex {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
  }

  .select-last {
    margin-left: -5px;
  }

  .contact textarea {
    width: 100% !important;
  }

  .contact #formpage input[type="text"],
  .contact #formpage input[type="email"],
  .contact #formpage input[type="phone"],
  .contact #formpage select,
  .contact #formpage textarea {
    width: 100% !important;
  }

  .contact .margin-right {
    margin-right: 0;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }

  .contact .col-1,
  .parts-department .col-1:first-of-type {
    flex-wrap: wrap;
  }

  .contact .col-1 .col-6,
  .parts-department .col-1 .col-6 {
    width: 100%;
  }

  .table-container thead {
    font-size: 13px;
  }

  .table-container td {
    font-size: 12px;
  }

  table {}
}

@media only screen and (max-width: 786px) {
  .header-search input[type="text"] {
    font-size: 15px !important;
  }

  .header-search ::placeholder {
    font-size: 15px !important;
  }

  .footer-right {
    flex-direction: column;
  }

  .footer-right .col-4 {
    width: 100%;
    align-items: flex-start;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .footer-nav li {
    display: inline-flex;
    margin-right: 20px;
  }

  h4,
  footer h4 {
    margin-bottom: 10px;
  }

  .location-map-copy,
  .welcome .wrapper .col-1 {
    padding: 80px 40px;
  }

  .rule {
    margin: 20px auto 30px;
  }

  h1, .brand h2,
  .list-content .list-title .list-title-text {
    font-size: 36px;
    line-height: 33px !important;
  }

  .parts-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text {
    font-size: 36px !important;
    line-height: 33px !important;
  }

  .intro-body {
    font-size: 25px;
    line-height: 24px;
  }

  .list-content .list-title {
    display: block;
    margin: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }

  #parts-content {
    margin-top: 55px !important;
  }

  .list-content .list-title {
    margin-bottom: 60px !important;
  }

  .bttn-base {
    width: 100%;
  }

  .list-content .list-title .list-title-text {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }

  .list-content .list-title .list-listings-count {
    margin-left: 0 !important;
  }

  .container {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }

  .page-upper {
    background: #ffc801;
    height: 550px;
    max-height: 550px;
  }

  .inventory {
    padding-top: 50px !important;
  }

  .inner-02,
  .inner-01 {
    padding-top: 40px !important;
  }

  .inner-01-heading h1,
  .inner-02-heading h1 {
    color: #fff;
  }


  .card-container {
    flex-wrap: wrap;
  }

  .card {
    width: 100% !important;
    margin-bottom: 25px;
  }

  .inner-02 .col-1:first-of-type {
    flex-direction: column;
  }

  .card .col-1 {
    flex-direction: row !important;
  }

  .inner-02 .col-6 {
    width: 100%;
  }

  .pd-r-med {
    padding-right: 0;
  }

  .inner-01 .col-1 .col-6:first-of-type,
  .inner-02 .col-1 .col-6:first-of-type {
    margin-bottom: 40px;
  }

  .our-brands-logo .col-3 {
    margin-bottom: 60px;
    min-height: 50px;
  }

  .our-brands-logo .col-9 {
    width: 100%;
  }

  .our-brands-logo {
    flex-direction: column;
  }

  .location-copy-left {
    flex-wrap: wrap;
  }

  .location-copy-left .address,
  .location-copy-left .phone-links {
    width: 50%;
  }

  .location-copy-left .hours {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pd-lg {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 700px) {
  .icon-container {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }

  .our-brands-logo .col-3 {
    width: 50%;
  }

  .icon-container:nth-of-type(4),
  .icon-container:nth-of-type(5) {
    margin-top: 0;
  }

  .brands a {
    width: 35%;
  }
}

@media only screen and (max-width: 660px) {
  .header-search input[type="text"] {
    font-size: 20px !important;
  }

  .header-search ::placeholder {
    font-size: 20px !important;
  }

  .equipment-card {
    width: 100% !important;
  }

  .welcome h1 br {
    display: block;
  }

  .intro-body {
    font-size: 26px;
    line-height: 26px;
  }

  .header-logo {
    margin-left: 15px;
  }

  footer .wrapper {
    flex-direction: column-reverse;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .table-container th,
  .table-container td {
    padding: 10px 5px !important;
  }

  .wrapper {
    max-width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .header-logo img {
    max-width: 110px;
  }

  .nav-icon {
    width: 50px;
  }

  .nav-icon i {
    font-size: 21px;
  }

  .mobile-menu-nav-icon i {
    font-size: 25px !important;
  }

  .location-map h1 {
    text-align: left;
  }

  .location-map-copy .rule {
    margin: 20px 0 30px;
  }

  .location-copy-left .address,
  .location-copy-left .phone-links,
  .location-copy-left .hours,
  .location-copy-left .list {
    width: 100%;
  }

  .location-copy-left .phone-links {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .location-copy-left .hours {
    align-items: flex-start;
  }

  .table-container td {
    font-size: 10px;
  }

  .table-container thead {
    font-size: 10px;
  }

  .header-search input[type="text"],
  .header-search ::placeholder {
    font-size: 14px !important;
  }

  .header-search-slide {
    top: 65px;
  }
}

@media only screen and (max-width: 450px) {

  .table-container th,
  .table-container td {
    padding: 5px 2px !important;
  }

  .table-container thead {
    font-size: 8px;
  }

  .table-container td {
    font-size: 9px;
  }
}