.fullRowBussola 
{
	min-height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.fullRowBussola::after
{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    background: radial-gradient(circle,rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 90%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}


.fullRowBussola video
{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    pointer-events: none;
}
#compass-container {
	height: 75vh;
	width: 75vh;
	perspective: 800px;
	/* position: absolute; */
	z-index: 3;
	/* top: 50%;
	left: 50%; */
	/* transform: translate( -50%,-50% ); */
	/* -webkit-transform: translate( -50%,-50% ); */
	/* -moz-transform: translate( -50%,-50% ); */
	/* -o-transform: translate( -50%,-50% ); */
}
#compass-wrapper {
    height: 100%;
    width: 100%;
    /* mask-image: url(../img/mask_1400.png); */
    mask-image: unset;
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center center;
}
#rotator 
{
    width: 100%;
    height: 100%;
    transform-origin: center center;
}
#rotator svg
{
    width: 100%;
    height: 100%;
    cursor: grab;
}
svg#maskCompass {
	z-index: 999;
	pointer-events: none;
    width: 0;
    height: 0;
    position:absolute
}
#rotator svg #arrow { 
    pointer-events: all;
}
#rotator svg #arrow polygon:hover {
    cursor: pointer !important; 
}
#textBoxSvg
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42%;
    height: auto;
    min-height: 60px;
    /* background: red; */
    border-radius: 15px;
    transform: translate(-50%,-50%);
    /* white-space: pre-wrap; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #FFF;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
}
#textBoxSvg.show
{
    opacity: 1.0;
}
/*MOBILE-REPSONSIVE*/
.blocco_slider_bussola
{
    margin-top: 40px;
	width: 80%;
	position: relative;
	margin-left: 10%;
    z-index: 3;
    display: none;
}

.iconSliderBussola
{
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.iconSliderBussola img
{
    -moz-filter: invert(100%); /* FireFox */
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    max-width: 100%;
    max-height: 100%;
}

.slider_bussola 
{
    opacity: 0 !important;
    height: 1px !important;
}
.slider_bussola .owl-stage,
.slider_bussola .owl-stage .owl-item
{
    display: flex;
}
.blocco_slider_bussola .post-item {
	font-size: 2rem;
	color: #FFF;
	line-height: 2rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.slider_bussola .owl-nav button
{
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.slider_bussola .owl-nav button.owl-prev
{
    left: calc(-10% - 5px);
}
.slider_bussola .owl-nav button.owl-next
{
    right: calc(-10% - 5px);
}
.slider_bussola .owl-nav button svg {
	height: 28px;
	width: 28px;
}

.box_info_bussola {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-block-start: 25px;
	/* width: 100%; */
	z-index: 4;
	justify-content: center;
}

.box_info_bussola svg
{
    height: 80px;
    width: auto;
}

.box_info_bussola .main_testo_website
{
    color: white;
}
@media screen and (max-width:991px) 
{
    .fullRowBussola
    {
        min-height: 1px;
        height: auto;
        padding: 40px 0 80px;
    }
    #compass-container {
        height: auto;
        width: 92vw;
    }
    #compass-wrapper
    {
        pointer-events: none !important;
        height: 100vw;
        max-height: 50vh;
    }


    #rotator svg #arrow polygon,
    #rotator svg #arrow polygon:hover 
    {
        cursor: none !important; 
        pointer-events: none !important;
    }
    #textBoxSvg
    {
        display: none !important;
        opacity: 0 !important;
    }
    
    .blocco_slider_bussola
    {
        display: block;
    }
    .slider_bussola.owl-loaded
    {
        opacity: 1.0 !important;
        height: auto !important;
    } 

    .box_info_bussola {
        display: none;
    }
}


@media screen and (max-width:520px) 
{
    .slider_bussola .owl-nav button svg {
        height: 18px;
        width: 18px;
    }

    #compass-wrapper 
    {
        max-height: 35vh;
    }
}