﻿/***** 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%;
}

body {
	width: 100%;
	height: auto;
	margin: 0px auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue LT STD", Helvetica, Arial, sans-serif;
	color: #333;
	word-break: normal;
}

.contained {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	*background-color: pink;
}

/********** Header **********/
.header {
	width: calc(100% - 72px);
	height: auto;
	position: relative;
	display: inline-block;
	margin: 36px auto 0px auto;
	*background-color: lightblue;
}

.phone1, .address {
	width: 220px;
	height: auto;
	padding: 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*background-color: orange;
}

.phone1, .phone2, .address {
	text-transform: uppercase;
	letter-spacing: 2px;
	box-sizing: border-box;
}

.phone1 a, .phone2 a, .address a {
	color: #333;
	text-decoration: none;
	transition: ease-out 0.15s;
}

.phone1 a:hover, phone2 a:hover, .address a:hover {
	color: #F5CB08;
	transition: ease-in 0.15s;
}

.logo {
	width: 300px;
	height: 200px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: orange;
	background: url(../siteart/logos/mussmann_logo.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.phone1 {
	float: left;
}

.address {
	float: right;
}

.tagline {
	width: 100%;
	height: auto;
	margin: 18px auto;
	position: relative;
	display: inline-block;
	*background-color: orange;
}

.tagline h1 {
	font-size: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.phone2 {
	display: none;
}

/********** Content **********/
.content {
	width: calc(100% - 72px);
	height: auto;
	position: relative;
	display: inline-block;
	margin: 0px auto;
	*background-color: lightblue;
}

.content a {
	text-decoration: none;
	color: #000;
}

.inventory, .parts, .service, .about, .auctions, .financing-mussmann {
	width: 550px;
	height: 300px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 8px;
	background-color: orange;
	transition: ease-out 0.15s;
}

.name {
	width: 100%;
	height: auto;
	top: 35%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	*background-color: darkorange;
}

.name h1 {
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 3px;
	text-shadow: 0px 2px 2px #000;
}

.inventory:hover h1, .parts:hover h1, .service:hover h1, .about:hover h1, .auctions:hover h1, .financing-mussmann:hover h1 {
	color: #fff;
	transition: ease-in 0.15s;
}

.inventory {
	background: url(../siteart/buttons/inventory.png);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.parts {
	background: url(../siteart/buttons/parts.png);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.service {
	background: url(../siteart/buttons/service1.png);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.about {
	background: url(../siteart/buttons/about.png);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.auctions {
	background: url(../siteart/buttons/auctions.png);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.financing-mussmann {
	background: url(../siteart/buttons/financing.png);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.col1 {
	width: 900px;
	height: auto;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 18px;
	vertical-align: top;
	color: #333;
	*background-color: orange;
}

.col2 {
	width: 400px;
	height: auto;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 18px;
	vertical-align: top;
	color: #333;
	*background-color: orange;
}

.col1 h1 {
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.col1 h3 {
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
}

.col1 p {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

.col1 a {
	color: #333;
	text-decoration: underline;
	transition: ease-out 0.15s;
}

.col1 a:hover {
	color: #F5CB08;
	transition: ease-in 0.15s;
}

/********** Form **********/
.form1 {
	width: 350px;
	background-color: #F5CB08;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0px auto;
}

.form1 strong {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.input2 {
	margin: 9px auto;
	display: block;
}

.input2 input {
	padding: 10px;
	font-family: "Helvetica Neue LT STD", Helvetica, Arial, sans-serif;
	font-size: 16px;
	display: inline-block;
	position: relative;
	color: #333;
	width: 275px;
	letter-spacing: 0.5px;
}

.message {
	display: inline-block;
	margin: 9px auto;
}

.message textarea {
	padding: 10px;
	font-family: "Helvetica Neue LT STD", Helvetica, Arial, sans-serif;
	font-size: 16px;
	display: inline-block;
	position: relative;
	color: #333;
	width: 275px;
	height: 150px;
	letter-spacing: 0.5px;
}

#submit {
	width: 150px;
	height: 35px;
	margin: 5px auto;
	background-color: transparent;
	border: 2px solid #333;
	position: relative;
	display: inline-block;
	color: #333;
	font-family: "Helvetica Neue LT STD", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	transition: ease-out 0.15s;
}

#submit:hover {
	border: 2px solid #fff;
	color: #fff;
	transition: ease-in 0.15s;
}

::placeholder {
	color: #AEAEAE;
}

::-ms-input-placeholder {
	color: #AEAEAE;
}

:-ms-input-placeholder {
	color: #AEAEAE;
}

::-webkit-input-placeholder {
	color: #AEAEAE;
}

/********** Inventory **********/
.attachment-search {
	margin-right: 36px;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
	background-color: #F5CB08 !important;
}

.listings-wrapper .hosted-theme .btn:hover {
	background-color: #F5CB08 !important;
}

.hosted-content input[type='submit']:hover, .hosted-content button[type='submit']:hover, .hosted-content .btn:hover, .hosted-content .button:hover {
	background-color: #F5CB08 !important;
}

.hosted-content #main-search {
	text-align: left;
}

.listings-wrapper {
	text-align: left;
}

.contain {
	width: 80%;
	max-width: 100%;
	margin: 0px auto;
}

.attachment-search {
	margin-right: 0px;
}

/********** Footer **********/
.footer1 {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 18px;
	display: inline-block;
	box-sizing: border-box;
	*background-color: orange;
}

.inv {
	width: 100%;
	height: 120px;
	background-color: #F5CB08;
	overflow: hidden;
}

.inv iframe {
	margin-top: 15px;
	width: 100%;
}

.stock-footer {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	margin-top: 18px;
	padding: 15px 0px;
	background-color: #8F9092;
}

.divfooter {
	font-size: 11px;
	width: 50%;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}

.footerlink {
	color: #fff;
}

/********** Inventory **********/

.list-content, .detail-content, .detail-content-mobile{text-align: left !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:#f5cb08 !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:#f5cb08 !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 #f5cb08 !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: #f5cb08 !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: 1780px) {
	.inventory, .parts, .service, .about, .auctions, .financing-mussmann {
		width: 48%;
		min-width: 500px;
	}
}

@media screen and (max-width: 1120px) {
	.inventory, .parts, .service, .about, .auctions, .financing-mussmann {
		width: 48%;
		min-width: 450px;
	}
}
@media screen and (max-width: 1060px) {
	.inventory, .parts, .service, .about, .auctions, .financing-mussmann {
		max-width: 500px;
		width: 45%;
		min-width:300px;
	}
	.name h1 {
		text-transform: uppercase;
		font-size: 48px;
		letter-spacing: 3px;
	}
}
@media screen and (max-width: 1024px) and (min-width:771px) {
	.col1 {
		width: 100%;
		margin: 18px auto;
	}
	
	.col2 {
		width: 100%;
		margin: 18px auto;
	}
	
	.form1 {
		width: 100%;
	}
	
	.input2 input {
		width: 90%;
		box-sizing: border-box;
	}
	
	.message {
		width: 100%;
		box-sizing: border-box;
	}
	
	.message textarea {
		width: 90%;
		box-sizing: border-box;
		margin: 0px auto;
	}
}
@media screen and (max-width: 840px) {
	.inventory, .parts, .service, .about, .auctions, .financing-mussmann {
		max-width: 500px;
		width: 44%;
	}
	.name h1 {
		text-transform: uppercase;
		font-size: 40px;
		letter-spacing: 3px;
	}

	.header {
		width: 100%;
	}
	
	.phone1 {
		display: none;
	}
	
	.logo {
		height: 150px;
		background-size: auto 100%;
	}
	
	.phone2 {
		width: 100%;
		height: auto;
		padding: 10px;
		position: relative;
		margin-bottom: 18px;
		display: inline-block;
		*background-color: orange;
	}
	
	.phone2 p {
		font-size: 14px;
	}
	
	.address {
		float: none;
		width: 100%;
	}
	
	.address p {
		font-size: 14px;
	}
	
	.logo {
		width: 100%;
		margin-bottom: 18px;
	}
	
	.tagline {
		display: none;
	}
	
	.tagline h1 {
		font-size: 18px;
	}
	
	.content {
		width: 100%;
	}
	
	
	.name h1 {
		font-size: 36px;
		letter-spacing: 1px;
	}
	
	.col1 {
		width: calc(100% - 72px);
		margin: 18px auto;
	}
	
	.col2 {
		width: calc(100% - 72px);
	}
	
	.form1 {
		width: 100%;
	}
	
	.input2 input {
		width: calc(100% - 24px);
	}
	
	.message {
		width: 100%;
		box-sizing: border-box;
	}
	
	.message textarea {
		width: calc(100% - 24px);
	}
	
	.divfooter {
		width: calc(100% - 72px);
	}
}

@media screen and (max-width: 660px) {
	.inventory, .parts, .service, .about, .auctions, .financing-mussmann {
		width: 100%;
		height: 150px;
		margin: 9px auto;
		background-size: 100% auto;
	}
}