@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;
}

/* =============================================================================
   Typography                                                              
============================================================================= */
p.big-yellow {font-size: 2.2em !important; color: #ffec01 !important;}
h1.big-yellow {font-size: 2.2em !important; color: #ffec01 !important;}


/* =============================================================================
   Header                                                              
============================================================================= */
.header-search{
	position:relative;
	padding-top:20px;
}
.search{
	max-height:2.4375rem !important;
}
.quick-button{
	position:absolute;
	top:19px !important;
	right:0;
}
.header-search [type=text]{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #ffec01;
    border-radius: 2px;
    background-color: white;
    box-shadow: inset 0 1px 2px hsla(55, 100%, 50%, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#headerinfo{
	background-color: #333;
	background-image:url(../siteart/headerimg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#headerinfo p{
	font-size:30px;
	font-family: 'Oswald', sans-serif;
	color:#ffec01;
	padding-top:20px;
}
#headerinfo a{
	font-family: 'Oswald', sans-serif;
	color:white;
}
#headerinfo a:hover{
	color:#ffec01;
}
#headerinfo .bignumber{
	font-size:36px;
}
#headerinfo .smnumber{
	font-size:20px;
	padding-top:0px !important;
}

.creditcards{
	    max-height: 30px;
}
.creditcardsinv{
	    max-height: 30px;
		padding-left: 34%;
}
header {
	display: table;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}
.logo{
	max-width:220px;
	padding-top:20px;
}
.logo-inv{
	max-width:220px;
	padding-top:20px;
	left:30px;
}
/* Menu Main */
.menu-main-container ul, .mobile-menu ul {
	margin: 0;
	padding:0;
	list-style: none;
	font-family: 'Oswald', sans-serif;

}
#menu-main a {
	display:block; 
	color: white; 
	padding: 0.8em;
	font-size: 18px;
	position: relative;
}
#menu-main a:hover {
	color:#ffec01;
}
#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 99999999999999999;
	left: -99999em;
	background:#333;
	text-align: left;
	text-transform:uppercase;
}
#menu-main li ul li { display:block; }
#menu-main ul li a:hover { color: #ffec01; }
#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: #222;
		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);
		width: 100%;
	}

/************** FOR AUCTION TEMPLATE*/
	.full.cf.mobile-padding.is_open, #hosted-footer.is_open {
		filter: blur(3px);
		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-menu #mobile-menu-main { border-top: 1px solid #333; }
	.mobile-menu #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-menu #mobile-menu-main li a:hover { color: #fff; background-color:#ffec01;}
	.mobile-menu #mobile-menu-main a {
		width: 100%;
		color: #eee;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 16px;
		border-bottom: 1px solid #333;
	}

	/* Mobile Sub-Menu */
	.mobile-menu #mobile-menu-main ul {
		position: relative;
		z-index: initial;
		left: 0;
		background: transparent;
		text-align: left;
		width: 100%;
		padding: 0px;
		display:none;
	}
	.mobile-menu ul li ul li a { padding: 10px 0; }
	.mobile-menu ul li a:hover { color: #fff !important; }
	
	/* First Dropdown */
	.mobile-menu #mobile-menu-main > li li:hover > ul {
		left: 0px;
	}
	/* Second Dropdown */
	.mobile-menu #mobile-menu-main > li > .sub-menu li a {
		margin: 0 0 0 5%;
	}
	/* Third Dropdown */
	.mobile-menu #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 10%;
	}
	/* Fourth Dropdown */
	.mobile-menu #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 15%;
	}
	/* Fifth Dropdown */
	.mobile-menu #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-menu 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-menu li button.mobile_btn:hover { cursor: pointer }
	.mobile-menu 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-menu li button.mobile_btn.active { background: #666; }
	.mobile-menu 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 {
	height: 60vh;
	overflow:hidden;
	position:relative;
	width: 100%;
	display: table;
}
#slider .orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 85vh !important;
	width: 100%;
	text-align:left;
}
#slider .orbit-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
    background-position: 50% 50%;
    width: 100%;
	z-index: 9999;
}
#slider .orbit-caption {
	display: table;
	bottom: 0;
	position:absolute;
	background: transparent;
	z-index: 99999;
	padding-left: 250px;
	padding-right: 250px;
}
#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;
		background-position: 50% 73%;
	}
	#interior ul.sliderCTA li:hover { background-position: 55% 73%; }
	#interior ul.sliderCTA li a h2 { font-size: 2.25em; }

	/* Slider CTA */
	ul.sliderCTA { 
		margin: 0px; 
		list-style:none; 
		vertical-align:middle;
		color:#ffec01;
	}
	ul.sliderCTA li { 
	font-family: 'Oswald', sans-serif;
	font-size:45px;
    display: block;
    height: 100%;
    width: 100%;
    background-color:rgba(0,0,0,0.71);
    background-size: 100%;
	position:relative;
	}
	ul.sliderCTA li:last-child { margin: 0px; }


/* =============================================================================
   CTA                                                              
============================================================================= */
			.cta ul { 
				margin: 0px 0 0; 
				list-style:none; 
				width: 101.4%;
				display: table;
				position: relative;
			}
			.cta ul li { 
				padding: 0 0px 0;
				margin: 0px; 
			}
			.cta ul li:first-child { margin-left: -10px; }
			
			.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: 280px;
				z-index:999;
			}
			.cta a span {
				text-align: center;
				display: table-cell; 
				vertical-align:middle;
			}
			.cta a h2 { color: #fff; font-weight: 200; line-height: 1; 	font-family: 'Oswald', sans-serif;
}
			.cta a h2 strong { display: block; font-weight: 800; }
			.cta a:hover { opacity: 1; }
			.cta a .overlay {
				background: rgba(0,0,0,.50);
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				padding: 0 0 0 35px;
				width: 100%;
				height: 100%;
			}
			.cta ul li .cta1 { background-image:url(../siteart/partsimg.jpg); }
			.cta ul li .cta2 { background-image:url(../siteart/attachmentsimg.jpg); }
			.cta ul li .cta3 { background-image:url(../siteart/dismantledimg.jpg); }
			.cta a:hover .overlay { background: rgba(0,0,0,.75); }
			
				/* Interior */
				#interior .cta ul li div:first-child { height: 135px; }
/* =============================================================================
   Search                                                             
============================================================================= */				
#quick-search [type=text], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
	border-radius:0px;
    border: 2px solid #ffec01;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    font-family: inherit;
    font-size: 1.1rem !important;
    font-weight: 400;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hidden-overlay {
	width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	z-index: 99999999999;
}
.field-wrapper {
    position: relative;
} 
.end.columns:last-child:last-child {
    padding-top: 41px !important;
}
.hidden { display:none; }
.medium-2_5 {
	width: 20%;
	padding:10px;
}
#quick-search{
	background-color: #333;
	background-image:url(../siteart/headerimg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	align-content:center;
}
#quick-search label{
	color:#ffec01!important;
	font-size:18px;
}
#quick-search input.button.white{
	padding-top:10px !important;
		color:black !important;
	}
#quick-search input.button.white:hover{
	background-color:#ffec01 !important;
	color:black !important;
}
				
/* =============================================================================
   Body                                                              
============================================================================= */
#about{
	background-color: #333;
	background-image:url(../siteart/headerimg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:100% !important;
}
#about h1{
	color:white;
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	 padding-top:2%;
	 padding-bottom:2%;
}
#contact{
	background-color: #333;
	background-image:url(../siteart/headerimg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#contact p{
	color:white;
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

#contact h1{
	color:white;
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

#contact h1.heading{
	color:white;
	font-family: 'Oswald', sans-serif;
	font-size:32px;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}
#contact p a{
	color:#ffec01;
	font-family: 'Oswald', sans-serif;
	font-size:26px;
}
#contact p a:hover{
	color:white;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*  ABOUT PAGE
------------------------------------------------*/
.about-img {
	max-height: 600px;
	max-width: 60%;
	float: left;
	display: inline-block;
}

.about-text {
	width: 30%;
	margin-left: 5%;
	padding: 0;
	display: inline-block;
	float: left;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
/*  MAP
------------------------------------------------*/
.map-responsive{
    overflow:hidden;
    padding-bottom:14.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* =============================================================================
   Footer                                                              
============================================================================= */
.bgblack{
	background-color:black;
}
.footer{
	width:80%;
	padding-top:10px;
	padding-bottom:10px;
}
.smallfootertext{
	color:white !important;
}
.footertext{
		color:white !important;
}
.footerlink {
		color:white !important;
}
.footerlink:hover{
		color:#ffec01 !important;
}

/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1340px) {
	#menu-main a {
    padding: 0.8em 0.8em;
}
.creditcardsinv{
		padding-left: 21%;
}
#slider .orbit-caption {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media only screen and (max-width: 1260px) {
	#menu-main a {
        padding: 0.8em 0.5em;
		font-size: 17px;
}
}

@media screen and (max-width: 1100px) {

	.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;
	}
	.menu-main-container { display: none; }
	
header {
    padding-left: 16px;
    padding-top: 13px;
}

#about p{font-size:20px;}
.creditcardsinv{
		padding-left: 14%;
}

}
@media screen and (max-width: 845px) {
	.logo{
	position: relative !important;
	display:block;margin-right:auto;margin-left:auto
}
.logo-inv{
	position: relative !important;
	display:block;margin-right:auto;margin-left:auto
}

#headerinfo .medium-3{
	width:100% !important;
}
#headerinfo p {
   padding-top:5px;
}
#headerinfo .column-block {
    margin-bottom: 0 !important;
}
	
	.about-img {max-width: 80%; margin: 10px auto; float:none;}
	.about-text {width: 100%; margin: 10px 0;}
	
}

@media screen and (max-width: 767px) {
.medium-2_5{
	width:100% !important;
}

.map-responsive{
    padding-bottom:30.25%;
}

#about {
	height:190px;	
}

#about p {
	font-size:16px;	
}

}

@media screen and (max-width: 550px) {
.logo{
	position: relative !important;
}

.logo-inv{
	position: relative !important;
}


#about p{
	width:100% !important;
	color:white;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	 text-transform: capitalize;

}
h2{
	font-size: 2.5rem;
}
}
@media screen and (max-width:380px)  {
#about p{
	 padding-top:7%;
	 font-size:14px;
}
.creditcardsinv{
		padding-left: 30%;
}
}