/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "fontawesome/css/fontawesome.min.css";
@import "fontawesome/css/solid.min.css";
@import "fontawesome/css/brands.min.css";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'montserratbold';
  src: url('fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
.fontBold {
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: 'montserratregular';
  src: url('fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
.fontNormal {
  font-family: montserratregular, Arial, sans-serif;
  font-weight: 400;
}
@font-face {
  font-family: 'montserratmedium';
  src: url('fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-medium-webfont.woff') format('woff');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
.fontMedium {
  font-family: montserratmedium, Arial, sans-serif;
  font-weight: 500;
}
@font-face {
  font-family: 'montserratblack';
  src: url('fonts/montserrat/montserrat-black-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-black-webfont.woff') format('woff');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
.fontBlack {
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
}
@font-face {
  font-family: 'montserratbolditalic';
  src: url('fonts/montserrat/montserrat-bolditalic-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-bolditalic-webfont.woff') format('woff');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
.fontBoldItalic {
  font-family: montserratbolditalic, Arial, sans-serif;
  font-weight: 900;
}
@font-face {
  font-family: 'montserratitalic';
  src: url('fonts/montserrat/montserrat-italic-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-italic-webfont.woff') format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
.fontItalic {
  font-family: montserratitalic, Arial, sans-serif;
  font-weight: 400;
}
@font-face {
  font-family: 'montserratmediumitalic';
  src: url('fonts/montserrat/montserrat-mediumitalic-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-mediumitalic-webfont.woff') format('woff');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
.fontMediumItalic {
  font-family: montserratmediumitalic, Arial, sans-serif;
  font-weight: 500;
}
@font-face {
  font-family: 'verveineregular';
  src: url('fonts/verveine/verveineregular-webfont.woff2') format('woff2'), url('fonts/verveine/verveineregular-webfont.woff') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.hand {
  font-family: verveineregular, sans-serif;
  font-weight: 100;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*
  By André Rinas, www.andrerinas.de
  Documentation, www.simplelightbox.com
  Available for use under the MIT License
  Version 2.14.3
  */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: inherit;
  color: #fff;
  font-size: inherit;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #fff;
  font-size: inherit;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: inherit;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: inherit;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px 20px;
  color: #fff;
  font-family: verveineregular, sans-serif;
  font-weight: 100;
  background: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
.sl-wrapper .sl-image .sl-caption.pos-bottom a {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
}
.sl-wrapper .sl-image .sl-caption.pos-bottom a i.fa-solid {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .sl-wrapper .sl-image .sl-caption.pos-bottom {
    bottom: auto;
  }
  .sl-wrapper .sl-image .sl-caption.pos-bottom a {
    top: -20px;
    right: 10px;
    color: #ff5f49;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 10px;
  background-color: rgba(47, 75, 73, 0.6);
}
.marker-cluster div {
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-top: 2px;
  background-color: #2f4b49;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
.marker-cluster span {
  line-height: 20px;
  font-size: 10px;
}
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
html,
body {
  font-family: montserratmedium, Arial, sans-serif;
  font-weight: 500;
  direction: ltr;
  height: 100%;
  height: 100vh;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  line-height: 28px;
  color: #2f4b49;
  background-color: #ffffff;
}
html.fixedpage,
body.fixedpage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
picture {
  overflow: hidden;
}
picture img {
  width: 100%;
}
picture.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
picture.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
}
header,
footer,
section {
  position: relative;
  width: 100%;
}
header:before,
footer:before,
section:before,
header:after,
footer:after,
section:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
header:after,
footer:after,
section:after {
  clear: both;
}
.lt-ie9 header,
.lt-ie9 footer,
.lt-ie9 section {
  zoom: 1;
}
header .inner,
footer .inner,
section .inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 40px 20px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .inner:before,
footer .inner:before,
section .inner:before,
header .inner:after,
footer .inner:after,
section .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
header .inner:after,
footer .inner:after,
section .inner:after {
  clear: both;
}
.lt-ie9 header .inner,
.lt-ie9 footer .inner,
.lt-ie9 section .inner {
  zoom: 1;
}
header .inner.slim,
footer .inner.slim,
section .inner.slim {
  max-width: 896px;
}
header .inner.wide,
footer .inner.wide,
section .inner.wide {
  max-width: 1680px;
}
@media only screen and (max-width: 767px) {
  header .inner,
  footer .inner,
  section .inner {
    max-width: 100%;
  }
  header .inner.slim,
  footer .inner.slim,
  section .inner.slim {
    max-width: 100%;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #2f4b49;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #ff5f49;
}
a:focus {
  outline: none;
}
strong {
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
em {
  font-family: montserratmediumitalic, Arial, sans-serif;
  font-weight: 500;
}
section .inner p {
  display: block;
  margin-bottom: 20px;
}
section .inner p.no-margin {
  margin-bottom: 0;
}
section .inner a {
  color: #ff5f49;
}
section .inner ul {
  display: block;
  margin-top: 20px;
  list-style-type: square;
  list-style-position: inside;
  list-style-image: none;
}
section .inner ol {
  display: block;
  margin-top: 20px;
  list-style-position: inside;
}
section .inner ol li {
  margin-bottom: 10px;
}
.h1,
.h2,
.h3 {
  display: block;
  margin: 0;
  padding: 0;
}
h1.h1 {
  line-height: 30px;
  margin-bottom: 10px;
}
h1.h1 span {
  display: block;
  font-size: 20px;
}
h2.h2 {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
h3.h3 {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.ios-padding {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.textshadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
.boxshadow {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.font-bg-main {
  display: inline;
  background: #2f4b49;
  padding: 2px 4px;
  border-radius: 2px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
svg.travelpath {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
svg.travelpath.svg-gray .line,
svg.travelpath.svg-gray .circle,
svg.travelpath.svg-gray .cross {
  fill: #f2f2f2;
}
svg.travelpath.svg-white .line,
svg.travelpath.svg-white .circle,
svg.travelpath.svg-white .cross {
  fill: #fff;
}
svg.travelpath.svg-color .line {
  fill: #2f4b49;
}
svg.travelpath.svg-color .circle {
  fill: #ff5f49;
}
svg.travelpath.svg-color .cross {
  fill: #ff5f49;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  svg.travelpath {
    display: none;
  }
}
.button-orange {
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.button-orange:hover {
  background-color: #c81800;
}
.button-orange:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
.button-orange-no-arrow {
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.button-orange-no-arrow:hover {
  background-color: #c81800;
}
.button-green {
  display: inline-block;
  background-color: #2f4b49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.button-green:hover {
  background-color: #1b2c2a;
}
header.desktop-header {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  z-index: 9;
}
header.desktop-header .inner {
  padding: 0;
  max-width: 1680px;
}
header.desktop-header .inner a.home {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100px;
  padding: 20px 0;
  z-index: 1;
}
header.desktop-header .inner a.home img.logo {
  height: 100%;
}
header.desktop-header .inner nav.main-nav {
  position: relative;
  float: right;
  width: 100%;
  text-align: right;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul {
  display: block;
  padding-right: 10px;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li {
  position: relative;
  display: inline-block;
  padding: 0 10px 20px 10px;
  line-height: 30px;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li a {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li a span {
  display: block;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
}
.lt-ie9 header.desktop-header .inner nav.main-nav ul.main-nav-ul li:hover ul.sub-menu {
  filter: alpha(opacity=100%);
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li:last-child ul.sub-menu {
  left: auto;
  right: 10px;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li.parent:after {
  visibility: hidden;
  opacity: 0;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.lt-ie9 header.desktop-header .inner nav.main-nav ul.main-nav-ul li.parent:after {
  filter: alpha(opacity=0%);
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li.parent:hover:after {
  visibility: visible;
  opacity: 1;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
}
.lt-ie9 header.desktop-header .inner nav.main-nav ul.main-nav-ul li.parent:hover:after {
  filter: alpha(opacity=100%);
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li.parent a span.menu-chevron {
  display: none;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
  position: absolute;
  top: 40px;
  right: 10px;
  width: auto;
  min-width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lt-ie9 header.desktop-header .inner nav.main-nav ul.main-nav-ul li ul.sub-menu {
  filter: alpha(opacity=0%);
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li ul.sub-menu li {
  display: block;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li ul.sub-menu li a {
  display: block;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: 400;
  color: #2f4b49;
}
header.desktop-header .inner nav.main-nav ul.main-nav-ul li ul.sub-menu li a span {
  display: block;
}
header.desktop-header .inner nav.main-nav ul.sub-nav-ul {
  display: block;
  padding-right: 15px;
}
header.desktop-header .inner nav.main-nav ul.sub-nav-ul li {
  display: inline-block;
  padding: 20px 5px 0 5px;
  line-height: 30px;
}
header.desktop-header .inner nav.main-nav ul.sub-nav-ul li a {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
  font-size: 12px;
}
header.desktop-header .inner nav.main-nav ul.sub-nav-ul li a span {
  display: block;
}
header.desktop-header .inner nav.main-nav ul.sub-nav-ul li a span i {
  display: inline-block;
  margin-right: 2px;
}
header.desktop-header .inner nav.main-nav ul.sub-nav-ul li.search-toggle {
  cursor: pointer;
}
header.desktop-header .inner nav.main-nav ul.sub-nav-ul li.search-toggle i.fa {
  display: block;
  color: #2f4b49;
  font-size: 16px;
}
header.desktop-header .inner nav.main-nav ul.sub-nav-ul li.button a {
  padding: 0 5px;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header.mobile-header {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
}
header.mobile-header.nav-show svg.nav-control.bars {
  opacity: 0;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
}
.lt-ie9 header.mobile-header.nav-show svg.nav-control.bars {
  filter: alpha(opacity=0%);
}
header.mobile-header a.home {
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  padding: 8px 0;
}
header.mobile-header a.home img.logo {
  height: 100%;
}
header.mobile-header svg.nav-control.bars {
  position: absolute;
  top: 10px;
  right: 18px;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  header.desktop-header {
    display: block;
  }
  header.mobile-header {
    display: none !important;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header.desktop-header {
    display: none !important;
  }
  header.mobile-header {
    display: block;
  }
}
.nav-wrapper {
  position: fixed;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}
.nav-wrapper.nav-hide {
  visibility: hidden;
  opacity: 0;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.lt-ie9 .nav-wrapper.nav-hide {
  filter: alpha(opacity=0%);
}
.nav-wrapper.nav-hide nav.main-nav {
  -moz-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.nav-wrapper.nav-show {
  visibility: visible;
  opacity: 1;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.lt-ie9 .nav-wrapper.nav-show {
  filter: alpha(opacity=100%);
}
.nav-wrapper.nav-show .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-wrapper.nav-show nav.main-nav {
  -moz-transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.nav-wrapper nav.main-mobile-nav {
  position: relative;
  float: left;
  width: 90%;
  height: 100%;
  overflow: scroll;
  text-align: left;
  padding: 80px 20px;
  background-color: #fff;
}
.nav-wrapper nav.main-mobile-nav:after {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  content: '';
}
.nav-wrapper nav.main-mobile-nav img.logo {
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  padding: 8px 0;
  z-index: 1;
}
.nav-wrapper nav.main-mobile-nav svg.nav-control {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-wrapper nav.main-mobile-nav svg.nav-control.xmark {
  position: absolute;
  top: 13px;
  right: 10px;
}
.nav-wrapper nav.main-mobile-nav .search-container {
  display: block;
  width: 100%;
}
.nav-wrapper nav.main-mobile-nav .search-container .custom-search-form {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}
.nav-wrapper nav.main-mobile-nav .search-container .custom-search-form .search-field {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 5px 40px 5px 10px;
  background: transparent;
}
.nav-wrapper nav.main-mobile-nav .search-container .custom-search-form .search-submit {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #888;
  background: none;
  border: none;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.nav-wrapper nav.main-mobile-nav .search-container .custom-search-form .search-submit:hover {
  color: #2f4b49;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul {
  position: relative;
  top: auto;
  right: auto;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li a,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li a {
  display: block;
  text-transform: uppercase;
  line-height: 50px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li a span i,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li a span i {
  display: inline-block;
  margin-right: 2px;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.active a,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.active a {
  color: #ff5f49;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.parent.open-nav a span.menu-chevron,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.parent.open-nav a span.menu-chevron {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.parent.open-nav ul.sub-menu,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.parent.open-nav ul.sub-menu {
  display: block;
  opacity: 1;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
}
.lt-ie9 .nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.parent.open-nav ul.sub-menu,
.lt-ie9 .nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.parent.open-nav ul.sub-menu {
  filter: alpha(opacity=100%);
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.parent.close-nav a span.menu-chevron,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.parent.close-nav a span.menu-chevron {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.parent.close-nav ul.sub-menu,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.parent.close-nav ul.sub-menu {
  display: none;
  opacity: 0;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
}
.lt-ie9 .nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.parent.close-nav ul.sub-menu,
.lt-ie9 .nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.parent.close-nav ul.sub-menu {
  filter: alpha(opacity=0%);
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.parent a span.menu-chevron,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.parent a span.menu-chevron {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 19px;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li.parent a span.menu-chevron svg.arrow-svg,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li.parent a span.menu-chevron svg.arrow-svg {
  display: block;
  height: 12px;
  fill: #2f4b49;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li ul.sub-menu,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li ul.sub-menu {
  display: block;
  width: 100%;
  padding-left: 20px;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li ul.sub-menu li.sub-parent a,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li ul.sub-menu li.sub-parent a {
  color: #a5a5a5;
}
.nav-wrapper nav.main-mobile-nav ul.sub-mobile-nav-ul li ul.sub-menu li a,
.nav-wrapper nav.main-mobile-nav ul.main-mobile-nav-ul li ul.sub-menu li a {
  color: #2f4b49;
  text-transform: none;
  font-family: montserratmedium, Arial, sans-serif;
  font-weight: 500;
  line-height: 32px;
}
.nav-wrapper nav.main-mobile-nav ul.mobile-nav-icons {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.nav-wrapper nav.main-mobile-nav ul.mobile-nav-icons li {
  display: inline-block;
  width: 25px;
  margin-right: 20px;
}
.nav-wrapper nav.main-mobile-nav ul.mobile-nav-icons li a {
  display: block;
}
.nav-wrapper nav.main-mobile-nav ul.mobile-nav-icons li a svg {
  display: block;
  fill: #2f4b49;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .nav-wrapper {
    display: none !important;
  }
}
section.frontpage-header-split .inner {
  max-width: 1680px;
  padding: 0 10px;
  height: 500px;
}
section.frontpage-header-split .inner .image-box-main {
  position: relative;
  float: left;
  padding: 0 10px;
  width: 60%;
  height: 100%;
}
section.frontpage-header-split .inner .image-box-main picture {
  display: block;
  width: 100%;
  height: 100%;
}
section.frontpage-header-split .inner .image-box-main picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.frontpage-header-split .inner .image-box-main a.image-link-to-page {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0 10px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.frontpage-header-split .inner .image-box-main a.image-link-to-page:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.frontpage-header-split .inner .image-box-sub {
  position: relative;
  float: left;
  width: 40%;
  height: 50%;
}
section.frontpage-header-split .inner .image-box-sub.sub-one {
  padding: 0 10px 10px 10px;
}
section.frontpage-header-split .inner .image-box-sub.sub-two {
  padding: 10px 10px 0 10px;
}
section.frontpage-header-split .inner .image-box-sub picture {
  display: block;
  width: 100%;
  height: 100%;
}
section.frontpage-header-split .inner .image-box-sub picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.frontpage-header-split .inner .image-box-sub a.image-link-to-page {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0 10px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.frontpage-header-split .inner .image-box-sub a.image-link-to-page:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.frontpage-header-split .inner .page-header-title {
  position: absolute;
  bottom: 80px;
  left: 20px;
  padding: 20px;
}
section.frontpage-header-split .inner .page-header-title * {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
section.frontpage-header-split .inner .page-header-title span.title-tag {
  display: block;
  font-size: 16px;
  color: #fff;
}
section.frontpage-header-split .inner .page-header-title h1.h1 {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 1px;
  margin: 0;
}
section.frontpage-header-split .inner .page-header-title h2.h2 {
  display: block;
  padding-top: 20px;
  font-size: 36px;
  color: #fff;
  margin: 0;
  font-family: verveineregular, sans-serif;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  section.frontpage-header-split .inner {
    max-width: 100%;
    height: 250px;
    padding: 0;
  }
  section.frontpage-header-split .inner .image-box-main {
    padding: 0;
    width: 100%;
  }
  section.frontpage-header-split .inner .image-box-main picture img {
    border-radius: 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  section.frontpage-header-split .inner .image-box-main a.image-link-to-page {
    display: none;
  }
  section.frontpage-header-split .inner .image-box-sub {
    display: none;
  }
  section.frontpage-header-split .inner .page-header-title {
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  section.frontpage-header-split .inner .page-header-title span.title-tag {
    display: none;
  }
  section.frontpage-header-split .inner .page-header-title h1.h1 {
    font-size: 32px;
  }
  section.frontpage-header-split .inner .page-header-title h2.h2 {
    padding-top: 0;
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  section.frontpage-header-split .inner {
    max-width: 100%;
    height: auto;
  }
  section.frontpage-header-split .inner .image-box-main {
    width: 100%;
    height: 400px;
  }
  section.frontpage-header-split .inner .image-box-sub {
    width: 50%;
    height: 250px;
  }
  section.frontpage-header-split .inner .image-box-sub.sub-one {
    padding: 20px 10px 0 10px;
  }
  section.frontpage-header-split .inner .image-box-sub.sub-two {
    padding: 20px 10px 0 10px;
  }
  section.frontpage-header-split .inner .page-header-title {
    bottom: 300px;
  }
}
section.page-header {
  position: relative;
  width: 100%;
  margin-top: 0;
}
section.page-header .inner .page-header-title {
  position: relative;
  width: 100%;
  z-index: 1;
}
section.page-header .inner .page-header-title span.title-tag {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 14px;
  color: #ff5f49;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.page-header .inner .page-header-title h1.h1 {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #2f4b49;
  line-height: 40px;
  margin: 0;
}
section.page-header .inner .page-header-title h2.h2 {
  display: block;
  padding-top: 20px;
  font-size: 34px;
  color: #2f4b49;
  margin: 0;
  font-family: verveineregular, sans-serif;
  font-weight: 100;
}
section.page-header .inner .page-header-title .page-information {
  display: block;
  margin-top: 20px;
}
section.page-header .inner .page-header-title .page-information nav.breadcrumbs {
  display: inline-block;
}
section.page-header .inner .page-header-title .page-information nav.breadcrumbs ul.path {
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  list-style: none;
}
section.page-header .inner .page-header-title .page-information nav.breadcrumbs ul.path li {
  display: inline-block;
}
section.page-header .inner .page-header-title .page-information nav.breadcrumbs ul.path li a {
  display: inline-block;
  color: #2f4b49;
  text-decoration: none;
  vertical-align: top;
  font-size: 12px;
}
section.page-header .inner .page-header-title .page-information nav.breadcrumbs ul.path li a:after {
  display: inline-block;
  padding: 0 5px;
  content: '›';
}
section.page-header .inner .page-header-title .page-information nav.breadcrumbs ul.path li.current a:after {
  content: '';
}
section.page-header .inner .page-header-title .page-information .page-author {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header .inner .page-header-title .page-information .page-author picture.auteur-img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
section.page-header .inner .page-header-title .page-information .page-author picture.auteur-img img {
  display: block;
  widht: 100%;
  border-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header .inner .page-header-title .page-information .page-author span.auteur {
  display: inline-block;
  line-height: 28px;
  color: #2f4b49;
  font-size: 12px;
}
section.page-header .inner .page-header-title .page-information div.rating {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  color: #2f4b49;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header .inner .page-header-title .page-information div.rating p.rating-number {
  display: inline-block;
  margin: 0 4px 0 0;
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 12px;
  border: 1px solid #2f4b49;
  border-radius: 28px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
section.page-header .inner .page-header-title .page-information div.rating .stars {
  display: inline-block;
}
section.page-header .inner .page-header-title .page-information div.rating .stars span.star {
  display: inline-block;
}
section.page-header .inner .page-header-title .page-information div.rating .stars span.star i {
  color: #2f4b49;
  font-size: 12px;
}
section.page-header .inner .page-header-title .page-information div.insta-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  font-size: 12px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header .inner .page-header-title .page-information div.insta-link a {
  display: block;
  color: #2f4b49;
}
section.page-header .inner .page-header-title .page-information div.insta-link a i.fa-brands {
  display: inline-block;
  padding-right: 4px;
}
section.page-header .inner .page-header-title .page-information div.post-date {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  font-size: 12px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header .inner .page-header-title .page-information div.post-date i.fa-calendar {
  display: inline-block;
  padding-right: 4px;
}
section.page-header .inner .page-header-title .page-information div.post-due-date {
  display: inline-block;
  padding: 5px 10px;
  background-color: #2f4b49;
  font-size: 12px;
  color: #fff;
  border: 1px solid #2f4b49;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header .inner .page-header-title .page-information div.post-due-date i.fa-calendar {
  display: inline-block;
  padding-right: 4px;
  color: #fff;
}
section.page-header .inner .page-header-title .page-information div.archive-term {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  font-size: 12px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header .inner .page-header-title .page-information div.archive-term i.fa-folder {
  display: inline-block;
  padding-right: 4px;
}
section.page-header .inner div.page-intro {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
section.page-header .inner div.page-intro p {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 20px;
  border-left: 2px solid #2f4b49;
}
@media only screen and (max-width: 767px) {
  section.page-header .inner .page-header-title span.title-tag {
    font-size: 12px;
  }
  section.page-header .inner .page-header-title h1.h1 {
    font-size: 28px;
    line-height: 30px;
  }
  section.page-header .inner .page-header-title h2.h2 {
    font-size: 26px;
  }
  section.page-header .inner .page-header-title .page-information nav.breadcrumbs .path {
    margin-bottom: 4px;
  }
  section.page-header .inner div.page-intro p {
    padding-left: 0;
    border-left: none;
  }
}
section.page-header.post-cat-with-img {
  height: 500px;
  padding: 0 20px;
}
section.page-header.post-cat-with-img picture.header-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1680px;
  height: 100%;
  padding: 0 20px;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.page-header.post-cat-with-img picture.header-img img {
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header.post-cat-with-img .inner {
  height: 100%;
  padding: 0 20px;
}
section.page-header.post-cat-with-img .inner .page-header-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 20px;
}
section.page-header.post-cat-with-img .inner .page-header-title span.title-tag {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.page-header.post-cat-with-img .inner .page-header-title h1.h1 {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
section.page-header.post-cat-with-img .inner .page-header-title h2.h2 {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
section.page-header.post-cat-with-img .inner .page-header-title div.page-intro {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
section.page-header.post-cat-with-img .inner .page-header-title div.page-intro p {
  display: block;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  padding-left: 0px;
  border-left: none;
  display: inline;
  background: #2f4b49;
  padding: 2px 4px;
  border-radius: 2px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
section.page-header.post-cat-with-img .inner .page-header-title .page-information nav.breadcrumbs ul.path li a {
  color: #fff;
}
section.page-header.post-cat-with-img .inner .page-header-title .page-information nav.breadcrumbs ul.path li.current a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  section.page-header.with-img {
    height: 60%;
    padding: 0;
  }
  body.frontpage section.page-header.with-img picture.header-img {
    padding: 0;
  }
  body.frontpage section.page-header.with-img picture.header-img img {
    border-radius: 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title {
    bottom: 40px;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title span.title-tag {
    font-size: 12px;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title h1.h1 {
    font-size: 28px;
    line-height: 30px;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title h2.h2 {
    font-size: 26px;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title .page-information .path {
    margin-bottom: 4px;
  }
}
section.page-header.with-img {
  height: 500px;
  padding: 0 20px;
}
section.page-header.with-img picture.header-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1680px;
  height: 100%;
  padding: 0 20px;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.page-header.with-img picture.header-img img {
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header.with-img picture.header-img .link-to-page {
  position: absolute;
  bottom: 10px;
  right: 30px;
  padding: 6px 10px;
  line-height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-header.with-img picture.header-img .link-to-page span {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}
section.page-header.with-img picture.header-img .link-to-page a {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}
section.page-header.with-img picture.header-img .link-to-page a:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.page-header.with-img .inner {
  height: 100%;
  padding: 0 20px;
}
section.page-header.with-img .inner .page-header-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 20px;
}
section.page-header.with-img .inner .page-header-title span.title-tag {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.page-header.with-img .inner .page-header-title h1.h1 {
  color: #fff;
}
section.page-header.with-img .inner .page-header-title h2.h2 {
  color: #fff;
}
section.page-header.with-img .inner .page-header-title .page-information .path {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
section.page-header.with-img .inner .page-header-title .page-information .path a {
  color: #fff;
}
section.page-header.with-img .inner .page-header-title .page-information .path span.current {
  color: #fff;
}
section.page-header.with-img .inner .page-header-title .page-information .page-author {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
section.page-header.with-img .inner .page-header-title .page-information .page-author span.auteur {
  color: #fff;
  font-size: 14px;
}
section.page-header.with-img .inner .page-header-title .page-information div.rating {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
section.page-header.with-img .inner .page-header-title .page-information div.rating p.rating-number {
  border: 1px solid #fff;
}
section.page-header.with-img .inner .page-header-title .page-information div.rating .stars span.star i {
  color: #fff;
}
section.page-header.with-img .inner .page-header-title .page-information div.has-comments {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
@media only screen and (max-width: 767px) {
  section.page-header.with-img {
    height: 60%;
    padding: 0;
  }
  body.frontpage section.page-header.with-img picture.header-img {
    padding: 0;
  }
  body.frontpage section.page-header.with-img picture.header-img img {
    border-radius: 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title {
    bottom: 40px;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title span.title-tag {
    font-size: 12px;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title h1.h1 {
    font-size: 28px;
    line-height: 30px;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title h2.h2 {
    font-size: 26px;
  }
  body.frontpage section.page-header.with-img .inner .page-header-title .page-information .path {
    margin-bottom: 4px;
  }
}
section.searchpage-header .inner .page-header-title span {
  text-decoration: underline;
}
section.searchpage-header .inner .search-container {
  position: relative;
  display: block;
  margin-top: 50px;
  width: 50%;
}
section.searchpage-header .inner .search-container .custom-search-form {
  display: block;
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #2f4b49;
}
section.searchpage-header .inner .search-container .custom-search-form .search-field {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 5px 40px 5px 10px;
  background: transparent;
}
section.searchpage-header .inner .search-container .custom-search-form .search-submit {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #888;
  background: none;
  border: none;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.searchpage-header .inner .search-container .custom-search-form .search-submit:hover {
  color: #2f4b49;
}
@media only screen and (max-width: 767px) {
  section.searchpage-header .inner .search-container {
    width: 100%;
  }
}
section.frontpage-intro .inner h1,
section.frontpage-intro .inner h2 {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
  font-size: 24px;
}
section.frontpage-intro .inner h1.h2-small,
section.frontpage-intro .inner h2.h2-small {
  font-size: 18px;
  margin-bottom: 5px;
}
section.frontpage-intro .inner h3 {
  display: block;
  margin: 0;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
}
section.frontpage-intro .inner h3.h3-small {
  font-size: 16px;
}
section.page-intro {
  position: relative;
  width: 100%;
}
section.page-intro .inner {
  padding: 40px 20px 20px 20px;
}
section.page-intro .inner p {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  padding-left: 20px;
  border-left: 2px solid #2f4b49;
}
@media only screen and (max-width: 767px) {
  section.page-intro .inner {
    padding: 40px 10px 20px 10px;
  }
  section.page-intro .inner p {
    padding-left: 10px;
  }
}
body.frontpage section.page-header.with-img .inner .page-header-title {
  bottom: 80px;
}
p.rating-stars {
  display: block;
}
p.rating-stars.table {
  margin-bottom: 0;
}
p.rating-stars.solid {
  background-color: #f2f2f2;
  padding: 10px 20px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.rating-stars.border {
  border: 1px solid #f2f2f2;
  padding: 9px 20px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.rating-stars.inline {
  display: inline-block !important;
  width: auto;
}
p.rating-stars.block {
  display: block;
  width: 100%;
}
p.rating-stars span.rating-comment {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
}
p.rating-stars span.rating-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #ff5f49;
  border-radius: 30px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-size: 14px;
}
p.rating-stars span.message {
  display: inline-block;
  margin: 0;
  padding-left: 10px;
  font-family: verveineregular, sans-serif;
  font-weight: 100;
}
p.rating-stars span.stars {
  display: inline-block;
}
p.rating-stars span.stars span.star {
  display: inline-block;
}
p.rating-stars span.stars span.star i {
  color: #ff5f49;
}
section.page-pro-con .inner .pro-con-results {
  display: block;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-pro-con .inner .pro-con-results:before,
section.page-pro-con .inner .pro-con-results:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
section.page-pro-con .inner .pro-con-results:after {
  clear: both;
}
.lt-ie9 section.page-pro-con .inner .pro-con-results {
  zoom: 1;
}
section.page-pro-con .inner .pro-con-results h2 {
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
section.page-pro-con .inner .pro-con-results ul.item-pros,
section.page-pro-con .inner .pro-con-results ul.item-cons {
  position: relative;
  float: left;
  width: 50%;
}
section.page-pro-con .inner .pro-con-results ul.item-pros .pro-title,
section.page-pro-con .inner .pro-con-results ul.item-cons .pro-title {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #ff5f49;
}
section.page-pro-con .inner .pro-con-results ul.item-pros .con-title,
section.page-pro-con .inner .pro-con-results ul.item-cons .con-title {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #ff5f49;
}
section.page-pro-con .inner .pro-con-results ul.item-pros li,
section.page-pro-con .inner .pro-con-results ul.item-cons li {
  display: block;
  padding: 0;
  color: #2f4b49;
}
@media only screen and (max-width: 767px) {
  section.page-pro-con .inner .pro-con-results ul.item-pros,
  section.page-pro-con .inner .pro-con-results ul.item-cons {
    width: 100%;
  }
}
section.page-main-text.sidebar .inner .quicklist {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
}
section.page-main-text.sidebar .inner .quicklist.show-list {
  display: block;
}
section.page-main-text.sidebar .inner .quicklist .title {
  display: block;
  margin-bottom: 5px;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.page-main-text.sidebar .inner .quicklist .container {
  display: block;
}
section.page-main-text.sidebar .inner .quicklist .container a.blog-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.page-main-text.sidebar .inner main.main {
  position: relative;
  float: left;
  width: 70%;
}
section.page-main-text.sidebar .inner main.main picture.main-image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
section.page-main-text.sidebar .inner main.main picture.main-image img {
  display: block;
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-main-text.sidebar .inner main.main picture.main-image .description {
  position: absolute;
  bottom: 4px;
  right: 4px;
  padding: 5px;
  line-height: 10px;
  font-size: 10px;
  background-color: #fff;
  border-radius: 5px 0 5px 0;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-main-text.sidebar .inner main.main .video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}
section.page-main-text.sidebar .inner main.main .video-box iframe,
section.page-main-text.sidebar .inner main.main .video-box object,
section.page-main-text.sidebar .inner main.main .video-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-main-text.sidebar .inner aside.sidebar {
  position: relative;
  float: left;
  width: 28%;
  margin-left: 2%;
}
section.page-main-text.sidebar .inner aside.sidebar picture.main-image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
section.page-main-text.sidebar .inner aside.sidebar picture.main-image img {
  display: block;
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-main-text.sidebar .inner aside.sidebar picture.main-image .description {
  position: absolute;
  bottom: 4px;
  right: 4px;
  padding: 5px;
  line-height: 10px;
  font-size: 10px;
  background-color: #fff;
  border-radius: 5px 0 5px 0;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav,
section.page-main-text.sidebar .inner aside.sidebar .page-side-text,
section.page-main-text.sidebar .inner aside.sidebar .page-side-album {
  display: block;
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav h2.h2-side,
section.page-main-text.sidebar .inner aside.sidebar .page-side-text h2.h2-side,
section.page-main-text.sidebar .inner aside.sidebar .page-side-album h2.h2-side {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 35px;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li:last-of-type {
  margin-bottom: 0;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  vertical-align: middle;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li a {
  display: block;
  width: 100%;
  color: #2f4b49;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li a:hover {
  color: #ff5f49;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li.more-button {
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  display: block;
  text-align: center;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li.more-button:hover {
  background-color: #c81800;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li.more-button:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.page-main-text.sidebar .inner aside.sidebar .side-nav ul.blog-post-links li.more-button a {
  color: #fff;
}
section.page-main-text.sidebar .inner aside.sidebar .page-side-text {
  display: block;
  width: 100%;
}
section.page-main-text.sidebar .inner aside.sidebar .page-side-text img {
  display: block;
  width: 100%;
  padding: 20px;
}
section.page-main-text.sidebar .inner aside.sidebar .page-side-album {
  display: block;
  width: 100%;
}
section.page-main-text.sidebar .inner aside.sidebar .page-side-album .album {
  display: block;
  width: 100%;
}
section.page-main-text.sidebar .inner aside.sidebar .page-side-album .album a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
section.page-main-text.sidebar .inner aside.sidebar .page-side-album .album a:last-of-type {
  margin-bottom: 0;
}
section.page-main-text.sidebar .inner aside.sidebar .page-side-album .album a img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section.page-main-text.sidebar .inner main.main {
    width: 100%;
  }
  section.page-main-text.sidebar .inner aside.sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
body.frontpage section.page-mid-text,
body.frontpage section.page-sub-text,
body.frontpage section.page-main-text {
  margin-top: 0;
}
body.frontpage section.page-mid-text .inner h1,
body.frontpage section.page-sub-text .inner h1,
body.frontpage section.page-main-text .inner h1,
body.frontpage section.page-mid-text .inner h2,
body.frontpage section.page-sub-text .inner h2,
body.frontpage section.page-main-text .inner h2 {
  padding-top: 0;
  margin: 0;
}
section.page-mid-text.post-cat .inner,
section.page-sub-text.post-cat .inner,
section.page-main-text.post-cat .inner {
  padding: 40px 20px;
}
section.page-mid-text .inner,
section.page-sub-text .inner,
section.page-main-text .inner {
  padding: 40px 20px 20px 20px;
}
section.page-mid-text .inner h2.h2,
section.page-sub-text .inner h2.h2,
section.page-main-text .inner h2.h2 {
  margin-bottom: 5px;
}
section.page-mid-text .inner h1,
section.page-sub-text .inner h1,
section.page-main-text .inner h1,
section.page-mid-text .inner h2,
section.page-sub-text .inner h2,
section.page-main-text .inner h2 {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
  font-size: 24px;
}
section.page-mid-text .inner h1.h2-small,
section.page-sub-text .inner h1.h2-small,
section.page-main-text .inner h1.h2-small,
section.page-mid-text .inner h2.h2-small,
section.page-sub-text .inner h2.h2-small,
section.page-main-text .inner h2.h2-small,
section.page-mid-text .inner h1.h2-small-no-list,
section.page-sub-text .inner h1.h2-small-no-list,
section.page-main-text .inner h1.h2-small-no-list,
section.page-mid-text .inner h2.h2-small-no-list,
section.page-sub-text .inner h2.h2-small-no-list,
section.page-main-text .inner h2.h2-small-no-list {
  font-size: 18px;
  margin-bottom: 5px;
}
section.page-mid-text .inner h3,
section.page-sub-text .inner h3,
section.page-main-text .inner h3 {
  display: block;
  margin: 0;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
}
section.page-mid-text .inner h3.h3-small,
section.page-sub-text .inner h3.h3-small,
section.page-main-text .inner h3.h3-small {
  font-size: 16px;
}
section.page-mid-text .inner p,
section.page-sub-text .inner p,
section.page-main-text .inner p {
  display: block;
}
section.page-mid-text .inner p img,
section.page-sub-text .inner p img,
section.page-main-text .inner p img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-mid-text .inner p.instagram-comments,
section.page-sub-text .inner p.instagram-comments,
section.page-main-text .inner p.instagram-comments {
  font-family: montserratbolditalic, Arial, sans-serif;
  font-weight: 900;
}
section.page-mid-text .inner a,
section.page-sub-text .inner a,
section.page-main-text .inner a {
  color: #ff5f49;
}
section.page-mid-text .inner a.link-arrow,
section.page-sub-text .inner a.link-arrow,
section.page-main-text .inner a.link-arrow {
  display: block;
}
section.page-mid-text .inner a.link-arrow:after,
section.page-sub-text .inner a.link-arrow:after,
section.page-main-text .inner a.link-arrow:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #ff5f49;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.page-mid-text .inner a.button-full,
section.page-sub-text .inner a.button-full,
section.page-main-text .inner a.button-full {
  display: inline-block;
  background-color: #2f4b49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  display: block;
  margin-bottom: 20px;
}
section.page-mid-text .inner a.button-full:hover,
section.page-sub-text .inner a.button-full:hover,
section.page-main-text .inner a.button-full:hover {
  background-color: #1b2c2a;
}
section.page-mid-text .inner a.button-small,
section.page-sub-text .inner a.button-small,
section.page-main-text .inner a.button-small {
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  margin-bottom: 20px;
}
section.page-mid-text .inner a.button-small:hover,
section.page-sub-text .inner a.button-small:hover,
section.page-main-text .inner a.button-small:hover {
  background-color: #c81800;
}
section.page-mid-text .inner a.button-small:after,
section.page-sub-text .inner a.button-small:after,
section.page-main-text .inner a.button-small:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.page-mid-text .inner ul,
section.page-sub-text .inner ul,
section.page-main-text .inner ul {
  display: block;
  list-style: none;
  margin-top: 0;
  margin-bottom: 20px;
}
section.page-mid-text .inner ul li,
section.page-sub-text .inner ul li,
section.page-main-text .inner ul li {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
  line-height: 28px;
  padding-left: 22px;
}
section.page-mid-text .inner ul li.dot:before,
section.page-sub-text .inner ul li.dot:before,
section.page-main-text .inner ul li.dot:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 28px;
  margin: 0;
  content: '◍';
  color: #ff5f49;
}
section.page-mid-text .inner ul li.check:before,
section.page-sub-text .inner ul li.check:before,
section.page-main-text .inner ul li.check:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 28px;
  margin: 0;
  content: '✔';
  color: #2f4b49;
}
section.page-mid-text .inner ul li.cross:before,
section.page-sub-text .inner ul li.cross:before,
section.page-main-text .inner ul li.cross:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 28px;
  margin: 0;
  content: '✘';
  color: #ff5f49;
}
section.page-mid-text .inner ul.pro-con,
section.page-sub-text .inner ul.pro-con,
section.page-main-text .inner ul.pro-con {
  display: block;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
section.page-mid-text .inner ul.pro-con li,
section.page-sub-text .inner ul.pro-con li,
section.page-main-text .inner ul.pro-con li {
  display: block;
}
section.page-mid-text .inner ul.ul-columns,
section.page-sub-text .inner ul.ul-columns,
section.page-main-text .inner ul.ul-columns {
  display: block;
  margin-bottom: 50px;
  padding: 0 20px 20px 20px;
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 5px 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-mid-text .inner ul.ul-columns.column-3,
section.page-sub-text .inner ul.ul-columns.column-3,
section.page-main-text .inner ul.ul-columns.column-3 {
  column-count: 3;
}
section.page-mid-text .inner ul.ul-columns li:has(a):before,
section.page-sub-text .inner ul.ul-columns li:has(a):before,
section.page-main-text .inner ul.ul-columns li:has(a):before {
  padding-right: 10px;
  font-family: "Font Awesome 6 Free";
  color: #ff5f49;
  content: "\f0c8";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.page-mid-text .inner ul.ul-columns li:before,
section.page-sub-text .inner ul.ul-columns li:before,
section.page-main-text .inner ul.ul-columns li:before {
  padding-right: 10px;
  font-family: "Font Awesome 6 Free";
  color: #ff5f49;
  content: "\f0c8";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
section.page-mid-text .inner ol,
section.page-sub-text .inner ol,
section.page-main-text .inner ol {
  display: block;
  margin-bottom: 20px;
  counter-reset: section;
  list-style: none;
}
section.page-mid-text .inner ol li,
section.page-sub-text .inner ol li,
section.page-main-text .inner ol li {
  display: block;
  margin: 0 0 5px 0;
  line-height: 20px;
}
section.page-mid-text .inner ol li:before,
section.page-sub-text .inner ol li:before,
section.page-main-text .inner ol li:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-color: #ff5f49;
  color: #fff;
  font-size: 10px;
  border-radius: 100%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  content: counter(section);
  counter-increment: section;
}
section.page-mid-text .inner table.specs,
section.page-sub-text .inner table.specs,
section.page-main-text .inner table.specs {
  display: table;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
section.page-mid-text .inner table.specs tbody tr,
section.page-sub-text .inner table.specs tbody tr,
section.page-main-text .inner table.specs tbody tr {
  display: table-row;
}
section.page-mid-text .inner table.specs tbody tr:nth-child(odd),
section.page-sub-text .inner table.specs tbody tr:nth-child(odd),
section.page-main-text .inner table.specs tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
section.page-mid-text .inner table.specs tbody tr td,
section.page-sub-text .inner table.specs tbody tr td,
section.page-main-text .inner table.specs tbody tr td {
  display: table-cell;
  padding: 15px;
  text-align: left;
}
section.page-mid-text .inner table.specs tbody tr td:first-of-type,
section.page-sub-text .inner table.specs tbody tr td:first-of-type,
section.page-main-text .inner table.specs tbody tr td:first-of-type {
  width: 250px;
}
section.page-mid-text .inner table ul li,
section.page-sub-text .inner table ul li,
section.page-main-text .inner table ul li {
  padding: 10px;
}
section.page-mid-text .inner table ul li:nth-child(odd),
section.page-sub-text .inner table ul li:nth-child(odd),
section.page-main-text .inner table ul li:nth-child(odd) {
  background-color: #f2f2f2;
}
section.page-mid-text .inner .img_and_text,
section.page-sub-text .inner .img_and_text,
section.page-main-text .inner .img_and_text {
  position: relative;
  display: block;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}
section.page-mid-text .inner .img_and_text img,
section.page-sub-text .inner .img_and_text img,
section.page-main-text .inner .img_and_text img {
  display: block;
}
@media only screen and (max-width: 767px) {
  section.page-mid-text .inner ul.ul-columns,
  section.page-sub-text .inner ul.ul-columns,
  section.page-main-text .inner ul.ul-columns {
    padding: 0 0 20px 0;
    border-width: 0 0 2px 0;
    border-radius: 0 0 0 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  section.page-mid-text .inner ul.ul-columns.column-3,
  section.page-sub-text .inner ul.ul-columns.column-3,
  section.page-main-text .inner ul.ul-columns.column-3 {
    column-count: 1;
  }
  section.page-mid-text .inner ul.ul-columns li,
  section.page-sub-text .inner ul.ul-columns li,
  section.page-main-text .inner ul.ul-columns li {
    padding-left: 0;
  }
  section.page-mid-text .inner ul li,
  section.page-sub-text .inner ul li,
  section.page-main-text .inner ul li {
    padding-left: 30px;
  }
  section.page-mid-text .inner .img_and_text,
  section.page-sub-text .inner .img_and_text,
  section.page-main-text .inner .img_and_text {
    border: none;
    border-radius: 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    margin-bottom: 20px;
  }
  section.page-mid-text .inner .img_and_text img,
  section.page-sub-text .inner .img_and_text img,
  section.page-main-text .inner .img_and_text img {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  section.page-mid-text .inner ul.ul-columns,
  section.page-sub-text .inner ul.ul-columns,
  section.page-main-text .inner ul.ul-columns {
    padding: 0 0 20px 0;
  }
  section.page-mid-text .inner ul.ul-columns.column-3,
  section.page-sub-text .inner ul.ul-columns.column-3,
  section.page-main-text .inner ul.ul-columns.column-3 {
    column-count: 2;
  }
}
section.page-mid-text .inner span.aff-link,
section.page-sub-text .inner span.aff-link,
section.page-main-text .inner span.aff-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 10px 120px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
section.page-mid-text .inner span.aff-link a,
section.page-sub-text .inner span.aff-link a,
section.page-main-text .inner span.aff-link a {
  display: block;
}
section.page-mid-text .inner span.aff-link a:before,
section.page-sub-text .inner span.aff-link a:before,
section.page-main-text .inner span.aff-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 48px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
section.page-mid-text .inner span.aff-link a:after,
section.page-sub-text .inner span.aff-link a:after,
section.page-main-text .inner span.aff-link a:after {
  position: absolute;
  top: 5px;
  right: 20px;
  width: auto;
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  background-color: #ff5f49;
  color: #fff;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  content: 'Bekijk';
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-mid-text .inner span.aff-link.obelink a:before,
section.page-sub-text .inner span.aff-link.obelink a:before,
section.page-main-text .inner span.aff-link.obelink a:before {
  background-image: url('/media/logos/aff-obelink.jpg');
}
section.page-mid-text .inner span.aff-link.kampeerwereld a:before,
section.page-sub-text .inner span.aff-link.kampeerwereld a:before,
section.page-main-text .inner span.aff-link.kampeerwereld a:before {
  background-image: url('/media/logos/aff-kampeerwereld.jpg');
}
section.page-mid-text .inner span.aff-link.bol a:before,
section.page-sub-text .inner span.aff-link.bol a:before,
section.page-main-text .inner span.aff-link.bol a:before {
  background-image: url('/media/logos/aff-bolcom.jpg');
}
section.page-mid-text .inner span.aff-link.decathlon a:before,
section.page-sub-text .inner span.aff-link.decathlon a:before,
section.page-main-text .inner span.aff-link.decathlon a:before {
  background-image: url('/media/logos/aff-decathlon.jpg');
}
section.page-mid-text .inner span.aff-link.vrijbuiter a:before,
section.page-sub-text .inner span.aff-link.vrijbuiter a:before,
section.page-main-text .inner span.aff-link.vrijbuiter a:before {
  background-image: url('/media/logos/aff-vrijbuiter.jpg');
}
section.page-mid-text .inner span.aff-link.acsi a:before,
section.page-sub-text .inner span.aff-link.acsi a:before,
section.page-main-text .inner span.aff-link.acsi a:before {
  background-image: url('/media/logos/aff-acsi.jpg');
}
section.page-mid-text .inner span.aff-link.anwb a:before,
section.page-sub-text .inner span.aff-link.anwb a:before,
section.page-main-text .inner span.aff-link.anwb a:before {
  background-image: url('/media/logos/aff-anwb.jpg');
}
section.page-mid-text .inner span.aff-link.campercontact a:before,
section.page-sub-text .inner span.aff-link.campercontact a:before,
section.page-main-text .inner span.aff-link.campercontact a:before {
  background-image: url('/media/logos/aff-campercontact.jpg');
}
section.page-mid-text .inner span.aff-link.kampeergenoot a:before,
section.page-sub-text .inner span.aff-link.kampeergenoot a:before,
section.page-main-text .inner span.aff-link.kampeergenoot a:before {
  background-image: url('/media/logos/aff-kage.jpg');
}
@media only screen and (max-width: 767px) {
  section.page-sub-text .inner span.aff-link a,
  section.page-main-text .inner span.aff-link a {
    font-size: 0;
  }
  section.page-sub-text .inner span.aff-link a:after,
  section.page-main-text .inner span.aff-link a:after {
    font-size: 16px;
  }
}
section.page-sub-text .inner p.timeline-header,
section.page-main-text .inner p.timeline-header {
  text-align: center;
  margin-bottom: 0;
}
section.page-sub-text .inner p.timeline-header span.tl-header-span,
section.page-main-text .inner p.timeline-header span.tl-header-span {
  display: inline-block;
  border-bottom: 4px solid #2f4b49;
  padding: 5px 10px;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
section.page-sub-text .inner ul.timeline,
section.page-main-text .inner ul.timeline {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding-top: 50px;
}
section.page-sub-text .inner ul.timeline:first-of-type,
section.page-main-text .inner ul.timeline:first-of-type {
  padding-top: 100px;
}
section.page-sub-text .inner ul.timeline:first-of-type:before,
section.page-main-text .inner ul.timeline:first-of-type:before {
  top: 120px;
}
section.page-sub-text .inner ul.timeline:last-of-type,
section.page-main-text .inner ul.timeline:last-of-type {
  padding-bottom: 100px;
}
section.page-sub-text .inner ul.timeline:before,
section.page-main-text .inner ul.timeline:before {
  position: absolute;
  top: 70px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 4px solid #2f4b49;
  content: '';
  z-index: 1;
}
section.page-sub-text .inner ul.timeline:nth-of-type(odd) li,
section.page-main-text .inner ul.timeline:nth-of-type(odd) li {
  position: relative;
  float: left;
}
section.page-sub-text .inner ul.timeline:nth-of-type(odd) li:after,
section.page-main-text .inner ul.timeline:nth-of-type(odd) li:after {
  position: absolute;
  top: 20px;
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2f4b49;
  content: '';
}
section.page-sub-text .inner ul.timeline:nth-of-type(even) li,
section.page-main-text .inner ul.timeline:nth-of-type(even) li {
  position: relative;
  float: right;
}
section.page-sub-text .inner ul.timeline:nth-of-type(even) li:after,
section.page-main-text .inner ul.timeline:nth-of-type(even) li:after {
  position: absolute;
  top: 20px;
  left: -10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #2f4b49;
}
section.page-sub-text .inner ul.timeline::after,
section.page-main-text .inner ul.timeline::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
  background-color: #2f4b49;
  content: '';
}
section.page-sub-text .inner ul.timeline li,
section.page-main-text .inner ul.timeline li {
  position: relative;
  width: 46%;
  background-color: #2f4b49;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: 400;
}
section.page-sub-text .inner ul.timeline li strong,
section.page-main-text .inner ul.timeline li strong {
  display: block;
  text-transform: uppercase;
}
section.page-sub-text .inner ul.timeline li img,
section.page-main-text .inner ul.timeline li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  section.page-sub-text .inner p.timeline-header,
  section.page-main-text .inner p.timeline-header {
    text-align: left;
  }
  section.page-sub-text .inner ul.timeline:before,
  section.page-main-text .inner ul.timeline:before {
    left: 7px;
  }
  section.page-sub-text .inner ul.timeline:nth-of-type(odd) li,
  section.page-main-text .inner ul.timeline:nth-of-type(odd) li {
    position: relative;
    float: right;
  }
  section.page-sub-text .inner ul.timeline:nth-of-type(odd) li:after,
  section.page-main-text .inner ul.timeline:nth-of-type(odd) li:after {
    right: auto;
    left: -10px;
    border: none;
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #2f4b49;
  }
  section.page-sub-text .inner ul.timeline::after,
  section.page-main-text .inner ul.timeline::after {
    left: 15px;
    margin-left: 0;
  }
  section.page-sub-text .inner ul.timeline li,
  section.page-main-text .inner ul.timeline li {
    width: calc(100% - 50px);
  }
}
section.company-info.no-img .inner picture.company-img {
  display: none;
}
section.company-info.no-img .inner ul.info-left {
  width: 100%;
  padding-left: 0;
}
section.company-info.no-img .inner .cta-buttons {
  width: 100%;
  padding-left: 10px;
}
section.company-info .inner .temp {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff5f49;
  color: #fff;
  border-radius: 20px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 10px;
  z-index: 1;
}
section.company-info .inner picture.company-img {
  position: relative;
  float: left;
  width: 40%;
}
section.company-info .inner picture.company-img img {
  display: block;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.company-info .inner ul.info-left {
  position: relative;
  float: left;
  width: 60%;
  margin-top: 0;
  padding-left: 40px;
}
section.company-info .inner ul.info-left li {
  display: block;
  padding: 7px 20px;
}
section.company-info .inner ul.info-left li:nth-child(odd) {
  background-color: #f2f2f2;
}
section.company-info .inner ul.info-left li span {
  display: inline-block;
  width: 275px;
}
section.company-info .inner .cta-buttons {
  position: relative;
  float: right;
  width: 60%;
  margin-top: 25px;
  padding-left: 40px;
}
section.company-info .inner .cta-buttons span {
  position: relative;
  float: left;
  width: auto;
  margin: 5px 5px 0 0;
  cursor: pointer;
}
section.company-info .inner .cta-buttons span a {
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.company-info .inner .cta-buttons span a:hover {
  background-color: #c81800;
}
section.company-info .inner .cta-buttons span a i {
  display: inline-block;
  padding-right: 4px;
}
section.company-info .inner .cta-buttons span.goto-video,
section.company-info .inner .cta-buttons span.goto-map,
section.company-info .inner .cta-buttons span.has-comments {
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.company-info .inner .cta-buttons span.goto-video:hover,
section.company-info .inner .cta-buttons span.goto-map:hover,
section.company-info .inner .cta-buttons span.has-comments:hover {
  background-color: #c81800;
}
section.company-info .inner .event-info {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
}
section.company-info .inner .event-info i.fa-circle-info {
  display: inline-block;
  padding-right: 10px;
  color: #ff5f49;
}
section.company-info .inner .event-info span {
  display: block;
  font-family: montserratitalic, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  section.company-info .inner {
    padding: 40px 10px 0;
  }
  section.company-info .inner picture.company-img {
    width: 100%;
  }
  section.company-info .inner .temp {
    top: 30px;
  }
  section.company-info .inner ul.info-left {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  section.company-info .inner ul.info-left li {
    padding: 6px 10px;
  }
  section.company-info .inner ul.info-left li span {
    display: block;
    font-family: montserratbold, Arial, sans-serif;
    font-weight: 700;
  }
  section.company-info .inner .cta-buttons {
    width: 100%;
    margin-top: 28px;
    padding-left: 0;
  }
  section.company-info .inner .cta-buttons span a {
    padding: 0 20px;
  }
  section.company-info .inner .cta-buttons span.goto-video,
  section.company-info .inner .cta-buttons span.goto-map,
  section.company-info .inner .cta-buttons span.has-comments {
    padding: 0 20px;
  }
}
section.product-info .inner picture.product-img {
  position: relative;
  float: left;
  width: 40%;
}
section.product-info .inner picture.product-img img {
  display: block;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.product-info .inner .rating-box {
  position: relative;
  float: left;
  min-height: 372px;
  width: 58%;
  margin-left: 2%;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.product-info .inner .rating-box .rating-product-title {
  position: relative;
  float: left;
  width: 100%;
}
section.product-info .inner .rating-box .rating-product-title h2.rating {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
  font-size: 18px;
  margin-bottom: 20px;
}
section.product-info .inner .rating-box .rating-average {
  position: relative;
  float: left;
  width: 100%;
}
section.product-info .inner .rating-box .rating-average .a-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ff5f49;
  border-radius: 50px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
section.product-info .inner .rating-box .rating-average .a-result {
  display: inline-block;
  height: 50px;
  margin-left: 20px;
  line-height: 25px;
  vertical-align: top;
}
section.product-info .inner .rating-box .rating-average .a-result span.a-message {
  display: block;
  font-size: 20px;
  font-family: verveineregular, sans-serif;
  font-weight: 100;
}
section.product-info .inner .rating-box .rating-average .a-result span.a-stars {
  display: block;
}
section.product-info .inner .rating-box .rating-average .a-result span.a-stars span.star {
  display: inline-block;
}
section.product-info .inner .rating-box .rating-average .a-result span.a-stars span.star i {
  color: #ff5f49;
}
section.product-info .inner .rating-box ul.rating-list {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
section.product-info .inner .rating-box ul.rating-list li {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
section.product-info .inner .rating-box ul.rating-list li span.r-title {
  display: inline-block;
  min-width: 300px;
}
section.product-info .inner .rating-box ul.rating-list li span.r-rate {
  display: inline-block;
  min-width: 50px;
}
section.product-info .inner .rating-box ul.rating-list li span.r-stars {
  display: inline-block;
}
section.product-info .inner .rating-box ul.rating-list li span.r-stars span.star {
  display: inline-block;
}
section.product-info .inner .rating-box ul.rating-list li span.r-stars span.star i {
  color: #ff5f49;
}
section.product-info .inner .rating-box .rating-text {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 40px;
}
section.product-info .inner .rating-box .rating-text .rating-author {
  display: block;
  margin-bottom: 10px;
}
section.product-info .inner .rating-box .rating-text .rating-author picture.auteur-img {
  display: inline-block;
  width: 28px;
  vertical-align: top;
}
section.product-info .inner .rating-box .rating-text .rating-author picture.auteur-img img {
  display: block;
  widht: 100%;
  border-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.product-info .inner .rating-box .rating-text .rating-author span.auteur {
  display: inline-block;
  margin-left: 4px;
  line-height: 28px;
  color: #2f4b49;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  section.product-info .inner picture.product-img {
    width: 100%;
    margin-bottom: 20px;
  }
  section.product-info .inner .rating-box {
    width: 100%;
    margin-left: 0;
    min-height: auto;
    padding: 40px 20px;
  }
}
section.ratings .inner .rating-box {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.ratings .inner .rating-box .rating-average {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 45px;
}
section.ratings .inner .rating-box .rating-average .a-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ff5f49;
  border-radius: 50px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
section.ratings .inner .rating-box .rating-average .a-result {
  display: inline-block;
  height: 50px;
  margin-left: 20px;
  line-height: 25px;
  vertical-align: top;
}
section.ratings .inner .rating-box .rating-average .a-result span.a-message {
  display: block;
  font-size: 20px;
  font-family: verveineregular, sans-serif;
  font-weight: 100;
}
section.ratings .inner .rating-box .rating-average .a-result span.a-stars {
  display: block;
}
section.ratings .inner .rating-box .rating-average .a-result span.a-stars span.star {
  display: inline-block;
}
section.ratings .inner .rating-box .rating-average .a-result span.a-stars span.star i {
  color: #ff5f49;
}
section.ratings .inner .rating-box ul.rating-list {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 0;
}
section.ratings .inner .rating-box ul.rating-list li {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
section.ratings .inner .rating-box ul.rating-list li span.r-title {
  display: inline-block;
  min-width: 300px;
}
section.ratings .inner .rating-box ul.rating-list li span.r-rate {
  display: inline-block;
  min-width: 50px;
}
section.ratings .inner .rating-box ul.rating-list li span.r-stars {
  display: inline-block;
}
section.ratings .inner .rating-box ul.rating-list li span.r-stars span.star {
  display: inline-block;
}
section.ratings .inner .rating-box ul.rating-list li span.r-stars span.star i {
  color: #ff5f49;
}
section.ratings .inner .rating-box .rating-text {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 40px;
}
section.ratings .inner .rating-box .rating-text .rating-author {
  display: block;
  margin-bottom: 10px;
}
section.ratings .inner .rating-box .rating-text .rating-author picture.auteur-img {
  display: inline-block;
  width: 28px;
  vertical-align: top;
}
section.ratings .inner .rating-box .rating-text .rating-author picture.auteur-img img {
  display: block;
  widht: 100%;
  border-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.ratings .inner .rating-box .rating-text .rating-author span.auteur {
  display: inline-block;
  margin-left: 4px;
  line-height: 28px;
  color: #2f4b49;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  section.ratings .inner .rating-box {
    padding: 40px 20px;
  }
  section.ratings .inner .rating-box .rating-average {
    width: 100%;
    margin-top: 0;
  }
  section.ratings .inner .rating-box ul.rating-list {
    width: 100%;
    margin-top: 40px;
  }
  section.ratings .inner .rating-box ul.rating-list li span.r-title {
    min-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  section.ratings .inner {
    padding: 40px 10px 0;
  }
  section.ratings .inner .rating-box {
    padding: 40px 10px 20px 10px;
  }
  section.ratings .inner .rating-box .rating-average {
    width: 100%;
    margin-top: 0;
  }
  section.ratings .inner .rating-box ul.rating-list {
    width: 100%;
    margin-top: 40px;
  }
  section.ratings .inner .rating-box ul.rating-list li {
    margin-bottom: 10px;
  }
  section.ratings .inner .rating-box ul.rating-list li span.r-title {
    position: relative;
    float: left;
    width: calc(100% - 90px);
    min-width: auto;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  section.ratings .inner .rating-box ul.rating-list li span.r-rate {
    display: none;
  }
  section.ratings .inner .rating-box ul.rating-list li span.r-stars {
    position: relative;
    float: left;
    width: 90px;
  }
}
section.page-links .inner .link-box span.aff-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 10px 120px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
section.page-links .inner .link-box span.aff-link a {
  display: block;
}
section.page-links .inner .link-box span.aff-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 48px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
section.page-links .inner .link-box span.aff-link a:after {
  position: absolute;
  top: 5px;
  right: 20px;
  width: auto;
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  background-color: #ff5f49;
  color: #fff;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  content: 'Bekijk';
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-links .inner .link-box span.aff-link.obelink a:before {
  background-image: url('/media/logos/aff-obelink.jpg');
}
section.page-links .inner .link-box span.aff-link.bol a:before {
  background-image: url('/media/logos/aff-bolcom.jpg');
}
section.page-links .inner .link-box span.aff-link.decathlon a:before {
  background-image: url('/media/logos/aff-decathlon.jpg');
}
section.page-links .inner .link-box span.aff-link.vrijbuiter a:before {
  background-image: url('/media/logos/aff-vrijbuiter.jpg');
}
section.page-links .inner .link-box span.aff-link.acsi a:before {
  background-image: url('/media/logos/aff-acsi.jpg');
}
section.page-links .inner .link-box span.aff-link.anwb a:before {
  background-image: url('/media/logos/aff-anwb.jpg');
}
section.page-links .inner .link-box span.aff-link.campercontact a:before {
  background-image: url('/media/logos/aff-campercontact.jpg');
}
section.page-links .inner .link-box span.aff-link.kampeergenoot a:before {
  background-image: url('/media/logos/aff-kage.jpg');
}
section.page-album-block.polaroid-view .inner h2.h2 {
  display: block;
  width: 100%;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
section.page-album-block.polaroid-view .inner p {
  display: block;
  text-align: center;
}
section.page-album-block .inner h2.h2 {
  display: block;
  width: 100%;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.page-album-block .inner p {
  display: block;
}
section.page-album-block .inner .polaroid-gallery {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
section.page-album-block .inner .polaroid-gallery .polaroid {
  width: 18%;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
section.page-album-block .inner .polaroid-gallery .polaroid img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
section.page-album-block .inner .polaroid-gallery .polaroid p {
  display: block;
  margin-bottom: 0;
  font-family: verveineregular, sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 16px;
}
section.page-album-block .inner .polaroid-gallery .polaroid:hover {
  transform: rotate(0deg) scale(1.1) !important;
  z-index: 1;
}
section.page-album-block .inner .album-box {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-album-block .inner .album-box .album {
  position: relative;
  float: left;
  width: 50%;
}
section.page-album-block .inner .album-box .album a.post-thumb {
  position: relative;
  float: left;
  overflow: hidden;
}
section.page-album-block .inner .album-box .album a.post-thumb.image-1 {
  width: 60%;
  height: 340px;
  border-radius: 5px 0 0 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-album-block .inner .album-box .album a.post-thumb.image-2 {
  width: 40%;
  height: 170px;
}
section.page-album-block .inner .album-box .album a.post-thumb.image-3 {
  width: 40%;
  height: 170px;
}
section.page-album-block .inner .album-box .album a.post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.page-album-block .inner .album-box .album-info {
  position: relative;
  float: left;
  width: 50%;
  min-height: 340px;
  padding: 40px 40px 65px 40px;
}
section.page-album-block .inner .album-box .album-info h2.h2 {
  display: block;
  width: 100%;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.page-album-block .inner .album-box .album-info p:last-of-type {
  margin-bottom: 0;
}
section.page-album-block .inner .album-box .album-info a {
  color: #ff5f49;
}
section.page-album-block .inner .album-box .album-info ul {
  margin-top: 0;
}
section.page-album-block .inner .album-box .album-info ol {
  display: block;
  margin-bottom: 20px;
  counter-reset: section;
  list-style: none;
}
section.page-album-block .inner .album-box .album-info ol li {
  display: block;
  margin: 0 0 5px 0;
  line-height: 20px;
}
section.page-album-block .inner .album-box .album-info ol li:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-color: #ff5f49;
  color: #fff;
  font-size: 10px;
  border-radius: 100%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  content: counter(section);
  counter-increment: section;
}
section.page-album-block .inner .album-box .album-info a.button-small {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.page-album-block .inner .album-box .album-info a.button-small:hover {
  background-color: #c81800;
}
section.page-album-block .inner .album-box .album-info a.button-small:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.page-album-block .inner .album-box .album-info .album-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
section.page-album-block .inner .album-box .album-info .album-more span.image-count {
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.page-album-block .inner .album-box .album-info .album-more span.image-count:hover {
  background-color: #c81800;
}
section.page-album-block .inner .album-box .album-info .album-more span.image-count:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  section.page-album-block .inner {
    padding: 40px 10px;
  }
  section.page-album-block .inner .polaroid-gallery .polaroid {
    width: 45%;
  }
  section.page-album-block .inner .album-box .album {
    width: 100%;
  }
  section.page-album-block .inner .album-box .album a.post-thumb.image-1 {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  section.page-album-block .inner .album-box .album a.post-thumb.image-2 {
    width: 50%;
    height: 100px;
  }
  section.page-album-block .inner .album-box .album a.post-thumb.image-3 {
    width: 50%;
    height: 100px;
  }
  section.page-album-block .inner .album-box .album-info {
    width: 100%;
    min-height: auto;
    padding: 40px 10px 20px 10px;
  }
  section.page-album-block .inner .album-box .album-info ol li {
    margin: 0 0 20px 0;
  }
  section.page-album-block .inner .album-box .album-info a.button-small {
    display: block;
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
section.page-video .inner .video-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-video .inner .video-box iframe,
section.page-video .inner .video-box object,
section.page-video .inner .video-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.feedback .inner p {
  display: block;
  text-align: center;
  font-family: montserratitalic, Arial, sans-serif;
  font-weight: 400;
}
section.parent-page:not(.activiteiten-cpt).kampeerspullen-cpt .inner article.list-item {
  margin-top: 20px;
}
section.parent-page:not(.activiteiten-cpt).kampeerspullen-cpt .inner article.list-item .tax-info {
  position: absolute;
  top: -30px;
  left: 10px;
}
section.parent-page:not(.activiteiten-cpt).kampeerspullen-cpt .inner article.list-item .tax-info span.tax-name {
  display: block;
  font-size: 12px;
  line-height: 30px;
}
section.parent-page:not(.activiteiten-cpt).kampeerspullen-cpt .inner article.list-item .tax-info span.tax-name:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #ff5f49;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.parent-page:not(.activiteiten-cpt).kampeerspullen-cpt .inner article.list-item .inner-article {
  border-radius: 0 0 5px 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.parent-page:not(.activiteiten-cpt) .inner {
  padding: 40px 10px 20px 10px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item span.status-dot {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 7px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 10;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item span.status-dot.status_open {
  background-color: gray;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item span.status-dot.all_done {
  background-color: green;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item span.status-dot.small_changes {
  background-color: orange;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 60px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article a.goto-umbrella {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
}
.lt-ie10 section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article a.goto-umbrella {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article a.goto-umbrella {
  background-image: url(../images/misc/pixel.gif);
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article picture.item-img {
  display: block;
  width: 100%;
  z-index: 1;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article picture.item-img img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  padding: 34px 10px 0 10px;
  z-index: 1;
  overflow: hidden;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title div.rating {
  position: absolute;
  top: 2px;
  left: 10px;
  z-index: 1;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title div.rating p.rating-number {
  display: inline-block;
  margin: 0 4px 0 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 10px;
  border: 1px solid #f2f2f2;
  border-radius: 30px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title div.rating .stars {
  display: inline-block;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title div.rating .stars span.star {
  display: inline-block;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title div.rating .stars span.star i {
  color: #ff5f49;
  font-size: 10px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title span.social-icons {
  position: absolute;
  top: 5px;
  right: 10px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title span.social-icons i.fa-brands {
  color: #ff5f49;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title h2.h2 {
  font-size: 16px;
  line-height: 20px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .item-title p {
  font-size: 14px;
  line-height: 22px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .article-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 10px;
  z-index: 9;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .article-buttons a,
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .article-buttons span {
  display: inline-block;
  line-height: 38px;
  background-color: #2f4b49;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #2f4b49;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .article-buttons .goto-article {
  width: 72%;
  margin-right: 3%;
  font-size: 14px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .article-buttons .goto-article:hover {
  background-color: #ffffff;
  color: #2f4b49;
}
body.kampeerspullen section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .article-buttons .goto-article {
  width: 100%;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .article-buttons .showOnMap {
  width: 25%;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item .inner-article .article-buttons .showOnMap:hover {
  background-color: #ffffff;
  color: #2f4b49;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link .inner-article {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 0;
  border: none;
  background-color: #f2f2f2;
  overflow: hidden;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link .inner-article svg.insta-icon {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 250px;
  max-width: 50%;
  fill: #fff;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link .inner-article .insta-comment {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 60px 20px 20px 20px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link .inner-article .insta-comment i.fa-solid {
  position: absolute;
  top: 20px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 30px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link .inner-article .insta-comment span.question {
  display: block;
  margin-bottom: 10px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link .inner-article .insta-comment a {
  display: block;
  color: #2f4b49;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link .inner-article .insta-comment a span {
  color: #ff5f49;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-1 {
  width: 25%;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-2 {
  width: 50%;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-3 {
  width: 75%;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-full {
  width: 100%;
  height: auto !important;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-full .inner-article .insta-comment {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  padding: 60px 20px 20px 20px;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: left;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-full .inner-article .insta-comment i.fa-solid {
  position: absolute;
  top: 20px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 30px;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-full .inner-article .insta-comment span.question {
  display: block;
  margin-bottom: 10px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-full .inner-article .insta-comment a {
  display: block;
  color: #2f4b49;
}
section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-full .inner-article .insta-comment a span {
  color: #ff5f49;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  section.parent-page:not(.activiteiten-cpt) .inner article.list-item {
    width: 100%;
  }
  section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link {
    height: auto !important;
  }
  section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link .inner-article .insta-comment {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-1,
  section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-2,
  section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-3,
  section.parent-page:not(.activiteiten-cpt) .inner article.list-item.instagram-link.column-full {
    width: 100%;
  }
}
section.tax-nav .inner {
  padding: 0 15px 0 15px;
}
section.tax-nav .inner ul {
  display: block;
  width: 100%;
  list-style: none;
}
section.tax-nav .inner ul li {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #2f4b49;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  cursor: pointer;
}
section.tax-nav .inner ul li span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #2f4b49;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
}
section.parent-page.activiteiten-cpt .inner {
  padding: 30px 20px 60px 20px;
}
section.parent-page.activiteiten-cpt .inner h2.year-title {
  position: relative;
  float: left;
  width: 100%;
  margin: 50px 0 20px 0;
  font-size: 20px;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
section.parent-page.activiteiten-cpt .inner article.list-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 186px;
  margin: 0 250px 20px 0;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.parent-page.activiteiten-cpt .inner article.list-item.no-img {
  min-height: auto;
}
section.parent-page.activiteiten-cpt .inner article.list-item.no-img .item-date {
  min-height: auto;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-color: #f5f5f5;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range {
  display: block;
  padding: 20px;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.main-column {
  display: inline-block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.main-column span.main-day {
  display: block;
  font-size: 40px;
  line-height: 40px;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.main-column span.main-month {
  display: block;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.sub-column {
  display: inline-block;
  padding: 5px 0 0 5px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  vertical-align: top;
  text-align: right;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.sub-column span.main-day {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.sub-column span.main-day:before {
  content: '- ';
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.sub-column span.main-month {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 150px;
  padding: 20px 265px 20px 180px;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info h2.h2 {
  display: block;
  font-size: 22px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info p.slogan {
  display: block;
  line-height: 20px;
  margin-bottom: 0;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info .meta-info {
  display: block;
  margin-top: 20px;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info .meta-info span.meta-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 10px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info .meta-info span.meta-item.meta-price {
  background-color: #2f4b49;
  color: #fff;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info .meta-info span.meta-item i.fa-solid {
  display: inline-block;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info .meta-info span.meta-item span.meta-text {
  display: inline-block;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info div.goto-article {
  display: block;
  margin-top: 20px;
  text-align: right;
}
section.parent-page.activiteiten-cpt .inner article.list-item .item-info div.goto-article a.goto-url {
  color: #2f4b49;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #ff5f49;
}
section.parent-page.activiteiten-cpt .inner article.list-item picture.company-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 245px;
  border-radius: 0 5px 5px 0;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  section.parent-page.activiteiten-cpt .inner {
    padding: 0 20px 20px 20px;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item {
    min-height: auto;
    margin: 0 0 20px 0;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-date {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.main-column span.main-day {
    display: inline-block;
    margin-right: 4px;
    font-size: 20px;
    line-height: 20px;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.main-column span.main-month {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.sub-column {
    display: inline-block;
    padding: 0;
    vertical-align: baseline;
    text-align: left;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.sub-column span.main-day {
    display: inline-block;
    margin-right: 4px;
    font-size: 20px;
    line-height: 20px;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.sub-column span.main-day:before {
    content: '- ';
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-date .date-range span.sub-column span.main-month {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-info {
    min-height: auto;
    padding: 20px 10px;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item .item-info .meta-info span.meta-item {
    margin-right: 5px;
  }
  section.parent-page.activiteiten-cpt .inner article.list-item picture.company-img {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    width: 100%;
    border-radius: 5px 5px 0 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
section.blog-cats-nav .inner {
  padding: 0 20px;
}
section.blog-cats-nav .inner ul.category-list li.category-item {
  display: inline-block;
  padding: 5px 10px;
  margin: 4px;
  background-color: transparent;
  font-size: 12px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.blog-cats-nav .inner ul.category-list li.category-item i.fa-regular {
  display: inline-block;
  padding-right: 4px;
}
section.blog-cats-nav .inner ul.category-list li.category-item a {
  display: inline-block;
  color: #2f4b49;
}
section.blog-cats-nav .inner ul.category-list li.category-item span.count {
  display: inline-block;
}
section.blog-list .inner {
  padding: 40px 10px;
}
section.blog-list .inner article.blog {
  position: relative;
  float: left;
  width: 25%;
  padding: 10px;
}
section.blog-list .inner article.blog.new-post:after {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "Nieuw";
  background-color: #ff5f49;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.blog-list .inner article.blog span.status-dot {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 7px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 10;
}
section.blog-list .inner article.blog span.status-dot.status_open {
  background-color: gray;
}
section.blog-list .inner article.blog span.status-dot.all_done {
  background-color: green;
}
section.blog-list .inner article.blog span.status-dot.small_changes {
  background-color: orange;
}
section.blog-list .inner article.blog .inner-article {
  display: block;
  min-height: 280px;
}
section.blog-list .inner article.blog .inner-article picture.item-image {
  display: block;
}
section.blog-list .inner article.blog .inner-article picture.item-image img {
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.blog-list .inner article.blog .inner-article h3.h3-cat {
  display: block;
  margin-top: 10px;
}
section.blog-list .inner article.blog .inner-article h3.h3-cat span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  background-color: #f2f2f2;
  font-size: 10px;
  line-height: 20px;
  border-radius: 10px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.blog-list .inner article.blog .inner-article h2.h2 {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  margin-top: 10px;
}
section.blog-list .inner article.blog .inner-article .link_to_post {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.blog-list .inner article.blog .inner-article .link_to_post {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.blog-list .inner article.blog .inner-article .link_to_post {
  background-image: url(../images/misc/pixel.gif);
}
section.blog-list .inner nav.prev-next-posts {
  position: relative;
  float: left;
  width: 100%;
}
section.blog-list .inner nav.prev-next-posts .prev-posts-link {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 2%;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  padding: 20px;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.blog-list .inner nav.prev-next-posts .prev-posts-link p {
  text-align: left;
  margin-bottom: 0;
}
section.blog-list .inner nav.prev-next-posts .prev-posts-link p span {
  display: block;
  color: #f2f2f2;
  font-size: 14px;
}
section.blog-list .inner nav.prev-next-posts .prev-posts-link .to_prev_next_blog {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.blog-list .inner nav.prev-next-posts .prev-posts-link .to_prev_next_blog {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.blog-list .inner nav.prev-next-posts .prev-posts-link .to_prev_next_blog {
  background-image: url(../images/misc/pixel.gif);
}
section.blog-list .inner nav.prev-next-posts .prev-posts-link:hover {
  background-color: #fff;
  border: 1px solid #f2f2f2;
}
section.blog-list .inner nav.prev-next-posts .next-posts-link {
  position: relative;
  float: right;
  width: 48%;
  margin-left: 2%;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  padding: 20px;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.blog-list .inner nav.prev-next-posts .next-posts-link p {
  text-align: right;
  margin-bottom: 0;
}
section.blog-list .inner nav.prev-next-posts .next-posts-link p span {
  display: block;
  color: #f2f2f2;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  section.blog-list .inner article.blog {
    width: 100%;
  }
  section.blog-list .inner article.blog .inner-article {
    min-height: auto;
  }
  section.blog-list .inner nav.prev-next-posts .prev-posts-link {
    width: 100%;
    margin-right: 0%;
  }
  section.blog-list .inner nav.prev-next-posts .next-posts-link {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0%;
  }
}
section.sitemap .inner {
  max-width: 100%;
  padding: 100px 20px;
}
section.sitemap .inner h1 {
  font-weight: normal;
  margin: 0;
  font-size: 16px;
}
section.sitemap .inner p {
  margin-bottom: 25px;
}
section.sitemap .inner table {
  width: 100%;
  text-align: left;
}
section.sitemap .inner table thead tr {
  padding: 0 20px;
}
section.sitemap .inner table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
section.sitemap .inner table tbody tr.table-split {
  background-color: transparent;
}
section.sitemap .inner table tbody tr td {
  padding: 5px 20px;
}
section.sitemap .inner table tbody tr td.type-title {
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.sitemap .inner table tbody tr td a span {
  color: #adccca;
}
section.sitemap .inner table tbody tr td a:hover {
  text-decoration: underline;
}
section.sitemap .inner .sitemap-index {
  display: block;
  margin-top: 50px;
}
section.sitemap .inner .sitemap-index h1 {
  display: block;
}
section.sitemap .inner .sitemap-index h1 a {
  display: block;
}
section.sitemap .inner .sitemap-index ul {
  display: block;
  list-style: none;
}
section.sitemap .inner .sitemap-index ul li {
  display: block;
}
section.sitemap .inner .sitemap-index ul li a {
  display: block;
}
section.sitemap .inner .sitemap-index p {
  display: block;
}
@media only screen and (max-width: 767px) {
  section.sitemap .inner {
    padding: 50px 0px;
  }
  section.sitemap .inner h1 {
    display: none;
  }
  section.sitemap .inner table thead tr th {
    display: none;
  }
  section.sitemap .inner table tbody tr td {
    padding: 5px 10px;
  }
}
section.activities .inner .activities-info {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 30%;
  padding: 40px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #2f4b49;
  border-radius: 5px 0 0 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
}
section.activities .inner .activities-info h2 {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
section.activities .inner .activities-info p {
  display: block;
}
section.activities .inner .activities-info .active-more {
  display: block;
  margin-top: 20px;
}
section.activities .inner .activities-info .active-more a {
  display: inline-block;
  background-color: #ff5f49;
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.activities .inner .activities-info .active-more a:hover {
  background-color: #c81800;
}
section.activities .inner .activities-info .active-more a:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.activities .inner .short-agenda {
  position: relative;
  float: right;
  width: 70%;
  padding: 40px;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.activities .inner .short-agenda h2.h2-archive {
  display: block;
  margin: 0;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.activities .inner .short-agenda .page-intro {
  display: block;
  margin-bottom: 20px;
}
section.activities .inner .short-agenda .page-intro p {
  display: block;
}
section.activities .inner .short-agenda article.list-item {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #2f4b49;
}
section.activities .inner .short-agenda article.list-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
section.activities .inner .short-agenda article.list-item .item-title {
  position: relative;
  float: left;
  width: 100%;
}
section.activities .inner .short-agenda article.list-item .item-title .item-date {
  position: relative;
  float: left;
  width: 100px;
  min-height: 60px;
  margin-right: 20px;
}
section.activities .inner .short-agenda article.list-item .item-title .item-date span.date-day {
  position: relative;
  float: left;
  width: 60px;
  font-size: 48px;
  line-height: 1;
  vertical-align: center;
}
section.activities .inner .short-agenda article.list-item .item-title .item-date span.date-to {
  position: relative;
  float: left;
  width: 40px;
  font-size: 18px;
  line-height: 1;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  text-align: right;
  margin-top: 9px;
}
section.activities .inner .short-agenda article.list-item .item-title .item-date span.date-month {
  position: relative;
  float: left;
  width: 40px;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
section.activities .inner .short-agenda article.list-item .item-title h2.h2-item {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
section.activities .inner .short-agenda article.list-item .item-title p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
section.activities .inner .short-agenda article.list-item a.goto-article {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.activities .inner .short-agenda article.list-item a.goto-article {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.activities .inner .short-agenda article.list-item a.goto-article {
  background-image: url(../images/misc/pixel.gif);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  section.activities .inner {
    padding: 40px 10px;
  }
  section.activities .inner .activities-info {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 10px;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 5px 5px 0 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  section.activities .inner .short-agenda {
    width: 100%;
    padding: 40px 10px;
    border-radius: 0 0 5px 5px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
section.instagram-comments .inner {
  padding: 0 20px;
}
section.instagram-comments .inner .comment {
  display: block;
  padding: 20px;
  border: 1px solid #ff5f49;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.instagram-comments .inner .comment p {
  font-family: montserratbolditalic, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 0;
}
section.youtube .inner {
  padding: 80px 10px;
}
section.youtube .inner h2.h2 {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #2f4b49;
  text-transform: uppercase;
  text-align: center;
}
section.youtube .inner .all-latest-video {
  position: relative;
  float: left;
  width: calc(100% / 3);
  margin-bottom: 20px;
  padding: 0 10px;
}
section.youtube .inner .all-latest-video .inner-box {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.youtube .inner .all-latest-video .inner-box .video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
section.youtube .inner .all-latest-video .inner-box .video-box iframe,
section.youtube .inner .all-latest-video .inner-box .video-box object,
section.youtube .inner .all-latest-video .inner-box .video-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px 5px 0 0;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.youtube .inner .all-latest-video .inner-box .video-info {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  padding: 20px 10px 10px 10px;
}
section.youtube .inner .all-latest-video .inner-box .video-info span.published,
section.youtube .inner .all-latest-video .inner-box .video-info span.views {
  display: inline-block;
  margin-right: 5px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
  background-color: #f2f2f2;
  border-radius: 2px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.youtube .inner .all-latest-video .inner-box .video-info span.thumbs {
  display: inline-block;
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
  background-color: #f2f2f2;
  border-radius: 2px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.youtube .inner .all-latest-video .inner-box .video-info span.thumbs span.thumbs-up {
  margin-right: 4px;
}
section.youtube .inner .all-latest-video .inner-box .video-info span.thumbs span.thumbs-up,
section.youtube .inner .all-latest-video .inner-box .video-info span.thumbs span.thumbs-down {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
}
section.youtube .inner .all-latest-video .inner-box .video-info span.thumbs span.thumbs-up i.fa-solid,
section.youtube .inner .all-latest-video .inner-box .video-info span.thumbs span.thumbs-down i.fa-solid {
  margin-right: 2px;
}
section.youtube .inner .all-latest-video .inner-box .video-info h3.h3 {
  display: block;
  font-size: 16px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.youtube .inner .all-latest-video .inner-box .video-info p {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
section.youtube .inner .all-latest-video .inner-box .to-channel {
  display: block;
  padding: 10px;
}
section.youtube .inner .all-latest-video .inner-box .to-channel a {
  display: block;
  line-height: 38px;
  background-color: #2f4b49;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #2f4b49;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.youtube .inner .all-latest-video {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  section.youtube .inner .all-latest-video {
    width: 100%;
  }
}
section.page-quicklinks .inner h2.h2 {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #2f4b49;
  text-transform: uppercase;
}
section.page-quicklinks .inner ul {
  display: block;
  width: 100%;
}
section.page-quicklinks .inner ul li {
  display: inline-block;
  margin-bottom: 5px;
}
section.page-quicklinks .inner ul li:last-of-type {
  margin-bottom: 0;
}
section.page-quicklinks .inner ul li a {
  position: relative;
  display: block;
  line-height: 50px;
  color: #2f4b49;
  padding: 0px 10px 0 58px;
  border: 1px solid #2f4b49;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.page-quicklinks .inner ul li a:hover {
  color: #ff5f49;
  border-color: #ff5f49;
}
section.page-quicklinks .inner ul li a img {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 46px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  section.page-quicklinks .inner ul li {
    position: relative;
    display: block;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  section.page-quicklinks .inner ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    content: '◍';
    color: #ff5f49;
  }
  section.page-quicklinks .inner ul li a {
    line-height: 20px;
    padding: 0;
    border: none;
    border-radius: 0px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  section.page-quicklinks .inner ul li a:hover {
    border-color: none;
  }
  section.page-quicklinks .inner ul li a img {
    display: none;
  }
}
section.page-slide {
  padding-bottom: 80px;
  margin-top: 40px;
  background-color: #f2f2f2;
}
section.page-slide .inner {
  padding: 80px 20px;
}
section.page-slide .inner h2.h2 {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #2f4b49;
  text-transform: uppercase;
}
section.page-slide .inner .slide-nav {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
section.page-slide .inner .slide-nav .prev-slide {
  position: relative;
  float: right;
  cursor: pointer;
}
section.page-slide .inner .slide-nav .prev-slide i.arrow-left {
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.page-slide .inner .slide-nav .prev-slide i.arrow-left svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: #2f4b49;
}
section.page-slide .inner .slide-nav .next-slide {
  position: relative;
  float: right;
  cursor: pointer;
  margin-left: 10px;
}
section.page-slide .inner .slide-nav .next-slide i.arrow-right {
  position: relative;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.page-slide .inner .slide-nav .next-slide i.arrow-right svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: #2f4b49;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure picture {
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure picture img {
  display: block;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure .top-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure .top-info span.slide-tag {
  display: inline-block;
  background-color: #2f4b49;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: 400;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure .slide-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure .slide-info h4.slide-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure .slide-info h3.slide-title {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure a.story-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure a.story-link {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure a.story-link {
  background-image: url(../images/misc/pixel.gif);
}
section.page-slide .owl-theme .owl-stage-outer .owl-stage .owl-item figure:hover picture {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  section.page-slide .inner {
    padding: 80px 20px 40px 20px;
  }
  section.page-slide .inner .slide-nav {
    display: none;
  }
}
section.we-follow {
  background-color: #2f4b49;
}
section.we-follow .inner {
  padding: 80px 10px;
}
section.we-follow .inner h2.h2 {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
section.we-follow .inner a.subscript {
  position: relative;
  float: left;
  width: 12.5%;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.we-follow .inner a.subscript img {
  display: block;
  width: 100%;
  border-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.we-follow .inner a.subscript:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
section.we-follow .inner .link-to-page {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
section.we-follow .inner .link-to-page a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  section.we-follow .inner a.subscript {
    width: 25%;
    margin-bottom: 20px;
  }
}
section.goto-socials .inner {
  padding-bottom: 0;
}
section.goto-socials .inner .instagram,
section.goto-socials .inner .facebook {
  margin-right: 2%;
}
section.goto-socials .inner .instagram,
section.goto-socials .inner .facebook,
section.goto-socials .inner .youtube {
  position: relative;
  float: left;
  width: 32%;
  text-align: center;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px dashed #f2f2f2;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.goto-socials .inner .instagram a,
section.goto-socials .inner .facebook a,
section.goto-socials .inner .youtube a {
  display: block;
  width: 100%;
  padding: 20px;
  font-family: montserratblack, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #2f4b49;
  text-transform: uppercase;
}
section.goto-socials .inner .instagram a i.fa-brands,
section.goto-socials .inner .facebook a i.fa-brands,
section.goto-socials .inner .youtube a i.fa-brands {
  display: block;
  font-size: 40px;
}
section.goto-socials .inner .instagram:hover,
section.goto-socials .inner .facebook:hover,
section.goto-socials .inner .youtube:hover {
  border-color: #2f4b49;
}
@media only screen and (max-width: 767px) {
  section.goto-socials .inner .instagram,
  section.goto-socials .inner .facebook {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.goto-socials .inner .instagram,
  section.goto-socials .inner .facebook,
  section.goto-socials .inner .youtube {
    width: 100%;
  }
}
section#single-map {
  width: 100%;
  height: 600px;
  z-index: 1;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section#single-map {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section#single-map {
    width: 100%;
    height: 100%;
  }
}
section#list-map {
  width: 100%;
  height: 800px;
  max-height: 100vh;
  z-index: 1;
  margin-top: 40px;
}
section#list-map .custom-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section#list-map .custom-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  width: 225px;
  max-width: 225px;
  line-height: inherit;
  font-size: inherit;
  font-family: montserratmedium, Arial, sans-serif;
  font-weight: 500;
}
section#list-map .custom-popup .leaflet-popup-content-wrapper .leaflet-popup-content .pop-img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 6px;
}
section#list-map .custom-popup .leaflet-popup-content-wrapper .leaflet-popup-content .pop-text {
  display: block;
  width: 100%;
  padding: 10px;
}
section#list-map .custom-popup .leaflet-popup-content-wrapper .leaflet-popup-content .pop-text strong {
  display: block;
  font-size: 18px;
  width: 100%;
}
section#list-map .custom-popup .leaflet-popup-content-wrapper .leaflet-popup-content .pop-text p {
  display: block;
  margin: 0;
  width: 100%;
}
section#list-map .custom-popup .leaflet-popup-content-wrapper .leaflet-popup-content .pop-buttons {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
section#list-map .custom-popup .leaflet-popup-content-wrapper .leaflet-popup-content .pop-buttons a.map-link {
  display: block;
  width: 100%;
  background-color: #2f4b49;
  color: #fff;
  line-height: 20px;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
section#list-map .custom-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  background-color: #2f4b49;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section#list-map {
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  section#list-map {
    width: 100%;
    height: 100vh;
  }
}
section.linktree-header .inner picture.instagram-logo {
  display: block;
  margin: 0 auto;
  width: 150px;
}
section.linktree-header .inner h1.instagram-link {
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
}
section.linktree-header .inner h1.instagram-link a {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
  font-size: 22px;
}
section.linktree-header .inner p.instagram-sub {
  display: block;
  text-align: center;
  font-size: 14px;
}
section.linktree .inner {
  padding: 40px 5px;
}
section.linktree .inner .group-tile {
  position: relative;
  float: left;
  width: 33.33333333%;
  padding: 0 5px 10px 5px;
}
section.linktree .inner .group-tile .inner-tile {
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.linktree .inner .group-tile .inner-tile img.tile-img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.linktree .inner .group-tile .inner-tile h2.tile-title {
  display: block;
  width: 100%;
  padding: 10px 4px;
  text-align: center;
  font-size: 14px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.linktree .inner .parent-group {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
section.linktree .inner .parent-group h2.parent-title {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
section.linktree .inner .parent-group .sub-group {
  position: relative;
  float: left;
  width: 100%;
}
section.linktree .inner .parent-group .sub-group h3.sub-title {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #ff5f49;
}
section.linktree .inner .parent-group ul {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
}
section.linktree .inner .parent-group ul li {
  position: relative;
  float: left;
  width: 33.33333333%;
  margin-top: 4px;
  padding: 5px;
}
section.linktree .inner .parent-group ul li.has-img .inner-li {
  padding: 15px 10px 15px 60px;
}
section.linktree .inner .parent-group ul li.no-img .inner-li {
  padding: 15px 10px;
}
section.linktree .inner .parent-group ul li img.linktree-img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
section.linktree .inner .parent-group ul li .inner-li {
  display: block;
  background-color: transparent;
  border: 1px solid #2f4b49;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.linktree .inner .parent-group ul li .inner-li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #2f4b49;
}
section.linktree .inner .parent-group ul li .inner-li:hover {
  background-color: #f2f2f2;
}
section.linktree .inner .parent-group ul li .inner-li:hover a {
  color: #2f4b49;
}
section.linktree .inner .parent-group ul li a.link_page {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 30px;
  text-align: center;
}
section.linktree .inner .parent-group ul li a.link_page .tooltip {
  visibility: hidden;
  opacity: 0;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
  position: absolute;
  bottom: 100%;
  right: 5px;
  padding: 0 10px;
  background-color: #ff5f49;
  color: #fff;
  border-radius: 2px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 10px;
  line-height: 24px;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.lt-ie9 section.linktree .inner .parent-group ul li a.link_page .tooltip {
  filter: alpha(opacity=0%);
}
section.linktree .inner .parent-group ul li a.link_page .tooltip i {
  display: inline;
  padding-right: 4px;
}
section.linktree .inner .parent-group ul li a.link_page .tooltip:after {
  position: absolute;
  bottom: -5px;
  right: 5px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff5f49;
}
section.linktree .inner .parent-group ul li a.link_page:hover .tooltip {
  visibility: visible;
  opacity: 1;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
}
.lt-ie9 section.linktree .inner .parent-group ul li a.link_page:hover .tooltip {
  filter: alpha(opacity=100%);
}
@media only screen and (max-width: 767px) {
  section.linktree .inner .group-tile {
    width: 50%;
  }
  section.linktree .inner .parent-group ul li {
    width: 100%;
  }
}
section.linktree-banner .inner {
  text-align: center;
}
section.linktree-banner .inner a {
  display: inline-block;
  width: 100%;
}
section.linktree-banner .inner a img {
  display: block;
  width: 100%;
  height: auto;
}
section.linktree-footer .inner {
  padding-bottom: 80px;
}
section.linktree-footer .inner .go-home {
  display: block;
  margin-top: 20px;
  text-align: center;
}
section.linktree-footer .inner .go-home a {
  display: inline-block;
  padding: 0 10px;
  background-color: #2f4b49;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.prev-next {
  margin-top: 100px;
}
section.prev-next .inner {
  padding: 0 20px;
}
section.prev-next .inner:before {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f2f2f2;
  content: '';
}
section.prev-next .inner .count-page {
  position: absolute;
  top: 10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  height: 30px;
  padding: 0 10px;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  text-align: center;
  line-height: 26px;
  color: #f2f2f2;
  border-radius: 15px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.prev-next .inner .prev-page {
  position: relative;
  float: left;
  width: 50%;
  margin-left: -20px;
  text-align: left;
}
section.prev-next .inner .prev-page a {
  display: inline-block;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 24px;
}
section.prev-next .inner .prev-page a img {
  display: inline-block;
  margin-right: 4px;
  height: 24px;
  vertical-align: top;
  border-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.prev-next .inner .prev-page a:hover {
  color: #2f4b49;
}
section.prev-next .inner .next-page {
  position: relative;
  float: right;
  width: 50%;
  margin-right: -20px;
  text-align: right;
}
section.prev-next .inner .next-page a {
  display: inline-block;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 24px;
}
section.prev-next .inner .next-page a img {
  display: inline-block;
  margin-right: 4px;
  height: 24px;
  vertical-align: top;
  border-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.prev-next .inner .next-page a:hover {
  color: #2f4b49;
}
section.page-album {
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-album.detailpage-aside {
  padding: 0 7px 12px 7px;
  background-color: transparent;
  border: 1px solid #f2f2f2;
}
section.page-album.detailpage-aside .album a.post-thumb {
  width: 50%;
  padding: 10px 5px 0 5px;
}
section.page-album span.image-count {
  display: block;
  padding: 10px 10px 0 10px;
  text-align: right;
  font-size: 11px;
  cursor: pointer;
}
section.page-album .album {
  position: relative;
  float: left;
  width: 100%;
}
section.page-album .album a.post-thumb {
  position: relative;
  float: left;
  width: 20%;
  padding: 10px 10px 0 10px;
}
section.page-album .album a.post-thumb img {
  display: block;
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.page-album .album a.no-thumb {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  section.page-album .album picture {
    width: 50%;
    padding: 10px;
  }
}
section.products .inner {
  padding: 40px 10px;
}
section.products .inner h2 {
  display: block;
  padding: 0 10px 20px 10px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
}
section.products .inner h3 {
  display: block;
  margin: 0;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  color: #2f4b49;
}
section.products .inner .product-container {
  position: relative;
  float: left;
  width: 25%;
  padding: 10px;
}
section.products .inner .product-container .product {
  display: block;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
section.products .inner .product-container .product picture {
  display: block;
  width: 100%;
}
section.products .inner .product-container .product picture img {
  display: block;
}
section.products .inner .product-container .product .content-box {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
section.products .inner .product-container .product .content-box h3.h3 {
  display: block;
}
section.products .inner .product-container .product .content-box p {
  display: block;
  margin-bottom: 10px;
  min-height: 84px;
}
section.products .inner .product-container .product .content-box a {
  display: block;
  padding: 10px;
  background-color: #2f4b49;
  color: #fff;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.products .inner .product-container .product .content-box:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.products .inner .product-container {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  section.products .inner .product-container {
    width: 100%;
  }
}
section.page-banner {
  height: 350px;
}
section.page-banner picture.page-banner-image {
  display: block;
  width: 100%;
  height: 100%;
}
section.page-banner picture.page-banner-image img {
  display: block;
  width: 100%;
}
section.page-banner .banner-quote {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1280px;
  padding: 20px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
section.page-banner .banner-quote h2.h2-banner {
  display: block;
  padding: 20px;
  font-size: 55px;
  color: #fff;
}
section.page-banner .banner-quote p {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
}
section.page-banner .banner-quote .banner-button span {
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
  padding: 20px;
  background-color: red;
  color: #000;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: 400;
  border: 1px solid red;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.page-banner a.banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.page-banner a.banner-link {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.page-banner a.banner-link {
  background-image: url(../images/misc/pixel.gif);
}
section.affiliation.position-aside {
  margin-bottom: 50px;
}
section.affiliation.position-aside .inner-box .aff-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 40px 32px 0 32px;
}
section.affiliation.position-aside .inner-box .aff-text span.aff-name {
  font-size: 28px;
  line-height: 28px;
}
section.affiliation.position-aside .inner-box .aff-text span.aff-sub {
  font-size: 22px;
  line-height: 22px;
}
section.affiliation.position-aside .inner-box .aff-text span.aff-quote {
  font-size: 16px;
  line-height: 20px;
}
section.affiliation.position-main {
  margin-bottom: 50px;
}
section.affiliation.position-main .inner-box .aff-text {
  padding: 20px 20px 20px 126px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section.affiliation.position-main .inner-box .aff-text span.aff-name {
  font-size: 28px;
  line-height: 28px;
}
section.affiliation.position-main .inner-box .aff-text span.aff-sub {
  font-size: 22px;
  line-height: 22px;
}
section.affiliation.position-main .inner-box .aff-text span.aff-quote {
  font-size: 16px;
  line-height: 20px;
}
section.affiliation.position-footer {
  margin-bottom: 50px;
}
section.affiliation.position-footer .inner {
  height: 100%;
  max-width: 1280px;
  padding: 20px;
  margin: 0 auto;
}
section.affiliation.position-footer .inner .inner-box .aff-text {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section.affiliation .inner {
  padding: 0;
  margin: 0;
}
section.affiliation .inner .inner-box {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.affiliation .inner .inner-box picture.aff-bg {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
section.affiliation .inner .inner-box picture.aff-bg img {
  width: 100%;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.affiliation .inner .inner-box .aff-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  color: #fff;
  text-shadow: 0 0 8px #000;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
section.affiliation .inner .inner-box .aff-text span.aff-name {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 34px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
section.affiliation .inner .inner-box .aff-text span.aff-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 26px;
  font-family: montserratmedium, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
section.affiliation .inner .inner-box .aff-text span.aff-quote {
  display: block;
  font-size: 20px;
  font-family: montserratmedium, Arial, sans-serif;
  font-weight: 500;
}
section.affiliation .inner .inner-box .book-now {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0 20px 0 58px;
  line-height: 38px;
  background-color: #ff5f49;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border: 1px solid #ff5f49;
}
section.affiliation .inner .inner-box .book-now img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
section.affiliation .inner .inner-box a.aff-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.affiliation .inner .inner-box a.aff-link {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.affiliation .inner .inner-box a.aff-link {
  background-image: url(../images/misc/pixel.gif);
}
@media only screen and (max-width: 767px) {
  section.affiliation.position-aside .inner-box .aff-text {
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  section.affiliation .inner .inner-box {
    border: none;
  }
  section.affiliation .inner .inner-box .book-now {
    padding: 0 20px 0 70px;
    line-height: 50px;
  }
}
section.search-results .inner article.result {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.search-results .inner article.result a {
  color: #2f4b49;
}
section.search-results .inner article.result a .title {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
section.search-results .inner article.result a .productgroepen {
  display: block;
  margin-bottom: 10px;
}
section.search-results .inner article.result a .productgroepen span.productgroep {
  display: inline-block;
  margin-right: 4px;
  padding: 0 4px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 11px;
  line-height: 20px;
}
section.search-results .inner article.result a p {
  display: block;
  margin-bottom: 0;
}
section.search-results .inner article.result a .read-more {
  display: block;
  margin-top: 20px;
}
section.search-results .inner article.result a .read-more span {
  display: inline-block;
  color: #2f4b49;
}
section.search-results .inner article.result a .read-more span:after {
  padding-left: 4px;
  font-family: "Font Awesome 6 Free";
  color: #2f4b49;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
section.search-results .inner .pagination {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
section.search-results .inner .pagination span.current,
section.search-results .inner .pagination a {
  display: inline-block;
  margin: 5px;
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  color: #2f4b49;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.search-results .inner .pagination span.current {
  background-color: #2f4b49;
  color: #fff;
}
section.search-results .inner .no-result-title {
  display: block;
}
section.contactform .inner .contactinfo {
  position: relative;
  float: left;
  width: 100%;
}
section.contactform .inner .contactinfo ul {
  position: relative;
  float: left;
  width: 33.33333333%;
}
section.contactform .inner .contactinfo ul h2.h2 {
  font-size: inherit;
  line-height: 28px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
section.contactform .inner .contactinfo ul li {
  display: block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  section.contactform .inner .contactinfo ul {
    width: 100%;
  }
}
footer.footer-info {
  background-color: #2f4b49;
}
footer.footer-info .inner .search-container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
footer.footer-info .inner .search-container .custom-search-form {
  position: relative;
  width: 50%;
  margin: 0 auto;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  background-color: #fff;
}
footer.footer-info .inner .search-container .custom-search-form .search-field {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 5px 40px 5px 10px;
  background: transparent;
}
footer.footer-info .inner .search-container .custom-search-form .search-submit {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #888;
  background: none;
  border: none;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
footer.footer-info .inner .search-container .custom-search-form .search-submit:hover {
  color: #2f4b49;
}
footer.footer-info .inner .contact-info {
  position: relative;
  float: left;
  width: 25%;
}
footer.footer-info .inner .contact-info h2.h2 {
  color: #fff;
}
footer.footer-info .inner .contact-info ul li {
  color: #fff;
}
footer.footer-info .inner .contact-info ul li a {
  color: #fff;
}
footer.footer-info .inner nav.footer-links {
  position: relative;
  float: right;
}
footer.footer-info .inner nav.footer-links:first-of-type {
  margin-left: 50px;
}
footer.footer-info .inner nav.footer-links h2.h2 {
  color: #fff;
}
footer.footer-info .inner nav.footer-links ul li {
  color: #fff;
}
footer.footer-info .inner nav.footer-links ul li a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer.footer-info .inner .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }
  footer.footer-info .inner nav.footer-links {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
footer.footer {
  height: 50px;
  background-color: #35514f;
}
footer.footer nav {
  display: block;
  width: 100%;
  padding: 16px 40px;
  line-height: 18px;
  height: 50px;
}
footer.footer nav ul.footer-nav {
  display: block;
}
footer.footer nav ul.footer-nav li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
footer.footer nav ul.footer-nav li:after {
  display: inline-block;
  padding-left: 5px;
  content: '•';
}
footer.footer nav ul.footer-nav li:last-of-type:after {
  content: '';
}
footer.footer nav ul.footer-nav li a {
  color: #fff;
  font-size: 12px;
}
footer.footer .media572 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
footer.footer .media572 a {
  display: block;
  padding: 16px 40px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
}
footer.footer .media572 a span {
  font-family: montserratbold, Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  footer.footer {
    height: auto;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
  footer.footer nav {
    height: auto;
    padding: 10px 20px;
  }
  footer.footer nav ul.footer-nav {
    text-align: center;
  }
  footer.footer nav ul.footer-nav li.copyright {
    display: block;
  }
  footer.footer nav ul.footer-nav li.copyright:after {
    content: '';
  }
  footer.footer .media572 {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
}
