html,
body{
    margin: 0;
    padding: 0; 
    width: 100%;
    height: 100%;
    background: rgb(247 247 247);
}
body{
    transition: all 0.3s linear;
}
body *{
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

#map{position: absolute; top: 0; bottom: 0; width: 100%; z-index: 2; left: 0;}
#instructions{ position: absolute; bottom: 20px; left: 20px; width: 300px;max-height:400px;overflow-x: hidden;overflow-y: auto; z-index: 2;background: rgba(255,255,255,0.8);color:#000000;padding: 20px;}
.mapboxgl-ctrl-group{
    background-color: #61C299 !important;
    color: #FFFFFF !important;
    border-radius: 0px !important;
}
.mapboxgl-ctrl-group button{
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 0px !important;
    width: 34px;
    height: 34px;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{
    background-image: url("../images/fullscreen.svg") !important;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{
    background-image: url("../images/zoom_in.svg") !important;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{
    background-image: url("../images/zoom_out.svg") !important;
}
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{
    display: none !important;
}
.mapboxgl-ctrl-top-right{
    top: 150px !important;
    right: 25px !important;
}
.mapboxgl-ctrl-group:not(:empty) {
    box-shadow: none !important;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right{display: none;}
#info {
    display: table;
    position: relative;
    margin: 0px auto;
    word-wrap: anywhere;
    white-space: pre-wrap;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #000;
    background: rgba(255,255,255, 0.8);
    z-index: 12;
}
#logo{
    position: absolute;
    top: 50px;
    left: 50px;
    /*-
    width: 257px;
    height: 71px;
    */
    width: 13.5%;
    height: 70px;
    z-index: 15;
    background-image: url("../images/logo_brown.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.i_icon{
    position: absolute;
    top: 65px;
    right: 30px;
    width: 43px;
    height:43px;
    z-index: 10;
    cursor: pointer;
    background-image: url(../images/i.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.intro_overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 14;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: block;
    margin: 0 auto;
    background-image: url(../images/intro.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.popup{
    position: absolute;
    display: block;
    top: 30px;
    right: 30px;
    z-index: 10;
    padding: 30px;
    width: 380px;
    background-color: rgba(255,255,255,0.8);/*#fff;*/
    display: none;
    color:#543D20;
    font-size: 14px;
    line-height: 18px;
}
.popup #carouselExampleControls{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.popup img{
    max-width: 100%;
}
.filter{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
    padding: 70px 0 0;
}
.filter ul{
    padding: 0px 50px;
    margin: 0;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.filter ul li{
    padding: 0px 10px;
    padding-left: 30px;
    background-image: url(../images/flesh_unselected.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 37px;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    color: rgba(84, 61, 32,1);
}
.filter ul li.active{
    background-image: url(../images/flesh.svg);
    color: rgba(255,255,255,1) !important;
}
.filter ul li.accessibility{
    color: #B4BA4E;
}
.filter ul li.retail{
    color: #9163AB;
}
.filter ul li.hospitals{
    color: #4CB5B9;
}
.filter ul li.schools{
    color: #B055A2;
}
.filter ul li.landmarks{
    color: #6862AC;
}
.filter ul li.projects{
    color: #608BC2;
}
.filter ul li.accessibility.active{
    background-color: #B4BA4E;
}
.filter ul li.retail.active{
    background-color: #9163AB;
}
.filter ul li.hospitals.active{
    background-color: #4CB5B9;
}
.filter ul li.schools.active{
    background-color: #B055A2;
}
.filter ul li.landmarks.active{
    background-color: #6862AC;
}
.filter ul li.projects.active{
    background-color: #608BC2;
}
.filter ul li::last-child{
    margin-right: 0px;
}
.pulse-marker {
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #fff;
    box-shadow: 0 0 0 0 #fff, inset 0 0 0 4px rgba(0, 0, 0, .25), 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.7),inset 0 0 0 4px rgba(0,0,0,.25),0 4px 4px rgba(0,0,0,.25);
    }
    70% {
        box-shadow: 0 0 0 10px hsla(0,0%,100%,0),inset 0 0 0 4px rgba(0,0,0,.25),0 4px 4px rgba(0,0,0,.25);
    }
    100% {
        box-shadow: 0 0 0 0 hsla(0,0%,100%,0),inset 0 0 0 4px rgba(0,0,0,.25),0 4px 4px rgba(0,0,0,.25);
    }
}
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.7),inset 0 0 0 4px rgba(0,0,0,.25),0 4px 4px rgba(0,0,0,.25);
    }
    70% {
        box-shadow: 0 0 0 10px hsla(0,0%,100%,0),inset 0 0 0 4px rgba(0,0,0,.25),0 4px 4px rgba(0,0,0,.25);
    }
    100% {
        box-shadow: 0 0 0 0 hsla(0,0%,100%,0),inset 0 0 0 4px rgba(0,0,0,.25),0 4px 4px rgba(0,0,0,.25);
    }
}
.tmp-vertical-popup,
.vertical-popup{width:300px !important;max-width: 300px !important;}

.trip-popup .mapboxgl-popup-content,
.tmp-vertical-popup .mapboxgl-popup-content,
.vertical-popup .mapboxgl-popup-content{background-color: rgba(255,255,255,.8) !important;}

.trip-popup  .mapboxgl-popup-tip,
.tmp-vertical-popup .mapboxgl-popup-tip,
.vertical-popup .mapboxgl-popup-tip{visibility:hidden !important;}

.project-popup .project_title{color:#AD7E42; font-size: 16px;}
.project-popup .project_brief1{color:#543D20; font-size: 12px; text-align: right !important;text-transform: uppercase;}
.project-popup .project_brief2{color:rgba(84,61,36,.6); font-size: 14px; text-align: center !important; margin-top: 5px;text-transform: uppercase;}
.trip-popup{color:#AD7E42; font-size: 12spx;}

.popup_roads,
.container_popup.accessibility,
.project-popup.accessibility .project_title,
.project-popup.accessibility .project_title svg{
    fill: #B4BA4E;
    color: #B4BA4E;
}
.container_popup.retail,
.project-popup.retail .project_title,
.project-popup.retail .project_title svg path{
    fill: #9163AB !important;
    color: #9163AB;
}
.container_popup.hospitals,
.project-popup.hospitals .project_title,
.project-popup.hospitals .project_title svg path{
    fill: #4CB5B9 !important;
    color: #4CB5B9;
}
.container_popup.schools,
.project-popup.schools .project_title,
.project-popup.schools .project_title svg path{
    fill: #B055A2 !important;
    color: #B055A2;
}
.container_popup.landmarks,
.project-popup.landmarks .project_title,
.project-popup.landmarks .project_title svg path{
    fill: #6862AC !important;
    color: #6862AC;
}
.container_popup.project,
.project-popup.project .project_title,
.project-popup.project .project_title svg path{
    fill: #608BC2 !important;
    color: #608BC2;
}
.container_popup.project a{
    color: #FFFFFF !important;
    background-color: #608BC2;
    border-color: #608BC2;
    margin-top: 10px;
    font-size: 15px;
    padding-left:30px;
    background-image: url(../images/flesh.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.popup_roads {
    max-width: 300px !important;
}
/*
.popup_roads .mapboxgl-popup-tip{
    visibility: visible !important;
}
*/
.popup_roads .mapboxgl-popup-content{
    padding: 5px !important;
}

.map-button:hover circle {
    fill: #AD7E42;
}

.map-button:hover path {
    stroke: #fff;
}

.map-button:active circle {
    fill: #AD7E42;
}

.map-button:active path {
    stroke: #fff;
}

.map-button.selected circle {
    fill: #AD7E42;
}

.map-button.selected path {
    stroke: #fff;
}

.map-button {
    display: flex;
    border-radius: 8px;
    justify-content: center;
    transition: fill 2s ease, stroke 2s ease;
}

.map-controls {
    grid-column-gap: 10px;
    background-color: #fff;
    border-radius: 32px;
    justify-content: flex-start;
    align-items: center;
    padding: 6px;
    display: flex;
    position: absolute;
    z-index: 10;
    bottom: 13px;
    top: auto;
    left: 13px;
    right: auto;
    box-shadow: 0 0 4px rgba(21, 45, 72, .25)
}
#fullscreen {
    position: fixed;
    top: 120px;
    right: 35px;
    width: 34px;
    height: 34px;
    z-index: 10;
    cursor: pointer;
    background-image: url(../images/fullscreen.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    background-color: #61C299;
}
#fullscreen.fullscreen-on {
    background-image: url(../images/fs-on.svg);
}
.floorplan{
    position: absolute;
    display: none;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 80px 0px;
    font-family: Arial;
    overflow: hidden;
}
.fp_title, .floorplan table tr td{
    font-size: 18px;
    line-height: 24px;
    color: #797979;
    font-family: 'Helvetica';
}
.floorplan table tr td{
    line-height: 42px;
    border-bottom: 1px solid #eaeaea;
}
.floorplan table tr td i{
    color: #000000;
}
.fp_floor{
    font-size: 60px;
    line-height: 65px;
    color: #797979;
    font-weight: bold;
}
.pleft_3{
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #797979;
    font-family: 'Helvetica';
}
.pleft_3 p{
    margin-bottom: 10px;
}
.fp_btn{
    font-size: 18px;
    line-height: 45px;
    color: #ffffff;
    font-family: 'Helvetica';
    background-color: #ad7e43;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.fp_btn.active, .fp_btn:hover{
    background-color: #bd9869;
}
.fp_back{
    position: absolute;
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: #797979;
    font-family: 'Helvetica';
    top: 10px;
    right: 15px;
    cursor: pointer;    
}
.fp_btn_icon{
    padding-top: 5px;
}
.fp_btn_icon img{
    margin-right: 12px;
    cursor: pointer;  
}
.img2{
    display: none;
}
/*login page*/
#loginPage{background:url("../images/login-page.jpg") no-repeat center center;}
.table_display{display:table;width:100%;height:100%;}
.cell_display{display: table-cell;width:100%;height:100%;vertical-align:middle;}
#loginHolder{width:100%;max-width: 720px;margin: 0 auto;height:500px;background: rgba(0,0,0,0.15);padding:35px 185px;}
#mainLogo{background:url("../images/login-icon.png") no-repeat center center;width:130px;height: 130px;margin: 0 auto;opacity:0.1;}
h6.loginTitle{text-align: center;color:#FFFFFF;font-family: 25px;font-weight: normal;margin:15px 0px;}
#loginPage .form-control{margin-bottom:10px;}
#loginPage .form-group{position: relative;}
.form-input{border-radius: 0px;background-color:#f3f3f3 !important;padding-left: 50px;border:0px;height:45px;}
.form-input-guest{border-radius: 0px;background-color:#f3f3f3 !important;border:0px;height:45px;}
.form-username-icon{position:absolute; content:""; width:50px;height:45px;background: url("../images/username-icon.png") no-repeat 15px center;}
.form-password-icon{position:absolute; content:""; width:50px;height:45px;background: url("../images/password-icon.png") no-repeat 15px center;}
.form-btn,
.form-btn:hover{background-color: #ad7e43;border-radius:0px; color:#FFFFFF; text-transform: uppercase;}
.loginGuestForm{
    display: none;
}
.guest_btn{
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
/* weather */
.widget-container {
    position: absolute;
    display: none;
    top: 140px;
    left: 70px;
    width: 160px;
    background-color: rgba(0,0,0,0.15);
    margin: 0 auto;
    z-index: 20;
    color: #ffffff;
    padding: 15px;
    font-family: 'Helvetica';
}
h1,h2,h3,p {
    margin: 0;
    padding: 0;
}
.widget-container h1,
.widget-container h2,
.widget-container h3,
.widget-container h4{
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    margin: 0;
    padding: 0;
}
#day {
    font-weight: bold;
    font-size: 14px;
    line-height: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 10px;
    margin-top: 10px;
}
#day span{
    font-size: 13px;
    font-weight: normal;
    line-height: auto;
}
#time {
    font-weight: bold;
    font-size: 14px;
    line-height: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 10px;
}
#time span{
    font-weight: normal;
    line-height: auto;
    font-size: 13px;
}
.widget-container img {
    width: 45px;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
#city {
    font-weight: bold;
    font-size: 21px;
    line-height: auto;
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 0;
}
#temperature {
    font-weight: bold;
    font-size: 21px;
    line-height: auto;
}
#temperature span{
    font-weight: normal;
    font-size: 13px;
    line-height: auto;
    text-transform: capitalize;
}
.white-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
/* Preloader container */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    z-index: 9999; /* Ensure it appears above all content */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Cube container */
.cube {
    width: 50px;
    height: 50px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg);
    animation: rotateCube 2s infinite linear;
}
/* Cube face */
.face {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333232;
    /*
    border: 1px solid #ccc;
    opacity: 0.9;
    */
    background-image: url(../images/townx_logo_white.svg);
    background-position: center;
    background-repeat: no-repeat;
}

/* Positioning the cube faces */
.front  { transform: rotateY(0deg) translateZ(25px); }
.back   { transform: rotateY(180deg) translateZ(25px); }
.left   { transform: rotateY(-90deg) translateZ(25px); }
.right  { transform: rotateY(90deg) translateZ(25px); }
.top    { transform: rotateX(90deg) translateZ(25px); }
.bottom { transform: rotateX(-90deg) translateZ(25px); }
/* Cube rotation animation */
@keyframes rotateCube {
    from {
        transform: rotateX(0deg) rotateY(0deg);
    }
    to {
        transform: rotateX(360deg) rotateY(360deg);
    }
}
/* end */
@media only screen and (max-width: 1000px){
    #logo{top:5px;left:5px;width:20%;}
    .widget-container{left:15px;}
}