/*
Theme Name: theme
Author: Best4u Group
Author URI: https://www.best4u.nl/
Description: This theme is made by Best4u Group for theme website
*/
/*--------------------------------------------------------------
Google fonts code
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Core Styles
2.0 My Styles
3.0 Changes
/--------------------------------------------------------------
1.0 Core Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 1rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

textarea {
  overflow: auto;
  font: inherit;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.clearfix {
  *zoom: 1;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: background 0.3s;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #d5d8d7;
  /* Fallback for when there is no custom background color defined. */
}

body {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
  padding: 3px;
}

textarea {
  padding: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
a {
  color: #404040;
}

a:hover, a:active {
  outline: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.25rem;
}

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after, .clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.entry-content:after, .clear,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
8.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
9.0 Content
--------------------------------------------------------------*/
.td {
  display: table-cell;
}

.table {
  display: table;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.img {
  overflow: hidden;
  display: block;
}

.img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-width: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*----- Asides -----*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*----- Comments -----*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*----- Posts and pages -----*/
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
2.0 My Styles
--------------------------------------------------------------*/
/********************GRID***************************/
/*********************GLOBAL RESET************************/
/*****************BUTTONS*********************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  display: inline-block;
  padding: 0.125rem 0.75rem;
  background-color: #ec7a36;
  color: #FFFFFF;
  border-radius: 0;
  width: auto;
  color: #FFFFFF;
  transition: all 0.35s;
  box-sizing: border-box;
  border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #cb5c19;
  border-color: #aaa;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
  border-radius: 0;
  border: none;
  padding: 0.125rem 0.375rem 0.1875rem;
}

a.button {
  background-color: #ec7a36;
  color: #FFFFFF;
  border-radius: 0;
  width: auto;
  text-transform: uppercase;
  transition: all 0.35s;
  color: #d5d8d7;
  padding: 0 1.6875rem;
  line-height: 2.375rem;
  display: inline-block;
  font-weight: bold;
}

a.button:hover {
  color: #c8f6d3;
  background: #cb5c19;
}

.social span {
  display: block;
  margin-bottom: 0.25rem;
}

.social .fa {
  border: 1px solid #000000;
  font-size: 1.125rem;
  padding: 0 0.625rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
}

.social .fa:last-of-type {
  margin-right: 0;
}

#sb-search > form {
  float: right;
  margin-top: 2.5rem;
}

#sb-search > form span.contact-s {
  color: #00757b;
  padding-right: 0.5rem;
  margin-right: 0.625rem;
  border-right: 1px solid #c9c9c9;
}

.sb-search-input {
  border-radius: 0;
  background: #f2f2f3;
  border: none;
  margin-right: -0.25rem;
}

/**********************GRID STYLES************************/
.span-full {
  width: 100%;
}

.span-8 {
  width: 50%;
  float: left;
  margin-right: 2.5641%;
  margin-right: 0;
  float: left;
}

.span-4 {
  width: 25%;
  float: left;
  margin-right: 2.5641%;
  padding-right: 1.25rem;
  margin-right: 0;
}

.span-1 {
  width: 66.35% !important;
  float: left;
  margin-right: 2.5641%;
  float: left;
  margin: 0;
}

.span-1 img {
  display: block;
}

.span-2 {
  width: 33.65%;
  float: left;
  margin-right: 2.5641%;
  float: left;
  padding-left: 1.25rem;
  margin: 0;
}

.span-5 {
  width: 47.7%;
  float: left;
  margin-right: 2.5641%;
  margin-bottom: 1.375rem;
  margin-right: 0;
}

.span-5 iframe {
  display: block;
}

.mob-8 {
  width: 65.81197%;
  float: left;
  margin-right: 2.5641%;
}

.mob-4 {
  width: 31.62393%;
  float: left;
  margin-right: 2.5641%;
}

.col-4 {
  width: 23.07692%;
  float: left;
  margin-right: 2.5641%;
}

.col-4:nth-of-type(4n) {
  width: 23.07692%;
  float: right;
  margin-right: 0;
}

.last {
  float: right;
  margin-right: 0;
}

.mob-last {
  float: right;
  margin-right: 0;
}

/****************LISTS STYLES***************************/
ul {
  list-style: disc;
  margin: 0 0 1.25rem 1.25rem;
}

ol {
  list-style: decimal;
  margin: 0 0 1.25rem 1.25rem;
}

/**************************HTML-BODY**********************/
html {
  font-size: 1rem;
}

body {
  height: 100%;
  background: #d5d8d7;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: normal;
  color: #404040;
  text-align: left;
}

body {
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  color: #7f0047;
}

h1 {
  font-size: 2.1875rem;
  line-height: 2.375rem;
  margin-bottom: 1.5625rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.125rem;
  margin-bottom: 1.5625rem;
}

h3 {
  clear: none;
  font-weight: normal;
}

h4 {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  margin-bottom: 1.375rem;
}

h5 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}

.fancybox {
  position: relative;
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.fancybox img {
  height: 100%;
  width: 100%;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  background-color: transparent !important;
}

/*****************HEADER*********************************/
#header {
  width: 100%;
  background-color: #FFFFFF;
  transition: all 0.35s;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
}

#header .box-nav {
  padding-bottom: 0.75rem;
}

#site_logo {
  width: 50%;
  float: left;
  position: relative;
}

#site_logo a {
  display: block;
}

#site_logo a img {
  display: block;
  margin-top: 0.875rem;
  transition: all 0.35s;
}

#site_logo span {
  position: absolute;
  top: 7.625rem;
  left: 5.75rem;
  color: #00757b;
  line-height: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  transition: all 0.35s;
  transition-delay: 0.01s;
}

.right-top {
  width: 50%;
  float: left;
}

.top-page {
  background: #FFFFFF;
  padding: 0.875rem 0;
}

ul.owl-carousel {
  margin: 0;
  list-style: none;
  position: relative;
}

ul.owl-carousel .slide {
  position: relative;
}

ul.owl-carousel .slide .slide-cont {
  position: absolute;
  top: 23.25rem;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 1.375rem;
  z-index: 50;
  background: rgba(59, 59, 59, 0.5);
  padding: 3.125rem 0;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  color: #d5d8d7;
  width: 100%;
}

ul.owl-carousel .slide .slide-cont .small-title {
  font-size: 1.3125rem;
  padding-bottom: 0.9375rem;
}

ul.owl-carousel .slide .slide-cont .big-title {
  font-size: 2.6875rem;
  font-weight: 700;
}

ul.owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
}

ul.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 0.5rem;
}

ul.owl-carousel .owl-dots .owl-dot span {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background: none;
  border: 0.0625rem solid #ffffff;
  border-radius: 50%;
  line-height: 0.75rem;
}

ul.owl-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
}

article.type-post {
  background: #FFFFFF;
  margin-bottom: 2.25rem;
  padding: 1.875rem 1.875rem 1.25rem;
}

article.type-page {
  background: #FFFFFF;
  margin-bottom: 2.25rem;
  padding: 1.875rem 1.875rem 1.25rem;
}

.news-type img {
  width: 100%;
  display: block;max-height: 222px;
}

.hideme {
  display: none;
}

.ijssel article.type-post {
  width: 32%;
  float: left;
  margin-right: 2%;
  padding: 0;
  position: relative;
  margin-bottom: 1.25rem;
}

.ijssel article.type-post:nth-child(3n) {
  margin-right: 0;
}

.ijssel article.type-post .entry-title {
  width: 100%;
  padding-bottom: 0;
}

.ijssel article.type-post .entry-title a {
  padding: 0.9375rem 0.625rem 1.875rem;
  font-size: 1.25rem;
  height: 5.25rem;
  display: block;
  background: #FFFFFF;
}

.ijssel article.type-post:hover .entry-title a {
  background: #f7f7f7;
}

.ijssel article.video-art {
  background: none;
}

.ijssel article.video-art .gform_wrapper {
  margin: 0;
}

.ijssel article.video-art .widget {
  margin: 0;
}

.ijssel article.video-art .gform_body {
  float: left;
  width: 79%;
}

.ijssel article.video-art .gform_wrapper .top_label .gfield_label {
  display: none;
}

.ijssel article.video-art .gform_wrapper .gform_footer {
  clear: none;
  padding-top: 0.375rem;
}

.ijssel article.video-art .gform_wrapper .gform_footer input[type="submit"] {
  line-height: 1.9375rem;
}

.ijssel article.video-art .facebook-block .form-side {
  padding: 1.875rem 1.25rem 1.75rem;
}

.more-link {
  float: right;
  color: #ec7a36;
}

.more-link:after {
  content: '';
  display: table;
  clear: both;
}

.cat-links {
  margin-right: 0.625rem;
}

.comments-link {
  margin-right: 0.625rem;
}

.prettyMapList .mapHolder {
  height: 50rem !important;
}

.mm-menu .mm-navbar {
  border: none;
  height: auto;
}

.mm-menu .mm-navbar a img {
  width: 60%;
}

.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 2.5rem;
}

.proj-item {
  padding-right: 1.25rem;
  position: relative;
}

.owl-carousel .owl-item .carousel-hover {
  background: #FFFFFF;
  display: none;
  height: 16.125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 3.5rem 1.125rem 1.875rem;
  text-align: center;
}

.owl-carousel .owl-item .carousel-hover img {
  width: auto;
  margin: 0 auto 1rem;
}

.owl-carousel .owl-item .carousel-hover span {
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
  display: block;
}

.owl-carousel .owl-item .carousel-hover p {
  font-size: 0.75rem;
}

.left-arr, .right-arr {
  width: 1.0625rem;
  height: 1.75rem;
  display: block;
  position: absolute;
  top: 40%;
}

.left-arr {
  background: url("images/left-arrow.png") no-repeat;
  left: -1.875rem;
}

.right-arr {
  background: url("images/right-arrow.png") no-repeat;
  right: -1.875rem;
}

.entry-title {
  padding-bottom: 0.625rem;
  font-weight: normal;
  font-size: 1.625rem;
  color: #231f20;
}

.entry-title a {
  font-weight: normal;
  font-size: 1.5rem;
}

.slogan {
  padding: 2.5rem 0 1.875rem 14%;
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  font-size: 1.0625rem;
  text-transform: uppercase;
  color: #616161;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  transition: all 0.35s;
  font-weight: 700;
  letter-spacing: 2px;
}

.slogan em {
  color: #00757b;
  font-style: normal;
}

.padd {
  padding: 3.5rem 0 2.75rem;
}

.block-header {
  padding: 4rem 0 2.0625rem;
  background: url("images/small-logo.png") no-repeat top center;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.breadcrumbs {
  padding-top: 0.625rem;
  float: right;
}

.breadcrumbs span {
  padding: 0 0.3125rem;
  font-weight: 300;
  font-size: 0.9375rem;
}

.breadcrumbs span:last-of-type {
  color: #00757b;
}

.welkom-block {
  position: relative;
  margin-bottom: 1.375rem;
}

.welkom-block img {
  width: 100%;
  display: block;
}

.welkom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
}

.welkom-content .green-title {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 0.625rem;
  color: #FFFFFF;
}

.right-space {
  margin-right: 1.75rem;
}

.right-sp {
  margin-right: 0.875rem;
}

.small-box {
  margin-bottom: 0.875rem;
}

.green-content {
  background: #008890;
  padding: 1.5625rem 1.875rem 2.25rem;
  font-size: 0.75rem;
}

.green-content p {
  color: #FFFFFF;
  line-height: normal;
}

.green-line {
  line-height: 2.8125rem;
  height: 2.8125rem;
  background: #00757b;
  display: block;
  text-align: right;
}

.green-line a {
  color: #FFFFFF;
  background: url("images/icon-arrow-small.png") no-repeat center left;
  line-height: 1.25rem;
  padding-left: 1.5rem;
  margin-right: 2.5rem;
}

#menu {
  background: #484c4d;
  height: 5.375rem;
}

#menu ul {
  list-style: none;
  float: left;
  margin: 0;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  padding: 0 2.1875rem;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 5.375rem;
  color: #FFFFFF;
  font-weight: bold;
}

#menu ul li a:hover, #menu ul li a:active {
  color: #c3c97c;
}

#menu ul li:first-of-type a {
  padding-left: 0;
}

#menu ul li.current_page_item a, #menu ul li.current-page-ancestor a {
  color: #c3c97c;
}

#menu ul li.current-menu-item a {
  color: #c3c97c;
}

.menu li {
  position: relative;
}

.menu li ul {
  display: none;
}

.menu li:hover ul {
  position: absolute;
  top: 60px;
  left: -0.625rem;
  display: block;
  transition: all 0.35s;
  min-width: 200px !important;
  background: #484c4d !important;
  padding: 0.3125rem 0.9375rem;
  z-index: 50;
}

.menu li:hover ul li {
  float: none !important;
  display: block !important;
}

.menu li:hover ul li a {
  color: #FFFFFF !important;
  line-height: normal !important;
  padding: 0.3125rem !important;
  display: block !important;
  font-weight: normal !important;
}

.menu li:hover ul li a:hover {
  color: #c3c97c !important;
}

.nieuws img {
  display: block;
}

ul.blocks-w {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}

ul.blocks-w li {
  margin-right: 2%;
  position: relative;
  float: left;
  width: 32%;
}

ul.blocks-w li:last-of-type {
  margin-right: 0;
}

ul.blocks-w li .top-content {
/*   position: absolute;
  top: 0; */
	display: block;
  width: 100%;
/*   height: 19.0625rem; */
  background: #FFFFFF;
  padding: 1.25rem;
/*   display: none; */
}

ul.blocks-w li .top-content span {
  font-size: 1.375rem;
  font-weight: bold;
/*   margin-bottom: 1.25rem; */
  display: block;
}

ul.blocks-w li .top-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.white-wrap {
  background: #FFFFFF;
  padding: 0.9375rem 0 1.875rem;
  margin-top: 1.875rem;
}

.white-wrap ul.blocks-w li .top-content {
  background: #f0f1f3;
}

.form-content {
  background: #FFFFFF;
  padding: 0.625rem 1.25rem;
}

.form-content ::-webkit-input-placeholder {
  color: #404040;
}

.form-content :-moz-placeholder {
  /* Firefox 18- */
  color: #404040;
}

.form-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040;
}

.form-content :-ms-input-placeholder {
  color: #404040;
}

.form-content h3 {
  font-size: 1.5rem;
}

.wonen-post {
  float: left;
  background: #FFFFFF;
  margin: 0 1.25rem 1.25rem 0;
  position: relative;
  width: 23.4%;
}

.wonen-post:nth-child(4n) {
  margin-right: 0;
}

.wonen-post img {
  display: block;
}

.wonen-post .wonen-info {
  position: absolute;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 1.25rem 0.75rem 0.75rem;
  display: none;
  height: 14.0625rem;
}

.wonen-post .wonen-info h6 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.wonen-post .wonen-info .entry {
  font-size: 0.8125rem;
}

.wonen-post .wonen-info .entry p {
  font-size: 0.8125rem;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
}

.werken-title {
  margin-top: 1.875rem;
}

.menu-categ {
  background: #FFFFFF;
  padding: 1.875rem 1.25rem;
  margin: 1.875rem 0;
}

.ui-tabs {
  margin: 1.875rem 0;
}

.ui-widget a {
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
}

.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.ui-corner-all {
  border-radius: 0 !important;
}

.ui-widget-header {
  background: #FFFFFF !important;
  background-image: none;
  border: none !important;
  padding: 1.875rem 1.25rem;
}

.ui-tabs-panel {
  padding-top: 0.625rem;
}

.ui-widget-content {
  background: none !important;
  border: none !important;
}

.ui-tabs .ui-tabs-panel {
  padding: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none !important;
  background: none !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
}

.menu-right {
  float: right;
  padding-left: 3.375rem;
  background: url("images/rab.jpg") no-repeat center left;
}

.menu2 {
  background: #00757b;
  line-height: 3.25rem;
}

.menu2 ul {
  list-style: none;
  margin: 0;
}

.menu2 ul li {
  float: left;
}

.menu2 ul li a {
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 0.625rem;
  font-size: 1rem;
  font-weight: 600;
}

.menu2 ul li a:hover {
  color: #c3c97c;
}

.menu2 ul li:first-of-type a {
  padding-left: 0;
}

.menu2 ul li.current_page_item a, .menu2 ul .current-page-ancestor a {
  color: #c3c97c;
}

.blue-bar {
  background: #4f93ce;
  height: 2.75rem;
  line-height: 2.75rem;
  color: #FFFFFF;
}

.tweet-block {
  background: #4f93ce;
  color: #FFFFFF;
  display: block;
}

.tweet-block .tweet-inner {
  padding: 1.625rem 1.0625rem;
  line-height: normal;
  font-size: 0.75rem;
}

.mbottom {
  margin-bottom: 1.375rem;
}

.sbottom {
  margin-bottom: 1.375rem;
}

.footer-line ul {
  margin: 0;
  list-style: none;
}

.footer-line ul li {
  float: left;
}

.footer-line ul li a {
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0.9375rem;
}

.footer-line ul li:first-of-type a {
  padding-left: 0;
}

#menu-footer-block-menu {
  margin: 0;
  list-style: none;
}

#menu-footer-block-menu li {
  display: block;
}

#menu-footer-block-menu li a {
  color: #231f20;
}

#mobile_link {
  display: none;
  text-align: right;
  font-size: 1.25rem;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  color: #262626;
}

#mobile_link .fa {
  color: #d5d8d7;
  width: 2.125rem;
  font-size: 0.875rem;
  padding: 0.625rem 0.5rem;
  border-radius: 3px;
  background: #00757b;
  text-align: center;
  margin-left: 0.9375rem;
}

#mobile_link a {
  display: inline-block;
  padding: 2.25rem 0.625rem;
  transition: all 0.35s;
  background: #e5e5e5;
  border-radius: 3px;
}

#mobilemenu > span {
  color: #000;
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 100;
  cursor: pointer;
  font-size: 1.25rem;
  display: block;
  background: url("images/close-icon.png") no-repeat center;
  height: 1.125rem;
  width: 1.125rem;
}

#menu-main-menu {
  font-weight: 400;
}

.display_none {
  display: none;
}

.screen-reader-text {
  display: none;
}

/*****************CONTENT*********************************/
#mainContainer {
  height: auto !important;
  margin: 0 auto -13.5625rem;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  line-height: 1.375rem;
  font-size: 0.9375rem;
}

#mainContainer p {
  margin-bottom: 0.625rem;
}

#mainContainer .related-links p {
  margin-bottom: 0;
}

#mainContainer .related-links p a {
  background: #484c4d;
  border-bottom: 1px solid #565a5b;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  padding: 0.9375rem 1.125rem 0.625rem;
}

#mainContainer .video-art p {
  margin-bottom: 0;
}

#mainContainer .video-art p iframe {
  width: 100%;
  display: block;
}

#mainContainer .right-images {
  float: right;
  width: 44%;
  padding-left: 6.25rem;
}

#mainContainer .right-images img {
  margin-bottom: 4.125rem;
}

#mainContainer .right-images img:last-of-type {
  margin-bottom: 0.625rem;
}

#mainContainer .header-small {
  box-shadow: 0 -7px 6px -8px #5f5f5f inset;
  overflow: hidden;
}

#mainContainer .header-small .title-top {
  position: absolute;
  text-align: center;
  left: 0;
  top: 10rem;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}

#mainContainer .header-small img {
  display: block;
}

#mainContainer .span-5 p {
  margin-bottom: 0;
}

.map-img {
  padding-bottom: 0.5rem;
}

.share-social {
  float: right;
  margin-top: 1.25rem;
  font-size: 1.25rem;
}

.share-social .ssba {
  float: right;
}

.share-social .social-title {
  padding-top: 0.3125rem;
  display: inline-block;
  padding-right: 0.375rem;
}

.infowindowContent {
  background: #008890;
  max-height: none !important;
}

.infowindowContent p {
  color: #FFFFFF;
  padding: 0.625rem 1.875rem;
}

.infowindowContent p a {
  color: #FFFFFF;
}

.prettyMapList .corePrettyStyle {
  width: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  margin-bottom: 0.3125rem;
  line-height: 2.75rem;
}

.infoWindowContainer .infoWindow h3 {
  line-height: 2.75rem !important;
}

.infoWindowContainer .infoWindow h3 a {
  color: #FFFFFF !important;
  padding-left: 1.25rem;
}

#MaplistBack, .prettyMapList .btn {
  text-align: right;
  padding-right: 1.25rem !important;
}

.FullMapPage .infoWindow .infowindowContent {
  height: auto !important;
}

.infoWindowContainer .infoWindow h3, .prettyMapList .corePrettyStyle {
  background: #00757b !important;
  color: #FFFFFF !important;
  text-shadow: none !important;
}

#reply-title {
  cursor: pointer;
}

#commentform {
  display: none;
}

ul.single-image {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download-block {
  margin-bottom: 1.25rem;
}

.download-block .download-title {
  color: #1caadd;
  font-weight: 600;
  font-size: 1rem;
  line-height: 3.125rem;
  display: block;
  background: #FFFFFF;
  padding-left: 2.125rem;
}

.download-block .download-link {
  background: #d4ebf2 url("images/download-arrow.png") no-repeat right 9px bottom 9px;
  display: block;
  padding: 0.625rem 2.125rem 0.3125rem;
}

.download-block .download-link img {
  float: left;
  margin-right: 1.5625rem;
}

.download-block span {
  display: block;
}

.download-block .wp-caption-text {
  font-style: italic;
  text-align: left;
  font-size: 0.8125rem;
}

.download-block a:hover {
  background: #b1deee url("images/download-arrow.png") no-repeat right 9px bottom 9px;
}

.entry-meta {
  font-size: 0.8125rem;
  color: #686868;
}

.center_div {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.75s;
  position: relative;
  box-sizing: border-box;
}

.center_div:after {
  content: " ";
  display: block;
  clear: both;
}

.center_div .title-block {
  font-size: 1.5rem;
  color: #000000;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2rem;
}

.center_div h1 {
  margin-bottom: 0;
  line-height: normal;
}

.center_div .page-title {
  font-size: 1.5rem;
  color: #000000;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2rem;
  padding-bottom: 0;
  font-size: 1.375rem;
}

.site-main {
  padding: 2.5rem 0;
  display: block;
}

.image-block img:hover, .right-images img:hover {
  opacity: 0.8;
  transition: all 1s ease-in-out;
}

.anmelden {
  background: #ec7a36 url("images/big-arrow.png") no-repeat center left 10px;
  line-height: 4rem;
  color: #FFFFFF;
  display: block;
  padding-left: 3.125rem;
  font-size: 1.25rem;
  margin: 0.75rem 0;
}

.anmelden:hover {
  background: #cb5c19 url("images/big-arrow.png") no-repeat center left 10px;
}

#content p:last-of-type {
  padding-bottom: 0;
}

#content strong {
  color: #000000;
  font-weight: normal;
}

#content .page-content {
  padding: 1.875rem 0 0;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
}

#content .page-content h4 {
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #000000;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}

#content .page-content h5 {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #00757b;
  font-weight: normal;
}

#content .page-content p {
  font-size: 0.8125rem;
}

#content .bottom-text {
  color: #000000;
  text-align: center;
}

#content .bottom-text .text {
  margin: 0 auto;
}

.entry-content img {
  transition: all 0.5s ease;
}

.entry-content img:hover {
  transform: scale(1.1);
}

.entry-content {
  overflow: hidden;
}

.wonen-post {
  overflow: hidden;
  position: relative;
}

.wonen-post .wonen-info {
  display: block;
  top: auto;
  bottom: -150px;
  transition: all 0.5s ease;
}

.wonen-post .wonen-info h6 {
  font-size: 1.125rem;
  margin-bottom: 33px;
}

.wonen-post:hover .wonen-info {
  top: 0;
  bottom: auto;
}

.wonen-info a h6 {
  color: #222;
  font-weight: 400;
}

/********************GRAVITY FORMS STYLES******************/
.widget-title {
  display: none;
}

.gform_wrapper h3.gform_title {
  font-size: 1.5rem;
  color: #000000;
}

#content .gform_wrapper .button {
  color: #FFFFFF;
  font-size: 0.75rem;
  border: none;
}

.gform_wrapper {
  margin: 0;
}

#content .gform_wrapper .gform_footer {
  padding-bottom: 0;
}

.gform_wrapper .top_label .gfield_label {
  font-size: 0.9375rem;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-weight: normal !important;
  color: #616161;
  margin-bottom: 0;
  display: none !important;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .top_label input[type="text"], .gform_wrapper .top_label input[type="tel"], .gform_wrapper .top_label input[type="number"], .gform_wrapper .top_label input[type="email"] {
  width: 100% !important;
  box-sizing: border-box;
  height: 36px;
  padding: 10px;
  border: none;
  border-radius: 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 1.5rem;
}

.gform_wrapper .top_label textarea {
  box-sizing: border-box;
  width: 100% !important;
  padding: 10px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  resize: both;
}

#content .gform_wrapper .button {
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
}

/*************grabity forms reset styles***********/
.gform_wrapper {
  max-width: 100% !important;
}

.gform_wrapper ul {
  margin: 0 !important;
  list-style: none;
}

.gform_wrapper li {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

.gform_wrapper .top_label .gfield_error input {
  border-color: red !important;
}

.span-2 .gform_wrapper {
  margin: 0;
}

.span-2 .widget {
  margin: 0;
}

.span-2 .gform_body {
  float: left;
  width: 79%;
}

.span-2 .gform_wrapper .top_label .gfield_label {
  display: none;
}

.span-2 .gform_wrapper .gform_footer {
  clear: none;
  padding-top: 0.375rem;
}

.span-2 .gform_wrapper .gform_footer input[type="submit"] {
  line-height: 1.9375rem;
}

/**********end gravity forms reset styles**********/
/*********************END GRAVITY FORMS STYLES*************/
.slides img {
  width: auto;
}

.fotorama__img {
  left: auto !important;
}

.fotorama__stage__frame .fotorama__img {
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
}

.fotorama__stage {
  height: 15rem !important;
}

.fotorama__nav-wrap {
  background: #FFFFFF;
  padding: 0.3125rem;
}

div#spacing {
  height: 13.5625rem;
}

.side-block {
  background: #8357a4;
  color: #FFFFFF;
  margin-bottom: 1.0625rem;
}

.side-block .brief {
  background: #6f3494 url("images/icon-arrow-small.png") no-repeat center left 16px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.8125rem;
  padding-left: 2.5rem;
}

.side-block .form-side {
  padding: 0.625rem 1.25rem 1.875rem;
}

.side-block .form-side .gform_wrapper .top_label input.medium, .side-block .form-side .gform_wrapper .top_label select.medium {
  border: 0;
}

.side-block .form-side .medium {
  background: #6f3494;
  color: #FFFFFF;
}

.related-links {
  margin-bottom: 1.0625rem;
}

.wblock {
  position: relative;
}

.wblock .white-block {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  display: none;
  padding: 0.9375rem 0.9375rem 0.3125rem;
  line-height: normal;
  font-size: 0.6875rem;
  width: 100%;
  z-index: 10;
}

.wblock .mehr {
  font-size: 1.125rem;
  color: #484c4d;
}

.wblock .mehr .fbold {
  font-weight: bold;
}

.wblock .resp {
  padding: 0.75rem 0.625rem;
}

.wblock .dark-bg {
  background: #484c4d;
  color: #FFFFFF;
  font-size: 0.9375rem;
}

.wblock .dark-bg .title-small {
  font-weight: bold;
  display: block;
}

.wblock a img {
  display: block;
}

.link-org {
  line-height: 2rem;
}

.link-org span {
  background: #ec7a36 url("images/icon-arrow-small.png") no-repeat center;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.375rem;
}

.facebook-block {
  background: #008890;
  color: #FFFFFF;
  margin-bottom: 1.375rem;
}

.facebook-block .brief {
  background: #00757b url("images/icon-arrow-small.png") no-repeat center left 16px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.8125rem;
  padding-left: 2.5rem;
}

.facebook-block .form-side {
  padding: 2rem 1.25rem 2.25rem;
}

.facebook-block .form-side .button {
  width: 60%;
  line-height: 2.125rem;
  margin: 0 auto;
  display: block;
}

.facebook-block .form-side a {
  color: #FFFFFF;
  display: block;
}

.white-bg {
  background: #FFFFFF;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

/*****************FOOTER*********************************/
#footer {
  min-height: 13.5625rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #bdc0c6;
  color: #231f20;
  padding: 3.5rem 0 0;
  font-size: 0.8125rem;
}

#footer .bottom-space {
  padding-bottom: 3.75rem;
}

#footer p {
  padding: 0;
}

#footer a {
  color: #fff;
}

#footer .footer-line {
  padding: 1.75rem 0;
  background: #00757b;
}

#footer .footer-line a {
  color: #FFFFFF;
}

#footer .footer-block-title {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: "ubuntu";
  font-weight: 400;
  font-style: normal;
  padding-bottom: 1.25rem;
  font-weight: bold;
}

#footer .footer-block-content {
  font-size: 0.8125rem;
  color: #231f20;
  line-height: 1.5625rem;
}

#footer .footer-block-content p {
  margin-bottom: 1.5625rem;
}

#footer .footer-block-content a {
  color: #231f20;
}

#footer .footer-block-content ul {
  list-style: none;
  margin-left: 0;
}

#footer .footer-block-content ul li {
  background: url("images/list-item.png") no-repeat top 7px left;
  padding-left: 2.1875rem;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 1.875rem 0;
}

.nav-previous a {
  background: url("images/icon-arrow-small-black-prev.png") no-repeat center left;
  padding-left: 1.5rem;
}

.nav-next {
  text-align: right;
}

.nav-next a {
  background: url("images/icon-arrow-small-black.png") no-repeat center right;
  padding-right: 1.5rem;
}

/**********************PAGINATION STYLES*******************/
.paging-navigation {
  border-top: 0.3125rem solid #000;
  margin: 3rem 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.paging-navigation .loop-pagination {
  margin-top: -0.3125rem;
  text-align: center;
}

.paging-navigation .page-numbers {
  border-top: 0.3125rem solid transparent;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 900;
  margin-right: 0.0625rem;
  padding: 0.4375rem 1rem;
  text-transform: uppercase;
}

.paging-navigation .page-numbers.current {
  border-top: 0.3125rem solid #ec7a36;
}

#main .content .paging-navigation a {
  color: #2B2B2B;
}

.paging-navigation a:hover {
  border-top: 0.3125rem solid #ec7a36;
  color: #2B2B2B;
}

.single .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}

/*Igor & Segiu*/
.imageList .glfancybox {
  height: inherit !important;
}

.hahaha {
  margin-right: 10px;
}

.hoveringZoom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 136, 144, 0.5);
}

.hoveringZoom i {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  color: #fff;
  font-size: 20px;
}

.hoveringZoom:hover {
  opacity: 1;
}

/********************RESPONSIVE***********************************/
@media all and (max-width: 64rem) {
  /**********************GRID STYLES************************/
  .last {
    float: none;
  }
  .mob-last {
    float: right;
    margin-right: 0;
  }
  /****************************HTML-BODY STYLES*****************/
  #header {
    width: 100%;
    background: #FFFFFF;
  }
  #menu {
    display: none;
  }
  #mobile_link {
    display: block;
  }
  #mobile_link a {
    padding: 0 0 0 15px;
    font-size: 0.6875rem;
    margin-top: 20px;
    text-transform: uppercase;
  }
  .center_div {
    padding: 1.25rem;
  }
  .blue-bar .center_div {
    padding: 0 1.25rem;
  }
  #content p {
    padding-bottom: 1.5625rem;
  }
  .span-4 {
    padding-top: 2.125rem;
    float: left;
  }
  #site_logo {
    width: 34%;
  }
  #site_logo span {
    width: 60%;
    font-size: 0.75rem;
  }
  .right-top {
    width: 66%;
  }
  .right-top .like-ons {
    margin-top: 1.25rem;
  }
  .center_div.padd {
    padding: 3.75rem 20px;
  }
  .right-top .like-ons {
    float: left;
  }
  .right-sp {
    margin-right: 0.75rem;
  }
  #sb-search > form {
    display: none;
  }
  .span-2 .gform_body {
    width: 73%;
  }
  ul.bottom-b li {
    width: 45%;
    margin-bottom: 30px;
  }
  .span-8.la::before {
    clear: both;
    content: "";
    display: block;
  }
  .span-8.la {
    float: none;
    width: 80%;
    margin-top: 30px;
  }
  .span-5 {
    width: 47%;
  }
  .wblock .white-block {
    display: block;
  }
  ul.blocks-w li .top-content {
    display: block;
    height: auto;
  }
  .wonen-post {
    width: 22.8%;
  }
  .wonen-post img {
    width: 100%;
  }
  .wonen-post .wonen-info {
    display: block;
    height: 50%;
    overflow: hidden;
  }
  .inner-space {
    padding: 1.875rem 0;
  }
  ul.owl-carousel .slide {
    overflow: hidden;
    position: relative;
  }
  ul.owl-carousel .slide .slide-cont {
    top: 50%;
    height: auto;
    padding: 1.875rem;
  }
  ul.owl-carousel .slide .slide-cont p {
    font-size: 1.25rem;
    padding-bottom: 2.125rem;
  }
  ul.owl-carousel .slide .slide-cont p.button {
    padding-bottom: 0;
    font-size: 0.75rem;
  }
  ul.owl-carousel .slide .slide-cont .small-title {
    font-size: 1.375rem;
  }
  ul.owl-carousel .slide .slide-cont .big-title {
    font-size: 2.5rem;
    padding: 0.625rem 0 1.4375rem;
  }
  ul.owl-carousel .owl-item img {
    width: auto !important;
  }
  ul.owl-carousel .owl-dots {
    bottom: 2.125rem;
  }
  #footer .footer-company, #footer .footer-copy {
    padding: 0;
    width: 100% !important;
    float: none !important;
    text-align: center;
  }
  #mainContainer .right-images {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  #mainContainer .right-images img {
    margin-bottom: 1.25rem;
  }
  #mainContainer .header-small {
    height: 17.9375rem;
    box-shadow: 0 -7px 6px -8px #5f5f5f inset;
  }
  #mainContainer .header-small .title-top {
    top: 10rem;
  }
  #mainContainer .header-small img {
    height: 17.8125rem;
    left: 70%;
    margin-left: -960px;
    max-width: initial;
    position: relative;
    width: auto !important;
  }
  #mainContainer #top_slider {
    height: 8.5rem;
  }
  #content .page-content {
    padding: 1.25rem;
  }
}

@media all and (max-width: 43.125rem) {
  /****************BUTTONS STYLES*****************/
  .button {
    width: 100%;
    margin-right: 0;
    display: block;
    text-align: center;
  }
  /**********************GRID STYLES************************/
  .col-4 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 1.25rem;
  }
  .span-8 {
    width: 100%;
    float: none;
  }
  .mob-8 {
    width: 100%;
    float: none;
  }
  .mob-4 {
    width: 100%;
  }
  #site_logo {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  #site_logo a img {
    display: inline-block;
    width: 60%;
  }
  .span-5 {
    width: 46%;
  }
  .mm-menu .mm-navbar a img {
    width: 90%;
  }
  #header {
    width: 100%;
    margin-left: 0;
    background: #FFFFFF;
    left: 0;
  }
  #header .box-nav {
    height: auto;
  }
  .right-top {
    width: 100%;
  }
  .right-top .like-ons {
    display: none;
  }
  article.page {
    width: 100%;
    float: none;
  }
  #secondary {
    display: block;
  }
  .menu2 {
    display: none;
  }
  .wonen-post {
    width: 49%;
    margin-right: 2%;
  }
  .wonen-post:nth-child(2n) {
    margin-right: 0;
  }
  .wonen-post .wonen-info {
    height: 60%;
    overflow: hidden;
  }
  /*************************HTML-BODY STYLES****************/
  .ijssel article.type-post {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .ijssel article.type-post:nth-child(2n) {
    margin-right: 0;
  }
  .ijssel article.type-post:nth-child(3n) {
    margin-right: 2%;
  }
  ul.blocks-w li {
    width: 48%;
  }
  ul.blocks-w li:nth-child(2n) {
    margin-right: 0;
  }
  #content .bottom-block, #content .kantoren {
    height: auto;
    padding: 3.375rem 0 3.125rem;
  }
  #content p {
    padding-bottom: 1.5625rem;
  }
  .span-4 {
    padding-top: 2.125rem;
    float: left;
  }
  .green-block .center_div .link {
    width: auto;
  }
  .green-block .center_div .title-block {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
  .green-block .center_div .title-block pre {
    padding-bottom: 1.25rem;
  }
  #footer .bottom-space .span-4 {
    width: 100%;
    float: none;
  }
  ul.owl-carousel .slide {
    overflow: hidden;
    position: relative;
  }
  ul.owl-carousel .slide .slide-cont {
    top: 3.125rem;
    height: auto;
    padding: 0 1.25rem;
  }
  ul.owl-carousel .slide .slide-cont p {
    font-size: 0.9375rem;
    padding-bottom: 1.25rem;
  }
  ul.owl-carousel .slide .slide-cont p.button {
    padding-bottom: 0;
    font-size: 0.625rem;
  }
  ul.owl-carousel .slide .slide-cont .small-title {
    font-size: 0.9375rem;
  }
  ul.owl-carousel .slide .slide-cont .big-title {
    font-size: 1.75rem !important;
    padding: 0.625rem 0 1.4375rem;
  }
  ul.owl-carousel .owl-item img {
    position: relative;
    width: auto !important;
  }
  ul.owl-carousel .owl-dots {
    bottom: 1.25rem;
  }
  #footer .footer-company, #footer .footer-copy {
    padding: 0;
    width: 100%;
    float: none;
  }
  #footer .footer-copy {
    width: 50%;
    padding-top: 1.25rem;
  }
  .footer-line ul li {
    float: none;
  }
  #mainContainer .right-images {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  #mainContainer .right-images img {
    margin-bottom: 1.25rem;
  }
  #mainContainer .header-small {
    height: 17.9375rem;
    margin-top: 9.0625rem;
    box-shadow: 0 -7px 6px -8px #5f5f5f inset;
    overflow: hidden;
  }
  #mainContainer .header-small .title-top {
    top: 7.5rem;
    word-wrap: break-word;
    font-size: 1.25rem;
  }
  #mainContainer .header-small img {
    height: 17.8125rem;
    left: 70%;
    margin-left: -960px;
    max-width: initial;
    position: relative;
    width: auto !important;
  }
  #content .page-content {
    padding: 1.25rem;
  }
}

@media all and (min-width: 1330px) and (max-width: 1670px) {
  .ons-block .span-8:first-of-type {
    overflow: hidden;
  }
  .ons-block .span-8:first-of-type img {
    float: left;
    max-width: none;
    width: auto;
  }
}

@media all and (min-width: 1024px) and (max-width: 1330px) {
  .wonen-post {
    width: 23%;
  }
  .center_div.padd {
    padding-top: 30px;
  }
  ul.bottom-b {
    text-align: center;
    padding-bottom: 30px;
  }
  ul.bottom-b li {
    padding: 2.125rem 16px 21px;
    margin-right: 1%;
  }
  ul.owl-carousel .slide {
    overflow: hidden;
    position: relative;
  }
  ul.owl-carousel .slide .slide-cont {
    height: auto;
    width: 100%;
    top: 50%;
    padding: 1.25rem;
  }
  ul.owl-carousel .slide .slide-cont p {
    font-size: 1.25rem;
    padding-bottom: 2.125rem;
  }
  ul.owl-carousel .slide .slide-cont p.button {
    padding-bottom: 0;
    font-size: 0.75rem;
  }
  ul.owl-carousel .slide .slide-cont .small-title {
    font-size: 1.375rem;
  }
  ul.owl-carousel .slide .slide-cont .big-title {
    font-size: 2.5rem;
    padding: 0.625rem 0 1.4375rem;
  }
  ul.owl-carousel .owl-item img {
    position: relative;
    width: auto !important;
  }
  ul.owl-carousel .owl-dots {
    bottom: 2.125rem;
  }
  #content .bottom-block, #content .kantoren {
    height: auto;
    padding: 3.375rem 0 3.125rem;
  }
  #content p {
    padding-bottom: 1.5625rem;
  }
  #content .page-content {
    padding: 1.25rem;
  }
}

@media all and (min-width: 580px) and (max-width: 1024px) {
  #mainContainer .right-images {
    width: 100%;
    float: left;
  }
  #mainContainer .right-images img {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #mainContainer .right-images img:last-of-type {
    margin-right: 0;
  }
}

@media all and (min-width: 300px) and (max-width: 570px) {
  .span-1 {
    width: 100%;
    float: none;
  }
  .span-2 {
    width: 50%;
    padding-left: 0;
  }
}

@media all and (min-width: 300px) and (max-width: 400px) {
  .span-2 {
    width: 100%;
  }
  .span-5 {
    width: 100%;
    float: none;
  }
  .wblock a img {
    width: 100%;
  }
  #secondary {
    display: block;
  }
  .wonen-post {
    width: 100%;
  }
  .wonen-post img {
    width: 100%;
  }
  .ijssel article.type-post {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  ul.blocks-w li {
    width: 100%;
  }
  ul.blocks-w li img {
    width: 100%;
  }
  .welkom-block img {
    height: 25rem;
  }
}

@media all and (min-width: 680px) and (max-width: 743px) {
  .span-5 {
    width: 46%;
  }
}

/*--------------------------------------------------------------
3.0 Changes
--------------------------------------------------------------*/


.category.category-63 article.type-post.video-art {
	display: none;
}