@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;
}

/* =============================================================================
   Header                                                              
============================================================================= */
.info-bar{
	background-color:#152243;
	color:white;
	text-transform: uppercase;
	padding:5px; 
	text-align: center;
	font-size: 14px;
}
.info-bar a{color:white!important;}
.info-bar a:hover{opacity: .7!important;}
.info-bar .icons{max-height: 20px!important; vertical-align: middle!important;padding-right: 5px!important;}

.top {
    background-color: rgba(255,255,255,0.70);
    padding: 5px;
}
.homepage .top{    
	position: absolute;
    z-index: 99999;
    width: 100%;}
.top .logo{
	max-height: 60px;
}

header {
	display: table;
	width: 100%;
	padding: 0px;
}

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	padding:0;
	list-style: none;
	text-align: center;
}
.mobile-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-main a {
	display:block; 
	color: #152243; 
	padding: 0.4em 0.8em;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
}
#menu-main a:hover {
	background-color:#152243;
	color:white;
}
#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 9999999;
	left: -99999em;
    background-color: white;
	text-align: left;
}
.homepage #menu-main ul { background-color: rgba(255,255,255,0.70);}
#menu-main li ul li { display:block; }
#menu-main ul li a:hover { color: #fff; }
#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: #152243;
		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;
			background: rgba(255,255,255,.65);
			opacity: 0;
		}
		#off_canvas_cover.is_open {
			opacity: 1;
			visibility:visible;
			z-index:9999;
		}

  	/* Mobile Menu */
	.off_canvas header {
		background: transparent;
		padding: 0px;
		position: relative;		
		top: 0;
	}
	.off_canvas h2 {
		color: #fff;
		text-align:left;
		font-size: 1.5em;
		margin: 10px 15px;		
	}
	.mobile.button { display: none;	}
	.mobile-nav #mobile-menu-main { border-top: 1px solid #ceb871; }
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main li a:hover { color: #ceb871; }
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: #fff;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 14px;
		border-bottom: 1px solid #ceb871;
	}

	/* Mobile Sub-Menu */
	.mobile-nav #mobile-menu-main ul {
		position: relative;
		z-index: initial;
		left: 0;
		background: transparent;
		text-align: left;
		width: 100%;
		padding: 0px;
		display:none;
	}
	.mobile-nav ul li ul li a { padding: 10px 0; }
	.mobile-nav ul li a:hover { color: #fff !important; }
	
	/* First Dropdown */
	.mobile-nav #mobile-menu-main > li li:hover > ul {
		left: 0px;
	}
	/* Second Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu li a {
		margin: 0 0 0 5%;
	}
	/* Third Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 10%;
	}
	/* Fourth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 15%;
	}
	/* Fifth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 20%;
	}

	/* Mobile Btn */
	.mobile-nav li button.mobile_btn {
		height: 45px;
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: #333;
		display: inline-block;
		border-radius: 3px 0 0 3px;
		border:none;
	}
	.mobile-nav li button.mobile_btn:hover { cursor: pointer }
	.mobile-nav button.mobile_btn::after {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
		width: 100%;
		height: 100%;
	}
	.mobile-nav li button.mobile_btn.active { background: #666; }
	.mobile-nav li button.mobile_btn.active::after, .close:hover {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

/* =============================================================================
 Slider                                                           
============================================================================= */
#slider {
			overflow:hidden;
			position:relative;
			width: 100%;
			background: #222;
			display: table;
		}
		#slider h1 {
			line-height: 1;
			margin-bottom: 10px;
			font-size: 20px;
			color: #fff;
			font-family: "Open Sans";
			color: rgb(254, 254, 255);
			font-weight: bold;
			line-height: 1.5;
			text-shadow: 1.5px 2.598px 7px rgba(0, 0, 0, 0.88);
		}
		#slider h1 strong{font-size: 26px;}

		#slider .orbit-container {
			height: 0;
			margin: 0;
			list-style: none;
			overflow: hidden;
			height: 60vh !important;
			width: 100%;
			text-align:left;
		}
		#slider .orbit-slide {
			background-repeat: no-repeat;
			background-size: cover;
			height: 60vh;
			background-position: 50% 50%;
			width: 100%;
			z-index: 9999;
			padding: 0;
		}
		#slider .orbit-caption {
			display: table;
			height: 100%;
			max-width: 500px;
			top: 0;
			position:relative;
			background: transparent;
			padding: 0;
			left: 50px;
		}
		#slider .orbit-caption section {
			display: table-cell;
			vertical-align: bottom;
			padding-bottom: 100px;
		}
		#slider .orbit-caption section span { 
			padding: 25px 25px 10px 25px;
			display: table;
		}
		.orbit-next::after, .orbit-previous::after { display: none; }
		.orbit-next, .orbit-previous, .orbit-next:focus, .orbit-previous:focus, .orbit-next:active, .orbit-previous:active { 
			z-index: 999999999; 
			cursor: pointer;
			background: transparent;
		}
		.orbit-next:hover, .orbit-previous:hover { background: rgba(0,0,0,.5) }
		.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus { padding: 1rem; }
		.orbit-next, .orbit-previous { background: transparent; }
		
			/* Interior */
			#interior #slider .orbit-container, #interior #slider, #interior #slider .orbit-slide { height: 20vh !important; }
			#interior #slider .orbit-caption { display: none; }
			#interior .orbit-next, #interior .orbit-previous { display:none; }
			#interior #slider .orbit-slide { background-position: 50% 65%; }
/* =============================================================================
   Search                                                              
============================================================================= */
.searchBar .heading{
	color:black;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
}
.searchBar {
	background: #eeeeee;
	width: 100%;
	color: #777777;
	padding: 15px 0 20px;
	position: relative;
	font-family: 'Oswald', sans-serif;
}
.searchBar label { color: #777777; 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;
	background-color:#fed560;
	color: black;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight:600;
	padding:5px 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.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;
}
/* =============================================================================
     CTA                                                             
============================================================================= */
			.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% 50%;
				padding: 0;
				height: 200px;
				z-index:999;
			}
			.cta a span {
				text-align: center;
				display: table-cell; 
				vertical-align:bottom;
			}
			.cta a h2 { color: #152243; font-weight: 600; line-height: 1; text-transform:uppercase; font-size:25px; background:rgba(255,255,255,0.80); padding:8px 0; margin-bottom: 0;}
			.cta a:hover { opacity: 1; }
			.cta a .overlay {
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				width: 101%;
				height: 100%;
			}
			.cta ul li .cta1 { background-image:url(../siteart/cta/dozers.jpg); }
			.cta ul li .cta2 { background-image:url(../siteart/cta/excavators.jpg); }
			.cta ul li .cta3 { background-image:url(../siteart/cta/wheel-loader.jpg); }
			.cta ul li .cta4 { background-image:url(../siteart/cta/trucks.jpg); }
			.cta ul li .cta5 { background-image:url(../siteart/cta/all-equip-new.jpg); }
			.cta a:hover .overlay { background: rgba(0,0,0,.3); }
			
				/* Interior */
				#interior .cta ul li div:first-child { height: 135px; }



.main-text{
	padding:10px 20px;
}
h1{
	color:#152243;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
}
.main-text h1{padding-bottom: 10px;}
p{color: black;}

p a{color:#152243;}
p a:hover{color:#152243; text-decoration: underline;}

.truck-img{
	background-image:url("../siteart/about-img.jpg");
	background-size: cover;
	background-repeat: none;
	background-position: 50% 50%;
	height: 300px;
}
.customer-service-img{
	background-image:url("../siteart/new-customer-service.JPG");
	background-size: cover;
	background-repeat: none;
	background-position: 50% 50%;
	height: 300px;
}
.contact-img{
	background-image:url("../siteart/slide-contact.jpg");
	background-size: cover;
	background-repeat: none;
	background-position: 50% 50%;
	height: 450px;
}
/* =============================================================================
   Footer                                                              
============================================================================= */
.authorized-dealer, .contact-and-hours{padding:30px 0; text-align: center;}
.authorized-dealer h6, .contact-and-hours h6{
	color:#192650;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #ceb871;
	max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.contact-and-hours, .contact-and-hours a{
	color:black;
	text-transform: uppercase;
	font-size: 14px;
}

.contact-and-hours ul {
	font-size: 14px;
	line-height: 1.8;
	list-style-type: none;
	margin-left: none !important;
}
.contact-and-hours ol, .contact-and-hours ul {
	margin-left: 0;
}
/* =============================================================================
   Footer                                                              
============================================================================= */
.map-responsive{
    overflow:hidden;
    padding-bottom:200px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer{
	padding:10px 0;
	background-color: #152243;
	vcolro:white;
}
.footer a {
	color: white;
	font-weight: 600;
	text-transform: uppercase;
}
.footer a:hover {
	color: #ceb871;
}
.footer h6 {
	font-weight: 600;
	font-size: 16px;
	color:white;
}
.footer ul {
	font-size: 12px;
	line-height: 1.8;
	list-style-type: none;
	margin-left: none !important;
}
.footer ol, .footer ul {
	margin-left: 0;
}
.footer .ten-years {
    max-height: 100px;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:13px;}
a.footerlink:hover {text-decoration:none; font-size:13px;}

.footertext{font-size:13px;}

.smallfootertext{ display: none;}

.divfooter { text-align:right; margin:0 auto; text-transform: uppercase; color:white;}


/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1023px) {
.divfooter { text-align:center;}
	
}
@media only screen and (max-width: 850px) {

	.off_canvas { display: block; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		color: transparent !important;
		position: absolute;
		right:10px;
		top:15px;
		margin-bottom: 0;
	}
	.menu-main-container { display: none; }
	
	
}
@media only screen and (max-width: 750px) {
.searchBar .medium-2_5{
		width:100%;
	}
	.field-wrapper {
    width: 100%;
	}
	.caption__overlay {
    -webkit-transform: none;
    transform: none;
}
}
@media only screen and (max-width: 600px) {
	.top .text-center{text-align: left;}
	.top .logo{max-width: 80%;}
	#slider .orbit-slide, #slider .orbit-container{height: 45vh !important;}
	.top {position: relative;}
#slider .orbit-caption {
    left: 0px;
    width: 100%;
}
	.footer{text-align: center;}
	
	
}
@media only screen and (max-width: 490px) {
	.info-bar .small-6{width: 100%;}
	.mobile.button {top:10px; }
	.top .logo{max-width: 100%;}
	.top, .homepage .top{position: relative;}
	.mobile.button {
    top: 0px;
    RIGHT: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
	
}
@media only screen and (max-width: 450px) {
	.cta .small-up-2>.column, .cta .small-up-2>.columns{width: 100%;}
	
}
