.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.nivo-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99998;
width: 100%;
height: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
visibility: visible;
opacity: 1;
}
.nivo-lightbox-wrap  {
position: absolute;
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.nivo-lightbox-content {
width: 100%;
height: 100%;
}
.nivo-lightbox-title-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
position: absolute;
top: 50%;
left: 0;
}
.nivo-lightbox-next {
position: absolute;
top: 50%;
right: 0;
}
.nivo-lightbox-close {
position: absolute;
top: 2%;
right: 2%;
}
.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.nivo-lightbox-error {
display: table;
text-align: center;
width: 100%;
height: 100%;
color: #fff;
text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
display: table-cell;
vertical-align: middle;
} .nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
-webkit-transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateZ(300px);
-moz-transform: translateZ(300px);
-ms-transform: translateZ(300px);
transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
background: #666;
background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/js/src/plugins/nivo-lightbox/themes/default/loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
opacity: 1; 
background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/js/src/plugins/nivo-lightbox/themes/default/prev.png); 
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/js/src/plugins/nivo-lightbox/themes/default/next.png); 
border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/js/src/plugins/nivo-lightbox/themes/default/close.png) no-repeat 5px 5px;
width: 26px;
height: 26px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
background: #fff;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
background-image: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/js/src/plugins/nivo-lightbox/themes/default/loading@2x.gif); 
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/js/src/plugins/nivo-lightbox/themes/default/prev@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/js/src/plugins/nivo-lightbox/themes/default/next@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close { 
background-image: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/js/src/plugins/nivo-lightbox/themes/default/close@2x.png); 
background-size: 16px 16px;
}
}  .show-scroller .scroll-to-top {
-webkit-transform: translateY(0) rotate(-90deg);
transform: translateY(0) rotate(-90deg);
opacity: 1; }
.show-search .searchbar .searchbar-inner {
opacity: 1; }   html {
font-family: "Work Sans", sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden], template {
display: none; }
a {
background-color: transparent; }
a:active, a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b, strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em; }
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button, select {
text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
.mc4wp-form input[type="submit"] {
background-color: #8cabb0;
}
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; }
* {
box-sizing: border-box; }
*:before, *:after {
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
body { font-family: "Work Sans", sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff; }
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover, a:focus {
color: #8cabb0;
text-decoration: underline; }
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1170px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.row {
margin-left: -15px;
margin-right: -15px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; }
.col-xs-12 {
width: 100%; }
.col-xs-11 {
width: 91.66666667%; }
.col-xs-10 {
width: 83.33333333%; }
.col-xs-9 {
width: 75%; }
.col-xs-8 {
width: 66.66666667%; }
.col-xs-7 {
width: 58.33333333%; }
.col-xs-6 {
width: 50%; }
.col-xs-5 {
width: 41.66666667%; }
.col-xs-4 {
width: 33.33333333%; }
.col-xs-3 {
width: 25%; }
.col-xs-2 {
width: 16.66666667%; }
.col-xs-1 {
width: 8.33333333%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-pull-11 {
right: 91.66666667%; }
.col-xs-pull-10 {
right: 83.33333333%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-8 {
right: 66.66666667%; }
.col-xs-pull-7 {
right: 58.33333333%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-5 {
right: 41.66666667%; }
.col-xs-pull-4 {
right: 33.33333333%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-2 {
right: 16.66666667%; }
.col-xs-pull-1 {
right: 8.33333333%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-push-12 {
left: 100%; }
.col-xs-push-11 {
left: 91.66666667%; }
.col-xs-push-10 {
left: 83.33333333%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-8 {
left: 66.66666667%; }
.col-xs-push-7 {
left: 58.33333333%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-5 {
left: 41.66666667%; }
.col-xs-push-4 {
left: 33.33333333%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-2 {
left: 16.66666667%; }
.col-xs-push-1 {
left: 8.33333333%; }
.col-xs-push-0 {
left: auto; }
.col-xs-offset-12 {
margin-left: 100%; }
.col-xs-offset-11 {
margin-left: 91.66666667%; }
.col-xs-offset-10 {
margin-left: 83.33333333%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-8 {
margin-left: 66.66666667%; }
.col-xs-offset-7 {
margin-left: 58.33333333%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-5 {
margin-left: 41.66666667%; }
.col-xs-offset-4 {
margin-left: 33.33333333%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-2 {
margin-left: 16.66666667%; }
.col-xs-offset-1 {
margin-left: 8.33333333%; }
.col-xs-offset-0 {
margin-left: 0; }
@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-12 {
width: 100%; }
.col-sm-11 {
width: 91.66666667%; }
.col-sm-10 {
width: 83.33333333%; }
.col-sm-9 {
width: 75%; }
.col-sm-8 {
width: 66.66666667%; }
.col-sm-7 {
width: 58.33333333%; }
.col-sm-6 {
width: 50%; }
.col-sm-5 {
width: 41.66666667%; }
.col-sm-4 {
width: 33.33333333%; }
.col-sm-3 {
width: 25%; }
.col-sm-2 {
width: 16.66666667%; }
.col-sm-1 {
width: 8.33333333%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-pull-11 {
right: 91.66666667%; }
.col-sm-pull-10 {
right: 83.33333333%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-8 {
right: 66.66666667%; }
.col-sm-pull-7 {
right: 58.33333333%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-5 {
right: 41.66666667%; }
.col-sm-pull-4 {
right: 33.33333333%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-2 {
right: 16.66666667%; }
.col-sm-pull-1 {
right: 8.33333333%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-push-12 {
left: 100%; }
.col-sm-push-11 {
left: 91.66666667%; }
.col-sm-push-10 {
left: 83.33333333%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-8 {
left: 66.66666667%; }
.col-sm-push-7 {
left: 58.33333333%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-5 {
left: 41.66666667%; }
.col-sm-push-4 {
left: 33.33333333%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-2 {
left: 16.66666667%; }
.col-sm-push-1 {
left: 8.33333333%; }
.col-sm-push-0 {
left: auto; }
.col-sm-offset-12 {
margin-left: 100%; }
.col-sm-offset-11 {
margin-left: 91.66666667%; }
.col-sm-offset-10 {
margin-left: 83.33333333%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-8 {
margin-left: 66.66666667%; }
.col-sm-offset-7 {
margin-left: 58.33333333%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-5 {
margin-left: 41.66666667%; }
.col-sm-offset-4 {
margin-left: 33.33333333%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-2 {
margin-left: 16.66666667%; }
.col-sm-offset-1 {
margin-left: 8.33333333%; }
.col-sm-offset-0 {
margin-left: 0; } }
@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-12 {
width: 100%; }
.col-md-11 {
width: 91.66666667%; }
.col-md-10 {
width: 83.33333333%; }
.col-md-9 {
width: 75%; }
.col-md-8 {
width: 66.66666667%; }
.col-md-7 {
width: 58.33333333%; }
.col-md-6 {
width: 50%; }
.col-md-5 {
width: 41.66666667%; }
.col-md-4 {
width: 33.33333333%; }
.col-md-3 {
width: 25%; }
.col-md-2 {
width: 16.66666667%; }
.col-md-1 {
width: 8.33333333%; }
.col-md-pull-12 {
right: 100%; }
.col-md-pull-11 {
right: 91.66666667%; }
.col-md-pull-10 {
right: 83.33333333%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-8 {
right: 66.66666667%; }
.col-md-pull-7 {
right: 58.33333333%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-5 {
right: 41.66666667%; }
.col-md-pull-4 {
right: 33.33333333%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-2 {
right: 16.66666667%; }
.col-md-pull-1 {
right: 8.33333333%; }
.col-md-pull-0 {
right: auto; }
.col-md-push-12 {
left: 100%; }
.col-md-push-11 {
left: 91.66666667%; }
.col-md-push-10 {
left: 83.33333333%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-8 {
left: 66.66666667%; }
.col-md-push-7 {
left: 58.33333333%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-5 {
left: 41.66666667%; }
.col-md-push-4 {
left: 33.33333333%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-2 {
left: 16.66666667%; }
.col-md-push-1 {
left: 8.33333333%; }
.col-md-push-0 {
left: auto; }
.col-md-offset-12 {
margin-left: 100%; }
.col-md-offset-11 {
margin-left: 91.66666667%; }
.col-md-offset-10 {
margin-left: 83.33333333%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-8 {
margin-left: 66.66666667%; }
.col-md-offset-7 {
margin-left: 58.33333333%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-5 {
margin-left: 41.66666667%; }
.col-md-offset-4 {
margin-left: 33.33333333%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-2 {
margin-left: 16.66666667%; }
.col-md-offset-1 {
margin-left: 8.33333333%; }
.col-md-offset-0 {
margin-left: 0; } }
@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-12 {
width: 100%; }
.col-lg-11 {
width: 91.66666667%; }
.col-lg-10 {
width: 83.33333333%; }
.col-lg-9 {
width: 75%; }
.col-lg-8 {
width: 66.66666667%; }
.col-lg-7 {
width: 58.33333333%; }
.col-lg-6 {
width: 50%; }
.col-lg-5 {
width: 41.66666667%; }
.col-lg-4 {
width: 33.33333333%; }
.col-lg-3 {
width: 25%; }
.col-lg-2 {
width: 16.66666667%; }
.col-lg-1 {
width: 8.33333333%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-pull-11 {
right: 91.66666667%; }
.col-lg-pull-10 {
right: 83.33333333%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-8 {
right: 66.66666667%; }
.col-lg-pull-7 {
right: 58.33333333%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-5 {
right: 41.66666667%; }
.col-lg-pull-4 {
right: 33.33333333%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-2 {
right: 16.66666667%; }
.col-lg-pull-1 {
right: 8.33333333%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-push-12 {
left: 100%; }
.col-lg-push-11 {
left: 91.66666667%; }
.col-lg-push-10 {
left: 83.33333333%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-8 {
left: 66.66666667%; }
.col-lg-push-7 {
left: 58.33333333%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-5 {
left: 41.66666667%; }
.col-lg-push-4 {
left: 33.33333333%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-2 {
left: 16.66666667%; }
.col-lg-push-1 {
left: 8.33333333%; }
.col-lg-push-0 {
left: auto; }
.col-lg-offset-12 {
margin-left: 100%; }
.col-lg-offset-11 {
margin-left: 91.66666667%; }
.col-lg-offset-10 {
margin-left: 83.33333333%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-8 {
margin-left: 66.66666667%; }
.col-lg-offset-7 {
margin-left: 58.33333333%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-5 {
margin-left: 41.66666667%; }
.col-lg-offset-4 {
margin-left: 33.33333333%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-2 {
margin-left: 16.66666667%; }
.col-lg-offset-1 {
margin-left: 8.33333333%; }
.col-lg-offset-0 {
margin-left: 0; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
content: " ";
display: table; }
.clearfix:after, .container:after, .container-fluid:after, .row:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important;
visibility: hidden !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs, .visible-sm, .visible-md, .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; }
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; }
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; }
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; }
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; }
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; } }  * {
box-sizing: border-box !important;
padding: 0px;
margin: 0px; }
*:focus {
outline: none !important; }
html {
font-size: 16px; }
body {
position: relative;
padding: 0px;
margin: 0px;
background-color: #f1f5f6;
font-family: "Work Sans", sans-serif;
font-size: 1em;
-webkit-font-smoothing: antialiased; }
a, img, a img {
border: none; }
a {
color: #765641;
transition: all .3s;
text-decoration: none; }
a:hover, a:focus, a:active {
text-decoration: underline; }
p { color: #161616;
font-size: 1em;
line-height: 1.7em; }
hr {
display: block;
clear: both;
width: 100%;
margin: 20px auto;
padding: 0;
height: 0;
border-top: 1px solid #eee; }
h1, h2, h3, h4, h5, h6 {
font-family: "Work Sans", sans-serif;
padding: 0;
margin: 0;
line-height: 1.3em; }
h1, h2 {
margin-bottom: .5em;
letter-spacing: -2px; }
h2 {
font-size: 30px;
color: #90a8f8;
font-weight: bold; }
.clear {
display: block;
width: 100%;
clear: both;
height: 0px; }
.text-justify {
text-align: justify; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-nowrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.img_responsive {
max-width: 100%; }
p.intro {
line-height: 1.5em; }
p.caption {
color: #999;
font-size: .875em; }
.fa-small {
font-size: 0.75em; }
.fa-left {
margin-right: 6px; }
.fa-right {
margin-left: 6px; }
.fa-center {
margin: 0 6px; }
.fa-prim {
color: #90a8f8; }
.fa-sec {
color: #8cabb0; }
.fa-tert {
color: #385780; }
.contentwrapper h1, .contentwrapper h2, .contentwrapper h3, .contentwrapper h4, .contentwrapper h5, .contentwrapper h6 {
color: #333;
font-weight: 600; }
.contentwrapper h1:first-child, .contentwrapper h2:first-child, .contentwrapper h3:first-child, .contentwrapper h4:first-child, .contentwrapper h5:first-child, .contentwrapper h6:first-child {
margin-top: 0; }
.contentwrapper h1:last-child, .contentwrapper h2:last-child, .contentwrapper h3:last-child, .contentwrapper h4:last-child, .contentwrapper h5:last-child, .contentwrapper h6:last-child {
margin-bottom: 0; }
.contentwrapper h1 {
margin: 30px 0 15px;
font-size: 2em; }
.contentwrapper h2 {
margin: 30px 0 15px;
font-size: 2em; }
.contentwrapper h3 {
margin: 25px 0 10px;
font-size: 1.5em; }
.contentwrapper h4 {
margin: 20px 0 5px;
font-size: 1.25em; }
.contentwrapper h5, .contentwrapper h6 {
margin: 15px 0 5px;
font-size: 1.125em; }
.contentwrapper p {
margin: 15px 0; }
.contentwrapper p:first-child {
margin-top: 0; }
.contentwrapper p:last-child {
margin-bottom: 0; }
.contentwrapper p:last-child .btn {
margin-bottom: 0; }
.contentwrapper p .btn {
margin: 8px;
text-decoration: none !important; }
.contentwrapper p .btn:first-child {
margin-left: 0; }
.contentwrapper p .btn:last-child {
margin-right: 0; }
.contentwrapper p .btn.btn-full {
margin-left: 0;
margin-right: 0; }
.contentwrapper ul, .contentwrapper ol {
margin: 25px 0 25px -5px; }
.contentwrapper ul li, .contentwrapper ol li {
color: #666;
line-height: 1.5em;
padding: 5px 0;
padding-left: 5px; }
.contentwrapper .intro {
font-size: 1.125em;
color: #666; }
.spacer {
display: block;
clear: both;
width: 100%; }
.spacer.spacer10 {
height: 10px; }
.spacer.spacer20 {
height: 20px; }
.spacer.spacer30 {
height: 30px; }
.spacer.spacer40 {
height: 40px; }
.spacer.spacer50 {
height: 50px; }
.spacer.spacer100 {
height: 100px; }
.spacer.spacer250 {
height: 250px; }
.spacer.spacer500 {
height: 500px; }
.nomargin {
margin: 0 !important; }
.nopadding {
padding: 0 !important; }
.imgwrap {
display: block;
position: relative;
width: 100%;
overflow: hidden; }
.imgwrap img {
width: 100%;
height: inherit;
-o-object-fit: cover;
object-fit: cover;
vertical-align: top; }
.img_overlay {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: all .15s; }
.img_overlay.img_overlay_color {
z-index: 5;
background-color: #347cab;
opacity: .5; }
.img_overlay.img_overlay_gradient {
z-index: 5;
background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
.sectiontitle {
margin: 50px 0 30px;
text-align: center; }
.sectiontitle:first-child {
margin-top: 0; }
.sectiontitle:last-child {
margin-bottom: 0; }
.sectiontitle .description {
margin: 10px 0 0;
color: #999;
font-size: 1.25em; }
.sectiontitle-small {
margin: 50px 0 20px; }
.sectiontitle-small:first-child {
margin-top: 0; }
.sectiontitle-small:last-child {
margin-bottom: 0; }
.sectiontitle-small .title {
color: #333;
font-size: 2em;
font-weight: 600; }
.sectiontitle-small .description {
margin: 10px 0 0;
color: #999;
font-size: 1.25em; }
.sectiontitle-bar {
position: relative;
padding: 10px;
margin: 15px 0 30px;
border-radius: 3px;
background-color: #8cabb0;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.sectiontitle-bar:first-child {
margin-top: 0; }
.sectiontitle-bar:last-child {
margin-bottom: 0; }
.sectiontitle-bar:before {
content: '';
position: absolute;
z-index: 0;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/img/theme/barbg.jpg);
opacity: .5; }
.sectiontitle-bar:after {
content: '';
display: block;
clear: both; }
.sectiontitle-bar > * {
position: relative;
z-index: 1; }
.sectiontitle-bar .title {
float: left;
margin-left: 10px;
color: #fff;
font-size: 1.5em;
line-height: 1.6em;
text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }
.sectiontitle-bar .btn {
float: right;
margin: 5px; }
section {
position: relative; }
section.border-top {
border-top: 1px solid #ddd; }
section.bg-white {
background-color: #fff; }
section.bg-fade-to-white {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
section.bg-fade-from-white {
background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); }
.micro {
font-size: 0.875em;
color: #f9bdbf; }
.col-succes {
color: #5fb15f; }
.col-warning {
color: #FFD166; }
.col-error {
color: #FF6961; }
.fixedheight {
position: relative;
overflow: hidden; }
.fixedheight .fade {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 50px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
.slick-list, .slick-track {
height: 100%; }
.display-flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.display-block {
display: block; }
.display-inline {
display: inline; }
.display-inline-block {
display: inline-block; }
.float-left {
float: left; }
.float-right {
float: right; }
.clear-before:before {
content: '';
display: block;
clear: both; }
.clear-after:after {
content: '';
display: block;
clear: both; }
img {
max-width: 100%;
height: auto; }
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0; }
.list-unstyled, .list-fries, .dynamic-page-menu ul, .breadcrumbs .breadcrumbs-inner, footer .footer-list, footer .footer-social {
list-style: none;
margin: 0; }
.list-fries {
margin: 30px 0; }
.list-fries li {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px; }
.list-fries li:before {
content: ''; width: 40px;
height: 20px;
background-size: 20px 40px;
background-position: 0 -20px;
display: inline-block;
background: url(//www.woonwestheiloo.nl/wp-content/themes/woonwestheiloo/assets/img/theme/vlag.png);
background-repeat: no-repeat;
margin-right: 18px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0; }
.visual-link, blockquote cite a, .visual-link:hover, blockquote cite a:hover {
text-decoration: none; }
.afm {
width: 100%;
z-index: 10;
background-color: #f7f7f7;
padding: 10px 0; }
.afm .afm-content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
font-weight: 600;
color: #333;
font-size: 13px; }
@media (max-width: 767px) {
.afm .afm-content {
display: block;
text-align: center; }
.afm .afm-content span {
display: block; }
.afm .afm-content a {
vertical-align: middle; } }
.afm .afm-logo {
display: inline-block;
margin: 0 10px; } .btn {
text-decoration: none;
display: inline-block;
background: none;
border: none;
text-align: center;
padding: 10px 15px;
border-radius: 3px;
border: 1px solid transparent;
font-size: 1rem;
line-height: 1.4em;
transition: all 0.15s;
font-weight: bold; }
.btn:hover, .btn:focus {
color: #fff;
text-decoration: none; }
.btn.btn-disabled {
position: relative;
border-color: #ddd;
background-color: #f7f7f7;
color: #999;
pointer-events: none; }
.btn.btn-disabled:after {
content: '';
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.btn.btn-default {
border-color: #90a8f8;
color: #90a8f8; }
.btn.btn-default:hover, .btn.btn-default:focus {
border-color: transparent;
background-color: #90a8f8;
color: #fff; }
.btn.btn-default.btn-default-alt {
border-color: #90a8f8;
color: #90a8f8; }
.btn.btn-default.btn-default-alt:hover, .btn.btn-default.btn-default-alt:focus {
background-color: #90a8f8;
color: #fff; }
.btn.btn-default.btn-default-alt2 {
border-color: #fff;
color: #fff; }
.btn.btn-default.btn-default-alt2:hover, .btn.btn-default.btn-default-alt2:focus {
border-color: transparent;
background-color: #90a8f8;
color: #fff; }
.btn.btn-default.btn-default-alt3 {
border-color: #333;
color: #333; }
.btn.btn-default.btn-default-alt3:hover, .btn.btn-default.btn-default-alt3:focus {
border-color: transparent;
background-color: #90a8f8;
color: #fff; }
.btn.btn-primary {
background-color: #90a8f8;
color: #ffffff; }
.btn.btn-primary:hover, .btn.btn-primary:focus {
background-color: #191919;
background-color: #ef9c38;
color: #ffffff; }
.btn.btn-secondary {
background-color: #8cabb0;
background-color: #f9b537;
background-color: #0f2a51;
color: #ffffff; }
.btn.btn-secondary:hover, .btn.btn-secondary:focus, a.fl-button:hover {
background-color: #90a8f8!important;
color: #ffffff; }
.btn.btn-tertiary {
background-color: #385780;
color: #8cabb0; }
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
background-color: #324e73;
color: #d74146; }
.btn.btn-white {
background-color: #fff; }
.btn.btn-white:hover, .btn.btn-white:focus {
background-color: #90a8f8;
color: #fff; }
.btn.btn-small {
height: 30px;
padding: 0 10px;
border-width: 1px;
line-height: 28px;
font-size: .875rem; }
.btn.btn-big {
padding: 15px 20px; }
.btn.btn-full {
width: 100%; }
.btn-outline {
background-color: transparent;
border: 1px solid; }
.btn-outline:hover {
background-color: #90a8f8;
border-color: #90a8f8;
color: #ffffff; }
.btn-outline.btn-white {
background-color: transparent;
color: #ffffff; }
.btn-outline.btn-white:hover {
border-color: #ffffff; }
.btn-warning {
background-color: #8cabb0;
color: #FFF; }
.btn-warning:hover, .btn-warning:focus {
background-color: #580234 }
.btn-roomy {
height: 45px;
line-height: 43px;
padding: 0 30px;
font-size: 15px; } .pagewrapper {
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.nav-primary {
position: relative;
z-index: 5; }
.nav-primary .menu {
list-style: none;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: -50px 0 50px;
border-radius: 3px;
background-color: #fff;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }
.nav-primary .menu > .menu-item {
position: relative;
display: block;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 10px;
padding-right: 11px;
text-align: center; }
.nav-primary .menu > .menu-item:after {
content: '';
position: absolute;
top: 25%;
right: 0;
height: 50%;
width: 1px;
background-color: #ddd; }
.nav-primary .menu > .menu-item:last-child {
padding-right: 10px; }
.nav-primary .menu > .menu-item:last-child:after {
display: none; }
.nav-primary .menu > .menu-item > a {
display: block;
height: 80px;
padding: 0 10px;
color: #666;
font-size: 1.125em;
font-weight: 600;
line-height: 80px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.nav-primary .menu > .menu-item .sub-menu {
position: absolute;
top: 100%;
left: 0;
list-style: none;
display: none;
min-width: 100%;
padding: 0 10px 10px;
background-color: #fff;
text-align: left;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.nav-primary .menu > .menu-item .sub-menu .menu-item {
display: block; }
.nav-primary .menu > .menu-item .sub-menu .menu-item a {
position: relative;
display: block;
padding: 10px 20px 10px 10px;
color: #666;
font-size: 0.875em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.nav-primary .menu > .menu-item .sub-menu .menu-item a:before {
content: '\f105';
display: inline-block;
margin-right: 10px;
font: normal normal normal 14px/1 FontAwesome;
color: transparent;
font-size: 14px;
text-rendering: auto;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
transition: all .15s ease-in-out; }
.nav-primary .menu > .menu-item .sub-menu .menu-item a:hover, .nav-primary .menu > .menu-item .sub-menu .menu-item a:focus {
padding: 10px 15px 10px 15px;
background-color: #217ad5;
color: #fff; }
.nav-primary .menu > .menu-item .sub-menu .menu-item a:hover:before, .nav-primary .menu > .menu-item .sub-menu .menu-item a:focus:before {
color: #fff; }
.nav-primary .menu > .menu-item .sub-menu .menu-item.current-menu-item a, .nav-primary .menu > .menu-item .sub-menu .menu-item.current-menu-parent a {
padding: 10px 15px 10px 15px;
background-color: #f7f7f7;
color: #333; }
.nav-primary .menu > .menu-item .sub-menu .menu-item.current-menu-item a:before, .nav-primary .menu > .menu-item .sub-menu .menu-item.current-menu-parent a:before {
color: #666; }
.nav-primary .menu > .menu-item.current-menu-item > a, .nav-primary .menu > .menu-item.current-menu-parent > a {
background-color: #eee;
color: #999;
box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.125); }
.nav-primary .menu > .menu-item.menu-item-has-children > a:after {
content: '\f0d7';
display: inline-block;
margin-left: 5px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 12px;
text-rendering: auto;
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
.nav-primary .menu > .menu-item:hover > a, .nav-primary .menu > .menu-item:focus > a {
background-color: #217ad5;
color: #fff; }
.nav-primary .menu > .menu-item:hover .sub-menu, .nav-primary .menu > .menu-item:focus .sub-menu {
display: block; }
.scroll-to-top {
position: fixed;
z-index: 20;
bottom: 15px;
right: 15px;
display: block;
height: 40px;
width: 40px;
border-radius: 50%;
background-color: #217ad5;
color: #fff;
line-height: 40px;
font-size: 30px;
text-align: center;
-webkit-transform: translateY(55px) rotate(-90deg);
transform: translateY(55px) rotate(-90deg);
opacity: 0;
transition: all .3s ease-in-out; }
.scroll-to-top:focus {
background-color: #217ad5;
color: #fff; }
.scroll-to-top:hover {
background-color: #ddd;
color: #666; }
.table-details {
width: 100%;
margin: 20px 0; }
.table-details:first-child {
margin-top: 0; }
.table-details:last-child {
margin-bottom: 0; }
.table-details tr {
border-bottom: 1px solid #e5e5e5; }
.table-details tr th {
padding: 10px 0; }
.table-details tr th.table-title {
text-align: left; }
.table-details tr td {
padding: 8px 0;
font-size: 0.875em; }
.table-details tr td.row-subject {
width: 40%;
padding-right: 10px;
color: #999;
font-weight: 600; }
.table-details tr td.row-value {
color: #333; }
.expandable .expandable-area {
position: relative;
transition: max-height .3s ease-in-out;
overflow: hidden; }
.expandable .expandable-area:after {
content: '';
z-index: 1;
position: absolute;
bottom: 0;
left: 0;
display: none;
height: 50px;
width: 100%;
background: linear-gradient(to bottom, rgba(241, 245, 246, 0), #f1f5f6);
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.expandable .expandable-area.fade-to-white:after {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
.expandable .expandable-toggle {
display: none;
margin: 20px 0 0;
font-size: 0.875em; }
.expandable .expandable-toggle .toggle-icon {
position: relative;
top: .3em;
display: inline-block;
height: 20px;
width: 20px;
margin-right: 5px;
border-radius: 50%;
background-color: #ddd; }
.expandable .expandable-toggle .toggle-icon span {
position: absolute;
top: 50%;
left: 5px;
width: 10px;
height: 2px;
margin-top: -1px;
background-color: #fff;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.expandable .expandable-toggle .toggle-icon span:nth-child(2) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.expandable.expandable-active .expandable-area:after {
display: block; }
.expandable.expandable-active .expandable-toggle {
display: block; }
.expandable.expandable-toggled .expandable-area:after {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
.expandable.expandable-toggled .expandable-toggle .toggle-icon span:nth-child(2) {
-webkit-transform: rotate(0);
transform: rotate(0); }
.gallery-main {
margin: 30px -15px 50px; }
.gallery-main:first-child {
margin-top: 0; }
.gallery-main:last-child {
margin-bottom: 0; }
.gallery-main .row {
margin: 0 -10px; }
.gallery-main .row > div {
padding: 0 10px; }
.gallery-main .gallery-item {
position: relative;
margin-top: 20px;
background-color: #fff; }
.gallery-main .gallery-item.gallery-item-large {
height: 460px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
.gallery-main .gallery-item.gallery-item-medium {
height: 280px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.gallery-main .gallery-item.gallery-item-small {
height: 160px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.gallery-main .gallery-item .gallery-item-img {
position: relative;
display: block;
width: 100%;
height: 100%;
background-color: #eee;
cursor: zoom-in;
overflow: hidden; }
.gallery-main .gallery-item .gallery-item-img:before {
content: 'Tusken De Marren';
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
color: #ccc;
font-size: 1.125em;
font-weight: bold; }
.gallery-main .gallery-item .gallery-item-img:after {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #217ad5;
opacity: .25;
pointer-events: none; }
.gallery-main .gallery-item .gallery-item-img img {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: scale(1.025);
transform: scale(1.025);
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.gallery-main .gallery-item .gallery-item-img:hover:after, .gallery-main .gallery-item .gallery-item-img:focus:after {
z-index: 3; }
.gallery-main .gallery-item .gallery-item-img:hover img, .gallery-main .gallery-item .gallery-item-img:focus img {
-webkit-transform: scale(1);
transform: scale(1); }
.gallery-main .gallery-meta {
padding: 20px 15px 0;
font-size: 0.875em; }
.gallery-main .gallery-meta a {
color: #666; }
.gallery-main .gallery-meta a:hover, .gallery-main .gallery-meta a:focus {
color: #217ad5; }
.related-houses {
padding: 50px 0; }
.overview-blocks {
margin: 50px 0; }
.overview-blocks:first-child {
margin-top: 0; }
.overview-blocks:last-child {
margin-bottom: 0; }
.overview-blocks .block {
display: block;
padding-bottom: 50px;
margin: 50px 0;
border-bottom: 1px solid #eee; }
.overview-blocks .block:first-child {
margin-top: 0; }
.overview-blocks .block:last-child {
padding: 0;
margin-bottom: 0;
border: 0; }
.overview-blocks .block .block-img {
height: 350px;
overflow: hidden; }
.overview-blocks .block .block-img img {
width: 100%;
height: inherit;
-o-object-fit: cover;
object-fit: cover;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
-webkit-transform: scale(1.05);
transform: scale(1.05); }
.overview-blocks .block .block-content .block-title {
color: #333;
font-size: 1.5em;
font-weight: 600;
transition: color .3s ease-in-out; }
.overview-blocks .block .block-content .block-intro {
margin: 10px 0;
color: #999;
font-size: 1.125em; }
.overview-blocks .block .block-content .block-btns {
margin: 20px 0 0; }
.overview-blocks .block:hover .block-img img, .overview-blocks .block:focus .block-img img {
-webkit-transform: scale(1);
transform: scale(1); }
.overview-blocks .block:hover .block-content .block-title, .overview-blocks .block:focus .block-content .block-title {
color: #217ad5; }
.gallery-page {
padding: 30px 0;
margin: 50px 0;
background-color: #f1f5f6;
font-size: 0; }
.gallery-page:first-child {
margin-top: 0; }
.gallery-page:last-child {
margin-bottom: 0; }
.gallery-page .gallery-item-wrapper {
margin: 0 -5px; }
.gallery-page .gallery-item {
position: relative;
display: inline-block;
width: 25%;
height: 200px;
padding: 5px; }
.gallery-page .gallery-item .gallery-item-img {
position: relative;
display: block;
width: 100%;
height: 100%;
background-color: #eee;
cursor: zoom-in;
overflow: hidden; }
.gallery-page .gallery-item .gallery-item-img:before {
content: 'Tusken De Marren';
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
color: #ccc;
font-size: 1.125em;
font-weight: bold; }
.gallery-page .gallery-item .gallery-item-img:after {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #f15a60;
opacity: .25;
pointer-events: none; }
.gallery-page .gallery-item .gallery-item-img img {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: scale(1.025);
transform: scale(1.025);
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.gallery-page .gallery-item .gallery-item-img:hover:after, .gallery-page .gallery-item .gallery-item-img:focus:after {
z-index: 3; }
.gallery-page .gallery-item .gallery-item-img:hover img, .gallery-page .gallery-item .gallery-item-img:focus img {
-webkit-transform: scale(1);
transform: scale(1); }
.review {
padding: 50px 0; }
.searchbar {
display: none;
background-color: #f15a60;
padding: 15px 0; }
.searchbar .searchbar-inner {
opacity: 0;
transition: opacity .3s ease-in-out; }
.searchbar .searchbar-inner .row {
margin: 0 -5px; }
.searchbar .searchbar-inner .row > div {
padding: 0 5px; }
.contact-buttons {
position: fixed;
z-index: 7; }
.contact-buttons .contact-info {
margin-left: 20px;
display: none; }
.contact-buttons a {
padding: 18px 20px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
opacity: .9;
transition: .3s;
height: 64px; }
.contact-buttons a:hover {
opacity: 1; }
.contact-buttons a.contact-phone {
background-color: #90a8f8; }
.contact-buttons a.contact-whatsapp {
background-color: #16DB93; }
.contact-buttons a.contact-mail {
background-color: #ffffff; }
.contact-buttons a.contact-mail:hover .contact-info {
color: #90a8f8; }
.contact-buttons a.contact-mail i {
color: #90a8f8; }
.contact-buttons a i {
color: #ffffff; }
@media (max-width: 767px) {
.contact-buttons { display:none;
}
.contact-buttons a {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1; } }
@media (min-width: 768px) {
.contact-buttons {
top: 40%;
right: -6px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.contact-buttons a {
margin: 2px 0;
border-radius: 3px;
max-width: 70px;
margin-left: auto;
margin-right: 0;
padding-right: 26px; }
.contact-buttons a:hover {
max-width: 300px; }
.contact-buttons a:hover .contact-info {
display: block;
white-space: nowrap;
color: #ffffff; } } form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
border: 0;
background: none;
width: 100%;
border-radius: 3px;
background-color: #fff;
transition: all .15s ease-in-out;
border: 1px solid #999; }
form.form-search input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
height: 30px;
padding: 0 10px;
background-color: #eee;
color: #666;
font-size: 0.875em; }
form.form-search input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus {
background-color: #fff;
box-shadow: 0 0 10px #fbd1d3; }  @media only screen and (max-width: 1200px) {
header[role="masthead"] .header .nav-header .menu {
margin-right: 10px; }
header[role="masthead"] .header .nav-header .menu .menu-item a {
padding-right: 10px; }
.nav-primary .menu {
margin: -40px 0 40px; }
.nav-primary .menu > .menu-item > a {
height: 60px;
font-size: 1em;
line-height: 60px; } } @media only screen and (max-width: 991px) {
header[role="masthead"] .header .nav-header .menu {
display: none; }
header[role="masthead"] .topbar .topbar-right {
text-align: left; }
header[role="masthead"] .topbar .toggle-menu {
display: block; }
footer {
text-align: center; }
footer .footer-logo {
margin-top: 10px; }
.nav-primary .menu {
margin: -35px 0 35px; }
.nav-primary .menu > .menu-item {
padding: 5px;
padding-right: 6px; }
.nav-primary .menu > .menu-item:last-child {
padding-right: 5px; }
.nav-primary .menu > .menu-item > a {
font-size: 0.875em; }
.nav-primary .menu > .menu-item .sub-menu {
padding: 5px;
margin-top: -5px; }
.nav-primary .menu > .menu-item .sub-menu .menu-item a {
font-size: 0.75em; }
.gallery-main .gallery-item.gallery-item-medium {
height: 340px; }
.gallery-page .gallery-item {
height: 150px; } } @media only screen and (max-width: 767px) {
.sectiontitle-small .title {
font-size: 1.5em; }
.hero .hero-background {
background-attachment: scroll; }
.hero .hero-background .hero-background-video {
display: none; }
.hero.hero-large .hero-inner {
min-height: 0; }
.hero.hero-large .hero-inner .title {
font-size: 3em; }
.hero.hero-large .hero-inner .subtitle {
font-size: 1.5em; }
.hero.hero-large .hero-inner .btns {
margin: 30px 0 0; }
.hero.hero-medium .hero-inner {
min-height: 0; }
.nav-primary {
display: none; }
.nav-mobile .nav-mobile-inner .nav-primary-mobile {
display: block; }
.gallery-main .gallery-item.gallery-item-large {
height: 300px; }
.gallery-main .gallery-item.gallery-item-medium {
height: 250px; }
.gallery-main .gallery-item.gallery-item-small {
height: 180px; }
.page-main-content {
padding: 50px 0; }
.single-accommodation .house-title {
font-size: 1.5em; }
.single-accommodation .house-meta {
font-size: 1em; }
.single-accommodation .house-top-links {
margin-top: 20px;
text-align: left; }
.gallery-page .gallery-item {
height: 130px; } } @media only screen and (max-width: 580px) {
header[role="masthead"] .header .nav-header {
display: none; }
.hero .hero-inner, .hero.hero-large .hero-inner, .hero.hero-medium .hero-inner {
padding: 50px 0; }
.nav-mobile .nav-mobile-inner .nav-mobile-cta {
display: block; }
.gallery-main .gallery-item.gallery-item-large {
height: 250px; }
.gallery-main .gallery-item.gallery-item-medium {
height: 200px; }
.gallery-main .gallery-item.gallery-item-small {
height: 150px; }
.table-details tr td {
font-size: 0.75em; }
.table-details tr td.row-subject {
width: 50%; }
.gallery-page .gallery-item {
width: 50%; } } @media only screen and (max-width: 480px) {
header[role="masthead"] .topmsg {
display: none; }
header[role="masthead"] .header .header-logo img {
max-width: 220px; }
.hero .hero-inner .title, .hero.hero-large .hero-inner .title, .hero.hero-medium .hero-inner .title {
font-size: 2.5em; }
.sectiontitle {
margin: 10px 0 20px; }
.sectiontitle .title {
font-size: 2em; }
.sectiontitle .description {
font-size: 1.125em; }
.sectiontitle-bar .title {
float: none;
margin: 0;
text-align: center; }
.btn:not(.btn-dont-widen), .contentwrapper .btn:not(.btn-dont-widen) {
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important; }
.btn:not(.btn-dont-widen).btn-big, .contentwrapper .btn:not(.btn-dont-widen).btn-big {
height: 40px;
padding: 0 10px;
border-width: 2px;
font-size: 1em;
line-height: 36px; }
footer {
padding: 50px 0 20px; }
.home .houses {
padding: 50px 0; }
.home .home-content > .container {
padding: 50px 15px; }
.breadcrumbs .breadcrumbs-inner li .divider {
margin: 0 3px; }
.gallery-main .row {
margin: 0 -5px; }
.gallery-main .row > div {
padding: 0 5px; }
.gallery-main .gallery-item {
margin-top: 10px; }
.gallery-main .gallery-item.gallery-item-large {
height: 200px; }
.gallery-main .gallery-item.gallery-item-medium {
height: 200px; }
.gallery-main .gallery-item.gallery-item-small {
height: 120px; }
.widgetwrapper .widget {
display: block;
padding: 15px; }
.widgetwrapper .widget .widget-img {
float: none;
width: 100%;
max-width: none; } } @media only screen and (max-width: 400px) {
.gallery-page .gallery-item {
height: 100px; } } @media only screen and (max-width: 320px) {
.sectiontitle .title {
font-size: 1.5em; }
.sectiontitle .description {
font-size: 1em; }
.gallery-main .gallery-item.gallery-item-large, .gallery-main .gallery-item.gallery-item-medium {
height: 150px; }
.gallery-main .gallery-item.gallery-item-small {
height: 100px; } }
@media (min-width: 768px) {
.sub-menu {
display: none;
position: absolute;
margin-left: -10px;
border-radius: 3px;
background-color: #ffffff;
box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
margin-top: 15px; }
.sub-menu:before {
content: '';
height: 15px;
width: 100%;
position: absolute;
top: -15px;
display: block; }
.sub-menu .menu-item {
display: block !important;
margin-top: 15px;
margin-bottom: 15px; }
.sub-menu .menu-item > a {
color: #90a8f8; } }
.menu-item {
margin: 0 5px; }
.menu-item a {
color: #333; }
@media (min-width: 768px) {
.menu-item-has-children:after {
content: '\f0d7';
font-family: 'FontAwesome';
color: #999999;
vertical-align: middle;
display: inline-block;
margin-left: 3px; }
.menu-item-has-children:hover .sub-menu {
display: block; } }
.current-menu-item > a, .current-menu-item:after, .current-menu-ancestor > a, .current-menu-ancestor:after {
color: #90a8f8; }
.current-menu-item:hover:after, .current-menu-ancestor:hover:after {
color: #8cabb0; }
.toggle-menu {
float: right;
display: none;
margin-left: 10px; }
@media (max-width: 767px) {
.toggle-menu {
display: block; } }
.toggle-menu .icon-bars {
position: relative;
display: block;
width: 22px;
height: 22px; }
.toggle-menu .icon-bars span {
position: absolute;
left: 0px;
display: block;
width: 22px;
height: 3px;
margin: 0;
background-color: #90a8f8;
transition: all .3s ease-in-out; }
.toggle-menu .icon-bars span:nth-child(1) {
top: 1px; }
.toggle-menu .icon-bars span:nth-child(2), .toggle-menu .icon-bars span:nth-child(3) {
top: 9px; }
.toggle-menu .icon-bars span:nth-child(4) {
bottom: 2px; }
.show-menu {
position: fixed;
top: 0;
width: 100%;
overflow: hidden; }
.show-menu .pagewrapper {
-webkit-transform: translateX(-285px);
transform: translateX(-285px); }
.show-menu .nav-mobile {
-webkit-transform: translateX(0);
transform: translateX(0); }
.show-menu .toggle-menu .icon-bars span:nth-child(1) {
-webkit-transform: translateX(-15px);
transform: translateX(-15px);
opacity: 0; }
.show-menu .toggle-menu .icon-bars span:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.show-menu .toggle-menu .icon-bars span:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.show-menu .toggle-menu .icon-bars span:nth-child(4) {
-webkit-transform: translateX(15px);
transform: translateX(15px);
opacity: 0; }
.nav-mobile {
position: fixed;
z-index: 20;
top: 0;
right: 0;
width: 285px;
height: 100%;
border-left: 1px solid #eee;
background-color: #fff;
-webkit-transform: translateX(285px);
transform: translateX(285px);
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.nav-mobile .nav-mobile-inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.nav-mobile .menu-item {
margin: 0;
font-size: 18px;
border-top: 1px solid #f1f5f6;
position: relative; }
.nav-mobile .menu-item > a {
padding: 17px 20px;
color: #90a8f8;
display: inline-block;
width: 100%; }
.nav-mobile .sub-menu {
background-color: transparent;
display: none;
border-top: 1px solid #ffffff;
padding: 8px 0; }
.nav-mobile .sub-menu .menu-item {
font-size: 14px; }
.nav-mobile .sub-menu .menu-item > a {
padding-top: 5px;
padding-bottom: 5px;
font-weight: 600; }
.nav-mobile .show-sub-menu {
background-color: #f1f5f6; }
.nav-mobile .show-sub-menu .sub-menu {
display: block; }
.nav-mobile .show-sub-menu .sub-menu-toggle .toggle-icon {
background-color: #8cabb0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.nav-mobile .show-sub-menu .sub-menu-toggle .toggle-icon span {
background-color: #ffffff; }
.nav-mobile .sub-menu-toggle {
position: absolute;
top: 0;
right: 15px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
padding: 15px;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer; }
.nav-mobile .sub-menu-toggle .toggle-icon {
position: relative;
height: 28px;
width: 28px;
border-radius: 50%;
background-color: #ffffff;
transition: all .3s ease-in-out;
border: 2px solid #f1f5f6; }
.nav-mobile .sub-menu-toggle .toggle-icon span {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 10px;
height: 2px;
margin: -1px 0 0 -5px;
background-color: #90a8f8; }
.nav-mobile .sub-menu-toggle .toggle-icon span:nth-child(1) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.nav-mobile-cta {
padding: 20px; }
.nav-mobile-cta a {
font-weight: bold;
display: block;
padding: 5px 0; } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-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 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
.social-share {
list-style: none;
display: block;
padding-bottom: 15px; }
.social-share .prefix {
display: inline-block;
color: #999;
font-weight: bold;
margin-bottom: 30px; }
.social-share li {
display: inline-block;
font-size: 16px; }
.social-share li a {
display: block;
height: 35px;
padding: 0 10px;
display: block;
color: #8cabb0;
font-size: 1.125em;
line-height: 35px; }
.social-share li a:hover, .social-share li a:focus {
color: #217ad5; }
.social-share li a i {
font-size: 30px; } .block-highlights .block {
display: block;
padding: 15px 30px 50px;
margin: 30px 0;
border-radius: 3px;
background-color: #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.025);
text-align: center; }
.block-highlights .block .block-img {
height: 200px;
margin: 0 0 20px;
text-align: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.block-highlights .block .block-img img {
max-height: 200px;
max-width: 100%;
vertical-align: bottom; }
.block-highlights .block .block-content .block-title {
color: #333;
font-size: 1.125em; }
.block-highlights .block .block-content .block-subtitle {
margin: 10px 0 0;
color: #666;
font-size: 0.875em;
line-height: 1.5em;
font-weight: normal; }
.block-highlights .block .block-content + .btn {
margin-top: 1.3em; }
.block-highlights .block:hover, .block-highlights .block:focus {
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); }
.tiles-houses .house {
position: relative;
margin: 20px 0;
transition: box-shadow .3s ease-in-out; }
.tiles-houses .house a.house-link {
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.tiles-houses .house a:not(.house-link) {
position: relative;
z-index: 5; }
.tiles-houses .house .house-img {
position: relative;
height: 300px;
border-radius: 3px 3px 0 0;
background: #f7f7f7;
overflow: hidden; }
.tiles-houses .house .house-img .house-label {
position: absolute;
z-index: 5;
top: 25px;
right: -150px;
width: 500px;
height: 40px;
background-color: #217ad5;
background-color: rgba(33, 122, 213, 0.9);
color: #fff;
line-height: 40px;
font-weight: 600;
text-align: center;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
.tiles-houses .house .house-img .house-title {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
width: 100%;
padding: 50px 20px 10px;
background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
color: #fff;
font-size: 1.25em;
font-weight: 600;
text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.tiles-houses .house .house-img .img_overlay_color {
z-index: 1;
opacity: 0; }
.tiles-houses .house .house-img img {
height: inherit;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
-webkit-transform: scale(1.025);
transform: scale(1.025); }
.tiles-houses .house .house-details {
border-radius: 0 0 3px 3px;
border: 1px solid #eee;
border-top: 0;
border-right: 0;
background-color: #fff;
transition: border .3s ease-in-out; }
.tiles-houses .house .house-details .house-persons {
float: left;
height: 50px;
padding: 0 15px;
border-right: 1px solid #eee;
font-size: 0.875em;
line-height: 50px; }
.tiles-houses .house .house-details .house-price {
float: right;
height: 50px;
padding: 0 15px;
line-height: 50px;
color: #90a8f8;
font-size: 1.125em; }
.tiles-houses .house .house-details .house-price em {
margin-right: 5px;
color: #999;
font-size: 0.75em;
font-style: normal;
font-weight: 600; }
.tiles-houses .house .house-details .house-view {
float: right;
height: 50px;
padding: 0 15px;
border-radius: 0 0 3px 0;
border-left: 1px solid transparent;
background-color: #fdeded;
color: #8cabb0;
line-height: 50px; }
.tiles-houses .house .house-details .house-view:hover, .tiles-houses .house .house-details .house-view:focus {
border-color: #eee;
background-color: #fff;
color: #333; }
.tiles-houses .house .house-details:after {
content: '';
display: block;
clear: both; }
.tiles-houses .house:hover, .tiles-houses .house:focus {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
.tiles-houses .house:hover .house-img .img_overlay_color, .tiles-houses .house:focus .house-img .img_overlay_color {
opacity: .25; }
.tiles-houses .house:hover .house-img img, .tiles-houses .house:focus .house-img img {
-webkit-transform: scale(1);
transform: scale(1); }
.tiles-houses .house:hover .house-details, .tiles-houses .house:focus .house-details {
border-color: #ddd; } .widgetwrapper .widget {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 30px 0;
padding: 20px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #fff;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
.widgetwrapper .widget:first-child {
margin-top: 0; }
.widgetwrapper .widget:last-child {
margin-bottom: 0; }
.widgetwrapper .widget .widget-title {
margin: 0 0 5px;
color: #333;
font-size: 1.125em;
font-weight: 600; }
.widgetwrapper .widget .widget-content .contentwrapper p {
margin: 10px 0;
font-size: 0.875em; }
.widgetwrapper .widget .widget-content .contentwrapper p:first-child {
margin-top: 0; }
.widgetwrapper .widget .widget-content .contentwrapper p:last-child {
margin-bottom: 0; }
.widgetwrapper .widget .widget-content .contentwrapper p:last-child .btn {
margin-bottom: 0; }
.widgetwrapper .widget .widget-img {
min-width: 40%;
max-width: 40%;
height: auto;
margin: 0 10px 10px 0;
text-align: center; }
.widgetwrapper .widget .widget-img img {
display: inline;
max-width: 100%;
max-height: 300px; }
.widgetwrapper .widget .widget-img.widget-img-right {
float: right;
margin: 0 0 10px 10px; }
.widgetwrapper .widget.widget-prim .widget-title, .widgetwrapper .widget.widget-sec .widget-title {
color: #fff; }
.widgetwrapper .widget.widget-prim .widget-content .contentwrapper *:not(.btn):not(.fa), .widgetwrapper .widget.widget-sec .widget-content .contentwrapper *:not(.btn):not(.fa) {
color: #fff; }
.widgetwrapper .widget.widget-prim {
background-color: #217ad5; }
.widgetwrapper .widget.widget-sec {
background-color: #f15a60; }
.dynamic-page-menu {
font-size: 14px; }
.dynamic-page-menu .widget-title a {
color: #999999;
font-weight: bold;
font-size: 15px; }
.dynamic-page-menu ul li {
display: inline-block;
width: 100%;
margin-top: 20px;
font-weight: 600; }
.dynamic-page-menu .current_page_item {
text-decoration: underline;
font-weight: 800; }
@media (max-width: 767px) {
.breadcrumbs {
display: none; } }
.breadcrumbs .breadcrumbs-inner {
border-top: 2px solid #ffffff;
padding: 15px 0; }
.breadcrumbs .breadcrumbs-inner li {
display: inline-block;
font-weight: 600; }
.breadcrumbs .breadcrumbs-inner li .prefix {
margin-right: 5px;
color: #999;
font-size: 0.75em; }
.breadcrumbs .breadcrumbs-inner li .divider {
margin: 0 2px;
color: #999;
font-size: 0.875em;
cursor: default; }
.breadcrumbs .breadcrumbs-inner li .divider .fa {
font-size: 14px; }
.breadcrumbs .breadcrumbs-inner li a.page {
display: block;
padding: 0 5px;
font-size: 0.875em; }
.breadcrumbs .breadcrumbs-inner li a.page.first {
padding-left: 0; }
.breadcrumbs .breadcrumbs-inner li a.page.current {
font-weight: 600;
color: #999; }
.breadcrumbs .breadcrumbs-inner li a.page.current:hover {
color: #999;
cursor: default;
text-decoration: none; }
.card {
background-color: #f1f5f6;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 30px; }
@media (max-width: 767px) {
.card {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center; } }
@media (min-width: 768px) {
.card-horizontal {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.card-horizontal img + .card-content {
margin-left: 40px; }
.card-horizontal .card-cta:last-child {
margin-left: auto; } }
.card-rounded {
border-radius: 3px; }
.card-content-lg {
font-size: 1.275em; }
.buy-vacation-house .card-content h3 {
margin: 10px 0 15px; }
.buy-vacation-house .card-content p {
color: #999999; }
.buy-vacation-house .card-cta {
margin-top: 10px; }
blockquote {
margin: 35px 0;
padding: 10px 0 10px 50px;
font-size: 1.25em;
line-height: 1.5em;
color: #999999;
position: relative; }
blockquote p {
color: #999999; }
blockquote::before {
content: "\201C";
font-size: 90px;
font-family: 'Georgia', serif;
position: absolute;
line-height: 1em;
left: 0; }
blockquote cite {
display: block;
margin-top: 20px;
font-size: 14px;
font-style: normal;
color: #676767;
font-weight: bold; }
.hero {
position: relative;
background-color: #eee;
overflow: hidden; }
.hero:after {
content: '';
width: 100%;
height: 260px;
position: absolute;
bottom: 0;
z-index: 1; }
@media (max-width: 767px) {
.hero:after {
height: 400px; } }
.hero .hero-background {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.hero .hero-background .hero-video {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1; }
.hero .hero-background .hero-video #player {
position: absolute;
width: 1920px;
height: 1080px; }
.hero .hero-background .hero-video:before {
content: '';
position: absolute;
z-index: 1;
height: 100%;
width: 100%; }
.hero .hero-inner {
position: relative;
z-index: 5;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
min-height: 600px;
padding: 100px 0 50px; }
@media (max-width: 767px) {
.hero .hero-inner {
padding-bottom: 0; } }
.hero .hero-inner .title {
color: #333;
font-size: 2em;
line-height: 1em;
font-weight: bold; }
.hero .hero-inner .subtitle {
margin: 20px 0 0;
font-size: 2em;
font-weight: normal;
color: #333; }
.hero .hero-inner .container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; }
@media (max-width: 767px) {
.hero .hero-inner .container {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; } }
@media (min-width: 768px) {
.hero .hero-inner .btns {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-left: auto; } }
@media (max-width: 767px) {
.hero .hero-inner .btns {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin-top: 15px; } }
.hero .hero-inner .btns .btn {
margin: 10px 10px 0;
display: inline-block; }
@media (max-width: 767px) {
.hero .hero-inner .btns .btn {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1; } }
.hero .hero-inner .btns .btn[target=_blank] {
background-color: #FFD166;
color: #333; }
.hero .hero-inner .btns .btn[target=_blank]:after {
content: '\f08e';
font-family: 'fontAwesome';
display: inline-block;
margin-left: 5px; }
.hero .hero-inner .btns .btn:first-child {
margin-left: 0; }
.hero .hero-inner .btns .btn:last-child {
margin-right: 0; } footer {
padding: 80px 0 20px;
background-color: #fff; }
@media (max-width: 767px) {
footer [class^=col] {
margin-bottom: 60px; } }
footer .footer-title {
color: #676767;
font-size: 1em;
margin-bottom: 15px; }
footer .footer-list {
display: block; }
@media (max-width: 767px) {
footer .footer-list {
text-align: center; } }
footer .footer-list li {
display: block;
padding: 3px 0;
color: #333333;
font-size: 15px;
line-height: 1.5em;
margin: 12px 0; }
footer .footer-list li a {
display: block;
color: inherit; }
footer .footer-list li a:hover, footer .footer-list li a:focus {
color: #90a8f8;
text-decoration: underline !important; }
footer .footer-logo {
display: block; }
footer .footer-logo img {
width: 280px;
max-width: 100%;
opacity: .5;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition: all .3s ease-in-out; }
footer .footer-logo:hover img, footer .footer-logo:focus img {
opacity: 1;
-webkit-filter: grayscale(0%);
filter: grayscale(0%); }
footer .footer-address {
margin: 5px 0 0 20px;
color: #000;
font-size: 0.75em; }
footer .footer-social li {
display: inline-block;
margin: 0 15px; }
@media (min-width: 768px) {
footer .footer-social li:first-child {
margin-left: 0; } }
footer .footer-social i {
color: #8cabb0;
font-size: 2em; } header[role="masthead"] {
z-index: 6;
width: 100%;
box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1); }
header[role="masthead"] .topmsg {
background-color: #f15a60;
padding: 10px 0;
text-align: center; }
header[role="masthead"] .topmsg span {
display: inline-block;
margin: 0 10px;
color: #fff;
font-size: 0.875em;
line-height: 20px; }
header[role="masthead"] .topmsg span span {
font-size: 1em; }
header[role="masthead"] .topmsg span a {
color: inherit;
font-weight: bold; }
header[role="masthead"] .topmsg span a:hover, header[role="masthead"] .topmsg span a:focus {
text-decoration: underline !important; }
header[role="masthead"] .topbar {
background-color: #333;
padding: 10px 0; }
header[role="masthead"] .topbar .topbar-right {
text-align: right; }
header[role="masthead"] .topbar span {
display: inline-block;
margin: 0 10px;
color: #fff;
font-size: 0.875em;
line-height: 20px; }
header[role="masthead"] .topbar span span {
display: inline;
margin: 0;
font-size: 1em; }
header[role="masthead"] .topbar span a {
color: inherit;
font-weight: bold; }
header[role="masthead"] .topbar span a:hover, header[role="masthead"] .topbar span a:focus {
text-decoration: underline !important; }
header[role="masthead"] .topbar span:first-child {
margin-left: 0; }
header[role="masthead"] .topbar span:last-child {
margin-right: 0; }
header[role="masthead"] .topbar span .fa {
font-size: 14px;
color: #217ad5; }
header[role="masthead"] .topbar span .fa.fa-whatsapp {
color: #4dc247;
font-size: 16px; }
header[role="masthead"] .topbar span .fa.fa-center {
margin: 0 4px; }
header[role="masthead"] .topbar .toggle-search {
float: right;
display: block;
width: 22px;
height: 22px;
margin: 0 5px 0 10px;
color: #fff;
font-size: 1.25em;
line-height: 22px;
text-align: center; }
header[role="masthead"] .header {
padding: 15px 0;
background-color: #fff; }
header[role="masthead"] .header .header-logo {
margin-top:5px;
margin-bottom:10px;
display: block;
float: left; }
header[role="masthead"] .header .header-logo img { max-width: 350px; }
@media (max-width: 767px) {
header[role="masthead"] .header > .container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; } }
@media (max-width: 767px) {
header[role="masthead"] .header > .container .header-logo {
margin-top:5px;
-webkit-flex: 1 0;
-ms-flex: 1 0;
flex: 1 0;
margin-right: 85px; }
header[role="masthead"] .header > .container .header-logo img {
max-width: 100%; } }
header[role="masthead"] .header .nav-header {
float: right;
padding: 10px 0; }
header[role="masthead"] .header .nav-header .menu + .btn + .btn { }
header[role="masthead"] .header .nav-header .menu {
list-style: none;
display: inline-block;
margin-right: 20px;
font-size: 0; }
header[role="masthead"] .header .nav-header .menu .menu-item {
display: inline-block;
font-size: 16px; }
header[role="masthead"] .header .nav-header .menu .menu-item a {
position: relative;
display: inline-block;
height: 30px;
font-size: 0.875em;
line-height: 30px;
font-weight: 600; }
header[role="masthead"] .header .nav-header .menu .menu-item a:hover, header[role="masthead"] .header .nav-header .menu .menu-item a:focus {
color: #90a8f8; }
header[role="masthead"] .header .nav-header .menu .menu-item.current-menu-item a:before {
background-position: 0 -20px; } .home .block-highlights {
padding: 70px 0;}
@media (max-width: 767px) {
.content-video iframe {
width:100%!important;
}
.home .block-highlights {
padding-bottom: 0; } }
.home .houses {
padding: 80px 0 60px;
background-color: #fff; }
.home .home-content {
overflow: hidden;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
.home .home-content .content-wrap {
background-color: #ffffff;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
padding: 50px 23px;
position: relative; }
.home .home-content .content-wrap p {
margin-bottom: 1em; }
.home .home-content .home-content-intro + div {
border-left: 2px solid #f1f5f6; }
.home .home-content .home-content-intro .description {
color: #999999;
font-size: 21px; }
.home .home-content .home-content-cta {
background-color: #90a8f8;
padding: 30px 20px;
position: relative; }
.home .home-content .home-content-cta .col-lg-12 {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 25px; }
@media (max-width: 767px) {
.home .home-content .home-content-cta .col-lg-12 {
display: block;
padding: 0 5px;
text-align: center; }
.home .home-content .home-content-cta .col-lg-12 .link-intro {
margin-bottom: 20px;
font-size: 21px; } }
.home .home-content > .container {
padding: 0 15px 100px;
position: relative; }
@media (max-width: 767px) {
.home .home-content > .container {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75px); } }
.home .home-content .sectionbg-half {
position: absolute;
top: 0;
width: 500px;
height: 100%; }
.home .home-content .sectionbg-half:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 100%;
background-repeat: no-repeat; }
.home .home-content .sectionbg-half.sectionbg-left {
right: 90%;
background-position: top right;
background-repeat: no-repeat; }
@media (min-width: 768px) {
.home .home-content .sectionbg-half.sectionbg-left:after {
background: linear-gradient(to left, rgba(241, 245, 246, 0) 50%, rgba(241, 245, 246, 0.25) 75%, #f1f5f6 100%); } }
@media (max-width: 767px) {
.home .home-content .sectionbg-half.sectionbg-left {
right: auto;
background-size: contain;
background-position-y: 20px;
background-repeat: no-repeat;
max-width: 100%; } }
.home .home-content .sectionbg-half.sectionbg-right {
left: 90%;
background-position: center left; }
.home .home-content .sectionbg-half.sectionbg-right:after {
background: linear-gradient(to right, rgba(241, 245, 246, 0) 50%, rgba(241, 245, 246, 0.25) 75%, #f1f5f6 100%); }
.home .link-intro {
font-size: 24px;
color: #ffffff; } .single-accommodation .house-main-title {
margin: 0 0 10px;
color: #333;
font-size: 2em;
font-weight: 600; }
.single-accommodation .house-meta {
color: #999;
font-size: 1.125em;
font-weight: 600; }
.single-accommodation .house-top-links {
text-align: right; }
.single-accommodation .house-top-links p {
margin: 10px 0; }
.single-accommodation .house-top-links p:first-child {
margin-top: 0; }
.single-accommodation .house-top-links p:last-child {
margin-bottom: 0; }
.single-accommodation .house-top-links p .btn {
margin: 0 3px 3px; }
.single-accommodation .house-top-links p .btn:first-child {
margin-left: 0; }
.single-accommodation .house-top-links p .btn:last-child {
margin-right: 0; }
.single-accommodation .house-ctablock {
padding: 20px;
border-radius: 5px;
background-color: #8cabb0;
background-size: 200px 200px;
text-align: center;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
.single-accommodation .house-ctablock .block-title {
margin: 0 0 10px;
color: #fff;
font-weight: normal; }
.single-accommodation .house-ctablock .btn {
margin: 10px 0 0; }
.single-accommodation .house-ctablock .block-meta {
margin: 15px 0 0;
color: #fff;
font-size: 0.875em; }
.single-accommodation .house-ctablock .block-meta a {
color: #fff;
font-weight: 700; }
.single-accommodation .house-ctablock .block-meta a:hover, .single-accommodation .house-ctablock .block-meta a:focus {
text-decoration: underline !important; }
.page-share-options:not(:first-child) {
margin-top: 65px; }
.page-share-options:last-child {
margin-bottom: 0; }
.page-share-options:last-child .social-share {
padding: 0;
border: 0; }
.page-main-content {
padding: 10px 0 80px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 30vh); }
.page .aside {
margin-top: 32px; }
.page .contentwrapper {
background-color: #ffffff;
border-radius: 3px; }
@media (min-width: 768px) {
.page .contentwrapper {
padding: 30px 35px; } } .hero .hero-inner .title {
color:#FFF;
text-shadow: 2px 2px 4px #000000;
}
@media (min-width: 768px) {
.home .block-highlights .block {
min-height:530px;
}
}
.row-appartementen {
margin-bottom:15px;
padding-bottom:15px;
}
.appartementen-wrap {
background:#fff;
font-size: 15px;;
}
.row-appartementen:hover {
background:#f6f6f6
}
.row-appartementen {
box-shadow: 0 5px  15px rgba(0, 0, 0, 0.1)
}
.row-appartementen .appartement-title, .row-appartementen img {
margin-top:15px;
}
.is_verkocht {
background:#90a8f8!important;
}
.verkocht -label{
font-size:16px;
}
@media (min-width: 1024px) {
header[role="masthead"] .header .nav-header {
margin-top:30px;
}
.home .block-subtitle {
min-height: 180px;
}
}
@media (max-width: 767px) {
.hero .hero-inner  {
min-height:375px!important;
}
.single-accommodation .house-top-links {
text-align:left;
}
} #input_6_9 input, #input_6_11 input, #input_6_12 input{
opacity:0;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
letter-spacing:normal;
}
.btn-header {
padding: 5px 10px;
font-size:0.95rem;
}