* {
    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: 'Barlow', sans-serif;
    background:#ffffff;
}

img {
    max-width: 100%;
}
 img a {
        border: none;
    }


.ShowOnMobile {display:none}
.ShowOnDesktop {display:block}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin: 0;
    padding: 5px 0;
    display:block;
    position:relative;
}
h1 {
    line-height: 60px;
    font-size: 70px;
    text-align: center;
    color: #000;
    padding: 30px 20px 15px 20px;
}

h2 {
    color: #005e7d;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin: 10px 0;
    padding: 10px 20px 10px 20px;
    border-bottom: 2px solid #000;
}
h3 {
    color: #005e7d;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin: 20px 0 10px 0;
    padding: 0 20px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
}
    h3 b {
        color: #000000;
    }

    h3 strong {
        color: #000000;
    }

h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    text-align: left;
}
a {
    color: #005e7d;
    text-decoration: none;
}
a:hover             {color:#000000;}  
p                   {margin:0; padding:5px;}


.TopToolBox    {width:auto; height:40px; position:relative; float:right; text-align:center; padding:0; margin:10px 10px 0 0;}
.TopToolBox ul {margin: 0; padding: 0; list-style-type: none; display: inline;}
.TopToolBox li {margin: 0; padding: 0; display:inline-block; overflow:hidden; vertical-align:top;}
.TopToolBox li img {border:0; width:32px; height:32px;}
.TopToolBox a  {padding:0px 2px 5px 3px; display:inline-block; opacity:0.50; -webkit-transition: all 0.25s; -moz-transition: all 0.25s; transition: all 0.25s;}
.TopToolBox a:hover {padding:5px 2px 0 3px; opacity:1;}

.Wallpaper {
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

    .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));

*/
    }

.Wrapper {
    display: block;
    position: absolute;  
    left:0px;
    top:90px;
    width: 100%;
    height: auto;
    min-height:600px;
    margin:0;
    padding:0;
}

.PROMO2019-Wrapper {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    min-height: 1080px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.PROMO2019-Content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1100px;
    height: auto;
    min-height: 973px;
    margin: 50px auto;
    padding: 0;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/img/Promo2019Desktop.jpg');
}

.PROMO2019-Link {
    display: none;
}

.Content {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 800px;
    padding: 0;
    margin: 0;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%);
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.Main {
    display: block;
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 30px;
    height: auto;
    min-height: 400px;
    text-align: left;
}


.TextBox {
    color: #111;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 25px;
    font-family: 'Barlow', sans-serif;
    font-weight:400;
}

    .TextBox h1 {
        color: #ddd
    }

    .TextBox ul {
        padding: 5px 0 5px 50px;
    }

    .TextBox li {
        padding: 0 0 0 10px;
    }


.SubMenu {
    display: block;
    position:relative;
    min-height: 42px;
    margin: 20px auto;
    padding: 0 0 16px 0;
    text-align: center;
    background: url('/img/separator.png') no-repeat center top;
    background-size: contain;

}

.SubMenu a {
    display: inline-block;
    height: 50px;
    margin: 10px;
    padding: 0 20px;
    border: 0;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    background-color:#fff;
    background-image: url('/img/MenuItem_bk.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 0 2px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    transition: all 0.33s ease;
}


.SubMenu a:hover {
    background-size: 100% 2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.SubActive {
    background-size: 100% 2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.servicebox {
    display: block;
    min-height: 90px;
    text-align: center;
    background: #fff;
    color: #083d64;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-box-shadow: 0 0 5px #42403f;
    -moz-box-shadow: 0 0 5px #42403f;
    box-shadow: 0 0 5px #42403f;
}
    .servicebox img {width:50%; display:block; margin:0 auto 10px auto; padding:0; border:0; opacity:0.5; }
 
  .Attachments {}
.AttachBox {
    margin: 10px;
    padding: 10px;
    min-height: 64px;
    text-align:left;


}
  .AttachBox a img {width:65px; margin:0 10px 0 5px; float:left; filter:drop-shadow(0px 0px 6px #000); -webkit-transition: all 0.25s; -moz-transition: all 0.25s; transition: all 0.25s;}
  .AttachBox a:hover img {width:70px; margin:-5px 10px 0 0; filter:drop-shadow(5px 5px 10px #000); }
  .AttachBox b  {display:block; line-height:20px; font-size:20px; color:#fff; font-weight:400;  padding:8px 0 4px 0; text-shadow: 2px 2px 8px #000;}
  .AttachBox p  {color:#666; font-size:14px; line-height:18px; }

.Gallery {
    display: block;
    position: relative;
    text-align: center;
}

    .Gallery figure {
        height: 180px;
        width: auto;
        min-width: 180px;
        margin: 0;
        display: inline-block;
    }

    .Gallery a img {
        height: 160px;
        width: auto;
        margin: 15px 10px 5px 10px;
        background: #fff;
        padding: 0;
        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;
    }

    .Gallery a:hover img {
        height: 164px;
        width: auto;
        margin: 0px 8px 16px 8px;
        box-shadow: rgba(0,0,0,0.5) 0 5px 10px;
    }

  .FCategorie                 {display:block; position:relative; text-align:left;}
  .FCategorie a               {min-width:60px; height:32px; line-height:32px;  display:inline-block; text-align:center; font-size:14px; color:#999; background:#eee;  text-decoration:none; margin:5px 5px 0 0; font-weight:400;  border-radius:6px; padding:0 20px 0 20px;  -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  transition: all 0.5s;}
  .FCategorie a:hover         {color:#eee; background:#999;}

  .Partners              {display:block; position:relative; text-align:center; width:100%;}

    .partner {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 300px;
        height: 200px;
        margin: 10px 20px 10px 20px;
    }

        .partner .banner {
            display: block;
            width: 300px;
            height: 160px;
            margin: 0 0 10px 0;
            background-color: #fff;
            border-radius: 50px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            box-shadow: rgba(0,0,0,0) 0 0 1px;
            -webkit-transition: all 0.33s;
            -moz-transition: all 0.33s;
            transition: all 0.33s;
        }


        .partner:hover .banner {
            box-shadow: rgba(0,0,0,0.5) 0 5px 10px;
        }


        .partner p {
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            text-align: center;
        }

        .partner a {
            position: absolute;
            display: block;
            width: 300px;
            height: 200px;
            top: 0;
            left: 0;
        }



.NewsPreview {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
}

    .NewsPreview .Scheda-container {
        display: block;
        position: relative;
        width: 100%;
        min-height: 256px;
    }

    .NewsPreview .Scheda {
        display: block;
        position: relative;
        text-align: left;
        width: auto;
        height: 256px;
        margin: 20px;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .NewsPreview .Scheda:hover {
            margin: 10px 20px 30px 20px;
            box-shadow: 0 10px 15px rgba(0,0,0,0.5);
        }


        .NewsPreview .Scheda .imgbox {
            width: 25%;
            height: 256px;
            position: relative;
            float: left;
            background: #000000;
        }

            .NewsPreview .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;
            }

        .NewsPreview .Scheda:hover .imgbox .img {
            opacity: 0.8;
        }

.NewsPreview .Scheda .Scheda-content {
    position: relative;
    width: 75%;
    height: 256px;
    overflow: hidden;
}



    .NewsPreview .Scheda .Scheda-content b {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 26px;
        line-height: 26px;
        color: #005e7d;
        display: block;
        padding: 20px 10px 0 20px;
        border-bottom: 3px solid #eee;
    }

    .NewsPreview .Scheda .Scheda-content p {
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        color: #000;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 20px;
    }

    .NewsPreview .Scheda .Scheda-content i {
        position: absolute;
        width: 100%;
        height: 24px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 600;
        padding-right: 20px;
        right: 0;
        bottom: 0;
        text-align: right;
        background: #005e7d;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

        .NewsPreview .Scheda a {
            background-color: transparent;
            width: 100%;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 90;
        }


        /* anteprima scheda escursioni */

.SchedePreview {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
    .SchedePreview .Scheda-container {
        display: inline-block;
        position: relative;
        width: 320px;
        height: 460px;
        margin: 0;
        padding: 0;
        overflow:hidden;
    }

    .SchedePreview .Scheda {
        display: inline-block;
        position: relative;
        text-align: left;
        width: 280px;
        height: 420px;
        margin: 20px 10px 20px 30px;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .SchedePreview .Scheda:hover {
            margin: 10px 10px 30px 30px;
            box-shadow: 0 10px 15px rgba(0,0,0,0.5);
        }

.promo {
    display: block;
    position: absolute;
    top: 50px;
    left: -27px;
    text-align: center;
    height: 53px;
    z-index: 90;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .promo .sx-block {
        display: block;
        width: 27px;
        height: 53px;
        background: no-repeat url('/img/Sconto-Sx.png');
        float: left;
    }

    .promo .center-block {
        display: block;
        min-width: 90px;
        height: 53px;
        background: repeat-x url('/img/Sconto-bk.png');
        float: left;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        color: #fff;
        font-size: 18px;
        line-height: 48px;
    }

    .promo .dx-block {
        display: block;
        width: 23px;
        height: 53px;
        background: no-repeat url('/img/Sconto-Dx.png');
        float: left;
    }


            .SchedePreview .Scheda:hover .promo {
                top: -10px;
              }



.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:hover .imgbox .img {
                opacity:0.75;
            }

        .SchedePreview .Scheda .Scheda-content {
            position: relative;
            width: 280px;
            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%;
    left: 0;
    width: 100%;
    height: 66%;
    z-index: 89;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

    .SchedePreview .Scheda .Caratteristiche img {
        width: 32px;
        height: 32px;
        margin: 4px 10px 4px 10px;
        border: 0;
        float: left;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        opacity: 1;
    }
    .SchedePreview .Scheda .Caratteristiche p {
        height: 40px;
        margin:0 0 0 50px;
        padding:0;
        color:#fff;
        line-height:13px;
        font-size:13px;

    }

.SchedePreview .Scheda:hover .Caratteristiche {
    top: 50px;
}

.SchedePreview .Scheda .text {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width:100%;
    height: 90px;
    padding: 10px 0 0 0;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    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: 150px;
                box-shadow: 0 0 30px 30px rgba(255,255,255,1);
            }

    .SchedePreview .Scheda .text p {
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        color: #005e7d;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 10px 5px 10px;
    }
    .SchedePreview .Scheda .text b {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        color: #000;
        display: block;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #005e7d;
    }

            .SchedePreview .Scheda .text p i {
                font-family: 'Barlow', sans-serif;
                padding:10px 0 0 0;
                display: block;
                color: #666;
                font-style: normal;
                font-size: 13px;
                line-height: 19px;
                font-weight: 400;
                opacity: 0;
                -webkit-transition: all 2s;
                -moz-transition: all 2s;
                transition: all 2s;
            }

            .SchedePreview .Scheda .text:hover p i {
                opacity: 1;
            }

.SchedaCopertina {
    width: 100%;
    height: 540px;
    margin: 0;
    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;
}
  .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;
}


.SchedaContent p {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
}


.Note {
        font-size: 16px;
        line-height: 24px;
    }

.PromoScheda {
    min-height: 50px;
    text-align: left;
    font-size: 32px;
    color: #005e7d;
    font-weight: 800;
}

.TitoloEx {
    position: absolute;
    width: calc(100%);
    min-height: 120px;
    display:block;
    top: 90px;
    left: 0;
    background: rgba(0,0,0,0.4);
    border-left: 25px solid #005e7d;
}
    .TitoloEx p {
        text-align: left;
        line-height: 50px;
        font-size: 36px;
        padding: 10px 0 10px 0;
        margin: 0 30px 0 30px;
        border: 0;
        letter-spacing: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .TitoloEx i {
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        padding: 0;
        margin: 0 30px 0 30px;
        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: 'Montserrat', sans-serif;
    position: relative;
    margin: -50px 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: #111;
        min-height: 50px;
        padding: 10px;
        border-bottom: 1px solid #005e7d;
    }
        .qInfo p img {
            width: 32px;
            height: 32px;
            font-weight: 400;
            float: left;
            margin: 0 15px 18px 0;
        }
        .qInfo p i {
            display: block;
            min-width: 120px;
            font-style: normal;
            font-size: 11px;
            color: #333;
        }
        .qInfo p b {
            font-size: 15px;
            color: #111;
            font-weight: 400;
            text-transform: uppercase;
        }
        .qInfo p u {
            font-size: 14px;
            color: #999;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration:line-through;
        }
        .qInfo p strong {
            font-size: 16px;
            color: #111;
            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:block; position:relative; text-align:center; padding:10px 0 10px 0;}
    .SchedaCaratteristiche div {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 120px;
        height: 120px;
        font-size: 11px;
        line-height: 13px;
        margin: 0;
        overflow: hidden;
        background: rgba(0,94,125,0);
        border-radius: 8px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;

    }
    .SchedaCaratteristiche p {
        margin: -10px 0 0 0;
        padding: 0;
        color: #333;
    }
    .SchedaCaratteristiche div img {
        -webkit-filter: brightness(0);
        filter: brightness(0);
        opacity: 0.5;
        width: 60px;
        height: 60px;
        margin: 8px auto 8px auto;
        border: 0;
        display: block;
        float: none;
    }

    .SchedaCaratteristiche div .SchedaCaratteristicheImg {
        -webkit-filter: brightness(0);
        filter: brightness(0);
        opacity: 0.5;
        width: 60px;
        height: 60px;
        margin: 8px auto 8px auto;
        border: 0;
        display: block;
        float: none;
    }

    .SchedaCaratteristiche div:hover {
        background: rgba(0,94,125,1);
    }
        .SchedaCaratteristiche div:hover img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            opacity: 1;
        }


        .SchedaCaratteristiche div:hover .SchedaCaratteristicheImg {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            opacity: 1;
        }

    .SchedaCaratteristiche div:hover p{
        color: #fff;
    }

  .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;
}






.ReCaptcha {display:block; width:50%; min-width:240px; max-width:400px; height:auto; float:left;}

.Footer {
    min-height: 320px;
    padding: 100px 0;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin: 0;
    color: #fff;
    position: relative;
    background-color: rgba(0,94,125,0.66);
    background: linear-gradient(0deg, rgba(0,94,125,1) 0%, rgba(0,94,125,0.8) 20%, rgba(0,94,125,0.6) 80%, rgba(0,94,125,0) 100%);
}
.Footer p {
    padding: 20px;
}

.Footer   a  {color:#fff;   }

    .Footer a:hover {
        color: #29c2de;
        text-decoration: underline;
    }

    .Footer .FContent {
        position: relative;
        z-index:99;
    }

    .Footer .Social {
        text-align:center;
    }

        .Footer .Social img {
            width:48px;
            height:48px;
            margin:8px;
            opacity:1;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            transition: all 0.25s;
        }

        .Footer .Social img:hover {
            width: 64px;
            height: 64px;
            margin: 0;
            opacity: 0.75;
        }


.Footer2 {
    position: relative;
    min-height: 20px;
    padding-top: 20px;
    background: #00abc9;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    margin: 0;
    padding: 0 0 100px 0;
    color: #000000;
    position: relative;
    letter-spacing: 2px;
    word-spacing: 4px;
    text-transform: uppercase;
}
    .Footer2 p {
        padding: 40px 20px;
    }

    .Footer2 a {
        color: #000000;
    }
        .Footer2 a:hover {
            color: #fff;
            text-decoration: underline;
        }

.LogoFoot {
    width: 256px;
    border: 0;
    display: block;
    margin: 0 auto;
    opacity: 1;
}
    .MobileTools     {display:none}
    .PartnerBox         {display:block; margin:20px 0 0 0;  text-align:center;}

    .PartnerBox  img    { width:72px; height:72px; border:0; display:block; margin:0 auto;}

.BoxOffice {
    display: inline-block;
    width: calc(33% - 50px);
    min-height: 90px;
    text-align: center;
    background-color: rgba(8, 61, 100, 0.33);
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
}
.BoxOffice p {
    font-size: 16px;
    line-height:18px;
    color:#fff;
    font-weight:400;
    text-shadow: 0 0 5px #083d64;
}

.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: 'Roboto 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;}

.AnteprimaPdf {
display:block;
width:50%;
float:left;
text-align:left;

}

.AnteprimaPdf img {
    width: 80%;
    margin: 10px auto 10px auto;
    max-width:200px;
    opacity: 0.75;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

    .AnteprimaPdf img:hover {
        margin: 0 auto 20px auto;
        opacity: 1;
    }


.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);
}

select#DdDate {
    -webkit-appearance: button;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 94, 128, 0.3);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url('/img/15xvbd5.png'), -webkit-linear-gradient(#29c2de, #ffffff);
    background-color: #fff;
    background-position: 97% center;
    background-repeat: no-repeat;
    border: none;
    color: #000;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    font-size: 18px;
}


.Orari {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 0 0;
    margin: 0 0 0 50px;
    background: #eee;
}

.RbOrari {
   display:block;
   max-width: 360px;
}

.Orari input {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    margin: 4px 12px 12px 12px;
    width: 24px;
    height: 24px;
    vertical-align:top;
    position: relative;
    z-index: 99;
}

.Orari Label {
    display: inline-block;
    width: 80px;
    height: 40px;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    background: #000;
    background: #fff;
    margin: 0 0 5px -40px;
    padding: 0 0 0 30px;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;

    box-shadow: 0 0 10px rgba(0,0,0,0);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.Orari Label:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.33);
}


@media (max-width: 1600px) {

}

    @media (max-width: 1440px) {
        body {
            font-size: 14px;
        }


        h1 {
            line-height: 55px;
            font-size: 60px;
            padding: 20px;
        }
        h2 {
            font-size: 32px;
            line-height: 32px;
        }
        h3 {
            font-size: 16px;
            line-height: 20px;
        }
            h3 b {
                color: #000000;
            }
            h3 strong {
                color: #000000;
            }
        h4 {
            font-size: 16px;
           line-height: 26px;
        }


        .Wrapper {
            top: 80px;
        }


        .LinkNex {
            width: 70px;
            height: 300px;
            right: -10px;
            margin-top: -150px;
        }

            .LinkNex a {
                width: 70px;
                height: 300px;
            }

        .LinkPre {
            width: 70px;
            height: 300px;
            left: -10px;
            margin-top: -150px;
        }

            .LinkPre a {
                width: 70px;
                height: 300px;
            }
  
    }

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {


    h1 {
        line-height: 50px;
        font-size: 54px;
        padding: 20px 0 15px 0;
    }

    h2 {
        font-size: 30px;
        line-height: 30px;
    }


    .Wrapper {
        top: 70px;
    }

    .Main {
        padding: 20px;
    }

    .qInfo {
        padding: 20px;
    }
        .PrenotaBox {
        margin: 20px;
    }

    .PrenotaContent {
        padding: 20px;
    }

    .RbOrari {
        display: block;
        max-width: 300px;
    }

    .Gallery figure {
        height: 160px;
        min-width: 160px;
    }

    .Gallery a img {
        height: 140px;
    }

    .Gallery a:hover img {
        height: 144px;
    }
}

@media (max-width: 1024px) {
    .RbOrari {
        max-width: 270px;
    }

        h1 {
            line-height: 46px;
            font-size: 50px;
            padding: 20px 0 15px 0;
        }

        h2 {
            font-size: 28px;
            line-height: 30px;
        }

        .Wrapper {
            top: 60px;
        }


        .qInfo {
            padding: 15px;
        }

        .PrenotaBox {
            margin: 15px;
        }

        .PrenotaContent {
            padding: 15px;
        }


        .Gallery figure {
            height: 140px;
            min-width: 140px;
        }

        .Gallery a img {
            height: 120px;
        }

        .Gallery a:hover img {
            height: 124px;
        }

        .NewsPreview .Scheda .Scheda-content b {
            font-size: 20px;
            line-height: 20px;
        }

        .NewsPreview .Scheda .Scheda-content p {
            font-size: 12px;
            line-height: 20px;
        }

        .NewsPreview .Scheda .Scheda-content i {
            font-size: 12px;
        }

    .Footer {
        min-height: 480px;
        padding:60px 0 120px 0;
        text-align: center;
    }

    }

    @media (max-width: 960px) {
        .RbOrari {

            max-width: 180px;
        }
    }

    @media (max-width: 760px) {


        .ShowOnDesktop {
            display: none
        }

        .ShowOnMobile {
            display: block
        }

        .RbOrari {
            max-width: 360px;
        }

        .qInfo {
            padding: 10px;
        }

        .PrenotaBox {
            margin: 10px;
        }

        .PrenotaContent {
            padding: 10px;
        }

        .Wrapper {
            top: 50px;
        }

        .Main, .MainWide {
            width: 100%;
            max-width: 100%;
        }

        .MobileTools {
            display: block;
            margin: 8px 0;
            text-align: center;
        }

            .MobileTools a {
                width: 96px;
                min-height: 128px;
                border: 0;
                display: inline-block;
                margin: 0 8px;
                text-align: center;
            }

            .MobileTools a:hover {
                color:#fff;
                text-decoration:none;
                font-weight:bold

            }

            .MobileTools img {
                width: 72px;
                height: 72px;
                border: 0;
                display: inline-block;
                margin: 0 8px;
                opacity: 0.66;
            }

        .col-dynamic {
            float: none;
            width: 100%
        }


        .LinkNex {
            width: 55px;
            height: 240px;
            right: -10px;
            margin-top: -120px;
        }

            .LinkNex a {
                width: 55px;
                height: 240px;
            }


        .LinkPre {
            width: 55px;
            height: 240px;
            left: -10px;
            margin-top: -120px;
        }

            .LinkPre a {
                width: 55px;
                height: 240px;
            }
    }

    @media (max-width: 540px) {
        .RbOrari {
            max-width: 270px;
        }

        .PROMO2019-Wrapper {
            display: block;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: auto;
            min-height: 1600px;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .PROMO2019-Content {
            display: none;
        }
        .PROMO2019-Link {
            position: relative;
            display: block;
            width: 100%;
            max-width: 480px;
            height: auto;
            min-height: 1500px;
            margin: 50px auto;
            padding: 0;
            text-align: center;
        }
            .PROMO2019-Link img {
                margin: 0;
                padding: 0;
                border:0;
                width:100%;
                max-width:480px;
                height:auto;
                display:block;
            }


    }

    @media (max-width: 450px) {
        .RbOrari {
            max-width: 180px;
        }
    }

    @media (max-width: 400px) {

        h1 {
            line-height: 36px;
            font-size: 40px;
        }

        h2 {
            font-size: 24px;
            line-height: 26px;
        }

        .NewsPreview .Scheda {
            height: 480px;
        }


            .NewsPreview .Scheda .imgbox {
                width: 100%;
                height: 240px;
                position: relative;
                float: none;
                background: #005e7d;
            }

            .NewsPreview .Scheda .Scheda-content {
                display: block;
                position: absolute;
                width: 100%;
                height: 240px;
                left: 0;
                top: 240px;
                overflow: visible;
            }

                .NewsPreview .Scheda .Scheda-content b {
                    font-size: 24px;
                    line-height: 30px;
                    position: absolute;
                    border: none;
                    display: block;
                    top: -140px;
                    color: #fff;
                    text-shadow: 3px 3px 10px #000;
                }

                .NewsPreview .Scheda .Scheda-content p {
                    font-size: 13px;
                    line-height: 19px;
                }


        .LinkNex {
            width: 40px;
            height: 180px;
            right: -10px;
            margin-top: -90px;
        }

            .LinkNex a {
                width: 40px;
                height: 180px;
            }

        .LinkPre {
            width: 40px;
            height: 180px;
            left: -10px;
            margin-top: -90px;
        }

            .LinkPre a {
                width: 40px;
                height: 180px;
            }

        .Footer {
            font-family: 'Barlow Condensed', sans-serif;
        }
    }




    @media (max-width: 330px) {

        .RbOrari {
            max-width: 90px;
        }
    }

