﻿/* ----- 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;
}
input[type="text"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/*
2.  Global Grid
============================================================================================*/
.wrapper {
  margin: auto;
  width: 100%;
  max-width: 1600px;
}
.container {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
.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%;
}
.two-third {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 64.666666%;
}
.one-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 6.25%;
}
.two-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 12.5%;
}
.three-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 18.75%;
}
.four-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 25%;
}
.five-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 31.25%;
}
.six-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 37.5%;
}
.seven-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 43.75%;
}
.eight-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 50%;
}
.nine-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 56.25%;
}
.ten-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 62.5%;
}
.eleven-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 68.75%;
}
.twelve-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 75%;
}
.thirteen-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 81.25%;
}
.fourteen-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 87.5%;
}
.fifteen-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 93.75%;
}
.sixteen-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.one-third-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 33.333333%;
}
.two-third-no-space {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 66.666666%;
}
/*
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,
  .two-third {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .one-no-space,
  .two-no-space,
  .three-no-space,
  .four-no-space,
  .five-no-space,
  .six-no-space,
  .seven-no-space,
  .eight-no-space,
  .nine-no-space,
  .ten-no-space,
  .eleven-no-space,
  .twelve-no-space,
  .thirteen-no-space,
  .fourteen-no-space,
  .fifteen-no-space,
  .sixteen-no-space,
  .one-third-no-space,
  .two-third-no-space {
    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: #a6ce39;
  color: #fff;
}
::-moz-selection {
  background: #a6ce39;
  color: #fff;
}
/*enable touch if possible*/
canvas {
  -ms-touch-action: double-tap-zoom;
}
/*
5.  LESS prefixes
============================================================================================*/
/*
6.  Site styles
============================================================================================*/
/*COLORS
============================================================================================*/
/*FONT
============================================================================================*/
/*URL
============================================================================================*/
/*MIXINS
============================================================================================*/
/*GENERAL
============================================================================================*/
#consent_blackbar {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  background: #353535;
  color: #fff;
}
#consent_blackbar #truste-consent-track {
  background: #353535 !important;
  padding: 15px 0;
}
#consent_blackbar #truste-consent-track #truste-consent-content {
  max-width: 1200px !important;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons button {
  background: #fff;
  padding: 5px 10px;
  border: none 0px;
  cursor: pointer;
  color: #353535;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons button:hover {
  background: #a6ce39;
  color: #fff;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons a {
  color: #fff;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons a:hover {
  color: #a6ce39;
}
body {
  background: #e7e8e5;
  font-family: 'Yantramanav', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #424444;
  font-weight: 300;
  padding-top: 145px;
  /*115px hoogte main-header + 30px hoogte top-header*/
}
h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 900;
  margin-bottom: 20px;
}
h1 span.smaller {
  font-weight: 500;
  display: block;
  font-size: 45px;
  line-height: 51px;
}
h2 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h2 span {
  display: block;
  font-size: 35px;
  line-height: 41px;
}
h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 10px;
}
h3 span {
  display: block;
  font-size: 25px;
  line-height: 31px;
}
h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
p {
  margin-bottom: 25px;
}
.smaller {
  font-size: 80%;
}
a {
  outline: none;
  border: 0;
  color: #a6ce39;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
a.button {
  display: inline-block;
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 35px;
  background: #a6ce39;
  color: #fff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  margin: 10px 10px 0 0;
}
a.button:hover {
  background: #519937;
}
img {
  max-width: 100%;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 17px;
}
ul li {
  padding-left: 10px;
}
ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 10px 17px;
}
ol li {
  padding-left: 15px;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
  outline: none;
  border: solid 1px #c9cacd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  font-family: 'Yantramanav', sans-serif;
  margin: 5px auto;
  font-size: 16px;
  line-height: 22px;
  color: #424444;
  background: #fff;
}
select {
  outline: none;
  border: solid 1px #c9cacd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  font-family: 'Yantramanav', sans-serif;
  margin: 5px auto;
  font-size: 16px;
  line-height: 22px;
  color: #424444;
  background: #fff;
}
textarea {
  resize: vertical;
  min-height: 10px;
}
.goto-overview {
  display: block;
  margin-bottom: 20px;
}
.goto-overview a {
  font-weight: 400;
  text-decoration: none;
  color: #424444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #c9cacd;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.goto-overview a:hover {
  background: #afb0b4;
}
.align-right {
  text-align: right;
}
.checkbox {
  position: relative;
  display: block;
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  margin-right: 15px;
  font-size: 15px;
  color: #424444;
  margin-bottom: 5px;
}
.checkbox :not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-bottom: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #c9cacd;
  background: #e8e9eb;
}
.checkbox :not(#IE8) input[type=checkbox] {
  display: none;
}
.checkbox :not(#IE8) input[type=checkbox]:checked + label:before {
  content: '\e816';
  font-family: icons;
  text-align: center;
  color: #a6ce39;
}
.accordion-tips-cat h3,
.accordion-faq-cat h3 {
  background: #a6ce39;
  padding: 10px;
  margin: 0;
  -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 !important;
}
.accordion,
.accordion-tips,
.accordion-faq {
  margin-bottom: 15px;
  margin-top: 30px;
  font-family: 'Yantramanav', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #a6ce39;
  font-weight: 400;
}
.accordion h3,
.accordion-tips h3,
.accordion-faq h3 {
  margin: 0;
  padding: 8px 16px;
  border: solid 1px #c9cacd !important;
  color: #a6ce39 !important;
  font-weight: bold;
  background: #f8f9f9;
  cursor: pointer;
  margin-top: 8px !important;
  font-family: #a6ce39;
  text-transform: uppercase;
  font-size: 16px !important;
}
.accordion h3 span,
.accordion-tips h3 span,
.accordion-faq h3 span {
  background: none;
  display: none;
}
.accordion h3.ui-accordion-header-active,
.accordion-tips h3.ui-accordion-header-active,
.accordion-faq h3.ui-accordion-header-active {
  border-bottom: solid 1px #c9cacd !important;
  color: #a6ce39;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.accordion h3:hover,
.accordion-tips h3:hover,
.accordion-faq h3:hover {
  background: #f0f1f2;
}
.accordion div.accordion-content,
.accordion-tips div.accordion-content,
.accordion-faq div.accordion-content {
  padding: 15px;
  display: block;
  border-bottom: solid 1px #c9cacd;
  border-left: solid 1px #c9cacd;
  border-right: solid 1px #c9cacd;
  margin-top: 0;
  top: 0;
  color: #424444;
}
.accordion div.accordion-content table,
.accordion-tips div.accordion-content table,
.accordion-faq div.accordion-content table {
  border-top: solid 1px #c2c3c3;
  border-right: solid 1px #c2c3c3;
  margin-top: 15px;
}
.accordion div.accordion-content table tr td,
.accordion-tips div.accordion-content table tr td,
.accordion-faq div.accordion-content table tr td {
  padding: 5px 10px;
  border-bottom: solid 1px #c2c3c3;
  border-left: solid 1px #c2c3c3;
}
.accordion-tips,
.accordion-faq {
  margin-top: 0;
}
.form {
  width: 80%;
}
.form tr td {
  width: 70%;
  padding-bottom: 7px;
  vertical-align: top;
}
.form tr td:first-child {
  width: 30%;
  padding-top: 10px;
}
.form tr td input[type="text"],
.form tr td textarea {
  border: solid 1px #e8e9eb;
  background: none;
  padding: 8px 2%;
  width: 96%;
  color: #424444;
  font-family: 'Yantramanav', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.form tr td input[type="text"].required,
.form tr td textarea.required {
  border: solid 1px #b32624;
}
.form tr td input[type="text"]:valid,
.form tr td textarea:valid {
  border: solid 1px #e8e9eb !important;
}
.form tr td input[type="submit"] {
  background: #e8e9eb;
  color: #000;
  border: none 0;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.form tr td input[type="submit"]:hover {
  background: #000;
  color: #e8e9eb;
}
/* SHARE
=========================================================================================*/
.share {
  z-index: 999999;
  position: fixed;
  right: 0;
  top: 500px;
}
.share a {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  cursor: pointer;
  -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;
}
.share a:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.share a:hover:after {
  opacity: 1;
}
.share a img {
  margin: 0;
  padding: 0;
  display: block;
}
/* COOKIE
=========================================================================================*/
.cookie {
  background: #a6ce39;
  color: white;
  font-weight: 100;
  font-size: 14px;
  line-height: 44px;
  position: relative;
  z-index: 999999;
}
.cookie a {
  color: white;
}
.cookie a:hover {
  color: #444444;
}
.cookie .closejar {
  background: #95ba2e;
  padding: 6px 10px;
  margin: 6px 0;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.cookie .closejar:hover {
  background: #88aa2a;
}
/*HEADER
============================================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9998;
}
header.small .main-header {
  padding: 10px 0;
}
header.small .main-header nav.main-nav {
  margin-top: 10px;
}
header.small .main-header .logo img {
  height: 45px;
}
header .logo {
  display: block;
  float: left;
}
header .logo img {
  display: block;
  height: 65px;
  -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;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  margin: 0;
  padding: 0;
  display: block;
}
header nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
header nav.desktop {
  float: right;
}
header nav.desktop ul li {
  float: left;
}
header nav.desktop ul:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
header nav.top-nav a {
  padding: 8px 10px;
  border-left: solid 1px #1c1c1c;
}
header nav.top-nav a:hover,
header nav.top-nav a.active {
  background: #000000;
  border-left-color: #000000;
}
header nav.main-nav {
  -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;
  margin-top: 20px;
}
header nav.main-nav ul li {
  margin-left: 30px;
}
header nav.main-nav ul li:first-of-type {
  margin-left: 0;
}
header nav.main-nav a {
  color: #c9cacd;
}
header nav.main-nav a:hover,
header nav.main-nav a.active {
  color: #a6ce39;
}
header nav.mobile {
  display: none;
}
header .top-header {
  background: #353535;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
header .top-header .top-header-inner {
  position: relative;
}
header .main-header {
  background: #fff;
  -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;
  padding: 0;
  padding: 25px 0;
  font-weight: 900;
  color: #c9cacd;
  font-size: 20px;
  line-height: 26px;
}
header .language-switcher {
  float: right;
  display: block;
  padding: 8px 38px 8px 15px;
  background: #1c1c1c;
  text-transform: uppercase;
  cursor: pointer;
  -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;
  position: relative;
}
header .language-switcher i {
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 15px;
  top: 5px;
}
header .language-switcher:hover {
  background: #000000;
}
header .language {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}
header .language a {
  background: #000000;
  padding: 10px 20px;
  border-top: solid 1px #fff;
}
header .language a:hover,
header .language a.active {
  background: #1c1c1c;
}
header .language.active {
  display: block;
}
header .hamburger {
  display: none;
}
/*SLIDER
============================================================================================*/
.header-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header-slider .slider-item {
  width: 100%;
  position: relative;
}
.header-slider .slider-item img {
  display: block;
  width: 100%;
  z-index: 0;
}
.header-slider .slider-item .item-text {
  position: absolute;
  width: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15%;
  z-index: 2;
}
.header-slider .slider-item .item-text h1 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 36px;
}
.header-slider.owl-carousel .owl-controls {
  margin: 0;
  padding: 0;
  height: 0;
}
.header-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.header-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #fff;
  color: #a6ce39;
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  padding: 0;
  margin: 0;
  z-index: 999;
  -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;
}
.header-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.header-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  color: #519937;
}
.header-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.header-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
/*BANNER
============================================================================================*/
.banner img {
  display: block;
  width: 100%;
}
/*CONTENT
============================================================================================*/
.content {
  background: #fff;
  min-height: 500px;
  /*product categories*/
  /*action buttons*/
  /*sidenav*/
  /*text*/
  /*products*/
  /*filter*/
}
.content .block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}
.content .block h1,
.content .block h2,
.content .block h3,
.content .block h4 {
  text-align: center;
  color: #353535;
}
.content .product-categories {
  background: #fff;
}
.content .product-categories:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}
.content .category {
  display: block;
  float: left;
  width: 48%;
  margin: 0 1%;
  margin-bottom: 20px;
}
.content .category a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.content .category a:hover .figimage:before,
.content .category a:hover .figimage:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.content .category a:hover figcaption {
  background: #a6ce39;
}
.content .category .figimage img {
  display: block;
  width: 100%;
  z-index: 0;
}
.content .category .figimage:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.content .category .figimage:after {
  content: '\e80c';
  font-family: icons;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: solid 5px #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.content .category .figimage:before,
.content .category .figimage:after {
  -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;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.content .category figcaption {
  background: rgba(166, 206, 57, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  z-index: 3;
  -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;
}
.content .action-buttons {
  background: #e8e9eb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .action-buttons .grid {
  width: calc(100% + 20px);
  margin: auto -10px;
}
.content .action-buttons .grid .sizer {
  width: 33.333333%;
}
.content .action-buttons .grid .action-button {
  width: 33.333333%;
  margin: 10px 0;
}
.content .action-buttons .grid .action-button a {
  display: block;
  position: relative;
}
.content .action-buttons .grid .action-button a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.content .action-buttons .grid .action-button a:after {
  content: '\e80c';
  font-family: icons;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: solid 5px #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.content .action-buttons .grid .action-button a:before,
.content .action-buttons .grid .action-button a:after {
  -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;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.content .action-buttons .grid .action-button a:hover:before,
.content .action-buttons .grid .action-button a:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.content .action-buttons .grid .action-button img {
  display: block;
  width: 100%;
  z-index: 0;
}
.content .action-buttons .grid .action-button .item {
  margin: auto 10px;
  overflow: hidden;
}
.content .action-buttons .grid .action-button.one-third {
  width: 33.333333%;
}
.content .action-buttons .grid .action-button.two-third {
  width: 66.666666%;
}
.content .action-buttons .grid .action-button.full-width {
  width: 100%;
}
.content .side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .side-nav ul li {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
}
.content .side-nav ul li a {
  display: block;
  background: #c9cacd;
  color: #424444;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-right: 15px;
  position: relative;
}
.content .side-nav ul li a:hover,
.content .side-nav ul li a.active {
  background: #a6ce39;
  color: #fff;
}
.content .side-nav ul li a.active:after {
  content: '\2e';
  font-family: icons;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a6ce39;
  font-size: 25px;
}
.content .text h1,
.content .text h2,
.content .text h3,
.content .text h4 {
  text-align: left;
}
.content .text h2,
.content .text h3,
.content .text h4 {
  text-transform: none;
}
.content .text h2 {
  font-size: 28px;
  line-height: 34px;
  color: #a6ce39;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.content .text h2:after {
  content: '';
  display: block;
  height: 3px;
  width: 70px;
  background: #c9cacd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .text h3 {
  font-size: 24px;
  line-height: 30px;
}
.content .text h4 {
  font-size: 22px;
  line-height: 28px;
}
.content .product {
  display: block;
  float: left;
  width: 31.333333%;
  margin: 0 1% 15px 1%;
}
.content .product a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.content .product a:hover .figimage:before,
.content .product a:hover .figimage:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.content .product .figimage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  border: solid 1px #a6ce39;
}
.content .product .figimage img {
  display: block;
  width: 100%;
  z-index: 0;
}
.content .product .figimage:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(166, 206, 57, 0.6);
  z-index: 1;
}
.content .product .figimage:after {
  content: '\e80c';
  font-family: icons;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: solid 5px #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.content .product .figimage:before,
.content .product .figimage:after {
  -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;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.content .product figcaption {
  background: #a6ce39;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  z-index: 3;
  -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;
}
.content .product figcaption span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.content .product-slider {
  text-align: center;
}
.content .product-sub-text {
  text-align: center;
}
.content .filter {
  margin-bottom: 25px;
}
.content .filter .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}
.content .filter .btn-wis {
  font-weight: 400;
  text-decoration: none;
  color: #424444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #c9cacd;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.content .filter .btn-wis:hover {
  background: #afb0b4;
}
.content .filter .checkbox-group {
  display: block;
}
/*FOOTER
============================================================================================*/
footer .top-footer {
  background: #fff;
  border-top: solid 1px #e8e9eb;
  padding-top: 35px;
  padding-bottom: 10px;
}
footer .top-footer h4 {
  margin-bottom: 25px;
}
footer .top-footer .left-side,
footer .top-footer .right-side {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 35px;
}
footer .top-footer .left-side {
  padding-right: 25px;
  padding-left: 5px;
  border-right: solid 1px #e8e9eb;
}
footer .top-footer .right-side {
  padding-left: 25px;
  padding-right: 5px;
}
footer .top-footer .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .top-footer .links ul > li {
  margin: 10px 0;
  padding: 0;
  display: block;
}
footer .top-footer .links ul > li a {
  display: block;
  text-decoration: none;
}
footer .top-footer .links ul > li > a {
  color: #a6ce39;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
footer .top-footer .links ul > li > a:hover,
footer .top-footer .links ul > li > a.active {
  color: #519937;
}
footer .top-footer .links ul > li ul {
  margin: 0 0 10px 0;
}
footer .top-footer .links ul > li ul li {
  margin: 2px 0;
  padding: 0;
  display: block;
}
footer .top-footer .links ul > li ul li a {
  color: #424444;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
footer .top-footer .links ul > li ul li a:hover,
footer .top-footer .links ul > li ul li a.active {
  color: #519937;
}
footer .top-footer .icon-blocks .icon-block {
  display: block;
}
footer .top-footer .icon-blocks .icon-block a,
footer .top-footer .icon-blocks .icon-block p {
  margin-bottom: 0;
  display: block;
  float: left;
  color: #424444;
  overflow: hidden;
  width: calc(100% - 35px);
  text-decoration: none;
}
footer .top-footer .icon-blocks .icon-block a:hover {
  text-decoration: underline;
}
footer .top-footer .icon-blocks .icon-block i {
  display: block;
  float: left;
  font-size: 21px;
  line-height: 27px;
  color: #a6ce39;
  width: 30px;
  text-align: center;
  margin-right: 5px;
}
footer .top-footer .icon-blocks .icon-block i.icon-mail {
  font-size: 18px;
  line-height: 24px;
}
footer .top-footer .icon-blocks .icon-block:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}
footer .copyright {
  background: #353535;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 15px;
  line-height: 21px;
}
footer .copyright a {
  color: #fff;
}
/*
7.  Media queries
============================================================================================*/
@media only screen and (max-width: 1050px) {
  #truste-consent-text {
    width: calc(100% - 40px) !important;
    text-align: center;
    margin: 0 20px 15px 20px !important;
  }
  .truste-consent-buttons {
    width: calc(100% - 40px) !important;
    margin: 0 20px !important;
    text-align: center;
  }
  .truste-consent-buttons button {
    margin-bottom: 5px;
  }
}
/*Small desktop*/
@media only screen and (max-width: 1199px) {
  /*GENERAL*/
  body {
    padding-top: 135px;
    /*105px hoogte main-header + 30px hoogte top-header*/
  }
  h1 {
    font-size: 50px;
    line-height: 56px;
  }
  h1 span {
    font-size: 40px;
    line-height: 46px;
  }
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
  h2 span {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 span {
    font-size: 20px;
    line-height: 26px;
  }
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
  a.button {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 25px;
  }
  /*HEADER*/
  header.small .main-header nav.main-nav {
    margin-top: 11px;
  }
  header .logo img {
    height: 55px;
  }
  header nav.main-nav {
    margin-top: 16px;
  }
  header nav.main-nav ul li {
    margin-left: 25px;
  }
  header .main-header {
    font-size: 18px;
    line-height: 24px;
  }
  /*SLIDER*/
  .header-slider .slider-item .item-text {
    width: 50%;
  }
  /*CONTENT*/
  .content .category figcaption {
    padding: 10px 5px;
    font-size: 22px;
    line-height: 28px;
  }
}
/*Tablet*/
@media only screen and (max-width: 959px) {
  /*GENERAL*/
  body {
    padding-top: 135px;
    /*105px hoogte main-header + 30px hoogte top-header*/
  }
  h1 {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 15px;
  }
  h1 span {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  h2 span {
    font-size: 26px;
    line-height: 32px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h3 span {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 21px;
    line-height: 27px;
  }
  /*HEADER*/
  header.small .hamburger {
    padding: 10px 0 10px 15px;
  }
  header nav.desktop {
    display: none;
  }
  header nav.mobile {
    text-align: right;
  }
  header nav.mobile a {
    color: #c9cacd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
  }
  header nav.mobile a:hover,
  header nav.mobile a.active {
    color: #a6ce39;
  }
  header nav.mobile .main {
    margin-top: 25px;
  }
  header nav.mobile .top {
    margin-top: 25px;
  }
  header nav.mobile .top a {
    font-size: 16px;
    line-height: 22px;
  }
  header .hamburger {
    float: right;
    display: block;
    font-size: 23px;
    line-height: 23px;
    color: #353535;
    -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;
    cursor: pointer;
    padding: 15px 0 15px 15px;
  }
  header .hamburger:hover {
    color: #a6ce39;
  }
  /*SLIDER*/
  .header-slider .slider-item .item-text {
    width: 70%;
  }
  /*CONTENT*/
  .content {
    /*action buttons*/
    /*sidenav*/
    /*text*/
    /*products*/
  }
  .content .block {
    padding: 35px 0;
  }
  .content .category .figimage:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: solid 3px #fff;
    top: 40%;
    font-size: 22px;
  }
  .content .category figcaption {
    padding: 5px;
    font-size: 20px;
    line-height: 22px;
  }
  .content .action-buttons .grid {
    width: calc(100% + 10px);
    margin: auto -5px;
  }
  .content .action-buttons .grid .sizer {
    width: 50%;
  }
  .content .action-buttons .grid .action-button {
    width: 50%;
    margin: 5px 0;
  }
  .content .action-buttons .grid .action-button a:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: solid 3px #fff;
    font-size: 22px;
  }
  .content .action-buttons .grid .action-button .item {
    margin: auto 5px;
  }
  .content .action-buttons .grid .action-button.one-third {
    width: 50%;
  }
  .content .action-buttons .grid .action-button.two-third {
    width: 100%;
  }
  .content .side-nav ul li a {
    font-size: 16px;
    line-height: 22px;
    margin-right: 8px;
  }
  .content .text h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .content .text h2:after {
    width: 65px;
  }
  .content .text h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .content .text h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .content .product {
    width: 48%;
  }
  .content .product .figimage {
    padding: 3px;
  }
  .content .product .figimage:before {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
  }
  .content .product .figimage:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: solid 3px #fff;
    font-size: 22px;
  }
  .content .product figcaption {
    padding: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .content .product figcaption span {
    font-size: 15px;
    line-height: 21px;
  }
  /*FOOTER*/
  footer .top-footer .left-side,
  footer .top-footer .right-side {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer .top-footer .left-side {
    padding-right: 10px;
  }
  footer .top-footer .right-side {
    padding-left: 10px;
  }
}
/*Phone*/
@media only screen and (max-width: 719px) {
  /*GENERAL*/
  body {
    padding-top: 0;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  h1 span {
    font-size: 26px;
    line-height: 32px;
  }
  h2 {
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 15px;
  }
  h2 span {
    font-size: 21px;
    line-height: 27px;
  }
  h3 {
    font-size: 21px;
    line-height: 27px;
  }
  h3 span {
    font-size: 16px;
    line-height: 22px;
  }
  h4 {
    font-size: 19px;
    line-height: 25px;
  }
  a.button {
    -webkit-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  }
  /*HEADER*/
  header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  header .logo img {
    height: 45px;
  }
  header .main-header {
    padding: 15px 0;
  }
  header .hamburger {
    padding: 10px 0 10px 15px;
  }
  /*SLIDER*/
  .header-slider .slider-item .item-text {
    position: relative;
    width: 90%;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0;
    margin: auto;
    text-align: center;
  }
  .header-slider .slider-item .item-text h1 {
    text-shadow: none;
    color: #519937;
  }
  .header-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
  .header-slider.owl-carousel .owl-controls .owl-nav .owl-next {
    top: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 35px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  /*CONTENT*/
  .content {
    /*sidenav*/
    /*products*/
  }
  .content .block {
    padding: 25px 0;
  }
  .content .category {
    width: 48%;
    margin: 5px 1%;
  }
  .content .side-nav {
    margin-bottom: 25px;
  }
  .content .product figcaption {
    font-size: 16px;
    line-height: 22px;
  }
  /*FOOTER*/
  footer .top-footer .left-side,
  footer .top-footer .right-side {
    padding-top: 25px;
    padding-bottom: 0;
  }
  footer .top-footer .left-side {
    padding-right: 0;
    border-right: 0;
  }
  footer .top-footer .right-side {
    padding-left: 0;
    padding-bottom: 25px;
  }
  footer .copyright .align-right {
    text-align: left;
  }
}
/*Small Phone*/
@media only screen and (max-width: 479px) {
  /*GENERAL*/
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  h1 span {
    font-size: 21px;
    line-height: 27px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h2 span {
    font-size: 16px;
    line-height: 22px;
  }
  h3 {
    font-size: 19px;
    line-height: 25px;
  }
  h4 {
    font-size: 17px;
    line-height: 23px;
  }
  /*HEADER*/
  header .logo img {
    height: 35px;
  }
  header .hamburger {
    padding: 5px 0 5px 15px;
  }
  /*SLIDER*/
  .header-slider .slider-item .item-text {
    padding: 15px 0;
  }
  .header-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
  .header-slider.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  /*CONTENT*/
  .content {
    /*action buttons*/
    /*products*/
  }
  .content .block {
    padding: 20px 0;
  }
  .content .category {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .content .category .figimage:after {
    top: 45%;
  }
  .content .action-buttons .grid .sizer {
    width: 100%;
  }
  .content .action-buttons .grid .action-button {
    width: 100%;
  }
  .content .action-buttons .grid .action-button.one-third {
    width: 100%;
  }
  .content .product {
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
  }
}