/* CUSTOM CSS */ 

/*
body[data-language-code="en"]  .wwg-hotspot.wwg-popup-action,
body[data-language-code="it"]  .wwg-hotspot.wwg-popup-action  {
pointer-events: none;
}


@media screen and (min-width: 900px){


.wwg-webcam-menu .wwg-menu-logo img{

    width: 150px;
    z-index: 10;
    top: 61px;
    left: 86px;
}

}*/

/* DESIGN SETTINGS COLORS */ 

body .style-color-main {
                    color: #eae9e7 !important;
                }

body .style-color-date-buttons {
                    color: #ffffff !important;
                }

body .style-color-buttons {
                    color: #09394b !important;
                }

body .style-color-text-main {
                    color: #09394b !important;
                }

body .style-color-text-buttons {
                    color: #ffffff !important;
                }

body .style-color-text-date-buttons {
                    color: #09394b !important;
                }

body .style-color-main-bg {
                    background-color: #eae9e7 !important;
                }

body .style-color-date-buttons-bg {
                    background-color: #ffffff !important;
                }

body .style-color-buttons-bg {
                    background-color: #09394b !important;
                }

body .style-color-text-main-bg {
                    background-color: #09394b !important;
                }

body .style-color-text-buttons-bg {
                    background-color: #ffffff !important;
                }

body .style-color-text-date-buttons-bg {
                    background-color: #09394b !important;
                }

