﻿/***** 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;	
}

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;
}

/********** Control the Captcha **********/
.CaptchaPanel {
margin: 10px auto !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImage {
	border: 1px solid #333 !important;
	margin: 0px auto !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0 !important;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin: 5px auto !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin: 10px auto;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/***** Overall *****/
html {
	width: 100%;
	height: auto;
}

@font-face {
	font-family: 'Helvetica LT';
	font-weight: 400;
	src: url(../fonts/HelveticaLTStd-Roman.otf) format('opentype');
}

@font-face {
	font-family: 'Helvetica LT';
	font-weight: 800;
	src: url(../fonts/HelveticaLTStd-Bold.otf) format('opentype');
}

body {
	width: 100%;
	height: auto;
	font-family: "Helvetica LT", Helvetica Neue, Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-size: 0px;
	background-image: url(../siteart/images/subtle_dots_@2X.png);
	background-repeat: repeat;
}

.contained {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	*background-color: pink;
}

.contained2 {
	width: 100%;
	max-width: calc(100% - 72px);
	height: auto;
	text-align: center;
	margin: 36px auto;
	position: relative;
	display: inline-block;
}

.divider1 {
	width: 50%;
	height: 5px;
	margin: 10px auto;
	position: relative;
	display: inline-block;
	background-color: #065EAA;
}

.divider2 {
	width: 75%;
	height: 4px;
	position: relative;
	display: inline-block;
	background-color: #fff;
}

.footer p {
    margin: 5px 0;
    font-size: 16px;
	color: white;
}

/********** Header **********/
.heading {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	border-bottom: 5px solid #065EAA;
	background-color: #fff;
	box-sizing: border-box;
}

.logo {
	width: 225px;
	height: 100px;
	position: relative;
	margin: 28px auto 0px auto;
	display: inline-block;
	background: url(../siteart/logos/smalllogo.gif);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

/********** Content **********/
.photo {
	width: 100%;
	height: auto;
	max-height: 700px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	*background-color: pink;
	box-sizing: border-box;
}

.photo img {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
	display: inline-block;
}

.summary {
	width: calc(100% - 72px);
	height: auto;
	padding: 50px 20px;
	position: relative;
	display: inline-block;
	*background-color: orange;
	box-sizing: border-box;
}

.summary h1 {
	font-size: 36px;
	font-weight: 800;
	color: #065EAA;
	text-transform: uppercase;
	word-spacing: 4px;
	letter-spacing: -1px;
	width: auto;
}

.summary p {
	font-size: 18px;
	color: #333;
	width: 60%;
	margin: 0px auto;
}

.scrolling-wrap {
	width: 100%;
	overflow: hidden;
	background-color: #065EAA;
	border-top: 10px solid #065EAA;
	border-bottom: 10px solid #065EAA;
}

.scrolling {
	width: 100%;
	height: 90px;
}

/********** Form **********/
.input {
	margin: 10px auto;
}

input {
	height: 25px;
	font-size: 14px;
	color: #808285;
	text-align: left;
}

.message textarea {
	width: 300px;
	height: 100px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #065EAA;
	font-family: "Helvetica LT", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #808285;
	padding: 7px 10px;
}

#submit {
	width: 120px;
	height: 45px;
	font-family: "Helvetica LT", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	background-color: transparent;
	border: 1px solid #065EAA;
	color: #065EAA;
	transition: ease-out 0.15s;
}

#submit:hover {
	background-color: #065EAA;
	color: #fff;
	transition: ease-in 0.15s;
}

.input input {
	border: 1px solid #065EAA;
    padding: 2px 10px;
	width: 300px;
}

#CaptchaAnswer {
	border: 1px solid #065EAA;
	padding: 2px 10px;
}

::placeholder {
	color: #A7A9AC;
}

:-ms-input-placeholder {
	color: #A7A9AC;
}

::-ms-input-placeholder {
	color: #A7A9AC;
}

/********** Inventory **********/
.hosted-content #listings-title {
	font-family: "Helvetica LT", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #065EAA;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
	text-align: center;
}

.hosted-content .listings-wrapper, .hosted-content .listings-detail-wrapper, .hosted-content .listings-drilldown-wrapper {
	text-align: left;
}

.hosted-content input[type='submit']:hover, .hosted-content button[type='submit']:hover, .hosted-content .btn:hover, .hosted-content .button:hover {
	background: #A7A9AC !important;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
	background: #065EAA !important;
}

.listing-name a {
	color: #065EAA;
}

.listing-name a:hover {
	color: #065EAA;
}

.attachment-search .search-checkboxes label .row input[type='checkbox'] {
	width: auto;
}

.m-1 {
	background-color: #065EAA;
	color: #fff;
}

/********** Footer **********/
.footer {
	width: 100%;
	height: auto;
	padding: 20px 0px;
	position: relative;
	display: inline-block;
	background-color: #232323;
	box-sizing: border-box;
}

.contacting {
	width: auto;
	height: auto;
	margin: 0px 40px 20px 40px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.contacting a {
	text-decoration: none;
	color: #fff !important;
	transition: ease-out 0.15s;
}

.contacting a:hover {
	color: #065EAA;
	transition: ease-in 0.15s;
}

.contacting p {
	font-size: 18px;
	font-weight: 800;
}

.divfooter {
	width: 80%;
	margin: 20px auto 0px auto;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.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;
}
.body-wrapper {text-align: left;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input{width: auto !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 0px 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 !important;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#055ea9 !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:#055ea9 !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 #055ea9 !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: #055ea9 !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;}


/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) and (min-width:1025px) {
	.photo {
		height: auto;
		background-size: 100% auto;
	}
}

@media screen and (max-width: 1024px) and (min-width:771px) {
	.logo {
		margin: 15px auto;
	}
	
	.photo {
		height: auto;
		background-size: 100% auto;
	}
	
	.divider1 {
		width: 80%;
	}
	
	.summary p {
		width: 90%;
	}
}

@media screen and (max-width: 770px) {
	.divider1 {
		width: 80%;
	}
	
	.logo {
		width: 175px;
		height: 75px;
		margin: 15px auto;
	}
	
	.photo {
		height: auto;
		background-size: 100% auto;
	}
	
	.summary {
		width: auto;
	}
	
	.summary h1 {
		font-size: 28px;
	}
	
	.summary p {
		font-size: 16px;
		width: 100%;
	}
	
	.contacting {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
}