﻿/***** 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;
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 0px;
}

* {
	box-sizing: border-box;
}

/********** Header **********/
.heading {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	*background-color: aliceblue;
	*background-color: #74D1EA;
	background: url(../siteart/images/top.jpg) !important;
	background-position: top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.heading .left, .heading .center, .heading .right {
	vertical-align: middle;
}

.heading .left {
	width: 150px;
	height: auto;
	margin: 20px 0px 20px 20px;
	position: relative;
	display: inline-block;
	float: left;
}

.heading .left img {
	width: 100%;
	height: auto;
}

.heading .center {
	width: 350px;
	height: auto;
	margin: 20px auto;
	position: relative;
	display: inline-block;
}

.heading .right {
	width: auto;
	height: auto;
	margin: 20px 20px 20px 0px;
	position: relative;
	display: inline-block;
	float: right;
}

.heading .right h1 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.heading .right h1 a {
	text-decoration: none;
	color: #00AA4F;
	transition: ease-out 0.15s;
}

.heading .right h1 a:hover {
	color: #F68A33;
	transition: ease-in 0.15s;
}

.heading .top-mobile {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
	display: none;
}

/********** Content **********/
.content1 {
	width: 100%;
	height: auto;
	position: relative;
	*display: inline-block;
	*background-color: pink;
}

.scrolling-wrap {
	width: 100%;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 10px solid #E78E2E;
	border-bottom: 10px solid #E78E2E;
}

.scrolling {
	width: 100%;
}

.content1 .summary1 {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background: url(../siteart/images/glenn-carstens-peters-108372-unsplash.jpg);
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	*background-color: orange;
}

.content1 .summary1 .text1 {
	width: 50%;
	height: auto;
	padding: 20px;
	margin: 36px 20px;
	*margin: 36px auto;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.85);
	vertical-align: middle;
}

.content1 .summary1 .text1 .photo1 {
	width: 300px;
	height: auto;
	margin: 30px 20px;
	position: relative;
	display: inline-block;
	*background-color: pink;
}

.content1 .summary1 .text1 .photo1 img {
	width: 100%;
	height: auto;
}

.content1 .summary1 .text1 .photo2, .content1 .summary1 .text1 .photo3 {
	width: 45%;
	height: 300px;
	margin: 20px;
	position: relative;
	display: inline-block;
	*background-color: pink;
	overflow: hidden;
}

.content1 .summary1 .text1 .photo2 {
	background: url(../siteart/images/nitin-bhosale-4519-unsplash.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.content1 .summary1 .text1 .photo3 {
	background: url(../siteart/images/spencer-pugh-192562-unsplash.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.content1 .summary1 .text1 h1 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #E78E2E;
}

.content1 .summary1 .text1 h2 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #E78E2E;
}

.content1 .summary1 .text1 h3 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #E78E2E;
}
.text1 h3 a {color:#00AA4F;}
.text1 h3 a:hover {color:#E78E2E;}

.content1 .summary1 .text1 h4 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #2F2C27;
}

.content1 .summary1 .text1 ul {
	margin-bottom: 20px;
}

.content1 .summary1 .text1 ul li {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #2F2C27;
}

.content1 .summary1 .text1 p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #2F2C27;
}

.content1 .summary1 .text1 li strong {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #2F2C27;
}

.content1 .summary1 .text1 .map {
	width: 100%;
	height: 450px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.content1 .summary1 .text1 .contacting {
	width: 100%;
	height: auto;
	margin: 20px auto;
	position: relative;
	display: inline-block;
}

.content1 .summary1 .text1 .contacting .info1 {
	Width: auto;
	height: auto;
	margin: 10px 28px;
	position: relative;
	display: inline-block;
}

.content1 .summary1 .text1 .contacting .info1 p a {
	text-decoration: none;
	color: #2F2C27;
	transition: ease-out 0.15s;
}

.content1 .summary1 .text1 .contacting .info1 p a:hover {
	color: #E78E2E;
	transition: ease-in 0.15s;
}

.content1 .summary1 .text1 .contacting .info1 h3 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #E78E2E;
}

.content1 .summary1 .text1 .contacting .info1 p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #2F2C27;
}

.content1 .summary2 {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background: url(../siteart/images/glenn-carstens-peters-108372-unsplash.jpg) !important;
	background-position: bottom !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
}

.content1 .summary2 .text1 {
	width: 90%;
	height: auto;
	padding: 20px;
	margin: 36px auto;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.85);
}

.content1 .summary2 .text1 h1 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #E78E2E;
}

.content1 .summary2 .text1 p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	color: #2F2C27;
}

.content1 .map {
	width: 100%;
	height: 225px;
	position: relative;
	display: inline-block;
}

.content1 .summary3 {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background: url(../siteart/images/glenn-carstens-peters-108372-unsplash.jpg) !important;
	background-position: bottom !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
}

.content1 .summary3 .slideshow {
	width: 45%;
	height: auto;
	*height: 750px;
	margin: 36px 20px;
	position: relative;
	display: inline-block;
	*background-color: orange;
	border: 10px solid #000;
	box-shadow: 0px 0px 20px #000;
	overflow: hidden;
	*float: left;
	vertical-align: middle;
}

.content1 .summary3 .text1 {
	width: 45%;
	height: auto;
	padding: 20px;
	margin: 36px 20px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.85);
	vertical-align: middle;
}

.content1 .summary3 .text1 h1 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #E78E2E;
}

.content1 .summary3 .text1 p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #2F2C27;
}

/********** Form **********/


/********** Slideshow **********/
.nivoSlider {
	top: 0px;
}


/********** Inventory **********/
.body-wrapper {
	text-align: left;
}

.hosted-content #listings-title {
	text-align: left;
}

.hosted-content .listings-wrapper .currency-box {
	text-align: left !important;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
	font-size: 14px;
}

.cf .border-bottom .m-bottom-10 .options h1 {
	text-align: left !important;
}

.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {
	background-color: #6DB75D !important;
}
.list-top-section .list-title .list-title-text{
	font-size: 0.8em!important;
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif!important;
	line-height: 0.9em!important;
}
.list-top-section .list-title .list-listings-count{
	color: #00a351!important;
}
.faceted-search-content .selected-facets-container .selected-facet{
	background: #00a351!important;
}
.view-listing-details-link{
	background: #00a351!important;

}
.list-container-flexrow .price-container .price{
		color: #00a351!important;

}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	background-color: #e78e2e!important;
    color: #fff!important;
	border: 1px solid white!important;
}
.list-content .list-error-container .info button{
	    background-color: #00a351!important;
}
.list-content .list-error-container .info .selected-facet button{
	background: transparent!important;
}
.nodawayvalleyequipmentcomhdev-9gup2g{
font-size: 0.8125rem!important;
}
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price{
			color: #00a351!important;
    		font-size: 1.3rem!important;
}
.detail__title{
	font-size: 1.963rem!important;
}
/********** Footer **********/
.footing {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background-color: #7A4C30;
}

.divfooter {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 80%;
	margin: 20px auto;
	color: #fff;
}

.footerlink {
	color: #fff;
}

/************************************************ Responsive Styles **/
@media screen and (max-width: 1500px) and (min-width: 1281) {
	.content1 .slideshow {
		height: auto;
	}
	
	.content1 .summary1 .text1 {
		width: 75%;
	}
	
	.nivoSlider {
		top: 0px;
	}
	
	.content1 .summary3 .text1 h1 {
		font-size: 30px;
	}
	
	.content1 .summary3 .text1 p {
		font-size: 16px;
		line-height: 24px;
	}
}


@media screen and (max-width: 1280px) and (min-width: 1025px) {
	.content1 .summary3 .text1 h1 {
		font-size: 28px;
	}
	
	.content1 .summary3 .text1 p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.content1 .summary1 .text1 {
		width: 75%;
	}
	
	.content1 .summary1 .text1 h1 {
		font-size: 36px;
	}
	
	.content1 .summary1 .text1 p {
		font-size: 18px;
		line-height: 24px;
	}
	
	.content1 .summary1 .text1 h2 {
		font-size: 24px;
	}
	
	.content1 .summary1 .text1 h4 {
		font-size: 18px;
	}
	
	.content1 .summary1 .text1 ul li {
		font-size: 16px;
		line-height: 24px;
	}
	
	.content1 .summary1 .text1 li strong {
		font-size: 18px;
	}
	
	.content1 .summary1 .text1 .photo2, .content1 .summary1 .text1 .photo3 {
		width: 100%;
		margin: 20px auto;
	}
	
	.nivoSlider {
		top: 0px;
	}
	
	.heading h1 {
		font-size: 36px;
	}
	
	.heading .logo-left {
		width: 210px;
	}
	
	.heading .logo-right {
		width: 250px;
	}
}


@media screen and (max-width: 1024px) and (min-width: 771px) {
	.heading .top {
		display: none;
	}
	
	.heading .left {
		display: none;
	}
	
	.heading .right {
		display: none;
	}
	
	.heading .top-mobile {
		display: inline-block;
	}
	
	.heading .top-mobile .icon1 {
		width: auto;
		height: 28px;
		margin: 10px 30px;
		position: relative;
		display: inline-block;
	}
	
	.heading .top-mobile .icon1 img {
		width: auto;
		height: 100%;
	}
	
	.content1 .summary3 .slideshow {
		width: 90%;
		margin: 36px auto;
		border: 3px solid #000;
		display: block;
	}
	
	.content1 .summary3 .text1 {
		width: 90%;
		margin: 36px auto;
		display: block;
	}
	
	.content1 .summary3 .text1 h1 {
		font-size: 36px;
	}
	
	.content1 .summary3 .text1 p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.content1 .slideshow {
		height: auto;
	}
	
	.content1 .summary1 .text1 {
		width: 90%;
	}
	
	.content1 .summary1 .text1 h1 {
		font-size: 36px;
	}
	
	.content1 .summary1 .text1 p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.content1 .summary1 .text1 .map {
		height: 175px;
	}
	
	.content1 .summary1 .text1 .photo1 {
		width: 250px;
	}
	
	.content1 .summary1 .text1 h2 {
		font-size: 24px;
	}
	
	.content1 .summary1 .text1 h3 {
		font-size: 24px;
	}
	
	.content1 .summary1 .text1 h4 {
		font-size: 24px;
		font-size: 18px;
	}
	
	.content1 .summary1 .text1 ul li {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	.content1 .summary1 .text1 .contacting .info1 {
		width: 100%;
		margin: 10px auto;
	}
	
	.content1 .summary1 .text1 .contacting .info1 h3 {
		font-size: 24px;
	}
	
	.content1 .summary1 .text1 .photo2, .content1 .summary1 .text1 .photo3 {
		width: 100%;
		margin: 20px auto;
	}
	
	.nivoSlider {
		top: 0px;
	}
	
	.heading .logo-left {
		display: none;
	}
	
	.heading .logo-right {
		display: none;
	}
}
	

@media screen and (max-width: 770px) {
	.heading .top {
		display: none;
	}
	
	.heading .left {
		display: none;
	}
	
	.heading .right {
		display: none;
	}
	
	.heading .center {
		width: 250px;
	}
	
	.heading .top-mobile {
		display: inline-block;
	}
	
	.heading .top-mobile .icon1 {
		width: auto;
		height: 28px;
		margin: 10px 30px;
		position: relative;
		display: inline-block;
	}
	
	.heading .top-mobile .icon1 img {
		width: auto;
		height: 100%;
	}
	
	.content1 .summary3 .slideshow {
		width: 90%;
		margin: 36px auto;
		border: 3px solid #000;
		display: block;
	}
	
	.content1 .summary3 .text1 {
		width: 90%;
		margin: 36px auto;
		display: block;
	}
	
	.content1 .summary3 .text1 h1 {
		font-size: 24px;
	}
	
	.content1 .summary3 .text1 p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.content1 .slideshow {
		height: auto;
	}
	
	.content1 .summary1 .text1 {
		width: 90%;
	}
	
	.content1 .summary1 .text1 h1 {
		font-size: 30px;
	}
	
	.content1 .summary1 .text1 p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.content1 .summary1 .text1 .photo2, .content1 .summary1 .text1 .photo3 {
		width: 100%;
		margin: 20px auto;
	}
	
	.content1 .summary1 .text1 h2 {
		font-size: 18px;
	}
	
	.content1 .summary1 .text1 h3 {
		font-size: 18px;
	}
	
	.content1 .summary1 .text1 ul li {
		font-size: 14px;
		line-height: 24px;
	}
	
	.content1 .summary1 .text1 h2 {
		font-size: 18px;
	}
	
	.content1 .summary1 .text1 h3 {
		font-size: 18px;
	}
	
	.content1 .summary1 .text1 ul li {
		font-size: 14px;
		line-height: 24px;
	}
	
	.content1 .summary1 .text1 .contacting .info1 {
		width: 100%;
		margin: 10px auto;
	}
	
	.content1 .summary1 .text1 .contacting .info1 h3 {
		font-size: 24px;
	}
	
	.content1 .summary1 .text1 .photo1 {
		width: 100%;
		margin: 30px auto;
	}
	
	.content1 .summary1 .text1 li strong {
		font-size: 14px;
	}
	
	.content1 .summary1 .text1 ul li {
		line-height: normal;
		margin-bottom: 14px;
	}
	
	.content1 .summary1 .text1 .photo2, .content1 .summary1 .text1 .photo3 {
		width: 100%;
		height: 200px;
	}
	
	.nivoSlider {
		top: 0px;
	}
	
	.content1 .summary1 .text1 .map {
		height: 175px;
	}
	
	.heading h1 {
		font-size: 28px;
		margin: 10px auto 20px auto;
		line-height: 35px;
	}
	
	.heading .logo-left {
		display: none;
	}
	
	.heading .logo-right {
		display: none;
	}
}