/* PAGE STRUCTURE */

html, body{
  height:100%;
}

body{
	margin:0; 
	padding:0; 
}

img{max-width:100%;height:auto;}

.content-container {
	float: left;
	width: 73%;
	padding-right:2%;
	border-right:#f1f1f1 1px solid;
}
.no-sidebar .content-container {
	float: left;
	width:100%;
	padding-right:0%;
	border-right:none;
}
aside {
	float: left;
	width: 23%;
	margin-top: 12px;
	padding-left:2%;
}
/*.no-sidebar aside {
	display: none;
}*/

#Breadcrumbs{width:100%;margin:0 auto;padding:10px 0;background:#f1f1f1;}

.container{
	max-width:1230px;
	width:96%;
	margin: 0 auto;
}

.preheader{padding:10px 0;background:#0f0f0f;display:block;text-align:center;}
.preheader ul{padding:0 0 0 0;}
.preheader li{float:left;width:33.33%;color:#fff;font-size:14px;padding:0;display:block;}
.preheader li:first-child{text-align:left;}
.preheader li:last-child{text-align:right;}
.preheader i{margin-right:5px;}
.preheader p{display:inline-block;margin:0;padding:0 0 0 0;font-size: 14px;line-height: 14px;}
.preheader a{color:#fff;text-decoration:none;}
.preheader a:hover{color:#cb2024;}
.head-wrap{
	max-width:1230px;
	width:96%;
	margin: 0 auto;
	padding:0;
}

.header{
	width: 100%;
	margin: 0 auto;
	position:relative;
	z-index:99;
	background:url(../images/headerbg.png) repeat;
	border-top:#cb2024 2px solid;
}

.header-right{float:right;width:68%;}

.padit{padding:2% 0;}

/* STYLES */


.quicksearch-form{display:inline-block;width:230px;margin-left: 10px;background:#fff;}

.quicksearch-form input{
	border-radius: 2px;
	padding: 5px;
	font-size:14px;
	text-transform:uppercase;
	width:100%;
	margin-bottom:0;
	box-sizing:border-box;
}
.quicksearch-form input:focus{
	border: #2885b3 solid 1px;
}

.quicksearch-form #search {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: left;
	width: 80%;
	margin-bottom:0;
	box-shadow: none;
	border: none;
	padding: 9px;
	font-size:10px;
}


.quicksearch-form #search:focus {
	border-color: #0f0f0f;
	-webkit-box-shadow: 0 1px 1px #bbb inset;
	-moz-box-shadow: 0 1px 1px #bbb inset;
	box-shadow: 0 1px 1px #bbb inset;
	outline: 0;
}

.quicksearch-form #search:-moz-placeholder,
.quicksearch-form #search:-ms-input-placeholder,
.quicksearch-form #search::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}

.quicksearch-form #submit {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	background: #ed1c24;
	cursor: pointer;
	float: right;
	font-family: FontAwesome;
	width: 19%;
	margin: 0 0 0 0;
	padding: 8px;
	font-size: 14px;
}

.quicksearch-form #submit:hover {
	background-color: #0050c2;
	color:#fff;
}

.quicksearch-form #submit:active {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	outline: 0;
}

.quicksearch-form #submit::-moz-focus-inner {
	border: 0;
}

.searchform{display:block;margin-top:10px;background:#0b558b;min-height:50px;padding:10px 0;}
.searchform form{width:96%;max-width:1230px; margin:0 auto;-webkit-appearance: none;}
.searchform input, .searchform select{
	float:left;
	width: 19%;
	margin-right:1%;
    padding: 6px 5px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #dad9d9;
	box-sizing:border-box;
	font-family: 'roboto_condensedregular';
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

.searchform input[type="submit"] {
	margin:0 0 0 0;
	padding: 6px 5px;
    font-size: 18px;
	border-radius:0px;
	background:#ed4747;
    border: 1px solid #d82c2c;
	font-family: 'roboto_condensedregular';
}

.searchform input::placeholder {color: #0f0f0f;}

#logo{float:left;width:32%;height:100px;padding:20px 0;position:relative;}
#logo:before{  content:"";
    position: absolute;
    height: 100%;
    width: 4000px;
    right: 0;
	top:0;
    z-index: -1;
	background-color: rgba(255,255,255,0.38);}
#logo:after{
    content:"";
    background-color: rgba(255,255,255,0.38);
    position: absolute;
    height: 100%;
    width: 50px;
    right: -50px;
    top:0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 50px 0);
    clip-path: polygon(0 0, 0% 100%, 50px 0);
    }

#logo img{display:inline-block;}
.address{text-align:right;padding:5px 0;}
.linkback{display:inline-block;text-transform: uppercase;font-size: 12px;padding: 5px 30px;vertical-align: top;}
.companyname{display:inline-block;font-size:20px;text-transform:uppercase;color:#fff;}
.companyname p{display:inline-block;vertical-align:middle;}
.companyname img{margin:0 5px;display:inline-block;}
.hero{
	display:block;
	position:relative;
	color:#fff;
	height: calc(100% - 170px);
	background-repeat:no-repeat;
	background-position:bottom center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	margin-top: -122px;
}
.hero-border{position:absolute;bottom:0;left:0;width:100%;font-family: 'impactregular';font-size:55px;text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);}
.hero-border img{display:block;}
.rentals-sales{display:block;text-align:center;color:#fff;font-size:70px;padding:100px 0;font-family: 'robotoblack';text-transform:uppercase;font-style: italic;text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.75);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.hero-border .hero-tag{position:absolute;bottom: 80%;right: 3%;}
.hero-border .hero-date{position:absolute;bottom: 10%;left: 3%;font-size:94px;}

.inventory-box a{font-size:18px;font-family: 'roboto_condensedbold';}
.rentals-sales span{display:block;font-family: 'roboto_condensedlight';}

.icons{display:inline-block;margin-left: 20px;}
.icons p{padding:0;margin:0;line-height:1em;}
.icons img{height:20px;width:auto;display:inline-block;margin:0 4px;}
.survey{display:block;background:#f1f1f1;border:#ccc 1px solid;padding:30px 20px;}

.action-button {
    background: #0f0f0f;
    display: inline-block;
    width: 260px;
    color: #fff;
	font-family: 'impactregular';
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    text-align: center;
    padding: 15px 40px;
    position: relative;
	text-decoration:none;
    overflow: hidden;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(200,32,39,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(200,32,39,1);
box-shadow: 5px 5px 0px 0px rgba(200,32,39,1);
}
.action-button:hover{background:#4d4d4d;}
.action-button span {
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    display: inline-block;
}


.quicklinks{background:#f1f1f1;border-bottom:#e9e8e8 1px solid;text-align:center;padding:15px 0;}
.quicklinks .action-button{margin:1% 2%;font-size:24px;}
.welcome{text-align:center;}
.welcome p{font-size:18px;}

.welcome h1, .welcome h2, .welcome h3 {
 overflow: hidden;
 text-align: center;
}
.welcome h1:before,
.welcome h1:after,
.welcome h2:before,
.welcome h2:after,
.welcome h3:before,
.welcome h3:after{
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 40%;
}
.welcome h1:before, .welcome h2:before, .welcome h3:before {
 right: 0.5em;
 margin-left: -50%;
}
.welcome h1:after, .welcome h2:after, .welcome h3:after {
 left: 0.5em;
 margin-right: -50%;
}

.logos{}
.logos img{display:inline-block;vertical-align:middle;margin:10px 15px;}

.parts-logos{text-align:center;}
.parts-logos img{display:inline-block;vertical-align:middle;margin:20px 25px;}

.careers-wrap{display: flex;flex-wrap: wrap;margin-top:20px;}
.careers{width:48%;box-sizing:border-box;padding:15px;background:#f1f1f1;margin:0 2% 2% 0;border:#ccc 1px solid;}
.careers-title{font-size:22px;margin-bottom: 15px;font-family: 'impactregular';border-bottom: #000 1px solid;}
.careers-address{font-weight:700;margin-bottom:10px}
.careers h4{margin-bottom:0px;font-size:16px}
.careers p{font-size:14px}

.banner {position:relative;margin:0px auto;width:100%;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;color:#fff;border-bottom:#f1f1f1 1px solid;background-color:#4d4d4d;padding-top: 100px;margin-top: -100px;}
.banner:before {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #0f0f0f;opacity: 0.5; transition: .3s all;display:block;z-index:0;}
.banner h1{position:relative;color:#fff;border-bottom: none;margin-bottom: 0;font-size: 48px;text-shadow: 2px 2px 5px #0f0f0f;}
.banner p{position:relative;color:#fff;border-bottom: none;margin-bottom: 0;font-size: 20px;text-shadow: 2px 2px 5px #0f0f0f;text-transform:uppercase;font-style: italic;font-weight: 600;}

.posts{}
.postbox{float:left;width:23%;height:370px;margin:1%;border:#ccc 1px solid;background:#f1f1f1;text-align:center;}
.posttextbox{padding:10px;font-size:14px;max-height: 175px;overflow: hidden;}
.posttextbox p{font-size:14px;}
.postboxtitle{font-size:18px; color:#034ea2;display:block;margin-bottom:10px;font-family: 'roboto_condensedbold';}

.mfglogos{background:#f1f1f1;border-top:#dedcdc 1px solid;border-bottom:#dedcdc 1px solid;margin:20px 0;text-align:center;}
.mfglogos img{margin: 20px 24px;vertical-align: middle;max-height: 60px;width: auto;max-width: 200px;height:auto;}

.locationphoto{float:left;width:33%;margin:20px 0;}
.locationtext{float:left;width:34%;margin:20px 0;padding: 0 20px;box-sizing:border-box;}
.locationtext2{float:left;width:33%;margin:20px 0;padding: 0 20px;box-sizing:border-box;}

.staffphoto{float:left;margin:0 2% 2% 0;width:31.3333%;padding:10px;border:#ccc 1px solid;}
.rep-photo{width: 30%;float:left;margin-right:5%;}
.rep-text{width: 65%;float:left;font-size: 14px;}
.rep-text p{font-size:14px;padding-bottom: 5px;}
.rep-text h5{padding-bottom: 5px;}

.video-container{padding:1%;background:#fafafa;border:#ccc 1px solid;margin: 1%;float:left;width: 31.3333%;}
.video-container iframe{width:100%;height: 200px;background:#0f0f0f;}

.categorybox{float:left;width: 31.333%;margin: 0 0 0 0;box-sizing: border-box;height: 240px;margin:1%;position:relative;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;border:#ccc 1px solid;}
#boxsize.categorybox{width:48%;height:360px;}
#boxsize.categorybox .categorybox-title{font-size:42px;}

.categorybox .categorybox-title{text-align:center;width:90%;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);font-size:32px;color:#fff;font-family: 'impactregular'; line-height:1em;margin:0 0 0 0;text-transform:uppercase;z-index:10;text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);}

.categorybox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #0f0f0f;opacity: 0.1; transition: .3s all;display:block;}

.categorybox:hover .categorybox-title{display:block;}

.categorybox:hover:after {opacity: 0.8;background: #ee1f24;}

.categorybox:before{content: " "; position: absolute;left:0;bottom:0;width:100%;height:40%;background-repeat:no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-image:url(../images/cat-box-border.png);}

a .categorybox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .categorybox{color:#0f0f0f;}

.bannerimage {margin-bottom:20px;}
.bannerimage img{width:100%;height:auto;}

.municipal{float:left;width:23%;margin:1%;box-sizing:border-box;padding:15px;text-align:center;border:#ccc 1px solid;}
.municipal p{padding-bottom:0px;}

.showcasebox{float:left;width: 23%;margin: 0 0 0 0;box-sizing: border-box;height: 170px;margin:1%;position:relative;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;border:#ccc 1px solid;}


.showcasebox .showcasebox-title{display:block;text-align:center;width:90%;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%)z-index:100;font-size:32px;color:#fff;font-family: 'roboto_condensedbold', sans-serif;line-height:1em;margin:0 0 0 0;text-transform:uppercase;z-index:999;}

.showcasebox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #0f0f0f;opacity: 0.6; transition: .3s all;display:block;}

.showcasebox:hover .showcasebox-title{display:block;}

.showcasebox:hover:after {opacity: 0.9;background: #0f0f0f;}

a .showcasebox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .showcasebox{color:#0f0f0f;}

#contact-us iframe{width:100% !important;height:200px !important;border:#ccc 1px solid !important;}
#contact-us img{border:#4d4d4d 1px solid;width:100%;height:auto;}
.gallery{margin: 40px 0px;display: block;padding: 15px!important;border: #ccc 1px solid;}

.thumbnail{
	height:99px !important;
	margin: .5%;
}

.productholder-box{border:#ccc 1px solid;padding:15px;margin:20px 0;}
.productholder-photo{float:left;width:30%;box-sizing:border-box;padding-right:20px;}
.productholder-text{float:left;width:70%;box-sizing:border-box;}
.productholder-text a{display:inline-block;color:#fff;background:#cb2024;padding: 8px 15px;text-decoration:none;margin: 10px 10px 0 0;text-transform: uppercase;}
.productholder-text a.instock{background:#39b54a;}

.product-photo{float:left;width:30%;box-sizing:border-box;padding-right:20px;}
.product-content{float:left;width:70%;box-sizing:border-box;}

/*===================== 
	VIDEOS 
=======================*/

.videosub {
	width:100%;
	float:left;
	padding:20px 0;
	border-bottom:1px solid #aaa;
}

.videoframe {
	width:calc(100% - 400px);

	height:500px;
	float:left;
}

.videoinfo {
	max-width: 400px;
	width: 100%;
	padding-left:20px;
	box-sizing:border-box;
	float:left;
}

/*===================== 
	tab styles 
=======================*/
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #f1f1f1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-right:#ccc 1px solid;
    box-sizing:border-box;
    font-size:16px;
    border-radius: 0;
    margin: 0;
	color:#000;
	text-transform:none;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #cb2024;
	color:#fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
	font-size:16px;
}

.tabcontent .linkbutton{
	display:block;
	margin:10px auto;
	padding:5px 20px;
	border:#e29912 solid 1px;
	background-color:#e29912;
	color:#fff;
	border-radius: 5px;
}

.tabcontent .linkbutton:hover{background:#f1f1f1;color:#262626;}

.tabcontent table{width:100%;}
.tabcontent table td{padding:8px;}
.tabcontent ul li{line-height:25px;}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background:#fff;
	margin:10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}
		
/* FOOOTER */

.pagebottom{display:block; 
	background:#0f0f0f;
	color:#fff;
}
  
.pagebottom h1, .pagebottom h2, .pagebottom h3, .pagebottom h4, .pagebottom h5{color:#fff;}
.pagebottom ul{padding-left:0;}
.pagebottom li{list-style:none;font-size:14px;}
.pagebottom a{color:#fff;text-decoration:none;}
.pagebottom a:hover{color:#cb2024;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom img{display:inline-block;}

.footer {width:100%;background: rgba(0, 0, 0, .3);}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{padding-top:15px; color:#ababab; text-decoration:underline; font-size:14px;}
a.footerlink:hover {padding-top:15px; color: #ababab; text-decoration:none; font-size:14px;}
.footertext{padding-top:15px; font-size:14px; color:#ababab;}
.smallfootertext{padding-top:15px; font-size:12px; color:#ababab;}
.divfooter {padding:30px 0; max-width:1230px; text-align:center; margin:0 auto;}

.clear{clear:both;}	

* {box-sizing: border-box;}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }
.hosted-content .col{margin:0 0 0 0 !important;}
.hosted-content .no-print{padding-top:4px;}
.hosted-content .no-print a{
	text-decoration: none;
    background: #ed1c24;
    color: #fff;
    padding: 5px 21px;
    border-radius: 2px;
	text-transform:uppercase;font-weight:bold;
}
.hosted-content .no-print a:hover{background: #111111;}
.hosted-content .no-print a img{
	display:none;
}
.hosted-content .no-print a:before{
	content: " Detailed Search";
}

.hosted-content .no-print a:after {
  content: "\f002";
  font-family: "FontAwesome";
  margin-left:10px;
  font-weight:normal;
}

.hosted-content .listing-boxed-pricing .addthis_inline_share_toolbox, .hosted-content .listing-card-inner .addthis_inline_share_toolbox{display:none;}
.hosted-content .social-buttons{display:none;}


/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 680px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}


/*===================== 
	Responsive styles 
=======================*/

@media screen and (max-width: 1280px) {
.quicklinks .action-button{width:235px;font-size:20px;}
	
}

@media screen and (max-width: 1170px) {
.padit{padding:20px 0;}
.quicklinks .action-button{width:200px;font-size:18px;}
.linkback{display: block;padding: 0 0 10px;}
.preheader li{font-size:12px;}
.hero-border{font-size:42px;}
.hero-border .hero-date{font-size:70px;}
}
@media screen and (max-width: 900px) {
.preheader{display:none;}
}
@media screen and (max-width: 800px) {
.head-wrap{width:100%;}
.hero{height: calc(100% - 265px);    margin-top: -65px;min-height:400px;}
.hero-border .hero-tag{position:absolute;bottom: 130%;right: 3%;left:3%;}
.quicklinks .action-button{width:42%;font-size:18px;}
#logo{float:left;width: 200px;height: 65px;padding: 15px 10px;position:relative;}
.header-right{float:right;width: calc(100% - 200px);}
.categorybox{float:left;width: 48%;height:200px;}
.landingpage-title{font-size:42px;}
.homebutton{font-size:18px;}
.locationphoto{float:none;width:100%;}
.locationtext{float:left;width:50%;padding: 0 20px 0 0;}
.locationtext2{float:left;width:50%;padding: 0 0;}
.searchform input, .searchform select{font-size: 14px;}
.searchform input[type="submit"] {font-size: 14px;}
.municipal{width:48%;}
.content-container,aside {width: 100%}
#dynamicContent {
	width: 90%;
	top: 30%;
	right: 5%;
}
.hero-border img{display:block;width: 100%;height: 180px;}
.hero-border .hero-tag{position:absolute;bottom: 180px;right: 3%;left:3%;}
#boxsize.categorybox{height: 220px;}

	.videoinfo {
		width:100%;
		max-width: 100%!important;
		padding-left:0;
		text-align:center!important;
	}
	
	
	.videoframe {
		width:100%;
		margin-bottom:20px;
		height:300px;
	}
	
}

@media screen and (max-width: 680px){
.pagebottom{text-align: center;}
.careers{width:98%;box-sizing:border-box;padding:15px;background:#f1f1f1;margin:0 1% 2% 1%;border:#ccc 1px solid;}
.productholder-photo{float:none;width: 100%;box-sizing:border-box;padding-right:0px;}
.productholder-text{float:none;width: 100%;box-sizing:border-box;}
.product-photo{float:none;width: 100%;box-sizing:border-box;padding-right:0px;}
.product-content{float:none;width: 100%;box-sizing:border-box;}
.tab button{font-size:14px;padding:14px 10px;}
.tabcontent{font-size:14px;}
}

@media screen and (max-width: 480px){
.categorybox{float:left;width: 98%;height:300px;}
.postbox{width: 48%;}
.posttextbox{max-height: 250px;}
.pagebottom{text-align: center;}
.landing-left{float:none;width: 100%;height: 50%;border-right: none;border-bottom: #fff 1px solid;}
.landing-right{float:none;width: 100%;height: 50%;}
.landing-logo{width: 65%;top:50%;left:50%;}
.staffphoto{width:96%;}
.searchform input, .searchform select{width:31%;margin:1%;}
.searchform input[type="submit"] {margin:1%;}
.quicksearch-form{width: 100%;margin-left: 0;}
.rentals-sales{font-size: 36px; padding: 50px 0;}
.locationtext{float:none;width:100%;padding: 0 0 0 0;}
.locationtext2{float:none;width:100%;padding: 0 0;}
.hero-border .hero-tag{bottom: 180px;font-size:32px;}
.hero-border .hero-date{font-size: 58px;}
.quicklinks .action-button{width:42%;font-size: 14px;}
.action-button {-webkit-transform: skew(0deg);transform: skew(0deg);}
.action-button span {-webkit-transform: skew(0deg);transform: skew(0deg);}
#boxsize.categorybox{width:98%;height: 220px;}
.categorybox .categorybox-title{font-size: 30px;}

}
