﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/biy6rrl.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;  
} 

h1, h2 {
	font-family: 'stevie-sans', sans-serif;
}

p {
	font-family: 'dm-sans', sans-serif;
}

#home p, #about p {
	line-height: 34px;
	font-size: 18px;
}

/*-------- 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;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.header-contact {
	background: #2E2E2E;
	padding-top: 25px;
	padding-bottom: 25px;
}

.header-contact .flex {
	justify-content: flex-end;
	padding-right: 20px;
}

.header-contact a {
	color: #fff;
	font-family: 'stevie-sans', sans-serif;
	font-size: 18px;
}

.header-contact a:hover {
	text-decoration: underline;
}

.header-contact i {
	margin-right: 25px;
	margin-left: 75px; 
}


/*---BODY--------------------------------*/

/*--------HOME--------------------*/

/*--------HEADER SLIDER--------------------*/

.home-header .slide-content {
	position: relative;
	z-index: 2;
	text-align: left;
	padding-top: 410px!important;
	padding-bottom: 85px!important;
}

.home-header .slide-content .heading-lg {
	margin-bottom: 54px;
}

.home-header .hero-slide-wrap {
	position: relative;
	overflow: hidden;
	background: #2E2E2E;
}

.home-header .brands-logo-image > a > img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.home-header .slide-hero {
	position: absolute!important;
	width: 100%;
  	height: 100%;
  	z-index: 1;
}

.home-header .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-header .slide-hero div {
	height: 100%;
}

.home-header .slider-dots {
	width: 100%;
	position: relative;
	z-index: 2;
}

.home-header .slider-dots .slick-list {
  	box-sizing: border-box;
	display: none;
}

.home-header .slider-dots > div {
	background-color: transparent;
}

/*--------SLIDER BUTTONS--------------------*/

.home-header button {
	display: none;
}

.home-header .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
	box-sizing: border-box;
	gap: 60px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.home-header .slick-dots li {
	background: #fff;
    height: 16px;
    width: 16px;
    border-radius: 50px;
    cursor: pointer;
}

.home-header .slick-dots .slick-active {
	background: #FFC737;
	cursor: pointer;
}

/*---Hero-------*/

/*---inv-section-------*/

.inv-section img {
	max-width: 225px;
	width: 100%;
	object-fit: cover;
}

.inv-section .flex:first-child a:first-child {
	background: #8F2C2D;
}

.inv-section .flex:first-child a:first-child:hover {
	background: #2E2E2E;
}

.inv-section a {
	background-color: #2E2E2E;
	margin: 5px;
	height: 250px;
	position: relative;
	box-sizing: border-box;
	max-width: 527px;
	width: 100%;
	transition: all .4s ease-out;
}
.inv-section a:hover {
	background: #8F2C2D;
}

.inv-section .wrapper > .flex:last-child a {
	max-width: none;
}

.inv-section a > div {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    top: 20%;
}

.inv-section .heading-md {
	color: #fff;
	margin-top: 20px;
}

/*---ing-left-------*/

.img-left {
	background: #2E2E2E;
}

.img-left .flex {
	align-items: center;
	flex-wrap: wrap;
}

.img-left .flex > div:first-child {
	height: 900px;
	max-width: 959px;
}

.img-left .flex > div:first-child img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.img-left .wrapper > div {
	max-width: 700px;
}

.img-left .heading-mdlg {
	color: #fff;
	margin-bottom: 25px;
}

.img-left p {
	color: #fff;
	margin-bottom: 80px;
}

.img-left a {
	color: #fff;
	font-size: 18px;
	font-family: 'stevie-sans', sans-serif;
	line-height: 30px;
}

.img-left a:hover {
	text-decoration: underline;
}

.img-left i {
	margin-right: 15px;
}

.img-left .wrapper .flex a:last-child {
	margin-left: 50px;
}

.img-left .wrapper .flex {
	margin-bottom: 40px;
}

.img-left .wrapper > div > div:last-child {
	margin-top: 90px;
}

/*---quick-links-------*/

.qlinks-section a {
	height: 560px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	background-color: #8F2C2D;
	transition: all .4s ease-out;
}

.qlinks-section a:first-child {
	max-width: 850px;
}

.qlinks-section a:last-child {
	max-width: 710px;
}

.qlinks-section a img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	opacity: .3;
	transition: all .4s ease-out;
}

.qlinks-section a:hover img {
	opacity: 0;
}

.qlinks-section a > .flex {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 40px 60px;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	width: 85%;
}

.qlinks-section a > .flex i {
	font-size: 30px;
}

.qlinks-section a:last-child > .flex {
	width: 82%
}

.qlinks-section a:last-child {
	margin-left: 40px;
}

/*--------BRANDS SLIDER--------------------*/

.brands .heading-mdlg {
	color: #2E2E2E;
	margin-right: 20px;
}

.brands {
	background: #FCE3B4;
}

.brands .wrapper > .flex {
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.brands .infor-slider-nav .slick-list.draggable {
	display: none;
}

.brands .brands-logo-image {
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 100%;
    max-width: 1600px;
    height: 390px;
	padding: 100px 30px;
	box-sizing: border-box;
	transition: .4s ease;
}

.brands .brands-logo-image:hover {
	transform: translateY(-10%);
}

.brands .brands-logo-image > a > img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}

.brands .slide-brands {
	width: 100%;
	height: 100%;
	padding-top: 60px;
}

.brands .slide-brands div {
	height: 100%;
}

.brands .slide-brands .slick-slide {
	margin-left: 20px;
	margin-right: 20px;
}

.brands .slider-dots {
	width: 100%;
}

.brands .slider-dots .slick-list {
  	box-sizing: border-box;
	display: none;
}

.brands .slider-dots > div {
	background-color: #F1F1F1;
}

/*--------SLIDER BUTTONS--------------------*/

.brands button {
	display: none;
}

.brands .slick-dots {
	display: none!important;
}

.brands .infor-slider-nav .slick-prev {
    background: #FCE3B4;
    color: #2E2E2E;
    cursor: pointer;
}

.brands .infor-slider-nav .slick-prev:hover, .brands .infor-slider-nav .slick-next:hover {
	color: #8F2C2D; 
}

.brands .infor-slider-nav .slick-next {
	padding-left: 0px;
    background: #FCE3B4;
    color: #2E2E2E;
    cursor: pointer;
}


.brands .infor-slider-nav .slick-prev i, .infor-slider-nav .slick-next i {
	font-size: 35px;
}

.brands .infor-slider-nav {
	display: flex;
	max-width: 120px;
    width: 100%;
	justify-content: space-between;
}

/*---full-img-------*/

.full-img {
	background: url("../siteart/img-full.jpeg");
    background-size: cover;
    background-position: center; 
    height: 450px;
}


/*--------PRIVACY POLICY--------------------*/

.policy-header a {
	color: #2E2E2E;
	word-break: break-all;
}

.policy-header a:hover {
	color: #8F2C2D;
}

.policy-header p {
	line-height: 30px;
    font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #2E2E2E;
}

.policy-header li p {
    font-size: 16px;
}
.policy-header li p:first-child {
	margin-right: 20px;
}

.policy-header ul {
	margin: 30px 20px;
}

.policy-header{
	background: url(../siteart/dust_scratches.webp) no-repeat;
    background-size: cover;
}

.policy-header .heading-lg {
	color: #2E2E2E;
	margin-bottom: 45px;
	text-shadow: none;
}

.policy-overview {
	max-width: 1084px;
}

.policy-header .wrapper > .img-height {
	height: 300px;
    overflow: hidden;
    box-sizing: border-box;
	margin-bottom: 70px;
	margin-top: 45px;
}

.policy-header img {
	width: 100%;
    object-fit: cover;
    height: 100%;
}

.policy {
	max-width: 1084px;
	margin-top: 50px;
}

.policy .heading-md {
	margin-bottom: 25px;
	color: #2E2E2E;
}

.wrapper > div:last-child ul li a {
	font-family: 'dm-sans', sans-serif;
}

.wrapper > div:last-child ul li {
	margin-bottom: 20px;
	line-height: 30px;
}

.wrapper > div:last-child ul li i {
	margin-right: 20px;
}

/*--------GALLERY--------------------*/


#gallery{
	background: url(../siteart/dust_scratches.webp) no-repeat;
    background-size: cover;
}

#gallery .heading-lg {
	color: #2E2E2E;
	margin-bottom: 80px;
	text-shadow: none;
	text-align: center;
}

.gallery > div:last-child {
	margin: 0 auto;
    text-align: center;
    margin-top: 80px;
}

.gallery .wrapper .flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

.gallery-height {
	height: 300px;
	max-width: 350px;
	width: 100%;
}

.gallery-height img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*--------ThankYou--------------------*/

.thankyou-hero {
	background: url("../siteart/thankyou.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 180px 0;
    background-color: #2E2E2E;
}

#thankyou .bg-lg {
	background: url(../siteart/dust_scratches.webp);
}

#thankyou .heading-lg {
	color: #2E2E2E;
	margin-bottom: 45px;
	text-shadow: none;
}
#thankyou p {
	margin-bottom: 60px;
}

/*--------About--------------------*/

.about-hero {
	background: url("../siteart/about-us.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    background-color: #2E2E2E;
	padding: 135px 0;
}

#about .bg-lg {
	background: url(../siteart/dust_scratches.webp);
}

#about .bg-lg .wrapper > div{
	max-width: 1035px;
}

#about .heading-lg {
	color: #fff;
	text-shadow: none;
}

#about .bg-lg .heading-mdlg {
	color: #2E2E2E;
	margin-bottom: 25px;
}

#about p {
	margin-bottom: 20px;
}

#about .btn-yellow {
	margin-top: 70px;
}


/*--------SERVICE--------------------*/

.service-hero {
	background: url("../siteart/service-header.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 135px 0;
    background-color: #2E2E2E;
}

.service-hero .heading-lg, .contact-hero .heading-lg {
	text-align: center;
}

/*--------CONTACT US--------------------*/

.contact-hero {
	background: url("../siteart/contact-header.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 135px 0;
    background-color: #2E2E2E;
}

.iframe-height {
	max-width: 959px;
	width: 100%;
	height: 595px!important;
}

#contact .img-left, #about .img-left {
	background: #4F4F4F;
}

#contact .img-left .heading-mdlg, #about .img-left .heading-mdlg {
	margin-bottom: 80px;
}

.img-left .wrapper ul li {
	margin: 40px 0;
}


/*--------FORM STYLES--------------------*/


/*---service-form-------*/

.form-third {
	display: inline-block;
	width: 33.3%;
	margin: 15px 15px 15px 0;
}

.form-third input, .form-third select {
	padding: 15px;
	width: 100%;
	border: none;
	background: #CFCFCF;
	font-family: 'stevie-sans', sans-serif;
    box-sizing: border-box;
	color: #2E2E2E;
}

.form-third select {
	color: #565656;
}

.form-third-last {
	margin-right: 0;
}

/*---contact-form-------*/

.contact-form .form-full {
	margin: 15px 0 15px;
}

.contact-form form .full-last {
	margin-bottom: 20px;
}

/*---all-------*/

select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.forms {
	background: url("../siteart/dust_scratches.webp");
}

.forms .heading-md {
	color: #2E2E2E;
	margin-top: 60px;
}

.forms .form-heading-top {
	margin-top: 0;
}

.forms .wrapper {
	width: 60%;
	margin: 0 auto;
}

.flex-row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.form-full-sm {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

input::placeholder, textarea::placeholder {
	color: #565656;
}

.form-full-sm input, .form-full-sm select {
	padding: 17px;
	width: 100%;
	border: none;
	background: #CFCFCF;
	font-family: 'stevie-sans', sans-serif;
	box-sizing: border-box;
	color: #2E2E2E;
}

.form-full-sm select {
	color: #565656!important;
}

.form-full textarea {
	width: 100%;
	padding: 17px;
	border: none;
	background: #CFCFCF;
	box-sizing: border-box;
	font-family: 'stevie-sans', sans-serif;
	color: #2E2E2E;
}

.form-full textarea { 
	margin-bottom: -4px;
}

.form-full {
	margin: 10px 0 20px 0;
}

.include-captcha{display:none;}

.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {
	color: #2E2E2E;
	font-family: 'stevie-sans', sans-serif;
}

.CaptchaWhatsThisPanel > a:hover {
	text-decoration: underline;
}

#submit-btn, .captcha-button {
	display: flex;
	justify-content: flex-end;
}

/*--------Captcha--------------------*/

.CaptchaPanel {
	text-align: right!important;
	padding: 10px 0!important;
}

/*-------- FOOTER STYLES ----------------*/
footer{
	background-color: #2E2E2E;
}

footer > .flex {
	flex-wrap: wrap;
}

footer p {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 50px;
}

footer a, footer li {
	font-family: 'stevie-sans', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

footer a:hover {
	text-decoration: underline;
}

footer li {
	margin-bottom: 30px;
	line-height: 26px;
}

.grey-bg {
	margin-left: 170px!important;
}

footer i {
	margin-right: 20px;
}

footer .fa-map-marker-alt {
	margin-right: 27px;
}

.grey-bg p {
	color: #FFC737;
}

.grey-bg > div {
	padding-top: 80px;
}

.grey-bg > div:first-child {
	margin-right: 222px;
}

.grey-bg > div:last-child {
	margin-right: 50px;
}

.yellow-background {
	max-width: 716px;
	padding: 80px 200px 50px;
	height: 100%;
	background: #FFC737;
}

.yellow-background a, .yellow-background p {
	color: #2E2E2E;
}

.yellow-background .flex div:first-child ul {
	margin-right: 100px;
}




/*-------- CLASS STYLES ----------------*/

.flex {
	display: flex;
}

.wrapper {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px;
}

.bg-lg {
	padding-top: 130px;
	padding-bottom: 130px;
}

.bg-md {
	padding-top: 100px;
	padding-bottom: 100px;
}

.bg-texture {
	background: url("../siteart/dust_scratches.webp") no-repeat;
    background-size: cover; 
}

/*-------- Headings ----------------*/

.heading-lg {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.80);
	font-weight: 600;
	font-size: 100px;
	color: #fff;
	line-height: 90px;
}

.hero-span {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.80);
	font-size: 40px;
	font-weight: 500;
	font-style: italic;
	color: #FFF3DC;
	font-family: 'stevie-sans', sans-serif;
}

.heading-mdlg {
	font-size: 60px;
}

.heading-md {
	font-size: 35px;
}


/*-------- Buttons ----------------*/

.btn-yellow {
	display: inline-block;
	color: #2E2E2E!important;
	background: #FFC737;
	width: 230px;
	padding: 20px 0;
	font-family: 'stevie-sans', sans-serif;
	font-weight: 700;
	font-size: 25px!important;
	text-align: center;
	transition: all .4s ease-out;
	border: none;
}

.btn-yellow:hover {
	background: #fff;
	text-decoration: none!important;
}

#service .btn-yellow:hover, #contact .btn-yellow:hover, #gallery .btn-yellow:hover, #about .btn-yellow:hover {
	background: #8F2C2D;
	text-decoration: none!important;
	color: #fff!important;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price, .list-content .price-container .price, .list-top-section .list-listings-count {
	color: #8F2C2D!important;
}

.faceted-search-content .selected-facets-container .selected-facet {
	background-color: #8F2C2D!important;
}

.view-listing-details-link {
	background-color: #FFC737!important;
	color: #2E2E2E!important;
	transition: all .4s ease-out;
}

.view-listing-details-link:hover {
	background-color: #8F2C2D!important;
	color: #fff!important;
}





/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1935px) {
	.grey-bg {
    	margin-left: 145px!important;
	}
}

@media only screen and (max-width: 1799px) {
	.grey-bg {
    	margin-left: 100px!important;
	}
}

@media only screen and (max-width: 1730px) {
	.grey-bg {
    	margin-left: 50px!important;
	}
}

@media only screen and (max-width: 1663px) {
	
	.img-left .flex > div:first-child {
		height: 500px;
        width: 100%;
        margin-bottom: 112px;
	}
	
	.img-left > .flex {
		justify-content: center;
	}
	
	.img-left .wrapper > div > div:last-child {
		margin-bottom: 130px;
	}
}

@media only screen and (max-width: 1650px) {
	.grey-bg {
    	margin-left: 0px!important;
	}
}

@media only screen and (max-width: 1605px) {
	
	#contact .img-left .flex > div:first-child, #about .img-left .flex > div:first-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1598px) {
	.grey-bg > div:first-child {
		margin-right: 150px;
	}
	
	.yellow-background {
		padding: 80px 100px 50px;
	}
}

@media only screen and (max-width: 1573px) {
	#contact .img-left .flex > div:first-child, #about .img-left .flex > div:first-child {
		margin-bottom: 112px;
	}
	
	#contact .img-left .wrapper, #about .img-left .wrapper {
		margin-bottom: 130px;
	}
}

@media only screen and (max-width: 1326px) {
	.yellow-background {
		padding: 80px 50px 50px;
	}
	
	.grey-bg > div:first-child {
		margin-right: 50px;
	}
	
	.forms .wrapper {
		width: 70%;
	}
}

@media only screen and (max-width: 1126px) {
	.yellow-background {
		padding: 80px 15px 50px;
		width: 100%;
		max-width: 1600px;
	}
}

@media only screen and (max-width: 1200px) {
	.qlinks-section > .flex {
		flex-direction: column;
	}
	
	.qlinks-section a {
		max-width: none!important;
		height: 300px;
	}
	
	.qlinks-section a:last-child {
		margin-left: 0;
		margin-top: 40px;
	}
	
	.qlinks-section a:last-child > .flex {
		width: 85%;
	}
}

@media only screen and (max-width: 900px) {
	.forms .wrapper {
		width: 80%;
	}
}

@media only screen and (max-width: 800px) {
	.inv-section .flex {
		flex-direction: column;
		align-items: center;
	}
	
	.inv-section a {
		max-width: none;
	}
}

@media only screen and (max-width: 750px) {
	.qlinks-section a > .flex {
		margin: 40px 15px;
		width: 92%;
	}
	
	.qlinks-section a:last-child > .flex {
		width: 92%;
	}
	
	.form-3 {
		flex-direction: column;
	}
	
	.form-third {
		width: 100%;
		margin: 15px 0 15px 0;
	}
}

@media only screen and (max-width: 728px) {
	.grey-bg {
		flex-wrap: wrap;
	}
	
	.grey-bg > div:last-child {
		margin-bottom: 80px;
	}
}


@media only screen and (max-width: 700px) {
	.home-header .slide-content {
		padding-top: 100px!important;
	}
}


@media only screen and (max-width: 685px) {
	.header-contact span {
		display: none;
	}
	
	.header-contact i {
		margin-left: 40px;
		margin-right: 0;
	}
	
	.header-contact i:hover {
		color: #FFC737;
	}
}

@media only screen and (max-width: 530px) {
	.img-left .wrapper .flex {
		flex-wrap: wrap;
	}
	
	.img-left .wrapper .flex a:first-child {
		margin-bottom: 40px;
		margin-right: 60px;
	}
	
	.img-left .wrapper .flex a:last-child {
		margin-left: 0;
	}
	
	.forms .wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 500px) {
	
	.heading-lg {
		font-size: 65px;
		line-height: 65px;
	}
	
	.hero-span {
		font-size: 25px;
	}
	
	.heading-mdlg {
		font-size: 50px;
	}
}

@media only screen and (max-width: 490px) {
	.grey-bg > div {
		margin-right: 0!important;
	}
	
	.yellow-background .flex div:first-child ul {
		margin-right: 50px;
	}
}

@media only screen and (max-width: 430px) {
	.policy-header ul {
		margin: 20px 0px;
	}
}

@media only screen and (max-width: 390px) {
	.qlinks-section a > .flex {
		width: 88%;
	}
	
	.qlinks-section a:last-child > .flex {
	 	width: 88%;
	}
}

@media only screen and (max-width: 380px) {
	.brands .heading-mdlg {
		margin-bottom: 40px;
	}
	
	.heading-md {
   		font-size: 30px;
	}
}

@media only screen and (max-width: 350px) {
	
	.heading-lg {
		font-size: 60px;
		line-height: 60px;
	}
	
	.hero-span {
		font-size: 20px;
	}
}







