@charset "utf-8";
/* CSS Document */

/***** 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	box-sizing: border-box;
}

body {
	background:url("../siteart/concrete_seamless.png") repeat!important;
	overflow-x: hidden;
	line-height: 1.8;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.width {width: 90%; max-width: 1300px; margin: 0 auto; z-index: 1; position: relative;}

#icon-padding {
	padding-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

a {
	-webkit-transition: all .25s ease-in;  
	-moz-transition: all .25s ease-in;  
	-o-transition: all .25s ease-in; 
	transition: all .25s ease-in;
}

/* ===== HEADER STYLES =====*/

header {
	background:url("../siteart/header-image.png") no-repeat;
	width: 100%;
	height: auto;
	display: inline-block!important;
	background-size: cover;
	background-position: center center;
}

#heading {
	color: #fff;
	font-weight: 100;
	font-family: 'Merriweather', sans-serif;
	font-style: italic;
	padding-top: 10px;
	text-shadow: 1px 1px rgba(0,0,0,.3);
	font-size: 15px;
	width: 100%;
	letter-spacing: 1;
}

header p {
	font-family: 'Asap', sans-serif;
	font-size: 12.5px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 1px 1px rgba(0,0,0,.3);
	font-weight: bold;
}

header ul li {
	display: inline-block;
	vertical-align: middle;
}

.header-left {
	float: left;
	padding-top: 60px;
	padding-bottom: 30px;
	width: 45%;
}

.logo {
	max-width: 100%;
	height: auto;
}

.logo img {
	max-width: 500px;
	width: 100%;
}

.header-right {
	float: right;
	padding-top: 140px;
	width: 55%;
	text-align: right;
}

#location, #phone {
	display: inline;
	text-shadow: 1px 1px rgba(0,0,0,.2);
}

#location {
	padding-right: 10px;
}

#location img, #phone img {text-shadow: 1px 1px rgba(0,0,0,.2);
}

#location img:hover, #phone img:hover {transition: all .2s ease-in;}

/* ===== MAIN IMAGE SECTION ===== */

.main-image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

#main-image {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

#image-width {width: 85%; margin: 0 auto;}

/* ===== INVENTORY SEARCH BUTTON STYLES ===== */

.inventory-search {
	width: 100%;
	position:absolute;
	bottom: 85px;
	display: flex;
	justify-content: center;
	align-content: center;
}

.btnwrap {
	display:block;
	width: 300px;
	margin:0 auto;
}

.inventory-btn {
	color: #fff;
	z-index: 50;
	position: relative;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
  	background:rgba(2, 85, 44,.6);	  	
	padding: 10px 20px;
	width: 75%;;
	border-radius: 10px 0 0 10px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
	float: left;
	letter-spacing: 1px;
	text-align: center;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.3);
}

.searchbtn{
	  font-size:20px;
	  position:relative;
	  width:24%;
	  float: left;
	  padding: 5.5px;
	  text-align:center;
	  text-decoration:none;
  	  background:rgba(2, 85, 44,.6);	  
	  color:white;
	  border-radius:0 10px 10px 0;
	  -webkit-transition: background-color 250ms ease-out, ;
	  -moz-transition: background-color 250ms ease-out;
	  -o-transition: background-color 250ms ease-out;
	  transition: background-color 250ms ease-out;
	  z-index: 55;
	  cursor: pointer;
	  margin-left: 2px;
	  box-shadow: 0 4px 2px -2px rgba(0,0,0,.3);
	}

.inventory-btn:hover {
	background-color:#02552c;
	transition:background-color 500ms linear;
}

.searchbtn:hover{ 
	  background-color:#02552c;
	  transition:background-color 500ms linear;
	}

.searchform{
 margin:0 auto;
 display:none;
 background:rgba(2, 85, 44,.6);
 padding:12px 30px;
 width: 100%;
 text-align:center;
 position:absolute;
 transition:background-color 500ms linear;
 margin-top: 58px;
 font-family: 'Asap', sans-serif;
 box-shadow: 0 4px 2px -2px rgba(0,0,0,.3);
}
.searchform button {cursor: pointer;}

.searchfield{
 border:none;
 padding:2px 0;
 background:none;
 color:white;
 outline:none;
 border-bottom:1px solid #dadada;
 width:80%;
 font-size:14px;
 font-family: 'Asap', sans-serif;
 letter-spacing: .5px;
 text-transform: uppercase;
}

input::-webkit-input-placeholder {
 color: rgba(255,255,255,0.8);
}

.submitbtn{
 background:none;
 border:none;
 font-size:16px;
 color:white;
} 

/* ===== WELCOME SECTION ===== */

.welcome {
	padding: 3em 5%;
}

.welcome p {
	text-align: center;
	font-family: 'Merriweather', sans-serif;
	font-size: 12.5px;
}

.welcome h2 {
	font-family: 'Asap', sans-serif;
	color: #02552c;
	font-weight: bolder;
	text-align: center;
	line-height: 36px;
	letter-spacing: 1px;
	text-shadow: 1px 1px rgba(0,0,0,.2);
}

.welcome h2, .contact-wrapper h2, .thank-you h2  {
	font-family: 'Asap', sans-serif;
    color: #02552c;
    font-weight: bolder;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
}

/* ===== BANNER SECTION ===== */

.banner {
	background: linear-gradient(to bottom, #02552c 0%, #006634 100%);
	-moz-background: linear-gradient(to bottom, #02552c 0%, #006634 100%);
	-o-background: linear-gradient(to bottom, #02552c 0%, #006634 100%);
	-webkit-background: linear-gradient(to bottom, #02552c 0%, #006634 100%);
	text-align: center;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
	padding: 10px;
}
.banner .banner-width img {
	display: inline-block; 
	vertical-align: middle;
}

.banner .banner-width {
	text-align: center;
	color: #fff;
	font-family: 'Merriweather', sans-serif;	
	font-size: 12.5px;
	text-shadow: 1px 1px rgba(0,0,0,.2);
	padding:5px 0 2px 0;
	display: inline-block; 
	vertical-align: middle;
}

.banner ul li {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

/* ===== CONTACT PAGE ===== */

.contact-wrapper {
	width: 80%;
	margin: 0 auto;
	padding: 60px 0px 60px 0px;
	font-family: 'Merriweather', sans-serif;	
}

.contact-wrapper p {
	font-size: 13px;
	text-align: center;
	padding-bottom: 20px;
}

/* ===== FORM STYLES =====*/

#formpage { vertical-align:top; margin: 0 auto; width: 100%; text-align: center;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	text-align: center;
	font-family: 'Asap', sans-serif;
	margin: 0 auto;
}

#form-title {
	text-align: left !important;
	font-size: 14px;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #dadada;
	font-size:13px;
	background:#fff;
	width:100%;
	margin-top: 5px;
	border-radius: 5px;
}

#formpage textarea {
	padding:6px 5px 10px;
	border:1px solid #dadada;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	width: 100%!important;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:50%; 
	float:left; 
	margin-right: 12px; 
	margin-top: 10px;
	margin: 0 auto;
	line-height: 2;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:100px;
	border-radius: 5px;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#ebebeb; 
	border:1px solid #abacac;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:190px;	
	display: inline-block;
    background: #357756; 
    color:#fff;
	padding: 10px 12px;
	font-size: 12px;
	text-decoration:none; 
	text-transform: uppercase;
	font-family: 'Asap', sans-serif;
	letter-spacing: 2px;
	font-weight: bolder;
	cursor: pointer;
	border-radius: 7px;
}
#formpage input.button:hover {
	display: inline-block;
    color:#fff;
	background: #02552c;
	padding: 10px 12px;
	font-size: 12px;
	text-decoration:none; 
	font-family: 'Asap', sans-serif;
	transition: all .2s ease-in;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */
#formpage .captcha .CaptchaWhatsThisPanel a {text-align: center !important;}

.CaptchaPanel {margin:0 auto!important; padding:0 0 0 0!important; line-height:normal!important; color:#000; width: 20%; text-align: center;}

.CaptchaImagePanel {
margin: 0 auto;	
text-align: center !important;	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {color:#000; text-align: center !important;}

.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/* ===== THANK YOU PAGE STYLES ===== */

.thank-you {
	width: 70%;
	margin: 0 auto;
	padding: 60px 0px 60px 0px;
}

.thank-you p {
	font-family: 'Merriweather', sans-serif;
	font-size: 13px;
	text-align: center;
}

/* ===== SCROLLING INVENTORY BANNER ===== */
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/* ===== FOOTER STYLES ===== */
footer {
	font-family: 'Asap', sans-serif;
	background: linear-gradient(to bottom, #02552c 0%, #006634 100%);
	-moz-background: linear-gradient(to bottom, #02552c 0%, #006634 100%);
	-o-background: linear-gradient(to bottom, #02552c 0%, #006634 100%);
	-webkit-background: linear-gradient(to bottom, #02552c 0%, #006634 100%);
	width: 100%;
	display: inline-block!important;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	letter-spacing: 1px;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}

footer h3 {
	font-weight: 600;
	padding-bottom: 15px;
	letter-spacing: 2px;
	font-size: 17px;
}

footer a {
	text-decoration: none;
	color: #fff!important;
}

footer a:hover {
	font-weight: 600!important;
	font-size: 11.5px;
	transition: all .25s ease-in;
}

footer ul li {
	font-size: 12px;
}

.footer-left {
	float: left;
	width: 33.33%
}

.footer-middle {
	float: left;
	width: 33.33%;
	text-align: center;
}

.footer-right {
	float: right;
	width: 33.33%;
	text-align: right;
}

#site-host {
	font-size: 10px;
	line-height: 2;
}


/* ===== MEDIA QUERIES (RWD) ===== */
@media screen and (max-width: 1370px) {
	.CaptchaPanel {width: 75%;}
}

@media screen and (max-width: 1045px) {
	body .full .inner-wrap {max-width: 100%!important;}
}

@media screen and (max-width: 1024px) {
	header ul li p {display: none;}
	#location {padding-right: 5px;}
	#image-width {width: 100%;}
	#heading {font-size: 14px;}
	.header-left {width: 60%;}
	.header-right {width: 40%;}
}

@media screen and (max-width: 890px) {
	.banner .banner-width {font-size: 11px;}
	.formfield {width: 100%;}
	.contact {width: 100%;}
	.welcome h2 {font-size: 20px; line-height: 30px;}
	.footer-left {width: 100%; float: none; text-align: center; margin-bottom: 50px;}
	.footer-middle {width: 100%; float: none; text-align: center;}
	.footer-right {display: none;}
}

@media screen and (max-width: 780px) {
	.banner-width {width: 85%; margin: 0 auto;}
	.banner {padding-bottom: 10px;}
	.inventory-search {bottom: 75px;}
	.inventory-btn {font-size: 14px;}
	.searchbtn {padding: 4.5px;}
	.searchform {margin-top: 52px;}
	.header-right {padding-top: 120px;}
	.header-left {padding-top: 45px;}
	#heading {font-size: 12px;}
}

@media screen and (max-width: 600px) {
	#quick-search-wrap form .button {width: 40px; height: 40px; background-size: 18px 18px;}
	#quick-search-wrap form input {font-size: 14px; width: 180px;}
	#quick-search-wrap {top: 80%;}
	.header-right {width: 16%;}
	.header-left {width: 76%;}
}


@media screen and (max-width: 414px) {
	.welcome h2 {font-size: 16px; line-height: 26px;}
	.hosted-content #listings-title {font-size: 1.5rem!important;}
	.searchform {padding: 12px 20px;}
	.inventory-btn {font-size: 13px; padding: 9px 20px;}
	.searchbtn { font-size: 18px;}
	.searchform {margin-top: 47px}
	
}

@media screen and (max-width: 350px) {
	.inventory-search {display: none;}
	#heading {font-size: 10px;}
	.header-right {width: 20%;}
}
