body {
    --reddish-color: 72,0,28;
    --orange-color: 234,94,0;

    font-family: "Fabriga";
    color: rgba(var(--reddish-color),1);
    font-size: 1.2rem;
}
h1, .h1 {
    font-size: 2.6rem;
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 2.4rem;
    }
}
.contentLayout > :last-child,
.contentLayout > :last-child > li:last-child,
.contentLayout > :last-child > .btn {
    margin-bottom: 0 !important;
}
.bgwhite {
    background-color: #fff;
}
.bgorange {
    background-color: rgba(var(--orange-color), 1) !important;
}
.bgred {
    background-color: rgba(var(--reddish-color), 1) !important;
}
.bgorange label {
    color: #fff;
}
.bgorange input,
.bgorange textarea,
.bgorange select {
    border: 1px solid #fff;
    border-radius: 0;
    background-color: rgba(var(--orange-color), 1) !important;
    color: #fff;
}
.bgorange select option {
    background-color: #fff;
}
.bgorange input:focus,
.bgorange textarea:focus {
    color: #fff;
}
.bgorange form h2 {
    color: #fff;
}
.bgorange .invalid-feedback {
    color: #093b4f;
}
.bgorange input::placeholder {
    color: rgba(var(--orange-color), 1) !important;
}
.bgorange textarea::placeholder {
    color: rgba(var(--orange-color), 1) !important;
}
.bgorange .form-control.is-valid, .bgorange .was-validated .form-control:valid,
.bgorange .form-control.is-invalid, .bgorange .was-validated .form-control:invalid {
    border-color: #fff;
}
.bgorange .btn {
    float: right;
}
#FbForm1 {
    width: 65%;
}
@media (max-width: 767px) {
    #FbForm1 {
        width: 100%;
    }
}
.breadcrumbDiv {
    display: none;
}
h1,
.h1 {
    font-family: "Romie Medium";
    position: relative;
    color: rgba(var(--reddish-color), 1);
    display: inline-block;
    margin: 0 0 34px 0 !important;
    padding: 0 0 10px 0;
}
@media (max-width: 767px) {
    h1,
    .h1 {
        margin: 0 0 34px 0 !important;
    }
}
h1::after,
.h1::after {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: rgba(var(--reddish-color), 1);
    position: absolute;
}
h3 {
    color: rgba(var(--orange-color),1);
    text-transform: uppercase;
}
h6 {
    font-family: "Romie Medium";
    position: relative;
    /*color: rgba(var(--orange-color),1);*/
    padding: 0 0 10px 0;
    font-size: 2.2rem;
}
.constrain {
    margin: 0;
    max-width: 1024px;
}
body p {
    font-size: 1.2rem;
}
.divider-line::after {
    border-top: 1px solid rgba(var(--reddish-color),1);
}

div.header {
    padding: 20px;
}
div.header .logo {
    height: 85px;
}
.zl-mobile-nav-buttons-menubar {
    text-align: right;
}
.navmainDiv .zl-mobile-nav-toggle {
    transform: translateY(-18px);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(var(--reddish-color),1);
    color: #fff;
    padding-top: 15px;
}
.navmainDiv .zl-mobile-nav-toggle tag {
    display: none;
}
@media (max-width: 575px) {
    .navmainDiv {
        text-align: right;
    }
}
.navmainDiv ul.navmain > li:first-child {
    display: none;
}
.navmainDiv ul.navmain > li {
    margin-top: 0;
    margin-bottom: 0;
}
.navmainDiv ul.navmain > li > a {
    padding: 0 45px;
    text-transform: uppercase;
    font-family: "Favorit";
}
@media (min-width: 991px) and (max-width: 1199px) {
    .navmainDiv ul.navmain > li > a {
        padding: 0 30px;
    }
}

.zl-top-button,
.zl-mobile-nav-toggle,
.zl-mobile-nav-buttons-container .fal {
    border-radius: 100px;
}
.zl-top-button::before {
    left: -4px;
}

.zl-mobile-nav {
    background-color: #ece5e7;
}
.zl-mobile-nav ul li a {
    color: rgba(var(--reddish-color), 1);
}
.zl-mobile-nav ul li.navActive a {
    color: rgba(var(--orange-color), 1);
}
.zl-mobile-nav li.homeicon a {
    background-color: rgba(var(--reddish-color),1);
}
.zl-mobile-nav .fal.fa-times {
    color: black;
}
.zl-mobile-nav .zl-mobile-nav-header {
    background-image: url("/templates/default/img/general/logo.svg");
    background-size: 50%;
}

.content {
    background: #ece5e7;
}
.contentLayout p,
.contentLayout h3 {
    margin: 0 0 .75rem 0;
}
.contentLayout p {
    font-family: "Fabriga Light";
}
.contentLayout p a:not(.btn),
.contentLayout p a:not(.btn):hover {
    color: rgba(var(--reddish-color), 1);
    border-bottom: 1px solid rgba(var(--reddish-color), 1);
}

.two-col-filling-image {
    position: relative;
    background-color: rgba(var(--reddish-color), 1);
    color: rgba(var(--orange-color),1);
}
.two-col-filling-image h1,
.two-col-filling-image .h1 {
    color: rgba(var(--orange-color), 1);
}
.two-col-filling-image h1::after,
.two-col-filling-image .h1::after {
    background-color: rgba(var(--orange-color), 1);
}
.two-col-filling-image.bgorange {
    position: relative;
    background-color: rgba(var(--orange-color), 1);
    color: rgba(var(--reddish-color),1);
}
.two-col-filling-image-img {
    width: 100%;
    aspect-ratio: 16/9;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
@media (min-width: 992px) {
    .two-col-filling-image-img {
        width: 50%;
        padding: 0;
        height: 100%;
        right: 0;
        position: absolute;
    }
    .two-col-filling-image-img-left {
        left: 0;
        right: auto;
    }
    .two-col-filling-image-largest .two-col-filling-image-img {
        width: 60%;
    }
}
@media (max-width: 574px) {
    .two-col-filling-image-img {
        margin-left: calc(var(--bs-gutter-x) * -.5);
        width: calc(100% + calc(var(--bs-gutter-x) * 1));
    }
}
.two-col-filling-image-img-text {
    color: #fff;
    font-size: 32px;
    position: absolute;
    bottom: 0;
    padding: 45px;
    line-height: 50px;
    width: 75%;
    font-family: "Romie Medium";
}
@media (max-width: 767px) {
    .two-col-filling-image-img-text {
        width: 75%;
        padding: 15px;
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 575px) {
    .two-col-filling-image-img-text {
        width: 100%;
        padding: 15px;
        font-size: 26px;
        line-height: 34px;
    }
}
@media (min-width: 1200px) {
    .two-col-filling-image-img-text {
        font-size: 48px;
        line-height: 60px;
    }
}
.two-col-filling-image-text-alt,
.two-col-filling-image-text {
    padding: 80px;
}
@media (min-width: 992px) {
    .two-col-filling-image-text-alt,
    .two-col-filling-image-text {
        padding: 50px;
    }
    .lrg-pddng {
        padding: 160px 80px;
    }
    .two-col-filling-image-largest .lrg-pddng {
        padding: 100px 40px;
    }
}
@media (max-width: 991px) {
    .two-col-filling-image-text-alt,
    .two-col-filling-image-text {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .two-col-filling-image-text-alt,
    .two-col-filling-image-text {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.two-col-filling-image-text h3 {
    font-size: 48px;
    font-family: "Romie Medium";
}
@media (max-width: 767px) {
    .two-col-filling-image-text h3 {
        font-size: 32px;
    }
}
.two-col-filling-image-text p:nth-child(2) {
    font-size: 32px;
    line-height: 44px;
    font-family: "Romie Medium";
    margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .two-col-filling-image-text p:nth-child(2) {
        font-size: 21px;
        line-height: 38px;
    }
}
@media (max-width: 767px) {
    .two-col-filling-image-text p:nth-child(2) {
        line-height: 32px;
        font-size: 22px;
    }
}
.two-col-filling-image-text p:nth-child(3) {
    font-size: 32px;
    font-family: "Romie Medium";
}
.two-col-filling-image-quote {
    display: inline-block;
    width: 52px;
    height: 40px;
    background-color: rgba(var(--orange-color), 1);
    mask: url("/templates/default/img/general/quote.svg") no-repeat center / 100%;
    -webkit-mask: url("/templates/default/img/general/quote.svg") no-repeat center / 100%;
    margin-bottom: 25px;
}
.two-col-filling-image.bgorange .two-col-filling-image-quote {
    background-color: rgba(var(--reddish-color), 1);
}
.logo-circle {
    width: 125px;
    position: absolute;
    top: 50px;
    right: 50px;
}
@media (max-width: 991px) {
    .logo-circle {
        width: 100px;
        position: absolute;
        top: 50px;
        right: 25px;
    }
}

#zoslider::before {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: 35px;
    right: 35px;
    width: 125px;
    height: 125px;
    background-image: url('/templates/default/img/general/bol-logo.svg');
}
@media (max-width: 991px) {
    #zoslider::before {
        width: 75px;
        height: 75px;
    }
}
/*START - Slider*/
#zoslider {
    height: 90vh;
}
@media (max-width: 575px) {
    #zoslider {
        height: 75vh;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #zoslider {
        padding-top: 200px;
        height: 400px !important;
    }
}
#zoslider .overlay_content_slide {
    margin: 0;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0;
    right: 0;
    text-align: left;
    height: auto;
    padding: 0;
}
#zoslider .overlay_content_slide .h1,
#zoslider .overlay_content_slide p {
    color: #fff;
}
#zoslider .text-center {
    text-align: left !important;
}
#zoslider .btn {
    display: none;
}
#zoslider .h1 {
    color: rgba(var(--orange-color), 1) !important;
}

#zoslider .container-slide-content .h1,
#zoslider .container-slide-content p {
    max-width: 1024px;
    font-family: "Romie Web";
    padding: 0 45px;
}
#zoslider .container-slide-content .h1 {
    font-size: 80px;
    max-width: 850px;
    line-height: 80px;
}
#zoslider .container-slide-content p {
    font-size: 3rem;
    line-height: 45px;
}
@media (max-width: 1199px) {
    #zoslider .container-slide-content .h1,
    #zoslider .container-slide-content p {
        max-width: 85%;
    }
}
@media (max-width: 991px) {
    #zoslider .container-slide-content .h1 {
        font-size: 3rem;
        line-height: 52px;
    }
    #zoslider .container-slide-content p {
        font-size: 2rem;
        line-height: 36px;
    }
}
@media (max-width: 767px) {
    #zoslider .container-slide-content .h1 {
        font-size: 2rem;
        line-height: 38px;
    }
    #zoslider .container-slide-content p {
        font-size: 1.5rem;
        line-height: 34px;
    }
}
@media (max-width: 574px) {
    #zoslider {
        height: 70vh !important;
    }
    #zoslider .container-slide-content .h1 {
        max-width: 100%;
    }
    #zoslider .container-slide-content p {
        display: none;
    }
}

.zl_object_list_item {
    background-color: #fff;
    padding: 25px;
    margin: 15px 0;
    height: 100%;
}
.zl_object_list_item a.zl_object_list_item_detail {
    color: rgba(var(--orange-color), 1) !important;
}
.zl_object_list_item a.zl_object_list_item_detail:after {
    content: "\f061";
    padding-left: 10px;
    font-family: "Font Awesome 6 Pro";
}
.zl_object_list_item:hover {
    cursor: pointer;
}
.zl_object_list_item_image {
    background-size: cover;
    position: relative;
    padding-top: 62.5%;
}
.zl_object_list_item_state {
    background-color: rgba(var(--orange-color), 1) !important;
    color: #fff;
    position: absolute;
    padding: 2px 8px;
    top: 0;
    right: 0;
}
.zl_object_detail_image_container_top {
    position: relative;
}
.zl_object_detail_state {
    background-color: rgba(var(--orange-color), 1) !important;
    color: #fff;
    position: absolute;
    padding: 5px;
    top: 0;
    z-index: 2;
}
.zl_object_list_item_title {
    font-family: "Romie Medium";
    color: rgba(var(--orange-color), 1) !important;
    font-size: 2.6rem;
}
@media (max-width: 767px) {
    .zl_object_list_item_title {
        font-size: 2rem;
    }
}
.zl_object_list_item_address,
.zl_object_list_item_price {
    font-family: "Favorit";
    font-size: 28px;
}
@media (max-width: 767px) {
    .zl_object_list_item_address,
    .zl_object_list_item_price {
        font-size: 21px;
    }
}
.zl_browser {
    text-align: center;
}
.json-imzlistcontrols .btn {
    padding: 15px 24px !important;
    border: 1px solid rgba(var(--reddish-color), 1) !important;
    background: none;
    border-radius: 0 !important;
    margin: 0 5px;
}
.json-imzlistcontrols .btn:hover {
    border: 1px solid rgba(var(--orange-color), 1) !important;
    color: rgba(var(--orange-color), 1) !important;
}
.json-imzlistcontrols .btn.btn-highlight-line {
    border: none !important;
    padding: 15px 12px !important;
}
.json-imzlistcontrols .btn.btn-highlight {
    background-color: rgba(var(--reddish-color), 1);
    color: #fff;
}
.zl_object_detail_desc {
    border-bottom: 1px solid rgba(var(--reddish-color), 1) !important;
}
.zl_object_detail_specs {
    font-family: "Favorit Light";
    position: relative;
}
@media (min-width: 992px) {
    .zl_object_detail_specs:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        left: -55px;
        top: 0;
        background-color: rgba(var(--orange-color), 1) !important;
    }
}
.zl_object_detail_desc p {
    font-family: "Fabriga Light";
}
.zl_object_detail_image {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
@media (max-width: 767px) {
    .zl_object_detail_image {
        height: 375px !important;
    }
}
.zl_object_detail_image > a:not(.btn) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.zl_object_detail_image_container {
    position: relative;

}
.zl_object_detail_image .btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-24px);
    bottom: 0;
    background-color: rgba(var(--reddish-color), 1) !important;
    color: #fff !important;
}
@media (max-width: 767px) {
    .zl_object_detail_image .btn {
        padding: 10px 28px !important;
    }
}

.overlay_navigation_arrow a {
    background: none !important;
}
.overlay_navigation_arrow a i::before {
    display: none;
}
.overlay_navigation_arrow.arrow_left a i {
    mask: url("/templates/default/img/general/divider.svg") no-repeat center / 50%;
    -webkit-mask: url("/templates/default/img/general/divider.svg") no-repeat center / 50%;
    background-color: #fff;
    width: 55px;
    height: 55px;
    transform: rotate(90deg);
}
.overlay_navigation_arrow.arrow_right a i {
    mask: url("/templates/default/img/general/divider.svg") no-repeat center / 50%;
    -webkit-mask: url("/templates/default/img/general/divider.svg") no-repeat center / 50%;
    background-color: #fff;
    width: 55px;
    height: 55px;
    transform: rotate(-90deg);
}
@media (max-width: 575px) {
    .overlay_navigation_arrow.arrow_left a i,
    .overlay_navigation_arrow.arrow_right a i {
        width: 35px;
        height: 35px;
    }
}
.overlay_navigation_arrow a:hover i {
    background-color: rgba(var(--orange-color), 1) !important;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    mask: url('/templates/default/img/general/divider.svg') no-repeat center / 50%;
    -webkit-mask: url'/templates/default/img/general/divider.svg') no-repeat center / 50%;
    background-color: #fff;
    width: 55px;
    height: 55px;
}
.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(var(--orange-color), 1) !important;
}
.slick-prev {
    left: 15px;
    transform: rotate(90deg);
}
.slick-next {
    right: 15px;
    transform: rotate(-90deg);
}

footer {
    font-family: "Favorit";
}
footer p {
    max-width: 75%;
}
@media (max-width: 767px) {
    footer p {
        max-width: 100%;
    }
}
footer .nav ul li {
    list-style-type: none;
    line-height: 40px;
}
footer .logo-bottom {
    height: 125px;
    margin-right: 150px;
}
footer ul.navfooter > li {
    display: inline-block;
    list-style-type: none;
    margin-right: 25px;
}
footer ul.navfooter > li > a {
    font-size: 1.1rem;
    text-transform: lowercase;
}
footer span[class^="zl_sociallogo_"] {
    background-color: #48001C;
    width: 45px;
    height: 45px;
    margin-left: 15px;
}

.btn.btn-highlight,
.btn.btn-highlight-line,
.btn.btn-highlight-line-white,
.btn.btn-calltoaction {
    padding: 10px 50px;
    border-radius: 8px;
}
.btn.btn-highlight-line,
.btn.btn-highlight-line-white {
    border-radius: 500px;
}

.btn.btn-highlight-line-white {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.btn[type=submit] {
    position: relative;
}
.btn[type=submit]::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    position: absolute;
    right: 15px;
}

.btn.btn-calltoaction,
.btn.btn-calltoaction:hover,
.btn.btn-calltoaction:focus {
    background-color: #ea5e00;
    color: #fff;
}
.btn.btn-highlight,
.btn.btn-highlight:hover,
.btn.btn-highlight:focus {
    background-color: rgba(var(--reddish-color), 1);
    color: #fff;
}

form .leftside .col-12 {
    margin-bottom: 20px !important;
}
@media (min-width: 992px) {
    form .leftside {
        float: left;
        width: 45%;
    }

    form .rightside {
        float: right;
        width: 55%;
    }
}
@media (min-width: 1400px) {
    form .leftside {
        float: left;
        width: 40%;
    }

    form .rightside {
        float: right;
        width: 60%;
    }
}
.mz-form-group input {
    float: left;
    margin-right: 18px;
    text-align: left;
    transform: translateY(6px);
}
.mz-form-group label {
    display: inline-block;
    width: calc(100% - 35px);
}

.pandduo h3 {
    color: rgba(var(--reddish-color), 1);
}
.pandduo .zl_object_list_item:hover .zl_object_list_item_icon {
    transform: translate(10px);
}
.pandduo .zl_object_list_item {
    position: relative;
}

@media (min-width: 992px) {
    .pandduo .zl_object_list_item::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -4rem;
        width: 100%;
        background-color: #fff;
        height: 4rem;
    }
}
.zl_object_list_item .h2 {
    font-size: 1.6rem;
}
.zl_object_list_item_icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
    width: 46px;
    height: 46px;
    background-color: #ea5e00;
    border-radius: 50%;
    font-size: 28px;
}
.zl_object_list_item_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.twocol-img-txt-cont {
    background-color: #fff;
    height: 100%;
}
.twocol-img-txt {
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.twocol-img-txt p {
    color: #fff;
    font-family: "Romie Medium";
    position: absolute;
    font-size: 1.4rem;
    bottom: 30px;
    left: 50px;
    width: 50%;
    text-shadow: 1px 1px 10px #000;
    margin: 0;
}
@media (max-width: 767px) {
    .twocol-img-txt p {
        display: none;
    }
}
.twocol-img-txt-txt {
    padding: 30px;
}