﻿/*===================== 
	Color information
	
	-
	-red #f2403b
	dark red #C83430
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	scroll-behavior: smooth;
	}

body {
	font-family: Arial, sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4 ,h5 ,h6 {line-height: normal; margin: 0; padding: 0;font-weight:200; font-style:normal;text-transform:uppercase}
h1 {font-size:70px; font-weight:200; text-transform: uppercase; line-height: 60px;margin:25px 0 50px 0;font-family: 'dharma-gothic-e', sans-serif!important}
h1 span{font-weight: 100}
h2 {font-size:33px; font-weight:normal;font-family: 'dharma-gothic-e', sans-serif!important}
h3 {font-size:30px; font-weight:100;font-family: 'dharma-gothic-e', sans-serif!important }
h4 {font-size:20px; font-weight:200;  text-transform: uppercase; margin: 0 0 20px 0}
h5 {font-size:16px; font-weight:normal;}
h6 {    
    font-size: 19px;
    color: #0c141b;
    font-weight: 500;
    margin-bottom: 15px;
}
p {
    margin: 0;
    line-height: 30px;
    font-size: 17px;
    color: #5f5f5f;
    font-family:'roc-grotesk', sans-serif;
    font-weight:300
}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
   
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: underline;
		color: #f2403b;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	background:#0c141b;
    border-bottom:1px solid #27333E
}

header {
	margin: 0 auto;
	width:90%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	box-sizing: border-box;
	}
.head-logo-1 {
	padding:10px 0 5px 0;
	width:100%;
	max-width: 244px;
}
.head-logo-1 img {
	width:100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.head-right {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	padding:30px 0 0px 0;
}
.head-icons-1 {
	padding:0;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap:10px;
}
.head-icons-1 a {
	font-size: 15px;
	width:35px;
	height:35px;
    background: #f2403b;
    color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    transition: all 300ms ease 0s;
    cursor: pointer;	
}
.head-icons-1 a:hover {
	background:#C83430;
}
.displaymobile{
	display: none!important;
}
.callpopup {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	font-size: 15px;
    width: 35px;
    height: 35px;
    background: #f2403b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease 0s;
    cursor: pointer;
}
span#myPopup a{
    width: 100%;
    font-family: 'roc-grotesk';
}
/* The actual popup */
.callpopup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #e83d35;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  bottom: -100%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.callpopup .popuptext::after {
    content: "";
    position: absolute;
    top: -28%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff00 #ffffff00 #ff837d transparent;
}

/* Toggle this class - hide and show the popup */
.callpopup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;} 



nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		justify-content: flex-end;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color: #fff;
				font-family: "roc-grotesk", sans-serif;
				font-size: 15px;
				font-weight: 500;
				text-transform: uppercase;
				padding: 22px;
				text-decoration: none;
				display: block;
				margin: 0;
				text-align: center;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				}	
			nav.primary ul li a:hover {
				background: #f2403b;
				color:#fff;
				}
			nav.primary ul li:hover a {
				background: #f2403b;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				color:#fff;
				background: #f2403b;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #C83430;
				color:#fff;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	width:100%;
	position: relative;
}
.hero-bg-mob {
	width: 100%;
	display: none;
}
.hero-bg-mob img {
	width: 100%;
	height: auto;
	display: block;
}
.hero-slider {
	width:100%;
}
.hero-slider img {
	width:100%;
	height: 50vw;
	display: block;
	max-height: 700px;
	object-fit: cover;
	object-position: center;
}
.hero-overlay {
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.23);
	position: absolute;
	z-index: 2;
	left:0;
	top:0;
}
.hero-overlay h1 {
	font-family: 'dharma-gothic-e', sans-serif !important;
	font-size: 250px !important;
	color:#fff;
	margin:0 auto 125px auto;
	line-height: normal;
}
.hero-overlay h1 .hero-left {
	font-family: 'dharma-gothic-e', sans-serif !important;
	font-size: 100px!important;
	display: block;
	line-height: .4;
}
.hero-overlay h1 .hero-right {
	font-family: 'dharma-gothic-e', sans-serif !important;
	font-size: 100px !important;
	text-align: right;
	display: block;
	line-height: .4;
}
.warp-cat-1 {
	position: relative;
	background:#0c141b;
	padding:0 10px;
	width:100%;
	box-sizing: border-box;
}
.warp-cat-1 .container-1 {
	position: relative;
	z-index: 10;
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	gap:20px 0;
	justify-content: space-between;
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	padding: 50px;
	border-top: 10px solid #f2403b;
	top:-73px;
}
.warp-cat-1 .container-1 a {
	width:19%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
}
.warp-cat-1 .container-1 a img {
	display: block;
	width:100%;
	height: 380px;
	object-fit: cover;
	object-position: center;
}
.warp-cat-1 .container-1 a h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding:0 0 0 20px;
	box-sizing: border-box;
	background:#fff;
	color: #0c141b;
	font-size: 30px;
	font-family: 'roc-grotesk', sans-serif;
	font-weight: 300;
}
.warp-cat-1 .container-1 a h2 i {
	padding: 25px;
	background: #f2403b;
	color: #fff;
	transition: .3s ease;
	font-size: 15px;
}
.warp-cat-1 .container-1 a:hover h2 i {
	padding:25px 30px;
	background: #C83430;
}
.wrap-about {
	position: relative;
	background:#0c141b;
	width:100%;
	box-sizing: border-box;
}
.wrap-about .container-1 {
	padding-top:100px;
	padding-bottom:100px;
}
.wrap-about .container-1 h2 span {
	font-size: 50px;
	color: #f2403b;
	font-weight: 600;
	font-family: 'dharma-gothic-e', sans-serif !important;
}
.wrap-about .container-1 h2 {
	font-size: 70px;
	text-transform: uppercase;
	line-height: 60px;
	margin: 25px 0 50px 0;
	font-family: 'dharma-gothic-e', sans-serif !important;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: -webkit-linear-gradient(353deg,rgba(255,255,255,0.40) 6.22%,rgba(200,200,200,0.30) 29.02%,rgba(255,255,255,0.30) 49.22%,rgba(200,200,200,0.40) 79.27%), url(../siteart/text-bg-1.jpg);
	background-image: -moz-linear-gradient(353deg,rgba(255,255,255,0.40) 6.22%,rgba(200,200,200,0.30) 29.02%,rgba(255,255,255,0.30) 49.22%,rgba(200,200,200,0.40) 79.27%), url(../siteart/text-bg-1.jpg);
	background-image: -o-linear-gradient(353deg,rgba(255,255,255,0.40) 6.22%,rgba(200,200,200,0.30) 29.02%,rgba(255,255,255,0.30) 49.22%,rgba(200,200,200,0.40) 79.27%), url(../siteart/text-bg-1.jpg);
	background-image: linear-gradient(97deg,rgba(255,255,255,0.40) 6.22%,rgba(200,200,200,0.30) 29.02%,rgba(255,255,255,0.30) 49.22%,rgba(200,200,200,0.40) 79.27%), url(../siteart/text-bg-1.jpg);
	color: transparent;
	-webkit-text-stroke: 1px #000000;
	font-weight: 700;
}
.wrap-about .container-1 p {
	color: rgba(255,255,255,0.7);	
}
.wrap-about .container-1 p a {
	color: rgba(255,255,255,1.0);	
	font-weight: 700;
}
.wrap-about .container-1 p a:hover {
	color: rgba(255,255,255,0.6);	
}
.btn-cont {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
	padding:100px 0px;
}
.btn-cont a {
	background: #f2403b;
	transition: .3s ease;
	text-align: center;
	padding: 25px 5px;
	display: block;
	box-sizing: border-box;
	width:calc(33.33% - 5px);
	font-size: 30px;
	font-weight: 100;
	font-family: 'dharma-gothic-e', sans-serif !important;
	color:#fff;
}
.btn-cont a i {
	margin-right:5px;
}
.btn-cont a:hover {
	background: #C83430;
}
.wrap-map {
	position: relative;
	background:#0c141b;
	width:100%;
	box-sizing: border-box;
}
.wrap-map .container-1 {
	padding-top:100px;
	padding-bottom:100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap-map .container-1 h2 {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 20px 35px 15px 35px;
	color: rgba(0,0,0,0.7);
	background: #fff;
	font-weight: 500;
}
.wrap-map .container-1 iframe, .map-cont iframe {
	width:100%;
	height: 100%;
	min-height: 350px!important;
}
.map-cont  {
	padding-bottom: 40px;
}
.map-info-1 {
	width:50%;
	box-sizing: border-box;
	display: block;
	padding: 20px 35px 15px 35px;
	color: rgba(0,0,0,0.7);
	background:#fff;
	font-weight: 500;
}
.map-info-1 span {
	font-weight: 700;
}
.map-info-1:first-of-type {
	border-right: 1px solid #DBDBDB;
}
.map-info-1 a {
	color: #5f5f5f;
}
.map-info-1 a:hover {
	color: #000;
}
.wrap-review {
	background: #0c141b;
}
.wrap-review h2 {
	font-size: 70px;
	text-transform: uppercase;
	line-height: 60px;
	padding:10px 0 25px 0;
	font-family: 'dharma-gothic-e', sans-serif !important;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: -webkit-linear-gradient(353deg,rgba(255,255,255,0.40) 6.22%,rgba(200,200,200,0.30) 29.02%,rgba(255,255,255,0.30) 49.22%,rgba(200,200,200,0.40) 79.27%), url(../siteart/text-bg-1.jpg);
	background-image: -moz-linear-gradient(353deg,rgba(255,255,255,0.40) 6.22%,rgba(200,200,200,0.30) 29.02%,rgba(255,255,255,0.30) 49.22%,rgba(200,200,200,0.40) 79.27%), url(../siteart/text-bg-1.jpg);
	background-image: -o-linear-gradient(353deg,rgba(255,255,255,0.40) 6.22%,rgba(200,200,200,0.30) 29.02%,rgba(255,255,255,0.30) 49.22%,rgba(200,200,200,0.40) 79.27%), url(../siteart/text-bg-1.jpg);
	background-image: linear-gradient(97deg,rgba(255,255,255,0.40) 6.22%,rgba(200,200,200,0.30) 29.02%,rgba(255,255,255,0.30) 49.22%,rgba(200,200,200,0.40) 79.27%), url(../siteart/text-bg-1.jpg);
	color: transparent;
	-webkit-text-stroke: 1px #000000;
	font-weight: 700;
}
.wrap-review a {
	font-size: 20px;
	font-weight: 700;
	color:#fff;
	margin:10px 0 30px 0;
	display: inline-block;
}
.wrap-review a:hover {
	opacity: 0.6;
}
.review-slider {
	display: flex!important;
	justify-content: center;
	gap:10px;
}
.review-slider .slick-arrow {
	font-size: 30px;
	color:#fff;
	align-self: center;
}
.review-slider .slick-track {
	display: flex;
	gap:10px;
}
.review-cont {
	padding:15px;
	border-radius: 10px;
	border: 1px solid #fff;
	background: #000;
	height: auto!important;
}
.review-stars {
	color:#5f5f5f;
	padding-bottom: 20px;
}
.review-cont p {
	font-size: 16px;
	color:#fff;
	line-height: 1;
}
.review-cont p span {
	font-weight: 700;
}
.image-slider {
	display: flex!important;
	justify-content: center;
	gap:10px;
	padding:60px 0 40px 0;
}
.image-slider .slick-arrow {
	font-size: 30px;
	color:#fff;
	align-self: center;
}
.image-slider .slick-track {
	display: flex;
	gap:10px;
}
.image-slider img {
	width: 100%;
	height: auto;
	display: block;
}

.contact-info .btn-cont {
	padding:50px 0;
}


/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont h2 {
	font-size: 50px;
  color: #f2403b;
  font-weight: 600;
  font-family: 'dharma-gothic-e', sans-serif !important;
}

.form-info-cont label {
	color: #fff;
	font-style: normal;
	font-family: 'roc-grotesk', sans-serif;
	font-size: 18px;
	margin-top:15px;
	margin-bottom:5px;
	display: block;
}
.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	font-size: 18px;
	padding:15px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	border-radius: 10px;
    outline:none;
    border:1px solid #fff;
    background: rgba(255,255,255,0.07);
	font-family: 'roc-grotesk', sans-serif;
	color:#fff;
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	font-size: 18px;
	padding:15px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	border-radius: 10px;
    outline:none;
    border:1px solid #fff;
    background: rgba(255,255,255,0.07);
	font-family: 'roc-grotesk', sans-serif;
	min-height: 120px;
	color:#fff;
}

.form-info-cont button {
	background: #f2403b;
	transition: .3s ease;
	text-align: center;
	padding: 25px 5px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin:0 auto;
	max-width: 200px;
	font-size: 30px;
	font-weight: 100;
	font-family: 'dharma-gothic-e', sans-serif !important;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	outline:none;
	border:0px;
}
.form-info-cont button:hover {
	background: #C83430;
}

.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}
.CaptchaMessagePanel {
	color:#fff;
}
.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 



/*===================== 
	animation styles 
=======================*/

.animate-cont {
    overflow: hidden;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.load-right {
    animation: slide-in-right 1s ease-in-out both;
}
.load-left {
    animation: slide-in-left 1s ease-in-out both;
}
.load-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.load-top {
    animation: fade-in-top 1s ease-in-out both;
}



/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
## Inventory Listings
--------------------------------------------------------------*/
.parts-redesign .parts-list-content .grid {background-color:#0c141b!important;}

.linking-container h4 {
	color:#fff!important;
}
.detail__machine-location a {
	color:#fff;
}
.parts-redesign .parts-list-content .grid .parts-listing-container .part-name-value-large .part-list-price {color:white!important;}
span.part-list-price {color:white!important;}
.parts-redesign .parts-list-content .grid .parts-listing-container .part-name-value-large {color:white!important;}
.parts-listing-container.desktop {background:transparent!important;}
.parts-redesign .parts-list-content {background:transparent!important;}
.parts-list-content .parts-listing-container a.part-name-value-large {color:white!important;}
.parts-redesign .parts-list-content .grid .parts-listing-container .specs-button {background:none!important;}
.dealer-contact__website-text, .detail-shipping__website-text {color:white!important;}
.fa-external-link-alt:before, .fa-up-right-from-square:before {color:white!important;}
.list-redesign .specs-container .specs-button {background:none!important;}
.fa-angle-down:before {color:white!important;}
.fa-angle-up:before{color:white!important;}
a.MuiTypography-root.MuiTypography-text.MuiLink-root.MuiLink-underlineHover.ironedgeltdcahdev-e77425 {color:white!important;}
.list-redesign .specs-container .more {color:white!important;}
.options-popper-div .options-popper-btn {color:white!important;}
.list-content .spec-icon {background-color:#13202B!important; }
.list-content .listing-description .more {color:white!important;}
.list-content .list-listing .dealer-name {color:white;}
.list-content .list-listing .listing-top-right .listing-dealer-info .phone-link {color:white!important;}
.list-content .spec-value {color:white!important;}

 








.container-inv {
	padding:50px 0;
	background:#0c141b;
	color:#fff;
	}
.container-inv p {
	color:#fff;
}
.inv-head {
	font-size: 16px; 
	letter-spacing: normal;
}
.sm-content {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 14px;	
}

.inv-wrap  p, .detail__title, .detail__category {
    color:#fff;
}
#copylink {
	background: #fff;
}
.sort-option, #dialog-label {
	color:#fff;
}
.sort-option.selected-option {
	color:#000;
}
.list-listing-card-wrapper, .list-redesign .bottom-section .side-container {
	background-color: rgba(0,0,0,0)!important;
}

.cat-contents:hover .sm-content, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, .detail-content-mobile .detail-main-body .main-detail-data .detail-price, .detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price, .detail-content .search-results, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price, .modal-title, #parts-content .parts-bottom-section .parts-list-view .parts-list-content .error-message {color: #f2403b;border-radius:0!important}

.cat-contents:hover, .mobile-breadcrumb,.detail-content-mobile .detail-contact-bar .contact-bar-btn, .detail-content-mobile .detail-additional-data .data-row .data-label, .contact-options a, .detail-content .detail-additional-data .data-row .data-label, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .modal-bg button, .modal-container button,.cs-btns a,.cs-btns a:hover,.ts-modal-container button,.ts-modal-container button:hover,.fin-calc-mobile>a,.faceted-search-content .mobile-done-button-container .mobile-done-button,.faceted-search-content .selected-facets-container .selected-facet{background: #f2403b!important; color:#fff!important;border-radius:0!important}
.faceted-search-content button.faceted-search,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{border-radius:0!important}

.detail-content .dealer-info .phone-and-email .send-email-btn, .detail-content .dealer-info:hover .phone-and-email .send-email-btn:hover{
    color:#f2403b;
    border: 1px solid #f2403b;
}
.list-content .list-title .list-listings-count{color:#0c141b;font-weight:300!important}

.detail-additional-data h3 {color:#0c141b; font-size:30px!important; text-transform:uppercase}
.list-content .listing-portion-title {color:#fff; font-size:30px!important; text-transform:uppercase}
.list-content .listing-portion-title a {color:#fff;}

.list-redesign .page-type-toggle .sort {
	color:#000;
}
.breadcrumbs__link, .currency-selector .currency-select {
	color:rgba(204,204,204,1.00)!important;
}
.mc-thumb-toggles .mc-btn {
	color:#fff!important;
}

.list-title-text{font-size:70px!important; margin:20px 0!important;font-weight:200!important; text-transform: uppercase!important; font-family: 'dharma-gothic-e', sans-serif!important}
.cat-icon {
	width: 60px;
	height: auto;	
}
.list-listing-title {
    height: auto!important;
}
.list-top-section .list-bcrumbs-and-title .ground-bcrumbs .media-buttons .print-this, .list-top-section .list-bcrumbs-and-title .ground-bcrumbs .media-buttons .email-this, .list-redesign .specs-container .specs-button {
	color:#000!important;
}

.show-closest-first-container, .page-type-toggle-container {
  background: #000!important;
  border:0px!important;
}
.page-type-toggle {
	color:#000;
}
.list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count,.compare-listings-container .compare-container .compare-price{color:#f2403b!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,.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, .list-content .list-listing-mobile .video-chat-link, .fits-to-list-item-button {color: #fff!important}

.view-listing-details-link {
    background: #f2403b!important;
    color: #0c141b!important;
    border-radius:0!important
}

.rent-title,.rent-title-details,.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3,.bread-crumbs-heading .return-links .return-links-link span,.mobile-option-bar .mobile-option-bar-filter,.parts-list-content .error-message{color:#fff!important}

body .noUi-connect {
    background: #2e2e2e!important;border-radius:0!important
}
body .noUi-handle {
    background: #2e2e2e!important;border-radius:0!important
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 6px 0 0 6px;
}
.entry-meta{display:none}
.detail-content-mobile .detail-main-body .detail-mobile-title h1 {
    font-size: 30px;
}
.bottom-section{padding:1.5em 0 0 0}
.parts-title-and-breadcrumbs h1 span{font-weight:700!important}
.faceted-search-content .faceted-section-head{background:#13202B!important;padding:15px!important;border:1px solid #27333E!important}
.mobile-option-bar .mobile-option-bar-options{background:#13202B!important;border:1px solid #27333E!important}
.mobile-option-bar .mobile-option-bar-filter {background:#13202B!important;border:1px solid #27333E!important}
.faceted-search-content{border:1px solid #27333E!important}
.faceted-section-title span{color:#fff!important}
.parts-list-content .error-message{border:none!important;background:#13202B!important}
.list-content .list-listing{border:none!important;background:#13202B!important}
.list-content .list-listing-mobile{border:none!important;background:#13202B!important}
.list-content .list-listing-mobile h3{color:#fff!important}
.ts-modal-container .ts-modal-content{border:none!important;background:#13202B!important}
.list-content .list-listing-mobile .dealer-phone-container a{border:none!important;color:#fff!important}
.dealer-contact{background:#13202B!important;color:#fff!important}
.list-content .list-listing h3,.dealer-contact .dealer-contact__icon,.dealer-contact a.dealer-contact__link,.dealer-contact__videochat span{color:#fff!important}
.list-top-section .sticky-top-menu{border-bottom:1px solid #27333E!important;background:#13202B!important}
.list-content .list-main-section{border:1px solid #27333E!important}
.listing-description{color:#fff!important}
.list-content .listing-image{background:transparent!important}
.detail__specs-label{color:#fff!important;background:#f2403b!important}
.listing-prices__retail-price{color:#f2403b!important}
.detail-contact-bar{border:1px solid #27333E!important;background:#13202B!important}
.detail-contact-bar .contact-bar-btn{background:#f2403b!important; color:#fff;}
.rent-title{background:transparent!important}

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	width:90%;
	margin: 0 auto;
	box-sizing: border-box;
	}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}


.wrap-pg-head {
	width:100%;
	position: relative;
}
.wrap-pg-head img {
	width:100%;
	height: 320px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.wrap-pg-head h2, .wrap-pg-head h1 {
	top:0;
	left:0;
	width:100%;
	position: absolute;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
	color: #fff;
	font-size: 10vw;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 60px;
	padding:20px;
	box-sizing: border-box;
	margin:0 auto;
	font-family: 'dharma-gothic-e', sans-serif;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background: #fff;
	border-bottom: 10px solid #f2403b;
	padding: 30px 0;
	border-top: 1px solid #E3E3E3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:15px;
	}
footer img {
	display:block;
	width: 100%;
	max-width: 130px;
	opacity: .8;
	height: auto;
}

/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1280px)  {
	.warp-cat-1 .container-1 a {
		width:100%;
	}
	.warp-cat-1 .container-1 a img {
	  height: 250px;
	}
	.hero-overlay h1 {
		font-size: 14vw !important;
	}
	.hero-overlay h1 .hero-left {
		font-size: 6vw !important;
	}
	.hero-overlay h1 .hero-right {
		font-size: 6vw !important;
	}
	header{width: 95%;}
}
@media screen and (max-width: 1150px)  {
	nav.primary ul li a {
		font-size: 1.3vw;
  		padding: 22px 1.3vw;
	}
	.map-info-1 {
		width:100%;
		padding: 20px;
	}
	.map-info-1:first-of-type {
		border-right: 0px;
		border-bottom: 1px solid #DBDBDB;
	}
	.wrap-about .container-1, .btn-cont, .wrap-map .container-1 {
		padding-top:80px;
		padding-bottom:80px;
	}
	.col-1-2, .col-1-3, .col-2-3 {
		width:100%;
	}
}

@media screen and (max-width: 800px)  {

	header {
		width:100%;
		padding-left: 20px;
		padding-right: 20px;
		flex-direction: column;
		align-items: center;
	}
	.head-logo-1 {
		padding:10px 0 0 0;
		max-width: 200px;
	}
	.head-right {
	  padding: 10px 0;
	}
	.head-icons-1 {
		justify-content: center;
	}
	.displaymobile{
		display: flex!important;
	}
	.callpopup{display: none;}
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    
	#menu-button{ 
		width: 100%;
		display: flex;
		justify-content: center;
        box-sizing: border-box;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #f2403b;
        text-align: center;
		padding:20px;
	}
    .menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #000;
		z-index: 500; 
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}



	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #fff;
		font-family: "roc-grotesk", sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		width: 100%;
		padding:10px;
		box-sizing: border-box;
		transition: .2s ease-in;
		display: block;
	}
	nav.mobile ul li a:hover {
		background: #f2403b;
	}
	.hero-overlay h1 {
	  margin: 0 auto 25px auto;
	}
	.btn-cont a {
		width:100%;	
	}
	.wrap-about .container-1, .btn-cont, .wrap-map .container-1 {
		padding-top:50px;
		padding-bottom:50px;
	}
}
@media screen and (max-width: 760px)  {
	.container-1 {
		width:100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.warp-cat-1 .container-1 {
		top: -35px;
		padding:20px;
	}
	.warp-cat-1 .container-1 a h2, .btn-cont a {
		font-size: 20px;
	}
	.wrap-about .container-1 h2 span {
		font-size: 40px;
	}
	.wrap-about .container-1 h2, .wrap-review h2 {
  		font-size: 50px;
	}
	.form-info-cont h2 {
		font-size:40px;
	}
	.warp-cat-1 .container-1 a img {
		height: 175px;
	  }
	  p {
		margin: 0;
		font-size: 15px;
		line-height: 22px;
	}
	.wrap-pg-head h2 {
		font-size: 20vw;
		padding:20px;
	}
	.wrap-pg-head img {
	  height: 200px;
	}
	.list-title-text {
	  font-size: 40px !important;
	}
	.hero-bg-mob {
		display: block;
	}
	.hero-slider {
		display: none!important;
	}
}
	
