﻿/***** 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;
}

body {
	width: 100%;
	height: auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-size: 0px;
}

@font-face {
	font-family: 'Futura STD';
	font-weight: 400;
	src: url(../fonts/FuturaStd-Book.otf) format('opentype');
}

@font-face {
	font-family: 'Futura STD';
	font-weight: 700;
	src: url(../fonts/FuturaStd-Bold.otf) format('opentype');
}

.contained {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	*background-color: pink;
}

.faceted {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	*background-color: pink;
}
.divided {
	width: calc(100% - 72px);
	height: 3px;
	margin: 20px auto;
	position: relative;
	display: inline-block;
	background-color: #333;
}

.divided2 {
	width: 100%;
	height: 3px;
	margin: 20px auto;
	position: relative;
	display: inline-block;
	background-color: #333;
}

.divided3 {
	width: calc(100% - 20px);
	height: 3px;
	margin: 20px auto;
	position: relative;
	display: inline-block;
	background-color: #fff;
}

/********** Header **********/
.heading {
	width: calc(100% - 72px);
	height: auto;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	*background-color: aliceblue;
	box-sizing: border-box;
}

.icon1, .icon2 {
	width: auto;
	height: auto;
	margin-top: 36px;
	position: relative;
	display: inline-block;
	*background-color: orange;
	vertical-align: top;
	box-sizing: border-box;
}

.icon1 {
	float: left;
}

.icon2 {
	float: right;
}

.icon1 img {
	width: auto;
	height: 36px;
}

.icon2 img {
	width: auto;
	height: 30px;
}

.logo {
	width: 250px;
	height: 150px;
	position: relative;
	display: inline-block;
	margin: 20px auto;
	background: url(../siteart/logos/Kuhl_Equipment_logo_green.jpg);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

/********** Content **********/
.content {
	width: calc(100% - 72px);
	height: auto;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	*background-color: aliceblue;
	box-sizing: border-box;
}

.photo1 {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	background: url(../siteart/images/1773204-sized.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	*background-color: purple;
	box-sizing: border-box;
}

.photo2 {
	width: 100%;
	height: auto;
	*height: 370px;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	background: url(../siteart/images/42-16673443.jpg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	*background-color: purple;
	box-sizing: border-box;
}

.summary1 {
	width: 400px;
	height: auto;
	margin: 40px auto;
	padding: 20px 20px 20px 72px;
	text-align: left;
	position: relative;
	display: inline-block;
	background-color: rgba(47, 44, 39, 0.85);
	float: left;
	box-sizing: border-box;
}

.summary2 {
	width: 800px;
	height: auto;
	margin: 40px auto;
	padding: 20px;
	text-align: center;
	position: relative;
	display: inline-block;
	background-color: rgba(47, 44, 39, 0.85);
	box-sizing: border-box;
}

.summary1 h1,.summary1 h3, .summary2 h3,.summary2 h1,.summary2 h2{
	font-family: "Futura STD", Futura, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	word-spaging: 0.75px;
}

.summary1 p, .summary2 p {
	font-family: "Futura STD", Futura, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.25px;
	word-spacing: 0.5px;
}

.photo-buttons {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	*background-color: orange;
	box-sizing: border-box;
}

.photo-buttons h2 {
	width: 100%;
	position: relative;
	display: inline-block;
	font-family: "Futura STD", Futura, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	margin: 110px 0px;
	letter-spacing: 0.5px;
	word-spacing: 0.75px;
}

.button1, .button2, .button3 {
	width: 30%;
	height: 250px;
	*margin: 0px 20px;
	margin: 20px;
	position: relative;
	display: inline-block;
	*background-color: #333;
	box-sizing: border-box;
	vertical-align: top;
}

.button1:hover h1, .button2:hover h1, .button3:hover h1 {
	font-weight: 700;
}

.button1 {
	background: url(../siteart/images/button3.jpg);
	background-position: left;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.button2 {
	background: url(../siteart/images/button2.jpg);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.button3 {
	background: url(../siteart/images/button1.jpg);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.contact1 {
	width: 30%;
	height: auto;
	margin: 0px 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.contact1 strong {
	text-transform: uppercase;
}

.contact1 a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	transition:.3s all;
}

.contact1 a:hover {
	opacity: .75;
}

/********** Form **********/


/********** Inventory **********/
.list-content, .list-title, .list-listings-count{
	color: #000!important;
}
.listings-wrapper {
	text-align: left;
}

.listings-detail-wrapper {
	text-align: left;
}

.listings-detail-wrapper h1 {
	font-family: "Futura STD", Futura, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #88A620;
}

.hosted-content #listings-title {
	font-family: "Futura STD", Futura, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #88A620;
}

.hosted-content .listings-detail-wrapper .make-an-offer a.btn:hover, .hosted-content .listings-detail-wrapper .make-an-offer input[type=submit].btn:hover {
	background-color: #88A620 !important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title a {
	transition: ease-out 0.15s;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title a:hover {
	color: #88A620;
	transition: ease-in 0.15s;
}

.listings-wrapper .hosted-theme .btn {
	background-color: #88A620;
}

.search-results span, .fa-arrow-left:before {
	color: #000!important;
}
.detail-content .detail-content .dealer-info .phone-and-email .send-email-btn span, .fa-envelope:before {
	color: #fff!important;
}

 .send-email-btn {
	 color: #fff!important;
	background: #88A620!important;

}

.detail-content .print-this:hover, .detail-content .email-this:hover {
	background: #88A620!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left, .listing-main-stats, .price {
	color: #000!important;
}
/********** Faceted Inventory **********/
.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 {background:#88A620 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000; 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: #88A620 !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: #88A620 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn .detail-content .detail-main-body .main-detail-data .buy-btn {float:none; text-align: left !important;}
.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, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}

input[type="submit"], button[type="submit"], .btn, .button, .faceted-show-all-btn {
	background: #88A620!important;
}

/********** Footer **********/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 90px;
	margin-top: 20px;
	overflow: hidden;
}

.footer {
	width: 100%;
	height: auto;
	padding: 20px 0px;
	position: relative;
	display: inline-block;
	background-color: #BCBEC0;
}

.divfooter {
	width: 50%;
	margin: 0px auto;
	font-family: "Futura STD", Futura, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: gray;
}

.footerlink {
	color: gray;
}

/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) and (min-width:1025px) {
	.photo-buttons h1 {
		margin: 95px 0px;
	}
	
	.button1, .button2, .button3 {
		width: 28%;
		height: 225px;
		margin: 18px;
	}
	
	.button1 {
		background-size: auto 100%;
	}
	
	.button2 {
		background-size: auto 100%;
	}
	
	.button3 {
		background-size: auto 100%;
	}
}


@media screen and (max-width: 1024px) and (min-width:771px) {
	.photo-buttons h1 {
		font-size: 30px;
		margin: 105px 0px;
	}
	
	.button1, .button2, .button3 {
		width: 80%;
	}
	
	.photo2 {
		background-size: auto 100%;
	}
	
	.summary2 {
		width: 80%;
	}
	
	.contact1 {
		width: 100%;
		margin: 10px auto;
	}
}
	

@media screen and (max-width: 770px) {
	.faceted {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    position: relative;
    display: inline-block;
	}
	.divided {
		margin: 14px auto;
	}
	
	.divided2 {
		margin: 14px auto;
	}
	
	.divided3 {
		margin: 14px auto;
	}
	
	.icon1, .icon2 {
		margin-top: 18px;
	}
	
	.icon1 img {
		height: 28px;
	}
	
	.icon2 img {
		height: 24px;
	}
	
	.logo {
		width: 225px;
		height: 145px;
		margin: 18px auto;
	}
	
	.photo1 {
		background-size: auto;
	}
	
	.photo2 {
		background-size: auto;
		margin: 10px auto;
	}
	
	.summary1 {
		width: 100%;
		margin: 20px auto;
		padding: 20px;
	}
	
	.summary2 {
		margin: 20px auto;
	}
	
	.summary1 h1, .summary2 h1 {
		font-size: 18px;
	}
	
	.summary1 p, .summary2 p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.photo-buttons h1 {
		font-size: 24px;
		margin: 105px 0px;
	}
	
	.button1, .button2, .button3 {
		width: 100%;
		margin: 10px auto;
	}
	
	.button1 {
		background-position: center;
		background-size: auto 100%;
	}
	
	.button2 {
		background-size: auto 100%;
	}
	
	.button3 {
		background-size: auto 100%;
	}
	
	.summary2 {
		width: 100%;
	}
	
	.contact1 {
		width: 100%;
		margin: 10px auto;
	}
	
	.divfooter {
		width: 80%;
	}
}