@font-face {
    font-family: 'opensans';
    src: url('fonts/OpenSans.eot');
    src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans.woff') format('woff'),
         url('fonts/OpenSans.ttf') format('truetype'),
         url('fonts/OpenSans.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensanslight';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light.woff') format('woff'),
         url('fonts/OpenSans-Light.ttf') format('truetype'),
         url('fonts/OpenSans-Light.svg#opensanslight    ') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensansbold';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold.woff') format('woff'),
         url('fonts/OpenSans-Bold.ttf') format('truetype'),
         url('fonts/OpenSans-Bold.svg#opensansbold    ') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body{
    margin: 0;
    /*min-width: 1280px;*/
    overflow-x: auto;
}

.container{
    width: 100%;
    height: 100vh;
    position: relative;
}

.container-left{
    width: 70%;
    height: 100%;
    float: left;
    background-color: #d9eeea;
    position: relative;
}

.top-left-panel{
    width: 150px;
    margin-left: 60px;
    margin-top: 60px;
}

.project-name-wrapper{
    width: 150px;
}

.project-name{
    display: block;
    width: 150px;
}
.project-name img{
    width: 100%;
}

.project-block-wrapper{
    display: none;
}

.project-unit-wrapper{
    padding-bottom: 20px;   
    border-bottom: 1px solid #7dcdcb;
}

.total-units{
    font-family: 'opensanslight';
    margin-top: 15px;
    line-height: 20px;
    color: #58595b;
}

.sold-units{
    font-family: 'opensanslight';
    line-height: 20px;
    margin-top: 4px;
    color: #58595b;
}

.available-units{
    font-family: 'opensanslight';
    line-height: 20px;
    margin-top: 4px;
    color: #58595b;
}

.top-right-panel{
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 60px;
    margin-top: 60px;
}

.legend-lbl{
    font-family: 'opensanslight';
    font-size: 24px;
    line-height: 30px;
    color: #58595b;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.available-legend{
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.available-box{
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #000;
}

.available-lbl{
    font-family: 'opensanslight';
    font-size: 15px;
    color: #58595b;
    line-height: 16px;
    display: block;
    margin-left: 8px;
    float: left;
}

.selected-legend{
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.selected-box{
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background-color: #ffd64f ;
    border: 1px solid #000;
}

.selected-lbl{
    font-family: 'opensanslight';
    font-size: 15px;
    color: #58595b;
    line-height: 16px;
    display: block;
    margin-left: 8px;
    float: left;
}

.sold-legend{
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.sold-box{
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background-color: #f2706a;
    border: 1px solid #000;
}

.sold-lbl{
    font-family: 'opensanslight';
    font-size: 15px;
    color: #58595b;
    line-height: 16px;
    display: block;
    margin-left: 8px;
    float: left;
}

.container-right{
    width: 30%;
    height: 100%;
    float: left;
}

.container-mobile{
    display: none;
}

.site-layout-plan-wrapper{
    width: 50%;
    margin: auto;
    margin-top: 50px;
}

#site-layout-plan-wrapper{
    width: 50%;
    margin: auto;
    margin-top: 50px;
}

.site-layout-plan-lbl{
    font-family: 'opensanslight';
    font-size: 22px;
    color: #58595b;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.site-layout-plan-img{
    width: 100%;
    display: block;
    cursor: pointer;
}

.site-layout-plan-img img{
    width: 100%;
}

.lightbox-site-layout-plan{
    display: none;
    overflow: auto; 
}

.featherlight-site-layout .featherlight-content{
    width: 50% !important;
    display: block;
}

.featherlight-site-layout .featherlight-close-icon {
    background: transparent !important;
    color: #fff !important;
    font-size: 1.5vw;
    margin-top: 1.5% !important;
    margin-right: 1.5% !important;
}

.building-block-wrapper{
    width: 50%;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

.building-block-lbl{
    font-family: 'opensanslight';
    font-size: 28px;
    color: #02abc5;
    text-align: center;
}

.building-block-img{
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.building-block-img img{
    width: 100%;
}


.level-img{
    display: block;
    width: 73%;
    float: left;
}

.level-img img{
    width: 100%;
}

.level-lbl{
    display: block;
    width: 27%;
    float: left;
    font-family: 'opensanslight';
    color: #02abc5;
    font-weight: bold;
    text-align: center;
}
.level-lbl-not-available{
    display: block;
    width: 27%;
    float: left;
    font-family: 'opensanslight';
    color: #f2706a;
    font-weight: bold;
    text-align: center;
}

.level-3{
    position: absolute;
    bottom: 0;
    margin-bottom: 32.7%;
    width: 79%;
    opacity: 1;
}

.level-3:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 32.7%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-3a{
    position: absolute;
    bottom: 0;
    margin-bottom: 39%;
    width: 79%;
    opacity: 0;
}

.level-3a:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 39%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-5{
    position: absolute;
    bottom: 0;
    margin-bottom: 45.5%;
    width: 79%;
    opacity: 0;
}

.level-5:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 45.5%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-6{
    position: absolute;
    bottom: 0;
    margin-bottom: 52%;
    width: 79%;
    opacity: 0;
}

.level-6:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 52%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-7{
    position: absolute;
    bottom: 0;
    margin-bottom: 58%;
    width: 79%;
    opacity: 0;
}

.level-7:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 58%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-8{
    position: absolute;
    bottom: 0;
    margin-bottom: 64.5%;
    width: 79%;
    opacity: 0;
}

.level-8:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 64.5%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-9{
    position: absolute;
    bottom: 0;
    margin-bottom: 71%;
    width: 79%;
    opacity: 0;
}

.level-9:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 71%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-10{
    position: absolute;
    bottom: 0;
    margin-bottom: 77%;
    width: 79%;
    opacity: 0;
}

.level-10:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 77%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-11{
    position: absolute;
    bottom: 0;
    margin-bottom: 84%;
    width: 79%;
    opacity: 0;
}

.level-11:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 84%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-12{
    position: absolute;
    bottom: 0;
    margin-bottom: 90%;
    width: 79%;
    opacity: 0;
}

.level-12:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 90%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-13{
    position: absolute;
    bottom: 0;
    margin-bottom: 96.5%;
    width: 79%;
    opacity: 0;
}

.level-13:hover{
    position: absolute;
    bottom: 0;
    margin-bottom: 96.5%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-13a{
    position: absolute;
    bottom: 0;
    margin-bottom:102.8%;
    width: 79%;
    opacity: 0;
}

.level-13a:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:102.8%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-15{
    position: absolute;
    bottom: 0;
    margin-bottom:109.4%;
    width: 79%;
    opacity: 0;
}

.level-15:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:109.4%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-16{
    position: absolute;
    bottom: 0;
    margin-bottom:115.6%;
    width: 79%;
    opacity: 0;
}

.level-16:hover {
    position: absolute;
    bottom: 0;
    margin-bottom:115.6%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-17{
    position: absolute;
    bottom: 0;
    margin-bottom:122%;
    width: 79%;
    opacity: 0;
}

.level-17:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:122%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-18{
    position: absolute;
    bottom: 0;
    margin-bottom:128.4%;
    width: 79%;
    opacity: 0;
}

.level-18:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:128.4%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-19{
    position: absolute;
    bottom: 0;
    margin-bottom:134.7%;
    width: 79%;
    opacity: 0;
}

.level-19:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:134.7%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-20{
    position: absolute;
    bottom: 0;
    margin-bottom:141%;
    width: 79%;
    opacity: 0;
}

.level-20:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:141%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-21{
    position: absolute;
    bottom: 0;
    margin-bottom:147.5%;
    width: 79%;
    opacity: 0;
}

.level-21:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:147.5%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-22{
    position: absolute;
    bottom: 0;
    margin-bottom:153.7%;
    width: 79%;
    opacity: 0;
}

.level-22:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:153.7%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}

.level-23{
    position: absolute;
    bottom: 0;
    margin-bottom:160%;
    width: 79%;
    opacity: 0;
}

.level-23:hover{
    position: absolute;
    bottom: 0;
    margin-bottom:160%;
    width: 79%;
    opacity: 1 !important;
    cursor: pointer;
}







.floor-plan-wrapper {
    width: 80%;
    margin: auto;
    position: relative;
    margin-top: 11%;
}

#a-3{
    display: block;
}

#back-button-mobile{
    display: none;
}


#a-3a{
    display: none;
}
#a-5{
    display: none;
}
#a-6{
    display: none;
}
#a-7{
    display: none;
}
#a-8{
    display: none;
}
#a-9{
    display: none;
}
#a-10{
    display: none;
}
#a-11{
    display: none;
}
#a-12{
    display: none;
}
#a-13{
    display: none;
}
#a-13a{
    display: none;
}
#a-15{
    display: none;
}
#a-16{
    display: none;
}
#a-17{
    display: none;
}
#a-18{
    display: none;
}
#a-19{
    display: none;
}
#a-20{
    display: none;
}
#a-21{
    display: none;
}
#a-22{
    display: none;
}
#a-23{
    display: none;
}


#b-3{
    display: block;
}
#b-3a{
    display: none;
}
#b-5{
    display: none;
}
#b-6{
    display: none;
}
#b-7{
    display: none;
}
#b-8{
    display: none;
}
#b-9{
    display: none;
}
#b-10{
    display: none;
}
#b-11{
    display: none;
}
#b-12{
    display: none;
}
#b-13{
    display: none;
}
#b-13a{
    display: none;
}
#b-15{
    display: none;
}
#b-16{
    display: none;
}
#b-17{
    display: none;
}
#b-18{
    display: none;
}
#b-19{
    display: none;
}
#b-20{
    display: none;
}
#b-21{
    display: none;
}
#b-22{
    display: none;
}
#b-23{
    display: none;
}


.floor-plan-rotate{
    transform: rotate3d(5, 2, -3, 70deg);
    -webkit-transform: rotate3d(5, 2, -3, 70deg);
    float: left;
    /*margin-left: -100px;*/
}

.floor-plan-rotate-left{
    width: 25%;
    float: left;
    margin-top: 15%;
}

.floor-plan-rotate-right{
    width: 70%;
    float: left;
}

.floor-plan-lbl{
    width: 78%;
    font-weight: bold;
    font-size: 4vw;
    font-family: 'opensanslight';
    color: #02abc5;
    float: left;
    text-align: right;
}

.floor-plan-arrow{
    width: 8%;
    padding: 0 5% 0 0;
    float: right;
    margin-top: 18%;
}

.floor-plan-arrow img{
    width: 100%;
}


.floor-plan{
    width: 100%;
    pointer-events: none;
}

.floor-plan img{
    width: 100%;
}

.site-floor-plan{
    font-family: 'opensanslight';
    font-weight: bold;
    color: #02abc5;
    font-size: 2vw;
    line-height: 3vw;
}

.site-courtyard-view{
    font-family: 'opensanslight';
    font-weight: bold;
    color: #02abc5;
    font-size: 2vw;
    line-height: 10vw;
    text-align: center;
}
.site-ums-view{
    font-family: 'opensanslight';
    font-weight: bold;
    color: #02abc5;
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    margin-top: -10%;
    margin-bottom: 10%;
}

.Available{
    display: none !important;
}

.Sold{
    display: block !important;
}

.Bumi{
    display: block !important;
}

.Non-Bumi{
    display: none !important;
}


.unit-1 {
    position: absolute;
    top: 9%;
    z-index: 1;
    opacity: 0;
    width: 10.6%;
}

.unit-1 img{
    width: 100%;
}

.unit-1:hover{
    position: absolute;
    top: 9%;
    z-index: 1;
    opacity: 1;
    width: 10.6%;
    cursor: pointer;
}

.unit-1:focus{
    position: absolute;
    top: 9%;
    z-index: 1;
    opacity: 1;
    width: 10.6%;
    cursor: pointer;
    outline: none;
}

.unit-1-red {
    position: absolute;
    top: 9%;
    z-index: 1;
    opacity: 1;
    width: 10.6%;
}

.unit-1-red img{
    width: 100%;
}


/*
.unit-1-red{
    background-image: url(../images/plan-1-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 1;
    width: 13%;
}
*/



.unit-2 {
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 0;
}

.unit-2 img{
    width: 100%;
}

.unit-2:hover{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
    cursor: pointer;
}
.unit-2:focus{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
    outline: none;
}

.unit-2-red {
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
}

.unit-2-red img{
    width: 100%;
}

.unit-3{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.7%;
    opacity: 0;
}

.unit-3 img{
    width: 100%;
}

.unit-3:hover{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    opacity: 1;
    width: 8.3%;
    margin-left: 18.7%;
    cursor: pointer;
}

.unit-3:focus{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    opacity: 1 !important;
    width: 8.3%;
    margin-left: 18.7%;
    outline: none;
}

.unit-3-red{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.7%;
    opacity: 1;
}

.unit-3-red img{
    width: 100%;
}

.unit-4{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 0;
}

.unit-4 img{
    width: 100%;
}

.unit-4:hover{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
    cursor: pointer;
}

.unit-4:focus{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
    outline: none;
}

.unit-4-red{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
}

.unit-4-red img{
    width: 100%;
}

.unit-5{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 34.9%;
    opacity: 0;
}

.unit-5 img{
    width: 100%;
}

.unit-5:hover{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 34.9%;
    opacity: 1;
    cursor: pointer;
}

.unit-5:focus{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 34.9%;
    opacity: 1;
    outline: none;
}

.unit-5-red{
    position: absolute;
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 34.9%;
    opacity: 1;
}

.unit-5-red img{
    width: 100%;
}

.unit-6{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 43.1%;
    opacity: 0;
}

.unit-6 img{
    width: 100%;
}

.unit-6:hover{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 43.1%;
    opacity: 1;
    cursor: pointer;
}

.unit-6:focus{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 43.1%;
    opacity: 1;
    outline: none;
}

.unit-6-red{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 43.1%;
    opacity: 1;
}

.unit-6-red img{
    width: 100%;
}

.unit-7{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 0;
}

.unit-7 img{
    width: 100%;
}

.unit-7:hover{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
    cursor: pointer;
}

.unit-7:focus{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
    outline: none;
}

.unit-7-red{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.7%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
}

.unit-7-red img{
    width: 100%;
}

.unit-8{
    position: absolute;
    /*top: 4.4px;*/
    top: 9%;
    z-index: 1;    
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 0;
}

.unit-8 img{
    width: 100%;
}

.unit-8:hover{
    position: absolute;
    /*top: 4.4px;*/
    top: 9%;
    z-index: 1;    
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
    cursor: pointer;
}

.unit-8:focus{
    position: absolute;
    /*top: 4.4px;*/
    top: 9%;
    z-index: 1;    
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
    outline: none;
}

.unit-8-red{
    position: absolute;
    /*top: 4.4px;*/
    top: 9%;
    z-index: 1;    
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
}

.unit-8-red img{
    width: 100%;
}

.unit-9{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 0;
}

.unit-9 img{
    width: 100%;
}

.unit-9:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
    cursor: pointer;
}

.unit-9:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
    outline: none;
}

.unit-9-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
}

.unit-9-red img{
    width: 100%;
}

.unit-10{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 0;
}

.unit-10 img{
    width: 100%;
}

.unit-10:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
    cursor: pointer;
}

.unit-10:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
    outline: none;
}

.unit-10-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
}

.unit-10-red img{
    width: 100%;
}


.unit-10-13{
    position: absolute;
    /*top: 52.5%;*/
    top: 40%;
    z-index: 1;
    width: 7%;
    margin-left: 52.4%;
    opacity: 0;
}

.unit-10-13 img{
    width: 100%;
}

.unit-10-13:hover{
    position: absolute;
    /*top: 52.5%;*/
    top: 40%;
    z-index: 1;
    width: 7%;
    margin-left: 52.4%;
    opacity: 1;
    cursor: pointer;
}

.unit-10-13:focus{
    position: absolute;
    /*top: 52.5%;*/
    top: 40%;
    z-index: 1;
    width: 7%;
    margin-left: 52.4%;
    opacity: 1;
    outline: none;
}

.unit-10-13-red{
    position: absolute;
    /*top: 52.5%;*/
    top: 40%;
    z-index: 1;
    width: 7%;
    margin-left: 52.4%;
    opacity: 1;
}

.unit-10-13-red img{
    width: 100%;
}

.unit-11{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.7%;
    margin-left: 26.8%;
    opacity: 0;
}

.unit-11 img{
    width: 100%;
}

.unit-11:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.7%;
    margin-left: 26.8%;
    opacity: 1;
    cursor: pointer;
}

.unit-11:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.7%;
    margin-left: 26.8%;
    opacity: 1;
    outline: none;
}

.unit-11-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.7%;
    margin-left: 26.8%;
    opacity: 1;
}

.unit-11-red img{
    width: 100%;
}

.unit-12{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 0;
}

.unit-12 img{
    width: 100%;
}

.unit-12:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 1;
    cursor: pointer;
}

.unit-12:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 1;
    outline: none;
}

.unit-12-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 1;
}

.unit-12-red img{
    width: 100%;
}


.unit-13{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 0;
}

.unit-13 img{
    width: 100%;
}

.unit-13:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
    cursor: pointer;
}

.unit-13:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
    outline: none;
}

.unit-13-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
}

.unit-13-red img{
    width: 100%;
}

.unit-14{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.6%;
    margin-left: 0;
    opacity: 0;
}

.unit-14 img{
    width: 100%;
}

.unit-14:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.6%;
    margin-left: 0;
    opacity: 1;
    cursor: pointer;
}

.unit-14:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.6%;
    margin-left: 0;
    opacity: 1;
    outline: none;
}

.unit-14-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35.5%;
    z-index: 1;
    width: 10.6%;
    margin-left: 0;
    opacity: 1;
}

.unit-14-red img{
    width: 100%;
}


.container-blk-b .unit-1 {
    position: absolute;
    top: 9%;
    z-index: 1;
    opacity: 0;
    width: 10.7%;
}

.container-blk-b .unit-1 img{
    width: 100%;
}

.container-blk-b .unit-1:hover{
    position: absolute;
    top: 9%;
    z-index: 1;
    opacity: 1;
    width: 10.7%;
    cursor: pointer;
}

.container-blk-b .unit-1:focus{
    position: absolute;
    top: 9%;
    z-index: 1;
    opacity: 1;
    width: 10.7%;
    cursor: pointer;
    outline: none;
}

.container-blk-b .unit-1-red {
    position: absolute;
    top: 9%;
    z-index: 1;
    opacity: 1;
    width: 10.7%;
}

.container-blk-b .unit-1-red img{
    width: 100%;
}


/*
.container-blk-b .unit-1-red{
    background-image: url(../images/plan-1-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 1;
    width: 13%;
}
*/



.container-blk-b .unit-2 {
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.4%;
    opacity: 0;
}

.container-blk-b .unit-2 img{
    width: 100%;
}

.container-blk-b .unit-2:hover{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.4%;
    opacity: 1;
    cursor: pointer;
}
.container-blk-b .unit-2:focus{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.4%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-2-red {
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.4%;
    opacity: 1;
}

.container-blk-b .unit-2-red img{
    width: 100%;
}

.container-blk-b .unit-3{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 0;
}

.container-blk-b .unit-3 img{
    width: 100%;
}

.container-blk-b .unit-3:hover{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    opacity: 1;
    width: 8.3%;
    margin-left: 18.6%;
    cursor: pointer;
}

.container-blk-b .unit-3:focus{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    opacity: 1 !important;
    width: 8.3%;
    margin-left: 18.6%;
    outline: none;
}

.container-blk-b .unit-3-red{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 1;
}

.container-blk-b .unit-3-red img{
    width: 100%;
}

.container-blk-b .unit-4{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 0;
}

.container-blk-b .unit-4 img{
    width: 100%;
}

.container-blk-b .unit-4:hover{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-4:focus{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-4-red{
    position: absolute;
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
}

.container-blk-b .unit-4-red img{
    width: 100%;
}

.container-blk-b .unit-5{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 0;
}

.container-blk-b .unit-5 img{
    width: 100%;
}

.container-blk-b .unit-5:hover{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-5:focus{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-5-red{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.6%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
}

.container-blk-b .unit-5-red img{
    width: 100%;
}

.container-blk-b .unit-6{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.6%;
    z-index: 1;    
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 0;
}

.container-blk-b .unit-6 img{
    width: 100%;
}

.container-blk-b .unit-6:hover{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.6%;
    z-index: 1;    
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-6:focus{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.6%;
    z-index: 1;    
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-6-red{
    position: absolute;
    /*top: 4.4px;*/
    top: 9.6%;
    z-index: 1;    
    width: 10.7%;
    margin-left: 59.3%;
    opacity: 1;
}

.container-blk-b .unit-6-red img{
    width: 100%;
}

.container-blk-b .unit-7{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 10.8%;
    margin-left: 59.3%;
    opacity: 0;
}

.container-blk-b .unit-7 img{
    width: 100%;
}

.container-blk-b .unit-7:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 10.8%;
    margin-left: 59.3%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-7:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 10.8%;
    margin-left: 59.3%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-7-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 10.8%;
    margin-left: 59.3%;
    opacity: 1;
}

.container-blk-b .unit-7-red img{
    width: 100%;
}

.container-blk-b .unit-8{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 0;
}

.container-blk-b .unit-8 img{
    width: 100%;
}

.container-blk-b .unit-8:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-8:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-8-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 51.2%;
    opacity: 1;
}

.container-blk-b .unit-8-red img{
    width: 100%;
}

.container-blk-b .unit-9{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 43%;
    opacity: 0;
}

.container-blk-b .unit-9 img{
    width: 100%;
}

.container-blk-b .unit-9:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 43%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-9:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 43%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-9-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 43%;
    opacity: 1;
}

.container-blk-b .unit-9-red img{
    width: 100%;
}

.container-blk-b .unit-10{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 34.9%;
    opacity: 0;
}

.container-blk-b .unit-10 img{
    width: 100%;
}

.container-blk-b .unit-10:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 34.9%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-10:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 34.9%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-10-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 34.9%;
    opacity: 1;
}

.container-blk-b .unit-10-red img{
    width: 100%;
}


.container-blk-b .unit-10-13{
    position: absolute;
    /*top: 52.5%;*/
    top: 40%;
    z-index: 1;
    width: 7%;
    margin-left: 52.4%;
    opacity: 0;
}

.container-blk-b .unit-10-13 img{
    width: 100%;
}

.container-blk-b .unit-10-13:hover{
    position: absolute;
    /*top: 52.5%;*/
    top: 40%;
    z-index: 1;
    width: 7%;
    margin-left: 52.4%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-10-13:focus{
    position: absolute;
    /*top: 52.5%;*/
    top: 40%;
    z-index: 1;
    width: 7%;
    margin-left: 52.4%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-10-13-red{
    position: absolute;
    /*top: 52.5%;*/
    top: 40%;
    z-index: 1;
    width: 7%;
    margin-left: 52.4%;
    opacity: 1;
}

.container-blk-b .unit-10-13-red img{
    width: 100%;
}

.container-blk-b .unit-11{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 0;
}

.container-blk-b .unit-11 img{
    width: 100%;
}

.container-blk-b .unit-11:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-11:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-11-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 26.8%;
    opacity: 1;
}

.container-blk-b .unit-11-red img{
    width: 100%;
}

.container-blk-b .unit-12{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 0;
}

.container-blk-b .unit-12 img{
    width: 100%;
}

.container-blk-b .unit-12:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-12:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-12-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 18.6%;
    opacity: 1;
}

.container-blk-b .unit-12-red img{
    width: 100%;
}


.container-blk-b .unit-13{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 0;
}

.container-blk-b .unit-13 img{
    width: 100%;
}

.container-blk-b .unit-13:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-13:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-13-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 8.3%;
    margin-left: 10.5%;
    opacity: 1;
}

.container-blk-b .unit-13-red img{
    width: 100%;
}

.container-blk-b .unit-14{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 10.8%;
    margin-left: 0.1%;
    opacity: 0;
}

.container-blk-b .unit-14 img{
    width: 100%;
}

.container-blk-b .unit-14:hover{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 10.8%;
    margin-left: 0.1%;
    opacity: 1;
    cursor: pointer;
}

.container-blk-b .unit-14:focus{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 10.8%;
    margin-left: 0.1%;
    opacity: 1;
    outline: none;
}

.container-blk-b .unit-14-red{
    position: absolute;
    /*top: 44.5%;*/
    top: 35%;
    z-index: 1;
    width: 10.8%;
    margin-left: 0.1%;
    opacity: 1;
}

.container-blk-b .unit-14-red img{
    width: 100%;
}


.lightbox {
    display: none;
}




/*#a-3-1-details{
    width: 130px;
    position: absolute;
    margin-top: -12%;
    margin-left: 1%;
    display: none;
    outline: none;
    border: 1px solid #58595b;
}

.a-3-1-details a{
    text-decoration: none;
}

.a-3-2-details{
    width: 130px;
    position: absolute;
    margin-top: -14%;
    margin-left: 9%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-2-details a{
    text-decoration: none;
}

.a-3-3-details{
    width: 130px;
    position: absolute;
    margin-top: -17%;
    margin-left: 17%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-3-details a{
    text-decoration: none;
}

.a-3-3a-details{
    width: 130px;
    position: absolute;
    margin-top: -20%;
    margin-left: 24%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-3a-details a{
    text-decoration: none;
}

.a-3-5-details{
    width: 130px;
    position: absolute;
    margin-top: -23%;
    margin-left: 31%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-5-details a{
    text-decoration: none;
}

.a-3-6-details{
    width: 130px;
    position: absolute;
    margin-top: -25%;
    margin-left: 38%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-6-details a{
    text-decoration: none;
}

.a-3-7-details{
    width: 130px;
    position: absolute;
    margin-top: -28%;
    margin-left: 46%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-7-details a{
    text-decoration: none;
}

.a-3-8-details{
    width: 130px;
    position: absolute;
    margin-top: -31%;
    margin-left: 52%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-8-details a{
    text-decoration: none;
}

.a-3-9-details{
    width: 130px;
    position: absolute;
    margin-top: 16%;
    margin-left: 87%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-9-details a{
    text-decoration: none;
}

.a-3-10-details{
    width: 130px;
    position: absolute;
    margin-top: 18%;
    margin-left: 80%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-10-details a{
    text-decoration: none;
}

.a-3-11-details{
    width: 130px;
    position: absolute;
    margin-top: 26%;
    margin-left: 60%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-11-details a{
    text-decoration: none;
}

.a-3-12-details{
    width: 130px;
    position: absolute;
    margin-top: 28%;
    margin-left: 53%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-12-details a{
    text-decoration: none;
}

.a-3-13-details{
    width: 130px;
    position: absolute;
    margin-top: 31%;
    margin-left: 45%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-13-details a{
    text-decoration: none;
}

.a-3-13a-details{
    width: 130px;
    position: absolute;
    margin-top: 34%;
    margin-left: 38%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.a-3-13a-details a{
    text-decoration: none;
}*/

.step-1{
    width: 130px;
    position: absolute;
    outline: none;
    right: 0;
    margin-top: -15%;
    margin-right: 2%;
    border: 1px solid #58595b; 
}

.step-2{
    width: 130px;
    position: absolute;
    outline: none;
    margin-top: 20%;
    margin-left: 15%;
    border: 1px solid #58595b; 
}

.line-step-1{
    position: absolute;
    width: 50px;
    margin-left: -46px;
    margin-top: 16px;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    border-top: 1px solid #58595b;

}

.line-step-2{
    position: absolute;
    width: 60px;
    margin-left: 121px;
    margin-top: 18px;
    -ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
    transform: rotate(40deg);    
    border-top: 1px solid #58595b;

}

.step-lbl{
    background-color: #02abc5;
    padding: 8px 10px;
    text-align: center;
    font-family: 'opensansbold';
    font-size: 15px;
    color: #fff;
}

.step-desc{
    box-sizing: border-box;
    padding: 8px 10px;
    font-family: 'opensans';
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    color: #58595b;
}



.lot-1-details{
    width: 130px;
    position: absolute;
    margin-top: -1%;
    margin-left: 7%;
    display: none;
    outline: none;
    border: 1px solid #58595b;
}

.lot-1-details a{
    text-decoration: none;
}

.lot-2-details{
    width: 130px;
    position: absolute;
    margin-top: -2%;
    margin-left: 14%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-2-details a{
    text-decoration: none;
}

.lot-3-details{
    width: 130px;
    position: absolute;
    margin-top: -5%;
    margin-left: 21%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-3-details a{
    text-decoration: none;
}

.lot-3a-details{
    width: 130px;
    position: absolute;
    margin-top: -9%;
    margin-left: 27%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-3a-details a{
    text-decoration: none;
}

.lot-5-details{
    width: 130px;
    position: absolute;
    margin-top: -10%;
    margin-left: 34%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-5-details a{
    text-decoration: none;
}

.container-blk-b .lot-5-details {
    width: 130px;
    position: absolute;
    margin-top: -14%;
    margin-left: 45%;
    display: none;
    outline: none;
    border: 1px solid #000;
}


.lot-6-details{
    width: 130px;
    position: absolute;
    margin-top: -12%;
    margin-left: 40%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-6-details a{
    text-decoration: none;
}
.container-blk-b .lot-6-details {
    width: 130px;
    position: absolute;
    margin-top: -17%;
    margin-left: 53%;
    display: none;
    outline: none;
    border: 1px solid #000;
}


.lot-7-details{
    width: 130px;
    position: absolute;
    margin-top: -15%;
    margin-left: 47%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-7-details a{
    text-decoration: none;
}
.container-blk-b .lot-7-details {
    width: 130px;
    position: absolute;
    margin-top: 22%;
    margin-left: 85%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-8-details{
    width: 130px;
    position: absolute;
    margin-top: -17%;
    margin-left: 52%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-8-details a{
    text-decoration: none;
}
.container-blk-b .lot-8-details {
    width: 130px;
    position: absolute;
    margin-top: 24%;
    margin-left: 79%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-9-details{
    width: 130px;
    position: absolute;
    margin-top: 23%;
    margin-left: 84%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-9-details a{
    text-decoration: none;
}
.container-blk-b .lot-9-details {
    width: 130px;
    position: absolute;
    margin-top: 26%;
    margin-left: 72%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-10-details{
    width: 130px;
    position: absolute;
    margin-top: 26%;
    margin-left: 77%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-10-details a{
    text-decoration: none;
}
.container-blk-b .lot-10-details {
    width: 130px;
    position: absolute;
    margin-top: 29%;
    margin-left: 66%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-11-details{
    width: 130px;
    position: absolute;
    margin-top: 33%;
    margin-left: 58%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-11-details a{
    text-decoration: none;
}
.container-blk-b .lot-11-details {
    width: 130px;
    position: absolute;
    margin-top: 31%;
    margin-left: 60%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-12-details{
    width: 130px;
    position: absolute;
    margin-top: 35%;
    margin-left: 52%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-12-details a{
    text-decoration: none;
}
.container-blk-b .lot-12-details {
    width: 130px;
    position: absolute;
    margin-top: 34%;
    margin-left: 53%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-13-details{
    width: 130px;
    position: absolute;
    margin-top: 38%;
    margin-left: 45%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-13-details a{
    text-decoration: none;
}
.container-blk-b .lot-13-details {
    width: 130px;
    position: absolute;
    margin-top: 36%;
    margin-left: 47%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-13a-details{
    width: 130px;
    position: absolute;
    margin-top: 40%;
    margin-left: 39%;
    display: none;
    outline: none;
    border: 1px solid #000;
}

.lot-13a-details a{
    text-decoration: none;
}
.container-blk-b .lot-13a-details {
    width: 130px;
    position: absolute;
    margin-top: 39%;
    margin-left: 40%;
    display: none;
    outline: none;
    border: 1px solid #000;
}


.price{
    width: 130px;
    box-sizing: border-box;
    padding: 8px 10px;
    /*text-align: left;*/
    text-align: center;
    background-color: #ffd64f;
    color: #58595b;
}

.unit-no{
    font-family: 'opensansbold';
    font-size: 14px;
    width: 74px;
    display: block;
    margin: auto;
    /*float: left;*/
}

.unit-bumi{
    font-family: 'opensans';
    font-size: 13px;
    /*margin-left: 4px;    
    float: left;*/
    line-height: 15px;
    /*margin-top: 3px;*/
}

.unit-size{
    display: block;
    width: 100%;
    font-family: 'opensans';
    font-size: 14px;
    /*float: none;*/
    clear: both;
}

.unit-price{
    display: block;
    width: 100%;
    font-family: 'opensans';
    font-size: 14px;
    /*float: none;*/
    clear: both;
}

.details-plan img{
    width: 100%;
    display: block;
}
.plan{
    background-color: #02abc5;
    padding: 8px 10px;
    text-align: center;
    font-family: 'opensansbold';
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.building{
    width: 480px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 77px;
    margin-right: 77px;
}

.building img{
    width: 100%;
}

.block-a{
    display: block;
    float: right;
    margin-right: 50px;
    font-weight: bold;
}




#level-3-view-plan-1 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-2 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-3 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-4 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-5 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-6 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-7 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-8 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-9 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-10 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-11 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-12 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-13 {
    cursor: pointer;
    transition: 0.3s;
}

#level-3-view-plan-14 {
    cursor: pointer;
    transition: 0.3s;
}






#level-4-view-plan-1 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-2 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-3 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-4 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-5 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-6 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-7 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-8 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-9 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-10 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-11 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-12 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-13 {
    cursor: pointer;
    transition: 0.3s;
}

#level-4-view-plan-14 {
    cursor: pointer;
    transition: 0.3s;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 15; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    box-sizing: border-box;
    background-color: #fff;
    margin: auto;
    display: block;
    width: 100%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 500px;
    text-align: center;
    color: #ccc;
    padding: 10px;
    background-color: #82cdba;
    box-sizing: border-box;
}

/* Add Animation */
.img-wrapper {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.level-3-close {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close:hover,
.level-3-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
    
    .img-wrapper{
        max-width: 500px;
        width: 80%;
        margin: auto;
        position: relative;
    }


.level-3-close-2 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-2:hover,
.level-3-close-2:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}


.level-3-close-3 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-3:hover,
.level-3-close-3:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-4 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-4:hover,
.level-3-close-4:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-5 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-5:hover,
.level-3-close-5:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-6 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-6:hover,
.level-3-close-6:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-7 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-7:hover,
.level-3-close-7:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-8 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-8:hover,
.level-3-close-8:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-9 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-9:hover,
.level-3-close-9:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-10 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-10:hover,
.level-3-close-10:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-11 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-11:hover,
.level-3-close-11:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-12 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-12:hover,
.level-3-close-12:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-13 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-13:hover,
.level-3-close-13:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-3-close-14 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-3-close-14:hover,
.level-3-close-14:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}


/* The Close Button */
.level-4-close {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close:hover,
.level-4-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
    
    .img-wrapper{
        max-width: 500px;
        width: 80%;
        margin: auto;
        position: relative;
    }


.level-4-close-2 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-2:hover,
.level-4-close-2:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}


.level-4-close-3 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-3:hover,
.level-4-close-3:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-4 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-4:hover,
.level-4-close-4:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-5 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-5:hover,
.level-4-close-5:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-6 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-6:hover,
.level-4-close-6:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-7 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-7:hover,
.level-4-close-7:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-8 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-8:hover,
.level-4-close-8:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-9 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-9:hover,
.level-4-close-9:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-10 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-10:hover,
.level-4-close-10:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-11 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-11:hover,
.level-4-close-11:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-12 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-12:hover,
.level-4-close-12:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-13 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-13:hover,
.level-4-close-13:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.level-4-close-14 {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.level-4-close-14:hover,
.level-4-close-14:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.next-block-button{
    width: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -38%;
    margin-bottom: 5%;
}

.next-arrow-button-img{
    width: 25px;
    margin: auto;
}

.next-arrow-button-img img{
    width: 100%;
}

.next-block-lbl{
    font-family: 'opensanslight';
    font-size: 18px;
    color: #02abc5;
    text-align: center;
}

.lightbox{
    overflow: auto;
}

.lightbox-img{
    display: block;
    position: relative;
    float: left;
}

.lightbox-img img{
    width: 100%;
    display: block;
}

/*.lightbox-desc{
    position: relative;
    text-align: center;
    float: left;
    margin-top: -7.5%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}*/

.lightbox-desc {
    position: relative;
    text-align: center;
    float: left;
    margin-top: -6.5%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
/*
.lightbox-unit-no{
    font-family: 'opensansbold';
    font-size: 1.2vw;
    color: #fff;
    float: left;
    margin-right: 5px;
}*/

.lightbox-unit-no {
    font-family: 'opensansbold';
    font-size: 0.8vw;
    color: #fff;
    float: left;
    margin-right: 5px;
}

/*.lightbox-unit-bumi{
    font-family: 'opensans';
    font-size: 0.9vw;
    color: #fff;
    float: left;
    margin-right: 20px;
    margin-top: 1.3%;
}*/

.lightbox-unit-bumi {
    font-family: 'opensans';
    font-size: 0.6vw;
    color: #fff;
    float: left;
    margin-right: 20px;
    margin-top: 0.7%;
}
/*
.lightbox-unit-size{
    font-family: 'opensans';
    font-size: 1.2vw;
    color: #fff;
    margin-right: 20px;
}*/

.lightbox-unit-size {
    font-family: 'opensans';
    font-size: 0.8vw;
    color: #fff;
    margin-right: 20px;
}

/*.lightbox-unit-price{
    font-family: 'opensans';
    font-size: 1.2vw;
    color: #fff;
    float: right;
}*/

.lightbox-unit-price {
    font-family: 'opensans';
    font-size: 0.8vw;
    color: #fff;
    float: right;
}


.featherlight .featherlight-content{
    width: 30%;
    padding: 0 !important;
    border-bottom: 0 !important;
}

.featherlight .featherlight-close-icon{
    background: transparent !important;
    color: #fff !important;
    font-size: 1.5vw;
    margin-top: 2.5%;
    margin-right: 2.5%;
}

.featherlight .featherlight-close-icon:hover{
    opacity: 0.7;
}

.featherlight .featherlight-close-icon:focus{
    outline: none;
}

.bottom-right-panel{
    display: none;
}

.project-unit-wrapper-mobile{
    display: none;
}








@media only screen and (max-width: 1366px){
    
    .step-2 {
        width: 130px;
        position: absolute;
        outline: none;
        margin-top: 16%;
        margin-left: 13%;
        border: 1px solid #58595b;
    }
    
    .lot-1-details {
        width: 130px;
        position: absolute;
        margin-top: -6%;
        margin-left: 6%;
        display: none;
        outline: none;
        border: 1px solid #58595b;
    }
    .lot-2-details {
        width: 130px;
        position: absolute;
        margin-top: -6%;
        margin-left: 13%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-3-details {
        width: 130px;
        position: absolute;
        margin-top: -9%;
        margin-left: 20%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-3a-details {
        width: 130px;
        position: absolute;
        margin-top: -13%;
        margin-left: 26%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-5-details {
        width: 130px;
        position: absolute;
        margin-top: -14%;
        margin-left: 33%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-6-details {
        width: 130px;
        position: absolute;
        margin-top: -16%;
        margin-left: 38%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-7-details {
        width: 130px;
        position: absolute;
        margin-top: -18%;
        margin-left: 45%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-8-details {
        width: 130px;
        position: absolute;
        margin-top: -21%;
        margin-left: 51%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-9-details {
        width: 130px;
        position: absolute;
        margin-top: 17%;
        margin-left: 80%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-10-details {
        width: 130px;
        position: absolute;
        margin-top: 20%;
        margin-left: 73%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-11-details {
        width: 130px;
        position: absolute;
        margin-top: 27%;
        margin-left: 54%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-12-details {
        width: 130px;
        position: absolute;
        margin-top: 29%;
        margin-left: 47%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-13-details {
        width: 130px;
        position: absolute;
        margin-top: 32%;
        margin-left: 41%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-13a-details {
        width: 130px;
        position: absolute;
        margin-top: 34%;
        margin-left: 35%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .floor-plan-arrow {
        width: 9%;
        padding: 0 3% 0 0;
        float: right;
        margin-top: 15%;
    }
    .floor-plan-lbl {
        width: 80%;
        font-weight: bold;
        font-size: 4vw;
        font-family: 'opensanslight';
        color: #02abc5;
        float: left;
        text-align: right;
    }
    .step-lbl {
        background-color: #02abc5;
        padding: 8px 10px;
        text-align: center;
        font-family: 'opensansbold';
        font-size: 14px;
        color: #fff;
    }
    .step-desc {
        box-sizing: border-box;
        padding: 8px 10px;
        font-family: 'opensans';
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        color: #58595b;
    }
    .step-1 {
        width: 130px;
        position: absolute;
        outline: none;
        right: 0;
        margin-top: -16%;
        margin-right: 2%;
        border: 1px solid #58595b;
    }
    .line-step-1 {
        position: absolute;
        width: 40px;
        margin-left: -36px;
        margin-top: 13px;
        -ms-transform: rotate -ms-transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        border-top: 1px solid #58595b;
    }
    /*.level-lbl{
        display: block;
        width: 27%;
        float: left;
        font-family: 'opensanslight';
        color: #02abc5;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }*/

    
}






@media only screen and (max-width : 1024px){
    
    .step-2 {
        width: 130px;
        position: absolute;
        outline: none;
        margin-top: 13%;
        margin-left: 6%;
        border: 1px solid #58595b;
    }
    
    html, body {
        margin: 0;
        /*min-width: 1024px;*/
        overflow-x: auto;
    }
    .site-layout-plan-wrapper {
        width: 50%;
        margin: auto;
        margin-top: 40px;
    }
    .site-layout-plan-lbl {
        font-family: 'opensanslight';
        font-size: 20px;
        color: #58595b;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .building-block-lbl {
        font-family: 'opensanslight';
        font-size: 22px;
        color: #02abc5;
        text-align: center;
    }
    .building-block-wrapper {
        width: 50%;
        margin: auto;
        margin-top: 50px;
        position: relative;
    }
    .building-block-img {
        width: 100%;
        margin-top: 10px;
        position: relative;
    }
    .step-1 {
        width: 100px;
        position: absolute;
        outline: none;
        right: 0;
        margin-top: -23%;
        margin-right: 2%;
        border: 1px solid #58595b;
    }
    .step-desc {
        box-sizing: border-box;
        padding: 8px 10px;
        font-family: 'opensans';
        font-size: 13px;
        line-height: 17px;
        text-align: center;
        background-color: #fff;
        color: #58595b;
    }
    .step-lbl {
        background-color: #02abc5;
        padding: 8px 10px;
        text-align: center;
        font-family: 'opensansbold';
        font-size: 13px;
        color: #fff;
    }
    
    .project-name {
        display: block;
        width: 110px;
    }
    .project-name-wrapper {
        width: 110px;
    }
    .top-left-panel {
        width: 110px;
        margin-left: 40px;
        margin-top: 40px;
    }
    .top-right-panel {
        width: 120px;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 40px;
        margin-top: 40px;
    }
    .total-units {
        font-family: 'opensanslight';
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
        color: #58595b;
    }
    .sold-units {
        font-family: 'opensanslight';
        line-height: 24px;
        font-size: 14px;
        margin-top: 0;
        color: #58595b;
    }
    .available-units {
        font-family: 'opensanslight';
        line-height: 20px;
        margin-top: 0;
        font-size: 14px;
        color: #58595b;
    }
    .project-unit-wrapper {
        padding-bottom: 15px;
        border-bottom: 1px solid #7dcdcb;
    }
    .legend-lbl {
        font-family: 'opensanslight';
        font-size: 18px;
        line-height: 20px;
        color: #58595b;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
    .available-lbl {
        font-family: 'opensanslight';
        font-size: 14px;
        color: #58595b;
        line-height: 16px;
        display: block;
        margin-left: 8px;
        float: left;
    }
    .selected-lbl {
        font-family: 'opensanslight';
        font-size: 14px;
        color: #58595b;
        line-height: 16px;
        display: block;
        margin-left: 8px;
        float: left;
    }
    .sold-lbl {
        font-family: 'opensanslight';
        font-size: 14px;
        color: #58595b;
        line-height: 16px;
        display: block;
        margin-left: 8px;
        float: left;
    }
    .level-lbl {
        display: block;
        width: 28%;
        float: left;
        font-family: 'opensanslight';
        color: #02abc5;
        line-height: 21px;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
    }
    .level-img {
        display: block;
        width: 72%;
        float: left;
        margin-left: -1px;
    }
    .level-lbl-not-available {
        display: block;
        width: 28%;
        float: left;
        font-family: 'opensanslight';
        color: #f2706a;
        line-height: 21px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
    .floor-plan-arrow {
        width: 9%;
        padding: 0 3% 0 0;
        float: right;
        margin-top: 18%;
    }
    .floor-plan-lbl {
        width: 79%;
        font-weight: bold;
        font-size: 4.5vw;
        font-family: 'opensanslight';
        color: #02abc5;
        float: left;
        text-align: right;
    }
    .lot-1-details {
        width: 130px;
        position: absolute;
        margin-top: -15%;
        margin-left: 0%;
        display: none;
        outline: none;
        border: 1px solid #58595b;
    }
    .lot-2-details {
        width: 130px;
        position: absolute;
        margin-top: -17%;
        margin-left: 7%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-3-details {
        width: 130px;
        position: absolute;
        margin-top: -20%;
        margin-left: 14%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-3a-details {
        width: 130px;
        position: absolute;
        margin-top: -24%;
        margin-left: 20%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-5-details {
        width: 130px;
        position: absolute;
        margin-top: -24%;
        margin-left: 27%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-6-details {
        width: 130px;
        position: absolute;
        margin-top: -26%;
        margin-left: 33%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-7-details {
        width: 130px;
        position: absolute;
        margin-top: -29%;
        margin-left: 40%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-8-details {
        width: 130px;
        position: absolute;
        margin-top: -31%;
        margin-left: 46%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-9-details {
        width: 130px;
        position: absolute;
        margin-top: 18%;
        margin-left: 80%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-10-details {
        width: 130px;
        position: absolute;
        margin-top: 20%;
        margin-left: 73%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-11-details {
        width: 130px;
        position: absolute;
        margin-top: 27%;
        margin-left: 55%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-12-details {
        width: 130px;
        position: absolute;
        margin-top: 29%;
        margin-left: 47%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-13-details {
        width: 130px;
        position: absolute;
        margin-top: 32%;
        margin-left: 41%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-13a-details {
        width: 130px;
        position: absolute;
        margin-top: 34%;
        margin-left: 34%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
}






@media (max-width: 768px){
    
    html,body{
        overflow-x: hidden;
        min-width: 100%;
    }
    
    
    .container-left {
        width: 100%;
        height: 100%;
        float: left;
        background-color: #fff;
        position: relative;
    }
    
    .top-left-panel {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        background-color: #fff;
    }
    
    
    .project-name-wrapper{
        width: 100%;
    }
    
    
    .project-block-wrapper a{
        text-decoration: none;
    }
    
    .project-name {
        width: 126px;
        margin: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .project-block-wrapper {
        display: block;
        text-align: center;
        padding: 10px 0 35px 0;
    }
    
    .project-name-wrapper {
        background-color: #d9eeea;
    }
    
    .block-a-lbl{
        font-family: 'opensanslight';
        color: #02abc5;
        font-size: 30px;
        /*margin-right: 15px; */    
        padding: 8px 30px;
        box-sizing: border-box; 
    }
    .block-lbl-active{
        border: 1px solid #02abc5 !important;  
    }
    
    .block-b-lbl{
        font-family: 'opensanslight';
        color: #02abc5;
        font-size: 30px;
        margin-left: 15px; 
        padding: 8px 30px;
        box-sizing: border-box;
        border: 1px solid transparent;
    }
    
    /*.block-b-lbl:hover{
        border: 1px solid #02abc5;
        cursor: pointer;
    }*/
    
    .project-unit-wrapper-mobile{
        display: block;
    }
    
    .project-unit-wrapper{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        border-bottom: 0;
        padding-bottom: 0;
    }
    
    .total-units{
        margin-top: 15px;
        width: 170px;
        padding: 6px 0;
        float: left;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 20px;
        color: #02abc5;
        border-right: 1px solid #7dcdcb;
    }
    
    .sold-units{
        width: 170px;
        padding: 6px 0;
        margin-top: 15px;
        float: left;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 20px;
        color: #02abc5;
        border-right: 1px solid #7dcdcb;
    }
    
    .available-units{
        width: 140px;
        padding: 6px 0;
        margin-top: 15px;
        float: left;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 20px;
        color: #02abc5;
    }
    
    .mobile-info-floor{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 20px;
        color: #02abc5;
    }
    
    .mobile-info-unit{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 20px;
        color: #02abc5;
        display: none;
    }
    
    .floor-plan-wrapper {
        width: 80%;
        margin: auto;
        position: relative;
        margin-top: 180px;
    }
    
    .floor-plan-rotate{
        transform: rotate3d(5, 2, -3, 70deg);
        -webkit-transform: rotate3d(5, 2, -3, 70deg);
        float: left;
        transform-style: preserve-3d;    
        -webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
        margin-left: 0;
    }
    
    #bottom-right-panel {
        width: 100%;
        position: absolute;
        display: none;
        justify-content: center;
        right: 0;
        bottom: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .top-right-panel{
        display: none;
    }
    
    .legend-lbl {
        font-family: 'opensanslight';
        font-size: 26px;
        color: #6d6e71;
        margin-bottom: 10px;
        width: 100px;
        float: left;          
        text-align: center;
        width: 100%;
        display: none;
    }
    
    .legend-content {
        justify-content: center;
        display: flex;
        float: left;
        width: 100%;
    }
    
    .available-legend {
        margin-bottom: 0;
        margin-top: 12px;
        margin-left: 20px;
        width: 120px;
        float: left;
    }
    
    .selected-legend {
        margin-bottom: 0;
        margin-top: 12px;
        width: 140px;
        float: left;
    }
    
    .sold-legend {
        margin-bottom: 0;
        margin-top: 12px;
        width: 140px;
        float: left;
    }
    
    .floor-plan-rotate-left {
        width: 25%;
        float: left;
        margin-top: 14%;
    }
    
    
    .unit-5{
        position: absolute;
        top: 2px;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 0;
    }

    .unit-5 img{
        width: 100%;
    }

    .unit-5:hover{
        position: absolute;
        top: 2px;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-5:focus{
        position: absolute;
        top: 2px;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
        outline: none;
    }

    .unit-5-red{
        position: absolute;
        top: 2px;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
    }


    .unit-9{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.4%;
        opacity: 0;
    }

    .unit-9 img{
        width: 100%;
    }

    .unit-9:hover{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.4%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-9:focus{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.4%;
        opacity: 1;
        outline: none;
    }

    .unit-9-red{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.4%;
        opacity: 1;
    }

    .unit-9-red img{
        width: 100%;
    }

    .unit-10{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 0;
    }

    .unit-10 img{
        width: 100%;
    }

    .unit-10:hover{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-10:focus{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        outline: none;
    }

    .unit-10-red{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
    }

    .unit-10-red img{
        width: 100%;
    }

    .unit-11{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 10.9%;
        margin-left: 26.7%;
        opacity: 0;
    }

    .unit-11 img{
        width: 100%;
    }

    .unit-11:hover{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 10.9%;
        margin-left: 26.7%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-11:focus{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 10.9%;
        margin-left: 26.7%;
        opacity: 1;
        outline: none;
    }

    .unit-11-red{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 10.9%;
        margin-left: 26.7%;
        opacity: 1;
    }

    .unit-11-red img{
        width: 100%;
    }   

    .unit-12{
        position: absolute;
        top: 46%;
        z-index: 1;
        width: 8.2%;
        margin-left: 18.6%;
        opacity: 0;
    }

    .unit-12 img{
        width: 100%;
    }

    .unit-12:hover{
        position: absolute;
        top: 46%;
        z-index: 1;
        width: 8.2%;
        margin-left: 18.6%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-12:focus{
        position: absolute;
        top: 46%;
        z-index: 1;
        width: 8.2%;
        margin-left: 18.6%;
        opacity: 1;
        outline: none;
    }

    .unit-12-red{
        position: absolute;
        top: 46%;
        z-index: 1;
        width: 8.2%;
        margin-left: 18.6%;
        opacity: 1;
    }

    .unit-12-red img{
        width: 100%;
    }
    
    .unit-13{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 8.2%;
        margin-left: 10.5%;
        opacity: 0;
    }

    .unit-13 img{
        width: 100%;
    }

    .unit-13:hover{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 8.2%;
        margin-left: 10.5%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-13:focus{
        position: absolute;
        top: 45.5%;
        z-index: 1;
        width: 8.2%;
        margin-left: 10.5%;
        opacity: 1;
        outline: none;
    }

    .unit-13-red{
        position: absolute;    
        top: 46.4%;
        z-index: 1;
        width: 8%;
        margin-left: 10.7%;
        opacity: 1;
    }

    .unit-13-red img{
        width: 100%;
    }
    .unit-14 {
        position: absolute;
        top: 45.4%;
        z-index: 1;
        width: 10.6%;   
        margin-left: 0;
        opacity: 0;
    }
    
    .unit-14:hover{
        position: absolute;
        top: 45.4%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
        cursor: pointer;
    }

    .unit-14:focus{
        position: absolute;
        top: 45.4%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
        outline: none;
    }

    .unit-14-red{
        position: absolute;
        top: 45.4%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
    }

    .unit-14-red img{
        width: 100%;
    }
    
    .featherlight .featherlight-content {
        width: 70%;
        padding: 0 !important;
        border-bottom: 0 !important;
    }
    
    /*.lightbox-unit-no {
        font-family: 'opensansbold';
        font-size: 20px;
        color: #fff;
        float: left;
        margin-right: 5px;
    }*/
    
    .lightbox-unit-no {
        font-family: 'opensansbold';
        font-size: 2vw;
        color: #fff;
        float: left;
        margin-right: 5px;
    }
    
    /*.lightbox-unit-bumi {
        font-family: 'opensans';
        font-size: 16px;
        color: #fff;
        float: left;
        margin-right: 20px;
        margin-top: 3px;
    }*/

    .lightbox-unit-bumi {
        font-family: 'opensans';
        font-size: 1.7vw;
        color: #fff;
        float: left;
        margin-right: 20px;
        margin-top: 0.5%;
    }
    
    /*.lightbox-unit-size {
        font-family: 'opensans';
        font-size: 20px;
        color: #fff;
        margin-right: 20px;
    }*/
    
    .lightbox-unit-size {
        font-family: 'opensans';
        font-size: 2vw;
        color: #fff;
        margin-right: 20px;
    }
    
    /*.lightbox-unit-price {
        font-family: 'opensans';
        font-size: 20px;
        color: #fff;
        margin-right: 0px;
    }*/
    
    .lightbox-unit-price {
        font-family: 'opensans';
        font-size: 2vw;
        color: #fff;
        margin-right: 0px;
    }
    
    .featherlight .featherlight-close-icon {
        background: transparent !important;
        color: #fff !important;
        font-size: 25px;
        margin-top: 2.5%;
        margin-right: 2.5%;
    }
    
    .floor-plan img{
        background-color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    #level-3a-unit-1-details {
        width: 110px;
        position: absolute;
        margin-top: -1%;
        margin-left: -5%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-2-details {
        width: 110px;
        position: absolute;
        margin-top: -5%;
        margin-left: 5%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-3-details {
        width: 110px;
        position: absolute;
        margin-top: -8%;
        margin-left: 14%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-4-details {
        width: 110px;
        position: absolute;
        margin-top: -10%;
        margin-left: 21%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-5-details {
        width: 110px;
        position: absolute;
        margin-top: -13%;
        margin-left: 29%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-6-details {
        width: 110px;
        position: absolute;
        margin-top: -16%;
        margin-left: 36%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-7-details {
        width: 110px;
        position: absolute;
        margin-top: -19%;
        margin-left: 45%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-8-details {
        width: 110px;
        position: absolute;
        margin-top: -22%;
        margin-left: 52%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-9-details {
        width: 110px;
        position: absolute;
        margin-top: 37%;
        margin-left: 39%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-10-details {
        width: 110px;
        position: absolute;
        margin-top: 34%;
        margin-left: 47%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-11-details {
        width: 110px;
        position: absolute;
        margin-top: 31%;
        margin-left: 55%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-12-details {
        width: 110px;
        position: absolute;
        margin-top: 28%;
        margin-left: 63%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-13-details {
        width: 110px;
        position: absolute;
        margin-top: 20%;
        margin-left: 85%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-3a-unit-14-details {
        width: 110px;
        position: absolute;
        margin-top: 17%;
        margin-left: 91%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4f-unit-1-details {
        width: 110px;
        position: absolute;
        margin-top: -1%;
        margin-left: -5%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-2-details {
        width: 110px;
        position: absolute;
        margin-top: -5%;
        margin-left: 5%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-3-details {
        width: 110px;
        position: absolute;
        margin-top: -8%;
        margin-left: 14%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-4-details {
        width: 110px;
        position: absolute;
        margin-top: -10%;
        margin-left: 21%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-5-details {
        width: 110px;
        position: absolute;
        margin-top: -13%;
        margin-left: 29%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-6-details {
        width: 110px;
        position: absolute;
        margin-top: -16%;
        margin-left: 36%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-7-details {
        width: 110px;
        position: absolute;
        margin-top: -19%;
        margin-left: 45%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-8-details {
        width: 110px;
        position: absolute;
        margin-top: -22%;
        margin-left: 52%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-9-details {
        width: 110px;
        position: absolute;
        margin-top: 37%;
        margin-left: 39%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-10-details {
        width: 110px;
        position: absolute;
        margin-top: 34%;
        margin-left: 47%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-11-details {
        width: 110px;
        position: absolute;
        margin-top: 31%;
        margin-left: 55%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-12-details {
        width: 110px;
        position: absolute;
        margin-top: 28%;
        margin-left: 63%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-13-details {
        width: 110px;
        position: absolute;
        margin-top: 20%;
        margin-left: 85%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .level-4f-unit-14-details {
        width: 110px;
        position: absolute;
        margin-top: 17%;
        margin-left: 91%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .container-right{
        display: none;
    }
    
    .container-mobile{
        display: inline-block;
        width: 100%;
    }
    
    .site-layout-plan-lbl {
        font-family: 'opensanslight';
        font-size: 26px;
        color: #58595b;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    
    #site-layout-plan-wrapper {
        width: 90%;
        margin: auto;
        margin-top: 50px;
        position: relative;
        display: none;
    }
    
    .site-layout-plan-img{
        cursor:auto;
        text-align: center;
    }
    
    .site-layout-plan-img img{
        width: 80%;
    }
    
    .building-block-mobile{
        width: 100%;
        text-align: center;
    }
    
    .building-block-mobile-wrapper {
        width: 85%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 80px;
    }
    
    .building-block-mobile-lbl {
        font-family: 'opensanslight';
        font-size: 28px;
        color: #02abc5;
        text-align: center;
        display: none;
    }
    
    .building-block-mobile-img{
        width: 100%;
        margin-top: 30px;
        position: relative;
    }

    .building-block-mobile-img img{
        width: 100%;
    }

    
    #a-3 {
        display: none;
    }
    
    #b-3{
        display: none;
    }
    
    #back-button-mobile{
        display: block;
        position: absolute;
        margin-top: -135px;
        cursor: pointer;
    } 
    
    .back-button-img{
        width: 25px;
        float: left;
    }
    
    .back-button-img img{
        width: 100%;
    }
    
    .back-button-lbl{
        font-family: 'opensanslight';
        color: #02abc5;
        font-size: 25px;
        line-height: 50px;
        display: block;
        width: 60px;
        margin-left: 10px;
        float: left;
    }
    
    
    
    
    
    .level-lbl {
        display: block;
        width: 23%;
        margin-right: 4%;
        float: left;
        font-size: 2.5vw;
        font-family: 'opensanslight';
        color: #02abc5;
        font-weight: bold;
        text-align: right;
    }
    .level-lbl-not-available {
        display: block;
        width: 23%;
        margin-right: 4%;
        float: left;
        font-size: 2.5vw;
        font-family: 'opensanslight';
        color: #f2706a;
        font-weight: bold;
        text-align: right;
    }
    
    
    
    #mobile-level-1{
        position: absolute;
        bottom: 0;
        margin-bottom: 34.2%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-2{
        position: absolute;
        bottom: 0;
        margin-bottom: 40.5%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-3{
        position: absolute;
        bottom: 0;
        margin-bottom: 46.9%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-4{
        position: absolute;
        bottom: 0;
        margin-bottom: 53.3%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-5{
        position: absolute;
        bottom: 0;
        margin-bottom: 59.7%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-6{
        position: absolute;
        bottom: 0;
        margin-bottom: 66%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-7{
        position: absolute;
        bottom: 0;
        margin-bottom: 72.4%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-8{
        position: absolute;
        bottom: 0;
        margin-bottom: 78.7%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-9{
        position: absolute;
        bottom: 0;
        margin-bottom: 85.1%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-10{
        position: absolute;
        bottom: 0;
        margin-bottom: 91.5%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-11{
        position: absolute;
        bottom: 0;
        margin-bottom: 97.9%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-12{
        position: absolute;
        bottom: 0;
        margin-bottom:104.2%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-13{
        position: absolute;
        bottom: 0;
        margin-bottom:110.7%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-14{
        position: absolute;
        bottom: 0;
        margin-bottom:116.9%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-15{
        position: absolute;
        bottom: 0;
        margin-bottom:123.3%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-16{
        position: absolute;
        bottom: 0;
        margin-bottom:129.8%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-17{
        position: absolute;
        bottom: 0;
        margin-bottom:136%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-18{
        position: absolute;
        bottom: 0;
        margin-bottom:142.5%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-19{
        position: absolute;
        bottom: 0;
        margin-bottom:148.7%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-20{
        position: absolute;
        bottom: 0;
        margin-bottom:155.1%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }

    #mobile-level-21{
        position: absolute;
        bottom: 0;
        margin-bottom:161.6%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #site-layout-plan-view-button{
        width: 100%;
        text-align: center;
        background-color: #d9eeea;
        color: #6d6e71;
        font-family: 'opensanslight';
        font-size: 22px;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        cursor: pointer;
    }
    
    #site-layout-plan-back-button{
        width: 100%;
        text-align: center;
        background-color: #d9eeea;
        color: #6d6e71;
        font-family: 'opensanslight';
        font-size: 22px;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        margin-top: 80px;
        display: none;
        cursor: pointer;
    }
    
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 99; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }

    /* Modal Content (image) */
    .modal-content {
        box-sizing: border-box;
        background-color: #fff;
        margin: auto;
        display: block;
        width: 100%;
    }
    
    .floor-plan-arrow {
        width: 7%;
        padding: 0 5% 0 0;
        float: right;
        margin-top: 12%;
    }
    
    .step-2{
        display: none;
        width: 130px;
        position: absolute;
        outline: none;
        margin-top: 20%;
        margin-left: 15%;
        border: 1px solid #58595b; 
    }
    
    .level-img {
        display: block;
        width: 72%;
        float: left;
        margin-left: 1px;
    }
    .level-lbl {
        display: block;
        width: 23%;
        margin-right: 4%;
        float: left;
        font-size: 2.5vw;
        line-height: 2vw;
        font-family: 'opensanslight';
        color: #02abc5;
        font-weight: bold;
        text-align: right;
    }
    .level-lbl-not-available {
        display: block;
        width: 23%;
        margin-right: 4%;
        float: left;
        font-size: 2.5vw;
        line-height: 2vw;
        font-family: 'opensanslight';
        color: #f2706a;
        font-weight: bold;
        text-align: right;
    }
    
    .unit-1 {
        position: absolute;
        top: 9%;
        z-index: 1;
        opacity: 0;
        width: 10.6%;
    }

    .unit-1 img{
        width: 100%;
    }

    .unit-1:hover{
        position: absolute;
        top: 7.6%;
        z-index: 1;
        opacity: 1;
        width: 10.6%;
        cursor: pointer;
    }

    .unit-1:focus{
        position: absolute;
        top: 7.6%;
        z-index: 1;
        opacity: 1;
        width: 10.6%;
        cursor: pointer;
        outline: none;
    }

    .unit-1-red {
        position: absolute;
        top: 7.6%;
        z-index: 1;
        opacity: 1;
        width: 10.6%;
    }

    .unit-1-red img{
        width: 100%;
    }
    
    
    .container-blk-b .unit-1 {
        position: absolute;
        top: 7.7%;
        z-index: 1;
        opacity: 0;
        width: 10.5%;
    }

    .container-blk-b .unit-1 img{
        width: 100%;
    }

    .container-blk-b .unit-1:hover{
        position: absolute;
        top: 7.7%;
        z-index: 1;
        opacity: 1;
        width: 10.5%;
        cursor: pointer;
    }

    .container-blk-b .unit-1:focus{
        position: absolute;
        top: 7.7%;
        z-index: 1;
        opacity: 1;
        width: 10.5%;
        cursor: pointer;
        outline: none;
    }

    .container-blk-b .unit-1-red {
        position: absolute;
        top: 7.7%;
        z-index: 1;
        opacity: 1;
        width: 10.5%;
    }

    .container-blk-b .unit-1-red img{
        width: 100%;
    }


    /*
    .unit-1-red{
        background-image: url(../images/plan-1-red.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 0;
        z-index: 4;
        opacity: 1;
        width: 13%;
    }
    */



    .unit-2 {
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 0;
    }

    .unit-2 img{
        width: 100%;
    }

    .unit-2:hover{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
        cursor: pointer;
    }
    .unit-2:focus{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
        outline: none;
    }

    .unit-2-red {
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
    }

    .unit-2-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-2 {
        position: absolute;
        top: 8.2%;
        z-index: 1;
        width: 8.4%;
        margin-left: 10.5%;
        opacity: 0;
    }

    .container-blk-b .unit-2 img{
        width: 100%;
    }

    .container-blk-b .unit-2:hover{
        position: absolute;
        top: 8.2%;
        z-index: 1;
        width: 8.4%;
        margin-left: 10.5%;
        opacity: 1;
        cursor: pointer;
    }
    .container-blk-b .unit-2:focus{
        position: absolute;
        top: 8.2%;
        z-index: 1;
        width: 8.4%;
        margin-left: 10.5%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-2-red {
        position: absolute;
        top: 8.2%;
        z-index: 1;
        width: 8.4%;
        margin-left: 10.5%;
        opacity: 1;
    }

    .container-blk-b .unit-2-red img{
        width: 100%;
    }
    

    .unit-3{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.7%;
        opacity: 0;
    }

    .unit-3 img{
        width: 100%;
    }

    .unit-3:hover{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        opacity: 1;
        width: 8.3%;
        margin-left: 18.7%;
        cursor: pointer;
    }

    .unit-3:focus{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        opacity: 1 !important;
        width: 8.3%;
        margin-left: 18.7%;
        outline: none;
    }

    .unit-3-red{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.7%;
        opacity: 1;
    }

    .unit-3-red img{
        width: 100%;
    }
    
    
    .container-blk-b .unit-3{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.7%;
        opacity: 0;
    }

    .container-blk-b .unit-3 img{
        width: 100%;
    }

    .container-blk-b .unit-3:hover{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        opacity: 1;
        width: 8.3%;
        margin-left: 18.7%;
        cursor: pointer;
    }

    .container-blk-b .unit-3:focus{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        opacity: 1 !important;
        width: 8.3%;
        margin-left: 18.7%;
        outline: none;
    }

    .container-blk-b .unit-3-red{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.7%;
        opacity: 1;
    }

    .container-blk-b .unit-3-red img{
        width: 100%;
    }
    
    

    .unit-4{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 0;
    }

    .unit-4 img{
        width: 100%;
    }

    .unit-4:hover{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-4:focus{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        outline: none;
    }

    .unit-4-red{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
    }

    .unit-4-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-4{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 0;
    }

    .container-blk-b .unit-4 img{
        width: 100%;
    }

    .container-blk-b .unit-4:hover{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-4:focus{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-4-red{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
    }

    .container-blk-b .unit-4-red img{
        width: 100%;
    }
    

    .unit-5{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 0;
    }

    .unit-5 img{
        width: 100%;
    }

    .unit-5:hover{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-5:focus{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
        outline: none;
    }

    .unit-5-red{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
    }

    .unit-5-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-5{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 0;
    }

    .container-blk-b .unit-5 img{
        width: 100%;
    }

    .container-blk-b .unit-5:hover{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-5:focus{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-5-red{
        position: absolute;
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
    }

    .container-blk-b .unit-5-red img{
        width: 100%;
    }
    
    

    .unit-6{
        position: absolute;
        /*top: 4.4px;*/
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43.1%;
        opacity: 0;
    }

    .unit-6 img{
        width: 100%;
    }

    .unit-6:hover{
        position: absolute;
        /*top: 4.4px;*/
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43.1%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-6:focus{
        position: absolute;
        /*top: 4.4px;*/
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43.1%;
        opacity: 1;
        outline: none;
    }

    .unit-6-red{
        position: absolute;
        /*top: 4.4px;*/
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43.1%;
        opacity: 1;
    }

    .unit-6-red img{
        width: 100%;
    }

    .container-blk-b .unit-6{
        position: absolute;
        /*top: 4.4px;*/
        top: 7.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 0;
    }

    .container-blk-b .unit-6 img{
        width: 100%;
    }

    .container-blk-b .unit-6:hover{
        position: absolute;
        /*top: 4.4px;*/
        top: 7.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-6:focus{
        position: absolute;
        /*top: 4.4px;*/
        top: 7.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-6-red{
        position: absolute;
        /*top: 4.4px;*/
        top: 7.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
    }

    .container-blk-b .unit-6-red img{
        width: 100%;
    }
    
    
    .unit-7{
        position: absolute;
        /*top: 4.4px;*/
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 0;
    }

    .unit-7 img{
        width: 100%;
    }

    .unit-7:hover{
        position: absolute;
        /*top: 4.4px;*/
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-7:focus{
        position: absolute;
        /*top: 4.4px;*/
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        outline: none;
    }

    .unit-7-red{
        position: absolute;
        /*top: 4.4px;*/
        top: 8.1%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
    }

    .unit-7-red img{
        width: 100%;
    }
    
    
    .container-blk-b .unit-7{
        position: absolute;
        /*top: 4.4px;*/
        top: 38%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 0;
    }

    .container-blk-b .unit-7 img{
        width: 100%;
    }

    .container-blk-b .unit-7:hover{
        position: absolute;
        /*top: 4.4px;*/
        top: 38%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-7:focus{
        position: absolute;
        /*top: 4.4px;*/
        top: 38%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-7-red{
        position: absolute;
        /*top: 4.4px;*/
        top: 38%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
    }

    .container-blk-b .unit-7-red img{
        width: 100%;
    }

    .unit-8{
        position: absolute;
        /*top: 4.4px;*/
        top: 7.2%;
        z-index: 1;    
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 0;
    }

    .unit-8 img{
        width: 100%;
    }

    .unit-8:hover{
        position: absolute;
        /*top: 4.4px;*/
        top: 7.2%;
        z-index: 1;    
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-8:focus{
        position: absolute;
        /*top: 4.4px;*/
        top: 7.2%;
        z-index: 1;    
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        outline: none;
    }

    .unit-8-red{
        position: absolute;
        /*top: 4.4px;*/
        top: 7.2%;
        z-index: 1;    
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
    }

    .unit-8-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-8{
        position: absolute;
        /*top: 4.4px;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 0;
    }

    .container-blk-b .unit-8 img{
        width: 100%;
    }

    .container-blk-b .unit-8:hover{
        position: absolute;
        /*top: 4.4px;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-8:focus{
        position: absolute;
        /*top: 4.4px;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-8-red{
        position: absolute;
        /*top: 4.4px;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
    }

    .container-blk-b .unit-8-red img{
        width: 100%;
    }
    

    .unit-9{
        position: absolute;
        /*top: 44.5%;*/
        top: 35.5%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 0;
    }

    .unit-9 img{
        width: 100%;
    }

    .unit-9:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-9:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        outline: none;
    }

    .unit-9-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
    }

    .unit-9-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-9{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43%;
        opacity: 0;
    }

    .container-blk-b .unit-9 img{
        width: 100%;
    }

    .container-blk-b .unit-9:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-9:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-9-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43%;
        opacity: 1;
    }

    .container-blk-b .unit-9-red img{
        width: 100%;
    }
    

    .unit-10{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 0;
    }

    .unit-10 img{
        width: 100%;
    }

    .unit-10:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-10:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        outline: none;
    }

    .unit-10-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
    }

    .unit-10-red img{
        width: 100%;
    }
    
    
    .container-blk-b .unit-10{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 0;
    }

    .container-blk-b .unit-10 img{
        width: 100%;
    }

    .container-blk-b .unit-10:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-10:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-10-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
    }

    .container-blk-b .unit-10-red img{
        width: 100%;
    }


    .unit-10-13{
        position: absolute;
        /*top: 52.5%;*/
        top: 43.8%;
        z-index: 1;
        width: 7%;
        margin-left: 52.4%;
        opacity: 0;
    }

    .unit-10-13 img{
        width: 100%;
    }

    .unit-10-13:hover{
        position: absolute;
        /*top: 52.5%;*/
        top: 43.8%;
        z-index: 1;
        width: 7%;
        margin-left: 52.4%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-10-13:focus{
        position: absolute;
        /*top: 52.5%;*/
        top: 43.8%;
        z-index: 1;
        width: 7%;
        margin-left: 52.4%;
        opacity: 1;
        outline: none;
    }

    .unit-10-13-red{
        position: absolute;
        /*top: 52.5%;*/
        top: 43.8%;
        z-index: 1;
        width: 7%;
        margin-left: 52.4%;
        opacity: 1;
    }

    .unit-10-13-red img{
        width: 100%;
    }

    .unit-11{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 26.8%;
        opacity: 0;
    }

    .unit-11 img{
        width: 100%;
    }

    .unit-11:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 26.8%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-11:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 26.8%;
        opacity: 1;
        outline: none;
    }

    .unit-11-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 10.7%;
        margin-left: 26.8%;
        opacity: 1;
    }

    .unit-11-red img{
        width: 100%;
    }
    
    
    .container-blk-b .unit-11{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 0;
    }

    .container-blk-b .unit-11 img{
        width: 100%;
    }

    .container-blk-b .unit-11:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-11:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-11-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
    }

    .container-blk-b .unit-11-red img{
        width: 100%;
    }

    .unit-12{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 0;
    }

    .unit-12 img{
        width: 100%;
    }

    .unit-12:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-12:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
        outline: none;
    }

    .unit-12-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
    }

    .unit-12-red img{
        width: 100%;
    }

    .container-blk-b .unit-12{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 0;
    }

    .container-blk-b .unit-12 img{
        width: 100%;
    }

    .container-blk-b .unit-12:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-12:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-12-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
    }

    .container-blk-b .unit-12-red img{
        width: 100%;
    }
    

    .unit-13{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.9%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 0;
    }

    .unit-13 img{
        width: 100%;
    }

    .unit-13:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-13:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
        outline: none;
    }

    .unit-13-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
    }

    .unit-13-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-13{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 0;
    }

    .container-blk-b .unit-13 img{
        width: 100%;
    }

    .container-blk-b .unit-13:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-13:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-13-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.5%;
        opacity: 1;
    }

    .container-blk-b .unit-13-red img{
        width: 100%;
    }
    

    .unit-14{
        position: absolute;
        /*top: 44.5%;*/
        top: 38.3%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 0;
    }

    .unit-14 img{
        width: 100%;
    }

    .unit-14:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 38.3%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
        cursor: pointer;
    }

    .unit-14:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 38.3%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
        outline: none;
    }

    .unit-14-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 38.3%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
    }

    .unit-14-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-14{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.8%;
        z-index: 1;
        width: 10.7%;
        margin-left: 0.2%;
        opacity: 0;
    }

    .container-blk-b .unit-14 img{
        width: 100%;
    }

    .container-blk-b .unit-14:hover{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.8%;
        z-index: 1;
        width: 10.7%;
        margin-left: 0.2%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-14:focus{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.8%;
        z-index: 1;
        width: 10.7%;
        margin-left: 0.2%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-14-red{
        position: absolute;
        /*top: 44.5%;*/
        top: 37.8%;
        z-index: 1;
        width: 10.7%;
        margin-left: 0.2%;
        opacity: 1;
    }

    .container-blk-b .unit-14-red img{
        width: 100%;
    }
    
    
    
    .lot-1-details {
        width: 130px;
        position: absolute;
        margin-top: -17%;
        margin-left: 4%;
        display: none;
        outline: none;
        border: 1px solid #58595b;
    }
    .lot-2-details {
        width: 130px;
        position: absolute;
        margin-top: -17%;
        margin-left: 11%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-3-details {
        width: 130px;
        position: absolute;
        margin-top: -20%;
        margin-left: 17%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-3a-details {
        width: 130px;
        position: absolute;
        margin-top: -25%;
        margin-left: 23%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-5-details {
        width: 130px;
        position: absolute;
        margin-top: -25%;
        margin-left: 29%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-5-details {
        width: 130px;
        position: absolute;
        margin-top: -30%;
        margin-left: 42%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    
    .lot-6-details {
        width: 130px;
        position: absolute;
        margin-top: -27%;
        margin-left: 35%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-6-details {
        width: 130px;
        position: absolute;
        margin-top: -33%;
        margin-left: 49%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-7-details {
        width: 130px;
        position: absolute;
        margin-top: -29%;
        margin-left: 43%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-7-details {
        width: 130px;
        position: absolute;
        margin-top: 14%;
        margin-left: 82%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-8-details {
        width: 130px;
        position: absolute;
        margin-top: -32%;
        margin-left: 49%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-8-details {
        width: 130px;
        position: absolute;
        margin-top: 16%;
        margin-left: 75%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-9-details {
        width: 130px;
        position: absolute;
        margin-top: 15%;
        margin-left: 81%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-9-details {
        width: 130px;
        position: absolute;
        margin-top: 19%;
        margin-left: 69%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-10-details {
        width: 130px;
        position: absolute;
        margin-top: 17%;
        margin-left: 75%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-10-details {
        width: 130px;
        position: absolute;
        margin-top: 21%;
        margin-left: 62%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-11-details {
        width: 130px;
        position: absolute;
        margin-top: 24%;
        margin-left: 57%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-11-details {
        width: 130px;
        position: absolute;
        margin-top: 24%;
        margin-left: 56%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-12-details {
        width: 130px;
        position: absolute;
        margin-top: 27%;
        margin-left: 50%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-12-details {
        width: 130px;
        position: absolute;
        margin-top: 25%;
        margin-left: 49%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-13-details {
        width: 130px;
        position: absolute;
        margin-top: 29%;
        margin-left: 43%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-13-details {
        width: 130px;
        position: absolute;
        margin-top: 28%;
        margin-left: 43%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-13a-details {
        width: 130px;
        position: absolute;
        margin-top: 32%;
        margin-left: 37%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-13a-details {
        width: 130px;
        position: absolute;
        margin-top: 31%;
        margin-left: 37%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    
    
    
    
    
    
    
    
    
}

@media (max-width: 600px){
    .level-lbl {
        display: block;
        width: 23%;
        margin-right: 4%;
        font-size: 3.1vw;
        float: left;
        font-family: 'opensanslight';
        color: #02abc5;
        font-weight: bold;
        text-align: right;
    }
    .level-lbl-not-available {
        display: block;
        width: 23%;
        margin-right: 4%;
        float: left;
        font-size: 3.1vw;
        font-family: 'opensanslight';
        color: #f2706a;
        font-weight: bold;
        text-align: right;
    }
}
@media (max-width: 480px){

        
    .project-block-wrapper {
        display: block;
        text-align: center;
        padding: 10px 0 20px 0;
        width: 100%;
    }
    .project-block-wrapper a{
        text-decoration: none;
    }
    .project-block-wrapper {
        display: block;
        text-align: center;
        padding: 10px 0 20px 0;
        width: 100%;
    }
    
    .block-a-lbl {
        font-family: 'opensanslight';
        color: #02abc5;
        font-size: 18px;
        /*margin-right: 10px;*/
        padding: 5px 20px;
        box-sizing: border-box;
    }
    
    .block-lbl-active {
        border: 1px solid #7dcdcb !important;
    }
    
    .block-b-lbl {
        font-family: 'opensanslight';
        color: #02abc5;
        font-size: 18px;
        margin-left: 10px;
        padding: 5px 20px;
        box-sizing: border-box;
    }
    
    .project-name-wrapper {
        background-color: #d9eeea;
    }
    
    .project-name {
        font-family: 'opensanslight';
        font-size: 35px;
        line-height: 28px;
        width: 86px;
        color: #6d6e71;
        margin: auto;
        padding-top: 20px;
        letter-spacing: 10px;
        padding-bottom: 15px;
        border-bottom: 0;
    }
    
    .project-unit-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    .total-units {
        margin-top: 8px;
        width: 33.33%;
        padding: 3px 8px;
        float: left;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 12px;
        line-height: 15px;
        color: #02abc5;
        border-right: 1px solid #7dcdcb;
    }
    
    .sold-units {
        width: 33.33%;
        padding: 3px 12px;
        margin-top: 8px;
        float: left;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 12px;
        line-height: 15px;
        color: #02abc5;
        border-right: 1px solid #7dcdcb;
    }
    
    .available-units {
        width: 33.33%;
        box-sizing: border-box;
        padding: 3px 8px;
        margin-top: 8px;
        float: left;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 12px;
        line-height: 15px;
        color: #02abc5;
    }
    
    .mobile-info-floor{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 12px;
        color: #02abc5;
    }
    
    .mobile-info-unit{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        font-family: 'opensanslight';
        font-size: 12px;
        color: #02abc5;
        display: none;
    }
    
    .building-block-mobile-img {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    
    #site-layout-plan-view-button {
        width: 100%;
        text-align: center;
        background-color: #d9eeea;
        color: #6d6e71;
        font-family: 'opensanslight';
        font-size: 17px;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        cursor: pointer;
    }
    
    .building-block-wrapper {
        width: 50%;
        margin: auto;
        margin-top: 0;
        position: relative;
    }
    
    .level-lbl {
        display: block;
        width: 23%;
        margin-right: 4%;
        font-size: 3vw;
        line-height: 11px;
        float: left;
        font-family: 'opensanslight';
        color: #02abc5;
        font-weight: bold;
        text-align: right;
    }
    
    .level-lbl-not-available {
        display: block;
        width: 23%;
        margin-right: 4%;
        font-size: 3vw;
        line-height: 11px;
        float: left;
        font-family: 'opensanslight';
        color: #f2706a;
        font-weight: bold;
        text-align: right;
    }
    
    .container-mobile {
        display: block;
        width: 100%;
    }
    
    
    #mobile-level-1 {
        position: absolute;
        bottom: 0;
        margin-bottom: 34%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    #mobile-level-2 {
        position: absolute;
        bottom: 0;
        margin-bottom: 40.4%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-3 {
        position: absolute;
        bottom: 0;
        margin-bottom: 46.8%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-4 {
        position: absolute;
        bottom: 0;
        margin-bottom: 53.3%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-5 {
        position: absolute;
        bottom: 0;
        margin-bottom: 59.7%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-6 {
        position: absolute;
        bottom: 0;
        margin-bottom: 66%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-7 {
        position: absolute;
        bottom: 0;
        margin-bottom: 72.5%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-8 {
        position: absolute;
        bottom: 0;
        margin-bottom: 78.5%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-9 {
        position: absolute;
        bottom: 0;
        margin-bottom: 85%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-10 {
        position: absolute;
        bottom: 0;
        margin-bottom: 91.4%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-11 {
        position: absolute;
        bottom: 0;
        margin-bottom: 97.8%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-12 {
        position: absolute;
        bottom: 0;
        margin-bottom: 104.3%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-13 {
        position: absolute;
        bottom: 0;
        margin-bottom: 110.2%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-14 {
        position: absolute;
        bottom: 0;
        margin-bottom: 116.6%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-15 {
        position: absolute;
        bottom: 0;
        margin-bottom: 123.1%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-16 {
        position: absolute;
        bottom: 0;
        margin-bottom: 129.5%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-17 {
        position: absolute;
        bottom: 0;
        margin-bottom: 135.9%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-18 {
        position: absolute;
        bottom: 0;
        margin-bottom: 142.4%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-19 {
        position: absolute;
        bottom: 0;
        margin-bottom: 148.8%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-20 {
        position: absolute;
        bottom: 0;
        margin-bottom: 154.9%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    #mobile-level-21 {
        position: absolute;
        bottom: 0;
        margin-bottom: 161.2%;
        width: 79%;
        opacity: 1;
        cursor: pointer;
    }
    
    
    
    
    
    
    #bottom-right-panel {
        width: 100%;
        position: absolute;
        display: none;
        text-align: center;
        justify-content: center;
        right: 0;
        bottom: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .legend-lbl {
        font-family: 'opensanslight';
        font-size: 12px;
        color: #6d6e71;
        margin-bottom: 0;
        width: 100%;
        float: left;
        text-align: center;
        clear: both;
    }
    
    .available-box {
        display: block;
        float: left;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border: 1px solid #000;
    }
    
    .available-lbl {
        font-family: 'opensanslight';
        font-size: 12px;
        color: #6d6e71;
        line-height: 14px;
        display: block;
        margin-left: 7px;
        float: left;
    }
    
    .available-legend {
        margin-bottom: 0;
        margin-top: 5px;
        margin-left: 15px;
        width: 77px;
        float: left;
    }
    
    .selected-box {
        display: block;
        float: left;
        width: 12px;
        height: 12px;
        background-color: #ffd64f;
        border: 1px solid #000;
    }
    
    .selected-lbl {
        font-family: 'opensanslight';
        font-size: 12px;
        color: #6d6e71;
        line-height: 14px;
        display: block;
        margin-left: 8px;
        float: left;
    }
    
    .selected-legend {
        margin-bottom: 0;
        margin-top: 5px;
        margin-left: 13px;
        width: 106px;
        float: left;
    }
    
    .sold-box {
        display: block;
        float: left;
        width: 12px;
        height: 12px;
        background-color: #f2706a;
        border: 1px solid #000;
    }
    
    .sold-lbl {
        font-family: 'opensanslight';
        font-size: 12px;
        color: #6d6e71;
        line-height: 14px;
        display: block;
        margin-left: 8px;
        float: left;
    }
    
    .sold-legend {
        margin-bottom: 0;
        margin-top: 5px;
        margin-left: 10px;
        width: 80px;
        float: left;
    }
    
    .floor-plan-wrapper {
        width: 90%;
        margin-left: 0;
        margin-top: 130px;
        margin-bottom: 130px;
        position: absolute;
    }
    
    .floor-plan-rotate{
        transform: rotate3d(5, 2, -3, 70deg);
        -webkit-transform: rotate3d(5, 2, -3, 70deg);
        float: left;
    }
    
    #back-button-mobile {
        display: block;
        position: absolute;
        margin-left: 6%;
        margin-top: -115px;
        cursor: pointer;
    }
    
    .back-button-img {
        width: 15px;
        float: left;
    }
    
    .back-button-lbl {
        font-family: 'opensanslight';
        color: #02abc5;
        font-size: 20px;
        line-height: 29px;
        display: block;
        width: 45px;
        margin-left: 10px;
        float: left;
    }
    
    #site-layout-plan-wrapper {
        width: 89%;
        margin: auto;
        margin-top: 30px;
        position: relative;
        display: none;
    }
    
    .site-layout-plan-lbl {
        font-family: 'opensanslight';
        font-size: 20px;
        color: #58595b;
        margin-bottom: 8px;
        width: 100%;
        text-align: center;
    }
    
    .site-layout-plan-img img {
        width: 80%;
    }
    
    #site-layout-plan-back-button {
        width: 100%;
        text-align: center;
        background-color: #d9eeea;
        color: #6d6e71;
        font-family: 'opensanslight';
        font-size: 17px;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        bottom: 0;
        display: none;
        cursor: pointer;
    }
    
    .unit-no {
        font-family: 'opensansbold';
        font-size: 11px;
        width: 59px;
        display: block;
        margin: auto;
    }
    
    .unit-bumi {
        font-family: 'opensans';
        font-size: 10px;
        margin-top: 0;
    }
    
    .unit-size {
        font-family: 'opensans';
        font-size: 11px;
    }
    
    .unit-price {
        font-family: 'opensans';
        font-size: 11px;
    }
    
    .price {
        width: 90px;
        box-sizing: border-box;
        padding: 6px 6px;
        color: #58595b;
        line-height: 15px;
        text-align: center;
    }
    
    .plan {
        background-color: #02abc5;
        padding: 6px 6px;
        text-align: center;
        font-family: 'opensansbold';
        font-size: 11px;
        color: #fff;
    }
    
    .details-plan{
        display: none;
    }
    
    .lot-1-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-2-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-3-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-3a-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-5-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-5-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-6-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-6-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-7-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-7-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .lot-8-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-8-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-9-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-9-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-10-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-10-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-11-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-11-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-12-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-12-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-13-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-13-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    .lot-13a-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    .container-blk-b .lot-13a-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    /*#b-3-1-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-2-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-3-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-3a-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-5-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-6-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-7-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-8-details {
        width: 90px;
        position: absolute;
        margin-top: -19%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-9-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-10-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-11-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-12-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-13-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #b-3-13a-details {
        width: 90px;
        position: absolute;
        margin-top: 23%;
        margin-left: 74%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }*/
    .unit-1 {
        position: absolute;
        top: 6.6%;
        z-index: 1;
        opacity: 0;
        width: 10.6%;
    }
    .unit-1 img{
        width: 100%;
    }

    .unit-1:hover{
        position: absolute;
        top: 6.6%;
        z-index: 1;
        width: 10.6%;
        opacity: 1;
        cursor: pointer;
    }
    .unit-1:focus{
        position: absolute;
        top: 6.6%;
        z-index: 1;
        width: 10.6%;
        opacity: 1;
        outline: none;
    }

    .unit-1-red {
        position: absolute;
        top: 6.6%;
        z-index: 1;
        width: 10.6%;
        opacity: 1;
    }

    .unit-1-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-1 {
        position: absolute;
        top: 7%;
        z-index: 1;
        opacity: 0;
        width: 10.5%;
    }

    .container-blk-b .unit-1 img{
        width: 100%;
    }

    .container-blk-b .unit-1:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        opacity: 1;
        width: 10.5%;
        cursor: pointer;
    }

    .container-blk-b .unit-1:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        opacity: 1;
        width: 10.5%;
        cursor: pointer;
        outline: none;
    }

    .container-blk-b .unit-1-red {
        position: absolute;
        top: 7%;
        z-index: 1;
        opacity: 1;
        width: 10.5%;
    }

    .container-blk-b .unit-1-red img{
        width: 100%;
    }
    
    
    .unit-2 {
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.6%;
        opacity: 0;
    }

    .unit-2 img{
        width: 100%;
    }

    .unit-2:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.6%;
        opacity: 1;
        cursor: pointer;
    }
    .unit-2:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.6%;
        opacity: 1;
        outline: none;
    }

    .unit-2-red {
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 10.6%;
        opacity: 1;
    }

    .unit-2-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-2 {
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.4%;
        margin-left: 10.5%;
        opacity: 0;
    }

    .container-blk-b .unit-2 img{
        width: 100%;
    }

    .container-blk-b .unit-2:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.4%;
        margin-left: 10.5%;
        opacity: 1;
        cursor: pointer;
    }
    .container-blk-b .unit-2:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.4%;
        margin-left: 10.5%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-2-red {
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.4%;
        margin-left: 10.5%;
        opacity: 1;
    }

    .container-blk-b .unit-2-red img{
        width: 100%;
    }
    
    
    .unit-3{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        opacity: 0;
        margin-left: 18.7%;
    }

    .unit-3 img{
        width: 100%;
    }

    .unit-3:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        opacity: 1;
        margin-left: 18.7%;
        cursor: pointer;
    }

    .unit-3:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        opacity: 1 !important;
        margin-left: 18.7%;
        outline: none;
    }

    .unit-3-red{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        opacity: 1;
        margin-left: 18.7%;
    }

    .unit-3-red img{
        width: 100%;
    }
    
    
    .container-blk-b .unit-3{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.7%;
        opacity: 0;
    }

    .container-blk-b .unit-3 img{
        width: 100%;
    }

    .container-blk-b .unit-3:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        opacity: 1;
        width: 8.3%;
        margin-left: 18.7%;
        cursor: pointer;
    }

    .container-blk-b .unit-3:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        opacity: 1 !important;
        width: 8.3%;
        margin-left: 18.7%;
        outline: none;
    }

    .container-blk-b .unit-3-red{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.7%;
        opacity: 1;
    }

    .container-blk-b .unit-3-red img{
        width: 100%;
    }
    
    .unit-4{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 0;
    }

    .unit-4 img{
        width: 100%;
    }

    .unit-4:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-4:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        outline: none;
    }

    .unit-4-red{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
    }

    .unit-4-red img{
        width: 100%;
    }
    
    
    .container-blk-b .unit-4{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 0;
    }

    .container-blk-b .unit-4 img{
        width: 100%;
    }

    .container-blk-b .unit-4:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-4:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-4-red{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 26.8%;
        opacity: 1;
    }

    .container-blk-b .unit-4-red img{
        width: 100%;
    }

    .unit-5{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 0;
    }

    .unit-5 img{
        width: 100%;
    }

    .unit-5:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-5:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
        outline: none;
    }

    .unit-5-red{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 34.9%;
        opacity: 1;
    }

    .unit-5-red img{
        width: 100%;
    }
    
    
    .container-blk-b .unit-5{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 0;
    }

    .container-blk-b .unit-5 img{
        width: 100%;
    }

    .container-blk-b .unit-5:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-5:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-5-red{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
    }

    .container-blk-b .unit-5-red img{
        width: 100%;
    }
    

    .unit-6{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43.1%;
        opacity: 0;
    }

    .unit-6 img{
        width: 100%;
    }

    .unit-6:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43.1%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-6:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43.1%;
        opacity: 1;
        outline: none;
    }

    .unit-6-red{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 43.1%;
        opacity: 1;
    }

    .unit-6-red img{
        width: 100%;
    }
    
    .container-blk-b .unit-6{
        position: absolute;
        /*top: 4.4px;*/
        top: 7%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 0;
    }

    .container-blk-b .unit-6 img{
        width: 100%;
    }

    .container-blk-b .unit-6:hover{
        position: absolute;
        /*top: 4.4px;*/
        top: 7%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        cursor: pointer;
    }

    .container-blk-b .unit-6:focus{
        position: absolute;
        /*top: 4.4px;*/
        top: 7%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        outline: none;
    }

    .container-blk-b .unit-6-red{
        position: absolute;
        /*top: 4.4px;*/
        top: 7%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
    }

    .container-blk-b .unit-6-red img{
        width: 100%;
    }
    

    .unit-7{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 0;
    }

    .unit-7 img{
        width: 100%;
    }

    .unit-7:hover{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-7:focus{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        outline: none;
    }

    .unit-7-red{
        position: absolute;
        top: 7%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
    }

    .unit-7-red img{
        width: 100%;
    }

    .unit-8 {
        position: absolute;
        /* top: 4.4px; */
        top: 6.6%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 0;
    }
    .unit-8 img{
        width: 100%;
    }

    .unit-8:hover{
        position: absolute;
        top: 6.6%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-8:focus{
        position: absolute;
        top: 6.6%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
        outline: none;
    }

    .unit-8-red{
        position: absolute;
        top: 6.6%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.3%;
        opacity: 1;
    }

    .unit-8-red img{
        width: 100%;
    }
    
    .unit-9 {
        position: absolute;
        top: 38%%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.4%;
        opacity: 0;
    }
    .unit-9 img{
        width: 100%;
    }

    .unit-9:hover{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.4%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-9:focus{
        position: absolute;
        top: 38%%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.4%;
        opacity: 1;
        outline: none;
    }

    .unit-9-red{
        position: absolute;
        top: 38%%;
        z-index: 1;
        width: 10.7%;
        margin-left: 59.4%;
        opacity: 1;
    }

    .unit-9-red img{
        width: 100%;
    }
    
    .unit-10 {
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 0;
    }
    
    .unit-10 img{
        width: 100%;
    }

    .unit-10:hover{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-10:focus{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
        outline: none;
    }

    .unit-10-red{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 51.2%;
        opacity: 1;
    }

    .unit-10-red img{
        width: 100%;
    }
    
    .unit-11 {
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 10.8%;
        margin-left: 26.7%;
        opacity: 0;
    }
    .unit-11 img{
        width: 100%;
    }

    .unit-11:hover{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 10.8%;
        margin-left: 26.7%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-11:focus{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 10.8%;
        margin-left: 26.7%;
        opacity: 1;
        outline: none;
    }

    .unit-11-red{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 10.8%;
        margin-left: 26.7%;
        opacity: 1;
    }

    .unit-11-red img{
        width: 100%;
    }
    
    .unit-12 {
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 0;
    }
    .unit-12 img{
        width: 100%;
    }

    .unit-12:hover{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-12:focus{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
        outline: none;
    }

    .unit-12-red{
        position: absolute;
        top: 38%;
        z-index: 1;
        width: 8.3%;
        margin-left: 18.6%;
        opacity: 1;
    }

    .unit-12-red img{
        width: 100%;
    }
    
    .unit-13 {
        position: absolute;
        top: 38.2%;
        z-index: 1;
        width: 8.2%;
        margin-left: 10.6%;
        opacity: 0;
    }
    
    .unit-13 img{
        width: 100%;
    }

    .unit-13:hover{
        position: absolute;
        top: 38.2%;
        z-index: 1;
        width: 8.2%;
        margin-left: 10.6%;
        opacity: 1;
        cursor: pointer;
    }

    .unit-13:focus{
        position: absolute;
        top: 38.2%;
        z-index: 1;
        width: 8.2%;
        margin-left: 10.6%;
        opacity: 1;
        outline: none;
    }

    .unit-13-red{
        position: absolute;
        top: 38.2%;
        z-index: 1;
        width: 8.2%;
        margin-left: 10.6%;
        opacity: 1;
    }

    .unit-13-red img{
        width: 100%;
    }
    
    .unit-14 {
        position: absolute;
        top: 38.2%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 0;
        cursor: pointer;
    }
    .unit-14 img{
        width: 100%;
    }

    .unit-14:hover{
        position: absolute;
        top: 38.2%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
        cursor: pointer;
    }

    .unit-14:focus{
        position: absolute;
        top: 38.2%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
        outline: none;
    }

    .unit-14-red{
        position: absolute;
        top: 38.2%;
        z-index: 1;
        width: 10.6%;
        margin-left: 0;
        opacity: 1;
    }

    .unit-14-red img{
        width: 100%;
    }
    
    .legend-content {
        justify-content: center;
        display: flex;
        float: left;
        width: 100%;
    }
    
    /*
    .level-lbl {
        display: block;
        margin-top: 7px;
        width: 23%;
        margin-right: 4%;
        font-size: 10px;
        height: 21px;
        line-height: 11px;
        float: left;
        font-family: 'opensanslight';
        color: #7dcdcb;
        font-weight: bold;
        text-align: right;
    }
    .level-img {
        display: block;
        width: 73%;
        height: 2px;
        float: left;
    }*/
    
    .level-img {
        display: block;
        width: 72%;
        float: left;
        margin-top: -7px;
    }
    .building-block-mobile-wrapper {
        width: 85%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    
    
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }

    /* Modal Content (image) */
    .modal-content {
        box-sizing: border-box;
        background-color: #fff;
        margin: auto;
        display: block;
        width: 100%;
    }
    
    
    .featherlight .featherlight-close-icon {
        background: transparent !important;
        color: #fff !important;
        font-size: 4vw;
        width: 5% !important;
        line-height: 4vw !important;
        margin-top: 2.5%;
        margin-right: 2.5%;
    }
    
    /*.lightbox-desc {
        position: relative;
        text-align: center;
        float: left;
        margin-top: -8.5%;
        width: 100%;
        padding-left: 7%;
        padding-right: 7%;
    }
    */
    
    .lightbox-desc {
        position: relative;
        text-align: center;
        float: left;
        margin-top: -8.5%;
        width: 100%;
        padding-left: 7%;
        padding-right: 7%;
    }

    /*.lightbox-unit-no {
        font-family: 'opensansbold';
        font-size: 3.5vw;
        color: #fff;
        float: left;
        margin-right: 5px;
    }*/
    
    .lightbox-unit-no {
        font-family: 'opensansbold';
        font-size: 2.2vw;
        color: #fff;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }
    
    /*.lightbox-unit-bumi {
        font-family: 'opensans';
        font-size: 3vw;
        color: #fff;
        float: left;
        margin-right: 0;
        margin-top: 0.5%;
    }*/
    
    .lightbox-unit-bumi {
        font-family: 'opensans';
        font-size: 2vw;
        color: #fff;
        float: left;
        margin-right: 6px;
        margin-top: 2.5%;
    }
    
    /*.lightbox-unit-size {
        font-family: 'opensans';
        font-size: 3.5vw;
        color: #fff;
        margin-right: 0;
        float: left;
        margin-left: 2%;
    }*/
    
    .lightbox-unit-size {
        font-family: 'opensans';
        font-size: 2.2vw;
        color: #fff;
        margin-right: 0;
        margin-left: 0;
    }
    
    /*.lightbox-unit-price {
        font-family: 'opensans';
        font-size: 3.5vw;
        color: #fff;
        margin-right: 0px;
    }*/
    
    .lightbox-unit-price {
        font-family: 'opensans';
        font-size: 2.2vw;
        color: #fff;
        margin-top: 5px;
        margin-right: 0px;
    }
    
    .floor-plan-arrow {
        width: 8%;
        padding: 0 5% 0 0;
        float: right;
        margin-top: 3%;
    }
    
    .floor-plan-rotate-left {
        width: 25%;
        float: left;
        margin-top: 15%;
    }
    
}




@media (max-width: 320px){

    .floor-plan-wrapper {
        width: 90%;
        margin: auto;
        margin-left: 0;
        margin-top: 100px;
        position: absolute;
    }
    
    .floor-plan-rotate{
        transform: rotate3d(5, 2, -3, 70deg);
        -webkit-transform: rotate3d(5, 2, -3, 70deg);
        float: left;
    }
    
    .floor-plan img{
        background-color: #fff;
    }
    
    #level-3a-unit-1-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-3a-unit-2-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-3a-unit-3-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-3a-unit-4-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-3a-unit-5-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-3a-unit-6-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-3a-unit-7-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-3a-unit-8-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #back-button-mobile {
        display: block;
        position: absolute;
        margin-left: 10%;
        margin-top: -90px;
        cursor: pointer;
    }
    
    #level-4f-unit-1-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4f-unit-2-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4f-unit-3-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4f-unit-4-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4f-unit-5-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4f-unit-6-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4f-unit-7-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4f-unit-8-details {
        width: 90px;
        position: absolute;
        margin-top: -22%;
        margin-left: 10%;
        display: none;
        outline: none;
        border: 1px solid #000;
    }
    
    #level-4-back-button {
        display: block;
        position: absolute;
        margin-left: 10%;
        margin-top: -100px;
        cursor: pointer;
    }
}








