<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 
 * Moda.PoliMI
 * BY ing. NicolÃ² Chiellini
 * n.chiellini@4sigma.it
 * 
 */

html { 
    width: 100%;  
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    background-color: white;
    font-family: 'Libre Franklin', sans-serif;
}
body {    
    border: none; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    min-height: 100vh;        
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    position: relative;    
}
td {
    border: none;
    text-align: left;    
    margin: 0px;
    padding: 0px;
}
div, p, h1, h2, h3, h4, h5, h6, ul, 
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;    
    text-align: left;    
    text-decoration: none;    
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none; 
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
iframe {
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
}
.iframe-cont {
    margin: 0px;
    padding: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;    
    text-decoration: none;    
    font-weight: bold;
    color: #999999;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.a_inv {
    color: #000;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    color: #000;
}
*::-webkit-input-placeholder
{
    color: #000;
}

*::-moz-placeholder
{
    color: #000;
}
*:-moz-placeholder
{
    color: #000;
}

*:-ms-input-placeholder
{
    color: #000;
}
button::-moz-focus-inner {
  border: 0;
}
a:focus { 
    outline: none; 
}
input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {    
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;        

}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.vis_hidden {
    visibility: hidden;
}
.hidden,
#nav-cont .hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.opacity_0 {
    opacity: 0;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.table {
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;    
    vertical-align: middle;
}
.table-row {
    display: table-row;
    float: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.w_max100pe {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bradius_5 {
    border-radius: 5px;
}
.extralight {
    font-weight: 100;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 400;
}
.style-normal {
    font-style: normal;
}
.medium {
    font-weight: 500;
}
.bold,
strong, 
b {    
    font-weight: 700;
    font-style: inherit;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;    
}
.white, .bianco {
    color: #FFFFFF;
}
.red {
    color: #e81712;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
    font-size: 20px;
    line-height: 25px;
}
.ritch-cont-docenti {
    font-size: 15px;
    line-height: 20px;
}
.ritch-cont a,
.ritch-cont-docenti a {
/*    font-style: normal;*/
    font-weight: bold;
}
.ritch-cont ul,
.ritch-cont-docenti ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 25px;
}
.ritch-cont-docenti ul {
    padding-left: 15px;
}
.ritch-cont ol,
.ritch-cont-docenti ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 15px;
}
.ritch-cont li,
.ritch-cont-docenti li {
    float: left;
    width: 100%;
}
.ritch-cont img,
.ritch-cont-docenti img {
    max-width: 100% !important;
    height: auto !important;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}
#over-box,
#over-box-menu {
    display: none;
    position: fixed;
    z-index: 95;
    background-color: rgba(0,0,0, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-menu {
    z-index: 70;
}
#over-box-white {
    display: none;
    position: fixed;
    z-index: 95;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#over-box-white img {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
}
.modal-box {
    display: none;
    position: fixed;    
    padding: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #1358a5;
    text-align: center;    
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: #fff;
    z-index: 1012;
    top: -500px;    
    opacity: 0;
    box-sizing: border-box;    
}
.form-input {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    background-color: #f2f2f2;
}
.form-input:focus,
.form-input-textarea:focus {
    border: 1px solid #e5e5e5;
}
.form-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #000 !important;
}
.form-input-textarea {
    height: 110px;
    line-height: 18px;
    width: 100%;
    padding: 10px 10px;    
    color: #000;
    background-color: #f2f2f2;
    font-size: 12px;
    box-sizing: border-box;    
}
.btn {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #000;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;        
}
.col-left {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}
.col-left-docente {
    width: 40%;
    padding-right: 10px;
    box-sizing: border-box;
}
.col-right-docente {
    width: 60%;
    padding-left: 10px;
    box-sizing: border-box;
    float: right;
}
.col-right {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
    float: right;
}
/* MAIN */
.page {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
header {
    height: 100px;
    padding-left: 276px;
    box-sizing: border-box;
    background-color: white;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    z-index: 999;
}
#logo-top {
    position: absolute;
    display: block;
    float: left;
    width: 236px;
    height: 70px;
    top: 29px;
    left: 20px;
}
#logo-top img {
    width: 236px;
}
#header-top {
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    line-height: 49px;
    font-size: 15px;   
}
#nav-top {
    height: 49px;
}
#nav-top #first-lev {
    display: block;
    float: left; 
    width: auto;
    height: 49px;
}
#nav-top  .second-lev {
    display: none;
    height: auto;
    position: absolute;
    z-index: 9999;
    top: 49px;
    left: 0px;
    width: 180px;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
}
#nav-top  .second-lev .sel {
    background-color:#4ad9f3;
    color: white;
}
#nav-top .second-lev li,
#nav-top .second-lev a {
    width: 180px;        
    background-color: white;
    height: auto;
}
#nav-top .second-lev li {
    border-bottom: 1px solid #f2f2f2;
}
#nav-top .second-lev li:last-child {
    border-bottom: none;
}
#nav-top .second-lev a {
    display: block;
    float: left;
    height: 30px;    
    line-height: 30px;
    padding: 0px 10px;
    font-size: 10px;
    color: #999999;
    font-weight: normal;
    box-sizing: border-box;
}
#nav-top li {
    display: block;
    float: left; 
    width: auto;
    height: 49px;    
}
.first-li {
    position: relative;
}

#nav-top a {
    display: block;
    float: left;
    height: 49px;    
    line-height: 49px;
    padding: 0px 10px;
    font-size: 12px;
    color: #999999;
    font-weight: bold;
}
#nav-top .sel {
    background-color:#4ad9f3;
    color: white;
}
#header-top .social-top {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #999999;
}
#header-top .swtich-lang-top {
    display: inline-block;
    margin: 0px 10px;
    float: right;
    font-size: 12px;
    color: #999999;
}
#mySidenav .swtich-lang-top-mobile {
    display: inline-block;
    font-size: 12px;
    color: #999999;
}
#header-top .sel {
    color: #4ad9f3 !important;
}
.sidenav {
    display: none;
}
#openbtn {
    display: none;
}
footer {
    padding: 14px 20px 15px 276px;
    box-sizing: border-box;
    background-color: white;    
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;    
    height: 100px;    
    position: relative;
}
#logo-footer {    
    position: absolute;
    display: block;
    float: left;
    width: 236px;
    height: 70px;
    top: 30px;
    left: 20px;
    background-color: #fff;
}
#logo-footer img {
    width: 236px;
}
footer a {
    color: #999999;
    font-weight: normal;
}
.footer-text {
    margin-top: 12px;
    font-size: 11px;
    line-height: 15px;
    width: auto;
}
#footer-social-cont {
    margin-top: 12px;
    font-size: 15px;
    line-height: 15px;
    width: auto;
    float: right;
    margin-top: 22.5px;
}
#footer-social-cont .social-bottom {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    color: #999999;
}
main {
    margin-top: 100px;
    min-height: calc(100vh - 110px);
}
.box-hp,
.box-hp-left,
.box-hp-right {
    width: 50%;
    height: 400px;
}
.box-slider-obj {
    width: 1000px;
    height: 400px
}
.box-hp-left {
    overflow: hidden;
    background-position: center center;
}
.box-hp-right {
    box-sizing: border-box;
    padding: 20px;
}
.box-hp-right-table {
    height: 360px;
}
.box-hp-data {
    font-size: 12px;
    line-height: 15px;
}
.box-hp-title,
.title-azzurro {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #4ad9f3;
}
.title-nero {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
}
.box-hp-btn {
    display: block;
    float: left;
    margin-top: 20px; 
    font-size: 12px;
}
.box-hp-testo {
    font-size: 12px;
    line-height: 15px;
}
#box-hp-news-cont {
    background-color: #F2F2F2;
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
}
.box-hp-news {
    box-sizing: border-box;
    width: 50%;
    margin-top: 10px;
}
.box-hp-news:first-child {
    float: left;    
    padding-right: 10px;    
}
.box-hp-news:last-child {
    float: right;
    padding-left: 10px;
}
.box-hp-news-image {
    height: 200px;
}
.box-hp-news-data {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}
.box-hp-news-text {
    line-height: 15px;
    height: 60px;
    overflow: hidden;
    font-size: 12px;
    text-transform:uppercase;
    font-weight: bold;
}
.box-hp-news-btn {
    display: block;
    float: left;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
}
#hp-come-iscriversi {
    height: 265px;
}
.box-hp-1-3 {
    width: 33.333333%;
    height: 265px;
}
.box-hp-2-3 {
    width: 66.666667%;
    height: 265px;
}
.box-hp-1-3 .table {
    padding: 20px;
    height: 265px;
    box-sizing: border-box;
}
#hp-corso-docenti-studenti-left, 
#hp-corso-docenti-studenti-right {
    height: 500px;
    width: 50%;
}
.bg-azzurro {
    background-color: #4ad9f3;
}
.bg-blu {
    background-color: #39abbf;
}
.hp-docenti-studenti-box {
    width: 50%;
    height: 250px;    
}
.hp-docenti-studenti-box .table {
    padding: 20px;
    box-sizing: border-box;
    height: 250px;
}
#hp-corso-img {
    height: 350px;
}
#hp-corso-text .table {
    padding: 20px;
    box-sizing: border-box;
}
.hp-slider-obj,
#hp-slider-cont,
#hp-slider {
    width: 100vw;
    height: calc( 100vw / 16 * 9 );
    max-height: 650px;
    box-sizing: border-box;
    position: relative;
}
#hp-slider,
#hp-slider-cont {
    overflow: hidden;
    width: 100%;
}
.hp-slider-obj-table {
    width: 50%;
    margin-left: 50%;    
    padding-right: 40px;
    box-sizing: border-box;
    height: calc( 100vw / 16 * 9 );
    max-height: 800px;
}
.hp-slider-obj-cta {
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    vertical-align: middle;
    max-width: 450px;
    float: right;
}

#box-calltoaction-hp {
    
}
.box-calltoaction-hp {
    width: calc(100% / 4);
    height: calc(100vw / 4);
    display: block;
    float: left;
}
.box-calltoaction-hp span {
    display: block;
    float: left;
    width: 100%;
}
.box-calltoaction-hp-img {
    width: 100%;    
    height: calc((100vw * 9  ) / ( 4  * 16));
}
.box-calltoaction-hp-text {
    width: 100%;
    height: calc( (100vw / 4) - (100vw * 9  ) / ( 4  * 16));
    padding: 10px;
    box-sizing: border-box;
}
.cta-title {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #4ad9f3;
    margin-bottom: 5px;
    /*overflow: hidden;
    overflow-wrap: break-word;*/
}
.cta-text {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-weight: normal;
    /*overflow: hidden;
    overflow-wrap: break-word;*/
}
#news-list {
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-list-single {
    width: 25%;        
    position: relative;
}
.news-list-single-img {
    display: block;
    float: left;
    width: 100%;
    height: calc((100vw / 4) * 9.0 / 16.0);
    position: relative;    
}
.news-list-single-int-table {
    width: 100%;
    height: calc((100vw / 4) * 9.0 / 16.0);
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-animation: news_hide_text .5s forwards; 
    -moz-animation: news_hide_text .5s forwards; 
    -o-animation: news_hide_text .5s forwards; 
    animation: news_hide_text .5s forwards; 
}    
.news-list-single-int-cell {
    width: 100%;
}
.news-list-single-int-cell span {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    color: white;
    padding: 0px 40px;
    box-sizing: border-box;
}
.news-list-single-data {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
}
.news-list-single-text {
    line-height: 14px;
    height: auto;
    overflow: hidden;
    font-size: 10px;
    text-transform:uppercase;
    font-weight: bold;
}
.news-loader {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
}
.news-list-single-btn {
    display: block;
    float: left;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    bottom: 30px;
}
#news-list-title-cont {
    padding: 0px 20px;
    box-sizing: border-box;
}
.categoria-news-top {
    display: block;
    float: right;
    padding: 0px 10px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    margin-left: 10px;
    background-color: #999;
    color: white;
    text-transform: uppercase;
}
.news-list-single-category {
    display: block;
    float: left;
    padding: 0px 10px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    margin-left: 0px;
    background-color: #000;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.priorita-visiva-sel {
    background-color: #4ad9f3 !important;
}
#news-list .sel {
    background-color: #000;
}
#news-single-cont {
    margin-top: 40px;
    margin-bottom: 40px;    
}
#news-single {
    width: calc(((100% - 35px) / 3) * 2);
    float: left;
    font-size: 15px;
    line-height: 20px;
}
#split-page-big {
    width: calc(((100% - 35px) / 3) * 2);
    float: left;
}
#split-page-small {
    width: calc(((100% - 35px) / 3));
    float: right;
}
#news-single-image {
    height: 362px;
}
#news-single-column {
    width: calc((100% - 35px) / 3);
    float: right;
}
#news-single-column .news-list-single {
    width: 100%;
}
.news-single-data {
    margin-top: 20px;
}
.news-single-title {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
#news-single-back {
    display: block;
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    position: absolute; 
    bottom: 0px;
    right: 0px;
}
#form-contatti {
    display: block;
    float: left;
    width: 100%;
}
.half-input {
    width: calc(50% - 5px);
}
.onethird-input {
    width: calc((100% - 20px) / 3);
}
#upload-immagine-cont {
    position: relative;
    height: 50px;
    overflow:hidden;
    width: calc( 100% - 110px);
    float: right;
}
#uploaded-immagine {
    width: 100px;
    height: 133px;
    background-color: #000;
}
#upload-immagine-info {
    width: calc(100% - 120px);
    float: right;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}
#upload-immagine-cont label {
    position: absolute;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    background-color: #f2f2f2;
    z-index: 10;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#laboratori-nav {
    width: auto;
    float: right;
    margin-top: 10px;
}
#laboratori-nav li {
    display: block;
    float: left;
    width: auto;
    margin-left: 10px;
}
#laboratori-nav .sel {
    color: #4ad9f3;
}
#pagina-laboratori,
#pagina-corso,
#pagina-advisor {
    margin-top: 40px;
}
.titolo {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.titolo-accordion {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.titolo-accordion a {
    display: block;
    float: left;
    width: 100%;
}
.accordion-closed {
    overflow: hidden;
    height: 0px;
}
.accordion-cont {
    margin-bottom: 10px;    
    border-bottom: 1px solid #e5e5e5;
}
.testo-accordion .ritch-cont {
    border-top: 1px solid #e5e5e5;
    background-color: #fafafa;
    padding: 20px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
}
.img-4 {
    width: calc((100% - 30px) / 4.0 );
    margin-right: 10px;    
}
.img-4:last-child {
    margin-right: 0px;    
    float: right;
}
.img-2  {
    width: calc(50% - 10px);
}
.img-2:last-child {
    float: right;
}
.testo-link,
.testo-download {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}
.testo-link {
    width: calc(50% - 10px);
}
.testo-link:nth-child(even) {
    float: right;
}
.testo-link span,
.testo-download span {
    position: absolute;
    top: 10px;
    right: 0px;
}
.persona-box {
    width: 20%;
    margin-right: 0px;
    display: block;
    float: left;
    margin-bottom: 30px;
}
.persona-box-immagine {
    display: block;
    float: left;
    height: calc(4 * 20vw / 3);
    width: 100%;
    background-size: 100% 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.persona-box-nome-cognome {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 15px;
    max-height: 31px;
    overflow: hidden;
    text-transform: uppercase;
    color: black;    
}
.persona-box-abstract {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
    height: 31px;
    overflow: hidden;
    color: black;
    font-weight: normal;
}
.persona-box-polimi {
    font-size: 12px;
    line-height: 15px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.persona-box-polimi,
.persona-box-abstract,
.persona-box-nome-cognome {
    padding: 0px 10px;
    box-sizing: border-box;
}
.persona-box-text-cont {
    display: block;
    float: left;
    width: 100%;
    height: 95px;
}
#laboratori-gallery {
    margin-top: 10px;
}
#laboratori-gallery .gallery {
    display: block;
    float: left;
    width: calc(470px / 3); /* Colonna di Sinistra meno 20 */
    height: calc((470px / 3) * 9 / 16);
    margin-right: 10px;
}
#laboratori-gallery .gallery:last-child {
    margin-right: 0px;
}
#openbtn {
    display: none;  
}
.box-slider-hp {
    display: none;
}

.multi-gallery-item-cont{
    margin: 40px 0px;
}
.labs-cont {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.labs-item{
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
.labs-item span {
    height: 320px;
    display: block;
    float: left;
    width: 100%;
}
.labs-item:last-child {
    margin-right: 0px;
}

.labs-item .cta-title{
    position: absolute;
    bottom: -30px;
    padding: 0px 10px;
    box-sizing: border-box;
}

/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {      
    a:hover {
        color: #4ad9f3;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;        
    }   
    #header-top a:hover,
    footer a:hover,
    #footer-social-cont .social-bottom:hover {
        color: #4ad9f3;
    }
    #nav-top a:hover,
    .btn:hover {
        background-color:#4ad9f3;
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;        
    }
    .priorita-visiva-hover:hover {
        background-color: #4ad9f3 !important;
        color: white;
    }
    .categoria-news-top:hover {
        color: white;
        background-color: #000;
    }
    .news-list-single-img:hover .news-list-single-int-table {
        -webkit-animation: news_show_text .5s forwards; 
        -moz-animation: news_show_text .5s forwards; 
        -o-animation: news_show_text .5s forwards; 
        animation: news_show_text .5s forwards; 
    }
}
@media only screen and (min-width:1024px) and (max-width:1279px) {  
    .sidenav {
        display: none;
    }
    #openbtn {
        display: none;
    }
    header {
        height: 110px;
        padding-left: 0px;
    }  
    #header-top {
        height: 60px;
    }
    #logo-top {
        top: 15px;
        height: 40px;
    }
    #logo-top img {
        width: 200px;
    }
    #header-top .swtich-lang-top {
        margin: 10px 10px;
    }
    #mySidenav .swtich-lang-top-mobile {
        margin: 10px 10px;
    }
    .box-slider-hp {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {   
    .sidenav {
        display: none;
    }
    #openbtn {
        display: none;
    }
    header {
        height: 110px;
        padding-left: 0px;
    }  
    #header-top {
        height: 60px;
    }
    #logo-top {
        top: 15px;
        height: 40px;
    }
    #logo-top img {
        width: 200px;
    }
    #header-top .swtich-lang-top {
        margin: 10px 10px;
    }
    #mySidenav .swtich-lang-top-mobile {
        margin: 10px 10px;
    }
    #nav-top a {
        font-size: 10px;
        padding: 0px 5px;
    }
    .box-hp {
        width: 100%;
    }
    .box-calltoaction-hp {
        width: calc(100% / 2);
        height: calc(100vw / 4);
    }
    .two-column {
        column-count: 1;
    }
    .col-left, .col-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .page {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .persona-box {
        width: 33.333333%;
    }
    .box-slider-hp {
        display: none;
    }
    .labs-item span {
        height: 230px;
    }
    
    
}
@media only screen and (min-width:320px) and (max-width:767px) { 
    /* MENU MOBILE */  
    .sidenav .sel {
        font-weight: 900;
        color: #4ad9f3;
    }
    .sidenav {
        display: block;
        height: 100vh;
        width: 0%;
        position: fixed;
        z-index: 200;
        top: 0;
        right: 0;
        background-color: #4ad9f3;
        opacity: 1;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
        text-align: center;
    }
    .sidenav a {
        padding: 10px 10px 10px 10px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        color: white;
        display: block;
        transition: 0.3s;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 40px;
    }
    #openbtn {
        display: block;
        float:right;
        width: 60px;
        height: 60px;
        color: #4ad9f3;
        line-height: 60px;
        text-align: center;
        position: relative;
        font-size: 20px;
        text-transform: uppercase;
        cursor:pointer;
    }
    /* */
    #nav-top {
        display: none;
    }
    #header-top .swtich-lang-top {
        display: none;
    }
    #logo-top {
        top: 10px;
        left: 10px;
        height: 45px;
    }
    #logo-menu {
        width: 250px;
        padding-top: 0px;
        top: 10px;
        left: 10px;
        height: 45px;
        padding: 0px;
    }
    #logo-menu img {
        width: 236px;
    }
    #header-top {
        border-bottom: none;
        line-height: 25px;
    }
    #header-top .sel {
        color: white !important;
    }
    header {
        height: 60px;
    }
    main {
        margin-top: 60px;
    }
    footer {
        padding: 20px 10px;
        height: auto;
    }
    #logo-footer {
        position: relative;
        background-color: transparent;
        height: auto;
        padding-bottom: 10px;
        top: 0px;
        left: 0px;
    }
    #pagina-laboratori, #pagina-corso, #pagina-advisor, #news-list {
        margin-top: 20px;
    }
    .box-hp {
        width: 100%;
    }
    .box-calltoaction-hp {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .box-hp-left {
        width: 100%;
        height: 200px;
    }
    .box-hp-right {
        width: 100%;
        height: 200px;
        padding: 10px;
    }
    .box-hp-right-table {
        height: auto;
    }
    .box-calltoaction-hp-img {
        height: calc((100vw * 9 ) / (16));
    }
    .box-calltoaction-hp-text {
        height: auto;
    }
    .two-column {
        column-count: 1;
    }
    .col-left, .col-right {
        width: 100%;
        margin-bottom: 20px;
        padding: 0px;
    }
    .page {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .persona-box {
        width: 100%;
    }
    .persona-box-immagine {
        height: 100vw;
    }
    .titolo, .title-nero {
        font-size: 20px;
        line-height: 20px;
    }
    .testo-link {
        width: 100%;
        padding-right: 20px;
    }
    .img-4 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #titolo-accordion-span-title {
        width:calc(100% - 15px);
        display: inline-block;
    }
    .ritch-cont {
        font-size: 15px;
        line-height: 20px;
    }
    #stories-title, #news-title {
        width: 100%;
        padding-bottom: 10px;
    }
    .categoria-news-top {
        float: left;
        margin-right: 10px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .news-list-single {
        width: 100%;
    }
    .news-list-single-img {
        height: calc((100vw) * 9.0 / 16.0);
    }
    #news-single {
        width: 100%;
    }
    #news-single-column {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    #split-page-big {
        width: 100%;
    }
    #split-page-small {
        width: 100%;
    }
    #laboratori-gallery .gallery {
        width: calc(370px / 4);
        height: calc((370px / 3) * 9 / 16);
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .box-slider-obj {
        width: 100vw;
        height: 400px
    }
    #hp-slider, #hp-slider-cont {
        overflow: visible;
/*         overflow-x: hidden; */
        width: 100%;
    }
    .owl-carousel .owl-stage-outer,
    #hp-slider .cover {
        overflow: visible !important;
/*         overflow-x: hidden !important; */
    }
    #hp-slider-cont,
    #hp-slider {        
        height: calc( 205vw / 16 * 9 ) ;        
    }
    .hp-slider-obj {
        margin-bottom: calc( 100vw / 16 * 9 ) ;        
        position: relative;
    }    
    .hp-slider-obj-table {
        display: block;
        position: absolute;        
        width: 100%;
        top: calc( 100vw / 16 * 9);
        height: calc( 100vw / 16 * 9 );
        padding: 10px;
        box-sizing: border-box;
        left: 0px;
        margin-left: 0px;
        z-index: 10;
        overflow: hidden;
    }
    .hp-slider-obj-cta {
        padding: 5px;
    }
    .labs-item{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }
}    

/* Turn Your Device */
#turn-your-device {
/*     display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #fff;     
    padding: 20px;
    box-sizing: border-box;
}
#tyd-telefono-logo-tyd {
/*     height: 30px; */
}
#tyd-telefono svg {
    height: 60px;
}
#tyd-arrow svg {
    height: 100px;
}
#tyd-telefono {
    position: absolute; 
    left: calc( 50% - 15.5px);
    top: 40px;
    -webkit-animation: tydCellRotation 3s infinite; /* Safari 4+ */
    -moz-animation:    tydCellRotation 3s infinite; /* Fx 5+ */
    -o-animation:      tydCellRotation 3s infinite; /* Opera 12+ */
    animation:         tydCellRotation 3s infinite; /* IE 10+, Fx 29+ */
}
#tyd-arrow {
    position: absolute; 
    left: calc( 50% - 50px);
    top: 20px;
}
@-webkit-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }  
  85%   { transform: rotate(-90deg); }  
  100%   { transform: rotate(0deg); }
}
@-moz-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }  
  85%   { transform: rotate(-90deg); }  
  100%   { transform: rotate(0deg); }
}
@-o-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }  
  85%   { transform: rotate(-90deg); }  
  100%   { transform: rotate(0deg); }
}
@keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }  
  85%   { transform: rotate(-90deg); }  
  100%   { transform: rotate(0deg); }
}

@-webkit-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-moz-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-o-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}


@keyframes news_show_text {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.2);
    }  
}
@keyframes news_hide_text {
    0% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
</pre></body></html>