﻿body {
    overflow-x: hidden;
}
/*Project Colors*/
:root {
    --maincolor: #25BCC5; /*Blue gray*/
    --activecolor: #FEBE6F; /*Ograne gray*/
    --subcolor: #50B5FF; /*Blue link color*/
    --inactivecolor: #252235; /*Midnight Black*/
    --floorbar: #717171;
}

a:hover {
    color: var(--activecolor) !important;
}

.user-btn-positive {
    height: 30px;
    color: #252235;
    background-color: #ABBFA3;
    padding: 0 25px;
    border: none;
    box-shadow: unset;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .user-btn-positive:hover {
        background-color: #252235;
        color: #ffffff;
    }

.user-btn-normal {
    height: 30px;
    color: #252235;
    background-color: transparent;
    padding: 5px 15px;
    border: none;
    box-shadow: unset;
    outline: none;
    text-decoration: underline;
}
/*CSS NAVBAR */
.navbar-nav .nav-item {
    max-width: calc(100%/5);
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 991px) {
    /*    .nav-item-logo {
        position: fixed !important;
        bottom: -25px;
        padding: 15px;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 100%;
        background: #fff;
    }*/
    .navbar-brand img {
        position: absolute;
        bottom: -40px;
        padding: 10px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .nav-item-logo {
        overflow: unset !important;
        position: relative;
        z-index: 1;
        padding-bottom: 20px;
    }

        .nav-item-logo:after {
            content: "";
            position: absolute;
            bottom: -85px;
            left: 0;
            border-radius: 100%;
            background: #fff;
            z-index: -1;
            width: 210px;
            height: 210px;
            border-radius: 50%;
            left: 50%;
            transform: translate(-50%, 0);
        }
}

#nav-icon {
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: none;
    top: 20px;
    left: 20px;
    display: none;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 1.5px;
        width: 35px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 0px;
        }

        #nav-icon span:nth-child(2) {
            top: 12px;
            width: 25px;
            left: 10px;
        }

        #nav-icon span:nth-child(3) {
            top: 24px;
        }

    #nav-icon.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon.open {
        top: 25px;
    }

        #nav-icon.open span {
            background: #fff;
        }

            #nav-icon.open span:nth-child(2) {
                opacity: 0;
                left: -60px;
            }

            #nav-icon.open span:nth-child(3) {
                top: 18px;
                -webkit-transform: rotate(-135deg);
                -moz-transform: rotate(-135deg);
                -o-transform: rotate(-135deg);
                transform: rotate(-135deg);
            }

    #nav-icon:focus, #nav-icon active {
        outline: none;
    }

.bkgfull {
    height: calc(100vh - 112px);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.slider-search {
    height: 3px;
    border: none
}

    .slider-search .ui-slider-handle {
        cursor: pointer;
        top: -8px;
        width: 18px;
        height: 18px;
        border: none;
        border-radius: 50%;
        background-color: #abbfa3
    }

        .slider-search .ui-slider-handle:focus {
            outline: none;
            background-color: #abbfa3 !important
        }

.ui-widget-content {
    margin-top: 10px;
    border: none !important;
    background-color: #708481;
    width: 95%;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #abbfa3
}

.ui-state-active,
.ui-state-focus {
    border: none !important
}


.nav-item-dot {
    font-size: 8px;
    color: #666;
    line-height: 80px
}
.color-gray-dark {
    color: rgba(37, 34, 53, 0.85)
}

.color-black {
    color: #222
}

.color-white {
    color: #fff
}

.color-brand {
    color: var(--maincolor) !important;
}

.color-primary {
    color: #252235
}

.color-secondary {
    color: var(--activecolor)
}

    .color-secondary:hover, .color-secondary:focus {
        color: var(--maincolor) !important;
    }

color-accent {
    color: #d4d9cc
}

.color-darkbg {
    color: #263038
}

.color-lightbg {
    color: #f1f3f0
}

.btn-back-fixed.btn-top-nav {
    font-size: 1em;
    font-style: italic;
    width: auto;
    height: auto;
    font-family: PlayfairDisplay;
    background-color: #FEBE6F;
    color: #000;
    padding: 6px 15px 8px 10px;
    border-radius: 15px;
    border: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: unset;
    z-index: 1002;
}
.btn-top-nav {
    font-size: 1.1em;
    background-color: #F4F7EA;
    color: transparent;
    border-radius: 50%;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    align-items: center;
    box-shadow: 0 .15rem .15rem rgba(0,0,0,.15);
    align-content: center;
    justify-content: center;
}

    .btn-top-nav:hover {
        text-decoration: none;
        color: inherit;
    }

.auth-row {
    z-index: 10;
    color: #29463d;
    position: fixed;
    top: 15px;
    right: 15px;
    text-align: center;
    display: flex
}

    .auth-row a {
        color: var(--maincolor);
    }
    .auth-row .dropdown-toggle::after {
        display: none;
    }
        .auth-row a:hover {
            background-color: var(--maincolor);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }


.list-brochure {
    padding: 30px
}

    .list-brochure a {
        text-decoration: none;
        color: #252235;
        text-align: center
    }

        .list-brochure a:hover .wrap-img {
            box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }

    .list-brochure h4 {
        margin-top: 20px
    }

    .list-brochure .wrap-img {
        width: 100%;
        padding-top: 135%;
        position: relative;
        overflow: hidden
    }

    .list-brochure img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.brochure-control .close-modal {
    position: absolute;
    right: 0;
    top: -45px;
    font-size: 40px;
    color: #fff
}

.bar-inner {
    color: #252235;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

    .bar-inner ul {
        padding: 20px 0 0;
        font-size: 18px;
        list-style: none
    }

    .bar-inner a {
        color: var(--inactivecolor);
        text-decoration: none
    }

.location .bar-inner li {
    padding: 25px 0 0px 0;
}
    .bar-inner li {
        cursor: pointer;
        line-height: 2em;
        font-weight: 700;
    }

        .bar-inner li:not(:last-child) {
            position: relative;
        }

        .bar-inner li:first-child:after {
            height: 0 !important;
        }

        .bar-inner li:not(:last-child):after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 1px;
            margin: 0 30px;
            background: #626262;
        }

        .bar-inner li.active,
        .bar-inner a.active {
            font-weight: bold;
            background-color: var(--inactivecolor);
            color: #fff;
            z-index:2;
        }

        .bar-inner li:hover,
        .bar-inner a:hover {
            color: #FEBE6F;
            background-color: transparent
        }

        .bar-inner li.group-title {
            margin-top: 20px;
            font-weight: 600;
            cursor: default;
            line-height: 3em
        }

            .bar-inner li.group-title:hover {
                color: #252235;
                background-color: transparent
            }

.btn-back-fixed {
    z-index: 12;
    position: fixed;
    left: 10px;
    top: 15px;
}

.js_loading_gallery {
    position: fixed;
    top: 15px;
    left: 150px;
    z-index: 7;
    background-color: white;
    display: none;
}

.btn-back-fixed:hover {
    color: #fff;
    background-color: var(--maincolor)
}

    .btn-back-fixed:hover span {
        color: #fff;
        background-color: var(--maincolor)
    }

.btn-float {
    z-index: 10;
    border-radius: 0;
    position: absolute;
    color: #252235;
    background-color: rgba(255, 255, 255, .8)
}

    .btn-float:hover {
        color: #29463d
    }

.btn-back {
    border-radius: 15px;
    border: solid 1px #bcc6bf;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0;
    background-color: transparent
}

    .btn-back:hover {
        color: #29463d;
        background-color: rgba(255, 255, 255, .8)
    }

.btn-slide-left {
    left: 40%;
    bottom: 120px;
    font-size: 40px;
    font-weight: 200;
    background-color: transparent !important
}

.btn-slide-right {
    right: 40%;
    bottom: 120px;
    font-size: 40px;
    font-weight: 200;
    background-color: transparent !important
}

.btn-hidebar {
    font-size: 16px;
    background: #e6e2d9
}

    .btn-hidebar:hover {
        color: #000
    }

.sidebar {
    position: absolute;
    z-index: 10;
    right: -280px;
    transition: all .6s;
    background-color: #bdb9af
}

    .sidebar.active {
        right: 0
    }

.btn-sidebar {
    left: -60px;
    width: 60px;
    height: 60px;
    font-size: 20px
}

    .btn-floorbar:hover {
        color: #252235;
    }

.searchbar {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 15px;
    border-radius: 0 30px 30px 0;
}


.warp-searchbar {
    position: fixed;
    left: 0;
    z-index: 99;
    transition: all 0.5s ease;
}

.elSearch {
    overflow-y: auto;
    overflow-x: hidden;
}

    .elSearch .dropdown {
        max-width: 150px;
        margin-right: 1rem;
    }

        .elSearch .dropdown.bootstrap-select .btn-light {
            border: 1px #ddd solid !important;
            background: #fff !important;
        }

            .elSearch .dropdown.bootstrap-select .btn-light:focus {
                outline: unset !important;
            }

@media(max-width: 1366px) {
    .elSearch {
        height: 25vh;
        font-size: 80%;
    }

        .elSearch .dropdown {
            max-width: 100px;
            padding-left: 5px;
        }
}

.top-search {
    background-color: rgba(255, 255, 255, 0.9);
}

.btn-search-ab, .btn-search-ab:hover, .btn-search-ab:focus {
    color: #fff;
    padding: .75rem .75rem;
    border: 0;
    border-color: #FEBE6F;
    background-color: #FEBE6F;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 4;
    font-size: .9rem
}

.code-search {
    border: 0;
    color: #212529 !important;
    border: 1px #E9ECEC solid !important;
    height: 45px;
    padding-right: 120px;
    padding-left: 50px;
    position: relative;
}


i.search-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.145' height='14.426' viewBox='0 0 18.145 14.426'%3E%3Cg transform='translate(0 0.317)'%3E%3Cg transform='translate(0 -0.317)' fill='none' stroke='%239facaa' stroke-width='1'%3E%3Ccircle cx='6.5' cy='6.5' r='6.5' stroke='none'/%3E%3Ccircle cx='6.5' cy='6.5' r='6' fill='none'/%3E%3C/g%3E%3Cline x1='5.813' y1='4.152' transform='translate(12.041 9.55)' fill='none' stroke='%239facaa' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    background-repeat: no-repeat;
}

.code-search:focus {
    border: 0;
}

.searchbar.active {
    right: 0
}

.btn-searchbar {
    left: -82px;
    width: 82px;
    height: 82px;
    font-size: 20px
}
.btn-resultbar {
    left: -82px;
    width: 82px;
    height: 82px;
    font-size: 20px
}

.backSearch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #FEBE6F;
    color: #fff;
    right: -20px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 30px;
    border: 0;
    text-align: center;
    white-space: normal;
    padding: 5px 8px;
    z-index: 11;
}

    .backSearch:hover {
        background: #25BCC5;
        color: #fff !important;
        text-decoration: none;
    }

        .backSearch:hover a {
            color: #fff !important;
        }

.result-scroll {
    overflow-y: scroll;
    padding-right: 20px;
}


.result-scroll::-webkit-scrollbar {
    width: 8px;
    border-radius: 0;
}

.result-scroll::-webkit-scrollbar-track {
    border-radius: 0;
}

.result-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
}

.team-title {
    padding-top: 80px
}

.team-info {
    font-size: 19px;
    text-align: justify
}

.team-email {
    font-size: 19px;
    color: #d4d9cc
}

.btn-blank {
    color: var(--activecolor);
    border-color: var(--activecolor);
    background-color: transparent;
    padding: .75rem .75rem;
}

    .btn-blank:hover,
    .btn-blank:active {
        color: #fff;
        border-color: var(--activecolor);
        background-color: var(--activecolor)
    }

.btn-brand {
    color: #fff;
    border-color: #29463d;
    background-color: #29463d
}

    .btn-brand:hover,
    .btn-brand:active {
        color: #abbfa3;
        border-color: #abbfa3;
        background-color: transparent
    }

.btn-fill {
    color: #fff;
    border-color: #abbfa3;
    background-color: #abbfa3
}

    .btn-fill:hover,
    .btn-fill:active {
        color: #abbfa3;
        border-color: #abbfa3;
        background-color: transparent
    }

.btn-check {
    color: var(--inactivecolor);
    background-color: transparent
}

    .btn-check:hover,
    .btn-check:active {
        color: #fff;
        background-color: var(--inactivecolor);
    }

.overlays-svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%
}

    .overlays-svg svg {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }


:-ms-input-placeholder {
    opacity: .8
}

::-webkit-input-placeholder {
    opacity: .8
}

.form-select {
    color: #abbfa3
}

.form-input {
    width: 100%;
    border: none;
    height: 2.5em;
    border-bottom: 1px solid #E2E2EA;
}

.user-menu {
    position: absolute;
    right: 20px;
    display: inline-flex;
    align-items: center
}

    .user-menu button {
        background-color: unset;
        border: unset;
        outline: none;
        padding: 0;
        font-size: 1.1em;
        background-color: #25403b;
        padding: 6px 15px 6px 10px;
        color: #fff;
        border-radius: 40px;
        display: flex;
        align-items: center;
        border: 1px solid #fff;
        width: 110px
    }

        .user-menu button svg {
            fill: #252235
        }

    .user-menu p {
        margin-bottom: 0;
        color: #252235;
        margin-right: 10px
    }

    .user-menu .dropmenu {
        display: none;
        position: absolute;
        right: 0;
        top: 50px;
        min-width: 130px;
        font-size: .8em;
        background-color: #25403b;
        border: 1px solid #fff;
        border-radius: 10px;
        margin: 0
    }

        .user-menu .dropmenu a {
            display: block;
            color: #fff;
            line-height: 30px;
            padding: 5px 20px;
            text-align: center;
            background-color: unset;
            border: 0;
            border-radius: 0;
            margin: 0
        }

            .user-menu .dropmenu a:nth-of-type(1) {
                border-top-left-radius: 10px;
                border-top-right-radius: 10px
            }

            .user-menu .dropmenu a:nth-of-type(2) {
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px
            }

            .user-menu .dropmenu a:hover,
            .user-menu .dropmenua:focus,
            .user-menu .dropmenu a:active {
                color: #fff;
                background-color: #252235
            }

.badge-available {
    color: #000;
    background-color: #57D9A3;
}

a.badge-available:hover, a.badge-available:focus {
    color: #fff;
    background-color: #57D9A3;
    opacity: .8
}

a.badge-available:focus, a.badge-available.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
}

.badge-sold {
    color: #fff;
    background-color: red;
}

a.badge-sold:hover, a.badge-sold:focus {
    color: #fff;
    background-color: #6b6d7d;
}

a.badge-sold:focus, a.badge-sold.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.badge-underOffer {
    color: #3a3b45;
    background-color: #F5D172;
}

a.badge-underOffer:hover, a.badge-underOffer:focus {
    color: #3a3b45;
    background-color: #f2c142;
}

.icon-top-nav {
    margin-right: 5px;
    width: 30px !important;
}

a.badge-underOffer:focus, a.badge-underOffer.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 209, 114, 0.5);
}

/*.gallery-modal .owl-item {
    height: 70vh !important;
}*/
.gallery-modal .item .title {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    font-size: 20px;
    background: var(--maincolor);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px 30px 0 0;
}

    .gallery-modal .item .title p {
        padding-top: 15px;
    }

    .gallery-modal .item .title h3 {
        position: relative;
    }

        .gallery-modal .item .title h3::before {
            content: "";
            position: absolute;
            width: 67px;
            height: 15px;
            background-image: url(../media/img/underline.svg);
            background-repeat: repeat-x;
            left: 38px;
            bottom: -15px;
            transform: translateX(-50%);
            filter: brightness(0) invert(1)
        }

.wrapImglocationGall {
    height: 70vh;
    width: 100vw;
    margin: auto;
    /*    position: absolute !important;*/
}

img.imglocationGall {
    position: absolute;
    bottom: 0;
    padding-bottom: 60px;
}

.location-help-text {
    z-index: 18;
    position: fixed;
    right: 10px;
    bottom: 105px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.6);
}

.poi-options {
    z-index: 20;
    position: fixed;
    width: 40vh;
    left: 0;
    padding: 20px;
    background-color: transparent;
    color: #fff;
    transition: all 0.5s ease;
}

    .poi-options .wraper {
        overflow-y: auto;
        background-color: var(--inactivecolor);
        color: #fff;
        opacity: .9;
        width: 40vh;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        border-radius: 0 30px 30px 0;
    }

    .poi-options.togglecollapse {
        transform: translateX(-100%);
    }

.faqs-content-icon a, .faqs-content-icon a:hover {
    text-decoration: none;
    color: #003D33;
}

.faqs-page .wrap-item .icon {
    height: 140px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

    .faqs-page .wrap-item .icon img, .faqs-page .wrap-item .icon svg {
        margin: auto;
    }

.faqs-page .wrap-item .title {
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

    .faqs-page .wrap-item .title h5 {
        margin: 0 auto;
        font-weight: 700;
    }

.faqs-page .wrap-item .item-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.faqs-content-icon {
    display: none;
}

    .faqs-content-icon ul li {
        font-weight: 700;
        font-size: 20px;
        border-bottom: 1px solid #DAD6C9;
        padding: 10px 0;
    }

        .faqs-content-icon ul li:first-child {
            border-top: 1px solid #DAD6C9;
        }

    .faqs-content-icon ul i {
        color: #DAD6C9;
        line-height: 31px;
    }


.faqs.close-modal {
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

.back-to-FAQs {
    display: inline-block;
    margin-top: 4rem;
    color: #003D33;
    font-size: 1.25rem;
    font-weight: 700;
}

    .back-to-FAQs:hover {
        color: #003D33;
        text-decoration: none;
    }

.faqs-group-action {
    position: absolute;
    right: 0;
    background-color: #fff;
}

    .faqs-group-action a {
        margin-right: 15px;
    }

        .faqs-group-action a:hover i {
            color: #003D33;
        }

.faqs-content-icon ul li {
    position: relative;
}

.faqs-content-icon .faqs-add-qa {
    position: absolute;
    top: 8px;
    right: 0;
    background: #003D33;
    color: #fff;
    padding: 5px 15px;
}

    .faqs-content-icon .faqs-add-qa:hover {
        color: #fff;
    }

.faq-modal .modal-header {
    background-color: #ABBFA3;
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
}

    .faq-modal .modal-header .modal-title {
        display: inline-block;
        font-size: 1.3em;
        font-weight: 700;
        color: #252235;
    }

.faq-modal .faq-submit {
    height: 40px;
    color: #252235;
    background-color: #ABBFA3;
    padding: 0 25px;
    border: none;
    box-shadow: unset;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .faq-modal .faq-submit:hover {
        background-color: #252235;
        color: #ffffff;
    }

.faq-modal .faq-cancel {
    height: 40px;
    color: #252235;
    background-color: #DFDFDF;
    padding: 5px 15px;
    border: none;
    box-shadow: unset;
    outline: none;
    text-decoration: underline;
}

.apm-detail h1 {
    font-weight: 500;
    font-size: 50px;
}

.apm-detail h6 {
    color: #DAD6C9;
    font-size: 20px
}

@media(min-width:992px) {
    .team-title {
        padding-top: 40px
    }
}

@media only screen and (min-height: 600px) {
    .gallery-modal .item {
        max-height: 70vh;
    }
}


@media only screen and (max-width: 1366px) {
    .apm-detail {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 1024.98px) {
    /*NAV*/
    .cta {
        padding: 5px 10px;
    }

    #map_00 {
        overflow: auto;
    }

    #map_01 {
        overflow: auto hidden;
    }

    .faq-button__title {
        padding-right: 70px;
    }

    .faqs-page h1, .faqs-content-icon h1 {
        font-size: 30px;
        margin-top: 60px;
    }
}

/* IPAD  PRO */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .warp-searchbar {
        transform: translateX(0%);
    }

        .warp-searchbar.togglecollapse {
            transform: translateX(-100%);
        }

    .apm-detail {
        height: 100vh;
        overflow: hidden;
    }
}

/* IPAD  */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .floorbar {
        display: flex !important;
    }

        .floorbar .bar-inner {
            height: auto !important;
        }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    /*zoom control*/
    .floor-stack.enable-zoom {
        top: unset !important;
        transform: unset !important;
        left: unset !important;
        width: 100vw !important;
        height: 100vh !important;
        display: flex;
        align-items: center;
    }

    .floor-stack .floor-stack-item.enable-zoom {
        transform-origin: 0 50%;
        transition: all ease-in-out 0.3s;
        position: relative;
    }

    .control-zoom-floor {
        position: fixed;
        z-index: 10;
    }

        .control-zoom-floor button {
            width: 40px;
            height: 40px;
            background-color: #A0BDA9;
            color: #193D34;
            border: 0;
        }
    /*end zoom control*/
}

@media(max-width:991px) {
    .navbar .navbar-nav .nav-item.active .nav-link::before {
        bottom: -2px !important;
    }

    .navbar-brand img {
        -webkit-filter: brightness(0) invert();
        filter: brightness(0) invert();
    }

    .bkgfull {
        height: 100%
    }

    #nav-icon {
        display: block;
        z-index: 999;
    }

    .navbar-brand {
        z-index: 1;
    }

    #navbarResponsive {
        padding-top: 20px;
    }

    .icon-top-nav {
        display: block;
        width: 40px !important;
    }

    .auth-row {
        padding: 0;
    }

    .video-play-button, .js_loading_gallery {
        font-size: 0 !important;
        padding: 0px !important;
        background: unset !important
    }

    .js_loading_gallery {
        left: 63px;
    }

    .gallery-modal .item .title {
        font-size: 16px;
        padding: 5px 20px;
    }

    .location-help-text {
        bottom: 64px;
        right: 0;
    }

    .team-info {
        text-align: left;
    }

    #btnscrollslider {
        display: none;
    }

    .team-info .img-profile {
        margin-bottom: 15px;
    }

    .faqs-content-icon ul li {
        font-size: 16px;
    }

    .list-brochure h4 {
        font-size: 18px;
    }

    .brochure-control .close-modal {
        top: -30px;
        font-size: 1.5rem;
    }

    .warp-searchbar {
        bottom: 85px;
    }

    .resultbar, .searchbar {
        background-color: #ffffff;
        box-shadow: 1px 8px 1px -30px #eee, 1px 1px 5px 4px #2f2f2f4f;
    }

    .btn-floorbar {
        width: 40px;
        height: 70px;
        padding: unset !important;
    }

    .floorbar {
        display: block;
    }

        .floorbar .bar-inner {
            height: 100%;
            /*overflow: auto;*/
        }

    /*zoom control*/
    .floor-stack.enable-zoom {
        top: unset !important;
        transform: unset !important;
        left: unset !important;
        width: 100vw !important;
        height: 100vh !important;
        display: flex;
        align-items: center;
    }

    .floor-stack .floor-stack-item.enable-zoom {
        transform-origin: 0 50%;
        transition: all ease-in-out 0.3s;
        position: relative;
        overflow: auto;
    }

    /*end zoom control*/
}

@media(max-width:767px) {
    .apm-detail .container {
        max-width: 100%;
    }

    .apm-detail h1 {
        font-size: 30px;
    }

    .apm-detail h6 {
        font-size: 16px;
    }

    .apm-detail .btn-share {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .mobile-masterplan {
        display: flex;
        align-items: center;
        height: calc(100vh - 80px);
    }
    .checkAgree {
        font-size: 80%;
    }
}

@media only screen and (max-height: 700px) and (max-width: 400px) and (orientation: portrait) {
    #map_01 .overlay-img, #map_01 .overlays-svg {
        width: 1200px;
    }
}


/*CUSTOM FOR DEVICE LIKE IPHONE X LANDSCAPE*/
@media only screen and (max-height: 500px) and (max-width: 1000px) and (orientation: landscape) {
    .master svg {
        max-width: 300px;
    }

    .gallery-modal .item {
        max-height: 60vh;
    }

    .masterplan-bg {
        margin-bottom: 90px;
        overflow: scroll;
    }


    .apm-detail h1 {
        font-size: 30px;
    }

    .apm-detail h6 {
        font-size: 16px
    }

    .mobile-masterplan {
        height: 100vh;
    }
}

@media only screen and (max-height: 340px) and (max-width: 600px) and (orientation: landscape) {

    #map_01 .overlay-img, #map_01 .overlays-svg {
        width: 1000px;
    }
}

.modal-content {
    border-radius: 50px 50px 0 0 !important;
    border: unset !important
}

.modal-header {
    border-bottom: unset !important;
}

.hoverMainStyle:hover {
    background: var(--maincolor) !important;
    color: var(--white) !important;
}

@media(min-width: 992px) {
    .modal-bottom {
        max-width: 800px;
        padding: 0 50px;
    }
}



.modal-backdrop.show {
    opacity: 0.1 !important;
}

.modal-header .close {
    right: 15px;
    position: absolute;
    padding: 0 .25rem !important;
    margin: 1rem 1rem 1rem auto !important;
    text-shadow: unset;
    width: 22px;
    height: 22px;
}

.close {
    z-index: 9999;
    color: var(--maincolor);
    opacity: 1 !important;
    margin: 30px;
    font-size: 1.25rem !important;
    border-radius: 8px !important;
    border: 1px var(--maincolor) solid !important;
}

.auth-row .dropdown-toggle::after {
    opacity: 0 !important;
}


.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.auth-row a.dropdown-item {
    font-size: 1rem;
}

    .auth-row a.dropdown-item:hover, .auth-row a.dropdown-item:focus {
        background: transparent !important;
        color: var(--activecolor);
    }

.auth-row .dropdown-menu.show {
    top: 3px !important;
}

.auth-row .dropdown-menu a {
    padding: 10px 15px;
}

    .auth-row .dropdown-menu a:not(:last-child) {
        border-bottom: 1px #ddd solid;
    }

.auth-row a {
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: unset !important;
}




