@charset "utf-8";
/* CSS Document */

a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
}
* { outline: none; }
body { overflow-x:hidden; }

::-webkit-scrollbar-track, ::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #eee;
}
::-webkit-scrollbar {
	width: 10px;
	background-color: #eee;
}
::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.25); }

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */



/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */
.inven #wide_col { float: left; }
.hosted-content .columns.small-12 {
    width: 25%;
    float: left;
    padding: 0;
}
.attachment-search { width: 100% !important; }

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
.at-share-btn-elements{
	padding-bottom:10px !important;
}
.listings-wrapper .listing-smallcard .listing-smallcard-title{
	min-height:0 !important;
}
h1{font-size:2em;margin:0}
.listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices {
     margin-bottom: 0px; 
}
.hosted-content img {
	vertical-align: baseline!important;
}
.hosted-content .pagination>.drop-down-form select, .hosted-content .pagination-blog>select {
    width: 60px;
}
.inventory-space{padding-top:45px;}
/* =============================================================================
   Typeography                                                              
============================================================================= */
.hosted-content #listings-title{
	color:black;
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
}


/* =============================================================================
   Top                                                             
============================================================================= */
#top{
	background-color:#bdbdbd;
	padding:20px 0;
}
#top .logo{
	position:absolute;
	max-width:260px;
	z-index:999;
}



/* =============================================================================
   Header                                                              
============================================================================= */

header {
	display: table;
	width: 100%;
	padding: 0;
}

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	padding:0;
	list-style: none;
	text-align:right;
}
.mobile-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-main a {
	display:block; 
	color: black; 
	padding: 0.8em 1.0em;
	font-size: 18px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:600;
}
#menu-main a:hover {
	color:white;
}
#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 99999999;
	left: -99999em;
	background-color:#bdbdbd;
	text-align: left;
}
#menu-main li ul li { display:block; }
#menu-main ul li a:hover { color: #333; }
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main > li li:hover > ul { 
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
	content: ' ';
    background: url(../siteart/down.png) no-repeat 80% 50% / 8px;
    top: 0;
    position: absolute;
    width: 15px;
    height: 100%;
}
#menu-main li > a:hover:after { background: url(../siteart/down.png) no-repeat 80% 50% / 8px; }
#menu-main li > a:only-child:after { content: none; }
*/

	/* Mobile Menu Toggle */
	.off-canvas-container { position: relative;	}
	.off-canvas-inner {
	    position: relative;
		width: 100%;
		display: block;
		overflow:hidden;
	}
	.off_canvas {
		position: relative;
		height: 100vh;
		max-height: 100%;
		background-color:#bdbdbd;
		position: fixed;
		overflow-x:hidden;
		top: 0;
    	z-index: 1;
	}
	.off_canvas_content.is_open, .off_canvas_content.open_right.is_open {
		filter: blur(3px);
		position:fixed;
		width: 100%;
	}
	.off_canvas_content.is_open { transform: translateX(300px); }
	.off_canvas_content.open_right.is_open { transform: translateX(-250px); }
	.position_left, .position_right {
		width: 300px;
		overflow-y: auto;
	}
	.position_left {
		transform: translateX(-300px);
		left: 0	
	}
	.position_right {
		transform: translateX(300px);
		right: 0;	
	}
	.position_left.is_open, .position_right.is_open {
		transform: translateX(0px);
		z-index: 999999;
		-webkit-box-shadow: 2px 0 20px -4px #222;
        box-shadow: 2px 0 20px -4px #222;
	}
	.off_canvas_content, .off_canvas_content.is_open, .position_left, .position_left.is_open, #off_canvas_cover.is_open, #off_canvas_cover, .position_right.is_open, .position_right  {
		-webkit-transition: all 0.75s ease;
		-moz-transition: all 0.75s ease;
		-o-transition: all 0.75s ease;
		transition: all 0.75s ease;		
	}
		/* Close Btn */
		.close {
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 12px;
			top: 15px;
			display: block;		
		}
		.close:hover {
			cursor:pointer;
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
		}
		#off_canvas_cover, #off_canvas_cover.is_open { transform: rotate(0); }
		#off_canvas_cover {
			visibility:hidden;
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index:-1;
			opacity: 0;
		}
		#off_canvas_cover.is_open {
			opacity:0;
			visibility:visible;
			z-index:9999;
		}

  	


	
/* =============================================================================
   slider                                                           
============================================================================= */

#slider {
	height: 70vh;
	overflow:hidden;
	position:relative;
	width: 100%;
	display: table;
}
#slider .orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 70vh !important;
	width: 100%;
	text-align:left;
}
#slider .orbit-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-position: 50% 50%;
    width: 100%;
	z-index: 9999;
}
#slider .orbit-caption {
	display: table;
	bottom: 0;
	position:absolute;
	background: transparent;
	z-index: 99999;
}
#slider .orbit-caption section {
	display: table-cell;
	vertical-align:middle;
}
.orbit-next::after, .orbit-previous::after { display: none; }
.orbit-next, .orbit-previous { 
	z-index: 999999999; 
	cursor: pointer;
	background: transparent;
	padding: 5px;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus, .orbit-next:active, .orbit-previous:active { background: rgba(0,0,0,.5) }
.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus { padding: 5px; }
.orbit-next, .orbit-previous { background: transparent; }
.orbit-next img, .orbit-previous img { width: 40px; display: block; margin: 0px auto; }

	/* Interior */
	#interior #slider { margin-bottom: 10px; }
	#interior #slider .orbit-container, #interior #slider, #interior #slider .orbit-slide {
		height: 135vh !important;	
	}
	#interior .orbit-caption {
		left: 0;
		right: 0;
		margin: 0px auto;
		text-align: center;		
	}
	#interior ul.sliderCTA { vertical-align: bottom; }
	#interior ul.sliderCTA li {
		display: inline-block;
		margin: 0 15px 0 0;
		text-align:left;
		height: 100px;
		padding-bottom: 0;
	}
	#interior ul.sliderCTA li:hover { }
	#interior ul.sliderCTA li a h2 { font-size: 2.25em; }

	/* Slider CTA */
	ul.sliderCTA { 
		margin: 0px; 
		list-style:none; 
		vertical-align:middle;
		color:white;
		text-align:center;
	}
	ul.sliderCTA li { 
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
    display: block;
    height: 100%;
    width: 100%;
    background-color:rgba(0,0,0,0.60);
    background-size: 100%;
	position:relative;
	}
	ul.sliderCTA li:last-child { margin: 0px; }
	p.slider-text{margin:0; padding:1rem .9375rem; }


/* =============================================================================
   Search                                                              
============================================================================= */
#quick-search .heading{
	color:black;
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight:600;
}
.searchBar {
	background:#bdbdbd;
	display: table;
	width: 100%;
	color: #777777;
	padding: 15px 0 20px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
.searchBar label { color: #232323; font-weight: 700; text-align: left;}
.searchBar .column.column-block { margin-bottom: 0px; }
.searchBar .medium-2_5 { width: 22%; }
.searchBar select {
	height: 2em;
	font-size: 14px;
	padding: 0 5px;
	background-position: 95% 50%;
	background-size: 9px;
	width:100%;
	
}
.searchBar input[type=text] {
	height: 2em;
	padding: 0 5px;
	font-size: 14px;
}
.searchBar input.button {
	height: auto;
	position:relative;
	top: 25px;
	background-color:black;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	padding:5px 10px;
}
.searchBar input.button:hover {
	background-color:rgba(205,165,45,1.00);
}
.hidden-overlay {
	width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	z-index: 99999999999;
}
.field-wrapper {
	display: table;
	position: relative;
    width: 78%;
}
.field-wrapper .medium-2_5 { width: 27% }
.hidden{display:none;
}

/* =============================================================================
   Icon CTA                                                              
============================================================================= */
				.cta-icon {
					width: 100%;
					display: table;
					padding: 0px 0 20px;
					background-color:#f9cc20;	
				}
				.cta-icon h4{
					color:black;
					font-weight:600;
					text-transform:uppercase;
					font-family: 'Open Sans', sans-serif;
				}
				.cta-icon ul {
					list-style:none;
					margin: 0px;
					text-align:center;	
				}
				.cta-icon a, .cta-icon a:visited{
					color: black;
					font-weight:600;	
				}
				.cta-icon a:hover, cta a:focus {
					color: #3d3d3b;		
				}
				.cta-icon ul li a section::before {
					content:' ';
					background-repeat:no-repeat;
					background-position:50% 50%;
					background-size: contain;
					width: 100%;
					height: 150px;
					display: block; 		
				}
				.cta-icon ul li:first-child a section::before {
					background-image:url(../siteart/icon-cta/parts.png);	
				}
				.cta-icon ul li:first-child a:hover section::before {
					opacity: .6;
				}
				.cta-icon ul li:nth-child(2) a section::before {
					background-image:url(../siteart/icon-cta/contact-us.png);	
				}
				.cta-icon ul li:nth-child(2) a:hover section::before {
					opacity: .6;
				}
				.cta-icon ul li:nth-child(3) a section::before {
					background-image:url(../siteart/icon-cta/auctions.png);	
				}
				.cta-icon ul li:nth-child(3) a:hover section::before {
					opacity: .6;
				}
				.cta-icon ul li:last-child a section::before {
					background-image:url(../siteart/icon-cta/request-a-quote.png);	
				}
				.cta-icon ul li:last-child a:hover section::before {
					opacity: .6;
				}
				
/* =============================================================================
   CTA                                                              
============================================================================= */
.cta {
	display: table;
	width: 100%;
	overflow: hidden;
}
.cta ul { 
	margin: 0; 
	list-style:none; 
	width: 100%;
    display: table;
	position: relative;
}
.cta ul li { 
	padding: 0;
	margin: 0px; 
}
.cta ul li:first-child { margin-left:0px; }
.cta ul li div:first-child {
	list-style:none;
	position: relative;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 75%;
	padding: 0;
	height: 250px;
}
.cta a span {
	text-align: center;
	display: table-cell; 
	vertical-align:bottom;
}
.cta a h2 {
	 color: #fff; 
	font-size: 23px; 
	font-weight: 600; 
	line-height: 1.4; 
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	width: 100%;
	display: table;
	background: black;
	text-align:center;
	padding: 5px;
	margin: 0;

}
.cta a h2 span { display: block; }
.cta a:hover { opacity: 1; }
.cta a .overlay {
	background: rgba(0,0,0,.0);
	position:absolute;
	top:0;
	bottom: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.cta ul li .one { background-image:url(../siteart/cta/dozers.jpg); }
.cta ul li .two { background-image:url(../siteart/cta/horizontal-drills.jpg); }
.cta ul li .three { background-image:url(../siteart/cta/loader-backhoe.jpg); }
.cta ul li .four { background-image:url(../siteart/cta/trenchers.jpg); }
.cta ul li .five { background-image:url(../siteart/cta/trucks.jpg); }
.cta ul li .six { background-image:url(../siteart/cta/trailers.jpg); }
.cta ul li .seven { background-image:url(../siteart/cta/attachments.jpg); }
.cta ul li .eight { background-image:url(../siteart/cta/farm-equipment.jpg) ;}
.cta ul li .nine { background-image:url(../siteart/cta/other-c.jpg);}
.cta ul li .ten { background-image:url(../siteart/cta/power-systems.jpg);}
.cta ul li .eleven { background-image:url(../siteart/cta/rv-2.jpg) ;}
.cta ul li .twelve{ background-image:url(../siteart/cta/all-e.jpg); }
.cta a:hover .overlay { background: rgba(0,0,0,.50); }
	/* Interior */
	#interior .cta ul li div:first-child { height: 100px; }
	#interior .cta ul { margin-top: 0; }
	#interior .cta a h2 { line-height: 1.15; font-size: 1.9em; }

	/* Equipment CTA */
	.cta.equipment ul { width: 100%; margin: 0; }
	.cta.equipment ul li:first-child { margin-top: 0; }
	.cta.equipment ul li { margin: 0 0 20px; }
	#interior .cta.equipment ul li div:first-child { height: 150px; }
	.cta.equipment ul li article { 
		background: transparent;
		border: 2px solid #3d3d3b;
		border-top: none; 
		padding: .25rem 1rem;
	}
	.cta.equipment ul li article a, .cta.equipment ul li article a:visited {
		display: inline-block;
		padding: .65em 1em;
		font-size: .75em;
		font-weight: 700;
		border-radius: 3px;
	}
	.cta.equipment ul li article a:hover, .cta.equipment ul li article a:focus {
		background: #b01b2e;
		color: #fff;		
	}
				
/* =============================================================================
   Body                                                              
============================================================================= */
.column-block{margin-bottom:0; padding:10px 0;}
.space{padding:30px 0;}
.heading{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:600;
	color:black;
}
.about-info{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:black;
}
.about-info a{color:black;}
.about-info a:hover{color:#bdbdbd;}







/* =============================================================================
   Current Inevntory page options                                                              
============================================================================= */

/* Equipment Images */	
	.inventory-boxes {
		padding:5px 0;	
	}
	
	.inventory-boxes .heading{
		padding-top:45px;
	}
	
	.padding {
		padding:20px 0;
	}
	
	.padding8 {
		padding:80px 0;
	}
	
	.equipment-contain {
		padding: 0;	
		width: 100%;
		float: left;
		background-size: 100%;
	}
		
/* Category Box */
	.categorybox {
		float:left;
		width: 31%;
		margin: 0 0 0 0;
		box-sizing: border-box;
		height:30 0px;
		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:1px #000 solid;
	}
	
	.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:28px;
		color:#fff;
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		margin:0;
		text-transform:uppercase;
		z-index:99;
	}
	
	.categorybox:after { 
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.3; 
		transition: .3s all;
		display:block;
	}
	.categorybox:hover:after {
		opacity: .5;
		background:#000;
	}
	
	a .categorybox {
		color:#fff;
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .categorybox-title {
		font-size:36px;
	}

/*SPANS*/ 
	.underline { text-decoration:underline; color:white;}
	
/* HOVER CATEGORY BOXES */	
	.invlinkbox {
		float:left;
		width:100%;
		height:350px;
		margin: 0 0 0 0;
		background-position:center center;
		background-repeat:no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
		z-index:1000;
		position:relative;
		overflow:hidden;
		box-sizing:border-box;
		cursor:pointer;
		font-family: 'Open Sans', sans-serif;
		text-transform:uppercase;
		font-weight:600;
	}
	.invlinkbox a {
		color:#fff;
		font-size:14px;
	}
	.invlinkbox a:hover { 
		color:#bdbdbd;
	}
	.invlinkbox p a { 
		text-decoration:underline;
	}
	.invlinkbox::before{
		content:' ';
		position:absolute;
		top:350px;
		right:0;
		bottom:0;
		left:0;
		background:rgba(0,0,0,1);
	}
	.invlinkbox:hover::before{
		background:rgba(0,0,0,1);
		top:0;
	}
	.caption__media{
		display:block;
		min-width:100%;
		max-width:100%;
		height:auto;
	
	}
	.caption__overlay{
		position:absolute;
		top:85px;
		right:0;
		left:0;
		padding:5px 0 10px 10px;
		color:#fff;
		-webkit-transform:translateY(255px);
		transform:translateY(255px);
		transition:-webkit-transform .35s ease-out;
		transition:transform .35s ease-out
	}
	
	.invlinkbox:hover .caption__overlay{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		top:0;
	}
	.caption__overlay__title{
		transition:-webkit-transform .35s ease-out;
		transition:transform .35s ease-out
	}
	.invlinkbox:hover .caption__overlay__title{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
/* =============================================================================
   Form                                                           
============================================================================= */
#form{
	font-family: 'Open Sans', sans-serif !important;
}
#form .heading{padding-top:20px;}
#form a{color:black;}
#form a:hover{color:#bdbdbd;}

#form .row{padding-bottom:20px;}
#form [type=button], [type=submit] {
	font-family: 'Open Sans', sans-serif;
	padding:5px;
	color:white;
	background-color:black;
	border: thin solid #bdbdbd;
}
#form [type=button], [type=submit]:hover {
	color:black;
	background-color:#f9cc20;
}
#form [type=button], [type=reset] {
	font-family: 'Open Sans', sans-serif;
	padding:5px;
	color:white;
	background-color:#bdbdbd;
	border: thin solid #bdbdbd;
}
#form [type=button], [type=reset]:hover {
	background-color:white;
	color:black;
}
/* =============================================================================
   Financing                                                            
============================================================================= */

.finance-boxes {
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	vertical-align:top;
}

.financing{
	color:black !important;
	padding:0 10px;
	margin-bottom: 0;
}

.financinglogo{
	padding:20px 40px 0 40px;
	display:block;
	max-width:470px;
	margin-left:auto;
	margin-right:auto;
}

/* Finance Boxes */
	.financebox {
		width: 500px;
		box-sizing: border-box;
		height:200px;
		margin:0 0 0 0;
		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:1px #000 solid;
		vertical-align:middle;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
	.financebox .financebox-title {
		text-align:center;
		width:90%;
		position:absolute;
		top:80%;
		left:50%;
		transform: translate(-50%,-50%); 
		-webkit-transform: translate(-50%,-50%); 
		-ms-transform: translate(-50%,-50%);
		color:#fff;
		font-family: 'Oswald', sans-serif;
		font-weight:400;
		margin:0 0 0 0;
		text-transform:uppercase;
		z-index:99;
	}
	
	.financebox:after { 
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.1; 
		transition: .3s all;
		display:block;
	}
	.financebox:hover:after {
		opacity: .5;
		background:#000;
	}
	
	a .financebox {
		color:#fff;
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .financebox-title {
		color:#ccc;
	}
/* =============================================================================
   Footer                                                              
============================================================================= */
.black{background-color:black;}
.contact-info-yellow{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#f9cc20;
	text-transform:uppercase;
	font-weight:600;
}
.contact-info{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:white;
}
.contact-info a{
	color:white;
}
.contact-info a:hover{
	color:#f9cc20;
}
.align-middle{
	padding-top:90px;
	padding-left:100px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:350px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.grey{
	background-color:#bdbdbd;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:10px; color:black}
a.footerlink:hover {text-decoration:none; font-size:13px; color:dark-grey;}

.footertext{font-size:10px; color:black;}

.smallfootertext{font-size:10px; color:black;}

.divfooter {max-width:550px; text-align:center; margin:0 auto;}


/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1030px) {
	#menu-main a {
    padding: 0.8em 0.6em;
	}
	ul.sliderCTA li {
    font-size: 20px
	}
	.cta .medium-up-4 .column{width:50%;}
}
@media only screen and (max-width: 900px) {

	.off_canvas { display: block; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		position:relative;
		color: transparent !important;
		float:right;
	}
	.menu-main-container { display: none; }
header {
    padding-right: 16px;
    padding-top: 13px;
}
.align-middle{
	padding-left:0px;
}
}
@media only screen and (max-width: 750px) {
.searchBar .medium-2_5{
		width:100%;
	}
	.field-wrapper {
    width: 100%;
	}
	.caption__overlay {
    -webkit-transform: none;
    transform: none;
}
.field-wrapper .medium-2{
	width:100%;
}
.map .medium-6{width:100%;}
.map .space{padding:0px;}
.align-middle{
	padding-top:0px;
	text-align:center;
}
.map-responsive{
    padding-bottom:300px;
}
}
@media only screen and (max-width: 655px) {
	#slider {
	height: 50vh;
}
#slider .orbit-container {
    height: 50vh !important;
}
#slider .orbit-slide {
    height: 50vh;
}

	ul.sliderCTA li {
    font-size: 14px
	}
	.cta-icon ul li a section::before {
    height: 70px;
	}
	.cta-icon h4 {
    font-size: 11px;
	}
	.cta-icon {
    padding: 0px;
	}
	.cta a h2 {
    color: #fff;
    font-size: 15px;
	}
	.cta ul li div:first-child {
    height: 170px;
	}
	#quick-search .heading {
    font-size: 22px;
	}
	.heading {
    font-size: 21px;
	}
	.hosted-content #listings-title{
	font-size: 21px;
	}
	.about-info {
    font-size: 15px;
	}
	.financebox {
		width: 100%;
	}
	.financinglogo{
		width: 100%;
	}
}
@media only screen and (max-width: 360px) {
	.cta .small-up-2 .column{width:100%;}
	#top .logo{
    max-width: 155px;
	}
	.inventory-boxes .heading {
    padding-top: 0px;
}

}
/* =============================================================================
   Inventory Page Mobile                                                           
============================================================================= */
@media only screen and (max-width: 1000px) {
	.categorybox {
		width: 31%;
	}
	#rentalimg .small-6{
	display:block;
	width:100% !important;
}

}

@media only screen and (max-width: 700px) {
	#no-show {
		display:none;	
	}
	.caption__overlay{
		-webkit-transform:none;
		transform:none;
		top: 0 !important;
	}
	.invlinkbox::before { 
		top: 0;
	}
	.invlinkbox::before{
		background:rgba(0,0,0,.5);
	}
	.invlinkbox:hover::before{
		background:rgba(0,0,0,.5);
	}
	.mobilesliderimage{
		display:block;
	}
	.mainsliderimage{
		display:none;
	}
}

@media only screen and (max-width: 600px) {
	.categorybox {
		width: 48%;
	}
	
	.heartland {
		text-align:center;
		width: 100%;
	}
	
	.copyright {
		text-align:center;
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.categorybox {
		width: 96%;
	}
}

