* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    color: #333333;
}

img {
    max-width: 100%;
}
 img a {
        border: none;
        
    }


a {
    color: #e51c2e;
}


.ShowOnMobile {display:none;}
.ShowOnDesktop {display:block;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    color: #e51c2e;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: normal;
}

.Spring {
    /*
    font-family: 'Spring', script !important;
    font-weight: normal !important;*/
}

h1 {
    font-size: 60px;
    text-align: center;
    padding: 50px 0 0 0;
    color: #333333;
    font-style: italic;
    color: #e51c2e;
    font-weight: 600;
}
    h1 b, h1 strong {
        color: #000;
        font-weight: 800;
    }

    h1 i {
        font-size: 48px;
        
    }


h2 {
    font-size: 48px;
    padding: 10px 0;
    text-align: center;
    color: #666;
}

    h2 b, h2 strong {
          font-weight: 800;
    }

h3 {
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 0;
    border-bottom: 1px solid #e51c2e;
    padding: 5px 0;
    margin: 20px 0;
    color: #333;
}

h3 b, h3 strong {
    font-weight: 800;

}

h4 {
    font-size: 22px;
    color: #333;
}

h5 {
    font-size: 18px;
    color: #333;
}

a {
    text-decoration: none;
}

a:hover {
   color: #000000;
}  

p  {margin:0; padding:5px;}

.SubMenu {
    display: block;
    position: relative;
    min-height: 42px;
    margin: 20px auto;
    padding: 5px 0 16px 0;
    text-align: center;
    background: url('/img/separator.png') no-repeat center top;
    background-size: contain;
}

    .SubMenu a {
        display: inline-block;
        min-width: 90px;
        margin: 10px 5px 0 5px;

        font-size: 13px;
        line-height: 15px;
        padding: 10px;
        text-align: center;

        color: #e51c2e;
        text-decoration: none;
        text-transform: uppercase;
        background: rgb(255,255,255) repeat-x;
        background-image: url('/img/bk-Pulsante.png');
        background-size: auto 70px;
        background-position: top left;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

        .SubMenu a:hover {
            background-position: bottom left;
            color: #fff;
        }


.menu-bar {
    position: fixed;
    display: block;
    width: 100%;
    height: 100px;
    top:70px;
    background-color: rgba(0, 51, 153, .66);
    backdrop-filter: blur(5px);
    text-align: center;
    z-index:999;
}

.ico-menu {
    padding-top: 5px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .ico-menu::-webkit-scrollbar {
        display: none;
    }

    .ico-menu .item {
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        width: 90px;
        height: 90px;
        vertical-align:top;
        white-space: normal;
    }

        .ico-menu .item a {
            display: block;
            color:#fff;
            -webkit-transition: all 0.33s;
            -moz-transition: all 0.33s;
            transition: all 0.33s;
        }

        .ico-menu .item img {
            width: 48px;
            height: 48px;
            border: 0;
            margin: 6px auto;
            -webkit-transition: all 0.33s;
            -moz-transition: all 0.33s;
            transition: all 0.33s;
        }

        .ico-menu .item a img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

        .ico-menu .item p {
            display: block;
            margin: 0;
            padding: 0;
            font-size:10px;
            line-height:12px;
        }


.SubActive {
    background-size: 100% 2px;
    box-shadow: 0 0 10px rgba(101,94,82,0.5);
}

.wallpaper, .Wallpaper {
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -110;
}

    .wallpaper .Gradient {
        /*
        width: 100%;
        height: 100%;
        min-height: 600px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(200,200,200,0.66), rgba(230,230,230,1));

*/
    }



.wave-top, .wave-top2, .wave-bottom, .wave-bottom2 {
    width: 100%;
    height: 320px;
    position: absolute;
    left: 0;
    z-index: 0;
}

.wave-top {
    background: no-repeat center bottom;
    background-image: url('/img/wave-top-2.png');
    top: -300px;
    background-size: 1920px 320px;

}


.wrapper {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 50px 0;

}

.wrapper2 {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    max-width: 1280px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 25px 25px 25px 10px;
    background: rgba(240,240,240,1);
    box-shadow: 0 0 25px rgba(0,0,0,0.33);
}

.white {
    background: #ffffff;
/*
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
    backdrop-filter: blur(5px);*/
}

.wrapper90 {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.Content {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 900px;
    padding: 50px 0 0 0;
    margin: 0  0 0 0;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.MainContainer {
    z-index:-20;
}

.flex-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
}


.Testo2w {
    color: #f2f2f2;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

.Testo2b {
    color: #333333;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

.Testo2w p, .Testo2b p {
    padding: 5px;
}
.Testo2w h3, .Testo2w h1 {
    color: #f2f2f2 !important;
}

    .Testo2w ul, .Testo2b ul, .Testo2w-M10 ul, .Testo2b-M10 ul {
        padding: 0 0 0 15px;
        margin: 0 0 0 15px;
    }

    .Testo2w li, .Testo2b li, .Testo2w-M10 li, .Testo2b-M10 li {
        font-size: 18px;
        padding: 2px;
    }

        .Testo2w b, .Testo2b b {
    font-weight: 800;

}

.Transfer {
    display:block;
    max-width:800px;
    margin:5px auto;
}

.Transfer-row {
    min-height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px 0;
}

.Transfer-tratta {
    min-height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.Transfer-tratta p{
    line-height:40px;
    font-size:20px;
    font-weight:600;    
}

.Transfer-prezzo {
    display: flex;
    min-height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.Transfer-prezzo a {
    background:#e51c2e;
    border-radius:8px;
    padding:8px;
    color:#fff;
    font-weight:400;
    font-size:15px;
    margin:5px auto;
}

    .Transfer-prezzo a:hover {
        background: #ffcc00;
    }


.scheda-titolo {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 66vh;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

    .scheda-titolo span {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 90px;
        line-height: 1.2;
        font-weight: 800;
        color: #fff;
        text-shadow: 2px 2px 10px #000;
        padding: 0 2.5%;
        text-align: center;
    }

    .scheda-titolo .iconrow {
        display: block;
        min-height: 90px;
        padding-bottom: 2.5vh;
    }

        .scheda-titolo .iconrow .icon {
            display: inline-block;
            width: 120px;
            height: 90px;
            color: #fff;
            text-align: center;
            vertical-align: top;
            font-size: 12px;
            line-height: 13px;
            font-weight: 600;
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
        }

            .scheda-titolo .iconrow .icon img {
                width: 64px;
                height: 64px;
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
            }


.scheda-abstract {
    font-size: 21px;
    line-height: 1.5;
    color: #333333;
    font-weight: 600;
    padding: 22px 0;
}

.scheda-testo {
    font-size: 19px;
    line-height: 1.5;
    color: #e51c2e;
    padding-bottom: 16px;
}

.scheda-copertina {
    border:0;
    max-width:100%;
}

.scheda-media {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    align-items: flex-start;
    width: 100%;
}


.SchedeFlottaContainer {
    width: 100%;
    max-width: 1360px;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    margin:0 auto 30px auto;
}

 .SchedaFlotta {
        display: block;
        position: relative;
        width: 440px;
        height: 400px;
        max-width:90%;
        background: #ffffff;
        margin: 20px auto;
        border-radius:10px;
    }

    .SchedaFlotta .imgbox {
        position: relative;
        display: block;
        width: calc(100% - 20px);
        margin: 10px;
        background-color: #000;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        border-radius:5px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .SchedaFlotta .imgbox:after {
            content: "";
            display: block;
            padding-bottom: 66%;
        } 

 .SchedaFlotta  a {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                bottom:0;
                right: 0;
                font-size: 16px;
                padding-top: 180px;
                color: #fff;
                text-shadow: 0 0 0 #000;
                text-align: center;
                opacity: 0;
                -webkit-transition: all 0.8s;
                -moz-transition: all 0.8s;
                transition: all 0.8s;
            }
.SchedaFlotta a:hover {
                   font-size: 32px;
                padding-top: 90px;
                opacity: 1;
                text-shadow: 0 0 10px #000;
            }
    .SchedaFlotta .text {
        position: relative;
        width: calc(100% - 20px);
        margin: 10px;
 
    }
.SchedaFlotta .text p {
                text-align: left;
                color: #000;
                font-size: 16px;
                line-height: 22px;
                padding: 0 10px;
            }
    .SchedaFlotta .text p b {
        position: absolute;
        width: 100%;
        height: 40px;
        top: -60px;
        left: 0;
        font-size: 30px;
        line-height: 40px;
        font-weight: 800 !important;
        color: #fff;
        letter-spacing: 1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 0 0 5px #000;
        white-space:nowrap;
    }
 .SchedaFlotta .text p i {
                    float: right;
                }
.FlottaBox {
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
}

    .FlottaBox div {
        display: block;
        width: 25%;
        height: 64px;
        float: left;
        text-align:center;
    }

        .FlottaBox div img {
            width: 50px;
            height: 50px;
            margin: 0 auto;
            border: 0;
            display: block;
            opacity: 0.75;
            display: block;
        }

        .FlottaBox div p {
            display:block;
            padding:0;
        }


.FlottaBoxBig {
    position: relative;
    display: block;
    background: #f6f6f6;
    border-radius: 5px;
    width: 600px;
    max-width: 100%;
    min-height: 60px;
    text-align: center;
    margin: 50px auto;
    padding: 25px 0 25px 0;
}

    .FlottaBoxBig div {
        display: inline-block;
        width: 50%;
        text-align: center;
        padding: 25px 0 25px 0;
    }

        .FlottaBoxBig div img {
            width: 96px;
            height: 96px;
            margin: 0 auto;
            border: 0;
            display: block;
            opacity: 0.75;
            display: block;
        }

        .FlottaBoxBig div p {
            display: block;
            padding: 0;
        }


.Brochure {
    display: block;
    position: relative;
    width: 128px;
    height: 128px;
    border-radius: 8px;
    background-color: #fff;
    background-position-y: 8px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-image: url('/img/pdf.png');
    background-size: 60%;
    float: right;
    margin: -87px 20px 0 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.33);
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
}

.Brochure p {
    margin:0;
    padding:95px 0 0 0;
    line-height:1.1;
    font-size:12px;
    text-transform:uppercase;
}


    .Brochure:hover {
        margin: -95px 20px 0 0;
        box-shadow: 0 8px 25px rgba(0,0,0,0.33);
    }



.RecensioniClienti-Box {
    display: block;
    position: relative;
    width: 100%;
    min-height: 400px;
    margin: 0;
    padding: 0;
}

.Recensione {
    display: block;
    position: relative;
    max-width: 550px;
    width: auto;
    min-height: 360px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: visible !important;
    text-align: center;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
}

    .Recensione:hover {
        /* filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.66));*/
    }

.Recensione-img {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 15px auto;
    border-radius: 100%;
    background: #fff no-repeat center center;
    background-size: cover;
    /* border: 3px solid #fff; filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.33));*/
}


.Recensione-text {
    display: block;
    position: relative;
    text-align: center;
    margin: 15px auto;
    max-width: 600px;
}

    .Recensione-text p {
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
        white-space: normal;
        font-family: 'Quattrocento', serif;
        font-style: italic;
    }

.Recensione-user {
    display: block;
    position: relative;
    text-align: center;
    margin: 5px auto;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    white-space: normal;
}





.LikPDF {
    display: inline-block;
    position: relative;
    background: rgba(120,120,120, 0.5);
    min-width: 200px;
    min-height: 90px;
    border-radius: 15px;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
}

.LikPDF b{
    font-size: 16px;
    font-weight:600;
}

.LikPDF img{
    float:left;
    width:64px;
    height:64px;
    margin:0 8px 4px 0
}
    .LikPDF a {
        color: #fff;
        padding: 10px;
        display: block;
        -webkit-transition: all 0.33s;
        -moz-transition: all 0.33s;
        transition: all 0.33s;
    }
        .LikPDF a:hover {
            filter: drop-shadow(0 0 10px rgb(255, 255, 255));
        }

.ShareTools {
    position: relative;
    display: flex;
    width: 240px;
    height: 50px;
    margin: 25px auto 25px auto;
    align-items: center;
    background: #e51c2e;
    text-align: center;
    justify-content: center;
    border-radius: 25px;
}

    .ShareTools b {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 600 !important;
        padding: 0 5px 0 10px;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0,0.25));
    }

.shareico {
    width: 40px;
    height: 40px;
    margin: 4px 8px 4px 8px;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(1);
}

.ShareBox {
    width: 180px;
    height: 46px;
    position: relative;
    display:block;
    padding: 0 15px;
    margin: 2px;
    background: #fff;
    border-radius: 23px;
    z-index:99;
}

        .ShareBox a img {
            width: 40px;
            height: 40px;
            margin: 4px;
            position: relative;
            opacity: 0.5;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            transition: all 0.25s;
        }

        .ShareBox  img:hover {
            opacity: 1;
            width: 48px;
            height: 48px;
            margin: 0;
        }


.PrezzoEuro {
    color: #000;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

.PrezzoCent {
    color: #999;
    line-height: 16px;
    font-size: 8px;
}




/* anteprima scheda escursioni */

.SchedePreview {
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap:wrap;
    width: 100%;
}

    .SchedePreview .Scheda-container {
        display: inline-block;
        position: relative;
        width: 420px;
        max-width: 100%;
        height: 460px;
        margin: 0;
        padding: 0;
    }

        .SchedePreview .Scheda-container .Scheda {
            display: inline-block;
            position: relative;
            text-align: left;
            width: calc(100% - 30px);
            height: 420px;
            margin: 20px 10px 20px 10px;
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.33));
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
            white-space: normal !important;
            overflow:hidden;
        }

            .SchedePreview .Scheda-container:hover .Scheda {
                margin: 10px 10px 30px 10px;
                filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
            }


        .SchedePreview .Scheda .imgbox {
            width: 100%;
            height: 80%;
            position: absolute;
            right: 0;
            top: 0;
            background: #000;
        }

            .SchedePreview .Scheda .imgbox .img {
                width: 100%;
                height: 100%;
                background: no-repeat center top;
                background-size: cover;
                position: absolute;
                right: 0;
                top: 0;
                opacity: 1;
                -webkit-transition: all 0.25s;
                -moz-transition: all 0.25s;
                transition: all 0.25s;
            }

    .SchedePreview .Scheda-container:hover .Scheda .imgbox .img {
        opacity: 0.75;
    }

    .SchedePreview .Scheda .Scheda-content {
        position: relative;
        width: 100%;
        height: 420px;
        overflow: hidden;
    }


        .SchedePreview .Scheda a {
            background-color: transparent;
            width: 100%;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 90;
        }

        .SchedePreview .Scheda .Caratteristiche {
            position: absolute;
            display: block;
            top: -100%;
            opacity:0;
            left: 10%;
            width: 90%;
            height: 66%;
            z-index: 89;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s;
            overflow:hidden;
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
            
        }

            .SchedePreview .Scheda .Caratteristiche img {
                width: 32px;
                height: 32px;
                margin: 4px 10px;
                border: 0;
                float: left !important;
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
                opacity: 1;
            }

            .SchedePreview .Scheda .Caratteristiche p {
                height: 40px;
                width: calc(100% - 80px);
                margin: 0;
                padding: 10px 0 0 0;
                color: #fff;
                line-height: 13px;
                font-size: 13px;
                float: left !important;
            }

    .SchedePreview .Scheda-container:hover .Scheda .Caratteristiche {
        top: 50px;
        opacity: 1;
    }

        .SchedePreview .Scheda .text {
            position: absolute;
            display: block;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 90px;
            padding: 10px 0 0 0;
            background: #fff;
            z-index: 91;
            box-shadow: 0 0 0 0 rgba(255,255,255,0);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

            .SchedePreview .Scheda .text:hover {
                padding: 0 0 0 0;
                height: 180px;
                box-shadow: 0 0 15px 30px rgba(255,255,255,1);
            }

            .SchedePreview .Scheda .text p {
                font-family: 'Heebo', sans-serif;
                text-align: left;
                color: #e51c2e;
                font-weight: 400;
                font-size: 15px;
                line-height: 18px;
                padding: 5px 10px 5px 10px;
            }

            .SchedePreview .Scheda .text b {
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                font-size: 22px;
                line-height: 24px;
                color: #e51c2e;
                display: block;
                margin: 0 0 5px 0;
                border-bottom: 1px solid #ccc;
            }

            .SchedePreview .Scheda .text u {
                font-family: 'Heebo', sans-serif;
                font-weight: 800;
                letter-spacing:1px;
                font-size: 18px;
                line-height: 22px;
                color: #fff;
                display: block;
                position: relative;
                text-decoration: none;
                margin: -32px 0 0 10px;
                text-transform: uppercase;
                filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
            }

            .SchedePreview .Scheda .text p i {
                font-family: 'Heebo', sans-serif;
                padding: 10px 0 0 0;
                display: block;
                position:relative;
                color: #666;
                font-style: normal;
                font-size: 14px;
                line-height: 16px;
                font-weight: 400;
                opacity: 0;
                -webkit-transition: all 2s;
                -moz-transition: all 2s;
                transition: all 2s;
            }

            .SchedePreview .Scheda .text:hover p i {
                opacity: 1;
            }


        .SchedePreview .Scheda .giorni {
            display: block;
            position: absolute;
            top: -120px;
            right: 10px;
            text-align: center;
            margin: 0;
            padding: 0;
            width: 90px;
            height: 90px;
            z-index: 999;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 50%;
            border-bottom-right-radius: 0;
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
        }

            .SchedePreview .Scheda .giorni strong {
                position: absolute;
                top: 0;
                left: 0;
                width: 90px;
                color: #fff;
                font-size: 50px;
                line-height: 60px;
                font-family: 'Montserrat', sans-serif;
            }

            .SchedePreview .Scheda .giorni p {
                position: absolute;
                width: 90px;
                bottom: 10px;
                color: #fff;
                text-align: center;
                left: 0;
                padding: 0;
                margin: 0;
                text-transform: uppercase;
            }





    .SchedePreview .Scheda-container .promo {
        display: block;
        position: absolute;
        top: 60px;
        left: -12px;
        text-align: center;
        height: 53px;
        z-index: 90;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .SchedePreview .Scheda-container .promo .sx-block {
            display: block;
            width: 27px;
            height: 53px;
            background: no-repeat url('/img/Sconto-Sx.png');
            float: left;
        }

        .SchedePreview .Scheda-container .promo .center-block {
            display: block;
            min-width: 90px;
            height: 53px;
            background: repeat-x url('/img/Sconto-bk.png');
            float: left;
            padding: 0 0 0 3px;
            margin: 0 0 0 -1px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            color: #fff;
            font-size: 18px;
            line-height: 48px;
        }

        .SchedePreview .Scheda-container .promo .dx-block {
            display: block;
            width: 23px;
            height: 53px;
            background: no-repeat url('/img/Sconto-Dx.png');
            float: left;
        }

.SchedePreview .Scheda-container:hover .promo {
    top: 5px;
}


.SchedeIsolaPreview {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}

    .SchedeIsolaPreview .Scheda {
        display: inline-block;
        position: relative;
        text-align: left;
        width: 320px;
        height: 440px;
        margin: 5px 10px 35px 10px;
        overflow: hidden;
    }

        .SchedeIsolaPreview .Scheda .imgbox {
            width: 100%;
            height: 40%;
            position: absolute;
            right: 0;
            top: 0;
            overflow: hidden;
        }

            .SchedeIsolaPreview .Scheda .imgbox a {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 100%;
                font-size: 10px;
                line-height: 0;
                padding: 25% 0 25% 0;
                display: block;
                color: #F4CB00;
                text-shadow: 0 0 0 #000;
                text-align: center;
                opacity: 0;
                -webkit-transition: all 0.8s;
                -moz-transition: all 0.8s;
                transition: all 0.8s;
            }

            .SchedeIsolaPreview .Scheda .imgbox:hover a {
                top: 0;
                font-size: 40px;
                opacity: 1;
                text-shadow: 0 0 20px #000;
            }

            .SchedeIsolaPreview .Scheda .imgbox .img {
                width: 100%;
                height: 100%;
                background: no-repeat center top;
                background-size: cover;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
            }


            .SchedeIsolaPreview .Scheda .imgbox:hover .img {
                -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
                filter: grayscale(100%);
            }

        .SchedeIsolaPreview .Scheda .text {
            position: absolute;
            top: 40%;
            height: 60%;
            left: 0;
            width: 100%;
        }


            .SchedeIsolaPreview .Scheda .text hr {
                margin: 0;
                height: 30px;
            }

            .SchedeIsolaPreview .Scheda .text p {
                font-family: 'Fira Sans Condensed', sans-serif;
                text-align: justify;
                color: #000;
                font-size: 14px;
                line-height: 16px;
                padding: 0 10px;
            }

.SchedaCopertina {
    width: 960px;
    max-width: 100%;
    height: 540px;
    margin: 0 auto;
    padding: 0;
    border: 16px solid #fff;
    border-radius: 4px;
    transform: perspective( 1000px ) rotateY(12.5deg) rotateX(5deg) rotateZ(-2deg);
    box-shadow: 5px 5px 15px #666;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

    .SchedaCopertina p {
        display: none;
    }


.LinkNex {
    width: 94px;
    height: 400px;
    position: fixed;
    top: 50%;
    right: -10px;
    margin-top: -200px;
    z-index: 999;
}

    .LinkNex a {
        display: block;
        width: 94px;
        height: 400px;
        background-image: url('/img/bk-linknex.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .LinkNex a:hover {
            background-position: top left;
        }

.LinkPre {
    width: 94px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: -10px;
    margin-top: -200px;
    z-index: 999;
}
    .LinkPre a {
        display: block;
        width: 94px;
        height: 400px;
        background-image: url('/img/bk-linkpre.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .LinkPre a:hover {
            background-position: top right;
        }
.SchedaContent {
    display: block;
    padding: 20px;
    text-align: left;
    color: #e51c2e;
    line-height: 1.5;
}
    .SchedaContent b {
        font-size: 19px;
        color: #333333;
        font-family: 'Montserrat', sans-serif;
    }
    .SchedaContent p {
        font-family: 'Heebo', sans-serif;
        color: #333333;
        font-size: 18px;
        font-weight: 400;
    }
.Note {
    font-size: 16px;
    line-height: 24px;
}

.Tag-Scheda, .Localita-Scheda {
    padding:5px 15px;
}

    .Tag-Scheda ul, .Localita-Scheda ul {
        list-style: none;
        padding: 5px 15px;
        margin: 0;
    }

    .Tag-Scheda li, .Localita-Scheda li {
        padding: 2px;
        margin:0;
        font-size:18px;
    }

.PromoScheda {
    font-size: 24px;
    line-height:1;
    padding:5px 15px;
    font-weight: 800;
    color: #fff;
    background: #e00;
    text-align:center;
    border-radius:8px;
}

.SpacerEx {
    position: relative;
    width: 100%;
    height: 66vh;
}

.TitoloEx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 120px;
    text-align: center;
    padding: 120px 0;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}

    .TitoloEx p {
        text-align: center;
        line-height: 1.2;
        font-size: 50px;
        padding: 0;
        margin: 0 auto;
        border: 0;
        letter-spacing: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        color: #fff;
        border-bottom: 1px solid #fff;
        max-width: 1000px;
    }

    .TitoloEx i {
        text-align: left;
        line-height: 1.2;
        font-size: 18px;
        padding: 0;
        margin: 0 auto;
        border: 0;
        letter-spacing: 2px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-style: normal;
        color: #fff;
    }


.qInfo {
    padding: 25px;
    text-align: left;
    font-family: 'Heebo', sans-serif;
    position: relative;
    margin: -150px 25px 25px 25px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

    .qInfo p {
        font-size: 16px;
        line-height: 25px;
        color: #e51c2e;
        min-height: 50px;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .qInfo p img {
            width: 40px;
            height: 40px;
            float: left;
            margin: 0 15px 20px 0;
        }

        .qInfo p i {
            display: block;
            min-width: 120px;
            font-style: normal;
            font-size: 11px;
            color: #999;
            text-transform: uppercase;
        }

        .qInfo p b {
            font-size: 18px;
            color: #e51c2e;
        }

        .qInfo p u {
            font-size: 14px;
            color: #999;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: line-through;
        }

        .qInfo p strong {
            font-size: 18px;
            color: #e51c2e;
            font-weight: 800;
            text-transform: uppercase;
        }

.SchedaCopertina a:hover p {
    bottom: 150px;
    opacity: 1;
}

.back {
    width: 96px;
    height: 96px;
    display: block;
    float: left;
}

    .back a img {
        width: 76px;
        height: 76px;
        border: 0;
        margin: 20px 0 0 20px;
        filter: grayscale(100%);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

    .back a:hover img {
        width: 96px;
        height: 96px;
        border: 0;
        margin: 0;
        filter: grayscale(0%);
    }

.PdfLink {
    width: 72px;
    height: 72px;
    display: block;
    float: right;
    margin: 4px;
}

    .PdfLink a img {
        width: 50px;
        height: 50px;
        border: 11px;
        margin: 5px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

    .PdfLink a:hover img {
        width: 70px;
        height: 70px;
        border: 1px;
        margin: 0;
    }

.SchedaCaratteristiche {
    display: flex;
    position: relative;
    text-align: center;
    min-height:240px;
    text-align:center;
    flex-wrap:wrap;
    justify-content:space-evenly;
    align-items:center;
}

    .SchedaCaratteristiche div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        width: 160px;
        height: 160px;
        font-size: 11px;
        line-height: 13px;
        margin: 0;
        overflow: hidden;
        background: rgba(0,93,153,0);
        border-radius: 8px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .SchedaCaratteristiche div p {
        margin: 0;
        width:100%;
        font-size:12px;
        padding: 8px;
        color: #333333;
    }

        .SchedaCaratteristiche div p i {
            display: none;
        }

    .SchedaCaratteristiche div img, .SchedaCaratteristiche div .SchedaCaratteristicheImg {
        width: 72px;
        height: 72px;
        margin: auto;
        border: 0;
        display: block;
        float: none;
    }


    .SchedaCaratteristiche div:hover {
        background: #e51c2e;
        width: 240px;
        height: 220px;
    }



        .SchedaCaratteristiche div:hover img, .SchedaCaratteristiche div:hover .SchedaCaratteristicheImg {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            opacity: 1;
        }

        .SchedaCaratteristiche div:hover p {
            color: #fff;
        }

            .SchedaCaratteristiche div:hover p i {
                display: block;
                color: #fff;
                font-size: 10px;
                font-style:normal;
            }

.LinkTutti {
    float: right;
    display: block;
    min-width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #eee;
    background: #1489b1;
    position: relative;
    padding: 0 10px;
    z-index: 99;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.filters {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

.box-inner {
    position: relative;
    padding: 8px 4% 8px 4%;
}

.box-Hspace {
    padding: 0 4px;
}

.col-teal {
    background-color: rgba(0, 177, 200, 0.5);
    padding: 25px 0;
    border-radius: 10px;
}



.video {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    margin: 10px auto;
    max-width: 330px;
}

.video img {
    max-width:320px;
}

    .video p {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        z-index:20;
       background: no-repeat center center;
        background-image: url('/img/PlayVideo.gif');
        background-size:cover;
    }


.Partners {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
}

    .Partners div {
        position: relative;
        display: block;
        width: 250px;
        max-width: 49%;
        margin: 10px;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        border-radius: 24px;
        filter: drop-shadow(0 0 0 rgba(0,0,0,0));
        -webkit-transition: all 0.33s;
        -moz-transition: all 0.33s;
        transition: all 0.33s;
    }

        .Partners div:hover {
            filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
        }

        .Partners div:after {
            content: "";
            display: block;
            padding-bottom: 66%;
        }

        .Partners div a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }


.Gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    align-items: flex-start;
    padding-bottom: 20px;
    width: 100% !important;
}

figure {
    height: 166px;
    width: auto;
    min-width: 166px;
    margin: 0;
    display: block;
    position: relative;
}

figure a img {
    height: 150px;
    width: auto;
    margin: 12px 8px 4px 8px;
    background: #fff;
    padding: 0;
    border-radius: 50%;
    box-shadow: rgba(0,0,0,0) 0 0 1px;
    border: 0;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
}

    figure a:hover img {
        height: 160px;
        width: auto;
        margin: 0px 3px 6px 3px;
        box-shadow: rgba(0,0,0,0.66) 0 5px 10px;
    }

.figureSR {
    height: 80px !important;
    width: 80px !important;
    min-width: 80px !important;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}

    .figureSR a img {
        height: 72px !important;
        width: 72px !important;
        padding: 0;
        margin: 0;
        border: 4px solid #fff;
        border-radius: 0 !important;
        box-shadow: rgba(0,0,0,0) 0 0 1px;
    }

    .figureSR a:hover img {
        box-shadow: rgba(0,0,0,0.66) 0 2px 6px;
    }

.figure-copertina {
    height: auto !important;
    width: 100% !important;
    align-self: flex-start !important;
}

    .figure-copertina a img {
        height: auto !important;
        width: 90% !important;
        max-width: 90% !important;
        margin: 5%;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .figure-copertina a:hover img {
        height: auto !important;
        width: 90% !important;
        max-width: 90% !important;
        margin: 5%;
        border-radius: 0 !important;
        box-shadow: none !important;
    }


.ReCaptcha {
    display: block;
    width: 50%;
    min-width: 240px;
    max-width: 400px;
    height: auto;
    float: left;
}

.footer {
    padding: 50px 0;
    background:#F1F1F1 center center;
    background-image: url('/img/Bk-Main.png');
    color:#666;
    border-top: 1px solid #666;
}

    .footer p {
        padding: 20px;
        font-size: 16px;
        line-height: 1.5;
        color: #666;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .footer a {
        color: #666;
    }

        .footer a:hover {
            color: #e51c2e;
            text-decoration: underline;
        }

    .footer .FContent {
        position: relative;
        z-index: 99;
    }

    .footer .Social {
        width: 100%;
        max-width: 540px;
        height: auto;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        margin: 15px auto;
    }

            .footer .Social a img {
                width: 44px;
                height: 44px;
                filter: drop-shadow(0 0 3px rgba(0,93,153,0));
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .footer .Social a:hover img {
                    -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(0,0,0,0.8));
             }





.footer2 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 22px;
    margin: 0 0 0 0;
    background: #e51c2e;
    text-align: center;
    padding-bottom:80px;
}

    .footer2 p {
        padding: 40px 10px 40px 10px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        letter-spacing: 2px;
        word-spacing: 4px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .footer2 .nw {
        padding: 0 15px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: 5px -5px !important;
        display: inline-block;
        line-height: 22px;
        height: 22px;
    }

    .footer2 a {
        color: #fff;
        font-weight: 600;
    }

        .footer2 a:hover {
            text-decoration: underline;
        }


.Footer3 {
    display: none;
}

#FooterMob {
    display: none;
}


.LogoFoot {
    width: 25%;
    min-width: 256px;
    border: 0;
    display: block;
    margin: 0 auto;
    opacity: 1;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5)) drop-shadow(0 2px 4px rgba(0,0,0,0.75));
}


.error {display:block; text-align:left;  color:#fff; background:#c00;  margin:5px 0;  border-radius:6px;}
.hide{ display:none}


.ListEscursione {
    width: 100%;
    min-height: 60px;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

    .ListEscursione img {
        width: 48px;
        height: 48px;
        margin: 6px 0;
        float: left;
    }

    .ListEscursione .Action {
        width: 40px;
        height: 40px;
        float: right;
        margin: 10px 4px;
    }

    .ListEscursione p {
        padding: 10px 0;
    }

.Prezzi {
    width: 44%;
    height: 60px;
    margin: 0;
    display: block;
    float: right;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.75);
    color: #083d64;
}

    .Prezzi i {
        color: #999;
        font-size: 13px;
        text-decoration: line-through;
    }

    .Prezzi b {
        color: #c00;
    }

.Nome {
    width: 28%;
    height: 60px;
    margin: 0;
    display: block;
    float: left;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.75);
    color: #083d64;
}

    .Nome i {
        font-style: normal;
        font-size: 14px;
        color: #1489b1;
    }

    .Nome .Partenza {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 6px 6px;
        float: left;
        background-size: auto 45px;
    }

.Data {
    width: 28%;
    height: 60px;
    margin: 0;
    display: block;
    float: left;
    overflow: hidden;
    background-color: rgba(0, 177, 200, 0.66);
    color: #fff;
}

    .Data p {
        display: block;
        padding: 4px 0 0 0;
        margin: 0;
    }

.Console {
    display: block;
    background: #083d64;
    color: chartreuse;
    padding: 10px;
    border-radius: 10px;
    font-family: Consolas, sans-serif;
}


.focus {
    width: 1px;
    height: 1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

.BoxTitoloPrenota {
    background: #fff;
    margin: 0 5%;
    min-width: 150px;
}

.PrenotaBox {
    margin: 25px;
    position: relative;
    display: block;
}

.PrenotaContent {
    padding: 25px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin: 10px 0 50px 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}



    @media (max-width: 1600px) {

    }

    @media (max-width: 1440px) {

    }

    @media (max-width: 1366px) {

        .scheda-abstract {
            font-size: 19px;
        }
        .scheda-testo {
            font-size: 17px;
        }
        .scheda-titolo span {
            font-size: 80px;
        }
      }


    @media (max-width: 1280px) {

        h1 {
            font-size: 40px;
            padding: 50px 0 15px 0;
        }

        h2 {
            font-size: 32px;
        }

        h3 {
            font-size: 22px;
        }

        h4 {
            font-size: 20px;
        }

        h5 {
            font-size: 17px;
        }

        .Testo2w,  .Testo2b {
            font-size: 17px;
        }

        .Main {
            padding: 20px;
        }



        .PrenotaBox {
            margin: 20px;
        }

        .PrenotaContent {
            padding: 20px;
        }

        .Gallery figure {
            height: 160px;
            min-width: 160px;
        }

        .Gallery a img {
            height: 140px;
        }

        .Gallery a:hover img {
            height: 144px;
        }
    }

    @media (max-width: 1024px) {



        .wave-top, .wave-top2, .wave-bottom, .wave-bottom2 {
            height: 171px;
         }
        .wave-top {
            top: -140px;
            background-size: 1024px 171px;
        }


        .scheda-abstract {
            font-size: 18px;
        }

        .scheda-testo {
            font-size: 16px;
        }

        .scheda-titolo span {
            font-size: 70px;
        }

        .PrenotaBox {
            margin: 15px;
        }

        .PrenotaContent {
            padding: 15px;
        }


        .Gallery figure {
            height: 140px;
            min-width: 140px;
        }

        .Gallery a img {
            height: 120px;
        }

        .Gallery a:hover img {
            height: 124px;
        }


     }

    @media (max-width: 960px) {

    }

    @media (max-width: 760px) {
        .ShowOnMobile {
            display: block;
        }
        .ShowOnDesktop {
            display: none;
        }
        .col-dynamic, .col-dinamic {
            float: none;
            width: 100%
        }

        .PrenotaBox {
            margin: 10px;
        }

        .PrenotaContent {
            padding: 10px;
        }

        .Main, .MainWide {
            width: 100%;
            max-width: 100%;
        }
  
        h1 {
            font-size: 36px;
            padding: 40px 0 10px 0;
        }

        h2 {
            font-size: 26px;
        }

        h3 {
            font-size: 20px;
        }

        h4 {
            font-size: 18px;
        }

        h5 {
            font-size: 16px;
        }

        .Testo2w, .Testo2b {
            font-size: 16px;
        }




        #FooterMob {
            display: block;
            position: fixed;
            left: 0;
            bottom: -5px;
            width: 100%;
            height: 50px;
            background: no-repeat center top;
            background-size: 100% auto;
            background-image: url(/img/Footer-Mob.png);
            text-align: center;
            z-index: 99;
        }

            #FooterMob .Pulsante a {
                letter-spacing: 1px;
                margin: 0 auto;
                border-radius: 20px;
                height: 40px;
                line-height: 40px;
                font-size: 20px;
                padding: 0 20px 0 20px;
                filter: drop-shadow(0 0 10px rgba(0,0,0,0.5)) drop-shadow(0 0 4px rgba(0,0,0,0.75));
            }
    }


    @media (max-width: 540px) {


        .wave-top, .wave-top2, .wave-bottom, .wave-bottom2 {
            height: 100px;
           
        }

        .wave-top {
            top: -90px;
            background-size: 598px 100px;
        }


        .scheda-abstract {
            font-size: 17px;
        }

        .scheda-testo {
            font-size: 15px;
        }

        .scheda-titolo span {
            font-size: 60px;
        }

        .wrapper2 {
            width: 100%;
            padding: 20px 10px 20px 10px;
        }
        .wrapper, .wrapper90 {
            width: 100%;
            padding: 20px 10px 20px 10px;
            overflow: hidden;
        }

        .Testo2b {
            text-align: left;
            font-size: 16px;
        }

     }

    @media (max-width: 480px) {

    }

    @media (max-width: 400px) {


    }


    @media (max-width: 330px) {

    }

