@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:700|Questrial:400&display=swap");
@import url("https://use.typekit.net/mte2kwe.css");
header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form:after, #search-form form:after, #objects #search-form form:after {
  content: "";
  display: table;
  clear: both; }

/*! 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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

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

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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, #search-form form .form-group, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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, #search-form form .form-group {
  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, #search-form form .form-group {
  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; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

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 > 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 {
  min-height: .01%;
  overflow-x: auto; }
  @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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  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; }

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 {
    background-color: transparent;
    border: 0; }
  .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; }

@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.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .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-right: 0;
    padding-left: 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;
  background-color: #dff0d8;
  border-color: #3c763d; }

.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.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;
  background-color: #f2dede;
  border-color: #a94442; }

.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

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

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

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

.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-right: 0;
    padding-left: 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: 400;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* 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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "basic-sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #382765; }
  body.beige-bg {
    background: linear-gradient(180deg, #ffffff 50%, #f2eae4 50%); }
  body .white-bg {
    background-color: #fff; }
  body .container-fluid:not(.container-fluid-full) {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1440px; }
    body .container-fluid:not(.container-fluid-full).container-fluid-wide {
      max-width: 1440px; }
  body.nav-open {
    overflow: hidden; }
  body .whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #25D364;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    font-size: 30px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.33);
    z-index: 10;
    border-radius: 100%;
    width: 55px;
    height: 55px; }
    body .whatsapp i {
      color: #fff; }

.app-wrap {
  height: 100%;
  border-radius: 20px;
  padding: 20px 25px;
  width: 100%;
  min-height: 400px;
  position: relative; }
  .app-wrap:before {
    position: absolute;
    background-color: #382765;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1; }
  .app-wrap .text {
    text-align: center; }
    .app-wrap .text h3 {
      color: #fff;
      font-size: 24px !important;
      font-weight: normal;
      line-height: 30px; }
    .app-wrap .text span {
      display: block;
      font-size: 16px !important;
      color: #fff;
      margin-top: 10px; }
  .app-wrap .appstores {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    z-index: 1;
    position: relative; }
    .app-wrap .appstores > * + * {
      margin-left: 5px; }
    .app-wrap .appstores img {
      max-height: 37px; }
  .app-wrap .phone {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 50%; }

#objects .dropdown-toggle {
  background-color: white !important;
  border: 2px solid #F2EAE4 !important;
  border-radius: 10px !important;
  color: #000000 !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 15px 20px !important; }

.banner {
  position: fixed;
  background-color: #d60b52;
  z-index: 10;
  width: 100%;
  top: 60px;
  height: auto;
  right: 0;
  padding: 15px;
  color: white; }
  @media (min-width: 992px) {
    .banner {
      width: 40%;
      border-radius: 0 0 0 20px;
      padding: 30px; } }
  @media (min-width: 1200px) {
    .banner {
      top: 118px; } }

h1, h2, h3 {
  font-family: "basic-sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 30px 0;
  line-height: 1.2; }

h2 {
  font-size: 18px; }

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

a {
  color: #D50C51;
  text-decoration: none; }
  a:hover {
    color: #dd3d74; }

.reviews {
  background-color: #F2EAE4; }
  .reviews h2 {
    font-size: 24px;
    margin-bottom: 20px !important; }
  .reviews .review-wrap {
    -ms-flex-item-align: center;
    align-self: center;
    background-color: white;
    border-radius: 10px;
    padding: 30px; }
    .reviews .review-wrap .review {
      overflow: hidden; }
      .reviews .review-wrap .review .top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px; }
        .reviews .review-wrap .review .top span {
          font-size: 36px;
          font-weight: bold; }
        .reviews .review-wrap .review .top i {
          font-size: 25px; }
      .reviews .review-wrap .review .content {
        font-size: 18px;
        color: #080217;
        font-style: italic;
        line-height: 30px; }
    .reviews .review-wrap .bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .reviews .review-wrap .bottom .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .reviews .review-wrap .bottom .nav ul {
          list-style: none;
          padding: 0;
          margin: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          gap: 10px; }
          .reviews .review-wrap .bottom .nav ul li {
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background-color: #F2EAE4; }
            .reviews .review-wrap .bottom .nav ul li.slick-active {
              background-color: #D50C51; }
            .reviews .review-wrap .bottom .nav ul li button {
              background-color: transparent;
              font-size: 0;
              border: none; }
  .reviews .quote-image {
    position: relative;
    height: 450px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end; }
    .reviews .quote-image img:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: contain;
      object-position: bottom left; }
    .reviews .quote-image img:last-of-type {
      position: relative;
      height: 100%; }

.broker-contact {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .broker-contact h3 {
    font-size: 24px;
    font-weight: normal; }
  .broker-contact .broker-contact-wrapper {
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 20px;
    -ms-flex-align: start;
    align-items: flex-start; }
    .broker-contact .broker-contact-wrapper .left {
      position: relative;
      width: 115px; }
      .broker-contact .broker-contact-wrapper .left img:nth-of-type(1) {
        width: 100%;
        object-fit: contain;
        object-position: left; }
      .broker-contact .broker-contact-wrapper .left img:nth-of-type(2) {
        width: 100%; }
    .broker-contact .broker-contact-wrapper .right {
      -ms-flex: 1;
      flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 18px; }
      .broker-contact .broker-contact-wrapper .right p {
        margin-bottom: 0; }
      .broker-contact .broker-contact-wrapper .right ul {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px 0; }
        .broker-contact .broker-contact-wrapper .right ul li a {
          color: #382765; }

.image-2 {
  margin-right: auto !important;
  margin-left: 0 !important; }

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

.img-responsive {
  max-width: 100%; }

.wrapper {
  padding: 45px 0; }
  .wrapper.wrapper-gray {
    background: #F4EAE3; }
  .wrapper.wrapper-lightblue {
    background: #F4EAE3; }
  .wrapper.wrapper-white {
    background: #fff; }
  .wrapper.wrapper-color1 {
    background: #D50C51;
    color: #FFF; }
    .wrapper.wrapper-color1 h2 {
      color: #FFF; }
  .wrapper.wrapper-color2 {
    background: #382765;
    color: #FFF; }

p {
  margin: 0 0 30px 0; }

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

figure {
  margin: 0; }

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

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

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !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-top {
  padding-top: 0px !important; }

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

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

p.smaller {
  font-size: 16px;
  line-height: 27px; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

blockquote {
  background: #FFFFFF;
  padding: 25px;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-size: 24px;
  font-weight: 600; }
  blockquote p {
    margin: 0; }

.nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.space-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-center {
  -ms-flex-align: center;
  align-items: center; }

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

.flex-xs-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.margin-0 {
  margin: 0 !important; }

.mb-3 {
  margin-bottom: 3em !important; }

.mb-2 {
  margin-bottom: 2em !important; }

.mb-1 {
  margin-bottom: 1em !important; }

.mb-0 {
  margin-bottom: 0 !important; }

form.form-horizontal .control-label {
  text-align: left; }

form.form-horizontal .g-recaptcha {
  margin-left: 15px; }

form .checkbox-styled {
  margin: 6px 10px 6px 0;
  position: relative;
  padding-left: 40px; }
  form .checkbox-styled .checkmark {
    position: absolute;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border: 2px solid #D50C51;
    vertical-align: -6px;
    margin-right: 10px;
    left: 0; }
    form .checkbox-styled .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 7px;
      top: 1px;
      width: 6px;
      height: 12px;
      border: solid white;
      border-width: 0 4px 4px 0;
      transform: rotate(45deg); }
  form .checkbox-styled input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    form .checkbox-styled input:checked ~ .checkmark {
      background-color: #D50C51;
      border: 1px solid #D50C51; }
      form .checkbox-styled input:checked ~ .checkmark:after {
        display: block; }
  form .checkbox-styled:hover input:not(:checked) ~ .checkmark {
    background-color: #F5F5F5; }

.fotobox {
  background-size: cover;
  background-position: center center; }

@media (min-width: 768px) {
  h1, h2, h3 {
    margin: 0 0 30px 0;
    font-size: 32px; }
  h2 {
    font-size: 24px; }
  h3 {
    margin: 0;
    font-size: 20px; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  form.form-horizontal .g-recaptcha {
    margin-left: calc(25% + 15px); }
  .center-cols-sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .mt-sm-0 {
    margin-top: 0 !important; } }

@media (min-width: 992px) {
  .app-wrap:before {
    width: 80%; }
  body {
    font-size: 18px;
    line-height: 30px; }
  .wrapper {
    padding: 60px 0; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .with-padding-bottom {
    padding-bottom: 45px; }
  .mt-d-0 {
    margin-top: 0 !important; }
  .d-md-block {
    display: block !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .broker-contact h3 {
    font-size: 36px;
    font-weight: normal; } }

@media (min-width: 1200px) {
  .reviews h2 {
    font-size: 36px;
    font-weight: normal; }
  .app-wrap {
    height: 100%;
    border-radius: 20px;
    padding: 20px 25px; }
    .app-wrap .text {
      text-align: right; }
      .app-wrap .text h3 {
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        line-height: 30px; }
      .app-wrap .text span {
        display: block;
        font-size: 16px;
        color: #fff;
        margin-top: 5px; }
    .app-wrap .appstores {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 10px;
      z-index: 1;
      position: relative; }
      .app-wrap .appstores > * + * {
        margin-left: 5px; }
      .app-wrap .appstores img {
        max-height: 37px; }
    .app-wrap .phone {
      position: absolute;
      width: 65%;
      bottom: 0;
      left: 45%;
      transform: translateX(-50%);
      max-height: unset; }
  h1, h2, h3 {
    font-size: 38px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 22px; }
  .wrapper {
    padding: 90px 0; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .flex-lg-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .with-padding-bottom {
    padding-bottom: 60px; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .center-cols-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .p-lg-15 {
    padding: 0 15px !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .reviews .right {
    padding-left: 0; }
  .reviews .review-wrap {
    top: 50%;
    transform: translateY(-50%); }
    .reviews .review-wrap .review {
      overflow: hidden; }
      .reviews .review-wrap .review .top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px; }
        .reviews .review-wrap .review .top span {
          font-size: 36px;
          font-weight: bold; }
        .reviews .review-wrap .review .top i {
          font-size: 25px; }
      .reviews .review-wrap .review .content {
        font-size: 18px;
        color: #080217;
        font-style: italic;
        line-height: 30px; }
    .reviews .review-wrap .bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .reviews .review-wrap .bottom .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .reviews .review-wrap .bottom .nav ul {
          list-style: none;
          padding: 0;
          margin: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          gap: 10px; }
          .reviews .review-wrap .bottom .nav ul li {
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background-color: #F2EAE4; }
            .reviews .review-wrap .bottom .nav ul li.slick-active {
              background-color: #D50C51; }
            .reviews .review-wrap .bottom .nav ul li button {
              background-color: transparent;
              font-size: 0;
              border: none; }
  .reviews .quote-image {
    position: relative;
    height: 450px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end; }
    .reviews .quote-image img:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: contain;
      object-position: bottom left; }
    .reviews .quote-image img:last-of-type {
      position: relative;
      height: 100%; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?8iyw0z");
  src: url("fonts/icomoon.eot?8iyw0z#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?8iyw0z") format("truetype"), url("fonts/icomoon.woff?8iyw0z") format("woff"), url("fonts/icomoon.svg?8iyw0z#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-aankoopmakelaar:before {
  content: "\e922"; }

.icon-verkoopmakelaar:before {
  content: "\e923"; }

.icon-waarde:before {
  content: "\e924"; }

.icon-zoom-in:before {
  content: "\e925"; }

.icon-jaar-marktleider:before {
  content: "\e92a"; }

.icon-full-service:before {
  content: "\e92c"; }

.icon-gratis-waardebepaling2:before {
  content: "\e92e"; }

.icon-gratis-waardebepaling:before {
  content: "\e92f"; }

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

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

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

.icon-star:before {
  content: "\e926"; }

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

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

.icon-fundabusiness:before {
  content: "\e800"; }

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

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

.icon-scvm:before {
  content: "\e91e"; }

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

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

.icon-area:before {
  content: "\e933"; }

.icon-tools:before {
  content: "\e931"; }

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

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

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

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

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

.icon-vbo-logo_1:before {
  content: "\e92b"; }

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

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

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

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

.icon-file-text-o:before {
  content: "\e904"; }

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

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

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

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

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

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

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

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

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

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

.icon-chevron-down:before {
  content: "\e90d"; }

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

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

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

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

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

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

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

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

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

.icon-hotel:before {
  content: "\e928"; }

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

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

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

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

.icon-cube:before {
  content: "\e927"; }

.icon-film:before {
  content: "\e921"; }

.icon-envelope-o:before {
  content: "\e930"; }

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

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

.icon-map2:before {
  content: "\e92d"; }

.btn {
  background: #D50C51;
  color: #FFF !important;
  padding: 10px 15px !important;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  transition: all 200ms ease;
  text-align: center;
  border-radius: 30px !important;
  height: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn.border-white {
    border: 1px solid #fff; }
  .btn.btn-shadow {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25); }
  .btn:hover {
    transform: scale(1.02);
    text-decoration: none; }
  .btn.btn-color1 {
    background: #D50C51;
    color: #FFF; }
  .btn.btn-color2 {
    background: #382765;
    color: #FFF; }
  .btn.btn-color3 {
    background: #fff;
    color: #382765 !important; }
  .btn.btn-green {
    background-color: #4FCC5D; }
  .btn.btn-gray {
    border: 1px solid #cbcbce;
    background: #E6EBEF;
    color: #202020; }
  .btn.btn-min-width {
    min-width: 250px; }
  .btn.btn-100 {
    width: 100%; }
  .btn.btn-line {
    background: none;
    box-shadow: inset 0 0 0 2px #fff;
    color: #FFF; }
  .btn i {
    margin-left: 5px; }

.dropdown {
  position: relative; }
  .dropdown .btn {
    position: relative;
    min-width: 220px;
    text-align: left;
    font-weight: normal;
    height: 50px;
    padding: 11px;
    text-transform: none; }
    .dropdown .btn .icon {
      position: absolute;
      top: 18px;
      right: 15px;
      font-size: 16px; }
  .dropdown ul {
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 10;
    width: 100%;
    list-style: none;
    border: 1px solid #cbcbce;
    background: #E6EBEF;
    margin: 0;
    padding: 0;
    font-size: 18px; }
    .dropdown ul li a {
      display: block;
      padding: 5px 15px;
      color: #202020; }
      .dropdown ul li a:hover {
        background: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .btn {
    padding: 15px 40px !important; } }

.pagination {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagination li {
    font-family: "basic-sans", sans-serif;
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    margin: 0 5px;
    background-color: #F4EAE3;
    border: none; }
    .pagination li.arrow {
      background: none;
      margin: 0 20px;
      font-size: 13px; }
      .pagination li.arrow a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .pagination li.arrow a:hover {
          color: #382765; }
      .pagination li.arrow.disabled a {
        color: #F4EAE3;
        pointer-events: none; }
    .pagination li a {
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 100%;
      color: #202020;
      text-decoration: none; }
      .pagination li a:hover {
        color: #ffffff;
        background: #382765; }
    .pagination li:hover {
      box-shadow: none; }
    .pagination li.disabled {
      color: #CCC;
      background: none; }
    .pagination li.active {
      box-shadow: none;
      font-weight: bold;
      color: #ffffff;
      background: #D50C51; }
      .pagination li.active a {
        color: #ffffff; }
    .pagination li:first-child, .pagination li:last-child {
      box-shadow: none;
      width: 20px; }
      .pagination li:first-child a, .pagination li:last-child a {
        width: 20px; }
        .pagination li:first-child a:hover, .pagination li:last-child a:hover {
          background: none; }

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

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 5%;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px; }

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll; }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(46px); } }

.wrapper_select {
  position: relative; }
  .wrapper_select.wrapper_select_border .fake_input {
    border: 1px solid #ccc; }
  .wrapper_select .fake_input {
    position: relative;
    display: block;
    width: 100%;
    background: #FFF;
    text-align: left;
    padding: 9px 15px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px; }
    .wrapper_select .fake_input span {
      color: #000; }
      .wrapper_select .fake_input span.placeholder {
        color: #999;
        display: inline-block;
        font-size: 14px;
        margin-right: 5px; }
      .wrapper_select .fake_input span.icon-chevron-down {
        position: absolute;
        right: 8px;
        top: 18px;
        font-size: 10px;
        color: #D50C51; }
      .wrapper_select .fake_input span.content {
        white-space: nowrap; }
    .wrapper_select .fake_input + ul {
      display: none;
      position: absolute;
      left: 0;
      top: 40px;
      z-index: 99;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      background: #FFF;
      text-align: left;
      border-radius: 5px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      max-height: 320px;
      overflow-y: scroll; }
      .wrapper_select .fake_input + ul li {
        color: #000;
        padding: 5px 15px;
        cursor: pointer; }
        .wrapper_select .fake_input + ul li:hover {
          background: #F6F6F6; }

@media (min-width: 992px) {
  .fake_input {
    padding: 13px 15px; }
    .fake_input span.icon-chevron-down {
      right: 10px;
      top: 21px; } }

@media (min-width: 1200px) {
  .fake_input {
    padding: 16px 15px; }
    .fake_input span.icon-chevron-down {
      top: 24px; } }

.colorblock {
  position: relative;
  margin-left: 15px;
  padding: 30px;
  margin-top: 30px; }
  .colorblock ul {
    margin: 0; }
  .colorblock:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; }
  .colorblock.bg-color-2 {
    background: #382765;
    color: #FFF; }
    .colorblock.bg-color-2 h3 {
      color: #FFF;
      margin-bottom: 30px; }
    .colorblock.bg-color-2:after {
      border-right: 20px solid #382765; }

@media (min-width: 768px) {
  .colorblock.bg-color-2 h3 {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .colorblock {
    margin-left: 0; } }

form .form-group .form-control:not(textarea) {
  height: 45px; }

header:not(#search-enquiries-header) {
  position: relative;
  z-index: 2; }
  header:not(#search-enquiries-header) .topheader {
    display: none; }
  header:not(#search-enquiries-header) .kerstbanner {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10; }
  header:not(#search-enquiries-header) .header-title-wrap {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%); }
    header:not(#search-enquiries-header) .header-title-wrap .header_title h1 {
      font-size: 32px;
      color: #fff;
      font-weight: 400;
      margin-bottom: 0; }
  header:not(#search-enquiries-header) .nav_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #FFF;
    transition: background-color 0.2s; }
    header:not(#search-enquiries-header) .nav_wrapper .top-nav-links {
      display: none !important;
      -ms-flex-pack: end;
      justify-content: flex-end;
      list-style: none;
      margin-bottom: 20px !important; }
      header:not(#search-enquiries-header) .nav_wrapper .top-nav-links li {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center; }
        header:not(#search-enquiries-header) .nav_wrapper .top-nav-links li a {
          text-decoration: underline;
          color: #382765;
          line-height: 0px;
          font-size: 14px;
          padding: 0 !important;
          line-height: 0px !important; }
        header:not(#search-enquiries-header) .nav_wrapper .top-nav-links li img {
          margin-right: 5px;
          width: 18px; }
      header:not(#search-enquiries-header) .nav_wrapper .top-nav-links > * + * {
        margin-left: 20px; }
    header:not(#search-enquiries-header) .nav_wrapper .container-fluid {
      position: relative; }
      header:not(#search-enquiries-header) .nav_wrapper .container-fluid .logo {
        position: relative;
        z-index: 11;
        display: block;
        height: 40px;
        margin: 10px 0; }
      header:not(#search-enquiries-header) .nav_wrapper .container-fluid .logo-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: start;
        gap: 30px;
        margin-right: -50px; }
        header:not(#search-enquiries-header) .nav_wrapper .container-fluid .logo-group i {
          font-size: 40px;
          margin-top: 10px; }
      header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper {
        position: absolute;
        top: 0;
        right: 10px;
        height: 100%; }
        header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper ul {
          display: block;
          padding: 0;
          margin: 0;
          list-style: none; }
          header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper ul li {
            display: inline-block; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper ul li a {
              display: block;
              line-height: 40px;
              padding: 15px 5px;
              text-align: center;
              -ms-flex-negative: 0;
              flex-shrink: 0; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper ul li .icon-envelope, header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper ul li .icon-menu, header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper ul li .icon-phone {
              font-size: 24px; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper ul li.header-phone a span.icon-phone {
              font-size: 24px; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper ul li.header-phone a strong {
              vertical-align: 5px;
              font-size: 16px;
              font-weight: bold; }
      header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav {
        position: absolute;
        right: 0px;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        display: none;
        z-index: 10;
        overflow: auto; }
        header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav ul {
          list-style: none;
          padding: 0px;
          margin: 0px;
          background: #FFF; }
          header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav ul li {
            border-top: 1px solid #EEE; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav ul li a {
              display: block;
              text-decoration: none;
              line-height: 30px;
              padding: 5px 15px;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
              color: #382765;
              font-size: 16px; }
              header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav ul li a:hover, header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav ul li a.active {
                color: #D50C51; }
              header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav ul li a .searchenquiries_count {
                display: inline-block;
                background: #D50C51;
                height: 20px;
                line-height: 22px;
                width: 20px;
                border-radius: 50%;
                text-align: center;
                transform: translate(0px, -10px);
                color: #fff;
                font-size: 12px; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav ul li > ul {
              display: none; }
              header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav ul li > ul > li a {
                white-space: nowrap;
                padding-left: 25px;
                font-weight: normal;
                font-size: 18px; }
    header:not(#search-enquiries-header) .nav_wrapper.fixed {
      background: #FFF; }
  header:not(#search-enquiries-header) #header_carousel_wrapper {
    position: relative;
    margin-bottom: 30px; }
    header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .mobile-image {
        display: block;
        width: 100%;
        margin-top: 60px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .main-image {
        display: block;
        width: 100%;
        margin-top: 60px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .desktop-image {
        display: none; }
      header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .slick-list, header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .slick-track {
        height: 100%; }
      header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .header_slide {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    header:not(#search-enquiries-header) #header_carousel_wrapper .overlay {
      position: absolute;
      left: 50%;
      top: 65%;
      transform: translate(-50%, -50%);
      /* text-align: center; */
      width: 100%;
      padding: 0 30px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay span {
        color: #fff;
        font-size: 13px;
        font-weight: 400; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay .btn {
        margin-top: 20px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay h2 {
        font-size: 30px;
        color: #FFF;
        margin-bottom: 10px;
        font-weight: 400; }
        header:not(#search-enquiries-header) #header_carousel_wrapper .overlay h2 span {
          display: block;
          font-weight: normal; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form .wrapper_input {
        display: inline-block;
        width: 100%;
        margin: 0 8px 10px 0; }
        header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form .wrapper_input input {
          position: relative;
          display: block;
          width: 100%;
          background: #FFF;
          text-align: left;
          padding: 9px 15px;
          border: none;
          line-height: 30px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form .wrapper_select {
        margin-bottom: 10px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay .btn {
        padding: 10px 18px;
        white-space: nowrap;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; }
        header:not(#search-enquiries-header) #header_carousel_wrapper .overlay .btn .reset {
          display: inline-block;
          font-size: 30px;
          line-height: 10px;
          transform: translateY(4px);
          position: relative; }
  header:not(#search-enquiries-header).vervolg {
    height: auto;
    z-index: 4; }
  header:not(#search-enquiries-header).search-enquiry-header {
    height: auto;
    min-height: 0; }
  header:not(#search-enquiries-header).object {
    height: auto;
    min-height: 60px; }

@media (min-width: 768px) {
  header:not(#search-enquiries-header).vervolg #header_carousel {
    height: 300px; }
  header:not(#search-enquiries-header) #header_carousel_wrapper {
    margin-bottom: 0; }
    header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .desktop-image {
      display: block;
      width: 100%;
      margin-top: 60px; }
    header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .mobile-image {
      display: none; }
    header:not(#search-enquiries-header) #header_carousel_wrapper .overlay {
      position: absolute;
      left: 30%;
      top: 60%;
      transform: translate(-50%, -50%);
      /* text-align: center; */
      width: 50%;
      padding: 0 30px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay h2 {
        font-size: 30px;
        margin-bottom: 15px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form {
        display: inline-block; }
        header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form .wrapper_input {
          display: inline-block;
          width: 200px;
          margin: 0 5px 10px 0; }
        header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form .wrapper_select {
          display: inline-block;
          width: 200px;
          margin: 0 5px 10px 0; }
        header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form .btn {
          display: inline-block; } }

@media (min-width: 992px) {
  header:not(#search-enquiries-header).object {
    min-height: 110px; }
  header:not(#search-enquiries-header) .topheader {
    display: block;
    position: relative;
    z-index: 1;
    background: #EDF5FA;
    color: #13171C;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    overflow: hidden; }
    header:not(#search-enquiries-header) .topheader span {
      color: #009C54; }
  header:not(#search-enquiries-header) .nav_wrapper {
    background: #FFFFFF;
    position: relative;
    padding: 15px 0; }
    header:not(#search-enquiries-header) .nav_wrapper .top-nav-links {
      display: -ms-flexbox !important;
      display: flex !important; }
    header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
      header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav {
        position: relative;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
        display: block !important;
        width: unset !important;
        height: unset !important;
        text-align: unset !important;
        overflow: unset !important; }
        header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul {
          display: inline-block;
          border-bottom: none;
          white-space: nowrap;
          background: none; }
          header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li {
            border-top: none;
            position: relative;
            height: 80px;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-align: center;
            align-items: center; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li a {
              color: #382765;
              padding: 0px 8px;
              font-size: 15px; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li:hover > a,
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li > a.active {
              position: relative;
              background: none; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li > ul {
              position: absolute;
              top: 100%;
              left: -5px;
              background: #fff;
              text-align: left;
              display: block;
              z-index: 10;
              overflow: hidden;
              transition: all 0.3s;
              transform: translate(0, -15px);
              opacity: 0;
              visibility: hidden;
              padding-top: 0px;
              border-radius: 0px 0px 20px 20px;
              box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15); }
              header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li > ul > li {
                display: block;
                border-top: none; }
                header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li > ul > li a {
                  padding: 10px 20px;
                  font-weight: normal;
                  color: #382765;
                  font-size: 18px; }
                  header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li > ul > li a:hover {
                    color: #D50C51; }
                  header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li > ul > li a.active {
                    color: #D50C51; }
            header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li:hover ul {
              transform: none;
              opacity: 1;
              visibility: visible; }
        header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav .btn {
          float: right;
          margin-left: 0px;
          margin-top: -11px;
          font-size: 16px; }
    header:not(#search-enquiries-header) .nav_wrapper .container-fluid .button_wrapper {
      position: relative;
      transition: all 0.2s;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: end;
      align-items: flex-end;
      right: unset;
      min-height: 75px; }
    header:not(#search-enquiries-header) .nav_wrapper.fixed {
      position: fixed;
      top: 0; }
  header:not(#search-enquiries-header) #header_carousel_wrapper {
    margin-top: 90px; }
    header:not(#search-enquiries-header) #header_carousel_wrapper #header_carousel .desktop-image {
      max-width: 85%;
      display: block; }
    header:not(#search-enquiries-header) #header_carousel_wrapper h1 {
      font-size: 48px; }
    header:not(#search-enquiries-header) #header_carousel_wrapper img {
      width: 90% !important; }
    header:not(#search-enquiries-header) #header_carousel_wrapper .overlay h2 {
      font-size: 40px;
      margin-bottom: 20px;
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form .wrapper_input,
    header:not(#search-enquiries-header) #header_carousel_wrapper .overlay form .wrapper_city {
      width: 250px; }
  header:not(#search-enquiries-header).vervolg #header_carousel_wrapper {
    height: 350px; } }

@media (min-width: 992px) {
  header:not(#search-enquiries-header) .nav_wrapper .container-fluid .logo {
    height: 60px;
    margin: 20px 0;
    transition: all 0.2s; }
  header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav {
    margin-bottom: -20px;
    top: 40px; }
    header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav > ul > li a {
      padding: 0 15px;
      font-size: 14px; }
    header:not(#search-enquiries-header) .nav_wrapper .container-fluid nav > ul > li > ul > li a {
      font-size: 14px; }
  header:not(#search-enquiries-header) .nav_wrapper.fixed .container-fluid {
    position: relative; }
    header:not(#search-enquiries-header) .nav_wrapper.fixed .container-fluid .logo {
      height: 50px;
      margin: 10px 0; }
    header:not(#search-enquiries-header) .nav_wrapper.fixed .container-fluid nav {
      top: 28px;
      right: -20px !important; }
  header:not(#search-enquiries-header) .nav_wrapper .btn {
    padding: 15px 20px !important;
    font-size: 14px; }
  header:not(#search-enquiries-header) .nav_wrapper .button_wrapper {
    min-width: 0; }
    header:not(#search-enquiries-header) .nav_wrapper .button_wrapper .top-nav-links {
      width: 300%; }
      header:not(#search-enquiries-header) .nav_wrapper .button_wrapper .top-nav-links li a {
        font-size: 11px; }
  header:not(#search-enquiries-header) #header_carousel_wrapper {
    margin-top: 105px; }
    header:not(#search-enquiries-header) #header_carousel_wrapper .overlay {
      position: absolute;
      left: 33%;
      top: 55%;
      transform: translate(-50%, -50%);
      /* text-align: center; */
      width: 50%;
      padding: 0 30px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay span {
        font-size: 20px;
        color: #fff;
        font-weight: lighter;
        display: inline-block; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay .btn {
        margin-top: 40px; }
      header:not(#search-enquiries-header) #header_carousel_wrapper .overlay h2 {
        font-size: 65px;
        font-weight: 400;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
        line-height: 1; }
  header:not(#search-enquiries-header).vervolg #header_carousel_wrapper {
    height: 100%; } }

@media (min-width: 1200px) {
  header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li a {
    font-size: 16px; } }

@media (min-width: 1400px) {
  header:not(#search-enquiries-header) .nav_wrapper.fixed .container-fluid nav {
    right: -60px !important; }
  header:not(#search-enquiries-header) .nav_wrapper.fixed .container-fluid .logo {
    height: 60px; }
  header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li a {
    font-size: 17px; }
  header:not(#search-enquiries-header) #header_carousel_wrapper .overlay {
    width: 37%; }
  header:not(#search-enquiries-header) .nav_wrapper .top-nav-links li a {
    font-size: 14px; }
  header:not(#search-enquiries-header) .nav_wrapper .btn {
    padding: 15px 20px !important;
    font-size: 18px; }
  .container-fluid .logo {
    height: 60px; } }

@media (min-width: 1600px) {
  header:not(#search-enquiries-header) #header_carousel_wrapper .overlay {
    width: 35%; }
  header:not(#search-enquiries-header) .nav_wrapper .container-fluid .flex-nav nav > ul > li a {
    font-size: 18px; } }

.slideshow_wrapper {
  position: relative; }
  .slideshow_wrapper .search-wrapper {
    background: #D50C51; }
    .slideshow_wrapper .search-wrapper #search {
      background: #D50C51; }

#carousel .slide .background {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center; }
  #carousel .slide .background .title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF; }
    #carousel .slide .background .title h1, #carousel .slide .background .title h2 {
      color: #FFF;
      margin: 0;
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); }
    #carousel .slide .background .title h2 {
      font-weight: 400;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); }

#carousel .slick-dots {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  #carousel .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; }
    #carousel .slick-dots li.slick-active {
      background: #FFF; }
    #carousel .slick-dots li button {
      display: none; }

@media (min-width: 768px) {
  #carousel .slide .background {
    padding-bottom: 37.5%; }
    #carousel .slide .background .title h1, #carousel .slide .background .title h2 {
      font-size: 32px; }
    #carousel .slide .background .title h2 {
      font-size: 26px; } }

@media (min-width: 992px) {
  #carousel .slide .background .title h1, #carousel .slide .background .title h2 {
    font-size: 38px; }
  #carousel .slide .background .title h2 {
    font-size: 30px; } }

@media (min-width: 1200px) {
  #carousel .slide .background .title h1, #carousel .slide .background .title h2 {
    font-size: 48px; }
  #carousel .slide .background .title h2 {
    font-size: 38px; } }

#search-form {
  display: none;
  position: absolute;
  left: 0px;
  top: 75px;
  z-index: 10;
  background: #FFF;
  width: 100%;
  transform: all 0.3s;
  padding: 15px 0 0 0; }
  #search-form:after {
    content: " ";
    width: 100%;
    display: block; }
  #search-form form .wrapper_input {
    float: left;
    width: 208px;
    margin-right: 8px; }
    #search-form form .wrapper_input input {
      position: relative;
      display: block;
      width: 100%;
      background: #FFF;
      text-align: left;
      padding: 9px 15px;
      border: none;
      line-height: 30px;
      border-radius: 3px; }
    #search-form form .wrapper_input select {
      border-radius: 3px; }
  #search-form form .btn .reset {
    display: inline-block;
    font-size: 30px;
    line-height: 10px;
    transform: translateY(4px);
    position: relative; }
  #search-form form .form-group .control-label {
    display: none; }
  #search-form form .form-group .form-control {
    padding: 10px 15px;
    height: 42px; }

@media (min-width: 768px) {
  #search-form {
    display: block !important;
    position: static;
    padding: 30px 0; }
    .search-wrapper.wrapper-gray #search-form {
      background: #F5F5F5; }
    #search-form form .btn.reset-btn {
      margin-right: 7px; }
    #search-form form .form-group {
      width: 33.333333%; } }

@media (min-width: 992px) {
  #search-form form .form-group {
    width: 16.66666666666667%;
    margin-bottom: 0px; } }

@media (min-width: 1200px) {
  .slideshow_wrapper .search-wrapper.floating {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0); }
    .slideshow_wrapper .search-wrapper.floating #search-form {
      background: rgba(255, 255, 255, 0.75); }
  #search-form form .wrapper_input {
    width: 250px; }
  #search-form form .form-group .form-control {
    padding: 10px 15px;
    height: 42px; } }

footer {
  font-size: 16px;
  background: #F4EAE3;
  color: #382765;
  margin-top: 300px; }
  footer .form input {
    height: 54px; }
  footer .form input, footer .form textarea {
    width: 100%;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: none;
    color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px; }
  footer .form textarea {
    height: 200px; }
  footer .form .left input {
    margin-bottom: 20px; }
  footer .footer-card-margin {
    margin-top: -350px;
    margin-bottom: 50px; }
    footer .footer-card-margin .footer-card {
      background-color: #382765;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 60px 50px;
      height: 100%;
      border-radius: 10px; }
      footer .footer-card-margin .footer-card h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        margin: 0;
        margin-bottom: 10px; }
      footer .footer-card-margin .footer-card p {
        color: #fff;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: lighter; }
      footer .footer-card-margin .footer-card .button-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer .footer-card-margin .footer-card .button-wrap > * + * {
          margin-top: 10px; }
  footer h6 {
    color: #D50C51;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px; }
  footer a {
    color: #382765; }
    footer a:hover {
      color: #D50C51; }
  footer table {
    border: none; }
    footer table td {
      border: none; }
  footer table td, footer table td * {
    vertical-align: top; }
  footer .direct {
    line-height: 40px; }
    footer .direct a {
      font-size: 18px;
      line-height: 22px; }
  footer .line-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .line-wrap .line {
      width: 1px;
      height: 100%;
      background-color: #382765; }
  footer h3 {
    font-family: "basic-sans", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px; }
  footer .socials {
    color: #382765;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center; }
    footer .socials a {
      border-radius: 100%;
      width: 30px;
      height: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.53); }
    footer .socials .facebook {
      background-color: #382765;
      margin-right: 5px; }
    footer .socials .instagram {
      background-color: #D50C51; }
  footer .email, footer .tel {
    position: relative;
    padding-left: 30px; }
    footer .email span, footer .tel span {
      position: absolute;
      left: 0;
      top: 0px;
      color: #fff;
      font-size: 16px; }
  footer address {
    font-style: normal;
    margin: 0 0 30px 0;
    color: #382765; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer .social {
    margin-top: 10px;
    font-size: 42px; }
    footer .social li {
      display: inline-block; }
  footer .bottom {
    background: #F4EAE3;
    font-size: 14px;
    color: #382765; }
    footer .bottom .row div {
      margin-top: 60px;
      padding-top: 15px;
      padding-bottom: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .bottom .row div ul:first-of-type {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px; }
      footer .bottom .row div a {
        text-decoration: none; }
        footer .bottom .row div a i {
          font-size: 20px; }
          footer .bottom .row div a i:hover {
            color: #D50C51; }
          footer .bottom .row div a i.bigger {
            font-size: 25px; }
    footer .bottom span {
      font-size: 16px; }
    footer .bottom a {
      font-size: 16px;
      color: #382765;
      text-decoration: underline; }
    footer .bottom .logos {
      margin-bottom: 15px; }
      footer .bottom .logos span {
        font-size: 28px;
        margin-left: 10px;
        color: #382765;
        margin-bottom: 15px; }
      footer .bottom .logos img {
        height: 30px;
        margin-left: 10px; }

@media (min-width: 768px) {
  footer .footer-card-margin {
    margin-top: -320px;
    margin-bottom: 50px; } }

@media (min-width: 992px) {
  footer address {
    margin-bottom: 0; }
  footer .bottom .row div ul:first-of-type {
    margin-bottom: 0; }
  footer .bottom .row div a i {
    font-size: 25px; }
    footer .bottom .row div a i.bigger {
      font-size: 40px; }
  footer .bottom ul li {
    display: inline-block; }
    footer .bottom ul li:not(:last-child) {
      margin-right: 30px; }
  footer .bottom .logos {
    float: left;
    margin-top: 20px; }
    footer .bottom .logos span {
      font-size: 32px;
      margin-right: 15px; }
      footer .bottom .logos span.icon-funda {
        font-size: 26px; }
      footer .bottom .logos span.icon-nwwi {
        font-size: 26px; } }

@media (min-width: 1200px) {
  footer .form h2 {
    font-size: 36px !important; }
  footer .form p {
    font-size: 18px !important; }
  footer .form input {
    height: 54px; }
  footer .form input, footer .form textarea {
    width: 100%;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: none;
    color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px; }
  footer .form .textarea {
    height: 100%; }
  footer .footer-card-margin {
    margin-top: -350px;
    margin-bottom: 100px; }
    footer .footer-card-margin .footer-card h2 {
      font-size: 50px; }
    footer .footer-card-margin .footer-card p {
      font-size: 20px;
      margin-bottom: 40px; }
    footer .footer-card-margin .footer-card .button-wrap {
      -ms-flex-direction: row;
      flex-direction: row; }
      footer .footer-card-margin .footer-card .button-wrap > * + * {
        margin-top: unset;
        margin-left: 10px; }
  footer .bottom .row div {
    margin-top: 50px; } }

.property,
.project {
  box-shadow: 0 5px 10px #F2EAE4;
  border: 1px solid #F2EAE4;
  border-radius: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all .2s;
  color: #352961;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white; }
  .property:hover,
  .project:hover {
    text-decoration: none;
    color: #352961; }
  .property figure,
  .project figure {
    position: relative;
    margin-bottom: 0; }
    .property figure img,
    .project figure img {
      width: 100%;
      height: auto; }
    .property figure figcaption,
    .project figure figcaption {
      position: absolute;
      left: 10px;
      top: 10px;
      background: #D50C51;
      text-align: center;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 0.55px;
      font-size: 11px;
      font-weight: bold;
      padding: 3px 7px;
      border-radius: 20px;
      line-height: 16px; }
      .property figure figcaption.right,
      .project figure figcaption.right {
        right: 0;
        left: unset; }
  .property .text,
  .project .text {
    padding: 15px;
    text-align: center;
    -ms-flex: 1;
    flex: 1; }
    .property .text span.title,
    .project .text span.title {
      display: block;
      font-weight: bold;
      font-size: 24px;
      color: #C12C53; }
    .property .text span.city,
    .project .text span.city {
      font-size: 20px;
      color: #352961; }
    .property .text span.price,
    .project .text span.price {
      font-size: 20px;
      color: #352961;
      text-transform: uppercase;
      margin-top: 10px;
      font-weight: normal; }
  .property .bottom,
  .project .bottom {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #DFE4E6; }
    .property .bottom .item,
    .project .bottom .item {
      text-align: center;
      width: 33.3333%;
      padding: 15px 0;
      color: rgba(53, 41, 97, 0.5); }
      .property .bottom .item i,
      .project .bottom .item i {
        font-size: 14px;
        margin-right: 5px; }
      .property .bottom .item span,
      .project .bottom .item span {
        font-size: 12px; }
      .property .bottom .item:not(:last-child),
      .project .bottom .item:not(:last-child) {
        border-right: 1px solid #DFE4E6; }
  .property.no-hover:hover,
  .project.no-hover:hover {
    transform: none;
    box-shadow: 0 3px 6px rgba(4, 36, 51, 0.05); }
  .property:hover,
  .project:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }

@media (min-width: 1200px) {
  .property .bottom .item i {
    font-size: 16px; }
  .property .bottom .item span {
    font-size: 16px; } }

#homepage h2 {
  font-size: 28px; }

#homepage .big-header {
  font-size: 30px;
  color: #382765;
  font-weight: 400; }
  #homepage .big-header span {
    color: #D50C51; }

#homepage .semi-big-header {
  font-size: 30px;
  color: #382765;
  font-weight: 400; }
  #homepage .semi-big-header span {
    color: #D50C51; }

#homepage .bg-beige {
  background-color: #F4EAE3;
  position: relative; }
  #homepage .bg-beige.bg-before:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    background-color: #F4EAE3;
    top: -278px;
    z-index: -1; }

#homepage .content h1 span {
  display: block;
  font-family: "basic-sans", sans-serif;
  color: #999;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 5px; }

#homepage .info-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #homepage .info-block h6 {
    color: #D50C51;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px; }
  #homepage .info-block h2 {
    color: #382765;
    font-size: 40px;
    font-weight: 400; }
  #homepage .info-block p {
    color: #382765;
    font-size: 18px;
    line-height: 30px; }
  #homepage .info-block .block-left {
    width: 100%;
    padding: 15px; }
    #homepage .info-block .block-left img {
      width: 100%;
      border-radius: 5px; }
  #homepage .info-block .block-right {
    width: 100%;
    padding: 0 15px; }

#homepage .quote .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #homepage .quote .row > [class*='col-'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  #homepage .quote .row .flex-end {
    -ms-flex-align: end;
    align-items: flex-end; }

#homepage .quote .quote-image {
  position: relative;
  min-height: 450px; }
  #homepage .quote .quote-image img {
    position: absolute;
    bottom: 0;
    left: 0; }

#homepage .quote .quote-info {
  margin-top: 20px; }
  #homepage .quote .quote-info p {
    font-size: 32px;
    color: #382765;
    line-height: 42px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0; }
  #homepage .quote .quote-info h6 {
    font-size: 18px;
    color: #D50C51;
    font-weight: 600;
    margin: 0; }
  #homepage .quote .quote-info .underline {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #382765;
    margin-bottom: 10px;
    margin-top: 10px; }
  #homepage .quote .quote-info a {
    margin-top: 25px; }

#homepage #block-slider .slick-track {
  padding-bottom: 40px; }

#homepage #block-slider .block {
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  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;
  padding: 60px 20px;
  text-align: center;
  height: 400px; }
  #homepage #block-slider .block img {
    margin-bottom: 20px;
    margin-top: 10px;
    height: 70px;
    width: auto !important; }
  #homepage #block-slider .block h4 {
    font-size: 24px;
    font-weight: bold;
    color: #D50C51;
    margin-top: 20px;
    margin-bottom: 10px; }
  #homepage #block-slider .block span {
    color: #382765;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; }

#homepage #video_wrapper img {
  width: 100%; }

#homepage #video_wrapper .img-wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative; }

#homepage #video_wrapper video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden; }

#homepage #block_wrapper {
  padding: 50px 0; }
  #homepage #block_wrapper .block {
    text-align: center;
    color: #FFF;
    margin: 0; }
    #homepage #block_wrapper .block a {
      color: #FFF;
      font-family: "basic-sans", sans-serif; }
      #homepage #block_wrapper .block a span {
        display: block;
        font-size: 110px;
        margin-bottom: 30px; }
    #homepage #block_wrapper .block figure img {
      display: block;
      width: 100%;
      border-radius: 5px 5px 0px 0px; }
    #homepage #block_wrapper .block.block1 {
      background: #EDF5FA; }
    #homepage #block_wrapper .block.block2 {
      background: #EDF5FA; }
    #homepage #block_wrapper .block.block3 {
      background: #EDF5FA; }
    #homepage #block_wrapper .block .text {
      padding: 25px 15px; }
      #homepage #block_wrapper .block .text h3 {
        font-size: 20px;
        padding: 30px 0; }

#homepage #woningwijzer {
  background: #EDF5FA 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 50px 15px; }
  #homepage #woningwijzer h2 {
    color: #382765;
    margin-top: 0; }
    #homepage #woningwijzer h2 span {
      color: #DD0332; }

#homepage #about_wrapper {
  background: #382765; }
  #homepage #about_wrapper .block {
    text-align: center;
    color: #FFF; }
    #homepage #about_wrapper .block a {
      color: #FFF;
      font-family: "basic-sans", sans-serif; }
      #homepage #about_wrapper .block a span {
        display: block;
        font-size: 110px;
        margin-bottom: 30px; }
    #homepage #about_wrapper .block.block1 {
      position: relative; }
      #homepage #about_wrapper .block.block1 .foto {
        height: 300px;
        width: calc(100% + 30px);
        margin-left: -15px;
        background: url(/img/teamfoto.jpg) center center no-repeat;
        background-size: cover;
        margin-bottom: 30px; }
    #homepage #about_wrapper .block.block2 {
      text-align: left;
      color: #fff;
      padding-bottom: 30px; }
      #homepage #about_wrapper .block.block2 h2 {
        font-size: 24px;
        color: #fff; }
      #homepage #about_wrapper .block.block2 p {
        font-size: 18px;
        color: #fff;
        font-weight: normal; }

#homepage #facebook_wrapper .block {
  text-align: left;
  padding-bottom: 50px; }
  #homepage #facebook_wrapper .block a {
    color: #FFF;
    font-family: "basic-sans", sans-serif; }
    #homepage #facebook_wrapper .block a span {
      display: block;
      font-size: 110px;
      margin-bottom: 30px; }
  #homepage #facebook_wrapper .block.block1 {
    padding-top: 0px; }
    #homepage #facebook_wrapper .block.block1 .facebook-live {
      overflow: hidden; }
      #homepage #facebook_wrapper .block.block1 .facebook-live .icon-facebook {
        float: left;
        font-size: 32px;
        color: #fff;
        background: #382765;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        text-align: center;
        margin-right: 6px; }
      #homepage #facebook_wrapper .block.block1 .facebook-live .label {
        float: left;
        background: #D50C51;
        color: #fff;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        padding: 0 15px; }
    #homepage #facebook_wrapper .block.block1 p {
      font-size: 18px;
      font-weight: normal;
      opacity: 1; }
    #homepage #facebook_wrapper .block.block1 h4 {
      font-size: 20px;
      color: #D50C51;
      font-weight: 600;
      margin-bottom: 0; }
    #homepage #facebook_wrapper .block.block1 h2 {
      font-size: 36px;
      color: #382765;
      font-weight: 400; }
    #homepage #facebook_wrapper .block.block1 p {
      color: #382765;
      margin-bottom: 60px; }
    #homepage #facebook_wrapper .block.block1 .socials {
      color: #382765;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center; }
      #homepage #facebook_wrapper .block.block1 .socials span {
        margin-right: 10px;
        font-size: 18px;
        font-weight: 600; }
      #homepage #facebook_wrapper .block.block1 .socials a {
        border-radius: 100%;
        width: 30px;
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #homepage #facebook_wrapper .block.block1 .socials .facebook {
        background-color: #382765;
        margin-right: 5px; }
      #homepage #facebook_wrapper .block.block1 .socials .instagram {
        background-color: #D50C51; }

#homepage #aanbod_wrapper {
  overflow: hidden;
  padding: 30px 0;
  position: relative; }
  #homepage #aanbod_wrapper h2 {
    margin-bottom: 30px; }
  #homepage #aanbod_wrapper .slick-list {
    overflow: visible; }
  #homepage #aanbod_wrapper .object_wrapper .object {
    display: block;
    position: relative;
    background: #FFF;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    #homepage #aanbod_wrapper .object_wrapper .object figure {
      position: relative; }
      #homepage #aanbod_wrapper .object_wrapper .object figure img {
        display: block;
        width: 100%; }
      #homepage #aanbod_wrapper .object_wrapper .object figure figcaption {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        transition: all 0.3s; }
        #homepage #aanbod_wrapper .object_wrapper .object figure figcaption ul {
          position: absolute;
          left: 0;
          bottom: 15px;
          width: 100%;
          list-style: none;
          margin: 0;
          padding: 0;
          text-align: center; }
          #homepage #aanbod_wrapper .object_wrapper .object figure figcaption ul li {
            display: inline-block;
            color: #FFF;
            font-size: 18px; }
            #homepage #aanbod_wrapper .object_wrapper .object figure figcaption ul li:not(:last-child) {
              margin-right: 10px; }
    #homepage #aanbod_wrapper .object_wrapper .object .text {
      padding: 15px 30px 40px 30px; }
      #homepage #aanbod_wrapper .object_wrapper .object .text h2 {
        color: #D50C51;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 10px;
        font-family: "basic-sans", sans-serif; }
      #homepage #aanbod_wrapper .object_wrapper .object .text h3 {
        font-family: "basic-sans", sans-serif;
        color: #382765;
        font-weight: normal;
        font-size: 18px;
        margin: 0;
        margin-bottom: 20px; }
      #homepage #aanbod_wrapper .object_wrapper .object .text h4 {
        font-size: 24px;
        padding: 0;
        bottom: 30px;
        color: #382765;
        margin: 0;
        font-weight: bold;
        left: 30px; }
    #homepage #aanbod_wrapper .object_wrapper .object:hover figure figcaption {
      opacity: 1; }
  #homepage #aanbod_wrapper .button_wrapper {
    padding-top: 30px;
    top: 50%;
    position: absolute;
    z-index: 1;
    width: 100%; }
    #homepage #aanbod_wrapper .button_wrapper span {
      position: absolute;
      top: 0;
      width: 80px;
      height: 60px;
      line-height: 60px;
      border-radius: 30px;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      background: #382765;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
      transition: all 0.3s;
      cursor: pointer; }
      #homepage #aanbod_wrapper .button_wrapper span.icon-chevron-left {
        left: -30px;
        padding-right: 25px;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      #homepage #aanbod_wrapper .button_wrapper span.icon-chevron-right {
        right: -30px;
        padding-left: 25px;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      #homepage #aanbod_wrapper .button_wrapper span:hover {
        background: #382765;
        color: #FFF; }

#homepage #direct_wrapper {
  background: #EDF5FA;
  padding: 50px 0; }
  #homepage #direct_wrapper .direct_box {
    display: block;
    background: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 10px 20px rgba(0, 44, 81, 0.1);
    margin-bottom: 30px; }
    #homepage #direct_wrapper .direct_box img {
      display: block;
      width: 100%;
      border-radius: 5px; }
    #homepage #direct_wrapper .direct_box .text {
      padding: 30px 15px;
      text-align: center;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      #homepage #direct_wrapper .direct_box .text h2 {
        color: #333333;
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 0; }
      #homepage #direct_wrapper .direct_box .text h3 {
        color: rgba(51, 51, 51, 0.7);
        font-size: 20px; }

#homepage #sms_wrapper .h2 {
  margin-bottom: 5px; }

#homepage #sms_wrapper span {
  float: right; }
  #homepage #sms_wrapper span .social {
    margin: 10px 0 -20px;
    font-size: 42px; }
    #homepage #sms_wrapper span .social li {
      display: inline-block; }
  #homepage #sms_wrapper span .sms {
    float: left; }

@media (min-width: 768px) {
  #homepage h2 {
    font-size: 32px; }
  #homepage .bg-beige {
    background-color: #F4EAE3;
    position: relative; }
    #homepage .bg-beige.bg-before:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 400px;
      background-color: #F4EAE3;
      top: -300px;
      z-index: -1; }
  #homepage #aanbod_wrapper .object_wrapper .object_home {
    display: -ms-flexbox;
    display: flex; }
    #homepage #aanbod_wrapper .object_wrapper .object_home figure {
      float: left;
      width: 50%; }
    #homepage #aanbod_wrapper .object_wrapper .object_home .object_content {
      float: left;
      width: 50%; } }

@media (min-width: 992px) {
  #homepage #usps .usp_slide .photo_wrapper {
    height: 600px; }
  #homepage #usps .usp_slide:not(:first-of-type) .photo_wrapper {
    height: 300px; }
  #homepage #about_wrapper .row {
    display: -ms-flexbox;
    display: flex; }
  #homepage #about_wrapper .block {
    padding: 60px 0; }
    #homepage #about_wrapper .block.block1 .foto {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50vw;
      margin-bottom: 0; }
    #homepage #about_wrapper .block.block2 {
      padding-left: 60px;
      padding-bottom: 60px; }
      #homepage #about_wrapper .block.block2 .btn:hover {
        border: 1px solid #FFF; }
  #homepage #facebook_wrapper .block {
    text-align: left;
    padding-bottom: 50px; }
    #homepage #facebook_wrapper .block.block1 {
      padding-top: 50px; } }

@media (min-width: 1200px) {
  #homepage .bg-beige {
    background-color: #F4EAE3;
    position: relative; }
    #homepage .bg-beige.bg-before:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 400px;
      background-color: #F4EAE3;
      top: -300px;
      z-index: -1; }
  #homepage .big-header {
    font-size: 50px;
    color: #382765;
    font-weight: 400; }
  #homepage .semi-big-header {
    font-size: 48px;
    color: #382765;
    font-weight: 400; }
  #homepage h2 {
    font-size: 40px; }
  #homepage h4 {
    font-size: 18px;
    text-align: left;
    font-family: "basic-sans", sans-serif;
    margin: 0;
    color: #000; }
  #homepage .info-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    #homepage .info-block h6 {
      color: #D50C51;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: unset; }
    #homepage .info-block h2 {
      color: #382765;
      font-size: 50px;
      font-weight: 400; }
    #homepage .info-block p {
      color: #382765;
      font-size: 20px;
      line-height: 30px; }
    #homepage .info-block .block-left {
      padding: 0;
      width: 100%; }
      #homepage .info-block .block-left img {
        width: 100%;
        border-radius: 0px 20px 20px 0px; }
    #homepage .info-block .block-right {
      padding-left: 80px;
      width: 100%; }
  #homepage .quote {
    margin-top: unset; }
    #homepage .quote .quote-image {
      position: relative;
      min-height: 450px; }
      #homepage .quote .quote-image img {
        position: absolute;
        bottom: 0;
        left: 0; }
    #homepage .quote .quote-info {
      margin-top: 20px; }
      #homepage .quote .quote-info p {
        font-size: 32px;
        color: #382765;
        line-height: 42px;
        font-style: italic;
        font-weight: 300;
        margin-bottom: 0; }
      #homepage .quote .quote-info h6 {
        font-size: 18px;
        color: #D50C51;
        font-weight: 600;
        margin: 0; }
      #homepage .quote .quote-info .underline {
        display: inline-block;
        width: 60px;
        height: 2px;
        background-color: #382765;
        margin-bottom: 10px;
        margin-top: 10px; }
      #homepage .quote .quote-info a {
        margin-top: 70px; }
  #homepage #aanbod_wrapper h2 {
    margin-bottom: 0; }
  #homepage #aanbod_wrapper .object_wrapper .object_home .object_content {
    padding: 30px; }
    #homepage #aanbod_wrapper .object_wrapper .object_home .object_content h5 {
      left: 30px;
      bottom: 30px; }
  #homepage #review_wrapper .panel {
    margin-top: 0;
    padding: 30px 15px; }
  #homepage #usps .usp_slide .photo_wrapper {
    height: 800px; }
  #homepage #usps .usp_slide:not(:first-of-type) .photo_wrapper {
    height: 400px; }
  .banner-wrapper .banner .text h2 {
    font-size: 18px; }
  .banner-wrapper:hover {
    transform: scale(1.03); } }

@media (min-width: 1400px) {
  #homepage .block-right {
    padding-right: calc((100vw - 1400px) / 2) !important; } }

#objects {
  position: relative;
  z-index: 0; }
  #objects > .wrapper {
    padding-top: 0; }
  #objects .rowwrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #objects .rowwrap .object-wrapper {
      height: auto; }
    #objects .rowwrap .property {
      height: 100%; }
  #objects .bg-beige {
    background-color: #F4EAE3;
    position: relative; }
    #objects .bg-beige.bg-before:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 150px;
      background-color: #F4EAE3;
      top: -150px;
      left: 0;
      z-index: -1; }
  #objects #search-form {
    background: #F4EAE3;
    padding: 30px 0;
    margin-bottom: 30px;
    text-align: center;
    top: 0; }
    #objects #search-form form .wrapper_select {
      margin-bottom: 10px; }
    #objects #search-form form .btn {
      padding: 10px 18px;
      white-space: nowrap; }
      #objects #search-form form .btn .reset {
        display: inline-block;
        font-size: 30px;
        line-height: 10px;
        transform: translateY(4px);
        position: relative; }
  #objects .sort {
    margin-bottom: 30px; }
    #objects .sort p {
      display: none;
      color: #382764;
      font-weight: 600; }
    #objects .sort .dropdown {
      margin: 0 auto;
      width: 220px; }

@media (min-width: 768px) {
  #objects h1 {
    float: left;
    line-height: 58px; }
  #objects h3 {
    font-size: 18px; }
  #objects #search-form form {
    display: inline-block; }
    #objects #search-form form .wrapper_select {
      float: left;
      width: 200px;
      margin: 0 8px 0 0; }
    #objects #search-form form .btn {
      float: left; }
      #objects #search-form form .btn.reset-btn {
        margin-right: 7px; }
  #objects .sort {
    float: right;
    margin-bottom: 20px; }
    #objects .sort p {
      display: block;
      float: left;
      padding: 15px 0;
      margin-right: 15px;
      margin-bottom: 0; }
    #objects .sort .dropdown {
      float: left;
      margin: 0; } }

@media (min-width: 992px) {
  #objects .bg-beige {
    background-color: #F4EAE3;
    position: relative; }
    #objects .bg-beige.bg-before:before {
      content: '';
      height: 300px;
      top: -300px; }
  #objects #search-form form .wrapper_city {
    width: 300px; } }

#object {
  background: #fff; }
  #object .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #object .nav-wrap .nav-content {
    background-color: #F4EAE3; }
  #object .nav-wrap .nav-tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    #object .nav-wrap .nav-tabs li {
      margin-right: -1px;
      margin-bottom: 0;
      padding: 0;
      background-image: none;
      position: relative; }
      #object .nav-wrap .nav-tabs li:not(:hover):not(:last-child):not(.active):after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50%;
        right: 0;
        background-color: #ddd; }
      #object .nav-wrap .nav-tabs li a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        color: #352961;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.7px;
        font-weight: bold; }
        #object .nav-wrap .nav-tabs li a:hover {
          background-color: #f5f5f5; }
      #object .nav-wrap .nav-tabs li.active a {
        border-color: #ddd;
        border-bottom-color: #fff;
        font-weight: bold;
        background-color: #F4EAE3;
        color: rgba(53, 41, 97, 0.5); }
  #object .nav-wrap .tab-content .tab-pane {
    display: none; }
    #object .nav-wrap .tab-content .tab-pane.active {
      display: block; }
  #object .nav-wrap .tab-content .wrapper {
    padding-top: 40px; }
  #object .details {
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.3s ease; }
    #object .details.open {
      max-height: 2000px; }
  #object #toggle-details {
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold; }
  #object .circleplus {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #D50C51; }
    #object .circleplus i {
      color: white;
      font-size: 12px; }
  #object .sidecard .info-wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
  #object .sidecard img {
    max-width: 150px; }
  #object .sidecard h3 {
    margin-bottom: 20px;
    font-size: 30px; }
  #object .sidecard p {
    margin-bottom: 20px; }
  #object .sidecard ul {
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
    margin-left: 0; }
    #object .sidecard ul li {
      background-image: none;
      padding: 0; }
      #object .sidecard ul li a {
        color: #352961; }
        #object .sidecard ul li a i {
          display: inline-block;
          width: 25px; }
  #object .fotoheader {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    background: linear-gradient(180deg, white 75%, #f2eae4 50%);
    padding: 20px;
    position: relative; }
    #object .fotoheader .search {
      position: absolute;
      right: 40px;
      top: 40px;
      z-index: 1;
      background-color: white;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #object .fotoheader .left, #object .fotoheader .right {
      -ms-flex: 1;
      flex: 1; }
    #object .fotoheader .left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 10px; }
    #object .fotoheader .right {
      display: none;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 20px; }
      #object .fotoheader .right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px; }
    #object .fotoheader span {
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 24px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 20px;
      background: #382765;
      color: #FFF; }
  #object .object-info {
    background-color: #F4EAE3;
    padding: 40px 0; }
    #object .object-info .info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      gap: 10px; }
      #object .object-info .info .right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px; }
        #object .object-info .info .right h3 {
          margin-bottom: 0; }
    #object .object-info .price {
      color: #382765; }
    #object .object-info .status {
      background: #D50C51;
      text-align: center;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 0.55px;
      font-weight: bold;
      padding: 10px;
      border-radius: 20px;
      line-height: 16px;
      font-size: 18px; }
    #object .object-info h1, #object .object-info h2 {
      color: #C12C53;
      margin-bottom: 0;
      text-transform: inherit; }
    #object .object-info h2 {
      font-family: "basic-sans", sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 32px;
      color: #382765; }
    #object .object-info h3.openhuis {
      display: inline-block;
      padding: 10px 15px;
      margin-top: 15px;
      background: #382765;
      color: #FFF;
      border-radius: 5px; }
  #object #wrapper_foto .foto,
  #object #wrapper_plattegronden .foto {
    margin-bottom: 20px; }
  #object #wrapper_omschrijving {
    padding-top: 15px; }
    #object #wrapper_omschrijving .info-bar {
      margin-bottom: 20px;
      margin-top: 20px;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      font-size: 16px; }
      #object #wrapper_omschrijving .info-bar span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px; }
      #object #wrapper_omschrijving .info-bar .energielabel {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 8px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #123B2D;
        color: #FFF;
        margin-right: 10px; }
        #object #wrapper_omschrijving .info-bar .energielabel:before {
          content: '';
          position: absolute;
          right: -16px;
          top: 0;
          border-style: solid;
          border-width: 16px 16px 16px 0;
          border-color: transparent #123B2D transparent transparent;
          transform: rotate(180deg); }
    #object #wrapper_omschrijving .floater {
      background: #FFF;
      margin-bottom: 30px;
      box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); }
      #object #wrapper_omschrijving .floater .status {
        display: block;
        padding: 10px 15px;
        background: #382764;
        color: #FFF;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px; }
      #object #wrapper_omschrijving .floater .floater_content {
        padding: 0px 15px 0px 15px; }
        #object #wrapper_omschrijving .floater .floater_content h3 {
          font-size: 30px;
          margin: 15px 0; }
        #object #wrapper_omschrijving .floater .floater_content h4 {
          font-family: "basic-sans", sans-serif;
          color: #382764;
          font-size: 18px;
          margin: 0 0 15px 0; }
        #object #wrapper_omschrijving .floater .floater_content img {
          float: left;
          margin-top: 5px;
          margin-right: 15px;
          width: 80px;
          height: 80px; }
        #object #wrapper_omschrijving .floater .floater_content ul {
          list-style: none;
          margin: 0; }
          #object #wrapper_omschrijving .floater .floater_content ul li a {
            color: #202020; }
            #object #wrapper_omschrijving .floater .floater_content ul li a span {
              display: inline-block;
              color: #D50C51;
              width: 25px; }
        #object #wrapper_omschrijving .floater .floater_content .btn {
          margin-bottom: 15px; }
          #object #wrapper_omschrijving .floater .floater_content .btn span {
            margin-right: 10px; }
    #object #wrapper_omschrijving #omschrijving {
      position: relative;
      max-height: 270px;
      overflow: hidden;
      transition: all 1s; }
      #object #wrapper_omschrijving #omschrijving:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 270px; }
      #object #wrapper_omschrijving #omschrijving + a {
        font-weight: bold;
        margin-top: 30px; }
      #object #wrapper_omschrijving #omschrijving.show {
        max-height: 2000px; }
        #object #wrapper_omschrijving #omschrijving.show:after {
          content: none; }
  #object #wrapper_details {
    padding-top: 20px;
    padding-bottom: 15px; }
    #object #wrapper_details .details h3 {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 3px solid #f2eae4;
      font-size: 14px;
      color: #D50C51;
      text-transform: uppercase; }
    #object #wrapper_details .details table {
      width: 100%;
      margin-bottom: 30px;
      font-size: 16px; }
      #object #wrapper_details .details table tr td {
        width: 50%;
        padding: 5px 0;
        border-bottom: 1px solid #e7e7eb;
        color: #454240; }
        #object #wrapper_details .details table tr td:first-child {
          color: rgba(8, 2, 23, 0.5); }
  #object #wrapper_foto {
    padding-bottom: 15px; }
  #object #wrapper_streetview iframe,
  #object #wrapper_locatie iframe {
    border: 0;
    width: 100%;
    height: 500px; }
  #object #wrapper_foto .foto img,
  #object #wrapper_plattegronden .foto img {
    display: block;
    width: 100%; }

@media (min-width: 768px) {
  #object .object-info {
    padding: 40px 0; }
    #object .object-info .info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: unset; }
      #object .object-info .info .right {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: end;
        gap: 20px; }
    #object .object-info .price {
      font-size: 30px; }
  #object .fotoheader .search {
    display: none; }
  #object .fotoheader .right {
    display: grid; }
  #object .fotoheader figcaption {
    padding: 30px 0; }
    #object .fotoheader figcaption h2 {
      font-size: 24px; }
  #object .fotoheader span {
    top: auto;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 28px; }
  #object #wrapper_omschrijving .info-bar {
    margin-bottom: 20px;
    gap: 40px;
    font-size: 16px; }
  #object #wrapper_omschrijving .floater {
    margin-bottom: 45px;
    background: #FFF;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); }
    #object #wrapper_omschrijving .floater .status {
      padding: 10px 30px; }
    #object #wrapper_omschrijving .floater .floater_content {
      overflow: hidden;
      padding: 0 30px 30px 30px; }
  #object #wrapper_foto,
  #object #wrapper_plattegronden {
    padding-bottom: 30px; }
    #object #wrapper_foto .foto,
    #object #wrapper_plattegronden .foto {
      margin-bottom: 30px; } }

@media (min-width: 992px) {
  #object .nav-wrap .nav-tabs li a {
    font-size: 14px; }
  #object .fotoheader figcaption {
    padding: 45px 0; }
    #object .fotoheader figcaption h1 {
      font-size: 40px; }
    #object .fotoheader figcaption h2 {
      font-size: 30px; }
  #object .fotoheader span {
    bottom: 45px;
    right: 45px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 32px; }
  #object nav {
    background: #071d49;
    padding: 30px 0 15px 0; }
    #object nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      #object nav ul li {
        display: inline-block;
        margin: 0 5px 15px 5px; }
        #object nav ul li a {
          display: block;
          padding: 8px 15px;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 1px;
          background-color: #ebc273;
          transition: all 200ms ease; }
          #object nav ul li a:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  #object #wrapper_details {
    padding-bottom: 30px; }
  #object #wrapper_foto {
    padding-bottom: 30px; } }

@media (min-width: 1200px) {
  #object h2 {
    font-size: 30px; }
  #object .sidecard h3 {
    font-size: 36px; }
  #object .fotoheader figcaption {
    padding: 60px 0; }
    #object .fotoheader figcaption h1 {
      font-size: 60px; }
    #object .fotoheader figcaption h2 {
      font-size: 40px; }
  #object .fotoheader span {
    right: 60px;
    bottom: 60px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    font-size: 48px; }
  #object #wrapper_omschrijving {
    padding-top: 30px; }
    #object #wrapper_omschrijving .info-bar {
      margin-top: unset; }
    #object #wrapper_omschrijving .container-fluid {
      position: relative; }
    #object #wrapper_omschrijving .floater {
      transition: all 0.3s; }
      #object #wrapper_omschrijving .floater .floater_content h3 {
        margin: 30px 0 15px; }
      #object #wrapper_omschrijving .floater .floater_content .floater_contact {
        margin-bottom: 30px; }
  #object #wrapper_details {
    padding-bottom: 70px; }
  #object #wrapper_foto {
    padding-bottom: 70px; } }

#show h2 {
  margin-bottom: 5px; }

#show.bg-white {
  background-color: #fff; }

#show .bg-beige {
  background-color: #F4EAE3;
  position: relative; }
  #show .bg-beige.bg-before:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: #F4EAE3;
    top: -150px;
    left: 0;
    z-index: -1; }

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

#show.verkooptools .verkooptool-wrapper {
  margin-bottom: 35px; }

#show.verkooptools .verkooptool {
  padding: 40px;
  line-height: 1.5; }
  #show.verkooptools .verkooptool.pink-bg {
    background-color: #D50C51; }
  #show.verkooptools .verkooptool.blue-bg {
    background-color: #382765; }
  #show.verkooptools .verkooptool.yellow-bg {
    background-color: #F7A100; }
  #show.verkooptools .verkooptool.light-blue-bg {
    background-color: #005AD2; }
  #show.verkooptools .verkooptool .logo {
    height: 40px;
    margin: 25px auto 0 auto; }
  #show.verkooptools .verkooptool h6 {
    font-weight: 400;
    margin: 0 0 15px 0;
    font-size: 34px;
    color: #fff;
    line-height: 1.2; }
  #show.verkooptools .verkooptool p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: #fff;
    line-height: 1.5; }

#show #frmReakworks {
  background: #F4EAE3;
  padding: 20px;
  border-radius: 5px; }
  #show #frmReakworks h3 {
    margin-bottom: 20px; }

#show.realworks .error-message {
  color: red; }

#show.realworks .help-block {
  display: none; }

#show.realworks .d-none {
  display: none; }

#show.goudse-ondernemersbon .content {
  padding-left: 15px;
  padding-right: 15px; }
  #show.goudse-ondernemersbon .content h1 {
    font-weight: normal; }
  #show.goudse-ondernemersbon .content blockquote {
    background: #D50C51;
    color: #fff;
    margin: 0 -15px 20px;
    font-size: 16px; }
    #show.goudse-ondernemersbon .content blockquote a {
      color: #fff;
      text-decoration: underline; }

#show.goudse-ondernemersbon .form img {
  width: 100%;
  margin-bottom: -12px; }

#show.goudse-ondernemersbon .form form {
  padding: 30px 20px;
  background: #EDF5FA;
  border-radius: 3px; }
  #show.goudse-ondernemersbon .form form h3 {
    margin-bottom: 20px;
    color: #382765; }

#show .quote .quote-image {
  position: relative;
  min-height: 450px; }
  #show .quote .quote-image img {
    position: absolute;
    bottom: 0;
    left: 0; }

#show .quote .quote-info {
  margin-top: 20px; }
  #show .quote .quote-info p {
    font-size: 32px;
    color: #382765;
    line-height: 42px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0; }
  #show .quote .quote-info h6 {
    font-size: 18px;
    color: #D50C51;
    font-weight: 600;
    margin: 0; }
  #show .quote .quote-info .underline {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #382765;
    margin-bottom: 10px;
    margin-top: 10px; }
  #show .quote .quote-info a {
    margin-top: 60px; }

#show .text-block p {
  color: #382765;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0; }

#show .text-block .big-header {
  font-size: 38px;
  color: #382765;
  font-weight: 400; }
  #show .text-block .big-header span {
    color: #D50C51; }

#show .text-block-sml p {
  color: #382765;
  font-size: 18px;
  line-height: 30px; }

#show .info-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #show .info-block h6 {
    color: #D50C51;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px; }
  #show .info-block h2 {
    color: #382765;
    font-size: 40px;
    font-weight: 400; }
  #show .info-block p {
    color: #382765;
    font-size: 18px;
    line-height: 30px; }
  #show .info-block .block-left {
    width: 100%;
    padding: 15px;
    -ms-flex-order: 0;
    order: 0; }
    #show .info-block .block-left img {
      width: 100%;
      border-radius: 5px; }
  #show .info-block .block-right {
    width: 100%;
    padding: 0 15px;
    -ms-flex-order: 1;
    order: 1; }

#show .contact {
  background: #382765;
  padding: 30px;
  margin-bottom: 30px;
  color: #382765;
  border-radius: 5px; }
  #show .contact p {
    color: #fff; }
  #show .contact h2 {
    color: #fff;
    margin-bottom: 30px; }
  #show .contact label {
    display: none; }
  #show .contact textarea {
    height: 150px;
    border: none;
    padding: 15px 10px; }
  #show .contact input:not([type='checkbox']):not([type='submit']) {
    height: 50px;
    border-radius: 5px;
    border: none;
    color: #000;
    padding: 5px 10px; }

#show textarea {
  height: 150px; }

#show img {
  max-width: 100%; }

#show input:not([type='checkbox']),
#show select {
  height: auto;
  border-radius: 5px;
  color: #000;
  padding: 5px 10px; }

#show h3 {
  font-size: 22px; }

#show textarea {
  height: 150px;
  border-radius: 5px; }

#show input:not([type='checkbox']) {
  height: 60px;
  border-radius: 5px;
  border: none;
  color: #000;
  padding: 5px 10px; }

#show select {
  height: 60px;
  border-radius: 5px;
  border: none;
  color: #000;
  padding: 5px 10px; }

.image-wrapper img {
  width: 100%;
  max-width: 400px;
  box-shadow: 20px 25px 30px 0px rgba(0, 0, 0, 0.1); }

#banner_wrapper {
  padding: 50px 0; }
  #banner_wrapper .block {
    text-align: center;
    color: #FFF;
    margin: 0 0 30px 0; }
    #banner_wrapper .block a {
      color: #FFF;
      font-family: "basic-sans", sans-serif; }
      #banner_wrapper .block a span {
        display: block;
        font-size: 110px;
        margin-bottom: 30px; }
    #banner_wrapper .block figure img {
      display: block;
      width: 100%;
      border-radius: 5px 5px 0px 0px; }
    #banner_wrapper .block.block1 {
      background: #EDF5FA; }
    #banner_wrapper .block.block2 {
      background: #EDF5FA; }
    #banner_wrapper .block.block3 {
      background: #EDF5FA; }
    #banner_wrapper .block .text {
      padding: 25px 15px; }
      #banner_wrapper .block .text h3 {
        font-size: 20px;
        padding: 30px 0; }

.background-wrapper {
  background: url("../img/detail-header-2.jpg") no-repeat center center;
  background-size: cover;
  min-height: 400px; }
  .background-wrapper .layer {
    background: #fff;
    max-width: 400px;
    padding: 40px; }
  .background-wrapper h2 {
    text-align: left;
    color: #FFF; }
  .background-wrapper .icon-wrapper {
    text-align: center;
    padding-bottom: 20px; }
    .background-wrapper .icon-wrapper p {
      text-transform: uppercase;
      margin-top: 30px;
      color: #FFF;
      width: 90%;
      margin-left: 10px; }

.banner-wrapper .banner {
  display: block;
  position: relative;
  text-decoration: none; }
  .banner-wrapper .banner span {
    font-size: 110px;
    color: #fff; }
  .banner-wrapper .banner h5 {
    font-family: "basic-sans", sans-serif;
    font-size: 24px;
    color: #fff;
    margin: 25px 0; }
    .banner-wrapper .banner h5 span {
      color: #D50C51; }
    .banner-wrapper .banner h5 .green {
      color: #D50C51; }
  .banner-wrapper .banner figure {
    position: relative;
    margin: 0; }
    .banner-wrapper .banner figure img {
      display: block;
      width: 100%; }
    .banner-wrapper .banner figure .label {
      position: absolute;
      bottom: 0px;
      right: 0;
      display: inline-block;
      background: #fff;
      color: #000;
      padding: 20px 30px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-radius: 0; }
      .banner-wrapper .banner figure .label:hover {
        background: #f7f7f7; }
  .banner-wrapper .banner .text {
    padding: 15px 30px 30px 30px; }
    .banner-wrapper .banner .text h2 {
      color: #000;
      font-size: 18px;
      margin-bottom: 10px; }
    .banner-wrapper .banner .text p {
      color: #000; }
  .banner-wrapper .banner:hover figure figcaption {
    opacity: 1; }

@media (min-width: 768px) {
  #show.verkooptools .verkooptool {
    height: 100%;
    min-height: 400px; } }

@media (min-width: 992px) {
  #show .bg-beige {
    background-color: #F4EAE3;
    position: relative; }
    #show .bg-beige.bg-before:before {
      content: '';
      height: 300px;
      top: -300px; } }

@media (min-width: 1200px) {
  #show.goudse-ondernemersbon .content {
    padding-left: 30px;
    padding-right: 30px; }
    #show.goudse-ondernemersbon .content h1 {
      font-size: 50px; }
    #show.goudse-ondernemersbon .content blockquote {
      margin: 0 -30px 25px;
      padding: 30px;
      font-size: 18px; }
  #show .info-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    #show .info-block h6 {
      color: #D50C51;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: unset; }
    #show .info-block h2 {
      color: #382765;
      font-size: 50px;
      font-weight: 400; }
    #show .info-block p {
      color: #382765;
      font-size: 18px;
      line-height: 30px; }
    #show .info-block .block-left {
      padding: 0;
      width: 100%;
      -ms-flex-order: 1;
      order: 1; }
      #show .info-block .block-left img {
        width: 100%;
        border-radius: 20px 0px 0px 20px; }
    #show .info-block .block-right {
      padding-right: 80px;
      width: 100%;
      -ms-flex-order: 0;
      order: 0; } }

@media (min-width: 1400px) {
  #show .block-right {
    padding-left: calc((100vw - 1400px) / 2) !important; } }

#nieuws .nieuws_wrapper a {
  display: block; }
  #nieuws .nieuws_wrapper a img {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px; }
  #nieuws .nieuws_wrapper a h2 {
    margin-bottom: 5px; }
  #nieuws .nieuws_wrapper a time {
    display: inline-block;
    margin-bottom: 15px; }
  #nieuws .nieuws_wrapper a p {
    color: #000;
    font-size: 16px; }
  #nieuws .nieuws_wrapper a:hover p {
    color: #382765; }

@media (min-width: 768px) {
  #nieuws .nieuws_wrapper a img {
    margin-bottom: 0px; } }

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

.ik-wil {
  margin-bottom: 15px; }
  .ik-wil h3 {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 15px; }

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

@media (min-width: 992px) {
  #contact .maps_wrapper {
    position: relative;
    padding-bottom: 20%; }
    #contact .maps_wrapper #maps {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; } }

#employees h1 {
  font-size: 48px; }

#employees p {
  font-size: 20px; }

#employees .employee_wrapper {
  margin-top: 30px;
  color: #382765;
  position: relative;
  height: 400px; }
  #employees .employee_wrapper .background .contact-info {
    position: absolute;
    top: 30px;
    right: 20px;
    display: -ms-flexbox;
    display: flex;
    flex-display: row;
    z-index: 1; }
    #employees .employee_wrapper .background .contact-info a img {
      position: relative;
      width: 36px;
      height: 36px;
      margin-left: 10px; }
  #employees .employee_wrapper.pink-bg .background {
    background-color: #D50C51;
    height: 85%;
    bottom: 0;
    position: absolute;
    width: 100%;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); }
  #employees .employee_wrapper.pink-bg .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(213, 12, 81, 0) 0%, #D50C51 100%); }
  #employees .employee_wrapper.blue-bg .background {
    background-color: #382765;
    height: 85%;
    bottom: 0;
    position: absolute;
    width: 100%;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1); }
  #employees .employee_wrapper.blue-bg .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(56, 39, 101, 0) 0%, #382765 100%); }
  #employees .employee_wrapper h6 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400; }
  #employees .employee_wrapper span {
    font-size: 16px;
    font-weight: 400; }
  #employees .employee_wrapper .employee-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 40px 0px 40px 40px;
    line-height: 26px; }
  #employees .employee_wrapper img {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    border-radius: 5px 5px 0px 0px; }
  #employees .employee_wrapper figcaption {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    color: #333333; }
  #employees .employee_wrapper span {
    display: block;
    font-size: 16px;
    color: #fff; }
    #employees .employee_wrapper span a {
      display: block; }

#employees .employee-content {
  margin-top: 20px; }

#mortgage-container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#mortgage-container .row > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

#mortgage-container .mortgage-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #FFF;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 30px;
  height: 100%;
  min-height: 250px; }
  #mortgage-container .mortgage-wrapper img {
    width: 38px;
    margin-bottom: 10px; }
  #mortgage-container .mortgage-wrapper h3 {
    margin-bottom: 0;
    margin-top: 10px; }
  #mortgage-container .mortgage-wrapper a {
    margin-top: auto; }

@media (min-width: 768px) {
  #mortgage-container .mortgage-wrapper h3 {
    font-size: 18px; } }

@media (min-width: 992px) {
  #mortgage-container .mortgage-wrapper h3 {
    font-size: 20px; } }

#redenen .reason {
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
  border-radius: 5px; }
  #redenen .reason img {
    margin-bottom: 30px;
    width: 100px; }
  #redenen .reason h2 {
    color: #333333; }
  #redenen .reason p {
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0; }

#redenen .bg-beige {
  background-color: #F4EAE3;
  position: relative; }
  #redenen .bg-beige.bg-before:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    background-color: #F4EAE3;
    top: -278px;
    z-index: -1; }

#aankoopmakelaar h2 {
  font-weight: normal; }

#aankoopmakelaar .checklist {
  padding: 20px;
  border-radius: 10px;
  background-color: #F2EAE4; }
  #aankoopmakelaar .checklist p {
    margin-bottom: 10px; }

#aankoopmakelaar .info-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #aankoopmakelaar .info-block h6 {
    color: #D50C51;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px; }
  #aankoopmakelaar .info-block h2 {
    color: #382765;
    font-size: 24px;
    font-weight: 400; }
  #aankoopmakelaar .info-block p {
    color: #382765;
    font-size: 16px;
    line-height: 30px; }
  #aankoopmakelaar .info-block .block-left {
    width: 100%;
    padding: 15px; }
    #aankoopmakelaar .info-block .block-left img {
      width: 100%;
      border-radius: 5px; }
  #aankoopmakelaar .info-block .block-right {
    width: 100%;
    padding: 0 15px; }

#aankoopmakelaar .bg-beige {
  background-color: #F4EAE3;
  position: relative; }
  #aankoopmakelaar .bg-beige.bg-before:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: #F4EAE3;
    top: -150px;
    left: 0;
    z-index: -1; }

#aankoopmakelaar .contact {
  background: #382765;
  padding: 30px;
  margin-bottom: 30px;
  color: #382765;
  border-radius: 5px; }
  #aankoopmakelaar .contact h2 {
    color: #fff; }
  #aankoopmakelaar .contact label {
    display: none; }
  #aankoopmakelaar .contact textarea {
    height: 150px; }
  #aankoopmakelaar .contact input {
    height: 42px;
    border-radius: 5px;
    color: #000;
    padding: 5px 10px; }
  #aankoopmakelaar .contact button, #aankoopmakelaar .contact .btn, #aankoopmakelaar .contact submit {
    height: 50px;
    border-radius: 5px;
    background: #D50C51;
    color: #fff;
    padding: 10px 25px; }

#aankoopmakelaar #purchased .object {
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 44, 81, 0.1);
  margin-top: 30px; }
  #aankoopmakelaar #purchased .object img {
    display: block;
    width: 100%; }
  #aankoopmakelaar #purchased .object .text {
    padding: 30px;
    background: #FFF; }
    #aankoopmakelaar #purchased .object .text h2 {
      color: #D50C51;
      font-size: 24px;
      font-weight: 400; }
    #aankoopmakelaar #purchased .object .text h3 {
      color: #382765;
      font-size: 20px;
      font-weight: 400; }

.image-wrapper img {
  width: 100%;
  max-width: 400px;
  box-shadow: 20px 25px 30px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  #aankoopmakelaar .bg-beige {
    background-color: #F4EAE3;
    position: relative; }
    #aankoopmakelaar .bg-beige.bg-before:before {
      content: '';
      height: 300px;
      top: -300px; } }

@media (min-width: 1200px) {
  #aankoopmakelaar .info-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    #aankoopmakelaar .info-block h6 {
      color: #D50C51;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: unset; }
    #aankoopmakelaar .info-block h2 {
      color: #382765;
      font-size: 36px;
      font-weight: 400; }
    #aankoopmakelaar .info-block p {
      color: #382765;
      font-size: 20px;
      line-height: 30px; }
    #aankoopmakelaar .info-block .block-left {
      padding: 0;
      width: 100%; }
      #aankoopmakelaar .info-block .block-left img {
        width: 100%;
        border-radius: 0 300px 300px 0; }
    #aankoopmakelaar .info-block .block-right {
      padding-left: 80px;
      width: 100%; } }

@media (min-width: 1400px) {
  #aankoopmakelaar .block-right {
    padding-right: calc((100vw - 1400px) / 2) !important; } }

#huisverkopen h2 {
  font-weight: normal;
  font-size: 24px; }

#huisverkopen .huisverkopen-intro h2 {
  margin-bottom: 20px; }

#huisverkopen .sold h2 {
  font-size: 24px;
  margin-bottom: 20px; }

#huisverkopen .sold .object {
  margin-bottom: 20px; }
  #huisverkopen .sold .object h2 {
    margin-bottom: 10px; }

#huisverkopen .taxatie-block {
  background-color: #F4EAE3;
  padding: 30px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px; }
  #huisverkopen .taxatie-block h3 {
    font-size: 30px;
    color: #382765; }
  #huisverkopen .taxatie-block span {
    font-size: 18px;
    font-weight: bold;
    color: #D50C51; }

#huisverkopen .steps h2 {
  color: #D50C51;
  position: relative;
  text-align: center;
  margin-bottom: 40px; }
  #huisverkopen .steps h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    width: 50px;
    height: 2px;
    background: #382765; }

#huisverkopen .steps .step-img {
  margin-bottom: 25px; }
  #huisverkopen .steps .step-img img {
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
    object-fit: cover; }
  #huisverkopen .steps .step-img .step {
    margin-bottom: 0; }

#huisverkopen .steps .step {
  background-color: #F2EAE4;
  text-align: left;
  position: relative;
  padding: 30px;
  margin: 0 40px 25px 40px; }
  #huisverkopen .steps .step p {
    margin-bottom: 0; }
  #huisverkopen .steps .step h2 {
    margin-bottom: 40px; }
  #huisverkopen .steps .step h3 {
    margin-bottom: 10px; }
  #huisverkopen .steps .step .side {
    color: white;
    font-size: 36px;
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #huisverkopen .steps .step.left {
    border-radius: 0 10px 10px 10px; }
    #huisverkopen .steps .step.left h3 {
      color: #382765; }
    #huisverkopen .steps .step.left .side {
      background-color: #382765;
      border-radius: 100px 0 0 100px;
      left: 0;
      transform: translateX(-100%);
      padding: 20px 10px 20px 20px; }
  #huisverkopen .steps .step.right {
    border-radius: 10px 0 10px 10px; }
    #huisverkopen .steps .step.right h3 {
      color: #D50C51; }
    #huisverkopen .steps .step.right .side {
      background-color: #D50C51;
      border-radius: 0 100px 100px 0;
      right: 0;
      transform: translateX(100%);
      padding: 20px 20px 20px 10px; }

#huisverkopen .matchheight {
  margin-bottom: 30px; }

#huisverkopen .info-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #huisverkopen .info-block h6 {
    color: #D50C51;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px; }
  #huisverkopen .info-block h2 {
    color: #382765;
    font-size: 24px;
    font-weight: 400; }
  #huisverkopen .info-block p {
    color: #382765;
    font-size: 16px;
    line-height: 30px; }
  #huisverkopen .info-block .block-left {
    width: 100%;
    padding: 15px; }
    #huisverkopen .info-block .block-left img {
      width: 100%;
      border-radius: 5px; }
  #huisverkopen .info-block .block-right {
    width: 100%;
    padding: 0 15px; }

@media (min-width: 1200px) {
  #huisverkopen h2 {
    font-size: 36px; }
  #huisverkopen .bg-beige.bg-before:before {
    height: 250px;
    top: -250px; }
  #huisverkopen .sold h2 {
    font-size: 36px; }
  #huisverkopen .sold .object {
    margin-bottom: 0; }
    #huisverkopen .sold .object h2 {
      font-size: 24px; }
  #huisverkopen .steps h2 {
    color: #D50C51;
    position: relative;
    text-align: center; }
    #huisverkopen .steps h2:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translate(-50%, 0);
      width: 50px;
      height: 2px;
      background: #382765; }
  #huisverkopen .steps .step-img {
    margin-bottom: 25px; }
    #huisverkopen .steps .step-img img {
      width: 100%;
      height: 100%;
      margin-bottom: 25px;
      object-fit: cover; }
    #huisverkopen .steps .step-img .step {
      margin-bottom: 0; }
  #huisverkopen .steps .step {
    background-color: #F2EAE4;
    text-align: left;
    position: relative;
    padding: 30px;
    margin: 0 0 25px 0; }
    #huisverkopen .steps .step p {
      margin-bottom: 0; }
    #huisverkopen .steps .step h2 {
      margin-bottom: 40px; }
    #huisverkopen .steps .step h3 {
      margin-bottom: 10px; }
    #huisverkopen .steps .step .side {
      color: white;
      font-size: 36px;
      position: absolute;
      top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #huisverkopen .steps .step.left {
      border-radius: 0 10px 10px 10px; }
      #huisverkopen .steps .step.left h3 {
        color: #382765; }
      #huisverkopen .steps .step.left .side {
        background-color: #382765;
        border-radius: 100px 0 0 100px;
        left: 0;
        transform: translateX(-100%);
        padding: 20px 10px 20px 20px; }
    #huisverkopen .steps .step.right {
      border-radius: 10px 0 10px 10px; }
      #huisverkopen .steps .step.right h3 {
        color: #D50C51; }
      #huisverkopen .steps .step.right .side {
        background-color: #D50C51;
        border-radius: 0 100px 100px 0;
        right: 0;
        transform: translateX(100%);
        padding: 20px 20px 20px 10px; }
  #huisverkopen .info-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    #huisverkopen .info-block h6 {
      color: #D50C51;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: unset; }
    #huisverkopen .info-block h2 {
      color: #382765;
      font-size: 36px;
      font-weight: 400; }
    #huisverkopen .info-block p {
      color: #382765;
      font-size: 20px;
      line-height: 30px; }
    #huisverkopen .info-block .block-left {
      padding: 0;
      width: 100%; }
      #huisverkopen .info-block .block-left img {
        width: 100%;
        border-radius: 0 300px 300px 0; }
    #huisverkopen .info-block .block-right {
      padding-left: 80px;
      width: 100%; } }

@media (min-width: 1400px) {
  #huisverkopen .block-right {
    padding-right: calc((100vw - 1400px) / 2) !important; } }

#show.waardebepaling .contact {
  text-align: center; }
  #show.waardebepaling .contact h3 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px; }
  #show.waardebepaling .contact p {
    font-size: 16px; }

#show.waardebepaling .makelaars h2 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px; }

#show.waardebepaling .makelaars .employee-wrap:nth-child(even) .employee-card .top .background {
  background-color: #D8244B; }

#show.waardebepaling .makelaars .employees {
  margin-top: 30px; }

#show.waardebepaling .makelaars .employee-card .top {
  height: 300px;
  position: relative; }

#show.waardebepaling .makelaars .employee-card .bottom h4 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px; }

#show.waardebepaling .makelaars .employee-card .bottom p {
  font-size: 16px; }

#show.waardebepaling .makelaars .employee-card .background {
  background-color: #382765;
  height: 85%;
  bottom: 0;
  position: absolute;
  width: 100%;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1); }

#show.waardebepaling .makelaars .employee-card img {
  position: absolute;
  bottom: 0;
  display: block;
  width: auto;
  max-height: 330px; }

#show.waardebepaling .reviews img {
  max-width: unset; }

#show.waardebepaling .advice {
  background-color: #f2eae4;
  border-radius: 10px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #080217;
  -ms-flex-align: baseline;
  align-items: baseline; }
  #show.waardebepaling .advice i {
    color: white;
    width: 18px;
    height: 18px;
    background-color: #C12C53;
    border-radius: 100%;
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

#show.waardebepaling .info-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #show.waardebepaling .info-block h6 {
    color: #D50C51;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px; }
  #show.waardebepaling .info-block h2 {
    color: #382765;
    font-size: 24px;
    font-weight: 400; }
  #show.waardebepaling .info-block p {
    color: #382765;
    font-size: 16px;
    line-height: 30px; }
  #show.waardebepaling .info-block .block-left {
    width: 100%;
    padding: 15px; }
    #show.waardebepaling .info-block .block-left img {
      width: 100%;
      border-radius: 5px; }
  #show.waardebepaling .info-block .block-right {
    width: 100%;
    padding: 0 15px; }

@media (min-width: 1200px) {
  #show.waardebepaling .info-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    #show.waardebepaling .info-block h6 {
      color: #D50C51;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
      margin-top: unset; }
    #show.waardebepaling .info-block h2 {
      color: #382765;
      font-size: 36px;
      font-weight: 400; }
    #show.waardebepaling .info-block p {
      color: #382765;
      font-size: 20px;
      line-height: 30px; }
    #show.waardebepaling .info-block .block-left {
      padding: 0;
      width: 100%; }
      #show.waardebepaling .info-block .block-left img {
        width: 100%;
        border-radius: 0 300px 300px 0; }
    #show.waardebepaling .info-block .block-right {
      padding-left: 80px;
      width: 100%; } }

@media (min-width: 992px) {
  #show.waardebepaling .makelaars h2 {
    font-size: 36px; } }

@media (min-width: 1200px) {
  #show.waardebepaling .block-left {
    -ms-flex-order: 0 !important;
    order: 0 !important; } }

@media (min-width: 1400px) {
  #show.waardebepaling .block-right {
    padding-right: calc((100vw - 1400px) / 2) !important;
    padding-left: 80px !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; } }

main #search-enquiries-place-container, #object-container .object, #offer-object-container .object, #search-enquiries-details .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 .checkbox-container div textarea, main #search-enquiries-place-container #content form .end .checkbox-container div 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: #00609C;
    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'; }

main #search-enquiries-place-container #content form .step button, main #search-enquiries-place-container #content form .end button, #object-container .object .footer .apply, #offer-object-container .object .footer .apply, #search-enquiries-details .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: 400px; }

@media (min-width: 1200px) {
  main #search-enquiries-place-container #content form .step button, main #search-enquiries-place-container #content form .end button, #object-container .object .footer .apply, #offer-object-container .object .footer .apply, #search-enquiries-details .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 fill-purple {
  from {
    background-color: #ffffff; }
  to {
    color: #ffffff;
    background-color: #D50C51; } }

@keyframes change-color-purple {
  to {
    color: #D50C51; } }

@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: #382765;
  margin-top: 110px;
  padding: 50px 0px; }
  #search-enquiries-header .button-wrap > * + * {
    margin-left: 10px; }
  #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 h2 {
        color: #ffffff;
        font-size: 22px;
        margin-bottom: 5px; }
      #search-enquiries-header > div > div p {
        color: #ffffff;
        line-height: 26px;
        margin-bottom: 15px; }
      #search-enquiries-header > div > div p:last-of-type {
        margin-bottom: 0; }
      #search-enquiries-header > div > div .btn {
        margin-top: 25px;
        margin-bottom: 25px; }
    #search-enquiries-header > div img {
      display: none; }

main {
  background-color: #F2EAE4;
  padding: 0px 25px; }
  main #search-enquiries-place-container {
    overflow: hidden; }
    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;
      background-color: #F2EAE4; }
      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: #F2EAE4;
        margin-left: 38px;
        color: #382765; }
        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 .checkbox-container div, main #search-enquiries-place-container #content form .end .checkbox-container div {
            display: none; }
            main #search-enquiries-place-container #content form .step .checkbox-container div label, main #search-enquiries-place-container #content form .end .checkbox-container div label {
              display: block;
              margin-top: 20px;
              margin-bottom: 10px; }
            main #search-enquiries-place-container #content form .step .checkbox-container div textarea, main #search-enquiries-place-container #content form .end .checkbox-container div textarea {
              display: block;
              height: 125px; }
            main #search-enquiries-place-container #content form .step .checkbox-container div.visible, main #search-enquiries-place-container #content form .end .checkbox-container div.visible {
              display: block; }
        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: 800;
            line-height: 1.5;
            font-size: 18px;
            border-bottom: 0;
            color: #382765;
            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: #382765;
    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: #fff;
            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: #d50c51;
        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: 0;
    padding-right: 0; }
    #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: 28px; }
      #search-enquiries-header > div > div .button-wrapper {
        display: -ms-flexbox;
        display: flex;
        gap: 10px; }
    #search-enquiries-header > div img {
      width: 420px; } }

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

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

main {
  position: relative; }
  main .more-info-block {
    display: none;
    padding-top: 40px; }
  main #object-container {
    padding-top: 40px; }
  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;
      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 {
  padding-top: 140px; }
  #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 #form select {
      width: 100%;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 7px;
      outline: 0; }
  #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%; }

#projectRealized .wrapper {
  padding: 30px 0; }
  #projectRealized .wrapper.wrapper-blue {
    background-size: 90%;
    margin-top: -30px;
    padding-top: 0px;
    padding-bottom: 72.66%; }
    #projectRealized .wrapper.wrapper-blue h2 {
      line-height: 1;
      font-size: 80px;
      margin: 30px 0 0 0;
      padding: 0; }
    #projectRealized .wrapper.wrapper-blue h3 {
      color: #DD0332;
      line-height: 1.25;
      margin-bottom: 30px; }
  #projectRealized .wrapper.no-padding-bottom {
    padding-bottom: 0 !important; }
  #projectRealized .wrapper.wrapper-projects {
    padding: 0 0 20px 0 !important; }
    #projectRealized .wrapper.wrapper-projects .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #projectRealized .wrapper.wrapper-projects a.figure-container {
      transition: all 0.3s; }
      #projectRealized .wrapper.wrapper-projects a.figure-container:hover {
        color: #000;
        transform: scale(1.05); }
    #projectRealized .wrapper.wrapper-projects .figure-container {
      margin-bottom: 30px; }
      #projectRealized .wrapper.wrapper-projects .figure-container figure {
        height: 100%;
        background: #FFF;
        box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1); }
        #projectRealized .wrapper.wrapper-projects .figure-container figure > img {
          display: block;
          width: 100%; }
        #projectRealized .wrapper.wrapper-projects .figure-container figure figcaption {
          padding: 15px 30px 30px 25px; }
          #projectRealized .wrapper.wrapper-projects .figure-container figure figcaption img {
            width: 125px; }
          #projectRealized .wrapper.wrapper-projects .figure-container figure figcaption h2 {
            color: #D50C51;
            font-size: 22px;
            margin-bottom: 10px; }
          #projectRealized .wrapper.wrapper-projects .figure-container figure figcaption h3 {
            font-family: "Questrial", sans-serif;
            color: #454240;
            font-weight: normal;
            font-size: 18px !important;
            margin: 0;
            letter-spacing: 1px;
            text-transform: inherit; }
          #projectRealized .wrapper.wrapper-projects .figure-container figure figcaption dl {
            margin-bottom: 0; }
            #projectRealized .wrapper.wrapper-projects .figure-container figure figcaption dl dd {
              margin: 0; }
            #projectRealized .wrapper.wrapper-projects .figure-container figure figcaption dl dt {
              font-weight: 600; }
            #projectRealized .wrapper.wrapper-projects .figure-container figure figcaption dl p {
              margin: 0; }
      #projectRealized .wrapper.wrapper-projects .figure-container:nth-of-type(1) figure {
        padding-top: 1px; }
        #projectRealized .wrapper.wrapper-projects .figure-container:nth-of-type(1) figure > img {
          margin-top: calc(-75% - 1px); }
  #projectRealized .wrapper .content h1 {
    line-height: 2.33;
    margin-bottom: 15px; }

#projectRealized aside img {
  display: block;
  width: 100%; }

@media (min-width: 768px) {
  #projectRealized .wrapper {
    padding: 40px 0; }
    #projectRealized .wrapper.wrapper-blue {
      margin-top: -40px;
      padding-bottom: 33.33%; }
      #projectRealized .wrapper.wrapper-blue h2 {
        font-size: 100px;
        margin: -55px 0 0 0; }
    #projectRealized .wrapper.wrapper-projects .figure-container:nth-of-type(2) figure {
      padding-top: 1px; }
      #projectRealized .wrapper.wrapper-projects .figure-container:nth-of-type(2) figure > img {
        margin-top: calc(-75% - 1px); } }

@media (min-width: 992px) {
  #projectRealized .wrapper {
    padding: 60px 0; }
    #projectRealized .wrapper.wrapper-blue {
      margin-top: -60px;
      padding-bottom: 25%; }
      #projectRealized .wrapper.wrapper-blue h2 {
        font-size: 160px;
        margin: -82px 0 0 0; }
      #projectRealized .wrapper.wrapper-blue h3 {
        font-size: 30px;
        margin-bottom: 60px; }
    #projectRealized .wrapper.wrapper-projects .figure-container:nth-of-type(3) figure {
      padding-top: 1px; }
      #projectRealized .wrapper.wrapper-projects .figure-container:nth-of-type(3) figure > img {
        margin-top: calc(-75% - 1px); }
    #projectRealized .wrapper .figure-container figure figcaption h2 {
      margin-bottom: 10px; } }

@media (min-width: 1200px) {
  #projectRealized .wrapper.wrapper-blue {
    min-height: 400px;
    padding-bottom: 15%; }
  #projectRealized .wrapper .content h1 {
    font-size: 40px; }
  #projectRealized .figure-container figure figcaption h2 {
    font-size: 22px; } }

#objects.upcoming h2 {
  font-size: 28px; }

@media (min-width: 992px) {
  #objects.upcoming h2 {
    font-size: 32px; } }

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