/* Browser reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Mixins  */
@font-face {
  font-family: 'signikabold';
  src: url('../fonts/signika-bold-webfont.eot');
  src: url('../fonts/signika-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/signika-bold-webfont.woff2') format('woff2'), url('../fonts/signika-bold-webfont.woff') format('woff'), url('../fonts/signika-bold-webfont.ttf') format('truetype'), url('../fonts/signika-bold-webfont.svg#signikabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signikalight';
  src: url('../fonts/signika-light-webfont.eot');
  src: url('../fonts/signika-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/signika-light-webfont.woff2') format('woff2'), url('../fonts/signika-light-webfont.woff') format('woff'), url('../fonts/signika-light-webfont.ttf') format('truetype'), url('../fonts/signika-light-webfont.svg#signikalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signikaregular';
  src: url('../fonts/signika-regular-webfont.eot');
  src: url('../fonts/signika-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/signika-regular-webfont.woff2') format('woff2'), url('../fonts/signika-regular-webfont.woff') format('woff'), url('../fonts/signika-regular-webfont.ttf') format('truetype'), url('../fonts/signika-regular-webfont.svg#signikaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signikasemibold';
  src: url('../fonts/signika-semibold-webfont.eot');
  src: url('../fonts/signika-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/signika-semibold-webfont.woff2') format('woff2'), url('../fonts/signika-semibold-webfont.woff') format('woff'), url('../fonts/signika-semibold-webfont.ttf') format('truetype'), url('../fonts/signika-semibold-webfont.svg#signikasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "haarle";
  src: url("../fonts/haarle.eot");
  src: url("../fonts/haarle.eot?#iefix") format("embedded-opentype"), url("../fonts/haarle.woff") format("woff"), url("../fonts/haarle.ttf") format("truetype"), url("../fonts/haarle.svg#haarle") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "haarle" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "haarle" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* ---------------------------------------------- */
.icon-font {
  font-family: 'haarle';
  font-weight: normal;
}
.signikabold {
  font-family: 'signikabold';
  font-weight: normal;
}
.signikalight {
  font-family: 'signikalight';
  font-weight: normal;
}
.signikaregular {
  font-family: 'signikaregular';
  font-weight: normal;
}
.signikasemibold {
  font-family: 'signikasemibold';
  font-weight: normal;
}
.easing {
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.easingquick {
  -webkit-transition: ease-in 0.1s;
  -moz-transition: ease-in 0.1s;
  -ms-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
.easinglong {
  -webkit-transition: ease-in-out 0.15s;
  -moz-transition: ease-in-out 0.15s;
  -ms-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
/* ---------------------------------------------- */
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #ffe799;
}
::-moz-selection {
  background: #ffe799;
}
/* ---------------------------------------------- */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: 'signikabold';
  font-weight: normal;
  color: #2f344f;
  padding: 10px 0;
}
.wysiwyg h1 span,
.wysiwyg h2 span,
.wysiwyg h3 span,
.wysiwyg h4 span,
.wysiwyg h5 span,
.wysiwyg h6 span {
  text-decoration: none!important;
  background-color: #ffe799;
  padding: 5px 10px;
  margin: 5px 0;
}
.wysiwyg h1 {
  font-size: 28px;
  line-height: 34px;
}
.wysiwyg h2 {
  font-size: 22px;
  line-height: 32px;
}
.wysiwyg h3 {
  font-size: 20px;
  line-height: 30px;
}
.wysiwyg h4 {
  font-size: 18px;
  line-height: 28px;
}
.wysiwyg h5 {
  font-size: 16px;
  line-height: 26px;
}
.wysiwyg h6 {
  font-size: 14px;
  line-height: 24px;
}
.wysiwyg p {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 24px;
}
.wysiwyg a {
  font-family: 'signikalight';
  font-weight: normal;
  color: #2f344f;
  background-color: #ffe799;
}
.wysiwyg a:hover {
  background-color: #ffdc66;
}
.wysiwyg a.highlight {
  padding: 12px 16px;
  background: #ffc400;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'signikabold';
  font-weight: normal;
  text-decoration: none;
}
.wysiwyg a.highlight:hover {
  background: #002f32;
}
.wysiwyg em {
  font-family: 'signikalight';
  font-weight: normal;
  line-height: 24px;
}
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 30px;
  padding-bottom: 24px;
}
.wysiwyg ul li {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
}
.wysiwyg ol {
  list-style-type: decimal;
  padding-left: 30px;
  padding-bottom: 24px;
}
.wysiwyg ol li {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
}
.wysiwyg blockquote {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}
.wysiwyg blockquote h1,
.wysiwyg blockquote h2,
.wysiwyg blockquote h3,
.wysiwyg blockquote h4,
.wysiwyg blockquote h5 {
  color: #ffc400;
  padding-bottom: 5px;
}
.wysiwyg blockquote h5 {
  padding-bottom: 5px;
}
.wysiwyg blockquote p {
  position: relative;
  font-family: 'signikalight';
  font-weight: normal;
  color: #2f344f;
  padding-left: 24px;
}
.wysiwyg blockquote p:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background: #2f344f;
  left: 0;
  top: 10px;
}
.wysiwyg blockquote:before {
  position: absolute;
  font-family: 'signikabold';
  font-weight: normal;
  content: "“";
  top: 12px;
  left: 10px;
  font-size: 44px;
  color: #ffc400;
}
.wysiwyg img {
  width: 110%;
  margin-left: -5%;
  height: auto;
}
.wysiwyg .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.wysiwyg .embed-container iframe,
.wysiwyg .embed-container object,
.wysiwyg .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg .gallery {
  float: left;
  margin: 0 auto 18px;
}
.wysiwyg .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.wysiwyg .gallery .gallery-item a {
  background: transparent;
}
.wysiwyg .gallery-columns-2 .gallery-item {
  width: 50%;
}
.wysiwyg .gallery-columns-4 .gallery-item {
  width: 25%;
}
.wysiwyg .gallery img {
  padding: 4px;
}
.wysiwyg .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.wysiwyg .gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.wysiwyg .gallery dl,
.wysiwyg .gallery dt {
  margin: 0;
}
.wysiwyg .gallery br + br {
  display: none;
}
.wysiwyg-dorpsplan h1,
.wysiwyg-dorpsplan h2,
.wysiwyg-dorpsplan h3,
.wysiwyg-dorpsplan h4,
.wysiwyg-dorpsplan h5,
.wysiwyg-dorpsplan h6 {
  font-family: 'signikabold';
  font-weight: normal;
  color: #2f344f;
  padding: 10px 0;
}
.wysiwyg-dorpsplan h1 span,
.wysiwyg-dorpsplan h2 span,
.wysiwyg-dorpsplan h3 span,
.wysiwyg-dorpsplan h4 span,
.wysiwyg-dorpsplan h5 span,
.wysiwyg-dorpsplan h6 span {
  text-decoration: none!important;
  background-color: #e1e3ea;
  padding: 5px 10px;
  margin: 5px 0;
}
.wysiwyg-dorpsplan h1 {
  font-size: 28px;
  line-height: 34px;
}
.wysiwyg-dorpsplan h2 {
  font-size: 22px;
  line-height: 32px;
}
.wysiwyg-dorpsplan h3 {
  font-size: 20px;
  line-height: 30px;
}
.wysiwyg-dorpsplan h4 {
  font-size: 18px;
  line-height: 28px;
}
.wysiwyg-dorpsplan h5 {
  font-size: 16px;
  line-height: 26px;
}
.wysiwyg-dorpsplan h6 {
  font-size: 14px;
  line-height: 24px;
}
.wysiwyg-dorpsplan p {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  padding-bottom: 24px;
  color: #555;
}
.wysiwyg-dorpsplan a {
  font-family: 'signikalight';
  font-weight: normal;
  color: #2f344f;
  background-color: #ffe799;
}
.wysiwyg-dorpsplan a:hover {
  background-color: #ffdc66;
}
.wysiwyg-dorpsplan a.highlight {
  padding: 12px 16px;
  background: #ffc400;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'signikabold';
  font-weight: normal;
  text-decoration: none;
}
.wysiwyg-dorpsplan a.highlight:hover {
  background: #002f32;
}
.wysiwyg-dorpsplan em {
  font-family: 'signikalight';
  font-weight: normal;
  line-height: 24px;
}
.wysiwyg-dorpsplan ul {
  list-style-type: disc;
  padding-left: 30px;
  padding-bottom: 24px;
}
.wysiwyg-dorpsplan ul li {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  color: #555;
}
.wysiwyg-dorpsplan ol {
  list-style-type: decimal;
  padding-left: 30px;
  padding-bottom: 24px;
}
.wysiwyg-dorpsplan ol li {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  color: #555;
}
.wysiwyg-dorpsplan blockquote {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}
.wysiwyg-dorpsplan blockquote h1,
.wysiwyg-dorpsplan blockquote h2,
.wysiwyg-dorpsplan blockquote h3,
.wysiwyg-dorpsplan blockquote h4,
.wysiwyg-dorpsplan blockquote h5 {
  color: #ffc400;
  padding-bottom: 5px;
}
.wysiwyg-dorpsplan blockquote h5 {
  padding-bottom: 5px;
}
.wysiwyg-dorpsplan blockquote p {
  position: relative;
  font-family: 'signikalight';
  font-weight: normal;
  color: #2f344f;
  padding-left: 24px;
}
.wysiwyg-dorpsplan blockquote p:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background: #2f344f;
  left: 0;
  top: 10px;
}
.wysiwyg-dorpsplan blockquote:before {
  position: absolute;
  font-family: 'signikabold';
  font-weight: normal;
  content: "“";
  top: 12px;
  left: 10px;
  font-size: 44px;
  color: #ffc400;
}
.wysiwyg-dorpsplan img {
  max-width: 100%;
  height: auto;
}
.wysiwyg-dorpsplan img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.wysiwyg-dorpsplan img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wysiwyg-dorpsplan img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg-dorpsplan .alignright {
  float: right;
}
.wysiwyg-dorpsplan .alignleft {
  float: left;
}
.wysiwyg-dorpsplan .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg-dorpsplan .gallery {
  float: left;
  margin: 0 auto 18px;
}
.wysiwyg-dorpsplan .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.wysiwyg-dorpsplan .gallery .gallery-item a {
  background: transparent;
}
.wysiwyg-dorpsplan .gallery-columns-2 .gallery-item {
  width: 50%;
}
.wysiwyg-dorpsplan .gallery-columns-4 .gallery-item {
  width: 25%;
}
.wysiwyg-dorpsplan .gallery img {
  padding: 4px;
}
.wysiwyg-dorpsplan .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.wysiwyg-dorpsplan .gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.wysiwyg-dorpsplan .gallery dl,
.wysiwyg-dorpsplan .gallery dt {
  margin: 0;
}
.wysiwyg-dorpsplan .gallery br + br {
  display: none;
}
.wysiwyg-dorpsplan .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.wysiwyg-dorpsplan .embed-container iframe,
.wysiwyg-dorpsplan .embed-container object,
.wysiwyg-dorpsplan .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ---------------------------------------------- */
.center {
  width: 94%;
  max-width: 1040px;
  margin: 0 auto;
}
.sidebar-holder {
  float: left;
  width: 100%;
}
.sidebar-holder:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.btn {
  position: relative;
  float: left;
  padding: 10px 34px 8px 12px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.btn:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: 'haarle';
  font-weight: normal;
  content: "e";
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  -webkit-transition: ease-in 0.1s;
  -moz-transition: ease-in 0.1s;
  -ms-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
.btn:hover:before {
  right: 8px;
}
/* ---------------------------------------------- */
#site-header {
  position: fixed;
  float: left;
  height: 80px;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
#site-header #site-branding {
  float: left;
  width: 180px;
  height: 80px;
  background: #ffc400;
}
#site-header #site-branding a {
  display: block;
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 42px;
  text-decoration: none;
  color: #ffffff;
  line-height: 80px;
  width: 180px;
  text-align: center;
}
#site-header #site-navigation {
  float: left;
}
#site-header #site-navigation ul {
  padding: 10px 0 0 20px;
}
#site-header #site-navigation ul li {
  position: relative;
  display: block;
  float: left;
  padding: 0 10px;
}
#site-header #site-navigation ul li a {
  position: relative;
  display: block;
  min-height: 60px;
  line-height: 60px;
  text-decoration: none;
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 18px;
  color: #2f344f;
}
#site-header #site-navigation ul li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: 5px;
}
#site-header #site-navigation ul li.current-menu-item a:before,
#site-header #site-navigation ul li.current-page-ancestor a:before {
  background: #002f32;
  bottom: 10px;
}
#site-header #site-navigation ul li:hover a:before {
  background: #8e95bc;
  bottom: 10px;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#site-header #site-social-navigation {
  float: right;
  height: 80px;
}
#site-header #site-social-navigation ul li {
  display: block;
  float: right;
}
#site-header #site-social-navigation ul li a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#site-header #site-social-navigation ul li.facebook a:before {
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: 'haarle';
  font-weight: normal;
  content: "h";
  font-size: 18px;
  color: #2f344f;
}
#site-header #site-social-navigation ul li.facebook a:hover:before {
  color: #3b5998;
}
#site-header #site-social-navigation ul li.twitter a:before {
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: 'haarle';
  font-weight: normal;
  content: "i";
  font-size: 18px;
  color: #2f344f;
}
#site-header #site-social-navigation ul li.twitter a:hover:before {
  color: #55acee;
}
#site-header #site-social-navigation ul li.search-btn a:before {
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: 'haarle';
  font-weight: normal;
  content: "b";
  font-size: 18px;
  color: #2f344f;
}
#site-header #site-social-navigation ul li.search-btn a:hover:before {
  color: #ffc400 !important;
}
#site-header #site-search {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  height: 80px;
  background: #002f32;
  z-index: 100;
}
#site-header #site-search form {
  float: left;
  width: 100%;
}
#site-header #site-search form .search-field {
  float: left;
  width: 72%;
  line-height: 50px;
  height: 50px;
  padding: 0 2% 0 2%;
  margin: 15px 0 15px 4%;
  font-size: 20px;
  font-family: 'signikaregular';
  font-weight: normal;
  border: none;
  color: #ffffff;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  background: #003336;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#site-header #site-search form .search-field:focus {
  background: #00363a;
}
#site-header #site-search form .search-field::-webkit-input-placeholder {
  color: #005f65;
}
#site-header #site-search form .search-field:-moz-placeholder {
  color: #005f65;
}
#site-header #site-search form .search-field::-moz-placeholder {
  color: #005f65;
}
#site-header #site-search form .search-field:-ms-input-placeholder {
  color: #005f65;
}
#site-header #site-search form .search-submit {
  float: left;
  line-height: 50px;
  width: 16%;
  background: #003d41;
  font-size: 20px;
  font-family: 'signikaregular';
  font-weight: normal;
  padding: 0 0 0 30px;
  margin: 15px 4% 15px 0;
  border: none;
  outline: none;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#site-header #site-search form .search-submit i {
  position: relative;
}
#site-header #site-search form .search-submit i:before {
  position: absolute;
  right: 10px;
  top: 4px;
  font-family: 'haarle';
  font-weight: normal;
  content: "b";
  font-size: 18px;
  color: #ffffff;
}
#site-header.search-open #site-social-navigation ul li.search-btn a {
  background: #002f32;
}
#site-header.search-open #site-social-navigation ul li.search-btn a:before {
  content: "g";
  color: #ffffff;
  font-size: 22px;
  left: 28px;
  top: 28px;
}
#site-header.search-open #site-search {
  display: block;
}
#site-header #mobile-menu {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #site-header #site-social-navigation ul li.facebook {
    display: none;
  }
  #site-header #site-social-navigation ul li.twitter {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  #site-header {
    position: static;
    float: left;
    width: 100%;
    height: 60px;
    background: #ffffff;
  }
  #site-header #site-branding {
    width: 140px;
    height: 60px;
  }
  #site-header #site-branding a {
    font-size: 32px;
    line-height: 60px;
    width: 140px;
  }
  #site-header #site-navigation ul {
    padding: 0 0 0 10px;
  }
  #site-header #site-navigation ul li {
    padding: 0 8px;
  }
  #site-header #site-navigation ul li a {
    min-height: 60px;
    line-height: 60px;
  }
  #site-header #site-navigation ul li a:before {
    bottom: 8px;
  }
  #site-header #site-navigation ul li.current-menu-item a:before {
    bottom: 14px;
  }
  #site-header #site-navigation ul li:hover a:before {
    bottom: 14px;
  }
  #site-header #site-social-navigation {
    height: 60px;
  }
  #site-header #site-social-navigation ul li.search-btn a {
    width: 60px;
    height: 60px;
  }
  #site-header #site-social-navigation ul li.search-btn a:before {
    left: 20px!important;
    top: 20px!important;
  }
  #site-header #site-social-navigation ul li.search-btn a:before:before {
    color: #2f344f !important;
  }
  #site-header.search-open #site-social-navigation ul li.search a:before {
    left: 18px;
    top: 18px;
  }
  #site-header #site-search {
    top: 60px;
    height: 60px;
  }
  #site-header #site-search form .search-field {
    width: 72%;
    line-height: 40px;
    height: 40px;
    margin: 10px 0 10px 4%;
    font-size: 18px;
  }
  #site-header #site-search form .search-submit {
    line-height: 40px;
    width: 20%;
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 10px 4% 10px 0;
  }
  #site-header #site-search form .search-submit i:before {
    right: 10px;
    top: 2px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 599px) {
  #site-header {
    float: left;
    width: 100%;
    height: 60px;
    background: #ffffff;
  }
  #site-header #site-branding {
    width: 140px;
    height: 60px;
  }
  #site-header #site-branding a {
    font-size: 32px;
    line-height: 60px;
    width: 140px;
  }
  #site-header #site-navigation {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 101;
  }
  #site-header #site-navigation ul {
    display: none;
    width: 180px;
    background: #002f32;
    padding-left: 0;
  }
  #site-header #site-navigation ul li {
    float: none;
    padding: 0;
  }
  #site-header #site-navigation ul li a {
    padding: 20px 15px;
    color: #ffffff;
    font-size: 16px;
    min-height: auto;
    line-height: 16px;
  }
  #site-header #site-navigation ul li a:before {
    display: none;
  }
  #site-header #site-navigation ul li.current-menu-item a:before {
    bottom: 14px;
  }
  #site-header #site-navigation ul li:hover a:before {
    bottom: 14px;
  }
  #site-header #site-search form .search-field {
    width: 58%;
  }
  #site-header #site-search form .search-submit {
    width: 34%;
  }
  #site-header #mobile-menu {
    position: relative;
    display: block;
    float: right;
    height: 60px;
    width: 60px;
    cursor: pointer;
  }
  #site-header #mobile-menu:before {
    position: absolute;
    left: 20px;
    top: 16px;
    font-family: 'haarle';
    font-weight: normal;
    content: "f";
    font-size: 26px;
    color: #002f32;
  }
  #site-header.menu-open {
    height: 100%;
  }
  #site-header.menu-open #mobile-menu {
    background: #002f32;
    z-index: 60;
  }
  #site-header.menu-open #mobile-menu:before {
    content: "g";
    color: #ffffff;
  }
  #site-header.menu-open #site-navigation ul {
    display: block;
  }
}
/* ---------------------------------------------- */
#page {
  padding-top: 80px;
}
#page #page-header.slider .page-header-slider {
  position: relative;
  width: 100%;
  height: 520px;
  background: #ccc;
}
#page #page-header.slider .page-header-slider .slide {
  width: 100%;
  height: 520px;
}
#page #page-header.slider .page-header-slider .slick-next {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#page #page-header.slider .page-header-slider .slick-next:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "e";
  right: 18px;
  top: 16px;
  font-size: 32px;
  color: #ffc400;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#page #page-header.slider .page-header-slider .slick-next:hover {
  background: #ffc400;
}
#page #page-header.slider .page-header-slider .slick-next:hover:before {
  right: 10px;
  color: #ffffff;
}
#page #page-header.slider .page-header-slider .slick-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#page #page-header.slider .page-header-slider .slick-prev:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "a";
  left: 18px;
  top: 16px;
  font-size: 32px;
  color: #ffc400;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#page #page-header.slider .page-header-slider .slick-prev:hover {
  background: #ffc400;
}
#page #page-header.slider .page-header-slider .slick-prev:hover:before {
  left: 10px;
  color: #ffffff;
}
#page #page-header.image {
  width: 100%;
  height: 420px;
  background: #002f32;
}
#page #page-header.none {
  width: 100%;
  height: 120px;
  background: #002f32;
}
@media only screen and (max-width: 1200px) {
  #page #page-header.slider .page-header-slider {
    height: 380px;
  }
  #page #page-header.slider .page-header-slider .slide {
    height: 380px;
  }
  #page #page-header.image {
    height: 280px;
  }
}
@media only screen and (max-width: 880px) {
  #page {
    padding-top: 60px;
  }
  #page #page-header.slider .page-header-slider {
    height: 300px;
  }
  #page #page-header.slider .page-header-slider .slide {
    height: 300px;
  }
  #page #page-header.image {
    height: 240px;
  }
}
@media only screen and (max-width: 599px) {
  #page #page-header.slider .page-header-slider {
    height: 220px;
  }
  #page #page-header.slider .page-header-slider .slide {
    height: 220px;
  }
  #page #page-header.slider .page-header-slider .slick-next {
    margin-top: -22px;
    width: 44px;
    height: 44px;
  }
  #page #page-header.slider .page-header-slider .slick-next:before {
    right: 10px;
    top: 10px;
    font-size: 28px;
    color: #ffc400;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
  }
  #page #page-header.slider .page-header-slider .slick-prev {
    margin-top: -22px;
    width: 44px;
    height: 44px;
  }
  #page #page-header.slider .page-header-slider .slick-prev:before {
    left: 10px;
    top: 10px;
    font-size: 28px;
    color: #ffc400;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
  }
  #page #page-header.image {
    height: 160px;
  }
}
/* ---------------------------------------------- */
#page.front-page #page-content {
  position: relative;
  margin-top: -64px;
  z-index: 30;
}
#page.front-page #page-content #page-quick-buttons ul {
  width: 100%;
  height: 64px;
}
#page.front-page #page-content #page-quick-buttons ul li {
  position: relative;
  float: left;
  width: 32%;
  margin-left: 2%;
  height: 64px;
}
#page.front-page #page-content #page-quick-buttons ul li:first-child {
  margin-left: 0;
}
#page.front-page #page-content #page-quick-buttons ul li a {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 6%;
  height: 24px;
  width: 88%;
  line-height: 24px;
  background: #ffc400;
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: ease-in 0.1s;
  -moz-transition: ease-in 0.1s;
  -ms-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#page.front-page #page-content #page-quick-buttons ul li a:hover {
  padding: 18px 6% 22px 6%;
}
#page.front-page #page-content #page-quick-buttons ul li a.overnachten:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "k";
  right: 6%;
  top: 18px;
  font-size: 32px;
  color: #ffffff;
}
#page.front-page #page-content #page-quick-buttons ul li a.eten-drinken:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "j";
  right: 6%;
  top: 18px;
  font-size: 32px;
  color: #ffffff;
}
#page.front-page #page-content #page-quick-buttons ul li a.zien-doen:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "l";
  right: 6%;
  top: 18px;
  font-size: 32px;
  color: #ffffff;
}
@media only screen and (max-width: 800px) {
  #page.front-page #page-content {
    margin-top: -54px !important;
  }
  #page.front-page #page-content #page-quick-buttons ul {
    width: 100%;
    height: 54px;
  }
  #page.front-page #page-content #page-quick-buttons ul li {
    height: 54px;
  }
  #page.front-page #page-content #page-quick-buttons ul li:first-child {
    margin-left: 0;
  }
  #page.front-page #page-content #page-quick-buttons ul li a {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
  }
  #page.front-page #page-content #page-quick-buttons ul li a:hover {
    padding: 18px 6% 22px 6%;
  }
  #page.front-page #page-content #page-quick-buttons ul li a:before {
    font-size: 28px!important;
  }
}
@media only screen and (max-width: 599px) {
  #page.front-page #page-content {
    margin-top: 0!important;
  }
  #page.front-page #page-content #page-quick-buttons {
    margin-top: 20px;
  }
  #page.front-page #page-content #page-quick-buttons ul {
    height: auto;
  }
  #page.front-page #page-content #page-quick-buttons ul li {
    width: 100%;
    height: 46px;
    margin-left: 0;
    margin-bottom: 6px;
  }
  #page.front-page #page-content #page-quick-buttons ul li:first-child {
    margin-left: 0;
  }
  #page.front-page #page-content #page-quick-buttons ul li a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 14px 6% 14px 6%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
  }
  #page.front-page #page-content #page-quick-buttons ul li a:hover {
    padding: 14px 6% 14px 6%;
    background: #002f32;
  }
  #page.front-page #page-content #page-quick-buttons ul li a:before {
    top: 14px!important;
  }
}
/* ---------------------------------------------- */
#page #page-content {
  position: relative;
  z-index: 30;
}
#page #page-content #highlight {
  float: left;
  position: relative;
  width: 100%;
  height: 400px;
  background: #a5c77f;
  margin-top: 40px;
}
#page #page-content #highlight .image {
  float: left;
  width: 68%;
  height: 400px;
}
#page #page-content #highlight .text {
  float: left;
  width: 26%;
  height: 400px;
  padding: 30px 3%;
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
#page #page-content #highlight .text .btn {
  margin-top: 30px;
}
#page #page-content #highlight .text .btn:hover {
  background: #ffffff;
  color: #a5c77f;
}
#page #page-content #highlight .text .btn:hover:before {
  color: #a5c77f;
}
#page #page-content #highlight h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'signikaregular';
  font-weight: normal;
  background: #002f32;
}
#page #page-content #highlight.video {
  height: auto;
}
#page #page-content #highlight.video .video {
  float: right;
  width: 68%;
  height: auto;
}
#page #page-content #highlight.video .video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#page #page-content #highlight.video .video .embed-container iframe,
#page #page-content #highlight.video .video .embed-container object,
#page #page-content #highlight.video .video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page #page-content #highlight.video .text {
  float: right;
  height: auto;
}
#page #page-content #highlight.video h3 {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 880px) {
  #page #page-content #highlight {
    height: auto;
    margin-top: 30px;
  }
  #page #page-content #highlight .image {
    width: 100%;
    height: 260px;
  }
  #page #page-content #highlight .text {
    width: 94%;
    height: auto;
    padding: 20px 3%;
  }
  #page #page-content #highlight .text .btn {
    margin-top: 20px;
  }
  #page #page-content #highlight.video .video {
    width: 100%;
  }
  #page #page-content #highlight.video .text {
    float: left;
  }
  #page #page-content #highlight.video h3 {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 599px) {
  #page #page-content #highlight {
    height: auto;
    margin-top: 20px;
  }
  #page #page-content #highlight .image {
    width: 100%;
    height: 180px;
  }
  #page #page-content #highlight .text {
    width: 90%;
    padding: 15px 5%;
    font-size: 13px;
    line-height: 18px;
  }
  #page #page-content #highlight .text .btn {
    margin-top: 15px;
  }
  #page #page-content #highlight h3 {
    font-size: 12px;
    line-height: 12px;
    padding: 8px;
  }
}
/* ---------------------------------------------- */
#page #page-content {
  position: relative;
  z-index: 30;
}
#page #page-content #featured {
  float: left;
  margin-top: 40px;
  width: 100%;
}
#page #page-content #featured li {
  position: relative;
  float: left;
  width: 32%;
  margin-left: 2%;
}
#page #page-content #featured li:first-child {
  margin-left: 0;
}
#page #page-content #featured li a {
  text-decoration: none;
}
#page #page-content #featured li a .image-holder {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #2f344f;
}
#page #page-content #featured li a .image-holder .image {
  width: 100%;
  height: 200px;
  margin-top: -20px;
  opacity: .85;
  -webkit-transition: ease-in-out 0.15s;
  -moz-transition: ease-in-out 0.15s;
  -ms-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
#page #page-content #featured li a .image-holder .image .info {
  position: absolute;
  bottom: 0;
  left: 0;
}
#page #page-content #featured li a .image-holder .image .info span {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'signikaregular';
  font-weight: normal;
  float: left;
  display: block;
  padding: 10px;
  background: #2f344f;
}
#page #page-content #featured li a .image-holder .image .info .light {
  opacity: .8;
}
#page #page-content #featured li a .image-holder .image .info .video {
  position: relative;
  padding-left: 30px;
}
#page #page-content #featured li a .image-holder .image .info .video:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "q";
  left: 8px;
  top: 10px;
  font-size: 18px;
  color: #ffffff;
}
#page #page-content #featured li a .text {
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #2f344f;
  padding: 10px;
}
#page #page-content #featured li a:hover .image-holder {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
#page #page-content #featured li a:hover .image-holder .image {
  margin-top: 0;
  opacity: 1;
}
#page #page-content.featured-none #featured {
  display: none;
}
#page #page-content.featured-none #more-news {
  padding-top: 60px;
}
@media only screen and (max-width: 880px) {
  #page #page-content #featured {
    margin-top: 30px;
  }
  #page #page-content #featured li a .image {
    height: 140px;
  }
  #page #page-content #featured li a .text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 599px) {
  #page #page-content #featured {
    margin-top: 20px;
  }
  #page #page-content #featured li {
    width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
  }
}
/* ---------------------------------------------- */
#page.page-nieuws #page-content {
  margin-top: -90px !important;
}
#page.page-nieuws #page-content h1 {
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 40px;
  color: #ffffff;
}
#page.page-nieuws #page-content #featured {
  float: left;
  margin-top: 20px;
}
#page.page-nieuws #page-content #posts-navigation {
  float: left;
  padding: 50px 0;
}
#page.page-nieuws #page-content #posts-navigation a {
  padding: 15px;
  margin-right: 10px;
  background: #aeb3cf;
  font-family: 'signikaregular';
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
#page.single #page-content {
  margin-top: -90px !important;
}
#page.single #page-content a {
  text-decoration: none;
}
#page.single #page-content a h1 {
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 40px;
  color: #ffffff;
}
#page.single #page-content #post {
  float: left;
  width: 66%;
  padding-top: 60px;
}
#page.single #page-content #post.image {
  padding-top: 20px;
}
#page.single #page-content #post.image .header-image {
  background: #002123;
  margin-bottom: 20px;
}
#page.single #page-content #post.image .header-image img {
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: middle;
}
#page.single #page-content #post.image .header-image.height {
  background: #eee;
}
#page.single #page-content #post.image .header-image.height img {
  width: auto;
  height: 400px;
  display: block;
  margin: auto;
  z-index: 10;
}
#page.single #page-content #post.gallery {
  padding-top: 20px;
}
#page.single #page-content #post.gallery .header-gallery {
  margin-bottom: 20px;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider {
  position: relative;
  width: 100%;
  height: 400px;
  background: #eee;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slide {
  width: 100%;
  height: 400px;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slick-next {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slick-next:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "e";
  right: 18px;
  top: 16px;
  font-size: 32px;
  color: #ffc400;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slick-next:hover {
  background: #ffc400;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slick-next:hover:before {
  right: 10px;
  color: #ffffff;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slick-prev {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slick-prev:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "a";
  left: 18px;
  top: 16px;
  font-size: 32px;
  color: #ffc400;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slick-prev:hover {
  background: #ffc400;
}
#page.single #page-content #post.gallery .header-gallery .post-header-slider .slick-prev:hover:before {
  left: 10px;
  color: #ffffff;
}
#page.single #page-content #post.video {
  padding-top: 20px;
}
#page.single #page-content #post.video .header-video {
  width: 100%;
  margin-bottom: 20px;
}
#page.single #page-content #post.video .header-video .embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#page.single #page-content #post.video .header-video .embed iframe,
#page.single #page-content #post.video .header-video .embed object,
#page.single #page-content #post.video .header-video .embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page #more-news {
  float: left;
  width: 100%;
  padding-top: 20px;
}
#page #more-news h4 {
  float: left;
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 20px;
  color: #2f344f;
  padding: 20px 0;
}
#page #more-news ul {
  float: left;
  width: 100%;
}
#page #more-news ul li {
  width: 100%;
}
#page #more-news ul li a {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 15px;
  color: #2f344f;
  text-decoration: none;
  line-height: 16px;
  border-bottom: 2px solid #ced1e2;
}
#page #more-news ul li a .date {
  float: right;
  width: 40%;
  text-align: right;
  color: #6e77a9;
}
#page #more-news ul li a .title {
  float: left;
  width: 55%;
}
#page #more-news ul li a:hover {
  border-color: #8e95bc;
}
@media only screen and (max-width: 880px) {
  #page.single #page-content #post {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  #page.single #page-content #post.image .header-image.height img {
    height: 220px;
  }
  #page.single #page-content #post.gallery .header-gallery .post-header-slider {
    height: 200px;
  }
  #page.single #page-content #post.gallery .header-gallery .post-header-slider .slide {
    height: 200px;
  }
  #page #more-news {
    float: left;
    width: 100%;
    padding-top: 20px;
  }
  #page #more-news ul li a .date {
    float: left;
    width: 100%;
    padding-top: 4px;
    text-align: left;
    font-size: 12px;
  }
  #page #more-news ul li a .title {
    width: 100%;
  }
}
/* ---------------------------------------------- */
#page.archive-agenda #page-content {
  margin-top: -90px !important;
}
#page.archive-agenda #page-content h1 {
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 40px;
  color: #ffffff;
}
#page.archive-agenda #page-content #featured {
  float: left;
  margin-top: 20px;
}
#page.archive-agenda #posts-navigation {
  float: left;
  padding: 50px 0;
}
#page.archive-agenda #posts-navigation a {
  padding: 15px;
  margin-right: 10px;
  background: #aeb3cf;
  font-family: 'signikaregular';
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
#page.archive-agenda .signup {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 20px;
  margin-top: 40px;
  background: #8e95bc;
  font-family: 'signikaregular';
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
#page.archive-agenda .signup:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "m";
  right: 24px;
  top: 16px;
  font-size: 18px;
  color: #ffffff;
}
#page.archive-agenda .signup:hover {
  background: #555e8f;
}
#page.single-agenda .event-date {
  position: relative;
  padding-left: 26px;
}
#page.single-agenda .event-date:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "r";
  left: 0;
  top: -2px;
  font-size: 20px;
  color: #002f32;
}
@media only screen and (max-width: 880px) {
  #page.archive-agenda .signup {
    display: none;
  }
}
/* ---------------------------------------------- */
#page #page-content {
  position: relative;
  margin-top: 0;
  z-index: 30;
}
#page #page-content #content {
  float: left;
  width: 66%;
  padding: 40px 0;
}
@media only screen and (max-width: 880px) {
  #page #page-content {
    position: relative;
    margin-top: 0;
    z-index: 30;
  }
  #page #page-content #content {
    float: right;
    width: 100%;
    padding: 30px 0;
  }
}
/* ---------------------------------------------- */
#page.organisatie-category #page-content {
  margin-top: -90px !important;
}
#page.organisatie-category #page-content h1 {
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 40px;
  color: #ffffff;
}
#page.organisatie-category #page-content p {
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
#page.organisatie-category #page-content #organisation {
  float: left;
  width: 66%;
  margin-top: 20px;
}
#page.organisatie-category #page-content #organisation li {
  position: relative;
  float: left;
  width: 48%;
  padding: 0 2% 2% 0;
}
#page.organisatie-category #page-content #organisation li a {
  text-decoration: none;
}
#page.organisatie-category #page-content #organisation li a .image-holder {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
#page.organisatie-category #page-content #organisation li a .image-holder .image {
  width: 100%;
  height: 200px;
  margin-top: -20px;
  -webkit-transition: ease-in-out 0.15s;
  -moz-transition: ease-in-out 0.15s;
  -ms-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
#page.organisatie-category #page-content #organisation li a .image-holder .image .info {
  position: absolute;
  bottom: 0;
  left: 0;
}
#page.organisatie-category #page-content #organisation li a .image-holder .image .info span {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'signikaregular';
  font-weight: normal;
  float: left;
  display: block;
  padding: 10px;
  background: #2f344f;
}
#page.organisatie-category #page-content #organisation li a .image-holder .image .info .light {
  opacity: .8;
}
#page.organisatie-category #page-content #organisation li a .image-holder .image .info .video {
  position: relative;
  padding-left: 30px;
}
#page.organisatie-category #page-content #organisation li a .image-holder .image .info .video:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "q";
  left: 8px;
  top: 10px;
  font-size: 18px;
  color: #ffffff;
}
#page.organisatie-category #page-content #organisation li a .text {
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #2f344f;
  padding: 10px;
}
#page.organisatie-category #page-content #organisation li a:hover .image-holder {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
#page.organisatie-category #page-content #organisation li a:hover .image-holder .image {
  margin-top: 0;
}
#page.single-organisation #page-content .category-link {
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
#page.single-organisation #page-content .header-image {
  position: relative;
}
#page.single-organisation #page-content .header-image .dark {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'signikaregular';
  font-weight: normal;
  float: left;
  display: block;
  padding: 10px;
  background: #2f344f;
}
@media only screen and (max-width: 880px) {
  #page.organisatie-category #page-content #organisation {
    width: 100%;
  }
  #page.organisatie-category #page-content #organisation li {
    padding: 1%;
  }
}
@media only screen and (max-width: 599px) {
  #page.organisatie-category #page-content #organisation {
    width: 100%;
  }
  #page.organisatie-category #page-content #organisation li {
    width: 100%;
    padding: 1% 0;
  }
}
/* ---------------------------------------------- */
#page #page-content {
  position: relative;
  margin-top: 0;
  z-index: 30;
}
#page #page-content #sidebar {
  float: right;
  width: 30%;
  padding: 40px 0;
}
#page #page-content #sidebar p {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  padding: 0 0 20px 0;
}
#page #page-content #sidebar h6 {
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 20px;
  color: #2f344f;
  padding: 10px 0;
}
#page #page-content #sidebar ul li a {
  position: relative;
  display: block;
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 15px;
  color: #2f344f;
  text-decoration: none;
  line-height: 16px;
  padding: 8px 0;
  margin-top: 10px;
  border-bottom: 2px solid #ced1e2;
  -webkit-transition: ease-in 0.1s;
  -moz-transition: ease-in 0.1s;
  -ms-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#page #page-content #sidebar ul li a:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "e";
  left: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
  color: #2f344f;
  opacity: 0;
  -webkit-transition: ease-in 0.1s;
  -moz-transition: ease-in 0.1s;
  -ms-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#page #page-content #sidebar ul li a:hover {
  border-color: #8e95bc;
  padding-left: 20px;
}
#page #page-content #sidebar ul li a:hover:before {
  opacity: 1;
}
#page #page-content #sidebar ul li.current_page_item > a,
#page #page-content #sidebar ul li.current_page_parent > a {
  padding-left: 20px;
}
#page #page-content #sidebar ul li.current_page_item > a:before,
#page #page-content #sidebar ul li.current_page_parent > a:before {
  opacity: 1;
}
#page #page-content #sidebar ul li.current_page_item.page_item_has_children > a:before,
#page #page-content #sidebar ul li.current_page_parent.page_item_has_children > a:before {
  content: "p";
}
#page #page-content #sidebar ul li.current_page_item > ul,
#page #page-content #sidebar ul li.current_page_parent > ul {
  display: block;
  padding-left: 20px;
}
#page #page-content #sidebar ul li.page_item_has_children > a:after {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "o";
  right: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
  color: #2f344f;
}
#page #page-content #sidebar ul li.current_page_parent > a:after,
#page #page-content #sidebar ul li.current_page_item > a:after {
  display: none;
}
#page #page-content #sidebar ul li ul {
  display: none;
}
#page #page-content #sidebar .sub-navigation-button {
  display: none;
}
#page #page-content #sidebar.top {
  padding-top: 80px;
}
@media only screen and (max-width: 880px) {
  #page #page-content {
    position: relative;
    margin-top: 0;
    z-index: 30;
  }
  #page #page-content #sidebar {
    width: 100%;
    padding: 20px 0 0 0!important;
  }
  #page #page-content #sidebar p {
    padding-top: 0;
    font-style: italic;
  }
  #page #page-content #sidebar h6 {
    display: none;
  }
  #page #page-content #sidebar ul {
    padding-top: 0;
    display: none;
  }
  #page #page-content #sidebar ul li a {
    padding: 15px 20px;
    margin-top: 0;
    background: #dee0eb;
  }
  #page #page-content #sidebar ul li a:hover {
    border-color: #8e95bc;
    padding-left: 20px;
  }
  #page #page-content #sidebar ul li a:hover:before {
    opacity: 0;
  }
  #page #page-content #sidebar ul li.current_page_item > a,
  #page #page-content #sidebar ul li.current_page_parent > a {
    padding-left: 40px;
  }
  #page #page-content #sidebar ul li.current_page_item > a:before,
  #page #page-content #sidebar ul li.current_page_parent > a:before {
    opacity: 1;
    left: 20px;
  }
  #page #page-content #sidebar ul li.current_page_item ul li a,
  #page #page-content #sidebar ul li.current_page_parent ul li a {
    padding-left: 40px;
  }
  #page #page-content #sidebar ul li.page_item_has_children > a:after {
    right: 20px;
  }
  #page #page-content #sidebar .sub-navigation-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    line-height: 16px;
    width: 100%;
    padding: 15px 40px 15px 15px;
    background: #2f344f;
    font-family: 'signikaregular';
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
  }
  #page #page-content #sidebar .sub-navigation-button:before {
    position: absolute;
    font-family: 'haarle';
    font-weight: normal;
    content: "p";
    right: 15px;
    top: 15px;
    font-size: 20px;
    color: #ffffff;
  }
  #page #page-content #sidebar.sub-navigation-open .sub-navigation-button:before {
    content: "d";
  }
  #page #page-content #sidebar.sub-navigation-open ul {
    display: block;
  }
  #page #page-content #sidebar.sub-navigation-open ul li ul {
    display: none;
    padding-left: 0;
  }
  #page #page-content #sidebar.sub-navigation-open ul li.current_page_item ul,
  #page #page-content #sidebar.sub-navigation-open ul li.current_page_parent ul {
    display: block;
  }
}
/* ---------------------------------------------- */
#page.page-search #page-header form,
#page.not-found #page-header form {
  float: left;
  width: 100%;
}
#page.page-search #page-header form .search-field,
#page.not-found #page-header form .search-field {
  float: left;
  width: 76%;
  line-height: 50px;
  height: 50px;
  padding: 0 2% 0 2%;
  margin: 35px 0 15px 0;
  font-size: 20px;
  font-family: 'signikaregular';
  font-weight: normal;
  border: none;
  color: #ffffff;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  background: #003336;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#page.page-search #page-header form .search-field:focus,
#page.not-found #page-header form .search-field:focus {
  background: #00363a;
}
#page.page-search #page-header form .search-field::-webkit-input-placeholder,
#page.not-found #page-header form .search-field::-webkit-input-placeholder {
  color: #005f65;
}
#page.page-search #page-header form .search-field:-moz-placeholder,
#page.not-found #page-header form .search-field:-moz-placeholder {
  color: #005f65;
}
#page.page-search #page-header form .search-field::-moz-placeholder,
#page.not-found #page-header form .search-field::-moz-placeholder {
  color: #005f65;
}
#page.page-search #page-header form .search-field:-ms-input-placeholder,
#page.not-found #page-header form .search-field:-ms-input-placeholder {
  color: #005f65;
}
#page.page-search #page-header form .search-submit,
#page.not-found #page-header form .search-submit {
  float: left;
  line-height: 50px;
  width: 20%;
  background: #003d41;
  font-size: 20px;
  font-family: 'signikaregular';
  font-weight: normal;
  padding: 0 0 0 30px;
  margin: 35px 0 15px 0;
  border: none;
  outline: none;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#page.page-search #page-header form .search-submit i,
#page.not-found #page-header form .search-submit i {
  position: relative;
}
#page.page-search #page-header form .search-submit i:before,
#page.not-found #page-header form .search-submit i:before {
  position: absolute;
  right: 10px;
  top: 4px;
  font-family: 'haarle';
  font-weight: normal;
  content: "b";
  font-size: 18px;
  color: #ffffff;
}
#page.page-search #page-content,
#page.not-found #page-content {
  padding: 40px 0;
}
#page.page-search #page-content article,
#page.not-found #page-content article {
  width: 92%;
  float: left;
  padding: 2% 4%;
  margin-bottom: 40px;
  border: 2px solid #ced1e2;
}
#page.page-search #page-content article a,
#page.not-found #page-content article a {
  color: #aeb3cf;
  text-decoration: none;
}
#page.page-search #page-content article a p,
#page.not-found #page-content article a p {
  color: #002f32;
}
#page.page-search #page-content article a:hover h2,
#page.not-found #page-content article a:hover h2 {
  color: #ffc400;
}
/* ---------------------------------------------- */
#site-footer {
  float: left;
  width: 100%;
  background: #42826c;
  margin-top: 60px;
}
#site-footer #footer-content {
  padding: 40px 0;
}
#site-footer #footer-content:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#site-footer #footer-content .col {
  float: left;
  width: 48%;
  padding-left: 4%;
}
#site-footer #footer-content .col:first-child {
  padding-left: 0;
}
#site-footer #footer-content aside {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
#site-footer #footer-content aside h4 {
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
}
#site-footer #footer-content aside p {
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 19.5px;
  color: #ffffff;
}
#site-footer #footer-content aside ul li {
  float: left;
  width: 45%;
  padding: 0 5% 10px 0;
}
#site-footer #footer-content aside ul li a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #53a488;
  -webkit-transition: ease-in 0.1s;
  -moz-transition: ease-in 0.1s;
  -ms-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#site-footer #footer-content aside ul li a:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "e";
  left: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: ease-in 0.1s;
  -moz-transition: ease-in 0.1s;
  -ms-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}
#site-footer #footer-content aside ul li a:hover {
  border-color: #72b8a0;
  padding-left: 15px;
}
#site-footer #footer-content aside ul li a:hover:before {
  opacity: 1;
}
#site-footer #footer-content aside.widget_blog_links ul li {
  width: 100%;
  padding-right: 0;
}
#site-footer #site-info {
  float: left;
  width: 100%;
  padding: 20px 0;
  background: #386e5b;
}
#site-footer #site-info .left {
  position: relative;
  padding-left: 30px;
  float: left;
  height: 18px;
}
#site-footer #site-info .left:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "m";
  left: 0;
  top: 0;
  font-size: 18px;
  color: #ffffff;
}
#site-footer #site-info .right {
  position: relative;
  float: right;
  padding-right: 30px;
  height: 18px;
}
#site-footer #site-info .right:before {
  position: absolute;
  font-family: 'haarle';
  font-weight: normal;
  content: "n";
  right: 0;
  top: 0;
  font-size: 24px;
  color: #ffffff;
}
#site-footer #site-info a {
  font-family: 'signikaregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  #site-footer #footer-content {
    padding: 30px 0;
  }
  #site-footer #footer-content .col {
    width: 100%;
    padding-left: 0%;
  }
  #site-footer #footer-content .col:first-child {
    padding-left: 0;
  }
  #site-footer #site-info .left {
    padding-left: 30px;
    float: left;
    height: auto;
    width: 90%;
  }
  #site-footer #site-info .right {
    float: left;
    padding: 0 0 0 30px;
    margin-top: 20px;
    height: auto;
    width: 90%;
  }
  #site-footer #site-info .right:before {
    right: auto;
    left: -2px;
  }
  #site-footer #site-info a {
    font-size: 14px;
    line-height: 16px;
  }
}
#page.page-form-org #page-content #content {
  width: 100%;
}
#page.page-form-org #page-content #content form {
  font-family: 'signikalight';
  font-weight: normal;
}
#page.page-form-org #page-content #content form input {
  border: 1px solid #DDD;
  height: 40px;
  padding: 0 20px 0 20px;
}
#page.page-form-org #page-content #content form .acf-label label {
  font-family: 'signikabold';
  font-weight: normal;
  color: #2f344f;
  padding: 10px 0;
  line-height: 16px;
  font-size: 16px;
}
#page.page-form-org #page-content #content form .no-value-message {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 14px;
  color: #777;
}
#page.page-form-org #page-content #content form .description {
  font-family: 'signikalight';
  font-weight: normal;
  font-size: 14px;
  color: #777;
}
#page.page-form-org #page-content #content form .acf-button,
#page.page-form-org #page-content #content form .blue {
  font-family: 'signikabold';
  font-weight: normal;
  background-color: #ffc400;
  border-color: #e6b000;
  color: #ffffff !important;
  font-size: 14px;
}
#page.page-form-org #page-content #content form .acf-form-submit input {
  font-family: 'signikabold';
  font-weight: normal;
  background-color: #ffc400;
  border-color: #e6b000;
  color: #ffffff !important;
  font-size: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
#page.page-form-org #page-content #content #message.updated {
  padding: 10px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #ffc400;
}
#page.page-form-org #page-content #content #message.updated p {
  padding: 0;
  color: #ffffff !important;
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 16px;
}
/* ---------------------------------------------- */
#page.page-dorpsplan #page-content .center #content {
  width: 100%;
  padding-bottom: 0;
}
#page #page-content .center #werkgroepen {
  width: 100%;
}
#page #page-content .center #werkgroepen h4 {
  float: left;
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 20px;
  color: #2f344f;
  padding: 20px 0;
}
#page #page-content .center #werkgroepen ul {
  float: left;
  display: block;
  width: 100%;
}
#page #page-content .center #werkgroepen ul li {
  position: relative;
  float: left;
  width: 32%;
  height: 320px;
  margin-right: 2%;
  margin-bottom: 2%;
}
#page #page-content .center #werkgroepen ul li:nth-child(3n+3) {
  margin-right: 0;
}
#page #page-content .center #werkgroepen ul li a {
  text-decoration: none;
}
#page #page-content .center #werkgroepen ul li a .image-holder {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #2f344f;
}
#page #page-content .center #werkgroepen ul li a .image-holder .image {
  width: 100%;
  height: 320px;
  opacity: .8;
  -webkit-transition: ease-in-out 0.15s;
  -moz-transition: ease-in-out 0.15s;
  -ms-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  -o-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  filter: grayscale(20%);
}
#page #page-content .center #werkgroepen ul li a .title {
  position: absolute;
  left: 0;
  top: 40%;
  width: 88%;
  padding: 0 6%;
  font-family: 'signikabold';
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
#page #page-content .center #werkgroepen ul li:hover .image-holder .image {
  opacity: 1;
  -webkit-filter: grayscale(10%);
  -moz-filter: grayscale(10%);
  -o-filter: grayscale(10%);
  -ms-filter: grayscale(10%);
  filter: grayscale(10%);
}
#page #page-content .center #werkgroepen ul li:hover .title {
  color: #ffc400;
}
#page #page-content .center #sidebar .inhoud-nav {
  padding-bottom: 40px;
}
#page #page-content .center #sidebar .inhoud-nav ul li a:before {
  content: "p";
}
@media only screen and (max-width: 880px) {
  #page #page-content .center #werkgroepen ul li {
    width: 49%;
    margin-right: 2%!important;
  }
  #page #page-content .center #werkgroepen ul li:nth-child(2n+2) {
    margin-right: 0!important;
  }
}
@media only screen and (max-width: 580px) {
  #page #page-content .center #werkgroepen {
    width: 100%;
  }
  #page #page-content .center #werkgroepen ul {
    float: left;
    display: block;
    width: 100%;
  }
  #page #page-content .center #werkgroepen ul li {
    width: 100%;
    margin-right: 0!important;
  }
}
