/* Google Panorama */

.streetview-zone {
    position: relative;
    z-index: 0;
}

.scrollTrigger {
    pointer-events: none;
}
/*.scrollTrigger:after {
    content: '';
    position: absolute;
    width: 64px; height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    top: 50%; left: 50%;
    background: url(../img/360.png) center center no-repeat;
    background-size: contain;
    z-index: 1000;
}*/

.px-panor {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background: #ededed;
}

.px-panor-view {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fx-panor-detail {
    height: 100%;
}
.fx-panor-detail li {
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translate(0px,24px);
    transition-duration: 0s;
}
.fx-panor-detail li.view {
    height: 100%;
    max-height: 200px;
    transform: translate(0px,0px);
    opacity: 1;
    transition-duration: 820ms;
}

/* Media Query */
@media screen and (min-width: 1440px){
    .px-panor {
        height: 600px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 991px) {
    .fx-panor-box {
        top: 0 !important;
    }
}
@media screen and (max-width: 600px){
    .px-panor {
        height: 240px;
        padding-bottom: 0px;
    }
    .scrollTrigger {
        pointer-events: initial;
    }
}


/*===========================*/
/*           Slider          */
.sl-container {
    position: relative;
    width: 100%; height: 0;
    padding-bottom: 52.6428%;
}
.sl-wrap {
    top: 0;
}
.twentytwenty-horizontal .twentytwenty-handle:before, 
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 1px;
}
.twentytwenty-overlay:hover {
    background: none;
}
.twentytwenty-overlay:hover .twentytwenty-before-label,
.twentytwenty-overlay:hover .twentytwenty-after-label {
    display: none;
}
.twentytwenty-handle {
    width: 50px; 
    height: 50px;
    margin-left: -27px;
    margin-right: -27px;
    background: #111;
    border-color: #111;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-family: 'ico-bkkmenu360';
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    line-height: 15px;
    color: #aabe65;
}
.twentytwenty-left-arrow {
    margin-left: -20px;
}
.twentytwenty-right-arrow {
    margin-right: -8px;
}
.twentytwenty-left-arrow:before { content: "\e902"; }
.twentytwenty-right-arrow:before { content: "\e903"; }
.twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 27px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 27px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, 
.twentytwenty-horizontal .twentytwenty-handle:after {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
