﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* 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 {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0px 50px;}
.headerleft{width: 20%; padding: 20px 0px 0px 0px;}
.headerleft img{width: 250px;}
.headerright {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-end;
	width: 75%;
}
.headerbottom {
    width: 100%;
    text-align: right;
}
.headertop {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.heroimg{
	background: url("/siteart/country-trailer-bkgd-lot.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: #156593 solid 20px;
	background-attachment: fixed;
	background-color: #000;
}
.headercontactsect {
    display: flex;
    align-items: flex-start;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: 1px solid #fff;
    border-radius: 5px;
    width: 60%;
    justify-content: space-between;
}
.headercontact {
    border-right: 1px solid #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    width: 33.3%;
    text-align: center;
    border-radius: 5px;
	color: #fff;
}
.headercontact a{
	color: #fff;
	padding: 0px 10px;
	font-family: "Barlow", serif;
	font-size: 14px;
	font-weight: 600;
}
.headercontact span{
	color: #fff;
	padding: 0px 10px;
	font-family: "Barlow", serif;
	font-size: 14px;
	font-weight: 600;
}
.headerbottom {
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.inv-cat-sect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin: 10px 0px 10px 1%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px 60px;
    box-sizing: border-box;
    width: 99%;
}
.inv-cat-btn {
    width: 13%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inv-cat-btn img{
    width: 125px;

}
.header-category-btn {
    display: flex;
    background: #156593;
    padding: 0px;
    width: 100%;
    text-align: center;
    justify-content: space-between;
	border-radius: 20px;
	align-items: center;
	height: 35px;
}
.header-category-btn span{
   font-family: "Barlow Condensed", serif;
	width: calc(100% - 35px);
	text-align: center;
	color: #fff;
	position: relative;
	left: -10px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	transition-duration: 0.5s;
}.header-category-btn span:hover{
	left: -7px;
}
.header-category-btn i {
    text-align: center;
    color: #000;
    background: #e5f5ff;
    border-radius: 20px;
    font-weight: 600;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #FFF solid 4px;
}
.herosection{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 700px;
}

.heroleft{
	width: 75%;
	padding: 0px 40px 40px 40px;
	box-sizing: border-box;
}
.heroimgrt{
    border-radius: 20px;
    border-bottom-right-radius: 90px;
    width: 680px;
    margin: 10px 0px 30px 0px;	
}
.heroheader {
    font-family: 'Barlow';
    font-size: 90px;
    width: 100%;
    color: #fff;
    font-weight: 900;
    line-height: 80px;
	padding-bottom: 80px;
	padding-left: 20px;
	text-align: center;
}
.heroheader span {
    font-family: 'Barlow Condensed';
    font-size: 72px;
    width: 100%;
    color: #e5f5ff;
    display: block;
    letter-spacing: 1.25px;
}
.herosearchsect {
    background: #156593;
    padding: 4px 8px;
    border-radius: 40px;
    height: 75px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    align-content: center;
    flex-wrap: wrap;
}
.herosearchsect input {
    width: 92%;
    height: 55px;
    border-radius: 40px;
    box-sizing: border-box;
    border: none;
    padding: 0px 20px;
	font-size: 22px; 
	font-family: 'Barlow';

}
.herosearchsect form{
 	width: 100%;
	height: 55px;
}
.submitsearch {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 22px;
    text-align: center;
    width: 6%;
	cursor: pointer;
}
.flexbetween {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	box-sizing: border-box;
	padding:20px 0px 40px 0px;
	flex-wrap: wrap;
}
.flexstretch {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:stretch;
	box-sizing: border-box;
	padding:20px 0px 40px 0px;
	flex-wrap: wrap;
}
.flexcenter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	padding:20px 0px 40px 0px;
	flex-wrap: wrap;

}
.flexcenter img{
    width: 100%;
}
.hpaboutsect{
	padding: 10% 5% 6% 5%;
}
.pagepadding{
	padding: 80px 5%;
}
.quarterbox{
	width: 25%;
	box-sizing: border-box;
}
.quarterbox img{
	width: 100%;
}
.threequarterbox{
	width: 75%;
	box-sizing: border-box;
}
.halfbox{
	width: 50%;
	box-sizing: border-box;

}
.halfbox img{
	width: 100%;
	padding-right: 50px;
	box-sizing: border-box;
}
.smheadertext {
    font-family: 'Barlow Condensed';
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    color: #156593;
}
.headertext {
    font-family: 'Barlow';
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 400;
    color: #156593;
}
.headertext span {
    font-family: 'Barlow Condensed';
    width: 100%;
    display: block;
    color: #000000;
    font-weight: 700;
    line-height: 25px;
    font-size: 35px;
}
.medheadertext {
    font-family: 'Barlow';
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    color: #156593;
}
.medheadertext span {
    font-family: 'Barlow Condensed';
    width: 100%;
    display: block;
    color: #000000;
    font-weight: 700;
    line-height: 20px;
    font-size: 26px;
}
.lgparatext{
font-family: 'Barlow';
font-size: 20px;
line-height: 28px;
}
.paratext{
font-family: 'Barlow';
font-size: 16px;
line-height: 24px;
padding: 20px 0px;
}
.main-btn {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin-right: 25px;
    background: #156593;
    border-radius: 15px;
	align-items: center;
	height: 55px;
	font-size: 18px;
	margin-bottom: 15px;

}
.main-btn span{
  	font-family: 'Barlow';
	width: calc(100% - 45px);
	text-align: center;
	color: #fff;
	position: relative;
	left: -15px;
	font-weight: 500;
	transition-duration: 0.5s;
}
.main-btn span:hover{
	left: -8px;
}
.main-btn i {
    background: #e5f5ff;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #000;
	border:solid #fff 4px;
	position: relative;
	left: -5px;
}
.thirdsect{
	width:33.3%;
	box-sizing: border-box;
}
.twothirdsect{
	width: 66.6%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ltbluebkgd{
    background: #e5f5ff;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.bluebtn{
    background: #156593;
	color: #e5f5ff;
	font-family: 'Barlow';
	width: 300px;
	padding: 10px;
	display: block;
	text-align: center;
	margin: 5px 20px 5px 0px;
	transition-duration: 0.5s;
}
.bluebtn:hover{
    background: #124461;
}
.hprentalunit {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.hprentalequipment {
    width: 85%;
    border-bottom: solid 6px #e5f5ff;
    padding: 0px 20px;
    box-sizing: border-box;
}
.hprentalunit {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 80px);
    justify-content: space-between;
    margin: 25px 40px;
}
.doubleblueline {
    border: solid 6px #156593;
    height: 10px;
    width: 100%;
    border-radius: 20px;
	margin-top: 8px;
}
.hprentalcost {
    width: 15%;
    position: relative;
    left: -25px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rentalprice {
    font-family: 'Barlow Condensed';
    width: 100%;
    font-weight: 900;
    font-size: 25px;
}
.rentaltime {
    font-family: 'Barlow';
    font-size: 14px;
    line-height: 14px;
}
.hprentalequipment{
	font-family: 'Barlow';
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 500;
}
.white{color: #fff}
.hpdealersect {
    background: #156593;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 22px 0px 10px 0px;
    text-align: center;
	margin: 8% 0px 4% 0%;
}
.hpdealersect img{
 width: 250px;
}
.hplocationsect{
padding: 40px 5%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}
.hplocationsect .twothirdsect{
padding: 8% 0%;
}
.halfsect{width: 50%; padding: 40px 0px; box-sizing: border-box;}
.subtext{
	font-family: 'Barlow';
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 18px;
}
.hplocationinfo {
	padding-bottom: 10px;
}
.hplocationinfo a{
	padding-left: 5px;
	font-family: 'Barlow';
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.hplocationinfo i{
	color: #156593;
}
.headerbkgd{
	background:url("/siteart/header-bkgd.jpg");
	background-size: 25%;
	background-repeat: repeat;
	padding-bottom: 10px;
}
.pageheader {
    font-family: 'Barlow';
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    padding: 30px 30px 20px 30px;
    border-radius: 48px;
    margin: 30px 20px 10px 20px;
}
.sidebybtns{
	display: flex;
}
.sidebybtns a{
	margin-top: 40px;
	margin-right: 10px;
}
.thirdsect img{width: 100%;}
.pageheadunderline {
    height: 15px;
    width: 96%;
    border-radius: 15px;
    background: #ffffff;
    border: 3px solid #156593;
    box-sizing: border-box;
    margin: 0px 2% 10px 2%;
}
.smpadding{padding: 0px 50px;}
.halfimg{
	width: 60%;
}
.listoption{
	font-family: 'Barlow';
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	line-height: 32px;
}
.listoption i{
	color: #156593;
	font-size: 10px;
	padding-right: 10px;
}
.listoption li{
	display: flex;
	align-items: center;
}
.servicebox{
	width: 28%;


}
.servicebox img{
	width: 100%;
	border-radius: 5px;
	padding-bottom: 20px;
}
.linktext i {
    padding-right: 10px;
}
.linktext {
    padding: 10px 0px;
	font-size: 17px;
    font-weight: 400;
}
.linktext a{
	font-family: 'Barlow';
	color: #000;
}
.mobileheadertop{
	display: none;
}
/*---BODY--------------------------------*/

/*--------FORM STYLES--------------------*/
.thirdformfields {
    width: calc(33.3% - 6px);
    box-sizing: border-box;
    padding: 0px 10px;
    height: 45px;
    margin: 10px 1px 0px 1px;
    border-radius: 10px;
    border: solid 2px #156593;
    color: #000;
    font-family: 'Barlow';
}
.formflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.halfformfields{
	width: calc(50% - 6px);
    box-sizing: border-box;
    padding: 0px 10px;
    height: 45px;
    margin: 10px 1px 0px 1px;
    border-radius: 10px;
    border: solid 2px #156593;
    color: #000;
    font-family: 'Barlow';
}
.fullformfields{
	width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    height: 45px;
    margin: 10px 1px 0px 1px;
    border-radius: 10px;
    border: solid 2px #156593;
    color: #000;
    font-family: 'Barlow';
}
.comments{
	width:100%;
    box-sizing: border-box;
    padding: 10px;
    height: 145px;
    margin: 10px 1px 0px 1px;
    border-radius: 10px;
    border: solid 2px #156593;
    color: #000;
    font-family: 'Barlow';
}
.CaptchaPanel {
	text-align: left!important;
    width: 100%!important;
    padding: 0px!important;
}
.CaptchaMessagePanel{
    font-family: 'Barlow';
	
}
.CaptchaWhatsThisPanel a{
    font-family: 'Barlow';
	color: #000;
}
.submitform {
    background: #156593;
    color: #fff;
    font-size: 18px;
    font-family: 'Barlow Condensed';
    border: none;
    width: 300px;
    padding: 8px;
	cursor: pointer;
}
.cpmap{
	width: 100%;
	height: 300px;
}
/*-------- FOOTER STYLES ----------------*/

.footer {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #156593;
    padding: 60px 5%;
	color: #fff;
}
.footerleft{
	width: 25%;
}
.lgfootertext {
    font-family: 'Barlow';
    text-transform: uppercase;
    font-weight: 200;
    font-size: 26px;
    line-height: 24px;
}
.lgfootertext span {
    font-family: 'Barlow Condensed';
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}
.footerhalfsect {
    width: 50%;
}
.footerlink {
    width: 100%;
    display: block;
    color: #fff;
    font-family: 'Barlow';
    font-size: 16px;
}
.footerheader {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
	width: 100%;
	padding-bottom: 10px;
}
.footerlinksect {
    width: 35%;
	display: flex;
	flex-wrap: wrap;
}
.footersocialsect i{
	color: #fff;
	font-size: 18px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.invpadding{
	padding: 20px 0px;
	font-family: 'Barlow'!important;

}
.list-top-section .list-listings-count {
color: #156593!important;
}
.list-title-text{
    font-family: 'Barlow Condensed'!important;
	
}

.list-content .list-error-container .info button:not(.login-button){
	background: #156593!important;
}


/*---------- RESPONSIVE STYLES ----------*/




@media only screen and (max-width: 1650px) {
	.heroheader span{
	font-size: 63px;
    line-height: 48px;	
	}	
	.heroheader{
	font-size: 84px;
	}
	.heroleft {
	padding: 0px 0px 0px 30px;
	}
}
@media only screen and (max-width: 1600px) {
.inv-cat-btn {
	width: 15%;
}	
.heroimgrt{width: 555px;}	
}
@media only screen and (max-width: 1500px) {
.servicebox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 30px;
}	
.servicebox img {
	width: 100%;}
.serviceleft {
    width: 35%;
}
.serviceright {
    width: 62%;
}
}
@media only screen and (max-width: 1410px) {
    .inv-cat-btn {
        width: 16%;
    }	
	
}
@media only screen and (max-width: 1380px) {
.headercontactsect {
    width: 80%;	
}
	.inv-cat-sect{padding: 10px 25px;}	
	.lgparatext{font-size: 18px;}
}

@media only screen and (max-width: 1300px) {
.header-category-btn i{
height: 30px;
width: 30px;
border: #FFF solid 2px;	
margin-left: -2px;
}	
.header-category-btn{
height: 30px;	
}	
.header-category-btn span{
width: calc(100% - 30px);
font-size: 16px;
}
.headertext {
    font-size: 36px;
	line-height: 34px;
	}
	.headertext span{
	line-height: 28px;
    font-size: 28px;
	}
.heroright img{width: 100%;}
.main-btn{
width: 44%;	
	}
}
@media only screen and (max-width: 1275px) {
.inv-cat-sect {
        padding: 20px 80px;
        border-radius: 10px;
        width: 100%;
        margin: 10px 0%;
}
.inv-cat-btn {
        width: 28%;
    }  
.heroleft {
	width: 75%;
}	
.herosection{
	padding: 50px 0px;	
	}
.heroright {
	width: 45%;}
}
@media only screen and (max-width: 1130px) {
.quarterbox {width: 50%; padding-bottom: 20px;}
.hprentalcost {width: 25%;}
.hprentalequipment {width: 75%;}
}
@media only screen and (max-width: 1090px) {
.headerleft img {
    width: 170px;
}
.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 14px;
    align-items: stretch;
    align-content: space-around;
}
.headerright{
	width: 80%;
}
.headerbottom{
	padding-bottom: 2px;	
}
.headertop{
justify-content: flex-end;	
}
.footer{padding: 60px 20px;}
.lgfootertext {font-size: 20px; line-height: 20px;}
.lgfootertext span{font-size: 18px;}
.footerleft {width: 22%;}
.footerlinksect {width: 32%;}
.pageheader{font-size: 35px; padding: 30px 12px 20px 10px; margin: 30px 10px 10px 10px;}
.inv-cat-sect {padding: 20px;}
.inv-cat-btn {width: 31%;}
.herosection{flex-wrap: wrap;}
.heroleft {
        width: 90%;
        box-sizing: border-box;
        padding: 20px 10px 40px 10px;
}
    .serviceright {
        width: 52%;
    }
	.serviceleft {
        width: 44%;
    }
	.heroright img{
       display: none;
    }
	    .heroright {
        width: 85%;
        background-image: url(/siteart/utility-trailer-hero.jpg);
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
    }
.thirdformfields {width: 100%;}
.thirdsect {width: 100%;}	
.twothirdsect {width: 100%;}
.halfformfields{ width: 100%}
.smpadding {
    padding: 0px 5px;
}
	.herosection{
	height: 500px	
	}
}

@media only screen and (max-width: 930px) {
.mobileheadertop {
        display: flex;
        width: 100%;
        justify-content: center;
}
.headertop{display: none;}
	.headerright {
        width: 55%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
	    .inv-cat-btn {
        width: 32%;
    }
    .headertext {
        font-size: 32px;
        line-height: 30px;
    }
	    .headertext span {
        line-height: 25px;
        font-size: 24px;
    }
	    .serviceleft {
        width: 52%;
    }
	    .serviceright {
        width: 45%;
    }
}
@media only screen and (max-width: 890px) {
.servicebox {width: 100%;}
.serviceleft {
        width: 100%;
        text-align: center;
}	
.servicebox img {
        width: 50%;
    }
    .serviceright {
        width: 100%;
    }
}
@media only screen and (max-width: 850px) {
.footerleft {
    width: 100%;
    padding-bottom: 20px;
}	
.lgfootertext {font-size: 24px; line-height: 22px;}
.lgfootertext span{font-size: 20px;}
 .footerlinksect {
        width: 50%;
        padding-bottom: 20px;
 }
.footer{align-items: flex-start;}
.quarterbox {width: 100%;}
.halfbox{width: 100%;}
.hprentalunit{width: calc(100% - 20px); margin: 14px 10px;}
}
@media only screen and (max-width: 760px) {
    .headercontactsect {
        width: 100%;
    }	
	    .pageheader {
        font-size: 30px;
        padding: 18px 12px 16px 10px;
        margin: 15px 10px 10px 10px;
		line-height: 30px;
    }
	.medheadertext {    
	font-size: 32px;
	}
	.lgparatext {
	font-size: 17px;
    line-height: 25px;
	}
	.main-btn{height: 45px;
    font-size: 16px;}
	.main-btn i {
	width: 45px;
    height: 45px;
	}
	.headerleft {
	width: 35%;}
	.pagepadding {
    padding: 35px 5%;
}
	.herosection {
        padding: 0px 0px 35px 0px;
    }
    .heroheader {
        font-size: 54px;
		line-height: 50px;
    }
	    .heroheader span {
        font-size: 46px;
        line-height: 40px;
    }
	.herosearchsect {    
	height: 56px;
	}
	.herosearchsect input{
	    height: 40px;	
		font-size: 16px;
	}
	.herosearchsect form {
    width: 100%;
    height: 40px;
	display: flex;
    justify-content: space-between;
	}    
	.submitsearch {
        font-size: 18px;
        width: 10%;
        padding: 0px;
    }
	
	.hprentalcost {
        width: 25%;
		left: -5px;
    }
	.hprentalequipment {
        width: 75%;
		padding: 0px 10px;
		padding-bottom: 10px;
    }
	.rentalprice{font-size: 20px;}
	.doubleblueline {
    border: solid 5px #156593;
	height: 8px;}
}

@media only screen and (max-width: 700px) {
    .inv-cat-btn {
        width: 49%;
		margin-bottom: 10px;
    }	
.inv-cat-btn img {
    width: 40%;
}
	.halfsect{
		width: 100%;
		padding: 20px 0px;
	}
}
@media only screen and (max-width: 670px) {
.footerlinksect {width: 100%;}
.sidebybtns {
    display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
}
.sidebybtns a {
	margin-top: 15px;
}
.inv-cat-sect{
margin: 20px 0%;		
}
}
@media only screen and (max-width: 630px) {
	.headercontact span{display: none;}
	.medheadertext {
        font-size: 28px;
        line-height: 28px;
    }
	.medheadertext span{
	line-height: 20px;
    font-size: 20px;	
	}
	.subtext{
	padding-bottom: 5px;
    font-size: 16px;	
	}
	.heroheader {    
	padding-bottom: 28px;
    padding-left: 0px;
	}
	.herosearchsect input {
		width: 90%;}
	.heroright{
	   height: 385px;	
	}
	.main-btn{
	width: 100%;
    margin-bottom: 12px;
	}
}

@media only screen and (max-width: 550px) {
  
    .header-category-btn span {
		width: calc(100% - 40px);
	}
	.heroleft{
	    padding: 20px 0px 40px 0px;	
	}
	.herosearchsect{
	width: 100%;	
	}
	.herosearchsect input{
	    padding: 0px 14px;	
		font-size: 17px;
	}
	   .heroheader {
        font-size: 45px;
		line-height: 45px;
    }
	   .heroheader span {
        font-size: 38px;
        line-height: 35px;
    }
	.hprentalunit{
	    margin: 25px 10px;	
		width: calc(100% - 20px);
	}
	.bluebtn{
		width: 95%;
	}
	.servicebox img {
        width: 100%;
    }
}
@media only screen and (max-width: 430px) {
	.inv-cat-btn img {
        width: 70%;
    }
	.header-category-btn span{
	font-size: 14px;	
	}
	.header-category-btn i {
        height: 28px;
        font-size: 11px;
		width: 26px;}
	.submitform{
		width: 100%;
	}
	.fullcenter {
    width: 100%;
}
	.halfbox img{
	    padding-right: 0px;	
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 400px) {
    .headerright {width: 20%;}	
	.headerleft {width: 65%;}
}
@media only screen and (max-width: 380px) {
.header-category-btn {
        height: 45px;
    }	
    .header-category-btn i {
		height: 46px;}
	.header-category-btn span{
		line-height: 15px;
	}
	.main-btn{
	    margin-right: 0px;	
	}
}
@media only screen and (max-width: 350px) {
    .footer {
        padding: 60px 20px 40px 20px;
    }
	.footerhalfsect {
    width: 100%;
}
	.pageheader{        
		font-size: 25px;
        line-height: 25px;}
	.flexbetween{
	    padding: 20px 0px 25px 0px;	
	}
	.flexcenter{
	padding: 20px 0px 25px 0px;	
	}
}

@media only screen and (max-width: 330px) {
.inv-cat-btn {
	width: 100%;
}	
.inv-cat-btn img {
        width: 40%;
        padding-bottom: 8px;
    }
    .header-category-btn {
        height: 34px;
    }
	.header-category-btn i {
        height: 34px;
    }
}
@media only screen and (max-width: 300px) {
.lgfootertext {
        font-size: 20px;
        line-height: 20px;
    }	
    .lgfootertext span {
        font-size: 18px;
    }
    .headerleft {
        width: 60%;
    }
	.headerright {
        width: 40%;
    }
	    .headerleft img {
        width: 100%;
    }
}