/* ::::::::::::::::::::::::::::::::::::::::::::::::: base */
html, body {
    margin: 0;
    padding: 0;
    height: auto;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    position: relative;
    font-size: 22px;
    padding-right: 0 !important; /*serve per sistemare un glitch del modal di bootstrap che aggiunge a caso un padding right al body*/
}

header {
    position: relative;
}

main {
    position: relative;
}

section {
    position: relative;
}

footer {
    position: relative;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::: text */
h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
}

p {
    font-size: .7rem;
    font-weight: 300;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

h3 {
    font-size: 1.4rem;
    font-weight: 400;
}

h4 {
    font-size: 1.2rem;
    font-weight: 400;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::: bootstrap resets */
a {
}

    a:hover {
        text-shadow: 0px 0px 0px !important;
        color: #415160;
    }

    a:focus {
        text-shadow: 0px 0px 0px !important;
        color: #415160 !important;
    }

.btn {
    display: block;
    height: 40px;
    min-width: 60%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    border-radius: 0px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    background-image: none;
    cursor: pointer;
    transition: 200ms;
}

    .btn:hover {
        background-color: #859245;
        transition: 200ms;
    }

    .btn p {
        display: inline;
        width: 100%;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        margin: 0px;
    }

.form-control:focus {
    border-color: #6b747c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(107, 116, 124, 0.6);
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 10px;
}


.row-eq-height [class^="col-"] > div {
    display: block;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .row-eq-height [class^="col-"] > div {
            margin: 10px;
            width: 100%;
            height: 100%;
            display: inline-block;
            position: relative;
        }

    .ImgSlideWrapper .frame .content {
        /*margin-top: 5%;*/
    }

    .ImgSlideWrapper .frame .maschera {
        margin-top: 5%;
    }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: top wrapper */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.TopWrapper {
    line-height: 37px;
    width: 100%;
    height: 42px;
    margin: 0px;
    padding: 0px;
    background-color: #b8ca5f;
    /* Hop */
    /*text-align: right;*/
}

    .TopWrapper a {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        /* Hop */
        /*margin-right: 12px;*/
    }


    .TopWrapper div {
        position: relative;
    }

    .TopWrapper .search {
        text-align: right;
        /*left: 90px;*/
    }


        .TopWrapper .search a {
            /*margin-right: 12px;*/
        }

        .TopWrapper .search input.inputTxt {
            margin-left: 150px;
        }

        .TopWrapper .search input {
            /*margin-right: 10px;*/
            height: 24px;
            width: 300px;
            text-indent: 10px;
            font-size: .5rem;
            font-weight: 800;
            margin-top: 9px;
            border-width: 0px;
            border-radius: 30px;
            color: #1b2d38;
            font-weight: 500;
            float: left;
        }

        .TopWrapper .search .lens {
            right: 193px;
            top: 2px;
            position: absolute;
            float: right;
            width: 20px;
            height: 20px;
            cursor: pointer;
            transition: 200ms;
        }

            .TopWrapper .search .lens:hover {
                opacity: .4;
                transition: 200ms;
            }

        .TopWrapper .search .contatti {
            /*width:87px;
            margin-left: 20px;*/
            margin-right: 24px;
        }

        /*.TopWrapper .search .contatti:before {
                content: '\25CF';
                color: #fff;
                position: absolute;
                top: 0px;
                left: 482px;
                font-size: 22px;
                font-weight: 400;
            }*/

        .TopWrapper .search .newFlag {
            -webkit-transform: scale(.4);
            -moz-transform: scale(.4);
            -o-transform: scale(.4);
            -ms-transform: scale(.4);
            transform: scale(.4);
            /*opacity: .4;*/
            margin-left: -30px;
            padding: 0px;
            cursor: pointer;
            transition: 200ms;
            right: 200px;
            top: 6px;
            position: absolute;
            float: right;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

        .TopWrapper .search a.flag {
            /*margin-left: 10px;*/
            text-decoration: none;
        }

        .TopWrapper .search a:nth-child(4) {
            margin-right: 12px;
        }

        .TopWrapper .search a:nth-child(5) {
            margin-right: -12px;
        }



        .TopWrapper .search a.flag img {
            -webkit-transform: scale(.4);
            -moz-transform: scale(.4);
            -o-transform: scale(.4);
            -ms-transform: scale(.4);
            transform: scale(.4);
            /*opacity: .4;*/
            margin-left: -30px;
            padding: 0px;
            cursor: pointer;
            transition: 200ms;
        }

            .TopWrapper .search a.flag img:hover {
                -webkit-transform: scale(.5);
                -moz-transform: scale(.5);
                -o-transform: scale(.5);
                -ms-transform: scale(.5);
                transform: scale(.5);
                /*opacity: 1;*/
                transition: 200ms;
            }

    .TopWrapper div.dropdown.open .dropdown-menu {
        display: table;
        width: 100%;
        margin-top: 30px;
        background-color: #b8ca5f;
        margin: 0px;
        margin-top: 8px;
        border-width: 0px;
        border: 0px solid #b8ca5f;
        -webkit-box-shadow: 0 0px 0px rgb(0, 0, 0);
        box-shadow: 0 0px 0px rgb(0, 0, 0);
        text-align: center;
        left: -832px;
        right: 0;
        padding: 0px !important;
    }

        .TopWrapper div.dropdown.open .dropdown-menu ul {
            text-align: left;
            color: #fff;
            list-style: none;
            padding: 0;
            margin-bottom: 20px;
        }

            .TopWrapper div.dropdown.open .dropdown-menu ul li {
                color: #fff;
                margin-bottom: 4px;
                border-bottom: 1px dotted #fff;
                margin-left: 0px;
            }

        .TopWrapper div.dropdown.open .dropdown-menu .sub-menu {
            margin: 20px;
        }

            .TopWrapper div.dropdown.open .dropdown-menu .sub-menu h5 {
                font-size: .8rem;
                font-weight: 900;
                width: 100%;
                text-align: left;
                color: #fff;
            }

        .TopWrapper div.dropdown.open .dropdown-menu ul li a {
            color: #fff;
            font-style: italic;
            font-size: .7rem;
        }



@media screen and (max-width: 600px) {
    .TopWrapper {
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }

        .TopWrapper div {
            position: relative;
        }

        .TopWrapper a {
            color: #fff;
            font-size: .7rem;
            /*margin-right: 12px;*/
        }

        .TopWrapper .search input {
            height: 40px;
            width: 90%;
        }

        .TopWrapper .search .lens {
            right: 10%;
            top: 40px;
            width: 30px;
            height: 30px;
        }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: flag wrapper */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.FlagWrapper {
    text-align: right;
}

    .FlagWrapper a {
        margin-left: 10px;
        text-decoration: none;
    }


    .FlagWrapper img {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -o-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        opacity: .4;
        margin-left: -30px;
        padding: 0px;
        cursor: pointer;
        transition: 200ms;
    }

        .FlagWrapper img:hover {
            -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
            -o-transform: scale(.5);
            -ms-transform: scale(.5);
            transform: scale(.5);
            opacity: 1;
            transition: 200ms;
        }
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: slider immagini */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ImgSlideWrapper .div_header_wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.ImgSlideWrapper .div_header_slider {
    width: 100%;
    height: auto;
}

.ImgSlideWrapper {
    position: relative;
    padding-bottom: 50px;
}

    .ImgSlideWrapper .frame {
        display: block;
        width: 100%;
        height: auto;
        margin: 0px;
        position: relative;
        overflow: hidden;
        text-decoration: none;
    }

    .ImgSlideWrapper .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url('/SiteImg/deco_line.png');
        background-position: center top;
        /*background-size: 100% auto;*/
        background-repeat: no-repeat;
    }

    .ImgSlideWrapper .overlayHome {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url('/SiteImg/deco_line_home.png');
        background-position: center top;
        background-size: 100% auto;
        background-repeat: no-repeat;
        /*background-color: rgba(0,0,0,0.5);*/
    }

    .ImgSlideWrapper .frame img {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        height: auto;
        /*width: 100%;*/
        max-height: 250px;
        max-width: 2000px;
        margin: 0px auto;
        opacity: 1;
        display: block;
    }

    .ImgSlideWrapper .frame .content {
        overflow: hidden;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        margin: 0px;
        background-color: #bdc1ab;
        padding: 20px;
        text-align: center;
    }

    .ImgSlideWrapper .frame .maschera {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin: 0px;
        background-color: #bdc1ab;
        padding: 20px;
        text-align: center;
        border-left: 11px solid #b8ca5f;
        text-align: center;
    }

    .ImgSlideWrapper .frame .content h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
    }

    .ImgSlideWrapper .frame .content h2 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        margin: 0 auto;
    }

    .ImgSlideWrapper .frame .maschera > p {
        font-weight: 700;
    }

    .ImgSlideWrapper .frame .content h2 span {
        text-transform: uppercase;
    }

    .ImgSlideWrapper .frame .content .btnPlayContainer a {
        color: #fff;
        text-decoration: none;
    }

    .ImgSlideWrapper .frame .content > p {
        font-size: 16px;
        font-weight: 600;
        margin: 10px;
        color: #fff;
    }

    .ImgSlideWrapper .frame .content .btn {
        position: relative;
        width: 220px;
        min-width: 220px;
        border-color: #fff;
        margin-bottom: 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .ImgSlideWrapper .slick-dots {
        bottom: -46px;
    }

        .ImgSlideWrapper .slick-dots li {
            list-style: none;
            background-color: #9c9c9c;
            border-radius: 10px;
            height: 10px;
            width: 10px;
        }

        .ImgSlideWrapper .slick-dots .slick-active {
            background-color: #b8ca5f;
        }

        .ImgSlideWrapper .slick-dots li button {
            display: none;
        }
    /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: pagina interna */
    .ImgSlideWrapper.slide2 p {
        left: 30% !important;
        font-size: .75rem;
    }

    .ImgSlideWrapper.slide2 h2 {
        left: 30% !important;
        width: 60% !important;
        font-size: 1.9rem !important;
    }

        .ImgSlideWrapper.slide2 h2 span {
            text-transform: uppercase;
            font-size: 2.2rem !important;
        }

    .ImgSlideWrapper.slide2 .frame .content h2 {
        margin-left: -10%;
    }


@media screen and (min-width: 768px) {
    .ImgSlideWrapper .frame img {
        max-height: 300px;
    }
}

@media screen and (min-width: 992px) {
    .ImgSlideWrapper {
        position: relative;
    }

        .ImgSlideWrapper .frame {
            width: 100%;
            height: auto;
            margin: 0px;
        }

            .ImgSlideWrapper .frame img {
                width: auto;
                max-height: none;
            }

            .ImgSlideWrapper .frame .content {
                overflow: visible;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background-color: transparent;
                vertical-align: middle;
                margin-top: 0%;
            }

            .ImgSlideWrapper .frame .maschera {
                overflow: visible;
                position: absolute;
                background-color: transparent;
                vertical-align: middle;
                margin-top: 43px;
                top: 300px;
                left: 51%;
                min-width: 600px;
                text-align: left;
            }

            .ImgSlideWrapper .frame .content h2 {
                font-size: 52px;
                position: relative;
                width: 30%;
                /*left: 40%;*/
                top: -20px;
                color: #fff;
                margin-top: 70px;
            }

            .ImgSlideWrapper .frame .maschera h2 {
                font-size: 52px;
                position: relative;
                width: 30%;
                color: #fff;
            }

            .ImgSlideWrapper .frame .content > p {
                position: relative;
                width: 35%;
                left: 40%;
                top: -20px;
                margin-top: 30px;
                color: #b8ca5f;
                margin: 10px;
                margin-left: 0px;
            }

            .ImgSlideWrapper .frame .maschera > p {
                /*position: relative;
                    width: 35%;*/
                left: 40%;
                top: -20px;
                margin-top: 30px;
                /*color: #b8ca5f;*/
                margin: 10px;
                margin-left: 0px;
            }

            .ImgSlideWrapper .frame .content .btn {
                -webkit-transform: translate(0px);
                -moz-transform: translate(0px);
                -o-transform: translate(0px);
                -ms-transform: translate(0px);
                transform: translate(0px);
                left: 40%;
            }

                .ImgSlideWrapper .frame .content .btn p {
                    font-size: 14px;
                }

        .ImgSlideWrapper .slick-dots {
            display: block !important;
        }
}

@media screen and (min-width: 1200px) {
    .ImgSlideWrapper .frame .content {
        /*margin-top: 4.5%;*/
    }

    .ImgSlideWrapper .frame .maschera {
        left: 50%;
    }


    .ImgSlideWrapper .frame .content h2 {
        color: #fff;
        /*margin: 0px;*/
        margin-top: 10px;
    }


    .ImgSlideWrapper .frame .content > p {
        margin: 10px;
        margin-left: 0px;
    }

    .ImgSlideWrapper .frame .content .btn {
    }
}

@media screen and (min-width: 1400px) {
    .ImgSlideWrapper .frame .maschera {
        left: 56%;
    }

    .ImgSlideWrapper .frame .content h2 {
        color: #fff;
        /*margin: 0px;*/
        margin-top: 10px;
    }

    .ImgSlideWrapper .frame .content > p {
        margin: 10px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 1600px) {

    .ImgSlideWrapper .frame .maschera {
        overflow: visible;
        position: absolute;
        background-color: transparent;
        vertical-align: middle;
        top: 287px;
        left: 62%;
    }

    .ImgSlideWrapper .frame .content h2 {
        color: #fff;
        /*margin: 0px;*/
        margin-top: 10px;
    }

    /*.ImgSlideWrapper .frame .content {
        margin-top: 7%;
    }*/
}

@media screen and (min-width: 1750px) {

    .ImgSlideWrapper .frame .content {
        overflow: visible;
        position: absolute;
        background-color: transparent;
        vertical-align: middle;
        margin-top: 0%;
        /*top: 97px;*/
    }
}

/*@media screen and (min-width: 1800px) {
    .ImgSlideWrapper .frame .content h2 {
        color: #fff;
        margin: 0px;
    }

    .ImgSlideWrapper .frame .content .btn {
        margin-top: 40px;
    }
}*/
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: itinerari */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ItineraryWrapper h1 {
    text-align: center;
    font-weight: 200;
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ItineraryWrapper .lowerRow {
    margin-top: 30px;
}

    .ItineraryWrapper .lowerRow .fullbox {
        min-height: 300px;
        background-size: auto 220%;
    }

.ItineraryWrapper .fullbox {
    position: relative;
    height: 300px;
    width: auto;
    text-align: center;
    background-size: auto 110%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

    .ItineraryWrapper .fullbox a {
        position: absolute;
        bottom: 20px;
        background-color: rgba(0, 0, 0, .6);
        color: #fff;
        border: 1px solid #fff;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        padding: 5px;
        font-size: 19px;
        transition: 200ms;
    }

        .ItineraryWrapper .fullbox a:hover {
            background-color: rgb(0, 0, 0);
            text-decoration: none;
        }

.ItineraryWrapper .halfbox {
    position: relative;
    background-color: #b8ca5f;
    height: 300px;
    text-align: center;
}

    .ItineraryWrapper .halfbox img {
        width: 100%;
        height: 300px;
        position: relative;
        float: left;
        margin-bottom: 20px;
    }

    .ItineraryWrapper .halfbox .text {
        position: relative;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 15px;
    }

        .ItineraryWrapper .halfbox .text h2 {
            text-align: left;
            color: #fff;
            font-weight: 500;
            font-size: 28px;
            margin-top: 0;
        }

        .ItineraryWrapper .halfbox .text > p {
            color: #fff;
            font-weight: 500;
            font-size: 15px;
        }

    .ItineraryWrapper .halfbox a {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 20px;
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        border: 1px solid #fff;
        left: -20px;
        right: 0;
        padding: 5px;
        font-size: 19px;
        transition: 200ms;
        margin-bottom: 10px;
        bottom: 10px;
        min-width: 10px;
    }


        .ItineraryWrapper .halfbox a:hover {
            background-color: rgb(0, 0, 0);
            text-decoration: none;
        }

.ItineraryWrapper .abstract {
    margin-bottom: 30px;
}

    .ItineraryWrapper .abstract h3 {
        color: #b8ca5f;
        font-size: 35px;
        font-weight: 300;
        margin-top: 0;
    }

    .ItineraryWrapper .abstract a {
        font-weight: 500;
        font-size: 16px;
        width: 70%;
        border: 1px solid #b8ca5f;
        padding: 5px 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        color: #333;
    }

        .ItineraryWrapper .abstract a:hover {
            background-color: #b8ca5f;
            color: #fff;
            text-decoration: none;
        }

    .ItineraryWrapper .abstract p {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 20px;
    }

.ItineraryWrapper .secondBox {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .ItineraryWrapper .fullbox {
        background-size: 110% auto;
        background-position: center center;
        background-repeat: no-repeat;
    }

    /*.ItineraryWrapper .halfbox {
        height: 100%;
        overflow: hidden;
        text-align: center;
    }*/

    .ItineraryWrapper .halfbox img {
        width: 35%;
        height: auto;
        position: relative;
        float: right;
        margin: 0px;
        padding: 0px;
    }

    .ItineraryWrapper .halfbox .text {
        position: absolute;
        float: left;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

        .ItineraryWrapper .halfbox .text h2 {
            text-align: left;
            margin: 20px;
            color: #fff;
        }

        .ItineraryWrapper .halfbox .text > p {
            color: #fff;
            margin: 20px;
        }

    .ItineraryWrapper .halfbox .btn {
        position: absolute;
        bottom: 20px;
        color: #fff;
        border-color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .ItineraryWrapper .lowerRow .fullbox {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .ItineraryWrapper .abstract {
        height: 300px;
        margin-bottom: 0;
    }

    .ItineraryWrapper .fullbox {
        min-height: 250px;
        background-size: auto 120%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .ItineraryWrapper .halfbox {
        overflow: hidden;
    }

        .ItineraryWrapper .halfbox a {
            width: 70%;
        }

        .ItineraryWrapper .halfbox img {
            width: auto;
            height: 100%;
            position: relative;
            float: right;
            margin: 0px;
            padding: 0px;
        }

        .ItineraryWrapper .halfbox .text {
            float: left;
            height: 100%;
            padding: 0;
        }

            .ItineraryWrapper .halfbox .text h2 {
                margin: 20px;
            }

            .ItineraryWrapper .halfbox .text > p {
                color: #fff;
                margin: 20px;
            }

        .ItineraryWrapper .halfbox .btn {
            min-width: 10px;
            width: 40%;
            overflow: hidden;
            margin-left: -26%;
            margin-bottom: 10px;
            bottom: 10px;
        }

    .ItineraryWrapper .abstract a {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 25px;
        width: 100%;
    }

    .ItineraryWrapper .abstract .comeArrivare {
        color: #b8ca5f;
        bottom: 120px;
    }
}

@media screen and (min-width: 1600px) {
    .ItineraryWrapper .halfbox {
        margin-top: 0px;
        overflow: hidden;
    }

        .ItineraryWrapper .halfbox img {
            width: auto;
            height: 100%;
            position: relative;
            float: right;
            margin: 0px;
            padding: 0px;
        }

        .ItineraryWrapper .halfbox .text h2 {
            margin: 20px;
        }

        .ItineraryWrapper .halfbox .text > p {
            color: #fff;
            margin: 20px;
        }

        .ItineraryWrapper .halfbox .btn {
            min-width: 10px;
            width: 50%;
            overflow: hidden;
            margin-top: 20px;
            margin-left: -20%;
            margin-bottom: 10px;
            bottom: 10px;
        }

    .ItineraryWrapper .abstract a {
        width: 70%;
    }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 3 boxes */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.BoxesWrapper .row > div:nth-child(3) .fullbox {
    background-image: url('/SiteImg/img_4.jpg');
}




@media screen and (min-width: 992px) and (max-width: 1200px) {
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1600px) {
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: video wrapper */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.VideoWrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

    .VideoWrapper .container-fluid {
        height: auto;
    }

        .VideoWrapper .container-fluid .row {
            height: auto;
        }

            .VideoWrapper .container-fluid .row .overlay {
                width: 100%;
                height: 100%;
                top: 0px;
                left: 0px;
                position: absolute;
                background-color: rgba(0,0,0,.6);
            }

                .VideoWrapper .container-fluid .row .overlay img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -50px;
                    margin-top: -50px;
                    cursor: pointer;
                    -webkit-transform: scale(.4);
                    -moz-transform: scale(.4);
                    -o-transform: scale(.4);
                    -ms-transform: scale(.4);
                    transform: scale(.4);
                    transition: 200ms;
                }

                    .VideoWrapper .container-fluid .row .overlay img:hover {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -o-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                        transition: 200ms;
                    }

@media (min-width: 768px) {
    .VideoWrapper .container-fluid .row .overlay img {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.VideoWrapper .container-fluid .row {
    background-color: grey;
}

    .VideoWrapper .container-fluid .row .dots {
        width: 100%;
        position: absolute;
        list-style: none;
        text-align: center;
        bottom: 20px;
        display: none;
    }

@media (min-width: 768px) {
    .VideoWrapper .container-fluid .row .dots {
        display: block;
    }
}

.VideoWrapper .container-fluid .row .dots li {
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #b3c85a;
    width: 10px;
    height: 10px;
    float: none;
    cursor: pointer;
}

    .VideoWrapper .container-fluid .row .dots li.current {
        background-color: #b3c85a;
    }

    .VideoWrapper .container-fluid .row .dots li:first-of-type {
        margin-left: -37px;
    }

.VideoWrapper .container-fluid .row .arrows {
    /*

			*/
}

    .VideoWrapper .container-fluid .row .arrows .arrow {
        width: 25%;
        height: 90%;
        top: 0px;
        text-align: center;
        position: absolute;
    }

@media (min-width: 600px) {
    .VideoWrapper .container-fluid .row .arrows .arrow {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .VideoWrapper .container-fluid .row .arrows .arrow {
        width: 10%;
    }
}

.VideoWrapper .container-fluid .row .arrows .arrow.left {
    left: 0px;
}

.VideoWrapper .container-fluid .row .arrows .arrow.right {
    right: 0px;
}

.VideoWrapper .container-fluid .row .arrows .arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 200ms;
}

@media (min-width: 768px) {
    .VideoWrapper .container-fluid .row .arrows .arrow img {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        transition: 200ms;
    }
}

.VideoWrapper .container-fluid .row .arrows .arrow:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 200ms;
}

.VideoWrapper .container-fluid .row {
    overflow-x: hidden;
}

    .VideoWrapper .container-fluid .row .track {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        min-width: 100%;
        margin-left: 0px;
    }

        .VideoWrapper .container-fluid .row .track .frame {
            width: 100%;
            display: inline;
            position: relative;
            float: left;
        }

            .VideoWrapper .container-fluid .row .track .frame video {
                width: 100%;
                position: relative;
                height: auto;
            }


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: menu */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.MenuWrapper .container-fluid {
    margin: 30px 0 0 0;
    padding: 0px;
}

.MenuWrapper .navbar-inverse ul li a {
    color: #1b2d38;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: 200ms;
}

    .MenuWrapper .navbar-inverse ul li a:active {
        background-image: url('');
    }

    .MenuWrapper .navbar-inverse ul li a:hover {
        text-decoration: underline;
        color: #b8ca5f;
        transition: 200ms;
    }

.MenuWrapper .navbar-inverse {
    background-image: url('');
    background-color: transparent;
    border-color: transparent;
    margin-top: 32px;
    margin-bottom: 10px;
}

.MenuWrapper .navbar-toggle {
    border: 2px solid #b8ca5f;
}

    .MenuWrapper .navbar-toggle:hover {
        background-color: #e6edc5;
    }

    .MenuWrapper .navbar-toggle .sr-only {
        color: #393e4b;
    }

    .MenuWrapper .navbar-toggle .icon-bar {
        background-color: #b8ca5f;
    }

.MenuWrapper .navbar-toggle {
}

.MenuWrapper .caret {
    position: relative;
    margin-left: 8px;
    margin-top: -4px;
    border-width: 0px;
    color: transparent !important;
}

    .MenuWrapper .caret:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 4px solid #9b8686;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .MenuWrapper .caret:after {
        content: '';
        position: absolute;
        left: 2px;
        top: 0;
        border-top: 2px solid #fff;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }

.MenuWrapper .sr-only {
    position: absolute;
    font-style: italic;
    right: 50px;
    top: -5px;
    padding: 5px;
    clip: auto;
    width: auto;
    height: auto;
}

.MenuWrapper .nav > li.dropdown.open {
    position: static;
}

.MenuWrapper .navbar-collapse.first-level-menu.collapse.in > div {
    overflow: hidden;
}

.MenuWrapper .nav > li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    margin-top: 30px;
    background-color: #b8ca5f;
    margin: 0px;
    margin-top: 8px;
    border-width: 0px;
    border: 0px solid #b8ca5f;
    -webkit-box-shadow: 0 0px 0px rgb(0, 0, 0);
    box-shadow: 0 0px 0px rgb(0, 0, 0);
    text-align: center;
    left: 0;
    right: 0;
    padding: 0px !important;
}

    .MenuWrapper .nav > li.dropdown.open .dropdown-menu ul {
        text-align: left;
        color: #fff;
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }

        .MenuWrapper .nav > li.dropdown.open .dropdown-menu ul li {
            color: #fff;
            margin-bottom: 4px;
            border-bottom: 1px dotted #fff;
            margin-left: 0px;
        }

    .MenuWrapper .nav > li.dropdown.open .dropdown-menu .sub-menu {
        margin: 20px;
    }

        .MenuWrapper .nav > li.dropdown.open .dropdown-menu .sub-menu h5 {
            font-size: .8rem;
            font-weight: 900;
            width: 100%;
            text-align: left;
            color: #fff;
        }

    .MenuWrapper .nav > li.dropdown.open .dropdown-menu ul li a {
        color: #fff;
        font-style: italic;
        font-size: .7rem;
    }

.MenuWrapper .dropdown-menu > li {
    display: table-cell;
}

.MenuWrapper .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-image: url('');
    background-color: #9aaa4b;
    border-color: #fff;
    color: #fff !important;
    box-shadow: none;
}

.MenuWrapper .navbar-collapse.first-level-menu.collapse.in {
    margin-top: 35px;
}

.MenuWrapper .logo {
    position: relative;
    float: left;
    width: 100px;
    height: auto;
    margin-top: -45px;
    display: none;
}

.MenuWrapper .logo_responsive {
    position: absolute;
    width: 50%;
    height: auto;
    margin-top: -15px;
    margin: auto;
}


MenuWrapper .halfbox {
    position: relative;
    background-color: #b8ca5f;
    height: 300px;
    text-align: center;
}

.MenuWrapper .halfbox .text {
    position: relative;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 15px;
}

    .MenuWrapper .halfbox .text h2 {
        text-align: left;
        color: #fff;
        font-weight: 500;
        font-size: 28px;
        margin-top: 0;
    }

    .MenuWrapper .halfbox .text > p {
        color: #fff;
        font-weight: 500;
        font-size: 15px;
    }

@media screen and (min-width: 480px) {
    .MenuWrapper .logo_responsive {
        width: 30%;
        margin-top: -10px;
    }
}

@media screen and (min-width: 600px) {
    .MenuWrapper .logo_responsive {
        width: 40%;
        margin-top: -20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .MenuWrapper .navbar-header {
        float: none;
    }

    .MenuWrapper .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .MenuWrapper .navbar-toggle {
        display: block;
    }

    .MenuWrapper .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .MenuWrapper .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .MenuWrapper .navbar-collapse.collapse {
        display: none !important;
    }

    .MenuWrapper .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .MenuWrapper .navbar-nav > li {
            float: none;
        }

            .MenuWrapper .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .MenuWrapper .collapse.in {
        display: block !important;
    }

    .MenuWrapper .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .MenuWrapper .navbar-nav .open .dropdown-menu ul {
            margin-top: 30px;
            margin-bottom: 30px;
        }

            .MenuWrapper .navbar-nav .open .dropdown-menu ul li a {
                text-indent: 10px !important;
            }

    .MenuWrapper .logo_responsive {
        position: absolute;
        width: 30%;
        height: auto;
        margin-top: -40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .MenuWrapper .logo {
        position: absolute;
        float: left;
        width: 130px;
        height: auto;
        margin-top: -55px;
        display: none;
        border-right: 1px solid #ccc;
    }

    .MenuWrapper .logo_responsive {
        position: absolute;
        width: 30%;
        height: auto;
        margin-top: -40px;
        display: block;
    }

    .MenuWrapper .navbar-header {
        float: none;
    }

    .MenuWrapper .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .MenuWrapper .navbar-toggle {
        display: block;
    }

    .MenuWrapper .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .MenuWrapper .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .MenuWrapper .navbar-collapse.collapse {
        display: none !important;
    }

    .MenuWrapper .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .MenuWrapper .navbar-nav > li {
            float: none;
        }

            .MenuWrapper .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .MenuWrapper .collapse.in {
        display: block !important;
    }

    .MenuWrapper .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (min-width: 1200px) {
    .MenuWrapper .logo {
        position: absolute;
        float: left;
        width: 90px;
        width: 125px;
        height: auto;
        margin-top: -50px;
        display: block;
        border-right: 1px solid #ccc;
    }

    .MenuWrapper .logo_responsive {
        display: none;
    }

    .MenuWrapper .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #b8ca5f;
    }

    /* ............................ centra il menù verticalmente rispetto all'header */
    .navbar-right {
        margin-top: 21px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    /* ............................ spezza le voci di menù mettendole su due righe, eventualmente provare con all anizchù initial */
    .MenuWrapper .navbar-inverse ul li a {
        word-break: initial;
        /*width: 125px;*/
        line-height: 17px;
    }
    /* ............................ con le impostazioni sopra, c'ù troppo spazio tra la voce di menù attiva ed il suo sottomenu,  */
    .MenuWrapper .nav > li.dropdown.open .dropdown-menu {
        /*margin-top: -6px;*/
    }
    /* ............................ aggiustamento interlinea delle voci del sottomenù */
    .MenuWrapper .navbar-inverse ul li a .dropdown-menu ul li a {
        /*line-height: 26px;*/
    }
}

@media screen and (min-width: 1600px) {
    .MenuWrapper .logo {
        width: 125px;
        margin-top: -60px;
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: outro */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.OutroWrapper {
    width: 100%;
    background-color: #fff;
}

    .OutroWrapper img {
        width: 100%;
        height: auto;
    }
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: footer */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.FooterWrapper {
    min-height: 135px;
}

    .FooterWrapper .main {
        background-color: #f1f1f1;
        height: 100%;
    }

        .FooterWrapper .main p {
            text-align: center;
            color: #4c515c;
            font-size: 0.7rem;
            margin-top: 30px;
            margin-bottom: 30px;
        }

    .FooterWrapper .bottom {
        background-color: #b8ca5f;
    }

        .FooterWrapper .bottom p {
            text-align: center;
            color: #fff;
            font-size: .6rem;
            margin-top: 10px;
            margin-bottom: 10px;
            word-spacing: 4px;
        }

        .FooterWrapper .bottom a {
            color: #fff;
        }
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: content */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.ContentWrapper {
    margin-bottom: 40px;
}

    /*.ContentWrapper .main .socials {
        width: 100%;
        list-style: none;
        text-align: center;
        margin-top: 20px;
    }

        .ContentWrapper .main .socials li {
            display: inline;
        }

            .ContentWrapper .main .socials li img {
                width: 30px;
                height: 30px;
            }*/

    .ContentWrapper .main .name {
        text-align: center;
        font-weight: 200;
        font-size: 2.2rem;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .ContentWrapper .main .cover {
        width: 100%;
        height: auto;
    }

    .ContentWrapper ul {
        font-size: .7rem;
        font-weight: 300;
    }

    .ContentWrapper table {
        font-size: .7rem;
        font-weight: 300;
    }

    .ContentWrapper .main .subtitle {
        text-align: center;
        font-weight: 400;
        font-size: 1.2rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* ::::::::::::::::::::::::::::::::::::::::::::::::: content images */

    .ContentWrapper .main .pic {
        width: 100%;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* ::::::::::::::::::::::::::::::::::::::::::::::::: main program */

    .ContentWrapper .main .program {
        text-align: center;
        font-weight: 400;
        font-size: 1.2rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: content side wrapper */

    .ContentWrapper .side {
    }
        /* ::::::::::::::::::::::::::::::::::::::::::::::::: side accordion */

        .ContentWrapper .side .accordion {
            width: 100%;
            height: auto;
            margin: 0px;
            margin-top: 30px;
        }

            .ContentWrapper .side .accordion .item {
                overflow: hidden;
                border-bottom: 1px solid #fff;
                height: auto;
            }

                .ContentWrapper .side .accordion .item .head {
                    position: relative;
                    float: left;
                    width: 100%;
                    background-color: #b8ca5f;
                    padding: 0px;
                    margin: 0px;
                    border-bottom: 1px solid #fff;
                    background-image: url('/SiteImg/ico_accordion_arrow_right.png');
                    background-position: right 10px top 10px;
                    background-repeat: no-repeat;
                    cursor: pointer;
                    transition: 200ms;
                }

                    .ContentWrapper .side .accordion .item .head:hover {
                        background-color: #859245;
                        transition: 200ms;
                    }

                    .ContentWrapper .side .accordion .item .head h3 {
                        font-size: 15px;
                        color: #fff;
                        font-weight: 700;
                        text-indent: 20px;
                        margin-top: 10px;
                        padding: 2px;
                    }

                .ContentWrapper .side .accordion .item ul {
                    position: relative;
                    float: left;
                    width: 100%;
                    background-color: #eeeeee;
                    padding: 0px;
                    margin-bottom: 0px;
                    list-style-image: url('/SiteImg/ico_square.png');
                    list-style: none;
                    overflow: hidden;
                    height: 0px;
                }

                    .ContentWrapper .side .accordion .item ul li {
                        width: 100%;
                        border-bottom: 1px solid #fff;
                        display: inline-block;
                        position: relative;
                        float: left;
                    }

                        .ContentWrapper .side .accordion .item ul li a {
                            font-size: 13px;
                            color: #4a4747;
                            font-weight: 700;
                            width: 100%;
                            display: inline-block;
                            padding: 10px 10px 10px 40px;
                        }

                            .ContentWrapper .side .accordion .item ul li a:hover {
                                text-decoration: none;
                                background-color: #9e9e9e;
                                color: #fff;
                            }

                            .ContentWrapper .side .accordion .item ul li a:focus {
                                text-decoration: none;
                                background-color: #9e9e9e;
                                color: #fff;
                            }

        /*.ContentWrapper .side .accordion .item ul li a:before {
                                content: url('/SiteImg/ico_square.png');
                                margin-right: 8px;
                                margin-left: 35px;
                                margin-bottom: 12px;
                            }*/

        /* ::::::::::::::::::::::::::::::::::::::::::::::::: side menu children pages */

        .ContentWrapper .side .menu {
            width: 100%;
            height: auto;
            margin: 0px;
            margin-top: 30px;
        }

            .ContentWrapper .side .menu .item {
                overflow: hidden;
                border-bottom: 1px solid #fff;
                height: auto;
            }

                .ContentWrapper .side .menu .item .head {
                    position: relative;
                    float: left;
                    width: 100%;
                    background-color: #b8ca5f;
                    padding: 0px;
                    margin: 0px;
                    border-bottom: 1px solid #fff;
                    transition: 200ms;
                }

                    .ContentWrapper .side .menu .item .head:hover {
                        background-color: #859245;
                        transition: 200ms;
                    }

                    .ContentWrapper .side .menu .item .head h3 {
                        font-size: 15px;
                        color: #fff;
                        font-weight: 700;
                        text-indent: 20px;
                        margin-top: 10px;
                        padding: 2px;
                    }

                .ContentWrapper .side .menu .item ul {
                    position: relative;
                    float: left;
                    width: 100%;
                    background-color: #eeeeee;
                    padding: 0px;
                    margin-bottom: 0px;
                    list-style-image: url('/SiteImg/ico_square.png');
                    list-style: none;
                    overflow: hidden;
                }

                    .ContentWrapper .side .menu .item ul li {
                        width: 100%;
                        border-bottom: 1px solid #fff;
                        display: inline-block;
                        position: relative;
                        float: left;
                    }

                        .ContentWrapper .side .menu .item ul li a {
                            font-size: 13px;
                            color: #4a4747;
                            margin-top: 4px;
                            margin-left: 10px;
                            font-weight: 700;
                            width: 100%;
                            height: 42px;
                            line-height: 44px;
                            display: inline-block;
                            position: relative;
                            float: left;
                            margin: 0px;
                        }

                            .ContentWrapper .side .menu .item ul li a:hover {
                                text-decoration: none;
                                background-color: #9e9e9e;
                                color: #fff;
                            }

                            .ContentWrapper .side .menu .item ul li a:before {
                                content: url('/SiteImg/ico_square.png');
                                margin-right: 8px;
                                margin-left: 35px;
                                margin-bottom: 12px;
                            }

        /* ::::::::::::::::::::::::::::::::::::::::::::::::: side suggestion */

        .ContentWrapper .side .suggestions {
            width: 100%;
            height: auto;
            margin: 0px;
            margin-top: 30px;
            padding-bottom: 30px;
            margin-bottom: 30px;
            background-color: #eeeeee;
        }

            .ContentWrapper .side .suggestions h2 {
                position: relative;
                float: left;
                display: block;
                width: 80%;
                margin: 10%;
                font-weight: 800;
                font-size: 1rem;
                color: #b8ca5f;
            }

            .ContentWrapper .side .suggestions .item .pic {
                width: 80%;
                height: auto;
                margin: auto;
            }

            .ContentWrapper .side .suggestions .item p {
                width: 80%;
                height: auto;
                margin: auto;
                margin-top: 8px;
                font-size: .6rem;
                color: #4a4747;
            }

                .ContentWrapper .side .suggestions .item p span {
                    font-weight: bold;
                    display: block;
                }

            .ContentWrapper .side .suggestions .item .btn {
                display: block;
                width: 80%;
                position: relative;
                margin-top: 14px;
                left: 10%;
                -ms-transform: translate(0%);
                -webkit-transform: translate(0%);
                transform: translate(0%);
                border-color: #4a4747;
            }

                .ContentWrapper .side .suggestions .item .btn:hover {
                    background-color: #fff;
                }

                .ContentWrapper .side .suggestions .item .btn p {
                    font-weight: bold;
                }

            .ContentWrapper .side .suggestions .item hr {
                width: 80%;
                margin-top: 14px;
                left: 10%;
                border-bottom: 1px solid #b8ca5f;
            }

        .ContentWrapper .side .suggestions {
            display: none;
        }

    .ContentWrapper .main .suggestions {
        display: block;
    }
    /* ::::::::::::::::::::::::::::::::::::::::::::::::: main content program */

    .ContentWrapper .main .links h5 {
        font-size: 1rem;
        color: #b8ca5f;
    }

    .ContentWrapper .main .links a {
        font-size: .8rem;
        width: 100%;
        display: block;
        color: #4a4747;
    }

    /* ::::::::::::::::::::::::::::::::::::::::::::::::: main content outro */

    .ContentWrapper .main .modal .modal-body a {
        color: #333;
        text-decoration: underline;
    }

    .ContentWrapper .main .box {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

        .ContentWrapper .main .box.download {
            cursor: pointer;
        }

        .ContentWrapper .main .box img {
            width: 100%;
            height: auto;
            position: relative;
            margin: 0px;
        }

        .ContentWrapper .main .box .btn {
            position: absolute;
            width: 80%;
            margin-left: 0px;
            left: 10%;
            bottom: 40%;
            -ms-transform: translate(0px);
            -webkit-transform: translate(0px);
            transform: translate(0px);
            border-color: #fff;
            background-color: rgba(0, 0, 0, .6);
            display: inline;
            font-size: .8rem;
            text-align: center;
            margin: 0px;
            font-weight: 400;
            color: #fff;
        }

            .ContentWrapper .main .box .btn:hover {
                background-color: rgba(0, 0, 0, 1);
            }

@media screen and (min-width: 992px) {
    .ContentWrapper .main .box {
        margin-bottom: 0;
    }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::: side suggestion */

.ContentWrapper .main .suggestions {
    width: 100%;
    height: auto;
    margin: 0px;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eeeeee;
}

    .ContentWrapper .main .suggestions h2 {
        position: relative;
        float: left;
        display: block;
        width: 80%;
        margin: 10%;
        font-weight: 400;
        font-size: 1rem;
        color: #b8ca5f;
    }

    .ContentWrapper .main .suggestions .item .pic {
        width: 80%;
        height: auto;
        margin: auto;
    }

    .ContentWrapper .main .suggestions .item p {
        width: 80%;
        height: auto;
        margin: auto;
        margin-top: 8px;
        font-size: .8rem;
        color: #4a4747;
    }

    .ContentWrapper .main .suggestions .item .btn {
        width: 80%;
        position: relative;
        margin-top: 14px;
        left: 10%;
        -ms-transform: translate(0px);
        -webkit-transform: translate(0px);
        transform: translate(0px);
        border-color: #4a4747;
    }

        .ContentWrapper .main .suggestions .item .btn:hover {
            background-color: #fff;
        }

    .ContentWrapper .main .suggestions .item hr {
        width: 80%;
        margin-top: 14px;
        left: 10%;
        border-bottom: 1px solid #b8ca5f;
    }

@media screen and (min-width: 1200px) {
    .ContentWrapper .side .suggestions {
        display: block;
    }

    .ContentWrapper .main .suggestions {
        display: none;
    }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::: children page */

.ContentWrapper .main .childBox {
    margin-top: 20px;
    text-align: center;
}

    .ContentWrapper .main .childBox h4 {
        display: inline-block;
        font-weight: 400;
        font-size: 1.2rem;
        color: #333;
        margin-bottom: 0;
    }

    .ContentWrapper .main .childBox a:hover h4 {
        color: #333;
        text-decoration: underline;
    }

@media screen and (min-width: 768px) {
    .ContentWrapper .main h4 {
        min-height: 60px;
    }
}

@media screen and (min-width: 1600px) {
    .ContentWrapper .main h4 {
        min-height: 30px;
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: programma */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.ProgramWrapper {
}

    .ProgramWrapper.home {
        margin-top: 40px;
        background-color: #e1e1e1;
    }

    .ProgramWrapper .container {
        position: relative;
    }

        .ProgramWrapper .container .slides {
            top: -30px;
            position: relative;
            overflow: hidden;
        }

            .ProgramWrapper .container .slides .innerSlide {
                position: relative;
                margin-left: -1px;
            }

        .ProgramWrapper .container .slickArrow {
            position: absolute;
            top: 290px;
            cursor: pointer;
            display: none !important;
        }

            .ProgramWrapper .container .slickArrow img {
                cursor: pointer;
            }

            .ProgramWrapper .container .slickArrow.left {
                left: -35px;
            }

            .ProgramWrapper .container .slickArrow.right {
                right: -35px;
            }

    .ProgramWrapper .home {
        background-color: #f1f1f1;
        padding-bottom: 40px;
    }

    .ProgramWrapper h1 {
        /*text-align: center;
        font-weight: 200;
        font-size: 50px;
        margin-top: 40px;
        margin-bottom: 40px;*/
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 40px;
        font-weight: 700;
    }

    .ProgramWrapper .day {
        display: block;
        color: #333;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        min-height: 430px;
    }

        .ProgramWrapper .day:hover {
            /*background-color: #e1e1e1;*/
            background-color: #fff;
        }

            .ProgramWrapper .day:hover .more {
                background-color: #b8ca5f;
                color: #fff;
            }

        .ProgramWrapper .day:hover, .ProgramWrapper .day:focus {
            text-decoration: none;
        }

        .ProgramWrapper .day .calendar {
            background: url('/SiteImg/bg_day.png') no-repeat center center;
            background-size: contain;
            text-align: center;
            height: 160px;
            padding-top: 54px;
        }

            .ProgramWrapper .day .calendar h3 {
                margin: 0;
                font-size: 50px;
                font-weight: 200;
            }

            .ProgramWrapper .day .calendar h4 {
                margin-bottom: 0;
                margin-top: 5px;
                font-size: 25px;
                font-weight: 500;
                text-transform: uppercase;
            }

        .ProgramWrapper .day h5 {
            font-size: 16px;
            font-weight: 800;
            color: #b8ca5f;
            width: 180px;
            margin: 20px auto 10px auto;
        }

        .ProgramWrapper .day h6 {
            font-size: 16px;
            font-weight: 800;
            width: 180px;
            margin: 20px auto 10px auto;
        }

        .ProgramWrapper .day p {
            font-size: 15px;
            font-weight: 500;
            line-height: 17px;
            width: 180px;
            margin: 0 auto;
        }

        .ProgramWrapper .day .more {
            font-size: 16px;
            font-weight: 500;
            width: 70%;
            border: 1px solid #b8ca5f;
            padding: 5px 0;
            text-align: center;
            position: absolute;
            bottom: 10px;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
        }

    .ProgramWrapper .slick-track {
        margin: 0 auto; /* 20170310 - Aggiunto per centrare gli elementi del calendario */
    }


@media screen and (min-width: 768px) {
    .ProgramWrapper .container .slickArrow {
        display: block !important;
    }
}

@media screen and (min-width: 992px) {
    .ProgramWrapper .day .calendar {
        padding-top: 63px;
    }

    .ProgramWrapper .day h5 {
        width: 120px;
    }

    .ProgramWrapper .day h6 {
        width: 120px;
    }

    .ProgramWrapper .day p {
        width: 120px;
    }

    .ProgramWrapper .container .slickArrow.left {
        left: -30px;
    }

    .ProgramWrapper .container .slickArrow.right {
        right: -30px;
    }

    .ProgramWrapper .day .calendar h3 {
        font-size: 23px;
    }

    .ProgramWrapper .day .calendar h4 {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .ProgramWrapper .row > div:nth-child(5), .ProgramWrapper .row > div:nth-child(6) {
        display: none;
    }

    .ProgramWrapper .day h5 {
        width: 145px;
    }

    .ProgramWrapper .day h6 {
        width: 145px;
    }

    .ProgramWrapper .day p {
        width: 145px;
    }

    .ProgramWrapper .day .calendar h3 {
        font-size: 32px;
    }

    .ProgramWrapper .day .calendar h4 {
        font-size: 18px;
    }
}

@media screen and (min-width: 1600px) {
    .ProgramWrapper .row > div:nth-child(5), .ProgramWrapper .row > div:nth-child(6) {
        display: block;
    }

    .ProgramWrapper .day {
        min-height: 350px;
    }

        .ProgramWrapper .day .calendar {
            height: 137px;
            padding-top: 50px;
        }

            .ProgramWrapper .day .calendar h3 {
                font-size: 34px;
            }

            .ProgramWrapper .day .calendar h4 {
                font-size: 20px;
            }

        .ProgramWrapper .day h5 {
            font-size: 15px;
            width: 180px;
        }

        .ProgramWrapper .day h6 {
            font-size: 15px;
            width: 180px;
        }

        .ProgramWrapper .day p {
            font-size: 14px;
            width: 180px;
            line-height: 16px;
        }

        .ProgramWrapper .day .more {
            font-size: 14px;
        }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cookie */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#cookieChoiceInfo {
    background-color: #b8ca5f;
}

    #cookieChoiceInfo a, #cookieChoiceInfo p, #cookieChoiceInfo span {
        font-size: .8em;
        color: #fff;
    }

    #cookieChoiceInfo span {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #cookieChoiceInfo a {
        width: 190px;
        padding: 10px;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        background-color: #464f17;
        background-color: #b8ca5f;
        border: 2px solid #fff;
        transition: 200ms;
    }

        #cookieChoiceInfo a:hover {
            text-decoration: underline;
            background-color: #464f17;
            border: 2px solid #b8ca5f;
            transition: 200ms;
        }


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: home news */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.NewsHomeWrapper {
    /*height: 400px;*/
    overflow: hidden;
    background-color: #f1f1f1;
    margin-top: -30px;
}

    .NewsHomeWrapper h1 {
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        font-size: 34px;
        font-weight: 700;
    }

@media(min-width: 600px) {
    .NewsHomeWrapper h1 {
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 40px;
        font-weight: 700;
    }
}

/* Prova */
/*.NewsHomeWrapper h1 sub {
            text-transform: none;
            font-size: 40%;
            font-weight: 400;
        }*/


.NewsHomeWrapper .container .row div div.allNews h1 {
    text-align: right;
    /*text-transform: none;
        font-size: 80%;
        font-weight: 400;*/
}


    .NewsHomeWrapper .container .row div div.allNews h1 a {
        color: #b3c85a;
        font-weight: 700;
        font-size: 20px;
        /*position: absolute;
            bottom: -75px;
            left: 416px;
            background-color: #e1e1e1;
            border: 1px solid black;
            padding: 10px;*/
    }

.NewsHomeWrapper .container .row div div.allNews a:hover {
    background-color: #C2C2C2;
}



.NewsHomeWrapper .frame {
    margin-top: 10px;
    background-image: url('/SiteImg/bg_news.gif');
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
}

    .NewsHomeWrapper .frame p {
        font-size: 15px;
        font-weight: 500;
        text-align: left !important;
        padding-left: 10px;
    }

@media (min-width: 768px) {
    .NewsHomeWrapper .frame p {
        font-size: 15px;
        font-weight: 500;
        text-align: left !important;
        padding: 5% 10px 0;
    }
}

@media (min-width: 992px) {
    .NewsHomeWrapper .frame p {
        font-size: 15px;
        font-weight: 500;
        text-align: left !important;
        padding-left: 10px;
        padding-top: 0px;
    }
}

@media (min-width: 1200px) {
    .NewsHomeWrapper .frame p {
        font-size: 15px;
        font-weight: 500;
        text-align: left !important;
        padding: 5% 10px 0;
    }
}

.NewsHomeWrapper a {
    color: black;
    text-decoration: none;
}

    .NewsHomeWrapper a:hover {
        background-color: #e1e1e1;
        transition: 200ms;
    }

.NewsHomeWrapper .container {
    position: relative;
}

    .NewsHomeWrapper .container .slides {
        top: -30px;
        position: relative;
        overflow: hidden;
    }

        .NewsHomeWrapper .container .slides .innerSlide {
            position: relative;
            margin-left: -1px;
        }

    .NewsHomeWrapper .container .slickArrow {
        position: absolute;
        top: 120px;
        cursor: pointer;
        display: none !important;
    }

        .NewsHomeWrapper .container .slickArrow img {
            cursor: pointer;
        }

        .NewsHomeWrapper .container .slickArrow.left {
            left: 10px;
        }

        .NewsHomeWrapper .container .slickArrow.right {
            right: 10px;
        }



@media screen and (min-width: 480px) {
    .NewsHomeWrapper {
        /*height: 240px;*/
    }
}

@media screen and (min-width: 600px) {
    .NewsHomeWrapper .container .slickArrow {
        top: 30px;
        display: block !important;
    }
}

@media screen and (min-width: 992px) {
    .NewsHomeWrapper {
        /*height: 280px;*/
    }

        .NewsHomeWrapper .container .slickArrow {
            top: 180px;
        }

            .NewsHomeWrapper .container .slickArrow.left {
                left: -20px;
            }

            .NewsHomeWrapper .container .slickArrow.right {
                right: -20px;
            }

        .NewsHomeWrapper .frame {
            margin-top: -20px;
            padding: 40px;
        }
}

@media screen and (min-width: 1200px) {
    .NewsHomeWrapper {
        /*height: 240px;*/
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: dettaglio evento wrapper */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.EventoWrapper {
}

    .EventoWrapper img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }

    .EventoWrapper .sideLeft h4 {
        font-weight: 800;
        font-size: 1rem;
        color: #b8ca5f;
    }

    .EventoWrapper .sideLeft p span {
        font-weight: bold;
    }

    .EventoWrapper .day img {
        max-width: 100%;
        height: auto;
    }


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: mappa wrapper */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.MapHomeWrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .MapHomeWrapper h1 {
        text-align: center;
        font-weight: 200;
        font-size: 50px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .MapHomeWrapper .container {
        position: relative;
        height: 100%;
        overflow: hidden;
        padding: 0px;
    }

    .MapHomeWrapper .row {
        position: relative;
        height: 100%;
    }

        .MapHomeWrapper .row #map {
            width: 100%;
            height: 400px;
            margin: 0px;
            padding: 0px;
        }

    .MapHomeWrapper .infos {
        position: relative;
        height: 300px;
        background-color: rgba(0,0,0,1);
        background-image: url('/SiteImg/deco_line_news.png');
        background-position: right bottom;
        background-repeat: no-repeat;
    }

        .MapHomeWrapper .infos .slides {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
        }

            .MapHomeWrapper .infos .slides .slide {
                margin: 120px;
            }

                .MapHomeWrapper .infos .slides .slide h3 {
                    font-weight: 600;
                    text-transform: uppercase;
                    color: #fff;
                    font-size: 2rem;
                }

                .MapHomeWrapper .infos .slides .slide h5 {
                    font-weight: 600;
                    color: #fff;
                    font-size: 1rem;
                }

                .MapHomeWrapper .infos .slides .slide p {
                    font-weight: 400;
                    color: #b8ca5f;
                    font-size: .8rem;
                }

    .MapHomeWrapper .slickArrow {
        position: absolute;
        top: 40%;
        display: block;
        cursor: pointer;
        z-index: 1;
    }

        .MapHomeWrapper .slickArrow.left {
            left: 40px;
        }

        .MapHomeWrapper .slickArrow.right {
            right: 55px;
        }

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 992px) {
    .MapHomeWrapper .row #map {
        height: 550px;
    }

    .MapHomeWrapper .infos {
        height: 550px;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50%;
        background-color: rgba(0,0,0,.6);
        margin: 0px;
        padding: 0px;
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: social wall */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.SocialWallHomeWrapper {
    width: 100%;
    padding: 0px;
    padding-top: 20px;
}

    .SocialWallHomeWrapper a {
        text-decoration: none;
        color: black;
    }

    .SocialWallHomeWrapper h1 {
        /*text-align: center;
        font-weight: 200;
        font-size: 50px;
        margin-top: 40px;
        margin-bottom: 40px;*/
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 40px;
        font-weight: 700;
    }


    .SocialWallHomeWrapper .container {
        position: relative;
        height: 100%;
        overflow: hidden;
        padding: 0px;
    }


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: contatti */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.Contatti .control-label {
    font-size: 16px;
    line-height: 18px;
}

.Contatti a.control-label {
    color: #333;
    text-decoration: underline;
}

.Contatti input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
}


.Contatti .submit {
    font-size: 16px;
    border: 1px solid #b8ca5f;
    padding: 10px 20px;
    color: #333;
}

    .Contatti .submit:hover {
        color: #fff;
        text-decoration: none;
        background-color: #b8ca5f;
    }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: link utili */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.LinkWrapper {
    position: relative;
    width: 100%;
    min-height: 400px;
}

    /*.LinkWrapper .socials {
        width: 100%;
        list-style: none;
        text-align: center;
        margin-top: 20px;
    }

        .LinkWrapper .socials li {
            display: inline;
        }

            .LinkWrapper .socials li img {
                width: 30px;
                height: 30px;
            }*/


    .LinkWrapper .row.intro h1 {
        text-align: center;
        font-weight: 200;
        font-size: 50px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .LinkWrapper .row.intro p {
        text-align: center;
        font-weight: 400;
        font-size: 1.2rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .LinkWrapper .row.intro h3 {
        text-align: center;
        font-weight: 200;
        font-size: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .LinkWrapper .row .item {
        display: block;
        width: 98%;
        height: 260px;
        margin: 1%;
        margin-bottom: 30px;
        background-color: #f9f9f9;
        border: 0px solid #fff;
        cursor: pointer;
        overflow: hidden;
        transition: 200ms;
    }

        .LinkWrapper .row .item h2 {
            position: relative;
            float: left;
            color: #b8ca5f;
            font-size: 26px;
            margin-top: 10px;
            width: 90%;
            margin-left: 5%;
            font-weight: 400;
            border-bottom: 1px solid #b8ca5f;
        }

            .LinkWrapper .row .item h2 span {
                font-size: 18px;
                display: inline;
                display: none;
            }

        .LinkWrapper .row .item p {
            position: relative;
            float: left;
            width: 90%;
            margin-left: 5%;
            margin-top: 10px;
            font-size: 18px;
            line-height: 26px;
            color: #333;
        }

        .LinkWrapper .row .item:hover {
            background-color: #b8ca5f;
            border: 10px solid #fff;
            text-decoration: none;
            transition: 200ms;
        }

            .LinkWrapper .row .item:hover p {
                width: 94%;
                margin-left: 3%;
                color: #fff;
                transition: 200ms;
            }

            .LinkWrapper .row .item:hover h2 {
                color: #fff;
                border-bottom: 2px dotted #fff;
                transition: 200ms;
            }

.equals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .equals > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

@media (min-width: 600px) {
    .LinkWrapper .row .item {
        height: 220px;
    }
}

@media (min-width: 768px) {
    .LinkWrapper .row .item {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .LinkWrapper .row .item {
        height: 260px;
    }
}

@media (min-width: 1200px) {
    .LinkWrapper .row .item {
        height: 300px;
    }
}

@media (min-width: 1600px) {
    .LinkWrapper .row .item {
        height: 220px;
    }
}





/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: menù blog  */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.MenuBlogWrapper {
    /*padding-top: 25px;*/
    /*text-align: center;*/
    background-color: #b3c85a;
    /*background-color: #859245;*/
    /*height: auto;*/
}

@media (min-width: 0px) and (max-width: 767px) {
    .MenuBlogWrapper .container, .MenuBlogWrapper .container .row {
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .MenuBlogWrapper {
        max-height: 110px;
    }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: logo */
.MenuBlogWrapper .logo {
    display: none;
    height: 86px;
    margin-top: -10px;
    width: auto;
}

.MenuBlogWrapper .logo_responsive {
    width: 90%;
    margin: 5%;
    height: auto;
}

@media (min-width: 768px) {
    .MenuBlogWrapper .logo {
        display: block;
    }

    .MenuBlogWrapper .logo_responsive {
        display: none;
    }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: link home */

.MenuBlogWrapper .container .home {
    /*margin-right: 10px;*/
    padding-left: 10px;
}

    .MenuBlogWrapper .container .home:after {
        content: '\25CF';
        color: #fff;
        position: absolute;
        top: 0px;
        left: 206px;
        font-size: 22px;
        font-weight: 400;
    }



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: meteo */

.MenuBlogWrapper .container .meteo {
    margin-left: 20px;
}

    .MenuBlogWrapper .container .meteo:before {
        content: '\25CF';
        color: #fff;
        position: absolute;
        top: 0px;
        left: 312px;
        font-size: 22px;
        font-weight: 400;
    }






/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: menu */
.MenuBlogWrapper .menu {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 0px;
    /*margin-top: 10px;*/
}

    .MenuBlogWrapper .menu li {
        display: inline;
        position: relative;
        margin-right: 8px;
        margin-left: 8px;
    }

        .MenuBlogWrapper .menu li.search {
            display: block;
        }

        .MenuBlogWrapper .menu li a {
            color: #fff;
            font-size: 16px;
            font-weight: 800;
        }


    .MenuBlogWrapper .menu .blog {
        text-align: right;
    }



        .MenuBlogWrapper .menu .blog a {
            /*font-size: 16px;
            font-weight: 400;*/
        }

    .MenuBlogWrapper .menu li .input {
        position: relative;
        clear: both;
        padding: 0px;
        width: 100%;
        height: 40px;
        display: none;
    }

        .MenuBlogWrapper .menu li .input input {
            width: 96%;
            height: 40px;
            margin-top: 10px;
            margin-left: 2%;
            border-width: 0px;
            position: relative;
            text-indent: 8px;
            font-size: 16px;
        }

    .MenuBlogWrapper .menu li .lens_responsive {
        cursor: pointer;
        position: absolute;
        top: -24px;
        right: 0px;
    }

    .MenuBlogWrapper .menu li .lens {
        display: none;
    }

@media (min-width: 768px) {
    .MenuBlogWrapper .menu {
    }

        .MenuBlogWrapper .menu li a {
            position: relative;
            top: -94px;
            z-index: 99;
            overflow: hidden;
        }

        /*.MenuBlogWrapper .menu .blog:after {
            content: '|';
            color: #fff;
            position: absolute;
            top: 0px;
            left: 374px;
        }*/

        .MenuBlogWrapper .menu li .input {
            position: absolute;
            text-align: right;
            right: 0px;
            top: -128px;
            display: block;
            margin-right: -15px;
        }

            .MenuBlogWrapper .menu li .input input {
                height: 24px;
                border-radius: 15px;
                width: 220px;
            }

        .MenuBlogWrapper .menu li .lens_responsive {
            display: none;
        }

        .MenuBlogWrapper .menu li .input {
        }

        .MenuBlogWrapper .menu li .lens {
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: -116px;
            right: -7px;
            cursor: pointer;
            transition: 200ms;
        }

            .MenuBlogWrapper .menu li .lens:hover {
                transform: scale(1.2);
            }
}

@media (min-width: 992px) {
    .MenuBlogWrapper .menu li .input input {
        width: 300px;
    }

    .MenuBlogWrapper .menu li:first-of-type {
        margin-left: 170px;
    }
}

@media (min-width: 1024px) {
    .MenuBlogWrapper .menu li:first-of-type {
        margin-left: 170px;
    }
}

@media (min-width: 1200px) {
    .MenuBlogWrapper .menu li:first-of-type {
        margin-left: 360px;
    }
}

@media (min-width: 1600px) {
    .MenuBlogWrapper .menu li:first-of-type {
        margin-left: 730px;
    }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: socials */
.MenuBlogWrapper .socials {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: right;
    top: 0px;
    right: 10px;
}

    .MenuBlogWrapper .socials ul {
        list-style: none;
        display: inline-block;
        width: 100%;
        text-align: right;
    }

        .MenuBlogWrapper .socials ul li a {
            float: right;
            margin-left: 5px;
        }

            .MenuBlogWrapper .socials ul li a img {
                width: 26px;
                height: 26px;
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
                transition: 200ms;
            }

                .MenuBlogWrapper .socials ul li a img:hover {
                    -ms-transform: scale(1.2);
                    -webkit-transform: scale(1.2);
                    transform: scale(1.2);
                    transition: 200ms;
                }

@media (min-width: 768px) {
    .MenuBlogWrapper .socials {
        top: 30px;
    }

        .MenuBlogWrapper .socials ul li a {
            margin-left: 10px;
        }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: submenu */
.MenuBlogWrapper .submenu {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0px;
    background-color: #b8ca5f;
    background-color: #c9db6f;
    position: relative;
    margin-top: 22px;
    z-index: 1500;
}

    .MenuBlogWrapper .submenu ul {
        padding: 0px;
        list-style: none;
    }

        .MenuBlogWrapper .submenu ul li {
            margin-top: 8px;
            margin-bottom: 8px;
        }

            .MenuBlogWrapper .submenu ul li:first-of-type {
                margin-top: 40px;
            }

            .MenuBlogWrapper .submenu ul li:last-of-type {
                margin-bottom: 40px;
            }

            .MenuBlogWrapper .submenu ul li a {
                color: #fff;
            }

@media (min-width: 768px) {
    .MenuBlogWrapper .submenu {
        position: absolute;
        top: 20px;
        width: 300px;
        left: 50%;
        margin-left: -50px;
    }
}

@media (min-width: 992px) {
    .MenuBlogWrapper .submenu {
        margin-left: -30px;
    }
}

@media (min-width: 1024px) {
    .MenuBlogWrapper .submenu {
        margin-left: -30px;
    }
}

@media (min-width: 1200px) {
    .MenuBlogWrapper .submenu {
        margin-left: -0px;
    }
}

@media (min-width: 1600px) {
    .MenuBlogWrapper .submenu {
        margin-left: 75px;
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: upper angle */
.MenuBlogWrapper .blog .upangle {
    display: none;
    position: absolute;
    /*left: 50%;*/
    right: 30px;
    /*margin-left: -15px;*/
    top: 60%;
    z-index: 21090909;
}

@media (min-width: 768px) {
    .MenuBlogWrapper .blog .upangle {
        margin-left: -15px;
        /*top: -80px;*/
    }
}

.MenuBlogWrapper .blog .upangle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 15px solid #b8ca5f;
    border-bottom: 15px solid #d5ea7c;
    border-bottom: 15px solid #c9db6f;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.MenuBlogWrapper .blog .upangle:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    border-bottom: -5px solid #b8ca5f;
    border-bottom: 15px solid #d5ea7c;
    border-bottom: 15px solid #c9db6f;
    border-left: -5px solid transparent;
    border-right: -5px solid transparent;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::content list wrapper */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.ContentListWrapper {
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}


    .ContentListWrapper .blogBox {
        text-align: center;
        border: 1px solid rgba(107, 116, 124, 0.6);
        border-top: 4px solid #72A9B7;
        min-height: 350px;
        margin-bottom: 10px;
        /*margin: 5px;*/
    }

        .ContentListWrapper .blogBox p {
            margin: 5px 20px 5px 20px;
        }

        .ContentListWrapper .blogBox .blogBoxImg {
            min-height: 150px;
        }

        .ContentListWrapper .blogBox img {
            width: 90%;
            height: auto;
            position: relative;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
        }

        .ContentListWrapper .blogBox .more {
            color: #72A9B7;
            padding-bottom: 20px;
            display: block;
        }

    .ContentListWrapper .container .slides {
        top: -30px;
        position: relative;
        overflow: hidden;
    }

        .ContentListWrapper .container .slides .innerSlide {
            position: relative;
            margin-left: -1px;
        }

    .ContentListWrapper .container .slickArrow {
        position: absolute;
        top: 1050px;
        cursor: pointer;
    }

        .ContentListWrapper .container .slickArrow img {
            cursor: pointer;
        }

        .ContentListWrapper .container .slickArrow.left {
            left: 125px;
        }

        .ContentListWrapper .container .slickArrow.right {
            right: 125px;
        }


    .ContentListWrapper h1 {
        text-align: center;
        font-weight: 200;
        font-size: 50px;
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .ContentListWrapper .slick-track {
        margin: 0 auto; /* 20170310 - Aggiunto per centrare gli elementi del calendario */
    }


@media (min-width: 768px) {
    .ContentListWrapper {
        /*max-height: 110px;*/
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Varie  */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.calendar p.finoAl {
    width: 100%;
}



.SocialSharingWrapper {
    text-align: center;
    margin-top: 20px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Portali Tematici */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.PortaliTematiciWrapper h1 {
    /*text-align: center;
    font-weight: 200;
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 40px;*/
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
}

.PortaliTematiciWrapper .lowerRow {
    margin-top: 30px;
}

    .PortaliTematiciWrapper .lowerRow .fullbox {
        min-height: 300px;
        /*background-size: auto 220%;*/
    }

.PortaliTematiciWrapper .unifiedBox {
    display: inline-flex;
}

    .PortaliTematiciWrapper .unifiedBox .halfbox {
        width: 33%;
    }

    .PortaliTematiciWrapper .unifiedBox .secondBox {
        width: 67%;
    }




.PortaliTematiciWrapper .container.lowerRow .row .abstract {
    background-color: lightgray;
}



.PortaliTematiciWrapper .fullbox {
    border: 1px solid lightgrey;
    position: relative;
    height: 300px;
    width: auto;
    text-align: center;
    background-size: 100% auto;
    /*background-size: auto 110%;*/
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

    .PortaliTematiciWrapper .fullbox a {
        position: absolute;
        bottom: 20px;
        background-color: rgba(0, 0, 0, .6);
        color: #fff;
        border: 1px solid #fff;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        padding: 5px;
        font-size: 19px;
        transition: 200ms;
    }

        .PortaliTematiciWrapper .fullbox a:hover {
            background-color: rgb(0, 0, 0);
            text-decoration: none;
        }

.PortaliTematiciWrapper .halfbox {
    position: relative;
    background-color: #b8ca5f;
    height: 300px;
    text-align: center;
}

    .PortaliTematiciWrapper .halfbox img {
        width: 100%;
        height: 300px;
        position: relative;
        float: left;
        margin-bottom: 20px;
    }

    .PortaliTematiciWrapper .halfbox .text {
        position: relative;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 15px;
    }

        .PortaliTematiciWrapper .halfbox .text h2 {
            text-align: left;
            color: #fff;
            font-weight: 500;
            font-size: 28px;
            margin-top: 0;
        }

        .PortaliTematiciWrapper .halfbox .text > p {
            color: #fff;
            font-weight: 500;
            font-size: 15px;
        }

    .PortaliTematiciWrapper .halfbox a {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 20px;
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        border: 1px solid #fff;
        left: -20px;
        right: 0;
        padding: 5px;
        font-size: 19px;
        transition: 200ms;
        margin-bottom: 10px;
        bottom: 10px;
        min-width: 10px;
        text-align: center;
    }


        .PortaliTematiciWrapper .halfbox a:hover {
            background-color: rgb(0, 0, 0);
            text-decoration: none;
        }

.PortaliTematiciWrapper .abstract {
    padding-left: 10px;
    padding-top: 20px;
    /*margin-bottom: 30px;*/
}

    .PortaliTematiciWrapper .abstract h3 {
        color: #b8ca5f;
        font-size: 35px;
        font-weight: 300;
        /*padding-top: 20px;*/
    }

    .PortaliTematiciWrapper .abstract a {
        font-weight: 500;
        font-size: 16px;
        width: 70%;
        border: 1px solid #b8ca5f;
        padding: 5px 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        color: #333;
        /*margin-bottom:20px;*/
    }

        .PortaliTematiciWrapper .abstract a:hover {
            background-color: #b8ca5f;
            color: #fff;
            text-decoration: none;
        }

    .PortaliTematiciWrapper .abstract p {
        font-size: 15px;
        font-weight: 500;
        /*margin-bottom: 20px;*/
    }

.PortaliTematiciWrapper .secondBox {
    border: 1px solid lightgrey;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .PortaliTematiciWrapper .fullbox {
        background-size: 100% auto;
        /*background-size: 110% auto;*/
        background-position: center center;
        background-repeat: no-repeat;
    }

    .PortaliTematiciWrapper .unifiedBox {
        display: inline-block;
    }

        .PortaliTematiciWrapper .unifiedBox .halfbox {
            width: 100%;
        }

        .PortaliTematiciWrapper .unifiedBox .secondBox {
            width: 100%;
        }
    /*.PortaliTematiciWrapper .halfbox {
        height: 100%;
        overflow: hidden;
        text-align: center;
    }*/

    .PortaliTematiciWrapper .halfbox img {
        width: 35%;
        height: auto;
        position: relative;
        float: right;
        margin: 0px;
        padding: 0px;
    }

    .PortaliTematiciWrapper .halfbox .text {
        position: absolute;
        float: left;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

        .PortaliTematiciWrapper .halfbox .text h2 {
            text-align: left;
            margin: 20px;
            color: #fff;
        }

        .PortaliTematiciWrapper .halfbox .text > p {
            color: #fff;
            margin: 20px;
        }

    .PortaliTematiciWrapper .halfbox .btn {
        position: absolute;
        bottom: 20px;
        color: #fff;
        border-color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .PortaliTematiciWrapper .lowerRow .fullbox {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .PortaliTematiciWrapper .abstract {
        height: 300px;
        margin-bottom: 0;
    }

    .PortaliTematiciWrapper .fullbox {
        min-height: 250px;
        background-size: 100% auto;
        /*background-size: auto 120%;*/
        background-position: center center;
        background-repeat: no-repeat;
    }

    .PortaliTematiciWrapper .halfbox {
        overflow: hidden;
    }

        .PortaliTematiciWrapper .halfbox a {
            width: 70%;
        }

        .PortaliTematiciWrapper .halfbox img {
            width: auto;
            height: 100%;
            position: relative;
            float: right;
            margin: 0px;
            padding: 0px;
        }

        .PortaliTematiciWrapper .halfbox .text {
            float: left;
            height: 100%;
            padding: 0;
        }

            .PortaliTematiciWrapper .halfbox .text h2 {
                margin: 20px;
            }

            .PortaliTematiciWrapper .halfbox .text > p {
                color: #fff;
                margin: 20px;
            }

        .PortaliTematiciWrapper .halfbox .btn {
            min-width: 10px;
            width: 40%;
            overflow: hidden;
            margin-left: -26%;
            margin-bottom: 10px;
            bottom: 10px;
        }

    .PortaliTematiciWrapper .abstract a {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 25px;
        width: 100%;
    }

    .PortaliTematiciWrapper .abstract .comeArrivare {
        color: #b8ca5f;
        bottom: 120px;
    }
}

@media screen and (min-width: 1600px) {
    .PortaliTematiciWrapper .halfbox {
        margin-top: 0px;
        overflow: hidden;
    }

        .PortaliTematiciWrapper .halfbox img {
            width: auto;
            height: 100%;
            position: relative;
            float: right;
            margin: 0px;
            padding: 0px;
        }

        .PortaliTematiciWrapper .halfbox .text h2 {
            margin: 20px;
        }

        .PortaliTematiciWrapper .halfbox .text > p {
            color: #fff;
            margin: 20px;
        }

        .PortaliTematiciWrapper .halfbox .btn {
            min-width: 10px;
            width: 50%;
            overflow: hidden;
            margin-top: 20px;
            margin-left: -20%;
            margin-bottom: 10px;
            bottom: 10px;
        }

    .PortaliTematiciWrapper .abstract a {
        width: 70%;
    }
}




/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Video Nuovi      */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.NewVideoWrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}



    .NewVideoWrapper .slick-slide, .slick-slide::before, .caption {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .NewVideoWrapper .slick-slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }



    .NewVideoWrapper .main-slider {
        position: relative;
        width: 100%;
        height: 38vw;
        min-height: 8vw;
        margin-bottom: 50px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
    }

.NewsHomeWrapper .slick-initialized .slick-slide {
    padding: 0 20px;
}

.NewVideoWrapper .main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.NewVideoWrapper .slick-slide {
    position: relative;
    height: 38vw;
}

    .NewVideoWrapper .slick-slide::before {
        background-color: #000;
        opacity: .3;
        z-index: 1;
    }

    .NewVideoWrapper .slick-slide video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .NewVideoWrapper .slick-slide iframe {
        position: relative;
        pointer-events: none;
    }

    .NewVideoWrapper .slick-slide figure {
        position: relative;
        height: 100%;
    }

    .NewVideoWrapper .slick-slide .slide-image {
        opacity: 0;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        .NewVideoWrapper .slick-slide .slide-image.show {
            opacity: 1;
        }

    .NewVideoWrapper .slick-slide .image-entity {
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .NewVideoWrapper .slick-slide .loading {
        position: absolute;
        top: 44%;
        left: 0;
        width: 100%;
    }

    .NewVideoWrapper .slick-slide .slide-media {
        -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
        animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    }

    .NewVideoWrapper .slick-slide.slick-active {
        z-index: 1;
    }

        .NewVideoWrapper .slick-slide.slick-active .slide-media {
            -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
            animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
        }

        .NewVideoWrapper .slick-slide.slick-active .caption {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
            transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
        }

.NewVideoWrapper .caption {
    position: absolute;
    top: 44%;
    left: 5%;
    text-align: center;
    padding: 20px;
    border: 3px solid;
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .02em;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}


.NewVideoWrapper .container-fluid .row .slick-dots {
    background-color: lightgray;
}

    .NewVideoWrapper .container-fluid .row .slick-dots li {
        display: inline-block;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #b3c85a;
        width: 10px;
        height: 10px;
        float: none;
        cursor: pointer;
    }

        .NewVideoWrapper .container-fluid .row .slick-dots li.slick-active {
            background-color: #b3c85a;
        }

        .NewVideoWrapper .container-fluid .row .slick-dots li:first-of-type {
            margin-left: -37px;
        }


.NewVideoWrapper .slick-dots li button {
    display: none;
}


.NewVideoWrapper .container {
    background-color: #f2f2f2;
    color: #444;
    line-height: 1.6;
    padding: 40px 0;
}

    .NewVideoWrapper .container .content {
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
    }

    .NewVideoWrapper .container p {
        margin-bottom: 40px;
    }

@-webkit-keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}

@keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}




/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Pagina download video */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.VideoDownloadWrapper {
    padding-top: 20px;
    font-size: .7rem;
    font-weight: 300;
}


    .VideoDownloadWrapper .container .row.mailFields {
        padding: 5px 0;
    }

    .VideoDownloadWrapper .warning {
        color: red;
        font-weight: 600;
    }

    .VideoDownloadWrapper .info {
        padding: 20px 0 10px 0;
    }



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Approfondimenti */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ApprofondimentiWrapper h1 {
    /*text-align: center;
    font-weight: 200;
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 40px;*/
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
}

.ApprofondimentiWrapper .lowerRow {
    margin-top: 30px;
}

    .ApprofondimentiWrapper .lowerRow .fullbox {
        min-height: 300px;
        /*background-size: auto 220%;*/
    }



.ApprofondimentiWrapper .container.lowerRow .row .abstract {
    background-color: lightgray;
}

.ApprofondimentiWrapper .unifiedBox {
    display: inline-flex;
}

    .ApprofondimentiWrapper .unifiedBox .halfbox {
        width: 33%;
    }

    .ApprofondimentiWrapper .unifiedBox .secondBox {
        width: 67%;
    }





.ApprofondimentiWrapper .fullbox {
    border: 1px solid lightgray;
    position: relative;
    height: 300px;
    width: auto;
    text-align: center;
    background-size: 100% auto;
    /*background-size: auto 110%;*/
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

    .ApprofondimentiWrapper .fullbox a {
        position: absolute;
        bottom: 20px;
        background-color: rgba(0, 0, 0, .6);
        color: #fff;
        border: 1px solid #fff;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        padding: 5px;
        font-size: 19px;
        transition: 200ms;
    }

        .ApprofondimentiWrapper .fullbox a:hover {
            background-color: rgb(0, 0, 0);
            text-decoration: none;
        }

.ApprofondimentiWrapper .halfbox {
    position: relative;
    background-color: #b3c85a;
    height: 300px;
    text-align: center;
}

    .ApprofondimentiWrapper .halfbox img {
        width: 100%;
        height: 300px;
        position: relative;
        float: left;
        margin-bottom: 20px;
    }

    .ApprofondimentiWrapper .halfbox .text {
        position: relative;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 15px;
    }

        .ApprofondimentiWrapper .halfbox .text h2 {
            text-align: left;
            color: #fff;
            font-weight: 500;
            font-size: 28px;
            margin-top: 0;
        }

        .ApprofondimentiWrapper .halfbox .text > p {
            color: #fff;
            font-weight: 500;
            font-size: 15px;
        }

    .ApprofondimentiWrapper .halfbox a {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 20px;
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        border: 1px solid #fff;
        left: -20px;
        right: 0;
        padding: 5px;
        font-size: 19px;
        transition: 200ms;
        margin-bottom: 10px;
        bottom: 10px;
        min-width: 10px;
        text-align: center;
    }


        .ApprofondimentiWrapper .halfbox a:hover {
            background-color: rgb(0, 0, 0);
            text-decoration: none;
        }

.ApprofondimentiWrapper .abstract {
    padding-left: 10px;
    padding-top: 20px;
    /*margin-bottom: 30px;*/
}

    .ApprofondimentiWrapper .abstract h3 {
        color: #72A9B7;
        font-size: 35px;
        font-weight: 300;
        /*padding-top: 20px;*/
    }

    .ApprofondimentiWrapper .abstract a {
        font-weight: 500;
        font-size: 16px;
        width: 70%;
        border: 1px solid #72A9B7;
        padding: 5px 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        color: #333;
        /*margin-bottom:20px;*/
    }

        .ApprofondimentiWrapper .abstract a:hover {
            background-color: #72A9B7;
            color: #fff;
            text-decoration: none;
        }

    .ApprofondimentiWrapper .abstract p {
        font-size: 15px;
        font-weight: 500;
        /*margin-bottom: 20px;*/
    }

.ApprofondimentiWrapper .secondBox {
    border: 1px solid lightgray;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .ApprofondimentiWrapper .unifiedBox {
        display: inline-block;
    }

        .ApprofondimentiWrapper .unifiedBox .halfbox {
            width: 100%;
        }

        .ApprofondimentiWrapper .unifiedBox .secondBox {
            width: 100%;
        }

    .ApprofondimentiWrapper .fullbox {
        background-size: 100% auto;
        /*background-size: 110% auto;*/
        background-position: center center;
        background-repeat: no-repeat;
    }

    /*.ApprofondimentiWrapper .halfbox {
        height: 100%;
        overflow: hidden;
        text-align: center;
    }*/

    .ApprofondimentiWrapper .halfbox img {
        width: 35%;
        height: auto;
        position: relative;
        float: right;
        margin: 0px;
        padding: 0px;
    }

    .ApprofondimentiWrapper .halfbox .text {
        position: absolute;
        float: left;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

        .ApprofondimentiWrapper .halfbox .text h2 {
            text-align: left;
            margin: 20px;
            color: #fff;
        }

        .ApprofondimentiWrapper .halfbox .text > p {
            color: #fff;
            margin: 20px;
        }

    .ApprofondimentiWrapper .halfbox .btn {
        position: absolute;
        bottom: 20px;
        color: #fff;
        border-color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .ApprofondimentiWrapper .lowerRow .fullbox {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .ApprofondimentiWrapper .abstract {
        height: 300px;
        margin-bottom: 0;
    }

    .ApprofondimentiWrapper .fullbox {
        min-height: 250px;
        background-size: 100% auto;
        /*background-size: auto 120%;*/
        background-position: center center;
        background-repeat: no-repeat;
    }

    .ApprofondimentiWrapper .halfbox {
        overflow: hidden;
    }

        .ApprofondimentiWrapper .halfbox a {
            width: 70%;
        }

        .ApprofondimentiWrapper .halfbox img {
            width: auto;
            height: 100%;
            position: relative;
            float: right;
            margin: 0px;
            padding: 0px;
        }

        .ApprofondimentiWrapper .halfbox .text {
            float: left;
            height: 100%;
            padding: 0;
        }

            .ApprofondimentiWrapper .halfbox .text h2 {
                margin: 20px;
            }

            .ApprofondimentiWrapper .halfbox .text > p {
                color: #fff;
                margin: 20px;
            }

        .ApprofondimentiWrapper .halfbox .btn {
            min-width: 10px;
            width: 40%;
            overflow: hidden;
            margin-left: -26%;
            margin-bottom: 10px;
            bottom: 10px;
        }

    .ApprofondimentiWrapper .abstract a {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 25px;
        width: 100%;
    }

    .ApprofondimentiWrapper .abstract .comeArrivare {
        color: #72A9B7;
        bottom: 120px;
    }
}

@media screen and (min-width: 1600px) {
    .ApprofondimentiWrapper .halfbox {
        margin-top: 0px;
        overflow: hidden;
    }

        .ApprofondimentiWrapper .halfbox img {
            width: auto;
            height: 100%;
            position: relative;
            float: right;
            margin: 0px;
            padding: 0px;
        }

        .ApprofondimentiWrapper .halfbox .text h2 {
            margin: 20px;
        }

        .ApprofondimentiWrapper .halfbox .text > p {
            color: #fff;
            margin: 20px;
        }

        .ApprofondimentiWrapper .halfbox .btn {
            min-width: 10px;
            width: 50%;
            overflow: hidden;
            margin-top: 20px;
            margin-left: -20%;
            margin-bottom: 10px;
            bottom: 10px;
        }

    .ApprofondimentiWrapper .abstract a {
        width: 70%;
    }
}





/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Archivio News */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.NewsArchiveWrapper {
    padding-top: 20px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Approfondimenti */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

section.BlogContainer {
    padding-top: 20px;
}

    section.BlogContainer.row {
        align-items: center;
    }

    section.BlogContainer h1 {
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 40px;
        font-weight: 700;
    }



    section.BlogContainer .row div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        section.BlogContainer .row div a div {
            position: relative;
            width: 100%;
        }



    section.BlogContainer a {
        text-align: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        width: 100%;
    }

        section.BlogContainer a div {
            overflow: hidden;
        }

        section.BlogContainer a img {
            width: 100%;
            height: auto;
        }

            section.BlogContainer a img:hover {
                -webkit-transform: scale(1.15);
                -moz-transform: scale(1.15);
                -o-transform: scale(1.15);
                -ms-transform: scale(1.15);
                transform: scale(1.15);
                /*opacity: 1;*/
                transition: 200ms;
            }

        section.BlogContainer a p {
            font-weight: bolder;
            padding: 10px;
            background-color: #b3c85a;
            text-transform: uppercase;
            color: #fff;
        }


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ri-PortaliTematici */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
section.PortaliTematiciContainer {
    padding-top: 40px;
    font-weight: 700;
}

.allNews {
    display: none;
}

@media(min-width: 992px) {
    .allNews {
        display: block;
    }
}

section.PortaliTematiciContainer .row {
    align-items: center;
    text-align: center;
}

    section.PortaliTematiciContainer .row .allNews h1 {
        text-align: right;
    }

        section.PortaliTematiciContainer .row .allNews h1 a {
            color: #b3c85a;
            font-weight: 700;
            font-size: 20px;
        }


    section.PortaliTematiciContainer .row div {
        width: 100%;
        display: flex;
        margin: 0 auto;
    }

        section.PortaliTematiciContainer .row div div {
            display: block;
            float: none;
            margin: 0 auto;
        }


section.PortaliTematiciContainer a {
    text-decoration: none;
}

    section.PortaliTematiciContainer a div {
    }

        section.PortaliTematiciContainer a div div {
            overflow: hidden;
            border-radius: 130px;
        }

    section.PortaliTematiciContainer a img {
        max-width: 100%;
        max-height: 100%;
    }

        section.PortaliTematiciContainer a img:hover {
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -o-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15);
            /*opacity: 1;*/
            transition: 200ms;
        }


    section.PortaliTematiciContainer a p {
        min-height: 150px;
        max-height: 200px;
        color: black;
    }

        section.PortaliTematiciContainer a p.heading {
            height: 94px;
            display: table-cell;
            vertical-align: middle;
            font-weight: bolder;
            font-size: larger;
            color: #b3c85a;
            text-transform: uppercase;
            background-color: #fff;
            line-height: 27px;
        }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ri-PortaliTematici */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
section.NotizieDiOggiContainer {
    padding-bottom: 20px;
    margin-top: 80px;
    font-weight: 700;
    background-color: #e1e1e1;
}

    section.NotizieDiOggiContainer .row {
        align-items: center;
        text-align: center;
    }

        section.NotizieDiOggiContainer .row .allNews h1 {
            text-align: right;
        }

            section.NotizieDiOggiContainer .row .allNews h1 a {
                color: #b3c85a;
                font-weight: 700;
                font-size: 20px;
            }


    section.NotizieDiOggiContainer .boxes .row div {
        margin: 0 auto;
    }

        section.NotizieDiOggiContainer .boxes .row div div {
            margin-top: 20px;
        }


    section.NotizieDiOggiContainer a {
        text-decoration: none;
    }

        section.NotizieDiOggiContainer a div {
        }

            section.NotizieDiOggiContainer a div div {
                overflow: hidden;
                /*border-radius: 130px;*/
            }

        section.NotizieDiOggiContainer a img {
            max-width: 100%;
            max-height: 100%;
        }

            section.NotizieDiOggiContainer a img:hover {
                -webkit-transform: scale(1.15);
                -moz-transform: scale(1.15);
                -o-transform: scale(1.15);
                -ms-transform: scale(1.15);
                transform: scale(1.15);
                /*opacity: 1;*/
                transition: 200ms;
            }


        section.NotizieDiOggiContainer a p {
            /*height: 230px;*/
            color: black;
        }

            section.NotizieDiOggiContainer a p.heading {
                padding: 20px 0;
                /*height: 100px;*/
                display: table-cell;
                vertical-align: middle;
                font-weight: bolder;
                font-size: medium;
                color: #b3c85a;
                text-transform: uppercase;
                background-color: #e1e1e1;
            }

        section.NotizieDiOggiContainer a .linkBtn {
            font-weight: 300;
            padding: 5px;
            background-color: #b3c85a;
            color: #fff;
        }


@media screen and (min-width: 768px) {
    section.NotizieDiOggiContainer .boxes .row div {
        /*width: 85%;
        display: flex;*/
        margin: 0 auto;
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Box Menu */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

section.MenuWrapper .nav {
    left: 20%;
    margin-left: -35%;
}

    section.MenuWrapper .nav > li.dropdown.open .dropdown-menu {
        margin-top: 0px;
        left: -62%;
        margin-left: 35%;
        width: 152%;
    }

    section.MenuWrapper .nav > li {
        /*margin-left: -70px;
    transform: scale(.85);
    left: 200px;*/
    }

section.MenuWrapper {
    height: 580px;
}





    section.MenuWrapper div.first-level-menu li.dropdown a.dropdown-toggle {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

        section.MenuWrapper div.first-level-menu li.dropdown a.dropdown-toggle p {
            text-align: center;
            font-weight: bolder;
            padding: 10px;
            background-color: #b3c85a;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 0px;
        }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater {
        position: relative;
    }


        section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater .navbar-center {
            /*width: 100%;*/
            position: absolute;
            /*left: 52%;
        transform: translatex(-50%);*/
        }


/*
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 600px) {
}
    */
@media only screen and (max-width : 768px) {
    section.MenuWrapper .navbar-header {
        display: inline-block;
        float: left;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (min-width: 1050px) {
    section.MenuWrapper .nav {
        left: 34%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 254px;
    }
}


@media screen and (min-width: 1150px) {
    section.MenuWrapper .nav {
        left: 36%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 257px;
    }
}


@media screen and (min-width: 1214px) {
    section.MenuWrapper {
        height: 290px;
    }
}

@media screen and (min-width: 1250px) {
    section.MenuWrapper .nav {
        left: 38%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 260px;
    }
}

@media screen and (min-width: 1350px) {
    section.MenuWrapper .nav {
        left: 40%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 263px;
    }
}


@media screen and (min-width: 1450px) {
    section.MenuWrapper .nav {
        left: 42%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 266px;
    }
}




@media screen and (min-width: 1500px) {
    section.MenuWrapper .nav {
        left: 44%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 269px;
    }
}

@media screen and (min-width: 1600px) {
    section.MenuWrapper .nav {
        left: 46%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 272px;
    }
}

@media screen and (min-width: 1700px) {
    section.MenuWrapper .nav {
        left: 48%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 276px;
    }
}

@media screen and (min-width: 1800px) {
    section.MenuWrapper .nav {
        left: 50%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 284px;
    }
}

@media screen and (min-width: 1920px) {
    section.MenuWrapper .nav {
        left: 52%;
    }

    section.MenuWrapper #HeaderHP1_Menu_PanelMenuRepeater img {
        width: 284px;
    }
}




/**/
section.fourbox {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    section.fourbox .wrapper {
        position: relative;
        width: 100%;
        height: auto;
        cursor: pointer;
        transition: 400ms;
    }

        section.fourbox .wrapper img {
            position: relative;
            width: 100%;
            height: auto;
        }

        section.fourbox .wrapper h3 {
            position: relative;
            margin-top: -80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            background-color: #b3c85a;
            width: 100%;
            line-height: 28px;
            padding: 0px 10px;
            text-align: center;
            font-weight: bolder;
            text-transform: uppercase;
            color: #fff;
        }




section.courtains {
    position: relative;
}

.row.heading .inner {
    width: 100%;
    height: 100px;
    background-color: #6f8028;
    transition: 400ms;
}

    .row.heading .inner img {
        height: 100%;
        width: auto;
        position: relative;
        float: left;
    }

    .row.heading .inner h3 {
        height: 100%;
        width: auto;
        position: relative;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        text-indent: 10px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bolder;
    }

.courtain {
    background-color: #b3c85a;
    margin: 0px;
    margin-top: 0px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

@media (min-width: 992px) {
    .courtain {
        margin-top: -10px;
    }
}

.courtain .row.heading {
    padding: 0px;
    margin: 0px;
    height: 100px;
    cursor: pointer;
    transition: 400ms;
}

    .courtain .row.heading:hover .inner {
        background-color: #455309;
    }

.courtain .row.menus {
    display: none;
    margin-bottom: 20px;
}

.courtain ul {
    list-style: none;
    padding: 0px;
    position: relative;
    float: left;
    width: 100%;
}

.courtain h5 {
    font-size: .8rem;
    margin-top: 20px;
    font-weight: 900;
    width: 100%;
    text-align: left;
    position: relative;
    float: left;
    color: #fff;
}

.courtain ul li {
    color: #fff;
    margin-bottom: 4px;
    border-bottom: 1px dotted #fff;
    margin-left: 0px;
}

    .courtain ul li a {
        color: #fff;
        font-style: italic;
        font-size: .7rem;
        font-weight: 700;
    }

.closed {
    background-color: red !important;
    opacity: .4 !important;
}

/*--*/

section.portals .container .row.title {
    text-align: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}






    section.portals .container .row.title .wrapper {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

        section.portals .container .row.title .wrapper h1 {
            text-transform: uppercase;
            text-align: center;
            width: 100%;
            text-align: center;
            font-size: 40px;
            font-weight: 700;
        }

        section.portals .container .row.title .wrapper a {
            color: #b3c85a;
            font-weight: 700;
            font-size: 20px;
            position: relative;
            text-transform: uppercase;
            text-align: center;
        }

@media (min-width: 768px) {
    section.portals .container .row.title .wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        section.portals .container .row.title .wrapper a {
            position: absolute;
        }
}




section.portals .row.portals .portal {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    height: auto;
    height: 620px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    transition: 400ms;
}

@media (min-width: 480px) {
    section.portals .row.portals .portal {
        width: 50%;
        height: 560px;
    }
}

@media (min-width: 768px) {
    section.portals .row.portals .portal {
        width: 33%;
    }
}

@media (min-width: 1200px) {
    section.portals .row.portals .portal {
        width: 20%;
    }
}

section.portals .row.portals .portal:hover {
    text-decoration: none;
}

section.portals .row.portals:hover .portal:not(:hover) {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3;
}

section.portals .portal .disc {
    display: block;
    position: relative;
    width: 90%;
    margin: auto;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid transparent;
    z-index: 1;
}

    section.portals .portal .disc img {
        width: 100%;
        height: auto;
        position: relative;
        transition: 400ms;
        z-index: 0;
    }

section.portals .portal:hover .disc img {
    width: 120%;
    margin: -10%;
}

section.portals .portal h4 {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    color: #b3c85a;
    font-weight: 900;
    font-size: larger;
    width: 90%;
    margin-left: 5%;
}

section.portals .portal p {
    color: #000;
    position: relative;
    font-size: .7rem;
    font-weight: 300;
    width: 90%;
    margin-left: 5%;
}
/*--*/

section.TopMenu {
    width: 100%;
    height: 84px;
    position: relative;
    background-color: #b3c85a;
    overflow: hidden;
}

@media (min-width: 768px) {
    section.TopMenu {
        height: 44px;
    }
}

section.TopMenu .left_wrapper, section.TopMenu .right_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: baseline;
}

section.TopMenu .left_wrapper {
    justify-content: center;
}

    section.TopMenu .left_wrapper a {
        display: inline-block;
        float: left;
        margin-right: 2px;
        margin-top: 6px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

@media (min-width: 576px) {
    section.TopMenu .left_wrapper a {
        font-size: 13px;
    }
}

section.TopMenu .left_wrapper a.img-link img {
    margin-top: -6px;
}

section.TopMenu .left_wrapper a.text-link {
    margin-top: 16px;
    margin-left: 6px;
}

@media (min-width: 768px) {
    section.TopMenu .left_wrapper {
        justify-content: flex-start;
    }

        section.TopMenu .left_wrapper a {
            margin-right: 6px;
            font-size: 14px;
        }

            section.TopMenu .left_wrapper a.text-link:after {
                /*content: '•';*/
                content: '\25CF';
                margin-left: 2px;
                font-size: 14px;
            }
}

@media (min-width: 992px) {
    section.TopMenu .left_wrapper a {
        font-size: 15px;
    }

        section.TopMenu .left_wrapper a.text-link:after {
            margin-top: 10px;
            margin-left: 8px;
        }
}

section.TopMenu .left_wrapper a.text-link:last-of-type:after {
    content: '';
}

section.TopMenu .right_wrapper {
    justify-content: center;
}

@media (min-width: 768px) {
    section.TopMenu .right_wrapper {
        justify-content: flex-end;
    }
}

section.TopMenu .right_wrapper .searchbox {
    position: relative;
    float: right;
    padding-top: 3px;
    display: inline-block;
}

section.TopMenu .right_wrapper input[type="text"] {
    height: 28px;
    position: relative;
    margin-top: 0px;
    display: inline-block;
    border: 0px solid transparent;
    border-radius: 100px;
    text-indent: 10px;
    background-color: #fff;
    font-size: .5rem;
    /*font-size: 1.2rem;*/
    width: 100%;
    min-width: 120px;
}

@media (min-width: 768px) {
    section.TopMenu .right_wrapper input[type="text"] {
        min-width: 140px;
    }
}

@media (min-width: 992px) {
    section.TopMenu .right_wrapper input[type="text"] {
        min-width: 300px;
    }
}

section.TopMenu .right_wrapper input[type="image"] {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
}

section.TopMenu .right_wrapper .links a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 4px;
    text-decoration: none;
}

    section.TopMenu .right_wrapper .links a img {
        position: relative;
        width: 22px;
        height: 22px;
    }

/*CSS MODIFICATO WRAPPER TESTO NELLO SLIDER*/

.frame.slick-slide.slick-current.slick-active .link-boxato .maschera .testo-linguetta {
    color: #B3C85A;
}

.frame.slick-slide.slick-current.slick-active:hover .link-boxato .maschera .testo-linguetta {
    color: #fff;
}

#ctl01 > main > section > div.ImgSlideWrapper > div > div > div > div > div > div > a.frame.slick-slide.slick-current.slick-active > .link-boxato > div {
    background-color: rgba(0, 0, 0, 0.5);
}



#ctl01 > main > section > div.ImgSlideWrapper > div > div > div > div > div > div > a.frame.slick-slide.slick-current.slick-active > .link-boxato > div {
    width: auto;
}

.pulsante-eventi {
    display: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    top: -162px;
    position: relative;
    background-color: #b3c85a;
    padding: 10px;
}

.wrapper-pulsante-eventi {
    text-align: center;
}

    .wrapper-pulsante-eventi .pulsante-eventi.mobile {
        display: inline-block;
        float: none;
        top: unset;
        bottom: 20px;
        margin: 0 15px;
    }

.all-news {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    top: 244px;
    position: relative;
    background-color: #b3c85a;
    padding: 10px;
}

@media(min-width: 768px) {
    .all-news {
        color: #ffffff;
        font-weight: 700;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
        float: right;
        top: 20px;
        position: relative;
        background-color: #b3c85a;
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .pulsante-eventi {
        display: block;
        color: #ffffff;
        font-weight: 700;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
        float: right;
        top: -88px;
        position: relative;
        background-color: #b3c85a;
        padding: 10px;
    }

    .wrapper-pulsante-eventi .pulsante-eventi.mobile {
        display: none;
    }
}

.pulsante-eventi:hover {
    color: #b3c85a;
    font-weight: 700;
    font-size: 20px;
    background-color: #E1E1E1;
    text-decoration: none;
}

.all-news:hover {
    color: #b3c85a !important;
    font-weight: 700;
    font-size: 20px;
    background-color: #E1E1E1 !important;
    text-decoration: none;
}
