:root {
  --blue: #003A70;
  --blue2: #19274F;
  --pink: #F5A4A1;
  --pink2: #f5b5ac;
  --mint: #A6D3BA;
  --light: #cccccc;
  --green1: #00AFAA;
  --green2: #5F7668;
  --green3: #435956;
  --rust: #8E443F;
  --beige: #DBD9D1;
  --gold: #B3A678;
  --grey: #f8f7f6;
  --grey2: #f4f4f4;
  --color-wg: #B3A678;
  --color-dd: #18332F;
  --color-cw: #F7C0D5;
  --color-ag: #94B7B6;
  --color-fs: #8E443F;
}
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bggradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f6+0,ffffff+100 */
  background: #f8f8f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f6 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f8f6 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f8f6 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f6', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: azo-sans-web, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  color: #000;
  font-weight: 400;
  font-variant-numeric: lining-nums;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #05334B;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #05334B;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.05);
}
.plx {
  pointer-events: none;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.indented {
  margin: 0 20px;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-dark {
  background-color: #05334B;
}
.bg-light {
  background-color: var(--light);
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: azo-sans-web, sans-serif;
  line-height: 1.2em;
  margin: 0 0 15px;
  color: #000;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
.f1 {
  font-family: azo-sans-web, sans-serif;
}
.f2 {
  font-family: azo-sans-web, sans-serif;
}
.f3 {
  font-family: azo-sans-web, sans-serif;
}
.f4 {
  font-family: azo-sans-web, sans-serif;
}
.t-bold {
  font-weight: 700;
}
.t-upper {
  text-transform: uppercase;
}
.t-normal {
  text-transform: none;
}
.t-intro {
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
}
h0,
.h0 {
  font-size: 90px;
  line-height: 0.8em;
}
h1,
.h1 {
  font-size: 40px;
}
.h1a {
  font-size: 67px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
}
.t-white {
  color: #fff;
}
.t-black {
  color: #000;
}
.t-light {
  color: var(--light);
}
.t-dark {
  color: #05334B;
}
.t-gold {
  color: var(--gold);
}
.t-blue {
  color: var(--blue);
}
.t-blue-m {
  color: var(--blue2);
}
.t-blue-s {
  color: #99a1a5;
}
.t-pink {
  color: var(--pink);
}
.t-mint {
  color: var(--mint);
}
.t-red {
  color: #c70023;
}
.t-green1 {
  color: var(--green1);
}
.t-green2 {
  color: var(--green2);
}
.t-green3 {
  color: var(--green3);
}
.t-beige {
  color: var(--beige);
}
.t-yellow {
  color: #FFDC2E;
}
.t-upper {
  text-transform: uppercase;
}
.t-lower {
  text-transform: lowercase;
}
.t-none {
  text-transform: none;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.px-left-indent {
  padding-left: 100px;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3 {
  margin: 50px 0 10px;
  color: var(--green1);
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
.article-output h1 {
  font-size: 26px;
}
.article-output h2 {
  font-size: 22px;
}
.article-output h3 {
  font-size: 18px;
}
.article-output h4 {
  font-size: 16px;
}
.article-output p {
  margin-bottom: 20px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a {
  color: var(--green1);
}
.article-output a:hover {
  opacity: 0.8;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #05334B;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
@media (max-width: 991px) {
  .article-output .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .article-output .table-scroll-container table {
    width: 1000px;
    margin-bottom: 0 !important;
  }
  .article-output .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #05334B;
    background: #ccc;
    line-height: 30px;
  }
}
@media (max-width: 776px) {
  .article-output .table-scroll-container table {
    width: 1000px;
  }
}
.grecaptcha-badge {
  z-index: 300 !important;
  display: none !important;
}
.site-wrapper {
  padding-top: 180px;
  overflow: hidden;
}
.main-content {
  position: relative;
}
.comp-logo {
  display: block;
  width: 500px;
  height: 70px;
  background-image: url(../img/logo-cornevdberg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.comp-logo.full {
  background-image: url(../img/hype-logo-bohg.svg);
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  background: #000;
  transition: all 0.5s ease-in-out;
}
.site-header .container {
  height: 180px;
  transition: all 0.3s ease-in-out;
}
.site-header .comp-logo {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .c-actions {
  position: absolute;
  top: 80px;
  right: 90px;
  transition: all 0.3s ease-in-out;
}
.site-header .nav-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 82px;
  right: 30px;
  transition: all 0.3s ease-in-out;
}
.site-header .utils {
  position: absolute;
  top: 40px;
  right: 30px;
  transition: all 0.3s ease-in-out;
}
.site-header .utils a {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
}
.scrolled .site-header,
.shownav .site-header {
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.scrolled .site-header .container,
.shownav .site-header .container {
  height: 140px;
}
.scrolled .site-header .utils,
.shownav .site-header .utils {
  top: 20px;
}
.scrolled .site-header .c-actions,
.shownav .site-header .c-actions {
  top: 67px;
}
.scrolled .site-header .nav-toggle,
.shownav .site-header .nav-toggle {
  top: 69px;
}
@media (max-width: 1280px) {
  .site-wrapper {
    padding-top: 100px;
  }
  .site-header .container {
    height: 100px;
  }
  .site-header .comp-logo {
    width: 400px;
    height: 50px;
  }
  .site-header .utils {
    display: none;
  }
  .site-header .c-actions {
    right: 95px;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .c-actions a.button.medium {
    height: 40px;
    padding: 10px 12px 0;
  }
  .site-header .c-actions a.goto-cart {
    width: 70px;
    line-height: 40px;
  }
  .site-header .nav-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
  .scrolled .site-header .container,
  .shownav .site-header .container {
    height: 100px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    width: 400px;
    height: 50px;
  }
  .scrolled .site-header .utils,
  .shownav .site-header .utils {
    display: none;
  }
  .scrolled .site-header .c-actions,
  .shownav .site-header .c-actions {
    top: 50%;
    transform: translateY(-50%);
  }
  .scrolled .site-header .nav-toggle,
  .shownav .site-header .nav-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 80px;
  }
  .site-header .container {
    height: 80px;
  }
  .site-header .comp-logo {
    width: 390px;
    height: 50px;
    background-size: auto 50px;
  }
  .site-header .c-actions {
    display: none;
  }
  .scrolled .site-header .container,
  .shownav .site-header .container {
    height: 80px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    width: 390px;
    height: 50px;
    background-size: auto 50px;
  }
}
@media (max-width: 525px) {
  .site-header .comp-logo {
    width: 390px;
    height: 35px;
    background-size: auto 35px;
    left: 20px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    width: 390px;
    height: 35px;
    background-size: auto 35px;
    left: 20px;
  }
}
@media (max-width: 375px) {
  .site-header .comp-logo {
    width: 360px;
    height: 27px;
    background-size: auto 27px;
    left: 20px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    width: 360px;
    height: 27px;
    background-size: auto 27px;
    left: 20px;
  }
}
.site-footer {
  background: #262626;
  position: relative;
  z-index: 10;
}
.site-footer .primary {
  background: #000;
}
.site-footer .primary .inner {
  position: relative;
  z-index: 5;
  min-height: 200px;
  padding: 100px 0;
}
.site-footer .primary .col-left {
  position: relative;
}
.site-footer .primary .col-left .bgimg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-footer .primary .col-left .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
  opacity: 0.6;
}
.site-footer .primary .col-left .article-output {
  margin-bottom: 40px;
}
.site-footer .primary .col-right .inner {
  padding-left: 40px;
}
.site-footer .secondary {
  padding: 100px 0 40px;
  border-bottom: 50px solid #000;
}
.site-footer .secondary .inner {
  overflow: hidden;
}
.site-footer .secondary .inner a {
  color: #fff;
}
.site-footer .secondary .inner a:hover {
  opacity: 0.7;
  color: var(--green1);
}
.site-footer .secondary .inner .box {
  float: left;
  color: var(--light);
}
.site-footer .secondary .inner .box-left {
  width: calc(100% - 200px);
}
.site-footer .secondary .inner .box-right {
  width: 200px;
}
.site-footer .secondary .inner .quickmenu a {
  display: block;
  color: var(--light);
}
.site-footer .secondary .inner .quickmenu a i {
  color: #FFDC2E;
}
@media (max-width: 1280px) {
  .site-footer .secondary {
    padding: 60px 0 40px;
  }
  .site-footer .secondary .comp-logo {
    height: 50px;
  }
  .site-footer .secondary .col-left {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .site-footer .primary .inner {
    min-height: 100px;
    padding: 80px 0;
  }
  .site-footer .primary .col-left .bgimg {
    right: auto;
    left: 0;
  }
  .site-footer .primary .col-right .inner {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .site-footer .secondary .inner .box {
    float: none;
  }
  .site-footer .secondary .inner .box-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-footer .secondary .inner .box-right {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .site-footer .secondary .comp-logo {
    height: 40px;
    width: 100%;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #FFDC2E;
  content: '';
  display: block;
  position: relative;
  height: 4px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  background: #262626;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 900;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 16px;
  position: relative;
}
.mobile-nav .container h2,
.mobile-nav .container h3,
.mobile-nav .container h4 {
  font-size: 18px;
}
.mobile-nav .inner {
  padding-top: 140px;
}
.mobile-nav .c-actions {
  display: none;
  width: 256px;
  margin: 30px auto;
}
.mobile-nav .primary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.mobile-nav .mainnav a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.mobile-nav .mainnav a:hover {
  color: var(--green1);
}
.mobile-nav .mainnav ul a {
  font-size: 16px;
  text-transform: none;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-width: 991px) {
  .mobile-nav .inner {
    padding-top: 80px;
  }
  .mobile-nav .c-actions {
    display: block;
  }
  .mobile-nav .primary {
    position: static;
    transform: none;
  }
}
/* ==========================================================================
	SEARCH PANEL
   ========================================================================== */
.search-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease 0s;
}
.search-panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--mint);
  opacity: 0.95;
}
.search-panel .container {
  padding-top: 260px;
  color: #fff;
  position: relative;
}
.search-panel .search-trigger {
  display: block;
  position: absolute;
  font-size: 30px;
  color: #fff;
  top: 30px;
  right: 30px;
  z-index: 20;
}
.search-panel .h2 {
  color: #fff;
  text-align: center;
}
.search-panel .mod-search {
  margin: 30px 10%;
  position: relative;
}
.search-panel .mod-search input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: var(--blue);
  padding-left: 10px;
}
.search-panel .mod-search button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.search-panel .mod-search button i {
  position: absolute;
  top: 6px;
  right: 10px;
  color: var(--pink);
  font-size: 20px;
}
.showsearch .search-panel {
  left: 0;
}
@media (max-width: 680px) {
  .search-panel .container {
    padding-top: 100px;
  }
  .search-panel .mod-search {
    margin: 30px 0;
  }
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	WIDTH
   ========================================================================== */
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
/* ==========================================================================
	DISPLAY
   ========================================================================== */
.d-none {
  display: none ;
}
.d-block {
  display: block ;
}
.d-inline {
  display: inline ;
}
.d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .d-sm-none {
    display: none ;
  }
  .d-sm-block {
    display: block ;
  }
  .d-sm-inline {
    display: inline ;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .d-md-none {
    display: none ;
  }
  .d-md-block {
    display: block ;
  }
  .d-md-inline {
    display: inline ;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
/* ==========================================================================
	PADDING
   ========================================================================== */
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-6 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-5 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-6 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 992px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-6 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
/* ==========================================================================
	MARGIN
   ========================================================================== */
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 40px !important;
}
.mt-6 {
  margin-top: 50px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 40px !important;
}
.mb-6 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 45px !important;
  }
  .mt-5 {
    margin-top: 65px !important;
  }
  .mt-6 {
    margin-top: 100px !important;
  }
  .mr-3 {
    margin-right: 30px !important;
  }
  .mr-4 {
    margin-right: 45px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 45px !important;
  }
  .mb-5 {
    margin-bottom: 65px !important;
  }
  .mb-6 {
    margin-bottom: 100px !important;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 60px !important;
  }
  .mt-5 {
    margin-top: 90px !important;
  }
  .mt-6 {
    margin-top: 150px !important;
  }
  .mr-4 {
    margin-right: 60px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 60px !important;
  }
  .mb-5 {
    margin-bottom: 90px !important;
  }
  .mb-6 {
    margin-bottom: 150px !important;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
.rsform button {
  display: inline-block;
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  padding: 1px 18px 0;
  background: none;
  border: 2px solid var(--green1);
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
  /* arrow kleur */
}
a.button.clean,
.rsform button.clean {
  border: none;
  padding: 0;
  text-transform: none;
  font-size: 18px;
}
a.button.w-auto,
.rsform button.w-auto {
  width: 100%;
}
a.button:hover,
.rsform button:hover {
  opacity: 0.9;
}
a.button.no-radius,
.rsform button.no-radius {
  border-radius: 0;
}
a.button.bg-white,
.rsform button.bg-white {
  background: #fff;
}
a.button.bg-dark,
.rsform button.bg-dark {
  background: #05334B;
}
a.button.bg-green,
.rsform button.bg-green {
  background: var(--green1);
}
a.button.bg-yellow,
.rsform button.bg-yellow {
  background: #FFDC2E;
}
a.button.bg-none,
.rsform button.bg-none {
  background: none;
}
a.button.b-white,
.rsform button.b-white {
  border-color: #fff;
}
a.button.b-dark,
.rsform button.b-dark {
  border-color: #05334B;
}
a.button.b-blue,
.rsform button.b-blue {
  border-color: var(--blue);
}
a.button.b-gold,
.rsform button.b-gold {
  border-color: var(--gold);
}
a.button.b-yellow,
.rsform button.b-yellow {
  border-color: #FFDC2E;
}
a.button.b-none,
.rsform button.b-none {
  border-color: transparent;
  padding-left: 0;
}
a.button.t-white,
.rsform button.t-white {
  color: #fff;
}
a.button.t-dark,
.rsform button.t-dark {
  color: #05334B;
}
a.button.t-blue,
.rsform button.t-blue {
  color: var(--blue);
}
a.button.t-gold,
.rsform button.t-gold {
  color: var(--gold);
}
a.button.t-red,
.rsform button.t-red {
  color: #c70023;
}
a.button.t-green1,
.rsform button.t-green1 {
  color: var(--green1);
}
a.button.t-green2,
.rsform button.t-green2 {
  color: var(--green2);
}
a.button.t-yellow,
.rsform button.t-yellow {
  color: #FFDC2E;
}
a.button.t-black,
.rsform button.t-black {
  color: #000;
}
a.button.a-white i,
.rsform button.a-white i {
  color: #fff;
}
a.button.a-dark i,
.rsform button.a-dark i {
  color: #05334B;
}
a.button.a-blue i,
.rsform button.a-blue i {
  color: var(--blue);
}
a.button.a-gold i,
.rsform button.a-gold i {
  color: var(--gold);
}
a.button.a-red i,
.rsform button.a-red i {
  color: #c70023;
}
a.button.medium,
.rsform button.medium {
  height: 44px;
  font-size: 18px;
  line-height: 1;
  padding: 11px 20px 0;
}
a.button.large,
.rsform button.large {
  height: 48px;
  font-size: 35px;
  line-height: 1;
  padding: 10px 40px 15px;
}
a.btn-arrow {
  display: inline-block;
  font-size: 30px;
  color: #FFDC2E;
  /* text kleur */
}
a.btn-arrow.t-white {
  color: #fff;
}
a.btn-arrow.t-dark {
  color: #05334B;
}
a.btn-arrow.t-blue {
  color: var(--blue);
}
a.btn-arrow.t-gold {
  color: var(--gold);
}
a.btn-arrow.t-red {
  color: #c70023;
}
a.btn-arrow.t-green1 {
  color: var(--green1);
}
a.btn-arrow.t-green2 {
  color: var(--green2);
}
a.btn-arrow.t-yellow {
  color: #FFDC2E;
}
a.btn-arrow.t-black {
  color: #000;
}
.article-actions .button {
  margin: 0 10px 10px 0;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-vb-arrow-right,
.button:hover .icon-vb-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?39879459');
  src: url('../font/fontello.eot?39879459#iefix') format('embedded-opentype'), url('../font/fontello.woff2?39879459') format('woff2'), url('../font/fontello.woff?39879459') format('woff'), url('../font/fontello.ttf?39879459') format('truetype'), url('../font/fontello.svg?39879459#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39879459#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right-open-1:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-search-1:before {
  content: '\e802';
}
/* '' */
.icon-location:before {
  content: '\e803';
}
/* '' */
.icon-minus:before {
  content: '\e804';
}
/* '' */
.icon-facebook-1:before {
  content: '\e805';
}
/* '' */
.icon-mail:before {
  content: '\e806';
}
/* '' */
.icon-mail-1:before {
  content: '\e807';
}
/* '' */
.icon-left-open-1:before {
  content: '\e808';
}
/* '' */
.icon-right-open-big:before {
  content: '\e809';
}
/* '' */
.icon-left-open-big:before {
  content: '\e80a';
}
/* '' */
.icon-phone:before {
  content: '\e80c';
}
/* '' */
.icon-cancel-2:before {
  content: '\e80e';
}
/* '' */
.icon-cancel-1:before {
  content: '\e810';
}
/* '' */
.icon-plus-2:before {
  content: '\e812';
}
/* '' */
.icon-plus-1:before {
  content: '\e814';
}
/* '' */
.icon-right-open-2:before {
  content: '\e816';
}
/* '' */
.icon-left-open-2:before {
  content: '\e817';
}
/* '' */
.icon-corne-pijl-rechts:before {
  content: '\e819';
}
/* '' */
.icon-pijl-lft:before {
  content: '\e82a';
}
/* '' */
.icon-pijl-rgt:before {
  content: '\e82b';
}
/* '' */
.icon-winkelwagen:before {
  content: '\e82c';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-youtube-squared:before {
  content: '\f166';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-facebook-rect:before {
  content: '\f301';
}
/* '' */
.article-images {
  overflow: hidden;
}
.article-images a {
  display: block;
  float: left;
  width: 31%;
  margin: 0 2% 15px 0;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 620px) {
  .article-images a {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.main-body {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
.main-body.no-pt {
  padding-top: 0;
}
.main-body.no-pb {
  padding-bottom: 0;
}
.main-body.no-padding {
  padding: 0;
}
.main-body.has-line .primary:before {
  display: block;
  content: "";
  width: 1000px;
  height: 3000px;
  border-radius: 240px;
  border: 4px solid var(--green1);
  position: absolute;
  top: -300px;
  left: -1050px;
  z-index: -1;
}
.main-body .col-aside {
  position: relative;
}
.main-body .col-aside:before {
  display: block;
  content: "";
  width: 2000px;
  height: 5000px;
  background: var(--grey2);
  position: absolute;
  top: -80px;
  left: 0px;
  z-index: -1;
}
.main-body .col-aside .c-article-list {
  margin-right: 75px;
}
.main-body .col-content .article-output {
  margin-bottom: 40px;
}
.main-body .col-content .article-images {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .main-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-body .col-aside {
    padding-top: 60px;
  }
  .main-body .col-aside:before {
    top: 0;
    left: -20px;
  }
}
.mod-hero {
  position: relative;
  overflow: hidden;
}
.mod-hero .top-layer {
  position: relative;
  z-index: 100;
  pointer-events: none;
}
.mod-hero .top-layer .inner {
  height: 900px;
  position: relative;
}
.mod-hero .top-layer .inner:before {
  display: block;
  content: "";
  width: 1500px;
  height: 100%;
  background-color: var(--green1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.96;
}
.mod-hero .top-layer .inner .banner {
  display: block;
  content: "";
  width: 80px;
  height: 100%;
  background-color: green;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
  opacity: 0.98;
  transition: all 0.3s ease-in-out 0s;
}
.mod-hero .top-layer .inner .banner.bgcolor-51 {
  background-color: deeppink;
}
.mod-hero .top-layer .inner .banner.bgcolor-52 {
  background-color: orange;
}
.mod-hero .top-layer .inner .banner.bgcolor-53 {
  background-color: #0B55C4;
}
.mod-hero .top-layer .inner .banner.bgcolor-24 {
  background-color: darkmagenta;
}
.mod-hero .top-layer .inner .banner.bgcolor-5 {
  background-color: #00a82d;
}
.mod-hero .top-layer .comp-logo {
  width: 360px;
  height: 200px;
  position: absolute;
  top: 90px;
  left: 0;
}
.mod-hero .top-layer .slick-hero-nav {
  pointer-events: auto;
  position: absolute;
  bottom: 160px;
  left: 0;
}
.mod-hero .slick-hero {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mod-header {
  position: relative;
}
.mod-header.has-button .button {
  position: absolute;
  top: 0;
  right: 0;
}
.mod-intro {
  background: #262626;
  padding: 80px 0;
}
.mod-intro .container {
  min-height: 400px;
  position: relative;
}
.mod-intro .container:before {
  display: block;
  content: "";
  width: 3000px;
  height: 2000px;
  border-radius: 240px;
  background: #000;
  position: absolute;
  bottom: -80px;
  right: -100px;
}
.mod-intro .col-left {
  padding-top: 3%;
}
.mod-intro .col-left .article {
  max-width: 450px;
}
.mod-intro .col-left .article-actions {
  margin-top: 30px;
}
.mod-intro .col-right .article {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.mod-intro .col-right .article .article-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-intro .col-right .article .article-info {
  width: 400px;
  background: var(--green1);
  padding: 40px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 10;
}
.mod-intro .col-right .article .article-actions {
  margin-top: 10px;
}
.mod-intro .col-right .col-actions {
  text-align: right;
}
@media (max-width: 1280px) {
  .mod-intro .col-right .article {
    padding-bottom: 100px;
  }
  .mod-intro .col-right .article .article-image {
    height: 400px;
  }
  .mod-intro .col-right .article .article-image img {
    opacity: 0;
  }
  .mod-intro .col-right .article .article-info {
    width: 340px;
    padding: 30px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .mod-intro {
    padding-top: 60px;
  }
  .mod-intro .col-left {
    margin-bottom: 80px;
  }
  .mod-intro .col-left .article {
    max-width: 500px;
  }
  .mod-intro .col-right .article {
    padding-bottom: 50px;
  }
  .mod-intro .col-right .article .article-info {
    width: 400px;
  }
}
@media (max-width: 530px) {
  .mod-intro {
    padding-top: 60px;
  }
  .mod-intro .col-right .article .article-info {
    width: 80%;
  }
}
.mod-diensten {
  background: #262626;
  padding: 80px 0 160px;
  overflow: hidden;
}
.mod-diensten .container:before {
  display: block;
  content: "";
  width: 3000px;
  height: 2000px;
  border-radius: 240px;
  border: 4px solid var(--green1);
  position: absolute;
  bottom: -100px;
  left: -160px;
}
.mod-products {
  background: var(--grey2);
  padding: 80px 0;
}
.mod-products .slick-outerxx {
  overflow: hidden;
}
.mod-products .slick-products {
  width: calc(100% + 40px);
}
@media (max-width: 700px) {
  .mod-products .mod-header.has-button .article-output {
    margin-bottom: 20px;
  }
  .mod-products .mod-header.has-button .button {
    position: static;
  }
}
@media (max-width: 530px) {
  .mod-products .slick-products {
    width: calc(100% + 30px);
  }
}
.mod-news {
  background: var(--grey2);
  padding: 80px 0;
  overflow: hidden;
}
.mod-news .container:before {
  display: block;
  content: "";
  width: 3000px;
  height: 2000px;
  border-radius: 240px;
  background: #fff;
  position: absolute;
  top: -80px;
  right: -140px;
}
.mod-news .container:after {
  display: block;
  content: "";
  width: 3000px;
  height: 2000px;
  border-radius: 240px;
  border: 4px solid var(--green1);
  position: absolute;
  bottom: -1900px;
  left: 45%;
}
.mod-news .inner {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  padding-bottom: 40px;
}
.mod-news .col-left {
  position: relative;
}
.mod-news .col-left .article-image {
  width: 47%;
  position: absolute;
  top: -60px;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-news .col-left .article-image img {
  opacity: 0;
}
.mod-news .col-left .article-info {
  width: 60%;
  background: #000;
  padding: 80px 60px 30px 120px;
  margin-left: 40%;
  min-height: 340px;
}
.mod-news .col-left .article-info .article-output {
  margin-bottom: 30px;
}
.mod-news .col-right {
  padding-top: 40px;
}
@media (max-width: 1280px) {
  .mod-news .container:after {
    position: absolute;
    bottom: -1990px;
    left: 25%;
  }
  .mod-news .col-left .article-info {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .mod-news .inner {
    padding-top: 20px;
  }
  .mod-news .col-left {
    position: relative;
    padding-top: 200px;
  }
  .mod-news .col-left .article-image {
    width: 60%;
    height: 260px;
    top: 0;
    left: 25px;
  }
  .mod-news .col-left .article-info {
    width: 80%;
    margin-left: 20%;
    padding: 80px 60px 30px 60px;
  }
}
@media (max-width: 640px) {
  .mod-news .container {
    padding: 0;
  }
  .mod-news .inner {
    padding-top: 20px;
  }
  .mod-news .col-left {
    padding-top: 0;
  }
  .mod-news .col-left .article-image {
    width: 100%;
    height: auto;
    position: static;
  }
  .mod-news .col-left .article-info {
    width: 100%;
    margin-left: 0;
    padding: 50px 25px 30px 25px;
  }
  .mod-news .col-right {
    padding: 60px 50px 20px;
  }
}
.mod-blog-top {
  margin-bottom: 80px;
  background: #262626;
}
.mod-blog-top .container {
  z-index: 10;
}
.mod-blog-top .c-breadcrumbs {
  position: relative;
  z-index: 10;
  margin: 80px 0 60px;
}
.mod-blog-top .col-left,
.mod-blog-top .col-right {
  padding-top: 20px;
  padding-bottom: 40px;
}
.mod-blog-top .col-left {
  position: relative;
  z-index: 5;
}
.mod-blog-top .col-left:before {
  display: block;
  content: "";
  width: 3000px;
  height: 2000px;
  border-radius: 240px;
  background: #171717;
  position: absolute;
  bottom: -80px;
  right: 30px;
  z-index: -1;
}
.mod-blog-top .col-left .page-intro {
  max-width: 500px;
}
.mod-blog-top .col-right {
  position: relative;
  z-index: 3;
}
.mod-blog-top .col-right:before {
  display: block;
  content: "";
  width: 2000px;
  height: 400px;
  border-radius: 240px;
  border: 4px solid var(--green1);
  position: absolute;
  top: -430px;
  right: 30px;
  z-index: -1;
}
.mod-blog-top .col-right .menu-buttons .button {
  margin: 10px 10px 0 0;
}
@media (max-width: 1280px) {
  .mod-blog-top .c-breadcrumbs {
    margin: 60px 0 40px;
  }
}
@media (max-width: 991px) {
  .mod-blog-top {
    margin-bottom: 0px;
  }
  .mod-blog-top .c-breadcrumbs {
    margin: 40px 0 30px;
  }
  .mod-blog-top .col-left {
    padding-bottom: 70px;
  }
  .mod-blog-top .col-left:before {
    bottom: 0;
  }
  .mod-blog-top .col-right {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .mod-blog-top .col-right:before {
    height: 800px;
    border-radius: 120px;
    top: auto;
    right: auto;
    left: -60px;
    bottom: 60px;
  }
}
@media (max-width: 650px) {
  .mod-blog-top .col-left:before {
    right: -200px;
  }
  .mod-blog-top .col-right {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .mod-blog-top .col-right:before {
    height: 800px;
    border-radius: 120px;
    top: auto;
    right: auto;
    left: -60px;
    bottom: 60px;
  }
}
.mod-volg-top {
  overflow: hidden;
  padding-bottom: 60px;
}
.mod-volg-top .inner {
  background: #171717;
}
.mod-volg-top .container {
  z-index: 10;
}
.mod-volg-top .c-breadcrumbs {
  position: relative;
  z-index: 10;
  margin: 80px 0 60px;
}
.mod-volg-top .article-output a {
  color: #FFDC2E;
}
.mod-volg-top .article-output a:hover {
  opacity: 0.8;
}
.mod-volg-top .col-left,
.mod-volg-top .col-right {
  padding-top: 20px;
  padding-bottom: 80px;
}
.mod-volg-top .col-left {
  position: relative;
  z-index: 5;
}
.mod-volg-top .page-intro {
  max-width: 500px;
}
.mod-volg-top .page-intro .c-price-tag {
  margin-top: 40px;
  font-size: 20px;
}
.mod-volg-top .page-intro .shop-actions {
  margin-top: 20px;
}
.mod-volg-top .col-right {
  position: relative;
  z-index: 3;
}
.mod-volg-top .col-right:before {
  display: block;
  content: "";
  width: 3000px;
  height: 2000px;
  border-radius: 240px;
  background: var(--grey2);
  position: absolute;
  top: -80px;
  left: 0px;
  z-index: -1;
}
.mod-volg-top .col-right .article-image {
  width: 540px;
  position: absolute;
  bottom: -60px;
  right: 100px;
}
@media (max-width: 1280px) {
  .mod-volg-top .c-breadcrumbs {
    margin: 60px 0 40px;
  }
  .mod-volg-top .page-intro {
    max-width: 430px;
  }
  .mod-volg-top .col-right .article-image {
    width: 440px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .mod-volg-top {
    padding-bottom: 0;
  }
  .mod-volg-top .c-breadcrumbs {
    margin: 40px 0 30px;
  }
  .mod-volg-top .col-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mod-volg-top .page-intro {
    max-width: none;
  }
  .mod-volg-top .col-right {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .mod-volg-top .col-right:before {
    display: none;
  }
  .mod-volg-top .col-right .article-image {
    position: static;
    width: 100%;
    right: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-products .slick-listxx {
  overflow: visible;
}
.slick-products .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: #262626;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 34%;
  z-index: 30;
}
.slick-products .slick-arrow i {
  position: absolute;
  top: 50%;
}
.slick-products .slick-arrow.slick-prev {
  left: -50px;
}
.slick-products .slick-arrow.slick-prev i {
  left: 50%;
  transform: translate(-53%, -50%);
}
.slick-products .slick-arrow.slick-next {
  right: -20px;
}
.slick-products .slick-arrow.slick-next i {
  left: 50%;
  transform: translate(-46%, -50%);
}
.slick-products .item {
  padding-right: 30px;
}
.slick-products .item .article-image {
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.slick-products .item .article-image img {
  display: none;
}
.slick-products .item .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
  opacity: 0;
}
.slick-products .item .article-image .button {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.slick-products .item .article-info {
  padding: 20px 10px 0;
}
.slick-products .item .article-info h2 {
  margin: 0 0 4px;
}
.slick-products .item .article-info h3 {
  opacity: 0.7;
  text-transform: none;
}
.slick-products .item:hover .article-image:before {
  opacity: 0.5;
  transform: scale(1);
}
.slick-products .item:hover .article-image .button {
  top: 50%;
  opacity: 1;
}
.c-actions {
  overflow: hidden;
}
.c-actions a.button {
  float: left;
}
.c-actions a.goto-cart {
  display: block;
  float: left;
  width: 75px;
  text-align: center;
  font-size: 26px;
  line-height: 44px;
  background: #FFDC2E;
  color: #000;
}
.c-actions a.goto-cart:hover {
  color: #fff;
  opacity: 0.9;
}
.c-breadcrumbs {
  margin-bottom: 20px;
}
.c-breadcrumbs ul {
  overflow: hidden;
}
.c-breadcrumbs li {
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.c-breadcrumbs li .divider {
  display: inline-block;
  margin: 0 6px 0 4px;
}
.c-breadcrumbs a {
  color: #fff;
}
.c-blocks .block {
  width: 25%;
  float: left;
  background: #fff;
  padding: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.c-blocks .block:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--green1);
  transition: all 0.3s ease-in-out;
}
.c-blocks .block:nth-child(1):before {
  opacity: 0.2;
}
.c-blocks .block:nth-child(2):before {
  opacity: 0.15;
}
.c-blocks .block:nth-child(3):before {
  opacity: 0.1;
}
.c-blocks .block:nth-child(4):before {
  opacity: 0.05;
}
.c-blocks .block .inner {
  position: relative;
  z-index: 5;
  color: #000;
}
.c-blocks .block .inner .article-output p {
  margin: 0;
}
.c-blocks .block:hover {
  transform: translateY(-30px);
  box-shadow: 0 0 8px rgba(0, 0, 0.4);
  z-index: 10;
}
.c-blocks .block:hover:before {
  opacity: 1;
}
.c-blocks .block:hover .inner {
  color: #fff;
}
.c-blocks .block:hover .button {
  border-color: #000;
  color: #000;
}
@media (max-width: 991px) {
  .c-blocks .block {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .c-blocks .block {
    width: 100%;
    padding: 30px;
  }
}
.c-price-tag {
  color: var(--green1);
  font-weight: 700;
  font-style: normal;
}
.c-grid-item .article-image {
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.c-grid-item .article-image.lg {
  height: 380px;
}
.c-grid-item .article-image img {
  display: none;
}
.c-grid-item .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
  opacity: 0;
}
.c-grid-item .article-image .button {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.c-grid-item .article-info {
  padding: 20px 10px 0;
}
.c-grid-item .article-info h2 {
  margin: 0 0 4px;
}
.c-grid-item .article-info h3 {
  opacity: 0.7;
  text-transform: none;
  margin: 0 0 4px;
}
.c-grid-item:hover .article-image:before {
  opacity: 0.5;
  transform: scale(1);
}
.c-grid-item:hover .article-image .button {
  top: 50%;
  opacity: 1;
}
.c-article-list li {
  border-bottom: 1px solid var(--green1);
}
.c-article-list li:last-child {
  border: none;
}
.c-article-list li a {
  display: block;
  line-height: 46px;
}
.c-accordeon {
  padding-left: 100px;
}
.c-accordeon h3 {
  margin: 0;
}
.c-accordeon .panel {
  border-bottom: 1px solid #DBD9D1;
}
.c-accordeon .question {
  display: block;
  cursor: pointer;
  padding: 20px 0 20px 0;
  position: relative;
  font-size: 20px;
}
.c-accordeon .question .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #b7afaa;
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
.c-accordeon .question .circle {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--green1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-accordeon .question .circle .icon-minus {
  display: none;
}
.c-accordeon .question.open .circle .icon-plus-1 {
  display: none;
}
.c-accordeon .question.open .circle .icon-minus {
  display: block;
}
.c-accordeon .answer {
  padding: 0;
}
.row-sm,
.row-lg .row-sm {
  margin-right: -15px;
  margin-left: -15px;
}
.row-sm .col-xs-1,
.row-lg .row-sm .col-xs-1,
.row-sm .col-sm-1,
.row-lg .row-sm .col-sm-1,
.row-sm .col-md-1,
.row-lg .row-sm .col-md-1,
.row-sm .col-lg-1,
.row-lg .row-sm .col-lg-1,
.row-sm .col-xs-2,
.row-lg .row-sm .col-xs-2,
.row-sm .col-sm-2,
.row-lg .row-sm .col-sm-2,
.row-sm .col-md-2,
.row-lg .row-sm .col-md-2,
.row-sm .col-lg-2,
.row-lg .row-sm .col-lg-2,
.row-sm .col-xs-3,
.row-lg .row-sm .col-xs-3,
.row-sm .col-sm-3,
.row-lg .row-sm .col-sm-3,
.row-sm .col-md-3,
.row-lg .row-sm .col-md-3,
.row-sm .col-lg-3,
.row-lg .row-sm .col-lg-3,
.row-sm .col-xs-4,
.row-lg .row-sm .col-xs-4,
.row-sm .col-sm-4,
.row-lg .row-sm .col-sm-4,
.row-sm .col-md-4,
.row-lg .row-sm .col-md-4,
.row-sm .col-lg-4,
.row-lg .row-sm .col-lg-4,
.row-sm .col-xs-5,
.row-lg .row-sm .col-xs-5,
.row-sm .col-sm-5,
.row-lg .row-sm .col-sm-5,
.row-sm .col-md-5,
.row-lg .row-sm .col-md-5,
.row-sm .col-lg-5,
.row-lg .row-sm .col-lg-5,
.row-sm .col-xs-6,
.row-lg .row-sm .col-xs-6,
.row-sm .col-sm-6,
.row-lg .row-sm .col-sm-6,
.row-sm .col-md-6,
.row-lg .row-sm .col-md-6,
.row-sm .col-lg-6,
.row-lg .row-sm .col-lg-6,
.row-sm .col-xs-7,
.row-lg .row-sm .col-xs-7,
.row-sm .col-sm-7,
.row-lg .row-sm .col-sm-7,
.row-sm .col-md-7,
.row-lg .row-sm .col-md-7,
.row-sm .col-lg-7,
.row-lg .row-sm .col-lg-7,
.row-sm .col-xs-8,
.row-lg .row-sm .col-xs-8,
.row-sm .col-sm-8,
.row-lg .row-sm .col-sm-8,
.row-sm .col-md-8,
.row-lg .row-sm .col-md-8,
.row-sm .col-lg-8,
.row-lg .row-sm .col-lg-8,
.row-sm .col-xs-9,
.row-lg .row-sm .col-xs-9,
.row-sm .col-sm-9,
.row-lg .row-sm .col-sm-9,
.row-sm .col-md-9,
.row-lg .row-sm .col-md-9,
.row-sm .col-lg-9,
.row-lg .row-sm .col-lg-9,
.row-sm .col-xs-10,
.row-lg .row-sm .col-xs-10,
.row-sm .col-sm-10,
.row-lg .row-sm .col-sm-10,
.row-sm .col-md-10,
.row-lg .row-sm .col-md-10,
.row-sm .col-lg-10,
.row-lg .row-sm .col-lg-10,
.row-sm .col-xs-11,
.row-lg .row-sm .col-xs-11,
.row-sm .col-sm-11,
.row-lg .row-sm .col-sm-11,
.row-sm .col-md-11,
.row-lg .row-sm .col-md-11,
.row-sm .col-lg-11,
.row-lg .row-sm .col-lg-11,
.row-sm .col-xs-12,
.row-lg .row-sm .col-xs-12,
.row-sm .col-sm-12,
.row-lg .row-sm .col-sm-12,
.row-sm .col-md-12,
.row-lg .row-sm .col-md-12,
.row-sm .col-lg-12,
.row-lg .row-sm .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.row-lg {
  margin-right: -50px;
  margin-left: -50px;
}
.row-lg .col-xs-1,
.row-lg .col-sm-1,
.row-lg .col-md-1,
.row-lg .col-lg-1,
.row-lg .col-xs-2,
.row-lg .col-sm-2,
.row-lg .col-md-2,
.row-lg .col-lg-2,
.row-lg .col-xs-3,
.row-lg .col-sm-3,
.row-lg .col-md-3,
.row-lg .col-lg-3,
.row-lg .col-xs-4,
.row-lg .col-sm-4,
.row-lg .col-md-4,
.row-lg .col-lg-4,
.row-lg .col-xs-5,
.row-lg .col-sm-5,
.row-lg .col-md-5,
.row-lg .col-lg-5,
.row-lg .col-xs-6,
.row-lg .col-sm-6,
.row-lg .col-md-6,
.row-lg .col-lg-6,
.row-lg .col-xs-7,
.row-lg .col-sm-7,
.row-lg .col-md-7,
.row-lg .col-lg-7,
.row-lg .col-xs-8,
.row-lg .col-sm-8,
.row-lg .col-md-8,
.row-lg .col-lg-8,
.row-lg .col-xs-9,
.row-lg .col-sm-9,
.row-lg .col-md-9,
.row-lg .col-lg-9,
.row-lg .col-xs-10,
.row-lg .col-sm-10,
.row-lg .col-md-10,
.row-lg .col-lg-10,
.row-lg .col-xs-11,
.row-lg .col-sm-11,
.row-lg .col-md-11,
.row-lg .col-lg-11,
.row-lg .col-xs-12,
.row-lg .col-sm-12,
.row-lg .col-md-12,
.row-lg .col-lg-12 {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1480px) {
  .row-lg {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1280px) {
  .row-lg {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .row-lg {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cat-grid .item {
  margin-bottom: 60px;
}
@media (max-width: 580px) {
  .cat-grid .item {
    width: 100%;
    float: none;
  }
}
/* ==========================================================================
	SEARCH / ZOEKEN
   ========================================================================== */
.tpl-volg-search .search-header {
  padding-top: 60px;
  padding-bottom: 30px;
  background: var(--mint);
}
.tpl-volg-search .page-header {
  margin-bottom: 40px;
}
.tpl-volg-search .search-form-box {
  margin: 30px 10% 0;
  position: relative;
}
.tpl-volg-search .search-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: var(--blue);
  padding-left: 10px;
}
.tpl-volg-search .search-form-box button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.tpl-volg-search .search-form-box button i {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  font-size: 20px;
}
.tpl-volg-search .search-intro {
  padding: 20px 0;
  text-align: center;
}
.tpl-volg-search .search-form-limits .align-right {
  text-align: right;
}
.tpl-volg-search .search-result-panel {
  padding: 60px 0 20px;
  background: var(--light);
}
.tpl-volg-search .search-result-list .item {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
}
.tpl-volg-search .search-result-list .item .result-category {
  display: block;
  color: var(--pink);
}
.tpl-volg-search .search-result-list .item .highlight {
  font-weight: bold;
  color: var(--pink);
}
/*# sourceMappingURL=screen.css.map */