﻿/***** 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 --------

*/

/***** 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;}

.bg-white hr{
	margin: 80px 0;
	border: solid 1px #e9e9e9;
}

/*--- HEADER STYLES ---------------------*/
header {}

.top-header {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.top-header > div{
	display: flex;
	justify-content: flex-end;
    width: 75%;
}
.top-header a{
	text-transform: uppercase;
	font-weight: 900;
	font-family: "elza", sans-serif;
	color: #fff;
	font-size: 14px;	
	line-height: 60px;
	padding-left: 8.3333%;
}
.top-header a i{
	padding-right: 20px;
}

.header{
	z-index: 300;
}
.header .logo{
	margin: -40px 0;
	position: relative;
	z-index: 300;
}
.header > div{padding: 0 4.7% 0 0;}

.search-bar{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	transform-origin: right;
	width: 320px !important;
	transform: scaleX(0);
    z-index: 498;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
	
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.search-bar form{
	width: 100%;
}
.search-bar form input{
	width: 100%;
	border: none !important;
	outline: none !important;
    display: block;
    line-height: 20px !important;
    padding: 20px !important;
    box-sizing: border-box;
    font-family: 'elza', sans-serif;
    font-size: 14px !important;
	
	height: unset !important;
}
.search-bar form button{
    position: absolute;
    right: 50px;
    z-index: 497;
    top: 0;
    line-height: 60px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    background: none !important;
    border: none !important;
    outline: none !important;
	
	cursor: pointer;
}
.search-bar form a{
    position: absolute;
    right: 10px;
	color: #000;
    z-index: 497;
    top: 0;
    line-height: 60px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    background: none !important;
    border: none !important;
    outline: none !important;
}
.search-bar.open{
	transform: scaleX(1);
}

/*---BODY--------------------------------*/

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.align-center{align-items: center;}
.justify-center{justify-content: center;}
.justify-around{justify-content: space-around;}
.justify-between{justify-content: space-between;}

.text-right{text-align: right;}

.padding-vertical{
	padding: 140px 0;
}
.padding-vertical-half{
	padding: 35px 0;
}


.red{
	color: #e51937;
}
.blue{
	color: #0053a4;
}
.offwhite{
	color: #e9e9e9;
}

.heading{
	font-size: 36px;
	line-height: 1.125;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "elza", sans-serif;
    margin-bottom: 42px;
}
.heading-script{
	font-size: 42px;
	line-height: 1.125;
    text-transform: capitalize;
	font-weight: 400;
	display: block;
	font-family: 'Damion', cursive;
    margin-bottom: 12px;
}
.heading-script-lg{
	font-size: 60px;
	line-height: 1.125;
    text-transform: capitalize;
	font-weight: 400;
	display: block;
	font-family: 'Damion', cursive;
    margin-bottom: 12px;
}

p + .cta{margin-top: 52px;}
.cta{
	position: relative;
	display: block;
	width: 100%;
    font-size: 14px;
	max-width: 280px;
	line-height: 48px;
	text-transform: uppercase;
	font-family: "elza", sans-serif;
	letter-spacing: 2px;
	font-weight: 700;	
	padding: 0 78px 0 30px;
	text-align: center;
	box-sizing: border-box;
	border: none !important;
	outline: none !important;
	cursor: pointer;
}
.cta.red{
	background: #e51937;
	color: #fff;
}
.cta.red:after{

    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 48px;
	background: #b8122a;
	color: #fff;
}
.cta.black{
	background: #000;
	color: #fff;
}
.cta.black:after{

    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 48px;
	background: #333;
	color: #fff;
}

.cta.blue{
	background: #0053a4;
	color: #fff;
}
.cta.blue:after{

    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 48px;
	background: #003d78;
	color: #fff;
}
.cta.white{
	background: #fff;
	color: #000;
	border-top: solid 2px #e9e9e9 !important;
}
.cta.white:after{

	content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none !important;
    height: 100%;
    margin: 0 !important;
    width: 48px;
    background: #e9e9e9;
    color: #000;
    display: block;
}


.bg-white{
	background: #fff;
	color: #000;
}
.bg-red{
	background: #e51937;
	color: #fff;
}
.bg-blue{
	background: #0053a4;
	color: #fff;
}
.bg-blue-dark{
	background: #003d78;
	color: #fff;
}
.bg-black{
	background: #000;
	color: #fff;
}
.bg-white p{
	font-family: "elza", sans-serif;
	letter-spacing: 1px;
	line-height:24px;
	font-size: 14px;
	margin-bottom: 24px;
}

.bg-img{
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-moz-background-position: 50% 44%;
	-o-background-position: 50% 44%;
	-webkit-background-position: 50% 44%;
	background-position: 50% 44%;
}



/* SLIDESHOWS */

.hero{
	position: relative; 
	display: flex;
align-items: center;
height: 85vh; 
	padding: 0 4.5%;
	background-color: #000;
}

.hero-overlay{
	display: flex;
	max-width: 600px;
	margin-bottom: 13vh;
	z-index: 100;
	
}
.hero-overlay .heading{
	color: #fff;
	
}
.hero-overlay .hero-social{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 75px;
	font-size: 24px;
    flex-shrink: 0;
}
.hero-overlay .hero-social a{
	color: #fff;
	width: 24px;
	padding: 12px;
	margin-left: -12px;
	text-align: center;
}

.hero-slideshow .slick-dots{
	padding: 0 4.5% !important;
	bottom: 16vh;
	z-index: 100;
	text-align: left;
	max-width: 620px;
	width: 100%; box-sizing: border-box;
}
.hero-slideshow .slick-dots li{
    width: calc(33.33333% - 15px);
	margin: 0 22.5px 0 0;
}
.hero-slideshow .slick-dots li:last-of-type{
	margin: 0 0 0 0;
}
.hero-slideshow .slick-dots li.slick-active button:before{
    opacity: 1 !important;
}
.hero-slideshow .slick-dots button:before{
	content: '';
	width: 100%;
	height: 5px;
	background: #ffffff;
	opacity: 0.5;
}
.hero-slideshow{
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hero-slideshow:after{
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}
.hero-slideshow.slick-dotted.slick-slider{
	margin: 0 !important;
}
.hero-slideshow .slick-slide{
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
    -moz-background-position: center center;
    -o-background-position: center center;
    -webkit-background-position: center center;
    background-position: center center;
}
.hero-slideshow .slick-list, .hero-slideshow .slick-track{
	height: 100%;
}

.cta-carousel {
	margin: -120px 10px;
}
.cta-carousel a{
	position: relative;
	color: #fff;
}
.cta-carousel a > div{
	padding: 100% 24px 40px;
	margin: 20px 10px 0;
	border: solid 2px #fff;
	position: relative;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-moz-background-position: 50% 44%;
	-o-background-position: 50% 44%;
	-webkit-background-position: 50% 44%;
	background-position: 50% 44%;
}
.cta-carousel a > div:before{
	content: '';
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.66));
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}
.cta-carousel a > div .heading{
	margin-bottom: 0;
	position: relative;
}
.cta-carousel a > div .heading-script{
	margin-bottom: 5px;
}

.cta-carousel a:after{
    content: '';
    display: block;
    border: solid 2px #fff;
    border-top: none;
    height: 20px;
    width: calc(100% - 24px);
    background: #e9e9e9;
    margin: 0 10px 20px;
}
.cta-carousel a.slick-current:after{
	background: #e51937;
}


.brand-carousel{
	margin: 0 10px;
}
.brand-carousel a{
	
	padding: 50px 0;
	margin: 200px 0;
	text-align: center;
}
.brand-carousel a img{
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}



/* CONTROLS */
.side-control.right{
	padding-right: 8.33333%;
}
.side-control.right .slick-prev{
	display: none !important;
}

.side-control.right .slick-next {
    right: 10px;
    width: calc(8.333333% - 20px);
    display: block;
    background: #e9e9e9;
    opacity: 1;
    top: 140px;
    bottom: 140px;
    transform: unset;
    height: unset;
}
.services-grid.side-control.right .slick-next {
    top: 20px;
    bottom: 0;
}
.side-control.right .slick-next:before{
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: #000;
	opacity: 1;
	font-size: 36px;
}

.side-control.left{
	padding-left: 8.33333%;
}
.side-control.left .slick-next{
	display: none !important;
}
.side-control.left .slick-prev {
    left: 10px;
    width: calc(8.333333% - 20px);
    display: block;
    background: #e9e9e9;
    opacity: 1;
    top: 140px;
    bottom: 140px;
    transform: unset;
    height: unset;
}
.side-control.left .slick-prev:before{
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: #000;
	opacity: 1;
	font-size: 36px;
}

/* BRANDS */

.brands-grid{display: flex;
 flex-wrap: wrap; width: 100%;}
.brands-grid a{display: block; padding: 20px;
box-sizing: border-box; width: 20%; text-align: center;}
.brands-grid a img{max-width: 100%;}

/* SERVICE */
.services-grid {
  font-family: "elza", sans-serif;

  margin-bottom: -106px;
	margin-top: 0 !important;
}
.services-grid .slick-slide {
  border: solid 2px #e9e9e9;
  box-sizing: border-box;
  text-align: center;
	background-color: #fff;
	margin: 20px 10px 0;
}
.services-grid div h2 {
  padding: 0 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.125;
  font-size: 22px;
  font-weight: 700;
  font-family: "elza", sans-serif;
}
.services-grid div .cta {
  font-size: 12px;
  max-width: unset;
}
.services-grid img {
  margin: 0 auto;
	max-width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
}

/* ICONS */


.icons-list li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
	font-family: "elza", sans-serif;
	letter-spacing: 1px;
	line-height:24px;
	font-size: 14px;
	font-weight: 700;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	text-align: center;
}
.icons-list li a{
	color: #000;
}

/*--------FORM STYLES--------------------*/

.custom-form input, .custom-form select{
	padding: 15px;
	font-family: "elza", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #e9e9e9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}
.custom-form .flex{
	gap: 15px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	font-family: "elza", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
	resize: none;
	margin-bottom: 15px;
	outline: none;
	border: none;
	background: #e9e9e9;
}

.CaptchaPanel{
	font-family: "elza", sans-serif;
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000 !important;
}




/*-------- FOOTER STYLES ----------------*/
footer{}

.footer a{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: "elza", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
.footer ul li{
	margin-bottom: 5px;
}
.footer ul li:last-of-type{
	margin-bottom: 0px;
}
.footertext p{
	
	font-family: "elza", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
}
.footertext p span{
	padding: 0 12px;
}

.footertext a{
	color: #fff;
}

.justify-right{
    justify-content: flex-end;
}
.align-self-bottom{align-self: flex-end;}

.footer ul.text-right{display: block;}

.social-btn-row{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.social-btn-row a{
	line-height: 48px;
    width: 48px;
    text-align: center;
    font-size: 18px;
    align-items: center;
    height: 48px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    background: #fff;
    color: #0053a4;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.social-btn-row.invert a{
    background: #0053a4;
    color: #fff;
}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/* COLUMNS */
.vertical-divider{width: 2px; margin: 0 30px; background: #fff; }
.col-row{display: flex; flex-wrap: wrap; position: relative;}

/* BREAKPOINTS */

@media (min-width: 1200px){
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.666667%;
	}
	.col-lg-7{
		width: 58.333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-hidden{display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px){
	
	.brands-grid a{width: 25%;}
	
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.666667%;
	}
	.col-md-7{
		width: 58.333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-1{
		width: 8.33333%;
	}
	.col-md-hidden{display: none !important;}
		.footer a {
		font-size: 14px;
		line-height: 28px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.brands-grid a{width: 33.33333%;}
	
.header > div{padding: 0 0 0 0;}
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.666667%;
	}
	.col-sm-7{
		width: 58.333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-1{
		width: 8.33333%;
	}
	.col-sm-hidden{display: none !important;}
	
	.social-btn-row{

		width: 50%;
		margin-top: 20px;
	}
	
	.col-row{padding: 0 20px;}
	.footer a {
		font-size: 14px;
		line-height: 28px;
	}

	.heading-script, .heading-script-lg{
		font-size: 30px;
	}
	.heading{
		font-size: 24px;
	}
	.vertical-divider{margin: 0 20px;}
	
	
	.footertext .text-right{text-align: left;}
}
@media (max-width: 767px){
	.brands-grid a{width: 50%;}
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-sm-12, .col-xs-12{width: 100%;}
	.col-xs-hidden{display: none !important;}
	
	.col-row{padding: 0 20px;}
	

	.footer a {
		font-size: 14px;
		line-height: 28px;
	}
	.footer .logo{
    	display: block;
    	text-align: center;
		margin-bottom: 50px;
	}

	.footer .justify-right.flex-wrap {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 40px;
		margin: 20px 20px 0;
	}
	.footer .social-btn-row{margin-top: 30px;}
	.footer .text-right{
		text-align: left;
	}
	.vertical-divider{display: none;}
	.padding-vertical {
		padding: 100px 0;
	}
	
	.heading-script, .heading-script-lg{
		font-size: 36px;
	}
	.heading{
		font-size: 30px;
	}
	
	.side-control{padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}
	.side-control.right{clip-path: polygon(50px 0%, 100% 0, 100% 100%, 50px 100%);}
	.side-control.left{
		clip-path: polygon(0% 0%, calc(100% - 50px) 0, calc(100% - 50px) 100%, 0% 100%);
		}
	

	.brand-carousel a{

		margin: 100px 0;
	}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	
	.footertext .text-right{text-align: left;}
}
@media (max-width: 480px){
	
	
.search-bar{
	width: 100% !important;
}
	
	.heading-script, .heading-script-lg{
		font-size: 30px;
	}
	.heading{
		font-size: 24px;
	}
	
.services-grid div h2 {
  font-size: 18px;
}
	.brand-carousel{clip-path: unset !important;}
	
	.brand-carousel a img {
    	max-width: 70%;
	}
	.brand-carousel a{

		margin: 50px 0;
	}
}







