﻿butt/* Make HTML 5 elements display block-level for consistent styling */ 
header, nav, article, footer, address, section { 
display: block; 
} 

/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

/***** END RESET *****/

/********** Overall **********/
html {
	width: 100%;
}

body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	width: 100%;
	background:#fff url(../siteart/images/subtle_dots_@2X.png);
}

/********** Basic **********/
.clear {clear:both;}

.center {text-align:center;}

.hosted-content .widget-express-container, .hosted-content .widget-nah-container, .hosted-content .widget-ps-container {margin: 0 !important;}
/********** Header **********/
.header {
	width: 100%;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 14px;
	/* background-color: #FFF; */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(229,229,229,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(229,229,229,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(229,229,229,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e5e5e5',GradientType=0 );
	box-sizing: border-box;
}
a.logo  {display: inline-block;}
.logo {
	margin:20px 45px 10px 20px;
	box-sizing: border-box;
}

a.social {
	display:inline-block; padding:3px 10px; font-weight: 700;
	text-decoration: none;
	margin: 0 auto !important;
	font-size:24px;

}

a.social:hover {
	background-color:transparent !important;
}

.socialMedia {display:inline-block; }

a.headerSocial {padding:0 10px; font-size:28px; line-height:.8; }
a.headerSocial:hover {background-color: transparent;}

a.facebook {color:#1877F2 !important;}
a.instagram {color: transparent !important;;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;}
a.twitter{color:#000 !important;;}
a.linkedin {color:#0077B5 !important;;}
a.google i {font-size:28px; color:#4285F4 !important;;}
a.google {font-size:14px; color:#5d5d5d;}

.floatLeft {float: left; margin:0 15px 0 0;}

.info-container {
	margin: 20px;
	float: right;
}

.info-container p {
	display: inline-block;
	font-weight: 900;
}

.location {
	display: inline-block;
	width: 200px;
	margin: 10px;
}

.location a {
	text-decoration: none;
	color: #5d5d5d;
}

.location a:hover {
	color: #EA961C;
}

.location img {
	height: 25px;
	display: inline-block;
	margin: 0px 10px;
}

.phone {
	display: inline-flex;
	align-items: center;
	width: 200px;
	margin: 10px;
}

.phone a {
	text-decoration: none;
	color: #5d5d5d;
}

.phone a:hover {
	color: #EA961C;
}

.phone img {
	height: 25px;
	display: inline-block;
	margin: 0px 10px;
}

.email {
	display: inline-flex;
	align-items: center;
	width: 285px;
	margin: 10px;
}

.email a {
	text-decoration: none;
	color: #5d5d5d;
}

.email a:hover {
	color: #EA961C;
}

.email img {
	height: 25px;
	display: inline-block;
	margin: 0px 10px;
}

/********** Content **********/
.image-container {
	display: block;
	width: 100%;
	height: 500px;
	overflow: hidden;
	box-sizing: border-box;
}

.image-container img {
	position: relative;
	width: 100%;
	top: -50%;
}

.welcome {
	padding:35px;
	background-color: #EA961C;
	color: #111;
	display: inline-block;
	box-sizing: border-box;
}

.welcome h1 {
	width: 90%;
	margin: 0px auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.welcome p {
	width: 90%;
	margin: 0px auto;
	font-size: 16px;
	line-height: 24px;
}


.announcement {
/*	display:flex; flex-flow:row wrap; align-items: center; justify-content:space-between;*/
	width: 80%;
	padding:55px 10%;
	
	background: rgb(88,88,88); background: linear-gradient(0deg, rgba(88,88,88,1) 0%, rgba(69,69,69,1) 100%);
	color: #fff;
	text-align: center;
}

.announcement .text {width:35%; margin:0; padding:0;}
.announcement .text img {width:100%; max-width:500px;}

.announcement h3 {
	/*width: 90%;*/
	margin: 0px auto;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.announcement p {
	margin: 0px auto;
	font-size: 16px;
	line-height: 24px;
}
.announcement img {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.announce-buttons {display:flex; flex-flow:row wrap; align-items: center; justify-content:center; width:60%; margin:30px 0 0 5%;}
.announce-buttons div {width:40%; margin:10px 15px; padding:0; line-height:0;}
.announce-buttons a {display:block; border:2px #fff solid;}
.announce-buttons img {width:100%;}

.content-background {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	/* background: url(../siteart/images/subtle_dots_@2X.png); */
}

.boxes {
	width: 90%;
	height: auto;
	text-align: center;
	margin: 0px auto;
	box-sizing: border-box;
}

.boxes2 {
	width: 80%;
	height: auto;
	text-align: center;
	margin: 70px auto;
	box-sizing: border-box;
}

.boxes2 h1 {
	text-transform: uppercase;
	color: #111;
	text-align: left;
	letter-spacing: 1px;
}

.boxes2 hr {
	border-top: thin solid #5d5d5d;
	border-bottom: thin solid #5d5d5d;
}

.boxes2 a {
	text-decoration: none;
}

.category1, .category2, .category3, .category4, .category5, .category6, .category7 {
	display: inline-block;
	width: 350px;
	height: 350px;
	margin: 45px;
	background-color: #000;
	overflow: hidden;
	box-sizing: border-box;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.category1 a, .category2 a, .category3 a, .category4 a, .category5 a, .category6 a, .category7 a {
	text-decoration: none;
}

.category1 {
	background:#333 url(../siteart/images/construction_bw1.png);
}

.category2 {
	background:#333 url(../siteart/images/Ag_Equipment_bw1.png);
}

.category3 {
	background:#333 url(../siteart/images/Rentals_bw1.png);
}

.category4 {
	background:#333 url(../siteart/images/Attachments_bw1.png);
}

.category5 {
	background:#333 url(../siteart/images/Trucks_and_Trailers_bw1.png);
}

.category6 {
	background:#333 url(../siteart/images/Online_Auctions_bw1.png);
}

.category7 {
	background:#333 url(../siteart/images/Mediabakery_IMS0152568_bw1.png);
}

.title {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.title2 {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.title p {
	font-family: "Roboto Mono", "Verdana", sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

.title2 p {
	font-family: "Roboto Mono", "Verdana", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

.title-image {
	height: 100%;
	top: -100%;
	opacity: 0.4;
	position: relative;
	z-index: 0;
}

.category a {
	text-decoration: none;
}

.flex-row{
	display: flex;
}
.flex-row-img{
	display: flex;
	flex-wrap: wrap;
}
img.brand-logo{width:16%; margin: 2% auto;}






.rental-content {
	width: 80%;
	margin: 70px auto;
	color: #5d5d5d;
	font-family: "Roboto", "Verdana", "Arial", sans-serif;
	box-sizing: border-box;
}
.rental-content-inv {
	margin: 70px auto;
	color: #5d5d5d;
	font-family: "Roboto", "Verdana", "Arial", sans-serif;
	box-sizing: border-box;
}

.rental-content hr {
	border-top: thin solid #5d5d5d;
	border-bottom: thin solid #5d5d5d;
}

.rental-content h1 {
	font-family: "Roboto", "Verdana", "Arial", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color:#111;
	letter-spacing: 1px;
}

.rental-content h3 {
	margin: 30px auto 10px auto;
	font-family: "Roboto", "Verdana", "Arial", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rental-content p {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.rental-container{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.rental-container .rental-column{
	width: 25%;
	padding-right: 25px;
	box-sizing: border-box;
}
.rental-container .rental-column p{
	margin-bottom: 25px;
}

.rental-btn-container{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 25px 0;
}
.rental-btn-container .rental-btn-column{
	width: 50%;
	box-sizing: border-box;
}
.rental-btn-container .rental-btn-column:last-child{
	margin-left: auto;
	padding-left: 25px;
}
.rental-btn-container .button{
	background: #5d5d5d;
	width: 100%;
	margin: 5px 0;
}
.rental-btn-container .button a:hover{
	background: #8f9092;
}
.rental-btn-container .button a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 15px;
	font-size: 14px;
	text-transform: none;
}
.rental-btn-container .main-button{
	background: #EA961C;
}
.rental-btn-container .main-button a{
	padding: 20px;
	font-size: 16px;
	color:#111 !important;
	text-transform: uppercase;
}
.rental-btn-container .main-button a:hover{
	background: rgba(234, 150, 28, 0.7);
}

@media screen and (max-width: 1200px){
	.rental-container .rental-column{
		width: 50%;
	}
}
@media screen and (max-width: 768px){
	.flex-row{
		display: block;
	}
	.rental-container .rental-column{
		width: 100%;
		padding-right: 0;
	}
	.rental-btn-container .rental-btn-column{
		width: 100%;
	}
	.rental-btn-container .rental-btn-column:last-child{
		padding-left: 0;
	}
	
	img.brand-logo{width:32%; margin: 4% auto;}
}

.contact-info {
	width: 25%;
	display: inline-block;
	margin-right: 70px;
	margin-bottom: 30px;
	vertical-align: top;
}

.button {
	width: 30%;
	text-transform: uppercase;
	font-weight: 900;
	margin: 20px auto 20px 0;
	text-align: center;
	border-radius: 5px;
	background-color: #EA961C;
}

.button a {display:block; padding: 10px; color: #fff !important; border-radius: 5px; box-sizing: border-box;}

.rental-content a {
	text-decoration: none;
	margin: 20px auto 20px auto;
	color: #5d5d5d;
}

.button:hover {
	background-color: rgba(234, 150, 28, 0.7);
}

.rental-content a:hover {
	background-color: rgba(234, 150, 28, 0.7);
}

.map iframe {
	display: inline-block;
	width: 100%;
	margin: 30px auto;
	border: 10px solid #ea961c;
}

.scrolling {
	width: 100%;
}


.list-top-section .list-listings-count,
.list-redesign .other-site-data-section .rent-lease .rent-lease-price,
.rent-title-details, .lease-title-details, .fractional-title-details,
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #222 !important;}

.listing-price-label {
	color: #737373 !important;
}

.hosted-content .nobr {
	color: #ea961c !important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title a {
	color: #ea961c !important;
}

.listings-wrapper .listings-smallcard .listing-smallcard-spec {
	color:#5d5d5d !important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-detail {
	color: #5d5d5d !important;
}

.listings-wrapper .hosted-theme .btn {
	background-color: #ea961c !important;
	color: #ffffff !important;
}

.listings-wrapper .hosted-theme .btn:hover {
	color: #fff !important;
	background-color: #cacac7 !important;
}

.listing-price-first {
	color: #5d5d5d;
}

.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 92px;
}
.sale-category img{filter: grayscale(1) brightness(.7); transition:.3s ease; width:100%;}
.sale-category {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 25px;
	background-color: #000;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color: orange;*/
	text-align: center;
	text-decoration: none;
	position:relative;
}
.equip-title{position:absolute; text-align:center; width:100%;height:100%; flex-wrap:wrap; justify-content: center; top:0; display:flex; align-content: center;}
.equip-title p{font-family: "Roboto Mono", "Verdana", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.sale-category:hover img{filter:grayscale(0);}



/********** Slideshow **********/
.home-header{
	width: 100%;
	/*height: 700px;
	overflow: hidden;
	display: block;
	box-sizing: border-box;*/
}



/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {width:100%; line-height:0; z-index:10; position:relative;}
.cycle-slideshow div {width:100%; height:auto; margin:0; padding:0;}
.cycle-slideshow img {width:100%; height:auto;}







@keyframes fade {
	0%   { opacity: 0; }
	11.11%   { opacity: 1; }
	33.33%  { opacity: 1; }
	44.44%  { opacity: 0; }
	100% { opacity: 0; }
}

/********** Animation **********/
.category:hover {
	background: url(../siteart/images/bw3_5.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.category:hover {
	-webkit-animation: category 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: category 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

.category1:hover, .category2:hover, .category3:hover, .category4:hover, .category5:hover, .category6:hover, .cateogry7:hover {
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.category1:hover {
	background: url(../siteart/images/construction_bw2.png);
}

.category2:hover {
	background: url(../siteart/images/Ag_Equipment_bw2.png);
}

.category3:hover {
	background: url(../siteart/images/Rentals_bw2.png);
}

.category4:hover {
	background: url(../siteart/images/Attachments_bw2.png);
}

.category5:hover {
	background: url(../siteart/images/Trucks_and_Trailers_bw2.png);
}

.category6:hover {
	background: url(../siteart/images/Online_Auctions_bw2.png);
}

.category7:hover {
	background: url(../siteart/images/Mediabakery_IMS0152568_bw2.png);
}

.category1:hover, .category2:hover, .category3:hover, .category4:hover, .category5:hover, .category6:hover, .category7:hover {
	-webkit-animation: category 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: category 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes category {
	0% {
    	-webkit-box-shadow: 
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
		
    	box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
		
    	-webkit-transform:
			translateX(0) translateY(0);
		
    	transform:
		translateX(0) translateY(0);
	}
  
	100% {
		-webkit-box-shadow:
			1px 1px #3e3e3e,
			2px 2px #3e3e3e,
			3px 3px #3e3e3e,
			4px 4px #3e3e3e,
			5px 5px #3e3e3e,
			6px 6px #3e3e3e,
			7px 7px #3e3e3e,
			8px 8px #3e3e3e,
			9px 9px #3e3e3e,
			10px 10px #3e3e3e,
			11px 11px #3e3e3e,
			12px 12px #3e3e3e;
			
		box-shadow:
			1px 1px #3e3e3e,
			2px 2px #3e3e3e,
			3px 3px #3e3e3e,
			4px 4px #3e3e3e,
			5px 5px #3e3e3e,
			6px 6px #3e3e3e,
			7px 7px #3e3e3e,
			8px 8px #3e3e3e,
			9px 9px #3e3e3e,
			10px 10px #3e3e3e,
			11px 11px #3e3e3e,
			12px 12px #3e3e3e;
				
		-webkit-transform:
			translateX(-12px) translateY(-12px);
				
		transform:
			translateX(-12px) translateY(-12px);
  }
}

@keyframes category {
	0% {
		-webkit-box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
			
		box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;

		-webkit-transform:
			translateX(0) translateY(0);
			
		transform:
			translateX(0) translateY(0);
	}

	100% {
		-webkit-box-shadow:
			1px 1px #3e3e3e,
			2px 2px #3e3e3e,
			3px 3px #3e3e3e,
			4px 4px #3e3e3e,
			5px 5px #3e3e3e,
			6px 6px #3e3e3e,
			7px 7px #3e3e3e,
			8px 8px #3e3e3e,
			9px 9px #3e3e3e,
			10px 10px #3e3e3e,
			11px 11px #3e3e3e,
			12px 12px #3e3e3e;
			
		box-shadow:
			1px 1px #3e3e3e,
			2px 2px #3e3e3e,
			3px 3px #3e3e3e,
			4px 4px #3e3e3e,
			5px 5px #3e3e3e,
			6px 6px #3e3e3e,
			7px 7px #3e3e3e,
			8px 8px #3e3e3e,
			9px 9px #3e3e3e,
			10px 10px #3e3e3e,
			11px 11px #3e3e3e,
			12px 12px #3e3e3e;
			
		-webkit-transform:
			translateX(-12px) translateY(-12px);
            
		transform:
			translateX(-12px) translateY(-12px);
	}
}


/********** Footer **********/
.bottom1 {
	height: 100px;
	width: 100%;
	background-color: #EA961C;
}

.divfooter {
	width: 60%;
	margin: auto;
	text-align: center;
	font-size: 13px;
	color: #FFF;
}

.bottom2 {
	width: 100%;
	position: relative;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-color: #737373;
}

.footerlink {
	color: #FFF;
}

/********** Inventory Styles **********/


#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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !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:#ea961c !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:#ea961c !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 #ea961c !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: #ea961c !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;}
 
.view-listing-details-link{margin: 0 0 5px !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; 
}
.view-listing-details-link{color: white !important;}
.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;}

.fin-calc {margin: initial !important;}

.listing-widgets a {margin: initial !important}


/********** Responsive Styles **********/

@media screen and (max-width: 1550px) {
	
	.header {
		width: 100%;
		text-align: center;
	}
	

	
	.logo {
		display: inline-block;
		width: 100%;
		margin: 20px auto;
	}
	
	.socialMedia {
		display: block;
	}

	.info-container {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	
	
	
	/*
	.image-container {
		height: 400px;
	}
	
	.image-container img {
		width: 100%;
		top: 0%;
		position: relative;
	}
	*/
	
	.location {
		margin: 10px 10px 20px 10px;
		font-size: 13px;
		width: 250px;
	}
	
	.phone {
		margin: 10px 10px 20px 10px;
		font-size: 13px;
		width: 250px;
	}
	
	.email {
		margin: 10px 10px 20px 10px;
		font-size: 13px;
		width: 250px;
	}
	

	/*
	.image-container {
		height: auto;
	}
	
	.image-container img {
		top: 0%;
	}
	*/
	
}

@media screen and (max-width: 1280px) and (min-width:1095px) {
	


	
	.category1, .category2, .category3, .category4, .category5, .category6, .category7 {
		margin: 20px;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
	.category1:hover, .category2:hover, .category3:hover, .category4:hover, .category5:hover, .category6:hover, .category7:hover {
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
}

@media screen and (max-width: 1200px) {
	.announcement .text {width:100%;}
	.announce-buttons {width:100%; margin:30px 0 0 0;}
}

@media screen and (max-width: 1094px) and (min-width:1089px) {
	
	
	.category1, .category2, .category3, .category4, .category5, .category6, .cateogry7 {
		width: 280px;
		height: 280px;
		margin: 20px;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
	.category1:hover, .category2:hover, .category3:hover, .category4:hover, .category5:hover, .category6:hover, .cateogry7:hover {
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
}

@media screen and (max-width: 1089px) and (min-width:770px) {
	.header {
		width: 100%;
		text-align: center;
	}
	

	
	.info-container {
		float: none;
	}
	
	/*
	.image-container img {
		top: 0%;
	}
	*/
	
	.category1, .category2, .category3, .category4, .category5, .category6, .category7 {
		width: 280px;
		height: 280px;
		margin: 20px;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
	.category1:hover, .category2:hover, .category3:hover, .category4:hover, .category5:hover, .category6:hover, .cateogry7:hover {
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
}

@media screen and (max-width: 500px) {
	.announce-buttons div {width:100%;}
}

@media screen and (max-width: 769px) and (min-width:321px) {
	/*
	.image-container {
		height: auto;
	}
	*/
	
	.header {
		text-align: center;
	}
	

	
	.info-container {
		margin: 0px;
		float: none;
		height: auto;
	}
	
	.location {
		width: 100%;
		margin: 10px auto;
	}
	
	.phone {
		justify-content: center;
		width: 100%;
		margin: 10px auto;
	}
	
	.email {
		justify-content: center;
		width: 100%;
		margin: 10px auto 20px auto;
	}
	
	.boxes {
		width: 100%;
		margin: 0px;
	}
	
	.category1, .category2, .category3, .category4, .category5, .category6, .category7 {
		width: 280px;
		height: 280px;
		margin: 20px;
		box-sizing: border-box;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
	.category1:hover, .category2:hover, .category3:hover, .category4:hover, .category5:hover, .category6:hover, .category7:hover {
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
	
	/*
	.category img {
		height: 100%;
		width: auto;
	}
	*/
	
	.category1 p, .category2 p, .category3 p, .category4 p, .category5 p, .category6 p, .category7 p {
		font-size: 30px;
		line-height: 28px;
	}
	
	.navigation_container {
		display: none;
	}
	
	.rental-content p {
		width: 100%;
		margin: 15px auto;
	}
	
	.button {
		width: 100%;
	}
	
	@-webkit-keyframes category {
		0% {
    	-webkit-box-shadow: 
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
		
    	box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
		
    	-webkit-transform:
			translateX(0) translateY(0);
		
    	transform:
		translateX(0) translateY(0);
	}
  
	100% {
		-webkit-box-shadow:
			0px 0px #3e3e3e;

			
		box-shadow:
			0px 0px #3e3e3e;

				
		-webkit-transform:
			translateX(0px) translateY(0px);
				
		transform:
			translateX(0px) translateY(0px);
  }
	}

	@keyframes category {
		0% {
		-webkit-box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
			
		box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;

		-webkit-transform:
			translateX(0) translateY(0);
			
		transform:
			translateX(0) translateY(0);
	}

	100% {
		-webkit-box-shadow:
			0px 0px #3e3e3e;
			
		box-shadow:
			0px 0px #3e3e3e;
			
		-webkit-transform:
			translateX(0px) translateY(0px);
            
		transform:
			translateX(0px) translateY(0px);
	}
	}
	
	.hosted-content #wide_col {
		float: none !important;
	}
	
}

@media screen and (max-width: 380px) {
	.logo img{
		width: 85%;
		margin: 20px auto;
	}
}

@media screen and (max-width: 320px) {
	.header {
		text-align: center;
	}
	
	.home-header{
		display:none;
	}
	
	
	/*
	.image-container {
		height: auto;
	}
	*/
	
	.logo {
		width: 85%;
		margin: 20px auto;
	}
	
	.navigation_container {
		display: none;
	}
	
	.info-container {
		float: none;
		margin: 15px auto;
	}
	
	.welcome {
		width: 100%;
	}
	
	.welcome h1 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	
	.welcome p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.category1, .category2, .category3, .category4, .category5, .category6, .category7{
		width: 200px;
		height: 200px;
		margin: 10px;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
	.category1:hover, .category2:hover, .category3:hover, .category4:hover, .category5:hover, .category6:hover, .category7:hover {
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	
	.category1 p, .category2 p, .category3 p, .category4 p, .category5 p, .category6 p, .category7 p {
		font-size: 24px;
		line-height: 24px;
	}
	
	.rental-content h3 {
		margin: 10px auto 0px auto;
		width: 100%;
	}
	
	.rental-content p {
		width: 250px;
		margin: 5px auto 25px auto;
	}
	
	.rental-location {
		width: 250px;
		margin:30px auto;
	}
	
	.button {
		width: 100%;
	}
	
	@-webkit-keyframes category {
		0% {
    	-webkit-box-shadow: 
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
		
    	box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
		
    	-webkit-transform:
			translateX(0) translateY(0);
		
    	transform:
		translateX(0) translateY(0);
	}
  
	100% {
		-webkit-box-shadow:
			0px 0px #3e3e3e,

			
		box-shadow:
			0px 0px #3e3e3e,

				
		-webkit-transform:
			translateX(0px) translateY(0px);
				
		transform:
			translateX(0px) translateY(0px);
  }
	}

	@keyframes category {
		0% {
		-webkit-box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;
			
		box-shadow:
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e,
			0 0 #3e3e3e;

		-webkit-transform:
			translateX(0) translateY(0);
			
		transform:
			translateX(0) translateY(0);
	}

	100% {
		-webkit-box-shadow:
			0px 0px #3e3e3e,
			
		box-shadow:
			0px 0px #3e3e3e,
			
		-webkit-transform:
			translateX(0px) translateY(0px);
            
		transform:
			translateX(0px) translateY(0px);
	}
	}
	
	.hosted-content #wide_col {
		float: none !important;
	}
}





