* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Encode Sans Expanded", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

html, body {
  height: 100%; }

body {
  width: 100%;
  font-family: "Encode Sans Expanded", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  background-color: #fefefe; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    body {
      font-size: 50%; } }

.page {
  position: relative;
  min-height: 100%;
  padding-bottom: 0;
  margin-bottom: 0px;
  font-size: 1rem; }

.page:after {
  content: "";
  display: block;
  float: none;
  clear: both; }

.in {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.8169%; }
  @media only screen and (min-width: 768px) {
    .in {
      width: 740px;
      padding: 0; } }
  @media only screen and (min-width: 992px) {
    .in {
      width: 964px; } }
  @media only screen and (min-width: 1200px) {
    .in {
      width: 1150px;
      max-width: 1442px; } }

/*
	Using cols - extending outside size (ci-image wider):
	divide 100 by column amount
	100/14=7.1428 (round to floor to 4 digits - don't round up if 5th digit after decimal is 5+)
	multiply 7.1428 by the amount of off set columns
	7.1428*2=14.2857 (minus left margin 2 cols)
*/
.i {
  width: 100%; }

.i:first-child {
  margin-left: 0; }

.mcol {
  float: left; }

.x4m .i {
  width: 49.985% !important;
  float: left;
  margin: 0; }

.x6 .i {
  width: 49.2952%;
  max-width: 49.2952%;
  float: left; }
  .x6 .i:nth-child(2n+1) {
    margin-left: 0; }

@media only screen and (min-width: 768px) {
  .i {
    float: left;
    margin-left: 1.4084%; }

  .i:first-child {
    margin-left: 0; }

  .x2 > .i {
    width: 49.2952%; }
    .x2 > .i:nth-child(2n+1) {
      margin-left: 0; }
  .x2.no-margin .i {
    width: 49.9997% !important;
    margin-left: 0; }
  .x2 li {
    list-style: none; }

  .x3 > .i {
    width: 32.3939%;
    max-width: 32.3939%; }
    .x3 > .i:nth-child(3n+1) {
      margin-left: 0; }
  .x3.no-margin .i {
    width: 33.3332% !important;
    margin-left: 0; }
  .x3 .i-x1 {
    width: 32.3954% !important; }
  .x3 .i-x2 {
    width: 66.1994% !important; }

  .x6 .i {
    width: 32.3939%;
    max-width: 32.3939%; }
    .x6 .i:nth-child(3n+1) {
      margin-left: 0; } }
@media only screen and (min-width: 992px) {
  .x2 > .i, .x4 > .i, .x5 > .i, .x6 > .i, .x8 > .i, .x12 > .i {
    margin-left: 1.4084%;
    width: 49.2952% !important; }
  .x2.no-margin .i, .x4.no-margin .i, .x5.no-margin .i, .x6.no-margin .i, .x8.no-margin .i, .x12.no-margin .i {
    width: 49.9997% !important;
    margin-left: 0; }

  .x4 > .i {
    width: 23.9434% !important; }
    .x4 > .i:nth-child(4n+1) {
      margin-left: 0; }
  .x4.no-margin .i {
    width: 24.9997% !important;
    margin-left: 0; }

  .x4m .i {
    width: 24.9434% !important; }
    .x4m .i:nth-child(4n+1) {
      margin-left: 0; }

  .x5 .i {
    width: 18.8731% !important; }
    .x5 .i:nth-child(5n+1) {
      margin-left: 0; }

  .x6 .i {
    width: 15.4928% !important; }
    .x6 .i:nth-child(6n+1) {
      margin-left: 0; }

  .x8 .i {
    width: 11.2675% !important; }

  .x12 .i {
    width: 7.0422% !important; } }
.right {
  float: right !important; }

.pad {
  margin: 0 1.4084%; }

h1, .h1 {
  font-size: 2.7em; }

h2, .h2 {
  font-size: 2.4em;
  line-height: 0.9em; }

h3, .h3 {
  font-size: 2em; }

h4, .h4 {
  font-size: 1.8em; }

h5, .h5 {
  font-size: 1.2em; }

h6, .h6 {
  font-size: 1em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: -0.04em !important;
  font-weight: 400;
  line-height: 0.90em; }

a {
  text-decoration: none;
  color: #37383b; }

img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

hr {
  margin-top: 35px;
  margin-bottom: 21px;
  background: none;
  border: none;
  border-bottom: 3px double #00a448; }

.page-loc {
  display: block;
  float: left;
  height: 0px;
  width: 0px;
  position: relative;
  top: -126px;
  line-height: 0;
  font-size: 0; }

.btn {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  padding: 7px 28px 9px 28px;
  font-weight: 700;
  letter-spacing: -0.001em;
  color: #4b4c50;
  font-size: 1.1rem;
  cursor: pointer !important;
  background-color: #fefefe;
  border-radius: 1px;
  border: 1px solid #4b4c50;
  transition: all 0.3s ease-out, background-position 0.6s ease-in-out; }
  .btn:hover {
    background-color: #4b4c50;
    color: #fefefe;
    border-color: #4b4c50; }
  .btn:active {
    /* background-image: linear-gradient(rgba(0,0,0,0.3), rgba(255,255,255,0.01));*/ }

.block-title {
  display: inline-block;
  float: left;
  clear: left;
  position: relative;
  z-index: 1;
  left: -7px;
  padding: 14px 21px 7px 21px;
  margin: 0 0 0 8px;
  line-height: 1.086em;
  overflow: hidden;
  color: #00a448;
  font-family: "Encode Sans Expanded", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.06em; }
  .block-title:before {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 1.1em;
    width: 999em;
    /*@include color-black-rgba-bg(1);*/
    content: "\00a0"; }
  .block-title:after {
    content: "\00a0";
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 999em;
    padding: 1px 14px 0 14px;
    margin-left: -999em;
    /*@include color-black-rgba-bg(1);*/
    color: #00a448; }
  .block-title:before, .block-title:after {
    /*@include color-main-rgba-bg(1);*/ }
  .block-title:before, .block-title:after {
    transistion: background-color 0.3s ease-out; }
  .block-title a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #666;
    background: #000; }

.hand {
  font-family: "Caveat", serif;
  letter-spacing: -0.04em;
  line-height: 1.1em; }

.lite {
  font-weight: 300 !important; }

.form {
  border: 14px solid #00a448; }
  .form fieldset {
    display: block;
    padding: 14px 28px;
    border: none; }
  .form .form-field {
    float: left;
    clear: left;
    margin-top: 7px;
    width: 100%; }
    .form .form-field label {
      float: left;
      font-size: 0.8em; }
      .form .form-field label i {
        font-size: 0.6em;
        color: #bbb; }
      .form .form-field label em {
        font-size: 0.7em;
        color: #c00; }
    .form .form-field input,
    .form .form-field textarea,
    .form .form-field select {
      float: left;
      clear: left; }
    .form .form-field input[type="text"], .form .form-field input[type="email"], .form .form-field input[type="number"], .form .form-field input[type="tel"], .form .form-field input[type="url"], .form .form-field input[type="password"] {
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      line-height: 1.4em;
      height: 28px;
      padding: 4px 14px;
      font-size: 0.8em;
      border: 1px solid #8a8a8a;
      transition: all 0.1s ease-out; }
      .form .form-field input[type="text"]:focus, .form .form-field input[type="email"]:focus, .form .form-field input[type="number"]:focus, .form .form-field input[type="tel"]:focus, .form .form-field input[type="url"]:focus, .form .form-field input[type="password"]:focus {
        border: 2px solid #00a448;
        padding: 2px 11px;
        box-shadow: 0px 0px 4px #b8b8b8; }
    .form .form-field input[type="radio"] {
      display: inline-block;
      margin-right: 7px; }
    .form .form-field select {
      font-size: 2.4rem; }
    .form .form-field textarea {
      resize: vertical;
      width: 100%;
      height: 112px;
      padding: 14px;
      border: 1px solid #8a8a8a;
      font-family: "Encode Sans Expanded", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.9em; }
    .form .form-field ul {
      padding: 7px 14px;
      border: 1px solid #d2d2d2;
      margin-top: 0; }
      .form .form-field ul li {
        display: block;
        list-style: none; }
        .form .form-field ul li:before {
          content: ""; }
      .form .form-field ul input {
        float: left;
        margin-top: 7px;
        margin-right: 7px; }
  .form .form-send {
    float: left;
    clear: left;
    margin-top: 14px; }
  .form .select {
    background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
    height: 28px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #8a8a8a;
    padding: 0;
    transition: all 0.1s ease-out; }
    .form .select:focus {
      border: 2px solid #00a448; }
    .form .select select {
      background: transparent;
      border: 1px solid #ccc;
      font-size: 16px;
      height: 28px;
      padding: 0 7px 4px;
      width: 104%; }
  .form .form-partex-info > p {
    padding-bottom: 4px; }
  .form .form-radio {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 14px; }
    .form .form-radio label {
      font-size: 0.8em; }
    .form .form-radio .radio {
      min-width: 100%;
      padding: 7px;
      border: 1px solid #8a8a8a; }
  .form input[type="radio"] {
    display: inline-block;
    margin-right: 7px; }
    .form input[type="radio"]:focus {
      background: #00a448; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("fancybox.png"); }

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top; }

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("blank.gif");
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background-image: url("fancybox.png");
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url("fancybox.png");
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */ }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001; }

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("fancybox-x.png"); }

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -162px; }

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("fancybox-y.png");
  background-position: -20px 0px; }

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -182px; }

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("fancybox-x.png");
  background-position: 0px -20px; }

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -142px; }

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("fancybox-y.png"); }

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -122px; }

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative; }

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff; }

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background-image: url("fancy_title_over.png");
  display: block; }

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px; }

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto; }

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("fancybox.png") -40px -90px no-repeat; }

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("fancybox-x.png") 0px -40px; }

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("fancybox.png") -55px -90px no-repeat; }

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1; }

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px"); }

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important; }

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

.toolbar {
  position: relative;
  z-index: 200;
  height: auto;
  padding-right: 14px;
  background: #1f1f1f;
  color: #fefefe;
  font-size: 0.7em; }
  .toolbar a, .toolbar span {
    display: block;
    float: left;
    margin: 0;
    padding: 0 7px;
    line-height: 28px;
    color: #fefefe; }
  .toolbar a:hover, .toolbar:focus, .toolbar:active {
    background-color: #00a448; }
  .toolbar .toolbar-extra {
    float: left; }
    @media only screen and (min-width: 992px) {
      .toolbar .toolbar-extra {
        max-width: 50%; } }
    .toolbar .toolbar-extra a {
      float: right;
      margin-right: -7px; }
      @media only screen and (min-width: 992px) {
        .toolbar .toolbar-extra a {
          float: left;
          margin-right: 0; } }
  .toolbar .tell-us {
    padding-right: 35px;
    background-image: url(../img/speech-bubble-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain; }
  .toolbar .site-links {
    float: right; }

.call-info {
  float: right;
  font-weight: 600;
  text-align: right;
  padding: 14px; }
  @media all and (max-width: 767px) {
    .call-info {
      font-size: 0.8em; } }

#sticky {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1000;
  box-shadow: none;
  background-color: rgba(254, 254, 254, 0);
  transition: box-shadow 0.6s ease-out 0s, background-color 0.6s ease-out; }
  #sticky.fixed {
    top: 0;
    margin-top: 0;
    background-color: rgba(254, 254, 254, 0.98);
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.6s ease-out 0.2s, background-color 0.6s ease-out; }
    #sticky.fixed .call-info span {
      display: none; }

.header {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 140px; }
  .header a {
    transition: all 0.2s ease-out; }

.logo {
  top: 0;
  float: left;
  padding: 14px 14px 14px 28px;
  transition: height 0.3s ease-out; }
  .logo img {
    display: block;
    height: 42px; }
  @media all and (max-width: 767px) {
    .logo img {
      height: 26px; } }
  @media all and (max-width: 767px) {
    .logo {
      padding: 24px 0px 14px 8px; } }

.nav-01 #header .nav-item-01 a,
.nav-02 #header .nav-item-02 a,
.nav-03 #header .nav-item-03 a,
.nav-04 #header .nav-item-04 a,
.nav-05 #header .nav-item-05 a,
.nav-06 #header .nav-item-06 a,
.nav-07 #header .nav-item-07 a,
.nav-08 #header .nav-item-08 a,
.nav-09 #header .nav-item-09 a,
.nav-10 #header .nav-item-10 a {
  background: #00a448;
  color: #fefefe; }

.nav-01 #footer .nav-item-01 a,
.nav-02 #footer .nav-item-02 a,
.nav-03 #footer .nav-item-03 a,
.nav-04 #footer .nav-item-04 a,
.nav-05 #footer .nav-item-05 a,
.nav-06 #footer .nav-item-06 a,
.nav-07 #footer .nav-item-07 a,
.nav-08 #footer .nav-item-08 a,
.nav-09 #footer .nav-item-09 a,
.nav-10 #footer .nav-item-10 a {
  background: #00a448; }

#sticky {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1000;
  box-shadow: none;
  background-color: rgba(254, 254, 254, 0);
  transition: box-shadow 0.6s ease-out 0s, background-color 0.3s ease-out; }
  #sticky.fixed {
    top: 0;
    margin-top: 0;
    background-color: rgba(254, 254, 254, 0.98);
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.6s ease-out 0.2s, background-color 0.6s ease-out; }
    #sticky.fixed .logo {
      height: 56px; }

.main-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 56px 0 14px;
  background: #eee;
  border-left: 14px solid #00a448;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  display: none; }
  .main-nav ul {
    display: none; }
  .main-nav li {
    display: block;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .main-nav li {
        float: left; } }
    .main-nav li:hover {
      background: #00a448;
      color: #fefefe; }
      .main-nav li:hover ul {
        display: block;
        position: absolute;
        left: 14px;
        background: #00a448;
        box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2); }
        @media all and (max-width: 959px) {
          .main-nav li:hover ul {
            display: none; } }
        .main-nav li:hover ul li {
          display: block;
          width: 100%; }
  .main-nav a {
    display: block;
    padding: 14px 28px 4px 42px;
    line-height: 28px;
    letter-spacing: -0.001em;
    text-align: right;
    background-color: none;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease-out; }
    @media only screen and (min-width: 992px) {
      .main-nav a {
        padding: 7px 14px 7px; } }
    .main-nav a:hover, .main-nav a:focus, .main-nav a:active {
      background-color: #00a448;
      color: #fefefe;
      padding: 14px 42px 4px 28px; }
      @media only screen and (min-width: 992px) {
        .main-nav a:hover, .main-nav a:focus, .main-nav a:active {
          padding: 10px 14px 4px; } }
  .main-nav ul a {
    display: block;
    width: 100%;
    color: #fefefe; }
    .main-nav ul a:hover {
      background: #fefefe;
      color: #1f1f1f; }
  @media only screen and (min-width: 992px) {
    .main-nav .home-link {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .main-nav {
      position: relative;
      display: block;
      float: none;
      clear: both;
      padding: 0 0 0 14px;
      background: none;
      border-left: none;
      box-shadow: none;
      border-top: 1px solid #00a448; } }
  @media all and (max-width: 990px) {
    .main-nav {
      right: 190px; } }
  @media all and (max-width: 959px) {
    .main-nav {
      right: 160px; } }
  @media all and (max-width: 450px) {
    .main-nav {
      right: 0;
      top: 60px; } }

@media all and (max-width: 450px) {
  .fixed .main-nav {
    right: 0;
    top: 40px; } }
.navicon {
  position: relative;
  z-index: 100;
  float: right;
  margin-top: 14px;
  margin-right: 7px;
  display: block;
  height: 42px;
  width: 112px;
  cursor: pointer; }
  @media only screen and (min-width: 992px) {
    .navicon {
      display: none; } }
  .navicon span {
    display: block; }
  .navicon .burgermenu {
    display: inline-block;
    float: left;
    line-height: 40px;
    padding-left: 14px;
    color: #00a448;
    font-weight: 700;
    letter-spacing: -0.03em; }
    @media all and (max-width: 767px) {
      .navicon .burgermenu {
        padding-left: 0; } }
  .navicon .vegiburger {
    position: absolute;
    right: 0;
    width: 42px;
    height: 42px;
    background: #00a448; }
    .navicon .vegiburger span {
      position: absolute;
      left: 7px;
      display: block;
      width: 28px;
      height: 4px;
      border-radius: 2px;
      background: #fefefe;
      opacity: 1;
      transition: all 0.3s ease-out; }
    .navicon .vegiburger .top-bun {
      top: 11px; }
    .navicon .vegiburger .salad {
      top: 19px; }
    .navicon .vegiburger .patty {
      top: 19px; }
    .navicon .vegiburger .btm-bun {
      top: 27px; }
  @media all and (max-width: 767px) {
    .navicon {
      width: 92px;
      margin-top: 8px;
      margin-bottom: 8px; } }

.show-nav .vegiburger .salad {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }
.show-nav .vegiburger .patty {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }
.show-nav .vegiburger .top-bun, .show-nav .vegiburger .btm-bun {
  opacity: 0; }

#body {
  padding-top: 140px;
  min-height: 80%; }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    #body {
      padding-top: 180px; } }
  @media screen and (max-width: 992px) {
    #body {
      padding-top: 100px; } }
  @media screen and (max-width: 470px) {
    #body {
      padding-top: 180px; } }

.body {
  margin-bottom: 56px; }

.hero {
  position: relative; }

.slick-arrow {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  top: 42%;
  z-index: 998;
  background: none;
  opacity: 0;
  font-size: 2em;
  font-weight: 800;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: -0.08em;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s ease-out; }
  .slick-arrow span {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 21px;
    background: #999999;
    color: #fefefe;
    opacity: 0;
    transition: all 0.3s ease-out; }
  .slick-arrow:hover {
    opacity: 1 !important; }
    .slick-arrow:hover span {
      opacity: 1; }
  .slick-arrow:before {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 21px solid transparent; }

.slick-next {
  right: 0; }
  .slick-next:before {
    top: -20px;
    left: -13px;
    border-left: 34px solid #fefefe; }
  .slick-next span {
    position: absolute;
    left: -168px;
    top: -35px; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    top: -20px;
    left: -40px;
    border-right: 34px solid #fefefe; }
  .slick-prev span {
    position: absolute;
    right: -168px;
    top: -35px; }

.slides {
  z-index: 100; }
  .slides img {
    width: 100%; }

.slide-thumbs {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.3s ease-out; }
  .slide-thumbs .slick-track {
    float: right; }
  .slide-thumbs .slide {
    float: left; }
  .slide-thumbs img {
    display: block;
    width: 150px;
    cursor: pointer; }

.hero:hover .slick-arrow {
  opacity: 0.5; }
.hero:hover .slide-thumbs {
  bottom: -110px; }

.hero-sections {
  max-width: 1200px;
  margin: 0 auto; }

.hero-section {
  position: relative; }

.hero-s-image img {
  width: 100%; }

.hero-s-text {
  position: absolute;
  width: 100%;
  text-align: center; }
  .hero-s-text h2 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 42px; }
    .hero-s-text h2 span {
      font-family: "Roboto Slab", sans-serif; }
  .hero-s-text p {
    font-family: "Roboto Slab", sans-serif; }

.tx-top .hero-s-text {
  top: 84px; }

.tx-btm .hero-s-text {
  bottom: 56px; }

.line {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: 0;
  line-height: 0; }

.h-ft-1 h2, .h-ft-3 h2 {
  color: #fefefe; }

.h-ft-2 h2, .h-ft-4 h2 {
  color: #000; }

.h-ft-2 h2 {
  font-size: 35px; }

@media all and (max-width: 767px) {
  .h-ft-1 h2 {
    font-size: 38px; }

  .h-ft-2 h2 {
    font-size: 25px; }

  .h-ft-4 h2 {
    font-size: 33px; } }
.featured {
  margin-top: 7px; }
  .featured a {
    display: block;
    float: left;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .featured a {
        width: 49.98%; } }
    .featured a img {
      display: block;
      width: 100%; }

.img-right-section .image-s-image {
  float: right; }
.img-right-section .image-s-text {
  float: left; }

.img-left-section .image-s-image {
  float: left; }
.img-left-section .image-s-text {
  float: right; }

.img-no {
  text-align: center; }

.image-sections {
  display: table;
  width: 100%;
  color: #cd000f; }
  .image-sections .x2m .i {
    display: block;
    width: 49.999%;
    margin: 0 !important; }
    @media all and (max-width: 767px) {
      .image-sections .x2m .i {
        width: 100%; } }

.image-section {
  display: table-row;
  vertical-align: middle; }
  @media all and (max-width: 767px) {
    .image-section {
      display: block; } }

.image-s-image {
  position: relative;
  display: table-cell !important;
  vertical-align: middle; }
  @media all and (max-width: 959px) {
    .image-s-image {
      display: block !important; } }
  .image-s-image .image-s-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 7px;
    background-color: rgba(254, 254, 254, 0.2);
    color: #4b4c50;
    font-size: 0.6rem; }

.image-s-text {
  padding: 42px 56px;
  display: table-cell !important;
  vertical-align: middle; }
  @media all and (max-width: 959px) {
    .image-s-text {
      padding: 18px; } }
  .image-s-text h1, .image-s-text h3 {
    font-weight: 800;
    line-height: 0.8em; }
  .image-s-text h3 {
    padding-bottom: 7px;
    line-height: 0.95em; }
  .image-s-text h4 {
    padding-bottom: 14px; }
  .image-s-text h1 {
    font-size: 2.1rem;
    margin: 7px 0;
    padding: 0 0 0 0; }
  .image-s-text h2 {
    font-size: 1.7rem;
    font-weight: 300; }
  .image-s-text p {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5rem; }
    @media all and (max-width: 1199px) {
      .image-s-text p {
        font-size: 0.9rem; } }
    @media all and (max-width: 959px) {
      .image-s-text p {
        font-size: 0.8rem;
        line-height: 1.2rem; } }

.bg-green {
  background: #999999;
  color: #4b4c50; }

.bg-blue {
  background: #cd000f;
  color: #fefefe; }
  .bg-blue a {
    color: #fefefe; }

.bg-grey {
  background: #4b4c50;
  color: #fefefe; }

.bg-white {
  background: #fefefe;
  color: #4b4c50; }

.listing {
  display: block; }
  .listing li {
    position: relative;
    list-style: none;
    border-bottom: 2px solid #4b4c50; }
    .listing li a {
      display: block;
      height: 100%; }
    .listing li img {
      display: block;
      max-width: 100%; }
    .listing li h3 {
      padding: 14px;
      font-size: 1.24rem;
      line-height: 1.35rem; }
    .listing li:hover {
      background: #cd000f; }

header h1 {
  padding: 28px 56px 14px 14px; }
header h2 {
  padding: 14px 14px 14px 28px; }
header h3 {
  padding: 0 0 14px 14px;
  max-width: 80%; }

.content-list ul {
  padding-left: 28px; }
.content-list li {
  border-bottom: 1px solid #999999;
  list-style: none;
  padding: 7px; }
  .content-list li h4 {
    font-size: 1.1rem;
    font-weight: bold; }
  .content-list li p {
    font-size: 0.8rem;
    font-weight: 300; }

.tel-num {
  font-weight: 600;
  color: #00a448; }

.img-left,
.img-right {
  padding-top: 14px;
  padding-bottom: 14px; }

.img-left {
  float: left;
  padding-right: 28px; }

.img-right {
  float: right;
  padding-left: 28px; }

.aside {
  padding-bottom: 28px; }
  .aside .aside-main {
    background: #fefefe; }
  .aside .aside-title {
    padding: 14px;
    font-size: 1.6rem;
    font-weight: 900; }
  .aside nav li {
    list-style: none; }
  .aside nav .aside-nav-title {
    font-size: 1rem;
    padding: 0 0 14px 0;
    font-weight: 600;
    font-size: 1em;
    border-bottom: 1px solid white;
    padding: 0; }
    .aside nav .aside-nav-title span {
      display: block;
      font-size: 0.8em;
      font-weight: 400; }
    .aside nav .aside-nav-title .s2 {
      display: inline-block; }
  .aside nav a:hover .aside-nav-title {
    font-weight: 900; }

.body-content {
  padding: 0; }
  .body-content h1, .body-content h2, .body-content h3, .body-content h4, .body-content h5, .body-content h6 {
    padding-bottom: 14px;
    padding-left: 7px; }
  .body-content h2 {
    font-weight: 400; }
  .body-content .h3 {
    font-size: 2.1rem; }
  .body-content p {
    max-width: 90%;
    padding-bottom: 28px;
    padding-left: 7px;
    line-height: 1.62rem;
    font-size: 1.2rem; }
    .body-content p > img {
      display: inline-block;
      margin-top: 21px; }
  .body-content ol, .body-content ul {
    padding: 7px 42px 14px 28px; }

.body-main .body-content {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .body-main .body-content {
      float: right;
      width: 71.98%;
      padding-left: 42px; } }
  .body-main .body-content a {
    color: #00a448;
    border-bottom: 1px dotted #00a448;
    transition: all 0.3s ease-out; }
    .body-main .body-content a strong {
      color: #1f1f1f;
      border-bottom: none;
      line-height: 2.1rem; }
    .body-main .body-content a:hover {
      border-bottom: 2px solid #00a448; }
.body-main aside {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .body-main aside {
      float: left;
      width: 28%; } }

#home .body-content {
  width: 100%;
  margin: 0 auto; }

.ci-image {
  display: inline-block; }

.img-left {
  display: block;
  float: left;
  padding: 14px 42px 14px 0; }

.section-nav .section-nav-title {
  padding: 7px 0; }
  .section-nav .section-nav-title span {
    display: block;
    font-size: 0.8em;
    font-weight: 400; }
  .section-nav .section-nav-title .s2 {
    display: inline-block; }
.section-nav ul li h3 {
  font-weight: 300;
  line-height: 1.4rem;
  font-size: 1rem; }
.section-nav ul li a {
  display: block;
  padding: 0 14px;
  border-bottom: 1px solid #00a448;
  background-color: #fefefe;
  font-family: "Roboto Slab", sans-serif;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, padding 0.3s ease-out; }
.section-nav ul li.nav-selected a {
  padding-left: 21px;
  color: #00a448;
  font-weight: 400;
  background-color: #ededed; }
.section-nav ul li a:hover {
  color: #fefefe;
  background-color: #00a448; }
.section-nav ul ul {
  padding: 0;
  font-size: 0.9rem; }
  .section-nav ul ul a {
    padding: 4px 14px; }

.main-nav-aside {
  border-top: 7px solid #4b4c50;
  padding: 14px 0 14px;
  margin-top: 28px;
  background: #999999; }
  .main-nav-aside p {
    color: #4b4c50;
    padding: 0 21px 14px;
    font-weight: 700; }
  .main-nav-aside li {
    padding: 4px 21px;
    margin: 0; }
  .main-nav-aside a {
    color: #4b4c50; }
    .main-nav-aside a .mn-aside-title {
      font-size: 0.8em;
      font-weight: 400;
      padding: 0; }
    .main-nav-aside a:hover .mn-aside-title {
      font-weight: 600; }

#listing .body, #landing .body {
  padding: 0;
  width: 100%; }
  @media all and (max-width: 1199px) {
    #listing .body, #landing .body {
      font-size: 0.7em; } }
  @media all and (max-width: 959px) {
    #listing .body, #landing .body {
      font-size: 0.7em; } }
#listing .aside-main, #landing .aside-main {
  background: #999999; }
#listing .section-nav, #landing .section-nav {
  background: #fefefe; }
#listing .main-nav-aside, #landing .main-nav-aside {
  margin: 0; }

.listing-body {
  padding: 14px 56px 42px 56px;
  width: 80%;
  margin: 0 auto; }
  .listing-body h2 {
    padding: 14px 0 14px 0; }

.body-copy h2, .body-copy h3, .body-copy h4, .body-copy h5, .body-copy h6, .body-copy p, .body-copy q {
  padding-bottom: 21px; }
.body-copy h2, .body-copy h3, .body-copy h4, .body-copy h5, .body-copy h6 {
  padding-top: 14px; }

.mini-slide {
  display: block;
  float: left;
  width: 226px;
  height: 226px; }

.mini-slide-nav {
  display: block;
  float: left;
  width: 70%; }

.enquiry-form {
  border: 14px solid #999999; }
  .enquiry-form fieldset {
    display: block;
    padding: 28px;
    border: none; }
  .enquiry-form .form-field {
    float: left;
    clear: left;
    margin-top: 7px;
    width: 100%; }
    .enquiry-form .form-field label {
      display: block;
      position: relative;
      width: 90%;
      float: left;
      font-size: 1rem;
      line-height: 0.9rem;
      margin-bottom: 4px; }
      .enquiry-form .form-field label i {
        font-size: 0.6em;
        color: #bbb; }
      .enquiry-form .form-field label em {
        font-size: 0.7em;
        color: #c00; }
      .enquiry-form .form-field label p {
        width: 94%;
        transition: all 0.2s ease-out;
        margin: 7px 0;
        padding: 7px 14px;
        color: #1f1f1f;
        font-size: 0.8rem;
        background: #999999;
        border-radius: 2px; }
    .enquiry-form .form-field p {
      display: block;
      clear: both;
      padding: 7px 0 14px 0; }
    .enquiry-form .form-field input,
    .enquiry-form .form-field textarea,
    .enquiry-form .form-field select {
      float: left;
      clear: left; }
    .enquiry-form .form-field input[type="text"], .enquiry-form .form-field input[type="email"], .enquiry-form .form-field input[type="number"], .enquiry-form .form-field input[type="tel"], .enquiry-form .form-field input[type="url"], .enquiry-form .form-field input[type="password"] {
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      line-height: 1.4em;
      height: 28px;
      padding: 4px 14px;
      font-size: 0.8em;
      border: 1px solid #8a8a8a;
      transition: all 0.1s ease-out; }
      .enquiry-form .form-field input[type="text"]:focus, .enquiry-form .form-field input[type="email"]:focus, .enquiry-form .form-field input[type="number"]:focus, .enquiry-form .form-field input[type="tel"]:focus, .enquiry-form .form-field input[type="url"]:focus, .enquiry-form .form-field input[type="password"]:focus {
        border: 2px solid #00a448;
        padding: 2px 11px;
        box-shadow: 0px 0px 4px #b8b8b8; }
    .enquiry-form .form-field input[type="radio"] {
      display: inline-block;
      margin-right: 7px; }
    .enquiry-form .form-field textarea {
      resize: vertical;
      width: 100%;
      height: 112px;
      padding: 14px;
      border: 1px solid #8a8a8a;
      font-family: "Encode Sans Expanded", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.9em; }
    .enquiry-form .form-field ul {
      padding: 7px 14px;
      border: 1px solid #d2d2d2;
      margin-top: 0; }
      .enquiry-form .form-field ul li {
        display: block;
        list-style: none; }
        .enquiry-form .form-field ul li:before {
          content: ""; }
      .enquiry-form .form-field ul input {
        float: left;
        margin-top: 7px;
        margin-right: 7px; }
  .enquiry-form .fields {
    padding: 0 0 0 14px; }
  .enquiry-form .form-section {
    padding: 14px;
    border: 1px solid #8a8a8a; }
    .enquiry-form .form-section h5 {
      padding-bottom: 7px; }
    .enquiry-form .form-section .h6 {
      padding-top: 14px; }
  .enquiry-form .form-send {
    float: left;
    clear: left;
    margin-top: 14px; }
    .enquiry-form .form-send input {
      display: inline-block;
      float: left;
      clear: none;
      margin-right: 14px; }
  .enquiry-form .select {
    background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
    height: 28px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #8a8a8a;
    padding: 0;
    transition: all 0.1s ease-out; }
    .enquiry-form .select:focus {
      border: 2px solid #00a448; }
    .enquiry-form .select select {
      background: transparent;
      border: 1px solid #ccc;
      font-size: 16px;
      height: 28px;
      padding: 0 7px 4px;
      width: 104%; }
  .enquiry-form .form-partex-info > p {
    padding-bottom: 4px; }
  .enquiry-form .form-radio {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 14px; }
  .enquiry-form input[type="radio"] {
    display: inline-block;
    margin-right: 7px; }
    .enquiry-form input[type="radio"]:focus {
      background: #00a448; }
  .enquiry-form input[type="checkbox"] {
    display: inline-block;
    margin-right: 7px; }
    .enquiry-form input[type="checkbox"]:focus {
      background: #00a448; }
  .enquiry-form span.h4 {
    padding: 14px 0; }

.feedback-form {
  overflow: hidden;
  position: relative; }
  .feedback-form .form-img {
    display: none; }
    @media only screen and (min-width: 992px) {
      .feedback-form .form-img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 35%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat; } }
  .feedback-form .img-clear {
    display: none; }
    @media only screen and (min-width: 992px) {
      .feedback-form .img-clear {
        display: block;
        width: 35%;
        float: left; } }
  @media only screen and (min-width: 992px) {
    .feedback-form form {
      float: left;
      width: 64.98%; } }
  .feedback-form .text-input {
    margin-top: 20px; }
  .feedback-form fieldset {
    width: 100%;
    background: #00a448;
    color: #fefefe;
    border: none;
    padding: 14px; }
    @media only screen and (min-width: 992px) {
      .feedback-form fieldset {
        padding: 28px; } }
  .feedback-form textarea {
    width: 100%;
    border: none;
    padding: 7px 14px 14px 14px;
    background: #fefefe;
    font-size: 1.4rem;
    font-weight: 600;
    min-height: 140px; }
  .feedback-form label {
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 4px; }
    .feedback-form label i {
      display: block;
      font-size: 0.87rem;
      font-weight: 300;
      letter-spacing: 0em; }
  .feedback-form input[type="text"], .feedback-form input[type="email"], .feedback-form input[type="tel"] {
    display: inline-block;
    width: 100%;
    border: none;
    background: #fefefe;
    padding: 4px 7px;
    font-size: 1rem; }
  .feedback-form input[type="submit"] {
    display: inline-block;
    border: none;
    margin-top: 7px; }
  .feedback-form select {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7px; }
  .feedback-form .form-message label {
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 0; }
  .feedback-form .form-email {
    padding-top: 7px; }
  .feedback-form small {
    float: right;
    font-size: 0.8rem; }

.testimonials {
  color: #fefefe; }
  @media only screen and (min-width: 992px) {
    .testimonials .reviews {
      width: 80%;
      float: left; } }
  .testimonials figure {
    padding: 14px 28px; }
  .testimonials blockquote {
    position: relative;
    font-family: "Caveat", serif;
    font-size: 1.9rem;
    line-height: 1em;
    padding-bottom: 7px;
    padding-left: 28px; }
    .testimonials blockquote:before {
      content: "\201C";
      position: absolute;
      display: block;
      top: 7px;
      left: 0px;
      font-size: 4rem;
      opacity: 0.8;
      font-family: "Caveat", serif; }
    .testimonials blockquote:after {
      content: "\201D"; }
  .testimonials .rating {
    display: inline-block;
    padding: 0 0 14px 35px;
    font-size: 1.8rem;
    padding-top: 7px; }
  .testimonials footer {
    padding: 0 0 0 42px; }
    .testimonials footer:before {
      content: "-";
      display: block;
      float: left;
      height: 3rem;
      padding-right: 14px; }

.form-img .testimonials {
  color: #fefefe; }
  .form-img .testimonials .reviews {
    width: 90%; }

.feedback-form .testimonials {
  margin-top: 0px;
  background: none; }

.testimonials {
  position: relative;
  background: #00a448;
  background-image: linear-gradient(-160deg, #00a448, #000b05);
  padding: 14px 0;
  margin-right: 3px; }
  .testimonials .leave-feedback {
    position: absolute;
    bottom: 56px;
    right: 56px; }
    @media all and (max-width: 1199px) {
      .testimonials .leave-feedback {
        bottom: 16px; } }
    @media all and (max-width: 767px) {
      .testimonials .leave-feedback {
        font-size: 0.8em; } }
  @media all and (max-width: 1199px) {
    .testimonials {
      margin-right: 0;
      padding-bottom: 24px; } }

.get-in-touch {
  position: relative;
  margin: 14px 0;
  padding: 14px;
  background: #00a448;
  color: #fefefe; }
  .get-in-touch a {
    color: white; }
  .get-in-touch i {
    display: inline-block;
    padding: 0 14px; }
  .get-in-touch .company-numbers {
    display: block;
    position: absolute;
    z-index: 9000;
    top: -7px;
    left: 42px;
    background: #fefefe;
    color: #1f1f1f;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-out; }
    .get-in-touch .company-numbers a {
      color: #1f1f1f; }
    .get-in-touch .company-numbers figure {
      display: block;
      margin-bottom: 7px; }
      .get-in-touch .company-numbers figure h4 {
        font-size: 1.4rem; }
      .get-in-touch .company-numbers figure a {
        font-size: 1.6rem;
        padding-bottom: 7px; }
  .get-in-touch:hover .company-numbers {
    top: -126px;
    left: 154px;
    opacity: 1;
    height: 420px;
    padding: 28px 28px;
    border: 4px solid #00a448; }
  .get-in-touch .contact-company {
    text-align: right; }
    .get-in-touch .contact-company .btn {
      border-radius: 4px; }

.main-feature {
  margin-top: 14px;
  float: none;
  clear: both;
  padding: 14px 0 0 0; }
  .main-feature h3 {
    font-size: 1.5rem;
    padding: 4px 0 0 0; }
  .main-feature li {
    list-style: none;
    text-align: center; }
    .main-feature li:hover h3 {
      color: #00a448; }
  .main-feature a {
    display: block;
    padding: 0 14px 21px;
    border-bottom: none !important; }

.extended-info {
  padding: 14px 0 0;
  float: none;
  clear: both; }
  .extended-info ul {
    padding: 0; }
  .extended-info li {
    border-bottom: 1px solid #00a448; }
  .extended-info a {
    display: block;
    width: 100%;
    padding-left: 0;
    border: none !important; }
    .extended-info a:hover {
      background: #ededed;
      color: #1f1f1f; }
  .extended-info img {
    text-align: center;
    margin: 0 auto; }
  .extended-info h4 {
    padding: 7px 0 7px 14px;
    font-size: 1.4rem; }

.galleries {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  padding: 0 !important; }
  .galleries li {
    position: relative;
    list-style: none;
    margin-top: 7px;
    overflow: hidden; }
  .galleries h3, .galleries p {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: 0;
    bottom: -170px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fefefe;
    padding: 7px;
    transition: bottom 0.3s ease-out; }
  .galleries li:hover h3, .galleries li:hover p {
    bottom: 0; }

.rel-gallery {
  margin: 28px 0 0 0; }

.contact-quote a {
  display: inline-block;
  position: relative;
  width: 49.1%;
  margin-bottom: 14px;
  margin-top: 28px;
  padding: 14px 56px 14px 28px;
  font-size: 1.4rem;
  line-height: 42px;
  text-align: right;
  border: 2px solid #00a448;
  border-radius: 2px;
  background: #00a448;
  color: #fff !important;
  background: linear-gradient(-160deg, #00a448, #000b05);
  color: #fefefe;
  transition: all 0.3s ease-out; }
  .contact-quote a:last-child {
    margin-left: 7px; }
    @media all and (max-width: 767px) {
      .contact-quote a:last-child {
        margin-left: 5px; } }
  .contact-quote a:hover {
    background-image: linear-gradient(-160deg, #00a448, #fefefe);
    color: #1f1f1f !important; }
  .contact-quote a span {
    display: block;
    position: absolute;
    right: 14px;
    top: 23px;
    width: 28px;
    height: 28px;
    background-image: url("../img/arrow-right.png"); }
    @media all and (max-width: 1199px) {
      .contact-quote a span {
        right: 8px;
        top: 28px;
        width: 20px;
        height: 20px;
        background-size: cover; } }
  @media all and (max-width: 1199px) {
    .contact-quote a {
      padding: 14px 46px 14px 0px;
      white-space: nowrap; } }
  @media all and (max-width: 1199px) {
    .contact-quote a {
      width: 49%; } }
  @media all and (max-width: 959px) {
    .contact-quote a {
      width: 48.6%; } }

.testimonial {
  margin-top: 14px; }

.reviews-slides {
  padding-bottom: 44px; }

.testimonial {
  padding: 14px 0 28px;
  background: #f8f8f8 url(../img/quote.png) no-repeat 28px 14px;
  box-sizing: border-box;
  border-radius: 2px; }

.testimonial p {
  margin: 0 7.0422%; }

.testimonial .h3 {
  font-weight: 300;
  font-size: 1em;
  color: #777;
  margin-bottom: 14px;
  margin-top: 28px;
  padding-left: 28px; }

.testimonial .said {
  font-style: italic;
  padding: 7px 28px;
  border-left: 2px solid #00AE59;
  border-right: 2px solid #00AE59; }

.testimonial .by {
  font-size: 0.8em;
  text-align: right;
  padding-right: 28px;
  line-height: 1em; }

.testimonial .by span {
  font-weight: 300; }

.best-contact {
  float: left;
  clear: left;
  width: 100%;
  padding: 14px 0; }

.social-links a {
  display: block;
  width: 42px;
  height: 42px;
  float: left;
  padding: 7px; }
.social-links img {
  display: block;
  width: 42px; }

/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0 0 2px 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s ease-out, height 0.3s ease-out; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px 'Oxygen',"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(246, 244, 242, 0.89);
  transition: background 0.2s ease-out; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  padding: 0 0 14px 28px;
  visibility: hidden;
  font: normal 13px/20px 'Oxygen',"Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-title .img-num {
  float: right;
  padding-right: 28px; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px; }

  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px; } }
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
  background: #b7b3a5;
  box-shadow: 0px 4px 14px -8px rgba(0, 0, 0, 0.7); }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 70px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 6px 0;
  list-style: none;
  background: #b7b3a5; }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url("../img/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  width: 32px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 8px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.7; }

#fancybox-thumbs ul li.active {
  opacity: 0.9;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.8); }

@media all and (max-width: 767px) {
  .fancybox-opened .fancybox-title {
    padding-bottom: 24px; } }
.footer .wrap {
  height: 226px; }
.footer .copyright {
  clear: both;
  float: left; }
.footer .accreditation {
  float: right; }
@media all and (max-width: 1199px) {
  .footer .logo {
    position: absolute;
    right: 0;
    top: -45px; } }

.nav.in .main-nav li > ul {
  display: none; }

@media all and (max-width: 1199px) {
  .nav.in {
    display: none; } }
/* ~~~~ global ~~~~ */
.anchor {
  display: block;
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: relative;
  top: -200px; }

.page-loc {
  display: block;
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: relative;
  top: -200px; }

.wrap {
  *zoom: 1;
  position: relative;
  width: 97.1732%;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .wrap {
      width: 966px; } }
  @media only screen and (min-width: 1200px) {
    .wrap {
      width: 1176px; } }
  .wrap:before, .wrap:after {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }
  @media all and (max-width: 959px) {
    .wrap {
      width: 100%; } }

.c, .in {
  *zoom: 1; }
  .c:before, .c:after, .in:before, .in:after {
    content: " ";
    display: table; }
  .c:after, .in:after {
    clear: both; }

.c {
  clear: both; }

#back-to-top {
  display: none;
  position: fixed;
  z-index: 2000;
  bottom: 182px;
  right: 0;
  width: 56px;
  height: 56px;
  color: #fefefe;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-out; }
  #back-to-top:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8); }
  #back-to-top a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -98765px;
    background: #00a448 url(../img/arrow-up.png) no-repeat 14px 14px;
    border-radius: 2px 0px 0px 2px;
    transition: all 0.3s ease-out; }

/* ~~~~ Digital by bearramelk ~~~~ */
.bearramelk {
  position: absolute;
  bottom: 0;
  right: 28px;
  display: block;
  height: 42px;
  overflow: hidden; }
  .bearramelk a {
    display: block;
    position: relative;
    width: 126px;
    height: 42px;
    padding: 0 0;
    background: rgba(0, 0, 0, 0.5) url(http://bearramelk.com/res/img/digital_by_Bear_Ram_Elk.png) no-repeat 14px 12px;
    text-indent: -98765px;
    transition: all 0.3s ease-out; }
    .bearramelk a:hover {
      background-color: rgba(0, 164, 72, 0.99);
      background-position: 77px 12px;
      width: 196px; }
    .bearramelk a:after {
      content: 'Digital by';
      text-indent: 0;
      font-size: 12px;
      white-space: nowrap;
      padding: 0px;
      position: absolute;
      left: 14px;
      top: 28px;
      color: #eee;
      opacity: 0;
      transition: opacity 0.2s ease-out, top 0.2s ease-out; }
    .bearramelk a:hover:after {
      display: inline-block;
      opacity: 1;
      top: 12px;
      transition: opacity 0.2s ease-out 0.3s, top 0.2s ease-out 0.2s; }
    .bearramelk a p {
      padding: 0;
      margin: 0;
      text-indent: -98765px;
      width: 1px;
      height: 1px; }

.vcard {
  float: right;
  text-align: right;
  margin: 28px 14px;
  font-size: 0.7rem;
  font-weight: 700; }

/* ~~~~ Basic Print styles ~~~~ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=trimtechnik.css.map */
