@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);

html, body {
    font-size: 14px;
}

body {
    margin: 0;
    color: #6B6B6B;
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: #FFF;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body > * {
    cursor: auto;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a:link, a:visited {
    text-decoration: none;
    color: #2BA3C5;
}

.wrapper {
    width: 100%;
}

.wrapped {
    max-width: 1200px;
}

/********************************************************/

.bg-bianco {
    background: #FFF;
}

.bg-avorio {
    background: #EDEDED;
}

.bg-blu-scuro {
    background: #1C2B42;
}

.bg-blu {
    background: #09456D;
}

.bg-azzurro {
    background: #51AAE0;
}

.bg-grigio {
    background: #ECECEC;
}

.bg-grigio-transp {
    background: rgba(251, 251, 251, 0.9);
}

.bg-rosso {
    background: #E42712;
    color: #FFF;
}

.bg-viola {
    background: #A31251;
    color: #FFF;
}

div.alternato:nth-child(odd) .bg-grigio-alternato {
    background: #ECECEC;
}

div.alternato:nth-child(odd) .bg-viola-alternato {
    background: #A31251;
}

div.alternato:nth-child(even) .bg-viola-alternato {
    background: #ECECEC;
}

div.alternato:nth-child(odd) .bg-viola-alternato, div.alternato:nth-child(odd) .bg-viola-alternato a:link, div.alternato:nth-child(odd) .bg-viola-alternato a:visited {
    color: #FFF;
}

div.alternato:nth-child(even) .bg-viola-alternato a:link, div.alternato:nth-child(even) .bg-viola-alternato a:visited {
    color: #A31251;
}

div.alternato:nth-child(odd) .bg-viola-alternato .azzurro {
    color: #DF91A3;
}

div.alternato:nth-child(odd) .bg-viola-alternato .underdashed-azzurro {
    border-bottom: dashed #DF91A3 1px;
}

div.alternato:nth-child(odd) .bg-azzurro-alternato {
    background: #51AAE0;
}

div.alternato:nth-child(even) .bg-azzurro-alternato {
    background: #ECECEC;
}

div.alternato:nth-child(odd) .bg-azzurro-alternato, div.alternato:nth-child(odd) .bg-azzurro-alternato a:link, div.alternato:nth-child(odd) .bg-azzurro-alternato a:visited {
    color: #FFF;
}

div.alternato:nth-child(even) .bg-azzurro-alternato a:link, div.alternato:nth-child(even) .bg-azzurro-alternato a:visited {
    color: #2BA3C5;
}

div.alternato:nth-child(odd) .bg-azzurro-alternato .azzurro {
    color: #FFF;
}

div.alternato:nth-child(odd) .bg-azzurro-alternato .underdashed-azzurro {
    border-bottom: dashed #FFF 1px;
}

div.alternato:nth-child(odd) .bg-verde-alternato {
    background: #DDDC00;
}

div.alternato:nth-child(even) .bg-verde-alternato {
    background: #ECECEC;
}

div.alternato:nth-child(odd) .bg-verde-alternato, div.alternato:nth-child(odd) .bg-verde-alternato a:link, div.alternato:nth-child(odd) .bg-verde-alternato a:visited {
    color: #FFF;
}

div.alternato:nth-child(odd) .bg-verde-alternato .verde {
    color: #FFF;
}

div.alternato:nth-child(odd) .bg-verde-alternato .underdashed-verde {
    border-bottom: dashed #FFF 1px;
}

div.alternato:nth-child(odd) .bg-marroncino-alternato {
    background: #A68C5D;
}

div.alternato:nth-child(even) .bg-marroncino-alternato {
    background: #ECECEC;
}

div.alternato:nth-child(odd) .bg-marroncino-alternato, div.alternato:nth-child(odd) .bg-marroncino-alternato a:link, div.alternato:nth-child(odd) .bg-marroncino-alternato a:visited {
    color: #FFF;
}

div.alternato:nth-child(odd) .bg-marroncino-alternato .azzurro {
    color: #FFF;
}

div.alternato:nth-child(odd) .bg-marroncino-alternato .underdashed-azzurro {
    border-bottom: dashed #FFF 1px;
}

div.alternato:nth-child(odd) .bg-blu-alternato {
    background: #005689;
}

div.alternato:nth-child(even) .bg-blu-alternato {
    background: #ECECEC;
}

div.alternato:nth-child(odd) .bg-blu-alternato, div.alternato:nth-child(odd) .bg-blu-alternato a:link, div.alternato:nth-child(odd) .bg-blu-alternato a:visited {
    color: #FFF;
}

div.alternato:nth-child(odd) .bg-blu-alternato .azzurro {
    color: #FFF;
}

div.alternato:nth-child(odd) .bg-blu-alternato .underdashed-azzurro {
    border-bottom: dashed #FFF 1px;
}

.nero, a.nero:link, a.nero:visited, .nero a:link, .nero a:visited {
    color: #000;
}

.bianco, a.bianco:link, a.bianco:visited, .bianco a:link, .bianco a:visited {
    color: #FFF;
}

.rosso, a.rosso:link, a.rosso:visited, .rosso a:link, .rosso a:visited {
    color: #E42712;
}

.blu, a.blu:link, a.blu:visited, .blu a:link, .blu a:visited {
    color: #1C2B42;
}

.azzurro, a.azzurro:link, a.azzurro:visited, .azzurro a:link, .azzurro a:visited {
    color: #2BA3C5;
}

.rosa, a.rosa:link, a.rosa:visited, .rosa a:link, .rosa a:visited {
    color: #DF91A3;
}

.viola, a.viola:link, a.viola:visited, .viola a:link, .viola a:visited {
    color: #A31251;
}

.grigio, a.grigio:link, a.grigio:visited, .grigio a:link, .grigio a:visited {
    color: #ECECEC;
}

.grigio2, a.grigio2:link, a.grigio2:visited, .grigio2 a:link, .grigio2 a:visited {
    color: #C6C6C5;
}

.grigio3, a.grigio3:link, a.grigio3:visited, .grigio3 a:link, .grigio3 a:visited {
    color: #9D9C9C;
}

div.alternato:nth-child(even) .viola-alternato, div.alternato:nth-child(even) a.viola-alternato:link, div.alternato:nth-child(even) a.viola-alternato:visited, div.alternato:nth-child(even) .viola-alternato a:link, div.alternato:nth-child(even) .viola-alternato a:visited {
    color: #A31251;
}

.bordo-grigio-notizie {
    border-right: solid #DDD 1px;
}

.bordo-grigio-notizie:last-of-type {
    border-right: none;
}

.titolo-top {
    font-size: 30px;
    line-height: 35px;
}

.titolo0 {
    font-size: 35px;
    line-height: 40px;
}

.titolo1 {
    font-size: 30px;
    line-height: 35px;
}

.titolo2 {
    font-size: 24px;
    line-height: 26px;
}

.titolo2bis {
    font-size: 20px;
    line-height: 24px;
}

.titolo3 {
    font-size: 18px;
    line-height: 24px;
}

.titolo0.righe1, .titolo0.righe1 > div {
    max-height: 35px;
    overflow: hidden;
}

.titolo0.righe2, .titolo0.righe2 > div {
    max-height: 150px;
    overflow: hidden;
}

.titolo0.righe3, .titolo0.righe3 > div {
    max-height: 180px;
    overflow: hidden;
}

.titolo1.righe2, .titolo1.righe2 > div {
    max-height: 70px;
    overflow: hidden;
}

.titolo1.righe3, .titolo1.righe3 > div {
    max-height: 105px;
    overflow: hidden;
}

.titolo2.righe3, .titolo2.righe3 > div {
    height: 105px;
    overflow: hidden;
}

.titolo3.righe3 {
    height: 72px;
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

/********************************************************/

.vmiddle {
    vertical-align: middle;
}

.cont-articolo {
    position: relative;
}

.cont-articolo:hover {
    opacity: 0.8;
}

hr {
    border: none;
    border-bottom: dashed #2BA3C5 1px;
}

.striked {
    position: relative;
}

.striked:before {
    content: " ";
    position: absolute;
    top: 48%;
    left: 0;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
}

.striked * {
    background: #FFF;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.underlined-grigio {
    border-bottom: solid #E7E7E6 1px;
}

.underdashed-azzurro {
    border-bottom: dashed #2BA3C5 1px;
}

.underdashed-rosa {
    border-bottom: dashed #DF91A3 1px;
}

.underdashed-bianco {
    border-bottom: dashed #FFF 1px;
}

.menu {

}

.menu > * {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 6px;
    font-weight: bold;
    font-size: 15px;
}

.menu > .menu {
    padding: 0px;
}

.menu input {
    border: none;
    box-sizing: border-box;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 6px;
}

::-webkit-input-placeholder {
    color: #2BA3C5;
}

:-moz-placeholder {
    color: #2BA3C5;
}

::-moz-placeholder {
    color: #2BA3C5;
}

:-ms-input-placeholder {
    color: #2BA3C5;
}

#header-orologio {
    right: 12px;
    bottom: -15px;
    padding: 5px;
    z-index: 5;
}

.main-page {
    padding-right: 10px;
}

.gruppo-news-main {
}

.gruppo-news-cont {
    padding: 0 0 5px 40px;
}

.cont-img {
    overflow: hidden;
    text-align: center;
}

.cont-img > div {
    overflow: hidden;
}

.cont-img img {
    max-width: initial;
    height: 100%;
}

.cont-img .zkslider-cont img {
 //   height: 400px;
}

.social {
    padding: 5px 10px;
}

.social > * {
    display: inline-block;
    vertical-align: middle;
    border-left: solid #B2B2B1 1px;
    color: #B2B2B1;
    padding: 4px 8px;
}

.social > div {
    padding-top: 0;
}

.social > *:first-child {
    padding-left: 0;
    border-left: none;
}

.social div img {
    margin-right: 3px;
    vertical-align: middle;
}

.social img {
    vertical-align: baseline;
}

.descrizione-articolo, .descrizione-articolo > div {
    font-size: 17px;
    line-height: 18px;
    overflow: hidden;
}

.descrizione-articolo.righe1, .descrizione-articolo.righe1 > div {
    height: 60px;
}

.descrizione-articolo.righe3, .descrizione-articolo.righe3 > div {
    height: 100px;
}

.descrizione-articolo.righe5, .descrizione-articolo.righe5 > div {
    height: 90px;
}

.gallery-in-articolo {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.gallery-in-articolo > div {
    display: inline-block;
    margin-right: 3px;
    height: 80px;
}

.gallery-in-articolo > div img {
    max-height: 80px;
}

.img-articolo {
    text-align: center;
    overflow: hidden;
    width: 834px;
    max-height: 517px;
}

.img-articolo img {
    width: 100%;
}

.banner-articolo-sx {
    float: left;
    width: 170px;
}

.testo-articolo {
    margin-left: 180px;
    font-size: 17px;
    padding-right: 10px;
}

.testo-articolo img {
    height: auto !important;
}

.testo-articolo a:link, .testo-articolo a:visited {
    text-decoration: underline;
    color: #E42712;
}

.serpentone {
    font-size: 15px;
    overflow: hidden;
}

#serpentone-inner {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    -webkit-transition: left 0.2s linear;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    -ms-transition: left 0.2s linear;
    transition: left 0.2s linear;
}

#serpentone-inner.no-trans {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

#serpentone-inner > div {
    display: inline-block;
    margin: 0 10px;
}

.serpentone-cat {
    font-family: 'Myriad pro cond bold';
    color: #009EE0;
    display: inline-block;
}

.serpentone-testo {
    display: inline-block;
    margin-left: 5px;
}

.serpentone-testo a:link, .serpentone-testo a:visited {
    color: #FFF;
}

#filtri-province {
    border-left: solid #C2D1DB 1px;
    padding-left: 10px;
}

#elenco-comuni {
    text-align: center;
    overflow: hidden;
    width: 100%;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    -ms-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    font-size: 15px;
}

#elenco-comuni table {
    text-align: left;
    width: 100%;
    margin: 5px;
    border-collapse: collapse;
}

#elenco-comuni td {
    border-left: dashed #CCC 1px;
    border-top: dashed #CCC 1px;
    cursor: pointer;
    padding: 4px;
}

#elenco-comuni td:HOVER {
    background: #EEE;
}

.home-gallery-img {

}

#imgtop {
    z-index: 100;
    position: fixed;
    bottom: 5%;
    right: 5%;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

@keyframes live {
    0% {
        background-color: #E42712;
    }
    55% {
        background-color: #FFF;
    }
    65% {
        background-color: #FFF;
    }
    100% {
        background-color: #E42712;
    }
}

.tasto-live {
    color: #ECECEC;
    z-index: 10;
    animation-name: live;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;

    -webkit-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
}

.mobile-video-cont {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tasto-laterale:link, .tasto-laterale:visited {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #E52312;
    font-size: 21px;
    font-weight: bold;
    background: #FBFBFB;
}

.tasto-laterale-mobile:link, .tasto-laterale-mobile:visited {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-size: 21px;
    font-weight: bold;
    background: #2BA3C5;
}

@media screen {
    .only-print {
        display: none;
    }

    .body-with-skin {
        cursor: pointer;
        padding-top: 140px;
    }
}

@media print {
    .grid > *:not(.dont-print) {
        display: block !important;
    }

    .dont-print {
        display: none;
    }

    .grid .pw05 {
        width: calc(100% / 24);
    }

    .grid .pw1 {
        width: calc(100% / 12);
    }

    .grid .pw15 {
        width: calc(100% / 24 * 3);
    }

    .grid .pw2 {
        width: calc(100% / 12 * 2);
    }

    .grid .pw25 {
        width: calc(100% / 24 * 5);
    }

    .grid .pw3 {
        width: calc(100% / 12 * 3);
    }

    .grid .pw35 {
        width: calc(100% / 24 * 7);
    }

    .grid .pw4 {
        width: calc(100% / 12 * 4);
    }

    .grid .pw45 {
        width: calc(100% / 24 * 9);
    }

    .grid .pw5 {
        width: calc(100% / 12 * 5);
    }

    .grid .pw55 {
        width: calc(100% / 24 * 11);
    }

    .grid .pw6 {
        width: calc(100% / 12 * 6);
    }

    .grid .pw65 {
        width: calc(100% / 24 * 13);
    }

    .grid .pw7 {
        width: calc(100% / 12 * 7);
    }

    .grid .pw75 {
        width: calc(100% / 24 * 15);
    }

    .grid .pw8 {
        width: calc(100% / 12 * 8);
    }

    .grid .pw85 {
        width: calc(100% / 24 * 17);
    }

    .grid .pw9 {
        width: calc(100% / 12 * 9);
    }

    .grid .pw95 {
        width: calc(100% / 24 * 18);
    }

    .grid .pw10 {
        width: calc(100% / 12 * 10);
    }

    .grid .pw105 {
        width: calc(100% / 24 * 19);
    }

    .grid .pw11 {
        width: calc(100% / 12 * 11);
    }

    .grid .pw115 {
        width: calc(100% / 24 * 21);
    }

    .grid .pw12 {
        width: 100%;
    }

    .testo-articolo {
        margin-left: 0;
        text-align: justify;
        font-size: 19px;
    }

    p {
        orphans: 2;
        widows: 2;
    }
}

/* Aggiunzioni 08/02/2017 */

.bg-azzurro span {
    color: #CCC;
    margin-right: 10px;
    cursor: pointer;
}

.bg-azzurro span.active {
    color: #FFF;
    margin-right: 10px;
}

.subart span.hide {
    display: none;
}

.subart span.active {
    display: block;
}

/* --------------------------------------------------------------------------------- */

.social-bar {
    padding: 12px 0;
    border-bottom: 1px solid #e9eae5;
    margin-bottom: 10px;
}

.social-bar a:link, .social-bar a:visited {
    background: #09456D;
    font-size: 20px;
    padding: 10px 20px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 20px;
}