﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&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:'Oswald', sans-serif;
}
a{text-decoration:none!important;}
.white-link{font-size:20px; color:#fff; text-transform:uppercase; font-weight:500; text-shadow:2px 2px 3px rgba(0,0,0,.8); }
.white-link i{padding-top:5px; padding-left:20px; transition:.3s ease;}
.black-link{font-size:20px; color:#000; text-transform:uppercase; font-weight:500; }
.black-link i{padding-top:5px; padding-left:20px;transition:.3s ease;}
.black-link:hover i, .white-link:hover i{padding-left:40px;}


/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:#333;}
.top-header{max-width:1600px; width:100%; display:flex; justify-content: flex-end; margin:0 auto; padding:10px 15px; box-sizing:border-box;}
.top-header-right{max-width:350px; width:100%; display:flex; flex-direction:row; justify-content: space-between;}
.top-header-right a{color:#fff; font-weight:600; transition:.3s ease;}
.top-header-right a:hover{color:#f9ec0e}

header{width:100%; padding:20px 15px 10px 15px; box-sizing:border-box; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.header-left{width:580px; display:flex; flex-direction:row; justify-content: flex-start;}
.header-right{width:360px; display:flex; flex-direction:row; justify-content: flex-end;}
.search{padding:22px;}
/*---BODY--------------------------------*/
/*-------------Slideshow------------------*/
.slideshow{max-width:100%; position:relative;}
.slide{width:100%;}
.slider-back{position:absolute; width:100%; height:99.3%; top:0; background:linear-gradient(to right, rgba(0,0,0,.7), transparent);}
.slide img{height:100%; width:100%;z-index:-10;}

.slide-caption{position:absolute; bottom:30%; left:10%; z-index:150;}
.slide-caption h1{font-size:80px; padding-bottom:80px; max-width:950px; line-height:85px; text-shadow:2px 2px 3px rgba(0,0,0,.8); text-transform:uppercase;font-weight:800;color:#fff;}
.slide-caption a{color:#fff; }

.cycle-pager{position:absolute; color:#fff; bottom: 5px; margin: 0 auto; left:0px; right:0px; z-index:200; font-size:50px;width:120px;}
.cycle-pager-active{color:#4b4b4b;}
.cycle-pager:hover{cursor: pointer;}

/*----------Search--------------*/
.search-wrapper{width:100%; background:#333; margin-top:-5px;}
.search-width{max-width:1600px; margin:0 auto; padding:25px 15px; box-sizing:border-box; display:flex; flex-direction:row;}
.button-home{ display:flex; flex-direction:column; box-sizing:border-box;}
.button-home button{width:100%; background-color:transparent; padding:20px 0; border-bottom:solid 1px #f9ec0e; border-top:none; border-left:none; border-right:none; }
.button-home button:hover{cursor:pointer;}
.button-home p{font-size:18px; font-weight:600; text-transform:uppercase; color:#fff;}
.button-wrapper{width:150px; margin-right:50px;}

#Second, #Third{width:100%;max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;}
#First{width:100%;overflow: hidden;transition: max-height 0.2s ease-out;}
.open {border-bottom:solid 1px #fff!important;}


.panel-wrapper{width:calc(100% - 200px); margin-top:70px;}

.search-row{display:flex; flex-direction:row; width:100%;}
.search-row .formfield{flex:1; box-sizing:border-box; margin:5px;}
.search-row button{width:200px; margin:5px;}
.search-row .formfield input, .search-row .formfield select{background:#fff; border:solid 1px #fff; color:#000!important; font-size:16px!important; padding:14px; box-sizing:border-box;}
.search-row .formfield input{padding:15px!important;}
.search-row .formfield input::placeholder, .search-row .formfield select::placeholder{color:#000!important;}
.search-row button{background:#f9ec0e; transition:.3s ease; border:solid 1px #f9ec0e; color:#000; font-weight:600; text-transform:uppercase;}
.search-row button:hover{cursor:pointer; background:#333; color:#fff;}




/*------Categories------------*/
.category{max-width:1600px; width:100%; margin:60px auto; border:solid 1px #333; box-sizing:border-box;}
.cat-top{padding:40px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: flex-start; border-bottom:solid 1px #333;}
.cat-top img{max-width:180px;}
.cat-top h2{font-size:26px; text-transform:uppercase; padding-left:40px; padding-top:35px;}
.cat-links{padding:40px; display:flex; flex-direction:row; justify-content: flex-start; flex-wrap:wrap;}
.cat-links a{text-align:left; transition:.3s ease; font-weight:500; font-size:18px; text-transform:uppercase; color:#000; width:calc(33.33% - 20px); background:#f0f0f0; padding:15px 25px; box-sizing:border-box; margin:10px;}
.cat-links a:hover{background:#f9ec0e;}

/*---------Quick Links--------------*/
.qls{max-width:1600px; width:100%; margin:20px auto;display:flex; flex-direction:row;}
.qls a{width:calc(50% - 40px); margin:20px; height:500px; position:relative;}
.qls a img{width:100%; height:100%; object-fit:cover; position:relative;}
.ql-back{position:absolute; width:100%; height:100%; top:0; background:linear-gradient(to top, rgba(0,0,0,.6), transparent);}
.ql-back p{position:absolute; bottom:8%; left:5%; font-size:40px;}

/*---------Home Rows-------------*/
.home-row{width:100%; max-width:1600px; margin:20px auto; border:solid 1px #555; padding:50px; box-sizing:border-box; display:flex; flex-direction:row;}
.home-row-img{width:50%;}
.home-row-img img{width:100%;}
.home-row-text{width:50%; padding:5%; box-sizing:border-box;}
.home-row-text h3{font-size:45px; font-weight:800; text-transform:uppercase; padding-bottom:20px;}
.home-row-text p{font-size:18px; line-heigth:24px; padding-bottom:40px;}

/*-------Home About-----------*/

.home-about{width:100%; text-align:center; margin:0 auto; max-width:1600px; padding:80px 15px; box-sizing:border-box;}
.home-about h4{font-size:45px; font-weight:800; text-transform:uppercase; padding-bottom:30px;}
.home-about p{font-size:18px; line-height:24px; }

.yellow-back{background:#f9ec0e; width:100%; text-align:center; padding:60px 15px; box-sizing:border-box;}
.yellow-back p{font-size:18px; margin:0 auto; width:100%; max-width:1600px;line-height:24px; padding-bottom:20px;}
.yellow-back a{margin:0 auto;}

/*----------Pages--------------*/
.page-width{width:100%; max-width:1600px; margin:0 auto;}
.page-top{max-width:100%; height:500px; position:relative;}
.page-top img{height:100%; width:100%; position:relative;object-fit:cover; z-index:0;}
.page-gradient{height:100%; width:100%; top:0; position:absolute; background:linear-gradient(to right, #000, transparent); z-index:30;}

.page-gradient h1{font-size:70px; position:absolute; bottom:20%; left:9%; max-width:700px; line-height:75px; text-shadow:2px 2px 3px rgba(0,0,0,.8); text-transform:uppercase;font-weight:800;color:#fff;}
.page-gradient a{position:absolute; left:9%; bottom:10%;}

/*------------About Page-----------------*/
.about-page{width:100%; max-width:1600px; margin:0 auto; padding:60px 15px; box-sizing:border-box; display:flex; flex-direction:row;}
.about-left, .about-right{width:50%; padding:15px; box-sizing:border-box;}
.about-left h2, .about-right h2{font-size:40px; font-weight:600; text-transform:uppercase; padding-bottom:20px;}
.about-page p{font-size:18px; line-height:24px;}
.about-page ul li{list-style: disc; line-height:24px; font-weight:600; font-size:18px;}
.about-page ul{padding-left:25px; padding-top:15px;}

.about-wrap{width:100%; background:#f0f0f0;}
.about-page img{width:100%;}

.about-bottom{width:100%; margin:0 auto; max-width:1600px; padding:80px 15px; box-sizing:border-box;}
.about-bottom h3{font-size:40px; font-weight:600; text-transform:uppercase; padding-bottom:15px;}
.about-bottom p{font-size:18px; line-height:24px;}
.about-bottom h4{font-size:30px; font-weight:600; text-transform:uppercase; padding:60px 0 15px 0;}
.team-row{padding:60px 0; display:flex; flex-direction:row; justify-content: flex-start; flex-wrap:wrap;}
.member{width:calc(33.33% - 20px); text-align:center; margin:10px; box-shadow:1px 1px 5px 2px rgba(0,0,0,.1); padding:30px; box-sizing:border-box; }
.member img{width:100%;}
.name{font-size:26px!important; color:#000; font-weight:600; padding:15px 0 5px 0;}
.title{font-size:18px; color:#555; font-style: italic;}
.member button{width:100%; padding:14px; box-sizing:border-box; transition:.3s ease; margin-top:15px; display:block;font-size:18px; font-weight:600; color:#fff; background:#333;}
.member button:hover{background:#f9ec0e; color:#000; cursor:pointer;}

/* Pop up */
#overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7;opacity: 0.7;z-index: 200;display: none;}

.popup{width: 100%; overflow-y:scroll!important; padding:0 5px 50px 5px; box-sizing:border-box; margin:0 auto;padding-top:150px;background: rgba(0,0,0,.8);top:0;display: none;position:fixed;z-index: 101;height: 100%;}

.item{width: 100%; overflow-y:scroll; display:none; padding-bottom:50px; margin:0 auto;padding-top:150px;background: rgba(0,0,0,.8);top:0;position:fixed;z-index: 101;height: 100%;}

.popcontainer{overflow-y: scroll; padding-bottom:50px; box-sizing:border-box; width:100%;max-width: 800px;min-height: 350px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding: 40px;box-shadow: 0 2px 5px #000;}
.popcontainer .flex-form h2{padding-top:0!important;}
.popcontainer img{max-width:200px;width:100%;display:block;}

.popcontainer .close{float: right;height: 35px;left: 0px;font-size:25px;color:#000;border:solid 2px #000;position: relative;padding-left:13px;top: -5px;width: 28px;}

.popcontainer p{font-size:15px; line-height:1; color:#333; padding:5px 0;}
.popcontainer .close:hover{
cursor: pointer;
}
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

.item-container{padding-bottom:50px; overflow-y:scroll!important; box-sizing:border-box; width:100%;max-width: 1100px;min-height: 350px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding:65px 40px;box-shadow: 0 2px 5px #000;}
.item-container .close{float: right;height: 35px;left: 0px;  font-size:60px;color:#000;position: relative;padding-left:13px;top: -50px;width: 28px;}

.item-container p.bold{font-size:28px; width:90%; border-bottom: solid 2px #f9ec0e ;color:#000; font-weight:600; text-transform:uppercase; margin-bottom:15px;}
.item-container p{font-size:18px;}
.item-container a.email{font-size:18px; transition:.3s ease; font-weight:600; color:#000; border:solid 1px #000; padding:15px; box-sizing:border-box; margin-top:20px; display:block; width:110px; text-align:center;}
.item-container a.email:hover{background:#f9ec0e;}


/*-----------Contact-page-------------------*/
.contact-top{width:100%; max-width:1600px; margin:0 auto; padding:80px 15px; box-sizing:border-box; display:flex; flex-direction:row;}
.contact-left{width:400px;}
.contact-right{width:calc(100% - 410px); margin:5px; border:solid 1px #333; padding:40px; background:#fff; box-sizing:border-box;}
.contact-right h2{font-size:26px; text-transform:uppercase; border-bottom:solid 2px #f9ec0e; width:220px;}
.contact-right p{font-size:18px;}

.contact-left section{width:calc(100% - 10px); padding:20px; box-sizing:border-box; margin:5px; background:#fff;border:solid 1px #333;}
.contact-left section p{font-size:20px; font-weight:600; padding-bottom:5px; }
.contact-left a, .contact-left p.small{font-size:18px; color:#000; font-weight:400; transition:.3s ease;}
.contact-left a:hover{color:#999;}

/*---------Gallery------------*/
.gallery{width:100%; margin:0 auto; max-width:1600px; padding:60px 15px; box-sizing:border-box;}
#gal_container {margin:0 auto;text-align:center; display:flex; flex-direction:row; flex-wrap:wrap; justify-content: center;}
#gal_container a{width:calc(25% - 10px);min-width:350px; height:320px!important; margin:5px; margin-top:40px;}
#gal_container img{width:100%; height:100%; object-fit:cover; border:solid 1px #000;}
#gal_container p{color:#000; padding-bottom:10px; font-size:18px;}


/*--------FORM STYLES--------------------*/


#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{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 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:transparent; color:#000;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 120px;border:solid 1px #000;height:auto; text-transform:uppercase; font-size:16px; font-weight:600; margin: 0 auto;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:#f9ec0e; transition:ease-out .3s; cursor:pointer;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:120px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#000important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#333;}
.footer-wrapper{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; flex-wrap:wrap; padding:110px 15px; box-sizing:border-box;}
.foot-col{width:25%; padding:0 15px; box-sizing:border-box; min-width:200px;}
.foot-col img{width:100%; max-width:220px;}
.foot-col p{color:#ccc; font-size:16px; padding-top:10px;font-family:'Oswald', sans-serif}
.foot-col p.bold{font-size:20px; padding-top:0; color:#fff; font-weight:800; text-transform:uppercase;padding-bottom:15px;}
.foot-col ul li a{font-size:18px; font-family:'Oswald', sans-serif; color:#fff; font-weight:400; text-transform:uppercase; line-height:26px;}
.foot-col a{font-size:18px; font-weight:400; color:#fff;}
.foot-col p a{color:#ccc;font-family:'Oswald', sans-serif}
.foot-col a:hover{color:#f9ec0e}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.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: #333 !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: #333 !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: #f9ec0e !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;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
	.slide-caption{bottom:20%;}
	.slide-caption h1{font-size:60px; line-height:60px; max-width:700px;}
	.home-row-text{padding:0 5% 5%;}
	.home-row-text h3{font-size:35px;}
}
@media only screen and (max-width: 1250px) {	
	.cycle-slide{height:450px;}
	.slide-caption{bottom:16%;}
	.slide img{object-fit:cover;}
	.qls a{height:400px;}
	.about-page h2, .about-bottom h3{font-size:32px!important; line-height:32px!important;}
	.contact-left{width:250px;}
	.contact-right{width:calc(100% - 250px);}
}

@media only screen and (max-width: 1000px) {	
	.header-left{justify-content: space-between; width:98%; margin:0 auto;}
	.header-right{display:none;}
	.search-width{flex-direction:column;}
	.button-home{width:100%; text-align:center;}
	.button-wrapper{margin:0 auto;}
	.panel-wrapper{width:100%;}
	.qls{flex-direction:column;}
	.qls a{width:calc(100% - 40px);}
	.home-row{flex-direction:column;}
	.home-row-img{width:100%; height:400px;}
	.home-row-img img{height:100%; object-fit:cover;}
	.home-row-text{width:100%; padding:3%;}
	.home-about h4{font-size:35px;}
	.page-gradient h1{left:2%; font-size:55px; line-height:55px;}
	.about-left br{display:none!important;}
	.contact-top{flex-direction:column;}
	.contact-left{width:100%;}
	.contact-right{width:99%;}
}

@media only screen and (max-width: 850px) {	
	.slide-caption{left:2%; max-width:520px;}
	.slide-caption h1{font-size:45px; line-height:45px;}
	.search-row{flex-direction:column;}
	.search-row button{width:99%; padding:15px; box-sizing:border-box;}
	.cat-links a{width:calc(50% - 20px);}
	.footer-wrapper{flex-direction:column;}
	.foot-col{width:100%; text-align:center; padding-top:15px;}
	.page-top{height:400px;}
	.about-page{flex-direction:column;}
	.about-left, .about-right{width:100%;}
	.flex-row{flex-direction:column;}
	.form-half{width:calc(100% - 10px);}
}

@media only screen and (max-width: 650px) {	
	.logo{max-width:225px; width:100%;}
	.logo img{width:100%;}
	.slide-caption h1{font-size:38px; line-height:38px; text-align:center; padding-bottom:40px;}
	.cycle-slide{height:380px;}
	.slide-caption a{margin:0 auto; display:block; max-width:160px;}
	.cat-links a{width:calc(100% - 20px);}
	.cat-top img{max-width:130px;}
	.cat-top h2{font-size:22px; padding-top:25px;}
	.qls a{height:300px;}
	.ql-back p{font-size:28px;}
	.home-row{padding:30px;}
	.home-row-text h3, .home-about h4{font-size:28px; line-height:28px;}
	.page-gradient h1{font-size:40px; line-height:40px; padding:0 15px; box-sizing:border-box;}
	
}
@media only screen and (max-width: 500px) {
	.page-gradient h1{font-size:35px; line-height:35px;}
	.page-gradient{background:rgba(0,0,0,.5);}
	.page-top{height:280px;}
	#gal_container a{width:calc(25% - 10px);min-width:250px; height:220px!important; margin:5px; margin-top:40px;}
	.contact-right{padding:30px;}
}
@media only screen and (max-width: 380px) {
	.slide-caption h1{font-size:28px; line-height:28px;}
	.cat-top img{display:none;}
	.cat-top h2{padding:0; display:block; text-align:center; width:100%;}
	.cat-top, .cat-links{padding:30px;}
	.ql-back p{font-size:22px;}
	.qls a{height:240px;}
}





