@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                                                               
============================================================================= */
a:focus, a:hover{
	color:black;
}
a{
	color:#ed1d24;
}

.hosted-content .drop-down-form select{
	width: 50px !important;
}
/* =============================================================================
   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:110px !important;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:112px !important;
}
.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; 
}
.inventorypad{
	padding-top:90px;
}
#listings-title {
    color:#ed1d24;
	text-transform:uppercase;
	font-weight:800;
	font-size:40px;
	font-family: 'Oswald', sans-serif;
	font-size:1.8rem;
}
.column.pad-inventory {
    padding-left: 30px;
}
.inventorywhite{
	background-color:white;
	border:grey thin solid;
}

.used-links{padding:20px 0;}
.used-links a{
	background-color: #ed1d24;
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 800;
    padding: 10px;
}
.used-links a:hover{
	background-color: black;
	color:white;
}
.row.expanded .inventorywhite .row{
	margin-left:-0.93rem;
	margin-right:-0.93rem;
}
/* =============================================================================
   Typeography                                                              
============================================================================= */



/* =============================================================================
   Header                                                              
============================================================================= */
.logo{
	position:absolute;
	    z-index: 999999999999999 !important;
}

header {
	display: table;
	width: 100%;
	padding: 0px;
	background-color:#ed1d24;
	font-family: 'Oswald', sans-serif;
}

/* 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;
	font-weight:600;
	text-transform:capitalize; 
	padding: 0.8em 1.2em;
	font-size: 18px;
	position: relative;
}
#menu-main a:hover {
	background-color:white;
}
#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
	left: -99999em;
	background: rgba(255,255,255, .85);
	text-align: left;
	z-index:99999;
}
#menu-main li ul li { display:block; }
#menu-main ul li a:hover { color: #333;
background-color:#ed1d24; }
#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: #222222;
		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;	
		font-family: 'Oswald', sans-serif;	
	}
	.mobile.button { display: none;	}
	.mobile-nav #mobile-menu-main { border-top: 1px solid #333; }
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main li a:hover { background-color:#ed1d24; }
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: white;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 17px;
		border-bottom: 1px solid #333;
	}

	/* 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; background:#666; }
	.mobile-nav ul li a:hover { color: #fff !important; background-color:#ed1d24;}
	
	/* 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: 2.5em;
			color: #fff;
			text-transform:capitalize;
			font-family: 'Oswald', sans-serif;
			text-shadow:4px 4px 4px black;
		}
		#slider .orbit-caption h6 { margin-bottom: 10px; }
		#slider .orbit-container {
			height: 0;
			margin: 0;
			list-style: none;
			overflow: hidden;
			height: 56vh !important;
			width: 100%;
			text-align:left;
		}
		#slider .orbit-slide {
			background-repeat: no-repeat;
			background-size: cover;
			height: 56vh;
			background-position: 50% 50%;
			width: 100%;
			z-index: 9999;
			padding: 0;
		}
		#slider .orbit-caption {
			display: table;
			height: 100%;
			width: 372px;
			top: 0;
			position:relative;
			background: transparent;
			padding: 0;
			left: 50px;
		}
		#slider ul li .orbit-caption {
			text-align:right;
			float: right;
			right: 50px;
			left: auto;
		}
		#slider .orbit-caption section {
			display: table-cell;
			vertical-align:middle;
		}
		#slider .orbit-caption section span { 
			background:rgba(229,229,229,0.87);
			padding: 25px 25px 10px 25px;
			display: table;
		}
		#slider ul li .orbit-caption section span { 
			padding: 25px 25px 10px 25px;
			float: right;
		}
		.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%; }
#slider .button{
	background-color:#ed1d24;
	color:white;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-weight:800;
	padding:10px;
}
#slider .button:hover{
	background-color:black;
}
/* =============================================================================
   Body                                                              
============================================================================= */
.med-grey{
	background-image:url(../siteart/featured-equipment/banner.jpg);
	font-family: 'Oswald', sans-serif;
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:30px;
}
.med-grey .equipment-image{

}
.med-grey .banner-text{
	font-size:20px;
	color:white;
}
.med-grey .banner-button a{
	font-size:20px;
	text-transform:uppercase;
	background-color:#ed1d24;
	padding:10px 20px;
	color:white;
	font-weight:200;
	border-radius:10px;
}
.med-grey .banner-button a:hover{
	color:black;
	background-color:#dadada;
}
.quick-buttons .column{
	padding-left:0;
	padding-right:0;
}
.quick-buttons .next-button{max-height: 32px;}
.quick-buttons a{
	text-transform:uppercase;
	font-weight:800;
	font-size:40px;
	font-family: 'Oswald', sans-serif;
	color:white;

}
.quick-buttons p{padding-top:58px;}
.quick-buttons .column{
	padding-left:0px;
	padding-right:0px;
}
.quick-buttons .new-inventory{
	height:28vh;
}
.quick-buttons .used-inventory{
	height:28vh;
}
.quick-buttons .overlay-red{background-color:rgba(0,0,0,0.50); height:100% !important;}
.quick-buttons .overlay-red:hover{background-color:rgba(0,0,0,.80);}
.quick-buttons .overlay{background-color:rgba(0,0,0,0.30); height:100% !important;}
.quick-buttons .overlay:hover{background-color:rgba(0,0,0,0.60);}



#main .heading{
	color:#ed1d24;
	text-transform:uppercase;
	font-weight:800;
	font-size:40px;
	font-family: 'Oswald', sans-serif;
	line-height: 48px;
	margin-top: 1rem;
}
#main #boxes .box1{
	background-image:url(../siteart/featured-equipment/1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}
#main #boxes .box2{
	background-image:url(../siteart/featured-equipment/2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}
#main #boxes .box3{
	background-image:url(../siteart/featured-equipment/3.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}
#main #boxes .box4{
	background-image:url(../siteart/featured-equipment/4.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}
#main #boxes .column{
	padding:0;
}

#main #boxes .name{
	background-color:rgba(0,0,0,0.73);
	color:white;
	padding-left: .9375rem;
	font-family: 'Montserrat', sans-serif;
	}
#main #boxes .name strong{
		text-transform:uppercase;
}
#main #boxes .namespace{
		padding-top:251px;
}
#main #boxes .namespace:hover{
	background-color:rgba(0,0,0,0.73);
	-webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
}
#main .text{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:black;
	}
#main .video .column{
	padding-right:0;
}

#greybgimage {
	background-image:url(../siteart/bgimg.png);
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:10px;
}

#greybgimage .brandlogo{
	min-width:65px;
}
#greybgimage .heading{
	color:#ed1d24;
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	text-transform:capitalize;
}
#greybgimage .text{
	color:white;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
}
#greybgimage .button{
	background-color:#ed1d24;
	color:white;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:800;
	padding:10px;
}
#greybgimage .button:hover{
	background-color:black;
}
#locationsbg{
	background-color:#dadada;
}
#locationsbg .heading{
	color:#ed1d24;
	text-transform:uppercase;
	font-weight:800;
	font-size:40px;
	font-family: 'Oswald', sans-serif;
	line-height: 48px;
	margin-top: 1rem;
}
#locationsbg .subheadingcity{
	color:black;
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	font-weight:800;
}
#locationsbg .subheadingcity a{
	color:#ed1d24;
}
#locationsbg .subheadingcity a:hover{
	color:black;
}
#lightgreybg{
background-color:#dadada;
border-top:thin black solid;
border-bottom:thin black solid;
}
/* =============================================================================
   Form                                                            
============================================================================= */
#form {
background-color:#dadada;
border-top:thin black solid;
border-bottom:thin black solid;

}
#form .row{
	background-color:white;
	padding-bottom:25px;
}
#form [type=button], [type=submit]{
	border:none;
		background-color:#ed1d24;
	color:white;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-weight:800;
	padding:10px;
}
#form [type=button], [type=submit]:hover{
	background-color:black;
}
#form [type=button], [type=reset]{
	border:none;
		background-color:#dadada;
	color:black;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-weight:800;
	padding:10px;
}
#form [type=button], [type=reset]:hover{
background-color:#ed1d24;
}
/* =============================================================================
   Staff                                                              
============================================================================= */
#main .stafftitle{
	color:#ed1d24;
	text-transform:uppercase;
	font-weight:800;
	font-size:25px;
	border-bottom:thin solid #ed1d24; 
	font-family: 'Oswald', sans-serif;
}
#main .staffname{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	color:black;
}
#main .staffname a{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	color:#ed1d24
}
#main .staffname a:hover{
	color:black;
}
#main .staffname a.emailbutton{
	color:white;
	background-color:#ed1d24;
	padding:2px 5px;
	font-size:16px;
	text-transform:uppercase;
	border-radius:6px;
}
#main .staffname a.emailbutton:hover{
	background-color:#dadada;
	color:black;
}
#main #lightgreybg .row{
	background-color:white;
}
#main #lightgreybg .brandlogo{max-height:50px;
}
/* =============================================================================
   Search                                                              
============================================================================= */
/* Search */
.searchBar {
	background: #dadada;
	display: table;
	width: 100%;
	color: #ed1d24;
	padding: 15px 0 20px;
	position: relative;
	font-family: 'Oswald', sans-serif;
}
.searchBar label { color: #ed1d24; 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;
	font-weight: 300;
	padding: 0 5px;
	background-position: 95% 50%;
	background-size: 9px;
}
.searchBar input[type=text] {
	height: 2em;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 300;
}
.searchBar input.button {
	height: auto;
	position:relative;
	top: 17px;
}
.searchBar input.button:hover {
	background: #fff;
	color: #ed1d24;
}
.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: 24% }
.hidden{display:none;
}
[type=number], textarea {
    height: 1.9rem;
}
/* =============================================================================
   To top                                                              
============================================================================= */
.go-top:hover {
    background: rgba(185,40,41,0.97);
}
.go-top {
    position: fixed;
    width: 40px;
	height: 40px;
	border-radius: 5px;
	position:fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999999999999;
	padding: 0;
	background-color:rgba(0,0,0,.55);
}
/* =============================================================================
   Footer                                                              
============================================================================= */
#footerinfo{
	margin-top:1.87rem;
}
#footerinfo .socialmedia{
	display:inline-block;
	max-width:50px;
}
#footerinfo .socialmedia:hover{
	opacity:.6;
}
#footerinfo .heading{
	color:#ed1d24;
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	font-weight:800;
}
#footerinfo .text{
	font-family: 'Montserrat', sans-serif;
	color:black;
	font-size:20px;
}
#footerinfo .text a{
	color:black;
}
#footerinfo .text a:hover{
	color:#ed1d24;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:400px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#lightgreybgfooter{
	background-color:#dadada;
	padding-top:10px;
	padding-bottom:10px;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:none; font-family: 'Montserrat', sans-serif;font-size:15px; color:#999999;}
a.footerlink:hover {text-decoration:underline; font-family: 'Montserrat', sans-serif;font-size:15px;}

.footertext{font-family: 'Montserrat', sans-serif;font-size:15px; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}

.divfooter {max-width:450px; text-align:center; margin:0 auto;}

/* =============================================================================
   Mobile                                                              
============================================================================= */

.option-name, .option-count{margin-top:-2px!important;}
.compare-chkbox-container .compare-listings .compare-label{margin-top:-25px!important;}
.compare-chkbox-container .compare-listings .fa-check{top:1px!important;left:2px!important;}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p{margin-top:15px!important;}
.column, .columns{box-sizing: border-box!important;}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ed1d24 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#ed1d24 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #ed1d24 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #ed1d24 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1450px) {
#main .welcome .medium-12{
	width:50%;
}
}
@media only screen and (max-width: 1300px) {
#menu-main a {
    padding: 0.8em .8em;
}
#footerinfo .medium-6{
	width:50%;
}
#footerinfo .medium-12{
	width:100%;
}
}
@media only screen and (max-width: 1175px) {
#menu-main a {
    padding: 0.8em .6em;
}
}
@media only screen and (max-width: 1510px) {
.used-links .medium-up-3>.column, .medium-up-3>.columns{
	width:50%;
	line-height:47px;
	}
}
@media only screen and (max-width: 1130px) {
#menu-main a {
    padding: 0.8em .6em;
}
#main .welcome .medium-12{
	width:100%;
}
#main .video .column{
	padding-right:0;
	padding-left:0;
}
}
@media only screen and (max-width: 1015px) {
	.container .row .large-3{
		width:25%;
	}	.container .row .large-9{
		width:75%;
	}
}
@media only screen and (max-width: 1070px) {

	.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;
		margin-left:auto;
		margin-right:auto;
	}
	.menu-main-container { display: none; }
header {
    padding-left: 16px;
    padding-top: 14px;
	padding-bottom:1px;
}
.logo{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#slider h1 {
    font-size: 2.2em;
}
.float-links {
    top: 160px;
}
#slider .orbit-caption {
    width: 361px;
}
#locationsbg .medium-3{
	width:50%;
}
.inventorypad{
	padding-top:0px;
}
.toTop, .toTop:visited { bottom: 10px; right: 10px; }
}
@media only screen and (max-width: 820px) {
.field-wrapper {
    width: 100%;
}
.field-wrapper .medium-2_5 { width: 100% }
.searchBar .medium-2_5 { width: 100%; }
	
}
@media only screen and (max-width: 785px) {
	.container .row .large-3{
		width:0%;
	}	.container .row .large-9{
		width:100%;
	}
	.column.pad-inventory {
    padding-left: 0px;
}
}
@media only screen and (max-width: 640px) {

#locationsbg .subheadingcity {
    font-size: 15px !important;
	font-weight:600;
}
#locationsbg .medium-3{
	width:100% !important;
}
#locationsbg .small-12{
	width:100% !important;
}
		#slider .orbit-container {
			height: 40vh !important;
		}
		#slider .orbit-slide {
			height: 40vh;
		}
	.used-links a{
		    line-height: 3;
	}
	.used-links .small-up-1>.column, .small-up-1>.columns{
	width:100%;
	}
	.med-grey .equipment-image{
	min-height:none;
}
	.med-grey .arrow{
		display:none !important;
	}

}
@media only screen and (max-width: 580px) {
#slider h1 {
    font-size: 1.5em;
	    text-shadow: 3px 3px 3px black;
}
#slider .orbit-caption {
    width: 254px;
}
#slider ul li .orbit-caption {
    right: 34px;
}
#slider .button {
    font-size: 15px;
}
#slider ul li .orbit-caption section span {
    padding: 16px 16px 2px 25px;
}
.quick-buttons a {
    font-size: 29px;}
.quick-buttons .small-6{width:100%}
.quick-buttons p{padding:10px;}
.quick-buttons .new-inventory{
	height:50px;
}
.quick-buttons .used-inventory{
	height:50px;
}
#footerinfo .socialmedia {
    max-width: 25px;
}
#footerinfo .text{
	font-size:14px;
}
#footerinfo .heading {
    font-size: 19px;
}
}