/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');*/
@font-face {
    font-family: sns;
    src: url(../font/SourceHanSansCN-Medium.otf);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
li,
a {
    font-family: 'sns';
}

@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width: 800px) {
    html {
        overflow: hidden;
    }
}

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
}

button {
    background: transparent;
    border: none;

}

div#container {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

div#tourDIV {
    height: 100%;
    position: relative;
    overflow: hidden;
}

div#panoDIV {
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


h3 {
    font-size: 19px;
    color: white;
    margin: 0;

}

h5 {
    font-size: 12px;
    color: #d6d6d6;
    margin: 6px 0;

}

div#searchDiv {
    top: 30%;
    left: 50%;
    margin-left: -260px;
    transition: left 0.3s;
    position: fixed;
    z-index: 9999;
    padding: 20px;
    max-height: 490px;
    height: 100vh;
}

div#searchDiv.opened {
    display: block;
}

.input-group {
    width: 100%;
    height: 37px;

}
#call{
    position: fixed;
    right: 16px;
    top: 96px;
}
#call img{
    width: 28px;
    height: 28px;
}
.noresult {
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 20px;
    margin-top: 13%;
    margin-bottom: 13%;
    color: white;
    text-align: center;
}

.input-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b7b7b7;
    font-size: 19px;


}

.input-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #b7b7b7;
    font-size: 19px;

}

.input-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #b7b7b7;
    font-size: 19px;

}

.input-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #b7b7b7;
    font-size: 19px;

}


#texttosearch{
    color:#4f4f4f;
}

.input-group .form-control {
    height: 38px;
    color: #b7b7b7;
    border-radius: 55px !important;
    border-top-right-radius: 55px !important;
    border-bottom-right-radius: 55px !important;
    background: rgba(255, 255, 255, 0.85);
    display: none;
    font-size: 19px;
    line-height: 19px;
    padding-left: 36px;

}

#masktest {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
    display: none;
}

.opened {
    display: block !important;
}

.linesearch {
    width: 100%;
    height: 1px;
    background: #7c7c7c;
    margin: auto;
}

div#toggleButton {
    position: fixed;
    display: table;
    left: 50%;
    margin-left: 130px;
    bottom: 16px;
    width: 28px;
    height: 28px;
    z-index: 900;
}

div#toggleButton p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div#toggleButton img.inactive {
    display: none;
}

div#toggleButton img {
    /* icon size */
    width: 28px;
    height: 28px;
    transition: all 0.6s;
}
div#toggleButton img:hover{
    transform: scale(1.4);
}

div#toggleButton:hover {
    cursor: pointer;
    /*box-shadow: 2px 2px 30px 5px #222;*/
}

div#toggleButton.opened {
    display: block;
    /*background: white;*/
}

#searchicon {
    position: absolute;
    left: 10px;
    top: 7px;
}

#closebtn {
    display: none;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    margin-top: 31px;
}

#closebtn p {
    margin: 0;
    font-size: 17px;
}

#resultList,
#resultDiv {
    overflow-y: scroll;
    width: 440px;
    margin: auto;
    -ms-overflow-style:none;
    -moz-overflow-style:none;

}



#resultDiv ::-webkit-scrollbar {
    width: 5px;
}

#resultDiv ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#resultDiv ::-webkit-scrollbar-thumb {
    background-color: #5f5f5f;
    margin-top: 37px;
}

.input-group-btn {
    z-index: 10000;
    font-size: 12px;
    color: white;

}

#resultDiv {
    background: rgba(0, 0, 0, 0.4);

    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    display: none;

}

#mainForm {
    height: 37px;
    margin-bottom: 23px;
    width: 485px;
}

#mainForm.hasScrolled {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 20px;
    background-color: white;
    max-width: 300px;
    z-index: 99;
}

#mainForm #fixedResultsHeader {
    display: none;
}

#mainForm.hasScrolled #fixedResultsHeader {
    display: block;

}

.space {
    width: 30px;
}

.list-group-item {
    overflow: hidden;
    text-overflow: ellipsis;
    background: transparent;
    height: 98px;
    margin: 0px 14px;
    border-radius: 2px;
    padding: 14px 0;
    border: 0px solid white;
    border-bottom: 1px solid #343434;
}

.list-signle {
    border: none !important;
}

.list-group {}

.list-item-thumb {
    width: 138px;
    height: 69px;
    position: absolute;
}

.list-group-info {

    display: inline-block;
    margin-left: 151px;
}

.list-group-info h3{
    width: 172px;
}
.list-group-info h4 {
    font-size: 16px;
    color: white;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 6px;

}

.list-group-info h5 {
    width: 172px;

}

.list-group-info h4 span {

    margin-right: 15px;
}

#searchicon {
    display: none;
}

.videoclose {
    width: 100%;
    text-align: center;
}

.videoclose img {
    width: 60px;
}

.list-group-info strong {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 4px;
}

.panovideo {
    position: fixed;
    top: 4%;
    left: 26.02%;
    width: 960px;
    z-index: 10000;
    display: none;
}

.panovideo video {
    width: 100%;

}

#searchbutton {
    background: transparent;
    margin-left: -50px;
    border-top-right-radius: 55px !important;
    border-bottom-right-radius: 55px !important;
    border: none;
    display: none;
    width: 30px;
    height: 38px;
}

#searchbutton p {
    color: #B79655;
    font-size: 14px !important;
    margin: 0;
    margin-bottom: 1px;
}

/*fix box sizing*/
div.kolorBox,
ul.kolorMenu li.kolorMenuItem>p {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

.viewshop {
    color: #dbdbdb;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 19px;
    width: 58px;
    height: 25px;
    font-size: 12px;
    position: absolute;
    margin-left: 29px;
    margin-top: 24px;
}

.lineborder {
    width: 115px;
    height: 2px;
    color: #0F1E3D;
    background: #0F1E3D;
    border-radius: 2px;
    margin-bottom: 7px;
}

.inbtn img {
    width: 23px;
    height: 23px;
    padding: 0;
    margin-right: 9px;
}

.inbtn span {
    color: white;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
}

strong {
    display: block;
}

#popoutwindow {
    position: absolute;
    top: 40px;
    right: 30px;
}

.btn-primary {
    background: #40575c;
}

.btn-primary:hover {
    background: #40575c;
}

.btn {
    font-size: 25px;
}

.form-control {
    font-size: 25px;
    height: 49px;
}

label {
    font-size: 25px;
}

#resultDiv {
    max-height: 346px;
    overflow-y: scroll;

}


@media only screen and (max-width:500px) {


    #mainForm {
        height: 24px;
        margin-bottom: 30px;
        width: 306px;
    }

    .input-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #b7b7b7;
        font-size: 11px;


    }

    .input-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #b7b7b7;
        font-size: 11px;

    }

    .input-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #b7b7b7;
        font-size: 11px;

    }

    .input-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #b7b7b7;
        font-size: 11px;

    }
    div#searchDiv {
        margin-left: -174px;
    }
    .input-group .form-control {
        width: 306px;
    }
    #resultDiv {
        overflow-y: scroll;
    }
    #resultList,
    #resultDiv {
        max-height: 218px;
        width: 277px;
    }
    .list-group-item {
        width: 259px;
        margin: 0 9px;
        padding: 9px 0;
        height: 61px;
    }

    .list-group-info {
        display: inline-block;
        margin-left: 97px;

    }

    .list-item-thumb {
        width: 88px;
        height: 44px;
    }
    .list-group-info h3 {
        width: 172px;
    }
    .list-group-info h4 {
        font-size: 9px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    h3{
        font-size: 11px;
    }
    h5{
        font-size: 7px;
        margin: 6px 0;
    }
    .list-group-info h5{
        width: 108px;
    }
    .lineborder {
        width: 85px;
        margin-bottom: 3px;
    }
    .viewshop {
        font-size: 7px;
        width: 37px;
        height: 15px;
        margin-top: 14px;
        margin-left: 14px;

    }
    .list-group {
        margin-bottom: 14px;
    }
    .inbtn span {
        font-size: 7px;
        letter-spacing: 1px;
    }
}

.nopoint {
    pointer-events: none;
}

#resultDiv::-webkit-scrollbar {
    width: 0em;
}
#resultDiv::-ms-scrollbar {
    width: 0em;
}


#resultList::-webkit-scrollbar {
    width: 0em;
}

#resultList::-ms-scrollbar {
    width: 0em;
}

#scenelist1 .F11{
    display: none;
}

.logo{
    position: fixed;
    top:10px;
    left:10px;
    z-index: 900;
}

.logo img{
    width: 120px;
    height: 60px;
}


#musiciff,#musicon{
    position: fixed;
    bottom:  16px;
    left: 50%;
    margin-left: -70px;
    z-index: 900;
    cursor: pointer;
}
#musiciff img,#musicon img{
    width: 28px;
    height: 28px;
    transition: all 0.6s;
}
#musiciff{
    display: none;
}
#musiciff img:hover{
    transform: scale(1.4);
}
#musicon img:hover{
    transform: scale(1.4);
}

#autor,#autos{
    position: fixed;
    bottom:  16px;
    left: 50%;
    margin-left: -150px;
    z-index: 900;
    cursor: pointer;
}
#autor img,#autos img{
    width: 28px;
    height: 28px;
    transition: all 0.6s;
}
#autos img:hover{
    transform: scale(1.4);
}
#autor img:hover{
    transform: scale(1.4);
}
#autos{
    display: none;

}




#gyror,#gyros{
    position: fixed;
    right:  16px;
    top: 16px;
    z-index: 900;

}
#gyror img,#gyros img{
    width: 28px;
    height: 28px;
}
#gyros{
    display: none;

}





#floorplan{
    position: fixed;
    bottom:  16px;
    left: 50%;
    margin-left:10px;
    z-index: 900;
    cursor: pointer;
}
#floorplan img{
    width: 28px;
    height: 28px;
    transition: all 0.6s;
}
#floorplan img:hover{
    transform: scale(1.4);
}



#map{
    position: fixed;
    bottom:  16px;
    left: 50%;
    margin-left:-110px;
    z-index: 900;
    cursor: pointer;
}
#map img{
    width: 28px;
    height: 28px;
    transition: all 0.6s;
}
#map img:hover{
    transform: scale(1.4);
}




#gallerynew{
    position: fixed;
    bottom:  16px;
    left: 50%;
    margin-left: 90px;
    z-index: 900;
    cursor: pointer;
}
#gallerynew img{
    width: 28px;
    height: 28px;
    transition: all 0.6s;
}
#gallerynew img:hover{
    transform: scale(1.4);
}


#websitenew{
    position: fixed;
    bottom:  16px;
    left: 50%;
    margin-left:50px;
    z-index: 900;

}
#websitenew img{
    width: 28px;
    height: 28px;
    transition: all 0.6s;
}
#websitenew img:hover{
    transform: scale(1.4);
}



#vrmodebtn{
    position: fixed;
    right:  16px;
    top: 56px;
    z-index: 900;

}
#vrmodebtn img{
    width: 28px;
    height: 28px;
}

.iframebox{
    display: none;
    position: fixed;
    width: 50%;
    height: 80%;
    top: 40px;
    left: 50%;
    margin-left: -25%;
    z-index: 100000;
    padding: 3px;
    background: white}
.iframebox h3{
    margin-bottom: 10px;
    margin-top: 10px;
    color: black;
    text-align: center;
}
.iframebox iframe{
    width: 100%;
    height: 93%;
    border: none;

}
#closedbutton{
    position: absolute;
    top: 8px;
    right: 10px;
    height: 28px;
    width: 28px;
}

#closedbutton img{
    height: 28px;
    width: 28px;
}

@media only screen and (max-width:500px) {

    .iframebox{
        position: fixed;
        width:80%;
        height: 80%;
        top: 40px;
        left: 50%;
        margin-left: -40%;
        padding: 3px;
        background: white}

    .iframebox h3{
        font-size: 18px;
    }
    .list-group-info h3 {
        width: 108px;
    }
}

