/***** BEGIN RESET *****/


html, body, applet, object, iframe,
 p, blockquote, pre,
 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;
	color: #000;
}

strong {
	color:white;
}
ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address, img {  
    display: block;  
} 

.detail-content .dealer-info .field-value  {
	color: white;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {font-family: 'open_sansregular'; font-size:14px; line-height: 24px; color: #fff; -webkit-text-size-adjust:none; background: #414040 !important;}
a:link, a:visited, a:active {text-decoration:none; color:#15a4de!important;}
a:hover {text-decoration:underline; color:#15a4de;}
strong {font-family: 'open_sansbold';}

h1 {font-family: 'bebas_neuebold'; font-size: 28px; text-transform: uppercase;}
h2 {font-family: 'bebas_neuebold'; font-size: 24px; text-transform: uppercase;}

.header {background: #000; text-align: center; padding: 20px; box-sizing: border-box;}
.logo {width: 326px; max-width: 100%; height: auto; display: inline-block; margin-left: -163px;}
.logo img {max-width: 100%; height: auto; display: inline-block;}

.chrome {width: 163px; max-width: 100%; height: auto; display: inline-block; float: left;}
.chrome img {max-width: 100%; height: auto; display: inline-block;}

.manu {text-align: center; max-width: 100%; border-top: 1px solid #15a4de; border-bottom: 1px solid #15a4de; padding: 30px 0px;}
.manu img {max-width: 100%; display: inline-block; text-align: center;}

.home-wrapper {width: 90%; margin: 30px auto;}
.wrapper {width: 1020px; max-width: 90%; margin: 30px auto;}
.four-cols {width: 24%; display: inline-block; vertical-align: top;}

.show-menu-for-mobile {display:none;}

.express, .express img {display: inline-block !important; width: 115px; height: auto;}

/************************************************ Hover Styles ************************************************/
/** HOVER STATE **/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 35%;
	list-style: none;
	display: inline-block;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden !important;
	width: 100% !important;
	height: auto !important;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin: 0px;
	vertical-align: top;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 4%;
	color: #fff;
	font-family: 'open_sansbold';
	text-transform: uppercase;
	font-size: 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-family: 'open_sansbold';
	font-size: 24px;
}

.grid figure h2 span {
	font-family: 'open_sansbold';
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 16px;
}

figure.effect-julia {
	background: #000;
}

figure.effect-julia img {
	max-width: 100%;
	height: auto;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: #15a4de;
	color: #fff;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.financebutton {
	margin: 0 auto;
	text-align: center;
	width: 300px;
	max-width: 100%;
	background: #15a4de;
	color: #fff;
	font-size: 18px;
	padding: 10px 0px;
	font-family: 'open_sansbold';
}

.hvr-outline-in {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #15a4de solid 2px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.item-location, strong {
	color: #fff!important;
}

/************************************************ Table Styles ************************************************/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	color: #EEE;
	font-family: 'open_sansbold';
	font-size: 16px;
	text-transform: uppercase;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 33%;
	font-family: 'open_sansregular';
	display: table-cell;
	padding: 3px 10px;
}
.right {border-right: 1px solid #eee;}
.bottom {border-bottom: 1px solid #eee;}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


/************************************************ Faceted Inventory Styles ************************************************/
.fa-arrow-left:before, .fa-chevron-right:before, .fa-tag:before, .fa-map-marker-alt:before, .fa-search-plus:before, .fa-envelope:before, .fa-video:before {
	color:white;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count {
	color:white;
}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .listing-category {
	color: #000;
}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats{
	color: #000;
}
.faceted-search-content .faceted-section-box .faceted-search {
	background: #15a4de;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button { color: white; background:#15a4de !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #15a4de !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #15a4de !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3,  .fin-calc p,{color: white!important;} .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title 

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .listing-category {
	color: #000;
}

.list-container-flexrow .listing-card .listing-widgets a {margin:3px 0px!important}
.list-content .list-main-section .list-container .list-listing{background-color:#4A4A4A!important}
.spec-icon{background-color:#333!important}

.faceted-search-content, .faceted-section-box .faceted-option-checkbox-container .option-name {background-color:#4A4A4A!important}

.contact-options a{background-color:#333!important}

.detail-content-mobile .detail-additional-data .data-row .data-value{color:#000!important}

.faceted-section-box .faceted-option-checkbox-container .option-name{color:#fff!important}

.faceted-search-content, .faceted-section-box .faceted-option-checkbox-container .option-name {
	color: black;
	background:#9d9d9d;
}



.list-container-flexrow .price-container .price{color: #15a4de !important;}

.list-content .list-title .list-title-text {
	color: white;
}

.button-arial-font-normal {
	color: white!important;

}
.item-location, strong { color:black;}

.list-content .list-main-section .list-container .list-listing .listing-top{ color:black;}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
	color: #fff!important;
	background-color: #c61d23!important;
	border: none!important;	
}

.detail-content .detail-main-body .main-detail-data .offer-btn {
	color: #fff!important;
	background-color: #15a4de!important;	
}

.detail-content .detail-main-body .main-detail-data .offer-btn:hover {
	background-color: #9d9d9d!important;
}

.detail-content .detail-main-body .main-detail-data .detail-price {
	color: #18181a!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
	color: #fff!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
	color: #18181a!important;
}

.detail-content .search-results {
	color: #15a4de!important;
}

.paging-container .page-navs .list-page-nav {
	color: #fff!important;
	background-color: #15a4de!important;	
}

.paging-container .page-navs .list-page-nav:hover {
	color: #fff!important;
	background-color: #9d9d9d!important;
}

.list-content .list-top-section .listing-option-bar .list-listings-count {
	color: #15a4de!important;	
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc, .detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc-ca {
	min-height: 45px;
}
/************************************************ Frameless Styles ************************************************/
.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2 {font-family: 'open_sansbold' !important;} /* Font for Inventory to match rest of website */ 
 
 
.hosted-content h2 {color: #000 !important;}  /* Featured Listings/General Listings */ 
.hosted-content h3 {color: #000 !important; font-size: 16px !important;} 
 
 
.hosted-content .listings-wrapper .listings-list .listing-banner {background: #15a4de !important;} /* Featured Listings/General Listings Background */ 
.hosted-content .listings-wrapper .sort-box {background: none !important;} /* Background for Sort Order */ 
 
.hosted-content a:link, .hosted-content a:visited, .hosted-content a:active {color: #15a4de !important;} /*Inventory Title Link Colors */ 
.hosted-content a:hover {color: #15a4de !important;} 

.listing-name a:link, .listing-name a:visited, .listing-name a:active {color: #15a4de  !important;} /*Inventory Title Link Colors */ 
.listing-name a:hover {color: #15a4de !important;} 

.listings-wrapper:hover .hosted-theme .btn:hover {color: #fff !important;}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {background: #15a4de !important; color: #fff !important;} /* View Details button */ 
.hosted-content .btn:hover, .hosted-content .button:hover {background: #000 !important; color: #fff !important;} /* View Details Button */ 
 
.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {background: #15a4de !important;} /* Specifications row background */

.hosted-content .v-middle {color:#000!important;}
.hosted-content .details-mobile .widget-details {color:#000!important;}

.breadcrumbs .breadcrumbs-element {
	color: white!important;
}

.detail-content .detail-additional-data .data-row .data-value {
	color: #000;
}
/************************************************ Footer Styles ************************************************/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}
.footertext, i {font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff !important;}
.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff!important;}
.divfooter {width:600px; max-width: 90%; text-align:center; margin:0 auto;}
.footer {background: #000; padding: 30px 0px;}

/************************************************ Responsive Styles ************************************************/
@media screen and (max-width: 1280px){
.four-cols {width: 49%;}
.logo {width: 100%; margin-left: 0; text-align: center;}

.chrome {width: 100%;float: none; text-align: center;}

}



@media screen and (max-width: 768px) {
.four-cols {width: 100%; text-align: center;}
.grid figure img {min-height: 0;}
.grid {width: 100%; display: block;}
.grid figure figcaption {padding: 4%;}

.divTableCell, .divTableHead {border: none; width: 100%; display: inline-block; padding: 3px 0px; text-align: center;}
.right {border-right: none;}
.bottom {border-bottom: none;}


}
