/* GENERAL */
body { overflow-x: hidden; font-family: "Montserrat", sans-serif; }
body.dropped { padding-top: 90px; }
html, body { box-sizing: border-box; height: 100%; }
.wrapper { box-sizing: border-box; min-height: 100%; display: flex; flex-direction: column; }
.page-body { flex-grow: 1; }
.module { overflow-x: hidden; }
.skewed { transform: skew(-15deg); border-radius: 20px; overflow: hidden; }
.skewed .content { transform: skew(15deg); position: relative; }
.relative { position: relative; }
.bg-red { background-color: #e41f13; }
.bg-white { background-color: #fff; }
.text-red { color: #e41f13 !important; }
.text-green { color: rgb(25, 135, 84) !important; }
.bg-cover { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.mask { -webkit-mask-image: url("shape website 16-9.svg"); mask-image: url("shape website 16-9.svg"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
.mask2 { -webkit-mask-image: url("Rectangle 7.svg"); mask-image: url("Rectangle 7.svg"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; mask-size: cover; -webkit-mask-size: cover; mask-mode: revert; }
.ratio_16_9 { aspect-ratio: 16/9; }
.btn-primary, .btn-primary.disabled { background: #e41f13; border-color: #e41f13; transition: all 0.2s linear; }
.btn-primary:hover, .btn-primary:active { background: white !important; border-color: white !important; color: #e41f13; text-decoration: none; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px }
.btn-primary.disabled, .btn-primary:disabled { background: #e41f13; border-color: #e41f13; }
.content_block { background-image: url("hoekje.png"); background-repeat: no-repeat; background-position: left top; background-size: 70px; }
.content_block.grey { background-color: #f0f0f0; }
.content_block.red { background-color: #e41f13; color: white; }
.modal-header { border-bottom: 0; padding-bottom: 0; }
.modal-header h2 { text-transform: uppercase; font-size: 1.2em; font-weight: bold; }
.modal-header h2:after { display: none; }
.modal-xl { --bs-modal-width: 90% !important; }
.bulletlist { list-style: none; padding: 0; margin: 0; }
.bulletlist li { padding: 0 0 15px 45px; margin: 0; line-height: 30px; }
.bulletlist li span { display: inline-block; width: 30px; height: 30px; border-radius: 15px; color: white; font-weight: bold; text-align: center; line-height: 30px; background: #e41f13; margin-left: -45px; float: left; }
.faded { opacity: 0.5; transition: all 0.3s linear; }
.clickable { cursor: pointer; }
.image_box { background-size: cover; background-repeat: no-repeat; background-position: center center; }
.grey_box { background: #f3f3f3; }
.nav-link, .nav-link:hover { color: #e41f13; padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: var(--bs-border-radius-sm); }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { background-color: #e41f13; }
@media (max-width: 840px) {
    .content_block { background-position: -20px 0px; }
}
@media (max-width: 576px) {
    body.dropped { padding-top: 70px; }
}
.offcanvas-body h3 { font-weight: normal; text-transform: uppercase; margin-bottom: 20px; }
input[type="checkbox"] {
    appearance: none; background-color: #fff; margin: 0; font: inherit; color: currentColor; width: 1.20em; height: 1.20em;
    border: var(--bs-border-width) solid var(--bs-border-color); vertical-align: middle;
    border-radius: 0.15em; transform: translateY(-0.075em);
}
input[type="checkbox"]:checked { appearance: auto; accent-color: #e41f13; }
.form-check input[type="checkbox"] { margin-top: 3px; margin-right: 10px; }
.hide-x { overflow-x: hidden; }

.card { box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; padding: 2rem; border: 0; border-radius: 20px; }
.card h2.smalltitle { font-size: 1.2rem; color: rgb(33, 37, 41); }
.card h2 .icon { float: left; max-width: 150px; margin-top: -20px; }

.grey_text_block { background: #f0f0f0; overflow: visible; }
.first .grey_text_block { width: 500%; margin-left: -400%; padding-left: 400%; }
.last .grey_text_block { width: 500%; padding-right: 400%; }
.grey_text_block .icon { max-width: 130px; margin-bottom: 15px; margin-top: -120px; }
@media (max-width: 991px) {
    .grey_text_block .icon { max-width: 80px; margin-top: -80px; }
}
@media (max-width: 767px) {
    .grey_text_block .icon { max-width: 80px; margin-top: -50px; float: left; }
    .grey_text_block p { text-align: left; padding-left: 110px; }
    .grey_text_block { width: 100% !important; padding-left: 1rem !important; padding-right: 1rem !important; margin-left: 0 !important;; }
}
.accordion-item, .anchor {
    scroll-margin-top: 100px;
}
.lazy { background-image: none !important; }

/* TYPOGRAPHY */
a { color: #e41f13; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
h1 { text-transform: uppercase; font-weight: normal; font-size: 2.2rem; margin-bottom: 25px; }
h1:after { content: ""; display: block; height: 5px; width: 100px; background: #e41f13; margin-top: 25px; }
h2 { text-transform: uppercase; font-weight: normal; font-size: 1.8rem; }
h2 span { text-transform: uppercase; font-weight: normal; font-size: 1.2rem; color: #777; display: block; }
h2:after { content: ""; display: block; height: 5px; width: 100px; background: #e41f13; margin-top: 5px; }
h2.smalltitle, h3.smalltitle { text-transform: none; color: #e41f13; font-size: 1.1rem; font-weight: bold; text-transform: none; margin-bottom: 20px; }
h2.smalltitle:after { display: none; }
h2.formtitle { text-transform: uppercase; font-size: 1.2em; font-weight: bold; margin-bottom: 20px; }
h2.formtitle:after { display: none; }
.modal-body h4 { font-size: 1.2rem; }
.link { font-weight: bold; }

/* BIG LINKS */
.big_links { list-style: none; padding: 0; margin: 0; }
.big_links a { display: block; text-transform: uppercase; font-size: 1.3rem; background: white; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; height: 60px; color: rgb(33, 37, 41); margin-bottom: 10px; line-height: 60px; font-weight: 500; padding-left: 30px; position: relative; }
.big_links a .icon { position: absolute; background: #e41f13; top: 0; color: white; padding: 0 30px 0 25px; right: -5px; border-radius: 0; }
.big_links a .icon i { transform: skew(15deg); }

/* LINKS */
.links ul { padding: 0; margin: 0; list-style: none; }
.links ul li { }
.links ul li a { display: block; padding: 16px 0; border-bottom: 1px solid #d9d9d9; font-weight: bold; color: rgb(33, 37, 41); }
.links ul li a i { float: right; }

/* MAINMENU */
.mainmenu { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; background: white; left: -20px; position: fixed; padding-left: 20px; right: 0; top: 0; height: 50px; overflow: visible; border-radius: 0 0 10px 10px; z-index: 1000; transition: all 0.2s linear; }
.mainmenu.white { background: white !important; transition: all 0.2s linear; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important; }
.mainmenu .branding { background: #e41f13; height: 100px; margin-top: -40px; margin-left: -20px; padding: 50px 45px 10px 55px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
.mainmenu .branding img { height: 40px; }
.mainmenu .branding img.logo_small { height: 30px; }
.mainmenu .menu { padding: 0; margin: 0 30px 0 0; list-style: none; float: right; width: 150%; }
.mainmenu .menu li { display: inline-block; }
.mainmenu .menu li a.link { display: block; padding: 15px 7px; color: rgb(33, 37, 41); font-size: 0.9rem; font-weight: normal; }
.mainmenu .menu li a:hover { text-decoration: none; color: #e41f13; }
.mainmenu .menu li a.active { font-weight: bold; }
.mainmenu .search_box { width: 120px; }
.mobile .mobile_menu_toggle { padding-bottom: 0; }
.mobile_menu_toggle { font-size: 25px; }
.mobile_menu_toggle:active { border: 0; }
.my_favorites { color: #999; }
.my_favorites.loaded { color: #e41f13; }
@media (max-width: 991px) {

}
@media (max-width: 1350px) {
    .mainmenu .small_logo { display: inline; }
    .mainmenu .large_logo { display: none; }
    .mainmenu .branding { padding: 50px 15px 10px 45px; }
}
@media (min-width: 1351px) {
    .mainmenu .small_logo { display: none; }
    .mainmenu .large_logo { display: inline; }
}

.search-container { position: relative; top: 1px; }
.search-input { padding-left: 30px; width: 30px; transition: all 0.3s linear; background: rgb(248, 249, 250); border-color: rgb(248, 249, 250); }
.search-input:focus { width: 150px; background: white; border-color: rgb(248, 249, 250); }
.search-icon { position: absolute; top: 50%; left: 12px; transform: translateY(-50%); color: #888; cursor: pointer; }

.searchbox { padding: 10px 46px; height: 90px; background: #e41f13; }
#searchFieldMobile { padding-left: 35px; background: transparent; border-color: white; color: white; }
#searchFieldMobile::placeholder { color: white; }
.search-icon-mobile { position: absolute; top: 50%; left: 12px; transform: translateY(-50%); color: white; cursor: pointer; }
.searchbox a { font-size: 0.8rem; color: white; }

/* MOBILE MENU */
#mobile_menu { max-width: 100%; background-color: #e41f13; color: white; }
#mobile_menu .menu { padding: 0; margin: 0; list-style: none; }
#mobile_menu .menu li { display: block; padding: 5px 30px; }
#mobile_menu .menu li a { color: white; text-transform: uppercase; }
#mobile_menu .menu li a:after { content: ""; display: block; height: 1px; width: 45px; background: #fff; margin-top: 5px; }
#mobile_menu .menu li:last-child a:after { display: none; }
#mobile_menu .menu.secondary { margin-top: 30px; }
#mobile_menu .menu.secondary li a { font-weight: normal; text-transform: none; }
#mobile_menu .menu.secondary li a:after { display: none; }

/* INTRO */
.intro { position: relative; }
.intro .box { position: relative; right: 30%; }
.intro .large_image { position: relative; height: 800px; background: #777; z-index: 3; }
.intro .large_image .content { position: absolute; left: 0; top: 0; bottom: 0; right: -10%; background-size: cover; background-position: center center; background-repeat: no-repeat }
.intro .cta { position: absolute; font-size: 2rem; text-transform: uppercase; background: #e41f13; color: white; z-index: 2; padding: 20px 30px 20px 80px; right: -160px; bottom: 5%; line-height: 110%; font-weight: normal; }
.intro .grey_box { position: absolute; z-index: 1; background: #efefef; height: 700px; width: 100%; right: -40px; }
.intro .grey_box.grey_box_2 { right: -110%; bottom: 0; z-index: 0; height: 100vh; display: none; }
.intro .options { padding: 50px 50px; font-size: 3rem; position: absolute; z-index: 5; top: 57%; left: 40%; text-transform: uppercase; line-height: 100%; }
.intro .option:hover { }
.intro .options span { display: inline-block; width: 300px; color: #e41f13; vertical-align: top; }
.intro .options span.holder {  }
.intro .options span.ticker { border-bottom: 2px solid #e41f13; min-height: 50px; }
.intro .options span.option { display: none; border-bottom: 0; position: relative; transition: all 0.2s linear; height: 0; }
.intro .options:hover span.option { display: inline-block; height: auto; }
.intro .options:hover span.option a:hover { text-decoration: underline; }
.intro_cta { font-size: 2rem; text-transform: uppercase; background: #e41f13; color: white; z-index: 2; padding: 20px 30px 20px 80px; right: -150px; line-height: 110%; margin-top: -50px; width: 310px; margin-left: -35px; display: none; }
.arrow_1 { display: none; }
.search_form_light { width: 30%; background-color: #D9D9D9; position: absolute; top: 40%; right: -80%; overflow: visible; }
.search_form_light .content { padding: 50px; }
.intro .options:hover .ticker { display: none; }
@media (max-width: 1043px) {
    .intro .options { top: 52%; }
}
@media (max-width: 769px) {
    .intro { padding-bottom: 100px; background: #efefef; }
    .intro .options span { display: inline-block; width: 300px; color: #e41f13; vertical-align: top; }
    .intro .box { right: 20%; width: 130%; }
    .intro .options { left: auto; padding: 30px 100px 30px 60px !important; bottom: 140px; top: auto; width: 450px; right: -40px; background: rgba(255,255,255,0.7) !important; }
    .intro .large_image { height: 65vh; min-height: auto; }
    .intro .grey_box { min-height: auto; z-index: 0; }
    .intro .cta { left: 5%; right: auto; bottom: -25%; }
    .intro_cta { display: block; }
    .intro .cta { display: none; }

}
@media (max-width: 1100px) {
    .arrow_1 { display: inline; }
    .arrow_2 { display: none; }
}
@media (min-width: 1300px) {
    .intro .options { padding: 50px 70px; }
}
@media (min-width: 1600px) {
    .intro .options { left: 45%; }
}
@media (min-width: 2000px) {
    .intro .options { left: 50%; }
}
@media (max-width: 1496px) {
    /* .intro .large_image iframe { height: 100% !important; width: auto !important; } */
}
/* INTRO PUSHED */
.intro.pushed .options { left: 8%; transition: all 0.2s linear; }
.intro.pushed .box { right: 70%; transition: all 0.2s linear; }
.intro.pushed .large_image {}
.intro.pushed .cta {}
.intro.pushed .grey_box { right: 40%; transition: all 0.3s linear; }
.intro.pushed .grey_box.grey_box_2 { right: -90%; transition: all 0.3s linear; display: block; }
.intro.pushed .search_form_light { right: 5%; transition: all 0.3s linear; }
@media (max-width: 992px) {
    .intro.pushed .options { left: -10%; width: 400px; }
    .intro.pushed .large_image { left: 0%; }
    .intro.pushed .search_form_light { width: 45%; z-index: 2; }
}
@media (max-width: 769px) {
    .intro.pushed .options { left: -90%; }
    .intro.pushed .large_image { left: -45%; }
    .intro.pushed .search_form_light { width: 90%; z-index: 2; }
}

/* ESTATE LIST */
.estate_listitem { display: block; background-color: #bbb; aspect-ratio: 4/3; border-radius: 10px; background-repeat: no-repeat; background-position: center center; background-size: cover; box-shadow: inset 0 0 70px rgba(0,0,0,0.9); position: relative; overflow: hidden; transition: all 0.3s linear; }
.estate_listitem .status { color: white; text-transform: uppercase; font-size: 1rem; padding: 10px 0 0 20px; position: absolute; z-index: 2; }
.estate_listitem .status.pushed { left: 100px; }
.estate_listitem .status.pushed_harder { left: 180px; }
.estate_listitem.ext:hover { transform: scale(1.05); }
.estate_listitem:hover .status { color: rgb(33, 37, 41); }
.estate_listitem.ext:hover .status { color: white; }
.estate_listitem .flag { position: absolute; padding: 20px 20px 10px 30px; font-size: 1rem; color: white; left: -10px; top: -10px; z-index: 2; border-radius: 10px; }
.estate_listitem .overlay { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.8); z-index: 1; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.3s linear; }
.estate_listitem:hover .overlay { visibility: visible; opacity: 1; }
.estate_listitem .overlay .content { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; }
.estate_listitem .content p { color: rgb(33, 37, 41); }
.estate_listitem .content .city, .content_below .city { text-transform: uppercase; color: #777; font-weight: bold; font-size: 0.9rem; }
.keep_in_touch { font-weight: bold; display: inline-block; margin-top: 10px; cursor: pointer; }
.keep_in_touch_image { cursor: pointer; }
.item_holder { position: relative; }
.addToFavorites { position: absolute; color: white; right: 10px; top: 10px; cursor: pointer; z-index: 10; }
.addToFavorites.added { color: #e41f13; }
/*.intouch { position: absolute; top: 50%; -ms-transform: translate(-50%, -50%); color: white; left: 50%; opacity: 0; transition: visibility 0s, opacity 0.3s linear; transform: translate(-50%, -50%); text-transform: uppercase; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px; white-space: nowrap; }*/
.intouch { position: absolute; top: 0; color: white; left: 0; opacity: 0; text-transform: uppercase; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px; white-space: nowrap; right: 0; bottom: 0; background: rgba(0,0,0,0.4); text-align: center; }
.intouch div { position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.estate_listitem:hover .intouch { opacity: 1; transition: visibility 0s, opacity 0.3s linear; }
#estate_results .showResultMap { display: block; height: 100px; width: 120px; right: -50px; transition: all 0.3s linear; z-index: 2; position: fixed; bottom: 60px; }
#estate_results .showResultMap:hover { right: -40px; }
#estate_results .showResultMap .content { position: absolute; left: -15px; right: 0; top: 0; bottom: 0; background: url('https://rosseel.be/assets/sitebuilder/rosseel/mapbutton.jpg') no-repeat center center; background-size: cover; }
#estate_results .showResultMap .content i { position: absolute; font-size: 2rem; bottom: 15px; left: 25px; color: rgb(33, 37, 41); }
@media (max-width: 992px) {
    .estate_header_holder .showResultMap { height: 80px; width: 100px; right: -40px; }
    .estate_listitem.ext:hover { transform: scale(1); }
}
.results_map { position: fixed; border-radius: 20px 0 0 20px; z-index: 140; background: white; width: 70%; top: 190px; bottom: 60px; right: -70%; transition: all 0.3s linear; overflow: hidden; }
.results_map.moved { right: 0; }
.results_map .mapbox { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.results_map .closeResultMap { position: absolute; color: white; background: #e41f13; border-radius: 10px; bottom: -10px; left: -20px; z-index: 1; }
.results_map .closeResultMap .content { padding: 5px 20px 15px 40px; font-size: 2rem; }
.mapimage { border-radius: 10px; }
@media (max-width: 992px) {
    .estate_header_holder .showMap { position: fixed; height: 80px; width: 100px; right: -40px; bottom: 60px; }
    .results_map { position: fixed; height: 70vh; width: 90%; top: 50%; transform: translateY(-50%); right: -90%; }
    .estate_header_info.moved { position: relative; left: 0; }
}
@media (max-width: 768px) {
    .results_map { position: fixed; height: 100dvh; width: 100%; border-radius: 0; z-index: 1500; right: -100%; }
}
.gm-ui-hover-effect {
    height: 30px !important;
    width: 30px !important;
    background: #e41f13 !important;
    border-radius: 100% !important;
    right: -10px !important;
    top: -10px !important;
    position: absolute !important; opacity: 1 !important; }
.gm-ui-hover-effect span {
    width: 20px !important; height: 20px !important; margin: 5px !important;
}
.gm-style .gm-style-iw-c {
    overflow: visible !important;
}

    /* SEARCH FORM */
.search_form .btn-group { width: 100%; }
.search_form button { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; border-color: transparent; overflow: hidden }
.search_form button { text-align: left; }
.multiselect.dropdown-toggle::after { display: none; }
.multiselect-container.dropdown-menu { padding: 15px 0; max-height: 60vh; overflow-y: auto; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; min-width: 100%; }
.multiselect-container.dropdown-menu li { }
.multiselect-container.dropdown-menu li label { display: block; cursor: pointer; padding: 5px 20px; text-wrap: nowrap; }
.multiselect-container.dropdown-menu li label:hover { background-color: #f0f0f0; }
.multiselect-all label { color: rgb(33, 37, 41); }
.multiselect-all label:hover, .multiselect-all:hover { text-decoration: none !important; }
.search_form_grey_box { background: #f0f0f0; height: 150px; width: 70%; position: absolute; top: 15px; left: -10%; z-index: -1 }
.storeSearchQuery.disabled { border: 0 !important; color: #777 !important; }
@media (max-width: 992px) {
    .search_form_grey_box { width: 85%; }
}
@media (max-width: 769px) {
    .search_form_grey_box { width: 90%; }
}

#estate_results { left: 0; transition: all 0.3s linear; position: relative; }
#estate_results.moved { left: -65%; }

/* ESTATE DETAIL */
/* MAP */
.estate_header_holder { position: relative; }
.estate_header_holder .showMap { display: block; position: absolute; height: 100px; width: 120px; right: -50px; bottom: 0; transition: all 0.3s linear; z-index: 2 }
.estate_header_holder .showMap:hover { right: -40px; }
.estate_header_holder .showMap .content { position: absolute; left: -15px; right: 0; top: 0; bottom: 0; background: url('https://rosseel.be/assets/sitebuilder/rosseel/mapbutton.jpg') no-repeat center center; background-size: cover; }
.estate_header_holder .showMap .content i { position: absolute; font-size: 2rem; bottom: 15px; left: 25px; color: rgb(33, 37, 41); }
.estate_detail {  }
.estate_header_info { position: relative; left: 0; transition: all 0.3s linear; }
.estate_header_info.moved { position: relative; left: -65%; }
.estate_map { position: absolute; border-radius: 20px 0 0 20px; height: 100%; z-index: 3; width: 70%; top: 0; right: -70%; transition: all 0.3s linear; overflow: hidden; }
.estate_map.moved { right: 0; }
.estate_map .mapbox { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.estate_map .closeMap { position: absolute; color: white; background: #e41f13; border-radius: 10px; bottom: -10px; left: -20px; z-index: 1; }
.estate_map .closeMap .content { padding: 5px 20px 15px 40px; font-size: 2rem; }
@media (max-width: 992px) {
    .estate_header_holder .showMap { position: fixed; height: 80px; width: 100px; right: -40px; bottom: 60px; }
    .estate_map { position: fixed; height: 70vh; width: 90%; top: 50%; transform: translateY(-50%); right: -90%; }
    .estate_header_info.moved { position: relative; left: 0; }
}
@media (max-width: 768px) {
    .estate_map { position: fixed; height: 100dvh; width: 100%; border-radius: 0; z-index: 1500; right: -100%; }
}
.estate_detail h1 { text-transform: uppercase; font-weight: normal; font-size: 2.2rem; margin-bottom: 25px; }
.estate_detail h1:after { content: ""; display: block; height: 5px; width: 100px; background: #e41f13; margin-top: 25px; }
@media (max-width: 576px) {
    .estate_detail h1 { font-size: 1.8rem; }
}
.estate_detail h2 { color: #e41f13; text-transform: none; font-size: 1.2rem; }
.estate_detail h2:after { display: none; }
.estate_detail .main_image { aspect-ratio: 16/9; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 20px 20px 0 0; overflow: hidden; }
.estate_detail .small_image { background-repeat: no-repeat; background-position: center center; background-size: cover; }
.estate_detail .small_image a, .estate_detail .main_image a { display: block; aspect-ratio: 16/9; background: rgba(0,0,0,0.5); color: white; font-size: 1.5rem; position: relative; opacity: 0; transition: visibility 0s, opacity 0.3s linear; cursor: pointer; }
.estate_detail .small_image a:hover, .estate_detail .main_image a:hover { visibility: visible; opacity: 1; }
.estate_detail .small_image a.disabled:hover, .estate_detail .small_image a.disabled { visibility: hidden; opacity: 0; cursor: default; }
.estate_detail .small_image a i, .estate_detail .small_image a span, .estate_detail .main_image a i { top: 50%; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: white; left: 50%; }
.estate_detail .small_image a span i { position: relative; top: auto; left: auto; }
.estate_detail .small_image a.more_images { opacity: 1; font-size: 1.3rem; }
.estate_detail .small_image a.more_images i { font-style: normal; }
.estate_detail .small_image a.virtual, .estate_detail .small_image a.video { opacity: 1; font-size: 2rem; }
.small_image_1 { border-radius: 0 0 0 20px; overflow: hidden; }
.small_image_4 { border-radius: 0 0 20px 0; overflow: hidden; }
.estate_detail .price { color: #e41f13; font-size: 1.2rem; }
.estate_detail .type { font-weight: bold; padding: 0; margin: 0; }
.estate_detail .type span { font-weight: normal; }
.estate_detail .city { text-transform: uppercase; opacity: 0.6; }
.realtor { border-radius: 20px; background: #f0f0f0; }
.realtor .image { aspect-ratio: 1/1; border-radius: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.realtor h3 { font-size: 1.1rem; font-weight: bold; }
.realtor ul { padding: 0; margin: 0; list-style: none; }
.realtor ul li { padding: 3px 0; }
.realtor ul li:last-child { padding-bottom: 0; }
.realtor ul li a { display: inline-block; margin-left: 5px; cursor: pointer; }
.realtor ul li i { color: #e41f13; font-size: 1.3rem; }
.realtor ul li img { vertical-align: top; }
.fancybox-slide { padding: 44px 0 !important; }
@media (max-width: 769px) {
    .estate_detail .main_image, .estate_detail .small_image a, .estate_detail .main_image a { aspect-ratio: 4/3; }
    .estate_detail .small_image a.more_images { font-size: 1rem; }
    .estate_detail .main_image { background: none; }
    #estateImageCarousel { aspect-ratio: 4/3; border-radius: 20px 20px 0 0; overflow: hidden; }
    #estateImageCarousel .carousel-item { background-repeat: no-repeat; background-position: center center; background-size: cover; aspect-ratio: 4/3; }
}
.estate_block { overflow-x: hidden; }
.estate_block .main_image { width: 150%; }
.estate_block .main_image.ltr { margin-left: -50%; }
.estate_block .main_image.rtl { margin-right: -50%; }
.estate_block_content p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
    .estate_block .main_image.ltr { margin-right: auto; margin-left: -25%; }
    .estate_block .main_image.rtl { margin-left: -25%; margin-right: auto; }
}
.spec { margin-bottom: 15px; font-size: 1.1rem; }
.spec h3 { font-size: 1.3rem; margin-top: 15px; }
.shortspec { margin-right: 25px; }
.shortspec img { margin-right: 5px; }
.content_below .shortspec { margin-left: 15px; font-size: 0.9rem; white-space: nowrap; margin-right: 0; }
.content_below .shortspec img { width: 20px; vertical-align: text-bottom; }
.content_below .shortspec img.opp { width: 15px; }
.content_below .shortspec:first-child { margin-left: 0; }
#descriptionbox { height: 200px; overflow-y: hidden; position: relative; margin-bottom: 15px; }
#descriptionbox.full { height: auto; overflow: visible; }
#descriptionbox .readmore { text-align: right; position: absolute; bottom: 0; width: 100%; font-weight: bold;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */ }
#descriptionbox .readmore a { display: block; height: 80px; line-height: 130px; cursor: pointer; color: #e41f13; }



/* PROJECT HEADER */
.project_header { width: 121%; margin-left: -20%; height: 65vh; }
.project_header .content { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.project_header .copy { position: absolute; left: 20%; top: 130px;  }
.project_header h1 { font-size: 2.5rem; text-transform: uppercase; margin-bottom: 10px; color: white; }
.project_header h1:after { margin-top: 5px; }
.project_header p.city { text-transform: uppercase; font-weight: bold; font-size: 0.9rem; color: white; }
.project_bookmarks { margin-top: -15px; z-index: 2; position: relative; }
.project_header .white { background: linear-gradient(135deg,rgba(29, 29, 27, 0.75) 15%, rgba(29, 29, 27, 0) 74%); position: absolute; width: 100%; aspect-ratio: 16 / 9; left: 0%; height: 100%; }
@media (max-width: 769px) {
    .project_header { width: 130%; }
    .project_header .copy { top: 90px;  }
}

/* INTRO FULL IMAGE */
.intro_full_image { width: 121%; margin-left: -20%; height: 30vh; }
.intro_full_image .dark_overlay { position: absolute; z-index: 1; background: rgba(0,0,0,0.5); left: 0; top: 0; bottom: 0; right: 0; }
.intro_full_image .content { position: absolute; left: 15%; right: 0; top: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.intro_full_image .container { position: relative; height: 100%; left: 20%; z-index: 2; }
.intro_full_image .copy { position: absolute; bottom: 60px; z-index: 2; left: 10%; max-width: 70%; }
.intro_full_image h1 { text-transform: uppercase; font-weight: bold; font-size: 2rem; color: white }
.intro_full_image h1 span { text-transform: uppercase; font-weight: normal; font-size: 1.2rem; color: #777; display: block; }
.intro_full_image h1:after { content: ""; display: block; height: 5px; width: 100px; background: #e41f13; margin-top: 5px; }
.intro_full_image p { text-transform: uppercase; color: white; font-size: 1.3rem; }
.intro_full_image p:last-child { margin-bottom: 0; }
.project_bookmarks { margin-top: -15px; z-index: 2; position: relative; text-align: right; }
.intro_full_image .white { background: radial-gradient(at left top, #FFFFFF80 0, #FFFFFF00 50%); position: absolute; width: 40%; aspect-ratio: 16 / 9; left: 15%; }
@media (max-width: 768px) {
    .intro_full_image { width: 123%; border-radius: 10px; }
    .intro_full_image .copy { bottom: 30px;  }
}

/* DOCUMENTS */
.estate_documents { position: relative; }
.estate_documents .overlay { position: absolute; background: rgba(255, 255, 255, 0.6); width: 100%; height: 100%; backdrop-filter: blur(3px); }
.estate_documents .overlay a { }

/* VISIT FORM */
.visit_form h3, #request_appointment h3 { font-size: 1rem; }
.visit_form h5, #request_appointment h5 { font-size: 0.8rem; text-transform: uppercase; opacity: 0.7; font-weight: bold; margin: 10px 0 0 0; padding: 0; }

.estate_actions_mobile { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; }
.estate_actions_mobile { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
.estate_actions_mobile .image { aspect-ratio: 1/1; border-radius: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; width: 13%; bottom: 10px; border: 3px solid white; }
.estate_actions_mobile h3 { font-size: 1.1rem; font-weight: bold; }
.estate_actions_mobile ul { padding: 0; margin: 0; list-style: none; }
.estate_actions_mobile ul li { padding: 3px 0; }
.estate_actions_mobile ul li:last-child { padding-bottom: 0; }
.estate_actions_mobile ul li a { display: inline-block; margin-left: 5px; }
.estate_actions_mobile ul li i { color: #e41f13; }
.realtor_name { height: 100px; bottom: -34px; position: absolute; width: 50%; z-index: -1; color: white; font-weight: bold; padding-left: 20px; right: -20px; }
@media (min-width: 769px) {
    .estate_actions_mobile { position: fixed; bottom: 0; left: auto; right: auto; z-index: 10; left: 50%; transform: translateX(-50%); box-shadow: none; }
}
.estate_actions_desktop .image { width: 30px; border: 0; position: relative; bottom: 0; display: inline-block; vertical-align: middle; margin-right: 5px; box-shadow: none; }
.estate_actions_desktop .sales_name { white-space: nowrap; font-weight: bold; }
.estate_actions_desktop a.btn-light { white-space: nowrap; border-radius: 0; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px 0px; }
.estate_actions_desktop a.btn-light img {  }
/* VIRTUAL VISIT */
.virtual_placeholder, .video_placeholder { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; overflow: hidden; }
.virtual_placeholder a, .video_placeholder a { background: rgba(0,0,0,0.5); cursor: pointer; text-align: center; line-height: 150%; transition: all 0.3s linear; }
.virtual_placeholder a:hover, .video_placeholder a:hover { background: rgba(0,0,0,0.7); transition: all 0.3s linear; }
.virtual_placeholder a span, .video_placeholder a span { top: 50%; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; width: auto; height: auto; color: white; text-transform: uppercase; font-weight: lighter; font-size: 1.5rem; }
.virtual_placeholder a span i, .video_placeholder a span i { font-size: 5rem; display: block; }
.virtual_placeholder a span img { width: 150px; padding-bottom: 15px; }
.virtual_placeholder .virtualoptin { background: rgba(0,0,0,0.5); text-align: center; }
.virtual_placeholder .virtualoptin form { top: 50%; left: 50%; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 30px; background: rgba(0, 0, 0, 0.5); color: white; border: 1px solid rgba(255,255,255,0.5); }
.virtual_placeholder .virtualoptin form input { background-color: rgba(0, 0, 0, 0.5); color: white; }
.virtual_placeholder .virtualoptin form input::placeholder { color: rgba(255,255,255,0.5); }
.virtual_placeholder .virtualoptin form a { background: transparent; color: rgba(255,255,255,0.7); }
.virtual_placeholder .virtualoptin form .closeVirtualOptin { position: absolute; width: 30px; height: 30px; color: #e41f13; top: -10px; right: -10px; font-size: 1.6rem; border-radius: 100%; background: white; line-height: 20px; text-align: center; border: 3px solid #e41f13; }
@media (max-width: 769px) {
    .virtual_placeholder .virtualoptin form { width: 80% }
}
@media (max-width: 576px) {
    .virtual_placeholder .virtualoptin form { width: 90%; position: fixed; background: rgba(0, 0, 0, 0.8); z-index: 101; }
    .virtual_placeholder { aspect-ratio: 4/3; }
}
@media (orientation: portrait) {
    .virtual_tour { aspect-ratio: 6/4 !important; }
}

/* BIDDING */
.bidding_box { box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); border-radius: 10px; margin-top: 30px; background: white; padding: 30px;}
.bidding_details { text-align: center; background: #f3f3f3; border-radius: 10px; padding: 30px; }
.bidding_files { margin-top: 30px; }
.bidding_files table { margin-bottom: 0; }

/* ACCORDION */
.accordion-button { background: #F0F0F0; border-radius: 10px !important; color: #D61B11; }
.accordion-button img { max-width: 24px; margin-right: 10px; color: rgb(33, 37, 41); }
.accordion-button:not(.collapsed) { background: #dedede; color: #D61B11; }
.accordion-item { border: 0; margin-bottom: 30px; }
.accordion-button:focus { box-shadow: none; }

/* FAQ ACCORDION */
.faq .accordion-button { background: transparent; border-bottom: 1px solid #d9d9d9; border-radius: 0 !important; padding-left: 0; padding-right: 0; font-weight: bold; color: rgb(33, 37, 41) }
.faq .accordion-item { margin-bottom: 0; }
.faq .accordion-button:focus { box-shadow: none; }
.faq .accordion-body { margin-bottom: 30px; }

/* PROJECT LIST */
.project_listitem {  }
.project_listitem h2 { font-size: 2.5rem; font-weight: lighter; }
.project_listitem .city { text-transform: uppercase; color: #777; font-weight: bold; font-size: 0.9rem; }
.project_listitem .price { font-weight: bold; }
.project_listitem h2:after { display: none; }
.project_listitem .main_image { aspect-ratio: 16/9; position: relative; display: block; left: -20%; width: 120%; z-index: 2; background-size: cover; }
.project_listitem .main_image a:not(.flag a), .project_listitem .secondary_image a { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: all 0.3s linear; }
.project_listitem .main_image a:not(.flag a):hover, .project_listitem .secondary_image a:hover { background: rgba(0,0,0,0.3); transition: all 0.3s linear; }
.project_listitem .secondary_image { aspect-ratio: 16/9; position: relative; display: block; left: -80px; top: -80px; width: 105%; z-index: 3; background-size: cover; }
.project_listitem .grey_top { position: absolute; z-index: 0; width: 150px; height: 100px; right: -70px; background: #efefef; top: -25px; aspect-ratio: 16/9; }
.project_listitem .grey_bottom { position: absolute; z-index: 0; width: 300px; left: -250px; background: #efefef; top: -80px; aspect-ratio: 16/9; }
.project_listitem .details { position: relative; z-index: 1 }

.project_listitem.even .main_image { right: -10%; left: auto; }
.project_listitem.even .secondary_image { left: 5%; }
.project_listitem.even .grey_top { right: auto; left: -50px; top: -20px; z-index: -1 }
.carousel-control-next, .carousel-control-prev { z-index: 100; }

.project_listitem .flag { font-size: 1rem; color: white; background: #e41f13; text-transform: uppercase; position: absolute; padding: 20px 50px 20px 15%; top: 30px; border-radius: 15px; }
.project_listitem .flag a { color: white; }
.project_listitem .flag span { display: block; font-size: 0.8rem; white-space: nowrap; }
@media (max-width: 769px) {
    .project_listitem .flag { font-size: 0.8rem; padding: 15px 40px 15px 20%; }
    .project_listitem .flag span { font-size: 0.6rem; }
}

/* BLOG HIGHLIGHT */
.highlight {  }
.highlight h1 { text-transform: uppercase; font-weight: bold; font-size: 1.6rem; line-height: 130%; }
.highlight h1:after { content: ""; display: block; height: 5px; width: 100px; background: #e41f13; margin-top: 15px; }
.highlight .city { text-transform: uppercase; color: #777; font-weight: bold; font-size: 0.9rem; }
.highlight h2:after { display: none; }
.highlight .main_image { aspect-ratio: 16/9; position: relative; display: block; left: -20%; width: 160%; z-index: 2; background-size: cover; }
.highlight .details { position: relative; z-index: 1 }
.highlight.even .main_image { right: -10%; left: auto; }
.highlight.even .secondary_image { left: 5%; }

/* BLOG LIST */
.blog_listitem {  }
.blog_listitem a.thumb { display: block; aspect-ratio: 16/9; background-color: #bbb; border-radius: 10px; background-repeat: no-repeat; background-position: center center; background-size: cover; box-shadow: inset 0 0 70px rgba(0,0,0,0.7); overflow: hidden; transition: all 0.3s linear; position: relative }
.blog_listitem a.thumb:hover { box-shadow: inset 0 0 70px rgba(0,0,0,1); }
.blog_listitem a.thumb .date { background: #e41f13; color: white; text-decoration: none; padding: 30px 20px 5px 40px; margin-left: -20px; margin-top: -25px; display: inline-block; text-transform: uppercase; border-radius: 10px; }
.blog_listitem .description { padding: 1rem; }
.blog_listitem a.title { color: rgb(33, 37, 41); font-weight: bold; display: block; margin-bottom: 0.5rem; text-decoration: none; }
.blog_listitem a.thumb .title { position: absolute; bottom: 0; color: white; text-transform: uppercase; width: 100%; padding: 15px; font-weight: 600; background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 85%); }

/* BLOG DETAIL */
.blog_header_image { width: calc(100% + 100px); margin-left: -100px; }
.blog_header_image .content { aspect-ratio: 10/4; background-size: cover; background-position: center center; }
.blog_body h1 { text-transform: uppercase; font-weight: normal; font-size: 2.2rem; font-weight: bold; }
.blog_body h1:after { content: ""; display: block; height: 5px; width: 100px; background: #e41f13; margin-top: 15px; }
.blog_body h2 { font-size: 1.6rem; padding: 15px 0; }
.blog_body h2:after { display: none; }
.blog_body h3 { font-size: 1.3rem; }
.blog_body .date { text-transform: uppercase; display: block; opacity: 0.8; font-weight: bold; font-weight: 0.5; }
.blog_body img { max-width: 100%; }
.blog_body blockquote { margin: 0 0 1rem; font-style: italic; border: 1px solid #eee; padding: 15px 0 15px 30px; border-left: 0; border-right: 0; }

/* EVENTS */
.event_date { color: #e41f13; text-transform: uppercase; margin-bottom: 15px; }
.estate_block_image .flag { font-size: 1.3rem; color: white; background: #e41f13; text-transform: uppercase; position: absolute; padding: 20px 50px 20px 20%; top: 30px; border-radius: 15px; }
.estate_block_image .odd .flag { right: 0; padding: 20px 10% 20px 30px; }
@media (max-width: 769px) {
    .estate_block_image .flag { font-size: 1rem; padding: 15px 40px 15px 20% !important; right: auto !important; }
}

/* EVENT DETAIL */
.event_header { width: 121%; margin-left: -20%; aspect-ratio: 1/0.3; }
.event_header .content { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.event_body {}
.event_body h1 { text-transform: uppercase; font-weight: normal; font-size: 1.8rem; }
.event_body h1:after { content: ""; display: block; height: 5px; width: 100px; background: #e41f13; margin-top: 5px; }
.event_body h2 { text-transform: uppercase; font-size: 1.4rem; margin-bottom: 20px; }
.event_body h2:after { display: none; }
.event_specs .col-md { text-align: center; font-weight: bold; }
.event_specs .col-md i { display: block; font-size: 3rem; }
@media (max-width: 769px) {
    .event_header { width: 130%; aspect-ratio: 16/9; }
    .event_specs .col-md { text-align: left; font-weight: normal; margin-bottom: 5px; }
    .event_specs .col-md i { display: inline-block; font-size: 1rem; margin-right: 10px; color: #e41f13; }
}

/* KANDIDATUUR */
.kader { background: #f0f0f0; padding: 20px; border-radius: 10px; }
.kader h3 { font-size: 1.2rem; }
.col-12.kandidatuur { overflow: visible; }
.kandidatuur_blok h3 { margin: 0; }
.kandidatuur_estate_preview {}
.kandidatuur_estate_preview .address { text-transform: uppercase; opacity: 0.5; }
.kandidatuur_blok { margin: 30px 0; position: relative; background: #eee; border-radius: 10px; padding: 30px; }
.kandidatuur_blok.disabled { opacity: 0.5; }
.kandidatuur_blok h3 { margin: 0; }
.kandidatuur_blok h3 span { display: inline-block;  width: 40px; height: 40px; background: #e41f13; color: white; text-align: center; line-height: 40px; font-weight: bold; border-radius: 20px; top: 21px; }
.kandidatuur_blok h3 span.finished { background: #168715; }
.hoedanigheid_other, .duration_other { margin-top: 15px; }
.saved { text-transform: uppercase; color: #999;  }
.removeRenter { }
.cauthbox { padding: 30px; background: #f0f0f0; border-radius: 10px; }
.cauthbox h4 { text-transform: uppercase; padding: 0 0 15px 0; margin: 0; }
.cauthbox hr { border-color: #ddd; }
.kandidatuur_blok label { font-weight: bold; margin-bottom: 5px; }
.verhuur-grey { padding: 60px 0; }
.verhuur-grey h3 { color: #e41f13; font-size: 18px; padding: 0; margin: 0 0 15px 0; }
.verhuur-grey .leftcolumn { border-right: 1px solid #ddd; }
.verhuur-grey .description { border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 15px; }
.verhuur-grey .icon { text-align: right; }
.number { width: 50px; height: 50px; line-height: 50px; color: white; font-size: 30px; font-weight: bold; background: #e41f13; display: inline-block; text-align: center; border-radius: 25px; font-style: normal; }
.stappenplan .newsblock { background: none; box-shadow: none; }

/* REFERENTIES */
.ref_slide {}
.ref_slide .photo { background-size: cover; background-repeat: no-repeat; background-position: center center; max-width: 160px; }
.ref_slide .name { font-weight: bold; }
.ref_slide .referentie { position: relative; }
.ref_slide .referentie i { position: absolute; color: #f0f0f0; font-size: 80px; z-index: -1; top: -50px; left: -20px; }
.owl-item { scale: 0.5; opacity: 0.5; transition: all 0.3s linear; }
.owl-item.medium { scale: 0.75; opacity: 0.75; }
.owl-item.big { scale: 1; opacity: 1; }
.owl-nav { position: absolute; top: 50%; transform: translateY(-50%); left: 30px; right: 30px; }
.owl-nav button { background-color: #efefef !important; border-radius: 100%; color: rgb(33, 37, 41) !important; width: 40px; height: 40px; padding: 0; font-size: 1.5rem !important; line-height: 100%; }
.owl-nav button:hover { background-color: #e41f13 !important; color: white !important; }
.owl-nav button span { height: 40px; display: block; }
.owl-next { float: right; }

/* CARPET */
.carpet { padding: 40px 0; font-size: 0.8rem; flex-grow: 0; flex-shrink: 0; }
.carpet a { color: white; }
.carpet h5, .carpet .blocktitle { font-weight: normal; font-size: 1rem; }
.carpet ul { padding: 0; margin: 0; list-style: none; }
.carpet .logo { max-height: 40px; max-width: 100%; }
.carpet .social li { display: inline; font-size: 1.5rem; padding-left: 5px; }

/* HORIZONTAL BOXES */
.horizontal-box { margin-bottom: 30px; background: white; border-radius: 10px; }
.horizontal-box .image { height: 210px; width: 40%; float: left; background-position: center center; background-size: cover; }
.horizontal-box .info { width: 60%; float: right; max-height: 260px; overflow-y: hidden;}
.horizontal-box .info .content { padding: 0 0 0 20px; font-size: 0.9rem; }
.horizontal-box .info h3 { margin: 0 0 15px 0; padding: 0; }
.horizontal-box.officebox .info h3 { margin-bottom: 0; }
.horizontal-box .info h3 span.gesloten { color: #e41f13; }
.horizontal-box .info h3 span.nextopen { text-transform: none; color: #777; font-size: 12px; }
.horizontal-box .info h3 span.open { color: #4a9314; }
.horizontal-box .info h4 { margin: 0; padding: 0; }
.horizontal-box .address { padding: 0 10px; }

/* OFFICE DETAIL */
.opening_hours { margin: 0 0 20px 0; padding: 0; }
.opening_hours li { list-style: none; margin: 0; padding: 5px 0px; border-bottom: 1px solid #d7d7d7; }
.opening_hours li:last-child {  border-bottom: 0px; }
.opening_hours li .infolabel { display: inline-block; width: 30%; font-weight: bold; }
.opening_hours li .value { width: 33%; text-align: center; display: inline-block; }
.office_photo, .office_map { height: 330px; background-size: cover; background-repeat: no-repeat; margin-bottom: 30px; }
.office_contact { padding: 15px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 18px; margin-bottom: 30px; text-align: center; }
.appointmentform { margin-top: 0 !important; }

/* SERVICES */
.service_intro h1 { text-transform: uppercase; font-weight: normal; font-size: 1.8rem; }
.service_intro h1 span { text-transform: uppercase; font-weight: normal; font-size: 1.2rem; color: #777; display: block; }
.service_intro h1:after { content: ""; display: block; height: 5px; width: 100px; background: #e41f13; margin-top: 5px; }
.service_intro p { text-transform: uppercase; font-size: 1.2rem; }
.service_intro .foto { position: relative; }
.service_intro .foto img { width: 50%; position: absolute; bottom: -50px; }
.service_intro .foto .grey_box { position: absolute; bottom: 0; width: 150%; }

@media (max-width: 768px) {
    .service_intro .foto .grey_box { position: relative; }
    .service_intro .foto img { position: relative; margin-top: -180px; width: 65%; }
}

@media (max-width: 576px) {
    .service_intro .foto .grey_box { margin-left: -5%; }
}

.services {}
.services .row { position: relative }
.services .grey_box { background: #f3f3f3; position: relative; }

.services h2 { font-weight: bold; text-transform: none; font-size: 1.1rem; }
.services h2:after { display: none }
.services .ltr .grey_box { margin-left: -200%; padding-left: 200%; right: 0; }
.services .rtl .grey_box { margin-right: -200%; padding-right: 200%; left: 0; margin-left: -30px; padding-left: 30px; }
.services .icon { position: absolute; z-index: 3; padding-left: 3rem !important; top: 0px; }
.services .ltr .icon { right: 30px; }

.services .image { position: absolute; width: 100%; z-index: 2; bottom: 30px; }
.services .image .content { background-size: cover; background-repeat: no-repeat; background-position: center center; aspect-ratio: 10/3; width: 130%; margin-left: -15%; }

@media (max-width: 1199px) {
    .services .icon { top: -10px; }
}
@media (max-width: 900px) {
    .services .image .content { aspect-ratio: 10/4.5; }
    .services .ltr, .services .rtl { padding-bottom: 6rem !important; padding-top: 6rem !important; }
    .services .icon { top: 20px; }
    .services .image .content { aspect-ratio: 10/3 !important; }
    .services .image { position: relative; }
}

@media (max-width: 767px) {
    .services .image .content { aspect-ratio: 10/3; }
    .services .image { position: relative; }
    .services .ltr, .services .rtl { padding-bottom: 3rem !important; padding-top: 3rem !important; }
    .services .rtl .grey_box { margin-left: -150%; padding-left: 150%; right: 0; margin-right: -30px; padding-right: 30px; }
    .services .ltr .grey_box { margin-right: -30px; padding-right: 30px; }
    .services .icon { top: -10px; right: 3rem; display: none; }
}
@media (min-width: 1200px) {
    .services .ltr, .services .rtl { padding-bottom: 4rem !important; padding-top: 4.5rem !important; }
}
@media (min-width: 1400px) {
    .services .ltr, .services .rtl { padding-bottom: 6rem !important; padding-top: 6rem !important; }
    .services .icon { top: 30px; }
}

.bookmark {}
.bookmark a { color: rgb(33, 37, 41); font-weight: bold; position: relative; top: 50%; transform: translateY(-50%); display: block; }

/* BOOKMARKS */
.bookmarks { background: #f0f0f0; width: 104%; margin-left: -2%; }
.bookmarks .bookmark { text-align: center; }
.bookmarks .bookmark .images { margin-bottom: 10px; }
.bookmarks .bookmark .images .image { width: 40px; aspect-ratio: 1/1; border-radius: 20px; background-size: cover; background-position: center center; display: inline-block; margin-left: -15px; box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; }
.bookmarks .bookmark .images .image:first-child { margin-left: 0; }
.bookmarks .bookmark .number { background: #e41f13; color: white; text-align: center; line-height: 40px; vertical-align: top; font-size: 0.9rem; height: 40px; }
.bookmarks .bookmark a { color: #333; font-weight: bold; }

/* FAQ */
.accordion-header:after { display: none; }

/* BIG BULLETS */
.big_bullets ol { list-style: none; padding: 0; margin: 0; }
.big_bullets ol li {  padding: 0 0 30px 50px; position: relative; }
.big_bullets ol li b { position: absolute; left: 10px; text-align: center; border-radius: 100%; margin-right: 10px; font-size: 2rem; line-height: 100%; }

/* LANDING PAGE */
.lp_intro { background-position: center center; background-size: cover; background-repeat: no-repeat; color: white; text-transform: uppercase; aspect-ratio: 16/8; position: relative; }
.lp_intro .overlay { background: linear-gradient(90deg, rgba(0,0,0,0.7455357142857143) 0%, rgba(255,255,255,0) 95%); width: 150%; position: absolute; left: 0; top: 0; bottom: 0; }
.lp_intro .container { z-index: 1 }
.lp_intro h1 { margin-bottom: 30px; padding: 0; font-weight: bold; }
.lp_intro h1:after { display: none; }
.lp_intro p { text-transform: none; font-size: 1.2rem; }
.lp_intro .btn { text-transform: none; margin-top: 15px; }
@media (max-width: 1199px) {
    .lp_intro { aspect-ratio: 4/3 }
}
@media (max-width: 767px) {
    .lp_intro { aspect-ratio: 1/1 }
    .lp_intro .overlay { width: 150%; }
}

/* SEARCH RESULTS */
.multiselect-container input[type="checkbox"] { margin-right: 10px; }
.search_result_estate {  }
.search_result_estate .thumb { aspect-ratio: 4/3; display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 10px; }
.search_result_estate .type { font-weight: bold; display: block; text-transform: capitalize; color: rgb(33, 37, 41); }
.search_result_estate .reference { color: #777; font-size: 0.8rem; }
.search_result_estate .details { padding-top: 10px; }
.search_result_estate .city { text-transform: uppercase; color: #777; float: left; font-size: 0.8rem; }
.search_result_estate .status { float: right; color: #e41f13; font-size: 0.8rem; }
.greyCard { }
.greyCard .body { border-radius: 10px; background: #F0F0F0; text-align: center; position: relative; min-height: 400px; height: 100%; }
.greyCard .body .content { top: 50%; position: absolute; transform: translate(-50%, -50%); width: 80%; left: 50%; }
.greyCard .body img { margin-bottom: 15px; }

/* INTAKE FORM */
.intake_form .grey_box { height: 100%; margin-left: -150%; width: 250%; padding-left: 150%; }
.intake_form .grey_box .content { top: 50%; transform: translateY(-50%) skew(15deg); }

/* TEXT BLOCKS */
.text_blocks {  }
.text_blocks .video { border-radius: 20px; overflow: hidden; }
.text_blocks .video.pull_up { margin-top: -200px; }
.text_blocks .card { height: 100%; }
.cropped { height: 150px; overflow: hidden; position: relative; }
.cropped .readmore { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); padding: 40px 0 10px 0; }
.cropped .readmore a { font-weight: bold; color: #e41f13; }
.cropped .readmore a:hover { color: #e41f13; text-decoration: underline; }
.cropped.opened { height: auto; overflow: visible }
.cropped.opened .readmore { display: none; }

@media (max-width: 991px) {
    .text_blocks .video.pull_up { margin-top: 0; }
}


.fancybox-iframe, .fancybox-video {
    aspect-ratio: 16 / 9 !important; /* Custom aspect ratio */
    width: 100%;
    height: 100%;
    top: 50% !important;
    transform: translateY(-50%);
}
.fancybox-slide--iframe .fancybox-content {
    background: transparent !important;
}