﻿body {
    margin: 0px;
    font-family: 'Lato', sans-serif;
}

.fascia-header {
    height: 100px;
    position: relative;
}

.centratore {
    max-width: 1400px;
    box-sizing: border-box;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
}

.btn-blu:link,
.btn-blu:visited {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 48px;
    white-space: nowrap;
    font-weight: bold;
    color: #ffffff;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-decoration: none;
    border: 2px solid #7c96c4;
    background-color: #7c96c4;
    border-radius: 25px;
}

.btn-blu:hover {
    border: 2px solid #fee563;
    color: #fee563;
    background-color: #ffffff;
    text-decoration: none;
}

.fascia-header {
    width: 100%;
    height: 100px;
    position: relative;
    background-color: #ffffff;
}

    .fascia-header .logo {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
    }

    .fascia-header .btn-blu {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
    }

.home {
    margin-top: 25px;
    margin-left: 40px;
    float: left;
    position: absolute;
    z-index: 10000;
}

#testate {
    margin-top: 0px !important;
    overflow: hidden;
    margin-bottom: 50px;
}

.logo-testata {
    position: absolute;
    right: 50px;
    z-index: 10;
}

    .logo-testata img {
        max-width: 200px;
        margin-top: 10px;
    }

#testate.interna {
    height: 545px !important;
}


    #testate.interna .item {
        height: 650px !important;
        top: -100px !important;
    }

.img-bg {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.testata {
    height: 711px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

    .testata .centra {
        color: #ffffff;
        line-height: 60px;
        font-size: 60px;
        position: absolute;
        top: 50%;
        text-shadow: 2px 2px #000;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
    }

        .testata .centra a:link,
        .testata .centra a:visited {
            display: inline-block;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            text-decoration: none;
            text-transform: uppercase;
            line-height: 48px;
            font-weight: bold;
            color: #ffffff;
            border: 2px solid #fee563;
            background-color: #fee563;
            border-radius: 25px;
            -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
        }

        .testata .centra a:hover {
            border: 2px solid #fee563;
            text-decoration: none;
            color: #fee563;
            background-color: #ffffff;
        }

.testata {
    margin-bottom: 60px;
}

.testo {
    margin-bottom: 60px;
    position: relative;
}

    .testo .sx,
    .testo .dx {
        width: 50%;
        box-sizing: border-box;
        float: left;
    }

     .testo .dx h2{
          font-size: 26px;
        line-height: 28px;
     }

    .testo .sx {
        padding-right: 159px;
    }

    .testo .sx h1 {
        font-size: 40px;
        line-height: 40px;
        color: #333333;
        font-weight: bold;
    }

    .testo .dx {
        width: 50%;
        font-size: 18px;
        line-height: 24px;
        color: #333333;
    }

.allinea-testo {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 79px;
    left: 0px;
    z-index: 2;
    text-align: center;
}

    .allinea-testo .testo span {
        font-size: 18px;
        line-height: 40px;
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .allinea-testo .testo {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        color: #ffffff;
    }

.fascia-video .item .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    height: 66px;
    width: 66px;
    background-image: url('../private_images/play.png');
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.fascia-video .item {
    float: left;
    width: calc( ( 100% - 60px ) / 3 );
    height: 585px;
    position: relative;
    margin-left: 30px;
}

    .fascia-video .item a.youtube:after {
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(0,0,0,0.3);
        z-index: 1;
    }

    .fascia-video .item:first-child {
        margin-left: 0px;
    }

    .fascia-video .item a.youtube {
        width: 100%;
        display: block;
        overflow: hidden;
        height: 100%;
        position: relative;
    }


.fascia-video {
    padding-bottom: 45px;
    background-image: url('../private_images/sfondo.jpg');
    background-position: left 99px;
    position: relative;
    background-repeat: repeat-x;
}

.link-offerte {
    color: #fff;
    text-decoration: none;
}

.gallery {
    position: relative;
    width: 100%;
    /*background-image: url('../private_images/sfondo_gallery.jpg');
    background-position:center center;
    background-size:auto 100%;
    background-repeat:repeat-x;*/
}

    .gallery .sx {
        width: 55%;
        position: relative;
        height: 829px;
        background-color: #ffffff;
    }

        .gallery .sx .centra {
            padding-left: 15%;
            box-sizing: border-box;
            width: 100%;
            padding-right: 25%;
            top: 50%;
            position: absolute;
            left: 0px;
            transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
        }

        .gallery .sx .titolo {
            font-size: 36px;
            line-height: 40px;
            font-weight: bold;
            margin-bottom: 48px;
            color: #333333;
        }

        .gallery .sx .testo {
            font-size: 18px;
            line-height: 24px;
            color: #333333;
            margin-bottom: 20px;
        }

    .gallery .dx {
        width: 55%;
        position: absolute;
        top: 87px;
        bottom: 87px;
        right: 0px;
    }

        .gallery .dx .owl-stage-outer,
        .gallery .dx .owl-stage-outer * {
            height: 100%;
        }

.image-cover {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    width: auto !important;
    height: auto !important;
    z-index: 1;
}

.gallery .dx a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.freccie {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 18px;
}

    .freccie a {
        display: inline-block;
        margin-left: 29px;
    }

        .freccie a:first-child {
            margin-left: 0px;
        }

.box-form .centratore {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.box-form .item {
    width: calc( ( 100% - 30px ) / 2 );
    margin-right: 30px;
    position: relative;
    float: left;
    margin-bottom: 16px;
    height: 58px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

    .box-form .item:nth-child(2n) {
        margin-right: 0px;
    }

.box-form .item-largo {
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    position: relative;
    border: 1px solid #ffffff;
    margin-bottom: 16px;
}

    .box-form .item input,
    .box-form .item-largo input {
        border: 0px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        padding-top: 0px;
        font-family: 'Lato', sans-serif;
        padding-bottom: 0px;
        background-color: transparent;
        height: 100%;
        font-size: 24px;
        line-height: 100%;
        color: #ffffff;
        width: 100%;
    }

.box-form {
    padding-top: 129px;
    padding-bottom: 58px;
    background-color: #7c96c4;
}

    .box-form .titolo {
        font-size: 36px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 45px;
        color: #ffffff;
    }

    .box-form .testo {
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        margin-bottom: 66px;
    }

    .box-form .item-area {
        width: 100%;
        height: 160px;
        position: relative;
        border: 1px solid #ffffff;
        box-sizing: border-box;
    }

        .box-form .item-area .errore,
        .box-form .item .errore,
        .box-form .item-largo .errore {
            position: absolute;
            top: 5px;
            left: 5px;
        }

        .box-form .item-area textarea {
            border: 0px;
            padding-left: 10px;
            padding-right: 10px;
            box-sizing: border-box;
            padding-top: 10px;
            padding-bottom: 10px;
            height: 100%;
            font-size: 24px;
            line-height: 100%;
            font-family: 'Lato', sans-serif;
            color: #ffffff;
            background-color: transparent;
            width: 100%;
        }

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clear-after:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.box-form .desc {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
}

.box-form .item-nota {
    float: left;
    margin-top: 12px;
}

    .box-form .item-nota input {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        margin-bottom: 0px;
        height: 26px;
    }

    .box-form .item-nota label {
        font-size: 15px;
        line-height: 15px;
        vertical-align: middle;
        display: inline-block;
        color: #ffffff;
    }

.nota-informativa {
    text-decoration: underline;
    cursor: pointer;
}

.btn {
    margin-top: 60px;
    text-align: right;
}

    .btn a:link,
    .btn a:visited {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 48px;
        color: #333333;
        font-weight: bold;
        border: 2px solid #ffffff;
        background-color: #ffffff;
        border-radius: 25px;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .btn a:hover {
        border: 2px solid #333333;
        text-decoration: none;
        color: #ffffff;
        background-color: #333333;
    }

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
    background-color: #7c96c4;
    text-align: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.footer .centratore {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.item-nota .chb {
    width: 25px;
    display: inline-block;
    height: 26px;
    vertical-align: top;
}

.item-nota label {
    width: calc( 100% - 38px );
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 350px;
        background-color: #333333;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        padding: 10px;
        line-height: 20px;
        font-size: 15px;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.fascia-video-btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    z-index: 3;
    display: flex;
    justify-content: space-evenly;
}

.btn-blu.btn-verde:link,
.btn-blu.btn-verde:visited {
    border: 2px solid #90993C;
    background-color: #90993C;
}

.btn-blu.btn-verde:hover {
    color: #90993C;
}


/*associazione top*/

#associazione-top {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #associazione-top .item .img {
        display: block;
        height: 294px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        #associazione-top .item .img img {
            position: absolute;
            left: -10000%;
            right: -10000%;
            top: -10000%;
            bottom: -10000%;
            margin: auto auto;
            min-width: 1000%;
            min-height: 1000%;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
            width: auto;
            height: auto;
            z-index: 1;
        }



    #associazione-top .item .content-desc {
        padding: 29px;
        background-color: #e1e1e1;
        color: #000000;
        font-size: 19px;
        display: block;
        height: 205px;
        box-sizing: border-box;
        line-height: 25px;
    }

        #associazione-top .item .content-desc .titolo {
            font-size: 23px;
            line-height: 23px;
            display: block;
            color: #8e9926;
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 5px;
        }

        #associazione-top .item .content-desc .scopri {
            display: inline-block;
            position: absolute;
            bottom: 0px;
            right: 29px;
            height: 54px;
            line-height: 50px;
            border: 2px solid #7c96c4;
            cursor: pointer;
            background-color: #7c96c4;
            color: #ffffff;
            font-size: 22px;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 27px;
            padding: 0 40px 0 33px;
            -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
            margin-bottom: 10px;
        }

            #associazione-top .item .content-desc .scopri:after,
            #associazione-top .item .content-desc .scopri:before {
                position: absolute;
                top: 50%;
                right: 25px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: all .5s ease-out;
                transition: all .5s ease-out;
            }

            #associazione-top .item .content-desc .scopri:after {
                content: url('../private_images/eventiAttivita/scopri-hover.png');
                opacity: 0;
            }

            #associazione-top .item .content-desc .scopri:before {
                content: url('../private_images/eventiAttivita/scopri.png');
                opacity: 1;
            }

            #associazione-top .item .content-desc .scopri:hover {
                background-color: transparent;
                color: #fee563;
            }

                #associazione-top .item .content-desc .scopri:hover:after {
                    opacity: 1;
                }

                #associazione-top .item .content-desc .scopri:hover:before {
                    opacity: 0;
                }
    /**/

    #associazione-top .scopri-tutti {
        font-size: 27px;
        line-height: 27px;
        margin-top: 54px;
        color: #555454;
        text-align: center;
    }

        #associazione-top .scopri-tutti a:link,
        #associazione-top .scopri-tutti a:visited {
            color: #de2a86;
            text-decoration: none;
        }

        #associazione-top .scopri-tutti a:hover {
            text-decoration: underline;
        }

    #associazione-top .content-titolo {
        text-align: center;
        margin-bottom: 69px;
    }

        #associazione-top .content-titolo .img-menu {
            display: inline-block;
            margin-right: 20px;
            vertical-align: middle;
        }


        #associazione-top .content-titolo .titolo {
            font-size: 41px;
            line-height: 41px;
            color: #fee563;
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 35px;
            text-align: center;
        }

        #associazione-top .content-titolo .sotto-titolo {
            font-size: 19px;
            line-height: 24px;
            color: #6d6d6d;
            font-weight: normal;
            text-transform: initial;
        }

        #associazione-top .content-titolo .allinea {
            display: inline-block;
            vertical-align: middle;
        }
.testo-privacy-newsletter a {
    color: #ffffff;
}


#box-eventi {
    width: 100%;
    height: 544px;
    position: relative;
    overflow: hidden;
    background-color: #7c96c4;
}

#box-eventi a .sfondo-img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}

#box-eventi a .sfondo-img img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    width: auto;
    height: auto;
    z-index: 1;
}

#box-eventi a .sfondo-img:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(124, 150, 196, 0.6)
}

#box-eventi .rotator a {
    display: block;
    width: 50%;
    height: 421px;
    position: relative;
    float: left;
    text-decoration:none;
    overflow:hidden;
}

#box-eventi .rotator a .content {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#box-eventi .rotator .owl-item a {
    width: 100%;
}

#box-eventi .rotator {
    height: 421px;
}

#box-eventi .rotator a .sfondo-hex {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    opacity: 0;
    background-color: #7c96c4;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

#box-eventi .rotator a:hover .sfondo-hex {
    opacity: 1;
}

#box-eventi .rotator a .data {
    font-size: 20px;
    line-height: 20px;
    padding-top: 39px;
    position: relative;
    padding-bottom: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    z-index: 3;
}

#box-eventi .rotator a .titolo {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 37px;
    display: block;
    z-index: 3;
}


#box-eventi .rotator a .prezzo {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 25px;
    display: block;
    z-index: 3;
    margin-top: 25px;
}

#box-eventi .rotator a .desc {
    display: block;
    font-size: 15px;
    line-height: 19px;
    position: relative;
    color: #ffffff;
    z-index: 3;
}

#box-eventi .rotator a .scopri {
    position: absolute;
    bottom: 44px;
    right: 20px;
    height: 57px;
    line-height: 57px;
    padding-right: 80px;
    padding-left: 33px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-image: url('../private_images/home/freccia.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    margin-right: 30px;
    border-radius: 30px;
    -webkit-transition: border-color 0.35s linear; /* Saf3.2+, Chrome */
    -moz-transition: border-color 0.35s linear; /* FF3.7+ */
    -o-transition: border-color 0.35s linear; /* Opera 10.5 */
    transition: border-color 0.35s linear;
    z-index: 3;
}

#box-eventi .rotator a:hover .scopri {
    border-color: transparent
}

#box-eventi .rotator a.sx {
    float: left;
    display: block;
    padding-left: 20px;
    padding-right: 60px;
    box-sizing: border-box;
}

#box-eventi .rotator a.dx {
    float: right;
    display: block;
    padding-right: 20px;
    padding-left: 60px;
    box-sizing: border-box;
}

#box-eventi > .titolo {
    padding-left: 60px;
    padding-top: 26px;
    padding-bottom: 46px;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

#tutti-eventi:link,
#tutti-eventi:visited {
    position: absolute;
    right: 50px;
    top: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#tutti-eventi:hover {
    text-decoration: underline;
}




.button-tag:link,
.button-tag:visited {
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #13aecf;
    background-color: #13aecf;
    border-radius: 25px;
}

.richiedi-info-pagina a:hover,
.button-tag:hover,
.button-tag.attivo {
    background-color: #ffffff;
    color: #13aecf;
}

.testoblog {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.testoblog h1 {
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    font-weight: bold;
}

.testoblog a:link,
.testoblog a:visited{
    text-decoration:underline;
    color: #333333;
}
/*Css Scopri la valsugana*/
#scopri-valsugana {
    width: 100%;
    position: relative;
    padding-top: 112px;
    padding-bottom: 112px;
}

#scopri-valsugana .content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

#scopri-valsugana .content a {
    display: block;
    width: calc( 33.3% - 10px );
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
}

#scopri-valsugana .content a img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    width: auto;
    height: auto;
    z-index: 1;
}

#scopri-valsugana .content a.piccolo {
    height: 295px;
}

#scopri-valsugana .content a.grande {
    height: 534px;
}

#scopri-valsugana .content a.piccolo .allinea {
    background-color: rgba(194,50,124,0.8);
    -webkit-transition: color 0.35s linear,background-color 0.35s linear;
    -moz-transition: color 0.35s linear,background-color 0.35s linear;
    -o-transition: color 0.35s linear,background-color 0.35s linear;
    transition: color 0.35s linear,background-color 0.35s linear;
}

#scopri-valsugana .content a.grande .allinea {
    -webkit-transition: color 0.35s linear,background-color 0.35s linear;
    -moz-transition: color 0.35s linear,background-color 0.35s linear;
    -o-transition: color 0.35s linear,background-color 0.35s linear;
    transition: color 0.35s linear,background-color 0.35s linear;
    background-color: rgba(47,168,194,0.8);
}

#scopri-valsugana .content a:hover.piccolo .allinea {
    background-color: rgba(194,50,124,1);
}

#scopri-valsugana .content a:hover.grande .allinea {
    background-color: rgba(47,168,194,1);
}

#scopri-valsugana .content-masonry a .allinea {
    position: absolute;
    bottom: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 5;
    padding-left: 30px;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
}

#scopri-valsugana .allinea .titolo {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #ffffff;
}

#scopri-valsugana .allinea .desc {
    padding-right: 100px;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    background-image: url('../private_images/icone_funzionali/freccia.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

#scopri-valsugana .listato-di-base a {
    display: block;
    height: 450px;
    width: calc( ( 100% - 40px ) / 3 );
    margin-right: 20px;
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: cover;
}       

#scopri-valsugana .listato-di-base a .su {
    height: 348px;
    position: relative;
    display: block;
}

#scopri-valsugana .listato-di-base a .su .allinea {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 20px;
}

#scopri-valsugana .listato-di-base a .su .allinea .titolo {
    display: block;
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1px;
    text-shadow: 5px 7px 11px #000000;
    color: #ffffff;
    text-align: left;
}

#scopri-valsugana .listato-di-base a .su .allinea .scheda-comune {
    font-size: 20px;
    display: block;
    text-shadow: 5px 7px 11px #000000;
    line-height: 25px;
    color: #ffffff;
}

#scopri-valsugana .listato-di-base a .su .allinea .difficolta,
#scopri-valsugana .listato-di-base a .su .allinea .durata {
    font-size: 20px;
    display: block;
    text-shadow: 5px 7px 11px #000000;
    line-height: 25px;
    color: #ffffff;
}

#scopri-valsugana .listato-di-base a .giu {
    display: block;
    position: relative;
    text-align: right;
    height: 105px;
    width: 100%;
}

#scopri-valsugana .listato-di-base a .giu .sfondo {
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #26a7b2;
    top: 0px;
    bottom: 0px;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    opacity: 0.6;
}
            /*
#scopri-valsugana .listato-di-base a .giu .scopri {
    height: 57px;
    line-height: 57px;
    padding-right: 30px;
    position:relative;
    padding-left: 43px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 19px;
    margin-bottom: 19px;
    margin-right: 24px;
    border-radius: 30px;
    -webkit-transition: border-color 0.35s linear;
    -moz-transition: border-color 0.35s linear;
    -o-transition: border-color 0.35s linear;
    transition: border-color 0.35s linear;
}

#scopri-valsugana .listato-di-base a:hover .giu .scopri {
    border-color:transparent;
}

#scopri-valsugana .listato-di-base a:hover .giu .sfondo {
    opacity: 1;
}

*/
#scopri-valsugana .listato-di-base a .giu .scopri {
    height: 57px;
    line-height: 57px;
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin-top: 19px;
    margin-bottom: 19px;
    margin-right: 24px;
    padding: 0 74px 0 33px;
    border-radius: 30px;
    -webkit-transition: border-color 0.35s linear; /* Saf3.2+, Chrome */
    -moz-transition: border-color 0.35s linear; /* FF3.7+ */
    -o-transition: border-color 0.35s linear; /* Opera 10.5 */
    transition: border-color 0.35s linear;
}

    #scopri-valsugana .listato-di-base a .giu .scopri:after {
        content: url('../private_images/eventiAttivita/scopri.png');
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

#scopri-valsugana .listato-di-base a:hover .giu .scopri {
border-color: transparent;
}
/**/
#scopri-valsugana .listato-di-base {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}