@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#serviceswrap {
  width: 100%;
  height: 100%;
  background-image: url(../images/straws.png);
  position: relative;
  box-shadow: inset 0px 0px 10px #b7b7b7; }
  @media (max-width: 960px) {
    #serviceswrap {
      height: 100%;
      text-align: center; } }
  #serviceswrap .services960 {
    max-width: 960px;
    height: 320px;
    margin: 0 auto; }
    @media (max-width: 960px) {
      #serviceswrap .services960 {
        height: 100%;
        width: auto;
        text-align: center; } }
  #serviceswrap .serviceline {
    max-width: 960px;
    height: 2px;
    background-color: #bbbdc0;
    margin-top: 105px;
    position: relative;
    z-index: 1; }
    @media (max-width: 960px) {
      #serviceswrap .serviceline {
        height: 0;
        width: 100%; } }
  #serviceswrap .row {
    min-width: 100%;
    width: auto;
    min-height: 120px;
    height: auto;
    text-align: center;
    clear: both;
    display: table;
    position: relative;
    top: -48px;
    z-index: 1; }
    @media (max-width: 960px) {
      #serviceswrap .row {
        width: 100%;
        float: none;
        height: auto;
        text-align: center; } }
    #serviceswrap .row img {
      max-width: 100%; }
    #serviceswrap .row .icon {
      transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transition: transform .35s ease-in-out;
      width: 88px;
      height: 100px;
      float: left;
      margin-right: 49px; }
      #serviceswrap .row .icon:hover {
        transform: scale3d(1.15, 1.15, 1.15);
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        -moz-transform: scale3d(1.15, 1.15, 1.15);
        -o-transform: scale3d(1.15, 1.15, 1.15);
        -ms-transform: scale3d(1.15, 1.15, 1.15); }
      #serviceswrap .row .icon:last-child {
        margin-right: 0px; }
      @media (max-width: 960px) {
        #serviceswrap .row .icon {
          text-align: center;
          width: 100%;
          margin-bottom: 35px;
          margin-right: 0;
          float: none; } }
      #serviceswrap .row .icon:nth-child(4) {
        float: left;
        position: relative;
        top: -20px;
        margin-right: 49px;
        width: 135px; }
        @media (max-width: 960px) {
          #serviceswrap .row .icon:nth-child(4) {
            float: none;
            text-align: center;
            width: 175px;
            margin-right: 0;
            margin-top: 10px;
            margin: 0 auto 100px;
            top: auto; } }

.servicesjricon {
  width: 100%;
  height: 84px;
  position: relative;
  top: -42px;
  text-align: center;
  margin-bottom: -80px;
  z-index: 11; }
  .servicesjricon img {
    height: 84px;
    width: 84px; }

.main {
  margin-bottom: 60px; }
  .main h1 {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    display: block;
    font-size: 2.75em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    color: #58585b;
    padding-top: 25px;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 1em;
    color: #78a540; }
    @media (max-width: 600px) {
      .main h1 {
        padding: 0; } }
  .main .head2 {
    color: #58585b;
    font-size: 1.4em;
    font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px; }
  .main p {
    text-align: center;
    color: #58585b;
    font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    font-size: 1.1em;
    padding-bottom: 8px;
    padding-top: 5px; }

.simpleSliderWrapper {
  overflow: visible; }

.simpleSliderWrapper .simpleSlider {
  box-shadow: 0 6px 4px -2px #b7b7b7;
  min-width: 100%;
  width: auto;
  height: auto;
  display: table;
  margin: auto;
  clear: both;
  position: relative;
  overflow: hidden; }
  .simpleSliderWrapper .simpleSlider .slide {
    width: 100%;
    float: left;
    padding-top: 16.4285714286%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .simpleSliderWrapper .simpleSlider .sliderblurb {
    max-width: 350px;
    width: 35%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0px;
    left: 65%;
    margin: 0 auto;
    padding: 15px; }
    .simpleSliderWrapper .simpleSlider .sliderblurb .sliderblurbp {
      font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
      font-weight: normal;
      color: #ccc;
      font-size: .7em;
      line-height: 1.4em;
      padding-top: 2px;
      text-align: left;
      position: absolute;
      top: 20px; }
    .simpleSliderWrapper .simpleSlider .sliderblurb .header {
      position: absolute;
      top: 2px;
      color: #78a540; }
    @media (max-width: 730px) {
      .simpleSliderWrapper .simpleSlider .sliderblurb {
        display: none; } }

@media (max-width: 730px) {
  .simpleSliderWrapper .simpleSlider .slide {
    padding-top: 23.5714285714%; } }

@media (max-width: 500px) {
  .simpleSliderWrapper .simpleSlider .slide {
    padding-top: 30.7142857143%; } }

.texturebg {
  width: 100%;
  height: auto;
  background-image: url(../images/straws.png);
  padding-bottom: 50px;
  padding-top: 50px; }

.single p {
  font-size: 1.1em;
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 30px; }

.non-wp-page {
  width: auto;
  background: #fff;
  clear: both;
  text-align: center;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0px 5px 10px 2px #686868;
  padding: 50px; }
  .non-wp-page .btn {
    transition: background .35s ease-in-out;
    min-height: 35px;
    height: auto;
    width: 215px;
    color: white;
    padding: 10px;
    background: #78a540;
    border: 2px solid #50672b;
    border-radius: 5px;
    margin: 0 auto;
    display: block; }
    .non-wp-page .btn:hover {
      background: #50672b; }
  @media (max-width: 960px) {
    .non-wp-page {
      padding: 25px; } }
  .non-wp-page #galleria {
    min-height: 100px;
    margin-left: 3%; }
    @media (max-width: 960px) {
      .non-wp-page #galleria {
        margin-left: 5%; } }
    @media (max-width: 850px) {
      .non-wp-page #galleria {
        margin-left: 20%; } }
    @media (max-width: 600px) {
      .non-wp-page #galleria {
        margin-left: 12%; } }
  .non-wp-page h3 {
    margin-bottom: 15px;
    padding: 0 55px 0 55px;
    line-height: 1.5em; }
    @media (max-width: 500px) {
      .non-wp-page h3 {
        padding: 0 20px 0; } }
  .non-wp-page h1.trailing {
    font-size: 1.5em; }
  .non-wp-page h2 {
    padding: 0; }
  .non-wp-page .icon-over {
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
    padding-bottom: 60px; }
  .non-wp-page .header {
    position: relative;
    top: -25px;
    left: -25px;
    margin-bottom: -53px; }
    @media (max-width: 960px) {
      .non-wp-page .header {
        top: -13px;
        margin-bottom: -34px; } }
  .non-wp-page .feat-banner {
    position: relative;
    left: -50px;
    width: 112%;
    margin-bottom: 40px;
    border-bottom: 70px #78a540 solid; }
    .non-wp-page .feat-banner:after {
      content: '';
      width: 1000px;
      height: 70px;
      background: #78a540;
      position: absolute;
      top: 100%;
      left: 100%; }
    .non-wp-page .feat-banner a {
      display: block; }
      .non-wp-page .feat-banner a #featured-logo {
        position: absolute;
        width: 55px;
        height: auto;
        top: 83%;
        left: 50%;
        margin-left: -30px; }
    .non-wp-page .feat-banner span {
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      position: absolute;
      color: #fff;
      left: 50%;
      display: block;
      bottom: -55px;
      font-size: 1.25em;
      width: 100%; }
    .non-wp-page .feat-banner .icon-over2 {
      position: absolute;
      z-index: 1;
      width: 60px;
      bottom: 25px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 960px) {
      .non-wp-page .feat-banner {
        left: -25px;
        width: 105%;
        margin-bottom: 20px; } }
    .non-wp-page .feat-banner img {
      max-width: 112%;
      top: 3px;
      position: relative; }
  @media (max-width: 850px) {
    .non-wp-page .feat-banner a #featured-logo {
      margin-left: -10px; }
    .non-wp-page .feat-banner span {
      font-size: 1.15em;
      margin-left: 15px; } }
  @media (max-width: 730px) {
    .non-wp-page .feat-banner a #featured-logo {
      width: 45px;
      top: 80%; } }
  @media (max-width: 414px) {
    .non-wp-page .feat-banner a #featured-logo {
      top: 68%; } }
  .non-wp-page .categories {
    width: 100%;
    margin: 0 auto 20px; }
    .non-wp-page .categories .boxes {
      transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transition: transform .35s ease-in-out;
      width: 23.2558139535%;
      display: inline-block;
      margin-left: -4px;
      margin-right: 1.6279069767%;
      margin-bottom: 1.6279069767%;
      position: relative;
      vertical-align: top; }
      .non-wp-page .categories .boxes:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        -o-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05); }
      .non-wp-page .categories .boxes:nth-child(4n) {
        margin-right: 0; }
      .non-wp-page .categories .boxes .thumb {
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transition: transform .35s ease-in-out, box-shadow .35s ease-in-out;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding-top: 80%;
        border: 1px solid #bbbdc0;
        margin: 0 auto 10px;
        display: block; }
      .non-wp-page .categories .boxes p {
        color: black;
        font-size: .995em; }
    .non-wp-page .categories .feat {
      width: 190px !important;
      height: 175px !important;
      border: none !important;
      padding-right: 5px !important; }
      .non-wp-page .categories .feat:last-child {
        padding-right: none; }
    @media (max-width: 730px) {
      .non-wp-page .categories .boxes {
        width: 70%;
        margin-bottom: 6%; }
        .non-wp-page .categories .boxes .thumb {
          margin: 20px auto 0;
          padding-bottom: 10px; } }
  .non-wp-page .buttons-bottom {
    width: 100%;
    clear: both;
    font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-bottom: 100px; }
    .non-wp-page .buttons-bottom .button {
      min-height: 35px;
      height: auto;
      width: 70%;
      color: white;
      padding: 8px;
      background: #78a540;
      border: 2px solid #50672b;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      cursor: pointer;
      margin: auto; }
    .non-wp-page .buttons-bottom .left {
      width: 50%;
      float: left; }
    .non-wp-page .buttons-bottom .right {
      float: left;
      width: 50%; }
    @media (max-width: 600px) {
      .non-wp-page .buttons-bottom .left {
        width: 100%;
        margin-bottom: 10px; }
      .non-wp-page .buttons-bottom .right {
        width: 100%; } }
  .non-wp-page .gallery-link-area {
    width: 100%;
    padding-top: 20px; }
    .non-wp-page .gallery-link-area .gallery-thumb-link {
      transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transition: transform .35s ease-in-out, box-shadow .35s ease-in-out;
      float: left;
      margin-right: 3.5%;
      width: 31%;
      margin-bottom: 3.5%;
      background: #78a540;
      display: block;
      box-shadow: 0 0 0 transparent; }
      .non-wp-page .gallery-link-area .gallery-thumb-link:nth-child(3n) {
        margin-right: 0px; }
      .non-wp-page .gallery-link-area .gallery-thumb-link:hover {
        transform: scale3d(1.055, 1.055, 1.055);
        -webkit-transform: scale3d(1.055, 1.055, 1.055);
        -moz-transform: scale3d(1.055, 1.055, 1.055);
        -o-transform: scale3d(1.055, 1.055, 1.055);
        -ms-transform: scale3d(1.055, 1.055, 1.055);
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3); }
      @media (max-width: 730px) {
        .non-wp-page .gallery-link-area .gallery-thumb-link {
          float: none;
          width: 70%;
          margin: 0 auto 25px; }
          .non-wp-page .gallery-link-area .gallery-thumb-link:nth-child(n) {
            margin-right: auto; } }
      @media (max-width: 500px) {
        .non-wp-page .gallery-link-area .gallery-thumb-link {
          width: 95%; } }
      .non-wp-page .gallery-link-area .gallery-thumb-link .img {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover;
        width: 100%;
        padding-top: 75%;
        margin: 0 auto; }
      .non-wp-page .gallery-link-area .gallery-thumb-link span {
        color: white;
        width: 100%;
        background: #78a540;
        display: block;
        padding: 25px 0 10px;
        position: relative; }
        .non-wp-page .gallery-link-area .gallery-thumb-link span img {
          width: 40px;
          height: auto;
          position: absolute;
          top: -24px;
          left: 50%;
          margin-left: -20px; }

.trailing {
  margin-bottom: 15px;
  text-align: center; }

.dark-gray-container {
  height: auto;
  width: 100%;
  background: #dddddd;
  border-bottom: 1px solid #bbbdc0;
  padding: 20px 40px 20px 40px; }
  .dark-gray-container img {
    height: 96px;
    width: 96px;
    margin-bottom: 0; }
  .dark-gray-container h2 {
    margin-bottom: 10px;
    padding-top: 10px; }
  .dark-gray-container p {
    font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: .95em;
    line-height: 1.5em; }
  .dark-gray-container .boxlines {
    max-width: 600px;
    width: auto;
    height: 1.5px;
    background-color: #bbbdc0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .dark-gray-container .links {
    width: 100%;
    padding-bottom: 20px; }
    .dark-gray-container .links .right {
      float: left;
      width: 50%; }
    .dark-gray-container .links a {
      font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: .95em; }

.light-gray-container {
  height: auto;
  width: 100%;
  background: #eee;
  border-bottom: 1px solid #bbbdc0;
  padding: 20px 40px 20px 40px; }
  .light-gray-container img {
    height: 96px;
    width: 96px;
    margin-bottom: 0; }
  .light-gray-container h2 {
    margin-bottom: 10px;
    padding-top: 10px; }
  .light-gray-container p {
    font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: .95em;
    line-height: 1.5em; }
  .light-gray-container .boxlines {
    max-width: 600px;
    width: auto;
    height: 1.5px;
    background-color: #bbbdc0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .light-gray-container .links {
    width: 100%;
    padding-bottom: 20px; }
    .light-gray-container .links .right {
      float: left;
      width: 50%; }
    .light-gray-container .links a {
      font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: .95em; }

@media (max-width: 500px) {
  .dark-gray-container,
  .light-gray-container {
    padding: 20px 25px 20px 25px; } }

.gallery {
  margin: 50px 0; }
  .gallery .gallery-img-wrapper {
    width: 23.8372093023%;
    padding-top: 22%;
    float: left;
    margin-right: 1.511627907%;
    margin-bottom: 1.5%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px rgba(88, 88, 91, 0.075) solid; }
    .gallery .gallery-img-wrapper:hover .gallery-img {
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -o-transform: scale(1.15);
      -ms-transform: scale(1.15); }
    .gallery .gallery-img-wrapper:nth-child(4n) {
      margin-right: 0; }
    .gallery .gallery-img-wrapper .gallery-img {
      transition: transform .35s ease-in-out, opacity .35s ease-in-out;
      transition-delay: 0s, .2s;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

@media (max-width: 730px) {
  .gallery .gallery-img-wrapper {
    width: 48.8372093023%;
    padding-top: 44%;
    margin-bottom: 1.1627906977%; }
    .gallery .gallery-img-wrapper:nth-child(n) {
      margin-right: 1.1627906977%; }
    .gallery .gallery-img-wrapper:nth-child(2n) {
       margin-right: 0; } }

@media (max-width: 500px) {
  .gallery .gallery-img-wrapper {
    width: 100%;
    padding-top: 90%;
    margin: 0 auto 2.3255813953%; }
    .gallery .gallery-img-wrapper:nth-child(n) {
      margin-right: auto; } }

.lighthouse {
  transition: opacity .55s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0; }
  .lighthouse.active {
    transition: opacity .45s ease-in-out;
    opacity: 1;
    z-index: 50; }
  .lighthouse .lightbox {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 70%;
    padding-top: 47%;
    left: 50%;
    top: 50%; }
    .lighthouse .lightbox .inner {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .lighthouse .lightbox .inner .gallery-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: 100%; }

@media (max-width: 850px) {
  .lighthouse .lightbox {
    width: 85%; } }

@media (max-width: 500px) {
  .lighthouse .lightbox {
    padding-top: 65%; } }

.lighthouse .close {
  transition: transform .35s ease-in-out;
  transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer; }
  .lighthouse .close:hover {
    transform: rotate(-45deg) scale(1.4);
    -webkit-transform: rotate(-45deg) scale(1.4);
    -moz-transform: rotate(-45deg) scale(1.4);
    -o-transform: rotate(-45deg) scale(1.4);
    -ms-transform: rotate(-45deg) scale(1.4); }
  .lighthouse .close:before, .lighthouse .close:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    background: white; }
  .lighthouse .close:before {
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px; }
  .lighthouse .close:after {
    height: 100%;
    width: 2px;
    left: 50%;
    margin-left: -1px; }

.lighthouse .controls {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  width: 92.5%;
  height: 20px;
  top: 50%;
  left: 50%; }
  .lighthouse .controls .next,
  .lighthouse .controls .prev {
    transform: rotate(45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
    -moz-transform: rotate(45deg) scale3d(1, 1, 1);
    -o-transform: rotate(45deg) scale3d(1, 1, 1);
    -ms-transform: rotate(45deg) scale3d(1, 1, 1);
    transition: transform .35s ease-in-out;
    position: absolute;
    top: 0;
    width: 22px;
    height: 22px;
    cursor: pointer; }
    .lighthouse .controls .next:hover,
    .lighthouse .controls .prev:hover {
      transform: rotate(45deg) scale3d(1.25, 1.25, 1.25);
      -webkit-transform: rotate(45deg) scale3d(1.25, 1.25, 1.25);
      -moz-transform: rotate(45deg) scale3d(1.25, 1.25, 1.25);
      -o-transform: rotate(45deg) scale3d(1.25, 1.25, 1.25);
      -ms-transform: rotate(45deg) scale3d(1.25, 1.25, 1.25); }
  .lighthouse .controls .prev {
    left: 0;
    border-left: 4px silver solid;
    border-bottom: 4px silver solid; }
  .lighthouse .controls .next {
    right: 0;
    border-right: 4px silver solid;
    border-top: 4px silver solid; }

@media (max-width: 730px) {
  .lighthouse .controls .next,
  .lighthouse .controls .prev {
    width: 18px;
    height: 18px; } }

@media (max-width: 500px) {
  .lighthouse .controls {
    z-index: 100000;
    width: 95%; }
    .lighthouse .controls .next,
    .lighthouse .controls .prev {
      width: 15px;
      height: 15px; } }

.about-wysiwyg h2 {
  margin-bottom: 20px; }

.about-wysiwyg p {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 15px; }

.about-wysiwyg h1,
.about-wysiwyg h2,
.about-wysiwyg h3,
.about-wysiwyg h4,
.about-wysiwyg h5,
.about-wysiwyg h6 {
  color: #78a540;
  text-align: center;
  margin-bottom: 20px; }

.about-wysiwyg h1,
.about-wysiwyg h2 {
  font-size: 1.5em; }

.about-wysiwyg h3,
.about-wysiwyg h4 {
  padding: 0;
  font-size: 1.25em; }

.about-wysiwyg h5,
.about-wysiwyg h6 {
  font-size: 1em;
  margin-bottom: 15px; }

.about-wysiwyg ul {
  list-style: none;
  margin-bottom: 30px;
  text-align: center; }
  .about-wysiwyg ul li {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 5px;
    text-align: center; }

.sitemap ul li {
  margin-bottom: 10px; }
  .sitemap ul li a {
    font-size: 1em;
    line-height: 1.8em;
    display: inline-block; }

.sitemap div a {
  display: inline-block;
  line-height: 1.8em;
  margin-bottom: 15px; }

.splash .video {
  margin-bottom: 30px; }

.splash h2 {
  margin-bottom: 20px; }

.splash .post-content p {
  margin-bottom: 40px;
  text-align: center; }

.splash .post-content h1,
.splash .post-content h2,
.splash .post-content h3,
.splash .post-content h4,
.splash .post-content h5,
.splash .post-content h6 {
  color: #78a540;
  text-align: center;
  margin-bottom: 20px; }

.splash .post-content h1,
.splash .post-content h2 {
  font-size: 1.5em; }

.splash .post-content h3,
.splash .post-content h4 {
  padding: 0;
  font-size: 1.25em; }

.splash .post-content h5,
.splash .post-content h6 {
  font-size: 1em;
  margin-bottom: 15px; }

.splash .post-content ul {
  list-style: none;
  margin-bottom: 30px;
  text-align: center; }
  .splash .post-content ul li {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 5px;
    text-align: center; }

.sidebar-form .gform_wrapper input,
.contact-form .gform_wrapper input {
  width: 100%;
  height: 30px;
  color: #58585b;
  font-size: 1em;
  padding-left: 10px; }

.sidebar-form .gform_wrapper input[type="text"]:focus,
.contact-form .gform_wrapper input[type="text"]:focus {
  outline: 2px black solid; }

.sidebar-form .gform_wrapper input[type='submit']:focus,
.contact-form .gform_wrapper input[type='submit']:focus {
  outline: none; }

.sidebar-form .gform_wrapper textarea:focus,
.contact-form .gform_wrapper textarea:focus {
  outline: 2px black solid; }

.sidebar-form .gform_wrapper textarea,
.contact-form .gform_wrapper textarea {
  resize: none;
  font-size: 1em;
  padding-left: 10px;
  padding-top: 10px;
  color: #58585b; }

.sidebar-form .gform_wrapper ul,
.contact-form .gform_wrapper ul {
  list-style: none; }

.sidebar-form {
  transition: left .3s ease-in-out;
  background: #78a540;
  position: absolute;
  top: 150px;
  padding: 20px;
  z-index: 10;
  width: 400px;
  left: -400px; }
  .sidebar-form.active {
    left: 0; }
  .sidebar-form h3 {
    margin-bottom: 30px; }
  .sidebar-form .handle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: left top 0;
    right: -140px;
    top: 140px;
    color: #fff;
    background: #78a540;
    width: 140px;
    text-transform: uppercase;
    position: absolute;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: .95em; }

.sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield input {
  border: none;
  margin: 6px 0 15px; }

.sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield textarea {
  margin: 6px 0 15px;
  width: 100%;
  height: 140px; }

.sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield.large {
  width: 100%; }

.sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_label {
  color: #fff;
  font-size: 1.1em; }

.sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container_checkbox {
  margin: 10px 0 10px; }
  .sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container_checkbox .gfield_checkbox li {
    width: 95%;
    margin-bottom: 15px;
    vertical-align: middle; }
    .sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container_checkbox .gfield_checkbox li label {
      font-size: 1em; }
    .sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"] {
      display: inline-block;
      width: 5%;
      vertical-align: middle;
      margin: 0; }
    .sidebar-form .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked {
      background: #9ec66c !important; }

.sidebar-form form .gform_footer input[type='submit'] {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 400;
  transition: background .35s ease-in-out;
  background: #fff;
  font-size: 1em;
  color: #000;
  width: 85px;
  height: 30px;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none; }
  .sidebar-form form .gform_footer input[type='submit']:hover {
    background: #b6d490; }

.sidebar-form .gform_confirmation_message {
  color: #fff;
  text-align: center;
  font-size: 1.35em;
  padding-bottom: 9px; }

@media (max-width: 600px) {
  .sidebar-form {
    display: none; } }

.contact-form h2 {
  margin-bottom: 30px; }

.contact-form .gform_wrapper form .gform_body .gform_fields li.gfield {
  margin-bottom: 15px;
  text-align: left; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield input {
    margin-top: 6px; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield textarea {
    width: 100%;
    margin-top: 10px; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield label {
    font-size: 1em;
    color: black; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_1 h2,
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_2 h2,
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_3 h2 {
    text-align: left;
    vertical-align: middle;
    margin: 20px auto 0; }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_1 h2:before,
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_2 h2:before,
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_3 h2:before {
      content: '1';
      padding: 5px 11px;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      background: #78a540;
      color: white;
      border: 2px #50672b solid;
      display: inline-block;
      margin-right: 20px;
      box-sizing: border-box; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_2 h2 {
    border-top: 1px #ccc solid;
    padding-top: 20px; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_2 h2:before {
    content: '2'; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_2_descrip h2.gsection_title {
    padding-bottom: 30px;
    font-size: 1em;
    text-align: left;
    color: black;
    margin-top: 10px; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield.section_3 h2:before {
    content: '3'; }
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li {
    margin-bottom: 75px;
    padding-left: 80px;
    position: relative; }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label {
      width: 100%;
      font-size: 1.1em; }
      .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label:before {
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        width: 70px;
        height: 70px;
        margin-top: -35px;
        top: 50%; }
      .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label:after {
        content: '';
        position: absolute;
        right: 125px;
        height: 16px;
        width: 16px;
        top: 50%;
        margin-top: -7px;
        border-radius: 3px;
        background-color: white;
        border: 1px rgba(88, 88, 91, 0.45) solid; }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_1, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_2, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_3, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_4, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_5, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_6 {
      width: 100%; }
      .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_1 input[type="checkbox"]:checked + label:after, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_2 input[type="checkbox"]:checked + label:after, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_3 input[type="checkbox"]:checked + label:after, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_4 input[type="checkbox"]:checked + label:after, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_5 input[type="checkbox"]:checked + label:after, .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_6 input[type="checkbox"]:checked + label:after {
        content: '\f00c';
        font-family: FontAwesome; }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_1 label:before {
      background-image: url("../images/watericonbig.png"); }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_2 label:before {
      background-image: url("../images/lightingbigicon.png"); }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_3 label:before {
      background-image: url("../images/fireiconbig.png"); }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_4 label:before {
      background-image: url("../images/woodbigicon.png"); }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_5 label:before {
      background-image: url("../images/paverbigicon.png"); }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li.gchoice_2_10_6 label:before {
      background-image: url("../images/planticonbig.png"); }

.contact-form .gform_wrapper form .gform_footer input[type='submit'] {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 400;
  transition: background .35s ease-in-out;
  background: #78a540;
  font-size: 1em;
  color: white;
  width: 100px;
  height: 30px;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none; }
  .contact-form .gform_wrapper form .gform_footer input[type='submit']:hover {
    background: #aacd7e; }

.contact-form .gform_confirmation_message {
  color: #58585b;
  text-align: center;
  font-size: 1.55em;
  padding: 20px 0; }

@media (max-width: 960px) {
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label:after {
    right: 0; } }

@media (max-width: 730px) {
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label {
    font-size: 1em;
    width: 85%;
    display: block; } }

@media (max-width: 500px) {
  .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li {
    padding-left: 60px; }
    .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label {
      font-size: .895em; }
      .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label:before {
        width: 50px;
        height: 50px;
        margin-top: -25px; }
      .contact-form .gform_wrapper form .gform_body .gform_fields li.gfield .gfield_checkbox li label:after {
        width: 14px;
        height: 14px; } }

.fedWrapper {
  position: relative;
  height: 100%; }
  .fedWrapper .fedSlide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4; }
    .fedWrapper .fedSlide.active {
      z-index: 5; }
    .fedWrapper .fedSlide:nth-child(1) {
      background-color: transparent; }
    .fedWrapper .fedSlide:nth-child(2) {
      background-color: transparent; }
    .fedWrapper .fedSlide:nth-child(3) {
      background-color: transparent; }
    .fedWrapper .fedSlide:nth-child(4) {
      background-color: transparent; }
    .fedWrapper .fedSlide:nth-child(5) {
      background-color: transparent; }

.fedNav {
  display: none; }
  .fedNav > div {
    height: 20px;
    width: 20px;
    background-color: blue; }

.fedPages {
  display: none; }
  .fedPages > div {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: red;
    margin-bottom: 20px; }

body, html {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 300; }
  body a, html a {
    text-decoration: none;
    color: #78a540; }

.clr:before,
.clr:after {
  content: "";
  display: table; }

.clr:after {
  clear: both; }

.clr {
  zoom: 1; }

body.active {
  overflow: hidden; }

@media (max-width: 500px) {
  p {
    font-size: 1em !important; } }

h1 {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 400; }

h2 {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  font-weight: normal;
  color: #78a540;
  padding-top: 55px;
  font-size: 1.5em; }
  @media (max-width: 500px) {
    h2 {
      font-size: 1.1em; } }

h3 {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  font-weight: normal;
  color: #58585b;
  font-size: 1.2em; }
  @media (max-width: 500px) {
    h3 {
      font-size: 1em; } }

ul {
  list-style: none; }

p.iconheader {
  text-align: center;
  font-size: .71em !important;
  padding-top: 5px;
  color: #58585b; }
  p.iconheader#less-pad {
    padding-top: 0;
    position: relative;
    top: -1px; }

.openingp {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #58585b;
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 15px;
  margin-top: 15px; }
  .openingp span {
    color: #78a540; }

.p2ndlvl {
  font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 15px; }

.green {
  color: #78a540; }

.gray {
  color: #58585b; }

.center {
  text-align: center; }

.green-line {
  width: 100%;
  border-bottom: 2px #78a540 solid;
  margin-bottom: 15px; }

.main-content span {
  color: #78a540; }

.fixed {
  height: 100px; }

header {
  width: 100%;
  height: 100px;
  position: fixed;
  background-color: white;
  border-top: 10px solid #78a540;
  box-shadow: 0 6px 4px -2px #b7b7b7;
  z-index: 12; }
  header .logo {
    position: absolute;
    left: 0; }
  header .contact {
    text-align: right;
    padding-top: 5px; }
    header .contact h1 {
      display: inline-block;
      margin-right: 50px; }
    @media (max-width: 960px) {
      header .contact {
        display: none; } }
  header nav {
    position: absolute;
    top: 55px;
    right: 0;
    width: 80%;
    display: inline-block;
    padding-left: 80px; }
    @media (max-width: 960px) {
      header nav ul {
        height: auto;
        display: block; }
        header nav ul:nth-child(3) {
          margin-top: 200px; } }
    header nav ul li {
      font-size: 1.1em;
      display: inline-block;
      font-family: "freight-sans-pro", Trebuchet MS, Arial, Helvetica, sans-serif;
      font-weight: 400;
      position: relative;
      margin-right: 65px; }
      header nav ul li:last-of-type {
        margin-right: 0; }
      header nav ul li a {
        transition: color .35s ease-in-out;
        color: #58585b;
        text-decoration: none;
        display: block; }
        header nav ul li a:hover {
          color: #78a540; }
      header nav ul li ul {
        display: none;
        width: 180px;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 19px;
        z-index: 1000; }
        @media (max-width: 960px) {
          header nav ul li ul {
            display: block;
            background: #78a540;
            width: 100%;
            margin-left: -40px;
            padding: 0; } }
        header nav ul li ul li {
          width: 100%;
          margin-bottom: 15px;
          padding-left: 10px;
          font-size: .92em;
          text-align: left;
          margin: 0 0 20px; }
          @media (max-width: 960px) {
            header nav ul li ul li {
              text-align: center;
              padding: 0;
              font-size: .92em;
              margin-bottom: 10px; } }
          header nav ul li ul li:first-child {
            margin-top: 15px; }
          header nav ul li ul li:last-child {
            margin-bottom: 15px; }
            @media (max-width: 960px) {
              header nav ul li ul li:last-child {
                margin-bottom: 0; } }
          header nav ul li ul li a {
            text-decoration: none;
            color: #fff; }
            @media (max-width: 960px) {
              header nav ul li ul li a {
                color: #58585b; } }
            @media (max-width: 960px) {
              header nav ul li ul li a:hover {
                color: #fff; } }
    @media (max-width: 960px) {
      header nav ul #sp {
        margin-top: 270px; } }
    header nav li:hover ul {
      display: block; }
    @media (max-width: 960px) {
      header nav ul {
        background: #78a540;
        margin-top: 10px; }
        header nav ul li {
          float: none;
          margin-bottom: 10px;
          display: block; }
          header nav ul li a {
            color: white;
            display: block; }
            header nav ul li a:hover {
              color: #58585b; }
          header nav ul li:last-child {
            margin-bottom: 10px; } }

@media (max-width: 960px) {
  header nav {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 0;
    left: 50%;
    width: 100%;
    top: -500%;
    opacity: 0; }
    header nav.active {
      transition: top .35s ease-in-out, opacity .35s ease-in-out;
      top: 80px;
      opacity: 1; }
    header nav ul {
      padding: 25px 0; }
      header nav ul li {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0; }
        header nav ul li a {
          margin: 15px 0; }
        header nav ul li.menu-item-has-children ul {
          padding-top: 10px;
          position: relative;
          text-align: center;
          padding: 0;
          margin: 0;
          background: transparent;
          top: 0; }
          header nav ul li.menu-item-has-children ul li {
            margin-top: 0; } }

.nav_button {
  display: none;
  width: 30px;
  height: 20px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  cursor: pointer; }
  .nav_button:before, .nav_button:after {
    content: "";
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all .6s ease-in-out; }
  @media (max-width: 960px) {
    .nav_button {
      display: block; } }

footer {
  background: rgba(0, 0, 0, 0.74);
  border-bottom: 10px solid #78a540;
  width: 100%;
  min-height: 180px;
  height: auto;
  color: white; }
  footer .copy {
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 15px;
    margin-bottom: 20px;
    font-size: .7em;
    padding-bottom: 10px;
    border-bottom: 1px solid #78a540; }
    @media (max-width: 850px) {
      footer .copy {
        width: 100%;
        float: none; } }
  footer .foot-left {
    width: 50%;
    float: left;
    height: auto;
    padding-right: 50px;
    padding-left: 20px;
    line-height: 1.6em;
    font-size: .8em;
    text-align: center;
    border-right: 1px solid #78a540; }
    @media (max-width: 850px) {
      footer .foot-left {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
        padding-right: 0px; } }
    footer .foot-left .foot-head-green {
      width: 100%;
      float: left;
      color: #78a540;
      font-size: 1.3em;
      margin-bottom: 5px; }
      @media (max-width: 850px) {
        footer .foot-left .foot-head-green {
          text-align: center;
          margin-bottom: 10px; } }
  footer .foot-right {
    margin: 0 auto;
    height: auto;
    text-align: center; }
    @media (max-width: 850px) {
      footer .foot-right {
        width: 100%;
        float: none;
        padding-left: 0px; } }
    footer .foot-right .three {
      margin-top: 10px;
      display: inline-block;
      width: 33%;
      margin-left: -4px;
      height: auto; }
      @media (max-width: 850px) {
        footer .foot-right .three {
          width: 100%;
          float: none;
          text-align: center; } }
      footer .foot-right .three .green {
        font-size: .9em; }
        footer .foot-right .three .green a {
          font-size: 1em; }
    footer .foot-right .foot-head-green {
      width: 100%;
      color: #78a540;
      margin-bottom: 5px; }
      @media (max-width: 850px) {
        footer .foot-right .foot-head-green {
          text-align: center;
          margin-bottom: 10px; } }

.container {
  max-width: 960px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.contain-this {
  width: 100%; }

#slide-out-div {
  padding: 20px;
  width: 400px;
  height: 760px;
  background-color: #78a12f;
  border: #78a540 1px solid;
  z-index: 999999999999999999999999999;
  color: #fff; }
  @media (max-width: 600px) {
    #slide-out-div {
      display: none; } }
  #slide-out-div h3 {
    margin-bottom: 30px; }
  #slide-out-div form {
    width: 350px; }
    #slide-out-div form label {
      width: 350px; }
    #slide-out-div form input {
      width: 350px;
      margin-bottom: 10px;
      margin-top: 4px;
      height: 30px;
      border: 3px solid #78a540; }
    #slide-out-div form input:focus {
      outline: none;
      border: 3px solid #000; }
    #slide-out-div form select {
      width: 350px;
      margin-bottom: 10px;
      margin-top: 4px;
      height: 35px !important;
      font-size: 1.9em; }
    #slide-out-div form .select {
      position: relative;
      width: 200px;
      box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.11);
      border-radius: 5px; }
    #slide-out-div form option {
      height: 35px; }
    #slide-out-div form option:hover {
      background-color: #000; }
    #slide-out-div form textarea {
      width: 350px;
      margin-top: 4px;
      margin-bottom: 10px;
      height: 70px;
      border: 3px solid #78a540;
      resize: none; }
    #slide-out-div form textarea:focus {
      outline: none;
      border: 3px solid #000; }
    #slide-out-div form .button {
      width: 80px;
      height: 25px;
      background-color: #FFF;
      color: #000;
      border: none;
      margin-top: 10px; }

input[type="checkbox"] {
  display: none; }

.height10 {
  height: 10px;
  width: 300px; }

input[type="checkbox"] + label {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer; }

input[type="checkbox"]:checked + label span {
  background: url(../images/check_radio_sheet.png) -19px top no-repeat; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  color: #f2f2f2;
  font-family: Arial, sans-serif;
  font-size: 12px; }

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/check_radio_sheet.png) -38px top no-repeat;
  cursor: pointer; }

input[type="radio"]:checked + label span {
  background: url(../images/check_radio_sheet.png) -57px top no-repeat; }

.header nav .menu li {
  display: inline-block; }
  .header nav .menu li + li {
    margin-left: 30px; }

.error404 .texturebg .h2-404 {
  font-size: 2em;
  margin-bottom: 20px; }

.error404 .texturebg .h3-404 {
  font-size: 1.5em;
  margin-bottom: 30px; }

.error404 .texturebg ul li a {
  font-size: 1.25em;
  margin-bottom: 10px;
  display: block; }

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