
/***** 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;}
.clear {clear: both; height:0px; margin:0;}
*, *:after, *:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::-moz-selection{background: #FD960B; color: #000; text-shadow: none;} ::selection{background: #FD960B; color: #000; text-shadow: none;}

/***** END RESET *****/

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;
}

a {text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn button {margin: 1em 0 0; color: #000; background: #FD960B; padding: .75em 1.5em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; width: auto; border: none; border-radius: 50px; font-weight: 600; font-family: 'Paralucent', sans-serif; line-height: 1;}
a#cta-btn2 button {margin: 1em 0 0; color: #000; background: #FD960B; padding: .75em 1.5em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: none; font-weight: 600; font-family: 'Paralucent', sans-serif; width: auto; line-height: 1; border-radius: 50px;}
a#cta-btn3 button {margin: 1em 0 0; color: #000; background: none; padding: .75em 1.5em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: 1.5px solid #000; font-weight: 600; font-family: 'Paralucent', sans-serif; width: auto; line-height: 1; border-radius: 50px;}
a#cta-btn i, a#cta-btn2 i, a#cta-btn3 i {margin-left: 1.5em; padding: 5px; color: #000; background: #fff; border-radius: 100%; width: 25px; height: 25px;}
a#cta-btn button:hover, a#cta-btn2 button:hover, a#cta-btn3 button:hover, a#hdr-fb i:hover {opacity: .8; transition: all .3s ease-in-out;}

#form input[type="submit"], #submit-btn {margin: 0 auto; color: #000; background: #FD960B; padding: .75em 1.5em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: 1px solid transparent; border-radius: 50px; font-weight: 600; font-family: 'Paralucent', sans-serif; display: flex; line-height: 1;}
#form input[type="submit"]:hover, #submit-btn:hover {color: #FD960B; border: 1px solid #FD960B; background: transparent; transition: all .3s ease-in-out;}

html, body {width:100%;}
body {font-family: 'Paralucent', sans-serif!important; overflow-x: hidden; line-height: 1.6; letter-spacing: .03em;}

.white {color: #fff;}
.orange {color: #FD960B!important;}
.orange-bg {background: #FD960B;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; position: relative; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} 


/* HEADER */
.top-bar {width: 100%; display: flex; justify-content: space-between;}
.top-bar p {width: 25%; text-align: center; padding: .75em; line-height: 1.2; display: flex; justify-content: center; align-items: center;}
.top-bar p:nth-child(1) {background: #FD960B; color: #000;}
.top-bar p:nth-child(2) {background: #febb60; color: #000;}
.top-bar p:nth-child(3) {background: #ffd8a4; color: #000;}
.top-bar p:nth-child(4) {background: #fff; color: #000;}
form.inv-search {width: 25%; position: relative; display: flex; justify-content: center; align-items: center; z-index: 999; background: #fff;}
form.inv-search input {width: 70%!important; padding: 0 0 0 15px!important; margin: 0!important; height: 50px!important; line-height: 50px!important; background: #fff; color: #333; border: none;}
form.inv-search button {height: 50px !important; background: #FD960B!important; border: 0!important; border-radius: 0!important; padding: 10px 0; width: 30%!important; color: #000!important; font-weight: 500; font-family: 'Paralucent', sans-serif; text-transform: uppercase; font-size: 20px; letter-spacing: 1px; cursor: pointer;}
form.inv-search button:hover {background: #eee!important; color: #000; transition: .3s ease-in-out all;}


.header {background: #000;}
a#main-logo img {width: 100%; height: auto; max-width: 300px;}
.header .flex-wrapper {padding: 1.5em 5%; width: 100%; display: flex; justify-content: center; align-items: center;}
.header .flex-wrapper a#cta-btn button {margin-top: 0; margin-right: 1em;;}
a#hdr-fb i {color: #000; padding: 10px; border-radius: 50px; width: 50px; height: 50px; text-align: center; background: #FD960B; font-size: 24px; display: flex; justify-content: center; align-items: center;}


/* OTHER PAGES */
.slide-wrapper {width: 100%; position: relative; z-index: 0; display: flex; justify-content: center; flex-wrap: wrap; align-items: center;}
.slide-wrapper video {width: 100%; height: 425px!important; position: relative; z-index: 0;}
.hero-txt {width: 100%; display: flex; justify-content: center; height: 100%; background: rgba(0,0,0,.35); ;flex-wrap: wrap; flex-direction: column; padding: 0 5%; position: absolute; z-index: 1; left: 0; bottom: 0;}
.hero-txt h1 {color: #fff; font-weight: 600; font-family: 'Paralucent', sans-serif; font-size: 65px; line-height: 1.1; position: relative; z-index: 2; animation: fadeInUp; animation-duration: 1.5s;}


.equip-btns {display: flex; width: 100%; justify-content: center; align-items: center; flex-wrap: wrap; background: #000; padding: 1.5em 5%;}
.equip-btns a {width: calc(25% - 2em); margin: 1em; display: flex; align-items: center; justify-content: center; text-align: left; color: #fff; border-radius: 100px; border: 5px solid #FD960B; overflow: hidden;}
.equip-btns a:hover {transition: .3s ease-in-out all;}
.equip-btns a:hover h2 {color: #eee; transition: .3s ease-in-out all;}
.equip-btns h2 {width: 100%; display: block; text-align: left; background: #333; color: #fff; padding: 1em; line-height: 1.2;}
.equip-btns img {width: 100%; height: auto; max-width: 100px; display: block; margin: 0 auto; padding: .5em 5%;}
.equip-btns a:hover img {transform: scale(1.1); transition: all .5s ease;}


.page-title {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
	text-align: center;
    padding: 7em 10% 8em!important;
	background: #333 url('/siteart/hero3.jpg') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top: 1px solid #333;
	object-fit: cover;
}
.page-title.contact {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
	text-align: center;
    padding: 7em 10% 8em!important;
	background: #333 url('/siteart/hero2.jpg') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top: 1px solid #333;
	object-fit: cover;
}
.page-title.about {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
	text-align: center;
    padding: 7em 10% 8em!important;
	background: #333 url('/siteart/hero4.jpg') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top: 1px solid #333;
	object-fit: cover;
}
.page-title.financing {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
	text-align: center;
    padding: 7em 10% 8em!important;
	background: #333 url('/siteart/hero5.jpg') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top: 1px solid #333;
	object-fit: cover;
}
.page-title.brands {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
	text-align: center;
    padding: 7em 10% 8em!important;
	background: #333 url('/siteart/hero6.jpg') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top: 1px solid #333;
	object-fit: cover;
}
.page-title.packages {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
	text-align: center;
    padding: 7em 10% 8em!important;
	background: #333 url('/siteart/hero7.jpg') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top: 1px solid #333;
	object-fit: cover;
}
.page-title.parts {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
	text-align: center;
    padding: 7em 10% 8em!important;
	background: #333 url('/siteart/hero8.jpg') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top: 1px solid #333;
	object-fit: cover;
}
.page-title:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0,0,0,.8);
}
.page-title h1, .page-title p, .page-title a, .page-title hr {position: relative; z-index: 3;}
.page-title hr {width: 150px; margin: 0 0 1em; display: block; border-width: 2px; color: #FD960B; border-style: solid;}

.page-title h1 {
	color: #fff;
    font-family: 'Paralucent', sans-serif;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1;
	font-weight: 500;
	animation: fadeInUp; 
	animation-duration: 1.5s;
	margin-bottom: .25em;
	letter-spacing: 1px;
}
.page-title p {
	animation: fadeInUp; 
	animation-duration: 1s;
	color: #fff;
    font-family: 'Paralucent', sans-serif;
    font-size: 16px;
    max-width: 700px;
    line-height: 1.5;
}

.breadcrumb-wrapper.inv {
	margin: 0 auto;
	position: relative; 
	background: #fff;
	box-shadow: none;
	padding: 1.5em 0;
}
.breadcrumb-wrapper {
	padding: 1.5em 2em;
    font-size: 16px ;
    color: #707070 ;
    font-family: 'Paralucent', sans-serif;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 90%;
	margin: -3em auto 0;
	position: relative; 
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.breadcrumb-wrapper a, .breadcrumb-wrapper p {
	display: inline-block;
    font-size: 16px!important;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
} 
.breadcrumb-wrapper a:hover {border-bottom: 1px solid #707070; transition: .3s ease-in-out all;}
.breadcrumb-wrapper .active-link {color: #707070;}

.content-wrapper .flex-wrapper {margin: 5em auto; display: flex; flex-wrap: wrap; width: 90%; max-width: 1500px;}

.content-wrapper {width: 100%; display: flex; flex-wrap: wrap;}
.content-wrapper .column7, .content-wrapper .column5 {padding: 4em 7%;}
.content-wrapper .column5.gray-bg {border-radius: 30px 0 0 0; margin-top: 1em;}
.content-wrapper img {width: 100%; height: auto; display: block; max-width: 375px; margin: 0 0 10px;}
/*.content-wrapper img:hover {transform: translateY(-10px); transition: all .5s ease;}*/
.content-wrapper hr {width: 100%; border: .5px solid #ddd; display: block;}
.content-wrapper .column7 hr {width: 100%; border: .5px solid #ddd; display: block; margin: 0 0 1.5em;}

.column12.content-pad {margin: 0 auto; width: 100%; float: none;}
.content-pad {padding: 4em 5%!important; margin: 0 auto; max-width: 1500px;}

.content-wrapper h1 {width: 100%; font-size: 48px; text-transform: uppercase; font-family: 'Paralucent', sans-serif; line-height: 1; display: block; margin-bottom: .5em; font-weight: 500; color: #000; animation: fadeInUp; animation-duration: 1s; letter-spacing: 1px;}
.content-wrapper h2 {width: 100%; color: #000; font-size: 32px; display: block; line-height: 1.1; font-weight: 500; font-family: 'Paralucent', sans-serif; margin-bottom: .5em;}
.content-wrapper h3 {width: 100%; font-size: 28px; display: block; margin-bottom: .75em; color: #000; font-weight: 500; line-height: 1.1; font-family: 'Paralucent', sans-serif;}
.content-wrapper h4 {font-size: 24px; display: block; margin-bottom: .75em; font-weight: 500; line-height: 1.1; font-family: 'Paralucent', sans-serif;}
.content-wrapper p a {font-weight: 600; color: #FD960B;}

ul.content-list {display: flex; flex-wrap: wrap;}
ul.content-list li {margin: 5px; padding: .5em 1em; font-weight: 600; color: #fff; background: #FD960B; line-height: 1.3;}
ul.content-list li:hover {transition: .3s ease-in-out all; background: #000; color: #fff;}

.zoom-wrapper {width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.zoom-container {width: calc(33.33% - 2em); margin: 1em; position: relative; overflow: hidden; box-sizing: border-box; display: flex; flex-wrap: wrap;}
.zoom-container:hover {transform: translateY(-10px); transition: all .5s ease;}
.zoom-container img {width: 100%; height: auto; aspect-ratio: 3 / 3; object-fit: cover;}
.zoom-container:hover img {transform:scale(1.05); transition: all .5s ease;}
.zoom-container:hover .zoom-caption {background: rgba(0, 0, 0, .5)!important; transition: all .2s ease-in-out;}
.zoom-container:hover img {}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
    transition: all .5s ease;
	padding: .5em 10%;
	height: 100%;
	width: 100%;
	margin: 0 auto;	
	background: linear-gradient(to top, rgba(253,150,11,0.7) 0%, rgba(253,150,11,0) 100%);
	/*text-shadow: 1px 1px 8px #222;*/
}
.zoom-container .zoom-caption:hover {background: rgba(17,17,17,.2);}
.zoom-container .zoom-caption:hover h2 {color: #fff; transition: .3s ease-in-out all;}
.zoom-container .zoom-caption h2 {color: #000; line-height: 1; display: block; position: relative; font-size: 32px; font-weight: 600; font-family: 'Paralucent', sans-serif;}



.gray-bg {margin: 0 auto; background: #f4f4f4; box-sizing: border-box; display: block; justify-content: center; flex-wrap: wrap; align-items: center; padding: 2em; position: relative; z-index: 1;}
.welcome-wrapper {width: 100%; margin: 0 auto; box-sizing: border-box; display: flex; justify-content: center; align-items: center; padding: 2em 0; position: relative; z-index: 1; flex-wrap: wrap;}
.welcome-wrapper:before {position: absolute; top: 0; right: 0; width: 50%; background: #eee; height: 100%; content: ''; z-index: 0; clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);}
.welcome-wrapper .column5 {padding: 2em; box-sizing: border-box; color: #fff;}
.welcome-wrapper .column5 img {width: 100%; height: auto; display: block; margin: 0 auto; max-width: 800px; position: relative;}
.welcome-wrapper .column5 img:hover {transform: translateY(-10px); transition: all .5s ease;}
.welcome-wrapper .column7 {padding: 4em 5%;  box-sizing: border-box;}
.welcome-wrapper .column7 h2 {font-size: 42px; font-family: 'Paralucent', sans-serif; line-height: 1; display: block; margin-bottom: .75em; font-weight: 600;}
.welcome-wrapper .column7 h2 span {font-size: 28px; font-weight: 500; display: block; margin-top: .25em; padding: 10px;}

.start-wrapper {width: 100%; display: flex; justify-content: center; background: #000; color: #fff; padding: 4em 5%;}
.start-wrapper h2 {font-size: 40px; display: block; margin-bottom: .5em; line-height: 1.2;}

.brands-wrapper {width: 100%; display: flex; justify-content: center; flex-wrap: wrap; padding: 3em 5%; background: #eee; align-items: center;}
.brands-wrapper h3 {width: 100%; font-size: 40px; font-weight: 600; display: block; text-align: center;}
.brands-wrapper a, .brands-flex a {width: calc(33.33% - 1em); margin: .5em; padding: 1em; background: #f4f4f4;}
.brands-wrapper img, .brands-flex img, .finance-flex img {width: 100%; height: auto; max-width: 300px; margin: 0 auto; display: block;}
.brands-wrapper img:hover, .brands-flex img:hover, .finance-flex img:hover {opacity: .8; transition: .3s ease-in-out all;}

.brands-flex {width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.finance-flex {width: 100%; display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap;}
.finance-flex img {padding: 1em; margin: 2em auto;}

/* ACCORDION
--------------------------------*/
.custom-accordion {width: 100%; text-align: left; position: relative; display: flex; flex-direction: column; justify-content: center; font-size: 16px;}
.custom-accordion > a {
	padding: .75em 1em;
	color: #000!important;
	display: block;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	transition: ease all 0.2s;
	position: relative;
	text-transform: uppercase;
	font-family: 'Paralucent', sans-serif;
}
.custom-accordion > a:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ddd;
	transition: ease all 0.3s;
}
.custom-accordion > a.open:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ddd;
}

.custom-accordion > a:hover{
	color: #000;
	background: #f4f4f4;
	border: none;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
a.click.heading.open{
	color: #000;
	background: #f4f4f4;
}
.custom-accordion > a i{
	color: #FD960B;
	padding-right: 1em;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 1.5em;
	color: #000;
	display: block;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}

.contact-blocks {padding: 1em; margin: 0 auto!important; border-radius: 0 0 15px 15px;}
.contact-blocks .column6 {display: flex; flex-wrap: wrap; padding: 1em 5%; justify-content: center;}
.contact-blocks .column6:nth-child(even) {border-left: 1px solid #bbb;}
.contact-blocks p {display: flex; flex-direction: column; font-weight: 500; line-height: 1.6;}
.contact-blocks p strong {text-transform: uppercase; font-weight: 500; font-family: 'Paralucent', sans-serif; font-size: 18px;}
.contact-blocks i {font-size: 30px; margin-right: .5em; margin-top: .25em;}


/*  contact form + captcha
------------------------------*/
#form {width: 100%; /*width: 80%; margin: 5em auto; padding: 3em;*/}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 600; color: #000; display: block;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 0 0 20px; padding: 10px; border: 1px solid #ccc; background: #fff; font-weight: 500; color: #000; height: 50px; border-radius: 5px;}
#form textarea {height: 111px;}
#form select {font-size: 16px;}

.CaptchaPanel{line-height: normal !important;}
.CaptchaAnswerPanel input{width: 100%; max-width: 350px; padding: 10px; margin: 5px 0; background: #fff; border: 1px solid #ccc; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 50px; color: #666;}
.CaptchaImage {width: auto!important; padding: 0!important; margin: 0 auto!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: #333;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}
#captcha-content {display: none;}


/* FOOTER */
.footer {width: 100%; background: #000; color: #fff; display: flex; font-family: 'Paralucent', sans-serif; flex-wrap: wrap;}
img#ftr-logo {width: 100%; height: auto; max-width: 250px;}
.footer .flex-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 4em 5%; flex-wrap: wrap;}
.footer h4 {font-size: 20px; display: inline-block; margin-bottom: .5em;}
.ftr-col {display: flex; flex-direction: column;}
.ftr-col a {margin: 10px 0;}
.ftr-bottom {width: 100%; text-align: center; display: flex; justify-content: center; align-items: center; color: #fff; background: #333; padding: 1em; font-weight: 400;}


.back-btn{margin-top: 25px;}


.angled-heading {
  display: inline-block;
  background: #f7941d;
  color: #000;
  padding: 3px 30px 3px 10px;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.angled-heading2 {
  display: inline-block;
  background: #f7941d;
  color: #000;
  padding: 3px 30px 3px 10px;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}


/* RESPONSIVE */

@media screen and (max-width: 1400px){
	
}
@media screen and (max-width: 1300px){			
	.content-wrapper {flex-wrap: wrap;}
	.content-wrapper .column7 {width: 100%;}
	.content-wrapper .column5 {width: 100%;}
}
@media screen and (max-width: 1200px){				
	.header .flex-wrapper {justify-content: space-between;}
	.header .flex-wrapper a#cta-btn button, a#hdr-fb i {display: none;}
	
	.equip-btns {width: 100%; flex-wrap: wrap;}
	.equip-btns a {width: calc(50% - 2em);}
	
	.hero-txt h1 {font-size: 55px;}
	.welcome-wrapper .column7 h2, .brands-wrapper h3 {font-size: 36px;}
	.welcome-wrapper .column7 h2 span {font-size: 20px;}
	
	.brands-wrapper img, .brands-flex img {max-width: 200px;}
	
	.start-wrapper {flex-wrap: wrap;}
	.start-wrapper p {margin-bottom: 1.5em;}
	.start-wrapper .column4, .start-wrapper .column8 {float: none; width: 100%;}
	
}
@media screen and (max-width: 1100px){	
	.hero-txt h1 {font-size: 45px;}
	
	.top-bar p:nth-child(1), .top-bar p:nth-child(2) {display: none;}
	.top-bar p:nth-child(3), form.inv-search {width: 50%;}
				
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
	
	.welcome-wrapper:before {width: 100%;}
		
	.contact-blocks .column6:nth-child(even) {border-left: none;}
	.contact-blocks .column6 {justify-content: flex-start;}
	
	.content-wrapper .column7, .content-wrapper .column5 {padding: 4em 10%;}
		
	.equip-btns h2 {font-size: 20px;}
	
	.ftr-col {width: calc(50% - 1em);}
	.angled-heading {clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);}
	img#ftr-logo {margin: 0 auto;}
}
@media screen and (max-width: 767px){
	.equip-btns h2 {text-align: center; padding: 1.5em 1em;}
	.equip-btns a {width: 100%;}
	.equip-btns img {max-width: 150px;}
	
	.brands-wrapper, .brands-flex {justify-content: center;}
	.brands-wrapper a, .brands-flex a {width: calc(50% - 1em);}
	
	.custom-accordion > a {font-size: 22px;}
	
	.page-title, .page-title.bodyshop, .page-title.contact {text-align: left; align-items: flex-start;}
	.page-title h1 {font-size: 60px;}	
	.page-title {background-attachment: inherit!important;}
	.content-pad {padding: 4em 7%!important;}
		
	a#cta-btn button, a#cta-btn2 button, a#cta-btn3 button {padding: .75em 1em;}
		
}
@media screen and (max-width: 560px){	
	.zoom-container {width: calc(100% - 2em);}
	
	.ftr-col {width: 100%; text-align: center;}
	.footer h4 {margin-top: 1em;}
		
}
@media screen and (max-width: 480px){	
	.content-pad {padding: 3.5em 7%!important;}
	.brands-wrapper a, .brands-flex a {width: calc(100% - 1em);}
	
	.equip-btns img {max-width: 110px;}
	
	.page-title {padding: 5em 7%!important;}
	.top-bar p:nth-child(3) {display: none;}
	form.inv-search {width: 100%;}
}