#vr360{
    margin-top: 15px;
    padding-bottom: 25px;

}
#routes {
    max-height: 600px;

    overflow: scroll;
    overflow-x: hidden;
    /* -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; */
    
}
#photosphere3,
#photosphere2,
#photosphere{
    min-height: 600px;
}
#map360  ul {
    padding-left: 0;
}
@media (max-width: 576px){
    #photosphere3,
    #photosphere2,
    #photosphere{
        min-height: 300px;
    }
}
/* #routes::-webkit-scrollbar { width: 0 !important } */

#routes a {
    display: block;
    background: #DDD;
    color: #666;
    padding: 10px;
    margin-bottom: 1px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.5em;
    font-size: 0.9em;
}

#routes a.current {
    background: #d33032;
    color: #FFF;
}

#show-map-float-right span {
    display: block;
    background: rgb(6, 120, 155);
    opacity: 0.8;
    color: white;
    padding: 11px;
    /* margin-bottom: 1px; */
    font-size: 18px;
    /* letter-spacing: 0.2em; */
}

#content {
    background: #09B4E9;
    background: linear-gradient(135deg, #09B4E9, #15884C);

}

.location {
    font-size: 1.2em;
    color: #333;
    line-height: 2em;

}

a {
    color: #4cae4c;
    text-decoration: none;
}

#vr360 a:hover {
    cursor: pointer;
    /*color: #4cae4c;*/
    /*text-decoration: underline;*/
}

a.current {
    color: #006f0d;
    text-decoration: underline;
    font-weight: bold;
}

a.current:hover {
    color: #006f0d;
}

.lang a:hover {
    color: #fff;
}

.tips{
    color: #333;
    margin-top: 15px;
    font-size: 16px;
    list-style: square;
}

#container_map {
    width: 300px;
    height: 180px;
}

#show-map-float {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 99;
    background: rgb(6, 120, 155);
    opacity: 0.8;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    width: 96px;
    text-align: center;
}


#show-map-float-right {
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 99;
    padding: 0px 5px;
    color: #fff;
    cursor: pointer;
}

.btn-explain{
    background: #e27c1a;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    margin-left: 80px;
}
.btn-explain:focus,
.btn-explain:hover{
    color: #fff;
}
.explain{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/route/route_icon.png);
    background-size: 100% 100%;
}
.btn-explain .text{
    vertical-align: middle;
    display: inline-block;
}
@media (max-width: 991.98px) {
    /* #routes {
        max-height: 130px;
        overflow: scroll;
    } */
/* 
    .navmenu360.row.no-gutters div, .navmenu360.row.no-gutters div a {
        display: inline;
        padding: 0px;
        background: none;
        margin: 0px;
    } */

    /* .navmenu360.row.no-gutters {
        margin: 20px 0px;

    } */

    /* .navmenu360.row.no-gutters div.selected a {
        color: #1fbab8;
        font-weight: bold;
    } */
/* 
    .navmenu360.row.no-gutters div a {
        color: #666;
        font-size: 1.1em;
        line-height: 1.4em;
        padding: 8px 6px;
        border-left: 1px solid #ddd;
    } */
}

#map360 {
    position: relative;
}

.psv-marker {
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.row.no-gutters{
    margin-right: 2px;
    margin-left: 0;
}


.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
        padding-right: 2px;
        padding-left: 0;
        margin-bottom: 5px;
 }

@media screen and (max-width:767px){
    #routes {
        max-height: 130px;
        overflow: scroll;
    }
    .row.no-gutters  [class^="col-"],
    .row.no-gutters  [class*=" col-"] {
        padding-right: 0;
        margin-right: 0;
    }

    .navmenu360{
        width: 100%;
        height: 100%;
        margin: 5px auto ;
        position: relative;
        overflow: hidden;
        padding: 0;
        z-index: 1;
    }
    .navmenu360.row.no-gutters .wrappper{
        position: relative;
        transition: all 0.5s ease;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .navmenu360.row.no-gutters .wrappper .col,
    .navmenu360.row.no-gutters .wrappper .col {
        padding: 0;
        margin: 0;
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;

        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
    }
    .no-gutters .col-sm-4 a {
        display: block;
        padding: 15px 0px;
        text-align: center;
        background: #f1f1f3;
        color: #333;
        font-size: 1.2em;
    }
    
    .no-gutters .col-sm-4.selected a {
        background: #1fbab8;
        color: #FFF;
        font-size: 1.2em;
    }
    .button-prev{
        width: 32px;
        height: 32px;
        background: url(/images/route/icon_left.png);
        position: absolute;
        top: 50%;
        margin-top: -16px;
        z-index: 55;
        left: 0;
    }
    .button-next{
        width: 32px;
        height: 32px;
        background: url(/images/route/icon_right.png);
        position: absolute;
        top: 50%;
        margin-top: -16px;
        right: 0;
        z-index: 55;
    }
    .opacity-btn{
        opacity: 0.5;
    }
}
.no-gutters .col-sm-4 a {
    display: block;
    padding: 20px 0px;
    text-align: center;
    background: #f1f1f3;
    color: #333;
    font-size: 1.2em;
    width: 100%;
}

.no-gutters .col-sm-4.selected a {
    background: #1fbab8;
    color: #FFF;
}

.icon_water{
    background: url(/images/route/route_water.png);
    background-repeat: no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:right;
    margin-left:2px;
}
.icon_spot{
    background: url(/images/route/route_spot.png);
    background-repeat: no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:right;
    margin-left:2px;
}
.icon_wc{
    background: url(/images/route/route_wc.png);
    background-repeat: no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:right;
    margin-left:2px;
}
.icon_diversion{
    background: url(/images/route/route_diver.png);
    background-repeat: no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:right;
    margin-left:2px;
}