* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    font-size: 16px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

/* modal embed styles start */

body.modal-embed {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

body.modal-embed:after {
    content: "";
    position: fixed;
    inset: 0;
    background: #000000d9;
    z-index: 9;
}

body.modal-embed #main-widget-areaplayer {
    z-index: 9999;
    max-width: 1000px !important;
}

body.modal-embed .modal-embed-close-btn {
    position: absolute;
    right: 0;
    padding: 10px 0;
    font-size: 32px;
    top: -40px;
    cursor: pointer;
    color: #fff;
}

/* modal embed styles ends */

.show-thumb-images #tab-navigation li .icon {
    z-index: 999999;
}

#tab-navigation li:hover {
    background: #e4d7d7;
}

#tab-navigation li:last-child {
    border: none;
}

#tab-navigation li svg {
    width: 40px;
    height: 32px;
}

.full-screen {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 999999;
}

#con-iframe .full-screen {
    display: none !important;
}

.full-screen {
    background-color: rgb(29 28 28 / 55%);
    padding: 4px;
    border-radius: 4px;
}

.tabs-on-bottom .full-screen svg {
    fill: #fff;
}

/*.full-screen svg {*/
    /*fill: #fff;*/
/*}*/

/*.is-mobile .full-screen svg {
    fill: #fff;
}*/

#tab-navigation li span {
    z-index: 999999;
}

.tab-navigation-mobile li span {

    z-index: 999999;
}

.is-mobile .tab-navigation-mobile li span {
    display: none !important;
}

/*.is-mobile .full-screen {
    position: absolute;
    top: 5px;
    right: 57px;
    cursor: pointer;
    background-color: rgb(0 0 0 / 57%);
    width: 38px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}*/

/* .is-mobile.menu-open .full-screen{
     right: 77px;
 }*/

/*.full-screen svg {
    width: 18px;
    height: 18px;
}*/

/*.tab-navigation-mobile li svg {
    width: 32px;
    height: 32px;
    fill: #000000;
}*/

/*.menu-close {
    position: absolute;
    right: 0;
    color: #000000;
    margin: 5px;
    top: -40px;
    font-weight: bold;
}*/

.tab-navigation-mobile {
    display: none;
    flex-direction: column;
    width: 70px;
    position: absolute;
    z-index: 9999;
    /*top: 40px;*/
    align-items: center;
    /*height: calc(100% -  40px);*/
    height: calc(100%);
    justify-content: space-around;
    right: 0;
    background-color: #d4d3d3;
    padding-top: 40px;
    top: 0;
}

.is-mobile {
    background-color: #d4d3d3;
}

.tab-navigation-mobile li {
    /*padding: 3px;*/
    /*border-bottom: solid 1px #e6e5e5;*/
    list-style-type: none;
    flex: 1;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*border-right: solid 2px #ccc;*/
}

.is-mobile ul#tab-navigation li.active {

    background: #eee;
    border-left: solid 2px #484848;
}

ul#tab-navigation li.active {
    /*border-top: solid 2px #484848;*/
    background: #eee;
}

.landscape-mode ul.tab-navigation-mobile li.active {
    background: #fff;
}

.landscape-mode ul.tab-navigation-mobile li:not(.active) {
    border-right: none !important;
    border-left: solid 2px transparent;
}

.modal-close {
    background-color: #757575;
    color: #fff;
    border: none !important;
}

.single-tab.landscape-mode .modal-close-single {
    position: absolute;
    right: 2px;
    background-color: #00000087;
    top: 4px;
    padding: 13px;
    margin: 2px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}

body.inline_embed .modal-close-single {
    display: none !important;
}


body:not(.inline_embed) .portrait-mode .modal-close-single {
    display: none !important;
}

.portrait-mode .modal-close {
    display: none;
}

/* ul.tab-navigation-mobile li:after {
     content: '';
     width: 20px;
     height: 1px;
     background-color: #a59696;
     position: absolute;
     top: 0;
 }

 ul.tab-navigation-mobile li:first-child:after,
 ul.tab-navigation-mobile li:last-child:after{
     display: none;
 }*/

.mobile-menu {
    width: 38px;
    height: 36px;
    display: block;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 15px;
    display: flex;
    justify-content: center;
    background-color: rgb(0 0 0 / 57%);
    z-index: 9999;
}

.mobile-menu svg {
    fill: #000000;
}

li svg {
    fill: #333235;
}

/*
tabWrapper.style.display = "flex";
tabViewer.style.cssText = 'position:relative; left:20%'
*/

#main-widget-areaplayer {
    background-color: #fff;
}

#main-widget-areaplayer.menu-open ul {
    display: flex;
}

.tab-viewer {
    position: relative;
    right: 0%;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

#main-widget-areaplayer.menu-open .tab-viewer {
    position: relative;
    /*right:70px;*/
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

#main-widget-areaplayer.menu-open.portrait-mode .tab-viewer {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    right: 0;
}

.portrait-mode .tab-navigation-mobile {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    width: 100%;
    flex-direction: row;
    max-height: 50px;
    bottom: -50px;
    top: auto;
    display: flex;
    padding-top: 0px;
}
.add-nav .mobile-menu,
.add-nav .tab-navigation-mobile{
    display: none !important;
}

.add-nav.portrait-mode .tab-navigation-mobile{
    display: flex !important;
}
    /*.show-tab-labels.portrait-mode .tab-navigation-mobile{
        bottom: -70px;
    }*/

.show-thumb-images li svg {
    fill: #fff;
}



.show-tab-labels.portrait-mode .tab-navigation-mobile {
    max-height: 70px;
    bottom: -70px;
}

.portrait-mode ul.tab-navigation-mobile li.active {
    border-top: solid 2px #484848;
    border-left: none;
    background-color: #fff;
}


.landscape-mode ul.tab-navigation-mobile li {
    /*border-left: solid 2px #ccc;*/
}

ul.tab-navigation-mobile li {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portrait-mode .mobile-menu.open .icon {
    transition-duration: 500ms;
    transform: rotateZ(-270deg);
}

div[data-value='player_360'] {
    padding-bottom: 56.25%;
}
.player_4_3 div[data-value='player_360'] {
    padding-bottom: 75%;
}

.tabs-on-left div[data-value='player_360'] {
    padding-bottom: 56.25%;
}


.player_4_3.tabs-on-left div[data-value='player_360'] {
    padding-bottom: 75%;
}
.tabs-on-right div[data-value='player_360'] {
    padding-bottom: 56.25%;
}

.player_4_3.tabs-on-right div[data-value='player_360'] {
    padding-bottom: 75%;
}

div[data-value='pano'] {
    padding-bottom: 57.2%;
}
.player_4_3 div[data-value='pano'] {
    padding-bottom: 75%;
}
div[data-value='gallery'] {
    /*padding-bottom: 57.25%;*/
    padding-bottom: 56.25%;
}
.player_4_3 div[data-value='gallery'] {
    /*padding-bottom: 57.25%;*/
    padding-bottom: 75% ;
}

div[data-value='video'] {
    padding-bottom: 56.25%;
}
.player_4_3 div[data-value='video'] {
    padding-bottom: 75%;
}
/*menu icon animation*/

.mobile-menu .icon {
    transition-duration: 500ms;
    position: absolute;
    height: 2px;
    width: 26px;
    top: 17px;
    background-color: #fff;
}

.mobile-menu .icon:before {
    transition-duration: 500ms;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: -8px;
}

.mobile-menu .icon:after {
    transition-duration: 500ms;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 7px;
}

.menu-open.is-mobile.landscape-mode .full-screen {
    right: 74px;
}

.menu-open .mobile-menu .icon {
    background-color: #fff !important;
}

.menu-open .mobile-menu .icon:after {
    background-color: #fff !important;
}

.menu-open .mobile-menu .icon:before {
    background-color: #fff !important;
}

.mobile-menu.open .icon {
    transition-duration: 500ms;
    transform: rotateZ(-180deg);
}

.mobile-menu.open .icon:before {
    transform: rotateZ(-45deg) scaleX(0.75) translate(-7px, -2px);
}

.mobile-menu.open .icon:after {
    transform: rotateZ(45deg) scaleX(0.75) translate(-7px, 2px);
}

.mobile-menu:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    .is-mobile.landscape-mode div[data-value='gallery'] {
        padding-bottom: 56.25%;
    }
}

.is-mobile.show-thumb-images.portrait-mode .tab-navigation-mobile {
    max-height: 40px !important;
    bottom: -40px !important;
}

.aspect_4_3 .is-mobile.show-thumb-images.portrait-mode .tab-navigation-mobile {
    max-height: 100% !important;
    bottom: 0 !important;
    height: 25% !important;
}
.aspect_4_3 .is-mobile.show-thumb-images.landscape-mode .tab-navigation-mobile {
    height: 75% !important;
}

.is-mobile.show-thumb-images.portrait-mode .tab-navigation-mobile li {
    height: 40px !important;
}

.aspect_4_3 .is-mobile.show-thumb-images.portrait-mode .tab-navigation-mobile li {
    height: 100% !important;
}

.aspect_4_3 .show-thumb-images li .icon{
    margin-bottom: 10px;
}

.is-mobile.show-thumb-images.portrait-mode .tab-navigation-mobile li .icon {
    display: flex !important;
    z-index: 999999;
}

.aspect_4_3{
    line-height: 0;
    margin-bottom: 2px;
    position: relative;
    display: flex;
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}

.aspect_4_3 #main-widget-areaplayer{
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
}

/*.is-mobile.show-thumb-images.portrait-mode .tab-navigation-mobile li span {*/
/*display: block !important;*/
/*}*/

/*.is-mobile.show-thumb-images.landscape-mode.menu-open .tab-navigation-mobile li span {*/
/*display: block !important;*/
/*}*/

.is-mobile.show-thumb-images.landscape-mode.menu-open .tab-navigation-mobile li {
    background-size: cover !important;
    background-position: center !important;
    height: auto !important;
}

.is-mobile.show-thumb-images.landscape-mode.menu-open .tab-navigation-mobile li .icon {
    display: block !important;
    z-index: 999999;
}

.is-mobile.show-thumb-images.portrait-mode .tab-navigation-mobile li.active {
    border-top: none !important;
}


.show-thumb-images #tab-navigation li {
    border-top: none !important;
    padding: unset !important;
    position: relative;
}

.show-thumb-images #tab-navigation li.active {
    border-top: none !important;
}

.show-thumb-images #tab-navigation li::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;

}

.show-thumb-images ul.tab-navigation-mobile li::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgb(0 0 0 / 49%);

}

.show-thumb-images ul.tab-navigation-mobile li.active::before,
.show-thumb-images ul#tab-navigation li.active::before {

    /*opacity: 0.4;*/
    /* top: 100%; */
    background-color: rgba(140, 96, 96, 0.533) !important;
}

#main-widget-areaplayer.tabs-on-left {
    display: flex;
    flex-flow: row-reverse;
}

#main-widget-areaplayer.tabs-on-right {
    display: flex;
    flex-flow: row;
}

.tabs-on-right #tab-navigation {
    float: right;
    flex-flow: column;
    z-index: 56789;
    align-items: unset;
}

.tabs-on-left #tab-navigation {
    float: left;
    flex-flow: column;
    z-index: 56789;
    align-items: unset;
}

.tabs-on-left .tab-viewer {
    width: 100%;
}

.tabs-on-right .tab-viewer {
    width: 100%;
}

.tabs-on-left #tab-navigation li {
    list-style-type: none;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
    /*border-right: solid 1px transparent;*/
    /*border-top: solid 1px #ccc !important;*/
}

.tabs-on-right #tab-navigation li {
    list-style-type: none;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
    /*border-right: solid 1px transparent;*/
    /*border-top: solid 1px #ccc !important;*/
}

.tabs-on-left ul#tab-navigation li.active {
    border-top: none !important;
    /*border-right: solid 2px #484848;*/
    background: #eee;
}

.tabs-on-right ul#tab-navigation li.active {
    border-top: none !important;
    /*border-left: solid 2px #484848;*/
    background: #eee;
}

.tabs-on-left.show-thumb-images ul#tab-navigation li {
    width: 180px;
}

.tabs-on-right.show-thumb-images ul#tab-navigation li {
    width: 180px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*.main-wrapper{*/
    /*min-width: 475px;*/
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
/*}*/
#main-widget-areaplayer {
    position: relative;
    width: 100%;
    min-width: 280px;

}

#tab-navigation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #cbcbcb;
}

#tab-navigation li {
    list-style-type: none;
    cursor: pointer;
    flex: 1;
    text-align: center;
    padding: 5px;
    /*border-right: solid 1px #fafafa;*/
    /*border-top: solid 2px #ccc;*/
}
.tabs-on-bottom #tab-navigation li,
.tabs-on-top #tab-navigation li{
    border-right: solid 1px #fafafa;
}
.tabs-on-left #tab-navigation li,
.tabs-on-right #tab-navigation li{
    border-bottom: solid 1px #fafafa;
}
#tab-navigation li:last-child {
    border: none;
}
.modal-close .close-popup{
    padding: 6px 10px;
    color: #fff !important;
    background: rgb(0 0 0 / 46%);
    border-radius: 5px;
}

.full-screen {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;

}

.close-full-screen {
    display: none !important;
}

.full-screen {
    /* background: #827f7f; */
    padding: 4px;
    border-radius: 4px;
    z-index: 999999;
}

.tabs-on-bottom .full-screen svg {
    fill: #fff;
}

.full-screen svg {
    fill: #fff;
    z-index: 999999;
    width: 18px;
    height: 18px;
}

.is-mobile .full-screen svg {
    fill: #fff;
}


.is-mobile .full-screen {
    position: absolute;
    top: 5px;
    right: 57px;
    cursor: pointer;
    background-color: rgb(0 0 0 / 60%);
    width: 38px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.portrait-mode.is-mobile .full-screen,
.single-tab .full-screen {
    right: 3px;
}

/* .is-mobile.menu-open .full-screen{
     right: 77px;
 }*/

.full-screen svg {
    width: 18px;
    height: 18px;
}

.tab-navigation-mobile li svg {
    width: 32px;
    height: 32px;
    fill: #000000;
}
/*
.aspect_4_3 .is-mobile.show-thumb-images.portrait-mode .tab-navigation-mobile li svg {
    width: 70px;
    height: 70px;
}
*/

.menu-close {
    position: absolute;
    right: 0;
    color: #000000;
    margin: 5px;
    top: -40px;
    font-weight: bold;
}

.tab-navigation-mobile {
    display: none;
    flex-direction: column;
    width: 70px;
    position: absolute;
    z-index: 9999;
    /*top: 40px;*/
    align-items: center;
    /*height: calc(100% -  40px);*/
    height: calc(100%);
    justify-content: space-around;
    right: 0;
    background-color: #d4d3d3;
    padding-top: 40px;
    top: 0;
}

.is-mobile {
    background-color: #d4d3d3;
}

.tab-navigation-mobile li {
    /*padding: 3px;*/
    border-bottom: solid 1px #e6e5e5;
    list-style-type: none;
    flex: 1;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-right: solid 2px #ccc;
}

.is-mobile ul#tab-navigation li.active {

    background: #eee;
    border-left: solid 2px #484848;
}


.landscape-mode ul.tab-navigation-mobile li {
    border-right: none !important;
}

.modal-close {
    background-color: #757575;
    color: #fff;
    border: none !important;
}

.single-tab.landscape-mode .modal-close-single {
    position: absolute;
    right: 2px;
    background-color: #00000087;
    top: 4px;
    padding: 13px;
    margin: 2px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}

body.inline_embed .modal-close-single {
    display: none !important;
}


body:not(.inline_embed) .portrait-mode .modal-close-single {
    display: none !important;
}

.portrait-mode .modal-close {
    display: none;
}

/* ul.tab-navigation-mobile li:after {
     content: '';
     width: 20px;
     height: 1px;
     background-color: #a59696;
     position: absolute;
     top: 0;
 }

 ul.tab-navigation-mobile li:first-child:after,
 ul.tab-navigation-mobile li:last-child:after{
     display: none;
 }*/

.mobile-menu {
    width: 38px;
    height: 36px;
    display: block;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 15px;
    display: flex;
    justify-content: center;
    background-color: rgb(0 0 0 / 57%);
    z-index: 9999;
}

.mobile-menu svg {
    fill: #000000;
}

li svg {
    fill: #333235;
}

/*
tabWrapper.style.display = "flex";
tabViewer.style.cssText = 'position:relative; left:20%'
*/

#main-widget-areaplayer {
    background-color: #fff;
}

#main-widget-areaplayer.menu-open ul {
    display: flex;
}

.tab-viewer {
    position: relative;
    right: 0%;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

#main-widget-areaplayer.menu-open .tab-viewer {
    position: relative;
    /*right:70px;*/
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

#main-widget-areaplayer.menu-open.portrait-mode .tab-viewer {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    right: 0;
}

.portrait-mode .tab-navigation-mobile {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    width: 100%;
    flex-direction: row;
    max-height: 50px;
    bottom: -50px;
    top: auto;
    display: flex;
    padding-top: 0px;
}

/*.show-tab-labels.portrait-mode .tab-navigation-mobile{
    bottom: -70px;
}*/

.show-thumb-images li svg {
    fill: #fff;
}

.show-tab-labels.portrait-mode .tab-navigation-mobile {
    max-height: 70px;
    bottom: -70px;
}

.portrait-mode ul.tab-navigation-mobile li.active {
    border-top: solid 2px #484848;
    border-left: none;
    background-color: #fff;
}


.landscape-mode ul.tab-navigation-mobile li {
    /*border-left: solid 2px #ccc;*/
}

ul.tab-navigation-mobile li {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portrait-mode .mobile-menu.open .icon {
    transition-duration: 500ms;
    transform: rotateZ(-270deg);
}

.portrait-mode.is-mobile .mobile-menu {
    display: none !important;
}

body:not(.video-tab) .content-tab {
    background: #ffffff url("/videos/global/images/loading_lp.gif") no-repeat top center;
    background-size: contain;
}

.content-tab {
    background: #ffffff;
    width: 100%;
    position: relative;
    -webkit-background-size: contain;
    background-size: contain;
}

.content-tab iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

.theme_color .full-screen svg {
    fill: #fff;
}

.theme_color li svg {
    fill: #fff;
}

.show-thumb-images ul#tab-navigation li::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0000007d;
}

.show-thumb-images ul#tab-navigation li:hover::before {
    background-color: rgba(140, 96, 96, 0.533);
}


/*tabs-inside*/

.tabs-inside ul#tab-navigation {
    position: absolute;
    top: 30px;
    z-index: 9;
    display: flex;
    background-color: transparent !important;
    transform: translate(-50%, -50%);
    left: 50%;
}

#main-widget-areaplayer.hovered.tabs-inside ul#tab-navigation {
    visibility: visible;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
}

div#main-widget-areaplayer.tabs-inside:hover #tab-navigation {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.1s linear;
}


.tabs-inside ul#tab-navigation li {
    background-color: rgb(0 0 0 / 75%) !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 10px;
}

.tabs-inside ul#tab-navigation li.active {
    background-color: #483030 !important;
}

.tabs-inside #tab-navigation li span {
    white-space: nowrap;
}

.tabs-inside ul#tab-navigation li:first-child {

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabs-inside ul#tab-navigation li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.m-screen div[class*='tabs-on-left']#main-widget-areaplayer.icons-enable #tab-navigation li span{
    display: none !important;

}

.m-screen div[class*='tabs-on-left']#main-widget-areaplayer:not(.icons-enable) #tab-navigation li {
   padding: 8px;
    height:unset !important;
}
.m-screen div[class*='tabs-on-left']#main-widget-areaplayer #tab-navigation li {
    height:unset !important;
}
.m-screen div[class*='tabs-on-right']#main-widget-areaplayer.icons-enable #tab-navigation li span{
    display: none !important;
}

.m-screen div[class*='tabs-on-right']#main-widget-areaplayer:not(.icons-enable) #tab-navigation li{
    padding: 8px;
    height:unset !important;
}
.m-screen div[class*='tabs-on-right']#main-widget-areaplayer #tab-navigation li{

    height:unset !important;
}

.m-small div[class*='tabs-on-left']#main-widget-areaplayer.icons-enable #tab-navigation li{
    padding:8px !important;
}
.m-small div[class*='tabs-on-right']#main-widget-areaplayer.icons-enable #tab-navigation li{
    padding:8px !important;
}

@media(max-width:450px){
    .tabs-on-left.show-thumb-images ul#tab-navigation li,
    .tabs-on-right.show-thumb-images ul#tab-navigation li{
        width: 50px !important;
    }
    .tabs-on-left.show-thumb-images #tab-navigation li svg,
    .tabs-on-right.show-thumb-images #tab-navigation li svg {
        width: 30px !important;
        height: 22px !important;
    }
}
@media(max-width:580px){
    .tabs-on-left.show-thumb-images ul#tab-navigation li,
    .tabs-on-right.show-thumb-images ul#tab-navigation li{
        width: 80px;
    }
}
@media(min-width:585px){
    .tabs-on-left.show-thumb-images ul#tab-navigation li,
    .tabs-on-right.show-thumb-images ul#tab-navigation li{
        width: 150px;
    }
}
@media(min-width:992px){
    .tabs-on-left.show-thumb-images ul#tab-navigation li,
    .tabs-on-right.show-thumb-images ul#tab-navigation li{
        width: 180px;
    }
}

.add-nav .full-screen{
    display:none !important;
}
.add-nav .modal-close-single{
    display:none !important;
}

    body:not(.inline_embed) .landscape-mode.is-mobile:not(.popup_player) .modal-close-single {
        display: none !important;
    }

/*@media(min-width:1200px){}*/

body:not(.video-tab) .content-tab{
    background-image: none;
}

#loading-msg {
    width: 100%;
    display: block;
    margin: 20% auto 0 auto;
    text-align: center;
    float: none;
    padding: 15px 0;
    font-size: 24px;
    color: #fff;
    user-select: none;
}
#circleG {
    width: 200px;
    margin: 15px auto 0 auto;
    display: block;
    text-align: center;
}
.circleG {
    background-color: #fff;
    float: left;
    height: 31px;
    margin-left: 17px;
    width: 31px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 2.24s;
    -o-animation-duration: 2.24s;
    -ms-animation-duration: 2.24s;
    -webkit-animation-duration: 2.24s;
    -moz-animation-duration: 2.24s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#circleG_1 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}
#circleG_2 {
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}
#circleG_3 {
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

@keyframes bounce_circleG {
    50% {
        background-color: #000;
    }
}

@-o-keyframes bounce_circleG {
    50% {
        background-color: #000;
    }
}

@-ms-keyframes bounce_circleG {
    50% {
        background-color: #000;
    }
}

@-webkit-keyframes bounce_circleG {
    50% {
        background-color: #000;
    }
}

@-moz-keyframes bounce_circleG {
    50% {
        background-color: #000;
    }
}

.loading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(255 255 255 / 12%);
}
.loading .loading-div{
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

/* ig embed */

body.ig_embed.player_4_3 div[data-value="gallery"]{
        padding-bottom: 75% !important;
}

body.ig_embed.player_16_9 div[data-value="gallery"]{
        padding-bottom: 56.25% !important;
}