﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'poppins', sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {width: 95%; margin: 0 auto; padding: 20px 0;}
.header-flex {display: flex; justify-content: space-between; align-items: center;}
.header-logo img {width: 275px;}
.header-contact {display: flex; align-items: center; gap: 40px;}
.header-contact p span {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 14px; line-height: 24px; color: #272727;}
.header-contact p {font-family: 'poppins', sans-serif; font-weight: 800; font-size: 25px; line-height: 25px; color: #005182; text-align: right;}
.header-contact button {width: 175px; display: flex; justify-content: center; align-items: center; padding: 13px 0 10px 0; background: #005182; font-family: 'poppins', sans-serif; font-weight: 600; font-size: 18px; line-height: 28px; color: #fff; border: none; border-radius: 50px;}
.header-contact button:hover {background: #639B36; transition: .8s;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: right; background-size: cover;}
.hero-overlay {background: #005182; background: linear-gradient(90deg, rgba(0, 81, 130, 0.6) 0%, rgba(0, 81, 130, 0.15) 100%);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 220px 0 60px 0;}
.hero-wrap h1 span {font-family: "Shadows Into Light", cursive; font-weight: 400; font-style: normal; font-size: 55px; line-height: 90px; color: #fff;}
.hero-wrap h1 {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 100px; line-height: 100px; color: #fff;}

.inv-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 100px; padding: 100px 0;}
.inv-wrap > div:first-child {width: 45%;}
.inv-wrap > div:last-child {width: 55%;}
.inv-wrap h2 span {font-family: "Shadows Into Light", cursive; font-weight: 400; font-style: normal; font-size: 35px; line-height: 70px; color: #272727;}
.inv-wrap h2 {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 60px; line-height: 70px; color: #272727;}
.inv-wrap > div:first-child button {display: flex; align-items: center; gap: 30px; background: #005182; border: none; border-radius: 50px; font-family: 'poppins', sans-serif; font-weight: 600; font-size: 18px; line-height: 28px; color: #fff; padding: 13px 10px 10px 20px; margin-top: 30px;}
.inv-wrap > div:first-child button i {margin-top: -2px; font-size: 30px; line-height: 30px;}
.inv-wrap > div:first-child button:hover {background: #639B36; gap: 40px; transition: .8s;}
.inv-slide .slick-track {display: flex; gap: 10px;}
.inv-slide img {border-radius: 3px; width: 100%; margin-bottom: 20px;}
.inv-slide h3 {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 22px; line-height: 32px; color: #272727;}
.inv-slide a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 14px; line-height: 24px; color: #272727;}
.inv-slide a i {padding-left: 10px;}
.inv-slide a:hover {color: #005182; transition: .8s;}
.inv-slide a:hover i {padding-left: 15px; transition: .8s;}
.inv-slide .slick-prev:before, .inv-slide .slick-next:before {color: #005182; font-size: 30px;}
.inv-slide .slick-prev {left: -25px; z-index: 400;}
.inv-slide .slick-next {right: -20px;} 

.custom-build-bkgrd {background: url("/siteart/custom-build-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.custom-build-overlay {background: #005182; background: linear-gradient(90deg, rgba(0, 81, 130, 0.95) 0%, rgba(0, 81, 130, 0.85) 100%);}
.custom-build-wrap {width: 95%; margin: 0 auto; padding: 100px 0; text-align: center;}
.custom-build-wrap h2 span {font-family: "Shadows Into Light", cursive; font-weight: 400; font-style: normal; font-size: 35px; line-height: 70px; color: #fff;}
.custom-build-wrap h2 {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 60px; line-height: 70px; color: #fff;}
.custom-build-wrap a {display: flex; justify-content: center;}
.custom-build-wrap button {display: flex; align-items: center; gap: 30px; background: #639B36; border: 1px transparent solid; border-radius: 50px; font-family: 'poppins', sans-serif; font-weight: 600; font-size: 18px; line-height: 28px; color: #fff; padding: 13px 10px 10px 20px; margin-top: 30px;}
.custom-build-wrap button i {margin-top: -2px; font-size: 30px; line-height: 30px;}
.custom-build-wrap button:hover {border: 1px #fff solid; gap: 40px; background: none; transition: .8s;}

.contact-bkgrd {background: #F7F7F7;}
.contact-wrap {width: 95%; margin: 0 auto; padding: 100px 0; display: flex; justify-content: space-between; gap: 100px; align-items: center;}
.contact-wrap > div {width: 50%;}
.contact-wrap h2 span {font-family: "Shadows Into Light", cursive; font-weight: 400; font-style: normal; font-size: 35px; line-height: 70px; color: #272727;}
.contact-wrap h2 {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 60px; line-height: 70px; color: #272727; margin-bottom: 30px;}
.contact-wrap p {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; color: #272727; margin-bottom: 12px;}
.contact-hours {background: #fff; border-radius: 3px; margin-top: 30px;}
.contact-hours-wrap {padding: 35px 30px;}
.contact-hours-flex {display: flex; gap: 30px; margin-bottom: 20px;}
.contact-hours-flex li {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 16px; line-height: 26px; color: #272727; margin-bottom: 8px;}
.contact-hours-wrap > p {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; color: #272727; font-style: italic; margin-bottom: 0px;}
.contact-wrap button {display: flex; align-items: center; gap: 30px; background: #005182; border: none; border-radius: 50px; font-family: 'poppins', sans-serif; font-weight: 600; font-size: 18px; line-height: 28px; color: #fff; padding: 13px 10px 10px 20px; margin-top: 40px;}
.contact-wrap button i {margin-top: -2px; font-size: 30px; line-height: 30px;}
.contact-wrap button:hover {background: #639B36; gap: 40px; transition: .8s;}

/*---ABOUT US---*/
.about-hero {background: url("/siteart/ram-truck.jpg") no-repeat; background-position: center; background-size: cover;}
.about-overlay {background: #005182; background: linear-gradient(90deg, rgba(0, 81, 130, 0.80) 0%, rgba(0, 81, 130, 0.70) 100%);}
.about-hero-wrap {width: 95%; margin: 0 auto; padding: 120px 0 80px 0; text-align: center;}
.about-hero-wrap h1 {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 70px; line-height: 80px; color: #fff;}
.about-hero-wrap .breadcrumbs {display: flex; gap: 15px; align-items: center; justify-content: center; flex-wrap: wrap;}
.about-hero-wrap .breadcrumbs a, .about-hero-wrap .breadcrumbs p {font-family: 'poppins', sans-serif; color: #fff; font-size: 16px; line-height: 26px;}

.sub-bkgrd {background: #F7F7F7;}
.sub-body {width: 95%; margin: 0 auto; padding: 100px 0;}
.sub-body h2 span {font-family: "Shadows Into Light", cursive; font-weight: 400; font-style: normal; font-size: 35px; line-height: 70px; color: #272727;}
.sub-body h2 {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 60px; line-height: 70px; color: #272727; margin-bottom: 30px;}
.sub-body p {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; color: #272727; margin-bottom: 12px;}
.about-top {width: 1200px; margin: 0 auto; text-align: center;}
.about-imgs {display: flex; gap: 10px; margin: 80px 0;}
.about-imgs img {width: 100%; border-radius: 3px;}
.about-imgs > div:nth-child(2), .about-imgs > div:last-child {margin-top: 30px;}
.about-bottom h3 {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 40px; line-height: 50px; color: #272727; margin-bottom: 20px;}
.about-bottom button {display: flex; align-items: center; gap: 30px; background: #005182; border: none; border-radius: 50px; font-family: 'poppins', sans-serif; font-weight: 600; font-size: 18px; line-height: 28px; color: #fff; padding: 13px 10px 10px 20px; margin-top: 40px;}
.about-bottom button i {margin-top: -2px; font-size: 30px; line-height: 30px;}
.about-bottom button:hover {background: #639B36; gap: 40px; transition: .8s;}

/*---PHOTO GALLERY---*/
.gallery-hero {background: url("/siteart/custom-build-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.gallery-flex {display: flex; gap: 10px; flex-wrap: wrap; justify-content: center}
.gallery-flex div {width: 24%;}
.gallery-flex img {width: 100%; border-radius: 3px;}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  border: none;
  color: white;
  font-size: 40px;
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.2s ease;
  user-select: none;
}

.lb-arrow:hover {
  background: rgba(255,255,255,0.35);
}

.lb-prev {
  left: 30px;
}

.lb-next {
  right: 30px;
}

.gallery-flex img {
  cursor: pointer;
  transition: 0.2s ease;
}

.gallery-flex img:hover {
  opacity: 0.8;
}

/*---CONTACT US---*/
.contact-hero {background: url("/siteart/campsite.jpg") no-repeat; background-position: center; background-size: cover;}

/*---THANK YOU---*/
.about-top button {display: flex; align-items: center; background: #005182; border: none; border-radius: 50px; font-family: 'poppins', sans-serif; font-weight: 600; font-size: 18px; line-height: 28px; color: #fff; margin: 0 auto; margin-top: 40px; width: 200px; justify-content: center; padding: 13px 0 10px 0;}
.about-top button:hover {background: #639B36; transition: .8s;}

/*--------FORM STYLES--------------------*/
.form-flex {display: flex; gap: 10px; margin-bottom: 10px;}
.form-flex input {width: 100%; background: #fff; border-radius: 3px; padding: 14px 0 10px 0; border: none; font-family: 'poppins', sans-serif; font-size: 15px; line-height: 25px; color: #272727;}
.form-flex input::placeholder, .form-flex textarea::placeholder {padding-left: 15px; color: #272727;}
.form-flex textarea {width: 100%; background: #fff; border-radius: 3px; padding: 14px 0 0 0; border: none; font-family: 'poppins', sans-serif; font-size: 15px; line-height: 25px; color: #272727; height: 150px;}
.contact-wrap form button {width: 180px; display: flex; justify-content: center; padding: 13px 0 10px 0;}
.contact-wrap form button:hover {background: #639B36; transition: .8s;}

/*-------- FOOTER STYLES ----------------*/
footer {background: #005182; margin-top: -69px; position: relative;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 80px 0; display: flex; justify-content: space-between; align-items: center;}
.footer-contact {margin: 30px 0;}
.footer-contact li {margin-bottom: 10px;}
.footer-contact li a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 15px; line-height: 25px; color: #fff; display: flex; align-items: center; gap: 10px;}
.footer-contact li i {border: 1px #fff solid; border-radius: 50px; width: 25px; height: 25px; display: flex; justify-content: center; align-items: center; font-size: 12px; line-height: 12px;}
.footer-socials {display: flex; align-items: center; gap: 10px;}
.footer-socials i {background: #639B36; width: 38px; height: 38px; border-radius: 50px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 18px; line-height: 28px; border: 1px transparent solid;}
.footer-socials a:hover i {border: 1px #fff solid; background: none; transition: .8s;}
.footer-links p {font-family: 'poppins', sans-serif; font-weight: 600; font-size: 18px; line-height: 28px; color: #fff;}
.footer-links ul {margin-top: 15px;}
.footer-links li {margin-top: 5px;}
.footer-links li a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 15px; line-height: 25px; color: #fff;}
.footer-links button {width: 175px; display: flex; justify-content: center; align-items: center; border-radius: 50px; border: 1px transparent solid; background: #639B36; padding: 13px 0 10px 0; font-family: 'poppins', sans-serif; font-weight: 600; font-size: 16px; line-height: 26px; color: #fff; margin-top: 30px;}
.footer-links button:hover {border: 1px #fff solid; background: none; transition: .8s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-redesign {padding: 50px 0 !important;}
.list-redesign, .list-top-section .list-title .list-title-text, .faceted-search-content .faceted-section-head .faceted-section-title {font-family: 'poppins', sans-serif !important;}
.list-top-section .list-listings-count {color: #005182 !important;}
.faceted-search-content .selected-facets-container .selected-facet {background: #005182 !important;}



/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1550px) {
	.header-logo img, .footer-wrap img {width: 250px;}
	.header-contact p span {font-size: 13px; line-height: 23px;}
	.header-contact p {font-size: 24px; line-height: 24px;}
	.header-contact button {width: 150px; font-size: 17px; line-height: 27px;}
}
@media only screen and (max-width: 1450px) {
	.inv-wrap > div:first-child, .inv-wrap > div:last-child {width: 50%;}
}
@media only screen and (max-width: 1350px) {
	.header-logo img, .footer-wrap img {width: 225px;}
	.header-contact p span {font-size: 12px; line-height: 22px;}
	.header-contact p {font-size: 23px; line-height: 23px;}
	.header-contact button {width: 150px; font-size: 16px; line-height: 26px;}
	.header-contact {gap: 30px;}
	.hero-wrap {padding: 200px 0 60px 0;}
	.hero-wrap h1 span {font-size: 50px; line-height: 85px;}
	.hero-wrap h1 {font-size: 95px; line-height: 95px;}
}
@media only screen and (max-width: 1300px) {
	.about-top {width: 100%;}
}
@media only screen and (max-width: 1250px) {
	.inv-wrap > div:first-child, .inv-wrap > div:last-child, .contact-wrap > div {width: 100%;}
	.inv-wrap, .contact-wrap {flex-wrap: wrap;}
}
@media only screen and (max-width: 1150px) {
	header {padding-bottom: 0px; width: 100%;}
	.header-flex {width: 95%; margin: 0 auto; padding-bottom: 20px;}
	.hero-wrap {padding: 180px 0 60px 0;}
	.hero-wrap h1 span {font-size: 45px; line-height: 80px;}
	.hero-wrap h1 {font-size: 90px; line-height: 90px;}
	.gallery-flex div {width: 32%;}
	.inv-slide .slick-prev {left: -5px;}
	.inv-slide .slick-next {right: 0px;} 
}
@media only screen and (max-width: 800px) {
	.header-contact p span {font-size: 11px; line-height: 21px;}
	.header-contact p {font-size: 22px; line-height: 22px;}
	.header-contact button {font-size: 15px; line-height: 25px;}
	.hero-wrap {padding: 160px 0 50px 0;}
	.hero-wrap h1 span {font-size: 40px; line-height: 75px;}
	.hero-wrap h1 {font-size: 85px; line-height: 85px;}
	.inv-wrap h2 span, .custom-build-wrap h2 span, .contact-wrap h2 span, .sub-body h2 span {font-size: 30px; line-height: 65px;}
	.inv-wrap h2, .custom-build-wrap h2, .contact-wrap h2, .sub-body h2 {font-size: 55px; line-height: 65px;}
	.about-hero-wrap h1 {font-size: 65px; line-height: 75px;}
	.footer-wrap {flex-wrap: wrap; gap: 50px;}
	.footer-wrap > div {width: 100%;}
}
@media only screen and (max-width: 650px) {
	.header-logo img, .footer-wrap img {width: 200px;}
	.header-contact > a:last-child {display: none;}
	.hero-wrap {padding: 140px 0 50px 0;}
	.hero-wrap h1 span {font-size: 35px; line-height: 70px;}
	.hero-wrap h1 {font-size: 80px; line-height: 80px;}
	.inv-wrap h2 span, .custom-build-wrap h2 span, .contact-wrap h2 span, .sub-body h2 span {font-size: 25px; line-height: 60px;}
	.inv-wrap h2, .custom-build-wrap h2, .contact-wrap h2, .sub-body h2 {font-size: 50px; line-height: 60px;}
	.about-hero-wrap h1 {font-size: 60px; line-height: 70px;}
	.form-flex {flex-wrap: wrap;}
	.about-imgs {flex-wrap: wrap;}
	.about-imgs > div:nth-child(2), .about-imgs > div:last-child {margin-top: 0px;}
	.about-imgs > div {width: 49%;}
	.about-imgs > div:nth-child(2), .about-imgs > div:last-child {margin-top: 30px;}
	.gallery-flex div {width: 48.5%;}
}
@media only screen and (max-width: 550px) {
	.about-imgs > div {width: 48%;}
}
@media only screen and (max-width: 450px) {
	.header-contact {display: none;}
	.header-flex {justify-content: center; padding-bottom: 10px;}
	.hero-wrap {padding: 120px 0 50px 0;}
	.hero-wrap h1 span {font-size: 30px; line-height: 65px;}
	.hero-wrap h1 {font-size: 75px; line-height: 75px;}
	.inv-wrap h2, .custom-build-wrap h2, .contact-wrap h2, .sub-body h2 {font-size: 45px; line-height: 55px;}
	.about-hero-wrap h1 {font-size: 55px; line-height: 65px;}
	.about-bottom h3 {font-size: 35px; line-height: 45px;}
	.sub-body {padding: 80px 0;}
	.about-hero-wrap {padding: 100px 0 50px 0;}
	.gallery-flex div {width: 48%;}
}
@media only screen and (max-width: 400px) {
	.hero-wrap h1 {font-size: 70px; line-height: 70px;}
	.inv-wrap h2, .custom-build-wrap h2, .contact-wrap h2, .sub-body h2 {font-size: 40px; line-height: 50px;}
	.about-hero-wrap h1 {font-size: 50px; line-height: 60px;}
}
@media only screen and (max-width: 380px) {
	.hero-wrap h1 {font-size: 65px; line-height: 65px;}
}
@media only screen and (max-width: 350px) {
	.hero-wrap h1 {font-size: 60px; line-height: 60px;}
	.inv-wrap h2 span, .custom-build-wrap h2 span, .contact-wrap h2 span, .sub-body h2 span {font-size: 20px; line-height: 30px;}
	.inv-wrap h2, .custom-build-wrap h2, .contact-wrap h2, .sub-body h2 {font-size: 35px; line-height: 45px;}
	.about-hero-wrap h1 {font-size: 45px; line-height: 55px;}
	.contact-wrap p, .contact-hours-flex li, .sub-body p, .about-hero-wrap .breadcrumbs a, .about-hero-wrap .breadcrumbs p {font-size: 15px; line-height: 25px;}
	.inv-slide h3 {font-size: 20px; line-height: 30px;}
	.about-bottom h3 {font-size: 30px; line-height: 40px;}
	.contact-wrap button, .inv-wrap > div:first-child button, .custom-build-wrap button, .about-bottom button, .about-top button {font-size: 16px; line-height: 26px;}
	.inv-wrap > div:first-child button i, .custom-build-wrap button i, .contact-wrap button i, .about-bottom button i {font-size: 28px; line-height: 38px;}
	.inv-wrap > div:first-child button, .custom-build-wrap button, .contact-wrap button, .about-bottom button {padding: 9px 10px 6px 20px;}
}
@media only screen and (max-width: 320px) {
	.hero-wrap h1 {font-size: 55px; line-height: 55px;}
}
@media only screen and (max-width: 300px) {
	.hero-wrap h1 {font-size: 50px; line-height: 50px;}
	.inv-wrap h2, .custom-build-wrap h2, .contact-wrap h2, .sub-body h2 {font-size: 30px; line-height: 40px;}
	.about-hero-wrap h1 {font-size: 40px; line-height: 50px;}
	.contact-wrap p, .contact-hours-flex li {font-size: 14px; line-height: 24px;}
	.about-bottom h3 {font-size: 25px; line-height: 35px;}
	.gallery-flex div {width: 100%;}
}