﻿/***** BEGIN RESET *****/
 @import url("https://use.typekit.net/xum4izx.css");
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 --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

footer ::selection {
    background: #fff!important;
    color: #000!important;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}

h1, h2 {font-family: 'dejanire-headline', serif;}
p, h3 { font-family: 'widescreen', sans-serif; }

#home p {
	font-size: 20px;
	line-height: 35px;
}

hr{border:#000 1px solid;}

/*---BODY--------------------------------*/

/*---Hero Images--------*/

.hero-home {
	background: url("../siteart/home-header.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #434343;
}

.hero-contact {
	background: url("../siteart/contact-header.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #434343;
	padding-top: 252px;
	padding-bottom: 130px;
}

.hero-thankyou {
	background: url("../siteart/thankyou-header.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 20%;
    background-color: #434343;
	height: 500px;
}

.hero-finance {
	background: url("../siteart/finance.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #434343;
	padding-top: 252px;
	padding-bottom: 130px;
}

/*---Home--------*/

.hero-home .wrapper {
	padding-top: 274px;
	padding-bottom: 274px;
}

#home .heading-lg {
	color: #fff;
}

.hero-home .flex {
	margin-top: 53px;
	flex-wrap: wrap;
}

.hero-home .flex .btn-yellow {
	margin-top: 25px;
}

.hero-home .wrapper .flex a:nth-child(2) {
	margin-left: 35px;
    margin-right: 35px;
}

/*---img-right---*/

.img-right {
	justify-content: right;
	align-items: center;
}

.img-right .img-height {
	height: 707px;
	max-width: 800px;
}

.img-right .img-height img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 0 0 0 130px;
}

.img-right .wrapper {
	max-width: 715px;
	width: 100%;
	padding-right: 90px
}

.img-right p {
	margin-bottom: 100px;
}

.about-shadow {
	background: url("../siteart/About-Us-shadow.png") no-repeat;
	background-size: contain;
    background-position: 0% 50%;
	padding-top: 50px;
	max-width: 340px;
}

/*---center-section---*/

.center-section {
	background: url("../siteart/star-industries.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
	text-align: center;
}

.center-section .wrapper {
	padding-top: 130px;
	padding-bottom: 130px;
}

.center-section p {
	max-width: 620px;
	margin: 0 auto 100px;
}

.center-section .heading-md {
	max-width: 560px;
	margin: 0 auto 35px;
}

.dealer-shadow {
	background: url("../siteart/Certified-Star-Industries-shadow.png") no-repeat;
	background-size: contain;
    background-position: center;
	padding-top: 50px;
	max-width: 660px;
	margin: 0 auto;
}

.center-section .flex {
	justify-content: center;
	align-items: end;
	gap: 70px;
	flex-wrap: wrap;
}

.center-section .flex > div {
	width: 100%;
	max-width: 300px;
}

.center-section .flex > div img {
	max-width: 300px;
}

.center-section .flex .btn-yellow {
	margin-bottom: 10px;
}

/*---Contact--------*//*---Finance--------*/

.hero-contact .heading-lg, .hero-finance .heading-lg {
	color: #fff;
}

/*---map---*/

iframe {
	margin-bottom: -4px;
}

.map {
    background: linear-gradient(to top, #fff 50%, #FBAE1A 30%);
}

.map .flex {
	justify-content: space-between;
}

.map a {
	font-size: 30px;
	color: #000;
	padding-top: 35px;
	padding-bottom: 35px;
	font-family: 'widescreen', sans-serif;
}

.map a:hover {
	text-decoration: underline;
}

/*--------FORM STYLES--------------------*/

.contact-shadow {
	background: url("../siteart/contact-shadow.png") no-repeat;
	background-size: contain;
    background-position: center;
	padding-top: 50px;
	max-width: 615px;
	margin: 0 auto;
}

.finance-shadow {
	background: url("../siteart/Finance-Application-shadow.png") no-repeat;
	background-size: contain;
    background-position: center;
	padding-top: 50px;
	max-width: 615px;
	margin: 0 auto;
}

#contact .bg-lg, #finance .bg-lg {
	padding-bottom: 200px!important;
}

.contact-form .heading-md, .finance-form .heading-md {
	text-align: center;
}

.label {
	color: #000;
	font-family: 'widescreen', sans-serif; 
	text-align: left!important;
}

.contact-form, .finance-form {
	max-width: 1100px;
	margin: 0px auto;
}

.flex-row {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.form-full-sm input {
	margin: 15px 15px 15px 0;
	width: calc(100% - 15px);
	display: inline-block;
    padding: 15px;
    border: none;
    background: #D2D1CF;
    font-family: 'widescreen', sans-serif; 
    box-sizing: border-box;
	color: #575757;
}

.form-half select, .form-full select, .form-full-sm select {
	display: inline-block;
    padding: 15px;
    width: 100%;
    border: none;
    background: #D2D1CF;
    font-family: 'widescreen', sans-serif;
    box-sizing: border-box;
}

.form-half {
	display: inline-block;
	width: calc(50% - 8px);
	margin: 15px 15px 15px 0;
}

.form-half input {
	padding: 15px;
	width: 100%;
	border: none;
	background: #D2D1CF;
	font-family: 'widescreen', sans-serif; 
	box-sizing: border-box;
}

.form-2nd-row {
	margin-right: 0;
}

.form-third {
	display: inline-block;
	width: 33.3%;
	margin: 15px 15px 15px 0;
}

.form-third input {
	padding: 15px;
	width: 100%;
	border: none;
	background: #D2D1CF;
	font-family: 'nunito-sans', sans-serif;
    box-sizing: border-box;
}

.form-third-last {
	margin-right: 0;
}

.form-full-sm {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.form-full-sm input {
	padding: 17px;
	width: 100%;
	border: none;
	background: #D2D1CF;
	font-family: 'nunito-sans', sans-serif;
	box-sizing: border-box;
	color: #000;
}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background: #D2D1CF;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'widescreen', sans-serif; 
}

.form-full {
	margin: 15px 0 30px 0;
}

.label-row {
	margin-bottom: 15px;
}

.label-group {
	margin-top: 15px;
}

.include-captcha{display:none;}

#submit-btn {
	float: right;
}

.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {
	color: #000;
	font-family: 'widescreen', sans-serif; 
}

/*--------Captcha--------------------*/

.CaptchaPanel {
	text-align: right!important;
}

.captcha-button {
	float: right;
}

select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/*---Thank You--------*/

#thankyou p {
	margin-top: 35px;
	margin-bottom: 100px;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.footer-color {
	background-color: #000;
}

.footer-background {
	background: url("../siteart/footer-background.png") no-repeat;
    background-size: contain;
    height: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

footer p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 45px;
}

footer li {
	font-family: 'widescreen', sans-serif; 
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

footer li a {
	color: #fff;
}

footer li a:hover {
	text-decoration: underline;
}

footer .flex {
	justify-content: flex-end;
}

footer .flex > div:nth-child(2) {
	margin-left: 80px;
	margin-right: 80px;
}


/*--------CLASS STYLES--------------------*/

.flex {
	display: flex;
}

.wrapper {
	margin: 0 auto;
    max-width: 1600px;
	padding: 0 15px;
}

.bg-lg {
	padding-top: 130px;
	padding-bottom: 130px;
}

.btn-yellow {
	border: none;
	display: block;
	width: 250px;
	color: #000;
	background: #FBAE1A;
	border-radius: 15px 0 15px 0;
	padding: 20px 0;
	text-align: center;
	font-family: 'widescreen', sans-serif;
	font-weight: 600;
	font-size: 22px;
	transition: all .4s ease-out;
}

.hero-home .btn-yellow:hover {
	box-shadow: inset 11.7em 0 0 0 #fff;
	color: #000;
}

.btn-yellow:hover {
	box-shadow: inset 11.7em 0 0 0 #434343;
	color: #fff;
}

/*---heading styles--------*/

.heading-lg {
	font-size: 100px;
	font-weight: 500;
	line-height: 110px;
}

.heading-md {
	font-size: 55px;
	font-weight: 500;
	margin-bottom: 35px;
}

.heading-mds {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 50px;
}

.span-header {
	font-size: 55px;
	font-weight: 400;
	font-style: italic;
	font-family: 'dejanire-headline', serif;
	color: #fff;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button), .faceted-search-content .mobile-done-button-container .mobile-done-button {color:#000!important; background-color:#FBAE1A!important;}
.view-listing-details-link:hover, .faceted-search-content .mobile-done-button-container .mobile-done-button:hover {color:#fff!important; background-color:#434343!important;}
.list-content .price-container .price, .list-top-section .list-listings-count {color:#9D6100!important;}
.bottom-bar .listing-control-bar .nav-sort .sort-option-container .sort-option, .bottom-bar .mobile-listing-control-bar .nav-sort .sort-option-container .sort-option, .bottom-bar .listing-control-bar .nav-sort .sort-option-container span, .bottom-bar .mobile-listing-control-bar .nav-sort .sort-option-container span {color:#000!important;}
.linking-buttons a.active {color:#000!important; background-color:#FBAE1A!important;}
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color:#9D6100!important;}

.detail__cta-buttons > button {
	color:#000!important; background-color:#FBAE1A!important;
}

.detail__cta-buttons > button:hover {
	color:#fff!important; background-color:#434343!important;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1380px) {
	.map a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1060px) {
	.img-right {
		flex-wrap: wrap;
	}
	
	.img-right .img-height {
		max-width: 1065px;
		margin-top: 108px;
	}
	
	.img-right .wrapper {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 950px) {
	.map .flex {
		flex-direction: column;
		text-align: center;
	}
	
	.map .flex a:nth-child(2) {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 935px) {
	footer .flex {
		flex-direction: column;
		align-items: center;
        text-align: center;
	}
	
	footer .flex > div:nth-child(2) {
		margin: 65px 0;
	}
}

@media only screen and (max-width: 616px) {
	.hero-home .wrapper .flex a:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}	
	
	.hero-home .wrapper .flex {
		flex-direction: column;
	}
	
	.hero-home .wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.hero-home .flex {
		margin-top: 20px;
	}
	
	.hero-contact {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	
	.hero-thankyou {
		height: 250px;
	}
}

@media only screen and (max-width: 580px) {
	.heading-lg {
		font-size: 60px;
		line-height: 70px;
	}
	
	.span-header {
		font-size: 40px;
	}
	
	.heading-md {
		font-size: 40px;
	}
	
	.about-shadow {
		max-width: 250px;
	}
	
	.dealer-shadow {
		max-width: 350px;
	}
	
	.contact-shadow, .finance-shadow {
		max-width: 350px;
	}
}

@media only screen and (max-width: 570px) {
	.flex-row {
		flex-direction: column;
	}
	
	.form-half, .form-third {
		width: 100%;
	}
}

@media only screen and (max-width: 430px) {
	.img-right .img-height {
		height: 400px;
	}
}

@media only screen and (max-width: 380px) {
	footer li {
		font-size: 16px;
	}
	.map a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 370px) {
	.heading-lg {
		font-size: 50px;
		line-height: 60px;
	}
	
	.span-header {
		font-size: 35px;
	}
}

@media only screen and (max-width: 350px) {
	.center-section .flex > div, .center-section .flex > div img {
		max-width: 250px;
	}
	
	.contact-form .heading-md {
		max-width: 210px;
    	margin: 0 auto;
	}
	
	.contact-shadow, .finance-shadow {
		background-position: 50% 40%;
	}
	
	.map a {
		font-size: 16px;
	}
}






