.share__tooltipButton, .share .share__list:not(.share .share__list--expanded) .icon-pp, article ~ article .primoPiano__share .icon-pp {
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */
[class*=hint--] {
    position: relative;
    display: inline-block
}

[class*=hint--]:after, [class*=hint--]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

[class*=hint--]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001
}

[class*=hint--]:after {
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3)
}

[class*=hint--][aria-label]:after {
    content: attr(aria-label)
}

[class*=hint--][data-hint]:after {
    content: attr(data-hint)
}

[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
    display: none !important
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
    border-top-color: #383838
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
    border-bottom-color: #383838
}

.hint--top:after, .hint--top:before {
    bottom: 100%;
    left: 50%
}

.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:after, .hint--bottom:before {
    top: 100%;
    left: 50%
}

.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px
}

.hint--right:after {
    margin-bottom: -14px
}

.hint--right:after, .hint--right:before {
    left: 100%;
    bottom: 50%
}

.hint--right:hover:after, .hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.hint--left:after {
    margin-bottom: -14px
}

.hint--left:after, .hint--left:before {
    right: 100%;
    bottom: 50%
}

.hint--left:hover:after, .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--top-left:after, .hint--top-left:before {
    bottom: 100%;
    left: 50%
}

.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:after, .hint--top-right:before {
    bottom: 100%;
    left: 50%
}

.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--bottom-left:after, .hint--bottom-left:before {
    top: 100%;
    left: 50%
}

.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:after, .hint--bottom-right:before {
    top: 100%;
    left: 50%
}

.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--large:after, .hint--medium:after, .hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word
}

.hint--small:after {
    width: 80px
}

.hint--medium:after {
    width: 150px
}

.hint--large:after {
    width: 300px
}

.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
    border-top-color: #b34e4d
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
    border-left-color: #b34e4d
}

.hint--error.hint--right:before {
    border-right-color: #b34e4d
}

.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
    border-top-color: #c09854
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
    border-left-color: #c09854
}

.hint--warning.hint--right:before {
    border-right-color: #c09854
}

.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #1a3c4d
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
    border-top-color: #3986ac
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
    border-left-color: #3986ac
}

.hint--info.hint--right:before {
    border-right-color: #3986ac
}

.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
    border-top-color: #458746
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
    border-bottom-color: #458746
}

.hint--success.hint--left:before {
    border-left-color: #458746
}

.hint--success.hint--right:before {
    border-right-color: #458746
}

.hint--always:after, .hint--always:before {
    opacity: 1;
    visibility: visible
}

.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--rounded:after {
    border-radius: 4px
}

.hint--no-animate:after, .hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s
}

.hint--bounce:after, .hint--bounce:before {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24)
}

@font-face {
    font-family: 'difesa-pp';
    src: url("../icon-font/difesa-pp.woff2?tozi54") format("woff2"), url("../icon-font/difesa-pp.ttf?tozi54") format("truetype"), url("../icon-font/difesa-pp.woff?tozi54") format("woff"), url("../icon-font/difesa-pp.svg?tozi54#difesa-pp") format("svg");
    font-weight: normal;
    font-style: normal
}

.icon-pp:before {
    font-family: 'difesa-pp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    line-height: 1em;
    font-size: 16px;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: attr(data-icon)  !important;
}

.share__tooltip {
    float: right;
    width: auto;
    padding: 0;
    position: relative
}

.share__tooltipWrap {
    float: none;
    width: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 5
}

.sidebar .share__tooltipWrap {
    top: -2px;
    right: -1px
}

.news-list h1 + article .share__tooltipWrap {
    right: 0
}

.news-list .share__tooltipWrap {
    right: calc(50% - 1px)
}

.share__tooltip:after {
    font-weight: normal
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.share__tooltip.is-loading .icon-pp:before, .share__tooltip.is-loading .icon-pp .iconGenerated {
    content: 'loading' !important;
    animation: spin infinite 1s
}

.share__tooltip.is-error .icon-pp:before, .share__tooltip.is-error .icon-pp .iconGenerated {
    content: 'warning' !important;
    color: #f6e804
}

.share__tooltip:not(.is-loading) input:checked ~ .share__tooltipButton {
    background-color: transparent
}

.share__tooltip:not(.is-loading) input:checked ~ .share__tooltipButton:before, .share__tooltip:not(.is-loading) input:checked ~ .share__tooltipButton .iconGenerated {
    color: #2f2f2f
}

.share__tooltip:not(.is-loading) input:checked ~ .share--popup:after {
    background-color: #ebebeb;
    transition-delay: 0.6s
}

.share__tooltip:not(.is-loading) input:checked ~ .share--popup:before {
    background-color: #fefefe;
    border-color: #ebebeb;
    transition-delay: 0.6s
}

.share__tooltip:not(.is-loading) input:checked ~ .share--popup .icon-pp {
    pointer-events: all
}

.share__tooltip:not(.is-loading) input:checked ~ .share--popup .icon-pp[data-icon="twitter"] {
    right: 38px;
    opacity: 1;
    transition-delay: 0.2s
}

.share__tooltip:not(.is-loading) input:checked ~ .share--popup .icon-pp[data-icon="facebook"] {
    right: 76px;
    opacity: 1;
    transition-delay: 0.4s
}

.share__tooltip input {
    display: none
}

.share__tooltipButton {
    cursor: pointer;
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 3;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background 0.25s
}

.share__tooltipButton:before {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
    transform-origin: center;
    display: block;
    height: 18px;
    text-align: center;
    transition: color 0.25s
}

.share__tooltipButton:hover, .share__tooltipButton:focus {
    background-color: rgba(0, 0, 0, 0.75)
}

.share__tooltipButton:hover:before, .share__tooltipButton:focus:before {
    color: #f3f3f3
}

.share--popup {
    float: none;
    width: auto;
    padding: 0
}

.share--popup:before {
    content: '' !important;
    display: block;
    position: absolute;
    width: 115px;
    height: 40px;
    background-color: transparent;
    border: 1px solid transparent;
    z-index: 2;
    transition: background-color 0.25s, border-color 0.25s;
    pointer-events: none;
    top: 0;
    right: 0
}

.sidebar .share--popup:before {
    top: 1px
}

.share--popup:after {
    content: '' !important;
    display: block;
    position: absolute;
    right: 38px;
    height: 38px;
    width: 1px;
    background-color: transparent;
    z-index: 3;
    transition: background-color 0.25s;
    pointer-events: none;
    top: 0
}

.share--popup .icon-pp {
    z-index: 3;
    display: block;
    margin: 0;
    padding: 9px;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    opacity: 0;
    font-size: 0;
    pointer-events: none;
    transition: opacity 0.25s, right 0.25s, background 0.25s;
    top: 1px
}

.share--popup .icon-pp:hover, .share--popup .icon-pp:focus {
    background-color: #ebebeb
}

.share--popup .icon-pp[data-icon="facebook"]:before, .share--popup .icon-pp[data-icon="facebook"] .iconGenerated {
    color: #3b5998
}

.share--popup .icon-pp[data-icon="twitter"]:before, .share--popup .icon-pp[data-icon="twitter"] .iconGenerated {
    color: #59aeee
}

.share--popup .icon-pp[data-icon="gplus"]:before, .share--popup .icon-pp[data-icon="gplus"] .iconGenerated {
    color: #dd4b39
}

.share .share__list:not(.share .share__list--expanded) .icon-pp:hover[data-icon="facebook"]:before, .share .share__list:not(.share .share__list--expanded) .icon-pp:hover[data-icon="facebook"] .iconGenerated, .share .share__list:not(.share .share__list--expanded) .icon-pp:focus[data-icon="facebook"]:before, .share .share__list:not(.share .share__list--expanded) .icon-pp:focus[data-icon="facebook"] .iconGenerated {
    color: #3b5998
}

.share .share__list:not(.share .share__list--expanded) .icon-pp:hover[data-icon="twitter"]:before, .share .share__list:not(.share .share__list--expanded) .icon-pp:hover[data-icon="twitter"] .iconGenerated, .share .share__list:not(.share .share__list--expanded) .icon-pp:focus[data-icon="twitter"]:before, .share .share__list:not(.share .share__list--expanded) .icon-pp:focus[data-icon="twitter"] .iconGenerated {
    color: #59aeee
}

.share .share__list:not(.share .share__list--expanded) .icon-pp:hover[data-icon="gplus"]:before, .share .share__list:not(.share .share__list--expanded) .icon-pp:hover[data-icon="gplus"] .iconGenerated, .share .share__list:not(.share .share__list--expanded) .icon-pp:focus[data-icon="gplus"]:before, .share .share__list:not(.share .share__list--expanded) .icon-pp:focus[data-icon="gplus"] .iconGenerated {
    color: #dd4b39
}

.share .share__list .icon-pp {
    margin-left: 9px;
    margin-right: 9px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    min-height: inherit
}

.share .share__list .icon-pp:before, .share .share__list .icon-pp .iconGenerated {
    font-size: 20px;
    color: #808082
}

.share .share__list--expanded {
    text-align: right
}

.share .share__list--expanded .icon-pp {
    width: auto;
    height: 34px;
    vertical-align: middle;
    padding: 8px;
    margin-left: 6px;
    margin-right: 6px;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 12px;
    font-size: .75rem
}

.share .share__list--expanded .icon-pp:last-of-type {
    margin-right: 0
}

.share .share__list--expanded .icon-pp:not(.plain) {
    background-color: #f4f4f4;
    border: 1px solid #e9e7e7
}

.share .share__list--expanded .icon-pp:not(.plain):hover, .share .share__list--expanded .icon-pp:not(.plain):focus {
    background-color: #fff
}

.share .share__list--expanded .icon-pp:before, .share .share__list--expanded .icon-pp .iconGenerated {
    width: 20px;
    height: 20px;
    color: #808082;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    margin-top: -2px
}

.share .share__list--expanded .icon-pp:hover:before, .share .share__list--expanded .icon-pp:focus:before {
    color: #5a5a5b
}

.share .share__list--expanded .icon-pp.plain {
    padding: 6px 4px
}

.share .share__list--expanded .icon-pp.plain:before, .share .share__list--expanded .icon-pp.plain .iconGenerated {
    width: 26px;
    height: 26px;
    font-size: 26px
}

.share .share__list--expanded .icon-pp span:not(.hidden):not(.iconGenerated) {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 6px
}

.share .share__list--expanded .icon-pp span:not(.hidden):not(.iconGenerated):empty {
    display: none
}

.share .share__list--expanded .icon-pp[data-icon="facebook"]:before, .share .share__list--expanded .icon-pp[data-icon="facebook"] .iconGenerated {
    color: #3b5998
}

.share .share__list--expanded .icon-pp[data-icon="twitter"]:before, .share .share__list--expanded .icon-pp[data-icon="twitter"] .iconGenerated {
    color: #59aeee
}

.share .share__list--expanded .icon-pp[data-icon="gplus"]:before, .share .share__list--expanded .icon-pp[data-icon="gplus"] .iconGenerated {
    color: #dd4b39
}

.share .share__list--vertical {
    text-align: center
}

.share .share__list--vertical .icon-pp {
    display: block;
    height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: -1px 7px 0
}

.share .share__list--vertical .icon-pp:first-of-type {
    margin-top: 0
}

.share .share__list--vertical .icon-pp:last-of-type {
    margin-right: 7px
}

.share .share__list--vertical .icon-pp:after {
    content: '' !important;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    margin-right: -2px
}

.share .share__list--vertical .icon-pp:before, .share .share__list--vertical .icon-pp .iconGenerated {
    margin-top: 3px;
    margin-bottom: 3px
}

.share .share__list--vertical .icon-pp span:not(.hidden):not(.iconGenerated) {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center
}

.share .share__list--vertical .icon-pp .hidden {
    display: inline-block
}

.share .share__list--vertical .icon-pp.plain {
    background-color: #fff;
    border: 1px solid #e9e7e7
}

#facebook_twitter_left, #facebook_twitter_all {
    vertical-align: middle
}

article ~ article .primoPiano__share {
    position: relative;
    z-index: 2
}

article ~ article .primoPiano__share .icon-pp {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px
}

article ~ article .primoPiano__share .icon-pp:before, article ~ article .primoPiano__share .icon-pp .iconGenerated {
    border-radius: 100px;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 18px;
    text-align: center;
    padding-top: 7px;
    transition: color 0.25s, background-color 0.25s
}

article ~ article .primoPiano__share .icon-pp[data-icon="facebook"]:before, article ~ article .primoPiano__share .icon-pp[data-icon="facebook"] .iconGenerated {
    background-color: #3c5b9a
}

article ~ article .primoPiano__share .icon-pp[data-icon="facebook"]:hover:before, article ~ article .primoPiano__share .icon-pp[data-icon="facebook"]:hover .iconGenerated {
    color: #3c5b9a;
    background-color: #fff
}

article ~ article .primoPiano__share .icon-pp[data-icon="twitter"]:before, article ~ article .primoPiano__share .icon-pp[data-icon="twitter"] .iconGenerated {
    background-color: #54abed
}

article ~ article .primoPiano__share .icon-pp[data-icon="twitter"]:hover:before, article ~ article .primoPiano__share .icon-pp[data-icon="twitter"]:hover .iconGenerated {
    color: #54abed;
    background-color: #fff
}

article ~ article .primoPiano__share .icon-pp[data-icon="youtube"]:before, article ~ article .primoPiano__share .icon-pp[data-icon="youtube"] .iconGenerated {
    background-color: #d61b26
}

article ~ article .primoPiano__share .icon-pp[data-icon="youtube"]:hover:before, article ~ article .primoPiano__share .icon-pp[data-icon="youtube"]:hover .iconGenerated {
    color: #d61b26;
    background-color: #fff
}

article ~ article .primoPiano__share .hide-text {
    display: none
}

.difesa-mobile.home [role="main"] .news-list h1 + article{
    position: static;
}


/* Classi Modal */

.shareThis{
    text-align:right;
    cursor:pointer;
}
.shareThis label{
    cursor:pointer;
    text-transform:uppercase;
    color:#fbc403;
    transition: color 0.25s;
}
.shareThis input[name="share-button"]{
    display:none;
}

.shareThis .modal{
    width: 330px;
    height: auto;
    text-align:left;
    background-color:#fff;
    cursor:auto;
    border-radius:5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.54);
    position:fixed;
    z-index:5;
    top:50%;
    left:0;
    right:0;
    margin:auto;
    Transform:translateY(-50%);
    display:none;
}
.shareThis .modalWrap::before{
    content:'' !important;
    position:fixed;
    z-index:4;
    width:1000%;
    height:1000%;
    background-color: rgba(0, 0, 0, .3);
    left:-500%;
    top:-500%;
    cursor:auto;
    display:none;
}
.shareThis .modal label{
    font-size:50px;
    position:absolute;
    right: 17px;
    cursor:pointer;
    color:#000;
    top:0px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 736px){
    .shareThis .modal label{
        font-size:3rem;
        top:0;
    }
}
.shareThis .modal h4{
    font-size: 1.6rem;
    margin:20px;
	padding-right: 30px;
    text-transform:uppercase;
}
.shareThis .modal ul{
    list-style-type:none;
    padding:0;
    margin:20px;
}
.shareThis .modal ul li{
    font-size:1.2rem;
    margin:20px 0;
}

.modal ul .shareThis--li.icon-pp {
    background: url(/Style%20Library/Images/icons/social/linkedin-icon.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 24px;
}

.shareThis .modal ul li a{
    display: inline-block;
    vertical-align: middle;
    color: #000;

}
.shareThis .modal ul li img{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 32px;
    margin-right: 15px;
}

/* Reset Classi */
.shareThis label.icon-pp::before{
    margin-left: 10px;
}
.share__tooltipWrap{
    display:none;
}
a.icon-pp::before{
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
a.icon-pp[data-icon="facebook"]::before{
    color:#3b5999;
}
a.icon-pp[data-icon="twitter"]::before{
    color:#55acee;
}
a.icon-pp[data-icon="telegram"]::before{
    color:#20a0e1;
}
a.icon-pp[data-icon="whatsapp"]::before{
    color:#25D366;
}
a.icon-pp[data-icon="mail"]::before{
    color:#ffaa00;
}

/* Bottone Slider */
.home__primoPiano article[role="alert"] .shareThis{
    position:absolute;
    z-index:5;
    top:15px;
    right:15px;
}
.home__primoPiano article[role="alert"] .shareThis .shareThis__wrap{
    direction: rtl;
}
.home__primoPiano article[role="alert"] .shareThis label{
    background: #061a26;
    padding:15px;
}

/* Apertura Modal */

.shareThis input:checked ~ .modalWrap .modal{
    display:block;
}
.shareThis input:checked ~ .modalWrap::before{
    display:block;
}
.shareThis .shareThis__wrap.is-error .modalWrap{
    display:none;
}

/* Animazione Loading */

.shareThis__wrap.is-loading label.icon-pp:before{
    content: 'loading' !important;
    animation: spin infinite 1s;
}

.shareThis__wrap.is-error label.icon-pp:before{
    content: 'warning' !important;
    color: #f6e804;
}

.shareThis__wrap.is-loading input:checked ~ .modalWrap .modal{
    display:none;
}

.shareThis__wrap.is-loading input:checked ~ .modalWrap::before{
    display:none;
}


/* Modal Mobile */

.news-list .shareThis .modal label{
    position: absolute;
    top:-10px;
}
.news-list .shareThis .modal{
    width:80%;
    height:auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
    .shareThis input:checked ~ .modalWrap .modal{
        text-align: center;
        width:75%;
    }
    .shareThis .modal ul li{
        font-size: 0;
        display: inline-block;
    }
    a.icon-pp::before{
        font-size: 45px;
    }
}

/* Classi Primo Piano */

.primo-piano-menu article .shareThis{
    background-color:#2d485a;
}

.primo-piano-menu article > a:first-child div {
    bottom:40px;
}
.primo-piano-menu article > a:first-child:before {
    bottom:35px;
}
.dettaglio-notizia article aside .shareThis label{
    display: initial;
    padding:9px 15px;
    background: #061a26;
    float: left;
    margin-left: 15px;
}
.dettaglio-notizia article aside .shareThis .shareThis__wrap{
    direction: rtl;
}
.primo-piano-menu .shareThis .shareThis__label{
    padding: 11px;
    display: block;
}
.interna [role="main"] [role="document"] aside{
    padding:0;
}

.dettaglio-notizia article aside .shareThis label.icon-pp::before{
    top:17px;
}
.home__primoPiano article .shareThis__wrap{
    direction: rtl;
}
.home__primoPiano article .shareThis__wrap .shareThis__label{
    background: #061a26;
    display:block;
    padding:10px;
}
aside.social-footer ~ .shareThis .shareThis__wrap{
    direction: rtl;
    text-align: center;
}
aside.social-footer ~ .shareThis .shareThis__wrap .shareThis__label{
    background: #061a26;
    padding:15px;
    display: inline-block;
}
aside.social-footer {
    z-index: auto;
}
/* Contenuto Colonna Sx */
#facebook_twitter_all{
    float:right;
    margin-top: 20px;
}
#facebook_twitter_all::after{
    content:'';
    clear: both;
    display: block;
}
#facebook_twitter_all .shareThis__modal .shareThis__wrap{
    direction: rtl;
}
.span10.contenuto .shareThis__wrap .shareThis__label{
    padding: 10px 13px;
    background: #04a8e4;
    color:#fff;
    transition: 0.25s;
}
.span10.contenuto .shareThis__wrap .shareThis__label:hover{
    background:#07b9fb;
    transition:0.25s;
}

/* Reset Modal */

.primo-piano-menu .modal h4 {
    color:#000;
    padding:0;
}

/* Pagina interna modal */

.dettaglio-notizia aside .shareThis .modal{
    width:80%;
}

.dettaglio-notizia aside .shareThis .modal label{
    position:absolute;
    top:-10px;
    background: transparent;
    right:10px;
}
.interna [role="main"] [role="document"] aside ul li{
    font-size:20px;
    font-weight: 500;
    display:block;
}
.interna [role="main"] [role="document"] aside ul li a{
    color:#000;
    font-size: 20px;
    font-family: 'TitilliumWeb', Helvetica, Arial, sans-serif;
}
.interna [role="main"] .social-footer ~ .shareThis__modal{
    z-index: 0!important;
    margin: 20px 0;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
    .interna [role="main"] [role="document"] aside ul li{
        display:inline-block;
    }
    .interna [role="main"] [role="document"] aside ul li a{
        font-size: 0;
    }
    .dettaglio-notizia article aside .shareThis{
        width: 160px;
    }
    aside.social-footer ~ .shareThis__modal{
        z-index: 0!important;
    }
    .difesa-mobile.home .shareThis .shareThis__wrap{
        direction:rtl;
    }

    .difesa-mobile.home .shareThis .shareThis__wrap .shareThis__label {
        padding: 6px;
        display: block;
        background: rgba(0,0,0,0.8);
    }
    body.interna .modal ul li a.shareThis--ws{
        display:none;
    }
    .news-list article:not(:first-of-type){
        position: relative;
        z-index: 0;
    }
    .news-list article:not(:first-of-type) .shareThis label{
        font-size: 0;
        position: absolute;
        bottom: 0;
        padding: 6px!important;
        background: #fff!important;
    }
    .news-list article:not(:first-of-type) .shareThis .modal label{
        font-size: 3rem;
    }
    .news-list article:not(:first-of-type) .shareThis label.icon-pp::before{
        margin-left: 0;
        font-size: 15px;
        color: #787879;
        text-shadow: none;
    }
    .shareThis__label:not(:first-of-type){
        opacity: 0.8;
        transition: opacity 0.25s;
    }
    .shareThis__label:not(:first-of-type){
        transition: opacity 0.25s;
    }
    .news-list article:first-of-type .shareThis__modal .shareThis__label{
        opacity: 0.8;
    }
    .news-list article:first-of-type .shareThis .modal label{
        top:0;
    }
    .news-list article:not(:first-of-type) .shareThis .modal label{
        top:-6px;
    }
    .dettaglio-notizia aside .shareThis .modal label{
        top:0px;
    }
    /*Reset z-index
    section.home__banner-novembre{
        z-index: -1!important;
    }
    footer.more{
        position: relative;
        z-index: -1;
    }
    .difesa-mobile [role="main"] aside{
        position: relative;
        z-index: -1;
    }
    .difesa-mobile [role="main"] .operazioni{
        position: relative;
        z-index: -1;
    }*/
}
@media only screen and (min-device-width : 320px) and (max-device-width : 415px) and (orientation : portrait){
    .difesa-mobile.home .shareThis .shareThis__wrap{
        direction:rtl;
    }
    .difesa-mobile.home .shareThis .shareThis__wrap .shareThis__label {
        padding: 6px;
        display: block;
        background: rgba(0, 0, 0, 0.8);
    }
    .shareThis label{
        color:#fff;
    } .shareThis label:before{
        color:#fbc403;
      }
    body.interna .modal ul li a.shareThis--ws{
        display:none;
    }
    .news-list article:not(:first-of-type){
        position: relative;
        z-index: 0;
    }
    .news-list article:not(:first-of-type) .shareThis label{
        font-size: 0;
        position: absolute;
        bottom: 0;
        padding: 6px!important;
        background: #fff!important;
    }
    .news-list article:not(:first-of-type) .shareThis .modal label{
        font-size: 3rem;
    }
    .news-list article:not(:first-of-type) .shareThis label.icon-pp::before{
        margin-left: 0;
        font-size: 15px;
        color: #787879;
        text-shadow: none;
    }
    .shareThis__label:not(:first-of-type){
        opacity: 0.8;
        transition: opacity 0.25s;
    }
    .shareThis__label:not(:first-of-type){
        transition: opacity 0.25s;
    }
    .news-list article:first-of-type .shareThis__modal .shareThis__label{
        opacity: 0.8;
    }
    .news-list article:first-of-type .shareThis .modal label{
        top:0;
    }
    .news-list article:not(:first-of-type) .shareThis .modal label{
        top:-6px;
    }
    .dettaglio-notizia aside .shareThis .modal label{
        top:0px;
    }
}

.shareThis label {
    font-size: 13px;
}
.icon-pp:before{
    font-size: 14px;
}
.modalWrap .modal ul{
    direction:ltr;
}
.home__primoPiano article[role="alert"] .shareThis .modalWrap .modal label{
    background: transparent;
    padding:0;
}
.primo-piano-menu.visible article .shareThis .shareThis__wrap{
    direction: rtl;
}

.difesa-mobile.home [role="main"] .news-list h1 + article {
    position:relative;
    z-index: 0;
}
.news-list h1 + article .shareThis .shareThis__wrap .shareThis__label{
    position:absolute;
    z-index: 5;
    top:0;
    right:0;
    background-color:#061a26;
}
.news-list h1 + article .shareThis .shareThis__wrap{
    z-index: 5;
    direction: rtl;
}
.shareThis__label:hover{
    color:#fff;
    transition: color 0.25s;
}
section[role="main"] article .shareThis .shareThis__wrap{
    direction: rtl;
}

.interna [role="main"] .social-footer ~ .shareThis__modal ul li{
     display:block;
}
.interna [role="main"] .social-footer ~ .shareThis__modal ul li a{
    color: #000;
    font-size: 20px;
    font-family: 'TitilliumWeb', Helvetica, Arial, sans-serif;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
    .interna [role="main"] .social-footer ~ .shareThis__modal ul li{
        display:inline-block;
    }
    .interna [role="main"] .social-footer ~ .shareThis__modal ul li a{
        font-size: 0;
    }
}
/*body.interna .modal ul li a.shareThis--ws{
    display:none;
}*/
.icon-pp:before {
    font-size: 13px;
}
#WebTvVideo2 article .shareThis .shareThis__label {
    padding: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .shareThis .modal label {
        top: 7px!important;
        right:13px!important;
    }
    .shareThis .modal ul li:first-child{
        margin-top:0!important;
    }
    .shareThis .modal ul li:last-child{
        margin-bottom:0!important;
    }
}
_:-ms-fullscreen, :root .shareThis .modal label {
    top: 7px!important;
    right:13px!important;
}
_:-ms-fullscreen, :root .shareThis .modal ul li:first-child{
    margin-top:0!important;
}
_:-ms-fullscreen, :root .shareThis .modal ul li:last-child{
    margin-top:0!important;
}

body.home.ms-backgroundImage .home__gallery{
    z-index: 0!important;
}
body.ms-backgroundImage .home__gallery{
    z-index: -1!important;
}
.difesa-mobile [role="main"] aside .video{
    background: transparent;
}
.difesa-mobile [role="main"] aside{
    background: transparent;
}
body.ms-backgroundImage .difesa-mobile [role="main"] aside .pubblicistica ul li a, .difesa-mobile [role="main"] aside .arrow-list li a{
    z-index: 0!important;
}
label#closeBtn {
    background: transparent!important;
}
.modalWrap{
    z-index: 6;
    position: relative;
}