﻿/***** BEGIN RESET *****/


 @import url("https://use.typekit.net/hen0vtn.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;
}



/* 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 {background-color: rgb(19 46 94 / 90%);}

.nav-logo{display: flex;}

.nav-logo img{max-width: 180px;}

/*--- HOME PAGE HERO STYLES ---------------------*/

.hero-text-wrap{
	width: 90%;
	max-width: 1525px;
	margin: 120px auto 0 auto;
}

.heroimagebox {
    background: url("../siteart/mack-home.jpg");
    background-size: cover;
    z-index: 100;
    height: 975px;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay {
    height: 975px;
    background-image: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 0%));
}

.herotextbox{
	max-width: 774px;
}
.heroheader{
	font-family: byker, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 94px;
	color: #fff;
	line-height: 98px;
}
.herotext{font-family: byker, sans-serif;font-weight: 400;font-style: normal;font-size: 20px;line-height: 24px;padding: 25px 0px 40px 0px;color: #fff;}
.bluebutton a{
	color: #fff;
	background: #173976;
	padding: 15px 40px;

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 18px;
}
.bluebutton a:hover{
	background: #1d5ac7;
	transition: all 0.3s;
	
}


/*---BODY--------------------------------*/


.brand-section{
	background: url(/siteart/logo-bg.jpg) center;
	background-size: cover;
	background-attachment: fixed;
}

.black-overlay{
	background: rgb(0 0 0 / 80%);
	padding: 8em 10% 23em 10%;
}


.brand-section h2{
	font-family: byker, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 54px;
	color: #fff;
	text-align: center;
}

.logo-section{
	display: flex;
	padding: 75px 0;
	justify-content: space-evenly;
	flex-wrap: nowrap;
}

.logo-section img{
	/* max-width: 310px; */
}

.margin-top {
    margin-top: -315px;
}

body.home-page {
    background: #efefef;
    background-size: initial;
    background-position: center;
    width: 100%;
    background-origin: border-box;
}

.offertext{

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 18px;
	line-height: 40px;
	color: #173976;
	margin-bottom: 20px;
}
.offerboldtext{
	font-family: byker, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 37px;
	line-height: 41px;
	color: #000;
	margin-bottom: 20px;
}

.box-button{
	width: 100%;
	max-width: 555px;
	height: 300px;
	margin: 15px;
}

.parts{
	background: url("../siteart/parts-button.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sales{
	background: url("../siteart/sales-button.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service{
	background: url("../siteart/service-button.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.leasing{
	background: url("../siteart/leasing-button.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.button-overlay{
	background: rgb(0 0 0 / 60%);
	height: 300px;
}

.button-overlay :hover{
	background: rgb(29 90 199 / 40%);
	transition: all 0.3s;
}

.button-content{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.button-text{
	color: #fff;

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 24px;
	border-bottom: 1px solid #4a87ea;
}
.button-text:hover{
	background: none;
}

.button-section{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 60px 0;
}

.intro-height {
    height: calc(100vh - 220px);
    min-height: 650px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;


}

.left-content {
    float: left;
    width: 50%;
    height: 100%;
}

.map {
    height: 100%;
    width: 100%;
}

.map iframe {
    margin-bottom: -5px;
}

.blue-bg {
    background: #173976;
}
.right-content {
    float: right;
    width: 50%;
    height: 100%;
}

.intro-padding {
    padding: calc(37vh - 220px) 150px 150px 150px;
}

.contacttext{

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 20px;
}
.contactboldtext{
	font-family: byker, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 44px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 20px;
}

.contact-item-text{
	padding: 10px 0px 40px 0px;
}

.contact-item-text a{

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.contact-info{
	padding-top: 80px;
}

#search-btn {
    width: 50px;
    text-align: center;
    margin-right: 0px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}

#header-search {
    position: relative;
    z-index: 500;
}

.shadow {
    box-shadow: 10px 10px 8px 0 rgb(42 42 42 / 18%);
}
.bg-dark {
    background: rgb(255 255 255 / 80%);
    color: #fff;
}

.col100.pad {
    padding: 10px 0px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.col100 {
    width: 100%;
    box-sizing: border-box;
}


.white-bg {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
}

.margin-top .wid-90 {
    padding: 60px 30px;
}
.wid-90 {
    width: 90%;
    margin: 0 auto;
}

.white-bg h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
}

span.red-txt {
    color: #ef1d26;
    font-weight: 500;
}

.cta-category.consign {
    background: url(/siteart/logo-bg.jpg) center;
    background-size: cover;
    position: relative;
    color: #fff;
    background-attachment: fixed;
}

.cta-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10em 10%;
}



.page-wid {
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}

.home-text {
    padding-bottom: 150px;
}

#header-search form input {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background: none;
    border: none;
    outline: none;
/*    text-transform: uppercase;*/
    

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
    letter-spacing: 2px;
    padding: 0 20px;
    width: calc(86.1% - 20px);
    font-size: 18px;
}

.gap20 {
    gap: 20px;
}

.flex {
    display: flex;
}

#header-search form button {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    background: none;
    color: #06080a;
    border: none;
    outline: none;
    width: 10%;
    font-size: 18px;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.btn-orange {

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: #0a0c0d !important;
    line-height: 60px;
    text-align: center;
    display: block;
    max-width: 340px;
    position: relative;
    background: #ff974e;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    border: unset !important;
    outline: unset !important;
    cursor: pointer;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.search-social{
	display: flex;
	align-items: center;
}

.facebook-icon{
    width: 50px;
    text-align: right;
    margin-right: 20px;
    line-height: 39px;
    font-size: 21px;
    color: #fff;
}


/*--------PAGE STYLES--------------------*/

.pagetextbox{
	max-width: 100%;
}

.pagetext{
	font-family: byker, sans-serif;

font-style: normal;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
}

 ul{
	font-family: byker, sans-serif;

font-style: normal;
	font-size: 17px;
	line-height: 21px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 400;
}

.pagetext a{
	font-family: byker, sans-serif;

font-style: normal;
	font-size: 20px;
	line-height: 28px;
	color: #173976;
	margin-bottom: 15px;
	font-weight: 700;
}
.pagetext a:hover{
	color: #4a87ea;
	transition: all 0.3s;
}

.pagesubtext{

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 18px;
	line-height: 40px;
	color: #173976;
	margin-bottom: 25px;
	font-weight: 200;
}

.contact-logo-section{
	display: flex;
	justify-content: space-between;
}

.clogo-item{
	width: 32%;
	padding: 75px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-item-text a{

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.page-image{
	background: url("../siteart/service.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	width: 100%;
	height: 450px;
	margin-top: 40px;
}


.contact-half{
	display: flex;
	justify-content: space-between;
}

.half{
	width: 48%;
}


.hourtext{

font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin-bottom: 15px;
}

.hoursubtext{

font-family: byker, sans-serif;


font-style: normal;
	font-size: 18px;
	line-height: 40px;
	color: #173976;
	margin-bottom: 10px;
	font-weight: 400;
}





/*--------FORM STYLES--------------------*/

.form-wrapper {
    background: #fff;
    padding: 15px 0;
    /* box-shadow: 0 0 13px rgb(0 0 0 / 8%); */
    border-radius: 3px;
}



/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-padding {
    padding: 100px 0 80px 0;
}

.footer-links {
  margin: 0 auto;
  text-align: center;
}
.footer-links a {
    margin-right: 40px;
font-family: byker, sans-serif;

font-weight: 400;

font-style: normal;
    font-size: 18px;
    line-height: 40px;
    color: #000;
}

.footer-logo{
	width: 100%;
	max-width: 230px;
	padding: 50px 0 80px 0;
}
.mail-logo{
	width: 100%;
	max-width: 115px;
	padding: 80px 0 0 0;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	.intro-height {
    height: auto;
}
	.left-content {
    float: none;
    width: 100%;
}
	.right-content {
    float: none;
    width: 100%;
}
	.map {
    height: 400px!important;
}
	.intro-padding {
    padding: 150px 100px;
}

	
}

@media only screen and (max-width: 950px) {
.heroheader {
    font-size: 74px;
}

.clogo-item {
    width: auto;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}	
	
.contact-logo-section {
    flex-direction: column;
	margin: 60px 0;
}	
	
	.nav-logo img {
    max-width: 120px;
}
	
	nav.primary {
    width: 97%;
}
	
	#search-btn {
    margin-right: 0px;
	}
	
	.facebook-icon {
    margin-right: 20px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	
	.mobile-nav-logo{display: flex;align-items: center;}

.mobile-nav-logo img{max-width: 180px;vertical-align: middle;margin-top: 20px;}

	.heroheader {
    font-size: 54px;
    text-align:center;
    line-height: 58px;
}
	.overlay {
    height: 700px;
    background-image: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 30%));
}
	
	.heroimagebox {
    height: 700px;
}
	
	.herotext {
    font-size: 16px;
    text-align:center;
    padding: 30px 0px 50px 0px;
    line-height: 20px;
}
	
	.bluebutton{
		text-align:center;
	}
	.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
	.black-overlay {
    padding: 4em 5% 22em 5%;
}
	
	.mack-logo{
		padding: 40px 0 75px 0;
	}
	
	.margin-top .wid-90 {
    padding: 60px 0px;
}
	
		.contacttext, .contactboldtext, .contact-info,.offertext{
		text-align: center;
	}
	
	.offerboldtext {
    font-size: 24px;
    line-height: 29px;
		text-align: center;
}
	.box-button,.button-overlay,.button-content {
    height: 175px;
}
	.footer-padding {
    padding: 80px 0 80px 30px;
}
	
	.footer-links {
    margin: 0;
    text-align: left;
    width: 80%;
    max-width: 475px;
}
.pagetext {
    font-size: 21px;
    line-height: 25px;
	}

	.mobile-h2{
		margin-top:45px;
	}
	
	
.contact-half{
	display: flex;
	flex-direction: column;
}

.half{
	width: 100%;
	margin: 15px 0;
}
	

.hourtext, .hoursubtext{
	text-align: center;
}
	
	
	
}



@media only screen and (max-width: 600px) {

.intro-padding {
    padding: 100px 50px;
}
}






