﻿/* PARAGRAFO */
body {
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Light' 'Chivo Light'*/;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #0A0A0A;
    line-height: 20px;
}

html {
    position: relative;
    min-height: 100%;
}

*, *:before, *:after {
    box-sizing: border-box;
}

a {
    color: #0A0A0A;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Light' 'Chivo Light'*/;
    /*color: inherit;*/
}

    a:hover, a span:hover {
        color: #4568dc !important;
        text-decoration: none !important;
        /*opacity: 0.8;*/
    }

/* TITOLO PAGINA */
h1 {
    font-family: 'Overpass Black', 'Verdana', 'Arial', 'Sans Serif';
    color: #0A0A0A;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

/* SOTTOTITOLO PAGINA*/
h2 {
    font-family: 'Overpass Black', 'Verdana', 'Arial', 'Sans Serif';
    color: #0A0A0A;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
}

/* TITOLO BLOCCO */
h3 {
    font-family: 'Overpass Black', 'Verdana', 'Arial', 'Sans Serif';
    color: #0A0A0A;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

/* SOTTOTITOLO BLOCCO */
h4 {
    font-family: 'Overpass ExtraBold', 'Verdana', 'Arial', 'Sans Serif';
    color: #0A0A0A;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}

/* stili ALTRI TITOLI */
h5 {
    font-family: 'Overpass ExtraBold', 'Verdana', 'Arial', 'Sans Serif';
    color: #0A0A0A;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
}

h6 {
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif';
    color: #0A0A0A;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
}


/*inizio classi comuni*/
.clear {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.width100 {
    width: 100%;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginright5 {
    margin-right: 5px;
}

.marginleft5 {
    margin-left: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.loadmsg {
    font-style: italic;
    clear: both;
}

.txtcenter {
    text-align: center !important;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.txtGreen {
    color: #4568dc;
}

.colour1 {
    color: #4568dc;
}

.backgroundColor1 {
    background-color: #4568dc;
}

.fontOverpassRegular {
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif';
}

.linkMenuDisabled, .linkMenuDisabled a, .linkMenuDisabled a span {
    cursor: default !important;
    opacity: 0.6 !important;
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/ !important;
}

    .linkMenuDisabled:hover, .linkMenuDisabled a:hover, .linkMenuDisabled a span:hover {
        cursor: default !important;
        opacity: 0.6 !important;
        color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/ !important;
    }

    .linkMenuDisabled a, .linkMenuDisabled a:hover, .linkMenuDisabled a span, .linkMenuDisabled a span:hover {
        pointer-events: none !important;
    }
/*fine classi comuni*/

/*Inizio Stili Loading*/
/*.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}*/

.loadingIcon {
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/;
    font-size: 24px;
    color: #4568dc;
    background-color: rgba(241, 241, 244, 0.7);
    /*border: 4px solid #4568dc;*/
    border-radius: 5px;
    padding: 20% 30%;
    /*width: 200px;
    height: 100px;*/
    min-height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
}
/*Fine Stili Loading*/

/*INIZIO Personalizzazioni POPOVER*/
.popover {
    border: 1px solid #4568dc;
    background-color: #f8f8f8;
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Light' 'Chivo Light'*/;
    min-width: 300px;
}

    .popover.top > .arrow {
        border-top-color: #4568dc;
        border-top-color: rgba(68, 210, 174, 1);
        border-bottom-width: 0;
    }

        .popover.top > .arrow:after {
            border-top-color: #f8f8f8;
        }

    .popover.bottom > .arrow {
        border-bottom-color: #4568dc;
        border-bottom-color: rgba(68, 210, 174, 1);
        border-top-width: 0;
    }

        .popover.bottom > .arrow:after {
            border-bottom-color: #f8f8f8;
        }

    .popover.right > .arrow {
        border-right-color: #4568dc;
        border-right-color: rgba(68, 210, 174, 1);
        border-left-width: 0;
    }

        .popover.right > .arrow:after {
            border-right-color: #f8f8f8;
        }

    .popover.left > .arrow {
        border-left-color: #4568dc;
        border-left-color: rgba(68, 210, 174, 1);
        border-right-width: 0;
    }

        .popover.left > .arrow:after {
            border-left-color: #f8f8f8;
        }
/*FINE Personalizzazioni POPOVER*/

#divContenuti {
    max-width: 1330px;
    margin: 20px auto 0 auto;
    padding: 4px;
    overflow: hidden;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    /*-webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
    justify-content: center;
    /*align-items: center;*/
}

.contenitoreAllPage {
    width: 100%;
    margin: 0 15px 0 15px;
}

.contenitoreLeft {
    width: 66%;
    margin-right: 2%;
    margin-left: 15px;
}

.contenitoreRight {
    width: 33%;
}

.btnCookies {
    background: #f1f1f1;
    background-image: -webkit-linear-gradient(top, #f1f1f1, #cccccc);
    background-image: -moz-linear-gradient(top, #f1f1f1, #cccccc);
    background-image: -ms-linear-gradient(top, #f1f1f1, #cccccc);
    background-image: -o-linear-gradient(top, #f1f1f1, #cccccc);
    background-image: linear-gradient(to bottom, #f1f1f1, #cccccc);
    /*-webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;*/ /*-webkit-box-shadow: 0px 1px 1px #ffffff;   -moz-box-shadow: 0px 1px 1px #ffffff;   box-shadow: 0px 1px 1px #ffffff;*/ /*font-family: Arial;*/
    text-shadow: 1px 1px 1px #ffffff;
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    font-size: 14px;
    font-variant: small-caps;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
}

    .btnCookies:hover {
        background: #f1f1f1;
        text-decoration: none;
    }

.divVideo {
    height: 400px;
    width: 100%;
    border: 2px solid #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    background-color: #f1f1f4;
    text-align: center;
    padding: 20px;
}

.divBlocco {
    max-width: 1100px;
    margin: 0 auto !important; /*10px 0 15px 0;*/
    padding: 15px 0; /*5px 0 5px 0;*/
}

    .divBlocco.noSpaceTop {
        margin: 0 0 15px 0 !important;
        padding: 0 0 5px 0 !important;
    }

    .divBlocco.noSpaceBottom {
        margin: 10px 0 0 0 !important;
        padding: 5px 0 0 0 !important;
    }

.divBloccoFloatLeft {
    width: 49%;
    float: left;
}

.divBloccoFloatRight {
    width: 49%;
    float: right;
}

.borderTopBlocco {
    border-top: 1px solid #646464;
}

.borderBottomBlocco {
    border-bottom: 1px solid #646464;
}

.titoloPagineDefault {
    text-align: justify;
    padding: 1px;
    margin: 5px 1px 10px 1px;
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*Roboto Bold  Chivo Bold*/;
    font-size: 42px;
    color: rgb(130,225,175);
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.titoloBloccoDefault, .titoloBannerHome {
    overflow: hidden;
    text-align: center !important;
    clear: both;
}

    .titoloBloccoDefault > span, .titoloBannerHome > span {
        position: relative;
        display: inline-block;
    }

        .titoloBloccoDefault > span:before, .titoloBloccoDefault > span:after, .titoloBannerHome > span:before, .titoloBannerHome > span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 1px solid #646464;
            width: 591px; /* half of limiter*/
            margin: 0 20px;
        }

        .titoloBloccoDefault > span:before, .titoloBannerHome > span:before {
            right: 100%;
        }

        .titoloBloccoDefault > span:after, .titoloBannerHome > span:after {
            left: 100%;
        }

/*inizio oggetti specifici Homepage*/
/*.bannerHomeLeft {
    width: 45%;
    float: left;
}

.bannerHomeRight {
    width: 45%;
    float: right;
}*/
.bannerHome45 {
    width: 43%;
}

.bannerHome33 {
    width: 31%;
}

.verticalBorderBannerHome {
    width: 1px;
    border-left: 1px solid #646464;
}

.bannerHome100 {
    width: 100%;
}

#bannerSponsors, #bannerMediaPartners, #bannerMainPartners {
    width: 100% !important;
}

.areaInternaBannerHome, .areaInternaBannerSingoloHome {
    height: 140px;
    width: 100% !important; /*width:200px;*/
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 6px;
    border: 1px solid #ececec;*/
    /*border: 1px solid #4f4e4d;*/
    background-color: #ffffff !important;
}

    .areaInternaBannerHome img {
        padding: 0px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        max-height: 140px !important;
        max-width: 350px;
        width: 100%;
        height: auto;
    }

    .areaInternaBannerSingoloHome img {
        margin: auto;
        max-height: 140px !important;
        max-width: 350px;
        width: 100%;
        height: auto;
    }
/*fine oggetti specifici Homepage*/

/*inizio stili BOX LATERALE*/
.boxLateraleDx {
    height: 150px;
    width: 220px;
    border: 1px solid #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    margin: 0 auto 10px auto;
}

.borderbottomBanner {
    border-bottom: 1px solid #777474;
    padding: 0 0 20px 0;
    margin: 10px auto 20px auto;
    width: 90% !important;
    max-width: 350px;
}

.bannerDisplay {
    /*clear: both;
    display: block;*/
    margin: 10px auto 0 auto;
    width: 100% !important;
    max-width: 350px;
    /*padding-bottom: 30px;
    border-bottom: 1px solid #777474;*/
}

.areaInternaBanner, .areaInternaBannerSingolo {
    height: 140px;
    width: 100% !important; /*width:200px;*/
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff !important;
}

    .areaInternaBanner img {
        padding: 0px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        max-height: 140px !important;
        max-width: 350px;
        width: 100%;
        height: auto;
    }

    .areaInternaBannerSingolo img {
        margin: auto;
        max-height: 140px !important;
        max-width: 350px;
        width: 100%;
        height: auto;
    }

.titoloBanner {
    /*width: 90% !important;
    margin: 0 auto 0 auto;*/
    text-align: center;
}
/**/
/*fine stili BOX LATERALE*/

/*inizio personalizzazione stile BOOTSTRAP CAROUSEL*/
.divEsternoSlider {
    /*width: 95%;*/
    max-width: 1330px;
    margin: 0 auto 20px auto;
}

    .divEsternoSlider .carousel {
        border: 1px solid #ccc;
        box-shadow: 0px 1px 2px #fff;
    }

    .divEsternoSlider .carousel-control {
        width: 7%;
        min-width: 50px;
        background-image: none !important;
    }

    .divEsternoSlider .carousel-indicators {
        bottom: 0 !important;
    }

    .divEsternoSlider .carousel-fade .carousel-inner .item {
        -webkit-transition: opacity 1s; /*time < to $.carousel.interval setup */
        -moz-transition: opacity 1s;
        -ms-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
    }

    .divEsternoSlider .carousel-fade .carousel-inner .item,
    .divEsternoSlider .carousel-fade .carousel-inner .active.left,
    .divEsternoSlider .carousel-fade .carousel-inner .active.right {
        opacity: 0;
    }

    .divEsternoSlider .carousel-fade .carousel-inner .active,
    .divEsternoSlider .carousel-fade .carousel-inner .next.left,
    .divEsternoSlider .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

        .divEsternoSlider .carousel-fade .carousel-inner .next,
        .divEsternoSlider .carousel-fade .carousel-inner .prev,
        .divEsternoSlider .carousel-fade .carousel-inner .active.left,
        .divEsternoSlider .carousel-fade .carousel-inner .active.right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .divEsternoSlider .carousel-fade .carousel-control {
        z-index: 2;
    }
/*FINE personalizzazione stile BOOTSTRAP CAROUSEL*/

/*INIZIO personalizzazione Newsticker Patrocinatori*/
.imgNewstickerPatrocinatori {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*FINE personalizzazione Newsticker Patrocinatori*/

/*INIZIO stile Novita - Interviste Homepage*/
.boxNovitaHome {
    width: 100%;
    padding: 8px;
    margin: 0 0 10px 0;
    /*background-color: #f1f1f4;*/
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    /*-webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
    justify-content: center;
    /*align-items: center;*/
}

.divSingolaNovHome {
    width: 23%;
    margin: 5px;
    /*background-color: #ffffff;*/
}

.pImgNovHome {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    /*padding: 5px;*/
}

    .pImgNovHome img {
        width: 100%;
        max-width: 232px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.pTitoloNovHome {
    padding: 5px 0 5px 0;
}

.pSottotitoloNovHome {
    padding: 0 0 5px 0;
}

.divTestoNovHome {
    padding: 5px;
}
/*FINE stile Novita - Interviste Homepage*/

/*INIZIO stile Novita - Interviste Pagine*/
.boxNovitaPagina {
    width: 100%;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /**/
    justify-content: center;
    align-items: flex-start;
}

.divSingolaNovPagina {
    width: 24%;
    margin: 10px 5px 0 5px;
    /*width: 100%;
    margin: 10px 0 0 10px;*/
    /*----flexbox-----*/
    /*display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}

.pImgNovPagina {
    /*width: 10%;
    min-width: 232px;*/
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .pImgNovPagina img {
        /*width: 100%;
        max-width: 232px;*/
        width: 100%;
        max-width: 232px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.divDatiNovPagina {
    margin-left: 10px;
}

.pTitoloNovPagina {
    padding: 5px;
}

.pSottotitoloNovPagina {
    padding: 0 5px 5px 5px;
}

.divTestoNovPagina {
    padding: 5px;
}
/*FINE stile Novita - Interviste Pagine*/

/*INIZIO stile Novita - VideoInterviste Pagine*/
.boxVideoInterviste {
    width: 100%;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /**/
    justify-content: center;
    align-items: flex-start;
}

.divSingolaVideointervista {
    width: 24%;
    margin: 10px 0 0 10px;
}

.divLogoAziVideointervista {
    width: 100%;
    max-width: 155px;
    text-align: center;
    margin: 5px auto 5px auto;
}

    .divLogoAziVideointervista img {
        width: auto;
        max-width: 150px;
    }

.divCitazioneVideointervista {
    width: 100%;
}

.titleVideoIntervista {
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/ !important;
    color: #646464 !important;
}

.subtitleVideoIntervista {
    font-family: 'Overpass Italic', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto LightItalic'  'Chivo LightItalic'*/ !important;
    color: #646464 !important;
}

.divImgVideoIntervista {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .divImgVideoIntervista a {
        width: 100%;
        max-width: 250px;
        position: relative;
        display: block;
        /*float: right;*/
        margin: 0 auto;
    }

        .divImgVideoIntervista a::after {
            background: rgba(0,0,0,0.4);
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.imgVideoIntervista {
    width: 100%;
    max-width: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.spanImgOverlayVideo {
    visibility: visible;
    position: absolute;
    left: 34%;
    top: 32%;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 100; /**/
}

    .spanImgOverlayVideo img {
        width: 80px;
        height: 80px;
        filter: brightness(0) invert(1);
    }
/*FINE stile Novita - VideoInterviste Pagine*/

/*INIZIO stile Novita - VideoInterviste Singola Intervista*/
.divPaginaVideoIntervista h1 {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
}

.divContenutoIntervista iframe {
    width: 70%;
}

.divGuardaAncheVideointervista {
    /*background-color: #f1f1f4;*/
    width: 100%;
    margin: 35px 0 10px 0;
    padding: 10px 5px 10px 5px;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /**/
    justify-content: space-between;
    /*align-items: center;*/
}

    .divGuardaAncheVideointervista h4 {
        width: 100%;
        font-size: 26px;
        font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/;
        text-align: center;
        margin-bottom: 20px;
        color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
        overflow: hidden;
    }

        .divGuardaAncheVideointervista h4 > span {
            position: relative;
            display: inline-block;
        }

            .divGuardaAncheVideointervista h4 > span:before, .divGuardaAncheVideointervista h4 > span:after {
                content: '';
                position: absolute;
                top: 50%;
                border-bottom: 1px solid #646464;
                width: 591px; /* half of limiter*/
                margin: 0 20px;
            }

            .divGuardaAncheVideointervista h4 > span:before {
                right: 100%;
            }

            .divGuardaAncheVideointervista h4 > span:after {
                left: 100%;
            }

.divImgAltraVideoIntervista {
    width: 24%;
    text-align: center;
}

    .divImgAltraVideoIntervista a {
        width: 90%;
        max-width: 200px;
        position: relative;
        display: block;
        margin: 0 auto;
    }

        .divImgAltraVideoIntervista a::after {
            background: rgba(0,0,0,0.4);
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .divImgAltraVideoIntervista p {
        font-size: 20px !important;
        text-align: center !important;
        margin: 5px 0 0 0 !important;
        font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Light' 'Chivo Light'*/ !important;
        color: #646464 !important /*#0A0A0A rc ultimo colore modificato -  aet200.1 vecchio colore sotituito #000000*/;
    }

.imgAltraVideoIntervista {
    width: 100%;
    max-width: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.spanImgOverlayAltroVideo {
    visibility: visible;
    position: absolute;
    left: 30%;
    top: 32%;
    /*filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;*/
    z-index: 100;
    filter: brightness(0) invert(1);
}

    .spanImgOverlayAltroVideo img {
        width: 70px;
        height: 70px;
    }
/*FINE stile Novita - VideoInterviste Singola Intervista*/

/*INIZIO stile Novita - VideoInterviste HOMEPAGE*/
.boxVideoIntervisteHome {
    width: 100%;
    padding: 8px;
    margin: 0 0 10px 0;
    /*background-color: #f1f1f4;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.divSingolaVideointervistaHome {
    width: 23%;
    margin: 5px;
    /*background-color: #ffffff;*/
}

.divLogoAziVideointervistaHome {
    width: 100%;
    height: 100px;
    text-align: center;
}

    .divLogoAziVideointervistaHome img {
        width: auto;
        max-height: 100px;
    }

.divImgVideoIntervistaHome {
    width: 90%;
    /*text-align: center;*/
    margin: 0 auto;
}

    .divImgVideoIntervistaHome a {
        width: 100%;
        max-width: 250px;
        position: relative;
        display: block;
        /*float: right;*/
        margin: 0 auto;
        -webkit-transition: opacity 0.8s ease-out;
        -moz-transition: opacity 0.8s ease-out;
        -o-transition: opacity 0.8s ease-out;
        transition: opacity 0.8s ease-out;
    }

        .divImgVideoIntervistaHome a::after {
            background: rgba(0,0,0,0.4);
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.imgVideoIntervistaHome {
    width: 100%;
    max-width: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.spanImgOverlayVideoHome {
    visibility: visible;
    position: absolute;
    left: 35%;
    top: 35%;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 100;
}

    .spanImgOverlayVideoHome img {
        width: 80px;
        height: 80px;
        filter: brightness(0) invert(1);
    }

.divCitazioneVideointervistaHome {
    width: 97%;
    margin: 0 auto;
}

    .divCitazioneVideointervistaHome p:first-child {
        margin-top: 20px !important;
    }
/*FINE stile Novita - VideoInterviste HOMEPAGE*/

/*INIZIO stile Novita - Isole Pagine*/
.boxNovitaIsole {
    margin: 0px 40px 0px 40px;
}

.isoleApriChiudi {
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    min-height: 50px;
    border-bottom: 1px solid #4568dc;
}

    .isoleApriChiudi .titleIsole {
        font-family: 'Overpass Black', 'Verdana', 'Arial', 'Sans Serif' /*'Overpass Bold' 'Roboto Bold'  'Chivo Bold'*/ !important;
        color: #0a0a0a !important; /* #646464 */
    }

    .isoleApriChiudi .glyphicon {
        color: #0a0a0a !important;
    }

.divSingolaNovIsole {
    width: 100%;
    margin: 0px 0 0 0px; /* 0px 0 0 10px; */
    padding: 10px 0 0 0;
    background-color: #e5f6ec !important;
    /*border-top: 1px solid #646464;
    ----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    /*-webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.pImgNovIsole {
    width: 10%;
    min-width: 232px;
}

    .pImgNovIsole img {
        width: 100%;
        max-width: 232px;
    }

.divDatiNovIsole {
    margin-left: 10px; /**/
}

.pTitoloNovIsole {
    padding: 5px;
}

.pSottotitoloNovIsole {
    padding: 0 5px 5px 5px;
}

.divTestoNovIsole {
    padding: 5px;
}
/*FINE stile Novita - Isole Pagine*/

/* INIZIO Novità Guida utente */

.guideApriChiudi {
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    min-height: 50px;
    /*border-bottom: 1px solid #4568dc;*/
}

    .guideApriChiudi .titleIsole {
        font-family: 'Overpass Black', 'Verdana', 'Arial', 'Sans Serif' !important;
        color: #4568dc !important;
    }

    .guideApriChiudi .glyphicon {
        color: #4568dc !important;
    }

.divSingolaNovGuide {
    width: 100%;
    margin: 0px 0 0 0px; /* 0px 0 0 10px; */
    padding: 10px 0 0 0;
    /*background-color: #e5f6ec !important;*/
    border-bottom: 1px solid #4568dc;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    /*-webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

/* FINE Novità Guida utente */

/*INIZIO stile Novita - NovitaExpo + Casi Applicativi - Meeting */
.titolosettore, .titologiorno, .titolosettoreElenco {
    width: 100%;
    color: #4568dc;
    /*font-weight: bold;*/
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/;
    font-size: 16px;
    font-variant: small-caps;
    padding: 10px;
    /*max-width: 700px;*/
    min-height: 24px;
    border-bottom: 1px solid #4568dc;
    margin: 4px 0px 4px 0px;
    border-radius: 3px; /*padding: 0px 5px 0px 0px; */
}

    .titolosettore:hover, .titologiorno:hover, .titolosettoreElenco:hover {
        opacity: 0.8;
    }

.bloccoNovExpo, .bloccoCasiAppl, .bloccoMeeting {
    text-align: left;
    padding: 10px;
    /*border-bottom: 1px solid #646464;*/
    margin: 2px;
    overflow: hidden;
}

    .bloccoNovExpo hr.separatoreContenuto {
        width: 100%;
        height: 1px;
        margin: 5px 0 25px 0;
        border: 0;
        background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0));
    }

    .bloccoNovExpo .divPreferitoNovitaExpo {
        margin: 10px 0;
    }

.intestazMeeting {
    width: 100%;
}

    .intestazMeeting span {
        width: 33%;
        display: inline-block;
        margin: 0 0 10px 0;
        font-weight: bold;
    }

.int_txtright {
    text-align: right;
}

.int_txtcenter {
    text-align: center;
}

.int_txtleft {
    text-align: left;
}

.boxDatiMeeting100 {
    width: 100%;
}

.boxDatiNovExpoLarge, .boxDatiCasoApplLarge, .boxDatiMeetingLarge {
    float: left;
    width: 75%;
    margin: 0 5px 0 0;
}

.boxDatiNovExpoMedium, .boxDatiCasoApplMedium, .boxDatiMeetingMedium {
    float: left;
    width: 55%;
    margin: 0 5px 0 0;
}

.titleNovExpo, .titleCasiAppl, .titleMeeting {
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/ !important;
    color: #646464 !important;
}

.subtitleNovExpo, .subtitleCasiAppl, .subtitleMeeting {
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto BoldItalic'  'Chivo BoldItalic'*/ !important;
    color: #646464 !important;
}

.testoNovExpo, .testoCasoAppl, .testoMeeting {
    padding: 4px;
}

.imgNovExpo, .imgCasoAppl, .imgMeeting {
    float: right;
    width: 20%;
    min-width: 150px;
}

    .imgNovExpo img, .imgCasoAppl img {
        width: 100%;
        max-width: 150px;
    }

.bigliettoAziNovExpo, .bigliettoAziCasoAppl, .bigliettoAziMeeting {
    float: left;
    width: 20%;
    min-width: 140px;
    margin: 0 5px 0 0;
}

.divSingoloBiglietto {
    margin-bottom: 30px;
}

.txtBigliettoNov {
    text-align: left;
}

.pStandBiglietto {
    font-size: 14px;
    font-style: italic;
}

.schedaLnk, .schedaLnkExpo {
    /*font-size: x-small;
    font-family: Tahoma;
    background-color: #fff !important;
    text-align: left;*/
    color: #646464 !important;
    text-decoration: none;
    font-family: 'Overpass Italic', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto LightItalic'  'Chivo LightItalic'*/;
    font-size: 13px !important;
}

.standExpo {
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Regular'  'Chivo Regular'*/;
    font-size: 14px !important;
    color: #646464 !important;
}
/*FINE stile Novita - NovitaExpo + Casi Applicativi*/

/*INIZIO stile News Highlights*/
.divContNewsHighlights {
    width: 100%;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.divSingolaNewsHighlights {
    width: 23%;
    padding: 5px;
}

.imgNewsHighlights {
    width: 100%;
    text-align: center;
}

    .imgNewsHighlights img, .imgNewsHighlights a {
        width: 100%;
        max-width: 300px;
    }

.titoloNewsHighlights {
    width: 100%;
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/;
    font-size: 20px;
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    text-align: center;
    margin-bottom: 5px;
}

    .titoloNewsHighlights span:hover {
        color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/ !important;
    }

.testoNewsHighlights {
    width: 100%;
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Light' 'Chivo Light'*/;
    font-size: 16px;
    color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
    text-align: center;
}
/*FINE stile News Highlights*/

.divIstruzioniCatalogo {
    text-align: center;
    opacity: 0.6;
    font-size: 22px;
    line-height: 1.5em;
}

    .divIstruzioniCatalogo p {
        margin: 10px;
        text-align: justify;
        width: 100%;
        /*----flexbox-----*/
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }

        .divIstruzioniCatalogo p span.spanleft {
            width: 25px;
            margin-right: 5px;
            line-height: unset;
        }

        .divIstruzioniCatalogo p span.spanright {
            flex: 1;
        }

#PanelLogin {
    width: 100%;
    margin-bottom: 15px;
}

.divLogin {
    width: 90%;
    min-width: 250px;
    text-align: center;
    border: 2px solid #ff9a02;
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
    margin: 0 auto;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /**/
    justify-content: center;
    align-items: center; /**/
}

    .divLogin p {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }

    .divLogin div {
        /*width: 33%;*/
        min-width: 220px;
    }

        .divLogin div div {
            width: 100%;
        }

.btnLoginForm {
    width: 100px !important;
    min-width: 40px !important;
    text-align: center;
}

    .btnLoginForm input {
        background: #ff9a02;
        background: -webkit-linear-gradient(#ff9a02, #c98620);
        background: linear-gradient(#ff9a02, #c98620);
        border-radius: 5px;
        border: none;
        color: /*#4f4e4d;*/ #ffffff;
        display: inline-block;
        padding: 7px 12px;
        font: normal 700 20px/1 "Metrophobic";
        text-align: center;
        /*text-shadow: 1px 1px 0 #bbb;*/
        font-variant: small-caps;
    }

.divRegistrati {
    width: 100%;
    margin: 15px 0 15px 0;
    text-align: center;
}

.titoloVentana {
    text-align: left;
    padding: 1px;
    margin: 5px 0px 15px 0px;
    font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif';
    font-size: 46px;
    color: rgb(79,78,77);
    background-color: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

/*Inizio Stile pagina di Tipo Contatti*/
.boxFormInfoContatti {
    width: 58%;
    height: auto;
}

.boxMappaContatti {
    width: 40%;
    height: 300px;
}
/*Fine Stile pagina di Tipo Contatti*/

/*Inizio Stile pagina di Tipo LandingPage*/
.boxFormLandingPage {
    height: 550px;
    min-width: 500px;
}

    .boxFormLandingPage iframe {
        height: 500px;
    }

    .boxFormLandingPage .box33leftMin {
        width: 100% !important;
    }
/*Fine Stile pagina di Tipo LandingPage*/

/*Inizio Stili Login*/
#formLogin {
    width: 100%;
}

.contenutoLogin {
    width: 70%;
    min-width: 300px;
    max-width: 500px;
    margin: 0 auto;
}

#lblStrutturaPassword {
    margin: 20px auto;
    display: block;
    text-align: center;
    font-family: 'Overpass Italic', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Italic'  'Chivo Italic'*/;
    color: #646464;
}

.contenutoRecuperoPsw {
    width: 70%;
    min-width: 300px;
    max-width: 700px;
    margin: 0 auto;
}

    .contenutoLogin > .panel-heading, .contenutoRecuperoPsw > .panel-heading {
        font-size: 36px;
        font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/;
        background-color: #4568dc;
        color: #fff;
        line-height: 30px;
    }

.campiLogin {
    width: 100%;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /**/
    justify-content: space-between;
    align-items: center; /**/
}

    .campiLogin i {
        width: 20px;
        margin-right: 5px;
    }

    .campiLogin input[type=password], .campiLogin input[type=text] {
        width: auto;
        flex-grow: 1;
    }

    .campiLogin > .forgetPassword {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }

        .campiLogin > .forgetPassword a {
            font-size: 14px;
            font-family: 'Overpass Italic', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto LightItalic'  'Chivo LightItalic'*/;
        }

    .campiLogin .forgetPassword #linkForgetPsw {
        color: #FF9A02;
        font-size: 16px;
    }

    .campiLogin .forgetPassword #linkRegistrati {
        color: #D81E5B;
        font-size: 16px;
    }

    .campiLogin > .forgetPassword a i {
        margin-right: 0;
        margin-left: 5px;
        width: auto;
    }

.contenutoLogin > .panel-body > div > span > .button {
    border: none;
}

.hrefInRispostaRecuperoPwd {
    color: #4568dc;
    font-size: bold;
    text-decoration: underline;
}
/*Fine Stili Login*/

/*Inizio Stili PAGINA SINGOLO EVENTO e SINGOLA NOVITA*/
.divPaginaEvento, .divPaginaNovita {
    width: 100%;
    text-align: justify;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /**/
    justify-content: center; /*space-between MF aet201.6 - indico center per fare in modo che il contenuto diventi centrato anche quando width non è 100%*/
    align-items: center;
}

    .divPaginaEvento .tipoMeeting, .divPaginaNovita .labelNovita {
        width: 100%;
        text-align: right;
        font-size: 18px;
        color: #4568dc;
        font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  "Chivo Bold"*/;
    }

    .divPaginaEvento .tipoMeeting {
        /*----flexbox-----*/
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; /**/
        justify-content: space-between;
        align-items: center;
    }

        .divPaginaEvento .tipoMeeting a {
            font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto BoldItalic'  "Chivo BoldItalic"*/;
        }

        .divPaginaEvento .tipoMeeting i, .divPaginaNovita .labelNovita i {
            margin-left: 5px;
        }

    .divPaginaEvento .imgPaginaMeeting, .divPaginaNovita .imgPaginaNovita {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

        .divPaginaEvento .imgPaginaMeeting img, .divPaginaNovita .imgPaginaNovita img {
            max-width: 100%;
        }

    .divPaginaEvento .testoPaginaMeeting, .divPaginaNovita .testoPaginaNovita {
        width: 100%;
        margin: 10px 0;
    }

    .divPaginaNovita .aziendaSingolaNovita, .divPaginaEvento .aziendaSingoloMeeting {
        width: 100%;
        /*----flexbox-----*/
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; /**/
        justify-content: flex-end;
        align-items: flex-start; /**/
        margin-top: 30px; /* MF aet201.6 - stile per separare meglio l'una dall'altra le aziende e i loro loghi */
        padding-top: 5px; /* MF aet201.6 - stile per separare meglio l'una dall'altra le aziende e i loro loghi */
        border-top: 1px dotted #0A0A0A; /* MF aet201.6 - stile per separare meglio l'una dall'altra le aziende e i loro loghi */
    }

        .divPaginaNovita .aziendaSingolaNovita i, .divPaginaEvento .aziendaSingoloMeeting i {
            width: 50px; /**/
            margin-bottom: 5px;
            margin-right: 5px;
            text-align: right;
            color: #646464;
        }

        .divPaginaNovita .aziendaSingolaNovita span:nth-child(2), .divPaginaEvento .aziendaSingoloMeeting span:nth-child(2) {
            /*width: 100%;*/
            margin-bottom: 5px;
            text-align: right;
            color: #646464;
        }

        .divPaginaNovita .aziendaSingolaNovita span:nth-child(3), .divPaginaEvento .aziendaSingoloMeeting span:nth-child(3) {
            width: 100%;
            margin-bottom: 5px;
            text-align: right;
            /*color: #646464;*/
        }

        .divPaginaNovita .aziendaSingolaNovita span img, .divPaginaEvento .aziendaSingoloMeeting span img {
            max-height: 50px;
            width: auto;
            height: auto;
        }

    .divPaginaEvento h1, .divPaginaNovita h1 {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 10px;
        text-align: left;
    }

    .divPaginaEvento h2, .divPaginaNovita h2 {
        width: 100%;
    }

    .divPaginaEvento .orarioSingoloEvento, .divPaginaEvento .salaSingoloEvento, .divPaginaEvento .prenotazioneSingoloEvento {
        text-align: right;
        color: #646464;
        font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Regular'  'Chivo Regular'*/;
    }

    .divPaginaEvento .orarioSingoloEvento {
        flex: 1;
        margin-right: 5px;
    }

        .divPaginaEvento .orarioSingoloEvento i {
            margin: 0 5px;
        }

    .divPaginaEvento .salaSingoloEvento {
        width: auto;
    }

        .divPaginaEvento .salaSingoloEvento i {
            display: inline-block;
            margin: 0 5px;
            padding: 6px 10px;
            border-radius: 100px;
        }

    .divPaginaEvento .prenotaMeeting {
        margin-right: 10px;
    }

        .divPaginaEvento .prenotaMeeting.orarioDisabilitato {
            cursor: default;
            opacity: 0.6;
        }

    .divPaginaEvento .prenotazioneSingoloEvento {
        width: 100%;
    }

        .divPaginaEvento .prenotazioneSingoloEvento .badge {
            font-weight: normal;
        }

        .divPaginaEvento .prenotazioneSingoloEvento span:nth-child(2) {
            width: 150px;
            display: inline-block;
        }

        .divPaginaEvento .prenotazioneSingoloEvento .btnPrenota {
            background-color: #4568dc;
            border-radius: 5px;
            padding: 4px;
            font-family: 'Overpass Black', 'Verdana', 'Arial', 'Sans Serif'; /*Rotobo Bold "Chivo Bold"*/
            color: #ffffff;
            text-align: center;
            cursor: pointer;
            display: block;
        }

            .divPaginaEvento .prenotazioneSingoloEvento .btnPrenota:hover {
                opacity: 0.7;
                color: #ffffff !important;
            }

            .divPaginaEvento .prenotazioneSingoloEvento .btnPrenota.btnDisabilitato {
                opacity: 0.7;
                cursor: default;
            }

                .divPaginaEvento .prenotazioneSingoloEvento .btnPrenota.btnDisabilitato:hover {
                    opacity: 0.7;
                }

        .divPaginaEvento .prenotazioneSingoloEvento .utentePrenotato {
            background-color: #f1f1f4;
            border-radius: 5px;
            padding: 4px;
            font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Regular'  "Chivo Regular"*/;
            font-size: 14px;
            text-align: center;
            display: block;
            /*width: 90%;*/
        }

            .divPaginaEvento .prenotazioneSingoloEvento .utentePrenotato:hover {
                opacity: 1;
                cursor: default;
                color: #000 !important;
            }

        .divPaginaEvento .prenotazioneSingoloEvento .linkEliminaPrenotazione {
            position: absolute;
            right: -2px;
            top: -12px;
        }

            .divPaginaEvento .prenotazioneSingoloEvento .linkEliminaPrenotazione i {
                color: #D81E5B;
                font-size: 20px;
            }

                .divPaginaEvento .prenotazioneSingoloEvento .linkEliminaPrenotazione i:hover {
                    opacity: 0.5;
                }

        .divPaginaEvento .prenotazioneSingoloEvento .contenutoPopoverPrenotaMEETING {
            text-align: center;
            font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Light' 'Chivo Light'*/;
        }
/*Fine Stili PAGINA SINGOLO EVENTO e SINGOLA NOVITA*/

/* INIZIO STILI NUOVA SCHEDA EXPO-NOVITA-MEETING-CASE HISTORY */

.contenutoFieraDigitale {
    color: #4568DC !important;
}

.panelButtonAppuntamentoFixed {
    position: fixed;
    bottom: 20px;
    right: 0%;
    width: 250px;
    background-color: whitesmoke;
    opacity: 0.9;
    border-radius: 5px;
    /*animation: ease-in 20s;*/
    animation: animateright 2s;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0%;
        opacity: 1
    }
}

.panelButtonAppuntamentoFixed:hover {
    opacity: 1;
    border: whitesmoke groove 1px;
}



.schedaConColDx {
    width: 100%; /*75%*/
    margin-bottom: 10px;
}


.asideColLeft {
    width: 20%;
    margin: 0px 5px 0px 5px;
}

.asideColCenter {
    width: 72%;
    margin: 0px 5px 0px 5px;
}

    .asideColCenter h3 {
        font-size: 18px;
        color: #0A0A0A /*aet200.1 vecchio colore sotituito #000000*/;
        font-family: 'Overpass Black', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Regular'  'Chivo Regular'*/;
    }

    .asideColCenter .partecipaCon {
        font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/;
    }

        .asideColCenter .partecipaCon span {
            font-family: 'Overpass Italic', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Italic'  'Chivo Italic'*/;
        }

    .asideColCenter span.partecipaCon {
        font-family: 'Overpass Bold', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Bold'  'Chivo Bold'*/;
        margin-top: 10px;
        display: block;
    }


.asideColRight {
    width: 20%;
    margin: 0px 5px 0px 5px;
    order: 2;
    /*flexbox*/
    padding: 0 5px 0 10px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .asideColRight p {
        width: 48%;
    }

    .asideColRight a {
        font-style: italic;
    }

.imageCatalogoEspositori {
    content: url("../imgSito/IconeContenuti/icona_catalogo_expo_width50.jpg");
}

.imageNovita {
    content: url("../imgSito/IconeContenuti/icona_novita_width50.jpg");
}

.imageCasiApplicativi {
    content: url("../imgSito/IconeContenuti/icona_casi_appl_width50.jpg");
}

.imageMeeting {
    content: url("../imgSito/IconeContenuti/icona_meeting_width50.jpg");
}

/* Fine stili NUOVA SCHEDA EXPO-NOVITA-MEETING-CASE HISTORY */

/*Inizio Pagina RISPOSTA FORM per Pagamento Vip lunch*/
.contenutoRiepilogo p span {
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Regular'  'Chivo Regular'*/;
}

    .contenutoRiepilogo p span:first-child {
        margin-right: 5px;
        color: #4568dc;
    }

.contenutoRiepilogo p.totDaPagare {
    font-size: 22px;
    text-align: right;
}

    .contenutoRiepilogo p.totDaPagare span:nth-child(2) {
        display: inline-block;
        border: 2px solid #4568dc;
        border-radius: 10px;
        padding: 6px;
    }

.contenutoRiepilogo .tabRiepilogoAcquisto {
    font-family: 'Overpass Regular', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Regular'  'Chivo Regular'*/;
    margin: 20px 0 0 0;
    width: 100%;
}

    .contenutoRiepilogo .tabRiepilogoAcquisto table {
        width: 100%;
    }

.contenutoRiepilogo .divButtonsPagamento {
    width: 100%;
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
}

    .contenutoRiepilogo .divButtonsPagamento p {
        width: 240px;
    }

.contenutoRiepilogo .infoServizioPagamento {
    text-align: right;
    margin: 30px 0 0 0;
}

    .contenutoRiepilogo .infoServizioPagamento span {
        color: #000 !important;
        font-family: 'Overpass Italic', 'Verdana', 'Arial', 'Sans Serif' /*'Roboto Italic'  'Chivo Italic'*/;
    }

.contenutoRiepilogo .buttonPaga, .contenutoRiepilogo .buttonAnnullaPagamento {
    text-align: center;
    margin: 0 0 10px 0 !important;
    width: 240px;
    cursor: pointer;
}

    .contenutoRiepilogo .buttonPaga span {
        color: #ffffff !important;
        text-decoration: none !important;
        font-weight: normal;
        cursor: pointer;
    }

        .contenutoRiepilogo .buttonPaga span i, .contenutoRiepilogo .buttonAnnullaPagamento i {
            margin: 0 10px 0 0;
        }

    .contenutoRiepilogo .buttonPaga.button span input[type=submit] {
        background-color: transparent !important;
        border: none !important;
    }

    .contenutoRiepilogo .buttonAnnullaPagamento.button {
        background-color: #D81E5B !important;
    }

        .contenutoRiepilogo .buttonAnnullaPagamento.button:hover, .contenutoRiepilogo .buttonAnnullaPagamento.button:active {
            background-color: #8c054c !important;
            color: #fff !important;
        }

        .contenutoRiepilogo .buttonAnnullaPagamento.button a:hover, .contenutoRiepilogo .buttonAnnullaPagamento.button a:active,
        .contenutoRiepilogo .buttonAnnullaPagamento.button a span:hover, .contenutoRiepilogo .buttonAnnullaPagamento.button a span:active {
            color: #fff !important;
        }
/*Fine Pagina RISPOSTA FORM per Pagamento Vip lunch*/

/* NEWS SWIPER */
.divNewsSwiper {
    width: 100%;
    /*max-width: 2000px;*/
    margin: 20px auto 0 auto;
    padding: 4px;
    overflow: hidden;
}

    .divNewsSwiper .swiper-slide {
        text-align: center;
    }

        .divNewsSwiper .swiper-slide img {
            max-width: 250px;
            max-height: 250px;
        }

.titoloNewsSwiper {
    width: 100%;
    font-size: 24px;
    font-family: Overpass;
    color: #4568dc !important;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}
/* end NEWS SWIPER */

/*  CATALOGO EXPO e PROGRAMMA MEETING */
#divCercaInCatalogo {
    position: fixed;
    top: 60%;
    right: 0px;
    width: 500px;
    height: 400px;
    margin-top: -200px;
    margin-bottom: -200px;
    /*padding: 15px 15px 15px 0;*/
    background-color: #e3e3e3;
    border-top: 1px solid #CAC7C7;
    border-bottom: 1px solid #CAC7C7;
    border-left: 1px solid #CAC7C7;
    /*border-radius: 15px;*/
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 1;
}

    #divCercaInCatalogo .form-check-label {
        font-weight: normal;
    }

#btnApriCercaInCatalogo {
    position: fixed;
    top: 80%;
    right: 0;
    margin-top: -50px;
    margin-bottom: -50px;
    text-align: center;
    /*writing-mode: vertical-rl;
                text-orientation: upright;*/
    z-index: 1;
}

    #btnApriCercaInCatalogo a {
        /*width: 25px;
                    height: 120px;*/
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        /*padding-right: 15px;*/
    }

.btn-search {
    background-color: #4568dc;
    color: #fff;
}

    .btn-search:hover {
        border-color: #4568dc;
        background-color: #fff;
        color: #4568dc;
    }

#btnChiudiCercaInCatalogo {
    /*margin-top: auto;
                margin-bottom: auto;*/
    text-align: left;
    /*writing-mode: vertical-rl;
                text-orientation: upright;*/
    z-index: 1;
}

    #btnChiudiCercaInCatalogo a {
        /*width: 25px;
                    height: 120px;*/
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding-left: 2px;
        background-color: #CAC7C7;
        color: #000;
    }

.divInputCerca {
    margin: 10px;
}

#div_RichiediRicercaFullText {
    margin-left: 20px !important;
}

    #div_RichiediRicercaFullText label {
        font-weight: normal !important;
    }

.BloccoSingoloMeeting {
    margin: 15px;
    padding: 15px;
    border: 1px solid #CAC7C7;
    border-radius: 15px;
}
/* fine CATALOGO EXPO e PROGRAMMA MEETING */


@media screen and (max-width: 1330px) {
    .contenitoreAllPage.contenitoreLandingPage {
        margin: 0;
    }
}

@media screen and (max-width: 1130px) {
    .spanImgOverlayVideoHome {
        left: 33%;
        top: 33%;
    }

    .spanImgOverlayVideo {
        left: 32%;
        top: 32%;
    }
}

@media screen and (max-width: 1100px) {
    .bigliettoAziNovExpo, .bigliettoAziCasoAppl {
        width: 100%;
        text-align: left;
        float: none;
        margin: 0 5px 5px 5px;
    }

    .boxDatiNovExpoLarge, .boxDatiNovExpoMedium, .boxDatiCasoApplLarge, .boxDatiCasoApplMedium {
        float: none;
        width: 100%;
        margin: 0 5px 5px 5px;
    }

    .imgNovExpo, .imgCasoAppl {
        float: none;
        width: 100%;
        text-align: left;
        margin: 0 5px 5px 5px;
    }

    .divContenutoIntervista iframe {
        width: 80%;
    }

    .spanImgOverlayAltroVideo {
        left: 28%;
        top: 28%;
    }

    .divSingolaVideointervista {
        width: 23%;
    }
}

@media screen and (max-width: 1000px) {
    .spanImgOverlayVideo {
        left: 30%;
        top: 30%;
    }
}

@media screen and (max-width: 990px) {
    .spanImgOverlayVideoHome {
        left: 30%;
        top: 30%;
    }
}

@media screen and (max-width: 957px) {
    .bannerHome33 {
        width: 29%;
    }

        .bannerHome33 .titoloBannerHome {
            font-size: 1.2em !important;
        }
}

@media screen and (max-width: 950px) {
    .boxNovitaHome, .boxVideoIntervisteHome {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .divSingolaNovHome {
        width: 47%;
    }

    .divSingolaVideointervistaHome {
        width: 47%;
    }

    .divCitazioneVideointervistaHome {
        width: 90%;
    }

    .divLogoAziVideointervistaHome {
        height: 70px;
    }

        .divLogoAziVideointervistaHome img {
            max-height: 60px;
        }

    .spanImgOverlayVideoHome {
        left: 34%;
        top: 34%;
    }

    .divSingolaNewsHighlights {
        width: 45%;
        padding: 5px 10px 5px 10px;
    }
}

@media screen and (max-width: 875px) {
    .divContenutoIntervista iframe {
        width: 90%;
    }

    .spanImgOverlayAltroVideo {
        left: 22%;
        top: 22%;
    }

    .boxFormInfoContatti {
        width: 100%;
        order: 2;
    }

    .boxMappaContatti {
        width: 100%;
        height: 200px;
        order: 1;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 850px) {
    #divContenuti {
        display: block;
    }

    .contenitoreAllPage {
        margin: 0 2px 0 2px;
    }

        .contenitoreAllPage.contenitoreLandingPage {
            margin: 0;
        }

    .contenitoreLeft, .contenitoreRight {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .contenitoreRight {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        /*margin-bottom: 20px;*/
    }

        .contenitoreRight .titoloBanner, .contenitoreRight .borderbottomBanner {
            width: 45% !important;
            order: 10;
        }

            .contenitoreRight .titoloBanner:first-child {
                order: 1;
            }

            .contenitoreRight .borderbottomBanner:nth-child(2) {
                order: 3;
            }

            .contenitoreRight .titoloBanner:nth-child(3) {
                order: 2;
            }

            .contenitoreRight .borderbottomBanner:nth-child(4) {
                order: 4;
            }

            .contenitoreRight .titoloBanner:nth-child(5) {
                order: 6;
            }

            .contenitoreRight .borderbottomBanner:nth-child(6) {
                order: 5;
            }

    .boxLateraleDx {
        margin: 5px 5px 5px 5px;
    }

    .bannerHomeLeft {
        width: 100%;
        float: none;
        border-bottom: 1px solid #f1f1f4; /*#777474;*/
        margin-bottom: 15px;
    }

    .bannerHomeRight {
        width: 100%;
        float: none;
    }

    .divContenutoIntervista iframe {
        width: 80%;
    }

    .spanImgOverlayAltroVideo {
        left: 28%;
        top: 28%;
    }

    /* TITOLO PAGINA mobile */
    h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    /* SOTTOTITOLO PAGINA mobile */
    h2 {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    /* TITOLO BLOCCO mobile */
    h3 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    /* SOTTOTITOLO BLOCCO mobile */
    h4 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    /* stili ALTRI TITOLI mobile */
    h5 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    h6 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 800px) {
    .divSingolaVideointervista {
        width: 31%;
    }

    .boxNovitaIsole {
        margin: 0px 20px 0px 20px;
    }
}

@media screen and (max-width: 768px) {
    .divIstruzioniCatalogo {
        display: none;
    }
}

@media screen and (max-width: 730px) {
    .bannerHome33 {
        width: 28%;
    }

        .bannerHome33 .titoloBannerHome {
            font-size: 1em !important;
        }
}

@media screen and (max-width: 700px) {
    .pImgNovIsole {
        min-width: 200px;
        margin-top: 10px;
    }

    .divSingolaNovPagina {
        width: 48%;
    }

    .divLogoAziVideointervistaHome {
        height: 60px;
    }

        .divLogoAziVideointervistaHome img {
            max-height: 50px;
        }

    .divContenutoIntervista iframe {
        width: 85%;
    }

    .spanImgOverlayAltroVideo {
        left: 26%;
        top: 26%;
    }
}

@media screen and (max-width: 630px) {
    .divContenutoIntervista iframe {
        width: 88%;
    }

    .spanImgOverlayAltroVideo {
        left: 25%;
        top: 25%;
    }

    .divPaginaEvento .orarioSingoloEvento, .divPaginaEvento .salaSingoloEvento {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .divPaginaEvento .prenotazioneSingoloEvento {
        text-align: center;
    }
}

@media screen and (max-width: 615px) {
    .divContenutoIntervista iframe {
        width: 90%;
    }

    .spanImgOverlayAltroVideo {
        left: 23%;
        top: 23%;
    }
}

@media screen and (max-width: 600px) {
    .boxNovitaIsole {
        margin: 0px 2px 0px 2px;
    }

    .bannerHome45 {
        width: 100%;
    }

    .verticalBorderBannerHome {
        display: none;
    }

    .bannerHome33 {
        width: 100%;
    }

        .bannerHome33 .titoloBannerHome {
            font-size: larger !important;
        }
}

@media screen and (max-width: 580px) {
    .spanImgOverlayVideo {
        left: 35%;
        top: 35%;
    }

        .spanImgOverlayVideo img {
            width: 60px;
            height: 60px;
        }
}

@media screen and (max-width: 565px) {
    .divLogin div, .btnLoginForm {
        width: 100%;
    }

    .spanImgOverlayVideoHome {
        left: 33%;
        top: 33%;
    }

    .divContenutoIntervista iframe {
        width: 95%;
    }

    .divImgAltraVideoIntervista {
        width: 47%;
    }

        .divImgAltraVideoIntervista p {
            margin: 5px 0 15px 0 !important;
        }

    .spanImgOverlayAltroVideo {
        left: 33%;
        top: 33%;
    }

    .contenitoreRight .titoloBanner, .contenitoreRight .borderbottomBanner {
        width: 98% !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 550px) {
    .divSingolaNovPagina, .divSingolaNovIsole {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .divSingolaNovIsole {
        margin: 10px 0 0 10px;
    }

    .pImgNovPagina, .pImgNovIsole {
        min-width: 100%;
        /*margin-top:10px;*/
        width: 100%;
        clear: both;
        text-align: center;
    }

    .divDatiNovPagina, .divDatiNovIsole {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width: 530px) {
    .divSingolaNewsHighlights {
        width: 98%;
        padding: 5px 10px 5px 10px;
    }
}

@media screen and (max-width: 526px) {
    .divSingolaNovPagina {
        width: 46%;
    }

    .divDatiNovPagina p:first-child {
        font-size: 0.95em !important;
    }
}

@media screen and (max-width: 500px) {
    .divSingolaVideointervista {
        width: 47%;
    }
}

@media screen and (max-width: 495px) {
    .divContenutoIntervista iframe {
        width: 99%;
        height: 300px;
    }

    .spanImgOverlayVideo {
        left: 24%;
        top: 24%;
    }
}

@media screen and (max-width: 480px) {
    .divSingolaNovHome, .divSingolaVideointervistaHome {
        width: 100%;
    }

    .divCitazioneVideointervistaHome {
        width: 95%;
    }

    .spanImgOverlayVideoHome {
        left: 35%;
        top: 35%;
    }

    .spanImgOverlayAltroVideo {
        left: 30%;
        top: 30%;
    }
}

@media screen and (max-width: 450px) {
    .divContenutoIntervista iframe {
        height: 250px;
    }
}

@media screen and (max-width: 410px) {
    .spanImgOverlayAltroVideo {
        left: 27%;
        top: 27%;
    }

    .divSingolaVideointervista {
        margin: 10px 0 0 0;
    }

    .divLogoAziVideointervista img {
        max-width: 100px;
    }

    .divCitazioneVideointervista {
        width: 98%;
    }

    .divImgVideoIntervista {
        width: 80%;
        margin: 0 auto 10px auto;
        padding-bottom: 10px;
        border-bottom: 1px solid #777474;
    }

        .divImgVideoIntervista a {
            text-align: center;
            float: none;
            max-width: none;
        }

            .divImgVideoIntervista a img {
                margin: 0 auto;
                display: block;
            }

    .spanImgOverlayVideo {
        left: 35%;
        top: 35%;
    }

    .divSingolaNovPagina {
        width: 98%;
    }
}

/* MF aet201.6 - classe per fare in modo che un div sia largo 80% dello spazio da desktop, e poi riducendo occupi il 100% */
.width80Desktop {
    width: 80% !important;
}

@media screen and (max-width: 1280px) {
    .width80Desktop {
        width: 100%;
    }
}
/* fine modifiche MF aet201.6 */

@media screen and (max-width: 380px) {
    .divContenutoIntervista iframe {
        height: 200px;
    }
}

@media screen and (max-width: 360px) {
    .spanImgOverlayAltroVideo {
        left: 23%;
        top: 23%;
    }
}

@media screen and (max-width: 312px) {
    .divContenutoIntervista iframe {
        height: 170px;
    }
}

@media screen and (max-width: 295px) {
    .spanImgOverlayVideoHome {
        left: 33%;
        top: 33%;
    }

    .spanImgOverlayAltroVideo {
        left: 16%;
        top: 16%;
    }
}

@media screen and (max-width: 270px) {
    .spanImgOverlayVideoHome {
        left: 32%;
        top: 32%;
    }
}

@media screen and (min-width:1280px) /*PC*/
{
    .soloPc {
        display: block;
    }

    .soloTablet {
        display: none;
    }

    .soloMobile {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 1280px) /*tablet portrait e landscape*/
{
    .soloPc {
        display: none;
    }

    .soloTablet {
        display: block;
    }

    .soloMobile {
        display: none;
    }
}

@media screen and (max-width: 640px) /*smartphone portrait e landscape*/
{
    .soloPc {
        display: none;
    }

    .soloTablet {
        display: none;
    }

    .soloMobile {
        display: block;
    }
}

/* INIZIO stile contenuti fiera */
@media screen and (max-width: 640px) {
    .menuContenutiFiera {
        display: none;
    }
}
/* FINE stile menu contenuti fiera */
