﻿/***** BEGIN RESET *****/

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;
}

ol,
ul {
	list-style: none;
}

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;
}

/*-------- COLORS --------
red: #b42025;
light gray: #e7e7e6;
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px;
	line-height: 26px;
	-webkit-text-size-adjust: none;
	background: #fff;
	color: #000;
	font-weight: 300;
}

h1 {
	font-size: 32px;
	color: #b42025;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 3%;
	font-family: 'Montserrat', sans-serif !important;
}

h2 {
	font-size: 25px;
	text-align: left;
	color: #000;
	font-family: 'Montserrat', sans-serif !important;
}

h3 {
	font-size: 20px;
	color: #b42025;
	font-weight: 700;
	text-align: left;
	font-family: 'Montserrat', sans-serif !important;
}

h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #b42025;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

h5 {
	font-size: 18px;
	color: #b42025;
	font-weight: 700;
	padding-bottom: 8px;
	font-family: 'Montserrat', sans-serif !important;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

strong {
	font-size: 16px;
}

#text a {
	color: #ff0000;
}

#text a:hover {
	color: #212121;
}

span {
	font-weight: 300;
}

.clear {
	clear: both
}

/*-------- HEADER STYLES --------*/

header {
	width: 100%;
	margin: 0 auto;
	background: url(../siteart/header-bg.jpg) repeat;
}

#header-content {
	width: 80%;
	margin: 0 auto;
	color: #fff;
}

.header-left {
	float: left;
	vertical-align: middle;
}

.header-left img {
	margin: 0 auto;
	padding: 18px 0px;
	width: 100%;
	max-width: 400px;
}

.header-right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 20px;
	text-align: right;
	font-size: 20px;
	line-height: 28px;
	vertical-align: middle;
	padding: 30px 0px;
	color: #000;
}

.header-banner {
	background-color: #b42025;
	padding: 10px;
	border-radius: 3px;
	color: #fff;
}

.header-banner a {
	color: #fff;
	font-weight: 600;
}

.banner {
	box-shadow: 2px 6px 10px -4px rgba(0, 0, 0, 0.1);
	position: relative;
}

.banner h2 {
	color: #b42025;
	text-align: center;
}

.banner p {
	text-align: center !important;
}

/*-----SLIDER-------------------------- */
.cycle-slideshow img {
	width: 100%;
	height: 771px;
	object-fit: cover;
}

.hero-caption {
	position: absolute;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 100%;
	max-width: 700px;
	z-index: 9999;
	padding: 45px 75px;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	text-align: left;
	top: 350px;
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
}

.hero-caption p {
	padding: 15px 5px 5px 5px;
	margin: 0;
	font-size: 24px;
	font-weight: 400;
}

/**BODY**/
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper-inner {
	padding: 20px 0px;
	width: 80%;
	margin: 0 auto;
}

.wrapper-inner p {
	text-align: left;
	margin: 0 auto;
	padding: 5px 0px;
}


.pad {
	padding: 4% 0px;
}

.pad-left {
	padding-left: 25px;
}

.col-left {
	float: left;
	width: 60%;
	padding: 15px 0px;
	margin: 25px 0px;
}

.col-left p {
	text-align: left;
}

.col-left a:hover {
	text-decoration: underline;
}

.col-right p {
	text-align: left;
	padding-left: 65px;
}

.col-right {
	float: right;
	width: 30%;
	padding: 15px 0px;
	margin: 25px 0px;
}

.col-right img {
	width: 40%;
	display: inline-block;
}

.col-right a {
	color: #000;
}

.col-left-honda {
	float: left;
	width: 100%;
	max-width: 500px;
	padding: 15px 0px;
	margin: 25px 0px;
}

.col-right-honda {
	float: left;
	padding: 15px 0px;
	margin: 25px 0px;
}

.col-1 {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 50%;
}

.col-2 {
	float: right;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.two-cols {
	width: 48%;
	padding: 20px 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	float: left;
}

.two-cols a {
	color: #b42025;
}

.two-cols a:hover {
	text-decoration: underline;
}

.two-cols img {
	display: inline-block;
	width: 38px;
}

.three-cols {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 33%;
	padding: 30px 0px;
}

.three-cols p {
	text-align: center;
}

.three-cols img {
	padding-bottom: 15px;
}



/*--------ZOOM HOME PAGE STYLES --------*/
.thumbnails {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
}

.zoom-container {
	width: 300px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.zoom-container:hover .zoom-caption:hover {
	background: rgba(0, 0, 0, .35);
}

.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 222px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;

}

.zoom-container:hover img {
	-webkit-transform: scale(1.25);
	/* Safari and Chrome */
	-moz-transform: scale(1.25);
	/* Firefox */
	-ms-transform: scale(1.25);
	/* IE 9 */
	-o-transform: scale(1.25);
	/* Opera */
	transform: scale(1.25);
}

.zoom-container:hover .zoom-caption {
	background: none;
}

/*--------ZOOM PRODUCT PAGE STYLES --------*/

.zoom-container2 {
	width: 290px;
	height: 218px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoom-container2 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.zoom-container2 .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.zoom-container2:hover .zoom-caption:hover {
	background: rgba(0, 0, 0, .35);
}

.zoom-container2 .zoom-caption h3 {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 220px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;

}

.zoom-container2:hover img {
	-webkit-transform: scale(1.25);
	/* Safari and Chrome */
	-moz-transform: scale(1.25);
	/* Firefox */
	-ms-transform: scale(1.25);
	/* IE 9 */
	-o-transform: scale(1.25);
	/* Opera */
	transform: scale(1.25);
}

.zoom-container2:hover .zoom-caption {
	background: none;
}


/*------LITERATURE ---------------------------*/
.pdf {
	display: inline-block;
	padding: 0px 30px;
	width: 150px;
	vertical-align: top;
	margin: 25px 0px;
	text-transform: uppercase;
}

.pdf img {
	border: 1px solid #e7e7e6;
}

.pdf p {
	text-align: center;
}

.lit {
	display: inline-block;
	width: 22%;
	padding-right: 20px;
}

.lit img {
	max-width: 200px;
	width: 100%;
}

/*----- SCROLLING INVENTORY BANNER ---------------------------*/

.scrolling-wrap {
	width: 100%;
	height: 109px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 92px;
	overflow: hidden;
	background: #e7e7e6;
	padding: 10px 0px 10px 0px;
	display: block;
	font-family: 'Montserrat', sans-serif;
}



/*-------- FOOTER STYLES --------*/
.manu-logos {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: url(../siteart/header-bg.jpg) repeat;
	padding: 20px 0px;
}

.manu-logos img {
	width: 100%;
	max-width: 180px;
	padding: 5px 30px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

footer {
	background: #333 url(../siteart/footer-bg.jpg) repeat;
	padding: 23px 0;
	color: #fff;
	border-top: 2px solid #b42025;
}

#footercontent {
	width: 80%;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0px;
}

.footerleft {
	float: left;
	color: #fff;
	vertical-align: middle;
	width: 33%;
}

.footerleft a {
	color: #fff;
}

.footerleft a:hover {
	text-decoration: underline;
}

.footerleft li {
	list-style: none;
	text-transform: uppercase;
}

.footerright {
	text-align: right;
	font-size: 13px;
	line-height: 15px;
	vertical-align: middle;
}

.footerright a {
	color: #fff;
}

.footerright a:hover {
	text-decoration: underline;
}

.footerright img {
	width: 20%;
	display: inline-block;
}


/*----------DETAILED SEARCH----------------------------*/

.detailed-search-wrap {
	background: #333 url(../siteart/search-bg.jpg) repeat;
	padding: 30px 0;
	border-bottom: 2px #b42025 solid;
	font-family: 'Montserrat', sans-serif;
}

.detailed-search-wrap h4 {
	color: #fff;
	font-size: 28px;
}

.detailed-search-wrap .content {
	width: 80%;
	margin: 0 auto;
	padding: 10px 0px;
}

.detailed-search-wrap .detailed-form {
	margin: auto;
}

.detailed-search-wrap .detailed-row {
	margin: 10px 0 5px;
	font-size: 18px;
}

.detailed-search-wrap .column3 {
	width: 33.33%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 5px;
}

.detailed-search-wrap .detailed-search input[type='submit'] {
	font-size: 16px;
	background: #b42025;
	width: 100%;
	margin-top: 25px;
	height: 40px;
	color: #fff;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
}

.detailed-search-wrap .detailed-search input[type='submit']:hover {
	background: #8c1216;

}

.detailed-search-wrap .detailed-search input[type='text'] {
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.detailed-search-wrap h3 span {
	color: #d7d7d7;
}



/* NOUI SLIDER */
.hp-slider .example-val {
	padding: 5px 0;
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 2px
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
	position: absolute
}

.noUi-horizontal {
	height: 12px;
	z-index: 0
}

.noUi-horizontal .noUi-handle {
	width: 25px;
	height: 21px;
	left: -13px;
	top: -6px
}

.noUi-background {
	background: #ccc;
}

.noUi-connect {
	background: #fff !important;
	border: 1px #000 solid;
}

.noUi-target {
	width: calc(95% - 15px);
	margin: 15px auto 0 auto;
}

.noUi-handle {
	background: #b42025 !important;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 12px;
	width: 1px;
	background: #E8E7E6;
	left: 10px;
	top: 3px
}

.noUi-handle:after {
	left: 12px
}

.noUi-pips-horizontal {
	padding: 5px 0;
	height: 10px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 1px;
	height: 5px;
	background: #777;
}

.example-val {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: left
}

.example-val span {
	font-weight: 400;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
	content: '$';
	padding-right: 2px
}




/*--------Form Styles----------*/
form {
	margin: 0 auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	!important;
}

#formpage {
	vertical-align: top;
	font-family: 'Montserrat', sans-serif;
	!important;
}

#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	color: #000;
	text-align: left;
}

#formpage input {
	padding: 6px 5px 10px;
	border: 1px solid #8e8d8d;
	color: #202e3b;
	font-size: 13px;
	background: #fff;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #8e8d8d;
	font-weight: 700;
	color: #000;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border: 1px solid #8e8d8d;
	color: #202e3b;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	padding: 5px;
	width: 100%;
}

.formfield {
	width: 85%;
	color: #000;

}

#formpage input {
	width: 100%;
	margin-top: 5px;
}

#formpage input.larger {
	width: 100%;
}

#formpage textarea {
	width: 100%;
	height: 85px;
}

#formpage input.checkbox {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline;
	background-color: #fff;
}

#formpage input.radio {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background: #abacac;
	color: #FFF;
	border: 1px solid #abacac;
	outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background: none;
	border: 0;
	outline-style: none;
}


#formpage input.button,
#formpage input.button:focus {
	color: #b42025;
	border: 2px solid #b42025;
	padding: 8px 14px;
	background: #f3f3f3;
	width: 120px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;


}

#formpage input.button:hover {
	color: #f3f3f3;
	border: 2px solid #b42025;
	background: #b42025;
	width: 120px;
	font-family: 'Montserrat', sans-serif;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
	color: #212121;
	font-size: 13px;
	text-align: left;
}

#formpage label.checkbox {
	/*  color:#212121;*/
	font-size: 13px;
	text-align: left;
	display: inline;
	padding: 0;
}

/*control the Captcha */

.CaptchaPanel {
	margin: 0 auto !important;
	padding: 0 0 0 0 !important;
	line-height: normal !important;
	color: #000;
	margin: 0 auto;
}

.CaptchaImagePanel {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	max-width: 182px;
}

.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 0 0;
	padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
	color: #000;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}



/*-------- RESPONSIVE STYLES --------*/

@media screen and (max-width:1420px) {
	.hero-caption {
		position: relative;
		max-width: 100%;
		padding: 25px 65px;
		top: 0;
		line-height: 30px;
		background: rgba(0, 0, 0, 0.9);
		border-bottom: 1px solid #fff;
	}

	.hero-caption p {
		padding: 15px 5px 5px 5px;
		margin: 0;
		font-size: 22px;
		font-weight: 400;
	}
	
	.header-left,
	.header-right {
		float: none;
		text-align: center;
	}

	.header-right {
		padding: 8px 0px;
		font-size: 16px;
		line-height: 22px;
		justify-content: center;
		flex-wrap: wrap;
	}

	.header-left img {
		padding: 0px 0px;
	}

}

@media screen and (max-width:1024px) {
	.header {
		border-bottom: 1px solid #b42025;
	}

	.col-left a {
		color: #000;
	}

	.three-cols {
		width: 90%;
		padding-top: 20px;
	}

	.footerleft .col-1,
	.footerleft .col-2 {
		width: 100%;
	}

}

@media screen and (max-width: 895px) {
	.wrapper-inner {
		width: 90%;
	}

	.three-cols {
		width: 90%;
		padding-top: 20px;
	}

	.col-left {
		width: 100%;
		float: none;
		margin: 0px;
		padding: 0px;
	}

	.col-right {
		padding: 15px 0px 0px 0px;
		width: 100%;
		float: none;
		margin: 0px 0px 15px 0px;
	}

	.col-right p,
	.col-right h2 {
		padding: 0px;
	}

	.col-right h3 {
		text-align: center;
	}

	.lit {
		width: 40%;
	}
}

@media screen and (max-width: 930px) {
	.zoom-container {
		width: 100%;
		max-width: 300px;
		margin-top: 8px;
	}

	.zoom-container2 {
		width: 100%;
		margin-top: 8px;
	}

	.zoom-container .zoom-caption h3 {
		line-height: 222px;
		font-size: 20px;
	}

}

@media screen and (max-width: 649px) {
	.column3 {
		width: 100%;
	}

	.col-1 {
		width: 100%;
		float: none;
	}

	.col-right-honda {
		padding: 0px;
	}

	.two-cols {
		width: 90%;
		text-align: center;
		float: none;
	}

	.footerleft {
		float: none;
		text-align: center;
		width: 100%;
	}

	.footerright {
		float: none;
		text-align: center;
		padding-top: 20px;
	}

	.footerright img {
		width: 45%;
	}


	.lit {
		width: 100%;
	}

}

@media screen and (max-width: 320px) {

	.zoom-container,
	.zoom-container2 {
		width: 100%;
		max-width: 100%;
		margin-top: 8px;
	}

	.zoom-container .zoom-caption h3 {
		line-height: 222px;
		font-size: 20px;
	}

}