/* =========== RESET =========== */

* {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
}


/* =========== TYPOGRAPHY =========== */

/* TEMPLATE CUSTOM FONTS */
@font-face {
	font-family: 'open_sansregular';
	src: url('../webfonts/OpenSans-Regular-webfont.eot');
	src: url('../webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('../webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('../webfonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanssemibold';
	src: url('../webfonts/OpenSans-Semibold-webfont.eot');
	src: url('../webfonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/OpenSans-Semibold-webfont.woff') format('woff'),
		url('../webfonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('../webfonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold';
	src: url('../webfonts/OpenSans-Bold-webfont.eot');
	src: url('../webfonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/OpenSans-Bold-webfont.woff') format('woff'),
		url('../webfonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		url('../webfonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* BASE TYPOGRPHY */
body {
	font-family: 'open_sansregular';
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

/* HEADERS */
.notinv h1 {
	color: #f1e51c;
	font-size: 30px;
	font-weight: normal;
	font-family: 'open_sansbold';
	margin-bottom: 20px;
	line-height: normal;
}

.notinv h2 {
	color: #000;
	font-size: 30px;
	font-weight: normal;
	font-family: 'open_sansbold';
	margin-bottom: 0;
	line-height: normal;
}

.notinv h3 {
	color: #f1e51c;
	font-size: 24px;
	font-weight: normal;
	font-family: 'open_sansbold';
	margin-bottom: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	line-height: normal;
}

.notinv h4 {
	color: #555555;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: normal;
	font-family: 'open_sansbold';
	line-height: normal;
}

.notinv h5 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: 'open_sanssemibold';
	line-height: normal;
	margin-bottom: 10px;
}

.notinv h6 {
	color: #f1e51c;
	font-size: 16px;
	font-weight: normal;
	font-family: 'open_sanssemibold';
	line-height: normal;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

/* PARAGRAGHS */

p {
	margin-bottom: 14px;
	line-height: 1.3em
}

strong {
	font-family: 'open_sanssemibold';
	font-weight: normal;
}

.heavy {
	ont-family: 'open_sansbold';
	font-weight: normal;
}

.white {
	color: #fff;
}

.yellow {
	color: #f1e51c;
}

.black {
	color: #000;
}

/* LINKS */

a {
	color: #989898;
	text-decoration: underline;
}

a:hover {
	color: #ebebeb;
	text-decoration: none;
}

::-moz-selection {
	background: #ebebeb;
	color: #000;
	text-shadow: none;
}

::selection {
	background: #ebebeb;
	color: #000;
	text-shadow: none;
}

/* =========== frameless inventory styles =========== */
.hosted-content h1 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7) !important;
}

/* =========== BASE =========== */

.hide {
	display: none !important;
}

body {
	background: url(../siteart/bg.jpg) repeat !important;
}

.wrap {
	max-width: 1250px;
	margin: 0 auto;
}

article {
	padding: 40px 0
}

/* =========== HEADER =========== */

header {
	width: 100%;
	padding: 5px 0;
	background: #ebebeb;
	border-bottom: 1px #000 solid;
}

.ylw-bar {
	background: #f1e51c;
	width: 100%;
	height: 7px;
	display: block;
}

#logo {
	float: left;
	width: 50%;
}

#logo img {
	width: 100%;
	max-width: 227px;
}

#topcontact {
	float: right;
	width: 50%;
	text-align: right;
	margin: 75px 0 0 0;
}

/* =========== HOME  - new =========== */

.home {
	width: 58%;
	float: left;
	background: url(../siteart/test3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 477px
}

.home-text {
	width: 34%;
	float: left;
	padding: 4%;
}


.home-text p {
	color: #fff
}


/* =========== MAIN STYLES =========== */

#mainhome {
	width: 77%;
	margin: 0 0 0 2%;
	float: right;
	background: #000
}

#main {
	width: 67%;
	margin: 0 0 0 2%;
	float: right;
	padding: 2% 5%;
	background: #fff;
	min-height: 425px;
}

#maininv {
	float: right;
	max-width: 1020px;
	width: 100%;
	background: #fff
}

#text {
	padding: 3% 7%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3%;
	line-height: 1.5em
}

#contact {
	width: 80%;
	float: right;
	background: #fff;
}

.border-it {
	border: 2px #555 solid
}

.overlay {
	padding: 47px 40px 15px 40px;
	background: url(../siteart/70-blk.png) repeat;
	float: right;
	width: 37%;
	min-height: 414px;
}

.overlay p {
	color: #fff !important;
	line-height: 1.5em;
}

/* =========== CONTACT =========== */

.split {
	width: 44%;
	float: left;
	padding: 3%;
}



/* =========== INV STYLES =========== */

.inv {
	background: #fff;
	width: 100%;
	height: 2100px;
}

/* =========== SCROLLING INVENTORY =========== */

.scrolling-wrap {
	width: 95%;
	padding: 2.3%;
	height: 90px;
	overflow: hidden;
	border: 2px #555 solid;
}

.scrolling {
	width: 100%;
	height: 92px;
}

/* =========== GOOGLE MAP =========== */

.google-maps {
	float: left;
	position: relative;
	padding-bottom: 35%;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}


/* =========== FORM STYLES =========== */

.contact-form {
	margin: 0 auto;
	text-align: left;
}

#leftside {
	width: 45%;
	float: left;
	margin-right: 20px;
}

#rightside {
	width: 50%;
	float: left;
}


form.myform {
	margin: 0 0 0 0;
}

.myform label {
	padding: .5em;
	display: inline-block;
	width: 95%;
	margin-bottom: 10px;
	color: #000;
	cursor: pointer;
	line-height: 2;
	position: relative;
	font-weight: bold;
}

.myform label:hover,
.myform label:active,
.myform label:focus {
	background: #ebebeb !important;
}

.myform input {
	padding: .5em;
	width: 75%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ddd;
	float: right;
	color: #999;
	background: #fff;
}

.myform input:focus {
	background: #fff;
	color: #000;
	outline: none;
	border: 1px #bbb solid;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}



.myform textarea {
	padding: .5em;
	width: 75%;
	height: 100px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ddd;
	float: right;
	color: #999;
	background: #FFF;
}

.myform textarea:focus {
	background: #fff;
	color: #000;
	outline: none;
	border: 1px #bbb solid;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.myform select {
	padding: .5em;
	width: 230px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}



.required {
	padding: 0 2px;
	color: #E40307;
	font-size: 17px;
	font-weight: bold;
}



input.btn {
	background: #f1e51c;
	text-align: center;
	border: none;
	color: #000;
	padding: 8px 40px;
	margin-right: 10px;
	display: inline-block;
	float: left;
	width: auto;
	font-weight: bold;
	border: 1px solid #d8cd19;
}

input.btn:hover {
	background: #d8cd19;
	color: #000;
	border: 1px solid #ebebeb;
}



.captcha-container {
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
	position: relative;
}

.CaptchaPanel {
	width: 250px;
}

.CaptchaImagePanel,
.CaptchaMessagePanel,
.CaptchaAnswerPanel,
.CaptchaWhatsThisPanel {
	margin: 0px 0px 0px !important;
	font-size: 13px;
	color: #000;
	font-weight: 200;
	text-align: center !important;
}

.CaptchaWhatsThisPanel {
	line-height: 3;
}

.CaptchaWhatsThisPanel a {
	color: #000;
}

.CaptchaWhatsThisPanel a:hover {
	color: #ccc;
}

img#CaptchaImage {
	width: 85% !important;
}

#CaptchaAnswer {
	width: 220px;
}

.form-btns {
	width: 274px;
	position: absolute;
	left: 300px;
	top: 168px;
	border: none;
}

/* =========== FOOTER =========== */

footer {
	width: 100%;
	padding: 3% 0;
	line-height: 1em;
}

.divfooter {
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
	color: #ccc;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: underline;
	font-size: 11px;
	color: #ccc;
}

a.footerlink:hover {
	text-decoration: none;
	color: #ccc;
}

.footertext {
	font-size: 10px;
	color: #ccc;
}

.smallfootertext {
	font-size: 10px;
	color: #ccc;
}




/* =========== INV STYLES =========== */

#inv {
	padding: 5% 0;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
	font-family: bahnschrift, urw-din, sans-serif !important;
}

/* Reset font, ignore icons */

.listing-top-right a,
.lower-detail-data-left button,
.send-email-btn,
.media-buttons a,
.media-buttons button,
.faceted-search,
.listing-dealer-info a,
.view-listing-details-link,
.main-detail-data .contact-options a,
.fin-calc-btn-mobile,
.selected-facet,
.page-nav,
.apply-button,
.back-button,
.calculator-btn,
.mobile-done-button {
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

.offer-btn {
	color: black !important;
}

.view-listing-details-link {
	color: black !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
	margin: 2px 3px 3px 4px;
}

.faceted-text-input-searchType .search-type input[type=checkbox],
.faceted-text-input-searchType .search-type input[type=radio] {
	margin: 0px 3px 0px 6px;
}

.list-title-text {
	color: black !important;
}

.dealer-data {
	line-height: 23px !important;
}

.bread-crumbs-heading .return-links .return-links-link span,
#no-compare-listings,
.bread-crumbs-heading .return-links .return-links-link i {
	color: #f1e51d !important;
}



.dealer-name {
	color: black !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0px !important;
}

.view-listing-details-link,
.selected-facet,
.view-listing-details-link,
.buy-now-link,
.check-availability-link,
.email-seller-link,
.offer-btn,
.buy-btn,
.dealer-phone-mobile,
.offer-btn-mobile,
.send-email-btn-mobile,
.send-wholesale-email-btn-mobile,
.fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button,
.dealer-btns-bottom a {
	background: #f1e51d !important;
}

.selected-facet,
.dealer-phone-mobile,
.offer-btn,
.offer-btn-mobile,
.fin-calc-btn-mobile,
.send-wholesale-email-btn-mobile,
.send-email-btn-mobile,
.buy-now-link,
.view-listing-details-link,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button {
	border: solid 1px #f1e51d !important;
	transition: ease all 0.2s !important;
}

.selected-facet:hover,
.dealer-phone-mobile:hover,
.offer-btn:hover,
.offer-btn-mobile:hover,
.fin-calc-btn-mobile:hover,
.send-wholesale-email-btn-mobile:hover,
.send-email-btn-mobile:hover,
.buy-now-link:hover,
.view-listing-details-link:hover,
.main-detail-data .contact-options a:hover,
button.g-recaptcha.button:hover,
.page-nav:hover,
.apply-button:hover,
.mobile-done-button:hover,
.dealer-btns-bottom a:hover {
	background: #fff !important;
	color: #f1e51d !important;
}

.check-availability-link,
.email-seller-link,
.video-chat-link,
.faceted-search,
.faceted-show-all-btn,
.cs-btns a,
.calculator-btn {
	background: #000 !important;
	border: solid 1px #000 !important;
	transition: ease all 0.2s !important;
}

.check-availability-link:hover,
.email-seller-link:hover,
.video-chat-link:hover,
.faceted-search:hover,
.faceted-show-all-btn:hover,
.cs-btns a:hover,
.calculator-btn:hover {
	background: #fff !important;
	color: #000 !important;
}

.list-content .list-title .list-listings-count,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
#inv .error-message,
#inv .info,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-price,
.compare-price,
.compare-title {
	color: #000 !important;
}

/* heading */
.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.main-detail-data .detail-title,
.parts-title-text {
	padding-left: 4px;
}

.faceted-search-content .selected-facets-container .selected-facet {
	color: black !important;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.part-detail-additional-data .data-label,
.part-detail-content .detail-contact-bar {
	background: #000 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-page-nav,
.contact-options a {
	background: #000 !important;
}

.list-main-section .contact-options a {
	border: #000 solid 1px !important;
	transition: ease all 0.2s !important;
}

.list-main-section .contact-options a:hover {
	background: transparent !important;
	color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container a,
.back-button {
	border-color: #000 !important;
	color: #000 !important;
}

.material-icons,
.collapsible-content a {
	color: #fff !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;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
	margin-right: 0 !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
	height: 48px !important;
	box-sizing: border-box;
}

.detail-content-mobile .contact-options a,
.fin-calc-mobile>a {
	color: black !important;
}

/* =========== RESPONSIVE STYLES =========== */

@media screen and (max-width:1270px) {

	#maininv {
		float: left;
		width: 80%;
	}

	header {
		width: 96%;
		padding: 2%;
	}
}

@media screen and (max-width:1200px) {
	h1 {
		font-size: 24px;
	}

	.home-text {
		width: 38%;
		padding: 2%;
	}
}

@media screen and (max-width:1088px) {


	#leftside {
		width: 55%;
	}

	#rightside {
		width: 40%;
	}

	.captcha-container {
		width: 260px;
		margin: 0;
	}

}


@media screen and (max-width:1024px) {

	#maininv {
		float: none;
		width: 100%;
	}

	#main {
		float: none;
		width: 90%;
		margin: 0 auto;
		border-left: none;
		border-right: none;
	}

	#mainhome {
		width: 100%;
		margin: 0 auto;
		border-left: none;
		border-right: none;
	}

	.overlay {
		padding: 2% 5%;
	}

	.scrolling-wrap {
		width: 100%;
		padding: 25px 0;
		border-right: none;
		border-left: none;
	}
}

@media screen and (max-width:655px) {

	.overlay {
		padding: 2% 5%;
		width: 35%
	}

	.google-maps {
		padding-bottom: 55%;
	}

	#leftside {
		width: 100%;
		margin: 0;
	}

	#rightside {
		width: 100%;
	}

	.captcha-container {
		height: 380px;
	}


	.form-btns {
		left: 20px;
		top: 255px;
	}

	input.btn {
		width: 45% !important;
	}


	.split {
		width: 94%;
	}

	.white {
		height: auto;
	}

	.myform textarea {
		width: 60%;
	}

	.myform input {
		width: 60%;
	}

	/*.home{width:100%; float:none; margin:0 auto; height:200px}*/
	.home {
		background: url(../siteart/test2.jpg) no-repeat top center;
		width: 100%;
		float: none;
		margin: 0 auto;
		height: 300px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.home-text {
		width: 96%;
		padding: 4% 2%;
		float: none;
		text-align: center
	}
}


@media screen and (max-width:470px) {

	#logo {
		width: 100%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}

	.google-maps {
		padding-bottom: 95%;
	}

	.overlay {
		padding: 2% 5%;
		width: 60%
	}

	#topcontact {
		float: left;
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}

	.home {
		height: 200px;
	}


}

@media screen and (max-width:370px) {

	.form-btns {
		left: 0px;
		top: 255px;
	}

}