﻿/***** 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;
	list-style: none;
	*font-size: 0px;
}

/*
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;
	margin: 0px auto;
	-webkit-text-size-adjust: none;
	font-family: "Friz Quadrata", "Gentium Book Basic", Times, Times New Roman, serif;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'Friz Quadrata';
	font-weight: 400;
	src: url(../fonts/FrizQuadrataStd.otf) format('opentype');
}


@font-face {
	font-family: 'Friz Quadrata';
	font-weight: 700;
	src: url(../fonts/FrizQuadrataStd-Bold.otf) format('opentype');
}

/********** Header **********/
#at-override .heading {
	width: 100%;
	height: 150px;
	position: relative;
	display: inline-block;
	*background-color: pink;
}

#at-override .left {
	width: 120px;
	height: auto;
	float: left;
	margin: 36px 0px 36px 18px;
	position: relative;
	display: inline-block;
	*background-color: aliceblue;
}

#at-override .left img {
	width: 100%;
	height: auto;
}

#at-override .right {
	width: auto;
	height: auto;
	float: right;
	margin: 36px 18px 36px 0px;
	position: relative;
	display: inline-block;
	*background-color: aliceblue;
}

/********** Content **********/
.content {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	*background-color: pink;
}

.info {
	width: 45%;
	height: auto;
	padding: 36px;
	top: 15%;
	position: absolute;
	display: inline-block;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.8);
}

.info h1 {
	font-size: 36px;
	color: #007F47;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Friz Quadrata", "Gentium Book Basic", Times, Times New Roman, serif;
}

.info p {
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #333;
}

.info-mobile {
	display: none;
}

.thanks {
	margin: 36px auto;
	text-align: center;
}

.thanks h1 {
	color: #007F47;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 18px;
}

.thanks p {
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #333;
}

/********** Form **********/
.form strong {
	font-size: 28px;
	text-transform: uppercase;
	color: #007F47;
}

.input2 {
	width: auto;
	box-sizing: border-box;
}

.input2 input {
	width: 300px;
	height: 30px;
	font-size: 18px;
	padding: 5px;
	margin: 9px;
	box-sizing: border-box;
	border: 2px solid #99999B;
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #99999B;
}

#submit {
	width: 150px;
	height: 50px;
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #fff;
	color: #99999B;
	border: 2px solid #99999B;
	transition: ease-out 0.15s;
}

#submit:hover {
	border: 2px solid #007F47;
	background-color: #007F47;
	color: #fff;
	transition: ease-in 0.15s;
	cursor: pointer;
}

.message textarea {
	width: 300px;
	padding: 5px;
	height: 100px;
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	border: 2px solid #99999B;
	margin: 9px;
	box-sizing: border-box;
	color: #99999B;
}

#CaptchaAnswer {
	border: 2px solid #99999B;
	color: #99999B;
}

.CaptchaWhatsThisPanel a {
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#formpage-contact {
	margin: 36px;
	text-align: center;
}

.CaptchaMessagePanel {
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #99999B;
}

::placeholder {
	color: #B3B3B0;
}

::-ms-input-placeholder {
	color: #B3B3B0;
}

:-ms-input-placeholder {
	color: #B3B3B0;
}

::-webkit-input-placeholder {
	color: #B3B3B0;
}

/********** Inventory **********/
#listings-title {
	color: #007F47 !important;
}

.listings-wrapper .hosted-theme .btn {
	background-color: #007F47 !important;
}

.listings-wrapper .hosted-theme .btn:hover {
	background-color: #CACAC7 !important;
}

.listing-name a {
	color: #007F47 !important;
}

.listing-name a:hover {
	color: #007F47 !important;
}

.cf h1 {
	color: #007F47;
}

.listings-wrapper {
	max-width: 100%;
}

.contain {
	width: 80%;
	max-width: 100%;
	margin: 0px auto;
}

/*************Inventory Styles***********/
.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.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 {background:#007F47 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {;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: #007F47 !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: #000 !important;}

.list-content .list-title .list-listings-count{
	color:#007F47 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count{
	margin:0 3px 1rem 0!important;
}
.section-head{
	width: 100% !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{
	color:#007F47 !important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn{
	background:#007F47 !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price{
	color:#007F47 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn{
	border:#007F47 1px solid !important;
	color:#fff!important;
}
.detail-content .detail-additional-data .data-row .data-label{
	background-color:#007F47!important;
}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price, .detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price{
	color:#007F47!important;
}
.contact-options a{
	background:#007F47!important;
}
.detail-content .search-results{
	color:#007F47!important;
}
.detail-content .search-results span{
	color:#007F47!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count{
	color:#007F47!important;
}
.compare-checked{
	color:#007F47!important;
}

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title{
	color: #000 !important;
}

.compare-listings-container .compare-container .compare-price{
	color: #007F47 !important;
}

.bread-crumbs-heading .return-links .return-links-link span{
	color:#007F47!important;
}
.bread-crumbs-heading .return-links .return-links-link i{
	color: #007F47!important;
}
input[type='submit'], button, .btn, .button{
	background:#007F47!important;
}


/********** Footer **********/
.contact {
	width: 100%;
	height: auto;
	font-size: 16px;
	text-align: center;
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #007F47;
	position: relative;
	display: inline-block;
	background-color: #fff;
}

.contact ul {
	position: relative;
	display: inline-block;
}

.contact ul li {
	font-size: 16px;
	margin: 15px 0px;
	padding: 0px 30px;
	border-right: 2px solid #007F47;
	position: relative;
	display: inline-block;
}

.contact ul li strong {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact a {
	color: #007F47;
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}

.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
}

.footer {
	width: 100%;
	height: auto;
	padding: 18px 0px;
	background-color: #333;
}

.divfooter {
	width: 50%;
	font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin: 0px auto;
	color: #fff;
}

.footerlink {
	color: #fff;
}

.contact-mobile {
	display: none;
}

/******************** Responsive Styles ********************/

@media screen and (max-width: 1280px) and (min-width:1025px) {
	.info {
		width: 50%;
		top: 7%;
	}
	
	.info h1 {
		font-size: 28px;
	}
	
	.info p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1125px) {
	#at-override .heading {
		text-align: center !important;
	}
}
@media screen and (max-width: 1024px) and (min-width:771px) {
	#at-override .left {
		float: none;
		margin: 36px auto;
	}
	
	.content {
		text-align: center;
	}
	
	.info {
		display: none;
	}
	
	.info-mobile {
		position: relative;
		display: inline-block;
		margin: 36px auto;
		width: 80%;
	}
	
	.info-mobile h1 {
		text-align: center;
		color: #007F47;
		text-transform: uppercase;
		margin-bottom: 18px;
	}
	
	.info-mobile p {
		text-align: left;
		font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	
	.contact {
		display: none;
	}
	
	.contact-mobile {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	
	.contact-mobile ul li {
		margin-bottom: 18px;
	}
	
	.contact-mobile strong {
		text-transform: uppercase;
		color: #007F47;
	}
	
	.contact-mobile a {
		color: #007F47;
		text-decoration: none;
	}
	
	.contact-mobile a:hover {
		text-decoration: underline;
	}
}
	
@media screen and (max-width: 770px) {
	#at-override .heading {
		text-align: center;
	}
	
	#at-override .left {
		float: none;
		margin: 36px auto;
	}
	
	.content {
		text-align: center;
	}
	
	.info {
		display: none;
	}
	
	.info-mobile {
		position: relative;
		display: inline-block;
		margin: 36px auto;
		width: 80%;
	}
	
	.info-mobile h1 {
		text-align: center;
		color: #007F47;
		text-transform: uppercase;
		margin-bottom: 18px;
	}
	
	.info-mobile p {
		text-align: left;
		font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	
	.contact {
		display: none;
	}
	
	.contact-mobile {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-family: "Helvetica Neue LT STD", Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	
	.contact-mobile ul li {
		margin-bottom: 18px;
	}
	
	.contact-mobile strong {
		text-transform: uppercase;
		color: #007F47;
	}
	
	.contact-mobile a {
		color: #007F47;
		text-decoration: none;
	}
	
	.contact-mobile a:hover {
		text-decoration: underline;
	}
	
	.input2 input {
		width: auto;
	}
	
	.message textarea {
		width: auto;
	}
}
