﻿@font-face {
    font-family: "charter";
    src: url(../webfonts/charter_regular-webfont.eot?);
    src: url(../webfonts/charter_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../webfonts/charter_regular-webfont.woff) format("woff"), url(../webfonts/charter_regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "charter";
    src: url(../webfonts/charter_bold-webfont.eot?);
    src: url(../webfonts/charter_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../webfonts/charter_bold-webfont.woff) format("woff"), url(../webfonts/charter_bold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

html {
    height: 100%;
    font-family: "charter"
}

body {
    height: 100%;
    font-family: "charter";
    padding-bottom: 80px;
    overflow-x: hidden
}

button:focus {
    outline: none !important;
}
.user-btn-positive {
    height: 30px;
    color: #0F302B;
    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: #0F302B;
    color: #ffffff;
}
.user-btn-normal {
    height: 30px;
    color: #0F302B;
    background-color: transparent;
    padding: 5px 15px;
    border: none;
    box-shadow: unset;
    outline: none;
    text-decoration: underline;
}
/*CSS NAVBAR */
.navbar-brand img {
    max-height: 110px;
    padding: 12px 0;
}

.navbar {
    bottom: 0;
    width: 100%;
    position: fixed;
    background-color: #f8f9fa;
    z-index: 25;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
}

.navbar-nav .nav-item {
    max-width: calc(100%/7);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-nav .nav-item {
    line-height: 110px;
}

.navbar-nav .nav-link, .navbar-nav .active > .nav-link {
    color: rgba(0,0,0,.5);
    padding-top: 0;
    font-size: 18px;
    padding-bottom: 0;
}

    .nav-link:focus, .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.8);
    }

.nav-link span {
    padding-bottom: 5px;
}

.navbar-nav .active > .nav-link span {
    border-bottom: 3px solid #d4d9cc;
}

.navbar-brand {
    margin-right: 0;
}

    .navbar-brand img {
        max-height: 110px;
        padding: 12px 0;
    }
/*icon buger*/
#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: 25px;
    left: 20px;
    display: none;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 1.5px;
        width: 35px;
        background: rgba(11, 19, 56, 0.6);
        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: 15px;
    }

        #nav-icon.open span {
            background: #ccc;
        }

            #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;
        height: 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
}

.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-black {
    color: #222
}

.color-white {
    color: #fff
}

.color-brand {
    color: #29463d
}

.color-primary {
    color: #0f302b
}

.color-secondary {
    color: #abbfa3
}

.color-accent {
    color: #d4d9cc
}

.color-darkbg {
    color: #263038
}

.color-lightbg {
    color: #f1f3f0
}
.btn-top-nav {
    font-size: 1.1em;
    background-color: #A0BDA9;
    color: #193D34;
    padding: 6px 15px 6px 10px;
    border-radius: 40px;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.btn-top-nav:hover {
    text-decoration:none;
    color:inherit;
}
@media screen and (max-width:767px) {
    .btn-top-nav {
        font-size: 0;
        background-color: unset;
        padding: 0;
    }
}
.auth-row {
    z-index: 10;
    color: #29463d;
    position: fixed;
    top: 15px;
    right: 15px;
    text-align: right;
    display: flex
}
        .auth-row a:hover {
            background-color: #91AE9A;
            -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: #0f302b;
        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: #0f302b;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

    .bar-inner ul {
        padding: 0;
        font-size: 18px;
        list-style: none
    }

    .bar-inner a {
        color: #0f302b;
        text-decoration: none
    }

    .bar-inner li {
        cursor: pointer;
        line-height: 2.5em;
        border-bottom: 1px solid #bcc6bf
    }

        .bar-inner li.active,
        .bar-inner a.active {
            font-weight: bold;
            background-color: #29463d;
            color: #fff;
        }

        .bar-inner li:hover,
        .bar-inner a:hover {
            color: #fff;
            background-color: #0f302b
        }

        .bar-inner li.group-title {
            margin-top: 20px;
            font-weight: 600;
            cursor: default;
            line-height: 3em
        }

            .bar-inner li.group-title:hover {
                color: #0f302b;
                background-color: transparent
            }

.btn-back-fixed {
    z-index: 13;
    position: fixed;
    left: 10px;
    top: 15px;
    font-size: 1.1em;
    background-color: #A0BDA9;
    color: #193D34;
    padding: 6px 15px 6px 10px;
    border-radius: 40px;
    border: 0;
}

.btn-back-fixed:hover {
    color: #193D34;
    background-color: #91AE9A
}

.btn-float {
    z-index: 10;
    border-radius: 0;
    position: absolute;
    color: #0f302b;
    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 {
    width: 280px;
    height: 560px;
    position: absolute;
    z-index: 10;
    right: -280px;
    bottom: 112px;
    transition: all .6s;
    background-color: #bdb9af
}

    .sidebar.active {
        right: 0
    }

.btn-sidebar {
    left: -60px;
    width: 60px;
    height: 60px;
    font-size: 20px
}

.floorbar {
    width: 250px;
    height: calc(100vh - 112px);
    position: absolute;
    z-index: 12;
    transition: all .6s;
    background-color: #a1bca8;
    transform: translateX(-100%);
    top: 0;
    display: flex;
    align-items: center;
}

    .floorbar.active {
        transform: translateX(0px);
    }

.btn-floorbar {
    width: 40px;
    height: 100px;
    right: -40px;
    top: calc(50% - 50px);
    font-size: 20px;
    background-color: #a1bca8;
}

    .btn-floorbar:hover {
        color: #0f302b;
    }

.searchbar {
    background-color: rgba(255, 255, 255, .9);

}
.warp-searchbar {
    position: fixed;
    min-width: 40%;
    bottom: 125px;
    left: 0;
    z-index: 99;
    transition: all 0.5s ease;
}


    .warp-searchbar.togglecollapse {
        transform: translateX(-100%);
    }



.top-search {
    background-color: rgba(255, 255, 255, 0.9);
}

.btn-search-ab, .btn-search-ab:hover, .btn-search-ab:focus {
    color: #fff;
    height: 45px;
    padding: .375rem 1.75rem;
    border: 0;
    border-color: #003C34;
    background-color: #003C34;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 4;
}

.code-search {
    font-size: 1.1em;
    border: 0;
    color: #212529 !important;
    background-color: #E9ECEC !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
}

.resultbar {
    display: none;
    padding: 15px;
    background-color: rgba(255, 255, 255, .9)
}

    .resultbar.active {
        right: 0
    }

    .resultbar .table td,
    .resultbar .table th {
        border-top: none;
        text-align: center
    }

.btn-resultbar {
    left: -82px;
    width: 82px;
    height: 82px;
    font-size: 20px
}
.result-scroll {
    max-height: 60vh;
    overflow-y: scroll;
    padding-right: 20px;
}

    .result-scroll::-webkit-scrollbar {
        width: 10px;
    }

    .result-scroll::-webkit-scrollbar-track {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.4);
    }

    .result-scroll::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(185,122,43,0.8);
    }
.team-title {
    padding-top: 80px
}

.team-info {
    font-size: 19px;
    text-align: justify
}

.team-email {
    font-size: 19px;
    color: #d4d9cc
}

.btn-blank {
    color: #abbfa3;
    border-color: #abbfa3;
    background-color: transparent
}

    .btn-blank:hover,
    .btn-blank:active {
        color: #fff;
        border-color: #29463d;
        background-color: #29463d
    }

.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: #0f302b;
    background-color: transparent
}

    .btn-check:hover,
    .btn-check:active {
        color: #fff;
        background-color: #0f302b
    }

.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
    }

        .overlays-svg svg > g {
            cursor: pointer
        }

            .overlays-svg svg > g > polygon {
                fill: rgba(15, 48, 43, .7);
                cursor: pointer;
                opacity: 0;
            }

            .overlays-svg svg > g.half > polygon {
                opacity: .5;
                fill: rgba(255, 255, 255, .7)
            }

            .overlays-svg svg > g.active > polygon,
            .overlays-svg svg > g:hover > polygon {
                opacity: 1
            }

            .overlays-svg svg > g:hover > .text-bg, .text-bg.hide {
                opacity: 0;
            }

            .overlays-svg svg > g.warning > polygon {
                fill: rgba(209, 179, 96, 0.9);
            }

            .overlays-svg svg > g.danger > polygon {
                fill: rgba(234, 152, 152, 0.9);
            }

            .overlays-svg svg > g:hover > text {
                fill: #ffffff;
            }

            .overlays-svg svg > g.danger:hover > text, .overlays-svg svg > g.warning:hover > text {
                fill: #193d34;
            }

            .overlays-svg svg > g.building > polygon {
                fill: rgba(255, 255, 255, .2)
            }

            .overlays-svg svg > g text {
                font-size: 6px;
                font-weight: bold;
            }

:-ms-input-placeholder {
    color: #abbfa3;
    opacity: .8
}

::-webkit-input-placeholder {
    color: #abbfa3;
    opacity: .8
}

.form-select {
    color: #abbfa3
}

.form-input {
    width: 100%;
    text-align: center;
    text-align-last: center;
    border: none;
    height: 2.5em;
    border-bottom: 1px solid #abbfa3
}

    .form-input:focus {
        outline: none
    }

        .form-input:focus::-webkit-input-placeholder {
            opacity: .5;
            transform: translate(-150px, -5px);
            transition: transform .5s
        }

.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: #0f302b
        }

    .user-menu p {
        margin-bottom: 0;
        color: #0f302b;
        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: #0f302b
            }

.nav-fill .nav-item {
    max-width: calc(100% / 7);
}

.badge-available {
    color: #fff;
    background-color: #28A745;
}

a.badge-available:hover, a.badge-available:focus {
    color: #fff;
    background-color: #299781;
}

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;
}
@media screen and (max-width:767px) {
    .icon-top-nav {
        margin-right: 0;
    }
    
}
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 .item .title {
    position: absolute;
    margin: 0;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #081816;
    background-color: #fff;
    padding: 10px 20px;
}
.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: 240px;
    left: 0;
    bottom: 124px;
    padding: 20px;
    background-color: #ffffff;
    transition: all 0.5s ease;
}

.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: #0F302B;
    }

.faq-modal .faq-submit {
    height: 40px;
    color: #0F302B;
    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: #0F302B;
        color: #ffffff;
    }

.faq-modal .faq-cancel {
    height: 40px;
    color: #0F302B;
    background-color: #DFDFDF;
    padding: 5px 15px;
    border: none;
    box-shadow: unset;
    outline: none;
    text-decoration: underline;
}
.control-zoom-floor {
    display:none;
}
.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
    }

    .nav-link span {
        padding-bottom: 5px
    }

    .navbar-nav .active > .nav-link span {
        border-bottom: 3px solid #d4d9cc
    }
}
@media only screen and (min-height: 600px) {
    .gallery-modal .item {
        max-height: 70vh;
    }
}
@media only screen and (max-height: 800px) and (min-width: 1024px) {
    .poi-options {
        top: 0;
        height: calc(100vh - 120px);
    }

    .poi-options .wraper {
        overflow-y: auto;
        height: calc(100% - 45px);
    }
    .result-scroll {
        max-height: 50vh;
    }
}
@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;
    }
    #map_00, #map_01 {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }

    #map_00 .overlay-img, #map_00 .overlays-svg  {
        width: 2000px;
        position: absolute;
        top: -150px !important;
    }
    #map_01 .overlay-img, #map_01 .overlays-svg {
        width: 1500px;
        position: absolute;
        top: 0 !important;
        overflow: unset;
    }
    .faq-button__title {
        padding-right: 70px;
    }
    .faqs-page h1, .faqs-content-icon h1 {
        font-size: 30px;
        margin-top: 60px;
    }
    .warp-searchbar {
        transform: translateX(-100%);
    }

    .warp-searchbar.togglecollapse {
        transform: translateX(0%);
    }

    .bkgfixed.floor-stack {
        top: 50%;
        transform: translateY(-50%);
        overflow: auto;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape) {
    /*NAV*/
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .1rem;
        padding-left: .1rem;
        font-size: 16px;
        max-width: 137px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .navbar-brand img {
        max-height: 80px;
    }
    .navbar-nav .nav-item:nth-of-type(1) {
        width: 80px;
    }

    .navbar-nav .nav-item:nth-of-type(2) {
        width: 35px;
    }

    .navbar-nav .nav-item:nth-of-type(3) {
        max-width: unset;
        width: 85px;
    }

    .navbar-nav .nav-item:nth-of-type(4) {
        width: 150px;
    }

    .navbar-nav .nav-item:nth-of-type(5) {
        width: 115px;
    }

    .navbar-nav .nav-item:nth-of-type(6) {
        width: 65px;
    }

    .navbar-nav .nav-item:nth-of-type(7) {
        width: 135px;
    }
}
/* IPAD  PRO */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .bkgfixed.floor-stack {
        top:50%;
        transform:translateY(-50%);
        overflow:hidden;
    }
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    #map_00 .overlay-img, #map_00 .overlays-svg {
        top: -80px !important;
    }

    #map_01 .overlay-img, #map_01 .overlays-svg {
        width: 2850px;
    }
    .warp-searchbar {
        transform: translateX(0%);
    }

    .warp-searchbar.togglecollapse {
        transform: translateX(-100%);
    }
    .apm-detail {
        height: 100vh;
        overflow: hidden;
    }
}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    #map_00, #map_01 {
        overflow: auto hidden;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }
    #map_01 .overlay-img, #map_01 .overlays-svg {
        width: 2050px;
        position: absolute;
        top: 0 !important;
        overflow: auto 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) {
    .bkgfixed.floor-stack {
        top: 50%;
        transform: translateY(-50%);
    }
    .floorbar {
        display:flex !important;
    }
        .floorbar .bar-inner {
            height:auto !important;
        }
  
}
/* Portrait */
@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    #map_00 .overlay-img, #map_00 .overlays-svg {
        top: -80px !important;
    }

    #map_01 .overlay-img, #map_01 .overlays-svg {
        width: 2000px;
    }
    .apm-detail {
        height: 100vh;
        overflow: hidden;
    }
}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    #map_00, #map_01 {
        overflow: auto hidden;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }

        #map_01 .overlay-img, #map_01 .overlays-svg {
            width: 1450px;
            position: absolute;
            top: 0 !important;
            overflow: auto hidden;
        }
    /*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 {
        display: block;
        position: fixed;
        bottom: calc(0% + 130px);
        z-index: 10;
    }

        .control-zoom-floor button {
            width: 40px;
            height: 40px;
            background-color: #A0BDA9;
            color: #193D34;
            border: 0;
        }
    /*end zoom control*/
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation:portrait) {
    .navbar-nav .nav-item:nth-of-type(1) {
        width: 30px;
        max-width: unset;
    }
    .navbar-nav .nav-item:nth-of-type(2) {
        width: 0;
        max-width: unset;
    }

    .navbar-nav .nav-item:nth-of-type(3) {
        max-width: unset;
        width: 80px;
    }
}

@media(max-width:991px) {
    body {
        padding-bottom: 0
    }

    .bkgfull {
        height: 100%
    }
    /*NAV*/
    .navbar-nav {
        max-height: calc(100vh - 80px);
        overflow: scroll;
    }

    .navbar-nav .nav-item {
        width: 100%;
        max-width: 100%;
        line-height: 60px;
    }

    .navbar-brand img {
        height: 70px;
        padding: 5px 0;
    }

    #nav-icon {
        display: block;
    }
    #map_00 .overlay-img, #map_00 .overlays-svg {
        width: 1500px;
        position: absolute;
        top: -50px !important;
        left:-50px !important;
    }
    .icon-top-nav {
        display: block;
        width: 40px !important;
    }
    .auth-row {
        padding:0;
    }
    .btn-back-fixed, .video-play-button, .auth-row a, .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;
    }
    .poi-options, .js_hiden_options {
        box-shadow: 0px 1px 25px rgba(0,0,0,0.2);
    }
    .location-help-text {
        bottom:64px;
        right:0;
    }
    .poi-options {
        top: 0;
        height: calc(100vh - 81px);
    }

    .poi-options .wraper {
        overflow-y: auto;
        height: calc(100% - 45px);
    }
    .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;
    }
    .btn-floorbar {
        width: 40px;
        height: 70px;
    }

    .floorbar {
        height: calc(100vh - 80px);
        display: block;
    }
    .floorbar .bar-inner {
        height: 100%;
        overflow: auto;
    }
    .bkgfixed.floor-stack {
        top: 50%;
        transform: translateY(-50%);
        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;
    }

    .control-zoom-floor {
        display: block;
        position: fixed;
        bottom: calc(0% + 90px);
        z-index: 10;
    }

        .control-zoom-floor button {
            width: 40px;
            height: 40px;
            background-color: #A0BDA9;
            color: #193D34;
            border: 0;
        }
    /*end zoom control*/
}
@media(max-width:767px) {
    .apm-detail .container {
        max-width: 100%;
    }
    #map_00 .overlay-img, #map_00 .overlays-svg {
        width: 1300px;
    }
    .warp-searchbar {
        bottom: unset;
        top: 0;
        height: 100vh;
        width: calc(100vw - 35px);
    }
    .warp-searchbar .searchbar {
        height: 100vh;
        overflow: auto;
    }
    .warp-searchbar .js_hiden_searchbar {
        top: 40%;
    }
    .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);
    }
}
@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;
    }
    #map_00 .overlay-img, #map_00 .overlays-svg {
        top: 0 !important;
        width: 1700px;
    }
    #map_01 .overlay-img, #map_01 .overlays-svg {
        width: 1100px;
        top: -150px !important;
    }
    #map_00 .overlay-img, #map_00 .overlays-svg {
        width: 1000px;
    }
    .gallery-modal .item {
        max-height: 60vh;
    }
    .navbar-nav .nav-item {
        width: 100% !important;
        max-width: 100%;
        line-height: 60px;
    }
    .masterplan-bg {
        margin-bottom: 90px;
        overflow: scroll;
    }
    .warp-searchbar {
        bottom: unset;
        top: 0;
        height: 100vh;
        width: calc(100vw - 35px);
    }

        .warp-searchbar .searchbar {
            height: 100vh;
            overflow: auto;
        }

        .warp-searchbar .js_hiden_searchbar {
            top: 40%;
        }
    .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;
    }
}