﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');

/***** 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;
}

a{color:inherit;}
a:hover{text-decoration: none;}

a.grn-btn{
	width:280px;
	background:#336447;
	color:#fff;
	text-align: center;
	padding:10px 0;
	margin: 1% 1% 0 0;
	display: inline-block;
	text-decoration: none;
	border-radius: 6px;
}
a.grn-btn:hover{
	background:#004626;
}
/********** Header **********/
.heading {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #336447;
	position: relative;
	display: inline-block;
	*background-color: aliceblue;
	box-sizing: border-box;
}

.heading .left {
	width: 300px;
	height: auto;
	margin: 20px;
	text-align: left;
	position: relative;
	display: inline-block;
	*background-color: orange;
	box-sizing: border-box;
	vertical-align: middle;
	float: left;
}

.heading .left img {
	width: 100%;
	height: auto;
}

.heading .right {
	width: auto;
	height: auto;
	margin: 20px 20px 0px 0px;
	text-align: right;
	position: relative;
	display: inline-block;
	*background-color: orange;
	box-sizing: border-box;
	vertical-align: middle;
	float: right;
}

.heading .right .top {
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	*background-color: pink;
}

.heading .right .top a {
	text-decoration: none;
}

.heading .right .top p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	display: inline-block;
	color: #336447;
	vertical-align: middle;
}

.heading .right .top .icon {
	width: 30px;
	height: 100%;
	margin-left: 20px;
	position: relative;
	display: inline-block;
	*background-color: green;
	vertical-align: middle;
}

.heading .right .top .icon img {
	width: 100%;
	height: auto;
}

.heading .right .bottom {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.mobile-heading {
	width: 90%;
	height: auto;
	margin: 20px auto;
	border-bottom: 2px solid #004D32;
	position: relative;
	*display: inline-block;
	display: none;
	*background-color: orange;
	box-sizing: border-box;
}

.mobile-heading .icon {
	width: auto;
	height: 36px;
	margin: 5px 25px;
	position: relative;
	display: inline-block;
	*background-color: pink;
	vertical-align: middle;
}

.mobile-heading .icon img {
	width: auto;
	height: 100%;
}

.mobile-heading .logo {
	width: 300px;
	height: auto;
	margin: 20px auto;
	position: relative;
	display: block;
	*background-color: pink;
}

.mobile-heading .logo img {
	width: 100%;
	height: auto;
}

/********** Content **********/
.hero img{
	width:100%;
}
.wrap{
	background: #fff;
	width:100%;
}
.page-container{
	width: 78%;
	margin: 50px auto;
	padding: 36px;
	position: relative;
	box-sizing: border-box;
}
.page-container h1{
	font-family: "Noto Serif", Times, Times New Roman, serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	color: #336447;
}
.page-container p{
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	text-align: left;
	padding:5px 0;
}
.search_container{
	max-width: 1425px;
	margin: 0 auto;
	position: relative;
}
.search-overlap{
	margin: -80px 0 0 0;
	z-index: 99;
}

form#quick_search{
	max-width:1200px;
	margin: auto;
	display: flex;
}
h3.search-title {font-size: 24px; padding:0 0 .5% 7%; font-weight: 800; text-align: left;}
.txt-white{color:#fff;}
form#quick_search input[type=text]{
	width:95%;
	padding: 1%;
	box-sizing: border-box;
	border: none;
}
form#quick_search input[type=submit]{
	width:10%;
	padding:1%; 
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	background:#000;
	border:none;
}
.green_wrap{
	width: 100%;
	background: #336447;
	padding:4% 1%;
	box-sizing: border-box;
}
.summary1 {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	*background-color: lightblue;
	background: url(../siteart/images/background1.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.summary1 .summary2 {
	width: 78%;
	height: auto;
	margin: 72px auto;
	padding: 36px;
	position: relative;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.75);
	box-sizing: border-box;
}

.summary2 h1 {
	font-family: "Noto Serif", Times, Times New Roman, serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	color: #336447;
}

.summary2 ul li {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: auto;
	margin: 20px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.summary2 p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	text-align: left;
	padding:5px 0;
}

.summary2 ul li a {
	color: #333;
	text-decoration: none;
	transition: ease-out 0.15s;
}

.summary2 ul li a:hover {
	color: #336447;
	transition: ease-in 0.15s;
}

.summary2 ul li strong {
	font-weight: 700;
	text-transform: uppercase;
	color: #336447;
}
.summary2 hr{
	background: #444;
	width:100%;
	height: 1px;
	margin: 2% 0;
}
.summary2 .map {
	width: 100%;
	height: 300px;
	position: relative;
	display: inline-block;
	*background-color: orange;
}

.summary2 .images {
	width: 250px;
	height: 250px;
	margin: 10px;
	position: relative;
	display: inline-block;
	*background-color: pink;
	vertical-align: middle;
	overflow: hidden;
}

.summary1 .summary3 {
	width: 78%;
	height: auto;
	margin: 72px auto;
	padding: 36px;
	text-align: left;
	position: relative;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.75);
	box-sizing: border-box;
}

.summary3 h1 {
	font-family: "Noto Serif", Times, Times New Roman, serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	color: #336447;
}

.summary3 p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
}

.summary4 {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	*background-color: lightblue;
	background: url(../siteart/images/background4.jpg);
	*background-size: cover;
	background-position: bottom;
	background-repeat: repeat;
	*background-attachment: fixed;
	box-shadow: 0px 5px 50px #333;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	*border-top: 10px solid #004626;
	*border-bottom: 10px solid #004626;
	z-index: 10;
}

.summary4 .summary5 {
	width: 78%;
	height: auto;
	margin: 20px auto;
	padding: 20px;
	position: relative;
	display: inline-block;
	*background-color: rgba(255, 255, 255, 0.75);
	background-color: rgba(51,100,71,0.75);
	box-sizing: border-box;
}

.summary5 h1 {
	font-family: "Noto Serif", Times, Times New Roman, serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
}
.flex-col{display: flex; flex-direction: row; flex-wrap: wrap;}
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box; padding:2% 1%;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/********** Form **********/
form {
	width: 100%;
}

.form h3 {
	font-size: 16px;
	*font-family: 'Futura STD', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#submit {
	width: 200px;
	height: 50px;
	*margin: 26px auto;
	margin: 10px auto;
	*margin: 0px auto;
	background-color: transparent;
	border: 2px solid #336447;
	position: relative;
	display: inline-block;
	color: #336447;
	*font-family: 'Futura STD', Helvetica, Arial, sans-serif;
	font-weight: 700;
	*font-size: 14px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 9px;
}

#submit:hover {
	background-color: #336447;
	color: #fff;
	transition: ease-in-out 0.5s;
	cursor: pointer;
}

.input {
	width: 250px;
	display: inline-block;
}

.input input {
	padding: 10px;
	*font-family: 'Century Schoolbook', Times, Times New Roman, serif;
	font-size: 18px;
	display: inline-block;
	position: relative;
	margin: 9px;
	color: #333;
	letter-spacing: 0.5px;
}

.input2 {
	*display: inline-block;
	margin: 9px auto;
	display: block;
	box-sizing: border-box;
}

.input2 input {
	padding: 10px;
	*font-family: 'Century Schoolbook', Times, Times New Roman, serif;
	font-size: 18px;
	display: inline-block;
	position: relative;
	color: #333;
	width: 500px;
	max-width: 100%;
	*width: 100%;
	letter-spacing: 0.5px;
}

.message {
	width: 100%;
	display: inline-block;
	*margin: 9px auto;
	box-sizing: border-box;
}

.agreement {
	position: relative;
	display: inline-block;
	width: 500px;
	background-color: #333;
	height: 400px;
	overflow: auto;
	*text-align: left;
	margin: 9px auto;
	box-sizing: border-box;
}

.agreement p {
	padding: 18px;
	text-align: left;
	font-size: 16px;
}

.accept {
	width: 500px;
	max-width: 100%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin: 9px auto;
	*font-family: "Century Schoolbook", Times, Times New Roman, serif;
}

.message textarea {
	padding: 10px;
	*font-family: 'Century Schoolbook', Times, Times New Roman, serif;
	font-size: 18px;
	display: inline-block;
	position: relative;
	color: #333;
	width: 500px;
	max-width: 100%;
	*width: 100%;
	height: 300px;
	letter-spacing: 0.5px;
	font-family: Arial, sans-serif;
}

::placeholder {
	color: #AEAEAE;
}

::-ms-input-placeholder {
	color: #AEAEAE;
}

:-ms-input-placeholder {
	color: #AEAEAE;
}

::-webkit-input-placeholder {
	color: #AEAEAE;
}


.CaptchaWhatsThisPanel {
	display: none;
}

#CaptchaAnswer {
	padding: 10px;
}


/********** Gallery Start **********/
* {
  box-sizing: border-box;
}

.summary2 .row > .summary2 .column {
  padding: 0 8px;
}

.summary2 .row:after {
  content: "";
  *display: table;
  display: inline-block;
  clear: both;
  text-align: center;
}

.summary2 .column {
  *float: left;
  *width: 25%;
  width: 215px;
  height: 150px;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 72px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 999999;
}

/* Modal Content */
.modal-content {
  position: relative;
  *background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 75%;
  *max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.summary2 .prev,
.summary2 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.summary2 .prev:hover,
.summary2 .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: #000;
}

.summary2 img {
  margin-bottom: -4px;
}

.summary2 .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.summary2 .demo {
  opacity: 0.6;
}

.summary2 .active,
.summary2 .demo:hover {
  opacity: 1;
}

.summary2 img.hover-shadow {
  transition: 0.3s
}

.summary2 .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/********** Gallery Stop **********/


/********** Inventory **********/

.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#336447 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #336447 !important; color:#fff !important;}

/* ---- Parts ----- */
.parts-listing-container .parts-button{background: #336447 !important; color:#fff !important;}
.parts-listing-container .parts-button:hover{background:#000 !important; color:#fff !important}
	
#part-detail-content .part-detail-additional-data .data-row .data-label{background:#000 !important; color:#fff !important;}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#336447 !important; color:#fff !important;
}

/********** Footer **********/
.footing {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background-color: #336447;
	box-sizing: border-box;
}

.divfooter {
	width: 80%;
	margin: 20px auto;
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

.footerlink {
	color: #fff;
}

/************************************************ Responsive Styles **/
@media screen and (max-width: 1500px){
	.slideshow .tag-line {
		margin: 11% auto;
	}
	
	.slideshow .tag-line h1 {
		font-size: 100px;
		line-height: 100px;
	}
	
	.summary1 .summary2 {
		width: 85%;
	}
	
	.summary1 .summary3 {
		width: 85%;
	}
}
@media screen and (max-width: 1360px) {
	.heading .left {
		width: 200px;
		margin: 20px 0px 0px 20px;
	}
	.heading .right .top {
		width: auto;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 1280px){
	
	.heading .right .top p {
		font-size: 16px;
	}
	
	.heading .right .top .icon {
		width: 26px;
	}
	
	.slideshow .tag-line {
		margin: 10% auto;
	}
	
	.slideshow .tag-line h1 {
		font-size: 84px;
		line-height: 84px;
	}
	
	.summary1 .summary2 {
		width: 90%;
	}
	
	.summary1 .summary3 {
		width: 90%;
	}
	.search-overlap{
		margin: 0;
		z-index: 99;
	}

	form#quick_search{
		max-width:1200px;
		margin: auto;
		display: flex;
	}
	h3.search-title {font-size: 24px; padding:0 0 .5% 0; font-weight: 800; text-align: left;}
}


@media screen and (max-width: 1024px){
	.heading {
		display: none;
	}
	
	.mobile-heading {
		display: inline-block;
	}
	
	.mobile-heading .icon {
		height: 28px;
		margin: 5px 30px;
	}
	
	.mobile-heading .logo {
		width: 275px;
	}
	
	.slideshow {
		margin-top: 0px;
	}
	
	.slideshow .tag-line {
		margin: 8% auto;
		padding: 20px;
	}
	
	.slideshow .tag-line h1 {
		font-size: 60px;
		line-height: 60px;
	}
	
	.summary1 .summary2 {
		width: 90%;
	}
	
	.summary2 ul li {
		font-size: 14px;
		margin: 12px;
	}
	
	.summary2 .map {
		height: 235px;
	}
	
	.summary1 .summary3 {
		width: 90%;
	}
	.col-1-2 { width: 100%; box-sizing:border-box; padding:2% 1%;}
	.page-container{width: 95%;}
}
	

@media screen and (max-width: 770px) {
	.heading {
		display: none;
	}
	
	.mobile-heading {
		display: inline-block;
	}
	
	.mobile-heading .icon {
		height: 26px;
		margin: 5px 24px;
	}
	
	.mobile-heading .logo {
		width: 235px;
	}
	
	.slideshow {
		margin-top: 0px;
	}
	
	.slideshow .tag-line {
		margin: 8% auto;
		padding: 20px;
	}
	
	.slideshow .tag-line h1 {
		font-size: 32px;
		line-height: 32px;
	}
	
	.summary1 .summary2 {
		width: 90%;
		margin: 36px auto;
		padding: 20px;
	}
	
	.summary2 h1 {
		font-size: 36px;
	}
	
	.summary2 ul li {
		width: 100%;
		font-size: 16px;
		margin: 12px auto;
	}
	
	.summary2 .map {
		height: 235px;
	}
	
	.summary1 .summary3 {
		width: 90%;
		margin: 36px auto;
		padding: 20px;
	}
	form#quick_search{flex-wrap: wrap;}
	form#quick_search input[type=text]{width:100%; padding: 3% 2%;}
	form#quick_search input[type=submit]{width:100%; padding: 3% 2%;}
	a.grn-btn{width:80%;}
	
}