﻿/***** 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 --------

	COLOR:  #XXXXXX
*/

:root {
		
	--orange: #F15722 ; 
	
	--gray: #222;
}

/***** 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 --------*/

* {box-sizing: border-box;}

body {
}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1700px;}

.padit {padding: 70px 0;}
.header-pad {padding: 60px 0;}

.logo {max-width: 300px;}

.logo img {width: 100%; display: block; padding: 10px 0;}

.flex {display: flex;}

.flex-1 {
	width: 100%;
}

.flex-2 {
	width: 50%;
}

.flex-1 .wid-90, .flex-2 .wid-90 {
	width: 80%; max-width: 800px;
}

.dark-body {background-color: var(--gray);}
.black-body {background-color: #000;}

.mobile-only {display: none;}

/*------------- TEXT STYLES AND BUTTONS -------------*/

.white{color: #fff;}

.orange {color: var(--orange);}

.upper {text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none; font-family: "Alegreya Sans", sans-serif; }
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5, h6 { font-family: "Alegreya", serif; }

p, li {
	font-family: "Alegreya Sans", sans-serif;
}

p.body-text, ul.body-text {
	line-height: 2.0;
}

ul.bullets {
	margin-left: 30px;
	line-height: 2;
}

ul.indented {margin-left: 30px;}

ul.bullets li {
	list-style: disc;
}

hr.centered {
	border: none;
	margin: 0 auto;
	max-width: 500px;
	height: 8px;
	background-image: linear-gradient(90deg, rgba(241, 87, 34, 0.00) 0%, #F15722 20%, #F15722 80%, rgba(241, 87, 34, 0.00) 100%);
}

hr.left {
	border: none;
	margin: 0;
	height: 8px;
	background-image: linear-gradient(90deg, #F15722 80%, rgba(241, 87, 34, 0.00) 95%);
}

hr.left.small {
	max-width: 500px;
	height: 5px;
	margin: 20px 0;
}

.sm-heading {
	font-size: 32px;
	font-weight: 700;
}

.heading {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

/*  BUTTONS  */

.btn-row.flex {
	gap: 20px; flex-wrap: wrap;
}

.orange-btn {
	padding: 10px 30px;
	background: var(--orange);
	color: #000;
	font-family: "Alegreya Sans", sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	letter-spacing: 0.8px;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.orange-btn:hover {
	background-color: #fff;
}


/*--- HEADER STYLES ---------------------*/

header {
	position: relative;
	z-index: 5;
}

.main-header {
	background: #000;
	padding: 20px 0 30px;
}

.main-header .flex {
	justify-content: space-between;
	align-items: center;
}

.header-connect.flex {
	justify-content: flex-end;
	gap: 20px 40px;
	align-items: center;
	padding-bottom: 20px;
}

.header-connect p.call {
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Alegreya", serif;
	font-variant-numeric: lining-nums;
	font-size: 16px;
}

.header-connect p.call a:hover, .mobile-call a:hover {
	color: var(--orange);
}

.socials.flex {
	gap: 5px;
}

.socials.flex a {
	padding: 5px;
}

.socials.flex a i {
	color: var(--orange);
	font-size: 20px;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.socials.flex a:hover i {
	color: #fff;
}

.mobile-call {
	margin-left: 20px;
	color: #fff;
	font-family: "Alegreya Sans", sans-serif;
	font-variant-numeric: lining-nums;
}

/*---MEGA MENU STYLES--------------------------------*/
.equipment-mega-menu {
	background-color: #fff;
	color: #000;
	width: 90%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 15px;
}
.equipment-mega-menu a {
	background-color: transparent !important;
	text-transform: none !important;
	color: #000 !important;
	font-weight: 500 !important;
	padding: 5px 10px !important;
	margin: 0 !important;
	text-align: left !important;
	font-size: 14px !important;
}
.equipment-mega-menu h3 {
	padding: 10px 0px 10px 10px;
	font-weight: 800;
}
.mega-menu-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	padding-top: 10px;
}
.mega-menu-flex div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.menu-section {
	flex-direction: row !important;
}
.menu-section-column {
	flex-direction: column !important;
	flex-wrap: wrap;
	padding-right: 10px;
}
.menu-section span {
	font-weight: 800;
}
.mega-height {
	height: 300px;
	align-content: flex-start;
}

/*---BODY--------------------------------*/

.hero {position: relative; background-color: #000;}

.hero img {
	display: block;
	width: 100%; 
	aspect-ratio: 5 / 2;
	object-fit: cover;
}

.hero video {
	display: block;
	width: 100%; 
	aspect-ratio: 5 / 2;
	object-fit: cover;
}
.hero .video-wrap {
	position: relative;
}

.hero .video-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
}

.hero-text {
	position: absolute;
	width: 90%;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.hero-text img {
	display: block;
	aspect-ratio: 5 / 1.7;
	object-fit: contain;
	padding-bottom: 20px;
}

.home-showrooms.flex .flex-1:nth-child(odd), .home-showrooms.flex.even .flex-1:nth-child(even) {
	background-color: var(--gray);
}

.home-showrooms.flex .flex-1:nth-child(even), .home-showrooms.flex.even .flex-1:nth-child(odd) {
	background-color: #000;
}

.showroom-top.flex {
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding-bottom: 20px;
/*	flex-wrap: wrap;*/
}

.showroom-top.flex img {
	display: block;
	width: 100%;
	max-width: 200px;
}

.showroom-img {display: block; width: 100%;}

.all-brands .heading {padding-bottom: 20px; text-align: center;}

.brands-slider {
	padding-top: 30px;
}

.brands-slider .brand {
	width: fit-content;
	max-width: 100%;
	margin: 0 10px;
}

.brands-slider .brand img {
	display: block;
	width: 100%;
}

.choose .flex {
	gap: 50px 5%;
	padding: 50px 0;
}

.flex-1.img-aside {
	position: relative;
	min-height: 300px;
}

.flex-1.img-aside img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title-btn.flex {
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img-divider {
	height: 400px;
	background-image: url("../siteart/equipment-east-building.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page-heading {
	background-color: var(--gray);
	background-image: url("../siteart/texture-bg.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
}

.page-heading .wid-90 {
	padding: 100px 0;
}

.page-heading h1 {
	font-size: 42px;
}

.contact-departments.flex {
	justify-content: center;
	gap: 20px;
}

.contact-departments.flex .dark-body {
	padding: 30px;
	width: calc(50% - 20px);
	max-width: 420px;
	text-align: center;
}

.contact-departments.flex .dark-body.general {
	max-width: 600px;
}

.location-info.flex {
	gap: 30px 5%;
	margin-bottom: 50px;
	background-color: var(--gray);
}

.location-info.flex .text-side {
	padding: 30px;
}

.hours.flex {
	justify-content: space-around;
	gap: 30px 5%;
}

.hours.flex .dark-body {
	width: 100%;
	max-width: 700px;
	padding: 30px;
}

.brands-links {
	text-align: center;
}

.anchor-list.flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 20px;
}

.brand-info.flex {
	gap: 30px 5%;
}

.brand-logo {
	display: block;
	width: 100%;
	max-width: 200px;
}

.brand-info a {width: fit-content; display: block;}

.brand-info .flex-1.img-aside {
	min-height: unset;
}

.brand-info .flex-1.img-aside img {
	position: static;
}

.news-video video {
	max-width: 1000px;
	aspect-ratio: 16 / 9;
	display: block;
	margin: 0 auto;
}

.newsletters a {
	color: #fff;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.newsletters a:hover {
	color: var(--orange);
}

.ee-news.flex {
	justify-content: space-around;
	gap: 30px 5%;
	flex-wrap: wrap;
}

.ee-news.flex .dark-body {
	width: 100%;
	max-width: 700px;
	padding: 30px;
}

.ee-news.flex .dark-body.flex {
	justify-content: center;
	align-items: center;
}

ul.online-articles {
	column-count: 3;
	column-gap: 50px;
}

.videos.flex {
	gap: 50px 5%;
	justify-content: center;
	flex-wrap: wrap;
}

.videos.flex iframe {
	display: block;
	width: 45%;
	max-width: 700px;
	aspect-ratio: 16 / 9;
}

.social-medias.flex {
	justify-content: space-around;
	gap: 50px;
	padding-top: 30px;
}

.social-medias.flex .dark-body {
	width: 50%;
	padding: 20px;
	text-align: center;
	max-width: 150px;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.social-medias.flex .dark-body i {
	font-size: 32px;
	color: var(--orange);
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.social-medias.flex .dark-body:hover {
	transform: translateY(-10px);
}

.social-medias.flex .dark-body:hover i {
	color: #fff;
}

.reviews.flex {
	justify-content: space-around;
	gap: 20px;
	padding-top: 30px;
}

.reviews.flex .black-body {
	padding: 30px;
	width: calc(50% - 20px);
	max-width: 420px;
	text-align: center;
}

.about.flex {
	gap: 50px 5%;
}

.principle {
	margin: 50px 0;
	padding: 30px;
	background-color: var(--gray);
}

.about-principles.flex, .our-commitment.flex {
	gap: 50px 5%;
}

.sitemap {
	column-count: 2;
	gap: 50px;
}

.service-photos.flex {
	gap: 30px 5%;
}

.service-photos.flex img {
	display: block;
	width: 100%;
}

.parts-img img {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.blizzard-gallery.flex {
	padding-top: 30px;
	justify-content: space-around;
	gap: 20px;
}

.blizzard-gallery.flex a {
	display: block;
	max-width: 270px;
}

.blizzard-gallery.flex img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

.promotions.flex {
	gap: 20px;
	justify-content: space-around;
	flex-wrap: wrap;
}

.promotions.flex a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	width: 100%;
	max-width: 400px;
}

.promotions.flex a h2 {
	transition: .3s ease all;
}

.promotions.flex a:hover h2 {
	color: #fff;
}

.testimonials.flex {
	justify-content: flex-start;
	gap: 30px;
	padding-top: 30px;
	flex-wrap: wrap;
}

.article {
	background-color: var(--gray);
	padding: 20px;
	width: 30%;
	text-align: center;
}

.article img {
	display: block;
	width: 100%;
}

.textline-notice {
	text-align: center;
	font-size: 18px;
}

/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	justify-content: space-around;
}

.form-container {
	margin: 0 auto;
	background-color: var(--gray);
	max-width: 900px;
}

.form-box {
	padding: 30px 40px;
	margin: 0 auto;
}

.form-box .heading {
	padding: 15px 0;
}

.form-flex {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 10px 0;
}

.form-flex label, .form-flex legend {
	font-family: "Alegreya Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
	display: inline-block;
}

.form-field, .form-flex input, .form-flex select, .form-flex textarea, .form-flex div {
	width: 100%;
}

.form-flex input[type="radio"], .form-flex input[type="checkbox"] {
	width: unset;
}

.check-radio.flex {
	gap: 10px 20px;
	flex-wrap: wrap;
}

.check-radio.flex div {
	width: fit-content;
}

.form-flex input, .form-flex select, .form-flex textarea {
	background: #ccc;
	border: none;
	color: #000;
	font-family: "Alegreya Sans", sans-serif;
	font-size: 15px;
	padding: 15px;
	border-radius: 0;
	
}

.form-flex input:focus-visible, .form-flex select:focus-visible, .form-flex textarea:focus-visible {
	outline: none;
	background: #fff;
}

textarea {
	height: 150px;
}

.CaptchaPanel, .CaptchaWhatsThisPanel a {
	font-family: "Alegreya Sans", sans-serif;
	color: #fff;
}

.captcha-button {
	text-align:center;
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
.ee-locations {background: #000;}

.loc-slide-wrap {border: 1px solid #666; margin-top: 30px;}

.location-tabs {background-color: #666; border-bottom: 1px solid #666;}

.location-tabs .slick-track {display: flex; gap: 1px;}

.location-tabs .slick-slide {height: unset; width: 100% !important;}
.location-tabs .slick-slide  div {height: 100%;}

.loc-tab {background-color: var(--gray); color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: 0.8px; padding: 15px; text-align: center; cursor: pointer;}

.slick-current .loc-tab {background-color: var(--orange); color: #000;}

.loc-slide {width: 100%;}

.loc-slide .flex-1.text-side .pad-wrap{
	padding: 50px 5%;
}

.loc-slide .flex-1.text-side .info.flex {
	padding: 30px 0;
	gap: 10px 20px;
}

.info.flex p {
	width: 100%;
}

footer .black-body .wid-90.flex {
	justify-content: space-between;
	align-items: center;
	gap: 20px 5%;
	flex-wrap: wrap;
	padding: 15px 0;
}

.footer-logos.flex {
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

footer .dark-body .wid-90.flex {
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	padding: 20px 0;
}

.legal {
	display: flex;
	gap: 10px 50px;
	flex-wrap: wrap;
}

.legal li a {
	color: #fff;
	line-height: 2;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.legal li a:hover {
	color: var(--orange);
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/





/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.equipment-mega-menu {width: 100%;}
}

@media only screen and (max-width: 1300px) {
	.contact-departments.flex, .brand-info.flex, .reviews.flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 1100px) {
	.header-connect.flex {display: none;}
	
	.home-showrooms.flex, .about.flex, .blizzard-gallery.flex, .career-desc-form.flex {
		flex-wrap: wrap;
	}
	
	.home-showrooms.flex.even .flex-1:nth-child(odd) {background-color: var(--gray);}
	.home-showrooms.flex.even .flex-1:nth-child(even) {background-color: #000;}
	
	ul.online-articles {column-count: 2;}
	
	.videos.flex iframe {width: 100%;}
	
	.article {width: calc(50% - 30px);}
}

@media only screen and (max-width: 850px) {
	.flex.slide-content, .ee-news.flex, .social-medias.flex, .service-photos.flex {flex-wrap: wrap;}
	
	.form-flex {flex-wrap: wrap; gap: 20px; padding: 5px 0;}
	
	.contact-departments.flex .dark-body, .reviews.flex .black-body {width: 100%;}
	
	ul.online-articles {column-count: 1;}
	
	.article {width: 100%;}
}


@media only screen and (max-width: 600px) {
	.heading {font-size: 28px;}
	.sm-heading {font-size: 24px;}
	.page-heading h1 {font-size:36px;}
	
	.location-tabs .slick-track {flex-wrap: wrap;}
	
	.hero-text {position: static; transform: none; margin: 0 auto; padding: 30px 0;}
	.hero-text img {aspect-ratio: unset; max-width: 300px; margin: 0 auto;}
	
	.choose .flex, .location-info.flex, .hours.flex, .about-principles.flex {flex-wrap: wrap;}
	
	.social-medias.flex .dark-body {width: 100%;}
}

@media only screen and (max-width: 500px) {
	.showroom-top.flex {flex-wrap: wrap; justify-content: center;}
	
	.sitemap {column-count: 1;}
	.padit-custom{padding: 16px 0;}
}

@media only screen and (max-width: 450px) {
/*	make buttons full width*/
	.orange-btn, a:has(.orange-btn) {width: 100%;}
	
	.info.flex {flex-wrap: wrap;}
}






