﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800&family=Red+Hat+Display:wght@300;400;500;600;700;800&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;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;  
} 
body{font-family:'Roboto', sans-Serif;}
a{transition: .3s ease;}
/*-------- 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;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/

.header-numbers a.portal{transition:.3s ease; padding:15px; box-sizing:border-box; width:180px; display:block; position:relative; border-radius:20px; border:solid 1px #fff; background:radial-gradient(#fff, #ccc); border:solid 1px #BFBFBF; }
a.portal p{color:#a81e22; transition:.3s ease; font-weight:800; font-size:16px;}
a.portal i{position:absolute; transition:.3s ease; right:-10px; border:solid 1px #fff; font-size:16px; bottom:10%; color:#fff; background:#a81e22; border-radius:50%; padding:13px;}

a.portal:hover i{right:-20px;}

.site-header .logo{padding:15px 0;}
.site-header{width:100%; background-color:#000;}
.top-wrapper{display:flex; flex-direction:row; justify-content: space-between; width:80%; margin: 0 auto;}
.header-numbers{display:flex; flex-direction:row; width:1200px; justify-content:space-between;padding:23px 0;}
.header-numbers p{color:#fff; display:flex; flex-direction:column; font-size:14px; font-weight:400;}
.header-numbers a{color:#fff; padding-top:5px; font-size:16px; }
.header-numbers a:hover{color:#a81e22;}
.logo{width:300px;}
.logo img{max-width:240px;}

.slideshow{width:100%;}
.cycle-slideshow{width:100%;}
.slide{width:100%;}
.slider-back{position:relative; width:100%;margin-bottom: -5px;}
.slider-back img{width:100%!important;}
.slide-caption{position:absolute;bottom:35%;left:10%; z-index:320;}
.slide-caption{color:#fff;}
.slide-caption h3{font-size:16px; font-weight:400; }
.slide-caption h1{font-size:70px;}
.slide-caption p{font-size:20px;letter-spacing:2px;line-height:24px;font-weight:300;padding: 0 0 40px 0; width:600px;}
.slide-caption a{color:#fff;background-color:#a81e22;font-size: 15px;font-weight: 300;padding: 11px 20px 11px 20px;}
.slide-caption a:hover{background-color:#000; box-shadow: 0 0 5px #bbb;}
.slide-caption .fa{padding-left:50px;}
.cycle-pager{position:absolute; bottom:10px; color:#fff; z-index:300; left:0; right:0; margin:0 auto; width:50px; font-size:45px;}
.cycle-pager-active{color:#a81e22;}
.cycle-pager:hover{cursor:pointer;}

/*---BODY--------------------------------*/
/*------Location area----------*/
.location-container{width:100; display:flex; flex-direction:row;}
.location-left{width:30%;}
.top-left{background-color:#343333;padding: 20px 0 40px 25%; height:300px;}
.top-left h3{color:#fff; font-size:22px; font-weight:500; padding: 10px 0;}
.top-left p{color:#fff; padding:2px 0;}
.top-left a{color:#fff; font-size:14px; font-weight:300; line-height:24px;}
.top-left a:hover{color:#a81e22;}
.bottom-left{background-color:#a81e22; padding:65px 0;height:50px;}
.message-button{margin:0 auto; background-color:#000; width:200px; padding:15px; text-align:center; transition: .3s ease;}
.message-button a{color:#fff; padding: 10px 20px; font-size:14px; }
.message-button:hover{box-shadow: 0 0 6px #fff;}
.location-right{width:70%;}
.location-map{width:100%; height:540px;}


/*--------QUICK LINKS---------------*/
.quick-links{width:100%; background:url("../siteart/Black.jpg"); background-repeat: repeat; padding:20px 0;}
.ql-container{max-width:1500px; margin: 0 auto; display:flex; flex-direction:row; flex-wrap:wrap; justify-content: center;}
.ql{width:320px; margin:20px; position: relative; overflow:hidden!important;}
.ql p{position:absolute; bottom:60px; left:0; right:0; color:#fff; text-align:center; font-size:16px; font-weight:600;}
.ql img{width:100%;  filter: brightness(30%); transition:.5s ease; overflow:hidden;}
.ql:hover img{filter: brightness(90%); transform: scale(1.2);}


/*---------about section------------------*/
.about-section{display:flex; flex-direction:row; width:80%; margin: 0 auto; justify-content:space-between; padding:70px 0;}
.about-left{width:42%;}
.about-left h2{font-size:28px; font-weight:300; padding-top:20px;}
.about-left span{font-weight:600;}
.about-left hr{color:#a81e22; border:solid 2px #a81e22; width:430px; float:left; }
.about-left p{clear:both;line-height:24px; padding-top:10px; letter-spacing:1px;}
.about-right{width:40%;}
.about-right img{width:100%;}

/*----------links--------------*/
.gray-links{background-color:#343333; width:100%;}
.links-container{width:80%; margin: 0 auto; display:flex; flex-direction:row; flex-wrap:wrap; justify-content: center; padding:40px 0;}
.link{width:200px; margin:40px; border: solid 1px #fff; transition: .3s ease;}
.link img{margin: 0 auto; padding:20px 20px 20px 30px; width:70%;}
.link p{padding:20px 0 30px 0; color:#fff; text-align:center;}
.link:hover{background-color:#a81e22; box-shadow: 0 0 6px #fff;}

/*--------featured products------------*/
.products{max-width:1250px; margin: 0 auto;padding:20px 0;}
.products hr{width:80%;}
.products h5{font-size:24px; color:#000; text-align:center; padding:30px 0 20px 0;}
.featured-products, .products-page{display:flex; flex-direction: row; justify-content: center; flex-wrap:wrap;}
.featured-products a{width:260px;}
.products-page a{width:250px;}
.brand{ border: solid 1px #bbb; margin:15px; width:240px; transition:.3s ease;}
.brand img{width:100%; margin: 0 auto;}
.brand:hover{box-shadow: 0px 0px 6px #777;}



.scrolling-wrap{width:100%; height:90px;}
.red-scroll{background-color:#a81e22; padding:10px 0;}


/*-------Parts and Service-------------*/
.parts-and-service{width:70%; margin: 0 auto; padding: 20px 0 80px 0;}
.parts h2, .service h2{padding:30px 0 10px 0; font-size:24px;}
.parts p, .service p{line-height:24px; letter-spacing:.5px; padding-top:10px;}
.parts-and-service a{color:#000; text-decoration:underline;}
.parts-and-service a:hover{color:#a81e22;}

/*---------Finance page--------------*/

.finance-page{width:70%; margin: 0 auto; padding:80px 0;}
.finance-row{display:flex; flex-direction:row; justify-content:space-between; padding:40px 0;}
.finance-left{width:60%;}
.finance-left h2{padding:20px 0;}
.finance-left p{line-height:24px;}
.finance-right img{padding: 20px 30px; border: solid 1px #bbb; transition: .3s ease;}
.finance-right img:hover{box-shadow:0px 0px 5px #999; }


/*-----------Irrigation page--------------*/
.irrigation-page{width:80%; margin: 0 auto; padding:50px 0;}
.irrigation-container{display:flex; flex-direction:row; justify-content:space-between;}
.irrigation{width:60%; padding:20px 0;}
.irrigation p{line-height:26px; border-bottom: 1px solid #bbb; padding:15px 0;}
.irrigation-btns{padding:20px 0; width:380px; display:flex; flex-direction:column; margin-left:10px;}
.irrigation-list button{width:100%; float:right; padding: 12px 0 12px 8px; border:solid 1px #bbb; font-weight: 400; font-size:18px; text-transform:uppercase; text-align:left; color:#333; background-image: linear-gradient(#f1f1f1, #bbb ); transition:.3s ease;}
.irrigation-list button:hover{background-image:linear-gradient(#bbb, #777); color:#fff;}
.inventory-list-content{display:none;}
.inventory-list-content{width:86%; background-color:#F3F3F3;  border:solid 1px #CBCBCB; padding:12px; box-sizing:border-box; line-height:22px;}
.inventory-list-content ul{padding-left:25px;}
.inventory-list-content ul li{list-style: disc; }

/*--------Contact--------------*/
.contact-page{position:relative;}
.contact-info{display:flex; flex-direction:row; position:absolute; bottom: 7vh; left:15vh;}

.hours-wrapper, .information-wrapper{padding:10px 25px;}
.hours, .info{display:flex; flex-direction:row; padding-top:10px;}
.contact-info{background-color:#fff; padding:20px;}
.hours-wrapper h3, .information-wrapper h3{font-size:18px; padding:5px 0; color:#a81e22; border-bottom: 3px solid #a81e22;}
.hour-col{ line-height:26px;}
.info-col{line-height:26px;}
.info-col ul li a{color:#000; padding-left:20px;}
.info-col ul li a:hover{color:#a81e22;}
.dark{background-color:#F0F0F0; padding-right:50px;}


/*-----------CAREERS PAGE--------------*/
.careers{width:70%; margin: 0 auto; padding:50px 0;}
.careers h2{padding:10px 0; font-size:28px;}
.career{display:flex; flex-direction:row; justify-content:space-between; border-top:1px solid #333; border-bottom: 1px solid #333; padding:20px 0 40px 0;}
.job-col{width:70%;}
.job-col h4{font-size:18px;}
.job-col h3{font-size:26px; color:#a81e22; padding:8px 0;}
.job-col p{line-height:24px;}
.job-col ul{padding:15px 0 40px 0;}
.job-col ul li{font-weight:500; padding:5px 0; list-style: disc;}
.call-col p{line-height:24px;}
.call-col a{padding:15px 0; color:#000;}
.call-col a:hover{color:#a81e22;}

.red-btn{padding:12px 30px; background-color:#a81e22; color:#fff; font-weight:600;}
.red-btn:hover{background-color:#000;}


/*---------application-----------------*/
.application{background-color:#C9C9C9;}
.application-top{width:70%; margin: 0 auto; padding:40px 0;}
.application-top h2{ padding: 20px 0; font-size:28px;}
.application h2{padding:20px 0; font-size:26px; color:#a81e22!important; text-align:center;}
.application h3{padding:20px 0;}

/*----------thank you------------*/
.thankyou{text-align:center; width:80%; margin: 0 auto; padding:80px 0;}
.thankyou .fa{color:#a81e22; font-size:60px; padding:30px; border:solid 1px #a81e22; border-radius:50%;}
.thankyou p{padding:30px 0; font-size:16px;}



/*--------FORM STYLES--------------------*/
.form-background h2{color:#fff; padding-left:10px;}
.contact-form{background-color:#343333; padding:50px 0;}
.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;font-size: 15px;}
.form-background{width:70%; margin: 0 auto;}
#formpage input, #formpage select{padding: 20px 0 20px 15px;border: 1px solid #ccc;color: #5A5A5A;font-size: 14px;}
#formpage select{width:100%!important;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 20px 0px;}
.form-half{flex:1; display:flex; flex-direction:row; justify-content:center; margin: 10px;}
.form-whole{margin: 0 auto; width:98%; padding-left:5px;}
.flex-input{width:98%;}
.flex-input > input{width:98%!important;}
.row-input{display:flex; flex-direction:row;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;}
#formpage input.submit-button, #formpage input.submit-button:focus {background:#a81e22; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 100px;border:none;height:auto; text-transform:uppercase; font-size:16px; font-weight:600;}
#formpage input.submit-button:hover{background:#000; box-shadow:1px 1px 3px #848484;transition:ease-out .3s;}

.captcha-button{margin: 0 auto; text-align:center;}

.CaptchaMessagePanel{color:#fff!important;}
.CaptchaWhatsThisPanel a{color:#fff!important;}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

.include-captcha{display:none;}

#formpage textarea {padding: 6px 0px 6px 10px;border: 1px solid #ccc!important;color: #000;font-size: 16px;background: #fff;width: 99%;height: 80px;border-radius:2px;margin-top:10px;}

#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

.submit-button{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}

#submit-btn{padding:20px; text-align:center;}

.button button{background:#a81e22; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 100px;border:none;height:auto; text-transform:uppercase; font-size:16px; font-weight:600;}
.button button:hover{background:#000; box-shadow:1px 1px 3px #848484;transition:ease-out .3s;}

/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background-color:#000; padding:50px 0;}
.footer-wrapper{width:80%; margin:0 auto; display:flex; flex-direction:row; justify-content: flex-start; text-align:left; padding:20px 0 40px 0;}
.footer-row{width:33%;}
.footer-row img{max-width:240px;}
.footer-row p{color:#fff; font-weight:600; padding-bottom:10px; font-size:14px;}
.footer-row a{color:#B3B1B1; font-weight:300; line-height:22px; font-size:14px;}
.footer-row a:hover{color:#a81e22;}
.copyright{width:80%; margin: 0 auto; text-align:center; padding:20px 0; border-top:solid 1px #5b5b5b;}
.copyright-wrapper{width:60%; margin: 0 auto;}
.copyright p{color:#5B5B5B; font-size:13px;}
.copyright a{color:#5b5b5b;font-size:13px; }
.copyright a:hover{color:#bbb;}
.footer-mobile{display:none;}



/*----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: #a81e22 !important;
    color: #000 !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: #a81e22 !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: #333 !important;
    color: #fff !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: 1700px) {
	.contact-info{left:20px;}
	.inventory-list-content{width:85.5%;}

}

@media only screen and (max-width: 1490px) {
	.top-wrapper{width:90%;}
	.slide-caption{bottom:25%;}
	.about-section{flex-direction:column-reverse;}
	.about-left, .about-right{width:80%; margin:0 auto;}
	.location-right{width:50%;}
	.location-left{width:50%;}
	.location-map{height:470px;}
	.top-left{height:240px;}
	.bottom-left{height:40px;}
	.finance-right{padding: 20px 0 10px 10px;}
	.information-wrapper{padding:10px 5px;}
	.call-col{padding: 15px 0 0 10px;}
	.inventory-list-content{width:85%;}
	.header-numbers{width:900px;}
}

@media only screen and (max-width: 1380px) {
	.contact-info{position:relative; bottom:0;}
	.map iframe{height:300px;}
	.contact-info{left:0;}
	.irrigation-list button{width:380px;}
	.inventory-list-content{padding:0; width:378px;}
	.inventory-list-content ul {padding:12px 12px 10px 25px;}
	.inventory-list-content p {padding:12px 12px 10px 12px;}
	
}

@media only screen and (max-width: 1100px) {
	.top-wrapper{ flex-direction:column-reverse;} 
	.logo{width:auto!important; margin: 0 auto;}
	.cycle-slideshow{height:400px;}
	.slider-back{height:400px;}
	.slider-back img{height:400px; object-fit:cover;}
	.location-container{flex-direction:column;}
	.location-right, .location-left{width:100%;}
	.top-left{padding:0;}
	.top-left h3{text-align:center; padding:20px 0;}
	.row-wrapper{flex-direction:row; display:flex; justify-content:space-around;}
	#foot-desktop{display:none;}
	.footer-mobile{display:block; width:230px; margin:0 auto; }
	.footer-mobile img{width:100%;}
	.footer-wrapper{justify-content:space-around;}
	.slide-caption p{width:90%;}
	.copyright-wrapper{width:100%;}
	.parts-and-service, .finance-page, .careers, .irrigation-page{width:90%;}
	.header-numbers{width:100%;}
}


@media only screen and (max-width: 825px) {
	.slide-caption h1{font-size:55px;}
	.slide-caption p{font-size:18px;}
	.about-left{width:90%;}
	.about-left hr{width:90%;}
	.location-map{height:300px;}
	.link{margin:20px;}
	.finance-row{flex-direction:column;}
	.finance-left{width:100%;}
	.form-background{width:95%;}
	.career{flex-direction:column;}
	.call-col{padding:40px 0 0 0;}
	.job-col, .call-col{width:100%;}
	.irrigation-container{flex-direction:column;}
	.irrigation{width:90%; margin: 0 auto;}
	.irrigation-btns{width:100%; margin:0 auto;}
	.irrigation-list button{float:none; width:100%;}
	.inventory-list-content{width:100%;}
	.header-numbers{flex-direction:column; justify-content:center; text-align:center;}
	.header-numbers a{padding-top:0; font-size:14px;}
	.header-numbers p{display:flex; flex-direction:row; text-align:center; width:240px; margin:0 auto; justify-content:center; padding-top:10px;}
	a.portal{margin:15px auto 0 auto;}
	a.portal p{padding:0!important;  text-align: flex-start!important; justify-content: flex-start!important;}
}
@media only screen and (max-width: 680px) {
	.contact-info{flex-direction:column-reverse;}
	.hours-wrapper{padding:0;}
	
}

@media only screen and (max-width: 600px) {
	.slide-caption{max-width:90%;}
	.about-left, .about-right{width:95%;}
	.copy-right, .footer-wrapper{width:90%;}
	.products{width:95%;}
	.brand{ margin:10px;}
	.slide-caption{left:5%;}
	.slide-caption h1{font-size:45px;}
	.slide-caption p{font-size:14px;}
	.parts-and-service p{font-size:16px; line-height:20px;}
	.finance-right img{width:160px;}
	.flex-row{flex-direction:column;}
	.form-whole{width:94%;}
	#formpage select{ width: 101%!important;}
	


	
}

@media only screen and (max-width: 450px) {
	.irrigation-list button{width:100%;}
	.inventory-list-content{width:99%;}
	.irrigation-list button{font-size:16px;}
}


@media only screen and (max-width: 350px) {
	.loc-col{font-size:12px;}
	.featured-products a{width:260px;}
	.ql{width:280px;}
	.row-wrapper{flex-direction:column; width:170px; margin: 0 auto;}
	.top-left{height:280px;}
	.footer-row{width:100%;}
	.footer-wrapper{flex-direction:column; width:140px; margin: 0 auto;}
	.parts-and-service p{font-size:14px; }
	.dark{padding-right: 5px;}
	.info-col ul li a, .info-col ul li{font-size:15px;}
	.hour-col{font-size:15px;}
	.job-col h3{font-size:22px;}
	.job-col p{font-size:15px;}
	.job-col ul li{font-size:16px; padding:2px 0;}
	.logo img{max-width:200px!important;}
	.slide-caption h1{font-size:35px;}
	.slide-caption p{font-size:16px; line-height:22px; letter-spacing:.5px;}
	.brand{width:auto;}
}



