/* CSS Document */
@font-face {
  font-family: ostrichm;
  src: url(../ostrichm.ttf); }

@font-face {
  font-family: ostrichb;
  src: url(../ostrichb.ttf); }

html, body {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  min-height: 100%;
  background-color: #f0f0f0;
}

p {
  color: #7e6353;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  font-family: 'Lato', sans-serif;
  color: #6c9938;
  font-size: 22px;
}

h2 {
  font-family: 'Roboto', sans-serif;
  color: #413127;
  font-size: 16px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 30px;
}

a {
  color: inherit;
  text-decoration: none;
}

h3 {
font-size: 22px !important;
font-weight: 700 !important;
}

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #313131;
}
#content span {
  color: #1D7345;
}
a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.holder, #holder {
  display: block;
  width: 80%;
  margin: 0 auto;
  clear: both;
  position: relative;
}

#holder {
  background-color: #ededed;
}

header {
  position: relative;
  min-height: 400px;
  height: auto;
}

header .holder {
  position: absolute !important;
  width: 80% !important;
  left: 50% !important;
  margin-left: -40% !important;
  z-index: 999 !important;
}

#slider {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
}

#bxslider div img {
  display: block !important;
  width: 100% !important;
  min-height: 400px !important;
}

#logo {
  width: auto;
  height: 151px;
  position: absolute;
  top: 40px;
  background-color: white;
  padding: 5px;
  -moz-box-shadow: 0 0 5px #625e57;
  -webkit-box-shadow: 0 0 5px #625e57;
  box-shadow: 0 0 5px #625e57;
}
#logo img {
  height: 100%;
}

#navsoc {
   padding: 10px;
  position: relative;
 overflow: hidden;  margin-top: 20px;
  background-color: #f0f0f0;
  width: 280px;
  -moz-box-shadow: 0 0 5px #625e57;
  -webkit-box-shadow: 0 0 5px #625e57;
  box-shadow: 0 0 5px #625e57;
}

nav {
  width: 280px;
}

nav ul {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  padding-bottom: 0px;
}

nav ul li {
  font-family: 'Roboto', sans-serif;
  color: #1d7245;
  list-style: none;
  margin-bottom: 1px;
  -webkit-transition: all .45s ease;
     -moz-transition: all .45s ease;
      -ms-transition: all .45s ease;
       -o-transition: all .45s ease;
          transition: all .45s ease;
}

nav ul li a {
  display: block;
  padding: 10px;
  font-size: 16px;
}

nav ul li:hover, .on {
  background-color: #1d7345;
  color: #f0f0f0;
}

nav ul li a:hover {
  text-decoration: none;
}

nav p {
  color: #545454;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#topbar {
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

#contact {
  width: 100%;
  padding-top: 20px;
}

#contact h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 100;
  line-height: 120%;
  color: #7e6353 !important;
}

#callback {
  width: 100%;
}


#callback form {
  display: block;
  background-color: #1d7345;
  padding: 12px;
}

#callback form input {
  width: 100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-family: 'Roboto', sans-serif;
  background-color: #155a35;
  padding: 14px;
  border: 1px solid #0c321e;
    border-right: 1px solid #66937b;
    border-bottom: 1px solid #66937b;
    color: #b1a996;
    font-size: 12px;
    -webkit-transition: all .75s ease;
     -moz-transition: all .75s ease;
      -ms-transition: all .75s ease;
       -o-transition: all .75s ease;
          transition: all .75s ease;
}

#callback form input:hover {
  background-color: #0f4327;
}

#callback h3 {
  font-family: 'Roboto', sans-serif;
  color: #30453a;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 120%;
}

#submit {
  background: url(../images/submit.png) no-repeat center top !important;
  width: 44px !important;
  height: 44px !important;
  font-size: 0px !important;
  border:none !important;
  position: relative;
  top: 5px;
  margin-left: 15px;
  left: -10px;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all .75s ease;
     -moz-transition: all .75s ease;
      -ms-transition: all .75s ease;
       -o-transition: all .75s ease;
          transition: all .75s ease;
}

#submit:hover {
  left: -5px;
}

#holder p {
  text-align: justify;
}

#gallery {
  background-color: #b1a996;
  height: 368px;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 40px;
}

#gallery img {
  width: calc(20% - 1px);
  float: left;
  display: block;
  margin-right: 1px;
}

#gallery img:last-child {
  margin-right: 0px;
}

.leftcol {
  width: 310px;
  float: left;
  position: relative;
  top: -200px;
  padding-bottom: 30px;
}

.rightcol {
  float: right;
  width: calc(100% - 330px);
  padding-bottom: 30px;
}

footer {
  position: relative;
  min-height: 404px;
  background: url(../images/foot.jpg) no-repeat center bottom;
}

#content ul li {
  color: #1d7245;
}
#content h2 {
  color: #1D7345;
  margin-top: 20px;
  font-size: 1.5em;
}
#content h3 {
  color: #1D7345;
}
footer p {
  position: absolute;
  color: #1d7245;
  bottom: 0px;
  right: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

#systems ul {
  display: block;
  background-color: #1d7345;
  float: left;
  width: 100%;
  padding: 20px;
}

.rightcol ul:nth-child(2) {
}

#systems ul p {
  font-family: 'ostrichb', sans-serif;
  color: #f0f0f0;
  font-size: 30px;
}

#systems ul li {
  color: #f0f0f0;
  list-style: none;
}

.test {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 5px #1d7245;
}

.test p {
  font-size: 12px;
  font-style: italic;
}
.testintro {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 5px #1d7245;
}

.testintro p {
  font-size: 18px;
}

#systems {
  float: right;
  width: 250px;
  overflow: hidden;
}

#content {
  float: left;
  width: 100%;
}

#social {
  padding: 0px 10px;
  overflow: visible;
  z-index: 100;
  position: relative;
  margin-left: 50%;
  width:220px;
}

#social img {
  width: 50px;
  margin-bottom: 3px;
  margin-right: 8px;
}

#social img:hover {
  opacity: 0.5;
}

#contact p {
  text-align: center;
}

.service {
  padding: 10px;
  border: solid 1px #1d7245;
  margin-bottom: 20px;
  overflow: hidden;
}

.service h2 {
  font-family: 'Roboto', sans-serif;
  color: #1d7245;
  font-size: 22px;
}

.service img {
  display: block;
  float: left;
  margin-right: 20px;
  width: 300px;
  height: 200px;
}

.ul2 li {
  list-style: square !important;
  margin-left: 15px !important;
  font-style: italic;
}

#suppliers {
  padding: 10px;
  position: absolute;
  border: solid 1px #5b5b5b;
  background-color: #ffffff;
  bottom: 20px;
  left: 20px;
  opacity: 0.9;
}

.imgright {
  float: right;
  margin-left: 20px;
}

ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}


























/*if our browser is a max of 440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 455px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/
#holder p {text-align: left}
#holder ul {margin:0!important;}
#contact h3, #contact p {font-size:14px!important;}
.rightcol p img {max-width:100%;}
#social {
  width:100%;
  margin:0;
}

.leftcol {
  float: none;
  display: block;
  width: 100%;
  margin-top: -200px;
  top: 0px;
}
nav {
  width: 100%;
}
#navsoc {
  width: 100%;
  margin-top: 0px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box
}
#callback {
  display: none;
}
nav ul li {
  text-align: center;
}
#contact {
}
#contact img {
  display: none;
}
#contact p {
  display: none;
}
.rightcol {
  float: none;
  display: block;
  width: 100%;
}
nav ul li a {
  padding: 5px;
}
#gallery {
  display: none;
}
#footer {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
#logo {
  top: 20px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box
}
#logo img {
  max-width: 342px;
  width: 100%;
  height: auto;
}
#content img {
  max-width: 100%;
  display: block;
}
#slider {
  display: none; 
}
}



































/*if our browser is a max of 840px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 855px) {
  
/*remove the css below and put your own overwrites in for a 840px wide or less monitor*/


#gallery img:nth-child(4) {

display:none;
}
#gallery img:nth-child(5) {

display:none;
}

#gallery img:nth-child(4) {

display:none;
}
#gallery img {

min-height: 100% !important;
width: 33.2% !important;
}




}
@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */
