@media all and (min-width: 1000px) {

    /* TITOLO DI SEZIONE */
    .sal-section-heading {
        font-size: 1.875rem;
    }
    /* END TITOLO DI SEZIONE */

    /* SOTTOTITOLO DI SEZIONE */
    .sal-section-subheading {
        margin-bottom: 25px;
    }
    /* END SOTTOTITOLO DI SEZIONE */

    /* WIDGET TEXT EDITORIAL */
    .sal-widget-section.sal-legacy .dietetica,
    .sal-widget-text-editorial {
        padding: 20px 21px;
    }

    .sal-widget-section.sal-legacy .dietetica {
    	margin: 0 auto 20px;
    }
    /* END WIDGET TEXT EDITORIAL */

    /* WIDGET IMAGE */
    .sal-widget-image {
        position: relative;
        margin: 0 -25px 20px;
    	display: block;
        max-width: 300px;
    }

    .sal-widget-section.sal-legacy img,
    .sal-widget-section img.imgcenter,
    .sal-widget-image.sal-image-center{
        margin: 0 auto 20px;
    	display: block;
    }

    .sal-widget-section img.imgcenter,
    .sal-widget-section img.imgleft,
    .sal-widget-section img.imgright{
        max-width: 300px;
    }

    .sal-widget-section img.imgleft,
    .sal-widget-image.sal-image-left{
        display: inline;
        float: left;
        margin: 0 25px 20px -25px;
    }

    .sal-widget-section img.imgright,
    .sal-widget-image.sal-image-right{
        display: inline;
        float: right;
        margin: 0 -25px 20px 25px;
    }

    .sal-widget-section img.imgjustified,
    .sal-widget-image.sal-image-justified{
        display: block;
        float: none;
        clear: both;
        margin: 0 0 20px 0;
    }

    .sal-image-caption{
    	margin: 0;
    }
    /* END WIDGET IMAGE */

    /* WIDGET TEXT RELATED */
    .sal-widget-section .sal-widget-text-related{
        padding-left: 25px;
    }
    /* END WIDGET TEXT RELATED */

    .sal-widget-section.sal-diseases-listing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .sal-widget-section.sal-diseases-listing .sal-diseases-listing-column {
        width: calc(50% - 12px);
    }

    .sal-heading {
    	margin-bottom: 30px;
    }

    .sal-heading.sal-outer {
        margin-right: 0;
    }

    .sal-heading-title {
        font-size: 2.625rem;
        line-height: 42px;
        padding-bottom: 30px;
    }

    .sal-heading-content-wrapper {
        margin-left: auto;
        position: relative;
        z-index: 2;
    }

    .sal-heading-image {
        position: absolute;
        z-index: 1;
        width: auto;
        height: 100%;
    }

    .sal-heading-image img {
        width: auto;
        height: 100%;
        display: block;
        -o-object-fit: inherit;
           object-fit: inherit;
    }

    .sal-leaf-content .sal-container-video {
        width: 550px;
        height: calc((550px * 9) / 16);
    }

    .sal-inner.sal-leaf-content {
        margin-left: 50px;
    }

    /* da rivedere */
    .sal-leaf-indice-items,
    .sal-widget-section.sal-legacy > #lista:first-child nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .sal-leaf-indice-item {
        width: calc(50% - 35px);
    }

    .sal-widget-section.sal-legacy > #lista:first-child a {
        width: calc(50% - 37px);
    }
    /* end da rivedere */

    .sal-widget-section.sal-legacy > #lista:first-child:before {
        margin-bottom: 10px;
    }

    .sal-widget-section.sal-legacy > #lista:first-child {
        margin-bottom: 45px;
    }

    .sal-section-heading:before,
    .sal-widget-section.sal-legacy > #lista ~ .lst h2:before {
        border-radius: 10px;
        width: 50px;
        height: 50px;
        margin-left: -75px;
        margin-top: -25px;
    }

    .sal-section-heading:after,
    .sal-widget-section.sal-legacy > #lista ~ .lst h2:after {
        width: 50px;
        left: -75px;
        font-size: 1.625rem;
    }

    .sal-leaf-content #lista,
    .sal-leaf-content .lista1 {
    	margin-bottom: 50px;
    }

    .sal-leaf-accessori-lastmod,
    .sal-leaf-accessori-sharebox {
        line-height: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .sal-leaf-accessori-sharebox {
        margin-left: auto;
        min-height: 30px;
    }

    .sal-leaf-content table {
        font-size: 1.125rem;
        white-space: inherit;
        width: auto!important;
        padding: 0 0 20px;
        margin: 0 0 20px;
        table-layout: fixed;
        display: table;
    }

    .sal-leaf-content table td {
        padding: 10px 15px;
    }

    .sal-leaf-content .lst {
        margin-bottom: 50px;
    }

    .sal-leaf-content .sal-author-pictorial {
        margin-right: 25px;
    }

    .sal-leaf-content .sal-author-name a {
        font-size: 2.065rem;
        line-height: 35px;
        color: #2a3b58;
    }

    .sal-widget-section .sal-recipe-idcard-data li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .sal-leaf-committee{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .sal-leaf-committee-logo{
        max-width: 50%;
        margin-bottom: 0;
    }

    .sal-leaf-committee-info{
        margin-left: 25px;
        padding-left: 25px;
        height: 80px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-left: 1px solid #ECEEF1;
    }

    .sal-heading-special {
        padding: 0 0 0 25px;
    }

    .sal-leaf-special-title {
        display: inline-block;
    }

    .sal-leaf-special-title-wrapper {
        font-size: 1.75rem;
    }

    .sal-skin-visible .sal-heading.sal-outer {
        margin-left: 0;
    }

    .sal-skin-visible .sal-section-heading:before,
    .sal-skin-visible .sal-widget-section.sal-legacy > #lista ~ .lst h2:before {
        margin-left: -65px;
    }

    .sal-skin-visible .sal-section-heading:after,
    .sal-skin-visible .sal-widget-section.sal-legacy > #lista ~ .lst h2:after {
        left: -65px;
    }
}

@media all and (min-width: 1200px) {
    /* WIDGET TEXT EDITORIAL */
    .sal-widget-section.sal-legacy .dietetica,
    .sal-widget-text-editorial {
        padding: 20px 26px;
    }
    /* END WIDGET TEXT EDITORIAL */

    /* WIDGET TEXT RELATED */
    .sal-widget-section .sal-widget-text-related{
        padding-left: 30px;
    }
    /* END WIDGET TEXT RELATED */

    .sal-widget-section.sal-diseases-listing .sal-diseases-listing-column {
        width: calc(50% - 15px);
    }

    .sal-leaf-content .sal-container-video{
        width: 660px;
        height: calc((660px * 9) / 16);
    }

    .sal-heading.sal-outer{
        margin-right: -30px;
    }

    .sal-inner.sal-leaf-content {
        margin-left: 60px;
    }

    .sal-leaf-content .sal-author-pictorial {
        margin-right: 30px;
    }

    .sal-leaf-content .sal-leaf-accessori-shareitem {
        margin-left: 30px;
    }

    .sal-leaf-committee-info{
        padding-left: 30px;
        margin-left: 30px;
    }

    .sal-heading-special {
        padding: 0 0 0 30px;
    }

    .sal-skin-visible .sal-section-heading:before,
    .sal-skin-visible .sal-widget-section.sal-legacy > #lista ~ .lst h2:before{
        margin-left: -75px;
    }

    .sal-skin-visible .sal-section-heading:after,
    .sal-skin-visible .sal-widget-section.sal-legacy > #lista ~ .lst h2:after{
        left: -75px;
    }
}
