.navbar-fixed-top {
    position: fixed;
    right: 60px;
    left: auto!important;
    z-index: 1030;
    top: 10px!important;
}
.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
    color: white;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    /* padding: 5px 0; */
    /* margin: 2px 0 0; */
    /* font-size: 14px; */
    /* text-align: left; */
    list-style: none;
    background-color: rgba(255, 255, 255, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    /* border: 1px solid rgba(0,0,0,.15); */
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    box-shadow: none!important;
    color: white;
    max-width: 150px!important;
    width: 150px;
}
.dropdown-menu>li>a:not(:first-child) {
    border-top: 1px solid white!important;
}
.logoleft {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 5000;
}
.logoleft img {
    max-width: 150px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    line-height: auto!important;
    color: #fff!important;
    white-space: normal!important;
    transition: all 0.5s ease;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff!important;
    background-color: rgba(0, 0, 0, 0)!important;
}
.navbar-default .navbar-nav>li>a {
    color: #fffefe!important;
    font-size: 1.2em;
    font-weight: 500;
    border-top: 1px solid white!important;
    border-bottom: 1px solid white!important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 3px 5px!important;
    margin-left: 15px!important;
    transition: all 0.3s ease;
}
.nav>li>a:hover {
    padding: 8px 5px!important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #0c0c0c30!important;
}
.panoname {
    font-size: 1.2em;
    text-transform: none;
}
.names {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 5000;
    color: white;
    }
    .moreinfo {
    cursor: pointer;
    }
    .names1 {
    position: fixed;
    top: 70px;
    left: 10px;
    z-index: 5000;
    color: white;
    font-weight: 700;
    }
.names1>a {
color: white;
text-decoration: none;
}
.collapse.in {
    display: flex!important;
}
@media only screen and (orientation: landscape) and (max-device-width: 768px) {
    
  }
    @media only screen and (max-device-width: 768px) { 
    .names {
        max-width: 45vw;
        font-size: 0.8em;
    }
    .navbar-fixed-top {
        right: 10px!important;
    }
    .social-bar { 
    bottom: 50px!important;
    width: 150px!important;
    left: 10px!important;
    }
    .social-bar img {
        padding: 5px!important;
    }
    .logoleft img {
        max-width: 100px!important;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd0!important;
    }
    /* .navbar-collapse {
        position: fixed;
        left: 10px;
        top: 200px;
        width: calc(100% - 20px);
        background-color: rgba(0, 0, 0, 0.27);
    } */
    .navbar-collapse {
        position: fixed;
        left: 0px;
        width: 100%;
        top: -150vh;
        background-color: rgba(0, 0, 0, 0.36);
        height: 100vh;
        margin: 0!important;
        z-index: 99999;
        padding: 10px;
        max-height: 100%!important;
        justify-content: center;
  align-items: center;
    }
    .navbar-nav {
        width: 65%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff!important;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px!important;
    }
    .collapse.in {
        display: flex!important;
        top: 0!important;
        transition: all 0.5s ease;
    }
    .dropdown-menu {
        max-width: 100%!important;
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        font-size: 0.9em;
        color: #b7b7b7!important;
    }
    .closelink {
        display: block!important;
        cursor: pointer;
    }
    }
    .closelink {
        display:none;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .closelink img {
        width: 40px;
    }
    .social-bar { 
        position: fixed;
    bottom: 10px;
    width: 200px;
    left: calc(50% - 100px);
    text-align: center;
    }
    .social-bar img {
        padding: 10px;
    }
    .booknow {
        position: fixed;
        top: 10px;
        left: calc(50% - 50px);
        z-index: 50;
        cursor: pointer;
    }
    .booknow img {
        width: 100px;
    }
    /* @media (max-width: 1200px) {
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin: 7.5px -15px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
    } */