
/***** 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: #e9c130; color: #000; text-shadow: none;} ::selection{background: #e9c130; 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: #fff; background: #282f49; padding: .75em 2em; cursor: pointer; font-size: 20px; transition: 0.2s ease-in; text-align: center; width: 100%; max-width: 300px; border: none; border-radius: 0; font-weight: 500; text-transform: uppercase; font-family: 'Staatliches', sans-serif; line-height: 1;}
a#cta-btn2 button {margin: 1em 0 0; color: #000; background: #e9c130; padding: .75em 2em; cursor: pointer; font-size: 20px; transition: 0.2s ease-in; text-align: center; border: none; font-weight: 500; font-family: 'Staatliches', sans-serif; width: 100%; max-width: 300px; text-transform: uppercase; line-height: 1;}
a#cta-btn3 button {margin: 1em 0 0; color: #fff; background: none; padding: .75em 2em; cursor: pointer; font-size: 20px; transition: 0.2s ease-in; text-align: center; border: 1.5px solid #fff; font-weight: 500; font-family: 'Staatliches', sans-serif; text-transform: uppercase; width: 100%; max-width: 300px; line-height: 1;}
a#cta-btn4 button {margin: 1em 0 0; color: #000; background: none; padding: .75em 2em; cursor: pointer; font-size: 20px; transition: 0.2s ease-in; text-align: center; border: 1.5px solid #000; font-weight: 500; font-family: 'Staatliches', sans-serif; text-transform: uppercase; width: 100%; max-width: 300px; line-height: 1;}
a#cta-btn button:hover, a#cta-btn2 button:hover, a#cta-btn3 button:hover, a#cta-btn4 button:hover {opacity: .8; transition: all .3s ease-in-out; border-radius: 0;}

#form input[type="submit"], #submit-btn {margin: 0 auto; color: #fff; background: #282f49; padding: .75em 2em; cursor: pointer; font-size: 20px; transition: 0.2s ease-in; text-align: center; border: 1px solid transparent; border-radius: 0; font-weight: 500; text-transform: uppercase; font-family: 'Staatliches', sans-serif; display: flex; line-height: 1;}
#form input[type="submit"]:hover, #submit-btn:hover {color: #282f49; border: 1px solid #282f49; background: transparent; transition: all .3s ease-in-out; border-radius: 0;}

html, body {width:100%;}
body {font-family: 'Barlow', sans-serif!important; overflow-x: hidden; line-height: 1.6; letter-spacing: .03em;}

.white {color: #fff;}
.blue {color: #282f49!important;}
.blue-bg {background: #282f49;}
.yellow {color: #e9c130!important;}
.yellow-bg {background: #e9c130;}

.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;} 

/* PAGE LOADER */
.loaderContain {
    /*! CSS Used from: http://sublettemachinery.com.hstg/css/style.css?v=1 (and from http://greencountryauctions.com.hstg/css/style.css?v=3.5)*/
    z-index: 999999999999;
    position: relative;
	background-color:#f4f4f4;
}

.loaderContain #loader {
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaderContain #loader img {
    top: 50%;
    left: 50%;
    max-width: 100%;
	width: 200px;
}

.loaderContain #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.loaderContain #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #f4f4f4;
    z-index: 1000;
}

.loaderContain #loader-wrapper .loader-section.section-left {
    left: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    /* -webkit-transform: translateX(-100%); */
    -ms-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    opacity: 0;
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


/* HEADER */
.header {background: #111; padding: 1.5em 0;}
.header .flex-wrapper {width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; position: relative;}
.header .flex-wrapper a#main-logo img {max-width: 222px; height: auto; display: block;}
.hdr-contact {width: 100%; display: flex; justify-content: flex-end; align-items: center; margin-bottom: 1em; font-size: 20px;}
.hdr-contact a {margin-left: 2vw; color: #fff; font-family: 'Staatliches', sans-serif;}
.hdr-contact button {margin: 0!important; font-size: 20px!important;}

/* 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-image: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url('/siteart/vintage-filter1.png'); background-position: center; background-repeat: no-repeat; background-size: cover; flex-wrap: wrap; flex-direction: column; padding: 0 5%; position: absolute; z-index: 1; left: 0; bottom: 0;}
.hero-txt h1 {color: #fff; text-transform: uppercase; font-weight: 500; font-family: 'Staatliches', sans-serif; font-size: 70px; line-height: 1; position: relative; z-index: 2; animation: fadeInUp; animation-duration: 1.5s; max-width: 675px; letter-spacing: 1px;}
form.inv-search {width: 100%; position: relative; display: flex; justify-content: center; align-items: center; z-index: 999; max-width: 500px; margin-top: 2em;}
form.inv-search input {width: 70%!important; padding: 0 0 0 15px!important; margin: 0!important; height: 50px!important; line-height: 50px!important; background: #000; color: #fff; border: none;}
form.inv-search button {height: 50px !important; background: #e9c130!important; border: 0!important; border-radius: 0!important; padding: 10px 0; width: 30%!important; color: #000!important; font-weight: 500; font-family: 'Staatliches', sans-serif; text-transform: uppercase; font-size: 20px; letter-spacing: 1px; cursor: pointer;}
form.inv-search button:hover {background: #f4f4f4!important; color: #000; transition: .3s ease-in-out all;}

.equip-wrapper {width: 100%; background: #000; display: flex; justify-content: space-between; color: #fff; align-items: center; font-size: 26px; border-bottom: 1px solid #333; border-top: 1px solid #333;}
.equip-wrapper h2 {width: 20%; padding: 2em; text-transform: uppercase; line-height: 1.1; text-align: center; font-family: 'Staatliches', sans-serif; font-weight: 500; font-size: 28px;}
.equip-btns {display: flex; width: 80%;}
.equip-btns a {width: 25%; padding: 2em; display: flex; align-items: center; justify-content: center; border-left: 1px solid #333; text-align: left;}
.equip-btns a:hover {background: #191919; transition: .3s ease-in-out all;}
.equip-btns a:hover h2 {color: #ccc; transition: .3s ease-in-out all;}
.equip-btns h2 {width: 100%; padding: 0; display: block; text-align: left;}
.equip-btns img {width: 100%; height: auto; max-width: 175px; display: block; margin: 0 auto;}
.equip-btns a:hover img {transform: scale(1.1); transition: all .5s ease;}

.home-blocks {width: 100%; display: flex; align-items: center;}
.home-blocks img {width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: flex;}
.home-blocks .content-pad {display: flex; flex-wrap: wrap; flex-direction: column; padding: 4em 5%!important;}
.home-blocks h2 {text-transform: uppercase; font-weight: 500; font-size: 32px; display: block; margin-bottom: 1em; line-height: 1.2; font-family: 'Staatliches', sans-serif; letter-spacing: 1px;}
.home-blocks p {margin-bottom: 1em;}

.marquee-wrapper {width: 100%; overflow: hidden; background: #000; padding: 1.5em 0; color: #fff; font-size: 24px; white-space: nowrap; position: relative; font-family: 'Staatliches', sans-serif;}
.marquee-content {display: inline-flex; align-items: center; white-space: nowrap; animation: marquee 45s linear infinite; font-weight: 500;}
.marquee-wrapper:hover .marquee-content {animation-play-state: paused;}
.marquee-content span {display: inline-block; margin: 0 1.25em;}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.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: #191919 url('/siteart/hero3.jpg') top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top: 1px solid #333;
	object-fit: cover;
}
.page-title.bodyshop {
	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: #191919 url('/siteart/hero1.jpg') top 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: #191919 url('/siteart/hero2.jpg') top 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,.82);
}
.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: #e9c130; border-style: solid;}

.page-title h1 {
	color: #fff;
    font-family: 'Staatliches', 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: 'Barlow', 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: 'Staatliches', 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;}

.basicpage-hero {width: 100%; display: flex; justify-content: center; align-items: center; height: 100%; position: relative; z-index: 0; overflow: hidden; padding: 4em 10%!important; background-attachment: fixed;}
.basicpage-hero:before {position: absolute; top: 0; left: 0; right: 0; content: ''; width: 100%; height: 100%; background: rgba(17,17,17,.7); z-index: 1;}
.basicpage-hero .hero-txt {width: 100%; position: relative; z-index: 2; text-align: center;}
.basicpage-hero .hero-txt h1 {color: #fff; font-family: 'Staatliches', sans-serif; text-transform: uppercase; font-size: 75px; line-height: .85; letter-spacing: 1px;}
.basicpage-hero .hero-txt p {color: #fff; font-family: 'Barlow', sans-serif; font-size: 16px; max-width: 650px; line-height: 1.6;}

.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: 'Staatliches', 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: 'Staatliches', sans-serif; margin-bottom: .5em; text-transform: uppercase; letter-spacing: 1px;}
.content-wrapper h3 {width: 100%; font-size: 28px; display: block; margin-bottom: .75em; color: #000; font-weight: 500; line-height: 1.1; font-family: 'Staatliches', sans-serif; text-transform: uppercase; letter-spacing: 1px;}
.content-wrapper h4 {font-size: 24px; display: block; margin-bottom: .75em; font-weight: 500; line-height: 1.1; font-family: 'Staatliches', sans-serif; text-transform: uppercase; letter-spacing: 1px;}
.content-wrapper p a {font-weight: 600; color: #282f49;}

ul.content-list {display: flex; flex-wrap: wrap;}
ul.content-list li {margin: 5px; padding: .5em 1em; font-weight: 600; color: #fff; background: #282f49; line-height: 1.3;}
ul.content-list li:hover {transition: .3s ease-in-out all; background: #000; color: #fff;}

.zoom-container {width: calc(25% - 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: 2 / 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: center;
	text-align: left;
    transition: all .5s ease;
	padding: 1.5em 10%;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background: rgba(17,17,17,.7);
	/*text-shadow: 1px 1px 8px #222;*/
}
.zoom-container .zoom-caption:hover {background: rgba(17,17,17,.2);}
.zoom-container .zoom-caption h2 {color: #fff; line-height: 1; display: block; text-transform: uppercase; position: relative; font-size: 40px; font-weight: 500; font-family: 'Staatliches', sans-serif; padding-bottom: 10px; border-bottom: 2px solid #282f49; letter-spacing: 1px;}
.zoom-container .zoom-caption i {position: absolute; top: 1em; right: 1em; z-index: 2; color: #fff; font-size: 30px; transform: rotate(-35deg);}


.featuredequip-wrapper {width: 100%; padding: 0 10%; position: relative; z-index: 0; box-sizing: border-box; background: #191919; text-align: center;}
.featuredequip-content {width: 100%; position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; flex-direction: column; padding: 6em 0;}
.featuredequip-content h3 {text-transform: uppercase; font-weight: 500; font-family: 'Staatliches', sans-serif; padding-bottom: 1em; color: #fff; text-align: center; line-height: 1; font-size: 32px; letter-spacing: 1px;}
.featured-slide {text-align: center; padding: 1em; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px; margin: .5em;}
.featured-slide:hover {transform: translateY(-10px); transition: all .5s ease;}
.featured-slide i {color: #e9c030;}
.featured-slide p {width: 100%; font-size: 16px; margin-top: 1em; font-weight: 400; line-height: 1.4; color: #fff;}
.featured-slide p span {display: block; margin-top: 1.5em; font-weight: 600; color: #999; font-size: 14px;letter-spacing: .5px; text-transform: uppercase;}


.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; background: #000 url('/siteart/bg3.jpg') center center repeat; background-attachment: fixed; background-size: cover; box-sizing: border-box; display: flex; justify-content: center; align-items: center; padding: 4em 7%;; position: relative; z-index: 1; color: #fff;}
.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;}
.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: 36px; font-weight: 500; font-family: 'Staatliches', sans-serif; text-transform: uppercase; line-height: 1; display: block; margin-bottom: .75em; letter-spacing: 1px;}

.contact-blocks {padding: 1em; margin: 1em auto 0!important; border-radius: 15px;}
.contact-blocks .column4 {display: flex; flex-wrap: wrap; padding: 1em 5%;}
.contact-blocks .column4:nth-child(even) {border-left: 1px solid #bbb; border-right: 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-family: 'Staatliches', sans-serif; font-size: 18px; letter-spacing: 1px;}
.contact-blocks i {font-size: 30px; margin-right: .5em; margin-top: .25em;}

.testimonial-wrapper {width: calc(100% - 3em); background: #f4f4f4!important; margin: 1.5em; display: flex!important; justify-content: center; text-align: left!important; flex-wrap: wrap; padding: 2em 1.5em; max-width: none!important;}
.testimonial-wrapper:hover {transform: translateY(-10px); transition: all .5s ease;}
.testimonial-right {width: 85%;}
.testimonial-wrapper p.main-txt {width: 100%; display: block; text-align: left; font-size: 16px; font-weight: 500; line-height: 1.6; color: #000;}
.testimonial-wrapper p.main-txt span {width: 100%; display: block; text-align: left; margin: .5em 0 0; font-weight: 500; font-size: 15px; color: #222;}
.testimonial-wrapper p.sub-txt {width: 100%; display: block; margin-bottom: 1em; text-align: right; line-height: 1; font-weight: 500; text-transform: uppercase; font-size: 20px; color: #282f49; font-family: 'Staatliches', sans-serif; padding: 0 1em!important;}
.testimonial-wrapper .testimonial-images {width: 100%;}
.testimonial-wrapper i {font-size: 24px; color: #282f49; margin-right: .5em;}


/* 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: 'Staatliches', 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: #282f49;
	padding-right: 1em;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 1.5em;
	color: #000;
	display: block;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}


/* scrolling inventory */
.inv-scroller {width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; padding: 5em 7%;}
.scroller-top {width: 100%; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 1em;}
.inv-scroller hr, .hero-txt hr, .welcome-wrapper hr, .home-blocks hr {width: 150px; margin: 0 0 .5em; display: block; border-width: 2px; color: #e9c130; border-style: solid;}
.inv-scroller h3 {text-transform: uppercase; color: #282f49; font-family: 'Staatliches', sans-serif; font-size: 28px; font-weight: 500; width: 100%; display: block; letter-spacing: 1px;}
.scrolling-wrap {width:100%; height:90px; display: flex; align-items: center; justify-content: center;}
.scrolling {width:100%; height:90px;}


/*  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: #111; color: #999; display: flex; justify-content: space-between; flex-wrap: wrap; font-family: 'Staatliches', sans-serif; font-size: 18px;}
.footer .column3 {display: flex; justify-content: space-between; flex-wrap: wrap; padding: 5em 0; align-items: center; flex-direction: column; text-align: center;}
.footer .column9 {border-left: 1px solid #333;}
.footer img#ftr-logo {width: 100%; max-width: 150px; height: auto;}
.ftr-socials {width: 100%; margin-top: 2em; font-size: 16px; letter-spacing: 1px;}
.ftr-socials a {color: #fff; font-size: 24px; display: block; margin-bottom: 1em;}
.ftr-top {width: 100%; display: flex; flex-wrap: wrap; padding: 5em 10%; border-bottom: 1px solid #333;}

ul.ftr-nav {display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 1em;}
ul.ftr-nav li a {color: #999; margin-right: 2.25vw; display: inline-block; text-transform: uppercase; font-size: 18px;}
.underline {border-bottom: 1px solid #fff;}
.ftr-bottom {width: 100%; display: flex; justify-content: space-between; padding: 5em 10%;}
.ftr-bottom h4 {text-transform: uppercase; color: #fff; display: block; margin-bottom: 1em; font-size: 20px; font-weight: 500; letter-spacing: 1px;}
.ftr-bottom a {color: #999;}
.ftr-bottom a:hover, ul.ftr-nav li a:hover {color: #fff; transition: .3s ease-in-out all;}

.back-btn{margin-top: 25px;}



/* RESPONSIVE */

@media screen and (max-width: 1400px){
	.testimonial-wrapper {justify-content: center;}
	.home-blocks img {aspect-ratio: 3 / 3;}
	
}
@media screen and (max-width: 1300px){
	.header {padding: 1em 0;}
	.header .column12 {display: flex; align-items: center;}
	.hdr-contact {margin-bottom: 0;}
	.header .flex-wrapper a#main-logo img {max-width: 155px;}
			
	.content-wrapper {flex-wrap: wrap;}
	.content-wrapper .column7 {width: 100%;}
	.content-wrapper .column5 {width: 100%;}
	
}
@media screen and (max-width: 1100px){	
	.hero-txt h1 {font-size: 45px;}
	
	.scroller-top {flex-wrap: wrap; justify-content: center; text-align: center;}
	.scroller-top hr {margin: 0 auto .5em;}
	
	.testimonial-wrapper {justify-content: center;}
	
	.contact-blocks .column4:nth-child(even) {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: none; border-right: none;}
	
	.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 .column5 {padding: 0;}
	.welcome-wrapper .column7 {padding: 3em 10%;}
	.home-blocks {flex-wrap: wrap-reverse;}
	.home-blocks .content-pad {padding: 5em 10%!important;}
	.home-blocks img {aspect-ratio: 6 / 3;}
	
	.featuredequip-content h3 {font-size: 28px;}
	
	.content-wrapper .column7, .content-wrapper .column5 {padding: 4em 10%;}
	
	.welcome-wrapper {flex-wrap: wrap-reverse; padding: 2.5em 1.5em;}
	.welcome-wrapper .column5 img {margin: 0 auto 1.5em; max-width: 700px;}
	.equip-wrapper {flex-wrap: wrap; border-bottom: none;}
	.equip-wrapper h2 {width: 100%; padding: 1.5em; border-bottom: 1px solid #333;}
	.equip-btns h2 {padding: 0; border-bottom: 0;}
	.equip-btns {width: 100%; flex-wrap: wrap;}
	.equip-btns a {width: 50%; border-bottom: 1px solid #333; padding: 2em 1em;}
	.equip-btns a:first-child, .equip-btns a:nth-child(3) {border-left: none;}
	.basicpage-flex {flex-wrap: wrap;}
	.basicpage-left {width: 100%; padding: 3.5em 10%!important;}
	.basicpage-left h1 {font-size: 36px;}
	.basicpage-left h2 {font-size: 26px;}
	.basicpage-flex h2 {font-size: 32px;}
	.sidebar-wrapper {width: 100%; background: #f4f4f4; padding: 3.5em 10%!important;}
	.basicpage-flex h3 {font-size: 28px;}	
	.basicpage-wrapper {padding: 3.5em 10%!important;}
	.featuredequip-content {padding: 4em 0;}
	.footer {flex-wrap: wrap-reverse;}
	.footer .column3 {padding: 2em 0;}
	.ftr-top {padding: 4em 10%;}
	.ftr-top, ul.ftr-nav {justify-content: center;}
	.footer .column9 {border-left: none;}
	.ftr-bottom {padding: 3em 10% 0; flex-wrap: wrap; flex-direction: column; justify-content: center; text-align: center;}
	.ftr-bottom div {margin-bottom: 2em;}
}
@media screen and (max-width: 767px){
	.header .flex-wrapper a#main-logo img {max-width: 140px;}
	.header .column12 {justify-content: flex-end;}
	.hdr-contact {display: none;}
	.equip-btns h2 {text-align: center;}
	.equip-btns a {width: 100%;}
	.equip-wrapper {font-size: 22px;}
	.equip-btns img {max-width: 150px;}
	
	.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, .welcome-wrapper, .basicpage-hero {background-attachment: inherit!important;}
	.content-pad {padding: 4em 7%!important;}
	
	.featuredequip-content h3 {font-size: 28px;}
	
	a#cta-btn button, a#cta-btn2 button, a#cta-btn3 button {padding: .75em 1em;}
	
	ul.ftr-nav {display: none;}
	
	.ftr-top {padding: 3em 5%;}
}
@media screen and (max-width: 560px){
	.testimonial-right {width: 100%;}
	.testimonial-wrapper p.sub-txt {text-align: right; margin-bottom: .5em!important; padding: 0!important;}
	.testimonial-wrapper {justify-content: flex-start;}
	.testimonial-wrapper i {margin-right: 0; margin-bottom: .25em;}
	
	.zoom-container {width: calc(100% - 2em);}
		
}
@media screen and (max-width: 480px){	
	.content-pad {padding: 3.5em 7%!important;}
	
	.page-title {padding: 5em 7%!important;}
	
}