@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");



mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body, input, textarea, select {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #919499;
    font-size: 14pt;
    line-height: 1.75em;
    letter-spacing: 0.025em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #31a836;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

a {
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-decoration: none;
    color: #717479;
}

    a:hover {
        text-decoration: underline;
    }

strong, b {
    font-weight: 700;
    color: #000;
}

blockquote {
    border-left: solid 0.5em #ddd;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

em, i {
    font-style: italic;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
    margin: 2em 0 2em 0;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

.nobr {
    white-space: nowrap;
}

br.clear {
    clear: both;
}

p, ul, ol, dl, table, blockquote, form {
    margin-bottom: 2em;
}



/* Row */

/*.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp {
        order: -1;
    }

    .row > .col-1 {
        width: 8.33333%;
    }

    .row > .off-1 {
        margin-left: 8.33333%;
    }

    .row > .col-2 {
        width: 16.66667%;
    }

    .row > .off-2 {
        margin-left: 16.66667%;
    }

    .row > .col-3 {
        width: 25%;
    }

    .row > .off-3 {
        margin-left: 25%;
    }

    .row > .col-4 {
        width: 33.33333%;
    }

    .row > .off-4 {
        margin-left: 33.33333%;
    }

    .row > .col-5 {
        width: 41.66667%;
    }

    .row > .off-5 {
        margin-left: 41.66667%;
    }

    .row > .col-6 {
        width: 50%;
    }

    .row > .off-6 {
        margin-left: 50%;
    }

    .row > .col-7 {
        width: 58.33333%;
    }

    .row > .off-7 {
        margin-left: 58.33333%;
    }

    .row > .col-8 {
        width: 66.66667%;
    }

    .row > .off-8 {
        margin-left: 66.66667%;
    }

    .row > .col-9 {
        width: 75%;
    }

    .row > .off-9 {
        margin-left: 75%;
    }

    .row > .col-10 {
        width: 83.33333%;
    }

    .row > .off-10 {
        margin-left: 83.33333%;
    }

    .row > .col-11 {
        width: 91.66667%;
    }

    .row > .off-11 {
        margin-left: 91.66667%;
    }

    .row > .col-12 {
        width: 100%;
    }

    .row > .off-12 {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

        .row.gtr-0 > * {
            padding: 0px 0 0 0px;
        }

        .row.gtr-0.gtr-uniform {
            margin-top: 0px;
        }

            .row.gtr-0.gtr-uniform > * {
                padding-top: 0px;
            }

    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }

        .row.gtr-25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.gtr-25.gtr-uniform {
            margin-top: -12.5px;
        }

            .row.gtr-25.gtr-uniform > * {
                padding-top: 12.5px;
            }

    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }

        .row.gtr-50 > * {
            padding: 25px 0 0 25px;
        }

        .row.gtr-50.gtr-uniform {
            margin-top: -25px;
        }

            .row.gtr-50.gtr-uniform > * {
                padding-top: 25px;
            }

.row {
    margin-top: -50px;
    margin-left: -50px;
}

    .row > * {
        padding: 50px 0 0 50px;
    }

    .row.gtr-uniform {
        margin-top: -50px;
    }

        .row.gtr-uniform > * {
            padding-top: 50px;
        }

    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }

        .row.gtr-150 > * {
            padding: 75px 0 0 75px;
        }

        .row.gtr-150.gtr-uniform {
            margin-top: -75px;
        }

            .row.gtr-150.gtr-uniform > * {
                padding-top: 75px;
            }

    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }

        .row.gtr-200 > * {
            padding: 100px 0 0 100px;
        }

        .row.gtr-200.gtr-uniform {
            margin-top: -100px;
        }

            .row.gtr-200.gtr-uniform > * {
                padding-top: 100px;
            }

@media screen and (max-width: 1680px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp-xlarge {
            order: -1;
        }

        .row > .col-1-xlarge {
            width: 8.33333%;
        }

        .row > .off-1-xlarge {
            margin-left: 8.33333%;
        }

        .row > .col-2-xlarge {
            width: 16.66667%;
        }

        .row > .off-2-xlarge {
            margin-left: 16.66667%;
        }

        .row > .col-3-xlarge {
            width: 25%;
        }

        .row > .off-3-xlarge {
            margin-left: 25%;
        }

        .row > .col-4-xlarge {
            width: 33.33333%;
        }

        .row > .off-4-xlarge {
            margin-left: 33.33333%;
        }

        .row > .col-5-xlarge {
            width: 41.66667%;
        }

        .row > .off-5-xlarge {
            margin-left: 41.66667%;
        }

        .row > .col-6-xlarge {
            width: 50%;
        }

        .row > .off-6-xlarge {
            margin-left: 50%;
        }

        .row > .col-7-xlarge {
            width: 58.33333%;
        }

        .row > .off-7-xlarge {
            margin-left: 58.33333%;
        }

        .row > .col-8-xlarge {
            width: 66.66667%;
        }

        .row > .off-8-xlarge {
            margin-left: 66.66667%;
        }

        .row > .col-9-xlarge {
            width: 75%;
        }

        .row > .off-9-xlarge {
            margin-left: 75%;
        }

        .row > .col-10-xlarge {
            width: 83.33333%;
        }

        .row > .off-10-xlarge {
            margin-left: 83.33333%;
        }

        .row > .col-11-xlarge {
            width: 91.66667%;
        }

        .row > .off-11-xlarge {
            margin-left: 91.66667%;
        }

        .row > .col-12-xlarge {
            width: 100%;
        }

        .row > .off-12-xlarge {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0px;
            margin-left: 0px;
        }

            .row.gtr-0 > * {
                padding: 0px 0 0 0px;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0px;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0px;
                }

        .row.gtr-25 {
            margin-top: -12.5px;
            margin-left: -12.5px;
        }

            .row.gtr-25 > * {
                padding: 12.5px 0 0 12.5px;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -12.5px;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 12.5px;
                }

        .row.gtr-50 {
            margin-top: -25px;
            margin-left: -25px;
        }

            .row.gtr-50 > * {
                padding: 25px 0 0 25px;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -25px;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 25px;
                }

    .row {
        margin-top: -50px;
        margin-left: -50px;
    }

        .row > * {
            padding: 50px 0 0 50px;
        }

        .row.gtr-uniform {
            margin-top: -50px;
        }

            .row.gtr-uniform > * {
                padding-top: 50px;
            }

        .row.gtr-150 {
            margin-top: -75px;
            margin-left: -75px;
        }

            .row.gtr-150 > * {
                padding: 75px 0 0 75px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -75px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 75px;
                }

        .row.gtr-200 {
            margin-top: -100px;
            margin-left: -100px;
        }

            .row.gtr-200 > * {
                padding: 100px 0 0 100px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -100px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 100px;
                }
}

@media screen and (max-width: 1280px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp-large {
            order: -1;
        }

        .row > .col-1-large {
            width: 8.33333%;
        }

        .row > .off-1-large {
            margin-left: 8.33333%;
        }

        .row > .col-2-large {
            width: 16.66667%;
        }

        .row > .off-2-large {
            margin-left: 16.66667%;
        }

        .row > .col-3-large {
            width: 25%;
        }

        .row > .off-3-large {
            margin-left: 25%;
        }

        .row > .col-4-large {
            width: 33.33333%;
        }

        .row > .off-4-large {
            margin-left: 33.33333%;
        }

        .row > .col-5-large {
            width: 41.66667%;
        }

        .row > .off-5-large {
            margin-left: 41.66667%;
        }

        .row > .col-6-large {
            width: 50%;
        }

        .row > .off-6-large {
            margin-left: 50%;
        }

        .row > .col-7-large {
            width: 58.33333%;
        }

        .row > .off-7-large {
            margin-left: 58.33333%;
        }

        .row > .col-8-large {
            width: 66.66667%;
        }

        .row > .off-8-large {
            margin-left: 66.66667%;
        }

        .row > .col-9-large {
            width: 75%;
        }

        .row > .off-9-large {
            margin-left: 75%;
        }

        .row > .col-10-large {
            width: 83.33333%;
        }

        .row > .off-10-large {
            margin-left: 83.33333%;
        }

        .row > .col-11-large {
            width: 91.66667%;
        }

        .row > .off-11-large {
            margin-left: 91.66667%;
        }

        .row > .col-12-large {
            width: 100%;
        }

        .row > .off-12-large {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0px;
            margin-left: 0px;
        }

            .row.gtr-0 > * {
                padding: 0px 0 0 0px;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0px;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0px;
                }

        .row.gtr-25 {
            margin-top: -8.75px;
            margin-left: -8.75px;
        }

            .row.gtr-25 > * {
                padding: 8.75px 0 0 8.75px;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -8.75px;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 8.75px;
                }

        .row.gtr-50 {
            margin-top: -17.5px;
            margin-left: -17.5px;
        }

            .row.gtr-50 > * {
                padding: 17.5px 0 0 17.5px;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -17.5px;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 17.5px;
                }

    .row {
        margin-top: -35px;
        margin-left: -35px;
    }

        .row > * {
            padding: 35px 0 0 35px;
        }

        .row.gtr-uniform {
            margin-top: -35px;
        }

            .row.gtr-uniform > * {
                padding-top: 35px;
            }

        .row.gtr-150 {
            margin-top: -52.5px;
            margin-left: -52.5px;
        }

            .row.gtr-150 > * {
                padding: 52.5px 0 0 52.5px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -52.5px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 52.5px;
                }

        .row.gtr-200 {
            margin-top: -70px;
            margin-left: -70px;
        }

            .row.gtr-200 > * {
                padding: 70px 0 0 70px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -70px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 70px;
                }
}

@media screen and (max-width: 980px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp-medium {
            order: -1;
        }

        .row > .col-1-medium {
            width: 8.33333%;
        }

        .row > .off-1-medium {
            margin-left: 8.33333%;
        }

        .row > .col-2-medium {
            width: 16.66667%;
        }

        .row > .off-2-medium {
            margin-left: 16.66667%;
        }

        .row > .col-3-medium {
            width: 25%;
        }

        .row > .off-3-medium {
            margin-left: 25%;
        }

        .row > .col-4-medium {
            width: 33.33333%;
        }

        .row > .off-4-medium {
            margin-left: 33.33333%;
        }

        .row > .col-5-medium {
            width: 41.66667%;
        }

        .row > .off-5-medium {
            margin-left: 41.66667%;
        }

        .row > .col-6-medium {
            width: 50%;
        }

        .row > .off-6-medium {
            margin-left: 50%;
        }

        .row > .col-7-medium {
            width: 58.33333%;
        }

        .row > .off-7-medium {
            margin-left: 58.33333%;
        }

        .row > .col-8-medium {
            width: 66.66667%;
        }

        .row > .off-8-medium {
            margin-left: 66.66667%;
        }

        .row > .col-9-medium {
            width: 75%;
        }

        .row > .off-9-medium {
            margin-left: 75%;
        }

        .row > .col-10-medium {
            width: 83.33333%;
        }

        .row > .off-10-medium {
            margin-left: 83.33333%;
        }

        .row > .col-11-medium {
            width: 91.66667%;
        }

        .row > .off-11-medium {
            margin-left: 91.66667%;
        }

        .row > .col-12-medium {
            width: 100%;
        }

        .row > .off-12-medium {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0px;
            margin-left: 0px;
        }

            .row.gtr-0 > * {
                padding: 0px 0 0 0px;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0px;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0px;
                }

        .row.gtr-25 {
            margin-top: -12.5px;
            margin-left: -12.5px;
        }

            .row.gtr-25 > * {
                padding: 12.5px 0 0 12.5px;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -12.5px;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 12.5px;
                }

        .row.gtr-50 {
            margin-top: -25px;
            margin-left: -25px;
        }

            .row.gtr-50 > * {
                padding: 25px 0 0 25px;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -25px;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 25px;
                }

    .row {
        margin-top: -50px;
        margin-left: -50px;
    }

        .row > * {
            padding: 50px 0 0 50px;
        }

        .row.gtr-uniform {
            margin-top: -50px;
        }

            .row.gtr-uniform > * {
                padding-top: 50px;
            }

        .row.gtr-150 {
            margin-top: -75px;
            margin-left: -75px;
        }

            .row.gtr-150 > * {
                padding: 75px 0 0 75px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -75px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 75px;
                }

        .row.gtr-200 {
            margin-top: -100px;
            margin-left: -100px;
        }

            .row.gtr-200 > * {
                padding: 100px 0 0 100px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -100px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 100px;
                }
}

@media screen and (max-width: 736px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp-small {
            order: -1;
        }

        .row > .col-1-small {
            width: 8.33333%;
        }

        .row > .off-1-small {
            margin-left: 8.33333%;
        }

        .row > .col-2-small {
            width: 16.66667%;
        }

        .row > .off-2-small {
            margin-left: 16.66667%;
        }

        .row > .col-3-small {
            width: 25%;
        }

        .row > .off-3-small {
            margin-left: 25%;
        }

        .row > .col-4-small {
            width: 33.33333%;
        }

        .row > .off-4-small {
            margin-left: 33.33333%;
        }

        .row > .col-5-small {
            width: 41.66667%;
        }

        .row > .off-5-small {
            margin-left: 41.66667%;
        }

        .row > .col-6-small {
            width: 50%;
        }

        .row > .off-6-small {
            margin-left: 50%;
        }

        .row > .col-7-small {
            width: 58.33333%;
        }

        .row > .off-7-small {
            margin-left: 58.33333%;
        }

        .row > .col-8-small {
            width: 66.66667%;
        }

        .row > .off-8-small {
            margin-left: 66.66667%;
        }

        .row > .col-9-small {
            width: 75%;
        }

        .row > .off-9-small {
            margin-left: 75%;
        }

        .row > .col-10-small {
            width: 83.33333%;
        }

        .row > .off-10-small {
            margin-left: 83.33333%;
        }

        .row > .col-11-small {
            width: 91.66667%;
        }

        .row > .off-11-small {
            margin-left: 91.66667%;
        }

        .row > .col-12-small {
            width: 100%;
        }

        .row > .off-12-small {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0px;
            margin-left: 0px;
        }

            .row.gtr-0 > * {
                padding: 0px 0 0 0px;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0px;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0px;
                }

        .row.gtr-25 {
            margin-top: -7.5px;
            margin-left: -7.5px;
        }

            .row.gtr-25 > * {
                padding: 7.5px 0 0 7.5px;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -7.5px;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 7.5px;
                }

        .row.gtr-50 {
            margin-top: -15px;
            margin-left: -15px;
        }

            .row.gtr-50 > * {
                padding: 15px 0 0 15px;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -15px;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 15px;
                }

    .row {
        margin-top: -30px;
        margin-left: -30px;
    }

        .row > * {
            padding: 30px 0 0 30px;
        }

        .row.gtr-uniform {
            margin-top: -30px;
        }

            .row.gtr-uniform > * {
                padding-top: 30px;
            }

        .row.gtr-150 {
            margin-top: -45px;
            margin-left: -45px;
        }

            .row.gtr-150 > * {
                padding: 45px 0 0 45px;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -45px;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 45px;
                }

        .row.gtr-200 {
            margin-top: -60px;
            margin-left: -60px;
        }

            .row.gtr-200 > * {
                padding: 60px 0 0 60px;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -60px;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 60px;
                }
}
*/
/* Section/Article */

/*section,
article {
    margin: 0 0 4em 0;
}
*/
    section > :last-child,
    article > :last-child,
    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }
.contenuto {
    padding-top: 200px;
    padding-bottom: 60px;
}
contenuto.style1 {
    text-align: center;
    padding: 3em 0 3em 0;
}

    contenuto.style1 h2 {
        font-weight: 700;
        font-size: 2em;
        letter-spacing: 0.075em;
        line-height: 1.5em;
    }

    contenuto.style1 p {
        color: #b1b4b9;
        display: block;
        margin: 1.15em 0 0 0;
        font-size: 1.3em;
        letter-spacing: 0.075em;
        line-height: 1.5em;
    }


contenuto.style5 {
    text-align: center;
    padding: 3em 0 3em 0;
}

    contenuto.style5 h2 {
        font-weight: 700;
        font-size: 2em;
        letter-spacing: 0.075em;
        line-height: 1.5em;
    }

    contenuto.style5 p {
        color: #b1b4b9;
        display: block;
        margin: 1.15em 0 0 0;
        font-size: 1.3em;
        letter-spacing: 0.075em;
        line-height: 1.5em;
    }



/* Table */

table {
    width: 100%;
}

    table.default {
        width: 100%;
    }

        table.default tbody tr:nth-child(2n+2) {
            background: #f4f4f4;
        }

        table.default td {
            padding: 0.5em 1em 0.5em 1em;
        }

        table.default th {
            text-align: left;
            font-weight: 400;
            padding: 0.5em 1em 0.5em 1em;
        }

        table.default thead {
            background: #31a836;
            color: #fff;
        }

        table.default tfoot {
            background: #eee;
        }

/* Form */

form label {
    display: block;
    font-weight: 700;
    color: #000;
    margin: 0.25em 0 0.5em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-appearance: none;
    /*display: block;*/
    border: 0;
    background: #eee;
    box-shadow: inset 0px 0px 1px 0px #a0a1a7;
    border-radius: 0.35em;
/*    width: 100%;
*/    padding: 0.75em 1em 0.75em 1em;
}

    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form input[type="password"]:focus,
    form select:focus,
    form textarea:focus {
        background: #f8f8f8;
    }

    form input[type="text"],
    form input[type="email"]
    input[type="password"] {
        line-height: 1em;
    }

form select {
    line-height: 1em;
}

form textarea {
    min-height: 8em;
}

form ul.actions {
    margin-top: 0;
}

form ::-webkit-input-placeholder {
    color: #555 !important;
    font-style: italic;
    line-height: 1.35em;
}

form :-moz-placeholder {
    color: #555 !important;
    font-style: italic;
}

form ::-moz-placeholder {
    color: #555 !important;
    font-style: italic;
}

form :-ms-input-placeholder {
    color: #555 !important;
    font-style: italic;
}

form ::-moz-focus-inner {
    border: 0;
}

/* Image */

.image {
    display: inline-block;
}

    .image img {
        display: block;
        width: 100%;
    }

    .image.fit {
        display: block;
        width: 100%;
    }

    .image.left {
        float: left;
        margin: 0 2em 2em 0;
    }

    .image.centered {
        display: block;
        margin: 0 0 2em 0;
    }

        .image.centered img {
            margin: 0 auto;
            width: auto;
        }

    .image.featured {
        display: block;
        width: 100%;
        margin: 0 0 2em 0;
    }

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: inline-block;
    background: #444;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-decoration: none;
    border-radius: 0.35em;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0 2.25em 0 2.25em;
    font-size: 0.9em;
    min-width: 12em;
    height: 4em;
    line-height: 4em;
}

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover,
    .button:hover {
        background-color: #f98780;
    }

    input[type="button"].large,
    input[type="submit"].large,
    input[type="reset"].large,
    button.large,
    .button.large {
        font-size: 1em;
        min-width: 14em;
    }

    input[type="button"].piccolo,
    input[type="submit"].piccolo,
    input[type="reset"].piccolo,
    button.piccolo,
    .button.piccolo {
        font-size: 0.6em;
        min-width: 7em;
        background: #26348c;
        color: #fff;
    }

        input[type="button"].piccolo:hover,
        input[type="submit"].piccolo:hover,
        input[type="reset"].piccolo:hover,
        button.piccolo:hover,
        .button.piccolo:hover {
            background-color: #b11836;
            text-decoration: none;
        }

        input[type="button"].piccolo:active,
        input[type="submit"].piccolo:active,
        input[type="reset"].piccolo:active,
        button.piccolo:active,
        .button.piccolo:active {
            background-color: #d96760;
        }

    input[type="button"].piccolino,
    input[type="submit"].piccolino,
    input[type="reset"].piccolino,
    button.piccolino,
    .button.piccolino {
        font-size: 0.6em;
        min-width: 7em;
        background: #f53d3d;
        color: #fff;
    }

        input[type="button"].piccolino:hover,
        input[type="submit"].piccolino:hover,
        input[type="reset"].piccolino:hover,
        button.piccolino:hover,
        .button.piccolino:hover {
            background-color: #f38787;
            text-decoration: none;
        }

        input[type="button"].piccolino:active,
        input[type="submit"].piccolino:active,
        input[type="reset"].piccolino:active,
        button.piccolino:active,
        .button.piccolino:active {
            background-color: #f53d3d;
        }


    input[type="button"].style1,
    input[type="submit"].style1,
    input[type="reset"].style1,
    button.style1,
    .button.style1 {
        background: #26348c;
        color: #fff;
    }

        input[type="button"].style1:hover,
        input[type="submit"].style1:hover,
        input[type="reset"].style1:hover,
        button.style1:hover,
        .button.style1:hover {
            background-color: #f98780;
            text-decoration: none;
        }

        input[type="button"].style1:active,
        input[type="submit"].style1:active,
        input[type="reset"].style1:active,
        button.style1:active,
        .button.style1:active {
            background-color: #d96760;
        }

    input[type="button"].style2,
    input[type="submit"].style2,
    input[type="reset"].style2,
    button.style2,
    .button.style2 {
        background: none;
        color: #606167;
        box-shadow: inset 0px 0px 2px 0px #a0a1a7;
    }

        input[type="button"].style2:hover,
        input[type="submit"].style2:hover,
        input[type="reset"].style2:hover,
        button.style2:hover,
        .button.style2:hover {
            box-shadow: inset 0px 0px 2px 0px #606167;
        }

        input[type="button"].style2:active,
        input[type="submit"].style2:active,
        input[type="reset"].style2:active,
        button.style2:active,
        .button.style2:active {
            box-shadow: inset 0px 0px 2px 0px #202127;
        }

    input[type="button"].style3,
    input[type="submit"].style3,
    input[type="reset"].style3,
    button.style3,
    .button.style3 {
        background: #2f333b;
        color: #fff;
    }

        input[type="button"].style3:hover,
        input[type="submit"].style3:hover,
        input[type="reset"].style3:hover,
        button.style3:hover,
        .button.style3:hover {
            background-color: #3f434b;
        }

        input[type="button"].style3:active,
        input[type="submit"].style3:active,
        input[type="reset"].style3:active,
        button.style3:active,
        .button.style3:active {
            background-color: #1f232b;
        }

    input[type="button"].style4,
    input[type="submit"].style4,
    input[type="reset"].style4,
    button.style4,
    .button.style4 {
        background: #444444;
        color: #fff;
    }

        input[type="button"].style4:hover,
        input[type="submit"].style4:hover,
        input[type="reset"].style4:hover,
        button.style4:hover,
        .button.style4:hover {
            background-color: #f98780;
            text-decoration: none;
        }

        input[type="button"].style4:active,
        input[type="submit"].style4:active,
        input[type="reset"].style4:active,
        button.style4:active,
        .button.style4:active {
            background-color: #d96760;
        }

    input[type="button"].style5,
    input[type="submit"].style5,
    input[type="reset"].style5,
    button.style5,
    .button.style5 {
        background: #26348c;
        color: #fff;
    }

        input[type="button"].style5:hover,
        input[type="submit"].style5:hover,
        input[type="reset"].style5:hover,
        button.style5:hover,
        .button.style5:hover {
            background-color: #f98780;
            text-decoration: none;
        }

        input[type="button"].style5:active,
        input[type="submit"].style5:active,
        input[type="reset"].style5:active,
        button.style5:active,
        .button.style5:active {
            background-color: #d96760;
        }



/* List */

ul {
    list-style: disc;
    padding-left: 1em;
}

    ul li {
        padding-left: 0.5em;
    }

    ul.style2 {
        list-style: none;
        padding-left: 0;
    }

        ul.style2 li {
            border-top: solid 1px #eee;
            padding: 1.5em 0 0 0;
            margin: 1.5em 0 0 0;
        }

            ul.style2 li:first-child {
                border-top: 0;
                padding-top: 0;
                margin-top: 0;
            }

    ul.style3 {
        list-style: none;
        padding-left: 0;
    }

        ul.style3 li {
            border-top: solid 1px #eee;
            padding: 0.5em 0 0 0;
            margin: 0.5em 0 0 0;
        }

            ul.style3 li:first-child {
                border-top: 0;
                padding-top: 0;
                margin-top: 0;
            }

ol {
    list-style: decimal;
    padding-left: 1.25em;
}

    ol li {
        padding-left: 0.25em;
    }

/* Actions */

ul.actions {
    list-style: none;
    padding-left: 0;
    margin: 3em 0 0 0;
}

    ul.actions li {
        display: inline-block;
        margin: 0 0.75em 0 0.75em;
        padding-left: 0;
    }

        ul.actions li:first-child {
            margin-left: 0;
        }

        ul.actions li:last-child {
            margin-right: 0;
        }

    ul.actions.special {
        text-align: center;
    }

/* Feature List */

.feature-list {
    max-width: 58em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0.75em;
}

    .feature-list section {
        border-top: solid 1px #eee;
        padding-top: 3em;
        padding-left: 5em;
        position: relative;
    }

@media screen and (min-width: 981px) {

    .feature-list > .row > :nth-child(-n + 2) > section {
        border-top: 0;
        padding-top: 0;
    }
}

.feature-list h3 {
    color: #31a836 !important;
    margin: -0.35em 0 0.75em 0;
    font-size: 1.15em;
    letter-spacing: 0.05em;
}

    .feature-list h3:before {
        display: block;
        color: #fff;
        background: #2f333b;
        border-radius: 2.5em;
        text-align: center;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        margin-right: 0.75em;
        position: absolute;
        left: 0;
        margin-top: -0.5em;
    }

.feature-list.small section {
    padding-left: 3.5em;
}

.feature-list.small h3:before {
    font-size: 0.8em;
}

/* Icons */

.icon {
    text-decoration: none;
    text-decoration: none;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
    }

    .icon:before {
        line-height: inherit;
        font-size: 1.25em;
    }

    .icon > .label {
        display: none;
    }

    .icon.solid:before {
        font-weight: 900;
    }

    .icon.brands:before {
        font-family: 'Font Awesome 5 Brands';
    }

/* Box */

.box contenuto {
    margin: 0 0 1.5em 0;
}

    .box contenuto.style1 {
        position: relative;
        margin: -0.5em 0 0 0;
        padding-top: 0;
    }

.box h2 {
    margin: 0 0 0.75em 0;
    font-size: 1.15em;
    letter-spacing: 0.05em;
}

.box h3 {
    margin: 0 0 0.5em 0;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.box.post-excerpt .image.left {
    position: relative;
    top: 0.5em;
    width: 5em;
}

.box.post-excerpt h3, .box.post-excerpt p {
    margin-left: 7em;
}

/* contenuto */

    .contenuto .title {
        position: absolute;
        top: 120px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        display: block;
        font-weight: 700;
        letter-spacing: 0.25em;
        font-size: 2em;
    }

        .contenuto .title:before {
            content: '';
            position: absolute;
            bottom: -38px;
            left: -35px;
            width: 35px;
            height: 38px;
        }

        .contenuto .title:after {
            -moz-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
            content: '';
            position: absolute;
            bottom: -38px;
            right: -35px;
            width: 35px;
            height: 38px;
        }

    .contenuto.style1 {
        background: #26348c;
        color: #eee;
        color: rgba(255, 255, 255, 0.75);
    }

        .contenuto.style1 .title {
            background: #26348c;
            color: #fff;
        }

        .contenuto.style1 h1, .contenuto.style1 h2, .contenuto.style1 h3, .contenuto.style1 h4, .contenuto.style1 h5, .contenuto.style1 h6, .contenuto.style1 b, .contenuto.style1 a {
            color: #fff;
        }

    .contenuto.style2 {
        background: #fff;
    }

        .contenuto.style2 .title {
            background-color: transparent;
            color: #26348c;
        }

    .contenuto.style3 {
        background: #f3f3f3;
    }

        .contenuto.style3 .title {
            background-color: transparent;
            color: #26348c;
        }

        .contenuto.style3 .image {
            border: solid 10px #fff;
        }

    .contenuto.style5 {
        background: #1c7d20;
        color: #eee;
        color: rgba(255, 255, 255, 0.75);
    }

        .contenuto.style5 .title {
            background: #1c7d20;
            color: #fff;
        }

        .contenuto.style5 h1, .contenuto.style5 h2, .contenuto.style5 h3, .contenuto.style5 h4, .contenuto.style5 h5, .contenuto.style5 h6, .contenuto.style5 b, .contenuto.style5 a {
            color: #fff;
        }


/*.dropotron {
    background: #222835;
    background-color: rgba(44, 50, 63, 0.925);
    padding: 1.25em 1em 1.25em 1em;
    border-radius: 0.35em;
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
    min-width: 12em;
    text-align: left;
    margin-top: -1.25em;
    margin-left: -1px;
    list-style: none;
}

    .dropotron.level-0 {
        margin-top: -1px;
        margin-left: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .dropotron a, .dropotron span {
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        display: block;
        color: #eee;
        color: rgba(255, 255, 255, 0.75);
        text-transform: uppercase;
        text-decoration: none;
        font-size: 0.7em;
        letter-spacing: 0.25em;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
        line-height: 3em;
    }

    .dropotron li {
        padding-left: 0;
    }

        .dropotron li:first-child a, .dropotron li:first-child span {
            border-top: 0;
        }

        .dropotron li:hover > a, .dropotron li:hover > span {
            color: #fff;
        }
*/
/* Intro */

/*#intro {
    padding-bottom: 8em;
    text-align: center;
}

    #intro p.style1 {
        font-size: 1.5em;
        letter-spacing: 0.075em;
    }

    #intro p.style2 {
        font-weight: 700;
        color: #fff;
        border-radius: 0.35em;
        box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
        font-size: 2.75em;
        letter-spacing: 0.075em;
        line-height: 1.35em;
        padding: 1em 0 1em 0;
        margin-bottom: 1em;
    }

        #intro p.style2 a {
            color: inherit;
            text-decoration: none;
        }

    #intro p.style3 {
        font-size: 1.1em;
        width: 48em;
        margin: 0 auto;
    }
*/

/* Highlights */

#highlights .highlight {
    text-align: center;
}

    #highlights .highlight h3 {
        color: #26348c;
        margin: 0 0 0.75em 0;
        font-size: 1.15em;
        letter-spacing: 0.05em;
    }

/* Menu */

.menuintra {
    text-align: left;
}

    .menuintra h3 {
        color: #26348c;
        margin: 0 0 0.75em 0;
        font-size: 1.15em;
        letter-spacing: 0.05em;
    }

@media screen and (max-width: 1680px) {

    /* Basic */

    body, input, textarea, select {
        font-size: 12pt;
    }
}

/* Large */

@media screen and (max-width: 1280px) {

    /* Basic */

    body, input, select, textarea {
        font-size: 11pt;
        line-height: 1.5em;
        letter-spacing: 0.015em;
    }

    /* contenuto */

/*    .contenuto {
        padding: 4em 0 7em 0;
    }
*/
    /* Logo */

    #logo {
        margin-top: -0.5em !important;
    }

        #logo h1 {
            font-size: 1.75em;
        }

    /* Intro */

    #intro {
        padding-bottom: 7em;
    }

        #intro p.style1 {
            font-size: 1.25em;
        }

        #intro p.style2 {
            font-size: 2.25em;
        }


}

/* Medium */

#navPanel, #titleBar {
    display: none;
}

@media screen and (max-width: 980px) {

    /* Section/Article */

    contenuto br {
        display: none;
    }

    /* Form */

    form ul.actions {
        text-align: center;
    }

    /* Feature List */

    .feature-list {
        max-width: 40em;
    }

        .feature-list section {
            padding-top: 4em;
        }

        .feature-list > .row > :first-child > section {
            border-top: 0;
            padding-top: 0;
        }

    /* Nav */

    #nav {
        display: none;
    }

    /* Logo */

    #logo {
        top: 0;
    }

    /* Intro */

    #intro p.style3 {
        width: auto;
    }

    /* Highlights */

    #highlights .highlight {
        max-width: 40em;
        margin-left: auto;
        margin-right: auto;
    }

    /* Footer */

    #footer .feature-list {
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        padding-top: 4em;
    }
}

@media screen and (max-width: 980px) and (min-width: 737px) {

    #footer .feature-list > .row > :nth-child(2) > section {
        border-top: 0;
        padding-top: 0;
    }
}

/* Small */

@media screen and (max-width: 736px) {

    /* Basic */

    body, input, select, textarea {
        line-height: 1.5em;
        font-size: 10.5pt;
        letter-spacing: 0;
    }

    h2, h3, h4, h5, h6 {
        font-size: 1.2em;
        letter-spacing: 0.05em;
        margin: 0 0 1em 0;
    }

    hr {
        margin: 1em 0 1em 0;
    }

    /* Section/Article */

    section, article {
        clear: both;
    }

/*    contenuto br {
        display: none;
    }

    contenuto.style1 {
        padding: 0 0 1em 0;
    }

        contenuto.style1 h2 {
            font-size: 1.5em;
            letter-spacing: 0.075em;
            line-height: 1.25em;
        }

        contenuto.style1 p {
            font-size: 1em;
            letter-spacing: 0;
            display: block;
            margin: 0;
        }
*/
    /* Button */

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        display: block;
        width: 100%;
        font-size: 1em;
        max-width: 30em;
        margin: 0 auto;
    }

    /* Actions */

    ul.actions {
        margin: 2em 0 0 0;
    }

        ul.actions li {
            margin: 15px 0 0 0;
            display: block;
        }

            ul.actions li:first-child {
                margin-top: 0;
            }

    /* Feature List */

    .feature-list section {
        padding-top: 2em;
        padding-left: 4em;
    }

    .feature-list h3:before {
        font-size: 0.9em;
    }

    /* Box */

    .box.post-excerpt .image.left {
        position: relative;
        top: 0.25em;
        width: 25%;
        margin: 0;
    }

    .box.post-excerpt h3, .box.post-excerpt p {
        margin-left: 32.5%;
    }

    /* contenuto */

/*    .contenuto {
        padding: 3em 0 6em 0;
    }

        .contenuto .title {
            font-size: 0.9em;
            width: 18em;
            height: 2.5em;
            top: -2.5em;
            line-height: 2.5em;
            margin-bottom: -2.5em;
            margin-left: -9em;
            padding-top: 0.5em;
        }

            .contenuto .title:before, .contenuto .title:after {
                height: 15px;
                bottom: -15px;
                background-size: 100% 100%;
            }

*/    /* contenuto */

    #contenuto {
        height: 17em;
    }

    .homepage #contenuto {
        height: 20em;
    }

    /* Logo */

    #logo {
        text-align: center;
        padding-left: 2em;
        padding-right: 2em;
    }

        #logo h1 {
            font-size: 1.5em;
            letter-spacing: 0.2em;
        }

        #logo p {
            margin: 1.25em 0 0 0;
            display: block;
            letter-spacing: 0.2em;
            font-size: 0.9em;
        }

    /* Intro */

    #intro {
        text-align: center;
        padding-right: 2em;
        padding-left: 2em;
        padding-bottom: 5em;
        margin: 0 auto;
    }

        #intro p.style1 {
            margin-bottom: 1.5em;
        }

        #intro p.style2 {
            font-size: 1.5em;
            letter-spacing: 0.05em;
            line-height: 1.25em;
            padding: 1.25em;
        }

    /* Features */

    #features contenuto.style1 {
        padding-bottom: 4em;
    }

    #features ul.actions {
        margin-top: 4em;
    }

    /* Content */

    #content {
        padding: 0 0 2em 0;
    }

        #content contenuto.style1 {
            padding-bottom: 2.5em;
        }

    /* Footer */

    #footer {
        padding-bottom: 0;
    }

        #footer contenuto.style1 {
            padding-bottom: 0;
            margin-bottom: 2em;
            border-bottom: 0;
        }

        #footer .feature-list {
            border-top: 0;
            padding-top: 0;
        }

    /* Copyright */

    #copyright {
        padding-top: 0;
        margin-top: 4em;
        border-top: 0;
    }

        #copyright ul {
            padding: 1em 2em;
            width: 100%;
        }

            #copyright ul li {
                display: block;
                margin: 0.5em 0 0 0;
                border-left: 0;
                padding: 0;
            }

                #copyright ul li:first-child {
                    margin-top: 0;
                }
}

.nopunti {
    list-style: none !important;
}

.campo {
    background-color: #fff !important;
}

.strizzatona {
    margin-left: 30%;
    margin-right: 30%;
}



.bordino {
    border-style: solid;
    border-width: 1px;
    border-color: #669999;
}

.nopunti {
    list-style-type: none;
}

.c50 {
    min-width: 150px;
    width: 150px;
}

.centro {
    position: absolute;
    top: 200px;
    left: 48%;
}

.datagara {
    font-size: x-large;
    color: #000 !important;
    line-height: normal;
}

.kmgara {
    font-size: x-large;
    color: #000 !important;
    line-height: normal;
}

.nickgara {
    font-size: large;
    color: #000000;
    font-style: italic;
    line-height: normal;
}

.kmgara2 {
    font-size: xx-large;
    line-height: normal;
    color: #000 !important;
}

.gara {
    font-size: large;
    color: #000;
    line-height: normal;
}

.linkgara {
    font-size: large;
    color: #26348c;
    line-height: normal;
}

.titolonotizie {
    font-size: xx-large;
    color: #26348c;
    padding-bottom: 20px;
}

.desgara {
    font-size: 2em;
    font-style: italic;
    color: #26348c;
    line-height: normal;
}

.luogogara {
    font-size: 2em;
    color: #26348c;
    line-height: normal;
}

.spaziogara {
    font-size: xx-small;
}

.marginesopra {
    margin-top: 15px;
}

.marginesotto {
    margin-bottom: 10px;
}

.spaziovert {
    padding-bottom: 15px;
}

.spaziovert25 {
    min-height: 25px;
}

.spazia {
    margin-bottom: 7px;
}

.fondocolor {
    background-color: #76b104;
}

.prezzo {
    font-size: xx-large;
    font-weight: bold;
    color: #880000;
}

.perCookie {
    background-color: #c9cfcb;
    font-size: 24px;
    color: #000;
    padding: 5px;
    box-shadow: 5px 5px 10px #5564ad;
    position: absolute;
    margin-left: 20%;
    width: 60%;
    top: 50px;
    text-align: center;
    z-index: 10000;
}

.bottone_dx {
    background-color: #f2f3f2;
    cursor: pointer;
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
}

    .bottone_dx:hover {
        border-color: #aeb7b1 #ffffff #ffffff #aeb7b1;
        background-color: #26348cyellow;
    }

    .bottone_dx:active {
        box-shadow: 0 0 6px #1e90ff;
    }

.privacy {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.sfondo-bianco {
    background-color: #fff !important;
}

.politica {
    font-family: Tahoma, Arial;
    font-size: 5px;
    background-color: #ff0000;
    border: none;
}

.sponsor {
    float: left;
    width: 30%;
    min-width: 280px;
    margin: 10px;
    border: solid 1px #000;
    border-radius: 30px;
    min-height: 150px;
    padding: 1%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    font-size: 1.5em;
    box-shadow: 5px 5px 10px #5564ad;
    background-color: #338ad1;
}

.centro {
    position: absolute;
    top: 200px;
    left: 40%;
}



/* CUSTOM */
.titoletto {
    font-size: 1.6em !important;
}

.titolo {
    font-size: 2em !important;
}

.titolino {
    font-size: 1em !important;
}

.strizzatina {
    padding: 15px;
}

.griglia {
    float: left;
    width: 100%;
    font-family: Verdana, Arial;
    font-size: 10pt;
    background-color: #fff;
}

.campiComunicati {
    font-family: Verdana, Arial;
    font-size: 10pt;
}

.campiComunicatiDx {
    font-family: Verdana, Arial;
    font-size: 10pt;
    text-align: right;
}

.errore {
    background-color: transparent;
    font-family: Tahoma;
    font-size: 12pt;
    color: #ff0000;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}

.pulsante {
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
}

.rigaBordataAdmin {
    border-bottom: solid 1px #cccccc;
}

.titolo_dev {
    font-family: 'Verdana', Arial;
    font-size: 14pt;
    color: #000000;
    font-weight: bold;
}

.tabdocumenti {
    font-family: 'Verdana', Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
}

.float-sx {
    float: left;
}

.float-dx {
    float: right;
}

.atleti {
    height: 320px;
    min-height: 320px;
    line-height: normal;
    color: #000;
}

.gare {
    vertical-align:top;
    padding-bottom: 1px;
}

.convenzioni {
    padding-bottom: 50px;
}

.galleria {
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}

#lblError {
    font-size: 1.5em;
    color: red;
}

.newsletter {
    background: url(../images/banner2.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}

.trasparente {
    background-color: transparent;
}

.sondaggio {
    font-size: 1.5em;
}

.rosso {
    color: #aa0000 !important;
}

.fondorosso {
    background-color: #aa0000 !important;
}

.verde {
    color: #00aa00 !important;
}

.verdescudo {
    color: #31a836;
}

    .verdescudo a {
        color: #31a836 !important;
    }

.blu {
    color: #1046f3;
}

.sondaggio-quiz {
    font-size: 1.5em;
    line-height: normal;
    color: #aa0000;
}

.mancano {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000;
}

.allontana {
    margin-bottom: 50px;
    margin-top: 10px;
}

.biancone {
    background-color: #fff;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: normal !important;
}

.centrato {
    text-align: center;
    margin-top: 20px;
}

.sinistrato {
    text-align: left !important;
}

.riganormale {
    line-height: normal;
}

.paragrafonormale {
    margin-bottom: 0px !important;
    padding: 10px 0 0 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.riganormale {
    line-height: normal;
}

.paragrafonormale {
    margin-bottom: 0px !important;
    padding: 10px 0 0 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.titolo_campi_dev {
    color: #000;
}

@media screen and (max-width: 600px) {
    .strizzatona {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    #intro {
        width: 100% !important;
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .biancone {
        margin-top: 30px;
    }

    .luogogara {
        font-size: large;
        color: #000;
        line-height: normal;
    }
}

.spaziohome {
    min-height: 32px;
}

.bottoncino {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 0 0.7em 0 0.7em;
    font-size: 0.9em;
    min-width: 10em;
    max-width: 10em;
    height: 3em;
    line-height: 3em;
}

.bottoncookie {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.15em;
    min-width: 10em;
    max-width: 10em;
}

.corpoeditor a {
    color: #717476 !important;
    font-weight: bold;
    text-decoration: none;
}

    .corpoeditor a:hover {
        text-decoration: underline;
    }

.quadri_primo_piano {
    min-height: 190px;
    max-height: 190px;
}

.quadri_attivita {
    min-height: 120px;
    max-height: 120px;
}

.quadri_vetrina {
    min-height: 250px;
    max-height: 250px;
}

.newsn {
    width: 335px;
    min-width: 335px;
    max-width: 335px;
    height: 163px;
    min-height: 163px;
    max-height: 163px;
    border: solid 3px #1c7d20;
}

.newse {
    width: 335px;
    min-width: 335px;
    max-width: 335px;
    height: 163px;
    min-height: 163px;
    max-height: 163px;
    border: solid 3px #f6f805;
}

.newsv {
    width: 335px;
    min-width: 335px;
    max-width: 335px;
    height: 163px;
    min-height: 163px;
    max-height: 163px;
    border: solid 3px #1c7d20;
    background-color: #f9a108;
}

.rinnovo {
    font-size: x-large;
    color: #000;
    line-height: normal;
}

.norinnovo {
    font-size: large;
    color: #ff0000;
    line-height: normal;
}

.nero {
    color: #000 !important;
}

.testatakm {
    color: #000 !important;
    border: solid 1px #000;
    background-color: #31a836;
}

.righekm {
    color: #000 !important;
    border: solid 1px #000;
    background-color: #fff;
}

.cellekm {
    border-right: solid 1px #000;
}

.rowmin {
    margin-top: 1px !important;
    min-height: 230px;
}
