html,
body{
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 320px;
    user-select: none;
}
#bsHeader{
    padding: 10px 1rem;
    max-width: 220px;
    transition: all .1s cubic-bezier(.29, .39, .68, .53);
    -webkit-transition: all .1s cubic-bezier(.29, .39, .68, .53);
}
.menuOpened #bsHeader {
    max-width: 340px;
}
.bsMainMenuWrp .bsSiteLogo{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    min-width: unset;
}
/*
.bsMainMenuWrp .bsSiteLogo a {
    display: inline-flex;
}*/
.bsMainMenuWrp .bsSiteLogo a img {
    width: 54px;
}
.bsMainMenuWrp .bsSiteLogo .siteName,
.bsMainMenuWrp .bsMainMenu{
    display: none;
}
.menuOpened .bsMainMenuWrp .bsSiteLogo{
    min-width: 200px;
}
.menuOpened .bsMainMenuWrp .bsSiteLogo .siteName{
    display: inline-block;
}
.bsSidebar {
    max-width: 340px;
}
.bsTopBarMenu{
    display: none !important;
}

.bsGalleryWrap{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.bsPlatoGalleryWrap{
    position: relative;
    width: 100%;
    height: 100%;
}

.bsPlatoGalleryWrap #unityContainer{
    width: 100%;
    height: 100%;
}

.bsPlatoShowroomThumbnail{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: var(--secondary-color);
}
.bsPlatoShowroomThumbnail video{
    width: 100%;
    /*height: 100%;*/
}
.bsPlatoShowroomThumbnail img{
    width: 100%;
    height: 100%;
}

.bsLoadingWrap{
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 520px;
    z-index: 4;
    text-align: center;
    margin-top: 50px;
}
.bsLoadingWrap .bsLoadingProgressWrap{
    display: inline-block;
    position: relative;
    min-width: 120px;
    text-align: center;
}
.bsLoadingWrap .bsLoadingProgressWrap .bsLoadingSpinner{
    height: 120px;
    width: 120px;
    border-radius: 50%;
}
.bsLoadingWrap .bsLoadingProgressWrap .bsLoadingBarWrap{
    height: 110px;
    width: 110px;
    margin: 5px;
    background-color: rgba(242, 242, 242, 1);
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 50%;
}

.bsLoadingWrap .bsLoadingProgressWrap .bsLoadingBarWrap .bsLoadingBar{
    height: 100%;
    background-image: url(../img/logo-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.bsGalleryInfoWrap,
.bsEnterGalleryWrap .bsTermsWrap{
    max-width: 96%;
    padding: 1rem 15px;
    margin: 30px auto 0;
    color: var(--light-color);
}
.bsLoadingWrap .bsGalleryInfoWrap,
.bsEnterGalleryWrap .bsTermsWrap{
    background: var(--secondary-color);
}
.bsGalleryInfoWrap .bsGalleryName p{
    line-height: 20px;
}
.bsGalleryInfoWrap .bsGalleryName p:first-child{
    line-height: 10px;
}
.bsGalleryInfoWrap p,
.bsEnterGalleryWrap .bsTermsWrap p{
    margin-bottom: 0;
}

 /*
*   Gallery Enter
 */

.bsEnterGalleryWrap,
.bsPublishGalleryWrap{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    max-width: 1024px;
}
.bsEnterGalleryWrap .bsTermsWrap{
    margin: 0 auto;
    font-size: 14px;
}
.bsEnterGalleryWrap .bsLoadingActionWrap,
.bsPublishGalleryWrap .bsLoadingActionWrap{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.bsEnterGalleryWrap .bsLoadingActionWrap span,
.bsPublishGalleryWrap .bsLoadingActionWrap span,
.bsEnterGalleryWrap .bsLoadingActionWrap a{
    display: inline-block;
    min-width: 185px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--light-color);
}
.bsEnterGalleryWrap .bsLoadingActionWrap .bsPlayMusic {
    transform: scale(1.2);
}
.bsEnterGalleryWrap .bsLoadingActionWrap a{
    background: var(--secondary-color);
}
.bsEnterGalleryWrap .bsLoadingActionWrap a:hover{
    background: var(--secondary-rgb-color);
}


/*
*   Audio Player
 */
.bsAudioPlayerContainer{
    display: inline-block;
    width: 100%;
    max-width: 200px;
    z-index: 10;
    background-color: var(--secondary-transparent-color);
}
.bsAudioPlayerControlWrap{
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
}
.bsAudioPlayerControlWrap span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--primary-color);
    color: var(--light-color);
    cursor: pointer;
}
.bsAudioPlayerWrap{
    position: relative;
    display: inline-block;
    width: 100%;
    background: var(--secondary-color);
    margin-top: 5px;
}
.bsAudioPlayerWrap .bsRoomAssistiveTitle{
    display: none;
}
.bsAudioPlayerWrap.isAssistivePlayer .bsRoomIntroductionTitle{
    display: none;
}
.bsAudioPlayerWrap.isAssistivePlayer .bsRoomAssistiveTitle{
    display: block;
}
.bsAudioPlayerWrap .bsPlayerTitle{
    padding: 5px;
    margin: 0;
    color: var(--light-color);
}
.bsAudioPlayerWrap .bsAudioVolumeWrap{
    position: relative;
    top: 0;
    left: 0;
    float: left;
    height: 30px;
    z-index: 1;
    width: calc(100% - 65px);
}
.bsAudioPlayerWrap .bsAudioVolumeWrap i {
    position: absolute;
    top: 8px;
    left: 10px;
    display: inline-block;
    width: 20px;
    color: var(--light-color);
    font-size: 16px;
    cursor: pointer;
}
.bsAudioPlayerWrap .bsAudioVolumeWrap i:hover{
    cursor: pointer;
}
.bsAudioPlayerWrap .bsAudioVolumeWrap i.fa-volume-slash{
    display: none;
}
.bsAudioPlayerWrap .bsAudioVolumeWrap.bsPlayerMute i.fa-volume-up{
    display: none;
}
.bsAudioPlayerWrap .bsAudioVolumeWrap.bsPlayerMute i.fa-volume-slash{
    display: inline-block;
}
.bsAudioPlayerWrap .bsAudioVolumeWrap .bsAudioVolumeBar {
    position: absolute;
    left: 43px;
    top: 13px;
    display: inline-block;
    width: calc(100% - 55px);
    height: 5px;
    background: var(--light-color);
    border-radius: 15px;
}
.bsAudioPlayerWrap .bsAudioVolumeWrap .bsAudioVolumeBar .ui-slider-range-min {
    position: absolute;
    height: 5px;
    width: 100%;
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    outline: none;
}
.bsAudioPlayerWrap .bsAudioVolumeWrap .bsAudioVolumeBar .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: var(--light-color);
    position: absolute;
    margin-left: -8px;
    margin-top: -6px;
    cursor: pointer;
    outline: none;
}

.bsAudioPlayerWrap .bsAudioPlayerWavesWrap {
    float: right;
    height: 30px;
    width: 35px;
}
.bsAudioPlayerWrap .bsAudioPlayerWavesWrap img {
    height: 30px;
    float: left;
}

.bsAudioPlayerWrap .bsAudioWave{
    display: inline-block;
    height: 30px;
    position: absolute;
    left: 30px;
    right: 0;
    width: calc(100% - 30px);
}

/*
*   Gallery Actions
 */
.bsGalleryActionWrap{
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
}
/*
.bsGalleryActionWrap:not(.bsGalleryContentWrap) {
    text-align: center;
    top: 50%;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.bsGalleryActionWrap .bsActionBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--secondary-color);
    color: var(--light-color);
    cursor: pointer;
}
.bsGalleryActionWrap .bsActionBtn:hover{
    background: var(--primary-color);
}
.bsGalleryActionWrap .bsGalleryRoomNavigationOpener {
    display: none;
}
.bsGalleryActionWrap .bsStartStopCam img {
    position: absolute;
    display: flex !important;
}
.bsGalleryActionWrap .bsStartStopCam:not(.start) img:last-child {
    opacity: 1;
}
.bsGalleryActionWrap .bsStartStopCam.start img:last-child {
    opacity: 0;
}

/*
*   Social Share
 */
.bsShareContentWrap,
.bsMessageWrap{
    width: 100%;
    padding: 15px;
}
.bsShareContentWrap p{
    margin-bottom: 5px;
}
.bsShareContentWrap .bsSocialShareIcons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin-bottom: 20px;
}
.bsShareContentWrap .bsSocialShareIcons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.bsShareContentWrap .bsSocialShareIcons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.bsShareContentWrap .bsSocialShareIcons a i {
    transition: transform 0.3s ease-in-out;
}
.bsShareContentWrap .bsSocialShareIcons a.bsFacebookShare {
    color: #1877f2;
    border-color: #b7d4fb;
}
.bsShareContentWrap .bsSocialShareIcons a.bsFacebookShare:hover {
    background: #1877f2;
}
.bsShareContentWrap .bsSocialShareIcons a.bsTwitterShare {
    color: #000000;
    border-color: #d5d2d2;
}
.bsShareContentWrap .bsSocialShareIcons a.bsTwitterShare:hover {
    background: #000000;
}
.bsShareContentWrap .bsSocialShareIcons a.bsInstagramShare {
    color: #e1306c;
    border-color: #f5bccf;
}
.bsShareContentWrap .bsSocialShareIcons a.bsInstagramShare:hover {
    background: #e1306c;
}
.bsShareContentWrap .bsSocialShareIcons a.bsWhatsAppShare {
    color: #25d366;
    border-color: #bef4d2;
}
.bsShareContentWrap .bsSocialShareIcons a.bsWhatsAppShare:hover {
    background: #25d366;
}
.bsShareContentWrap .bsSocialShareIcons a.bsTelegramShare {
    color: #0088cc;
    border-color: #b3e6ff;
}
.bsShareContentWrap .bsSocialShareIcons a.bsTelegramShare:hover {
    background: #0088cc;
}
.bsShareContentWrap .bsSocialShareIcons a:hover {
    color: var(--light-color);
    border-color: transparent;
}
.bsShareContentWrap .bsSocialShareIcons a:hover i {
    transform: scale(1.2);
}
.bsShareContentWrap .bsSocialShareLink {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--secondary-color);
}
.bsShareContentWrap .bsSocialShareLink i {
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: left;
}
.bsShareContentWrap .bsSocialShareLink .bsCanvasLink {
    display: inline-block;
    width: calc(100% - 85px);
    white-space: pre;
    overflow: hidden;
}
.bsShareContentWrap .bsSocialShareLink .bsCopyCanvasLink {
    display: inline-block;
    background: var(--primary-color);
    cursor: pointer;
    float: right;
}
.bsShareContentWrap .bsSocialShareLink .bsCopyCanvasLink i{
    color: var(--light-color);
}
.bsShareContentWrap .bsSocialShareLink .bsCopyCanvasLink:hover {
    background: var(--secondary-color);
}


/*
*
 */
.bsGridContentWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 90px;
}
.bsGridGalleryItemWrp {
    position: relative;
    width: calc(100% / 6 - 15px);
}
.bsGridGalleryItemWrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bsGridGalleryItemWrp .bsGridGalleryItemActionButtons {
    position: absolute;
    bottom: 15px;
    left: 25px;
    display: flex;
    gap: 5px;
    top: auto;
    transform: unset;
}
.bsGridGalleryItemWrp .bsGridGalleryItemActionButtons .bsGridGalleryItemActionButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 6px;
    cursor: pointer;
    background-color: var(--secondary-color);
}

/*
*   Gallery Action Buttons
 */
.bsGalleryActionWrap .bsGalleryLikeBtn .bsLike{
    display: none;
}
.bsGalleryActionWrap .bsGalleryLikeBtn.liked .bsUnlike{
    display: none !important;
}
.bsGalleryActionWrap .bsGalleryLikeBtn.liked .bsLike{
    display: inline-block !important;
}
.bsCopyright p, .bsCopyright p a  {
    color: var(--light-color);
}
.bsCopyright p a:not(:first-child) {
    border-left: 2px solid var(--light-color);
}
.bsFooterColor .bsCopyright p,
.bsFooterColor .bsCopyright p a {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.bsFooterColor .bsCopyright p a:hover{
    color: var(--primary-color) !important;
}
/*
*   Footer
 */
.bsCopyrightOpener {
    display: block;
}
.bsCopyrightOpener .bsArrowDown{
    display: none;
}
.bsCopyrightOpener.bsSlideUp{
    transform: translateY(0);
}
.bsCopyrightOpener.bsSlideUp .bsArrowUp{
    display: none;
}
.bsCopyrightOpener.bsSlideUp .bsArrowDown{
    display: block;
}
.bsCopyrightWrp {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    transform: translateY(98px);
    transition: all 0.3s;
}
.bsCopyrightWrp.bsSlideUp {
    background: var(--secondary-transparent-color);
    transform: translateY(0);
}

.bsGalleryFocusContinue{
    padding: 5px 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

/*
@media screen and (max-width: 1024px) {
    .bsPlatoShowroomThumbnail img{
        height: auto;
    }
}*/
@media screen and (max-width: 768px) {
    .bsMainMenuWrp {
        margin-bottom: 0 !important;
        max-width: 100% !important;
        gap: 2rem;
        z-index: 11;
    }
    .bsMainMenuWrp .bsSiteLogo {
        flex: 1;
        justify-content: space-between;
    }
    .bsMainMenuWrp .bsGalleryCanvasesLikes {
        order: 2;
        margin-left: 0;
    }
    .bsMainMenuWrp .bsSiteLogo .siteName {
        display: inline-block !important;
    }
    .bsCopyrightOpener.bsSlideUp {
        bottom: 168px;
    }
    .bsCopyrightWrp{
        transform: translateY(210px);
    }

    .bsGalleryWrap{
        height: calc(100% - 74px);
        margin-top: 74px;
    }
    .bsGalleryWrap .bsPlatoGalleryWrap,
    .bsGalleryWrap .bsPlatoGalleryWrap *{
        display: inline-block;
        float: left;
    }

    .bsLoadingWrap .bsLoadingProgressWrap{
        min-width: 70px;
    }
    .bsLoadingWrap .bsLoadingProgressWrap .bsLoadingSpinner{
        height: 80px;
        width: 80px;
    }
    .bsLoadingWrap .bsLoadingProgressWrap .bsLoadingBarWrap{
        height: 70px;
        width: 70px;
    }

    .bsSliderWrap .swiper-slide .bsGalleryContWrap{
        display: block !important;
        position: static !important;
    }
    .bsSliderWrap .bsSliderActionButtons{
        display: flex;
        align-items: baseline;
        width: 100%;
        position: absolute !important;
        bottom: 30px;
        left: 50%;
        margin-top: 0 !important;
        transform: translateX(-50%);
    }
    .bsSliderWrap .bsSliderActionButtons .bsSliderActionButton{
        flex: 1;
    }

    /*
    *   Modal
    */
    .bsAudioPlayerContainer{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 0;
        max-width: 50%;
        padding: 0 10px 2px 0;
    }
    .bsExternalWrap .bsAudioPlayerContainer{
        flex-direction: unset !important;
        max-width: 100% !important;
    }
    .bsAudioPlayerWrap{
        width: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bsAudioPlayerWrap .bsPlayerTitle{
        font-size: 12px;
        text-align: left;
    }
    .bsAudioPlayerWrap .bsAudioWave{
        width: calc(100% - 30px);
        display: none;
    }
    .bsAudioPlayerWrap .bsAudioVolumeWrap {
        display: none;
    }

    .bsGalleryActionWrap{
        /*bottom: 30px;*/
        width: 40px;
        bottom: 55px;
        left: 20px;
    }
    .bsGridGalleryItemWrp .bsGridGalleryItemActionButtons {
        width: auto;
    }
    .bsGalleryActionWrap .bsGalleryRoomNavigationOpener {
        display: inline-flex;
    }
    .bsGridContentWrap {
        margin-top: 160px;
    }
}

@media screen and (max-width: 600px) {
    .bsAudioPlayerWrap .bsAudioPlayerWavesWrap img:first-child{
        display: none !important;
    }
}
@media screen and (max-width: 500px) {
    .bsEnterGalleryWrap .bsLoadingActionWrap span {
        min-width: 230px;
    }
    .bsEnterGalleryWrap .bsEnterGallery:nth-child(1) {
        margin-right: 0 !important;
    }
    .bsPlatoShowroomThumbnail img{
        /*object-fit: none;*/
    }
}
@media screen and (max-width: 400px) {
    .bsAudioPlayerWrap .bsAudioVolumeWrap,
    .bsAudioPlayerWrap .bsAudioWave {
        display: none;
    }
    .bsAudioPlayerWrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2px;
        background: transparent;
    }
    .bsAudioPlayerWrap .bsPlayerTitle {
        font-size: 12px;
    }
    .bsGalleryContentController .bsGalleryContentRight{
        width: calc(50% - 2px);
    }
    .bsGridContentWrap {
        margin-top: 190px;
    }
    .bsSliderWrap .bsSliderActionButtons {
        width: 100%;
        left: 0;
        transform: unset;
    }
}
@media screen and (max-width: 360px) {
    /*.bsCopyrightWrp {
        transform: translateY(73px);
    }*/
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .bsMobileViewWrap .bsGalleryActionWrap {
        bottom: 50px;
    }
}
