/* GENERAL */


@media (max-width: 1084px) {
    body {
        overflow-x: initial !important; /*Dicembre 2026: altrimenti non funziona infinte scroll nel layout blocchetti con vista < 1085px*/
    }
}

.page-container-bg-solid .page-content {
    background: #f4f4f4 !important;
}

.modal-content {
    overflow: hidden;
}

.modal-content div.mobile-end-modal-close {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

@media(min-width: 640px) {
    .modal-content div.mobile-end-modal-close {
        display: none;
    }
}

.journal .btn-default {
    color: #d64635;
    background-color: transparent;
    border-color: #d64635;
    text-transform: uppercase;
}

.journal .btn-close {
    color: #999999;
    background-color: #fff;
    border-color: #999999;
}



.journal .btn-default.disabled {
    color: #999999;
    background-color: #fff;
    border-color: #999999;
}

.journal .btn-link {
    color: #d64635;
    background-color: transparent;
    border-color: transparent;
    padding: 6px;
}

.journal .help {
    color:#999999;
    font-size: 14px;
}

.journal .text-success {
    color: #06aa00;
}


.journal .btn-default:hover , .journal .btn-default:active, .journal .btn-default:focus {
    color: #ffffff;
    background-color: #e64635;
}

.journal .btn-default:hover a , .journal .btn-default:active a, .journal .btn-default:focus a{
    color: #ffffff;
}

.journal .btn-default.active, .journal .btn-default.active a  {
    color: #ffffff;
    background-color: #d64635;
}

.journal .btn-close:hover , .journal .btn-close:active, .journal .btn-close:focus {
    color: #ffffff;
    background-color: #999999;
}

/* MENU */

.journal .btn-toolbar {
    width:80%;
    max-width:1200px;
    margin:0px auto;
}

.journal-menu.btn-group {
    width:100%;

}

.jm-btn {
    width:20%;
    display: inline-block;
    padding: 5px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    border-radius:0;
}

.jm-btn.active, .jm-btn.active:hover {
    border:1px solid #d64635;
    background-color:#d64635;
    color:#ffffff;
}

.jm-btn:hover {
    /*background-color:#fafafa;*/
}

.jm-icon {
    font-size:36px !important;
    line-height:50px !important;
    color: #999999;
    vertical-align: middle;
    position: relative;
    bottom:4px;
}

.jm-btn.active .jm-icon, .jm-btn:hover.active .jm-icon {
    color:#ffffff;
}


.jm-btn:hover .jm-icon {
    color:#d64635;
}

.jm-lbl {
    display:none;
    padding-left:10px;
    color:#999999;
    font-weight: 100;
    font-size: 20px;
    line-height:50px
}

.jm-btn.active .jm-lbl, .jm-btn:hover.active .jm-lbl {
    color:#ffffff;
}


.jm-btn:hover .jm-lbl {
    color:#d64635;
}

@media(min-width: 1200px) {
    .jm-lbl {
        display:inline-block;
    }
}

/* MENU CAMELOT */

.camelot .btn-toolbar {
    width:80%;
    max-width:1200px;
    margin:0px auto;
}

.camelot .journal-menu.btn-group {
    width:100%;

}

.camelot .journal-menu.jm-top-row.btn-group{
    width: 90%;
    margin-left: 5%;
}

.cm-btn {
    width:33%;
    display: inline-block;
    padding: 5px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    border-radius:0;
}

.jm-bottom-row .cm-btn {
    width:25%;
    border-top:1px solid #dddddd;
}

.jm-top-row .cm-btn
{
    /*border-bottom:1px solid #dddddd;*/
}

.cm-btn.active, .cm-btn.active:hover {
    border:1px solid #d64635;
    background-color:#d64635;
    color:#ffffff;
}

.cm-btn:hover {
    /*background-color:#fafafa;*/
}

.cm-icon {
    font-size:24px !important;
    line-height:50px !important;
    color: #999999;
    vertical-align: middle;
    position: relative;
    bottom:4px;
}

.cm-btn.active .cm-icon, .cm-btn:hover.active .cm-icon {
    color:#ffffff;
}


.cm-btn:hover .cm-icon {
    color:#d64635;
}

.cm-lbl {
    display:none;
    padding-left:4px;
    color:#999999;
    font-weight: 100;
    font-size: 18px;
    line-height:50px
}

.cm-btn.active .cm-lbl, .cm-btn:hover.active .cm-lbl {
    color:#ffffff;
}


.cm-btn:hover .cm-lbl {
    color:#d64635;
}

@media(min-width: 1200px) {
    .cm-lbl {
        display:inline-block;
    }
}



/* CORE */
.journal .journal-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    font-family: "Times New Roman",Times,serif;
}

@media(min-width: 501px){.journal .journal-title{font-size: 40px;}}
@media(min-width: 768px){.journal .journal-title{font-size: 60px;}}

.journal .journal-subtitle {
    color:#000;
    font-size: 20px;
    font-weight:700;
    margin-bottom:0px;
    margin-top: 0;
    text-align: center;
}

.journal .journal-subtitle > a {
    color:#000;
    text-decoration:none;
}

@media(min-width: 501px){.journal .journal-title{font-size: 40px;}.journal .journal-subtitle {font-size: 24px;}}
@media(min-width: 768px){.journal .journal-title{font-size: 60px;}.journal .journal-subtitle {font-size: 36px;}}


.journal .news-container a.btn {
    color:#d64635;
}

.journal .news-container a:hover.btn, .journal .news-container a:focus.btn, .journal .news-container a:active.btn {
    background-color:#d64635;
    color:#ffffff;
}

.journal .news-container h5 {
    font-weight: normal;
    color: #888;
}


/* ---- grid ---- */

.grid {
    margin: auto;
    position: relative;
}

#fixed-widget,
#fixed-widget-top
{
    width: 388px;
    margin-left: 6px;
    margin-right: 6px;
    display:block;
    float:right;
}

#fixed-widget-bottom {
    display:none;
}

#fixed-widget .banner,
#fixed-widget .agenda,
#fixed-widget-top .banner,
#fixed-widget-top .agenda,
#fixed-widget-bottom .banner,
#fixed-widget-bottom .agenda
{
    float:right;
    width: 388px;
    height: 433px;
    font-size: 14px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #e0e0e0;
    overflow: hidden;
}

#fixed-widget-bottom .banner,
#fixed-widget-bottom .agenda
{
    float:none;
    margin-left:auto;
    margin-right:auto;
}

#fixed-widget .agenda,
#fixed-widget-top .agenda,
#fixed-widget-bottom .agenda
{
    padding: 10px;
}

@media(max-width:849px) {
    #fixed-widget,
    #fixed-widget-top {
        display:none;
    }

    #fixed-widget-bottom {
        display:block;
    }
}


.news-container .post:not(.advertising) {
    position: relative;
    width: 388px;
    margin: 6px;
    height: 433px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}

.news-container .post:not(.advertising):not(.double) .gradient-bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF22', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}

.news-container .post .click-area-1{
    top: 0;
    height: 40px;
    margin: 0;
    padding: 0;
}

.news-container .post .post-publication-container
{
    width: 100%;
}

.news-container .post .post-image-container{
    overflow: hidden;
    width: 388px;
    height: 218px;
}

.news-container .post .post-title-container{
    width: 388px;
    margin: 10px 0;
}

.news-container .post .post-content-container{
    width: 388px;
}

.news-container .post .click-area-2{
    height: 393px;
    margin: 0;
    padding: 0;
}

.post .post-bottom-button {
    display:block;
    position:absolute;
    bottom:0;
    color: #ffffff;
    background-color: #d64635;
    border-color: #d64635;
    width: 100%;
    text-align: center;
    line-height: 40px;

}


@media(min-width:992px)
{
    .news-container .post.settimanale-article {
        position: relative;
        width: 100%;
        margin: 6px;
        height: 162px;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        float: left;
        position: relative;
        overflow: hidden;
        background-color: #FFFFFF;
    }

    .news-container .post.settimanale-article.post-contained {
        height:202px;
    }

    .news-container .post.settimanale-article .post-image-container{
        overflow: hidden;
        width: 288px;
        height: 162px;
        float:left;
        background-color:#ff0000;
    }

    .news-container .post.settimanale-article .post-title-container{
        width: 502px;
        margin: 10px 0;
        float:left;
    }

    .news-container .post.settimanale-article .post-content-container{
        width: 502px;
        float:left;
    }
}


.search-container {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

@media(max-width:480px) {
    .search-container {
        width:100%;
    }
}





/* SMALL SCREENS */
@media (min-width: 320px) and (max-width: 480px){
    #fixed-widget-bottom{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    #fixed-widget-bottom .banner,
    #fixed-widget-bottom .agenda{
        width: 100%;
        height: 433px;
    }

    #fixed-widget-bottom .banner-widget {
        width: 100% !important;
        height: fit-content !important;
    }

    #fixed-widget-bottom .agenda {
        padding: 10px;
    }

    #fixed-widget-bottom .datepicker-inline {
        width: 100%;
    }

    #fixed-widget-bottom .datepicker table {
        margin: auto;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #fixed-widget-bottom .table-condensed > thead > tr > th,
    #fixed-widget-bottom .table-condensed > tbody > tr > th,
    #fixed-widget-bottom .table-condensed > tfoot > tr > th,
    #fixed-widget-bottom .table-condensed > thead > tr > td,
    #fixed-widget-bottom .table-condensed > tbody > tr > td,
    #fixed-widget-bottom .table-condensed > tfoot > tr > td {
        padding: 5px 10px !important;
    }

    .news-container .post:not(.advertising) {
        position: relative;
        width: 100%;
        margin: 6px;
        height: 433px;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        float: left;
        position: relative;
        overflow: hidden;
        background-color: #FFFFFF;
    }

    .news-container .post {
        /*Override for small screen*/
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .news-container .post:not(.advertising):not(.double) .gradient-bottom{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF22', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    }

    .news-container .post .click-area-1{
        position: absolute;
        top: 0;
        height: 40px;
        margin: 0;
        padding: 0;
    }

    .news-container .post .post-publication-container
    {
        width: 100%;
    }

    .news-container .post .post-image-container{
        width: 100%;
    }

    .news-container .post .post-title-container{
        width: 100%;
        margin: 10px 0;
    }

    .news-container .post .post-content-container{
        width: 100%;
    }

    .news-container .post .click-area-2{
        height: 393px;
        margin: 0;
        margin-top: 40px;
        padding: 0;
    }

    .news-container .post .post-image-container{
        overflow: hidden;
        height: 218px;
        width: 100%;
    }
}

.news-container .post .post-type,
.news-container .post .post-date{
    height: 40px;
    font-size: 14px;
}

.news-container .post .post-type{
    float: left;
    text-transform: uppercase;
    color: #d64635;
    padding: 10px;
}

.news-container .post .post-date{
    float: right;
    padding: 10px;
}

.news-container .post .post-title{
    margin: 0 10px;
    font-size: 23px;
    line-height: 31px;
    color:#333;
    font-weight: 400;
}

.news-container .post .post-subtitle{
    margin: 0px 10px;
    color:#999;
    font-size: 20px;
    line-height: 30px;
    font-style: italic; 
}

.news-container .post .post-subtitle-v2{
    margin: 0px 10px;
    color:#d64635;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}


.news-container .post .post-text {
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;;
    color:#666;
    overflow: hidden;
}

.news-container .post .post-text span.post-info {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color:#666;
    overflow: hidden;
}

.news-container .post .post-text span.post-info span.tag-info {
    color: #d64635;
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
}

.news-container .post .post-text span.post-info span.tag-info:after {
    font-size: 18px;
    font-weight: bolder;
    color:#666;
    content: '\002219';
}

.news-container .post .post-tags {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 8px;
    display: flex;
    flex-flow: row wrap-reverse;
}

.news-container .post .post-tags .label {
    margin:2px;
    width:119px;
    height:20px;
}




@media(max-width: 419px) {
    .grid,
    .post-carousel,
    #business-cards {
        width: 100%;
    }

    .news-container .post {
        width: 100%;
        margin: 10px 0px;
    }
}
@media(min-width: 420px) {
#business-cards {
        width: 100%;
    }
}

@media(min-width: 420px) {
    .grid,
    .post-carousel{
        width: 400px;
    }
}

@media (min-width: 850px) {
    .grid,
    .post-carousel,
    #business-cards {
        width: 800px;
    }
}


@media (min-width: 1085px) {
    .grid,
    .post-carousel,
    #business-cards {
        width: 800px;
    }
}

@media (min-width: 1295px) {
    .page-sidebar-closed .grid,
    .page-sidebar-closed .post-carousel,
    .page-sidebar-closed #business-cards {
        width: 1200px;
    }
    .page-sidebar-closed .news-container .post.double{
        width: 788px;
    }

    .page-sidebar-closed .news-container .post.double .post-image-container{
        overflow: hidden;
        position: absolute;
        top: 0;
        height: 433px;
        width: 788px;
        z-index: 10;
    }

    .page-sidebar-closed .news-container .post.double .post-image-overlay{
        position: relative;
        height: 433px;
        width: 788px;
        background-color: rgba(0,0,0,0.65);
        z-index: 20;
    }

    .page-sidebar-closed .news-container .post.double .post-image-overlay:after{
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px;
        font-weight: lighter;
        color: white;
        content: "CONTINUA >";
        z-index: 30;
    }

    .page-sidebar-closed .news-container .post.double .post-publication-container{
        position: relative;
        width: 788px;
        height: 40px;
        z-index: 30;
    }

    .page-sidebar-closed .news-container .post.double .post-type,
    .page-sidebar-closed .news-container .post.double .post-date{
        color: white;
    }

    .page-sidebar-closed .news-container .post.double .post-title-container{
        position: relative;
        width: 788px;
        height: 160px;
        z-index: 30;
    }

    .page-sidebar-closed .news-container .post.double .post-title{
        color: white;
        font-size:32px;
        line-height:42px;
    }

    .page-sidebar-closed .news-container .post.double .post-subtitle{
        color: white;
    }

    .page-sidebar-closed .news-container .post.double .post-content-container{
        position: relative;
        width: 788px;
        height: 163px;
        z-index: 30;
    }

    .page-sidebar-closed .news-container .post.double .post-text {
        color: white;
        font-size:18px;
        line-height:28px;
    }

    .page-sidebar-closed .news-container .post.double .post-text span.post-info {
        display: list-item;
        list-style-type: square;
        list-style-position: inside;
        margin-left: 0;
        margin-bottom: 20px;
        font-size: 30px;
        color: #d64635;
    }

    .page-sidebar-closed .news-container .post.double .post-text span.post-info span.tag-info {
        color: white;
        font-style: italic;
        font-weight: lighter;
        font-size: 13px;
        vertical-align: middle;
    }

    .page-sidebar-closed .news-container .post.double .post-text span.post-info span.tag-info:after {
        content: '';
    }

}

@media (min-width: 1485px) {
    .grid,
    .post-carousel,
    #business-cards {
        width: 1200px;
    }

    .news-container .post.double{
        width: 788px;
    }

    .news-container .post.double{
        width: 788px;
    }

    .news-container .post.double .post-image-container{
        overflow: hidden;
        position: absolute;
        top: 0;
        height: 433px;
        width: 788px;
        z-index: 10;
    }

    .news-container .post.double .post-image-overlay{
        position: relative;
        height: 433px;
        width: 788px;
        background-color: rgba(0,0,0,0.65);
        z-index: 20;
    }

    .news-container .post.double .post-image-overlay:after{
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px;
        font-weight: lighter;
        color: white;
        content: "CONTINUA >";
        z-index: 30;
    }

    .news-container .post.double .post-publication-container{
        position: relative;
        width: 788px;
        height: 40px;
        z-index: 30;
    }

    .news-container .post.double .post-type,
    .news-container .post.double .post-date{
        color: white;
    }


    .news-container .post.double .post-title-container{
        position: relative;
        width: 788px;
        height: 160px;
        z-index: 30;
    }

    .news-container .post.double .post-title {
        color: white;
        font-size:32px;
        line-height:42px;
    }

    .news-container .post.double .post-subtitle{
        color: white;
    }

    .news-container .post.double .post-content-container{
        position: relative;
        width: 788px;
        height: 163px;
        z-index: 30;
    }

    .news-container .post.double .post-text {
        color: white;
        font-size:18px;
        line-height:28px;
    }

    .news-container .post.double .post-text span.post-info {
        display: list-item;
        list-style-type: square;
        list-style-position: inside;
        margin-left: 0;
        margin-bottom: 20px;
        font-size: 30px;
        color: #d64635;
    }

    .news-container .post.double .post-text span.post-info span.tag-info {
        color: white;
        font-style: italic;
        font-weight: lighter;
        font-size: 13px;
        vertical-align: middle;
    }

    .news-container .post.double .post-text span.post-info span.tag-info:after {
        content: '';
    }
}

@media (min-width: 1695px) {
    .page-sidebar-closed .grid,
    .page-sidebar-closed .post-carousel,
    .page-sidebar-closed #business-cards {
        width: 1600px;
    }
}

@media (min-width: 1885px) {
    .grid,
    .post-carousel,
    #business-cards {
        width: 1600px;
    }
}


#agenda-date-container .table-condensed > thead > tr > th,
#agenda-date-container .table-condensed > tbody > tr > th,
#agenda-date-container .table-condensed > tfoot > tr > th,
#agenda-date-container .table-condensed > thead > tr > td,
#agenda-date-container .table-condensed > tbody > tr > td,
#agenda-date-container .table-condensed > tfoot > tr > td {

    padding: 5px 17px;
}


#agenda-date-container td.day:not(.disabled){
    background-color: #CCC;
    font-weight: bold;
}

.journal .select2-container .select2-selection--single {
    height: 44px;
}


.journal .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    line-height: 30px;

}

.journal .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 42px;
}

.post.search {
    background-color:#fafafa;
}

.post.agenda {
    padding: 10px;
}

.journal #search-form {
    margin: 10px;
}

.search-summary {
    position:relative;
    bottom:30px;
    font-size: 22px;
    text-align: center;
}

.journal #business-cards {
    margin: 10px auto;
    font-size:16px;
    padding:10px;
}

.journal #business-cards .panel-heading{
    font-size:26px;
    background-color:#ffffff;
    cursor:pointer;
}

.journal #business-cards .panel-heading:after {
    font-family:Fontawesome;
    content:'\f077';
    float:right;
    font-size:20px;
    font-weight:300;
    position: relative;
    bottom: 28px;

}
.journal #business-cards .panel-heading.collapsed:after {
    font-family:Fontawesome;
    content:'\f078';
}

.journal #business-cards .panel-heading .panel-title{
    font-size:24px;
}


.journal .panel-body, .journal #business-cards .panel-body{
    font-size:16px;
}




.journal .profiles {
    margin-top: 120px;
}

.journal a.profile {
    display: block;
    margin: 10px 10px 20px 10px;
    background-color: #999999;
    padding: 12px 20px;
    color: #ffffff;
}

.journal .profile .profile-arrow{
    float: right;
    font-size: 20px;
    line-height: 20px;
}

.journal .agenda {
    background-color:#fafafa;
}

.journal #agenda-date-container td.day:not(.disabled){
    background-color:#939393;
    color:#ffffff;
    font-weight: 400 !important;
}
.journal .agenda .event-list {
    display: block;
    margin: 6px 0px;
    padding: 0px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    width: 100%;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.journal .agenda .event-list .event-date {
    background-color: #999999;
    float: left;
    height: 30px;
    width: 15%;
    text-align: center;
    line-height: 30px;
    border: 1px solid #999999;
}

.journal .agenda .event-list .event-name {
    float: left;
    width: 85%;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    color:#333333;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MODALE PUBBLICAZIONE */

.journal a.modal-go-back{
    color: #d64635;
    display: none;
}

.publication-view {

}

.publication-view .publication-header {
    font-size: 24px;
    color: black;
}

.publication-view .publication-header .publication-type{
    text-transform: uppercase;
    height: 40px;
    color: #d64635;
}

.publication-view .publication-header .publication-date{
    text-transform: uppercase;
    height: 40px;
    color: #8a8a8a;
}
.publication-view .publication-header .publication-author{
    font-size: 14px;
    font-weight: lighter;
    color: #8a8a8a;
}
.publication-view .publication-header .publication-title h1{
    font-size: 36px;
}
.publication-view .publication-header .publication-subtitle h2{
    font-size: 24px;
    color: #8a8a8a;
}

.publication-view .publication-image-container,
.publication-view .publication-cover {
    width: 100%;
    height: 490px;
    margin-top: 10px;
    margin-bottom: 10px;
    border:1px solid #eee;
}

.publication-view .publication-image-container > img.attachment-image,
.publication-view .publication-cover > img.attachment-image,
.publication-view .manager-profile-image-container  > img.attachment-image {
    line-height: 1;
    -webkit-max-logical-height: 100%;
    -webkit-max-logical-width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.publication-view .manager-profile-image-container {
    max-width:280px;
    width: 100%;
    height: 280px;
    margin-top: 10px;
    margin-right: 10px;
    float:left;
    border:1px solid #eee;
}

.publication-view .publication-gallery-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.publication-view .publication-gallery-container .publication-gallery {
    width: 100%;
}

.publication-view .publication-gallery .carousel-inner {
    width: 100%;
}

.publication-view .publication-gallery .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.publication-view .publication-gallery .carousel-inner .item .gallery-image{
    max-width: 868px;
}

.publication-view .publication-gallery .carousel-control.left,
.publication-view .publication-gallery .carousel-control.right {
    line-height: 220px;
    font-size: 3em;
    color:#ffffff;
}

@media(min-width: 768px) {
    .publication-view .publication-gallery .carousel-control.left,
    .publication-view .publication-gallery .carousel-control.right {
        line-height: 320px;
    }
}

@media (min-width: 992px) {
    .publication-view .publication-gallery .carousel-control.left,
    .publication-view .publication-gallery .carousel-control.right {
        line-height: 490px;
        font-size: 5em;
    }

}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    -webkit-max-logical-height: 100%;
    -webkit-max-logical-width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.publication-view .publication-gallery .carousel-caption {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 35px;
}

.publication-view .publication-gallery .carousel-indicators {
    bottom: 0;
}

.publication-view .publication-content span.publication-content-text, .publication-view .publication-content span.publication-content-text p
{
    font-size:18px;
}

.publication-view .publication-content span.publication-content-text p img
{
    /* immagini disposte a sinistra nei paragrafi di contenuto */
    float: left;
    margin-right: 6px;
    margin-top: 6px;
    max-width: 300px !important;
    height: auto !important;
}

.publication-view .publication-content span.publication-content-info span.tag-info {
    color: #d64635;
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
}

.publication-view .publication-content span.publication-content-info span.tag-info:after {
    font-size: 18px;
    font-weight: bolder;
    color:#666;
    content: '\002219';
}

.label-tag {
    display:inline-block;
}

.label.label-default a {
    color:#fff;
}

/* PUBBLICAZIONI CORRELATE */

.related-publications{

}

.related-publications .profiles-section{
    width: 100%;
    border-top: 1px solid #eeeeee;
}

.related-publications .profiles-section a {
    color:#000000;
}

.related-publications .profiles-section h5, .contained-publications h5{
    font-weight: normal;
    color: #888;
}

.related-publications .related-profile {
    width: 33%;
    float: left;
    margin:10px 0px;
}

.related-publications .full-profile .related-profile {
    width: 100%;
    margin:10px 0px;
}

.related-publications .related-profile .picture-container{
    border: 1px solid #eee;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -o-border-radius:3px;
    margin: 0px 5px 10px 5px;
    width:80px;
    height:80px;
    position:relative;
}

.related-publications .related-profile .big-picture-container{
    border: 1px solid #eee;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -o-border-radius:3px;
    margin: 0px 5px 10px 5px;
    width:192px;
    height:108px;
    position:relative;
}

.related-publications .related-profile .picture-container .profile-picture, .related-publications .related-profile .big-picture-container .profile-picture{

    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.related-publications .related-profile .picture-container .manager-profile, .related-publications .related-profile .big-picture-container .building-profile {
    max-height: 100%;
    max-width: 100%;
}

.related-publications .related-profile .picture-container .company-profile {
    max-height: 90%;
    max-width: 90%;
}

.related-publications .related-profile .data-container{
    padding-left: 5px;
    width: calc(100% - 110px);
    font-size:14px;
    height: 80px;
    overflow: hidden;
}

.related-publications .related-profile .data-container i{
    color: #d64635;
}

.related-publications .contents-section{
    width: 110%;
    padding: 1% 5% 3% 5%;
    margin-left: -5%;
    margin-bottom: -2%;
    background-color: #e0e0e0;
}

.related-publications .contents-section h5{
    font-weight: normal;
    color: #888;
}

.related-publications .contents-section .related-content{
    position: relative;
    margin: 20px 0;
}

.related-publications .contents-section .related-content:after{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 20px;
    color: #888;
    content: ">";
    z-index: 30;
}

.related-publications .contents-section .related-content .content-title{

}

.related-publications .contents-section .related-content .content-title span.bullet{
    display: list-item;
    list-style-type: square;
    list-style-position: outside;
    font-size: 36px;
    color: #d64635;
    line-height: 24px;
    position:relative;
    left:32px;
    margin-right:50px;
}

.related-publications .contents-section .related-content .content-title span.title{
    position: relative;
    top: -3px;
    left: -8px;
    font-weight: 800;
    font-size: 16px;
    color: black;
    vertical-align: middle;
}

.related-publications .contents-section .related-content .content-subtitle{
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    color: #888;
}

/* PUBBLICAZIONI CONTENUTE */

div.contained-publications {
    margin-top:30px;
    padding: 0px 0px;
    border-top: 1px solid #eeeeee;
}

.modal-grid {
    width: 400px;
    margin:0px auto;
}

@media(min-width:992px) {
    .modal-grid {
        width: 800px;
    }
}
/* GENERAL */


.post.advertising {
    /*margin-top:10px;*/
}

/* MP e CP */
.label-container {
    display: inline-block;
    width:90px;
}

/* DEALS */

.publication-deal-details {
    margin-top:30px;
}


.publication-deal-details p {
    margin-top:0px;
}

.deals .table-deals a {
    color:#000000;
}

.deals .table-deals a:visited {
    color:#000000;
}

.deals .table-deals th {
    text-transform: uppercase;
    background-color:#eeeeee;
}

.deals .table-deals .label-default {
    background-color: #777;
}

.deals .table-deals .companytd {
    max-width: 400px;
    padding-right: 10px;
    overflow: hidden;
    line-height: 25px;
}



/* EVENTS */

.publication-event-details-container
{
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding-top:20px;
}


/* DIRECTORIES */

#directory-header{
    background-color: lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    color: #d64635;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

#companies {
    margin:10px 0px;
}

#companies-profiles table.alphabet {
    width: 100%;
    border: 1px solid lightgray;
    margin-bottom: 10px;
}

#companies-profiles table.alphabet tr{
    border-bottom: 1px solid lightgray;
}

#companies-profiles table.alphabet td{
    text-align: center;
    border-right: 1px solid lightgray;
    font-size: 20px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

#companies-profiles table.alphabet td a{
    color: black;
}

#companies-profiles table.alphabet td.selected{
    background-color: #d64635;
}

#companies-profiles table.alphabet td.selected a{
    color: white;
}

#companies-profiles .select2-container .select2-selection--single {
    height: 44px;
}

#companies-profiles .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    line-height: 30px;
}

#companies-profiles .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 42px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 3rem;
}


#companies-profiles ul.company-profile-activities{
    padding: 0;
    border: 1px solid lightgray;
    border-radius: 3px;
}

#companies-profiles li.company-profile-activity{
    list-style-type: none;
    border-bottom: 1px solid #e7ecf1;
    font-size: 20px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

#companies-profiles li.company-profile-activity a{
    color: black;
}

#companies-profiles li.company-profile-activity.selected{
    background-color: #d64635;
}
#companies-profiles li.company-profile-activity.selected a{
    color: white;
}

/**/
ul.filter-by-esg{
    margin-top:33px;
    padding: 0;
    border: 1px solid #07ab09;
    border-radius: 3px;
}

ul.filter-by-esg > li.company-profile-esg{
    list-style-type: none;
    font-size: 20px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 300;

}

ul.filter-by-esg li.company-profile-esg a{
    color:#07ab09;
}

ul.filter-by-esg li.company-profile-esg.selected{
    background-color: #07ab09;
}
ul.filter-by-esg li.company-profile-esg.selected a{
    color: white;
}




#companies-profiles .company-profile {
    display: block;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFF;
}

#companies-profiles .company-profile:hover {
    background-color: #454545;
    cursor:pointer;
}

#companies-profiles .company-profile .company-image {
    display: table-cell;
    max-height: 110px;
    max-width: 110px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 5px;
}

#companies-profiles .company-profile .company-image img {
    border: none;
    border-radius: 5px;
    max-height: 110px;
    max-width: 110px;
}

#companies-profiles .company-profile .company-name {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    line-height: 110px;
    color: #333;
    padding-left: 20px;
}

#companies-profiles .company-profile:hover .company-name{
    color:#ffffff;
}

/* BUILDING PROFILES */

#building {
    margin:10px 0px;
}

#building-profiles table.alphabet {
    width: 100%;
    border: 1px solid lightgray;
    margin-bottom: 10px;
}

#building-profiles table.alphabet tr{
    border-bottom: 1px solid lightgray;
}

#building-profiles table.alphabet td{
    text-align: center;
    border-right: 1px solid lightgray;
    font-size: 20px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

#building-profiles table.alphabet td a{
    color:#999999;
}

#building-profiles table.alphabet td.selected{
    background-color: #d64635;
}

#building-profiles table.alphabet td.selected a{
    color: white;
}

#building-profiles .select2-container .select2-selection--single {
    height: 44px;
}

#building-profiles .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    line-height: 30px;
}

#building-profiles .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 42px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 3rem;
}


#building-profiles ul.building-profile-property-types{
    padding: 0;
    border: 1px solid lightgray;
    border-radius: 3px;
}

#building-profiles li.building-profile-property-type{
    list-style-type: none;
    border-bottom: 1px solid #e7ecf1;
    font-size: 20px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

#building-profiles li.building-profile-property-type a{
    color:#999999;
}

#building-profiles li.building-profile-property-type.selected{
    background-color: #d64635;
}
#building-profiles li.building-profile-property-type.selected a{
    color: white;
}


#building-profiles ul.building-profile-highlighted-projects{
    padding: 0;
    border: 1px solid lightgray;
    border-radius: 3px;
}

#building-profiles li.building-profile-highlighted{
    list-style-type: none;
    border-bottom: 1px solid #e7ecf1;
    font-size: 20px;
    padding: 12px;
    font-weight: 300;
}

#building-profiles ul.building-profile-highlighted-projects a{
    color:#999999;
}


#building-profiles ul.building-profile-highlighted-projects a:hover{
    color:#d64635;
}



#building-profiles .building-profile {
    display: block;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFF;
}

#building-profiles .building-profile:hover {
    background-color: #454545;
    cursor:pointer;
}

#building-profiles .building-profile .building-image {
    display: table-cell;
    max-height: 110px;
    max-width: 110px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 5px;
}

#building-profiles .building-profile .building-image img {
    border: none;
    border-radius: 5px;
    max-height: 110px;
    max-width: 110px;
}

#building-profiles .building-profile .building-name {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    height: 110px;
    color: #333;
    padding-left: 20px;
}



#building-profiles .building-profile:hover .building-name{
    color:#ffffff;
}



#companies-profiles .glossary-item {
    display: block;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFF;
}

#companies-profiles .glossary-item:hover {
    background-color: #454545;
    cursor:pointer;
}


#companies-profiles .glossary-item .glossary-name {
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding: 20px;
}

#companies-profiles .glossary-item:hover .glossary-name {
    color:#fff;
}

.glossary-item .label {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px;
    color: #fff;
    float: right;
    margin: 21px 5px;
    background-color:#999;
}

/*

DATABASE
    
*/



@media(max-width:1999px) {
    #database.search-container {
        width:100%;
    }
}



#building {
    margin:10px 0px;
}

#database table.alphabet {
    width: 100%;
    border: 1px solid lightgray;
    margin-bottom: 10px;
}

#database table.alphabet tr{
    border-bottom: 1px solid lightgray;
}

#database table.alphabet td{
    text-align: center;
    border-right: 1px solid lightgray;
    font-size: 20px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

#database table.alphabet td a{
    color:#999999;
}

#database table.alphabet td.selected{
    background-color: #d64635;
}

#database table.alphabet td.selected a{
    color: white;
}

#database .select2-container .select2-selection--single {
    height: 44px;
}

#database .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    line-height: 30px;
}

#database .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 42px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 3rem;
}


#database ul.building-profile-property-types{
    padding: 0;
    border: 1px solid lightgray;
    border-radius: 3px;
}

#database li.building-profile-property-type{
    list-style-type: none;
    border-bottom: 1px solid #e7ecf1;
    font-size: 20px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

#database li.building-profile-property-type a{
    color:#999999;
}

#database li.building-profile-property-type.selected{
    background-color: #d64635;
}
#database li.building-profile-property-type.selected a{
    color: white;
}


#database ul.building-profile-highlighted-projects{
    padding: 0;
    border: 1px solid lightgray;
    border-radius: 3px;
}

#database li.building-profile-highlighted{
    list-style-type: none;
    border-bottom: 1px solid #e7ecf1;
    font-size: 20px;
    padding: 12px;
    font-weight: 300;
}

#database ul.building-profile-highlighted-projects a{
    color:#999999;
}


#database ul.building-profile-highlighted-projects a:hover{
    color:#d64635;
}



#database .building-profile {
    display: block;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFF;
}

#database .building-profile:hover {
    background-color: #454545;
    cursor:pointer;
}

#database .building-profile .building-image {
    display: table-cell;
    max-height: 110px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 5px;
}

#database .building-profile .building-image img {
    border: none;
    border-radius: 5px;
    max-height: 110px;
}

#database .building-profile .building-name {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    height: 110px;
    color: #333;
    padding-left: 20px;
}


#database .building-profile:hover .building-name{
    color:#ffffff;
}

.building-type {
    margin-bottom:8px;
    text-transform: uppercase;
}

.building-type .label {
    background-color:#d64635;
}

.building-type .label.aggiornamento{
    background-color:#888888;
}

.last-update {
    color:#999;
    font-size:15px;
    font-weight:400;
}


#database .database-side .list-view{
    background-color:#ddd;
    padding:20px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-boder-radius:10px;
}

#database .database-side h1 {
    font-size: 46px;
    line-height:46px;
    font-weight:700;
    margin-bottom:0px;
    color: #000;
    text-align:center;    
}

#database .database-side h2 {
    font-size:30px;
    line-height:46px;
    font-weight:700;
    margin-top:0px;
    margin-bottom:20px;
    color:#000;
    text-align:center;    
}

.database-side .scheda-database-type {
    position:absolute;
    bottom:15px;
    top:unset;
    left:15px;
    padding:3px 9px;
    color:#ffffff;
    font-weight:700;
    border-radius:7px;
    font-size:13px;
}


#database .database-side .building-profile {
    position:relative;
}

@media(max-width:1500px) {

    #database .database-side .building-profile .building-image {
        display:none !important;
    }
}

/* PAGINATION */

.pagination > li > a,
.pagination > li > span {
    color: #d64635;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #d64635;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #d64635;
    border-color: #d64635;
}


/* CAROUSEL FOR YOU */
.post-carousel {
    /*	position: relative;*/
    margin: auto;
    overflow-y: hidden;
    /*overflow-x: hidden;*/
    height: 445px;
}

.post-carousel .list-view {
    display: flex;
    position: relative;
    height: 445px;
}

.post-carousel .post-carousel-control{
    width: 60px;
    margin-top: 6px;
    height: 433px;
    z-index: 10;
}

.post-carousel .post-carousel-control.post-carousel-control-prev{
    position: absolute;
    left: 0;
}

.post-carousel .post-carousel-control.post-carousel-control-prev:hover{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NDYzNSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2NDYzNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(214,70,53,0.7) 0%, rgba(214,70,53,0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(214,70,53,0.7)), color-stop(100%,rgba(214,70,53,0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(214,70,53,0.7) 0%,rgba(214,70,53,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(214,70,53,0.7) 0%,rgba(214,70,53,0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(214,70,53,0.7) 0%,rgba(214,70,53,0) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(214,70,53,0.7) 0%,rgba(214,70,53,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d64635', endColorstr='#00d64635',GradientType=1 ); /* IE6-8 */
}

.post-carousel .post-carousel-control.post-carousel-control-next{
    position: absolute;
    right: 0;
}

.post-carousel .post-carousel-control.post-carousel-control-next:hover{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NDYzNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNjQ2MzUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(214,70,53,0) 0%, rgba(214,70,53,0.7) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(214,70,53,0)), color-stop(100%,rgba(214,70,53,0.7))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(214,70,53,0) 0%,rgba(214,70,53,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(214,70,53,0) 0%,rgba(214,70,53,0.7) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(214,70,53,0) 0%,rgba(214,70,53,0.7) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(214,70,53,0) 0%,rgba(214,70,53,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d64635', endColorstr='#b3d64635',GradientType=1 ); /* IE6-8 */
}

/* FIXES FOR SMALL SCREENS */
@media(max-width:991px) {
    .publication-view .publication-header {
        font-size:18px;
    }

    .publication-view .publication-header .publication-title h1 {
        font-size: 28px;
    }

    .publication-view .publication-header .publication-subtitle h2 {
        font-size: 22px;
    }

    .publication-view .publication-image-container, .publication-view .publication-cover {
        height:100%;
    }

    .related-publications .related-profile {
        width:100%;
    }

}


/* ROOM PUBLICATION */

.sponsor {
    margin:15px -15px;
    padding:15px;
    background-color:#000;
}

.sponsor  .related-publications .profiles-section{
    border-top: none;
}

.sponsor  .related-publications .profiles-section a {
    color:#ffffff;
}


.room-profile .related-profile {
    width:100%;
    margin-bottom:10px;
    padding:0px;
    background-color:#eee;
}

.room-profile .related-profile .picture-container {
    margin:0px;
    width:80px;
    height:80px;
    position:relative;
}

.room-profile .related-profile .data-container {
    padding:10px;
    font-size:16px;
}


/* The button */
.addeventatc 							{}
.addeventatc:hover 						{}
.addeventatc .arrow 					{width:16px;height:16px;position:absolute;top:50%;right:15px;margin-top:-8px;background:url(../images/addevent/gfx/icon-arrow-t1.svg) no-repeat;background-size:16px 16px;}
.addeventatc-selected 					{background-color:#2c84f4;}
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {display:none!important;}

/* Drop down */
.addeventatc_dropdown 					{width:230px;position:absolute;top:50px;left:50px;padding:6px 0px 0px 0px;font-family:"Open Sans",Arial,sans-serif;color:#000!important;font-weight:600;line-height:100%;background:#fff;font-size:15px;text-decoration:none;text-align:left;margin-left:-1px;display:none;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;transform:scale(.98,.98) translateY(5px);z-index:-1;transition:transform .15s ease;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.addeventatc_dropdown.topdown 			{transform:scale(.98,.98) translateY(-5px)!important;}
.addeventatc_dropdown span 				{display:block;line-height:100%;background:#fff;text-decoration:none;cursor:pointer;font-size:15px;color:#333;font-weight:400;padding:14px 10px 14px 55px;margin:-2px 0px;}
.addeventatc_dropdown span:hover 		{background-color:#f4f4f4;color:#000;text-decoration:none;font-size:15px;}
.addeventatc_dropdown em 				{color:#999!important;font-size:12px!important;font-weight:400;}
.addeventatc_dropdown .frs a 			{background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:400!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101;}
.addeventatc_dropdown .frs a:hover 		{color:#999!important;}
.addeventatc_dropdown .ateappleical 	{background:url(../images/addevent/gfx/icon-apple-t5.svg) 18px 40% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ategoogle 		{background:url(../images/addevent/gfx/icon-google-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoffice365 	{background:url(../images/addevent/gfx/icon-office365-t5.svg) 19px 50% no-repeat;background-size:18px 100%;}
.addeventatc_dropdown .ateoutlook 		{background:url(../images/addevent/gfx/icon-outlook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoutlookcom 	{background:url(../images/addevent/gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateyahoo 		{background:url(../images/addevent/gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .atefacebook 		{background:url(../images/addevent/gfx/icon-facebook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .copyx 			{display:none;}
.addeventatc_dropdown .brx 				{height:1px;overflow:hidden;background:#e8e8e8;position:absolute;z-index:100;left:10px;right:10px;top:9px;}
.addeventatc_dropdown.addeventatc-selected {transform:scale(1,1) translateY(0px);z-index:99999999999;}
.addeventatc_dropdown.topdown.addeventatc-selected {transform:scale(1,1) translateY(0px)!important;}
.addeventatc_dropdown .drop_markup 		{background-color:#f4f4f4;}



.scheda-database-type {
    position:absolute;
    top:218px;
    left:10px;
    padding:5px 12px;
    color:#ffffff;
    font-weight:700;
    border-radius:8px;
    font-size:15px;
}

.scheda-database-type.type-update {
    background-color:#999999;
}

.scheda-database-type.type-new {
    background-color:#d64635;

}

.logo20, .logo-camelot {
    width:80%;    
    margin:10px 0px 30px 0px;
}

.logo-trends {
    width:60%;
    margin:30px 0px 50px 0px;
}


@media(min-width: 768px) {
    .logo20 {
        max-width:600px;
    }

    .logo-camelot {
        max-width:500px;
    }

    .logo-trends {
        max-width:350px;
    }
}

.panel-camelot {
    border-radius:5px;
    margin-bottom:80px;

}
.panel-camelot .panel-title {
    background-color:#dccb72;
    padding:10px 35px;
    color:#524449;
    font-size:20px;
    font-weight:700;
    border-radius:5px;
    position:absolute;
    right:60px;
    top:-25px;
    min-width:250px;
    text-align:center;
}


.panel-camelot .panel-body {
    padding:40px 20px 40px 40px;
}

.panel-camelot h1 {
    font-size:34px;
    line-height:44px;
    font-weight:700;
    margin:0px;
    color:#524449;
    font-family:'Playfair Display',serif;
}

.panel-camelot h1 .time {
    font-size:20px;
    font-weight:400;
    color:#999;
    font-family:'Open Sans', sans-serif;
}


.panel-camelot h2 {
    font-size:20px;
    line-height:26px;
    font-weight:700;
    margin:0px;
    color:#000;
}

.panel-camelot h3 {
    font-size:16px;
    line-height:26px;
    font-weight:300;
    margin:30px 0px 0px 0px;
    color:#999;
}

.panel-camelot p {
    font-size:18px;
    line-height:22px;
    color:#000;
    margin:0px;    
}

.panel-camelot .main.title {
    margin-top:20px;
}

.panel-camelot.panel-conferenza {
    background-color:#524449;
}

.panel-camelot.panel-conferenza h1 {
    color:#fff;
}

.panel-camelot.panel-conferenza .main-title {
    color:#dccb72;
    font-size:26px;
    font-weight:700;
    line-height:34px;
    margin-top:20px;
}

@media (max-width:480px) {

     .panel-camelot .panel-title {
        position:relative;
        right:0px;
        top:0px;
        border-bottom-left-radius:0px;
        border-bottom-right-radius:0px;
    }
    
    .panel-camelot .panel-body{
        padding:15px;
    }
   
    .panel-camelot h1 {
    font-size:28px;
    line-height:34px;
}

.panel-camelot h1 .time {
    font-size:20px;
    display: block;
    line-height:28px;
    margin-bottom:10px;
}


.panel-camelot .main.title {
    margin-top:20px;
}

    
       
   
}

@media (max-width:767px) {
    #database .building-profile .building-image img {
        display:none;
    }
    
    #business-cards h1 {
        font-size:28px;
    }
}




/* Stili per la modale in modalità "quasi fullscreen" per il video */

/* Applica a .modal-dialog (l'elemento con id="app-empty-modal" contiene .modal-dialog) */
.modal-fullscreen-fix {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    /* Assicurati che non ci siano trasformazioni che lo spostano */
    transform: none !important;
}

/* Applica a .modal-content */
.modal-fullscreen-content-fix {
    height: 100% !important;
    border-radius: 0 !important; /* Rimuovi angoli arrotondati */
    border: none !important; /* Rimuovi bordi */
    box-shadow: none !important; /* Rimuovi ombre */
}

/* Applica a #empty-modal-body */
.modal-fullscreen-body-fix {
    height: 100% !important;
    padding: 0 !important; /* Rimuovi il padding per massimizzare lo spazio video */
    display: flex; /* Usa flexbox per centrare e far espandere il video */
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra orizzontalmente */
}

/* Assicurati che il player Flowplayer prenda tutto lo spazio all'interno del body modificato */
.modal-fullscreen-body-fix .flowplayer {
    width: 100% !important;
    height: 100% !important;
}


body.modal-open-mobile {
    overflow: hidden;
    height:100vh;
}