
/* 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;} img{max-width: 100%; heihght: auto; image-rendering: -webkit-optimize-contrast;}

/* FRAMEWORK */

*{box-sizing: border-box;}
html, body{font-family: 'Barlow', sans-serif; font-size: 16px; -webkit-text-size-adjust: none} body {overflow-x: hidden; line-height: 1.8; letter-spacing: .02em;}
::-moz-selection{background: #0b5ea8; color: #fff; text-shadow: none} ::selection{background: #0b5ea8; color: #fff; text-shadow: none}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.content-width{margin: 0 auto; width: 80%;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%;} .column7{width: 58.3333%;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%;} .column4{width: 33.3333%;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}
.center {text-align: center;}
.align-right {text-align: right;}
.marg5 {margin: 5em 0;}
.yellow {color: #facb18;}
.field-bg {background: #000 url('/siteart/field-bg1.jpg') center; background-size: cover; background-attachment: fixed; color: #fff; width: 100%; position: relative;}

/* TYPOGRAPHY */

a{text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn button {margin: 1em 0; padding: 1em; color: #fff; background: #000; cursor: pointer; font-size: 18px; font-weight: 700; transition: 0.2s ease-in; text-align: center; width: 90%; max-width: 300px; border: 1px solid #000; position: relative; display: inline-flex; justify-content: center; align-items: center; z-index: 3; text-transform: uppercase;}
a#cta-btn button:hover, a#cta-btn2 button:hover, #form input[type="submit"]:hover {background: transparent; border: 1px solid #facb18; color: #facb18;}
a#cta-btn2 button {margin: .25em 0; padding: 1em; color: #000; background: #fff; cursor: pointer; font-size: 18px; font-weight: 700; transition: 0.2s ease-in; text-align: center; width: 90%; max-width: 300px; border: 1px solid #000; position: relative; display: inline-flex; justify-content: center; align-items: center; z-index: 3; text-transform: uppercase;}
#form input[type="submit"] {color: #000; background: none; padding: 1em 3%; cursor: pointer; font-size: 18px; font-weight: 700; transition: 0.2s ease-in; width: 90%; max-width: 300px; line-height: 1.2; border: 1px solid #000; text-align: center; margin: 0 auto; display: block;}
.continue-btn {display: block; text-align: center; width: 100%; background: #f0f0f0;}
.continue-btn button {border: none; background: none; color: #000; text-transform: uppercase; padding: 1em 5%; cursor: pointer;}
.continue-btn:hover {background: #fff; transition: all .2s ease-in-out;}

/* HEADER */
.header {width: 100%; background: linear-gradient(#282828, #222); display: block;}
.header .flex-wrapper {display: flex; justify-content: space-between; align-items: center; padding: 2em 7%;}
#main-logo img {width: 100%; max-width: 275px!important; height: auto; box-sizing: border-box; margin: 0 auto;}
.hdr-contact a {color: #facb18; line-height: 1.4;}
.hdr-contact a span {display: block; color: #0b5ea8; font-weight: 800;}
.hdr-contact a:hover {color: #fff;}
.hdr-contact i {margin-left: 2vw; margin-right: 10px; color: #fff; background: #0b5ea8; padding: 10px; font-size: 2vw;}
.hdr-contact {display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600;}
.hdr-manus img {width: 100%; max-width: 175px; padding: 10px;}

/* ALL OTHER STYLES */
.hero-pad {width: 100%; padding: 3em;}
.hero-wrapper {position: relative; z-index: 1; width: 100%; text-align: center; margin: 0 auto; -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%); clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);}
.hero-overlay {position: absolute; width: 100%; height: 100%; background: rgba(24,24,24,.35); margin: 0 auto; left: 0; right: 0; top: 0; z-index: 10; padding: 0 7%; color: #fff; overflow: hidden; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.hero-overlay h1 {font-size: 60px; font-weight: 500; line-height: 1.3; display: block; animation: fadeInUp; animation-duration: 1s; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1em;}
.hero-overlay h1 span {display: block; color: #fff; font-weight: 800; font-size: 45px; letter-spacing: 1px;}
.hero-overlay a {animation: fadeInUp; animation-duration: 1s; font-size: 20px; position: absolute; bottom: 30px;}
.hero-overlay a:hover {color: #facb18;}
.hero-overlay a i {display: block;}

.manu-wrapper {width: 100%; display: flex; align-items: center; justify-content: center; margin: 0 auto 3em; padding: 0 10%;}
.manu-wrapper h3 {font-weight: 900!important; color: #222!important; letter-spacing: 1px; margin-bottom: 0!important;}
.manu-wrapper h3 span {color: #0b5ea8;}
.manu-wrapper img {width: 100%; height: auto; max-width: 250px; padding: 0 5%;}
.manu-wrapper img:hover {opacity: .75;}

/* zoom buttons */
.zoom-wrapper {width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 5em 3em;}
.showrooms-wrapper .zoom-container {width: calc(33.33% - 1em); margin: .5em; position: relative; overflow: hidden; box-sizing: border-box;}
.zoom-container {width: calc(20% - 1em); margin: .5em; position: relative; overflow: hidden; box-sizing: border-box;}
.zoom-container img {width: 100%; height: auto; transform:scale(1.1);}
.zoom-container:hover img {transform:scale(1.25); background: rgba(0, 0, 0, .9); transition: all .5s ease;}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    transition: all .5s ease;
	padding: 3em 10%;
	font-style: italic;
	margin: 0 auto;
	height: 100%;
	background: rgba(24, 24, 24, .35);			
	text-shadow: 1px 1px 8px #222;
}
.zoom-container .zoom-caption:hover {background: rgba(34, 34, 34, .15);}
.zoom-container .zoom-caption h3 {color: #fff; font-size: 24px; font-weight: 600; display: block; text-transform: uppercase; letter-spacing: 1px;}
.zoom-container .zoom-caption p {font-size: 16px; color: #fff; display: block; font-weight: 500;}
.zoom-container .zoom-caption hr {border: 5px solid #ec1f27; width: 100%; display: inline-block; max-width: 30%; margin: 1.5vw 0 1vw;}

.cta-banner {background: #000 url('/siteart/field-bg2.jpg') bottom; background-attachment: fixed; background-size: cover; color: #fff; width: 100%; position: relative; padding: 6em 7%; display: flex; justify-content: space-around; align-items: center;}
.cta-banner:before {
	content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,79,152,.8);
    position: absolute;
    z-index: 2;
}
.cta-banner h2 {color: #facb18; letter-spacing: 1px; font-weight: 800; font-size: 45px; line-height: 1.5; position: relative; z-index: 3;}
.cta-banner h2 span {color: #fff!important; font-weight: 700!important; display: block; font-size: 32px;}
.cta-banner a {margin-left: 10px;}
.btn-wrapper {width: 50%; display: flex; justify-content: flex-end; flex-wrap: wrap; padding-left: 1em;}
.btn-wrapper a {width: calc(50% - .5em); margin: .25em; display: inline-flex;}
.btn-wrapper a#cta-btn button, .btn-wrapper a#cta-btn2 button {width: 100%; max-width: none; margin: 0;}

.welcome-wrapper {width: 100%; display: flex; justify-content: flex-end; align-content: center;}
.blk-box {padding: 6em 8em; margin: 10em 0; max-width: 60%; background: rgba(24,24,24,.85); color: #ddd;}
.blk-box a {color: #facb18; font-weight: 700; font-size: 18px;}

.breadcrumb-wrapper {width: 100%; display: flex; padding: 1em 5%; color: #999; text-transform: uppercase; font-size: 14px; font-weight: 500; background: #222; box-sizing: border-box;}
.breadcrumb-wrapper a {padding: 0 5px; font-weight: 600;} .breadcrumb-wrapper a:hover, .breadcrumb-wrapper a.active-link:hover {color: #fff;}
.breadcrumb-wrapper a.active-link {color: #148aff;}


.full-width-banner {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.full-width-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.dropdown {width: 100%; position: relative; display: inline-block;}
.dropdown-content {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
    display: none;
	left: 0;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content a {
    color: #000;
    padding: 8px;
	margin: 0!important;
    display: block;
    text-align: center;
}
.dropdown-content a:hover {background-color: #0b5ea8; color: #fff; transition: .3s ease-in-out all;}

.content-wrapper {display: flex; flex-wrap: wrap; justify-content: center; position: relative; z-index: 2;}
.content-wrapper h1 {font-size: 45px; font-weight: 800; line-height: 1.2; display: block; margin-bottom: .5em; text-transform: uppercase;}
.content-wrapper h1 span {display: block; color: #0b5ea8; font-size: 30px;}
.content-wrapper h2 {font-size: 42px; font-weight: 800; line-height: 1.2; display: block; margin-bottom: .5em;}
.content-wrapper h3 {color: #000; display: block; margin-bottom: .5em; font-size: 30px; letter-spacing: 1px; font-weight: 700; line-height: 1.2;}
.content-wrapper h4 {text-transform: uppercase; color: #282828; display: block; margin-bottom: .75em; font-size: 20px;}
.content-wrapper .column8 h3 a {text-transform: none; font-size: 20px;}
.content-wrapper .column8 h3 a:hover {color: #0b5ea8; font-weight: 800; letter-spacing: .5px; transition: all .2s ease-in-out;}
.side-border {padding-left: 5%; border-left: 3px solid #bbb; height: 400px;}
.side-border a {display: block; margin-top: 1em; font-weight: 700; font-size: 18px;}
.side-border span {color: #000; font-weight: 700;}

.page-title {width: 100%; text-align: left; padding: 12em 10% 6em; position: relative; background: #000 url('/siteart/hero-bg1.jpg') center; background-size: cover;}
.page-title button {margin: 0!important;}
.page-title.thankyou {width: 100%; text-align: center; padding: 10em 10%; position: relative; background: #000 url('/siteart/about-bg1.jpg') center; background-size: cover;}
.page-title.about {width: 100%; text-align: left; padding: 12em 10% 6em; position: relative; background: #000 url('/siteart/about-bg1.jpg') center; background-size: cover;}
.page-title.service {width: 100%; text-align: left; padding: 12em 10% 6em; position: relative; background: #000 url('/siteart/service-bg1.jpg') center; background-size: cover;}
.page-title.parts {width: 100%; text-align: left; padding: 12em 10% 6em; position: relative; background: #000 url('/siteart/parts-bg1.jpg') center; background-size: cover;}
.page-title:before {content: ''; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: rgba(40,40,40,.6); position: absolute; z-index: 2;}
.page-title h1 {color: #fff; font-size: 60px; font-family: 'Barlow', sans-serif; font-weight: 900; position: relative; line-height: 1.2; margin: 0 auto; animation: fadeInUp; animation-duration: 1s; text-transform: uppercase; letter-spacing: 2px; z-index: 2;}
.page-title p {position: relative; color: #f0f0f0; margin: 30px auto 0; font-size: 18px; font-family: 'Barlow', sans-serif; font-weight: 600; animation: fadeInUp; animation-duration: 1s; z-index: 2;}
.page-title a {position: relative; z-index: 2;}

.showrooms-wrapper, .financing-logos {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
a.showroom {width: calc(33.33% - 1em); margin: .5em; padding: 1em 5%; display: block; border: 1.5px solid #f2f2f4; border-bottom: 1px solid rgba(0,0,0,0.09); box-shadow: 0 2px 10px rgba(0,0,0,0.05);}
a.showroom img {margin: 0 auto; display: block;}
a.showroom:hover {border: 1.5px solid #148aff; transition: all .2s ease-in-out; opacity: .9;}

.financing-logos img {width: 100%; height: auto; margin: 0 auto;}
.financing-logos a {width: calc(33.33% - 1em); margin: .5em; padding: 1em 5%; display: block; border: 1.5px solid #f2f2f4; border-bottom: 1px solid rgba(0,0,0,0.09); box-shadow: 0 2px 10px rgba(0,0,0,0.05);}
.financing-logos a:hover {border: 1px solid #0b5ea8; transition: all .2s ease-in-out; opacity: .9;}

.team-wrapper {width: 100%; display: flex; justify-content: center; background: #f6f6f6; align-items: center; flex-wrap: wrap; padding: 5em 7%;}
.team-member {width: calc(33.33% - 1em)!important; margin: .5em!important; padding: 1.5em 4%!important; text-align: center; background: #fff; border: 1.5px solid #f2f2f4; border-bottom: 1px solid rgba(0,0,0,0.09); box-shadow: 0 2px 10px rgba(0,0,0,0.05);}
.team-member h3 {color: #181818; margin-bottom: .5em; font-weight: 600; font-size: 24px; line-height: 1.3;}
.team-member h3 span {display: block; font-size: 16px; font-weight: 500; margin-top: .5em;}
.team-member a#cta-btn button {margin: 0 auto .5em;}

.all-specials {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.all-specials video {width: 100%; max-width: 555px; margin: 1em;}
.all-specials img {width: calc(50% - 2em); margin: 1em; height: auto;}

/* showrooms */
.showrooms-wrapper.zoom-wrapper {padding: 0;}

/* form + captcha */
#form {padding: 0; display: inline-block; width: 100%;}
#form .form-row {display: block; /*margin: 0 0 5px;*/ text-align: left!important;}
#form .form-row label{font-weight: 600;}
#form .employment {margin-bottom: 2em;}
#form .employment label{display: block;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 5px 0 20px; padding: 10px; border: 1px solid #ccc; background: #f0f0f0; border-radius: 0;}
#form textarea {height: 90px;}

.CaptchaPanel{text-align: center; line-height: normal !important;}
.CaptchaAnswerPanel input{width: 250px; max-width: 100%; padding: 5px; margin: 5px 0; background: #f0f0f0; border: 1px solid #ccc;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 14px;}
.CaptchaImage {width: auto!important; padding: 0!important;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #000;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}

/* scrolling inventory */
.inv-scroller {width: 100%; margin: 0 auto; display: block; padding: 8em 10%; background: #282828;}
.inv-scroller h4 {display: block; margin: 5em 0 1em; color: #fff; font-size: 26px; font-family: 'Barlow', sans-serif; font-weight: 700; padding-bottom: .5em; border-bottom: 1px solid #fff; width: 100%; text-transform: none;}
.scrolling-wrap {width:100%; height:90px; overflow:hidden;}
.scrolling {width:100%; height:92px;}

/* FOOTER */
.footer {display: flex; flex-wrap: wrap; align-items: center; background: #222; color: #fff; position: relative; z-index: 1;}
.footer h4 {color: #fff; font-weight: 800; font-size: 24px; display: block; margin-bottom: .5em; letter-spacing: 1px; line-height: 1.5; text-transform: uppercase;}
.footer p span {color: #148aff; font-weight: 800; display: block; text-transform: uppercase; font-size: 18px;}
.footer .column4 {padding: 8em 7%; font-weight: 500; position: relative; z-index: 3;}
.footer .column4 img {width: 100%; height: auto; display: block; max-width: 225px;}
.footer .column4.align-right {display: flex; flex-direction: column; align-items: flex-end; flex-wrap: wrap;}
.footer .align-right a i {display: block; margin: 2em 0 1em;}

/* accordion menu */
#footer-nav {width: 100%; overflow: hidden;}
#footer-nav ul.submenu {list-style: none;}
#footer-nav ul.submenu {padding: 0;}
#footer-nav ul.submenu li a {display: block; font-size: 15px; padding: 5px 30px;}
#footer-nav ul.submenu li a:hover {background: #148aff; color: #fff!important;}
details summary::-webkit-details-marker {display: none; transition: max-height 0.2s ease-out;}
.accordion__item {position: relative;}
.accordion__title input:focus, .accordion__title2 input:focus {outline: none;}
.accordion__title, .accordion__title2 {
    font-family: 'Barlow',sans-serif !important;
	padding: .5em 0;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
}
.accordion__title:hover, .accordion__title2:hover {font-weight: 500; color: #fff;}
.accordion__title::after {
  display: block;
  content: " + ";
  color: #fff;
  font-size: 22px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.accordion__title:hover::after {color: #ddd;}
.accordion__item[open] .accordion__title::after {
  transform: translateY(-50%) rotate(180deg);
  content: ' - ';
}

.site-host {margin: 1em 0 0; font-size: 11px; color: #999; line-height: 18px;}
.site-host a {color: #999!important;}
.site-host a:hover {color: #ddd!important; transition: all 0.3s ease-in-out;}


/* MEDIA QUERIES (RESPONSIVE) */

@media screen and (max-width: 1500px){	
	.hdr-contact {font-size: 16px;}
	.hdr-manus.column4.last.align-right {width: auto;}
	.hero-overlay h1 {font-size: 50px;}
	.hero-overlay h1 span {font-size: 40px;}
	.hero-overlay a {font-size: 18px;}
	.header .flex-wrapper {padding: 2em 7%;}
}

@media screen and (max-width: 1250px) {
	.hero-pad {padding: 0;}
	.hdr-manus {display: none;}
	a#mobile-map, a#mobile-phone {color: #fff; padding: 10px 2.5vw; font-size: 24px;}
	a#cta-btn button, a#cta-btn2 button {font-size: 16px;}
	#mobile-manus {width: 100%; display: flex; align-items: center; justify-content: flex-end; padding-right: 30px;}
	#mobile-manus img {width: 100%; max-width: 150px; height: auto; margin-left: 1vw;}
	
	.hero-wrapper:before, .hero-overlay:before {}
	
	.manu-wrapper {margin: 5em auto 3em; flex-direction: column; text-align: center;}
	.manu-wrapper h3 {margin-bottom: 1em!important;}
	.showrooms-wrapper .zoom-container {width: calc(50% - 1em);}
	.zoom-container {width: calc(33.33% - 1em);}
	.cta-banner {flex-direction: column; text-align: center;}
	.blk-box {max-width: 80%; text-align: left; padding: 6em; margin: 8em 0;}
	
	.content-width {width: 85%;}
	.marg5 {margin: 4em 0;}
		
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
		
	.page-title {padding: 8em 7%; text-align: center;}
	.page-title h1 {font-size: 55px;}
	.page-title p {margin: 20px auto 0;}
	.content-wrapper {text-align: center;}
	.content-wrapper h2, .cta-banner h2 {font-size: 40px;}
	.content-wrapper h3 {font-size: 24px;}
	
	a.showroom {width: calc(33.33% - 1em);}
	
	.dropdown-content {right: 0; margin: 0 auto;}
		
	.side-border {border-left: none; border-top: 5px solid #ddd; padding-top: 4em; margin-top: 4em!important;}
	
	.cta-wrapper {width: calc(100% - 2em); margin: 1em auto;}
		
	.team-member {width: calc(50% - 1em)!important;}
	.footer, .align-right {text-align: center;}
	.footer .column4.align-right {align-items: center;}
	.footer .column4 {padding: 4em 7%;}
	.footer .column4 img {margin: 0 auto; max-width: 200px;}
	
	.btn-wrapper {width: 100%; justify-content: center; padding-left: 0;}

}

@media screen and (max-width: 1000px) {	
	.hdr-contact {font-size: 14px;}	
	.team-member {width: calc(100% - 1em)!important;}
	#mobile-manus img {max-width: 135px;}
	
	.zoom-container, .financing-logos a {width: calc(50% - 1em);}
	
	.all-specials {flex-direction: column;}
	.all-specials img {width: calc(100% - 2em); margin: 1em; height: auto;}
		
	a.showroom {width: calc(50% - 1em);}
	a#cta-btn button, a#cta-btn2 button, #form input[type="submit"], .dropdown-content {max-width: none; width: 100%;}
	
	.cta-banner h2 span {font-size: 24px;}
	.content-wrapper h2, .cta-banner h2 {font-size: 32px;}
	.content-wrapper h3, .team-member h3, a#ftr-phone {font-size: 24px;}	
	
	.hero-overlay h1 span {font-size: 4.5vw;}
	.hero-overlay h1 {font-size: 5.5vw;}	
	.hero-overlay a {font-size: 16px;}
	
	.content-wrapper h1 {font-size: 36px;}
	.content-wrapper h1 span {font-size: 24px;}
	
	.cta-banner {padding: 5em 7%;}
	.cta-banner a#cta-btn button {margin: 0 auto;}
	.page-title, .page-title.about, .page-title.parts, .page-title.service {padding: 6em 7%;}
	.page-title.thankyou {padding: 10em 7%;}
	.page-title h1 {font-size: 50px;}
	.page-title p, .blk-box a {font-size: 16px;}
	
	.accordion__title, .accordion__title2 {padding: .25em 0;}
	.footer .column4 img {max-width: 200px;}
}

@media screen and (max-width: 767px) {
	.hdr-contact {display: none;}
	.header .flex-wrapper {padding: 1.5em 7%; justify-content: center;}
	.blk-box {max-width: 90%; padding: 4em; margin: 6em 0;}
	
	.hero-overlay a {font-size: 3vw; bottom: 15px;}
	
	.zoom-wrapper {padding: 4em 7%;}
	.zoom-container .zoom-caption h3 {font-size: 20px;}
	.showrooms-wrapper .zoom-container {width: calc(100% - 1em);}
	
	.field-bg, .cta-banner {background-attachment: inherit;}
}

@media screen and (max-width: 500px) {
	#mobile-manus img {max-width: 100px;}
	.welcome-wrapper {justify-content: center;}
	.blk-box {max-width: 90%; padding: 3em;}
	
	.page-title, .page-title.about, .page-title.parts, .page-title.service  {padding: 5em 5%;}
	.page-title.thankyou {padding: 8em 7%;}
	.page-title h1 {font-size: 45px;}
	
	.zoom-container, .financing-logos a, a.showroom {width: calc(100% - 1em);}
	
	.column8 img {
		width: 100%;
	}
}
