﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
 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;	
}

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;  
} 

/***** 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: 'open_sansextrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {font-family: 'open_sansregular'; font-size:16px; line-height: 26px; -webkit-text-size-adjust:none; background: #272727 !important; color: #fff;}
h1 {font-family: 'open_sansbold'; font-size: 24px; line-height: 32px; color: #fff;}
a:link, a:visited, a:active {text-decoration:none; font-family: 'open_sansbold'; color:#fff;}
a:hover {text-decoration:underline; font-family: 'open_sansbold'; color:#fff;}
strong {font-family: 'open_sansbold'; font-size:16px;}

/** HEADER **/
.header {width: 100%; max-width: 90%; text-align: center; font-size: 18px; line-height: 24px; margin: 0 auto;}
.logo {max-width: 100%; padding: 30px 0px;}
.logo img {margin: 0 auto; max-width: 100%; height: auto;}

/**BODY**/
.wrapper {padding: 30px 0px; width: 90%; margin: 0 auto;box-sizing:border-box;}
.two-cols {
	width: 48%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.three-cols {
	width: 30%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 1%;
	box-sizing: border-box;
}
.three-cols img {max-width: 100%; height: auto; display: inline-block;}

.colswrap {max-width: 100%; text-align: center;}

.four-cols {
	width: 24%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-family: 'open_sansregular';
	font-size: 14px; box-sizing: border-box;
}

.padding {padding-right: 2%;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}



/** HOVER STATE **/
.grid {
	display: block;
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden !important;
	width: 16.65%  !important;
	max-width: 100%;
	height: auto !important;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin: 0px;
	vertical-align: top;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
	height: auto;
}

.grid figure figcaption {
	padding: 24px;
	color: #fff;
	font-family: 'open_sansextrabold';
	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: auto;
}

/* 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_sansextrabold';
	font-size: 24px;
}

.grid figure h2 span {
	font-family: 'open_sansextrabold';
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-julia {
	background: #2f3238;
}

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: rgba(255,255,255,0.9);
	color: #2f3238;
	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);
}


/**** TABLE ****/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.divTableCelllast, .divTableHeadlast {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.last {border-bottom: 1px solid #999999;}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


/* Header/Logo Title */
.banner {
  padding: 10px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.banner h1 {
  font-size: 40px;
}


/*----------PAYMENT PAGE----------*/

.main-invoice-page .container #minimumPayment {text-align: left!important;}
.main-invoice-page .container span.currency-symbol {color: #fff!important;}
.input-full label {padding-bottom: 5px;}
.main-invoice-page .container .button {background-color: #075301!important; color: #fff!important; border: none!important;}

/*----------INVENTORY SEARCH STYLES----------*/

.formfield input {
	border: none; 
	padding: 9px 15px;
}
.formfield input:focus {outline: none!important;}
.foot-search-btn {background: #333; padding: 10px; color: #fff; border: none; margin-left: -2px;}
.foot-search-btn:hover {background-color: #000; cursor: pointer;}

/******* SEARCH INVENTORY STYLES ********/

.quicklinks {background: #075301; max-width: 100%; text-align: center; padding: 30px 0px;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline;font-size:13px;}
a.footerlink:hover {text-decoration:none;font-size:13px;}
.footertext{font-size:13px; color:#fff;  font-family: 'open_sansregular';}
.smallfootertext{font-size:10px; color:#fff;}

.divfooter {width: 80%; text-align:center; margin:0 auto; padding: 30px 0px;}

.flyer-wrap {text-align: center; max-width: 100%;}
.flyer-wrap img {max-width: 100%; height: auto; display: inline-block;}

a[href^="tel:"] {color: white !important;}
.breadcrumbs .breadcrumbs-element {color: white !important;}
.phone-link strong{
    color: #000 !important;
	font-size: 11px!important;
}
.list-redesign .contact-container .seller a{
    color: #000 !important;
	
}
.list-redesign .specs-container .specs-button{
    color: #000 !important;	
}
.dealer-contact__details_right-col a {
    color: #666666 !important;
}
.listing-widgets-detail .Currency a{
	color: #fff!important;
}

.list-redesign .list-container-flexrow .list-listing-card-wrapper .ListingParentElement {
	background: #272727!important;
}

.faceted-search-content .selected-facets-container .selected-header strong {color: #000000!important;}

.faceted-search-content .selected-facets-container .selected-header .filter-clear-all {color:#000000!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {color:#000000!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {color: #000000!important;}
.CaptchaWhatsThisPanel a {color:white!important;}
.options-popper-div .options-popper-btn {color:#ffffff!important;}

textarea#comments {color:#000!important;}

span.list-listings-count {color:#000!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container.faceted-header {color:#000!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container {color:#000!important;}
.faceted-search-content .faceted-section-box .faceted-range {color:#000!important;}

button.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButton-containedPrimary.MuiButton-sizeSmall.MuiButton-containedSizeSmall.MuiButton-colorPrimary.MuiButton-root.MuiButton-contained.MuiButton-containedPrimary.MuiButton-sizeSmall.MuiButton-containedSizeSmall.MuiButton-colorPrimary.use-beta-site-cookie-button.husseycocomhdev-civzks {background-color:#fff!important; color:#000!important;}
div#option-bar-sort {color:#fff!important;}

.faceted-date-range span {color:#000!important;}
.faceted-search-content .faceted-section-box .faceted-date-range .days-ago-container{color:#000!important;}
span.section-title-text {color:#000!important;font-size:18px!important;}
button.ts-button.faceted-search span {color:#fff!important;}


/************************************************ Responsive Styles **/

@media screen and (max-width: 1024px){
.grid figure {width: 50% !important; background: #272727;}
body {font-size:14px;}
 .four-cols {width:49%;}

}

@media screen and (max-width: 1000px) {
 #part-detail-content .part-detail-body .part-body-data #contact-info .part-contact-info .part-contact-container .contact-button-container .mobile-send-email-btn{background: #075301 !important;}   
	
#part-detail-content .part-detail-body .part-body-data #contact-info .part-contact-info .part-contact-container .contact-button-container .mobile-dealer-phone-container .mobile-dealer-phone{background: #075301 !important;} 
	
#part-detail-content .detail-contact-bar a{background: #075301 !important;}	
}

.faceted-search-content .mobile-done-button-container .mobile-done-button{background: #075301 !important;}	

@media screen and (max-width: 568px){

.two-cols {width: 100%;}
.four-cols {width: 100%; text-align: center;}
.padding {padding-right: 0px; padding-bottom: 20px;}

.grid figure {float: none; width: 100% !important; height: auto !important;}
figure.effect-julia img {
	width: 100%;
	height: auto;
}

.header {font-size: 14px; line-height: 24px;}

.three-cols {width: 100%;}
.grid figure img {height: auto;}

}
