﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/nci3bwc.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
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 {
	font-family:'Arial', sans-serif;
}
h1, h2, h3, h4, h5{font-family:'neue-aachen-pro', sans-serif!important; font-weight:500!important;}

a{text-decoration:none;}

.orange-btn{padding:10px 20px!important; background:#fda733; color:#000!important; text-align:center; display:block;}
.black-btn{padding:10px; border:solid 1px #000; transition:.3s ease; width:160px; text-align:center; display:block; background:#000; color:#fff; text-transform:uppercase; font-size:14px; border-radius:10px;}
.yellow-btn{padding:10px; width:160px; text-align:center; transition:.3s ease; display:block; background:#fda733; color:#000; text-transform:uppercase; font-size:14px; border-radius:10px;}
.yellow-btn:hover{background:#00855d; color:#fff;}

.black-btn:hover{background:transparent; color:#000;}
/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:#00855d;}
.top-header{width:100%; max-width:1500px; margin:0 auto;}
.top-right{display:flex; flex-direction:row; justify-content: flex-end;}
.top-right a{color:#fff; padding:10px 15px; box-sizing:border-box; font-size:16px;}
.top-right a i{padding-right:5px;}
.top-right a:hover{text-decoration:underline;}

.logos{display:flex; flex-direction:row; max-width:600px; padding:10px 0;}
.logos a {width:60%; }
.logos a img{width:100%!important; padding-top:12px; max-width:340px!important; padding-left:0!important;}
.logos img{width:40%; padding-left:20px; max-width:160px!important; box-sizing:border-box; object-fit:contain;}
header{width:100%; box-shadow:2px 2px 5px 3px rgba(0,0,0,.15);}
.header{width:100%; max-width:1700px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}

.banner{width:100%; margin-bottom:-7px;}
.banner img{width:100%;}
/*---BODY--------------------------------*/
.hero{width:100%; height:1100px; position:relative; background-color: black;}
.hero img{width:100%; height:100%; object-fit:cover; filter:brightness(.7);}
.hero-text h1{font-size:100px; position:absolute; top:2%; left:0; right:0; font-weight:500; color:#fff; text-align:center; padding:10px; box-sizing:border-box; line-height:55px; text-shadow:1px 1px 3px rgba(0,0,0,.8);}
.hero-row{position:absolute; display:flex; flex-direction:row; justify-content: space-between; top:100px; left:0; right:0; padding:0 20px;}
.bottom-text{position:absolute; bottom:200px; box-sizing:border-box; width:100%; left:0; right:0; padding:0 20px; }
.hero-row h2{font-size:100px; color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.8);}
.bottom-text{font-size:70px; color:#fff; text-align:center;text-shadow:1px 1px 3px rgba(0,0,0,.8);}

.mobile-hero-links{display:none!important;}
.hero-links, .mobile-hero-links{position:absolute; left:0; right:0; bottom:0; width:100%; display:flex; flex-direction:row; background:rgba(0,0,0,.5); padding:20px 0;}
.hero-links a, .mobile-hero-links a{width:calc(25% - 2px); box-sizing:border-box; padding:40px; border-right:solid 2px #fff;}
.hero-links a h2, .mobile-hero-links a h2{font-size:50px; transition:.3s ease; color:#fff; font-weight:400; text-transform:uppercase; line-height:40px;}
.hero-links a h2 span, .mobile-hero-links a h2 span{font-size:28px; color:#fda733;}
.hero-links a:last-of-type, .mobile-hero-links a:last-of-type{border-right:none;}
.hero-links a:hover h2, .mobile-hero-links a:hover h2{transform:translateY(-10px); color:#fda733;}

/*----Banner----------*/
.orange-banner{width:100%; background:#fda733;}
.orange-row{width:100%; margin:0 auto; max-width:1500px; display:flex; flex-direction:row; justify-content: space-between;}
.orange-row p{font-size:28px; color:#000; text-transform:uppercase; font-weight:600; padding:15px; box-sizing:border-box;}


/*-----------Quick Links------------*/
.green-back{width:100%; background:url("/siteart/green-stripes.jpg"); background-color: black;}
.green-wrap{max-width:1500px; margin:0 auto; padding:80px 10px; box-sizing:border-box;}
.green-wrap h2{font-size:70px; text-align:center; font-weight:400; color:#fff; text-transform:uppercase;}
.qls{width:100%; display:flex; flex-direction:row; padding-top:40px; }
.ql{width:calc(18% - 12px); margin:6px;}
.ql img{width:80%; margin:0 auto; display:flex; transition:.3s ease;}
.ql h3{font-size:20px; color:#fff; font-weight:400;  padding:12px 0; text-transform:uppercase; text-align:center;}
.ql p{color:#fff; text-align:center; }
.ql p a{text-transform:uppercase; color:#fff;transition:.3s ease;}
.ql img:hover{transform:translateY(-10px);}
.ql p a:hover{color:#fda733;}

/*-------Slider----------*/
.cycle-slideshow{max-width:1500px; width:100%; margin:80px auto 40px auto; padding:0 10px; box-sizing:border-box;}
.cycle-slideshow img{width:100%;}

/*--------Links------------*/
.rv-links{max-width:1500px; margin:0 auto; width:100%; padding:10px; box-sizing:border-box;}
.rv-links h2{font-size:80px; font-weight:900; letter-spacing:-2px; font-family:'Roboto', sans-serif!important; text-transform:uppercase; color:#00855d; text-align:center;}
.buttons{width:calc(100% - 10px); display:flex; margin:0 5px; flex-direction:row; box-shadow:1px 1px 4px 3px rgba(0,0,0,.1); border-top-left-radius:15px; border-top-right-radius:15px;}
.buttons button{width:25%; padding:20px; box-sizing:border-box; border:none; background:#fff;}
.buttons button h3{font-size:30px; color:#000; text-transform:uppercase; line-height:25px; font-weight:800; text-align:left;}
.buttons button h3 span{font-size:20px; font-weight:500;}
.buttons button:first-of-type{border-top-left-radius:15px;}
.buttons button:last-of-type{border-top-right-radius:15px;}

 #Second, #Third, #Fourth{width:100%;max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;}
.open {background: #fda733!important;}
.buttons button:hover{background-color:#fda733; cursor:pointer;}


 #First{width:100%;overflow: hidden;transition: max-height 0.2s ease-out;}
.links{padding:40px; box-sizing:border-box; justify-content: flex-start; border-bottom-left-radius:15px; border-bottom-right-radius:15px; margin:0 5px 5px; box-shadow:0px 1px 4px 2px rgba(0,0,0,.1); display:flex; flex-direction:row; flex-wrap:wrap;}
.links a{width:calc(33.33% - 10px); margin:5px; padding:12px; box-sizing:border-box; text-transform:uppercase; text-align:center; color:#fff; background:#00855d; border-radius:10px; display:block; transition:.3s ease;}

.links a:hover, .showroom-home a:hover{color:#000; background:#fda733;}

/*--------Showroom-Link------------*/
.showroom-home{width:98%; border-radius:15px; max-width:1500px; margin:20px auto; box-shadow:0px 1px 4px 2px rgba(0,0,0,.15); padding:30px; box-sizing:border-box;}
.showroom-home h2{font-size:50px; font-weight:400; text-transform:uppercase; color:#00855d; padding-bottom:15px; text-align:center;}
.showroom-home a{width:100%; margin:0 auto; border-radius:15px; max-width:800px;  color:#fff; padding:10px; text-transform:uppercase; display:block; text-align:center; background:#00855d; transition:.3s ease; }

/*  SCROLLING INVENTORY
------------------------------------------------*/
.inv-wrap{width:100%; display:flex; flex-direction:row; padding:100px 0 80px 0;}
.inv-left{width:calc(100% - 450px); padding:20px 0; background:#00855d; height:130px; box-sizing:border-box;}
.inv-right{width:450px; background:#fda733; border-top-left-radius:25px; border-bottom-left-radius:25px; margin-top:-45px;}
.inv-text{padding:50px; box-sizing:border-box;}
.inv-text h3{font-size:30px; text-transform:uppercase; line-height:34px;}
.inv-text a{margin-top:15px;}
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}

/*--------About--------------*/
.about-back{width:100%; background:url("/siteart/about3.jpg") center top no-repeat; background-color: black;}
.about-wrap{max-width:1000px; margin:0 auto; padding:80px 10px 300px 10px; box-sizing:border-box; text-align:center;}
.about-wrap p{font-size:28px; color:#fff; font-weight:600; line-height:36px;}
.about-wrap h3{font-size:80px; color:#fff; text-transform:uppercase; font-weight:400; line-height:65px; }
.about-wrap h3 span{font-size:45px;}

/*--------Sub Pages----------*/
.page-top h1{font-size:45px; font-weight:500; text-transform:uppercase; color:#fff;}
.white-back{max-width:1500px; margin:-60px auto 40px auto; background:#fff; width:98%; padding:50px; box-sizing:border-box; box-shadow:0px 1px 4px 3px rgba(0,0,0,.15);}
.white-back p{font-size:16px; line-heigth:24px;}
.white-back h2{text-transform:uppercase; font-size:24px; font-weight:400;}

.page-wrap{max-width:1500px; width:100%; margin:0 auto; padding:10px; box-sizing:border-box;}
.page-wrap h2{font-size:35px; font-weight:400; text-transform:uppercase;}

/*-------Testimonials---------*/
.testi-wrap{max-width:1500px; width:100%; margin:-60px auto 40px auto; display:flex; flex-direction:row; justify-content: flex-start;}
.testi{background:#fff; width:calc(33.33% - 20px); margin:10px; padding:50px; box-sizing:border-box; box-shadow:0px 1px 3px 2px rgba(0,0,0,.15);}
.name{font-weight:600; color:#000; font-size:18px;}
.stars i{color:#fda733;}
.stars{padding-bottom:10px;}


/*--------Showrooms-----------*/
.showrooms{max-width:1500px; margin:-40px auto 0 auto; width:100%; display:flex;flex-direction:row; justify-content: flex-start;}
.showrooms button{width:calc(25% - 20px); margin:10px; border:none; background:#fff; box-shadow:0px 1px 4px 3px rgba(0,0,0,.15); transition:.3s ease;}
.showrooms button img{width:85%; margin:0 auto; display:block;}
.showrooms button:hover{box-shadow:inset 0px 1px 4px 3px rgba(0,0,0,.15); cursor:pointer;}

 #Flag, #coachmen, #nucamp{width:100%;max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;}
.open2 {transform:translateY(-10px);}

#Cedar{width:100%;overflow: hidden;transition: max-height 0.2s ease-out;}



/*----------Contact---------------*/
.contact{width:100%; display:flex; flex-direction:row;}
.contact-right{width:calc(100% - 550px);}
.contact-left{padding:10px; box-sizing:border-box; width:550px;}
.contact-left h2{color:#00855d; font-size:24px;}
.contact-left p, .contact-left a{color:#000; font-size:16px;}
.contact-left a:hover{text-decoration:underline;}




/*--------FORM STYLES--------------------*/
#formpage h3{font-size:24px; font-weight:400; text-transform:uppercase; margin-left:5px;}
.flex-form{width:100%;text-align: left;margin: 0 auto 40px auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #727272;font-size: 14px;}
.flex-row, .flex-row2{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}
#formpage label{font-size:16px; font-weight:400; padding-left:5px;}

#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#fda733; color:#000;padding:12px;text-decoration:none;transition:ease-in .3s;width: 160px;border:none;height:auto; border-radius:10px; font-size:16px; font-weight:400;}

#formpage input.submit-button:hover, #submit-btn button:hover{transition:ease-out .3s; cursor:pointer; background:#00855d; color:#fff;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:160px;text-align:center;}
.captcha-button{width:160px; }
.include-captcha{display:none;}
#formpage input.submit-button{color:#000!important;}
.CaptchaPanel{text-align:left!important;}
#formpage input.submit-button:hover{color:#fff!important;}

/*-------- FOOTER STYLES ----------------*/
footer{width:100%; display:flex; flex-direction:row;}
.foot-col{width:33.33%; padding:100px 20px; box-sizing:border-box;}
.foot-center{width:70%; margin:0 auto; text-align:left;}
.foot-center ul{padding-top:20px;}
.foot-center p{font-size:35px;font-family:'neue-aachen-pro', sans-serif;  color:#fff; text-transform:uppercase; font-weight:400;}
.foot-center ul li{color:#fff; font-size:20px; line-height:30px;}
.foot-center ul li a{color:#fff; font-size:22px; line-height:30px;}
.foot-col{background:#007452;}
.light-green{background:#00855d}
.foot-center ul li a:hover{text-decoration:underline;}
.bottom-footer{width:100%; padding:10px; box-sizing:border-box; text-align:center; background-color:#fda733;}
.bottom-footer p, .bottom-footer a{color:#000;	font-family:'Arial', sans-serif;}
.bottom-footer a:hover{text-decoration:underline;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.finance-banner{max-width:1450px; margin:0 auto; width:100%; }
.finance-banner img{width:100%;}


.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #00855d !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #00855d !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #fda733 !important;
    color: #000 !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
}


	/* POPUP */

#popup .popup-window{
	padding: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	max-width: 400px;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.75);
	z-index: 10005;
	
	text-align: center;
	width: 90%;
    box-sizing: border-box;
}
#popup a{display:block;}
#popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.75);
	z-index: 10000;
}
#popup i {
    position: absolute;
    top: 0px;      
    right: 5px;   
    cursor: pointer;
    padding: 8px;
    color: #fff;
    font-size: 25px;
    border-radius: 4px;
    z-index: 10;
}

.popuptext {
    width: 500px;
    max-width: 90%;
    height: auto;
    position: relative;
    margin: 5% auto;
	justify-items: center;
}

.popuptext img {
    width: 100%;
    display: block;
}

    /*----PARTS / SERVICE PAGE----*/


.option{width:98%; border-radius:15px; max-width:1500px; margin:20px auto; padding:30px; box-sizing:border-box; display:flex; flex-direction: row; gap:15px;}
.option a{width:100%;  border-radius:15px; max-width:800px;  color:#fff; padding:60px; text-transform:uppercase; display:block; text-align: center; background:#00855d; transition:.3s ease; }
.option a:hover{color:#000; background:#fda733;}


/*----INVENTORY STYLES UPDATES----*/

.list-redesign .list-container-flexrow .list-listing-card-wrapper .top-banner .equipment-status {background:#fff!important;border:2px #555 solid!important;}
.list-redesign .list-container-flexrow .list-listing-card-wrapper .top-banner .left-flavor {font-size:15px!important;}
.left-flavor.equipment-status span{font-size:15px!important;}





    /*-----------------------MEDIA QUERIES-----------------------*/







/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1700px) {
	.bottom-text{font-size:60px;}
	
}
@media only screen and (max-width: 1450px) {
	.bottom-text{font-size:50px;}
	.hero-text h1{font-size:80px;}
	.hero-row h2{font-size:80px;}
}
@media only screen and (max-width: 1380px) {
	.green-wrap h2{font-size:60px;}
}

@media only screen and (max-width: 1380px) {
	.header{flex-direction:column;}
	.logos{justify-content: center; width:100%; margin:0 auto;}
	.hero-links{display:none;}
	.mobile-hero-links{display:flex!important; position:relative; background:#000; flex-wrap:wrap;}
	.mobile-hero-links a{width:calc(47% - 2px); margin:0 auto; border-bottom:solid 1px #fff; border-right:none; margin-left: 0;}
	.hero{height:700px;}
	.orange-row{flex-direction:column;}
	.orange-row p{padding:8px 15px; text-align:center;}
	.showroom-home h2{font-size:40px; line-height:42px;}
	.inv-right{width:380px;}
	.inv-left{width:calc(100% - 380px);}
	footer{flex-direction:column;}
	.foot-col{width:100%; padding:40px 20px; }
	.foot-center{width:100%; text-align:center;}
	.bottom-text{bottom:20px;}
}

@media screen and (max-width: 1275px) {
	
}


@media only screen and (max-width: 1100px) {
	.contact{flex-direction:column;}
	.contact-left, .contact-right{width:100%;}
	.contact-right iframe{height:350px!important;}
	.testi-wrap{flex-wrap:wrap;}
	.testi{width:calc(50% - 20px);}
	.bottom-text{font-size:40px;}
	.hero-text h1{font-size:65px;}
	.hero-row h2{font-size:65px;}
	
}

@media only screen and (max-width: 1000px) {	
	.hero{height:600px;}
	.qls{flex-wrap:wrap;}
	.ql{min-width:160px;}
	.green-wrap h2{font-size:40px; line-height:42px;}
	.buttons{flex-direction:column;}
	.buttons button{width:100%;}
	.buttons button:first-of-type{border-top-left-radius:15px; boder-top-right-radius:15px;}
	.button button:last-of-type{border-top-right-radius:none;}
	.links a{width:calc(50% - 10px);}
	.about-wrap h3{font-size:60px; line-height:60px;}
	.about-wrap p{font-size:24px; line-height:30px;}
	.showrooms button{width:calc(50% - 20px);}
	.showrooms{flex-wrap:wrap;}
	.option {flex-wrap: wrap;}

}

@media screen and (max-width: 900px) {
	
}


@media only screen and (max-width: 800px) {	
	.mobile-hero-links a{width:calc(95% - 2px);}
	.showroom-home h2{font-size:35px; line-height:38px;}
	.page-top h1{font-size:35px; line-height:38px;}
	.testi{width:calc(100% - 20px);}
	.about-wrap h3 span{font-size:30px;}
	.about-wrap h3{font-size:50px;}
	.about-wrap p{font-size:20px;}
	.bottom-text{font-size:35px;}
	.hero-text h1{font-size:55px;}
	.hero-row{top:80px;}
	.hero-row h2{font-size:50px;}
	.about-wrap{ padding:50px 10px 250px 10px;}
	.about-back{background:url("/siteart/about2.jpg") center 35% no-repeat;}
	.rv-links h2{font-size:60px;}
}
@media only screen and (max-width: 650px) {	
	.orange-row p{padding:5px 10px; font-size:22px;}
	.green-wrap h2{font-size:35px; line-height:38px;}
	.links a{width:calc(100% - 10px);}
	.inv-wrap{flex-direction:column-reverse; padding:60px 0 0 0;}
	.inv-left{width:100%;}
	.inv-right{width:100%; margin-top:0; text-align:center; border-radius:0;}
	.inv-text a{margin:10px auto 0 auto;}
	.about-wrap h3{font-size:50px; line-height:50px;}
	.about-wrap p{font-size:22px; line-height:30px;}
	.flex-row{flex-direction:column;}
	.form-half{width:calc(100% - 10px);}
	.page-wrap h2{font-size:30px; line-height:32px;}
	.white-back{padding:40px;}
	.page-top h1{font-size:30px; line-height:37px;}
	.testi{padding:30px;}
	.logos{flex-wrap:wrap;}
	.about-wrap h3 span{font-size:25px;}
	.about-wrap h3{font-size:40px;}
	.about-wrap p{font-size:18px;}
	.bottom-text{font-size:30px;}
	.hero-text h1{font-size:45px;}
	.hero-row{top:70px;}
	.hero-row h2{font-size:38px;}
	.rv-links h2{font-size:40px;}
}

@media screen and (max-width: 600px) {
	.popuptext {
		width: 90%;
		
	}
	#popup i {
		right: 12%;
	}
}

@media only screen and (max-width: 450px) {	
	.top-wrapper{display:none;}
	.logos{flex-direction:column;}
	.logos img, .logos a img{padding:10px; box-sizing:border-box; margin:0 auto; display:block;}
	.logos a{width:auto;}
	.hero{height:500px;}
	.mobile-hero-links a h2{font-size:35px; line-height:30px;}
	.mobile-hero-links a h2 span{font-size:24px;}
	.green-wrap h2{font-size:28px; line-height:30px; }
	.showroom-home h2{font-size:28px; line-height:30px;}
	.about-wrap h3{font-size:35px; line-height:35px;}
	.about-wrap p{font-size:18px; line-height:26px;}
	.about-wrap h3 span{font-size:24px;}
	.foot-center{width:100%;}
	.white-back{padding:25px;}
	.page-top h1{font-size:28px; line-height:39px;}
	.about-wrap h3 span{font-size:21px;}
	.about-wrap h3{font-size:30px;}
	.about-wrap p{font-size:16px;}
	.bottom-text{font-size:25px;}
	.hero-text h1{font-size:35px;}
	.hero-row{top:60px;}
	.hero-row h2{font-size:30px;}

}

@media screen and (max-width: 400px) {
	.option a {box-sizing: border-box; padding:40px 25px; }
	.white-back h2 {font-size:20px;}
	.white-back {padding:2px;}
}
@media only screen and (max-width: 380px) {
	.orange-row p{ font-size:18px;}
	.ql{margin:0 auto; min-width:180px;}
	.green-wrap h2{text-align:center;}
	.links{padding:20px;}
	.foot-center ul li a, .foot-center ul li{font-size:18px;}
	.showrooms button{width:calc(100% - 20px);}
	.bottom-text{font-size:25px;}
	.hero-text h1{font-size:30px;}
	.hero-row{top:55px;}
	.hero-row h2{font-size:26px;}
}





