﻿/***** 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;
}
*:hover {
  -webkit-transition: all .4s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*-------- BODY STYLES --------*/
body {
  font-family: 'Lato', sans-serif !important;
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  margin: 8px 0;
}
.center {
  text-align: center;
}
a:link, a:visited, a:active {
  text-decoration: none;
  color: #434e77;
}
a:hover {
  text-decoration: none;
  color: #000;
}
hr {
  border: #000 1px solid;
}
/*--- HEADER STYLES ---------------------*/
header {
  background: rgba(67, 78, 119, 0.75);
  position: relative;
  z-index: 99;
}
.inv-head {
  background: #434E77;
}
.flex-header {
  padding: 15px 0;
}
.divider {
  font-size: 22px;
}
.logo {
  width: 200px;
    display: flex;
    align-items: center;
}
.logo img {
  max-width: 100%;
}
.wid-90 .logo {
    margin: 0 20px;
}
.orange {
  color: #bf5700;
  margin-right: 3px !important;
}
.flex-header a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
}
.flex-header a:hover {
  color: #bf5700 !important;
}
.phone a {
  margin-right: 10px;
}
.phone a:last-of-type {
  margin-right: 0 !important;
}
.phone .fas {}

.phone.desktop {
	flex: 1;
    text-align: right;
}
.mobile-brand {
	padding: 0 5px;
}

strong.head-loc-title {
    color: #ffffff;
}
.husqvarna-logo {
	padding: 5px 0;
}
/* brand logos in header */
.brand-logos {
    margin-top: 15px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.white {filter: brightness(0) invert(1);}

.brand-logos p {
	
    font-size: 14px !important;
}
.brand-logos .flex-container {
    gap: 10px;
}

.headlogo img {
    max-width: 100%;
    width: 95px;
}

.top-header-mobile {
	display: none;
}

.right .brand-logos .flex-container {
    justify-content: flex-end;
}
/*---BODY--------------------------------*/
.contact-mobile, .socials-mobile {
  display: none;
}
.flex-container {
  display: flex;
}
.wid-90 {
  width: 90%;
  margin: 0 auto;
}
.wid-80 {
  width: 80%;
  margin: 0 auto;
}
.wid-70 {
  width: 70%;
  margin: 0 auto;
}
.just-center {
  justify-content: center;
}
#pad-50 {
  padding: 50px 0;
}
#pad-40 {
  padding: 40px 0;
}
#pad-20 {
  padding: 20px 0;
}
.just-left {
  justify-content: left;
}
.just-right {
  justify-content: right;
}
.just-between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.hero img {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.hero {
  width: 100%;
  height: 45vh;
  display: flex;
  justify-content: right;
  padding: 0 -8%;
  align-items: center;
  background-color: #000;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../siteart/hero2.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 70%;
  background-color: #000;
}
.slide-wid {
  width: 90%;
  margin-left: 0;
}
.hero-text {
  text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
  width: 50%;
  position: relative;
}
.hero-text h1 {
  font-size: 54px;
  color: #fff;
  margin-top: 0;
}
.hero-text p {
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
}
.relative {
  position: relative;
}
.cta-btn {
  margin-top: 18px;
}
.new-btn, .used-btn {
  padding: 10px 80px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.used-btn {
  background: rgb(255 255 255 / 30%);
  border: 2px solid #fff;
}
.used-btn:hover {
  background: #fff;
  color: #000 !important;
}
.new-btn {
  background: #bf5700;
  border: 2px solid #bf5700;
  margin-right: 15px;
}
.new-btn:hover {
  background: #AE4F00;
  border: 2px solid #AE4F00;
  margin-right: 15px;
}
.page-wid {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
.pad-bottom {
  padding-bottom: 113px;
}
.home-intro {
  width: 90%;
  margin: 0 auto;
}
.paper-bg {
  background: url("/siteart/paper.jpg");
  background-position: center;
  background-repeat: repeat;
}
.flex-home {
  gap: 60px;
  justify-content: center;
}
.family-img {
  height: 100%;

  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}




.stagger-img {
    position: relative;
    flex: 1;
	  margin-top: -70px;
  z-index: 9;
	flex: 1;
}

.stagger-img img {
  max-width: 100%;
	width: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

img.overlap-1 {
    position: absolute;
    top: 0%;
	left: 0;
}
    
img.overlap-2 {
    position: absolute;
    bottom: 0;
    top: 5%;
    right: 0;
    z-index: 9;
}
img.overlap-3 {
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 5%;
    bottom: 5%;
}
img.overlap-4 {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 9;
}

.home-text {
  padding: 70px 0;
	flex: 1;
}
.home-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
.contact-btn {
  border: 2px solid #434e77;
  color: #434e77;
  padding: 10px 30px;
  background: transparent !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.contact-btn:hover {
  background: #434e77 !important;
  color: #fff !important;
}
.light-blue {
  background: rgba(217, 220, 228, 0.70);
}
.light-blue h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.cat-btns {
  gap: 30px;
  padding: 20px 0 15px;
}
.cat-btn {
  background: #bf5700;
  padding: 20px 10px;
  border-radius: 10px;
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  transition: 0.25s;
}
.cat-btn:hover {
  background: #AE4F00;

}
.cat-btn img {
  max-width: 100%;
  width: 100px;
  margin-bottom: 8px;
}
.cat-btn h3 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.half {
  flex: 1;
}
.map-holder {
      flex-basis: 60%;
}
.c-bg {
  background: url("/siteart/contact-bg-new.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;	
  padding: 40px 0;
  color: #fff !important;
  flex-basis: 40%;
}
.c-bg a {
  color: #fff !important;
}
.c-bg h3 {
  margin: 0 !important;
}
.c-bg h2 {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: .5px;
}
.c-bg h3 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
.c-bg p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 5px;
}
.map {
  display: block !important;
}
.c-phone {
  margin-right: 15px;
}
.contact-article {
	display: flex;
	gap: 30px;
}
.contact1 {
}
.contact1, .contact2 {
	flex-basis: 100%;
	}
.top-address.desktop.right {
    text-align: end;
}
/*-- detailed search--*/
.inventory-search {
  background: #434e77;
  padding: 20px 0;
  margin-bottom: 5px;
}

span.listing-widget__text {color: #000 !important;}
a.contact-bar-btn.des-email-seller {color: #fff;}

.detailed-search {
  gap: 15px;
  flex-wrap: wrap;
}
.detailed-search h2 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 500;
}
.detailed-search select, .detailed-search input, .detailed-search submit {
  padding: 8px;
  font-size: 16px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #eeeeee;
  border: none !important;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  flex: 1;
}
.detailed-search select, .detailed-search input {
  width: 100%;
}
.detailed-search .column4 {}
.search-btn {
  background-color: #bf5700;
  border: none !important;
  padding: 4px 10px !important;
  font-size: 22px !important;
  border-radius: 5px !important;
  color: #fff !important;
  cursor: pointer;
}
.search-btn:hover {
  background-color: #AE4F00
}
/* SIDE TABS
------------------------------------------------*/
#fb {
  top: 320px;
  right: -300px;
  z-index: 999999;
}
.side {
  background: #fff;
  width: 300px;
  height: 510px;
  position: fixed;
  z-index: 100;
}
#facebookTab:hover #fb{right:0!important;}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
#facebookTab {
  display: block;
  height: 73px;
  width: 49px;
  background: url(../siteart/facebook.png);
  position: absolute;
  left: -49px;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  cursor: pointer;
}
.raise:hover, .raise:focus {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0.5em 0.5em -0.4em;
  transform: translateY(-0.5em);
}

/*---PRODUCTS--------------------------------*/
.flex-products {
	margin-top: 30px;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}


.product {
    flex-basis: 31%;
    background: #fff;
    overflow: hidden;
    box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
	
	border-radius: 4px;
}

.product-text {
	width: 90%;
    margin: 0 auto;
    padding: 10px 0 30px;
}

.product img {
	width: 100%;
	max-width: 100%;
}

.product-text h2 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
}

.product-text h3 {
	font-size: 18px;
    font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.product-text ul {
    list-style: disc;
    margin-left: 28px;
	margin-top: 5px;
	line-height: 28px;
}

/*--------HOVER STYLES--------------------*/
.fade {
  visibility: hidden;
}
.fade > * {
  visibility: visible;
}
.fade > * {
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}
.fade:hover > * {
  opacity: 0.6;
  transform: scale(0.9);
}
.fade > *:hover {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms, 0ms;
}
/*----Contact****/
.contact-page {
  align-content: center;
  align-items: center;
  justify-content: center;
	    margin-top: 15px;
	    gap: 30px;
}
.family-contact {
  flex: 1;
}
.contact-map {
  display: block;
}
.contact-info {
  flex: 1;
	display: flex;	
}
.c-visit {
}
.contact-info div {
    padding: 10px 0;
    flex: 1;
}
.contact-info .fas, .contact-info .fab {
  margin-right: 5px;
}
.contact-info a {
  font-size: 18px;
}
.family-contact img {
  max-width: 100%;
  box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}
#small-text {
  font-size: 16px;
  text-align: center;
}
.contact-info h2 {
  font-size: 18px;
  margin-top: 24px;
	margin: 0px !important;
}
.contact-info h2:first-of-type {
  margin-top: 0px;
}
.contact h2 {
  font-size: 32px;
}

.contact-info p {
  font-size: 18px !important;
}
.border {
  border-left: 1px solid rgba(67, 78, 119, 0.45);
  height: 400px
}
/*-------- FOOTER STYLES ----------------*/
footer {}
.top-footer {
  background: rgba(217, 220, 228, 0.70);
  padding: 30px 0 50px;
}
.flex-footer {
  flex-wrap: wrap;
}
.foot-col {
  flex: 1;
  padding: 0px 3%;
  border-right: 1px solid rgba(67, 78, 119, 0.45);
  font-size: 15px;
  line-height: 26px;
}
#foot-logo {
  width: 150px;
}
.foot-head {
  text-transform: uppercase;
  color: #434e77;
  font-weight: 600;
  margin-bottom: 5px;
}
.foot-head.stay-connected {
    margin-top: 10px;
}
p.bold-title.stay-connected {
    margin-top: 10px;
}
.foot-col:first-of-type, .foot-col:last-of-type {
  border: none;
}
.foot-col a {
  color: #434e77
}
.foot-col a:hover {
  color: #AE4F00;
}
.foot-col:first-of-type {
  padding: 0 !important;
}
.bottom-footer {
  background: #434e77;
  padding: 3px 0;
}
.bottom-footer p {
  font-size: 12px !important;
  color: #fff;
  font-weight: 600;
	text-transform: uppercase;
}
.bold-title {
	color: #434e77 !important;
}

.top-footer .brand-logos .flex-container {
    flex-wrap: wrap;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv {
  padding: 5% 0;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons), .list-content .list-listing-title-link, .list-content .list-listing .dealer-name, input[type=submit]:not([class*=Mui]), button:not([class*=Mui], [class*=PickersYear]), .btn, .button, .list-content .price-container .price, .detail-additional-data .data-row .data-value, .detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar, .dealer-info .dealer-company-header {
  font-family: 'Lato', sans-serif !important;
}
.list-content .list-title .list-title-text, .list-content .listing-portion-title, .detail-wrapper .detail-title {
  font-family: 'Playfair Display', serif !important;
}
.faceted-search-content {
  z-index: 999 !important;
}
.detail-wrapper .detail-title {
  color: #434E77 !important
}
.list-content .list-error-container .info .selected-facet {
  background: transparent !important;
  color: #000 !important;
}
.list-content .list-error-container .info button {
  background: #434E77 !important;
  border: solid 1px #434E77 !important;
  transition: ease all 0.2s !important;
  color: #fff !important;
}
.list-content .list-error-container .info button:hover {
  background: #fff !important;
  color: #434E77 !important;
}
.list-content .list-error-container .info .selected-facet:hover {
  color: #434E77 !important
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin-top: 1px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
  margin: 2px 3px 3px 4px;
}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type input[type=radio] {
  margin: 0px 3px 0px 6px;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i, .detail-wrapper .search-results span, .detail-wrapper .search-results i {
  color: #bf5700 !important;
}
.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}
.view-listing-details-link, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {
  background: #bf5700 !important;
}
.dealer-phone-mobile, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button {
  border: solid 1px #bf5700 !important;
  transition: ease all 0.2s !important;
  color: #fff !important;
}
.dealer-phone-mobile:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {
  background: #fff !important;
  color: #bf5700 !important;
}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn,.offer-btn {
  background: #434E77 !important;
  border: solid 1px #434E77 !important;
  transition: ease all 0.2s !important;
}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover, .offer-btn:hover {
  background: #fff !important;
  color: #434E77 !important;
}
.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {
  color: #000 !important;
}
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
  padding-left: 4px;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {
  background: #bf5700 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {
  background: #434E77 !important;
}
.list-main-section .contact-options a {
  border: #000 solid 1px !important;
  transition: ease all 0.2s !important;
}
.list-main-section .contact-options a:hover {
  background: transparent !important;
  color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {
  border-color: #000 !important;
  color: #000 !important;
}
.material-icons, .collapsible-content a {
  color: #fff !important;
}
#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
  background-color: #434E77 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
  height: 48px !important;
  box-sizing: border-box;
}
.list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text {
  background: #434E77 !important;
  border-color: #434E77 !important;
}

.list-content .list-container .buy-btn:hover, .list-content .list-container .contact-btn:hover, .list-content .list-container .check-availability:hover, .list-content .list-container .email-seller:hover, .list-content .list-container .video-chat:hover, .list-content .list-container .facebook-messenger:hover, .list-content .list-container .whatsapp:hover, .list-content .list-container .text:hover  {
  background: #434E77 !important;
  color: #fff !important;
}

.selected-facet {
	background: #bf5700 !important;
  border-color: #bf5700 !important;
}

.selected-facet:hover {
	
}

.faceted-search-content button.faceted-search:hover, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn:hover {
  color: #fff !important;
}
.faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {
  background: #434E77 !important;
  border-color: #434E77 !important;
}
.mobile-option-bar .mobile-option-bar-filter {
  color: #bf5700 !important;
}


.faceted-search-content .selected-facets-container,.faceted-search-content .faceted-section-box,.detail-wrapper .main-detail-data,.detail-wrapper .listing-widgets a,.compare-listings-container .compare-container {
	background: #fff !important;
}

.detail-wrapper .listing-widgets a:hover {
	opacity: .7 !important;
}
.detail-additional-data .data-row .data-value{
	background: rgba(255,255,255,0.65) !important;
}

.detail-wrapper .detail-title {
	font-weight: 600 !important;
}

.inventory-button {
	text-align: center;
}

.inventory-button .other-btn {
	margin: 10px 0 30px;
    font-size: 21px;
	text-align: center;
    font-weight: 700;
    border: none;
    background-color: transparent !important;
    color: #bf5700 !important;
	transition: .3s all;
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
}

.inventory-button .other-btn:hover {
	color: #434E77 !important;
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1700px) {
.headlogo img {
    max-width: 100%;
    width: 90px;
}
	
}

@media only screen and (max-width: 1622px) {
	
/*
	.stagger-img img {
	width: 49%;
	}
	img.overlap-2 {top: 0;}	
	img.overlap-3 {top: unset}	
	img.overlap-4 {bottom: 0}
*/
	.stagger-img {padding-top: 20px; margin-top: 18px;}
}

@media only screen and (max-width: 1596px) {
	
/*
	.stagger-img img {
	width: 49%;
	}
	img.overlap-2 {top: 0;}	
	img.overlap-3 {top: unset}	
	img.overlap-4 {bottom: 0}
*/
	.stagger-img {margin-top: 52px;}
}

@media only screen and (max-width: 1450px) {
	
/*
	.stagger-img img {
	width: 49%;
	}
	img.overlap-2 {top: 0;}	
	img.overlap-3 {top: unset; bottom: 50px;}	
	img.overlap-4 {bottom: 50px;}
*/
	.stagger-img {margin-top: 72px;}
}

@media only screen and (max-width: 1414px) {
	
/*
	.stagger-img img {
	width: 49%;
	}
	img.overlap-2 {top: 0;}	
	img.overlap-3 {top: unset; bottom: 10px;}	
	img.overlap-4 {bottom: 10px;}
*/
	.stagger-img {margin-top: 92px;}
}


@media only screen and (max-width: 1440px) {
  .map-holder, .cg-bg {
    flex-basis: 50%;
    flex: 1;
  }
/*
	
	img.overlap-2{top: 40%;}
*/
}
@media only screen and (max-width: 1350px) {
  .hero {
    height: 20rem;
  }
	.family-img {
		margin-top: 0 !important;
	}
	
	.flex-home {
		padding: 50px 0;
	}
	
	.home-text {
		padding: 0;
	}
	.stagger-img {margin-top: 22px;}
}

@media only screen and (max-width:1270px) {
	.flex-products {
		gap: 30px;
	}
	.product {
    flex-basis: 30%;
	}
	
	
	.cat-btns {
    gap: 15px;
	}
}

@media only screen and (max-width: 1225px) {
  .hero-text p {
    font-size: 22px;
  }
  .hero-text h1 {
    font-size: 48px;
  }
  .hero-text {
    width: 55%;
  }
  .contact-info {
    flex-basis: 100%;
  }
   .contact-page {
    flex-wrap: wrap-reverse;
    gap: 40px;
  }
  .family-contact, .contact-info {
    flex-basis: 100%;
  }
  .contact-info {
    padding: 0;
  }
  .contact-page {
    margin-top: 10px;
    margin-bottom: 0;
  }
	
	.c-visit, .c-contact {
		flex: 1;
		margin: 0 !important;
	}
}


@media only screen and (max-width: 950px) {
	.desktop {
		display: none;
	}
  .contact-mobile, .socials-mobile {
    display: block !important;
  }
  .contact-mobile a, .socials-mobile a {
    margin: 0 8px 0;
    font-size: 24px;
  }
  .mobile-menu .flex-container {
    justify-content: center;
    align-content: center;
    align-items: center;
	  padding: 10px;
  }
  .flex-header {
    justify-content: center !important;
  }
	
	.top-header-mobile {
    background: rgba(217, 220, 228, 0.70);
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    color: #434e77;
	}
	.mobile-brand.flex-container {
    justify-content: center;
    align-items: center;
}
	
	.mobile-brand .headlogo img {
    max-width:75px;
}
	.top-header-mobile p {
		font-size: 14px !important;
	}
	
	.stagger-img {display: flex;flex-direction: column;gap: 20px;}
		.stagger-img img {
    width: 100%;
			position: unset !important;
}
	
}
@media only screen and (max-width: 1090px) {
  .flex-home {
    gap: 40px;
  }
  .home-text {
    padding: 30px 0;
  }
  .contact-btn {
    margin-top: 10px;
  }
  .home-text h2 {
    font-size: 30px;
  }
  .cat-btns {
    gap: 10px;
  }
  .detailed-search h2 {
    flex-basis: 100%;
    text-align: center;
  }
  .detailed-search {
    gap: 10px;
  }
}
@media only screen and (max-width: 1050px) {
  .hero {
    justify-content: center;
    text-align: center;
  }
  .family-img {
    margin-top: 0;
  }
  .flex-home {
    padding: 55px 0 0;
  }
  .home-text {
    padding: 0;
    flex: 1;
  }
  .relative {
    width: 100%;
  }
  .cat-btn {
        flex-basis: 30%;
    flex-grow: 1;
  }
  .cat-btns {
    flex-wrap: wrap;
  }
  .hero-text {
    width: 90%;
    margin: 0 auto;
  }
  .family-img {
    flex: 1;
  }
  .family-img img {
  }
  .flex-home {
    gap: 50px;
  }
  .family-contact img {
    height: auto !important;
  }
  .contact-info h2 {
    margin-top: 5px
  }
}
@media only screen and (max-width: 992px) {
  .contact-info div {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 960px) {
	.product {
    flex-basis: 47%;
	flex-grow: initial;
}
	
	.product img
	{
		width: 100%;
	}
	
	.product-text {
    padding: 10px 20px 20px;
}
}
@media only screen and (max-width: 860px) {
	.mobile-brand img {
		width: 60px;
}
	}
@media only screen and (max-width: 1150px) {
  .flex-home {
    flex-wrap: wrap;
  }
  .family-img, .home-text {
    flex-basis: 100%;
    text-align: center;
  }
	.stagger-img img {
    width: 38%;
    position: unset !important;
    max-width: 100%;
	margin: 0 auto;
	}
	.home-text {order: -1;}
	.stagger-img {
    flex-wrap: wrap;
	flex-direction: row;
    display: flex;
    gap: 30px;
		margin-top:0;
}
	
	.pad-bottom{padding-bottom: 50px;}
	
	
	
	.stagger-img img {width: 43%;}
	
  .family-img {
    z-index: 0;
  }
  .flex-home {
    gap: 30px;
  }
  .foot-col:first-of-type {
    flex-basis: 100%;
    text-align: center;
    order: 5;
  }
  .foot-col {
    border: none;
    flex: 1;
    padding: 0;
  }
  .flex-footer {
    gap: 30px;
  }

}


@media only screen and (max-width: 745px) {
  .detailed-search select, .detailed-search input, .detailed-search submit {
    flex-basis: 100%;
  }
  .inventory-search .wid-80 {
    width: 90%;
  }
  .search-btn {
    width: 100%;
  }
  .detailed-search {
    gap: 20px;
    flex-wrap: wrap;
  }
  .c-bg .wid-80 {
    width: 95%;
  }
	.contact-info {
		flex-wrap: wrap;
	}
		.contact-info div {
		flex-basis: 100%;
	}
	
	.stagger-img {flex-direction: column;}
	
	.stagger-img img {width: 90%;}
}
@media only screen and (max-width: 650px) {
		.mobile-brand img {
    width: 50px;
}
	}
@media only screen and (max-width: 630px) {
  .hero-text h1 {
    font-size: 40px;
  }
  .foot-col {
    flex-basis: 100%;
    text-align: center;
  }
  .flex-footer {
    justify-content: center !important;
  }
	
	footer .brand-logos .flex-container {
		justify-content: center;
	}
	
	
}
@media only screen and (max-width: 613px) {
  .half {
    flex-basis: 100%;
  }
  .half iframe {
    height: 300px;
  }
  .contact-section {
    flex-wrap: wrap;
  }
.contact-article { 
	flex-wrap: wrap;
	}

  .c-bg {
    padding: 20px;
  }
  .c-bg h3 {
    font-size: 22px;
  }
  .c-bg p {
    font-size: 18px;
  }
  .map {
    height: 300px;
  }
	
	.product {
    flex-basis: 100%;
}
	
	.top-header-mobile p {
		flex-basis: 100%;
		text-align: center;
	}
	.mobile-brand.flex-container {
		flex-wrap: wrap;
		padding: 5px 0;
		width: 90%;
		margin: 0 auto;
		
	}	
	
}
@media only screen and (max-width: 530px) {
  .hero-text h1 {
    font-size: 40px;
  }
  .new-btn, .used-btn {
    width: 90%;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .hero-text p {
    display: none;
  }
	
	
}
@media only screen and (max-width: 470px) {
  .contact-btn {
    margin-top: 30px;
    width: 100%;
  }
  .new-btn, .used-btn {
    margin-bottom: 10px;
  }
  .cta-btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 380px) {
  .cat-btn {
    flex-basis: 100%;
  }
  .hero-text h1 {
    font-size: 30px;
  }
	
	.mobile-brand.flex-container {
		flex-wrap: wrap;
		padding: 5px 0;
		
	}
	
	.mobile-brand.flex-container p {
		flex-basis: 100%;
		text-align: center;
	}

}