/* 
Extra small devices (phones, less than 768px) 
@media (max-width: 767px) {container width auto }

Small devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991px)   {container width 730px}

Medium devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199px)  {container width 950px}

Large devices (large desktops, 1200px and up)
@media (min-width: 1200px){Default view - Desktop first - container width 1140px }
*/
@font-face {
    font-family: "responsivenav";
    src: url("icons/responsivenav.eot");
    src: url("icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("icons/responsivenav.ttf") format("truetype"), url("icons/responsivenav.woff") format("woff"), url("icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.hpline_news .textContent ul {
    position: relative;
    height: 100%;
}

    .hpline_news .textContent ul > li {
        position: absolute;
        opacity: 0;
        z-index: 0;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s;
    }

        .hpline_news .textContent ul > li.active {
            opacity: 1;
            z-index: 1;
        }

@media (max-width: 1199px) {
    .tftextinput {
        font-size: 16px;
    }
    /*previene zoom automatico su smartphone*/
    /*footer*/
    .fatfooter_top, .fatfooter_bottom, .fatfooter_top .fatfooter_coltot, .fatfooter_top .fatfooter_ul p, .fatfooter_top .fatfooter_ul ul, .fatfooter_top .fatfooter_ul ul.double, .fatfooter_top .fatfooter_ul p.abstract {
        float: none;
    }

        .fatfooter_top .fatfooter_ul + .fatfooter_ul {
            margin-top: 20px;
        }
    /*home*/
    .white_button {
        background: rgb(255,255,255);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
        max-width: 100%;
        height: auto;
    }

        .white_button a {
            padding: 8px;
        }
    /*Pagine interne*/
    .modulo_immagine02 {
        height: auto!important;
        -moz-background-size: cover!important;
        -webkit-background-size: cover!important;
        background-size: cover!important;
    }

        .modulo_immagine02 .container_txt_position .container_txt {
            float: none;
        }

        .modulo_tab11 h3, .modulo_immagine02 h3, .modulo_white00 h2 {
            line-height: 1.2em;
        }

    .content_text div[style*="width"], .container_txt_position div[style*="width"], .wysiwyg div[style*="width"], .generic_txt_01 div[style*="width"], .generic_txt_02 div[style*="width"], .description-block div[style*="width"] {
        width: auto!important;
    }

    .content_text img, .wysiwyg img, .generic_txt_01 img, .generic_txt_02 img, .description-block img {
        max-width: 100%;
        height: auto;
    }

    .content_text iframe, .wysiwyg iframe, .generic_txt_01 iframe, .generic_txt_02 iframe, .description-block iframe, #map iframe {
        max-width: 100%;
    }

    .content_text table, .wysiwyg table, .generic_txt_01 table, .generic_txt_02 table, .description-block table, table.tbl-1 {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: auto;
        display: block;
        width: 100% !important;
        height: auto!important;
        border: 1px solid #EEE;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .content_text table table, .wysiwyg table table, .generic_txt_01 table table, .generic_txt_02 table table, .description-block table table, table.tbl-1 table {
            border: none;
            overflow: visible;
            overflow-x: visible;
            overflow-y: visible;
        }

    .box_our_programs .ourprograms_box_col ul li a {
        line-height: 1;
        padding-top: 6px;
        min-height: 25px;
    }

    .toggle_singolo div .toggle-view h3, .toggle-view h3 {
        padding-right: 45px;
    }

    .height470 {
        height: auto;
    }
    /*pagine interne > banner*/
    .banner {
        height: auto;
        min-height: 0;
        padding-bottom: 17px;
        padding-top: 17px;
    }

        .banner p, .banner .left p {
            padding-top: 0;
        }
    /*pagine interne > storia*/
    .imgtxt-storia {
        -moz-background-size: 100% auto!important;
        -webkit-background-size: 100% auto!important;
        background-size: 100% auto!important;
        background-repeat: no-repeat!important;
    }
    /*Pagine interne > media gallery*/
    .modulo_SC1 .container_box_vd div .box_single_vd img, .modulo_white00 .container_box_vd .box_single_vd img {
        max-width: 100%;
        height: auto;
        margin: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px)   {
    .medical-center-list > li {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .container, .container1140, .containert10, .padtab, .modulo_PC2, .modulo_white00 .generic_txt_01, .modulo_white00 .generic_txt_02, .modulo_immagine00 .resize,
    .modulo_immagine01 .resize,
    .modulo_giallo04 .resize,
    .modulo_blulogo01 .resize,
    .modulo_immagine02 .resize,
    .modulo_white00 .resize,
    .modulo_grigiomedio11 .resize,
    .modulo_SC1 .resize,
    .modulo_PC1 .resize, .resize, .modulo_immagine00 .resizeblock,
    .modulo_immagine01 .resizeblock,
    .modulo_giallo04 .resizeblock,
    .modulo_blulogo01 .resizeblock,
    .modulo_immagine02 .resizeblock,
    .modulo_white00 .resizeblock,
    .modulo_grigiomedio11 .resizeblock,
    .modulo_SC1 .resizeblock,
    .modulo_PC1 .resizeblock, .resizeblock, .modulo_tab11 .upper_tabs_text, ul.contatti, .contatti li.line, .container_ieo_research, .breadcrumb, .bwhite, .header_container, ul.css-tabs, ul.risultati_top, .risultati_top li.line, ul.ris_ricerca, .ris_ricerca li.line, .PagingContainer {
        width: 100%;
    }

    .toggle_singolo div .toggle-view, .toggle_singolo div:last-child .toggle-view, .toggle_singolo .last .toggle-view, .toggle_singolo div .toggle-view li, .toggle-view {
        width: auto;
    }

    .toggle_singolo div .toggle-view, .toggle_singolo div:last-child .toggle-view, .toggle_singolo .last .toggle-view, .toggle-view, .c-hero, .l-tile-list{
        margin-left: 15px;
        margin-right: 15px;
    }

    .container1140 {
        left: 0;
        margin-left: 0;
    }

    .breadcrumb, .modulo_immagine01 .resize, .modulo_immagine02 .resize {
        padding-left: 15px;
        padding-right: 15px;
    }

        #content .resize .breadcrumb, .modulo_white00 .resize .breadcrumb, .container_txt_position .breadcrumb, .css-panes div.content_pane .breadcrumb, .modulo_immagine01 .resize .container, .modulo_immagine02 .resize .container {
            padding-left: 0;
            padding-right: 0;
        }

    .container, .container1140, .container10 {
        padding: 15px;
    }

    .left, .right {
        float: none;
    }

    /*header*/
    #header, #logo, .header_top, #nav_top ul, .head_button {
        float: none;
        height: auto;
    }

    .header_wrap {
        height: auto; /*temp*/
    }

    #rightHalf {
        display: none; /*temp*/
    }

    .header_mobile_wrapper {
        height: 55px;
        border-bottom: 1px solid #003760;
    }

    .top-modul, .toggle_singolo--first-hp {
        padding-top: 55px;
    }

    #logo {
        height: 100%;
        width: auto;
    }

        #logo img {
            max-height: 100%;
            width: auto;
        }

    .nav-toggle {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header_container {
        background: none;
        min-height: 0;
    }

        .header_container:before, .header_container:after {
            content: "";
            display: table;
        }

        .header_container:after {
            clear: both;
        }

    .header_wrapper {
        background-color: #003760;
        /*Ripeto i css contenuti in nav-collapse così il menù non è visibile anche prima che js finisca di caricare e non fa l'effetto "tutto aperto al loading della pagina" */
        clip: rect(0 0 0 0);
        max-height: 0;
        position: absolute;
        display: block;
        overflow: hidden;
        zoom: 1;
    }

    .header_bottom {
        float: none;
    }

    .value_proposition {
        display: none; /*temp*/
    }

    .header_top {
        width: 100%;
    }

    .parla {
        float: none;
    }

        .parla ul li {
            padding-top: 8px;
        }

            .parla ul li.flag {
                padding: 4px 0 2px 8px;
            }

        .parla:before, .parla:after {
            content: "";
            display: table;
        }

        .parla:after {
            clear: both;
        }

    #nav_top ul,
    #nav_top.international ul {
        width: 100%;
        background: none;
        margin-left: auto;
    }

        #nav_top ul li,
        #nav_top.international ul li {
            display: block;
            width: 100%;
            text-align: left;
        }

            .head_button, #nav_top ul li a {
                display: table;
                height: 32px;
                width: 100%;
                padding: 0;
                font-size: 13px;
            }

                .head_button a, #nav_top ul li a .align {
                    display: table-cell;
                    padding: 3px 10px;
                    vertical-align: middle;
                }

    .head_button {
        background: none;
        margin: 0;
    }

        .head_button a {
            font-size: 13px;
        }

    .hp-cont-search {
        display: none;
    }

    .hp-search {
        display: block!important;
        position: static;
        width: auto;
        float: none;
        background: none;
        background-color: #0087c0;
        padding: 3px 10px;
        height: auto;
    }

        .hp-search > p {
            display: none;
        }

    .tftextinput {
        width: 100%;
        margin-right: -44px;
    }

    .head_button {
        background-color:#d57b00;        
        /*DA DECOMMENTARE PER RILASCIO AREA PERSONALE in sostituzione della riga precedente*/
        /*background: #5BA92E; /* For browsers that do not support gradients */
        /*background: -webkit-linear-gradient(#5BA92E, limegreen); /* For Safari 5.1 to 6.0 */
        /*background: -o-linear-gradient(#5BA92E, limegreen); /* For Opera 11.1 to 12.0 */
        /*background: -moz-linear-gradient(#5BA92E, limegreen); /* For Firefox 3.6 to 15 */
        /*background: linear-gradient(#5BA92E, limegreen); /* Standard syntax */
    }

    #nav_top ul li + li {
        border-top: 1px solid #717171;
    }

    #nav_top ul li a {
        background-color: #f9f9f9;
    }

    .box_search_orange, .box_search_orange_down {
        position: static;
        width: auto;
        height: auto;
        background: none;
        background-color: #d57b00;
    }

    .box_search_orange_down {
        margin: -40px 0 40px 0;
    }

        .box_search_orange p.search, .box_search_orange_down p.search {
            padding-left: 7px;
            border-bottom: 1px solid #fff;
            padding-bottom: 8px;
        }

        .box_search_orange p.searchlight, .box_search_orange_down p.searchlight {
            padding-left: 7px;
            padding-top: 8px;
        }

    .sbHolder {
        display: none;
    }

    select {
        display: block!important;
        padding: 3px 7px;
        font-size: 18px;
        width: 100%;
        border: 1px solid #ccc;
    }

    #search_hp_box {
        border: none;
    }

    .hpline_news {
        height: auto;
    }

        .hpline_news:before {
            content: "News";
            display: block;
            color: #fff;
            background-color: #e9b61e;
            font-size: 18px;
            padding: 8px 15px;
            font-family: 'dosissemibold';
            text-transform: uppercase;
        }

        .hpline_news .textContent {
            padding: 5px 15px 0 15px;
            background: none;
            height: 58px;
        }

            .hpline_news .textContent ul li {
                padding-left: 0;
                line-height: 22px;
                padding-top: 4px;
                min-height: 53px;
            }

                .hpline_news .textContent ul li.Avviso, .hpline_news .textContent ul li.ComunicatoStampa, .hpline_news .textContent ul li.Evento, .hpline_news .textContent ul li.EventoIstituzionale, .hpline_news .textContent ul li.NuovaSezione {
                    padding-left: 31px;
                }
    /*slide home*/
    .container_slidehp {
        background-color: #003760;
    }

    .latob37 {
        font-size: 20px;
        line-height: 1;
    }
    /*footer*/
    .mini_banner {
        text-align: center;
        padding: 15px;
        height: auto;
    }

        .mini_banner p.left {
            float: none;
            padding: 0;
        }

    .fatfooter_top .fatfooter_col {
        float: none;
        width: auto;
    }

        .fatfooter_top .fatfooter_col + .fatfooter_col {
            margin-top: 20px;
        }

    .fatfooter_top .fatfooter_ul p {
        margin: 0;
    }

        .fatfooter_top .fatfooter_ul p + p, .fatfooter_top .fatfooter_ul p + ul {
            margin-top: 7px;
        }

    .fatfooter_top .fatfooter_ul ul li, .fatfooter_top .fatfooter_ul ul.double li {
        padding: 0;
    }

        .fatfooter_top .fatfooter_ul ul li + li, .fatfooter_top .fatfooter_ul ul.double li + li {
            margin-top: 7px;
        }

    .fatfooter_bottom .fatfooter_halfcol {
        float: none;
        width: auto!important;
        text-align: center;
    }

        .fatfooter_bottom .fatfooter_halfcol + .fatfooter_halfcol {
            margin-top: 40px;
        }

        .fatfooter_bottom .fatfooter_halfcol p {
            text-align: center;
            padding: 0;
        }

        .fatfooter_bottom .fatfooter_halfcol a {
            display: inline-block;
            vertical-align: middle;
            padding: 0!important;
        }
    /*.fatfooter_bottom .fatfooter_halfcol a:after{ content:""; display:block;}
	.fatfooter_bottom .fatfooter_halfcol img{ margin:10px;}*/
    .fatfooter_bottom .fatfooter_blacklinks {
        padding: 15px 0 10px 0;
    }

        .fatfooter_bottom .fatfooter_blacklinks a {
            white-space: nowrap;
            display: inline-block;
            padding-bottom: 5px;
        }
    /*home*/
    .boxgray_position, .modulo_immagine00 .boxgray_position, .modulo_immagine01 .boxgray_position, .modulo_immagine02 .boxgray_position, .modulo_immagine00 .container_txt_position, .modulo_immagine01 .container_txt_position, .modulo_immagine02 .container_txt_position, .boxgray, .boxgray_position .boxgray .boxgray_content_txt, .boxgray .boxgray_button_pos, .modulo_immagine00 .boxgray_position .boxgray .boxgray_content_txt, .modulo_immagine01 .boxgray_position .boxgray .boxgray_content_txt, .modulo_immagine02 .boxgray_position .boxgray .boxgray_content_txt, .modulo_giallo04 .container_txt_position .content_txt, .modulo_giallo04 .container_txt_position {
        width: auto;
        height: auto;
        float: none;
        position: static;
        background: none;
        padding: 0;
    }

        .modulo_immagine00 .container_txt_position .container_txt, .modulo_immagine01 .container_txt_position .container_txt, .modulo_immagine02 .container_txt_position .container_txt, .modulo_immagine00 .container_txt_position .content_txt, .modulo_immagine01 .container_txt_position .content_txt, .modulo_immagine02 .container_txt_position .content_txt {
            width: 100%;
            float: none;
        }

    .modulo_immagine00, .modulo_immagine01, .height717, .height700 {
        height: auto!important;
        background-image: none!important;
    }

        .height717:before, .height717:after, .height700:before, .height700:after {
            content: "";
            display: table;
        }

        .height717:after, .height700:after {
            clear: both;
        }

    .quindici, .cinquantacinque, .trenta, .cinquanta, .quaranta, .sessanta, .container_txt .column_2, .container_txt .column_2 .single_link {
        float: none;
        width: 100%;
    }

        .quindici:before, .cinquantacinque:before, .trenta:before, .quindici:after, .cinquantacinque:after, .trenta:after, .cento:before, .cinquanta:before, .quaranta:before, .sessanta:before, .cento:after, .cinquanta:after, .quaranta:after, .sessanta:after, .container_txt .column_2 .single_link:before, .container_txt .column_2 .single_link:after {
            display: table;
            content: "";
        }

    .container_txt .column_2 {
        padding: 0;
    }

        .quindici:after, .cinquantacinque:after, .trenta:after, .cento:after, .cinquanta:after, .quaranta:after, .sessanta:after, .container_txt .column_2 .single_link:after {
            clear: both;
        }

    .modulo_white00 h4, .modulo_blulogo01 h4, .modulo_azzurrologo h4, .modulo_grigio03 h4, .modulo_giallo04 h4, .modulo_arancione05 h4, .modulo_rossoaranciato06 h4, .modulo_viola07 h4, .modulo_azzurro08 h4, .modulo_verde09 h4, .modulo_grigiochiaro10 h4, .modulo_immagine00 h4, .modulo_immagine01 h4, .modulo_immagine02 h4, .modulo_SC1 h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .dosis25 {
        font-size: 18px;
    }

    .modulo_white00 h3, .modulo_blulogo01 h3, .modulo_azzurrologo h3, .modulo_grigio03 h3, .modulo_giallo04 h3, .modulo_arancione05 h3, .modulo_rossoaranciato06 h3, .modulo_viola07 h3, .modulo_azzurro08 h3, .modulo_verde09 h3, .modulo_grigiochiaro10 h3, .modulo_immagine00 h3, .modulo_immagine01 h3, .modulo_PC1 h3 {
        font-size: 29px;
    }

    .container_txt .content_txt p {
        padding: 10px 2px;
    }

    .white_button {
        margin-top: 10px;
    }

    .dosis18 {
        font-size: 14px;
    }

    .fluxr44 {
        font-size: 27px;
        line-height: 1;
    }

    .container_txt .content_txt p.formazione_txt {
        min-height: 0;
    }

    .links_box_formazione {
        padding: 15px 0;
        margin-top: 15px;
    }

        .links_box_formazione ul li {
            float: none!important;
            padding-bottom: 0!important;
            text-align: left!important;
        }

            .links_box_formazione ul li + li {
                margin-top: 15px!important;
            }

            .links_box_formazione ul li a {
                padding-top: 0!important;
                padding-bottom: 0!important;
                background-position: left 8px;
                font-size: 18px;
            }
    /*pagine interne*/
    .modulo_immagine02 {
        background-position: right 55px!important;
    }

        .modulo_tab11 h3, .modulo_immagine02 h3, .modulo_white00 h2 {
            font-size: 27px;
        }

    .content_text img[style*="float"], .wysiwyg img[style*="float"] {
        display: block;
        float: none!important;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-bottom: 8px;
    }

    .programma_box_col50, .box_our_programs .ourprograms_box_col ul li {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }

    .modulo_tab11 .container_txt_position .css-panes .content_pane .padtab img {
        margin: 0 0 8px 0!important;
    }

    .container_programma, .box_highlight, .dett_medico .box_highlight {
        width: 100%;
        float: none;
    }

    .dett_medico .box_highlight {
        margin-top: 15px;
    }

    .modulo_white00 .container_txt_position .dett_medico {
        float: none;
    }

    .container_programma h3, .toggle-view h3 {
        font-size: 29px;
    }

    .container_programma .bordertb {
        padding: 20px 0 15px;
    }

    .container_programma .column_2, .dett_medico .column_2 {
        width: 100%;
        float: none;
        padding: 0;
    }

        .container_programma .column_2 .single_link, .dett_medico .column_2 .single_link {
            float: none;
        }

            .container_programma .column_2 .single_link:before, .dett_medico .column_2 .single_link:before, .container_programma .column_2 .single_link:after, .dett_medico .column_2 .single_link:after {
                content: "";
                display: table;
            }

            .container_programma .column_2 .single_link:after, .dett_medico .column_2 .single_link:after {
                clear: both;
            }

    .box_programma img.doctor {
        float: none;
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    .programma_box_col, .programma_box_col > div, .box_programma .vline {
        width: 100%;
        float: none;
        margin: 0;
        border: none;
        padding-left: 0;
    }

    img.img_dettmedico {
        max-width: 100%;
        height: auto;
        float: none;
    }

    .container_dettmedico {
        float: none;
        width: 100%;
        padding: 0;
    }

    ul.link_dosis18, ul.link_dosisshad18 {
        float: none;
    }
    /*pagine intere > tabelle particolari*/
    table.tbl-1, table.tbl-1 td, table.tbl-1 th, table.tbl-1 tr {
        display: block;
        border: none;
        padding: 0;
        width: auto!important;
        text-align: left!important;
    }

        table.tbl-1 thead {
            display: none;
        }

    .tbl-1 td:before {
        display: inline-block;
        width: 95px;
        color: #000;
        text-align: right;
        padding-right: 1.5em;
        font-size: 14px;
        font-family: 'latobold';
        text-transform: uppercase;
    }

    .tbl-1 td.col-2:before {
        content: "Fase:";
    }

    .tbl-1 td.col-3:before {
        content: "Tipo Studio:";
    }

    .tbl-1 td.col-4:before {
        content: "Stato:";
    }

    table.tbl-1 tr + tr {
        margin-top: 40px;
    }
    /*pagine interne > tab*/
    #tabs {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    /*modalità con scroll orizzontale*/
    /*#tabs:after{ content:"";
	position: absolute;
	top: 0;
	right: 0;
	height: 67px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #f0f0f0, rgba(240, 240, 240, 0));
	background: linear-gradient(to left, #f0f0f0, rgba(240, 240, 240, 0));
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	}
	#tabs.is-ended::after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	}
	ul.css-tabs{ overflow-x:auto; overflow-y:hidden;-webkit-overflow-scrolling: touch;}
	ul.css-tabs li{ float:none;}
	ul.css-tabs a{ white-space: nowrap;}*/
    /*modalità accordion*/
    ul.css-tabs {
        display: none;
    }

    .modulo_tab11 h3 {
        display: none;
    }

    .css-panes .panel-title {
        font-family: 'fluxboldregular';
        font-size: 32px;
        line-height: 1;
        color: #457ca1;
        padding: 0 15px;
        background-color: #fff;
    }

        .css-panes .panel-title a {
            display: block;
            padding: 10px 0 10px 0;
        }

    .css-panes .content_pane + .panel-title a {
        border-top: 1px solid #457CA1;
    }

    .padtab {
        padding-top: 0;
    }
    /*pagine interne > banner*/
    .banner p, .banner .left p {
        padding-left: 0;
        width: 100%;
    }

    .banner .left p {
        float: none;
    }

    .banner .left + .left {
        margin-top: 10px;
    }

    .banner_button {
        position: static;
        margin-top: 10px;
        width: auto;
        height: auto;
    }

        .banner_button a {
            padding: 15px;
            line-height: 1;
        }
    /*pagine interne > link utili*/
    .modulo_blulogo01 ul.content_box_linkutili li.box_linkutili img {
        float: none;
        width: 50px;
        height: auto;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .modulo_blulogo01 ul.content_box_linkutili, .modulo_blulogo01 ul.content_box_linkutili li.box_linkutili, .modulo_blulogo01 ul.content_box_linkutili li.box_linkutili .box_linkutili_txt, .modulo_blulogo01 ul.content_box_linkutili li.box_linkutili .box_linkutili_txt ul {
        float: none;
        width: auto;
        height: auto;
        position: static;
        margin: 0;
        padding: 0;
    }

        .modulo_blulogo01 ul.content_box_linkutili, .modulo_blulogo01 ul.content_box_linkutili li.box_linkutili + li.box_linkutili {
            margin-top: 40px;
        }
    /*pagine interne > form*/
    .sepa50form {
        display: none;
    }

    .email_top .box_left_search_last_nobg {
        height: auto;
        padding-left: 0;
    }

    .email_top .box_left_search_first {
        padding-right: 0;
    }

    .email_top .blue_button {
        float: left!important;
    }

    .email_top .cinquanta + .cinquanta .blue_button {
        margin-top: 20px;
    }
    /*Pagine interne > storia*/
    .pstoria01, .pbigstoria01, .pbigstoria02, .padr80, .pstoria02 {
        width: 100%;
        padding: 0;
        border: none;
    }

    .fluxr42 {
        font-size: 23px;
        line-height: 1.2em;
    }

    .Text-Medium-24 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .txtfluxr32 {
        font-size: 21px;
        line-height: 1.1em;
    }

    .imgtxt-storia {
        width: 100%;
        padding: 38.576% 0 0 0;
        height: auto;
        margin: 40px 0;
    }

        .imgtxt-storia p {
            width: 100%;
            padding-top: 1em;
        }

            .imgtxt-storia p.white {
                color: #457ca1!important;
            }

        .imgtxt-storia br {
            content: ' ';
        }

            .imgtxt-storia br:after {
                content: ' ';
            }
    /*Pagine interne > media gallery*/
    .modulo_SC1 .container_box_vd, .modulo_white00 .container_box_vd {
        float: none;
    }

        .modulo_SC1 .container_box_vd div .box_single_vd, .modulo_white00 .container_box_vd .box_single_vd {
            float: none;
            width: 100%;
            margin: 0;
            min-height: 0;
        }

            .modulo_SC1 .container_box_vd .box_single_vd + .box_single_vd, .modulo_white00 .container_box_vd .box_single_vd + .box_single_vd {
                margin-top: 30px;
            }
    /*pagine interne > storia*/

    /*risultati ricerca*/
    ul.risultati_top {
        height: auto;
        margin: 0;
    }

    .risultati_top li.line {
        float: none;
        height: auto;
        margin: 0;
        padding-bottom: 13px;
    }

    .box_altra_ricerca {
        border-top: 1px solid #d57b00;
        background-position: -14px 15px;
        padding: 15px 0;
        height: auto;
    }

        .box_altra_ricerca p.search {
            padding: 0 0 0 26px;
        }

    .risultati_top .box_left_search_first, .risultati_top .box_left_search, .risultati_top .box_left_search_last {
        height: auto;
        padding: 0;
        background: none;
    }

    .risultati_top .box_left_search, .risultati_top .box_left_search_last {
        padding: 15px 0 0 0;
        border-top: 1px solid #d57b00;
    }

    .ris_ricerca li.line {
        padding: 13px 0;
    }

        .ris_ricerca li.line .line_content {
            float: none;
            margin: 0;
        }

    .ris_ricerca .img_convenzioni {
        padding: 15px 0;
    }

        .ris_ricerca .img_convenzioni img {
            margin: 0!important;
        }
    /*overlay*/
    .overlay {
        background: none;
        background-color: #000000;
    }

        .overlay .wrap-iframe {
            margin: 0;
            width: 100%;
            height: 100%;
            border: none;
            padding-top: 40px;
        }

            .overlay .wrap-iframe .bt-close {
                right: 7px;
                top: 7px;
            }

        .overlay iframe {
            width: 100%;
            height: 100%;
        }
    /*iframe viaggiare*/
    #map iframe {
        padding: 0 15px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .c-tile__description {
        display: none;
    }
}

@media (min-width: 768px) {
    /*pagine interne > tab*/
    .css-panes .panel-title {
        display: none;
    }

    .listanews-hp .listanews-hp__itemcontainer, 
    .newslist__item-container {
        width: 33.333%;
        float: left;
    }

    .news-related {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    /*header*/
    .header_container {
        background-position: top right;
    }

    #nav_top > ul {
        margin-top: 5px;
        background: rgb(249,249,249);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(234,234,234,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(234,234,234,1)));
        background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%);
        background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%);
        background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%);
        background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        #nav_top > ul, #nav_top > ul li a {
            height: 28px;
        }

            #nav_top > ul li {
                width: 24%;
                vertical-align: middle;
            }

            #nav_top.international > ul li {
                width: 48%;
                vertical-align: middle;
            }

                #nav_top > ul li a {
                    display: table;
                    padding: 0;
                    width: 100%;
                }

                    #nav_top > ul li a > .align {
                        display: table-cell;
                        vertical-align: middle;
                        padding: 0 3px;
                    }

                #nav_top > ul li + li a {
                    border-left: 1px solid #d3d3d3;
                }
            
            #nav_top.international > ul li {
                width: 48%;
            }

            #nav_top.international-en > ul li {
                width: 32%;
            }

    .head_button {
        border: 1px solid #a5a9ac;
        margin-top: 5px;
        background: rgb(241,126,33);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxN2UyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjRjMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(241,126,33,1) 0%, rgba(207,76,20,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,126,33,1)), color-stop(100%,rgba(207,76,20,1)));
        background: -webkit-linear-gradient(top, rgba(241,126,33,1) 0%,rgba(207,76,20,1) 100%);
        background: -o-linear-gradient(top, rgba(241,126,33,1) 0%,rgba(207,76,20,1) 100%);
        background: -ms-linear-gradient(top, rgba(241,126,33,1) 0%,rgba(207,76,20,1) 100%);
        background: linear-gradient(to bottom, rgba(241,126,33,1) 0%,rgba(207,76,20,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17e21', endColorstr='#cf4c14',GradientType=0 );
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .head_button a {
            padding-left: 0;
            text-align: center;
        }

    .box_search_orange, .box_search_orange_down {
        background-position: -24px 0;
        width: 374px;
    }

    .box_search_orange {
        top: 0;
        right: 0px;
    }

    .box_search_orange_down {
        position: static;
        margin: -40px 0 40px 0;
    }

        .box_search_orange p.search, .box_search_orange_down p.search {
            padding-left: 35px;
        }

        .box_search_orange p.searchlight, .box_search_orange_down p.searchlight {
            padding-left: 10px;
        }


    /*footer*/
    .mini_banner a {
        float: left;
        background-position: right 4px;
    }

    .fatfooter_coltot:before, .fatfooter_coltot:after {
        content: "";
        display: table;
    }

    .fatfooter_coltot:after {
        clear: both;
    }

    .fatfooter_top .fatfooter_col + .fatfooter_col {
        padding-left: 10px;
    }

    .fatfooter_bottom .fatfooter_halfcol a {
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px!important;
    }

    .fatfooter_bottom .fatfooter_halfcol p {
        padding-left: 15px;
    }

    .fatfooter_bottom .fatfooter_halfcol {
        margin-left: -15px;
    }
    /*home*/
    .modulo_immagine00, .modulo_immagine01 {
        -moz-background-size: auto 100%!important;
        -webkit-background-size: auto 100%!important;
        background-size: auto 100%!important;
    }

    .links_box_formazione, .modulo_giallo04 .container_txt_position .content_txt {
        float: none;
    }
    /*pagine interne*/
    .dett_medico .box_highlight {
        float: right;
    }

    .box_programma img.doctor {
        width: 43.8%;
        padding-right: 4%;
    }

        .box_programma img.doctor + .left {
            width: 52.2%;
        }
    /*pagine interne > link utili*/
    .modulo_blulogo01 ul.content_box_linkutili {
        position: relative;
    }

        .modulo_blulogo01 ul.content_box_linkutili li.box_linkutili .box_linkutili_txt ul {
            top: auto;
            bottom: 0;
        }

        .modulo_blulogo01 ul.content_box_linkutili li.box_linkutili img {
            width: 28.7%;
        }

        .modulo_blulogo01 ul.content_box_linkutili li.box_linkutili .box_linkutili_txt {
            width: 66.935%;
            padding: 0;
            height: auto;
            margin: 0;
        }

        .modulo_blulogo01 ul.content_box_linkutili li + li, .modulo_blulogo01 ul.content_box_linkutili li + li:nth-child(2) {
            margin-left: 3.8%;
            margin-right: 0;
        }
    /*pagine interne > media gallery*/
    .modulo_SC1 .container_box_vd div .box_single_vd, .modulo_white00 .container_box_vd .box_single_vd {
        margin-right: 0;
        padding-right: 25px;
        width: 33.333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container, .container1140, .containert10, .padtab, .modulo_PC2, .modulo_white00 .generic_txt_01, .modulo_white00 .generic_txt_02, .toggle_singolo div .toggle-view, .toggle_singolo div:last-child .toggle-view, .toggle_singolo div:last-child .toggle-view, .toggle_singolo .last .toggle-view /*,.toggle_singolo  div .toggle-view */, .toggle_singolo div .toggle-view li, .modulo_immagine00 .resize,
    .modulo_immagine01 .resize,
    .modulo_giallo04 .resize,
    .modulo_blulogo01 .resize,
    .modulo_immagine02 .resize,
    .modulo_white00 .resize,
    .modulo_grigiomedio11 .resize,
    .modulo_SC1 .resize,
    .modulo_PC1 .resize, .resize, .modulo_immagine00 .resizeblock,
    .modulo_immagine01 .resizeblock,
    .modulo_giallo04 .resizeblock,
    .modulo_blulogo01 .resizeblock,
    .modulo_immagine02 .resizeblock,
    .modulo_white00 .resizeblock,
    .modulo_grigiomedio11 .resizeblock,
    .modulo_SC1 .resizeblock,
    .modulo_PC1 .resizeblock, .resizeblock, .modulo_tab11 .upper_tabs_text, ul.contatti, .contatti li.line, .container_ieo_research, ul.css-tabs, .breadcrumb, .bwhite, .header_container, .toggle-view, ul.risultati_top, .risultati_top li.line, ul.ris_ricerca, .ris_ricerca li.line, .PagingContainer {
        width: 730px;
    }

    .container1140 {
        margin-left: -365px;
    }

    /*header*/
    .header_top {
        width: 501px;
        height: auto;
        position: relative;
    }

    .parla {
        float: none;
        margin-bottom: 4px;
    }

        .parla:before, .parla:after {
            content: "";
            display: table;
        }

        .parla:after {
            clear: both;
        }

    #nav_top:before, #nav_top:after {
        content: "";
        display: table;
    }

    #nav_top:after {
        clear: both;
    }

    #nav_top {
        background: url("../../images/generic/bg_head.png") no-repeat scroll top right;
        padding: 0 0 4px 4px;
    }

        #nav_top > ul {
            width: 388px;
        }

        #nav_top.international > ul {
            width: 370px;
            margin-left: 15px;
        }
    /*Versione a tendina*/
    /*.hp-cont-search { float:none;position: absolute;right: 1px;top: 0;}
	.hp-search {float: none;top: 36px;position: absolute;}*/
    /*Versione sempre visibile*/
    .hp-cont-search {
        display: none;
    }

    .hp-search {
        display: block!important;
        top: 7px;
        position: absolute;
        width: 289px;
        padding: 0;
        height: auto;
        background: none;
    }

        .hp-search p {
            display: none;
        }

    .tftextinput {
        width: 239px;
    }
    /**/
    .head_button {
        width: 100px;
    }
    /*slider home*/
    .latob37 {
        font-size: 25px;
        line-height: 30px;
    }

    .padtb10 {
        padding: 5px 0;
    }
    /*home*/
    .boxgray {
        width: 275px;
        height: 176px;
    }

    .boxgray_position .boxgray .boxgray_content_txt {
        bottom: -18px;
        padding: 0 30px 0 20px;
    }

    .boxgray .boxgray_button_pos {
        bottom: 15px;
        right: 0;
        margin: 0 15px;
    }

    .modulo_immagine00 .container_txt_position .container_txt, .modulo_immagine01 .container_txt_position .container_txt /*, .modulo_immagine02 .container_txt_position .container_txt*/, .modulo_immagine00 .container_txt_position .content_txt, .modulo_immagine01 .container_txt_position .content_txt /*, .modulo_immagine02 .container_txt_position .content_txt*/ {
        width: 422px;
    }

    .modulo_white00 h4, .modulo_blulogo01 h4, .modulo_azzurrologo h4, .modulo_grigio03 h4, .modulo_giallo04 h4, .modulo_arancione05 h4, .modulo_rossoaranciato06 h4, .modulo_viola07 h4, .modulo_azzurro08 h4, .modulo_verde09 h4, .modulo_grigiochiaro10 h4, .modulo_immagine00 h4, .modulo_immagine01 h4, .modulo_immagine02 h4, .modulo_SC1 h4 {
        font-size: 16px;
        padding: 0;
    }

    .modulo_immagine00 .container_txt_position .container_txt, .modulo_immagine01 .container_txt_position .container_txt, .modulo_immagine02 .container_txt_position .container_txt, .modulo_azzurro08 h3, .modulo_verde09 h3, .modulo_grigiochiaro10 h3, .modulo_immagine00 h3, .modulo_immagine01 h3, .modulo_PC1 h3 {
        font-size: 37px;
    }

    .container_txt .column_2 {
        padding-top: 15px;
    }

        .container_txt .column_2 .single_link {
            padding: 2px 0 0 0;
        }

            .container_txt .column_2 .single_link a {
                font-size: 12px;
                line-height: 1;
                padding: 3px 0;
            }

    .height717, .modulo_immagine00 {
        height: 540px;
    }

        .modulo_immagine00 .boxgray_position {
            top: 305px;
        }

            .modulo_immagine00 .boxgray_position .boxgray .boxgray_content_txt {
                bottom: 16px;
                padding: 0 32px 0 0px;
            }

    .dosis29 {
        font-size: 19px;
    }

    .modulo_immagine01 .boxgray_position {
        top: 20px;
    }

    .dosis25 {
        font-size: 18px;
    }

    .dosis18 {
        font-size: 13px;
        line-height: 1;
    }

    ul.link_dosis18 li a, ul.link_dosisshad18 li a {
        background-position: 0 2px;
    }

    .container_txt .content_txt p {
        padding: 5px 2px;
    }

    .height700, .modulo_immagine01 {
        height: 435px;
    }

        .modulo_immagine01 .container_txt_position {
            bottom: 40px;
        }

        .modulo_white00 h3, .modulo_blulogo01 h3, .modulo_azzurrologo h3, .modulo_grigio03 h3, .modulo_giallo04 h3, .modulo_arancione05 h3, .modulo_rossoaranciato06 h3, .modulo_viola07 h3, .modulo_azzurro08 h3, .modulo_verde09 h3, .modulo_grigiochiaro10 h3, .modulo_immagine00 h3, .modulo_immagine01 h3, .modulo_PC1 h3 {
            font-size: 40px;
        }

    .fluxr44 {
        font-size: 32px;
        line-height: 1;
    }

    .modulo_giallo04 .container_txt_position .content_txt {
        padding-right: 0;
    }

    .container_txt .content_txt p.formazione_txt {
        min-height: 130px;
    }

    .links_box_formazione {
        padding: 18px 0;
    }

        .links_box_formazione ul li a {
            font-size: 16px;
            padding: 5px 5px 5px 15px;
            background-position: left 10px;
        }

        .links_box_formazione ul li:nth-child(2) > a {
            padding: 5px 0px 5px 15px;
        }
    /*pagine interne*/
    .modulo_tab11 h3, .modulo_immagine02 h3, .modulo_white00 h2 {
        font-size: 27px;
    }

    .modulo_tab11 .container_txt_position .css-panes .content_pane .padtab img {
        margin-top: 0;
        margin-bottom: 0;
    }

    .container_programma {
        width: 427px;
    }

    .box_highlight {
        width: 274px;
    }

    .container_programma h3, .toggle-view h3 {
        font-size: 29px;
    }

    img.img_dettmedico {
        max-width: 150px;
        height: auto;
    }
    /*pagine interne > banner*/
    .banner {
        position: relative;
    }

        .banner p, .banner .left p {
            padding-left: 0;
        }

        .banner .left, .banner .left p {
            float: none;
        }

            .banner .left + .left {
                margin-top: 10px;
            }

    .banner_button {
        position: absolute;
        left: auto;
        top: 50%;
        right: 0;
        margin-top: -22px;
    }

    .banner .latol22 {
        font-size: 22px;
        line-height: 23px;
    }

    .banner .latol30 {
        font-size: 30px;
        line-height: 31px;
    }
    /*Pagine interne > storia*/
    .pstoria01, .pstoria02 {
        width: 395px;
    }

    .pbigstoria01, .pbigstoria02 {
        width: 334px;
    }

    .pstoria01 {
        padding-right: 45px;
    }

    .pbigstoria01 {
        padding-left: 38px;
        padding-right: 12px;
    }

    .pbigstoria02 {
        padding-right: 6px;
    }

    .padr80 {
        padding-right: 51px;
    }

    .pstoria02 {
        padding-right: 6px;
        padding-left: 30px;
    }

    .fluxr42 {
        font-size: 23px;
        line-height: 1.2em;
    }

    .Text-Medium-24 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .txtfluxr32 {
        font-size: 21px;
        line-height: 1.1em;
    }

    .imgtxt-storia {
        width: 730px;
        padding: 25px 10px 15px 0;
        height: 281px;
    }

    .imgtxt-storia p {
        width: 365px;
    }

    .medical-center-list > li {
        width: 33.333%;
        float: left;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .container, .container1140, .containert10, .padtab, .modulo_PC2, .modulo_white00 .generic_txt_01, .modulo_white00 .generic_txt_02, .toggle_singolo div .toggle-view, .toggle_singolo div:last-child .toggle-view, .toggle_singolo div:last-child .toggle-view, .toggle_singolo .last .toggle-view /*,.toggle_singolo  div .toggle-view */, .toggle_singolo div .toggle-view li, .modulo_immagine00 .resize,
    .modulo_immagine01 .resize,
    .modulo_giallo04 .resize,
    .modulo_blulogo01 .resize,
    .modulo_immagine02 .resize,
    .modulo_white00 .resize,
    .modulo_grigiomedio11 .resize,
    .modulo_SC1 .resize,
    .modulo_PC1 .resize, .resize, .modulo_immagine00 .resizeblock,
    .modulo_immagine01 .resizeblock,
    .modulo_giallo04 .resizeblock,
    .modulo_blulogo01 .resizeblock,
    .modulo_immagine02 .resizeblock,
    .modulo_white00 .resizeblock,
    .modulo_grigiomedio11 .resizeblock,
    .modulo_SC1 .resizeblock,
    .modulo_PC1 .resizeblock, .resizeblock, .modulo_tab11 .upper_tabs_text, ul.contatti, .contatti li.line, .container_ieo_research, ul.css-tabs, .breadcrumb, .bwhite, .header_container, .toggle-view, ul.risultati_top, .risultati_top li.line, ul.ris_ricerca, .ris_ricerca li.line, .PagingContainer {
        width: 950px;
    }

    .container1140 {
        margin-left: -475px;
    }

    /*header*/
    .header_top {
        width: 720px;
    }

    #nav_top:before, #nav_top:after {
        content: "";
        display: table;
    }

    #nav_top:after {
        clear: both;
    }

    #nav_top > ul{
        width: 368px;
        /*margin-left: 138px;*/
    }

    #nav_top.international > ul {
        width: 230px;
        margin-left: 138px;
    }

    #nav_top.international-en > ul {
        width: 340px;
        margin-left: 30px;
    }

    .head_button {
        width: 95px;
    }
    /*slider home*/
    .latob37 {
        font-size: 31px;
        line-height: 35px;
    }
    /*home*/
    .boxgray {
        width: 356px;
        height: 230px;
    }

    .boxgray_position .boxgray .boxgray_content_txt {
        padding: 0 50px 0 35px;
        bottom: -25px;
    }

    .boxgray .boxgray_button_pos {
        right: 0;
        margin: 0 23px;
    }

    .modulo_immagine00 .container_txt_position .container_txt, .modulo_immagine01 .container_txt_position .container_txt /*, .modulo_immagine02 .container_txt_position .container_txt*/, .modulo_immagine00 .container_txt_position .content_txt, .modulo_immagine01 .container_txt_position .content_txt /*, .modulo_immagine02 .container_txt_position .content_txt*/ {
        width: 550px;
    }

    .modulo_white00 h4, .modulo_blulogo01 h4, .modulo_azzurrologo h4, .modulo_grigio03 h4, .modulo_giallo04 h4, .modulo_arancione05 h4, .modulo_rossoaranciato06 h4, .modulo_viola07 h4, .modulo_azzurro08 h4, .modulo_verde09 h4, .modulo_grigiochiaro10 h4, .modulo_immagine00 h4, .modulo_immagine01 h4, .modulo_immagine02 h4, .modulo_SC1 h4 {
        font-size: 18px;
        padding: 2px 0 0 0;
    }

    .modulo_immagine00 .container_txt_position .container_txt, .modulo_immagine01 .container_txt_position .container_txt, .modulo_immagine02 .container_txt_position .container_txt, .modulo_azzurro08 h3, .modulo_verde09 h3, .modulo_grigiochiaro10 h3, .modulo_immagine00 h3, .modulo_immagine01 h3, .modulo_PC1 h3 {
        font-size: 48px;
    }

    .container_txt .column_2 {
        padding-top: 30px;
    }

        .container_txt .column_2 .single_link {
            padding: 4px 0 0 0;
        }

            .container_txt .column_2 .single_link a {
                font-size: 16px;
                line-height: 1;
                padding: 1px 0;
            }

    .height717, .modulo_immagine00 {
        height: 650px;
    }

        .modulo_immagine00 .boxgray_position {
            top: 385px;
        }

            .modulo_immagine00 .boxgray_position .boxgray .boxgray_content_txt {
                bottom: 20px;
                padding: 0 45px 0 15px;
            }

    .dosis29 {
        font-size: 24px;
    }

    .modulo_immagine01 .boxgray_position {
        top: 30px;
    }

    .dosis25 {
        font-size: 22px;
    }

    .dosis18 {
        font-size: 16px;
        line-height: 1;
    }

    ul.link_dosis18 li a, ul.link_dosisshad18 li a {
        background-position: 0 5px;
    }

    .container_txt .content_txt p {
        padding: 10px 2px;
    }

    .height700, .modulo_immagine01 {
        height: 580px;
    }

        .modulo_immagine01 .container_txt_position {
            bottom: 60px;
        }

        .modulo_white00 h3, .modulo_blulogo01 h3, .modulo_azzurrologo h3, .modulo_grigio03 h3, .modulo_giallo04 h3, .modulo_arancione05 h3, .modulo_rossoaranciato06 h3, .modulo_viola07 h3, .modulo_azzurro08 h3, .modulo_verde09 h3, .modulo_grigiochiaro10 h3, .modulo_immagine00 h3, .modulo_immagine01 h3, .modulo_PC1 h3 {
            font-size: 45px;
        }

    .fluxr44 {
        font-size: 36px;
        line-height: 1;
    }

    .links_box_formazione {
        padding: 25px 0;
    }

        .links_box_formazione ul li a {
            font-size: 18px;
            padding: 10px 10px 10px 15px;
            background-position: left 17px;
        }

        .links_box_formazione ul li:nth-child(2) > a {
            padding: 10px 0px 10px 15px;
        }

    .container_txt .content_txt p.formazione_txt {
        min-height: 200px;
    }
    /*pagine interne*/
    .modulo_tab11 h3, .modulo_immagine02 h3, .modulo_white00 h2 {
        font-size: 35px;
    }

    .modulo_tab11 .container_txt_position .css-panes .content_pane .padtab img {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .container_programma {
        width: 556px;
    }

    .box_highlight {
        width: 356px;
    }

    .container_programma h3, .toggle-view h3 {
        font-size: 29px;
    }

    img.img_dettmedico {
        max-width: 190px;
        height: auto;
    }
    /*pagine interne > banner*/
    .banner p {
        width: 406px;
        padding-left: 27px;
    }

    .banner .left p {
        width: 263px;
    }

    .banner_button {
        left: 33px;
        top: 0;
    }

    .latol22 {
        font-size: 18px;
        line-height: 1;
    }

    .latol30 {
        font-size: 22px;
        line-height: 1;
    }
    /*Pagine interne > storia*/
    .pstoria01, .pstoria02 {
        width: 514px;
    }

    .pbigstoria01, .pbigstoria02 {
        width: 434px;
    }

    .pstoria01 {
        padding-right: 58px;
    }

    .pbigstoria01 {
        padding-left: 50px;
        padding-right: 17px;
    }

    .pbigstoria02 {
        padding-right: 8px;
    }

    .padr80 {
        padding-right: 67px;
    }

    .pstoria02 {
        padding-right: 8px;
        padding-left: 50px;
    }

    .fluxr42 {
        font-size: 33px;
        line-height: 1.2em;
    }

    .txtfluxr32 {
        font-size: 27px;
        line-height: 1.1em;
    }

    .imgtxt-storia {
        width: 950px;
        padding: 30px 10px 20px 0;
        height: 366px;
    }

    .imgtxt-storia p {
        width: 472px;
    }

    .medical-center-list > li {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {

    .news-main {
        width: 720px;
        float: left;
    }

    .news-related {
        width: 360px;
        float: left;
        clear: none;
    }

    .news-related .newslist__item-container {
        float: none;
        width: 100%;
    }

    .medical-center-list > li {
        width: 25%;
        float: left;
    }
}