.div-abilitaModifica {
    position: fixed;
    right: 0;
    top: 30%;
    border: 2px solid #CCC;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    z-index:100000000;
}

.div-window {
    position: absolute;
    z-index: 9999;
    padding: 0 5px 5px 5px;
    cursor: move;
    background-color: #B1C4EF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .div-window .chiudi {
        text-align: right;
        padding: 15px 2px;
    }

.matita-window {
    width: 800px;
    height: 500px;
    border: 0;
}


/*inizio - eventi*/
.table-eventi {
    width: 100%;
}

    .table-eventi tr {
        border-bottom: 1px dotted #ccc;
    }

        .table-eventi tr td {
            vertical-align: top;
            padding-bottom: 10px;
            padding-top: 10px;
            text-align: justify;
        }

            .table-eventi tr td.td-foto {
                padding-right: 15px;
            }

            .table-eventi tr td a img, .div-eventoDettaglio .img-foto {
                box-shadow: 4px 4px 6px #999;
                margin: 0 10px 5px 0;
                width: 100%;
                max-width: 100%;
                cursor: pointer;
                border-radius: 4px;
                float: left;
                min-width: 150px;
            }

            .table-eventi tr td h3 {
                margin-top: 0;
                margin-bottom: 2px;
            }

                .table-eventi tr td h3 a {
                    font-weight: bold;
                }

            .table-eventi tr td .data, .div-eventoDettaglio .data {
                font-style: italic;
            }

            .table-eventi tr td .dettagli {
                text-align: right;
                margin-top: 5px;
            }


/*fine - eventi*/



/*INIZIO - css generali*/

body {
    font-family: Verdana;
    font-size: 115%;
    line-height: 18px;
    background-repeat: repeat-x;
    background-size: 100% 35px;
}

h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 3px;
    text-align: right;
}

h2 {
    font-size: 2.3em;
    margin-top: 5px;
    margin-bottom: 2px;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
}


footer {
    background-repeat: repeat-x;
    background-size: 100% 5px;
}

    footer .col-sm-4 {
        padding-top: 10px;
    }

.div-logo {
    text-align: center;
    padding-top: 15px;
}
/*FINE - css generali*/



/*inizio - social*/
.div-Social .elemento {
    margin-top: 10px;
}
/*fine - social*/



/*inizio - menu*/
.caret {
    margin-top: -2px;
}

.navbar {
    margin-bottom: 0;
    min-height: initial;
    font-size: 1.4em;
}

.nav > li > a {
    padding: 15px 35px 2px 0;
    text-transform: uppercase;
}

@media (max-width:992px) {
    .nav > li > a {
        padding-left: 17px;
        padding-right: 17px;
    }
}

.navbar-default {
    border: 0;
}

    .navbar-default .navbar-nav > li > a:hover {
        text-decoration: underline;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        text-decoration: underline;
    }

.navbar-toggle {
    margin-bottom: 3px;
    margin-top: 3px;
}

.dropdown-menu {
    border: 0;
    left: 26px;
}

    .dropdown-menu > li > a {
        text-transform: uppercase;
        padding: 3px 23px;
    }

/*fine - menu*/


/*INIZIO - briciole di pane*/
.briciole {
    margin-bottom: 5px;
    font-size: 0.8em;
}

    .briciole li {
        float: left;
        display: inline;
    }

        .briciole li.separatore {
            margin: 0 5px;
        }

        .briciole li a {
            text-transform: uppercase;
        }

            .briciole li a:hover, .briciole li a.selected {
                text-decoration: underline;
            }

/*FINE - briciole di pane*/

/*INIZIO - photoswipe*/
#Gallery .foto {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

    #Gallery .foto a img {
        box-shadow: #dadada 3px 3px 3px;
        margin: 0 0 5px 0;
        width: 100%;
        max-width: 213px;
        cursor: pointer;
        border-radius: 4px;
    }
/*FINE - photoswipe*/



/*INIZIO - news*/
.table-news {
    width: 100%;
}


    .table-news .row {
        margin-bottom: 10px;
    }

    .table-news .titolo {
    }

    .table-news article {
    }

    .table-news .dettagli {
        text-align: right;
    }

    .table-news .pagination {
    }


.div-newsDettaglio .foto {
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
}

.div-newsDettaglio .descrizione {
    clear: both;
    overflow: hidden;
}

.div-newsDettaglio .data {
}

.div-newsDettaglio .indietro {
}

.table-newsTop {
    width: 100%;
}

    .table-newsTop .row {
        margin-bottom: 10px;
    }

    .table-newsTop .foto {
    }

    .table-newsTop .titolo {
    }

    .table-newsTop .descrizione {
    }

    .table-newsTop .data {
    }
/*FINE - news*/


/*INIZIO - Newsletter struttura*/
.div-newsletter {
    padding: 5px 10px;
    margin-bottom: 5px;
}

    .div-newsletter .informativa {
        margin: 5px 0;
    }



    .div-newsletter .registrati {
        text-align: right;
    }

#div_newsletterGruppi {
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    padding: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: none;
    z-index: 9999;
}

    #div_newsletterGruppi h4 {
    }

    #div_newsletterGruppi .div-newsletterGruppiPulsante {
        text-align: right;
        margin-top: 15px;
    }

#div_newsletterGruppiElencoErroreSelezionaGruppo, #div_newsletterGruppiElencoRegistrazioneAvvenuta {
    display: none;
}
/*FINE - Newsletter struttura*/


/*inizio - slider bootstrap*/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

/*fine - slider bootstrap*/


#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

    #cookie-bar p {
        color: #FFF;
    }

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000000;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
        }

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

    #cookie-bar .cb-enable {
        background: #007700;
    }

        #cookie-bar .cb-enable:hover {
            background: #009900;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: none;
        text-decoration: underline;
        margin-left: 0;
    }

        #cookie-bar .cb-policy:hover {
            background: none;
        }



h1 {
    color: #d4cece;
    font-size: 0.8em;
}

