@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Overpass:300,400,600,700,800");
@import url(https://use.typekit.net/kdx5shb.css);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 1px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  box-sizing: border-box; }

body {
  font-family: "basic-sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden; }
  body.nav-active {
    height: 100%;
    overflow: hidden; }
  body .container-fluid {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1440px; }

.d-block {
  display: block !important; }

.shape-inverted {
  background-image: url(/img/svg/shape-2.svg);
  position: absolute;
  width: 100%;
  height: 223px;
  bottom: -220px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top; }

.shape {
  background-size: contain;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  -webkit-mask-image: url(/img/svg/shape.svg);
  mask-image: url(/img/svg/shape.svg);
  z-index: 0;
  pointer-events: none;
  transform: scale(1.01); }
  .shape.shape-white, .shape.shape-white-2 {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: absolute;
    bottom: 0; }
  .shape.shape-grey {
    width: 100%;
    height: 80px;
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0; }

.shape-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  transform: translateY(100%);
  bottom: 0;
  pointer-events: none; }
  .shape-img.no-bottom {
    transform: translateY(0); }
  .shape-img.px-correction {
    bottom: 1px; }

.position-relative {
  position: relative !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-none {
  display: none !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.w-100 {
  width: 100% !important; }

.d-grid {
  display: grid !important; }

.d-block {
  display: block !important; }

h1, h2, h3 {
  font-family: "basic-sans", sans-serif;
  font-size: 22px;
  margin: 0 0 20px 0;
  color: #161B4B;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase; }
  h1 b, h2 b, h3 b {
    font-weight: 800; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 17px;
  margin: 0 0 10px 0; }

h4 {
  font-size: 16px;
  margin: 0 0 10px 0; }

a {
  color: #666;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.wrapper {
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  .wrapper.no-padding {
    padding: 0;
    margin-top: 30px; }
  .wrapper.wrapper-gray {
    background: #f7f7f7; }
  .wrapper.wrapper-dark {
    background: #113A5A; }
    .wrapper.wrapper-dark h2 {
      color: #FFF; }

p {
  line-height: 2;
  font-family: "basic-sans", sans-serif;
  margin: 0 0 30px 0;
  color: #052b67; }

ul li {
  color: #052b67; }

figure {
  margin: 0; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.text-left,
.text-xs-left {
  text-align: left !important; }

.text-right,
.text-xs-right {
  text-align: right !important; }

.text-center,
.text-xs-center {
  text-align: center !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.with-padding-x {
  padding-top: 30px;
  padding-bottom: 60px; }

.padding-top-mob {
  padding-top: 60px; }

.padding-bottom-mob {
  padding-bottom: 60px; }

.wrapper-small {
  padding-top: 60px; }

.with-padding-bottom {
  padding-bottom: 60px; }

ul.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2; }
  ul.list-styled li {
    position: relative;
    padding-left: 32px; }
    ul.list-styled li span {
      position: absolute;
      left: 0;
      top: 4px;
      color: #3e8e25; }

.bg_color1 {
  background: #052b67; }

.bg_color2 {
  background: #e64a1a; }

.bg_color3 {
  background: #3e8e25; }

.bg_color4 {
  background: #0084c9; }

.bg_grey {
  background: #ececec; }

.margin-top {
  margin-top: 60px; }

.search-enquiries-count {
  float: none;
  display: inline-block;
  background: #24387c;
  height: 20px;
  line-height: 22px !important;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  transform: translate(0px, -10px);
  color: #fff;
  font-size: 12px; }

.usps .usp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  position: relative;
  min-height: 200px; }
  .usps .usp .img-wrap {
    min-height: 115px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .usps .usp h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .shape-inverted {
    bottom: -170px; }
  .padding-top-mob {
    padding-top: 90px; }
  .padding-bottom-mob {
    padding-bottom: 90px; }
  .shape {
    background-size: contain;
    -webkit-mask-size: cover; }
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 24px; }
  h2 {
    font-size: 18px; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .shape {
    background-size: contain;
    -webkit-mask-size: contain; }
    .shape.shape-white {
      height: 230px; }
    .shape.shape-white-2 {
      height: 100%; }
    .shape.shape-grey {
      height: 100%; }
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 28px; }
  h2 {
    font-size: 20px; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .wrapper {
    padding-top: 45px; }
    .wrapper.no-padding {
      margin-top: 45px; }
  .with-padding-x {
    padding-top: 45px;
    padding-bottom: 45px; }
  .with-padding-bottom {
    padding-bottom: 120px; } }

@media (min-width: 1200px) {
  .padding-top-mob {
    padding-top: 30px; }
  .shape {
    background-size: contain;
    -webkit-mask-size: contain; }
  .shape-inverted {
    bottom: -140px; }
  body {
    transition: all 0.2s; }
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 20px;
    margin: 0 0 15px 0; }
  .d-lg-block {
    display: block !important; }
  .wrapper {
    padding-top: 60px; }
    .wrapper.no-padding {
      margin-top: 60px; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .with-padding-x {
    padding-top: 60px;
    padding-bottom: 60px; }
  .with-padding-bottom {
    padding-bottom: 60px; }
  .col-lg-2p4 {
    width: 20%; } }

@media (min-width: 1400px) {
  .shape.contain {
    background-size: contain;
    -webkit-mask-size: contain; }
  .shape.cover {
    background-size: cover;
    -webkit-mask-size: cover; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?r3mw23");
  src: url("fonts/icomoon.eot?r3mw23#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?r3mw23") format("truetype"), url("fonts/icomoon.woff?r3mw23") format("woff"), url("fonts/icomoon.svg?r3mw23#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calendar:before {
  content: "\e900"; }

.icon-door:before {
  content: "\e901"; }

.icon-opp:before {
  content: "\e902"; }

.icon-opp-2:before {
  content: "\e903"; }

.icon-tiles:before {
  content: "\e603"; }

.icon-logo-nwwi:before {
  content: "\e629"; }

.icon-linkedin-square:before {
  content: "\e904"; }

.icon-vastgoedcert:before {
  content: "\e905"; }

.icon-nvm-business:before {
  content: "\e906"; }

.icon-menu:before {
  content: "\e907"; }

.icon-mbjz:before {
  content: "\e908"; }

.icon-nvm-in-business:before {
  content: "\e909"; }

.icon-mail:before {
  content: "\e90a"; }

.icon-phone:before {
  content: "\e90b"; }

.icon-search:before {
  content: "\e90c"; }

.icon-angle-up:before {
  content: "\e90d"; }

.icon-angle-left:before {
  content: "\e90e"; }

.icon-nvm:before {
  content: "\e90f"; }

.icon-nrvt:before {
  content: "\e910"; }

.icon-tmi-taxatie:before {
  content: "\e911"; }

.icon-topsite:before {
  content: "\e912"; }

.icon-user:before {
  content: "\e913"; }

.icon-twitter:before {
  content: "\e914"; }

.icon-check:before {
  content: "\e915"; }

.icon-linkedin:before {
  content: "\e916"; }

.icon-map:before {
  content: "\e917"; }

.icon-logo_monumenten:before {
  content: "\e918"; }

.icon-arrow-down:before {
  content: "\e919"; }

.icon-calendar1:before {
  content: "\e91a"; }

.icon-tag:before {
  content: "\e91b"; }

.icon-door1:before {
  content: "\e91c"; }

.icon-map1:before {
  content: "\e91d"; }

.icon-funda2:before {
  content: "\e939"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-bed:before {
  content: "\f236"; }

.icon-map-o:before {
  content: "\f278"; }

.slick-arrow {
  position: absolute;
  right: 50%;
  font-size: 30px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
  line-height: 38px; }
  .slick-arrow.prev {
    top: 10px;
    z-index: 100;
    transform: rotate(90deg) translateY(-50%); }
  .slick-arrow.next {
    bottom: 30px;
    z-index: 100;
    transform: rotate(-90deg) translateY(50%); }

.slick-slide {
  outline: none; }

.slick-dots {
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #CCC;
    margin: 0px 3px 5px 3px;
    padding-left: 0; }
    .slick-dots li.slick-active {
      background: #052b67; }
    .slick-dots li button {
      display: none; }

.btn {
  display: inline-block;
  background: #052b67;
  color: #FFF !important;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  transition: all 200ms ease;
  border-radius: 4px;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .btn:hover {
    transform: scale(1.02); }
  .btn.btn-color1:before {
    content: "";
    position: absolute;
    background-image: url("/img/svg/button-blue.svg");
    right: -15px;
    height: 100%;
    width: 20px;
    top: 0;
    background-repeat: no-repeat; }
  .btn.btn-color2 {
    background: #e64a1a; }
    .btn.btn-color2:before {
      content: "";
      position: absolute;
      background-image: url("/img/svg/button-orange.svg");
      right: -15px;
      height: 100%;
      width: 20px;
      top: 0;
      background-repeat: no-repeat; }
  .btn.btn-color3 {
    background: #3e8e25; }
    .btn.btn-color3:before {
      content: "";
      position: absolute;
      background-image: url("/img/svg/button-green.svg");
      right: -15px;
      height: 100%;
      width: 20px;
      top: 0;
      background-repeat: no-repeat; }
  .btn.btn-color4 {
    background: #0084c9; }
    .btn.btn-color4:before {
      content: "";
      position: absolute;
      background-image: url("/img/svg/button-aqua.svg");
      right: -15px;
      height: 100%;
      width: 20px;
      top: 0;
      background-repeat: no-repeat; }
  .btn.btn-color-5 {
    background: linear-gradient(90deg, #73291e 0%, #aa724d 100%); }
    .btn.btn-color-5:before {
      content: "";
      position: absolute;
      background-image: url("/img/svg/shape-lightbrown.svg");
      right: -15px;
      height: 100%;
      width: 20px;
      top: 0;
      background-repeat: no-repeat; }
  .btn.btn-line {
    background: none;
    border: 1px solid #CCC; }

.pagination {
  list-style: none; }
  .pagination li {
    font-family: "basic-sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    width: 30px;
    border-radius: 4px; }
    .pagination li a {
      color: #5b5b5b;
      text-decoration: none; }
      .pagination li a:hover {
        color: #052b67; }
    .pagination li.disabled {
      color: #AAA; }
    .pagination li.active {
      background: #052b67;
      color: #FFF;
      margin: 0 10px; }
    .pagination li:first-child:after {
      content: " ";
      display: block; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.table p {
  margin-bottom: 0; }

form .form-group .form-control {
  height: 45px;
  border-radius: 5px; }

form .form-group textarea.form-control {
  padding-top: 10px;
  min-height: 90px;
  min-width: 100%;
  max-width: 100%; }

form .help {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999; }

header:not(#search-enquiries-header) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #FFF; }
  header:not(#search-enquiries-header) .buttons {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 205px; }
  header:not(#search-enquiries-header) .btn {
    margin: 15px;
    height: 40px;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.9; }
    header:not(#search-enquiries-header) .btn.mobile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 300px; }
  header:not(#search-enquiries-header) .container-fluid {
    display: -ms-flexbox;
    display: flex; }
    header:not(#search-enquiries-header) .container-fluid .logo {
      display: block;
      height: 40px;
      width: 185px;
      margin: 10px 0;
      will-change: top; }
    header:not(#search-enquiries-header) .container-fluid .button_wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
      overflow: hidden; }
      header:not(#search-enquiries-header) .container-fluid .button_wrapper a {
        float: left;
        display: block;
        text-decoration: none;
        font-size: 24px;
        width: 40px;
        height: 40px;
        color: #FFF;
        text-align: center;
        padding-top: 8px;
        margin-top: 10px;
        background: #052b67;
        border-radius: 4px; }
        header:not(#search-enquiries-header) .container-fluid .button_wrapper a:first-of-type {
          background: #666;
          margin-right: 10px; }
    header:not(#search-enquiries-header) .container-fluid nav {
      display: none;
      position: fixed;
      left: 0;
      top: 60px;
      z-index: 10;
      width: 100%;
      height: calc(100% - 60px);
      overflow: auto;
      background: #FFF; }
      header:not(#search-enquiries-header) .container-fluid nav ul {
        list-style: none;
        padding: 0px;
        margin: 0px; }
        header:not(#search-enquiries-header) .container-fluid nav ul li {
          border-top: 1px solid #CCC;
          padding-left: 0; }
          header:not(#search-enquiries-header) .container-fluid nav ul li a {
            display: block;
            color: #161B4B;
            text-decoration: none;
            line-height: 30px;
            padding: 5px 15px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-weight: 600; }
            header:not(#search-enquiries-header) .container-fluid nav ul li a:hover, header:not(#search-enquiries-header) .container-fluid nav ul li a.active {
              color: #052b67; }
            header:not(#search-enquiries-header) .container-fluid nav ul li a.active {
              font-weight: bold; }
            header:not(#search-enquiries-header) .container-fluid nav ul li a span:not(.search-enquiries-count) {
              display: block;
              font-size: 12px;
              float: right;
              line-height: 30px !important;
              transform: rotate(180deg);
              transition: all 0.2s; }
              header:not(#search-enquiries-header) .container-fluid nav ul li a span:not(.search-enquiries-count).toggle {
                transform: rotate(0deg); }
          header:not(#search-enquiries-header) .container-fluid nav ul li .navigation {
            background: #fff;
            display: none; }
            header:not(#search-enquiries-header) .container-fluid nav ul li .navigation .inner {
              display: -ms-flexbox;
              display: flex;
              gap: 0;
              -ms-flex-direction: column;
              flex-direction: column; }
              header:not(#search-enquiries-header) .container-fluid nav ul li .navigation .inner .block {
                min-width: 30%;
                width: 100%; }
                header:not(#search-enquiries-header) .container-fluid nav ul li .navigation .inner .block .title {
                  font-weight: bold;
                  text-transform: uppercase;
                  margin-bottom: 15px;
                  display: none; }
                header:not(#search-enquiries-header) .container-fluid nav ul li .navigation .inner .block > ul > li a {
                  white-space: nowrap;
                  padding-left: 25px;
                  width: 100%;
                  position: relative; }
                  header:not(#search-enquiries-header) .container-fluid nav ul li .navigation .inner .block > ul > li a:before {
                    content: '';
                    position: absolute;
                    width: calc(100% + 10px);
                    height: 100%;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    background: #F5F5F5;
                    border-radius: 5px;
                    z-index: -1;
                    opacity: 0;
                    transition: all 0.2s; }
                  header:not(#search-enquiries-header) .container-fluid nav ul li .navigation .inner .block > ul > li a:hover:before {
                    opacity: 1; }
              header:not(#search-enquiries-header) .container-fluid nav ul li .navigation .inner .img-banner {
                display: none; }

@media (min-width: 992px) {
  .nav-fixed header {
    opacity: 1;
    background-color: #fff !important; }
  header:not(#search-enquiries-header) {
    transition: all 0.2s ease-in-out;
    background-color: transparent; }
    header:not(#search-enquiries-header) .btn {
      margin: 0px;
      padding: 5px 10px;
      font-size: 16px;
      display: -ms-flexbox;
      display: flex; }
      header:not(#search-enquiries-header) .btn.mobile {
        display: none; }
    header:not(#search-enquiries-header) .buttons {
      display: -ms-flexbox;
      display: flex; }
    header:not(#search-enquiries-header) .phone {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none; }
      header:not(#search-enquiries-header) .phone p {
        margin-bottom: 0;
        color: #73291E;
        font-size: 25px;
        font-weight: bold;
        margin-left: 10px; }
    header:not(#search-enquiries-header).nav-hover {
      background-color: #fff !important; }
      header:not(#search-enquiries-header).nav-hover .container-fluid nav > ul > li > a {
        opacity: 0.5; }
    header:not(#search-enquiries-header) .container-fluid {
      display: -ms-flexbox;
      display: flex; }
      header:not(#search-enquiries-header) .container-fluid .logo {
        width: 258px; }
      header:not(#search-enquiries-header) .container-fluid nav {
        display: -ms-flexbox !important;
        display: flex !important;
        position: static;
        height: auto;
        width: 100%;
        overflow: visible;
        white-space: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent; }
        header:not(#search-enquiries-header) .container-fluid nav > ul {
          border-bottom: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; }
          header:not(#search-enquiries-header) .container-fluid nav > ul > li {
            height: 100%;
            border-top: none;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; }
            header:not(#search-enquiries-header) .container-fluid nav > ul > li > a:not(.btn) {
              line-height: normal !important; }
            header:not(#search-enquiries-header) .container-fluid nav > ul > li a {
              padding: 0px 5px;
              font-size: 15px;
              margin: 0 7px; }
              header:not(#search-enquiries-header) .container-fluid nav > ul > li a span:not(.search-enquiries-count) {
                display: none; }
            header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation {
              position: absolute;
              top: 100%;
              left: 0;
              background: #FFF;
              text-align: left;
              z-index: 10;
              overflow: hidden;
              transition: opacity 0.2s ease-in-out;
              opacity: 0;
              border: 1px solid #e6e6e6;
              border-top: none;
              width: 100vw;
              pointer-events: none;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
              justify-content: center; }
              header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner {
                width: 100%;
                max-width: 1440px;
                padding: 30px 15px;
                -ms-flex-direction: row;
                flex-direction: row;
                gap: 50px;
                min-height: 310px; }
                header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .block {
                  width: unset; }
                  header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .block .title {
                    display: inline-block; }
                  header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .block > ul > li {
                    display: block;
                    border-top: 1px solid rgba(0, 0, 0, 0.05);
                    position: relative; }
                    header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .block > ul > li:last-of-type {
                      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
                    header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .block > ul > li:after {
                      content: '›';
                      font-size: 30px;
                      font-weight: 300;
                      color: #74291D;
                      height: 50px;
                      position: absolute;
                      right: 0;
                      top: 50%;
                      transform: translateY(-50%); }
                    header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .block > ul > li a {
                      padding: 5px 0;
                      font-weight: normal;
                      margin: 0; }
                      header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .block > ul > li a.active {
                        background: #F5F5F5; }
                header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .img-banner {
                  width: 25%;
                  margin: auto 0 auto auto; }
                  header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .img-banner img {
                    width: 100%;
                    height: auto; }
            header:not(#search-enquiries-header) .container-fluid nav > ul > li:hover a {
              opacity: 1; }
            header:not(#search-enquiries-header) .container-fluid nav > ul > li:hover .navigation {
              opacity: 1;
              pointer-events: auto; } }

@media (min-width: 1200px) {
  header:not(#search-enquiries-header) .btn {
    padding: 5px 10px;
    font-size: 18px; }
  header:not(#search-enquiries-header) .container-fluid .logo {
    height: 55px;
    margin: 17px 0;
    transition: all 0.2s; }
  header:not(#search-enquiries-header) .container-fluid nav {
    top: 0px; }
    header:not(#search-enquiries-header) .container-fluid nav > ul > li > a:not(.btn) {
      line-height: 90px; }
    header:not(#search-enquiries-header) .container-fluid nav > ul > li a {
      font-size: 16px; }
    header:not(#search-enquiries-header) .container-fluid nav > ul > li:hover > a:after,
    header:not(#search-enquiries-header) .container-fluid nav > ul > li > a.active:after {
      left: 10px;
      width: calc(100% - 20px); }
    header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .block {
      min-width: 20%; }
    header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner .img-banner {
      display: block; } }

@media (min-width: 1350px) {
  header:not(#search-enquiries-header) .btn {
    margin-left: 15px;
    padding: 5px 10px;
    font-size: 16px; }
  header:not(#search-enquiries-header) .container-fluid nav > ul > li > a {
    margin: 0 7px; } }

@media (min-width: 1456px) {
  header:not(#search-enquiries-header) .container-fluid nav > ul > li .navigation .inner {
    padding: 30px 8px; } }

#slideshow .slide .background {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center; }
  #slideshow .slide .background .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    width: 100%; }
    #slideshow .slide .background .title h2, #slideshow .slide .background .title h3 {
      margin: 0;
      color: #FFF;
      font-size: 22px;
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); }
    #slideshow .slide .background .title h3 {
      font-weight: 300;
      font-size: 18px;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); }

#slideshow .slick-dots {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  #slideshow .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0px 3px 5px 3px; }
    #slideshow .slick-dots li.slick-active {
      background: #FFF; }
    #slideshow .slick-dots li button {
      display: none; }

#slideshow.vervolg .slide .background {
  height: 200px; }

@media (min-width: 768px) {
  #slideshow .slide .background .title h2 {
    font-size: 32px; }
  #slideshow .slide .background .title h3 {
    font-size: 26px; } }

@media (min-width: 992px) {
  #slideshow .slide .background {
    height: 500px; }
    #slideshow .slide .background .title h2 {
      font-size: 38px; }
    #slideshow .slide .background .title h3 {
      font-size: 30px; }
  #slideshow.vervolg .slide .background {
    height: 225px; }
  #search_wrapper + #slideshow .slide .background .title {
    margin-top: -60px; }
  #search_wrapper + #slideshow.vervolg .slide .background .title {
    margin-top: -40px; } }

@media (min-width: 1200px) {
  #slideshow .slide .background {
    height: 500px; }
    #slideshow .slide .background .title h2 {
      font-size: 60px; }
    #slideshow .slide .background .title h3 {
      font-size: 48px; }
  #slideshow.vervolg .slide .background {
    height: 500px; }
  #search_wrapper + #slideshow .slide .background .title {
    margin-top: -90px; } }

#slideshow_home_wrapper {
  position: relative; }
  #slideshow_home_wrapper .poort {
    display: block;
    width: 30%;
    max-width: 200px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1; }
    #slideshow_home_wrapper .poort img {
      width: 100%; }
  #slideshow_home_wrapper .icons {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    text-align: center; }
    #slideshow_home_wrapper .icons img {
      height: 70px; }
    #slideshow_home_wrapper .icons > * + * {
      margin-left: 40px; }

#slideshow_home .slide_bg {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #slideshow_home .slide_bg .slide_content {
    display: block;
    height: 300px;
    transform: translate(100%, 0);
    transition: transform 1s;
    overflow: hidden; }
    #slideshow_home .slide_bg .slide_content.verhuisbus img {
      object-fit: contain;
      max-width: 255px;
      height: unset; }
    #slideshow_home .slide_bg .slide_content.left {
      transform: translate(-100%, 0); }
    #slideshow_home .slide_bg .slide_content.active {
      transform: translate(0, 0);
      overflow: visible; }
    #slideshow_home .slide_bg .slide_content img {
      position: absolute;
      left: calc(50% - 170px);
      bottom: 0;
      height: 70%; }
    #slideshow_home .slide_bg .slide_content .slide_text_wrapper {
      position: absolute;
      left: calc(50% - 10px);
      top: 30px;
      overflow: hidden;
      display: none; }
      #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text {
        border: 2px solid #FFF;
        border-radius: 15px;
        padding: 10px;
        margin-bottom: 15px;
        background: radial-gradient(#e64a1a, rgba(230, 74, 26, 0)); }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h3 {
          color: #FFF;
          font-size: 14px;
          font-weight: 600;
          white-space: nowrap;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h2 {
          color: #FFF;
          margin-bottom: 0;
          font-size: 16px;
          padding-left: 10px;
          font-weight: 600;
          white-space: nowrap;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
          #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h2 span {
            display: block;
            padding-left: 10px;
            margin-top: 5px; }
      #slideshow_home .slide_bg .slide_content .slide_text_wrapper .btn {
        display: inline-block;
        float: right; }
  #slideshow_home .slide_bg.ciska {
    background-image: url(/img/headers/bg_ciska.jpg); }
  #slideshow_home .slide_bg.dick {
    background-image: url(/img/headers/bg_dick.jpg); }
    #slideshow_home .slide_bg.dick .slide_content img {
      left: calc(50% - 200px); }
    #slideshow_home .slide_bg.dick .slide_content .slide_text_wrapper {
      left: calc(50% - 40px); }
      #slideshow_home .slide_bg.dick .slide_content .slide_text_wrapper .slide_text h2 {
        padding-left: 0; }
        #slideshow_home .slide_bg.dick .slide_content .slide_text_wrapper .slide_text h2 span {
          padding-left: 0; }
  #slideshow_home .slide_bg.kim {
    background-image: url(/img/headers/bg_kim.jpg); }
    #slideshow_home .slide_bg.kim .slide_content img {
      left: calc(50% - 40px); }
    #slideshow_home .slide_bg.kim .slide_content .slide_text_wrapper {
      left: calc(50% - 140px); }
  #slideshow_home .slide_bg.roland {
    background-image: url(/img/headers/bg_roland.jpg); }
    #slideshow_home .slide_bg.roland .slide_content img {
      left: calc(50% - 220px); }
    #slideshow_home .slide_bg.roland .slide_content .slide_text_wrapper {
      left: calc(50% - 30px); }
  #slideshow_home .slide_bg.charon {
    background-image: url(/img/headers/bg_charon.jpg); }
    #slideshow_home .slide_bg.charon .slide_content img {
      left: calc(50% - 200px); }
    #slideshow_home .slide_bg.charon .slide_content .slide_text_wrapper {
      left: calc(50% - 20px); }

#slideshow_home .slick-dots {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  #slideshow_home .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0px 3px 5px 3px; }
    #slideshow_home .slick-dots li.slick-active {
      background: #FFF; }
    #slideshow_home .slick-dots li button {
      display: none; }

@media (min-width: 768px) {
  #slideshow_home_wrapper .icons {
    bottom: -50px;
    z-index: 10; }
    #slideshow_home_wrapper .icons img {
      height: 90px; }
    #slideshow_home_wrapper .icons > * + * {
      margin-left: 40px; }
  #slideshow_home .slide_bg {
    height: 500px; }
    #slideshow_home .slide_bg .slide_content img {
      left: calc(50% - 40px); }
    #slideshow_home .slide_bg .slide_content .slide_text_wrapper {
      position: absolute;
      left: calc(50% + 140px);
      top: 45px;
      overflow: hidden; }
      #slideshow_home .slide_bg .slide_content .slide_text_wrapper .name {
        background-image: url("/img/svg/pentagon-white.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 100px; }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .name span {
          color: #73291E;
          font-size: 30px;
          font-weight: 500;
          text-transform: uppercase; }
      #slideshow_home .slide_bg .slide_content .slide_text_wrapper .nvm-logo {
        background-image: url("/img/svg/pentagon-brown.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 100px; }
      #slideshow_home .slide_bg .slide_content .slide_text_wrapper .main-text {
        height: auto;
        width: 422px;
        background-image: url("/img/svg/pentagon-blue.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 100px; }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .main-text span {
          letter-spacing: -0.94px;
          font-size: 46px;
          color: #fff;
          line-height: 53px;
          font-weight: 300;
          max-width: 280px;
          text-transform: uppercase; }
          #slideshow_home .slide_bg .slide_content .slide_text_wrapper .main-text span b {
            font-weight: 800; }
      #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text {
        padding: 15px; }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h3 {
          font-size: 18px; }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h2 {
          font-size: 24px;
          padding-left: 30px; }
          #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h2 span {
            padding-left: 30px; }
    #slideshow_home .slide_bg.dick .slide_content img {
      left: calc(50% - 350px); }
    #slideshow_home .slide_bg.dick .slide_content .slide_text_wrapper {
      left: calc(50% - 150px); }
      #slideshow_home .slide_bg.dick .slide_content .slide_text_wrapper .slide_text h2 {
        padding-left: 20px; }
        #slideshow_home .slide_bg.dick .slide_content .slide_text_wrapper .slide_text h2 span {
          padding-left: 20px; }
    #slideshow_home .slide_bg.kim .slide_content img {
      left: calc(50% + 30px); }
    #slideshow_home .slide_bg.roland .slide_content img {
      left: calc(50% - 350px); }
    #slideshow_home .slide_bg.roland .slide_content .slide_text_wrapper {
      left: calc(50% - 150px); }
    #slideshow_home .slide_bg.charon .slide_content img {
      left: calc(50% - 350px); }
    #slideshow_home .slide_bg.charon .slide_content .slide_text_wrapper {
      left: calc(50% - 150px); } }

@media (min-width: 992px) {
  #slideshow_home_wrapper .poort {
    width: unset;
    max-width: 200px;
    bottom: -50px;
    left: 30px; }
  #slideshow_home_wrapper .icons {
    bottom: -20px;
    z-index: 10; }
    #slideshow_home_wrapper .icons img {
      height: 110px; }
    #slideshow_home_wrapper .icons > * + * {
      margin-left: 60px; }
  #slideshow_home .slide_bg {
    height: 450px; }
    #slideshow_home .slide_bg .slide_content {
      height: 450px; }
      #slideshow_home .slide_bg .slide_content img {
        left: calc(50% - 80px); }
      #slideshow_home .slide_bg .slide_content.verhuisbus img {
        max-width: 40%; }
      #slideshow_home .slide_bg .slide_content .slide_text_wrapper {
        left: calc(50% + 180px);
        top: 60px; }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text {
          border: 3px solid #FFF; }
          #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h3 {
            font-size: 22px; }
          #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h2 {
            font-size: 36px; }
    #slideshow_home .slide_bg.dick .slide_content img {
      left: calc(50% - 460px); }
    #slideshow_home .slide_bg.dick .slide_content .slide_text_wrapper {
      left: calc(50% - 200px); }
    #slideshow_home .slide_bg.kim .slide_content img {
      left: calc(60% + 100px); }
    #slideshow_home .slide_bg.kim .slide_content .slide_text_wrapper {
      left: calc(60% - 210px); }
    #slideshow_home .slide_bg.roland .slide_content img {
      left: calc(50% - 460px); }
    #slideshow_home .slide_bg.roland .slide_content .slide_text_wrapper {
      left: calc(50% - 160px); }
    #slideshow_home .slide_bg.charon .slide_content img {
      left: calc(50% - 460px); }
    #slideshow_home .slide_bg.charon .slide_content .slide_text_wrapper {
      left: calc(50% - 160px); } }

@media (min-width: 1200px) {
  #slideshow_home_wrapper .poort {
    width: unset;
    max-width: unset;
    bottom: -70px;
    left: 30px; }
  #slideshow_home_wrapper .icons {
    bottom: -50px;
    z-index: 10; }
    #slideshow_home_wrapper .icons img {
      height: 140px; }
    #slideshow_home_wrapper .icons > * + * {
      margin-left: 70px; }
  #slideshow_home .slide_bg {
    height: 850px; }
    #slideshow_home .slide_bg .slide_content {
      height: 800px; }
      #slideshow_home .slide_bg .slide_content img {
        left: calc(10% - 60px); }
      #slideshow_home .slide_bg .slide_content .slide_text_wrapper {
        left: calc(6% + 330px);
        transform: translateY(-50%);
        top: 50%; }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h3 {
          font-size: 24px; }
        #slideshow_home .slide_bg .slide_content .slide_text_wrapper .slide_text h2 {
          font-size: 40px; }
    #slideshow_home .slide_bg.dick .slide_content img {
      left: calc(40% - 590px); }
    #slideshow_home .slide_bg.dick .slide_content .slide_text_wrapper {
      left: calc(40% - 250px); }
    #slideshow_home .slide_bg.roland .slide_content img {
      left: calc(40% - 600px); }
    #slideshow_home .slide_bg.roland .slide_content .slide_text_wrapper {
      left: calc(40% - 210px); }
    #slideshow_home .slide_bg.charon .slide_content img {
      left: calc(40% - 600px); }
    #slideshow_home .slide_bg.charon .slide_content .slide_text_wrapper {
      left: calc(40% - 230px); } }

@media (min-width: 1440px) {
  #slideshow_home_wrapper .icons {
    bottom: -50px;
    z-index: 10; }
    #slideshow_home_wrapper .icons img {
      height: 160px; }
    #slideshow_home_wrapper .icons > * + * {
      margin-left: 100px; }
  #slideshow_home_wrapper .poort {
    width: unset;
    max-width: unset;
    bottom: -70px;
    left: calc((100vw - 1440px) / 2 + 30px); } }

#slideshow_home .slick-dots {
  display: none !important; }

#slideshow_home .slide_bg.alt-style .slide-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 15%; }

#slideshow_home .slide_bg.alt-style .slide-content {
  left: calc(5% + 40px); }

#slideshow_home .slide_bg .slide-img {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 1s ease-in-out; }
  #slideshow_home .slide_bg .slide-img.left {
    left: 5%; }
  #slideshow_home .slide_bg .slide-img.right {
    right: 5%; }
    #slideshow_home .slide_bg .slide-img.right img {
      max-width: 60%; }
  #slideshow_home .slide_bg .slide-img img {
    width: 40%; }
  #slideshow_home .slide_bg .slide-img.active {
    opacity: 1; }

#slideshow_home .slide_bg .slide-content {
  position: absolute;
  left: calc(5% + 110px);
  top: 60%;
  transform: translateY(-50%);
  width: 180px;
  display: none; }
  #slideshow_home .slide_bg .slide-content .name {
    background-image: url(/img/svg/pentagon-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    position: absolute;
    top: -40px;
    right: 30px;
    width: 80px;
    height: 80px; }
    #slideshow_home .slide_bg .slide-content .name span {
      color: #73291E;
      font-size: 10px;
      line-height: 14px;
      text-transform: uppercase;
      font-weight: 700;
      width: 100%;
      text-align: center;
      display: inline-block; }
  #slideshow_home .slide_bg .slide-content .main-text {
    background-image: url(/img/svg/pentagon-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0px;
    width: 140px; }
    #slideshow_home .slide_bg .slide-content .main-text span {
      display: inline-block;
      width: 70%;
      text-align: center;
      color: #fff;
      line-height: 20px;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: -0.94px; }
      #slideshow_home .slide_bg .slide-content .main-text span b {
        font-weight: 900; }
  #slideshow_home .slide_bg .slide-content .nvm-logo {
    background-image: url(/img/svg/pentagon-brown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    position: absolute;
    bottom: -10px;
    right: 35px;
    width: 50px;
    height: 50px; }
    #slideshow_home .slide_bg .slide-content .nvm-logo i {
      color: #fff;
      font-size: 25px;
      position: relative;
      left: 5px; }

@media (min-width: 768px) {
  #slideshow_home .slide_bg .slide-img {
    bottom: 0%; }
    #slideshow_home .slide_bg .slide-img img {
      width: 50%; }
  #slideshow_home .slide_bg .slide-content {
    left: calc(5% + 200px);
    top: 50%;
    transform: translateY(-50%);
    width: 300px; }
    #slideshow_home .slide_bg .slide-content .name {
      background-image: url(/img/svg/pentagon-white.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      position: absolute;
      top: -50px;
      right: 80px;
      width: 100px;
      height: 100px; }
      #slideshow_home .slide_bg .slide-content .name span {
        color: #73291E;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        text-align: center;
        display: inline-block; }
    #slideshow_home .slide_bg .slide-content .main-text {
      background-image: url(/img/svg/pentagon-blue.svg);
      background-repeat: no-repeat;
      background-size: contain;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      padding: 50px;
      width: 220px; }
      #slideshow_home .slide_bg .slide-content .main-text span {
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #fff;
        line-height: 27px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: -0.94px; }
        #slideshow_home .slide_bg .slide-content .main-text span b {
          font-weight: 900; }
    #slideshow_home .slide_bg .slide-content .nvm-logo {
      background-image: url(/img/svg/pentagon-brown.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px;
      position: absolute;
      bottom: -20px;
      right: 110px;
      width: 70px;
      height: 70px; }
      #slideshow_home .slide_bg .slide-content .nvm-logo i {
        color: #fff;
        font-size: 30px; } }

@media (min-width: 992px) {
  #slideshow_home .slide_bg.alt-style .slide-content {
    left: calc(5% + 400px); }
  #slideshow_home .slide_bg .slide-img {
    bottom: 5%; } }

@media (min-width: 1200px) {
  #slideshow_home .slide_bg .slide-img img {
    width: 90%; }
  #slideshow_home .slide_bg .slide-content {
    left: calc(5% + 400px);
    top: 50%;
    transform: translateY(-50%);
    width: 400px; }
    #slideshow_home .slide_bg .slide-content .name {
      background-image: url(/img/svg/pentagon-white.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px;
      position: absolute;
      top: -80px;
      right: 80px;
      width: 160px;
      height: 160px; }
      #slideshow_home .slide_bg .slide-content .name span {
        color: #73291E;
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        text-align: center;
        display: inline-block; }
    #slideshow_home .slide_bg .slide-content .main-text {
      background-image: url(/img/svg/pentagon-blue.svg);
      background-repeat: no-repeat;
      background-size: contain;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      padding: 100px 90px;
      width: 400px; }
      #slideshow_home .slide_bg .slide-content .main-text span {
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #fff;
        line-height: 40px;
        font-size: 39px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: -0.94px; }
        #slideshow_home .slide_bg .slide-content .main-text span b {
          font-weight: 900; }
    #slideshow_home .slide_bg .slide-content .nvm-logo {
      background-image: url(/img/svg/pentagon-brown.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px;
      position: absolute;
      bottom: -40px;
      right: 60px;
      width: 130px;
      height: 130px; }
      #slideshow_home .slide_bg .slide-content .nvm-logo i {
        color: #fff;
        font-size: 60px; } }

#search_wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 10;
  width: 100%;
  height: calc(100% - 60px);
  padding: 0;
  overflow: hidden; }
  #search_wrapper form {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 15px 15px 0 15px;
    background: #FFF;
    margin: 0 -15px; }
    #search_wrapper form .form-group label {
      display: none; }
    #search_wrapper form .form-group .form-control {
      border-radius: 4px; }
    #search_wrapper form .form-group .btn {
      padding: 5px 0px;
      width: 100%; }

@media (min-width: 768px) {
  #search_wrapper form {
    overflow: hidden;
    padding: 15px 0 0 15px; }
    #search_wrapper form .form-group {
      float: left;
      width: calc(50% - 15px);
      margin: 0 15px 15px 0; }
    #search_wrapper form > .form-group:last-of-type {
      width: calc(100% - 15px); } }

@media (min-width: 992px) {
  #search_wrapper {
    display: block !important;
    position: absolute;
    top: 416px;
    z-index: 1;
    height: auto; }
    #search_wrapper .container-fluid {
      position: relative; }
    #search_wrapper form {
      padding-bottom: 15px;
      margin: 0;
      border: none;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.5); }
      #search_wrapper form .form-group {
        width: calc(15% - 15px);
        margin-bottom: 0; }
      #search_wrapper form > .form-group:last-of-type {
        width: calc(10% - 15px); }
    #search_wrapper.vervolg {
      top: 206px; } }

@media (min-width: 1200px) {
  #search_wrapper {
    top: 550px; }
    #search_wrapper:not(.vervolg) form {
      padding: 20px 15px 20px 30px; }
      #search_wrapper:not(.vervolg) form .form-control {
        height: 40px;
        font-size: 16px; }
      #search_wrapper:not(.vervolg) form select {
        background-size: auto 50%; }
      #search_wrapper:not(.vervolg) form .form-group .btn {
        padding: 5px 0px !important; }
    #search_wrapper.vervolg {
      top: 446px; } }

footer {
  position: relative; }
  footer:before {
    content: '';
    position: absolute;
    background-image: url("/img/svg/footer.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-size: cover;
    background-position: top center; }
  footer .bg-blue {
    background-color: #084184; }
  footer .wrapper {
    margin-top: 30px;
    background: transparent; }
  footer h2 {
    color: #FFF;
    margin-bottom: 30px; }
  footer h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    color: #FFF; }
  footer .footer-item {
    text-align: center; }
    footer .footer-item h4 {
      color: #fff;
      min-height: 20px;
      text-align: center;
      text-transform: uppercase;
      font-size: 19px; }
    footer .footer-item a {
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-size: 19px;
      display: inline-block; }
      footer .footer-item a .phone {
        font-size: 27px; }
    footer .footer-item .social-imgs img {
      width: 40px; }
    footer .footer-item .social-imgs .middle {
      bottom: -15px;
      position: relative; }
  footer .bottom {
    background-color: transparent;
    position: relative;
    z-index: 10; }
    footer .bottom .links {
      text-align: center;
      margin-top: 20px;
      color: #fff; }
      footer .bottom .links a {
        color: #fff;
        text-decoration: none; }
      footer .bottom .links > * + * {
        margin-left: 5px; }
  footer address {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #FFF; }
  footer .email_wrapper {
    text-align: center;
    margin-bottom: 30px; }
    footer .email_wrapper a {
      text-decoration: none;
      font-weight: 400;
      color: #FFF;
      font-size: 18px; }
      footer .email_wrapper a.phone {
        font-weight: 600;
        font-size: 24px; }
  footer .icon {
    display: inline-block;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background: #FFF;
    font-size: 24px; }
    footer .icon.icon-facebook {
      color: #505a91; }
    footer .icon.icon-youtube {
      color: #d32517; }
    footer .icon.icon-instagram {
      color: #dc2743; }
    footer .icon.icon-twitter {
      color: #00aced; }
  footer .login_wrapper {
    text-align: center;
    margin-bottom: 30px;
    color: #FFF; }
    footer .login_wrapper .login {
      display: inline-block; }
      footer .login_wrapper .login .icon-user {
        float: left;
        background: #FFF;
        color: #893513;
        margin-right: 10px; }
        footer .login_wrapper .login .icon-user + span {
          font-weight: 300;
          line-height: 50px;
          font-size: 18px; }
          footer .login_wrapper .login .icon-user + span a {
            color: #FFF; }
  footer .social_wrapper {
    margin-bottom: 30px; }
    footer .social_wrapper a .icon {
      margin-right: 6px; }
    footer .social_wrapper a:last-of-type .icon {
      margin-right: 0; }
  footer .linklist ul {
    margin: 0 0 20px 10px;
    padding: 0;
    color: #FFF; }
    footer .linklist ul li a {
      color: #FFF;
      text-decoration: none;
      font-weight: 300; }
      footer .linklist ul li a:hover {
        color: #000; }
      footer .linklist ul li a .search-enquiries-count {
        background: #349e30;
        color: #ffffff; }
  footer .linklist small {
    color: #FFF; }
    footer .linklist small a {
      color: #FFF;
      text-decoration: none; }
  footer .logos_wrapper {
    margin: 0 !important;
    padding: 20px 0; }
    footer .logos_wrapper .logos {
      text-align: center;
      border-top: 1px solid #0058A7;
      padding-top: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 15px; }
      footer .logos_wrapper .logos a img {
        height: 35px; }
      footer .logos_wrapper .logos span {
        display: inline-block;
        font-size: 26px;
        color: #FFF;
        margin: 10px; }
        footer .logos_wrapper .logos span.bigger {
          font-size: 33px; }

@media (min-width: 768px) {
  footer:before {
    background-size: cover; }
  footer .footer-item .social-imgs img {
    width: 30px; } }

@media (min-width: 992px) {
  footer .bg-blue {
    background-color: transparent; }
  footer .top {
    padding-top: 100px; }
  footer .wrapper {
    margin-top: 45px; }
  footer h3 {
    text-align: left; }
  footer address {
    text-align: left;
    float: left;
    margin-right: 50px;
    line-height: 1.8; }
  footer .email_wrapper {
    margin-bottom: 0; }
  footer .social_wrapper {
    margin-bottom: 0; }
  footer .login_wrapper {
    text-align: left;
    margin-bottom: 0; }
  footer .logos_wrapper .logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  footer .footer-item .social-imgs img {
    width: 40px; } }

@media (min-width: 1200px) {
  footer .wrapper {
    margin-top: 60px; } }

.home-objecten .object figure .images {
  grid-template-rows: repeat(8, 50px); }

.home-objecten .object .text span {
  display: block; }
  .home-objecten .object .text span.street {
    color: #052b67;
    font-weight: bold;
    font-size: 20px; }
  .home-objecten .object .text span.city {
    font-size: 18px; }
  .home-objecten .object .text span.price {
    color: #052b67;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold; }

.home-objecten .object .icons .inner {
  position: relative;
  padding: 15px 0 10px;
  color: #052b67;
  font-size: 18px; }
  .home-objecten .object .icons .inner .icon {
    display: inline-block;
    font-size: 18px;
    transform: translateY(2px);
    margin-right: 5px;
    color: #052b67; }

.object {
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0, 44, 81, 0.1);
  text-decoration: none;
  margin-bottom: 20px;
  border: none !important;
  border-bottom: 4px solid #052b67 !important; }
  .object.huur {
    border-bottom: 4px solid #e64a1a !important; }
  .object.nieuwbouw {
    border-bottom: 4px solid #3e8e25 !important; }
  .object.bog {
    border-bottom: 4px solid #0084c9 !important; }
  .object:hover {
    text-decoration: none; }
  .object figure {
    padding: 7px;
    position: relative;
    margin-bottom: 0; }
    .object figure .energielabel {
      color: #fff;
      z-index: 1;
      position: absolute;
      left: 7px;
      top: 45%;
      padding: 8px 8px 20px 20px;
      height: 50px;
      font-weight: 700;
      font-size: 25px; }
      .object figure .energielabel:after {
        content: "";
        position: absolute;
        top: 0;
        right: 1px;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-repeat: no-repeat;
        transform: translateX(100%);
        background-size: contain; }
      .object figure .energielabel.a_ppp {
        background-color: #0B6634; }
        .object figure .energielabel.a_ppp:after {
          background-image: url("/img/energie/energie-a.svg"); }
      .object figure .energielabel.a {
        background-color: #0B6634; }
        .object figure .energielabel.a:after {
          background-image: url("/img/energie/energie-a.svg"); }
      .object figure .energielabel.b {
        background-color: #138D37; }
        .object figure .energielabel.b:after {
          background-image: url("/img/energie/energie-b.svg"); }
      .object figure .energielabel.c {
        background-color: #92C01F; }
        .object figure .energielabel.c:after {
          background-image: url("/img/energie/energie-c.svg"); }
      .object figure .energielabel.d {
        background-color: #FFEB00; }
        .object figure .energielabel.d:after {
          background-image: url("/img/energie/energie-d.svg"); }
      .object figure .energielabel.e {
        background-color: #F7B231; }
        .object figure .energielabel.e:after {
          background-image: url("/img/energie/energie-e.svg"); }
      .object figure .energielabel.f {
        background-color: #E95A0C; }
        .object figure .energielabel.f:after {
          background-image: url("/img/energie/energie-f.svg"); }
      .object figure .energielabel.g {
        background-color: #BC1622; }
        .object figure .energielabel.g:after {
          background-image: url("/img/energie/energie-g.svg"); }
    .object figure .images {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: repeat(8, 35px);
      grid-gap: 4px; }
      .object figure .images img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .object figure .images img:first-child {
          border-radius: 5px 5px 0 0;
          grid-column-start: 1;
          grid-column-end: 9;
          grid-row-start: 1;
          grid-row-end: 6; }
        .object figure .images img:nth-child(2) {
          border-radius: 0 0 0 5px;
          grid-column-start: 1;
          grid-column-end: 5;
          grid-row-start: 6;
          grid-row-end: 9; }
        .object figure .images img:last-child {
          border-radius: 0 0 5px 0;
          grid-column-start: 5;
          grid-column-end: 9;
          grid-row-start: 6;
          grid-row-end: 9; }
    .object figure img {
      width: 100%; }
    .object figure figcaption {
      position: absolute;
      top: 15px;
      right: 15px;
      padding: 5px 10px;
      border-radius: 3px;
      color: #fff;
      background: #052b67;
      font-size: 14px; }
      .object figure figcaption.verkocht, .object figure figcaption.verhuurd {
        background: #042540; }
  .object.huur figure figcaption {
    background: #e64a1a; }
  .object.nieuwbouw figure figcaption {
    background: #3e8e25; }
  .object.bog figure figcaption {
    background: #0084c9; }
  .object .text {
    color: #002c51;
    background: #fff;
    padding: 15px; }
    .object .text address {
      font-style: normal;
      padding-bottom: 10px; }
    .object .text span {
      display: block; }
      .object .text span.street {
        color: #052b67;
        font-weight: bold;
        font-size: 18px; }
      .object .text span.city {
        font-size: 16px; }
      .object .text span.price {
        color: #052b67;
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 10px;
        font-weight: bold; }
  .object .icons {
    position: relative;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    .object .icons:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: -5px;
      height: 1px;
      width: calc(100% + 10px);
      background: #EAEAEA; }
    .object .icons .inner {
      position: relative;
      padding: 15px 0 10px;
      color: #052b67;
      font-size: 14px; }
      .object .icons .inner:hover:before {
        opacity: 1;
        visibility: visible; }
      .object .icons .inner:before {
        content: attr(data-content);
        position: absolute;
        left: 50%;
        bottom: calc(100% + 5px);
        transform: translateX(-50%);
        font-size: 12px;
        color: #fff;
        white-space: nowrap;
        padding: 0px 10px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 3px;
        transition: all 300ms ease;
        opacity: 0;
        visibility: hidden; }
      .object .icons .inner .icon {
        display: inline-block;
        font-size: 14px;
        transform: translateY(2px);
        margin-right: 5px;
        color: #052b67; }

.project {
  display: block;
  text-decoration: none; }
  .project.custom img {
    height: 230px;
    object-fit: cover; }
  .project figure {
    position: relative; }
    .project figure > i {
      position: absolute;
      left: 15px;
      top: 15px;
      display: block;
      background: #893513;
      padding: 3px 8px;
      color: #FFF;
      font-style: normal;
      border-radius: 3px;
      font-weight: 600; }
    .project figure > img {
      display: block;
      width: 100%;
      aspect-ratio: 330 / 248;
      object-fit: cover; }
    .project figure > span {
      display: block;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      transition: all 0.2s; }
      .project figure > span i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        font-size: 36px; }
    .project figure figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      color: #FFF;
      width: 100%;
      padding: 60px 15px 15px 15px;
      font-weight: 300;
      background: linear-gradient(12deg, rgba(0, 0, 0, 0.75) 0%, transparent 65%); }
      .project figure figcaption span {
        display: inline-block;
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 3px; }
  .project:hover {
    text-decoration: none; }
    .project:hover figure:not(.no-overlay) > span {
      opacity: 1; }

figure.employee {
  position: relative; }
  figure.employee > i {
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
    background: #893513;
    padding: 3px 8px;
    color: #FFF;
    font-style: normal;
    border-radius: 3px;
    font-weight: 600; }
  figure.employee > img {
    display: block;
    width: 100%; }
  figure.employee figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #FFF;
    width: 100%;
    padding: 60px 15px 15px 15px;
    font-weight: 300;
    background: linear-gradient(12deg, rgba(0, 0, 0, 0.75) 0%, transparent 65%); }
    figure.employee figcaption a {
      color: #FFF; }
    figure.employee figcaption img {
      position: absolute;
      right: 15px;
      bottom: 15px;
      width: 32px; }

@media (min-width: 768px) {
  figure.employee > img {
    max-height: 570px;
    object-fit: cover; } }

@media (min-width: 1200px) {
  figure.employee > img {
    max-height: 380px;
    object-fit: cover;
    object-position: bottom; } }

a.article {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 44, 81, 0.1); }
  a.article figure {
    position: relative;
    margin-bottom: 0; }
    a.article figure img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
    a.article figure > span {
      display: block;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      transition: all 0.2s; }
      a.article figure > span i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        font-size: 36px; }
  a.article .info {
    background: #fff;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    a.article .info time {
      display: inline-block;
      background: #ececec;
      border-radius: 3px;
      font-size: 14px;
      padding: 3px 8px;
      margin-bottom: 15px;
      transition: all 0.2s;
      width: -webkit-fit-content;
      width: fit-content; }
    a.article .info .title {
      font-weight: 600;
      font-size: 20px; }
  a.article:hover figure > span {
    opacity: 1; }
  a.article:hover time {
    background: #DDD; }

.banner {
  display: block;
  margin-bottom: 30px; }
  .banner img {
    display: block;
    width: 100%;
    border-radius: 5px; }

#social h2 span {
  display: inline-block; }
  #social h2 span a {
    text-decoration: none;
    font-size: 24px; }

#social .slick-list {
  overflow: visible; }

#social .post {
  display: block;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  border: 1px solid #D8D8D8; }
  #social .post figure {
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative; }
    #social .post figure img {
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #social .post .text {
    background: #fff;
    padding: 15px; }
    #social .post .text span {
      font-size: 16px;
      font-weight: bold;
      color: #222837; }
      #social .post .text span::before {
        font-family: 'icomoon';
        margin-right: 10px;
        color: #052b67; }
      #social .post .text span.facebook::before {
        content: '\e903'; }
      #social .post .text span.instagram::before {
        content: '\e906'; }
    #social .post .text .message {
      display: none; }
      #social .post .text .message p {
        font-size: 16px;
        margin-bottom: 0; }
  #social .post:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
    #social .post:hover .text .message {
      display: block; }

@media (min-width: 1200px) {
  #social h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #social h2 span {
      font-size: 24px; }
      #social h2 span a {
        margin-left: 10px; } }

@media (min-width: 1400px) {
  #social h2 span {
    vertical-align: -2px;
    font-size: 36px; } }

#homepage #openhuis_wrapper {
  margin-bottom: 50px; }
  #homepage #openhuis_wrapper .open-huis-text {
    margin-bottom: 50px; }
  #homepage #openhuis_wrapper .open-huis-image img {
    display: block;
    width: 100%; }

#homepage .cta-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }

#homepage #objectCarousel {
  margin: 0 0px 50px; }
  #homepage #objectCarousel .slick-list {
    padding: 30px 0; }
  #homepage #objectCarousel .slick-slide {
    margin: 0 15px; }
  #homepage #objectCarousel .figure_wrapper {
    float: left;
    width: calc(33.33333333% - 8px);
    margin: 0 4px; }
    #homepage #objectCarousel .figure_wrapper a figure {
      position: relative;
      overflow: hidden;
      padding-bottom: 75%; }
      #homepage #objectCarousel .figure_wrapper a figure > i {
        position: absolute;
        left: 15px;
        top: 15px;
        display: block;
        background: #893513;
        padding: 3px 8px;
        color: #FFF;
        font-style: normal;
        border-radius: 3px;
        font-weight: 600;
        z-index: 1; }
      #homepage #objectCarousel .figure_wrapper a figure img {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%; }
      #homepage #objectCarousel .figure_wrapper a figure > span {
        display: block;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        transition: all 0.2s; }
        #homepage #objectCarousel .figure_wrapper a figure > span i {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          color: #FFF;
          font-size: 36px; }
      #homepage #objectCarousel .figure_wrapper a figure figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        color: #FFF;
        width: 100%;
        padding: 60px 30px 30px 30px;
        font-weight: 300;
        background: linear-gradient(10deg, rgba(0, 0, 0, 0.6) 0%, transparent 55%); }
        #homepage #objectCarousel .figure_wrapper a figure figcaption span {
          display: inline-block;
          font-weight: 600;
          padding: 3px 8px;
          border-radius: 3px; }
    #homepage #objectCarousel .figure_wrapper a:not(:last-child) figure {
      margin-bottom: 8px; }
    #homepage #objectCarousel .figure_wrapper a:hover figure > span {
      opacity: 1; }
    #homepage #objectCarousel .figure_wrapper:nth-child(odd) a:first-child figure {
      padding-bottom: 50%; }
    #homepage #objectCarousel .figure_wrapper:nth-child(even) a:nth-child(2) figure {
      padding-bottom: 50%; }

#homepage .btn_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px; }
  #homepage .btn_wrapper a {
    width: 100%; }

#homepage .klanten .btn {
  margin-top: 30px; }

#homepage .cta-wrap {
  padding-top: 20px; }
  #homepage .cta-wrap .row {
    width: 100%; }

#homepage #huisVanDeWeek {
  position: relative; }
  #homepage #huisVanDeWeek .huis-wrap {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all .3s; }
    #homepage #huisVanDeWeek .huis-wrap .img-wrap {
      position: relative; }
    #homepage #huisVanDeWeek .huis-wrap:hover {
      transform: scale(1.01); }
    #homepage #huisVanDeWeek .huis-wrap h3 {
      margin-top: 10px; }
    #homepage #huisVanDeWeek .huis-wrap .hex {
      position: absolute;
      right: 0;
      top: -10px;
      width: 100px;
      height: 100px; }
      #homepage #huisVanDeWeek .huis-wrap .hex span {
        z-index: 1;
        position: absolute;
        color: #fff;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-transform: uppercase; }
      #homepage #huisVanDeWeek .huis-wrap .hex img {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.9; }
    #homepage #huisVanDeWeek .huis-wrap .huis {
      width: 100%;
      box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.18); }
    #homepage #huisVanDeWeek .huis-wrap .search {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #homepage #huisVanDeWeek ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #homepage #huisVanDeWeek ul li {
      color: #161B4B;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bold; }

#homepage #verhuisBus {
  position: relative;
  padding-bottom: 30px; }
  #homepage #verhuisBus .verhuisbus-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  #homepage #verhuisBus .bus {
    width: 80%; }
  #homepage #verhuisBus .hex {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 10px;
    top: 0; }
    #homepage #verhuisBus .hex span {
      color: #fff;
      text-align: center;
      width: 100%;
      position: absolute;
      z-index: 1;
      font-size: 13px;
      top: 40%;
      line-height: 16px;
      left: 50%;
      transform: translate(-50%, -50%);
      text-transform: uppercase; }
    #homepage #verhuisBus .hex img {
      width: 100%; }
  #homepage #verhuisBus .content h3 {
    font-weight: 700;
    text-transform: unset; }
  #homepage #verhuisBus .content p {
    color: #052b67;
    font-size: 18px; }
    #homepage #verhuisBus .content p b {
      font-weight: 700; }
  #homepage #verhuisBus img {
    width: 100%; }

#homepage #team {
  position: relative;
  background-color: #f7f7f7; }
  #homepage #team .team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    #homepage #team .team .wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 40px; }
      #homepage #team .team .wrap img {
        max-height: 35px; }
  #homepage #team .team-img {
    width: 80%;
    margin: 0 auto;
    display: block; }

#homepage #quicknav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  #homepage #quicknav .item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 15px;
    color: #02011F;
    text-decoration: none; }
    #homepage #quicknav .item:not(:last-of-type):after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px);
      width: 100px;
      height: 1px;
      background: #DDD; }
    #homepage #quicknav .item img {
      display: block;
      width: 80px;
      margin-bottom: 10px;
      transition: all 0.3s; }
    #homepage #quicknav .item:hover {
      color: #24387c; }
      #homepage #quicknav .item:hover img {
        transform: scale(1.1); }

#homepage .klanten {
  border-top: 1px solid #dbdbdb; }
  #homepage .klanten p {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    width: 50%; }
    #homepage .klanten p a {
      text-decoration: none;
      font-weight: 600;
      color: #3e8e25; }
  #homepage .klanten .score {
    float: right;
    display: block;
    background: #3e8e25;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    line-height: 110px;
    color: #FFF;
    font-size: 42px;
    text-align: center;
    padding-top: 5px; }

#homepage .featured_wrapper figure {
  position: relative; }
  #homepage .featured_wrapper figure img {
    display: block;
    width: 100%; }
  #homepage .featured_wrapper figure figcaption {
    left: 15px;
    right: auto; }
  #homepage .featured_wrapper figure > span {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.2s; }
    #homepage .featured_wrapper figure > span i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      font-size: 36px; }
  #homepage .featured_wrapper figure:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 120px;
    height: 120px;
    background: url("/img/huisvdweek.png");
    background-size: 100%; }

#homepage .featured_wrapper:hover figure > span {
  opacity: 1; }

#homepage .featured_wrapper .bg_grey {
  padding: 30px;
  font-size: 18px; }
  #homepage .featured_wrapper .bg_grey span {
    display: inline-block;
    margin-top: 10px;
    color: #FFF;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 600; }

#homepage .banner_wrapper {
  padding-top: 30px; }
  #homepage .banner_wrapper a img {
    display: block;
    width: 100%; }
  #homepage .banner_wrapper a:not(:first-of-type) img {
    margin-top: 25px; }

@media (min-width: 768px) {
  #homepage .btn_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
    #homepage .btn_wrapper a {
      width: 48%; }
  #homepage .cta-bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: start; }
  #homepage #verhuisBus .verhuisbus-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  #homepage #verhuisBus .bus {
    display: block;
    margin: 0 auto; }
  #homepage #huisVanDeWeek .huis-wrap .hex {
    right: 0; }
  #homepage #verhuisBus .hex {
    width: 190px;
    height: 190px;
    left: 10px; }
    #homepage #verhuisBus .hex span {
      color: #fff;
      text-align: center;
      width: 100%;
      position: absolute;
      z-index: 1;
      font-size: 20px;
      top: 40%;
      line-height: 24px;
      left: 50%;
      transform: translate(-50%, -50%);
      text-transform: uppercase; }
  #homepage #team .team {
    -ms-flex-pack: center;
    justify-content: center; }
    #homepage #team .team h2 {
      font-size: 40px; }
    #homepage #team .team .wrap {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 20px;
      margin-bottom: 60px; }
      #homepage #team .team .wrap img {
        max-height: 45px; }
  #homepage #quicknav {
    -ms-flex-direction: row;
    flex-direction: row; }
    #homepage #quicknav .item {
      -ms-flex: 1;
      flex: 1; }
      #homepage #quicknav .item:not(:last-of-type):after {
        width: 1px;
        height: 80px;
        left: 100%;
        bottom: calc(50% - 40px); }
  #homepage .klanten p {
    float: none; }
  #homepage .klanten img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 280px; }
  #homepage .klanten .score {
    position: absolute;
    float: none;
    right: 15px;
    top: 25px;
    margin-top: 0; }
  #homepage .huisvdweek:after {
    width: 180px;
    height: 180px; } }

@media (min-width: 992px) {
  #homepage .klanten {
    position: relative;
    border-top: none;
    padding-left: 45px; }
    #homepage .klanten .btn {
      position: absolute;
      left: 45px;
      bottom: 45px;
      z-index: 2; }
    #homepage .klanten .score {
      top: 80px;
      right: 30px; }
  #homepage .huisvdweek {
    margin-bottom: 0; }
    #homepage .huisvdweek:after {
      width: 120px;
      height: 120px; }
  #homepage .featured_adres {
    margin-left: -15px;
    background: #ececec; }
    #homepage .featured_adres .bg_grey {
      height: 100%;
      padding: 30px 15px; }
  #homepage .banner_wrapper {
    padding-top: 0; } }

@media (min-width: 1200px) {
  #homepage .cta-wrap {
    padding-top: 60px !important; }
  #homepage .btn_wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    #homepage .btn_wrapper a {
      width: 100%; }
  #homepage #verhuisBus h3 {
    font-size: 22px; }
  #homepage #verhuisBus .hex {
    width: 200px;
    height: 200px; }
    #homepage #verhuisBus .hex span {
      color: #fff;
      text-align: center;
      width: 100%;
      position: absolute;
      z-index: 1;
      font-size: 25px;
      top: 40%;
      line-height: 29px;
      left: 50%;
      transform: translate(-50%, -50%);
      text-transform: uppercase; }
  #homepage .wrapper {
    padding-top: 180px;
    position: relative;
    padding-bottom: 120px; }
    #homepage .wrapper.wrapper-big {
      padding-bottom: 190px; }
  #homepage .wrapper-small {
    padding-top: 90px;
    position: relative;
    padding-bottom: 90px; }
  #homepage #openhuis_wrapper {
    margin-bottom: 150px; }
    #homepage #openhuis_wrapper .open-huis-text {
      text-align: right; }
  #homepage #team .team {
    -ms-flex-pack: center;
    justify-content: center; }
    #homepage #team .team .wrap {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 20px;
      margin-bottom: 60px; }
      #homepage #team .team .wrap img {
        max-height: 55px; }
  #homepage #team .team-img {
    width: 70%; }
  #homepage #huisVanDeWeek {
    padding-top: 90px !important; }
    #homepage #huisVanDeWeek .huis-wrap {
      width: 80%;
      display: inline-block; }
      #homepage #huisVanDeWeek .huis-wrap .hex {
        right: -80px;
        top: -50px;
        width: 180px;
        height: 180px; }
        #homepage #huisVanDeWeek .huis-wrap .hex span {
          font-size: 27px;
          line-height: 32px; }
    #homepage #huisVanDeWeek ul li {
      font-size: 18px; }
  #homepage .btn_wrapper {
    -ms-flex-direction: row;
    flex-direction: row; }
  #homepage #quicknav .item {
    height: 195px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px; }
    #homepage #quicknav .item img {
      width: 90px; }
  #homepage .klanten img {
    width: 330px;
    right: 40px; }
  #homepage .klanten .btn {
    bottom: 60px; }
  #homepage .klanten .score {
    top: 70px;
    right: 65px; }
  #homepage .huisvdweek:after {
    width: 180px;
    height: 180px; } }

@media (min-width: 1600px) {
  #homepage #verhuisBus .hex {
    left: -60px; } }

#aanbod .sort {
  display: inline;
  line-height: 24px;
  padding-bottom: 20px; }
  #aanbod .sort .sort_wrapper {
    display: inline-block; }
    #aanbod .sort .sort_wrapper ul {
      display: inline-block;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0px; }
      #aanbod .sort .sort_wrapper ul li {
        display: inline-block;
        padding-left: 0; }
        #aanbod .sort .sort_wrapper ul li a {
          text-decoration: none;
          line-height: 24px; }
        #aanbod .sort .sort_wrapper ul li.active a {
          font-weight: 700; }
        #aanbod .sort .sort_wrapper ul li:not(:last-child):after {
          content: " / "; }
  #aanbod .sort span {
    font-size: 24px;
    vertical-align: -5px;
    color: #f3a58d;
    margin-left: 5px; }
    #aanbod .sort span:hover, #aanbod .sort span.active {
      color: #e64a1a; }
    #aanbod .sort span:not(.active) {
      cursor: pointer; }
    #aanbod .sort span.icon-map {
      font-size: 28px;
      vertical-align: -7px; }

#aanbod #maps {
  width: 100%;
  height: 600px; }

#aanbod .infobubble img {
  width: 100%; }

@media (min-width: 768px) {
  #aanbod .sort {
    display: inline;
    line-height: 24px;
    padding: 10px 15px; } }

@media (min-width: 1200px) {
  #aanbod .sort {
    padding: 20px 15px; } }

#details {
  padding-top: 80px; }
  #details .wrapper-line {
    border-bottom: 1px solid #d8d8d8; }
  #details h3.open-huis {
    color: #052b67;
    margin: 20px 0 0 0; }
  #details .slider_wrapper .label {
    position: absolute;
    right: 30px;
    top: 15px;
    display: block;
    background: #893513;
    padding: 3px 8px;
    color: #FFF;
    font-style: normal;
    border-radius: 3px;
    font-weight: 600;
    z-index: 1; }
  #details .slider_wrapper .adres {
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: calc(100% - 30px);
    z-index: 1;
    padding: 15% 30px 30px 30px;
    background: linear-gradient(12deg, rgba(0, 0, 0, 0.75) 0%, transparent 65%); }
    #details .slider_wrapper .adres h1 {
      margin-bottom: 0;
      color: #FFF; }
      #details .slider_wrapper .adres h1 span {
        display: block; }
    #details .slider_wrapper .adres h2 {
      display: inline-block;
      margin: 0;
      color: #FFF;
      padding: 8px 8px;
      border-radius: 3px;
      line-height: 1; }
  #details #details-slider .slide img,
  #details #details-thumbs .slide img {
    display: block;
    width: 100%; }
  #details #details-slider .slide {
    border-radius: 5px;
    overflow: hidden; }
  #details #details-thumbs .slide {
    margin-bottom: 20px; }
    #details #details-thumbs .slide img {
      border-radius: 5px; }
  #details ul.detail_buttons {
    position: relative;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 30px 0 0 0; }
    #details ul.detail_buttons li {
      display: inline-block;
      margin-top: 15px; }
      #details ul.detail_buttons li a {
        display: block;
        border: 1px solid #CCC;
        color: #000;
        padding: 10px 15px;
        text-decoration: none;
        white-space: nowrap;
        font-weight: bold;
        font-size: 16px;
        margin: 0 5px 0 5px; }
      #details ul.detail_buttons li.active a {
        color: #052b67; }
      #details ul.detail_buttons li:first-child a span {
        vertical-align: -3px; }
  #details .detail_content h2 {
    text-align: center;
    margin-bottom: 30px; }
  #details .detail_content h3 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 40px; }
  #details .detail_content .foto a {
    position: relative;
    display: block; }
    #details .detail_content .foto a img {
      display: block;
      width: 100%;
      margin: 15px 0;
      border-radius: 5px;
      overflow: hidden; }
    #details .detail_content .foto a:hover:after {
      font-family: 'icomoon' !important;
      content: "\e90c";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -50px 0 0 -50px;
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      font-size: 38px;
      color: rgba(255, 255, 255, 0.8); }
  #details .detail_content dl {
    width: 100%;
    margin: 0 0 40px 0;
    border-top: 1px solid #e6e6e6;
    overflow: hidden; }
    #details .detail_content dl dd,
    #details .detail_content dl dt {
      display: inline-block;
      border-bottom: 1px solid #e6e6e6;
      width: 50%;
      line-height: 40px;
      margin: 0px;
      float: left; }
  #details .detail_content #gmap_streetview,
  #details .detail_content #gmap_locatie {
    width: 100%;
    height: 400px; }
  #details .detail_content .gmap_wrapper iframe {
    width: 100%;
    height: 400px;
    border: none; }
  #details .detail_content a.meer {
    color: #052b67;
    font-weight: bold;
    text-decoration: none; }
  #details .detail_content .description_short + .description_long {
    display: none; }
  #details .detail_content textarea {
    height: 96px; }
  #details .detail_content .object-overig {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    margin-bottom: 30px; }
    #details .detail_content .object-overig div,
    #details .detail_content .object-overig video,
    #details .detail_content .object-overig iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #details #brochure ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    #details #brochure ul li {
      display: inline-block; }
  #details #reageer {
    padding: 30px 20px;
    background: #f7f7f7;
    margin: 30px 20px 0 20px;
    border-radius: 5px; }

.colors .color {
  height: 10px; }
  .colors .color.blue-dark {
    background: #1C3583; }
  .colors .color.orange {
    background: #E96824; }
  .colors .color.green {
    background: #349E30; }
  .colors .color.blue-light {
    background: #0094D4; }

.totop {
  display: block;
  border: 1px solid #CCC;
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 10px 15px 5px 15px;
  text-decoration: none;
  background: #FFF;
  color: #000;
  transform: rotate(180deg); }
  .totop:hover {
    text-decoration: none;
    background: #EEE; }

@media (min-width: 1200px) {
  #details {
    padding-top: 130px; } }

#contact .maps_wrapper {
  position: relative;
  padding-bottom: 50%; }
  #contact .maps_wrapper #maps {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

#contact dl {
  line-height: 2;
  margin-bottom: 30px; }
  #contact dl dt {
    width: 150px;
    float: left;
    font-weight: bold;
    display: none; }
  #contact dl dd {
    margin: 0; }
    #contact dl dd span {
      display: inline-block !important; }
  #contact dl + img {
    width: 100%;
    margin-bottom: 30px; }

#contact .g-recaptcha {
  float: left;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  #contact .maps_wrapper {
    padding-bottom: 20%; }
  #contact dl dt {
    display: block; }
  #contact dl + img {
    width: 60%;
    margin-bottom: 30px; } }

#show.news .wrapper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#show li {
  line-height: 2; }

#news .news-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#news img.newsimage {
  display: block;
  width: 100%;
  border: 1px solid #EEE;
  margin-bottom: 15px;
  border-radius: 5px; }

#landing header .phone {
  position: absolute;
  right: 15px;
  bottom: 8px;
  color: #813318;
  vertical-align: middle;
  font-size: 24px;
  line-height: 40px; }
  #landing header .phone span {
    vertical-align: -6px;
    font-size: 32px;
    margin-left: 15px; }

#landing .header {
  position: relative;
  width: 100%;
  background: url("/img/header-bg.jpg") center center no-repeat;
  background-size: cover; }
  #landing .header img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 60%;
    max-width: 300px; }
  #landing .header h2 {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 50%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    max-width: 300px;
    line-height: 1.5;
    text-align: center; }
    #landing .header h2:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.5);
      border-bottom: 0;
      border-right: 0;
      margin-left: -10px;
      margin-bottom: -20px; }

#landing .form_wrapper {
  padding: 15px;
  background: #813318; }
  #landing .form_wrapper .form-group {
    overflow: hidden; }
  #landing .form_wrapper label {
    color: #FFF; }
  #landing .form_wrapper input {
    background: #A7715E;
    border: 0;
    color: #fff; }

#landing footer .wrapper {
  padding: 15px; }
  #landing footer .wrapper small {
    color: #FFF; }

@media (min-width: 768px) {
  #landing .header img {
    left: 50%; }
  #landing .header h2 {
    left: auto;
    max-width: 360px;
    font-size: 22px; }
    #landing .header h2:after {
      left: 80%; } }

@media (min-width: 992px) {
  #landing .header img {
    max-width: 480px; }
  #landing .header h2 {
    top: 45px;
    max-width: 480px;
    font-size: 28px; }
    #landing .header h2:after {
      left: 80%;
      border: 30px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.5);
      border-bottom: 0;
      border-right: 0;
      margin-bottom: -30px; } }

@media (min-width: 1200px) {
  #landing header .phone {
    position: absolute;
    right: 15px;
    bottom: 22px;
    color: #813318;
    vertical-align: middle;
    font-size: 24px;
    line-height: 40px; }
    #landing header .phone span {
      vertical-align: -7px;
      font-size: 32px;
      margin-left: 15px; } }

#details .detail_buttons .blue-navigation {
  background: #24387c; }
  #details .detail_buttons .blue-navigation a {
    border: 0;
    color: #ffffff !important;
    cursor: pointer; }

#mobile-object-photos > div {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

#mobile-object-photos .prev {
  width: 5%;
  top: 45%;
  left: 0;
  transform: none; }

#mobile-object-photos .next {
  width: 5%;
  bottom: 49%;
  right: 0;
  transform: rotate(180deg) translateY(-50%); }

#locatie h2 {
  margin-bottom: 5px !important; }

#locatie small {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100px; }

#offers-modal-container, #streetview-container {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  padding-left: 20px;
  padding-right: 20px; }
  #offers-modal-container #msg, #streetview-container #msg {
    display: none; }
  #offers-modal-container #offers-modal, #offers-modal-container #streetview-modal, #streetview-container #offers-modal, #streetview-container #streetview-modal {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    padding: 40px; }
    #offers-modal-container #offers-modal h5, #offers-modal-container #streetview-modal h5, #streetview-container #offers-modal h5, #streetview-container #streetview-modal h5 {
      font-size: 18px;
      margin: 0; }
    #offers-modal-container #offers-modal form .step-2, #offers-modal-container #offers-modal form .step-3, #offers-modal-container #offers-modal form .step-4, #offers-modal-container #offers-modal form .step-5, #offers-modal-container #streetview-modal form .step-2, #offers-modal-container #streetview-modal form .step-3, #offers-modal-container #streetview-modal form .step-4, #offers-modal-container #streetview-modal form .step-5, #streetview-container #offers-modal form .step-2, #streetview-container #offers-modal form .step-3, #streetview-container #offers-modal form .step-4, #streetview-container #offers-modal form .step-5, #streetview-container #streetview-modal form .step-2, #streetview-container #streetview-modal form .step-3, #streetview-container #streetview-modal form .step-4, #streetview-container #streetview-modal form .step-5 {
      display: none; }
    #offers-modal-container #offers-modal form .step, #offers-modal-container #streetview-modal form .step, #streetview-container #offers-modal form .step, #streetview-container #streetview-modal form .step {
      display: none; }
      #offers-modal-container #offers-modal form .step #reservation-amount, #offers-modal-container #offers-modal form .step #acceptance-date, #offers-modal-container #streetview-modal form .step #reservation-amount, #offers-modal-container #streetview-modal form .step #acceptance-date, #streetview-container #offers-modal form .step #reservation-amount, #streetview-container #offers-modal form .step #acceptance-date, #streetview-container #streetview-modal form .step #reservation-amount, #streetview-container #streetview-modal form .step #acceptance-date {
        display: none; }
      #offers-modal-container #offers-modal form .step:first-of-type, #offers-modal-container #streetview-modal form .step:first-of-type, #streetview-container #offers-modal form .step:first-of-type, #streetview-container #streetview-modal form .step:first-of-type {
        display: block; }
      #offers-modal-container #offers-modal form .step fieldset, #offers-modal-container #streetview-modal form .step fieldset, #streetview-container #offers-modal form .step fieldset, #streetview-container #streetview-modal form .step fieldset {
        margin-bottom: 12px; }
        #offers-modal-container #offers-modal form .step fieldset legend, #offers-modal-container #streetview-modal form .step fieldset legend, #streetview-container #offers-modal form .step fieldset legend, #streetview-container #streetview-modal form .step fieldset legend {
          font-size: 16px;
          border-bottom: 0;
          margin-bottom: 7px; }
        #offers-modal-container #offers-modal form .step fieldset label, #offers-modal-container #streetview-modal form .step fieldset label, #streetview-container #offers-modal form .step fieldset label, #streetview-container #streetview-modal form .step fieldset label {
          display: -ms-flexbox;
          display: flex;
          font-size: 14px;
          margin-bottom: 10px; }
          #offers-modal-container #offers-modal form .step fieldset label input[type="radio"], #offers-modal-container #streetview-modal form .step fieldset label input[type="radio"], #streetview-container #offers-modal form .step fieldset label input[type="radio"], #streetview-container #streetview-modal form .step fieldset label input[type="radio"] {
            display: block;
            margin-right: 12px;
            margin-top: 0; }
      #offers-modal-container #offers-modal form .step label, #offers-modal-container #streetview-modal form .step label, #streetview-container #offers-modal form .step label, #streetview-container #streetview-modal form .step label {
        width: 100%;
        font-size: 16px;
        font-weight: normal; }
        #offers-modal-container #offers-modal form .step label span, #offers-modal-container #streetview-modal form .step label span, #streetview-container #offers-modal form .step label span, #streetview-container #streetview-modal form .step label span {
          display: block;
          margin-bottom: 7px; }
        #offers-modal-container #offers-modal form .step label input[type="text"], #offers-modal-container #offers-modal form .step label input[type="email"], #offers-modal-container #offers-modal form .step label input[type="tel"], #offers-modal-container #offers-modal form .step label input[type="number"], #offers-modal-container #streetview-modal form .step label input[type="text"], #offers-modal-container #streetview-modal form .step label input[type="email"], #offers-modal-container #streetview-modal form .step label input[type="tel"], #offers-modal-container #streetview-modal form .step label input[type="number"], #streetview-container #offers-modal form .step label input[type="text"], #streetview-container #offers-modal form .step label input[type="email"], #streetview-container #offers-modal form .step label input[type="tel"], #streetview-container #offers-modal form .step label input[type="number"], #streetview-container #streetview-modal form .step label input[type="text"], #streetview-container #streetview-modal form .step label input[type="email"], #streetview-container #streetview-modal form .step label input[type="tel"], #streetview-container #streetview-modal form .step label input[type="number"] {
          width: 100%;
          padding: 7px;
          margin-bottom: 12px;
          outline: 0;
          height: 35px; }
        #offers-modal-container #offers-modal form .step label textarea, #offers-modal-container #streetview-modal form .step label textarea, #streetview-container #offers-modal form .step label textarea, #streetview-container #streetview-modal form .step label textarea {
          width: 100%;
          height: 100px; }

#streetview-container #streetview-modal {
  width: 100%;
  max-width: 1440px;
  padding: 20px; }
  #streetview-container #streetview-modal #gmap_streetview {
    width: 100%;
    height: 400px; }

#bouwtypes h2 {
  text-align: center; }

#bouwtypes .bouwtype {
  padding: 30px 0; }
  #bouwtypes .bouwtype h3 {
    font-size: 20px; }
  #bouwtypes .bouwtype img {
    width: 100%;
    height: auto; }
  #bouwtypes .bouwtype .bouwnummer {
    padding: 15px;
    background: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none; }
    #bouwtypes .bouwtype .bouwnummer.verkocht .right {
      font-size: 10px;
      color: #fff;
      padding: 5px;
      background: transparent linear-gradient(157deg, #9F0505 0%, #7C0000 100%) 0% 0% no-repeat padding-box; }
    #bouwtypes .bouwtype .bouwnummer.optie .right {
      font-size: 10px;
      color: #fff;
      padding: 5px;
      background: #ff9000; }
    #bouwtypes .bouwtype .bouwnummer span {
      font-size: 14px; }

@media (min-width: 992px) {
  #offers-modal-container #offers-modal form .step fieldset label {
    font-size: 16px; } }

.wijzijner {
  width: 250px;
  margin-bottom: 20px; }

.wrapper-steps {
  background-image: url("/img/gradient.jpg");
  background-size: cover;
  background-position: bottom;
  padding-top: 80px;
  padding-bottom: 60px; }
  .wrapper-steps h2 {
    text-align: center;
    color: #fff; }
  .wrapper-steps #steps {
    margin-top: 30px; }
    .wrapper-steps #steps .step {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 22px; }
      .wrapper-steps #steps .step .hex {
        position: relative;
        width: 80px;
        height: 80px;
        margin-right: 30px; }
        .wrapper-steps #steps .step .hex span {
          z-index: 1;
          position: absolute;
          color: #fff;
          text-align: left;
          font-size: 24px;
          font-weight: bold;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-transform: uppercase; }
        .wrapper-steps #steps .step .hex img {
          position: absolute;
          right: 0;
          top: 0;
          opacity: 0.9;
          width: 80px;
          height: 80px; }
      .wrapper-steps #steps .step .number {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #73291E;
        color: #FFF;
        font-size: 40px;
        font-weight: bold;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .wrapper-steps #steps .step .description {
        position: relative;
        background: #FFF;
        padding: 15px;
        border-radius: 5px;
        -ms-flex: 1;
        flex: 1; }
        .wrapper-steps #steps .step .description h2 {
          color: #161B4B;
          margin-bottom: 0;
          font-size: 18px;
          font-weight: bold; }
        .wrapper-steps #steps .step .description strong {
          font-size: 18px;
          text-transform: uppercase; }
      .wrapper-steps #steps .step:not(:last-of-type) .description:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -8px;
        transform: translate(0, -50%);
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #FFF; }
      .wrapper-steps #steps .step:nth-of-type(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .wrapper-steps #steps .step:nth-of-type(even) .hex {
          margin-right: 0;
          margin-left: 30px; }
        .wrapper-steps #steps .step:nth-of-type(even) .number {
          background: #161B4B;
          margin-right: 0;
          margin-left: 30px; }
        .wrapper-steps #steps .step:nth-of-type(even):not(:last-of-type) .description:after {
          left: auto;
          right: -8px;
          border-left: 8px solid #FFF;
          border-right: none; }

.address-wrapper {
  border-radius: 10px;
  background: #FFF;
  padding: 15px;
  font-size: 14px;
  border-bottom: 4px solid #0084c9;
  box-shadow: 0 10px 20px rgba(0, 44, 81, 0.1); }
  .address-wrapper h2 {
    color: #000;
    font-size: 32px; }
  .address-wrapper a {
    color: #73291E;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 10px;
    display: block; }
    .address-wrapper a i {
      font-size: 15px; }
  .address-wrapper hr {
    margin: 30px -15px 30px -15px; }
  .address-wrapper h4 {
    font-weight: bold;
    font-size: 16px; }
  .address-wrapper address {
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
    margin-bottom: 30px; }
    .address-wrapper address .icon-map {
      position: absolute;
      left: 0;
      top: 7px;
      color: #73291E; }
  .address-wrapper dl {
    margin-bottom: 0;
    line-height: 1.6;
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .address-wrapper dl dd, .address-wrapper dl dt {
      margin-bottom: 0; }
    .address-wrapper dl dd {
      width: 30%;
      margin-left: 0; }
    .address-wrapper dl dt {
      width: 70%; }

@media (min-width: 768px) {
  .wrapper-steps {
    padding-top: 140px; } }

@media (min-width: 1200px) {
  .wrapper-steps {
    padding-top: 320px; }
    .wrapper-steps #steps .step .hex {
      width: 100px;
      height: 100px; }
      .wrapper-steps #steps .step .hex span {
        font-size: 40px; }
      .wrapper-steps #steps .step .hex img {
        width: 100px;
        height: 100px; }
    .wrapper-steps #steps .step .description {
      padding: 30px; }
      .wrapper-steps #steps .step .description strong {
        font-size: 20px; }
  .address-wrapper {
    padding: 30px;
    font-size: 16px; }
    .address-wrapper a {
      font-size: 24px; }
    .address-wrapper h2 {
      font-size: 30px; }
    .address-wrapper h3 {
      font-size: 24px; }
    .address-wrapper hr {
      margin: 30px -30px 30px -30px; }
    .address-wrapper h4 {
      font-size: 20px; }
    .address-wrapper address {
      padding-left: 20px; }
      .address-wrapper address .icon-map-marker {
        top: 9px; } }

.taxaties + footer {
  background-color: #F7F7F7; }

.taxaties .nwwi-logo img {
  width: 125px; }

.taxaties #taxatie-table {
  margin-bottom: 25px; }
  .taxaties #taxatie-table .row {
    margin: 0; }
  .taxaties #taxatie-table .swiper-container {
    border-radius: 5px; }
    .taxaties #taxatie-table .swiper-container .swiper-wrapper .swiper-slide {
      height: unset; }
  .taxaties #taxatie-table .item {
    text-align: center;
    padding: 0;
    background: #FFF;
    height: 100%;
    box-shadow: 0 10px 20px rgba(5, 43, 103, 0.1);
    border-radius: 5px; }
    .taxaties #taxatie-table .item.dark-blue {
      border-bottom: 5px solid #052B67; }
      .taxaties #taxatie-table .item.dark-blue .top span {
        color: #052B67; }
      .taxaties #taxatie-table .item.dark-blue .text a {
        color: #052B67; }
      .taxaties #taxatie-table .item.dark-blue .text ul li:before {
        color: #052B67; }
    .taxaties #taxatie-table .item.light-blue {
      border-bottom: 5px solid #0084C9; }
      .taxaties #taxatie-table .item.light-blue .top span {
        color: #0084C9; }
      .taxaties #taxatie-table .item.light-blue .text a {
        color: #0084C9; }
      .taxaties #taxatie-table .item.light-blue .text ul li:before {
        color: #0084C9; }
    .taxaties #taxatie-table .item .top {
      position: relative;
      vertical-align: middle;
      padding: 0 30px;
      color: #fff;
      height: 70px; }
      .taxaties #taxatie-table .item .top span {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold; }
    .taxaties #taxatie-table .item .price {
      background: #F7F7F7;
      font-size: 20px;
      padding: 5px 0;
      font-style: italic;
      margin: 0 30px;
      color: #161B4B; }
    .taxaties #taxatie-table .item .text {
      padding: 30px 30px 100px;
      text-align: left; }
      .taxaties #taxatie-table .item .text ul {
        -webkit-padding-start: 24px;
        padding-inline-start: 24px; }
        .taxaties #taxatie-table .item .text ul li {
          font-size: 16px;
          color: #161B4B;
          line-height: 1.5; }
          .taxaties #taxatie-table .item .text ul li:before {
            content: "•";
            display: inline-block;
            font-weight: 700;
            margin-left: -16px;
            width: 16px;
            font-size: 24px; }
          .taxaties #taxatie-table .item .text ul li::marker {
            color: transparent; }
      .taxaties #taxatie-table .item .text a {
        font-style: normal; }
      .taxaties #taxatie-table .item .text small {
        font-size: 14px;
        font-style: italic; }
    .taxaties #taxatie-table .item .footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px 0 30px 0; }
      .taxaties #taxatie-table .item .footer .btn {
        color: #fff; }

.taxaties .wrapper-blocks {
  background-color: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: -30px; }

@media (min-width: 768px) {
  .taxaties .wrapper-blocks {
    padding-top: 140px;
    padding-bottom: 75px;
    margin-bottom: -45px; } }

@media (min-width: 1200px) {
  .taxaties p {
    font-size: 18px; }
  .taxaties .wrapper-blocks {
    padding-top: 320px;
    padding-bottom: 90px;
    margin-bottom: -60px; } }

#show img {
  border-radius: 5px; }

#show p {
  margin-bottom: 10px; }

#reviews {
  background-image: url("/img/gradient.jpg");
  background-size: cover;
  background-position: bottom;
  padding-top: 80px; }
  #reviews #reviewSlider {
    color: white; }
    #reviews #reviewSlider .slick-dots {
      padding-bottom: 15px; }
    #reviews #reviewSlider .review-score {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 20px;
      display: inline-block; }
      @media (min-width: 768px) {
        #reviews #reviewSlider .review-score {
          margin-top: 0; } }
    #reviews #reviewSlider .review-content p {
      font-size: 18px;
      line-height: 28px;
      color: white; }
    #reviews #reviewSlider .review-author {
      font-weight: bold;
      font-size: 16px;
      color: white; }
  #reviews .funda_icon {
    margin-bottom: 20px; }
  #reviews .score {
    margin-bottom: 20px; }
  #reviews h2 {
    color: #fff;
    margin-bottom: 60px;
    text-transform: uppercase; }
  #reviews .review-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
    #reviews .review-wrap .content-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto;
      gap: 50px; }
      #reviews .review-wrap .content-wrap i {
        font-size: 60px;
        color: #fff; }
      #reviews .review-wrap .content-wrap .block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center; }
        #reviews .review-wrap .content-wrap .block .score {
          width: 155px;
          height: 155px;
          position: relative; }
          #reviews .review-wrap .content-wrap .block .score img {
            width: 100%; }
          #reviews .review-wrap .content-wrap .block .score span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: #fff;
            font-weight: bold; }
        #reviews .review-wrap .content-wrap .block h3 {
          margin-top: 20px;
          color: #fff;
          text-transform: uppercase;
          font-weight: bold; }

@media (min-width: 768px) {
  #reviews {
    padding-top: 140px; }
    #reviews h2 {
      margin-bottom: 60px;
      font-size: 40px; }
    #reviews .review-wrap {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; }
      #reviews .review-wrap .content-wrap {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        gap: unset; }
        #reviews .review-wrap .content-wrap i {
          font-size: 60px; }
        #reviews .review-wrap .content-wrap .block {
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
          align-items: center; }
          #reviews .review-wrap .content-wrap .block .score {
            width: 195px;
            height: 195px; }
            #reviews .review-wrap .content-wrap .block .score span {
              font-size: 70px; }
          #reviews .review-wrap .content-wrap .block h3 {
            margin-top: 20px; } }

@media (min-width: 1200px) {
  #reviews {
    padding-top: 320px !important; }
    #reviews h2 {
      margin-bottom: 60px; }
    #reviews .review-wrap {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; }
      #reviews .review-wrap .content-wrap {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        gap: unset; }
        #reviews .review-wrap .content-wrap i {
          font-size: 60px; }
        #reviews .review-wrap .content-wrap .block {
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
          align-items: center; }
          #reviews .review-wrap .content-wrap .block .score {
            width: 195px;
            height: 195px; }
            #reviews .review-wrap .content-wrap .block .score span {
              font-size: 70px; }
          #reviews .review-wrap .content-wrap .block h3 {
            margin-top: 20px; } }

@media (min-width: 1200px) {
  #reviews {
    padding-top: 320px; } }

#waaromWrapper {
  position: relative; }
  #waaromWrapper .container-fluid {
    z-index: 2; }
    #waaromWrapper .container-fluid .usps {
      padding-bottom: 0px;
      z-index: 10; }
    #waaromWrapper .container-fluid h2 {
      text-align: center;
      margin-bottom: 40px;
      font-size: 40px; }
  #waaromWrapper .left .content {
    position: relative;
    padding: 30px; }
    #waaromWrapper .left .content h2 {
      font-size: 24px; }
    #waaromWrapper .left .content ul {
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 2; }
      #waaromWrapper .left .content ul li {
        font-weight: bold; }
        #waaromWrapper .left .content ul li span {
          display: inline-block;
          margin-right: 10px;
          color: #349E31; }
    #waaromWrapper .left .content .seal {
      position: absolute;
      right: 20px;
      bottom: 80px;
      width: 110px; }
  #waaromWrapper .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    height: 300px;
    background: url("/img/rating-photo.jpg") center center no-repeat;
    background-size: cover; }
    #waaromWrapper .right .icon-funda2 {
      font-size: 32px;
      margin-bottom: 15px; }
    #waaromWrapper .right h2 {
      margin-bottom: 0;
      color: #FFF;
      font-size: 60px; }
    #waaromWrapper .right p {
      margin-bottom: 15px;
      font-weight: bold; }
    #waaromWrapper .right .btn {
      font-weight: bold; }

@media (min-width: 768px) {
  #waaromWrapper h2 {
    margin-bottom: 60px; }
  #waaromWrapper .left {
    width: 50vw; }
  #waaromWrapper .right {
    height: auto;
    width: 50vw; } }

@media (min-width: 992px) {
  #waaromWrapper .left .content .seal {
    right: 60px;
    bottom: 80px;
    width: 150px; } }

@media (min-width: 1200px) {
  #waaromWrapper .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #waaromWrapper .left .content {
      position: relative;
      text-align: left;
      max-width: 720px;
      width: 100%;
      padding: 100px 30px; }
      #waaromWrapper .left .content h2 {
        font-size: 30px; }
      #waaromWrapper .left .content .uls {
        display: -ms-flexbox;
        display: flex; }
        #waaromWrapper .left .content .uls ul {
          margin-right: 30px; }
          #waaromWrapper .left .content .uls ul li {
            font-size: 18px; }
            #waaromWrapper .left .content .uls ul li span {
              font-size: 18px; }
      #waaromWrapper .left .content .seal {
        right: -80px;
        top: 120px; }
  #waaromWrapper .right {
    width: 40vw; }
    #waaromWrapper .right .icon-funda2 {
      font-size: 56px;
      margin-bottom: 30px; }
    #waaromWrapper .right h2 {
      font-size: 120px; }
    #waaromWrapper .right p {
      font-size: 20px; }
    #waaromWrapper .right .btn {
      padding: 15px 30px; } }

@media (min-width: 1400px) {
  #waaromWrapper .left .content {
    padding: 150px 0px; }
    #waaromWrapper .left .content .uls ul li {
      font-size: 20px; }
      #waaromWrapper .left .content .uls ul li span {
        font-size: 20px; } }

.aanbod-banner {
  height: 100%;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .aanbod-banner .banner-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
    background: transparent linear-gradient(0deg, #263D6C 0%, #1964A9 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0 0;
    padding: 30px 20px; }
    .aanbod-banner .banner-content img.icon {
      width: 40%;
      height: auto;
      max-height: 80px;
      object-fit: contain;
      margin-bottom: 20px; }
    .aanbod-banner .banner-content .name {
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 12px;
      line-height: 120%; }
      .aanbod-banner .banner-content .name span {
        font-weight: bold; }
    .aanbod-banner .banner-content .description {
      margin-bottom: 12px; }
  .aanbod-banner img.banner-bottom {
    width: 100%;
    height: auto;
    object-fit: contain; }

@media (min-width: 992px) {
  .aanbod-banner .banner-content .name {
    font-size: 24px; } }

#helpmee_beschrijving .helpmee_carousel_beschrijving {
  position: relative; }
  #helpmee_beschrijving .helpmee_carousel_beschrijving .arrow {
    position: absolute;
    top: 50%;
    color: #24387b;
    font-size: 60px;
    z-index: 100;
    transform: translateY(-50%); }
    #helpmee_beschrijving .helpmee_carousel_beschrijving .arrow.prev {
      left: 0; }
    #helpmee_beschrijving .helpmee_carousel_beschrijving .arrow.next {
      right: 0; }
  #helpmee_beschrijving .helpmee_carousel_beschrijving .beschrijving {
    padding: 30px; }
    #helpmee_beschrijving .helpmee_carousel_beschrijving .beschrijving .col-xs-9 {
      position: relative; }
      #helpmee_beschrijving .helpmee_carousel_beschrijving .beschrijving .col-xs-9 .txt {
        position: relative;
        background: #f3f3f3;
        border-radius: 5px;
        padding: 10px;
        max-height: 115px;
        overflow: hidden;
        transition: all 300ms ease; }
        #helpmee_beschrijving .helpmee_carousel_beschrijving .beschrijving .col-xs-9 .txt p {
          margin: 0; }
          #helpmee_beschrijving .helpmee_carousel_beschrijving .beschrijving .col-xs-9 .txt p span.name {
            display: block;
            text-align: right;
            font-size: 14px; }
      #helpmee_beschrijving .helpmee_carousel_beschrijving .beschrijving .col-xs-9 .leesmeer {
        margin-top: -7px;
        display: none;
        background: #f3f3f3;
        padding: 10px 0;
        text-align: center;
        color: #24387b;
        cursor: pointer;
        border-radius: 5px; }
      #helpmee_beschrijving .helpmee_carousel_beschrijving .beschrijving .col-xs-9:before {
        content: '';
        position: absolute;
        left: 5px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #f3f3f3;
        border-bottom: 10px solid transparent; }

#helpmee_media .helpmee_carousel_media {
  margin: 30px -15px; }
  #helpmee_media .helpmee_carousel_media .arrow {
    position: absolute;
    top: 50%;
    color: #24387b;
    font-size: 60px;
    z-index: 100;
    transform: translateY(-50%); }
    #helpmee_media .helpmee_carousel_media .arrow.prev {
      left: 7px; }
    #helpmee_media .helpmee_carousel_media .arrow.next {
      right: 7px; }
  #helpmee_media .helpmee_carousel_media .slide {
    padding: 0 15px; }
    #helpmee_media .helpmee_carousel_media .slide .image {
      height: 200px; }

#helpmee_media .helpmee_media_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 300ms ease;
  z-index: 999; }
  #helpmee_media .helpmee_media_overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%; }
  #helpmee_media .helpmee_media_overlay span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f3f3f3; }

#helpmee_kenmerken .kenmerk {
  margin-bottom: 10px;
  border: 1px solid #f3f3f3;
  border-radius: 5px; }
  #helpmee_kenmerken .kenmerk > div[class^="col-xs-"] {
    padding-top: 10px;
    padding-bottom: 10px; }
  #helpmee_kenmerken .kenmerk > .col-xs-2 {
    position: relative;
    text-align: center;
    background: #f3f3f3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    transition: all 300ms ease; }
    #helpmee_kenmerken .kenmerk > .col-xs-2 .endorsers {
      position: absolute;
      top: 0;
      left: calc(100% + 15px);
      border: 1px solid #f3f3f3;
      border-bottom: 2px solid #f3f3f3;
      border-radius: 5px;
      min-width: 250px;
      max-height: 250px;
      visibility: hidden;
      opacity: 0;
      transition: all 300ms ease; }
      #helpmee_kenmerken .kenmerk > .col-xs-2 .endorsers:before {
        content: '';
        position: absolute;
        left: -10px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #f3f3f3;
        border-bottom: 10px solid transparent; }
      #helpmee_kenmerken .kenmerk > .col-xs-2 .endorsers.active {
        visibility: visible;
        opacity: 1;
        z-index: 1; }
      #helpmee_kenmerken .kenmerk > .col-xs-2 .endorsers .title {
        display: block;
        padding: 10px 0;
        text-align: center;
        background: #f3f3f3; }
      #helpmee_kenmerken .kenmerk > .col-xs-2 .endorsers .scroll {
        overflow: scroll;
        max-height: 200px;
        background: #fff; }
        #helpmee_kenmerken .kenmerk > .col-xs-2 .endorsers .scroll .endorser {
          padding: 15px;
          text-align: left;
          border-bottom: 1px solid #f3f3f3; }
          #helpmee_kenmerken .kenmerk > .col-xs-2 .endorsers .scroll .endorser img {
            width: 100%; }
          #helpmee_kenmerken .kenmerk > .col-xs-2 .endorsers .scroll .endorser .type {
            display: block;
            font-size: 12px; }

#helpmee_voorzieningen #helpmee_map {
  height: 500px; }
  #helpmee_voorzieningen #helpmee_map .infobubble .js-info-bubble-close {
    width: 25px; }
  #helpmee_voorzieningen #helpmee_map .infobubble .inner {
    padding: 20px;
    border-radius: 5px; }

#helpmee_toevoegen {
  padding: 30px 0; }
  #helpmee_toevoegen .btn {
    margin-top: 10px; }

main #search-enquiries-place-container, .object, #offer-object-container #form {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) input, main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) select, main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) textarea, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) input, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) select, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) textarea, main #search-enquiries-place-container #content form .step div[role="group"] > div label select, main #search-enquiries-place-container #content form .end div[role="group"] > div label select, main #container #filter-panel form > div input[type="text"], main #container #filter-panel form > div select, #offer-object-container #form input, #offer-object-container #form textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px;
  outline: 0; }

main #search-enquiries-place-container #content form .step div[role="group"] > div .radio-label, main #search-enquiries-place-container #content form .end div[role="group"] > div .radio-label {
  width: 50%;
  font-weight: normal;
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer; }
  main #search-enquiries-place-container #content form .step div[role="group"] > div .radio-label input[type="radio"], main #search-enquiries-place-container #content form .end div[role="group"] > div .radio-label input[type="radio"] {
    display: none; }
  main #search-enquiries-place-container #content form .step div[role="group"] > div .radio-label .checked, main #search-enquiries-place-container #content form .end div[role="group"] > div .radio-label .checked {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  main #search-enquiries-place-container #content form .step div[role="group"] > div .radio-label .checked:after, main #search-enquiries-place-container #content form .end div[role="group"] > div .radio-label .checked:after {
    content: "";
    position: absolute;
    display: none; }
  main #search-enquiries-place-container #content form .step div[role="group"] > div .radio-label input:checked ~ .checked:after, main #search-enquiries-place-container #content form .end div[role="group"] > div .radio-label input:checked ~ .checked:after {
    display: block; }
  main #search-enquiries-place-container #content form .step div[role="group"] > div .radio-label .checked:after, main #search-enquiries-place-container #content form .end div[role="group"] > div .radio-label .checked:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #24387C;
    border-radius: 50%; }

main #search-enquiries-place-container #content form .step .checkbox-container .checkbox-label, main #search-enquiries-place-container #content form .end .checkbox-container .checkbox-label, #offer-object-container #form .checkbox-container .checkbox-label {
  width: 100%;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  main #search-enquiries-place-container #content form .step .checkbox-container .checkbox-label input[type="checkbox"], main #search-enquiries-place-container #content form .end .checkbox-container .checkbox-label input[type="checkbox"], #offer-object-container #form .checkbox-container .checkbox-label input[type="checkbox"] {
    display: none; }
  main #search-enquiries-place-container #content form .step .checkbox-container .checkbox-label .checked, main #search-enquiries-place-container #content form .end .checkbox-container .checkbox-label .checked, #offer-object-container #form .checkbox-container .checkbox-label .checked {
    height: 28px;
    width: 28px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  main #search-enquiries-place-container #content form .step .checkbox-container .checkbox-label .checked:after, main #search-enquiries-place-container #content form .end .checkbox-container .checkbox-label .checked:after, #offer-object-container #form .checkbox-container .checkbox-label .checked:after {
    content: "";
    position: absolute;
    display: none; }
  main #search-enquiries-place-container #content form .step .checkbox-container .checkbox-label input:checked ~ .checked:after, main #search-enquiries-place-container #content form .end .checkbox-container .checkbox-label input:checked ~ .checked:after, #offer-object-container #form .checkbox-container .checkbox-label input:checked ~ .checked:after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  main #search-enquiries-place-container #content form .step .checkbox-container .checkbox-label .checked:after, main #search-enquiries-place-container #content form .end .checkbox-container .checkbox-label .checked:after, #offer-object-container #form .checkbox-container .checkbox-label .checked:after {
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #349E30;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    font-family: icomoon;
    content: '\e90d'; }

#search-enquiries-header > div > div a, main #search-enquiries-place-container #content form .step button, main #search-enquiries-place-container #content form .end button, .object .footer .apply, #offer-object-container #form button {
  display: block;
  background-color: #349E30;
  color: #ffffff;
  border-radius: 5px;
  border: 0;
  padding: 9px 17px;
  text-decoration: none;
  width: -webkit-max-content;
  width: max-content;
  max-width: 300px;
  font-size: 16px; }

@media (min-width: 1200px) {
  #search-enquiries-header > div > div a, main #search-enquiries-place-container #content form .step button, main #search-enquiries-place-container #content form .end button, .object .footer .apply, #offer-object-container #form button {
    padding: 15px 20px; } }

@keyframes fill-green {
  from {
    background-color: #ffffff; }
  to {
    color: #ffffff;
    background-color: #349E30; } }

@keyframes change-color-green {
  to {
    color: #349E30; } }

@keyframes fill-blue {
  from {
    background-color: #ffffff; }
  to {
    color: #ffffff;
    background-color: #24387C; } }

@keyframes change-color-blue {
  to {
    color: #24387C; } }

@keyframes change-check {
  to {
    content: "\e90d";
    font-size: 11px;
    font-family: 'icomoon'; } }

@keyframes slide-left-1 {
  to {
    transform: translateX(calc(-100% - 38px)); } }

@keyframes slide-left-2 {
  to {
    transform: translateX(calc(-200% - 76px)); } }

@keyframes slide-left-end {
  to {
    transform: translateX(calc(-300% - 114px)); } }

@keyframes hide {
  to {
    visibility: hidden;
    height: 0; } }

#search-enquiries-header {
  width: 100%;
  background-color: #24387c; }
  #search-enquiries-header > div {
    padding-left: 37px;
    padding-right: 37px; }
    #search-enquiries-header > div > div {
      text-align: center;
      padding-top: 40px;
      padding-bottom: 40px; }
      #search-enquiries-header > div > div h1 {
        color: #ffffff;
        font-size: 24px; }
      #search-enquiries-header > div > div p {
        color: #ffffff;
        line-height: 29px;
        margin-bottom: 15px; }
      #search-enquiries-header > div > div p:last-of-type {
        margin-bottom: 0; }
      #search-enquiries-header > div > div a {
        margin-top: 25px; }
    #search-enquiries-header > div img {
      display: none; }

main {
  background-color: #F5F5F5;
  padding: 40px 25px; }
  main #search-enquiries-place-container #steps {
    display: none; }
  main #search-enquiries-place-container #content h2 {
    font-size: 24px;
    font-weight: 800; }
  main #search-enquiries-place-container #content form {
    padding: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden; }
    main #search-enquiries-place-container #content form .step, main #search-enquiries-place-container #content form .end {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      background-color: #ffffff;
      margin-left: 38px; }
      main #search-enquiries-place-container #content form .step strong, main #search-enquiries-place-container #content form .end strong {
        display: block;
        margin-bottom: 15px; }
      main #search-enquiries-place-container #content form .step:first-of-type, main #search-enquiries-place-container #content form .end:first-of-type {
        margin-left: 0; }
      main #search-enquiries-place-container #content form .step > div:not(.checkbox-container), main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) {
        margin-bottom: 15px; }
        main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) label, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) label {
          width: 100%;
          font-weight: 800; }
        main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) textarea, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) textarea {
          height: 125px; }
      main #search-enquiries-place-container #content form .step .checkbox-container, main #search-enquiries-place-container #content form .end .checkbox-container {
        width: 100%;
        border: 1px solid rgba(36, 56, 124, 0.1);
        box-shadow: 0 2px 5px rgba(36, 56, 124, 0.1);
        padding: 16px 20px;
        margin-bottom: 15px; }
      main #search-enquiries-place-container #content form .step div[role="group"], main #search-enquiries-place-container #content form .end div[role="group"] {
        margin-bottom: 15px; }
        main #search-enquiries-place-container #content form .step div[role="group"] > span, main #search-enquiries-place-container #content form .end div[role="group"] > span {
          width: 100%;
          margin-bottom: 5px;
          font-weight: 700;
          line-height: 1.5;
          font-size: 16px;
          border-bottom: 0;
          color: #000000;
          display: block; }
        main #search-enquiries-place-container #content form .step div[role="group"] > div, main #search-enquiries-place-container #content form .end div[role="group"] > div {
          display: -ms-flexbox;
          display: flex; }
          main #search-enquiries-place-container #content form .step div[role="group"] > div label, main #search-enquiries-place-container #content form .end div[role="group"] > div label {
            width: 50%;
            font-weight: normal;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0; }
            main #search-enquiries-place-container #content form .step div[role="group"] > div label:last-of-type, main #search-enquiries-place-container #content form .end div[role="group"] > div label:last-of-type {
              margin-left: 15px; }
              main #search-enquiries-place-container #content form .step div[role="group"] > div label:last-of-type span, main #search-enquiries-place-container #content form .end div[role="group"] > div label:last-of-type span {
                text-align: right; }
            main #search-enquiries-place-container #content form .step div[role="group"] > div label span, main #search-enquiries-place-container #content form .end div[role="group"] > div label span {
              width: 45px;
              -ms-flex-negative: 0;
              flex-shrink: 0; }
            main #search-enquiries-place-container #content form .step div[role="group"] > div label select, main #search-enquiries-place-container #content form .end div[role="group"] > div label select {
              margin-left: 15px; }
      main #search-enquiries-place-container #content form .step button, main #search-enquiries-place-container #content form .end button {
        margin-left: auto; }

@media (min-width: 768px) {
  #search-enquiries-header > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    #search-enquiries-header > div > div {
      text-align: left;
      width: 60%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-left: 0;
      padding-right: 0; }
    #search-enquiries-header > div img {
      display: block;
      width: 220px;
      margin-left: auto; }
  main #search-enquiries-place-container #steps {
    background-color: rgba(36, 56, 124, 0.1);
    padding-top: 35px;
    padding-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    main #search-enquiries-place-container #steps #inner > div {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      main #search-enquiries-place-container #steps #inner > div:last-of-type {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 15px; }
        main #search-enquiries-place-container #steps #inner > div:last-of-type div {
          width: 34%; }
          main #search-enquiries-place-container #steps #inner > div:last-of-type div > span {
            color: rgba(36, 56, 124, 0.7);
            animation-duration: 1s;
            animation-fill-mode: forwards; }
          main #search-enquiries-place-container #steps #inner > div:last-of-type div:first-of-type span {
            margin-left: -22px; }
          main #search-enquiries-place-container #steps #inner > div:last-of-type div:nth-child(2) {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center; }
          main #search-enquiries-place-container #steps #inner > div:last-of-type div:last-of-type {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: end;
            justify-content: flex-end; }
            main #search-enquiries-place-container #steps #inner > div:last-of-type div:last-of-type span {
              margin-right: -10px; }
    main #search-enquiries-place-container #steps .step-container {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: #ffffff;
      color: #24387C;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 800;
      margin-right: 10px;
      margin-left: 10px;
      padding-top: 1px;
      position: relative; }
      main #search-enquiries-place-container #steps .step-container:after {
        font-size: 16px;
        animation-duration: 0.5s;
        animation-fill-mode: forwards; }
      main #search-enquiries-place-container #steps .step-container.completed:after {
        animation-name: change-check; }
      main #search-enquiries-place-container #steps .step-container.current {
        background-color: #24387C;
        color: #ffffff; }
    main #search-enquiries-place-container #steps #step-container-1 {
      margin-left: 0;
      animation-duration: 1s;
      animation-fill-mode: forwards; }
      main #search-enquiries-place-container #steps #step-container-1:after {
        content: '1'; }
    main #search-enquiries-place-container #steps #step-container-2 {
      animation-delay: 1.75s;
      animation-duration: 1s;
      animation-fill-mode: forwards; }
      main #search-enquiries-place-container #steps #step-container-2:after {
        content: '2'; }
    main #search-enquiries-place-container #steps #step-container-3 {
      animation-duration: 1s;
      animation-fill-mode: forwards;
      margin-right: 0; }
      main #search-enquiries-place-container #steps #step-container-3:after {
        content: '3'; }
    main #search-enquiries-place-container #steps .progress-container {
      height: 28px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      main #search-enquiries-place-container #steps .progress-container > div {
        height: 5px;
        width: 5px;
        background-color: #ffffff;
        border-radius: 50%;
        margin-right: 5px;
        animation-duration: 1s;
        animation-fill-mode: forwards; }
        main #search-enquiries-place-container #steps .progress-container > div:last-of-type {
          margin-right: 0; }
  main #search-enquiries-place-container #content h2 {
    font-size: 30px; }
  main #search-enquiries-place-container #content form {
    padding: 38px; }
    main #search-enquiries-place-container #content form .step > div:not(.checkbox-container), main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) > label, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) > label {
        padding-right: 50px; }
      main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) label, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) label {
        width: 45%;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) label[for="additional-information"], main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) label[for="additional-information"] {
          -ms-flex-item-align: start;
          align-self: flex-start; }
      main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) input, main #search-enquiries-place-container #content form .step > div:not(.checkbox-container) select, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) input, main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) select {
        padding: 12px;
        max-height: 50px; }
    main #search-enquiries-place-container #content form .step div[role="group"], main #search-enquiries-place-container #content form .end div[role="group"] {
      display: -ms-flexbox;
      display: flex;
      padding-top: 9px; }
      main #search-enquiries-place-container #content form .step div[role="group"] > span, main #search-enquiries-place-container #content form .end div[role="group"] > span {
        width: 45%;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      main #search-enquiries-place-container #content form .step div[role="group"] > div, main #search-enquiries-place-container #content form .end div[role="group"] > div {
        width: 100%; }
        main #search-enquiries-place-container #content form .step div[role="group"] > div label select, main #search-enquiries-place-container #content form .end div[role="group"] > div label select {
          height: 50px; }
        main #search-enquiries-place-container #content form .step div[role="group"] > div label:last-of-type, main #search-enquiries-place-container #content form .end div[role="group"] > div label:last-of-type {
          margin-left: 0; }
    main #search-enquiries-place-container #content form .end {
      display: -ms-flexbox;
      display: flex; }
      main #search-enquiries-place-container #content form .end > div:not(.checkbox-container) {
        display: block; }
        main #search-enquiries-place-container #content form .end > div:not(.checkbox-container):first-of-type {
          margin-right: 150px; } }

@media (min-width: 992px) {
  #search-enquiries-header > div > div h1 {
    font-size: 29px; }
  #search-enquiries-header > div > div p {
    font-size: 18px; }
  #search-enquiries-header > div img {
    width: 260px; }
  main #search-enquiries-place-container {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1200px) {
  #search-enquiries-header > div {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    #search-enquiries-header > div > div {
      width: 65%;
      padding-top: 85px;
      padding-bottom: 85px; }
      #search-enquiries-header > div > div h1 {
        font-size: 40px; }
      #search-enquiries-header > div > div p {
        font-size: 18px;
        line-height: 27px; }
    #search-enquiries-header > div img {
      width: 320px; } }

.object {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column; }
  .object a {
    text-decoration: none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .object .content {
    padding: 28px 26px; }
    .object .content > span {
      border-radius: 5px;
      padding: 3px;
      background-color: rgba(36, 56, 124, 0.15);
      font-size: 14px;
      color: #24387C;
      margin-bottom: 15px;
      display: inline-block; }
    .object .content p {
      margin-bottom: 15px;
      color: #000000;
      line-height: 21px; }
    .object .content ul {
      list-style: none none;
      padding: 0;
      margin: 0; }
      .object .content ul li {
        color: #24387C;
        margin-bottom: 10px;
        font-size: 14px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .object .content ul li i {
          width: 16px;
          margin-right: 13px; }
        .object .content ul li:last-of-type {
          margin-bottom: 0; }
  .object .footer {
    padding: 28px 26px;
    font-size: 14px;
    border-top: 1px dashed rgba(36, 56, 124, 0.15); }
    .object .footer .apply {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 21px;
      margin-right: 20px; }

@media (min-width: 768px) {
  .object {
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

main {
  position: relative; }
  main #container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    main #container #filter-panel {
      display: none; }
      main #container #filter-panel form > div input[type="text"], main #container #filter-panel form > div select {
        height: 50px; }
    main #container #object-container .objects .object-wrapper {
      margin-bottom: 20px; }

@media (min-width: 768px) {
  main #container #object-container .objects {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    main #container #object-container .objects .object-wrapper {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; } }

@media (min-width: 1200px) {
  main #container {
    display: -ms-flexbox;
    display: flex; }
    main #container #filter-panel {
      width: 360px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      margin-right: 120px;
      z-index: 2;
      padding-right: 30px;
      margin-top: -40px;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: -40px;
      position: relative; }
      main #container #filter-panel:before {
        content: '';
        height: 100%;
        width: 100vw;
        background-color: #ffffff;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1; }
      main #container #filter-panel form {
        max-width: 310px; }
        main #container #filter-panel form > div:not(.next-to-each-other) {
          width: 100%;
          margin-bottom: 20px; }
          main #container #filter-panel form > div:not(.next-to-each-other) label {
            width: 100%; }
        main #container #filter-panel form .next-to-each-other {
          display: -ms-flexbox;
          display: flex; }
          main #container #filter-panel form .next-to-each-other > div {
            width: 100%; }
          main #container #filter-panel form .next-to-each-other > div:first-of-type {
            margin-right: 15px; }
        main #container #filter-panel form button {
          width: 100%;
          font-weight: 400;
          padding-top: 15px;
          padding-bottom: 15px;
          margin-top: 33px; } }

#search-enquiries-details .object {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto; }
  #search-enquiries-details .object h1 {
    font-size: 25px; }

.offer-object-header > div > div {
  width: 100% !important;
  max-width: 885px;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto; }

#offer-object-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #offer-object-container #form {
    width: 100%;
    padding: 30px;
    -ms-flex-order: 2;
    order: 2; }
    #offer-object-container #form input, #offer-object-container #form textarea {
      margin-bottom: 15px; }
    #offer-object-container #form .checkbox-container {
      width: 100%;
      border: 1px solid rgba(36, 56, 124, 0.1);
      box-shadow: 0 2px 5px rgba(36, 56, 124, 0.1);
      padding: 16px 20px;
      margin-bottom: 15px; }
    #offer-object-container #form button {
      margin-left: auto; }
  #offer-object-container .object {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
    #offer-object-container .object .footer {
      display: none; }

@media (min-width: 768px) {
  #offer-object-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -ms-flex-align: start;
    align-items: flex-start; }
    #offer-object-container #form {
      margin-right: 30px;
      -ms-flex-order: 1;
      order: 1; }
    #offer-object-container .object {
      -ms-flex-order: 2;
      order: 2; } }

@media (min-width: 1200px) {
  #offer-object-container #form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 930px;
    margin-right: 30px;
    -ms-flex-order: 1;
    order: 1; }
    #offer-object-container #form .next-to-each-other {
      display: -ms-flexbox;
      display: flex; }
      #offer-object-container #form .next-to-each-other > div {
        width: 50%;
        margin-right: 30px; }
        #offer-object-container #form .next-to-each-other > div:last-of-type {
          margin-right: 0; }
    #offer-object-container #form .street > div:first-child {
      width: 70%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    #offer-object-container #form input {
      height: 50px; }
    #offer-object-container #form textarea {
      height: 125px; }
  #offer-object-container .object {
    -ms-flex-order: 2;
    order: 2; } }

.multi-select {
  display: block;
  width: 100%; }

.select-pure__select {
  -ms-flex-align: center;
  align-items: center;
  background: #f9f9f8;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -ms-flex-pack: left;
  justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%; }

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5; }

.select-pure__select--opened .select-pure__options {
  display: block; }

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px; }

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none; }

.select-pure__option--hidden {
  display: none; }

.select-pure__selected-label {
  background: #5e6264;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 3px 7px; }

.select-pure__selected-label:last-of-type {
  margin-right: 0; }

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px; }
  .select-pure__selected-label i:before {
    content: "X";
    font-style: normal;
    font-size: 13px;
    font-weight: bold; }

.select-pure__selected-label i:hover {
  color: #e4e4e4; }

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%; }

/*# sourceMappingURL=app.css.map */
