@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
table {
  border-collapse: collapse;
  width: 100%; }

td {
  vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-------- BODY STYLES --------*/



* {
  box-sizing: border-box; }

body {
  font-family: "Inter", sans-serif; }

li {
  list-style: none !important; }

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif; }

a {
  text-decoration: none !important; }

.yellow-btn {
  display: inline-block;
  color: #000;
  transition: .2s ease;
  background: #FFCC27;
  padding: 12px 18px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px; 
	border: none;
	margin: 2px 0;
}

.yellow-btn:hover {
  background: #785d07;
  color: #fff; }

.trans-btn {
  display: inline-block;
  transition: .2s ease;
  height: 45px;
  color: #fff;
  background: transparent;
  border: solid 1px #fff;
  padding: 12px 22px;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
  margin-top: 20px; }

.trans-btn:hover {
  background: #FFCC27;
  color: #000; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.header {
  max-width: 1750px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
	z-index: 999;
	position: relative;}

.logo {
  max-width: 250px;
  width: 100%; }
  .logo img {
    width: 100%; }

.social {
  position: fixed;
  right: 0;
  top: 35vh;
  display: flex;
  flex-direction: column;
  z-index: 99;}
  .social a {
    background: #FFCC27;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    color: #000;
    height: 40px;
    width: 40px;
    margin: 3px 0;
    border-radius: 5px 0 0 5px; }

/*--------Hero---------*/
.hero {
  width: 100%;
  position: relative;
  background-color: #000;
  height: 640px;; }
  .hero img.back {
    width: 100%;
    background-color: #000;
    filter: brightness(0.6);
    height: 100%;
    object-fit: cover; }

.hero-text {
  position: absolute;
  z-index: 999;
  bottom: 10%;
  left: 5%;
  max-width: 888px;
  width: 100%; }
  .hero-text h1 {
    font-size: 150px;
    color: #fff;
    font-weight: 500; }
  .hero-text p {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    padding: 20px 0; }


  .swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #000;
	filter: brightness(0.6);
  }

.swiper-pagination-bullet {
	background: #FFCC27!important;
}
.swiper-pagination {
    position: sticky!important;
    z-index: 99999!important;
    background-color: #ffffff38!important;
    padding: 5px!important;
    justify-self: center!important;
    border-radius: 30px!important;
}
.swiper-pagination-bullet-active {
	background: #FFCC27!important;=	
}




.black-back {
  width: 100%;
  background: #252525;
  padding: 8% 0 2% 0; }

.wrap {
  max-width: 1750px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.flex-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .flex-2 h2 {
    width: 54%;
    font-size: 75px;
    font-weight: 500;
    color: #fff;
    line-height: 80px; }
    @media only screen and (max-width: 1300px) {
      .flex-2 h2 {
        font-size: 65px;
        line-height: 70px; } }
    @media only screen and (max-width: 1000px) {
      .flex-2 h2 {
        font-size: 55px;
        line-height: 60px; } }
    @media only screen and (max-width: 800px) {
      .flex-2 h2 {
        font-size: 45px;
        line-height: 50px; } }
    @media only screen and (max-width: 500px) {
      .flex-2 h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 380px) {
      .flex-2 h2 {
        font-size: 28px;
        line-height: 32px; } }
  .flex-2 .text {
    width: 46%;
    padding-left: 20px; }
    .flex-2 .text p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #fff; }

.icon-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  padding: 5% 0;
  flex-wrap: wrap; }
  .icon-links a {
    width: calc(33.3% - 20px);
    padding: 40px; 
	background-color: #ffffff0f;}
    .icon-links a img {
      width: 80%;
      height: 130px;
      transition: .3s ease;
      object-fit: contain; }
    .icon-links a h3 {
      font-size: 25px;
      font-weight: 500;
      color: #fff;
      padding: 15px 0; }
      @media only screen and (max-width: 1400px) {
        .icon-links a h3 {
          font-size: 22px; } }
      @media only screen and (max-width: 1000px) {
        .icon-links a h3 {
          font-size: 20px; } }
      @media only screen and (max-width: 700px) {
        .icon-links a h3 {
          font-size: 18px; } }
    .icon-links a i {
      font-size: 20px;
      color: #fff; }
    .icon-links a:hover img {
      transform: scale(0.9); }
  .icon-links a:last-of-type {
    border-right: none; }

.yellow-back {
  width: 100%;
  display: block;
  transition: .3s ease;
  padding: 1.5% 0;
  background: #FFCC27; }
  .yellow-back h2 {
    font-size: 75px;
    font-weight: 500;
    color: #000;
    line-height: 80px; }
    @media only screen and (max-width: 1300px) {
      .yellow-back h2 {
        font-size: 65px;
        line-height: 70px; } }
    @media only screen and (max-width: 1000px) {
      .yellow-back h2 {
        font-size: 55px;
        line-height: 60px; } }
    @media only screen and (max-width: 800px) {
      .yellow-back h2 {
        font-size: 45px;
        line-height: 50px; } }
    @media only screen and (max-width: 500px) {
      .yellow-back h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 380px) {
      .yellow-back h2 {
        font-size: 28px;
        line-height: 32px; } }
  .yellow-back i {
    font-size: 80px;
    color: #000; }
  .yellow-back:hover {
    background: #000;
    color: #fff; }
    .yellow-back:hover h2, .yellow-back:hover i {
      color: #fff !important; }

.wrap-abt {
	margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.about {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
/*  padding: 8% 0; */
  }
  .about img.full {
    object-fit: cover;
    padding: 5%;
    margin-top: -16%;
    position: relative;
    z-index: 5;
	}
  .about .about-text {
    padding: 8% 5% 14% 5%;
    position: relative;
    z-index: 0;
	}
    .about .about-text h2 {
      font-size: 75px;
      font-weight: 500;
      color: #000;
      line-height: 80px;
      padding-bottom: 30px; }
	.text-wrap {
		display: flex;
		justify-content: space-between;
    	flex-wrap: wrap;
	}
      @media only screen and (max-width: 1300px) {
        .about .about-text h2 {
          font-size: 65px;
          line-height: 70px; } }
      @media only screen and (max-width: 1000px) {
        .about .about-text h2 {
          font-size: 55px;
          line-height: 60px; } }
      @media only screen and (max-width: 800px) {
        .about .about-text h2 {
          font-size: 45px;
          line-height: 50px; } }
      @media only screen and (max-width: 500px) {
        .about .about-text h2 {
          font-size: 35px;
          line-height: 40px; } }
      @media only screen and (max-width: 380px) {
        .about .about-text h2 {
          font-size: 28px;
          line-height: 32px; } }
    .about .about-text a {
      margin: 40px 0 0 40px; }
    .about .about-text .about-icon {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      width: 30%;
      padding: 3% 2% 3% 2%;
/*      margin-left: 40px;*/
      border-bottom: solid 1px #ccc; 
      align-items: center;}
      .about .about-text .about-icon img {
        width: 80px;
        height: 80px;
        object-fit: contain; }
      .about .about-text .about-icon .text {
        padding-left: 30px; }
        .about .about-text .about-icon .text h3 {
          font-size: 25px;
          font-weight: 500;
          color: #000; }
          @media only screen and (max-width: 1400px) {
            .about .about-text .about-icon .text h3 {
              font-size: 22px; } }
          @media only screen and (max-width: 1000px) {
            .about .about-text .about-icon .text h3 {
              font-size: 20px; } }
          @media only screen and (max-width: 700px) {
            .about .about-text .about-icon .text h3 {
              font-size: 18px; } }
        .about .about-text .about-icon .text p {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          color: #000; }

.gray-back {
  width: 100%;
  padding: 4% 0;
  background: #f0f0f0; }

.equip {
  width: 100%; }
  .equip h2 {
    font-size: 75px;
    font-weight: 500;
    color: #000;
    line-height: 80px;
    text-align: center;
    padding-bottom: 40px; }
    @media only screen and (max-width: 1300px) {
      .equip h2 {
        font-size: 65px;
        line-height: 70px; } }
    @media only screen and (max-width: 1000px) {
      .equip h2 {
        font-size: 55px;
        line-height: 60px; } }
    @media only screen and (max-width: 800px) {
      .equip h2 {
        font-size: 45px;
        line-height: 50px; } }
    @media only screen and (max-width: 500px) {
      .equip h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 380px) {
      .equip h2 {
        font-size: 28px;
        line-height: 32px; } }

.ql-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  width: 1005;
  max-width: 1400px;
  margin: 0 auto; }
  .ql-row a {
    width: calc(33% - 20px); }
    .ql-row a img {
      width: 100%;
/*      padding: 50px;*/
      transition: .3s ease;
      height: 290px;
      object-fit: cover;
      background: #fff; }
    .ql-row a h3 {
      padding-top: 15px;
      font-size: 25px;
      font-weight: 500;
      color: #000;
      padding-bottom: 20px; }
      @media only screen and (max-width: 1400px) {
        .ql-row a h3 {
          font-size: 22px; } }
      @media only screen and (max-width: 1000px) {
        .ql-row a h3 {
          font-size: 20px; } }
      @media only screen and (max-width: 700px) {
        .ql-row a h3 {
          font-size: 18px; } }
    .ql-row a:hover img {
      transform: scale(0.9); 
	  filter: grayscale(100%) blur(1px); }
  .ql-row .last {
    background: #FFCC27;
    height: 290px;
    transition: .3s ease;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap; }
  .ql-row .last:hover {
    transform: scale(0.9); }




/*---------Pages----------*/
.page-hero {
  width: 100%;
  background-color: #000;
  position: relative;
  height: 400px; }
  .page-hero img.back {
    width: 100%;
    filter: brightness(0.6);
    height: 100%;
    object-fit: cover; }

.page-hero-text {
  position: absolute;
  z-index: 0;
  bottom: 10%;
  left: 5%; }
  .page-hero-text h1 {
    font-size: 75px;
    font-weight: 500;
    color: #fff;
    line-height: 80px; }
    @media only screen and (max-width: 1300px) {
      .page-hero-text h1, .page-hero-text h1 {
        font-size: 65px;
        line-height: 70px; } }
    @media only screen and (max-width: 1000px) {
      .page-hero-text h1, .page-hero-text h1 {
        font-size: 55px;
        line-height: 60px; } }
    @media only screen and (max-width: 800px) {
      .page-hero-text h1, .page-hero-text h1 {
        font-size: 45px;
        line-height: 50px; } }
    @media only screen and (max-width: 500px) {
      .page-hero-text h1, .page-hero-text h1 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 380px) {
      .page-hero-text h1, .page-hero-text h1 {
        font-size: 28px;
        line-height: 32px; } }
  .page-hero-text p {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    padding: 20px 0; }

.pad {
  padding: 5% 0; }

.half-text {
  width: 50%;
  padding: 0 40px; }
  .half-text h2 {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
    padding-bottom: 20px;
    padding-top: 10%; }
    @media only screen and (max-width: 1200px) {
      .half-text h2, .equipment-page h2 {
        font-size: 30px!important;
        line-height: 34px; }
		.equipment-page h3 {
			font-size: 22px!important;
		}
	}
    @media only screen and (max-width: 1000px) {
      .half-text h2, .equipment-page h2 {
        font-size: 26px!important;
        line-height: 30px; } 
		.equipment-page h3 {
			font-size: 20px!important;
		}}
    @media only screen and (max-width: 700px) {
      .half-text h2, .equipment-page h2 {
        font-size: 22px!important;
        line-height: 26px; } 
		.equipment-page h3 {
			font-size: 18px!important;
		}}
  .half-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000; }

.about-page img {
  width: 50%;
  height: 450px;
  object-fit: contain; }



.equipment-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  max-width: 1600px;
}

.equipment-page h2 {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
}
.equipment-page h3 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
	padding-top: 40px;
}
.padd-bott {
	padding-bottom: 20px;
}

.eq-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.eq-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.media{
width:100%;
aspect-ratio: 16/9;
position:relative;
overflow:hidden;
background:#e6eefc;
}


.media img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}


.media p{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
margin:0;
color:white;
background:rgba(0,0,0,0.55);
padding:8px 14px;
border-radius:2px;
font-size:20px;
text-align:center;
letter-spacing:0.3px;
}

.eq-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  gap: 5px;
}

.eq-btn {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: background 0.3s ease;
  flex:1;
  align-content: center;
}

.pdf-btn {
  background: #212121;
}

.pdf-btn:hover {
  background: #444444;
}

.inv-btn {
  background: #212121;
}

.inv-btn:hover {
  background: #444444;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .equipment-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .equipment-container {
    grid-template-columns: repeat(1, 1fr);
  }
}






/*--------FORM STYLES--------------------*/
.flex-form h2 {
  font-size: 35px;
  font-weight: 500;
  color: #000;
  line-height: 40px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 1200px) {
    .flex-form h2 {
      font-size: 30px;
      line-height: 34px; } }
  @media only screen and (max-width: 1000px) {
    .flex-form h2 {
      font-size: 26px;
      line-height: 30px; } }
  @media only screen and (max-width: 700px) {
    .flex-form h2 {
      font-size: 22px;
      line-height: 26px; } }

#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }
  #formpage label {
    margin: 5px;
    padding: 10px 0 5px 0; }
  #formpage input, #formpage select {
    padding: 14px;
    border: #ccc;
    color: #777 !important;
    font-size: 14px;
    background: #ececec;
    border-radius: 5px; }
  #formpage input[type="text"], #formpage input[type="email"], #formpage input[type="date"], #formpage select, #formpage input[type="phone"] {
    width: 100%;
    box-sizing: border-box; }
  #formpage textarea {
    font-family: 'Arial', sans-serif;
    border: #ccc;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    padding: 14px;
    color: #777 !important;
    font-size: 14px;
    background: #ececec;
    border-radius: 5px; }
  #formpage textarea:focus {
    border: 1px solid #ccc;
    border-radius: 2px; }
div#formcaptcha {
    text-align-last: left;
}
@media only screen and (max-width: 500px) {
	.flex-row {
		flex-direction: column!important;
	}
}
				
.flex-form {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

.form-third {
  width: calc(33.33% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

#formpage .submit-button, #submit-btn button {
  width: 200px;
  padding: 14px;
  background: #FFCC27;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-weight: 500;
  border: none;
  font-size: 14px;
  text-transform: uppercase; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  transition: ease-out .3s;
  cursor: pointer;
  background: #000;
  color: #fff; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.captcha-button {
  width: 200px; }

#formpage input.submit-button {
  color: #000 !important; }

.include-captcha {
  display: none; }

div#captcha {
    display: flex;
    flex-direction: column;
}


/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #000;
  padding: 8% 0; }

.footer {
  max-width: 1750px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: spacebetween;
  gap: 15px;
  flex-wrap: wrap; }

.foot-col {
  width: calc(25% - 15px); }
  .foot-col p {
    font-size: 25px;
    font-weight: 500;
    color: #FFCC27;
    padding-bottom: 30px; }
    @media only screen and (max-width: 1400px) {
      .foot-col p {
        font-size: 22px; } }
    @media only screen and (max-width: 1000px) {
      .foot-col p {
        font-size: 20px; } }
    @media only screen and (max-width: 700px) {
      .foot-col p {
        font-size: 18px; } }
  .foot-col ul li a, .foot-col ul li {
    line-height: 32px;
    transition: .3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff; }
  .foot-col .bold {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    display: inline-block; }
  .foot-col img {
    margin: 0 auto;
    display: block;
    max-width: 210px;
    width: 100%; }

.footer a:hover {
  color: #FFCC27; }

.icon-row {
  width: 100%;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .icon-row a i {
    padding: 10px;
    font-size: 22px;
    transition: .2s ease;
    color: #fff; }
  .icon-row a:hover i {
    color: #FFCC27; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) button.page-nav {
  background: #FFCC27 !important;
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper > div:not(.detail-wrapper) .contact-options a,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper > div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper > div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
  background: #FFCC27 !important;
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper > div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper > div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
  background: #000 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper > div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
  color: #000 !important;
  border: 1px solid #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper > div:not(.detail-wrapper) .title-media-buttons-heading h1 {
  color: #000 !important;
  line-height: 28px !important; }

.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper > div:not(.detail-wrapper) .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .fin-calc p,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper > div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper > div:not(.detail-wrapper) .info,
.body-wrapper > div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper > div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper > div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper > div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper > div:not(.detail-wrapper) .listing-description-text,
.body-wrapper > div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper > div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper > div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper > div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper > div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper > div:not(.detail-wrapper) .rent-title,
.body-wrapper > div:not(.detail-wrapper) .rent-title-details,
.body-wrapper > div:not(.detail-wrapper) span.list-title-text,
.body-wrapper > div:not(.detail-wrapper) a.search-results-link,
.body-wrapper > div:not(.detail-wrapper) h3.listing-portion-title {
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper > div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper > div:not(.detail-wrapper) span.parts-listings-count {
  color: #000 !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
  .icon-links a {
    padding: 20px; }

/*
  img {
    width: 70px; }
*/

  .about .about-text .about-icon {
    margin-left: 0;
    width: 80%; } }
@media only screen and (max-width: 1200px) {
  .foot-col {
    width: calc(50% - 15px); }

  .foot-col img {
    margin: 0; }

  .icon-row {
    flex-direction: flex-start; } }
@media only screen and (max-width: 1100px) {
  .about .about-text .about-icon {
    width: 100%; }

  .ql-row a {
    width: calc(50% - 20px); } }
@media only screen and (max-width: 1000px) {
  .hero {
    height: 750px; }

  .hero-text {
    padding: 10px; }

  .hero-text h1 {
    font-size: 130px; }

  .flex-2 {
    flex-wrap: wrap; }
    .flex-2 h2 {
      width: 100%; }
    .flex-2 .text {
      width: 100%;
      padding: 20px 0 0 0; }

  .icon-links a {
    width: calc(50% - 20px); }

  .yellow-back i {
    font-size: 60px; } }
@media only screen and (max-width: 900px) {
  .about {
    flex-direction: column; }

/*
  .about img {
    width: 100%;
    height: 400px; }
*/

  .about .about-text {
/*    padding: 30px 0;*/
    width: 100%; }

  .half-text {
    width: 100%;
    padding: 40px 0; }
    .half-text h2 {
      padding: 0 0 15px 0; }

  .about-page img {
    width: 100%;
    height: 400px; } }
@media only screen and (max-width: 850px) {
  .hero-text {
    right: 5%;
    width: auto; } }
@media only screen and (max-width: 800px) {
  .hero-text h1 {
    font-size: 100px; }
  .hero-text p {
    font-size: 30px; } }
@media only screen and (max-width: 700px) {
  .ql-row a {
    width: 100%; }

  .about-page img {
    height: auto; } }
@media only screen and (max-width: 600px) {
  .hero {
    height: 650px; }

  .hero-text h1 {
    font-size: 80px; }
  .hero-text p {
    font-size: 25px; }

  .icon-links a {
    width: 100%;
    border-right: none;}
    .icon-links a img {
      width: 80%; }

  .yellow-back i {
    font-size: 40px; }

  .foot-col {
    width: 100%; } 

	.footer {
		text-align: -webkit-center;
	}
}
@media only screen and (max-width: 500px) {
  .hero-text {
    left: 2%;
    right: 2%; }

  #menu-button a {
    width: 50px !important; }

  .logo {
    max-width: 200px; }

	.yellow-btn {
		padding: 8px 12px;
	}
}
@media only screen and (max-width: 430px) {
  .hero {
    height: 500px; }

  .hero-text h1 {
    font-size: 50px; }
  .hero-text p {
    font-size: 20px; }

  .icon-links a img {
    width: 90%; }

  .yellow-back i {
    font-size: 26px; }

  .ql-row a img, .ql-row .last {
    height: 200px; }

  .about .about-text .about-icon img {
    width: 60px;
    height: 60px; } }
@media only screen and (max-width: 380px) {
  .about .about-text .about-icon {
    flex-direction: column; 
	align-items: flex-start;}
    .about .about-text .about-icon .text {
      padding: 10px 0 0 0; } }
