﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/
/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

/*===================== 
		Fonts
=======================*/
/*===================== 
	base styles 
=======================*/
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  font-family: 'Source Sans Pro', sans-serif !important;
  margin: 0;
  padding: 0;
  background: url("../siteart/bricks.jpg") repeat !important;
  color: #000;
  overflow-x: hidden;
}

svg:not(:root) {
  overflow: hidden;
  /*reset*/
}

/* clear floats */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.clear {
  clear: both;
}

/*image replacement*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  height: 0;
}

img {
  border: 0;
  max-width: 100%;
}

/*===================== 
	typography 
=======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0 0 2% 0;
  font-weight: 700;
  line-height: 1.5em;
  color: #009331;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 2% 0;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  color: #686868;
}

p.italicstuff {
  text-align: center;
  font-style: italic;
  width: 100%;
  padding-bottom: 0;
}

strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

/*===================== 
	link styles 
=======================*/
a.link:focus {
  outline: thin dotted;
  /*reset*/
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.appbutton {}

.appbutton a {
  background: #38b749;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

.appbutton a:hover {
  background: #262626;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

/*===================== 
	list styles 
=======================*/
ul.list {
  margin: 0;
  padding: 0 0 5% 7%;
}

ul.list li {
  font-size: 16px;
}

/*===================== 
	header styles 
=======================*/
.navbar {
  background: url("../siteart/navback.jpg") repeat;
  width: 100%;
  position: relative;
}

.header {
  width: 100%;
  z-index: 100;
  margin: 0;
  background: #FFF;
  padding: 20px 0 0 0;
}

.headerwrap {
  width: 96%;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.headlogo {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
}

.headlogo img {	
   width: 160px;
}

.internal .headlogo {
  margin-right: 0;
  margin-left: 30px;
}

.headright {
  float: right;
  width: 25%;
  text-align: right;
}

.headright p {
  border-bottom: 5px solid #009331;
  padding: 0;
  margin-bottom: 2%;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 24px;
}

.headright p span {
  color: #009331;
  display: block;
  font-weight: 900;
}

.headphone,
.heademail {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 2%;
  font-weight: 700;
}

.headphone,
.headphone a {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 24px;
  color: #009331 !important;
}

.headphone:hover,
.headphone:hover a {
  color: #009331 !important;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.heademail {
  font-family: 'Source Sans Pro', sans-serif !important;
  padding: 8px 0;
  text-align: center;
  background: #009331;
  width: 150px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
}

.heademail a {
  display: block;
}

.heademail:hover {
  background: #009331;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.navbar {
  background: #009331;
  margin-top: 20px;
}

/*===================== 
	content styles 
=======================*/
.wrapper {
  width: 96%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.internal {
  padding: 2% 0;
  background: url("../siteart/light_checkered_tiles75.png"), #fff;
}

.service .internal {
  padding: 4% 0;
}

.service .internal .headerwrap {
  flex-direction: row-reverse;
}

.internal .headlogo img {
  width: 250px;
}

.internal h2 {
  padding-bottom: 0;
}

.listed {
  padding: 0 !important;
}

.benefits {
  margin: 0 0 2% 0;
}

.benefits li {
  font-size: 18px;
  margin: 4px 0;
  color: #686868;
}

.centered {
  text-align: center;
}

/*===================== 
	slideshow styles 
=======================*/
.heroslider {
  position: relative;
}

.heroslider img {
  width: 100%;
}

/*.slidetext{position:absolute;top:35%;left:0;width:25%;padding:2%;background:rgba(205,205,205,0.9);text-align:center;}
.slidetext h2{color:#009331;font-size:32px;line-height:1.1em;padding:0;}
.slidetext p{color:#545454;font-size:20px;}
.slidetext a{display:inline-block;zoom: 1;*display: inline;padding:8px 0;width:45%;margin:0 2%;background:#009331;text-align:center;color:#fff;font-weight:400;font-size:16px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-box-shadow:2px 4px 5px rgba(0,0,0,0.4);-webkit-box-shadow:2px 4px 5px rgba(0,0,0,0.4);box-shadow:2px 4px 5px rgba(0,0,0,0.4);}
.slidetext a:hover{background:url("../siteart/navback.jpg") repeat-x;color:#009331;-webkit-transition:.2s ease-in;-moz-transition:.2s ease-in;-o-transition:.2s ease-in;transition:.2s ease-in;}*/
/*===================== 
	welcome styles 
=======================*/
.welcome h3 {
  color: #a4a4a4;
  font-weight: 400;
  padding: 0;
  line-height: 1em;
}

.welcome h1 {
  color: #009331;
  line-height: 1.2em;
}

.welcome p {
  color: #fff;
}

.welcome {
  position: relative;
  padding: 4% 0;
  background: url("../siteart/concrete_wall.jpg") repeat;
  margin-top: -5px;
  background-color: #000;
}

.welcomeleft,
.welcomeright {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.welcomeleft {
  width: 50%;
  margin-right: 5%;
  position: relative;
}

.welcomeright {
  width: 44%;
}

.linkbutton {
  float: left;
  text-align: center;
  background: #009331;
  width: 40%;
  margin-right: 4%;
  padding: 5px 0;
  font-weight: 700;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
}

.linkbutton h4 {
  color: #000;
  padding: 0;
  font-size: 18px;
}

.linkbutton:hover {
  cursor: pointer;
  background: #fff;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.linkbutton:hover h4 {
  color: #333;
}

#reversed {
  background: #fff;
}

#reversed h4 {
  color: #333;
}

/*===================== 
	quicklink styles 
=======================*/
.quicklinks {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.linkbox {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  border: 2px solid #fff;
  width: 44%;
  margin: 2%;
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
  height: 120px;
  overflow: hidden;
}

.linktitle {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 90%;
  left: 5%;
  right: 5%;
  z-index: 92;
}

#allinv {
  width: 93.5%;
}

#allinv .linktitle {
  width: 70%;
  left: 15%;
  right: 15%;
}

.linktitle h3 {
  color: #fff;
  font-weight: 900;
  border-bottom: 3px solid #009331;
  padding-bottom: 4px;
}

.linktitle p {
  color: #fff;
  padding: 0;
  line-height: 1.3em;
}

.overlay {
  position: absolute;
  z-index: 91;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(62, 62, 62, 0.5);
}

.linkbox img {
  display: block;
}

.linkbox:hover .overlay {
  background: rgba(0, 147, 59, 0.8);
}

.linkbox:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
  transition: .2s ease-in;
}

.linkbox:hover .linktitle {
  width: 94%;
  left: 3%;
  right: 3%;
}

.linkbox:hover .linktitle h3 {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.linkbox:hover .linktitle p {
  color: #fff;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  -ms-transition: .4s ease-in;
  transition: .4s ease-in;
}

/*===================== 
	mapblock styles 
=======================*/
.mapblock {
  position: relative;
}

.mapblock iframe {
  height: 350px;
}

/*===================== 
	Form styles 
=======================*/
#headinternal {
  margin: 10px 0;
  padding-bottom: 0;
}

.commentbox {
  width: 98%;
}

#formpage .half {
  width: 48%;
  margin-right: 2%;
  float: left;
}

#formpage .half strong,
#formpage .commentbox strong {
  font-weight: normal;
}

.captchabox {
  width: 80%;
  margin: 0 auto;
}

#formpage {
  padding: 2% 0;
}

form {
  margin: 0 0 0;
}

#formpage label {
  display: block;
  font-size: 16px;
  padding-top: 4%;
  width: 100%;
}

#formpage input {
  font-family: 'Source Sans Pro', sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 98%;
  margin-bottom: 10px;
}

#formpage input:focus {
  border: #2885b3 solid 1px;
}

#formpage select {
  font-family: 'Source Sans Pro', sans-serif;
  border: #999999 solid 1px;
  padding: 1%;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}

#formpage textarea {
  font-family: 'Source Sans Pro', sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 98%;
}

#formpage .sendbutton {
  background: #009331;
  color: #fff;
  padding: 5px 0;
  font-weight: 900;
  font-size: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
  border: none;
}

#formpage .sendbutton:hover {
  background: #009331;
  cursor: pointer;
  color: #fff;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  border: none;
}

/*===================== 
	inventory styles 
=======================*/
.scrollinginventory {
  padding: 5px 0;
  background: #fff;
}

.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}


/*===================== 
	contact styles 
=======================*/
#contactleft,
#contactright {
  vertical-align: top;
}

#contactleft {
  padding: 0;
}

#contactright h3,
.locationhero h3 {
  padding: 0;
}

#contactright iframe,
.locationhero iframe {
  height: 400px;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

/*===================== 
	footer styles 
=======================*/
.pagebottom {
  background: #009331;
  padding: 40px 0 20px 0;
  text-align: center;
}

.pagebottom p {
  color: #545454;
  font-size: 18px;
}

.footerlogos {
  margin: 0 auto;
}

.footerlinks {
  margin: 2% 0;
}

.footerlinks a {
  display: inline-block;
  zoom: 1;
  display: inline;
  vertical-align: middle;
  margin: 0 20px;
  color: #000;
  font-weight: 700;
}

.footerlinks a:hover {
  color: #ffffff;
}

footer {
  margin: 0 auto;
  width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: none;
  font-size: 11px;
  color: #000;
  border-bottom: none;
}

a.footerlink:hover {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

.footertext {
  font-size: 11px;
  color: #000;
}

.smallfootertext {
  font-size: 11px;
  color: #000;
}

.divfooter {
  margin: 2% auto;
  text-align: center;
}

/*===================== 
	shop styles 
=======================*/
#hs-main-content {
  width: 96%;
  max-width: 1480px;
  margin: 0 auto;
}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1560px) {
  .wrapper {
    width: 92%;
  }

  .half strong,
  .commentbox strong {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .headlogo {
    max-width: 450px;
  }

	
  .headright {
    width: 30%;
  }

  .headright p,
  .headphone,
  .headphone a {
    font-size: 20px;
  }

  .linkbox {
    height: 100px;
  }

  .linkbutton h4 {
    font-size: 16px;
  }

  .mapblock iframe {
    height: 340px;
  }

  #formpage .sendbutton {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .headright {
    width: 35%;
  }

  .linkbox {
    height: 85px;
  }

  .mapblock iframe {
    height: 300px;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    padding: 0 0 20px 0;
  }

  .headlogo {
    max-width: 400px;
    margin-top: 60px;
  }

  .headright {
    width: 40%;
    margin-top: 60px;
  }

  .navbar {
    position: absolute;
    top: 0;
    margin-top: 0;
    z-index: 1000;
  }

  .welcome {
    padding: 4% 0;
  }

  .welcomeleft {
    padding: 0 0 3% 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .welcome h1 {
    padding-bottom: 1%;
  }

  .linkbutton {
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0 2%;
  }

  .welcomeright {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  #formpage {
    text-align: left;
    padding: 0;
  }

  #formpage .half {
    margin: 0 1%;
  }

  #formpage .commentbox {
    margin-left: 1%;
  }

  #contactright {
    text-align: center;
    width: 100%;
    margin-top: 4%;
  }

  #contactright iframe,
  .locationhero iframe {
    height: 300px;
  }

  #contactright h3,
  #contactright p {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .wrapper {
    width: 100%
  }
}

@media screen and (max-width: 800px) {
  .headlogo {
    max-width: 320px;
  }

  .headright {
    width: 42%;
  }

  .heademail {
    padding: 6px 0;
    width: 100px;
    font-size: 14px;
  }

  .headright p,
  .headphone,
  .headphone a {
    font-size: 18px;
  }

  .linkbutton h4 {
    font-size: 14px;
  }

  .welcomeright {
    width: 96%;
  }

  .mapblock iframe {
    width: 100%;
    height: 250px;
  }

  .pagebottom {
    padding: 30px 0 15px 0;
  }

  .footerlinks a {
    margin: 0 10px;
    font-size: 15px;
  }

  .internal {
    padding: 4% 0;
  }

  .internal h2,
  .internal p,
  .internal h3 {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 14px;
  }

  .headlogo,
  .headright {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .headlogo {
    max-width: 400px;
    margin-top: 60px;
  }

  .headright {
    margin-top: -5px;
  }

  .headright p {
    border: none;
    margin-bottom: 5px;
  }

  .welcome {
    padding: 6% 0;
  }

  .welcomeright {
    width: 100%;
  }

  .linkbox {
    height: 80px;
  }

  .linkbox:hover .linktitle p {
    border-top: 2px solid #009331;
  }

  .linkbutton {
    width: 45%;
  }

  .footerlinks a {
    display: block;
    margin: 2px 0;
  }

  #formpage .half,
  #formpage .commentbox {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  #contactright iframe,
  .locationhero iframe {
    height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .linkbutton {
    width: 90%;
    margin: 2% auto;
  }

  .linkbox,
  #allinv {
    width: 98%;
    margin: 4% auto;
    display: block;
  }

  .linkbox img {
    width: 100%;
  }

  .half,
  .commentbox {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .welcomeright {
    margin-top: 4%;
  }

  .captchabox {
    width: 100%;
  }
}

/*! CSS Used from: https://www.benesservice.com/css/style.css?v=1.3 */

.blue {
  color: #009331;
}

h2.blue {}

.wrapper-inner {
  width: 80%;
  margin: 0 auto;
}

.xl-pad {
  padding: 80px 0;
}

.flex-row {
  display: flex;
}

.manu-box {
  flex: 1;
  border: 1px solid #009331;
  text-align: center;
  margin: 5px;
}

.manu-box img {
  padding: 20px 0;
  max-width: 225px;
}

.manu-box:hover {
  opacity: .7;
}

@media screen and (max-width: 1024px) {
  .wrapper-inner {
    width: 90%;
  }
}

@media screen and (max-width: 850px) {
  .xl-pad {
    padding: 65px 0;
  }

  .flex-row {
    display: block;
  }

  .manu-box {
    flex: 1;
    display: block;
    width: 100%;
    margin: 10px auto;
  }

  .manu-box img {
    padding: 20px 0;
    max-width: 225px;
  }

  .manu-box:hover {
    opacity: .7;
  }
}

.logowrap .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.logowrap .manus {
  padding: 15px 0;
  background: #ebebeb;
  text-align: center;
}

.logowrap .logz .container {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  WIDTH: 100%;
  BOX-SIZING: border-box;
}

.logowrap .manus a {
  display: block;
  width: 14%;
  box-sizing: border-box;
  padding: 15px 14px;
  pointer-events: none;
}

.logowrap .manus a img {
  max-width: 150px;
  height: 130px;
  object-fit: scale-down;
}

.logowrap .clear {
  clear: both;
}

@media screen and (max-width: 1300px) and (min-width: 901px) {
  .logowrap .container {
    padding: 0 25px;
  }

  .logowrap .manus a {
    width: 24%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) and (min-width: 796px) {
  .logowrap .container {
    padding: 0 25px;
  }

  .logowrap .manus a {
    width: 49%;
  }
}

@media screen and (max-width: 795px) and (min-width: 601px) {
  .logowrap .container {
    padding: 0 25px;
  }
}

@media screen and (max-width: 795px) {
  .logowrap .manus a {
    width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .logowrap .container {
    padding: 0 25px;
    FLEX-DIRECTION: COLUMN;
  }

  .logowrap .manus a {
    display: block;
  }
}