@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,200,500,700");
@import url("/includes/script/plugin/bootstrap/css/bootstrap.min.css");
@import url("/includes/css/plugin/magnific-popup.css");
html,
body {
    background-color: white;
    box-sizing: border-box;
}

.photogallery {
    padding: 0px;
    margin: 0px;
}

.photogallery .galleryimage {
    width: calc(100%);
    z-index: 2;
}

.photogallery .galleryimage.youtubeimage11 {
    width: 166.66%;
    height: 100%;
    /* position: absolute; */
    left: -33.333%;
}

.photogallery .title {
    font-size: 22px;
    font-weight: 300;
    padding-top: 15px;
}

.photogallery .description {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    color: #777;
}
    
.photogallery .item {
    position: relative;
    display: inline-block;
    width: 16.6666%;
    
    /* overflow: hidden; */
}

/* .photogallery .item .galleryimage {
    border:1px solid #ccc;
} */

.photogallery .item .nopointerevent {
    pointer-events: none;
}

.photogallery .item .border {
    border:1px solid #ccc;
}

.photogallery .item.youtubeimage11 {
    height: calc(16.6666vw);
}

.photogallery .item .title {
    color: #777;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    font-family: 'roboto';
    font-weight: 300;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
}

.popup-view {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-view #sketchfab-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
}

.popup-view .loading-view {
    position: fixed;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-view div img {
    max-width: 100%;
    max-height: 100%;
}

.popup-view .top-area {
   transform: translate(0%, 100%);
}

.popup-view .text-panel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    padding: 15px;
    text-align: left;
    width: 100%;
    transform: translate(0%, -100%);
}

.popup-view .text-panel .title {
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding-bottom: 10px;
    pointer-events: none;
    white-space: nowrap;
}

.popup-view .text-panel .description {
    font-family: 'roboto';
    font-weight: 300;
    font-size: 14px;
    color: white;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto;
}

.mfp-title {
    font-style: normal;
    font-family: "Roboto";
    font-size: 16px;
    padding-top: 3px;
}

.mfp-close {
    color: #ccc !important;
}

/* -------------------------------- style overwrite -------------------------------- */
.nav-tabs {
    border-bottom: none;
}

/* resieze pop-up video */
#videoarea {
    width: 80vw;
    height: 45vw;
}

#videoarea iframe{
    width: 100%;
    height: 100%;
}