/* ------------------------- Mappa ------------------ */
.regione {
    transition: .4s fill;
    fill: rgba(14, 102, 182, 0.8);
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5;
}

.mappa-content a {
    outline: 0;
}

    .mappa-content a:hover .regione, .mappa-content a:focus .regione {
        fill: #2a4562;
    }

.mappa-container {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.creative_commons {
    padding-top: 10px;
}

    .creative_commons img {
        width: 30px;
        height: 30px;
        margin: 0 2px 0 0;
    }

    .creative_commons a {
        margin: 0 0 0 10px;
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .creative_commons {
        padding-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .creative_commons {
        padding-bottom: 25px;
    }
}

.selected_item_menu {
    outline: 3px solid #ff8c00;
    margin: 3px;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
    background: #fdfdfd;
    background: rgba(0, 0, 0, 0.85);
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    right: 0;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
    position: fixed;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
    -moz-animation: playload 1.4s steps(18) infinite;
    -ms-animation: playload 1.4s steps(18) infinite;
    -o-animation: playload 1.4s steps(18) infinite;
    animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

@-moz-keyframes playload {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

@-ms-keyframes playload {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

@-o-keyframes playload {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

@keyframes playload {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}
/* ----- navigation ----- */
.vbox-close {
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0px;
    display: block;
    color: #2bc9cd;
    overflow: hidden;
}

    .vbox-close:hover {
        color: #2bc9cd;
        text-decoration: none;
    }

.vbox-next, .vbox-prev {
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #ffffff;
    width: 30px;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    border: 2px solid #ffffff;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

    .vbox-next:hover, .vbox-prev:hover {
        color: #ffffff;
        text-decoration: none;
    }

.vbox-prev {
    left: 20px;
}

.vbox-next {
    right: 20px;
}

    .vbox-next:before, .vbox-prev:before {
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.56em;
        line-height: 33px;
        text-align: center;
    }

.vbox-close:before {
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.78em;
    line-height: 33px;
    text-align: center;
}

.vbox-next:before {
    content: "\003E";
    text-align: right;
    padding: 0 0 0 0;
}

.vbox-prev:before {
    content: "\003C";
    text-align: left;
    padding: 0 0 0 0;
}

.vbox-close:before {
    content: "\2715";
    text-align: center;
    padding: 0 0 0 0;
}

.vbox-inner-container {
    width: 100%;
    text-align: left;
    font-size: 1em;
    color: #fff;
    padding: 20px 0 20px 0;
    overflow: hidden;
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ffffff;
}

.vbox-inner-container {
    background: #161617;
}

@media (max-width: 767px) {
    .vbox-inner-container {
        display: none !important;
    }
}

.vbox-inner-container:nth-child(n) {
    filter: none;
}

.vbox-title, .vbox-description {
    padding: 0 0 0 10%;
    width: 50%;
}

@media (max-width: 767px) {
    .vbox-title, .vbox-description {
        display: none !important;
    }
}

.vbox-title {
    font-weight: 700;
}

.vbox-description {
    font-size: 0.85em;
}

.vbox-num {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 30px;
    display: none;
}

/* ------- inline window ------ */
.vbox-inline {
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe {
    border: none;
    width: 960px;
    height: 720px;
}

@media (max-width: 992px) {
    .venoframe {
        width: 640px;
        height: 480px;
    }
}

@media (max-width: 767px) {
    .venoframe {
        width: 420px;
        height: 315px;
    }
}

@media (max-width: 460px) {
    .vbox-inline {
        width: 100%;
    }

    .venoframe {
        width: 100%;
        height: 260px;
    }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open {
    overflow: hidden;
}

.vbox-container {
    height: 100%;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
}

.vbox-content {
    height: 80%;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10%;
}

.vbox-container img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    vertical-align: middle !important;
    width: auto;
}

.vbox-overlay .share_buttons {
    position: relative;
    z-index: 99999;
    bottom: 10px;
    right: 10px;
}

    .vbox-overlay .share_buttons a span {
        color: #30373d;
        background: none;
    }

.vbox-cc {
    position: fixed;
    z-index: 99999;
    top: 20px;
    left: 20px;
    width: 42%;
    color: #65dbde;
}

    .vbox-cc img {
        width: 30px;
        height: 30px;
        margin: 0 5px 0 0;
    }

    .vbox-cc span {
        margin-left: 10px;
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .vbox-cc span {
        display: none;
    }
}

.vbox-cc .link {
    color: #65dbde;
}

.vbox-text-close {
    position: fixed;
    z-index: 99999;
    top: 25px;
    right: 85px;
    color: #ffffff;
    width: 40%;
    text-align: right;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .vbox-text-close {
        display: none;
    }
}

/* Share Buttons */
@media (min-width: 1440px) {
    .share_buttons_container {
        margin-right: 200px;
    }
}

.share_buttons {
    display: block;
    position: relative;
    z-index: 0;
    float: right;
    text-decoration: none;
}

    .share_buttons .share_buttons_trigger {
        width: 46px;
        height: 46px;
        line-height: 54px;
        font-size: 1.55em;
        text-align: center;
        display: block;
        background: #0066cc;
        color: #ffffff;
        float: left;
        transition: all 300ms;
    }

        .share_buttons .share_buttons_trigger:hover {
            text-decoration: none;
        }

    .share_buttons span {
        display: block;
        float: left;
        overflow: hidden;
        height: 46px;
        line-height: 46px;
        background: #f2f2f2;
        font-size: 1.33em;
        padding: 0 20px 0 20px;
        transition: all 300ms;
        color: #888888;
    }

        .share_buttons span.icon {
            display: inline;
            float: none;
            overflow: visible;
            height: auto;
            line-height: normal;
            background: none;
            font-size: inherit;
            padding: 0;
            color: inherit;
        }

    .share_buttons .share_buttons_container {
        overflow: hidden;
        display: block;
        text-align: right;
        width: 0px;
        height: 46px;
        position: absolute;
        z-index: 100;
        top: 0;
        right: 100%;
        margin: 0 2px 0 0;
        transition: all 300ms;
    }

        .share_buttons .share_buttons_container a {
            color: #ffffff;
            background: #0066cc;
            display: inline-block;
            width: 46px;
            height: 46px;
            text-align: center;
            line-height: 54px;
            font-size: 1.55em;
            text-decoration: none;
            margin-left: -2px;
        }

            .share_buttons .share_buttons_container a:hover {
                text-decoration: none;
            }

    .share_buttons.active .share_buttons_container {
        width: 340px;
    }

    .share_buttons.active .share_buttons_trigger {
        background: #f2f2f2;
        color: #0066cc;
    }

        .share_buttons.active .share_buttons_trigger:hover {
            text-decoration: none;
        }

    .share_buttons.active span {
        width: 0px;
        padding: 0px;
    }

.vbox-overlay .share_buttons .share_buttons_trigger {
    background: #2cc7cb;
    color: #30373d;
}

.vbox-overlay .share_buttons span {
    background: #f2f2f2;
    color: #888888;
}

.vbox-overlay .share_buttons .share_buttons_container a {
    color: #ffffff;
    background: #2cc7cb;
    margin-left: 2px;
}

.vbox-overlay .share_buttons.active .share_buttons_container {
    width: 250px;
}

.vbox-overlay .share_buttons.active .share_buttons_trigger {
    background: #f2f2f2;
    color: #2cc7cb;
}

    .vbox-overlay .share_buttons.active .share_buttons_trigger:hover {
        text-decoration: none;
    }

.vbox-overlay .share_buttons.active span {
    width: 0px;
    padding: 0px;
}

.share_buttons_wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 5px;
    margin-left: 5px;
}

    .share_buttons_wrapper.active {
        z-index: 100;
    }

.share_buttons_scroller {
    position: absolute;
    z-index: 1;
    width: 550px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.share_buttons_left {
    display: block;
    position: relative;
    z-index: 0;
    float: left;
    text-decoration: none;
}

    .share_buttons_left .share_buttons_trigger {
        width: 46px;
        height: 46px;
        line-height: 54px;
        font-size: 1.55em;
        text-align: center;
        display: block;
        background: none;
        color: #444e57;
        float: left;
    }

        .share_buttons_left .share_buttons_trigger:hover {
            text-decoration: none;
        }

    .share_buttons_left span {
        display: block;
        float: left;
        overflow: hidden;
        height: 46px;
        line-height: 46px;
        font-size: 1em;
        padding: 0 20px 0 12px;
        color: #888888;
    }

        .share_buttons_left span.icon {
            display: inline;
            float: none;
            overflow: visible;
            height: auto;
            line-height: normal;
            background: none;
            font-size: inherit;
            padding: 0;
            color: inherit;
        }

    .share_buttons_left .share_buttons_container {
        overflow: hidden;
        display: block;
        text-align: left;
        width: 0px;
        height: 46px;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 100%;
        margin: 0 2px 0 0;
    }

        .share_buttons_left .share_buttons_container a {
            color: #ffffff;
            background: #0066cc;
            display: inline-block;
            width: 46px;
            height: 46px;
            text-align: center;
            line-height: 54px;
            font-size: 1.55em;
            text-decoration: none;
            float: left;
            border-left: 2px solid #eeeeee;
        }

            .share_buttons_left .share_buttons_container a:hover {
                text-decoration: none;
            }

    .share_buttons_left.active .share_buttons_container {
        width: 500px;
    }

    .share_buttons_left.active .share_buttons_trigger {
        background: #444e57;
        color: #ffffff;
    }

        .share_buttons_left.active .share_buttons_trigger:hover {
            text-decoration: none;
        }

    .share_buttons_left.active span {
        width: 0px;
        padding: 0px;
    }

.share_more_container {
    margin: 0;
    display: none;
}

    .share_more_container.active {
        display: inline;
    }

.reveal_container {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    height: 36px;
    text-align: right;
    width: 50%;
    border-left: 1px solid #b1b7bc;
}

.toggle-menu-related {
    color: #888888;
    display: inline-block;
    margin-right: 16px;
}

    .toggle-menu-related span.icon {
        font-size: 1.8em;
        float: right;
        color: #444e57;
    }

    .toggle-menu-related p {
        float: left;
        margin-top: 5px;
        margin-right: 10px;
        color: #888888;
    }

.noscroll {
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
}
/*#subnav {
    transform: translateX(0%);
}

.Button--menu_secondario {
	visibility: hidden;
}

#bottone_menu_secondario {
	visibility: hidden;
}

@media (max-width: 768px) {
	#bottone_menu_secondario {
		visibility: visible;
	}
    #subnav {
        transform: translateX(200%);
    }
	.open_menu_secondario {
		transform: translateX(0%) !important;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		top: 180px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform 200ms ease-out;
		transition: -webkit-transform 200ms ease-out;
		transition: transform 200ms ease-out;
		transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
		will-change: translateX;
	}
	.open_menu_secondario_sfondo {
		background: rgba(255,255,255);
		content: " ";
		display: block;
		height: 100%;
		right: 0;
		position: fixed;
		top: 180px;
		width: 80% !important;
	}
	.Button--menu_secondario {
		position: absolute;
		top: 134px;
		height: 42px;
		right: 10px;
		z-index: 99999;
		visibility: visible;
		background-color: #65dde0;
  		border-color: #50d8dc;
  		color: #004a4d;
		padding: 0.4em 0.75em !important;
	}
	.ul_menu_secondario {
		background: white;
		right: 0px;
		position: absolute;
		top: 180px;
		min-with: 40%;
	}
	#bottone_chiudi_secondario {
		visibility: hidden;
		padding-bottom: 15px !important;
	}
	.resize_image_on_mobile {
		width: 100%;
		padding-left: 20px;
	}
}

@media (min-width: 768px) {	
	#bottone_menu_secondario, #bottone_chiudi_secondario {
		visibility: hidden !important;
	}
}*/
/* Carosello news*/
.owl-dot button {
    width: 1.0rem;
    height: 1.0rem;
    margin: 0.5rem 0.7rem;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3.0rem;
    cursor: pointer;
}

.owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-nav {
    text-align: right;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot.active button, .owl-dots .owl-dot:hover button {
    background: #869791;
}

#carousel-news-nav .Icon-arrow-right, #carousel-news-nav .Icon-arrow-left {
    cursor: pointer;
}

.login-button {
    height: 100%;
    justify-content: center !important;
    flex-direction: column !important;
    display: flex !important;
}