﻿/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*#region Reset & Basics*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input,
select,
option,
optgroup,
textarea {
  font-family: 'Roboto', 'Trebuchet MS', Georgia, 'Times New Roman', Times, sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px;
  margin: 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #002f5c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*#endregion Reset & Basics*/
/*#region Self Clearing Goodness */
.full-container:after,
.container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear_div {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*#endregion Self Clearing Goodness */
html,
body {
  height: 100%;
}
body {
  display: table;
  width: 100%;
}
.page-row {
  display: table-row;
  /*height: 1px;*/
}
.page-row-expanded {
  height: 100%;
}
body {
  font-family: 'Roboto', 'Trebuchet MS', Georgia, 'Times New Roman', Times, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  font-weight: 400;
  background: url("../Images/pattern.png") #ffffff repeat;
}
.browser-warning {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #cd0000;
  background-color: #ff0000;
  color: #ffffff;
  text-align: center;
}
.browser-warning .close-warning {
  font-weight: 500;
}
.browser-warning a {
  color: #ffffff;
}
.browser-warning a:hover {
  color: #ffffff;
}
.renderbody .container:first-child {
  padding-top: 100px;
}
h1 {
  font-weight: 500;
  color: #002f5c;
  font-size: 28px;
  line-height: 26px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
h1:not(.no-line):before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background: #002f5c;
  height: 5px;
  width: 40px;
}
h2 {
  font-weight: 400;
  color: #002f5c;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
header#fix {
  background-color: #002f5c;
  padding-top: 15px;
  background-repeat: repeat-y;
  background-position: right top;
  position: relative;
  height: auto;
  display: block;
}
header#fix .container {
  height: 75px;
}
header#fix.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header#fix.show-space {
  border-top-color: #002f5c;
  border-top-style: solid;
  border-top-width: 110px;
}
header#fix img {
  margin-bottom: 10px;
  margin-top: 5px;
  height: 50px;
}
header#fix nav {
  float: right;
  font-size: 13px;
  display: inline-block;
}
header#fix nav li {
  float: left;
  /*margin-left: 2px;*/
}
header#fix nav#nav-top {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
header#fix nav#nav-top li {
  float: right;
}
header#fix nav#nav-top a {
  color: #ffffff;
}
header#fix nav#nav-top a:hover {
  text-decoration: none;
  color: #ffe500;
}
header#fix nav#nav li:first-child a {
  margin-left: 0;
}
header#fix nav#nav a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 8px;
  margin-left: 17px;
  line-height: 15px;
  border-left: 5px solid transparent;
  display: inline-block;
  font-size: 16px;
}
header#fix nav#nav a:hover,
header#fix nav#nav a.active {
  color: #ffe500;
  border-left: 5px solid #ffe500;
}
header#fix nav#nav a.small {
  display: none;
}
header#fix nav#nav-offer {
  position: absolute;
  bottom: -40px;
  left: 0px;
  background-color: #ffe500;
  padding: 9px 5px 9px;
}
header#fix nav#nav-offer a {
  color: #002f5c;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding: 0 20px 0 5px;
  margin-left: 15px;
  border-left: 5px solid transparent;
}
header#fix nav#nav-offer a:hover,
header#fix nav#nav-offer a.active {
  border-left-color: #002f5c;
}
header#fix nav#nav-offer a.small {
  display: none;
}
header#fix nav#nav-offer li:first-child a {
  border-right: 1px solid #002f5c;
}
footer {
  background-color: rgba(34, 34, 34, 0.2);
  color: #222222;
}
footer .container {
  padding-top: 30px;
}
footer a {
  color: #222222;
}
footer h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
footer #nav-left {
  float: left;
  margin-right: 25px;
}
footer .two a {
  font-size: 20px;
  text-decoration: none;
}
footer .biv-icons {
  float: left;
  font-size: 40px;
  margin-right: 15px;
}
footer .biv-icons a {
  display: inline-block;
  margin-bottom: 15px;
}
footer .biv-icons a:hover {
  text-decoration: none;
}
footer .biv-icons + p {
  display: inline-block;
  float: left;
  width: 75%;
}
footer .extra-icon {
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
footer .extra-icon:before {
  position: absolute;
  left: 0;
}
footer .subfooter {
  border-top: 1px solid #888;
  color: #888;
  padding-bottom: 30px;
  padding: 15px 0;
  margin-top: 15px;
}
footer .subfooter a {
  color: #888;
}
footer .subfooter a .icon-skarabee_zwart {
  font-size: 18px;
}
.bol {
  background: #222222;
  color: #fff;
  width: 30px;
  height: 27px;
  padding-top: 3px;
  margin-right: 5px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all background 0.3s;
  -moz-transition: all background 0.3s;
  -o-transition: all background 0.3s;
  transition: all background 0.3s;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.bol:hover {
  background: #002f5c;
  -webkit-transition: all background 0.3s;
  -moz-transition: all background 0.3s;
  -o-transition: all background 0.3s;
  transition: all background 0.3s;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
section ul {
  margin-left: 10px;
}
section ul li {
  list-style-type: square;
  margin-left: 15px;
}
section.container.addpadding {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.gray {
  background-color: rgba(34, 34, 34, 0.1);
}
section.gray.addpadding {
  padding: 25px 0px;
}
a.knop,
input[type=submit],
button.knop {
  display: inline-block;
  background-color: #002f5c;
  color: #ffffff;
  font-family: 'Roboto', 'Trebuchet MS', Georgia, 'Times New Roman', Times, sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 35px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px #777;
  -moz-box-shadow: 0 0 15px #777;
  box-shadow: 0 0 15px #777;
  -webkit-transition: all background 0.3s;
  -moz-transition: all background 0.3s;
  -o-transition: all background 0.3s;
  transition: all background 0.3s;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
a.knop:hover,
input[type=submit]:hover,
button.knop:hover {
  background-color: #001529;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all background 0.3s;
  -moz-transition: all background 0.3s;
  -o-transition: all background 0.3s;
  transition: all background 0.3s;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
a.knop.yellow,
input[type=submit].yellow,
button.knop.yellow {
  background: #ffe500;
  color: #002f5c;
}
a.knop.yellow:hover,
input[type=submit].yellow:hover,
button.knop.yellow:hover {
  background: #ccb700;
  color: #fff;
}
.bg-blue {
  background-color: #002f5c;
  color: #fff;
}
.bg-blue a,
.bg-blue h1,
.bg-blue h2 {
  color: #fff;
}
.bg-blue .extra-icon {
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
.bg-blue .extra-icon:before {
  position: absolute;
  left: 0;
}
.blokjes {
  background-image: url(.../Images/bg-blokjes.png);
  background-position: right center;
  background-repeat: repeat-y;
}
p {
  margin-bottom: 15px;
}
#map {
  width: 100%;
  height: 350px;
  -webkit-box-shadow: 0 0 15px #777;
  -moz-box-shadow: 0 0 15px #777;
  box-shadow: 0 0 15px #777;
}
form input[type=text],
form input[type=tel],
form textarea,
form input[type=email] {
  border: 1px solid #d3d3d3;
  width: 100%;
  margin: 3px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}
form textarea {
  height: 54px;
  resize: vertical;
}
form label {
  font-weight: normal;
}
form input[type=submit] {
  font-size: 14px;
}
form .field-validation-error {
  font-size: 11px;
  font-style: italic;
  color: #cd0000;
  margin-bottom: 5px;
  float: right;
}
form .align-left .field-validation-error {
  float: left;
}
form .field-validation-valid {
  font-size: 11px;
  font-weight: normal;
  display: none;
}
form label {
  line-height: 25px;
  font-weight: 500;
}
form .links,
form .rechts {
  float: left;
  width: 49%;
}
form .rechts {
  float: right;
}
form .checkboxen {
  padding: 20px 0px 10px;
}
form .checkboxen label {
  margin-right: 10px;
}
form .textbox {
  width: 49%;
  float: left;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}
form .textbox.rechts {
  float: right;
}
form .textbox .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #002f5c;
  color: rgba(0, 47, 92, 0.3);
}
form .textbox .housenumber,
form .textbox .links,
form .textbox .rechts {
  width: 30%;
  position: relative;
  float: left;
}
form .textbox .housenumber,
form .textbox .links {
  margin-right: 5%;
}
form .gegevens .textbox:nth-child(2n+1) {
  float: right;
}
form .wrap_captcha {
  display: block;
}
.float-right {
  float: right;
}
.addshadow {
  -webkit-box-shadow: 0 0 15px #777;
  -moz-box-shadow: 0 0 15px #777;
  box-shadow: 0 0 15px #777;
}
/* #Page Styles
================================================== */
/*#region HOME*/
.container .columns.put-me-left {
  float: left;
}
.container .columns.put-me-right {
  float: right;
}
.full-bg {
  background-size: cover;
  background-position: center center;
  height: 75vh;
}
.renderbody .pidks {
  background: url(.../Images/bg-blokjes.png) top right no-repeat, linear-gradient(to bottom, #002f5c 0%, #002f5c 70%, transparent 70%, transparent 100%);
  color: #fff;
  margin: 75px 0;
  position: relative;
}
.renderbody .pidks .container {
  padding: 20px 0;
}
.renderbody .pidks .container h1,
.renderbody .pidks .container h2 {
  color: #fff;
}
.renderbody .pidks .container .knop {
  margin: 10px 0 ;
}
.renderbody .pidks .container .pub-wrapper {
  margin-bottom: 20px;
}
.renderbody .pidks .container img {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 15px #777;
  -moz-box-shadow: 0 0 15px #777;
  box-shadow: 0 0 15px #777;
}
.renderbody .pidks .owl-prev,
.renderbody .pidks .owl-next {
  position: absolute;
  top: 30%;
  cursor: pointer;
}
.renderbody .pidks .owl-prev {
  left: 20px;
}
.renderbody .pidks .owl-next {
  right: 20px;
}
#spotlight_wrap .camera_next,
#images_wrap .camera_next,
#spotlight_wrap .camera_prev,
#images_wrap .camera_prev {
  background-color: #ffe500;
  color: #002f5c;
  padding: 5px 2px;
}
#spotlight_wrap .camera_next > span,
#images_wrap .camera_next > span,
#spotlight_wrap .camera_prev > span,
#images_wrap .camera_prev > span {
  background: none;
  font-size: 35px;
}
#spotlight_wrap .camera_caption,
#images_wrap .camera_caption {
  bottom: 20px;
}
#spotlight_wrap .camera_caption:hover,
#images_wrap .camera_caption:hover {
  text-decoration: none;
}
#spotlight_wrap .camera_caption > div,
#images_wrap .camera_caption > div {
  background: none;
  padding: 10px 10px;
}
#spotlight_wrap .camera_caption.infowindow,
#images_wrap .camera_caption.infowindow {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 10px solid #ffe500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#spotlight_wrap .camera_caption.infowindow h1,
#images_wrap .camera_caption.infowindow h1 {
  /*border:none;*/
  padding: 0;
  font-size: 18px;
  line-height: 25px;
  /*font-weight:500;*/
  margin-bottom: 5px;
}
#spotlight_wrap .camera_caption.infowindow h1:before,
#images_wrap .camera_caption.infowindow h1:before {
  width: 0px;
  margin: 0px;
}
#spotlight_wrap .camera_caption.infowindow h2,
#images_wrap .camera_caption.infowindow h2 {
  text-transform: none;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 500;
}
#spotlight_wrap .camera_caption.infowindow h2.spot_price,
#images_wrap .camera_caption.infowindow h2.spot_price {
  float: right;
}
/*#endregion HOME*/
/*#region OVERZICHT*/
.sorteer {
  font-weight: 500;
  margin: 20px auto;
}
.sorteer a {
  color: #002f5c;
}
.sorteer a span {
  font-size: 10px;
}
.pubs figure.column,
.ctas figure.column {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 15px #777;
  -moz-box-shadow: 0 0 15px #777;
  box-shadow: 0 0 15px #777;
}
.pubs figure.column .figcaption-wrapper,
.ctas figure.column .figcaption-wrapper {
  margin: 30px 20px;
  position: relative;
  display: block;
}
.pubs figure.column .figcaption-wrapper.bottom,
.ctas figure.column .figcaption-wrapper.bottom {
  bottom: 0;
  position: absolute;
  font-size: 11px;
}
.pubs figure.column .figcaption-wrapper.bottom span,
.ctas figure.column .figcaption-wrapper.bottom span {
  font-size: 18px;
  margin-left: 8px;
}
.pubs figure.column .figcaption-wrapper.bottom span:first-child,
.ctas figure.column .figcaption-wrapper.bottom span:first-child {
  margin-left: 0;
}
.pubs figure.column img,
.ctas figure.column img {
  width: 100%;
  display: block;
}
.pubs figure.column a,
.ctas figure.column a {
  color: #002f5c;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.pubs figure.column em,
.ctas figure.column em {
  font-size: 14px;
}
.pubs figure.column figcaption,
.ctas figure.column figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 47, 92, 0.75);
  color: #fff;
  opacity: 0;
  -webkit-transition: all opacity 1s;
  -moz-transition: all opacity 1s;
  -o-transition: all opacity 1s;
  transition: all opacity 1s;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
.pubs figure.column figcaption h2,
.ctas figure.column figcaption h2 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  text-decoration: underline;
}
.pubs figure.column .label,
.ctas figure.column .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 47, 92, 0.75);
  color: #fff;
  -webkit-transition: all top 0.3s;
  -moz-transition: all top 0.3s;
  -o-transition: all top 0.3s;
  transition: all top 0.3s;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
}
.pubs figure.column .label.new,
.ctas figure.column .label.new,
.pubs figure.column .label.open,
.ctas figure.column .label.open,
.pubs figure.column .label.new-price,
.ctas figure.column .label.new-price,
.pubs figure.column .label.top,
.ctas figure.column .label.top {
  background-color: rgba(255, 229, 0, 0.75);
  color: #002f5c;
}
.pubs figure.column .label.sold,
.ctas figure.column .label.sold,
.pubs figure.column .label.optie,
.ctas figure.column .label.optie {
  background-color: rgba(205, 0, 0, 0.75);
  color: #fff;
}
.pubs figure.column .info,
.ctas figure.column .info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 47, 92, 0.75);
  color: #fff;
  -webkit-transition: all bottom 0.3s;
  -moz-transition: all bottom 0.3s;
  -o-transition: all bottom 0.3s;
  transition: all bottom 0.3s;
  transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
}
.pubs figure.column:hover figcaption,
.ctas figure.column:hover figcaption {
  opacity: 1;
  -webkit-transition: all opacity 1s;
  -moz-transition: all opacity 1s;
  -o-transition: all opacity 1s;
  transition: all opacity 1s;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
.pubs figure.column:hover .label,
.ctas figure.column:hover .label {
  top: -42px;
  -webkit-transition: all top 0.3s;
  -moz-transition: all top 0.3s;
  -o-transition: all top 0.3s;
  transition: all top 0.3s;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
}
.pubs figure.column:hover .info,
.ctas figure.column:hover .info {
  bottom: -42px;
  -webkit-transition: all bottom 0.3s;
  -moz-transition: all bottom 0.3s;
  -o-transition: all bottom 0.3s;
  transition: all bottom 0.3s;
  transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
}
.block-subscribe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
}
.block-subscribe h1 {
  font-size: 24px;
}
.pager_div {
  margin: 30px 0 50px;
}
.pager_div .paging {
  text-align: center;
  padding: 10px 0;
  background: #fff;
  background: linear-gradient(to right, transparent 0%, #fff 25%, #fff 50%, #fff 75%, transparent 100%);
}
.pager_div .paging-box {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
}
.pager_div .paging-box span,
.pager_div .paging-box a {
  padding-top: 5px;
  display: inline-block;
}
.pager_div .paging-box a {
  color: #222222;
  text-decoration: none;
}
.pager_div .paging-box.paging-disabled {
  display: none;
}
.pager_div .paging-box > a,
.pager_div .paging-box.active,
.pager_div .paging-box > .paging-more {
  display: inline-block;
}
.pager_div .paging-box.active {
  background-color: #002f5c;
  font-weight: 500;
  color: #fff;
}
.pager_div .paging-box.paging-next,
.pager_div .paging-box.paging-previous {
  font-weight: 500;
  color: #002f5c;
  width: auto;
}
.pager_div .paging-box.paging-next {
  padding-left: 50px;
}
.pager_div .paging-box.paging-previous {
  padding-right: 50px;
}
/*#endregion OVERZICHT*/
/*#region DETAIL*/
.publication_detail h2.isSoldOrRented {
  color: #CB2027;
  font-weight: 500;
}
.publication_detail .heading {
  padding: 20px 0px;
}
.publication_detail .heading h1 {
  margin-top: 5px;
}
.publication_detail .heading .six {
  text-align: right;
}
.publication_detail .heading .six a {
  text-transform: uppercase;
}
.publication_detail .heading .prevnext {
  padding-bottom: 20px;
}
.publication_detail .pictures img {
  width: 100%;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.publication_detail .pictures .thumb {
  width: 49%;
  float: left;
  margin-bottom: 15px;
}
.publication_detail .pictures .thumb:nth-child(even) {
  float: right;
}
.publication_detail .pictures #container_thumbs {
  display: block;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.publication_detail .pictures #container_thumbs #items {
  position: absolute;
  height: 340px;
  width: 5150px;
}
.publication_detail .pictures #container_thumbs #items .thumbs_wrapper {
  float: left;
  margin: 0;
  width: 400px;
  /*width seven columns*/
}
.publication_detail .pictures #slideImages {
  display: block;
  width: 100%;
  background-color: #f1f1f1;
  position: absolute;
  bottom: 0;
  padding: 5px 0;
}
.publication_detail .pictures #slideImages a {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.publication_detail .pictures #slideImages a#slide-right {
  float: right;
}
.publication_detail .pictures #slideImages a:hover {
  text-decoration: none;
}
.publication_detail .pictures #slideImages a.notactive {
  color: #f1f1f1;
  cursor: default;
}
.publication_detail .text .columns {
  padding: 20px 0px;
}
.publication_detail .characterisations {
  font-size: 14px;
}
.publication_detail .characterisations .kenmerken {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.publication_detail .characterisations .kenmerken td.kenmerklabel {
  width: 40%;
  padding-right: 5%;
  vertical-align: top;
}
.publication_detail .characterisations .kenmerken td.kenmerk {
  width: 55%;
  vertical-align: bottom;
}
.publication_detail .characterisations #epcvaluebar {
  margin-top: 10px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 10px;
  border: 2px solid #e1e1e1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZWMwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzAwMWIiIHN0b3Atb3BhY2l0eT0iMC45OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #248642 0, #50a244 7%, #c5d02a 21%, #edd216 36%, #f9b54a 50%, #f07f32 64, #dd3033 71%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #248642), color-stop(7%, #50a244), color-stop(21%, #c5d02a), color-stop(36%, #edd216), color-stop(50%, #f9b54a), color-stop(64%, #f07f32), color-stop(71%, #dd3033));
  background: -webkit-linear-gradient(left, #248642 0, #50a244 7%, #c5d02a 21%, #edd216 36%, #f9b54a 50%, #f07f32 64, #dd3033 71%);
  background: -o-linear-gradient(left, #248642 0, #50a244 7%, #c5d02a 21%, #edd216 36%, #f9b54a 50%, #f07f32 64, #dd3033 71%);
  background: -ms-linear-gradient(left, #248642 0, #50a244 7%, #c5d02a 21%, #edd216 36%, #f9b54a 50%, #f07f32 64, #dd3033 71%);
  background: linear-gradient(to right, #248642 0, #50a244 7%, #c5d02a 21%, #edd216 36%, #f9b54a 50%, #f07f32 64, #dd3033 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#248642', endColorstr='#fce3001b', GradientType=1);
}
.publication_detail .characterisations #epcvaluebar img {
  width: 100%;
  height: 10px;
  display: block;
  display: none;
}
.publication_detail .characterisations #epcvaluebar #value {
  display: block;
  width: 5px;
  height: 10px;
  background-color: #002f5c;
  position: absolute;
  left: 0;
  top: 0;
}
.publication_detail .characterisations #min {
  float: left;
}
.publication_detail .characterisations #max {
  float: right;
}
.publication_detail .text {
  margin-bottom: 30px;
}
.publication_detail #icons-summary {
  color: #002f5c;
  margin-bottom: 30px;
}
.publication_detail #icons-summary span {
  font-size: 25px;
  margin-left: 10px;
}
.publication_detail #icons-summary span:first-child {
  margin: 0px;
}
.publication_detail #icons-summary span.icon-bed {
  font-size: 35px;
}
.publication_detail #icons-summary span.icon-bad,
.publication_detail #icons-summary span.icon-opp {
  font-size: 22px;
}
.publication_detail #icons-summary span.icon-car {
  font-size: 27px;
}
.publication_detail .map {
  margin: 50px 0;
}
.publication_detail .social a {
  margin-bottom: 10px;
}
.publication_detail .social a:hover {
  text-decoration: none;
}
.publication_detail .social .socialicons [class^="icon-"]:before,
.publication_detail .social .socialicons [class*=" icon-"]:before {
  font-size: 20px;
  margin: 0px 3px !important;
}
.publication_detail .social .icon-facebook {
  color: #3B5998;
}
.publication_detail .social .icon-twitter {
  color: #00ACED;
}
.publication_detail .social .icon-pinterest {
  color: #CB2027;
}
.publication_detail .social .icon-linkedin {
  color: #007FB1;
}
.publication_detail .social .icon-googleplus {
  color: #D14836;
}
.publication_detail .social .knop {
  line-height: 30px;
  vertical-align: top;
  padding: 0px 15px;
}
.publication_detail .social .icon-print:before,
.publication_detail .social .icon-users:before {
  background-color: #ffe500;
  color: #002f5c;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
  padding: 0px 4px;
  margin: 0px 2px !important;
}
.publication_detail #frm_mailAFriend {
  display: none;
}
.publication_detail #frm_mailAFriend .textbox {
  width: 100%;
}
.publication_detail #frm_mailAFriend input {
  height: 30px;
  line-height: 30px;
}
.publication_detail #frm_contact {
  display: none;
}
.touch .icon-print {
  display: none;
}
#print {
  width: 700px;
}
#print .print-pictures img {
  margin: 0 10px 5px 0px;
}
#print .gegevens {
  float: right;
  text-align: right;
}
/*#endregion DETAIL*/
/*#region SERVICE*/
/*Verplaatst naar home*/
.renderbody .ctas {
  /*margin: 50px 0;*/
  margin: 0 0 15px 0;
}
.renderbody .ctas .container {
  padding: 35px 0;
}
.renderbody .ctas .cta {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
.renderbody .ctas .cta.add-line {
  border-right: 5px solid #fff;
}
.renderbody .ctas .cta i {
  font-size: 100px;
  float: left;
  margin-right: 20px;
}
.renderbody .ctas .cta i:before {
  margin: 0;
}
.renderbody .ctas .cta div {
  display: inline-block;
  float: left;
  font-weight: 500;
}
.renderbody .ctas .cta div span {
  display: block;
  font-size: 75px;
  line-height: 75px;
}
/*endregion SERVICE*/
/*#region LINKS*/
.list section {
  margin: 30px auto;
  border-bottom: 1px solid #f1f1f1;
}
.list section h1 {
  margin-bottom: 20px;
}
.list section .columns.twelve {
  float: right;
}
.list section .columns.fout {
  float: left;
}
/*#endregion LINKS*/
/*#region CONTACT*/
.team-container {
  background: #fff;
  -webkit-box-shadow: 0 0 15px #777;
  -moz-box-shadow: 0 0 15px #777;
  box-shadow: 0 0 15px #777;
  margin-bottom: 100px !important;
}
.team {
  background: #fff;
  font-size: 14px;
}
.team img {
  display: block;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all filter 0.3s;
  -moz-transition: all filter 0.3s;
  -o-transition: all filter 0.3s;
  transition: all filter 0.3s;
  transition: filter 0.3s ease;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
}
.team.no-even.team-last {
  display: none;
}
.team.even.team-first {
  display: none;
}
.team.team-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all background 0.3s;
  -moz-transition: all background 0.3s;
  -o-transition: all background 0.3s;
  transition: all background 0.3s;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.team.team-info .team-wrapper {
  padding: 15px;
}
.team.team-info p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin-bottom: 0;
}
.team.hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition: all filter 0.3s;
  -moz-transition: all filter 0.3s;
  -o-transition: all filter 0.3s;
  transition: all filter 0.3s;
  transition: filter 0.3s ease;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
}
.team.hover.team-info {
  background-color: #002f5c;
  background-image: url(.../Images/bg-blokjes.png);
  background-position: right center;
  background-repeat: repeat-y;
  background-size: contain;
  color: #fff;
  -webkit-transition: all background 0.3s;
  -moz-transition: all background 0.3s;
  -o-transition: all background 0.3s;
  transition: all background 0.3s;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.team.hover.team-info a,
.team.hover.team-info h3 {
  color: #fff;
}
.container.team-container .four.columns {
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container.team-container .four.columns {
    width: 192px;
  }
}
/*#endregion CONTACT*/
/*#region SCHRIJF U IN*/
.subscribe .submit {
  float: right;
}
/* MULTISELECT SHIZZLE*/
.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
}
.ui-multiselect.cities {
  margin-right: 0px;
}
.cities .ui-multiselect-checkboxes {
  background-image: url(../Images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.ui-multiselect span.ui-icon {
  float: right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 100;
  text-align: left;
}
.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: scroll;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  padding-right: 3px;
  margin: 0;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
  font-size: 16px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}
* html .ui-multiselect-checkboxes label {
  border: none;
}
.ui-multiselect-hasfilter ul {
  position: relative;
  top: 2px;
}
.ui-multiselect-filter {
  float: left;
  margin-right: 10px;
  font-size: 11px;
}
.ui-multiselect-filter input {
  width: 130px;
  font-size: 10px;
  margin-left: 5px;
  height: 15px;
  padding: 2px;
  border: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-multiselect-menu.ui-corner-all,
.ui-multiselect-menu .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-tr,
.ui-corner-tl {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
label.ui-state-disabled {
  display: none !important;
}
button.ui-state-default,
button.ui-widget-content .ui-state-default,
button.ui-widget-header .ui-state-default {
  background: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 97% 8px;
  border: 1px solid #d3d3d3;
  color: #222222;
  font-weight: normal;
  height: 30px;
  width: 100% !important;
  font-family: 'Roboto', 'Trebuchet MS', Georgia, 'Times New Roman', Times, sans-serif;
  font-size: 16px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-widget {
  font-family: 'Roboto', 'Trebuchet MS', Georgia, 'Times New Roman', Times, sans-serif !important;
  font-size: 16px !important;
  border: 1px solid #d3d3d3 !important;
}
.ui-state-default .ui-icon {
  background-image: none;
}
label.ui-state-hover,
label.ui-state-focus {
  background: none repeat-x scroll 50% 50% #002f5c !important;
  border: 1px solid transparent !important;
  color: #ffffff !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  /*border: none !important;*/
  border: 1px solid #f1f1f1 !important;
  font-weight: normal;
}
label.ui-state-active,
.ui-widget-content label.ui-state-active,
.ui-widget-header label.ui-state-active {
  background: none repeat-x scroll 50% 50% #002f5c;
  color: #ffffff;
}
.ui-widget-header {
  border: none !important;
  color: #002f5c !important;
  font-weight: 300;
  background: none repeat-x scroll 50% 50% #ffe500 !important;
}
.ui-widget-header .ui-icon {
  background-image: url("../Images/ui-icons_ffffff_256x240.png");
}
/*#endregion SCHRIJF U IN*/
/*#region CONTACT*/
.contact .map-wrapper {
  position: relative;
}
.contact #map {
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact .gray .columns h2 {
  margin: 10px 0px 5px;
}
.contact .gray .columns img {
  width: 100%;
  margin: 5px 0px;
}
/*#endregion CONTACT*/
/*#region CAPTCHA*/
#captcha {
  margin-top: 10px;
  display: block;
}
#captcha #recaptcha_table td {
  display: block !important;
}
#captcha #recaptcha_table td:nth-child(2),
#captcha #recaptcha_table td:last-child {
  display: inline-block !important;
}
#captcha #recaptcha_table td:nth-child(2) a,
#captcha #recaptcha_table td:last-child a {
  color: #002f5c;
  font-size: 20px;
  margin-right: 10px;
}
#captcha #recaptcha_table td:nth-child(2) a img,
#captcha #recaptcha_table td:last-child a img {
  display: none;
}
#captcha .recaptchatable,
#captcha .recaptchatable * {
  border: none !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
}
#captcha .recaptchatable .recaptcha_image_cell {
  padding: 0px !important;
  vertical-align: top !important;
  background-color: transparent !important;
}
#captcha .recaptchatable #recaptcha_image {
  border: none !important;
  margin: 0px !important;
}
#captcha center {
  display: inline !important;
  text-align: -webkit-center !important;
}
#captcha .recaptchatable td img {
  display: inline-block;
}
#captcha #recaptcha_response_field {
  height: 30px !important;
  border: 1px solid #f1f1f1 !important;
  line-height: 30px !important;
  font-size: 13px !important;
  padding-left: 10px !important;
  margin-bottom: 20px !important;
  margin-left: -7px !important;
  width: 278px !important;
  color: #222222 !important;
}
/*#endregion CAPTCHA*/
/*#region CONTACTSEND*/
.contactSend {
  padding: 20px;
  width: 300px;
}
/*#endregion CONTACTSEND*/
/*#region ZOEKBOX*/
.search {
  background-color: #002f5c;
  margin: 30px 0;
}
.content .search {
  background: none;
}
.content .search h1 {
  text-align: left;
  text-shadow: 0 0 15px #777;
  font-weight: 300;
  line-height: 35px;
}
.search .container {
  padding: 30px 0 !important;
}
.search h1 {
  color: #fff;
  text-align: center;
  font-size: 35px;
}
#frm_search {
  width: 100%;
}
#frm_search .hide-price,
#frm_search .hide-price + button {
  display: none;
}
#frm_search button.ui-state-default,
#frm_search button.ui-widget-content .ui-state-default,
#frm_search button.ui-widget-header .ui-state-default {
  background: none;
  background-color: #f1f1f1;
  border: none !important;
  width: 100% !important;
  padding-left: 15px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.content #frm_search button.ui-state-default,
.content #frm_search button.ui-widget-content .ui-state-default,
.content #frm_search button.ui-widget-header .ui-state-default {
  width: 48% !important;
  float: left;
}
.content #frm_search button.ui-state-default.select-price-sale,
.content #frm_search button.ui-widget-content .ui-state-default.select-price-sale,
.content #frm_search button.ui-widget-header .ui-state-default.select-price-sale,
.content #frm_search button.ui-state-default.select-price-rent,
.content #frm_search button.ui-widget-content .ui-state-default.select-price-rent,
.content #frm_search button.ui-widget-header .ui-state-default.select-price-rent {
  float: right;
  margin-right: 0;
}
.content #frm_search button.ui-state-default.full-width,
.content #frm_search button.ui-widget-content .ui-state-default.full-width,
.content #frm_search button.ui-widget-header .ui-state-default.full-width {
  width: 100% !important;
}
.publication_search #frm_search button.ui-state-default,
.publication_search #frm_search button.ui-widget-content .ui-state-default,
.publication_search #frm_search button.ui-widget-header .ui-state-default {
  width: 22% !important;
  float: left;
}
.publication_search #frm_search button.ui-state-default.full-width,
.publication_search #frm_search button.ui-widget-content .ui-state-default.full-width,
.publication_search #frm_search button.ui-widget-header .ui-state-default.full-width {
  width: 35% !important;
}
#frm_search button.select-type {
  margin-left: 0 !important;
}
#frm_search button.knop {
  float: right;
}
#frm_search #box-Sale,
#frm_search #box-Rent {
  display: inline-block;
  float: left;
  margin: 5px 0px 10px;
}
#frm_search label {
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-shadow: 0 0 10px #777;
}
#frm_search input[type=radio] {
  display: none;
}
#frm_search label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
#frm_search input[type=radio]:checked + label:before {
  background-color: #ffe500;
}
.touch form select {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: 95% 10px;
  background-image: url("../Images/dropdown_dark.png");
  height: 30px;
}
.touch .search form#frm_search select {
  /*width: 23%;
            margin-left: 2.2%;*/
  float: left;
}
.touch .search form#frm_search select#sorts {
  margin-left: 0;
}
.touch .disabled {
  text-transform: uppercase;
}
.touch .disabled:before {
  content: "  ";
}
/*#endregion ZOEKBOX*/
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) {
  .pubs figure.column,
  .ctas figure.column {
    height: 225px;
    background: #f1f1f1;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pubs figure.column,
  .ctas figure.column {
    height: 189px;
    background: #f1f1f1;
  }
  .publication_detail .pictures #container_thumbs {
    height: 310px;
  }
  .publication_detail .pictures #container_thumbs .thumb {
    margin-bottom: 15px;
  }
  .publication_detail .pictures #container_thumbs #items {
    height: 310px;
  }
  .publication_detail .pictures #container_thumbs #items .thumbs_wrapper {
    width: 316px;
  }
  header#fix nav#nav a {
    font-size: 14px;
    padding-left: 5px;
    margin-left: 6px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .contact #map {
    position: relative;
  }
  .renderbody .ctas .cta.add-line {
    border: none;
    margin-bottom: 70px;
  }
  .team-container {
    background: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  .team-container .team.team-info {
    margin-bottom: 20px;
  }
  .team-container .team.team-info p {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .team-container .team.no-even.team-first,
  .team-container .team.even.team-first {
    display: block;
  }
  .team-container .team.no-even.team-last,
  .team-container .team.even.team-last {
    display: none;
  }
  header#fix img {
    max-width: 50%;
  }
  header#fix nav {
    width: 100%;
    text-align: right;
  }
  header#fix nav ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 99;
  }
  header#fix nav#nav-top ul {
    display: block;
  }
  header#fix nav#nav {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
  }
  header#fix nav#nav a.small {
    display: inline-block;
    float: none;
  }
  header#fix nav#nav ul {
    background-color: #002f5c;
  }
  header#fix nav#nav ul li {
    background-color: #002f5c;
    margin-left: 0;
    width: 50%;
  }
  header#fix nav#nav ul li a {
    margin: 15px 10px;
  }
  header#fix nav#nav-offer {
    bottom: -50px;
  }
  header#fix nav#nav-offer a.small {
    display: inline-block;
    float: none;
  }
  header#fix nav#nav-offer ul {
    background: #ffe500;
    border-top: 1px solid #fff;
  }
  header#fix nav#nav-offer ul li {
    margin-left: 0;
    width: 50%;
  }
  header#fix nav#nav-offer ul li:first-child a {
    border-right: none;
  }
  header#fix nav#nav-offer ul li a {
    display: block;
    padding: 10px;
    border: none;
  }
  footer .container .columns,
  .gray .container .columns {
    margin-bottom: 30px;
  }
  form .textbox {
    width: 100%;
    float: none;
  }
  form .textbox:nth-child(2n+2) {
    float: none;
  }
  .contact .gray .columns img {
    width: auto;
    margin: 5px 15px 5px 0px;
    float: left;
  }
  .contact .gray .columns em {
    display: inline-block;
    padding-top: 5px;
  }
  .publication_detail .pictures #container_thumbs {
    display: none;
  }
  .pubs figure.column figcaption {
    position: relative;
    margin: 0;
    opacity: 1;
  }
  .pubs figure.column figcaption .figcaption-wrapper {
    margin: 0;
    padding: 20px 20px 10px;
  }
  .pubs figure.column figcaption .figcaption-wrapper.bottom {
    position: relative;
    padding-bottom: 60px;
  }
  .search {
    width: 100%;
    position: relative;
  }
  #frm_search button.ui-state-default,
  #frm_search button.ui-widget-content .ui-state-default,
  #frm_search button.ui-widget-header .ui-state-default {
    width: 100% !important;
    margin-left: 0%;
  }
  /*.touch {
        form {
            select {
                background: #fff;
                width: 100%;
                margin: 0 0 10px 0;
            }
        }

        .search {
            form#frm_search select {
                width: 100%;
                margin: 0 0 10px 0;
            }
        }
    }*/
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  header#fix nav#nav ul li,
  header#fix nav#nav-offer ul li {
    width: 100%;
  }
  header#fix.show-space {
    border-top-width: 220px;
  }
  .contact .gray .columns img {
    float: none;
  }
  /*dan kan alles mooi op één lijntje :)*/
  .publication_detail #icons-summary span {
    margin-left: 0px;
  }
  #map {
    width: 100%;
    height: 200px;
  }
}
.background-cover {
  background-size: cover;
  background-position: center center;
}
.img-responsive {
  max-width: 100%;
}
.ctas figure.column figcaption {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  display: inline-block;
  padding: 5px;
  background: #002F5C;
  color: white;
  margin: 0 5px;
  position: absolute;
  top: 50%;
  left: 0;
}
.owl-carousel .owl-controls .owl-next {
  left: auto;
  right: 0;
}
.hideimg {
  display: none;
}
.detail-buttons-container {
  display: flex;
  flex-flow: row wrap;
  margin-left: -20px;
  margin-top: -20px;
}
.detail-buttons-container .btn-container {
  padding-left: 20px;
  padding-top: 20px;
}
.detail-buttons-container .knop.reservatie-knop {
  background-color: #ffe500;
  color: #002f5c;
}
.visit-webcomponent--container {
  background: url("../Images/pattern.png") #ffffff repeat;
  padding: 12px;
}
.visit-webcomponent--container select {
  width: 100%;
  margin: 3px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px;
  appearance: auto;
}
.visit-webcomponent--container .booked {
  color: #782129 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
  opacity: 0.6 !important;
  border: 0px !important;
}
#visitForm--iframe {
  width: 100%;
  height: 729px;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
}
.reservation-popup-container {
  height: 100vh;
  width: calc(100vw - (100vw - 100%));
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: none;
}
.reservation-popup-container.active {
  display: flex;
}
.reservation-popup-container .reservation-popup-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0;
}
.reservation-popup-container .reservation-popup-block {
  width: 960px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  z-index: 1;
  box-sizing: border-box;
  position: relative;
}
.reservation-popup-container .reservation-popup-block .close {
  position: absolute;
  right: 22px;
  top: 14px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22.88 22.88' style='enable-background:new 0 0 22.88 22.88;' xml:space='preserve'%3E%3Cpath style='fill:%231E201D;' d='M0.324,1.909c-0.429-0.429-0.429-1.143,0-1.587c0.444-0.429,1.143-0.429,1.587,0l9.523,9.539 l9.539-9.539c0.429-0.429,1.143-0.429,1.571,0c0.444,0.444,0.444,1.159,0,1.587l-9.523,9.524l9.523,9.539 c0.444,0.429,0.444,1.143,0,1.587c-0.429,0.429-1.143,0.429-1.571,0l-9.539-9.539l-9.523,9.539c-0.444,0.429-1.143,0.429-1.587,0 c-0.429-0.444-0.429-1.159,0-1.587l9.523-9.539L0.324,1.909z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  cursor: pointer;
  font-size: 0;
  z-index: 9999;
}
.visit-names {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2%;
}
.visit-names .textbox {
  box-sizing: border-box;
  padding-left: 2%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .visit-names .textbox {
    width: 33.3333%;
  }
}
.form-control#dates,
.form-control#ReservationContact_Salutation {
  border: 1px solid #d3d3d3;
  width: 100%;
  margin: 3px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  appearance: auto;
}
.alert-success {
  color: #1a5c29;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0f3417;
}
.alert-warning {
  color: #8a6a09;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #5a4506;
}
.alert-danger,
.bootstrap-select .dropdown-menu .no-results {
  color: #782129;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr,
.bootstrap-select .dropdown-menu .no-results hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link,
.bootstrap-select .dropdown-menu .no-results .alert-link {
  color: #50161b;
}
body.visit-form .searchbox_button {
  box-shadow: none;
}
body.visit-form {
  padding: 20px;
  box-sizing: border-box;
  overflow-x: hidden;
}
body.visit-form .field-validation-valid {
  display: none;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar table {
  display: table;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover,
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body.visit-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #303030 !important;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #1CAA87;
  box-shadow: #1CAA87 0px 1px 3px 0px inset;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:not(.xdsoft_disabled),
body.visit-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #1CAA87;
  box-shadow: #1CAA87 0px 1px 3px 0px inset;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: white;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body.visit-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:not(.xdsoft_disabled),
body.visit-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #fff;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
body.visit-form .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_calendar td {
  background: #52c734;
  border: 1px solid #ddd;
  color: #fff;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_label.xdsoft_month,
body.visit-form .xdsoft_datetimepicker .xdsoft_label.xdsoft_year {
  pointer-events: none;
  margin-left: 0px;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_label.xdsoft_month i,
body.visit-form .xdsoft_datetimepicker .xdsoft_label.xdsoft_year i {
  display: none;
}
body.visit-form .xdsoft_datetimepicker .xdsoft_label.xdsoft_month {
  width: 80px;
}
body.visit-form .time-is-full {
  background: #bf0000 !important;
  pointer-events: none !important;
  color: white !important;
}
body.visit-form .time-is-full div {
  background: #bf0000 !important;
  pointer-events: none !important;
  color: white !important;
}
body.visit-form .lbl_ReservationContact_ReservedTime {
  font-weight: 600;
  margin-bottom: 0px;
}
body.visit-form .lbl_chosen_date_string::first-letter {
  text-transform: capitalize;
}
body.visit-form .lbl_chosen_date_string {
  font-size: 15px;
  margin-bottom: 10px;
}
body.visit-form #dates {
  text-transform: capitalize;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
body.visit-form #dates option {
  text-transform: capitalize;
}
body.visit-form #dates:hover {
  background-color: #e9ecef;
  color: black;
  border: 1px solid #c0c0c0;
}
body.visit-form .timeslot--status {
  /*height: 100%;*/
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
body.visit-form .timeslot--status span:not(.available--spots) {
  color: #707070;
  opacity: 0.7;
}
@media (min-width: 992px) {
  body.visit-form .timeslot--status {
    margin-top: 42px;
  }
}
@media (max-width: 575.98px) {
  body.visit-form .timeslot--status {
    margin-top: 5px;
  }
}
body.visit-form .timeslots {
  /*margin-top:14px;*/
  display: flex;
  flex-wrap: wrap;
}
body.visit-form .timeslots .timeslot {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}
body.visit-form .timeslots .timeslot.timeslot--unavailable {
  cursor: no-drop;
  opacity: 0.4;
  font-style: italic;
  opacity: 0.6;
  flex-direction: column;
}
body.visit-form .timeslots .timeslot.timeslot--unavailable span {
  font-weight: bold;
}
body.visit-form .timeslots .timeslot.timeslot--active {
  background: #39b729;
  color: white;
}
body.visit-form .timeslots .timeslot.timeslot--small {
  width: calc(14.2% - 6px);
  height: 50px;
}
@media (max-width: 767.98px) {
  body.visit-form .timeslots .timeslot.timeslot--small {
    width: calc(16.6% - 6px);
  }
}
@media (max-width: 575.98px) {
  body.visit-form .timeslots .timeslot.timeslot--small {
    width: calc(33% - 6px);
  }
}
body.visit-form .timeslots .timeslot.timeslot--medium {
  width: calc(20% - 6px);
  height: 65px;
}
@media (max-width: 575.98px) {
  body.visit-form .timeslots .timeslot.timeslot--medium {
    width: calc(33% - 6px);
    height: 60px;
  }
}
body.visit-form .timeslots .timeslot.timeslot--large {
  width: calc(25% - 6px);
  height: 80px;
}
@media (max-width: 575.98px) {
  body.visit-form .timeslots .timeslot.timeslot--large {
    width: calc(33% - 6px);
    height: 70px;
  }
}
.reservation-popup-block {
  overflow: auto;
}
.stop-scroll-popup {
  overflow: hidden;
}