﻿/* ----- DESIGN BY DEBUGGED ----- */
/* more info at www.debugged.be */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

1.  CSS Reset             
2.  Global Grid
3.  Mobile Grid
4.  Extra Classes
5.  LESS prefixes
6.  Site styles
7.  Media queries

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
1.  CSS Reset by Eric Meyer http://meyerweb.com/eric/tools/css/reset/
============================================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
/*
2.  Global Grid
============================================================================================*/
.container {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}
.one {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 4.25%;
}
.two {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 10.5%;
}
.three {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 16.75%;
}
.four {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}
.five {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 29.25%;
}
.six {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 35.5%;
}
.seven {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 41.75%;
}
.eight {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
}
.nine {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 54.25%;
}
.ten {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 60.5%;
}
.eleven {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 66.75%;
}
.twelve {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 73%;
}
.thirteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 79.25%;
}
.fourteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 85.5%;
}
.fifteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 91.75%;
}
.sixteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}
.one-third {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 31.333333%;
}
/*
3.  Mobile Grid
============================================================================================*/
@media only screen and (max-width: 719px) {
  .container {
    width: 90%;
  }
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve,
  .thirteen,
  .fourteen,
  .fifteen,
  .sixteen,
  .one-third {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/*
4.  Extra classes
============================================================================================*/
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
img.scale {
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*selection color*/
::selection {
  background: #006948;
  color: #85b916;
}
::-moz-selection {
  background: #006948;
  color: #85b916;
}
/*enable touch if possible*/
canvas {
  -ms-touch-action: double-tap-zoom;
}
/*
5.  LESS prefixes
============================================================================================*/
/*
6.  Site styles
============================================================================================*/
.orange {
  background: orange;
}
.pink {
  background: pink;
}
.purple {
  background: purple;
}
.blue {
  background: blue;
}
.light-green {
  background: #85b916;
}
body {
  font-family: 'Open Sans', 'helvetica', 'arial', sans-serif;
  background: #f6f7f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cookiebar {
  background: #006948;
  width: 100%;
  display: block;
  padding: 8px 0;
}
.cookiebar p {
  color: #ffffff;
  padding-top: 4px;
  font-family: 'Open Sans', 'helvetica', 'arial', sans-serif;
  font-size: 12px;
}
.cookiebar a {
  color: #ffffff;
}
.cookiebar a:hover {
  color: #648b11;
}
.cookiebar .header_btn {
  text-align: center;
  display: block;
  padding: 4px 5px;
  background: #85b916;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Open Sans', 'helvetica', 'arial', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.cookiebar .header_btn:hover {
  color: #ffffff;
  background: #648b11;
}
.editable {
  font-size: 13px;
  line-height: 18px;
}
.editable h1 {
  font-size: 22px;
  color: #006948;
  line-height: 22px;
  margin-bottom: 12px;
}
.editable h2 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
  color: #006948;
}
.editable h3 {
  font-weight: bold;
  margin-bottom: 4px;
  color: #006948;
}
.editable a {
  color: #006948;
  text-decoration: underline;
}
.editable a:hover {
  color: #85b916;
}
.editable b,
.editable strong {
  font-weight: bold;
}
.editable i,
.editable em {
  font-style: italic;
}
.editable ul {
  padding-left: 17px;
  list-style: disc;
  margin: 8px 0;
}
.editable ol {
  padding-left: 17px;
  list-style: decimal;
  margin: 8px 0;
}
.editable table {
  width: 100%;
}
.editable table td {
  border: 1px solid #dddddd;
  padding: 5px 10px;
}
.editable .stroke {
  background: #dddddd;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
.faq ul {
  list-style: none;
  padding-left: 0;
}
.faq ul li {
  padding-left: 20px;
}
.faq ul li span {
  display: block;
  font-weight: bold;
  color: #006948;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}
.faq ul li span:before {
  content: '\25b6';
  position: absolute;
  left: -20px;
}
.faq ul li div {
  display: block;
  margin-top: 10px;
  margin-bottom: 50px;
}
.faq ul li div a {
  float: left;
  display: block;
  color: #006948;
  text-decoration: underline;
  font-size: 14px;
}
.faq ul li div a:hover {
  color: #85b916;
}
.contact table {
  width: 100%;
}
.contact table td {
  vertical-align: top;
  border: none;
  padding: 0px;
}
.contact table td input[type="text"] {
  width: 96%;
  padding: 4px 2%;
  margin-bottom: 6px;
  border: 1px solid #dddddd;
  outline: none;
}
.contact table td input[type="text"]:focus {
  border: 1px solid #006948;
}
.contact table td textarea {
  width: 96%;
  min-height: 100px;
  padding: 4px 2%;
  margin-bottom: 6px;
  border: 1px solid #dddddd;
  outline: none;
  resize: none;
}
.contact table td textarea:focus {
  border: 1px solid #006948;
}
.contact table input[type="submit"] {
  border: none;
  background-color: #007d56;
  background: -webkit-gradient(linear, left top, left bottom, from(#007d56), to(#006948));
  background: -webkit-linear-gradient(top, #007d56, #006948);
  background: -moz-linear-gradient(top, #007d56, #006948);
  background: -ms-linear-gradient(top, #007d56, #006948);
  background: -o-linear-gradient(top, #007d56, #006948);
  -webkit-shadow: 0 4px 0 0 #004a33;
  -moz-shadow: 0 4px 0 0 #004a33;
  -ms-box-shadow: 0 4px 0 0 #004a33;
  -o-box-shadow: 0 4px 0 0 #004a33;
  box-shadow: 0 4px 0 0 #004a33;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: white;
  text-shadow: -1px -1px 0 #004a33;
  font-family: 'Open Sans', 'helvetica', 'arial', sans-serif;
  padding: 6px 1%;
  margin-left: 1%;
  width: 31%;
  float: right;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
  outline: none;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact table input[type="submit"]:active {
  -webkit-shadow: 0 2px 0 0 #004a33;
  -moz-shadow: 0 2px 0 0 #004a33;
  -ms-box-shadow: 0 2px 0 0 #004a33;
  -o-box-shadow: 0 2px 0 0 #004a33;
  box-shadow: 0 2px 0 0 #004a33;
  top: 2px;
}
.contact table .checkbox {
  padding-bottom: 14px;
}
.contact table .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  color: #222222;
  font-size: 13px;
}
.contact table .checkbox:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.contact table .checkbox:not(#IE8) input[type=checkbox] {
  display: none;
}
.contact table .checkbox:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 30px;
  color: #006948;
  border: 1px solid #006948;
}
.contact .validation_error {
  background: #c50022;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding: 2%;
  width: 97%;
  margin-top: 10px;
}
.contact .validation_error ul {
  display: none;
}
header {
  border-bottom: 4px solid #006948;
  background: white;
}
header .container .sixteen {
  position: relative;
}
header .logo {
  padding: 12px 0;
  float: left;
}
header .logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
header .toggle {
  display: none;
  float: right;
  padding: 28px 5px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  color: #006948;
}
header .toggle img {
  padding-left: 6px;
}
header .mobile-search {
  display: none;
  padding: 28px 10px;
  float: right;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
}
header menu {
  float: right;
}
header .lang {
  display: block;
  text-align: right;
  padding: 10px 5px 5px 0;
}
header .lang a {
  color: #444444;
  text-decoration: none;
  font-size: 12px;
}
header .lang a:after {
  content: "|";
  margin-left: 3px;
}
header .lang a:last-child:after {
  content: '';
}
header .lang a:hover,
header .lang a.active {
  color: #006948;
}
header nav {
  float: right;
  display: block;
  margin-top: 10px;
}
header nav menu {
  display: inline-block;
}
header nav a,
header nav .search {
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #444444;
  cursor: pointer;
}
header nav a:hover,
header nav .search:hover,
header nav a.active,
header nav .search.active {
  background: #006948;
  color: #ffffff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
header nav a:hover,
header nav .search:hover {
  background: #ffffff;
  color: #444444;
}
header nav a.active:hover,
header nav .search.active:hover {
  background: #006948;
  color: #ffffff;
}
header nav a.search:hover,
header nav .search.search:hover,
header nav a.search:hover,
header nav .search.search:hover {
  background: none;
}
header .search-block {
  position: absolute;
  right: 0;
  top: 88px;
  padding: 6px 10px 10px;
  background: #006948;
  z-index: 99999;
  display: none;
}
header .search-block .field {
  position: relative;
  width: 200px;
}
header .search-block .field input[type="text"] {
  border: none;
  background: white;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  width: 100%;
  padding: 2%;
  height: 25px;
  position: relative;
  outline: none;
  -webkit-shadow: 0 0 0 1px #005a3e;
  -moz-shadow: 0 0 0 1px #005a3e;
  -ms-box-shadow: 0 0 0 1px #005a3e;
  -o-box-shadow: 0 0 0 1px #005a3e;
  box-shadow: 0 0 0 1px #005a3e;
}
header .search-block .field input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 25px;
  border: none;
  background: url(../images/submit.png) no-repeat center center #85b916;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  outline: none;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.bx-wrapper .bx-viewport {
  max-height: 440px;
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 20px;
  background: url(../images/left.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {
  left: 16px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 20px;
  background: url(../images/right.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover {
  right: 16px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000;
}
.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .bx-viewport {
  max-height: 300px;
}
.slider-wrapper .caption {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  color: white;
}
.slider-wrapper .caption .five {
  min-width: 300px;
}
.slider-wrapper .caption-back {
  height: 100%;
  width: 50%;
  min-width: 500px;
  display: block;
  position: relative;
  margin-left: -220px;
}
.slider-wrapper .caption-back:after {
  content: '';
  position: absolute;
  top: -50px;
  bottom: -50px;
  right: -100px;
  left: 80%;
  background: inherit;
  -webkit-border-radius: 50% 50% 50% 50%/60% 40%;
  border-radius: 50% 50%/50% 50%;
  z-index: -1;
  -webkit-shadow: inset 0 10px 0 10px rgba(0, 0, 0, 0.1);
  -moz-shadow: inset 0 10px 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 10px 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 10px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 0 10px rgba(0, 0, 0, 0.1);
  border: 2px solid white;
}
.slider-wrapper .caption-content {
  position: relative;
  z-index: 999999;
  padding: 40px 0;
  font-size: 14px;
  line-height: 18px;
}
.slider-wrapper .caption-content h2 {
  text-transform: uppercase;
  border-bottom: 1px solid white;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.slider {
  height: 400px;
  z-index: 0;
}
.slider li,
.slider a {
  display: block;
  height: 400px;
  width: 100%;
}
.slider div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.slider .cycle-next {
  width: 32px;
  height: 32px;
  background: url(../images/left.png) no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  z-index: 999999;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .cycle-next:hover {
  left: 16px;
}
.slider .cycle-prev {
  width: 32px;
  height: 32px;
  background: url(../images/right.png) no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  z-index: 999999;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .cycle-prev:hover {
  right: 16px;
}
.content-slider {
  height: 300px;
  z-index: 0;
}
.content-slider li,
.content-slider a {
  display: block;
  height: 300px;
  width: 100%;
}
.content-slider div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.blocks {
  background: #dddddd;
}
.blocks .block {
  text-decoration: none;
  display: block;
  background-image: url(../images/01.png);
  background-color: #006948;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding: 20px 5px 30px;
  color: white;
  position: relative;
  top: -20px;
  text-align: center;
  -webkit-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  text-shadow: -1px -1px 0 #003625;
  font-size: 15px;
}
.blocks .block h2 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.blocks .block span {
  font-family: 'Bitter', serif;
  font-style: italic;
  line-height: 17px;
}
.blocks .block:hover {
  top: -15px;
  -webkit-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.main {
  margin: 10px 0;
}
.main .narrow {
  text-decoration: none;
  width: 23%;
  margin: 1%;
  float: left;
  display: inline-block;
  -webkit-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  bottom: 0;
}
.main .narrow img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.main .narrow .box-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
  color: white;
  padding: 20px;
  font-family: 'Bitter', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
.main .narrow .box-content span {
  font-family: 'Open Sans', 'helvetica', 'arial', sans-serif;
  font-style: normal;
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
}
.main .wide {
  text-decoration: none;
  width: 48%;
  margin: 1%;
  float: left;
  display: inline-block;
  -webkit-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .wide img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.main .wide .box-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
  padding: 20px;
  font-family: 'Bitter', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
}
.main .wide a:after,
.main .narrow a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/zoom.png) no-repeat center center rgba(0, 105, 72, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0%;
  z-index: 999999;
}
.main .wide a:hover:after,
.main .narrow a:hover:after {
  height: 100%;
}
.main .wide img,
.main .narrow img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main .button {
  text-decoration: none;
  background-color: #007d56;
  background: -webkit-gradient(linear, left top, left bottom, from(#007d56), to(#006948));
  background: -webkit-linear-gradient(top, #007d56, #006948);
  background: -moz-linear-gradient(top, #007d56, #006948);
  background: -ms-linear-gradient(top, #007d56, #006948);
  background: -o-linear-gradient(top, #007d56, #006948);
  -webkit-shadow: 0 4px 0 0 #004a33;
  -moz-shadow: 0 4px 0 0 #004a33;
  -ms-box-shadow: 0 4px 0 0 #004a33;
  -o-box-shadow: 0 4px 0 0 #004a33;
  box-shadow: 0 4px 0 0 #004a33;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: white;
  text-shadow: -1px -1px 0 #004a33;
  font-family: 'Open Sans', 'helvetica', 'arial', sans-serif;
  padding: 10px 1%;
  width: 100%;
  text-align: center;
  display: block;
  margin: 16px 0;
  position: relative;
  top: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .button:active {
  -webkit-shadow: 0 2px 0 0 #004a33;
  -moz-shadow: 0 2px 0 0 #004a33;
  -ms-box-shadow: 0 2px 0 0 #004a33;
  -o-box-shadow: 0 2px 0 0 #004a33;
  box-shadow: 0 2px 0 0 #004a33;
  top: 2px;
}
.main .sidebar {
  width: 240px;
  margin: 0 10px;
  background: white;
  padding: 20px 15px;
  position: absolute;
  -webkit-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 13px;
  /*.arrow{
            &:after{
                content: '\25bc';
                position: absolute;
                right: 0;
                top: 14px;
                font-size: 10px;
                .transition;
            }
            &.open:after{
                content: '\25b2';
            }
        }*/
}
.main .sidebar h4 {
  color: #006948;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.main .sidebar a {
  display: block;
  color: #222222;
  text-decoration: none;
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.main .sidebar a:after {
  content: '\203A';
  position: absolute;
  right: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .sidebar a:hover {
  color: #85b916;
}
.main .sidebar a:hover:after {
  right: 0;
  color: #85b916;
}
.main .sidebar a.active {
  font-weight: bold;
}
.main .sidebar .color {
  width: 5px;
  height: 15px;
  display: inline-block;
  margin-left: -6px;
  /*margin-right:6px;*/
  margin-bottom: -2px;
  top: 1px;
  position: absolute;
}
.main .sidebar .filter {
  padding-bottom: 30px;
}
.main .sidebar .filter li {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding: 4px 0;
}
.main .sidebar .filter li a {
  display: block;
  color: #222222;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  border-bottom: none;
}
.main .sidebar .filter li a:hover {
  color: #85b916;
}
.main .sidebar .filter li a:after {
  content: '';
}
.main .sidebar .filter li ul {
  display: none;
  padding-left: 22px;
}
.main .sidebar .filter li ul li {
  border-bottom: none;
}
.main .sidebar .filter li ul li:before {
  content: '-';
  position: absolute;
  left: -15px;
  color: #222222;
  padding: 5px 0;
}
.main .sidebar .type {
  padding: 10px 0;
}
.main .sidebar .checkboxList {
  padding-bottom: 20px;
}
.main .sidebar .checkboxList li {
  padding-bottom: 14px;
}
.main .sidebar .checkboxList li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  color: #222222;
  font-size: 13px;
}
.main .sidebar .checkboxList li label:hover {
  color: #85b916;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .sidebar .checkboxList li:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.main .sidebar .checkboxList li:not(#IE8) input[type=checkbox] {
  display: none;
}
.main .sidebar .checkboxList li:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 30px;
  color: #006948;
  border: 1px solid #006948;
}
.main .sidebar .checkbox {
  padding-bottom: 14px;
}
.main .sidebar .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  color: #222222;
  font-size: 13px;
}
.main .sidebar .checkbox label:hover {
  color: #85b916;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .sidebar .checkbox:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.main .sidebar .checkbox:not(#IE8) input[type=checkbox] {
  display: none;
}
.main .sidebar .checkbox:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 30px;
  color: #006948;
  border: 1px solid #006948;
}
.main .sidebar .field {
  position: relative;
  padding-top: 10px;
}
.main .sidebar .field input[type="text"] {
  border: none;
  background: white;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  width: 100%;
  padding: 2%;
  height: 25px;
  position: relative;
  outline: none;
  -webkit-shadow: 0 0 0 1px #aaaaaa;
  -moz-shadow: 0 0 0 1px #aaaaaa;
  -ms-box-shadow: 0 0 0 1px #aaaaaa;
  -o-box-shadow: 0 0 0 1px #aaaaaa;
  box-shadow: 0 0 0 1px #aaaaaa;
}
.main .sidebar .field input[type="submit"] {
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 25px;
  border: none;
  background: url(../images/submit.png) no-repeat center center #006948;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
.main .sidebar .button {
  border-bottom: 1px solid #006948;
  color: white;
  padding: 8px;
  margin: 0px 0px 30px 0;
}
.main .sidebar .button:after {
  content: '';
}
.main .product-wrapper {
  margin-top: 30px;
  margin-left: 260px;
  position: relative;
}
.main .product-wrapper h1 {
  color: #006948;
  border-bottom: 1px solid #006948;
  text-transform: uppercase;
  margin: 0 1% 15px 1%;
  padding-bottom: 10px;
  font-size: 20px;
  text-shadow: 1px 1px 0 white;
  -webkit-shadow: 0 1px 0 0 white;
  -moz-shadow: 0 1px 0 0 white;
  -ms-box-shadow: 0 1px 0 0 white;
  -o-box-shadow: 0 1px 0 0 white;
  box-shadow: 0 1px 0 0 white;
}
.main .product-wrapper p {
  margin: 0 1%;
  font-size: 13px;
}
.main .ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
}
.main .ribbon-wrapper .ribbon {
  font-weight: bold;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  right: -5px;
  top: 14px;
  width: 120px;
  background-color: #006948;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  float: right;
}
.main .ribbon-wrapper .ribbon:before,
.main .ribbon-wrapper .ribbon:after {
  content: "";
  border-top: 3px solid #003625;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.main .ribbon-wrapper .ribbon:before {
  left: 0;
}
.main .ribbon-wrapper .ribbon:after {
  right: 0;
}
.main .item {
  text-decoration: none;
  color: #444444;
  width: 31.333333%;
  margin: 0 1% 2% 1%;
  float: left;
  display: inline-block;
  background: white;
  text-align: center;
  height: 240px;
  -webkit-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .item.orange {
  border-bottom: 4px solid orange;
}
.main .item.pink {
  border-bottom: 4px solid pink;
}
.main .item.blue {
  border-bottom: 4px solid blue;
}
.main .item img {
  max-width: 100%;
  height: auto;
}
.main .item .product {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
}
.main .item .product .product-img {
  display: table-cell;
  vertical-align: middle;
}
.main .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-image: url(../images/title-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 28px;
  color: #222222;
  font-size: 15px;
}
.main .item:hover {
  -webkit-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  bottom: -6px;
}
.main .detail-wrapper {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
.main .detail {
  margin: 0 10px;
  background: white;
  padding: 30px;
  margin-top: 20px;
  -webkit-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 14px;
}
.main .detail a {
  color: #006948;
  text-decoration: underline;
}
.main .detail a:hover {
  color: #85b916;
}
.main .detail.orange {
  border-top: 4px solid orange;
}
.main .detail.pink {
  border-top: 4px solid pink;
}
.main .detail.blue {
  border-top: 4px solid blue;
}
.main .detail .product-slider-wrapper {
  padding: 20px 0;
}
.main .detail .product-title span {
  font-family: 'Bitter', serif;
  font-style: italic;
  color: #006948;
  display: block;
}
.main .detail .product-title h1 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 10px 0 20px;
  clear: both;
  display: inline-block;
  padding-bottom: 5px;
  color: #006948;
  border-bottom: 2px solid #006948;
}
.main .detail .product-footer {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  margin-top: 30px;
}
.main .detail .product-footer .button {
  text-decoration: none;
  color: white;
  padding: 10px 15px;
  font-size: 13px;
  margin: 0;
}
.main .detail .product-footer .button img {
  padding: 0 8px 0 0;
  margin-bottom: -6px;
}
.main .detail .title-bottom {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.main .detail .item {
  width: 100%;
  margin: 10px 0 0 0;
}
.main .detail .tooltip_launcher {
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
  position: relative;
}
.main .detail .tooltip_launcher:hover .tooltip {
  visibility: visible;
  opacity: 0.8;
  bottom: 65px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.main .detail span.tooltip {
  position: absolute;
  width: 140px;
  color: #FFFFFF;
  background: #000000;
  line-height: 20px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  padding: 4px;
}
.main .detail span.tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.main .content {
  background: white;
  margin-top: 30px;
  margin-left: 260px;
  margin-right: 1%;
  position: relative;
  -webkit-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.main .content .social-media {
  background: white;
  padding: 10px 0;
  min-height: 30px;
  margin-top: 40px;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.main .content .printBox {
  float: right;
  margin-top: 3px;
  height: 26px;
  padding: 5px 0 0 40px;
  background: url(/images/print-26.png) no-repeat center left;
}
.main .content .printBox a {
  text-decoration: none;
  color: #000000;
}
.main .content .printBox a:hover {
  text-decoration: underline;
}
.main .content-wide {
  background: white;
  margin-top: 30px;
  margin-right: 1%;
  position: relative;
  -webkit-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.main .content-wide .social-media {
  background: white;
  padding: 10px 0;
  min-height: 30px;
  margin-top: 40px;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.main .content-wide .printBox {
  float: right;
  margin-top: 3px;
  height: 26px;
  padding: 5px 0 0 40px;
  background: url(/images/print-26.png) no-repeat center left;
}
.main .content-wide .printBox a {
  text-decoration: none;
  color: #000000;
}
.main .content-wide .printBox a:hover {
  text-decoration: underline;
}
.main .back-link {
  margin-left: 260px;
  margin-right: 1%;
  text-align: center;
  display: block;
  font-family: 'Open Sans', 'helvetica', 'arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background: #006948;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #005037;
}
.main .back-link:hover {
  background: #005037;
}
.main .search-container {
  margin-top: 50px;
}
.main .search-container h1 {
  font-size: 22px;
  color: #006948;
  line-height: 22px;
  margin-bottom: 12px;
}
.main .search-container .tabs {
  width: 100%;
  margin-top: 50px;
}
.main .search-container .tabs li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.main .search-container .tabs li a {
  text-decoration: none;
  color: #333333;
  padding: 12px;
}
.main .search-container .tabs li.active-tab a {
  border: 1px solid #DDD;
  border-bottom: none;
  background: #fff;
  color: #222;
  padding: 12px 12px 15px 12px;
}
.main .search-container #tabs_content_container {
  border-top: 1px solid #DDD;
  padding: 30px 0 30px 0;
  margin-top: 13px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
}
.main .search-container #tabs_content_container .tab_content {
  display: none;
  min-height: 280px;
  line-height: 18px;
  overflow-y: auto;
}
.main .search-container #tabs_content_container .tab_content .singleResult {
  padding: 6px 20px;
  display: block;
}
.main .search-container #tabs_content_container .tab_content .singleResult a {
  color: #006948;
}
.main .search-container #tabs_content_container .tab_content .singleResult a:hover {
  color: #85b916;
}
footer {
  background: #006948;
  border-top: 2px solid #006445;
  margin-top: 40px;
  font-size: 13px;
  line-height: 20px;
  color: white;
}
footer h4 {
  color: white;
  font-size: 21px;
  margin: 20px 0 16px 0;
  border-bottom: 1px solid white;
  padding-bottom: 14px;
}
footer a {
  text-decoration: none;
  color: white;
  display: block;
}
footer a:hover {
  color: #85b916;
}
footer .social li {
  display: block;
  float: left;
}
footer .social li a {
  padding-right: 8px;
  padding-top: 2px;
  opacity: 1;
  display: block;
}
footer .social li a:hover {
  opacity: 0.6;
}
footer p {
  font-size: 12px;
  margin-bottom: 10px;
}
footer .field {
  position: relative;
}
footer input[type="text"] {
  border: none;
  background: white;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  width: 100%;
  padding: 2%;
  height: 25px;
  position: relative;
  outline: none;
  -webkit-shadow: 0 0 0 1px #004530;
  -moz-shadow: 0 0 0 1px #004530;
  -ms-box-shadow: 0 0 0 1px #004530;
  -o-box-shadow: 0 0 0 1px #004530;
  box-shadow: 0 0 0 1px #004530;
}
footer input[type="submit"] {
  position: absolute;
  top: 30px;
  right: 0;
  width: 30px;
  height: 25px;
  border: none;
  background: url(../images/submit.png) no-repeat center center #85b916;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
footer .bottom-bar {
  border-top: 1px solid white;
  margin-top: 20px;
  padding: 10px 0 50px 0;
  color: white;
  font-size: 10px;
}
footer .bottom-bar a {
  display: inline-block;
}
footer .validation_error {
  background: #c50022;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding: 2%;
  width: 100%;
  margin-top: 10px;
  -webkit-shadow: 0 0 0 1px #004530;
  -moz-shadow: 0 0 0 1px #004530;
  -ms-box-shadow: 0 0 0 1px #004530;
  -o-box-shadow: 0 0 0 1px #004530;
  box-shadow: 0 0 0 1px #004530;
}
footer .validation_error ul {
  display: none;
}
/*
7.  Media queries
============================================================================================*/
@media only screen and (min-width: 600px) and (max-width: 850px) {
  header .container,
  header .sixteen {
    width: 100%;
    margin: 0;
  }
  header .toggle {
    display: block;
    padding: 30px 20px 30px 10px;
  }
  header .logo {
    margin-left: 10px;
  }
  header .mobile-search {
    display: inline-block;
    padding: 30px 10px;
  }
  header menu {
    float: none;
    clear: both;
    display: none;
    background: #006948;
  }
  header menu nav {
    float: none;
    clear: both;
    width: 100%;
  }
  header menu a {
    display: block;
    padding: 12px 20px;
    color: white;
    border-bottom: 1px solid #005a3e;
  }
  header menu a:last-child {
    border-bottom: none;
  }
  header menu a:hover,
  header menu a.active {
    background: #005a3e;
    color: white;
  }
  header menu .lang {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  header menu .lang a {
    color: white;
    width: 20%;
    margin: 0;
    padding: 10px 0;
    float: left;
    border-bottom: none;
    text-align: center;
    -webkit-shadow: 1px 1px 0 0 #005a3e;
    -moz-shadow: 1px 1px 0 0 #005a3e;
    -ms-box-shadow: 1px 1px 0 0 #005a3e;
    -o-box-shadow: 1px 1px 0 0 #005a3e;
    box-shadow: 1px 1px 0 0 #005a3e;
  }
  header menu .lang a:after {
    content: '';
  }
  header menu .lang a:hover,
  header menu .lang a.active {
    color: white;
    background: #005a3e;
  }
  header menu .search {
    display: none;
  }
  header .search-block {
    top: 88px;
  }
  .blocks {
    padding-top: 20px;
  }
  .blocks .four {
    width: 48%;
    margin: 0 1%;
  }
  .blocks .four .block {
    margin-bottom: 20px;
    top: 0;
  }
  .main .wide .box-content h3 {
    margin: 0 0 10px 0;
  }
  .main .wide .box-content input[type="text"],
  .main .wide .box-content input[type="submit"] {
    margin-top: 10px;
  }
  .main .product-wrapper .item {
    width: 48%;
  }
}
/*PAGING*/
ul.pager {
  width: 98%;
  margin: 0 1%;
  border-top: 1px solid #006948;
  padding-top: 15px;
  float: left;
}
ul.pager li {
  display: inline-block;
  *display: block;
  zoom: 1;
  float: left;
}
ul.pager li a {
  text-decoration: none;
  color: #006948;
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 20px;
  text-shadow: 1px 1px 0 white;
}
ul.pager li a:hover {
  color: #85b916;
  font-weight: bold;
}
ul.pager li a.active {
  color: #85b916;
  font-weight: bold;
}
/*ul.simplePagerNav li.currentPage a {
    color: @light-green;
    font-weight:bold;
}*/
/*Phone*/
@media only screen and (max-width: 719px) {
  header .container {
    margin: 0;
    width: 100%;
  }
  header .logo {
    max-width: 150px;
    margin-left: 20px;
  }
  header .toggle {
    display: block;
    padding: 25px 20px 25px 10px;
  }
  header .mobile-search {
    display: inline-block;
    padding: 25px 10px 25px 10px;
  }
  header menu {
    float: none;
    clear: both;
    display: none;
    background: #006948;
  }
  header menu nav {
    float: none;
    clear: both;
    width: 100%;
  }
  header menu a {
    display: block;
    padding: 12px 20px;
    color: white;
    border-bottom: 1px solid #005a3e;
  }
  header menu a:last-child {
    border-bottom: none;
  }
  header menu a:hover,
  header menu a.active {
    background: #005a3e;
    color: white;
  }
  header menu .lang {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header menu .lang a {
    color: white;
    width: 20%;
    margin: 0;
    padding: 10px 0;
    float: left;
    border-bottom: none;
    text-align: center;
    -webkit-shadow: 1px 1px 0 0 #005a3e;
    -moz-shadow: 1px 1px 0 0 #005a3e;
    -ms-box-shadow: 1px 1px 0 0 #005a3e;
    -o-box-shadow: 1px 1px 0 0 #005a3e;
    box-shadow: 1px 1px 0 0 #005a3e;
  }
  header menu .lang a:after {
    content: '';
  }
  header menu .lang a:hover,
  header menu .lang a.active {
    color: white;
    background: #005a3e;
  }
  header menu .search {
    display: none;
  }
  header .search-block {
    width: 100%;
    top: 74px;
  }
  header .search-block .field {
    width: 100%;
  }
  .slider-wrapper .caption {
    display: none;
  }
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .blocks {
    padding-top: 10px;
  }
  .blocks .four .block {
    top: 0;
    margin-bottom: 10px;
  }
  .main .narrow {
    width: 48%;
  }
  .main .wide {
    width: 98%;
  }
  .main .newsletter {
    display: none;
  }
  .main .sidebar {
    width: 100%;
    position: static;
    margin: 4% 0 2% 0;
  }
  .main .product-wrapper {
    margin: 0;
  }
  .main .product-wrapper h1 {
    margin: 30px 0 10px 0;
  }
  .main .product-wrapper .item {
    width: 100%;
    margin: 1% 0 2% 0;
  }
  .main .content {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .main .back {
    display: none;
  }
  .main .product-title {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .main .narrow {
    width: 100%;
    margin: 2% 0;
  }
  .main .wide {
    width: 100%;
    margin: 2% 0;
  }
}
@media only screen and (min-width: 1500px) {
  .slider {
    height: 500px;
  }
  .slider li,
  .slider a {
    height: 500px;
  }
  .content-slider {
    height: 400px;
  }
  .content-slider li,
  .content-slider a {
    height: 400px;
  }
}
@media only screen and (max-width: 960px) {
  .slider {
    height: 300px;
  }
  .slider li,
  .slider a {
    height: 300px;
  }
  .content-slider {
    height: 300px;
  }
  .content-slider li,
  .content-slider a {
    height: 300px;
  }
}
@media only screen and (max-width: 719px) {
  .slider {
    height: 200px;
  }
  .slider li,
  .slider a {
    height: 200px;
  }
  .content-slider {
    height: 200px;
  }
  .content-slider li,
  .content-slider a {
    height: 200px;
  }
}