﻿/***** 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/



/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}


/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('../fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}


/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/lato-v14-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Black Italic'), local('Lato-BlackItalic'),
       url('../fonts/lato-v14-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/*HOSTED CONTENT*/
.hosted-content h3 {
	font-family: 'Lato', sans-serif;
	font-size:26px;
	font-weight:400;
	color:#fff;
}

.hosted-content #listings-title {
	color:#006738 ;
	font-style:italic;	
	font-weight:400;
}

.hosted-content .dealers-list-wrapper .control-box select, .hosted-content .listings-wrapper .control-box select {
	width:auto;	
}

.hosted-content label {
    font-family: 'Lato', sans-serif; !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 28px;
	font-family: 'Lato', sans-serif !important;
	text-transform:uppercase;
	font-weight:400;
}





body {
	color:#000;
	font-family: 'Lato', sans-serif;
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
}
a:hover  {
    text-decoration:underline;
    color:#fff;
}

h1 {
	font-size:40px;
	font-family: 'Lato', sans-serif;
	font-weight:900;
}

h2 {
	font-weight:900;
	font-size:36px;
}

h3 {
	font-weight:900;
	font-size:32px;
}

h3 {
	font-weight:900;
	font-size:32px;
}

h4 {
	font-weight:400;
	font-size:26px;
}

h5 {
	font-weight:900;
	font-size:18px;
}


p {
	line-height:20px;
	font-size:16px;
	font-family: 'Lato', sans-serif;
}
	 
.wrapper {
	width:90%;
	margin:0 auto;
	max-width:1170px;
}

/**SPANS**/
.green-italic { color:#006738 ; font-style:italic; font-size:inherit; font-weight:400; }


.highlight {
	font-size: 23px;
	padding-top: 5px;
}

/*FORMS
------------------------------------------------*/

input {
	padding:5px;
	box-sizing:border-box;
	width:60%;
	margin:5px 0 15px 0;
	font-size:12px;
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
	font-size:12px;
	float:none;
}

.yellow-button {
	display:inline-block;
	margin-bottom:15px;
	padding:12px 50px;
	width:60%;
	font-family:'Lato', sans-serif;
	background: #006738 ;
	color: #fff;
	font-weight:700;
	text-decoration:none;	
}

.yellow-button:hover {
	background: #000;
	color:#fff;
	font-weight:700;
	cursor:pointer;
}

form .yellow-button {
	border-style:none;
}

.main-heading {
	padding:40px 0;
	text-align:left;
	border-bottom: #f8a61a /*orange*/ solid 4px;
}

select {
    width: 60%;
    padding: 8px;
    border: 1px solid rgb(169, 169, 169);
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
}


 
/***HEADER***/

.text-logo {
    display: flex; 
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding:30px 0;
}
.logo-text-main {
    color:#000; 
    font-size: 45px;
    font-weight: 700;
}
.logo-text-sml {
    color:#006738;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    padding:0 0 0 10px;
}

.title {
	border-bottom:2px solid #006738 ;
	padding:10px 0;	
}

/*
.header-home {
	background:url(../siteart/trailerimg.jpg) center center no-repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-bottom:400px;
}
*/
.header {
	background:url(../siteart/trailerimg.jpg) center center no-repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-bottom:0;
}
.home-page .header{
    background:none;   
}
.header .wrapper, .header-home .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



.white-bar {
	background: rgba(255, 255, 255, 0.9);
	margin:0 auto;
	width:100%;

}

/*
.small-box-logo {
	width: 25%;
}
*/

.small-box img {
/*	padding-top:30px;*/
}

.small-box h3 {
	padding:5px 0;
    font-size: 20px;
}

.small-box {
	color:#006738 ;
	text-align:center;
	margin-top: 10px;
}

.small-box a {
	color:#006738 ;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}

.desktop-hidden {
	display: none;
}

.header-image img {
	width: 100%;
	height: 474px;
	object-fit: cover;

}

.white-bar .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

/*BODY*/
.body-background {
	background:url(../siteart/diamondplate.jpg) repeat; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	margin:0 auto;
}

.body-background img {
	max-width:100%;
		
}

.home-text {
	background: rgba(255, 255, 255, 0.9);
	margin:0 auto;
	width:75%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:145px 30px;

}

.home-sidebar {
	background:rgba(0, 0, 0, 0.8);
	margin:0 auto;
	width:25%;
	padding:30px;
	color:#fff;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}

.home-sidebar p {
	line-height:22px;
	font-size:14px;
}


/*INVENTORY*/
.white-bar img {
    display: inline-block;
/*	max-width: 62% !important;*/
	margin-top: 7px;
	width: 210px;

}

.inventory-text {
	background: rgba(255, 255, 255, 0.83);
	margin:0 auto;
	width:100%;
	display:inline-block;
	padding:10px;
	box-sizing:border-box;
}

/*AIR COOLERS*/
.cooler-text {
	background: rgba(255, 255, 255, 0.9);
	margin:0 auto;
	width:75%;
	display:inline-block;
	box-sizing:border-box;
	padding:40px 30px 40px;
	float:left;
}

.cooler-text p {
	margin-bottom:10px;	
}

.cooler-sidebar {
	background:rgba(0, 0, 0, 0.8);
	margin:0 auto;
	width:25%;
	padding:30px;
	color:#fff;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}

.box-sidebar {
	width:100%;
	box-sizing:border-box;
	margin: 0 auto;
	float:left;
	padding:10px 0;
}

.contact-line {
	display: inherit;
    margin: 0 20px;
    padding: 5px 0;	
	border-bottom: 1px solid #B9B9B9;
}

.cooler-sidebar p {
	line-height:22px;
	font-size:14px;
}

.cooler-sidebar a {
	line-height:22px;
	font-size:14px;
	color:#fff;
}

.cooler-sidebar a:hover {
	color:#006738 ;
}

/*CONTACT*/
.contact-text {
	background: rgba(255, 255, 255, 0.8);
	margin:0 auto;
	width:100%;
	display:block;
	box-sizing:border-box;
	padding:40px 30px 40px;
	float:none;
}

.contact-text p {
	margin-bottom:10px;	
}

.contact-sidebar {
	background:rgba(0, 0, 0, 0.8);
	margin:0 auto;
	width:100%;
	padding:30px;
	color:#fff;
	display:block;
	float:none;
	box-sizing:border-box;
	text-align:center;
    height: auto;
}

.contact-sidebar p {
	line-height:22px;
	font-size:14px;
}

.portrait {
	display: block;
    float: left;
    text-align: center;
	width:100%;
		
}
.portrait2 {
	display: block;
    float: left;
    text-align: center;
	padding-top:30px;
	width:100%;
}

.contact-boxes {
    display: flex;
    flex-wrap: wrap;
    gap:30px 0;
}

.contact {
	text-align:center;
	margin:0 auto;
	display:block;
	height:auto;
	width:100%;
	float:none;
	padding:20px 0;
}

.contact-boxes i {
	text-align:center;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 61px; 
	height: 61px; 
	line-height: 61px;
	display:inline-block; 
	margin:10px auto;
	vertical-align:middle;
	max-width:100%;
	color:#fff;
}

.contact-third {
	width:32%;
	height:auto;
	box-sizing:border-box;
	font-size:16px;
	text-align:center;
	color:#fff;
	padding:10px 0;
}

.contact-third a {
	color:#fff;
	text-decoration:none;
}

.contact-third a:hover {
	color:#006738 ;
	text-decoration:underline;
}

/*INVENTORY*/
.inventory-sidebar {
	width:100%;
	background:rgba(0, 0, 0, 0.8);
	margin:0 auto;
	padding:30px;
	color:#fff;
	display:inline-block;
	float:left;
	box-sizing:border-box;

}
.inventory-box-sidebar {
	width:48%;
	text-align:center;
	box-sizing:border-box;
	margin: 0 auto;
	float:left;
	padding:10px 0;
}

.inventory-sidebar p {
	line-height:22px;
	font-size:14px;
}

.inventory-sidebar a {
	line-height:22px;
	font-size:14px;
	color:#fff;
}

.inventory-sidebar a:hover {
	color:#006738 ;
}


/*  COOLER - IMG 
------------------------------------------------*/
.col-1-2 {
    width: 40%;
    padding: 5px 0px 20px 20px;
    margin: 0px auto;
    float: right;
}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*FOOTER*/
footer {
	background:#000;
	padding:40px 0;
	border-top:#006738  4px solid;
}

.copyright {
	font-size:12px;
	color:#fff;
	text-align:center;
}

.copyright a:hover  {
    color:#006738  !important;
	text-decoration:underline;
}

.copyright a {
	color:#fff !important;	
}

/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1200px) { 
/*COOLERS*/
 .cooler-text {
		width:100%;	
	}
	
 .cooler-sidebar {
		width:100%;
	}
.box-sidebar {
		width:48%;
		text-align:center;
		padding:0;
	}
}

@media screen and (max-width: 1050px) {

	.small-box-logo {
		width: 30%;
	}
	
	.small-box {
		width: 30%;
	}
	


    .header-home {
		padding-bottom:150px;
	}
	
}

@media screen and (max-width: 900px) {

	.small-box {
		width: 50%;
        text-align: right;	
	}
	
	.small-box img {
		width: 80%;
		max-width:100%;
		padding-top:40px;
	}
	

	
/*HOME*/
	.home-text {
		width:100%;	
	}
	
	.home-sidebar {
		width:100%;
	}
	
/*CONTACT*/
	.contact-text {
		width:100%;
	}
	
	.contact-sidebar {
		width:100%;
		padding:0;
		padding:30px 0;
	}
	
	.portrait {
		width:50%;
			
	}
	.portrait2 {
		width:50%;
		padding-top:0;
	}

}

@media screen and (max-width: 840px) {
	.col-1-2 {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 0px auto;
	}
	
}


@media screen and (max-width: 768px) {

	
	p {
		line-height: 16px;
		font-size: 14px;
	}
	

	
/*HOSTED CONTENT*/
	.hosted-content h3 {
		font-size:20px;
		line-height:20px;

	}
	
}
@media screen and (max-width: 620px) {
	.cooler-sidebar p {
		line-height:14px;
		font-size:12px;
	}
	
	.cooler-sidebar a {
		line-height:14px;
		font-size:12px;
	}
	
	.inventory-sidebar p {
		line-height:14px;
		font-size:12px;
	}
	
	.inventory-sidebar a {
		line-height:14px;
		font-size:12px;
	}
}

@media screen and (max-width: 582px) {

    
	.small-box-logo {
		width: 100%;
        display: flex;
        justify-content: center;
	}
	
	.small-box {
		text-align:center;
		width: 100%;
	}
	
/*
	.small-box img {
		padding:10px 0;
		width: 100%;
		max-width:100%;
	}
	
*/

	.white-bar img {
		width: 220px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.small-box {
		margin-top: 20px;
	}
	
	.small-box h3  {
		margin-bottom: 20px;
	}
	
	header {
		padding-bottom:0;
	}
/*HOME*/
	.home-text {
		padding:50px 30px;
	}
	
/*FOOTER*/	
	.copyright {
    	font-size: 10px;
	}
	
/*CONTACT*/		
	.portrait {
		width:100%;
			
	}
	.portrait2 {
		width:100%;
		padding-bottom:30px;
	}
	.contact-third {
		width:100%;
	}
	
	.contact.highlight {
		font-size: 17px !important;
		text-align: center !important;
		margin: 0 auto;
		width: 90%;
	}
	
	.header-image img {
		height: 430px;
		object-fit: cover;
	}
	
	.fa-solid, .fas {
		font-size: 17px;
		margin-left: 4px;
	}
	
	.icon.flex {
		display: flex;
		gap: 30px;
		justify-content: center;
		flex-direction: column;
	}

	
}
@media screen and (max-width: 520px) {


	
	.cooler-sidebar {
		text-align:center;	
	}
	
	.inventory-sidebar {
		text-align:center;	
	}
	
	.box-sidebar {
		width:100%;
		padding-top:20px;
	}
}
@media screen and (max-width: 520px) {
	.inventory-box-sidebar {
		width:100%;
		padding:20px 0;
	}
	
}
@media screen and (max-width: 400px) {
	h2 {
    	font-size: 28px;
		text-align:center;
	}
    .text-logo {
         justify-content: center;   
    }
    .logo-text-main {
        font-size: 10vw;
    }
    .logo-text-sml {
        font-size: 4vw;
        padding: 0 0 0 1vw;
    }
		.highlight {
		font-size: 17px !important;
		text-align: center !important;
		margin: 0 auto;
		padding: 0 15px;
	}
}
@media screen and (max-width: 330px) {
/*CONTACT*/
	.contact-third {
		width:100%;
	}
}
