/* 
  Special thanks to HTML5 ✰ Boilerplate 
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/


/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/



/* PAGE TRANSITIONS */
#wrapper {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



/* MASONRY */
.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }


.btn:focus {
  outline: none;
}


::selection {
  background: rgba(253,209,0,0.99); /* WebKit/Blink Browsers */
  color: #004a95;
     /* text-shadow:
    2px 2px #FDD100,
    2px -2px #FDD100,
    0px 2px #FDD100,
    -2px 2px #FDD100; */
}
::-moz-selection {
  background: rgba(253,209,0,0.99); /* Gecko Browsers */
  color: #004a95;
    /*  text-shadow:
    2px 2px #FDD100,
    2px -2px #FDD100,
    0px 2px #FDD100,
    -2px 2px #FDD100; */
}


:focus {  }



#wrapper { overflow:hidden; background-color: #fafafa; position: relative; }


  html, body, div, span, object,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, q,
  small, strong, sub, sup, var, b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
  }                  

  h5, .h5 { font-size: 1em !important; }
  
.pattern label { display: none; }

/* SMART QUOTES */


  q {
    quotes: "\201C" "\201D" "\2018" "\2019";
  }
  q:before {
    content: open-quote;
  }
  q:after {
    content: close-quote;
  }


  blockquote, q { quotes:none; }
  
  blockquote:before, blockquote:after,
  q:before, q:after { content:''; content:none; }
  
  a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; outline: 0; color: #004a95; }
  a:hover, a:focus { text-decoration: none; color: #FDD100 !important; }


  hr { margin-bottom: 0px !important; border-top: 15px solid #004a95 !important; }
  
  ins { background-color:#ff9; color:#000; text-decoration:none; }
  
  del { text-decoration: line-through; }
  
  abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
  
  /* tables still need cellspacing="0" in the markup */
  table { border-collapse:collapse; border-spacing:0; }


  th { color: #004a95; }
  
  input, select { vertical-align:middle; }

 
/* END RESET CSS */




  /* fonts.css from the YUI Library: developer.yahoo.com/yui/ */
  body { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; *font-size:100%; height: 100%; width: 100%; background-color: #fafafa !important; color: #004a95 !important;
  /*overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;*/
} /* hack retained to preserve specificity */
html  { height: 100%; width: 100%; text-rendering: optimizeLegibility!important; -webkit-font-smoothing: antialiased!important; }


  select, input, textarea, button { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }


  pre, code, kbd, samp { font-family: monospace, sans-serif; } /* normalize monospace sizing */
  
  h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
  }




/* FONT INCLUSION */


/* CHRONICLE */
  
  @font-face {
  font-family: 'chronicle';
  src: url('../fonts/chronicle/EOT/chronicle.eot'); /* IE9 Compat Modes */
  src: url('../fonts/chronicle/WOFF2/chronicle.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/chronicle/WOFF/chronicle.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/chronicle/TTF/chronicle.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/chronicle/SVG/chronicle.svg') format('svg'); /* Legacy iOS */
}


  @font-face {
  font-family: 'chronicle-roman-italic';
  src: url('../fonts/chronicle/EOT/chronicle-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/chronicle/WOFF2/chronicle-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/chronicle/WOFF/chronicle-italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/chronicle/TTF/chronicle-italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/chronicle/SVG/chronicle-italic.svg') format('svg'); /* Legacy iOS */
}


  @font-face {
  font-family: 'chronicle-bold';
  src: url('../fonts/chronicle/EOT/chronicle-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/chronicle/WOFF2/chronicle-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/chronicle/WOFF/chronicle-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/chronicle/TTF/chronicle-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/chronicle/SVG/chronicle-bold.svg') format('svg'); /* Legacy iOS */
}


  @font-face {
  font-family: 'chronicle-bold-italic';
  src: url('../fonts/chronicle/EOT/chronicle-bold-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/chronicle/WOFF2/chronicle-bold-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/chronicle/WOFF/chronicle-bold-italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/chronicle/TTF/chronicle-bold-italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/chronicle/SVG/chronicle-bold-italic.svg') format('svg'); /* Legacy iOS */
}


/* MONOTYPE NEWS GOTHIC */


  @font-face {
  font-family: 'newsgothic';
  src: url('../fonts/newsgothic/EOT/newsgothic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/newsgothic/WOFF2/newsgothic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/newsgothic/WOFF/newsgothic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/newsgothic/TTF/newsgothic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/newsgothic/SVG/newsgothic.svg') format('svg'); /* Legacy iOS */
}


  @font-face {
  font-family: 'newsgothic-italic';
  src: url('../fonts/newsgothic/EOT/newsgothic-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/newsgothic/WOFF2/newsgothic-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/newsgothic/WOFF/newsgothic-italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/newsgothic/TTF/newsgothic-italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/newsgothic/SVG/newsgothic-italic.svg') format('svg'); /* Legacy iOS */
}


  @font-face {
  font-family: 'newsgothic-bold';
  src: url('../fonts/newsgothic/EOT/newsgothic-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/newsgothic/WOFF2/newsgothic-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/newsgothic/WOFF/newsgothic-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/newsgothic/TTF/newsgothic-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/newsgothic/SVG/newsgothic-bold.svg') format('svg'); /* Legacy iOS */
}




  
  
/* 
 * basic styles
 */


  html, body {
    font-family: 'newsgothic', Helvetica, Arial, sans-serif;
    font-size: 100%;
    width: 100%;
    height: 100%;
    line-height: 155%;
    color: #004a95;
  }
  
  /* Always force a scrollbar in non-IE */
  html { overflow-y: scroll; }
  


    .ie6 body { text-align: center; /* fix IE centering page*/ }
  
  a:link, a:visited {
    text-decoration: none;
  }
  
   .linknero {
  }
  
  a.link:link, a.link:visited{
  }
  
  a img {
    border: none;
  }
  
/* .lingua {
      position:absolute;
      right: 30px;
      top: 100px;
     
  }*/
  
  p { font-size: 1.2em; line-height: 1.5em; letter-spacing: 0.1px; }

  li { float: none !important; }

  /* The Magnificent Clearfix  j.mp/bestclearfix */
  .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  .clearfix:after { clear: both; }
  .clearfix { zoom: 1; }
  
  .clear { clear: both; }
  
  .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
  
  .nav1, .nav1 ul { list-style: none; }
  
  .approfondimenti {
    display: inline-block;
    width: 120px;
    height: 1px;
    margin: -10px 0 10px;
    padding-top: 20px;
    background: url('approf.png') 0 0 no-repeat;
    overflow: hidden;
  }
  
  .text strong {
    color: #003264;
    font-weight: normal;
  }
  
  .corpo-content .text p {
    margin: 0;
  }
  
  .text img {
    margin: 8px 0;
  }
  
  .highlight {
    background: #FDD100;
    padding: 2px;
  }
  
  table.bordo td {
    padding: 3px 0;
  }

table.calendario-didattico { font-size: 0.9em !important; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 2px solid #ddd !important; border-left: 0px !important; border-right: 0px !important;
  }
  
  .table-bordered { border-left: 0px !important; border-right: 0px !important; }

  .colonna-13 {
    float: left;
    width: 33%;
  }
    
    .colonna-13 ul.nav4 {
      list-style: none;
    }
      .colonna-13 ul a {
        text-decoration: none;
      }
        .colonna-13 ul a:before {
          content: '› ';
        }
  
/* 
 * main elements & background
 */
    
  .w100 {
    width: 100%;
  }
  
  .wint {
    width: 960px;
    margin: 0 auto;
    position:relative;
  }
    .ie6 .wint {
      text-align: left; /* fix IE centering page*/
    }


#header-slider-wrapper {
    height: 80vh;
  }
  
  
  #header-wrapper {
/*  border-top: 0px solid #DDD;
    background: #CCC;*/
    position: static;
    z-index: 12; /* sopra main wrapper */
    height: auto;
  }


  #header-wrapper-fixed {
/*  border-top: 0px solid #DDD;
    background: #CCC;*/
    position: fixed;
    z-index: 12; /* sopra main wrapper */
    /* border-bottom: 2px solid #002850; */
transition: top 0.2s ease-in-out;
top: 0px;
  }
  
  #header-wrapper:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 20px;
      background: #DDD;
      z-index: 4;
      min-width: 960px;
      display: none;
    }
  
  #main-wrapper {
    z-index: 12;
    min-height: 100vh;
    padding-top: 0px;
  }


  #main-wrapper.homepage {
    z-index: 12;
    min-height: 0vh;
    padding-top: 0px;
  }


  #main-wrapper.homepage-struttura {
    z-index: 12;
    min-height: 0vh;
    padding-top: 0px;
  }


  .corpo-testo.pagina a {
    line-height: 1.3em;
     /*border-bottom: 2px solid;
      text-shadow:
    2px 2px #fafafa,
    2px -2px #fafafa,
    0px 2px #fafafa,
    -2px 2px #fafafa; */
  }


    #main-wrapper:after,
    #footer-wrapper:after {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1;
    }
      /* gray background overlay */
      #main-wrapper:after {
        background: #fafafa; /* #444; */
        height: 55px;
        /* opacity: 0.5; */ /* IE8 opacity filter does not support pseudo-elem*/
      }
      
      /* yellow background overlay */
      #footer-wrapper:after {
        bottom: 0;
        background: #DDD; /* #FFF00A; */
        /* opacity: 0.6; */
      }
  
#main-wrapper { z-index: 11; } /* menu sopra extra-wrapper */

  .main-box.template-offerta-formativa { max-width: 100%; }
  
  .main-box {
    position: relative;
    z-index: 2;
    background: #fafafa;
    width: 100%;
    color: #004A95;
    max-width: 1460px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    
    
    /* -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
            box-shadow: 0 0 5px rgba(0,0,0,0.4); */
  }


 .pnews .main-box {
    padding-top: 35px !important;
 }


.main-box.persone-dettaglio h1 {
    margin-top: 40px;
    display: inline-block;
    width: 65%;
    padding: 15px 0px;
}




.main-box.page { min-height: 100vh;  }
.main-box.template-pagina { min-height: 100vh; max-width: 1250px;  }
.page-search .main-box { max-width: 1250px;  }
.pnews-dettaglio .main-box { max-width: 1250px;  }


.main-box h1 { 
      text-transform: uppercase; 
      font-size: 4em; 
      line-height: 1.1em; 
      background-color: transparent; 
      color: #004a95;
      padding: 15px; 
      margin: 0px; 
      margin-bottom: 30px; 
      margin-top: 40px;
      float: left;
      width: 85%;
      }
.tesi-dettaglio h3,
.tesi-dettaglio h4,
.tesi-dettaglio h5 {
  margin: 15px 0 5px;
  color: #004A95;
  }
.quicklinks-tesi.pagina h3,
.quicklinks-tesi.pagina h4,
.quicklinks-tesi.pagina h5{
  margin: 15px 0 5px;
  color: #004A95;
}

.main-box a { color: #004a95; /*text-shadow: 3px 0px #fafafa, 2px 0px #fafafa, 1px 0px #fafafa, -1px 0px #fafafa, -2px 0px #fafafa, -3px 0px #fafafa; background-repeat: repeat-x; background-position: 0px 95%; background-size: 1px 1px;*/ }


.CMS-btn {
      background-color: #FDD100 !important;
      border: 0px !important;
      padding: 4px 7px !important;
      font: bold 11px/1.3 helvetica, sans-serif !important;
      text-align: center !important;
      text-decoration: none !important;
      text-shadow: 0 0 0 transparent;
      border-radius: 0px !important;
      border-bottom: 0px !important;
      color: #004a95 !important;
    }


    .main-box > .CMS-edit-controls {
      position: absolute;
      top: 70px;
      right: 10px;
      z-index: 5;
    }
    
    .navigation,
    .corpo-col,
    .sidebar-col {
      position: relative; /* IE6 Fix */
      float: left;
    }


    .menu-col,
    .corpo-col,
    .sidebar-col {
      float: none !important;
    }


/* DROPDOWN BUTTON */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
    
.dropdown-menu > li > a {
      padding: 0px !important;
    }
    
    .corpo-col {
      width: 100%;
      border: 1px solid #EEE;
      border-width: 0 0 0 0px;
      background-repeat: no-repeat;
      background-position: 0 65px; 
    }
      .ie6 .corpo-col { height: 450px; }


.corpo-col .collapse.in { width: 100%; }
    
    .corpo-content{
      padding: 50px 15px 50px 15px;
      line-height: 150%;
      font-size:1em;
      color:#666;
width: 100%;
    }


  .corpo-content a:hover {
    border-bottom: 2px solid;
    color: #fd8400 !important; 
  }
    
    .corpo-content p {
      
    }


    .corpo-content.template-news {
      padding-bottom: 0px !important;
    }
    
    .corpo-content.pagina{
      padding: 0px 0px 50px 0px;
    }


    .sidebar-col {
      width: 188px;
      padding-left: 7px;
      margin-right: -195px;
      font-size:1.091em; /* 12px */
    }
  
  
  .footer-box {
    position: relative;
    background: #003264;
    z-index: 3;
    width: 100%;
    /*border-top: 2px solid #fff;*/
  }


/* 
 * header
 */
  
  .header-top {
    position: relative;
    border-top: /*1px solid #FAFAFA*/ none;
    height: auto;
padding: 0px 15px;
height: 93px;
display: inline-block;
/*border-bottom: 2px solid #fff;*/
    
    background: #003264;
    /*background-image: -webkit-linear-gradient(#EEE, #E1E1E1);
    background-image:    -moz-linear-gradient(#EEE, #E1E1E1);
    background-image:     -ms-linear-gradient(#EEE, #E1E1E1);
    background-image:      -o-linear-gradient(#EEE, #E1E1E1);
    background-image:         linear-gradient(#EEE, #E1E1E1);*/
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#E1E1E1'); Disabilitato perché applica = overflow:hidden */
    z-index: 12;
  }
  
    .header-top .logo {
      float: left;
      margin: 14px 0 0 20px;
    }


    .logo { height: 50px; }


    .logo img {
    height: 100%;
    }


/* LINGUA INGLESE */

.language svg:hover .st0 { fill: #FDD100; }
.language svg { height: 16px; }

.logo-slider {
z-index: 11;
height: 100vh;
position: absolute;
top: -15%;
width: 100%;
pointer-events: none;
display: flex;
justify-content: center;
align-items: center;
}

.logo-slider img{
z-index: 11;
position: absolute;
height: auto;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0px;
width: 25%!important;
}

.logo-slider-openday {
z-index: 11;
height: 100vh;
position: absolute;
top: -15%;
width: 100%;
pointer-events: none;
display: flex;
justify-content: center;
align-items: center;

}


.logo-slider-openday img{
z-index: 11;
position: absolute;
height: auto;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0px;
width: 55%!important;
}




.titolo-slider a { position: absolute; top: 40px; font-size: 5vw; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; text-transform: uppercase; font-weight: normal; color: #003264; padding-left: 15px; padding-top: 15px; max-width: 600px; margin: 0 auto; width: 100%;}
.titolo-slider a:hover {  color: #FDD100; }


.logo-slider h1 { text-align: center; background-color: transparent !important; font-size: 4vw; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; text-transform: uppercase; font-weight: normal; color: #fff; }




.flex-direction-nav { display: none; }

/* FOOTER */

.footer-bottom { background-color: #004a95; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; padding-top: 30px; padding-bottom: 60px; }

.container-fluid.footer { max-width: 100%; }


.logo-footer { height: auto; width: 100%; display: inline-block; }
.logo-footer img { float: left; padding: 0px; width: 6vw; }
.footer-title { float: left; font-size: 1.4vw; line-height: 0.9em; text-transform: uppercase; font-family: 'chronicle', Georgia, 'Times New Roman', serif; letter-spacing: 0.25px; padding: 5px 0px 0px 10px;  }
.info-box .logo-footer img { float: left; padding: 0px; width: 6vw; }
.info-box .footer-title { float: left; font-size: 1.4vw !important; line-height: 0.9em; text-transform: uppercase; font-family: 'chronicle', Georgia, 'Times New Roman', serif; letter-spacing: 0.25px; padding: 5px 0px 0px 10px;  }


footer .col-md-3, footer .col-sm-6, footer .col-xs-12 { margin-bottom: 15px; font-size: 1.2em; height: 150px; }


    .search-language { padding-top: 15px; padding-right: 15px; padding-bottom: 15px; float: right; width: auto; height: 100%; }
    .search-box { float: right; }


.search-language-mobile { display: none; }

.navbar-collapse .pattern { display: none; }

/* MENU PRIMARIO */


.header-menu-first {
    position: relative;
    border-top: none;
   /* padding-left: 15px;
    padding-right: 15px; */
    height: auto;
    min-height: 40px;
    background: #003264;
/*-moz-box-shadow: 0px 5px 5px #002142;
  -webkit-box-shadow: 0px 5px 5px #002142;
  box-shadow: 0px 5px 5px #002142;*/
    z-index: 12;
  }

/* METEO */

#openweathermap-widget .widget-left { width: 100%; background-color: transparent; box-shadow: none; font: 1.2em 'newsgothic', Helvetica, Arial, sans-serif !important; }
#openweathermap-widget .widget-left-menu { display: none; background-color: transparent; font: 8px 'newsgothic', Helvetica, Arial, sans-serif !important; }
#openweathermap-widget .widget-left-menu .widget-left-menu__layout { width: 100%; padding: 0px; }
#openweathermap-widget .widget-left-menu .widget-left-menu__layout h1 { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; padding: 0px; }
#openweathermap-widget .widget-left-menu .widget-left-menu__layout h1.widget-left-menu__header { max-width: 100%; }
#openweathermap-widget .widget-left__body { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; color: #004a95; width: 100%; }
#openweathermap-widget .widget-left__body li { width: auto; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; color: #004a95; font-size: 1em !important; }
#openweathermap-widget .widget-left__calendar { width: 75%; }
#openweathermap-widget .weather-left-card { width: 20%; margin-left: 0px; }
#openweathermap-widget .calendar { width: 100%; }
#openweathermap-widget .calendar__item li { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; color: #004a95 !important; font-size: 1em !important; }
#openweathermap-widget .weather-left-card__number { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; color: #004a95 !important; margin-bottom: 5px !important; text-align: center; }
#openweathermap-widget .weather-left-card__rising { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; color: #004a95 !important; }
#openweathermap-widget .weather-left-card__means { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; color: #004a95 !important; text-align: left; font-size: 1em; margin-bottom: 5px; }
#openweathermap-widget .weather-left-card__wind { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; color: #004a95 !important; text-align: left; font-size: 1em; }
#openweathermap-widget .widget-left__graphic text { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; fill: #004a95 !important; }
#openweathermap-widget .weather-left-card__col span { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; color: #004a95 !important; }
#openweathermap-widget .weather-left-card__row1 { width: 90%; }
#openweathermap-widget .weather-left-card__row1 img { -webkit-filter: none !important; filter: none !important; }
#openweathermap-widget .weather-left-card__row2 { margin-top: 30px; text-align: left !important; border-top: 2px solid #ddd; text-align: left !important; padding-top: 30px; }
#openweathermap-widget .weather-left-card__img { left: -15px; top: -10px; }
#openweathermap-widget .widget-left__graphic { margin-left: 40px; width: 100% !important; }
#openweathermap-widget img { -webkit-filter: grayscale(100%) !important; filter: grayscale(100%) !important; }
.calendar--grayscale li, .weather-left-card--grayscale, #openweathermap-widget p, #openweathermap-widget li { -webkit-filter: none !important; filter: none !important; }
#openweathermap-widget ::selection {
  background: rgba(253,209,0,0.99); /* WebKit/Blink Browsers */
  color: #004a95;
     /* text-shadow:
    2px 2px #FDD100,
    2px -2px #FDD100,
    0px 2px #FDD100,
    -2px 2px #FDD100; */
}
#openweathermap-widget ::-moz-selection {
  background: rgba(253,209,0,0.99); /* Gecko Browsers */
  color: #004a95;
    /*  text-shadow:
    2px 2px #FDD100,
    2px -2px #FDD100,
    0px 2px #FDD100,
    -2px 2px #FDD100; */
}
.axis g path { fill: rgb(0, 74, 149) !important; stroke: rgb(0, 74, 149) !important; }
.axis text { fill: rgb(0, 74, 149) !important; stroke: rgb(0, 74, 149) !important; }
#openweathermap-widget svg.axis { fill: rgb(0, 74, 149) !important; stroke: rgb(0, 74, 149) !important; width: 100% !important; }
#openweathermap-widget svg.axis g { width: 100% !important; }

/* WEB TV */

body.web-tv .struttura { -moz-calc(33.333% - 10px);
  width: -webkit-calc(25% - 10px);
  width: -o-calc(25% - 10px);
  width: calc(25% - 10px); }

.web-tv
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .web-tv iframe
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.web-tv .main-box.template-pagina { max-width: 100%; }
.web-tv .video-list { width: 100%; margin: 0px -15px; padding: 0px; }
.web-tv .main-video {padding: 0px; }
.web-tv .main-video h3 { line-height: 1.3em; }
.web-tv .video-list h3 { line-height: 1.3em; }
.web-tv .video-item { width: 33.333%; float: left; display: inline-block; padding: 0px 15px; }
.web-tv iframe {  }

.web-tv .video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.web-tv .video-container iframe, .web-tv .video-container object, .web-tv .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* VIDEO */




.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}


.video-container iframe, .video-container object, .video-container video, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border: 2px solid #ddd;
}
/* END VIDEO */


/* LANGUAGE */
 .language a {   font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold; float: right; 
  margin-left: 30px;}
 .language { float: right; }
/* END LANGUAGE */

/* USMARADIO */
a.usmaradio-link {
  font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  float: right; 
  margin-left: 30px;
  }
 /*END USMARADIO*/ 

/* COVID-19*/
 .covid-link { float: right; }
 
 a.covid-link  {
  font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #003264;
  background-color: #FDD100;
  padding: 15px 15px;
  font-weight: bold;
  float: right;
  }
  
  a.covid-link:hover, a.covid-link:focus{
    color: #003264 !important;
  }
/* END COVID-19*/

/* OFF CANVAS SEARCH */


#search { width: 100%; height: 70px; padding: 0px 30px; background-color: #004a95; }
#search:focus {background-color: #fdd100; color: #004a95; outline: 0; box-shadow: none; }


#search::selection {
  background: #004a95; /* WebKit/Blink Browsers */
  color: #FDD100;
}
#search::-moz-selection {
  background: #004a95; /* Gecko Browsers */
  color: #FDD100;
}

#search-mobile { width: 100%; height: 70px; padding: 0px 30px; background-color: #004a95; }
#search-mobile:focus {background-color: #fdd100; color: #004a95; outline: 0; box-shadow: none; }


#search-mobile::selection {
  background: #004a95; /* WebKit/Blink Browsers */
  color: #FDD100;
}
#search-mobile::-moz-selection {
  background: #004a95; /* Gecko Browsers */
  color: #FDD100;
}


.pattern { position: relative; top: 0px; z-index: 12;}




input[type=text] { 
    color: #fff;  
    text-align: left;
        border: none;
    display: block; 
    width: 100%;        
    font-family:'newsgothic', Helvetica, Arial, sans-serif !important;
        font-size: 2.5em;         
        background-color: #003264;
        /*border-bottom: 2px solid #fff;     */       
}

.offcanvas-top-mobile {
  position: relative;
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.5s ease-out; 
  -moz-transition: height 0.5s ease-out;  
  -o-transition: height 0.5s ease-out; 
  transition: height 0.5s ease-out;
}
.offcanvas-top-mobile.active {
  height: 70px;
}

.offcanvas-top {
  position: relative;
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.5s ease-out; 
  -moz-transition: height 0.5s ease-out;  
  -o-transition: height 0.5s ease-out; 
  transition: height 0.5s ease-out;
}
.offcanvas-top.active {
  height: 70px;
}
.o-content {
font-family: "newsgothic-roman",Helvetica,Arial,sans-serif !important;
  position: absolute;
  bottom: 0;
  padding: 0px;
height: 70px;
top: 0px;
width: 100%;
  
}
.crumbs li a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #000;
}
.crumbs li:last-child a {
  border-bottom: 0;
}
#trigger {
  position: relative;
  bottom: 0;
  right: 0;
  display: block; 
  padding: 0px;
  font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  z-index: 12;
}

#trigger-mobile {
  position: relative;
  bottom: 0;
  right: 0;
  display: block; 
  padding: 0px;
  font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  z-index: 12;
}

#search::-webkit-input-placeholder { color: #fff; text-transform: uppercase !important; padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }
#search:-moz-placeholder { /* Firefox 18- */ color: #fff; text-transform: uppercase !important; padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }
#search::-moz-placeholder {  /* Firefox 19+ */ color: #fff; text-transform: uppercase !important; padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }
#search:-ms-input-placeholder { color: #fff; text-transform: uppercase !important; padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }

#search-mobile::-webkit-input-placeholder { color: #fff; text-transform: uppercase !important; padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }
#search-mobile:-moz-placeholder { /* Firefox 18- */ color: #fff; text-transform: uppercase !important; padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }
#search-mobile::-moz-placeholder {  /* Firefox 19+ */ color: #fff; text-transform: uppercase !important; padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }
#search-mobile:-ms-input-placeholder { color: #fff; text-transform: uppercase !important; padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }

.quicksearch::-webkit-input-placeholder {  padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; left: -10px; position: relative; }
.quicksearch:-moz-placeholder { /* Firefox 18- */ padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; left: -10px; position: relative; }
.quicksearch::-moz-placeholder {  /* Firefox 19+ */  padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; left: -10px; position: relative; }
.quicksearch:-ms-input-placeholder { padding-left: 10px; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; left: -10px; position: relative; }

.quicksearch:focus::-webkit-input-placeholder { color: #004a95; left: -10px; position: relative; }
.quicksearch:focus:-moz-placeholder { /* Firefox 18- */ color: #004a95; left: -10px; position: relative; }
.quicksearch:focus::-moz-placeholder {  /* Firefox 19+ */ color: #004a95; left: -10px; position: relative; }
.quicksearch:focus:-ms-input-placeholder { color: #004a95; left: -10px; position: relative; }
/* END OFF CANVAS SEARCH */

    
    .header-top .search-box {
      float: right;
      color: #fff;
      font-size: 1em; /* 10px */
      margin-left: 30px;
      margin-bottom: 15px;
    }
      
      .header-top .search-box a { color: #888; vertical-align: top; }
        .header-top .search-box a:hover { text-decoration: none; }
          
.nav-wcag a {  
font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold; float: right; 
}


      .nav-wcag {
        float: right;


      }
        
        .nav-wcag li {
          
        }
          .ie6 .nav-wcag li { display: inline; }
          
          .nav-wcag li:first-child {
            border: none;
          }


    
    .header-top .search-box label {
      display: inline-block;
      margin: 0 15px 0 25px;
      text-transform: uppercase;
      font-weight: bold;
    }
    
    
    .header-top .search-box button {
      position: relative;
      top: 1px;
      width: 18px;
      height: 20px;
      
      background: transparent url('search-btn.png') 0 0 no-repeat;
      border: 0; 
      padding: 0;
      
      overflow: visible; /* IE Fix */
      cursor: pointer;
    }
      .ie6 .header-top .search-box button,
      .ie7 .header-top .search-box button { top: 3px; left: 5px; }
    
    .header-top .search-box input {
      border: 1px solid #DDD;
      height: 18px;
      padding-left: 5px;
      width: 130px;
      font-family: 'newsgothic', Helvetica, Arial, sans-serif !important;
    }
    


  .header-bottom {
    position: relative;
    padding-top: 9px;
    background: transparent;
    font-family: 'newsgothic', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    text-transform: uppercase;
    z-index: 12;
    float: left;
    white-space: nowrap;
    display: inline-block;
  }
    .header-bottom i { position: absolute; left: 0; }
    
    .header-bottom a {
      /* color: #FAFAFA; */
      color: #FFF;
      /*
      height: 1px;
      padding-top: 28px;
      overflow: hidden;
      background: url('loghi-scritte.png') 0 -8px no-repeat;
      */
    }


    a.sm { display: none; }
    .sm i { display: none; }
    .sm:hover { color: #FDD100; }
    .svg:hover path { fill: #fdd100 !important; }


    .sm-title { font-size: 2em; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; letter-spacing: 0.25px; display: inline-block; padding-top: 10px; margin-left: 15px; }
    
    .header-bottom .sm {
      margin-left: 15px; height: 100%; margin-bottom: -15px;
    }
    
    .sm-logo { max-height: 85px; display: inline-block; padding: 8px 0px 12px 0px; width: 58px; float: left;  }
    .sm a:hover .st0 { fill: #fdd100 !important;  }
    .header-bottom .iuav {
      width: 135px;
      background-position: -235px -8px;
    }
    
    .header-bottom .dis {
      color: #95B1B7;
      float: left;
      width: 180px;
      background-position: -375px -8px;
    }


/* 
 * personalizza
 */
.customize {
  position: absolute;
  top: 100px;
  right: 0;
  width: 27em;
  font-size: 0.909em;
  z-index: 13;
}


  #customize-link {
    position: relative;
    display: block;
    width: 100px;
    padding: 5px 10px;
    background: #333;
    font-size: 1.1em;
    color: #FFF;
    
    -webkit-border-radius: 10px 10px 0px 0px;
       -moz-border-radius: 10px 10px 0px 0px;
            border-radius: 10px 10px 0px 0px;
    behavior: url('http://disegnoindustriale.unirsm.sm/web/css/PIE.htc');
    outline: none;
    z-index: 16;
  }
    
    .open #customize-link {
      color: #000;
      background: #FFF;
    }
  
  #customize-pop {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    background: #FFF;
    font-size: 0.917em;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
            box-shadow: 0 3px 5px rgba(0,0,0,0.4);
    
    background-image: -webkit-linear-gradient(#FFF 10%, #EEE);
    background-image:    -moz-linear-gradient(#FFF 10%, #EEE);
    background-image:     -ms-linear-gradient(#FFF 10%, #EEE);
    background-image:      -o-linear-gradient(#FFF 10%, #EEE);
    background-image:         linear-gradient(#FFF 10%, #EEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE');
    z-index: 15;
  }
    
    .open #customize-pop { display: block; }
    
    #customize-pop:empty:after {
      content: url('loader.gif');
      position: absolute;
      top: 50px;
      left: 47%;
    }
    
  
  .social-links {
    position: absolute;
    top: 92px;
    right: 0;
    width: 25em;
    list-style: none;
  }
    
    .social-links li {
      float: left;
      width: 23px;
      padding-left: 4px;
    }
    
    .social-links a {
      display: block;
      height: 23px;
      text-indent: -999em;
      overflow: hidden;
      background: url('social_icons.png') 0 0 no-repeat;
    }
    
    .social-links .tw a { background-position: -28px 0; }
    .social-links .fb a { background-position: -55px 0; }
    .social-links .fe a { background-position: -83px 0; }
    .social-links .fa a { background-position: -139px 0; }
  
  




/* 
 * breadcrumb e titoli */
 
   .breadcrumb{
      color: #003264;
      background-color: #ddd;
      padding: 10px;
      overflow: hidden;
      display: none;
      font-weight: bold;
      min-height: 40px;
    }
    .breadcrumb a {
pointer-events: none;
   cursor: text; 
   border-bottom: none !important;
}


.breadcrumb a:hover { cursor: text; }
    
    .breadcrumb a.bread-lnk{  color: #003264; }
    .breadcrumb a.bread-first{  color: #003264; }
    .breadcrumb a.bread-lnk:first-letter {  text-transform: capitalize; }
    .breadcrumb a.bread-first:first-letter {  text-transform: capitalize; }


      
  
    h1 {
      font-size: 28px;
      line-height: 28px;
      padding: 10px 20px 8px 30px;
      margin-bottom: 30px;
      min-height: 30px;
    }
    
  h2 {
    margin-top: 10px !important;
    margin-bottom: 25px !important;
  }
    
  h3 {
    color: #004a95;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  

  .heading-page { width: calc(100% - 30px); position: relative; height: auto; padding-right: 0px;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 2px solid #ddd;
    margin-left: 15px;
    margin-right: 0px; }

  .titolo.news-dettaglio { width: 100%; }

  .heading-news { display: inline-block; width: 65%; }
  
/* 
 * menu
 */


/*.unirsm { width: 25%; }*/




/* MULTICOLUMN NAVIGATION */


.nav1 {
/*-webkit-column-count: 3; /* Chrome, Safari, Opera */
   /* -moz-column-count: 3; /* Firefox */
    /*column-count: 3;*/
}


/*.nav1 {
  width:760px;
  margin-bottom:20px;
  overflow:hidden;
}


.lev1 {
  line-height:1.5em;
  float:left;
  display:inline;
}


#double .nav1 .lev1 { width:50%;} /* 2 col */
/*#quad .nav1 .lev1 { width:25%; } /* 4 col */
/*#six .nav1 .lev1 { width:16.666%; } /* 6 col */


/* END MULTICOLUMN NAVIGATION */




/*.nav1 .lev1 { 
  font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-right: 20px;
  float: left;
  height: auto;
 }


.nav2 .lev2 {
  float: left;
  width: auto;
  white-space: normal;
}


.nav3 .lev3 {
font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  overflow:hidden;
  width: auto !important;
  display: inline;
  float: left;
  height: 40px;
  margin-right: 20px;
}*/


  #menu-fav {
    list-style: none;
    clear: left;
    overflow: hidden;
    padding: 2px 0 10px;
  }
  
    #menu-fav li {
      position: relative;
    }
      .ie6 #menu-fav li, .ie7 #menu-fav li, .ie8 #menu-fav li { background: url('fake.png'); }
      
      #menu-fav li:hover b {
        display: block;
      }
    
    #menu-fav a {
      color: #991864;
    }
    
    #menu-fav b {
      display: none;
      position: absolute;
      left: 4px;
      top: 5px;
      width: 12px;
      height: 12px;
      background: #991864;
      cursor: pointer;
      color: #FFF;
      text-align: center;
      font: bold 11px/12px sans-serif;
      
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      
      behavior: url('http://disegnoindustriale.unirsm.sm/web/css/PIE.htc');
    }
      #menu-fav b:hover { background: #000; }
  
  
/*
 *menu terzo livello
  */
  
  .sidebar-col .nav3 {
    position: relative;
    background: #7A9AA0;
    margin: 67px -8px 0 -7px;
    padding: 10px 9px 10px 14px;
    list-style: none;
    text-shadow: 0 0 0 #a7d8f3;
  }
    .sidebar-col .nav3:before {
      content: ' ';
      position: absolute;
      top: 10px;
      left: -12px;
      width: 12px;
      height: 20px;
      background: #7A9AA0;
      
      /*-webkit-border-radius: 5px 0 0 5px;
         -moz-border-radius: 5px 0 0 5px;
              border-radius: 5px 0 0 5px;*/
    }
    
    .sidebar-col .nav3 li {
      width: 100%;
      padding: 5px 0;
      line-height: 115%;
    }
  
    .sidebar-col .nav3 a {
      color: #fff;
    }
      .sidebar-col .nav3 a:hover {
        color: #a7d8f3;
      }
  
  .sidebar-col .nav3 li.selected a {
    color: #fff;
    font-weight:bold;
  }
  
  
  .sidebar-col .lighter,
  .sidebar-col .sidebar-other {
    position: relative;
    margin: 0 -8px 0 -7px;
    list-style: none;
  }
  
  .sidebar-col .lighter {
    padding: 10px 9px 10px 14px;
    background: #BCDDEF;
    color: #0D2965; 
  }
  
  .sidebar-col .sidebar-other {
    padding: 10px 0; 
  }
  
  .sidebar-col h3 {
    margin-top: 0;
  }
    .sidebar-col .sidebar-other h3 {
      padding-left: 14px;
    }
    
    .sidebar-col .nav4 {
      list-style: none;
    }
    
    
    .nav3 .nav4 {
        display:none;
        
    }
    .sidebar-col .nav4 li {
      padding: 5px 9px 4px 14px;
      border-top: 1px solid #BCDDEF;
      line-height: 120%;
    }
    
    .sidebar-col .lighter a,
    .sidebar-col .nav4 a {
      color: #FFF;
    }
      .sidebar-col .lighter a:hover,
      .sidebar-col .nav4 a:hover,
      .sidebar-col .nav4 .selected a {
        color: #00324A;
      }
 




/* EXTRA */
  
  #extra-wrapper {
    position: relative;
    z-index: 10;
    /* fix wrong outer space */
    overflow: hidden;
    background-color: #003264;
    height: 400px;
  }
  
  .extra-box { width: 100% !important; }
  
  .extra-box .row { position: relative; }
  
  .extra-box .cb1,
  .extra-box .cb2,
  .extra-box .cb3 {
    float: left;
    height: 40px;
  }
  
  /* 
  .extra-box h4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 25px;
    margin-left: -30px;
    padding: 12px 0 3px 50px;
    font: normal 22px/22px 'Georgia', serif;
    cursor: pointer;
    
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    
    behavior: url('http://disegnoindustriale.unirsm.sm/web/css/PIE.htc');
  }
  
    #extra-menu .handler { background-color: #CB0008; color: #F31E2B; }
    #bacheca .handler { background-color: #FCDE09; color: #FFF44F; }
    #multimedia .handler { background-color: #222; color: #696969; }
  */
    
    .extra-box h4 {
      position: absolute;
      left: 0;
      top: 0;
      width: 190px;
      height: 25px;
      margin-left: -30px;
      padding: 12px 0 3px 50px;
      font: normal 22px/22px 'Georgia', serif;
      cursor: pointer;
      
      -webkit-border-radius: 10px 0 0 10px;
         -moz-border-radius: 10px 0 0 10px;
              border-radius: 10px 0 0 10px;
      
      behavior: url('http://disegnoindustriale.unirsm.sm/web/css/PIE.htc');
    }
      
      #extra-menu .handler { background-color: #E1001C; color: #B00008; }
      #bacheca .handler { background-color: #FFF00A; color: #EFCF01; }
      #multimedia .handler { background-color: #333; color: #000; }
    
  
    .extra-box h4:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0px;
      right: -900px;
      height: 10px;
      clip: rect(0, 990px, 100px, 0); /* top, right, bottom, left */
      /*-webkit-box-shadow: 0 5px 15px rgb(0,0,0);
         -moz-box-shadow: 0 5px 15px rgb(0,0,0);
              box-shadow: 0 5px 15px rgb(0,0,0);*/
    }
    
    .ie6 .extra-box h4, .ie7 .extra-box h4, .ie8 .extra-box h4 { box-shadow: none; } /* fix IE behaviour */
  
  
  .extra-box .nav1 {
    clear: both;
    overflow: hidden;
    height: 0;
    
    -webkit-transition: all 0.25s 0s ease-in-out;
       -moz-transition: all 0.25s 0s ease-in-out;
        -ms-transition: all 0.25s 0s ease-in-out;
         -o-transition: all 0.25s 0s ease-in-out;
            transition: all 0.25s 0s ease-in-out;
  }
    .extra-open .nav1 { height: 100px; }
    
    .extra-box .nav1 li {
      float: left;
      height: 100px;
    }
    
    
    .extra-box .cb1,
    #extra-menu .id15 { /* cladis nel mondo */
      background: #E1001C;
      padding-left: 55px;
      width: 255px;
    }
    
    .extra-box .cb2,
    #extra-menu .id16 {
      /* border-left: 55px solid #130B14; */
      width: 270px;
      background: #196FBF;
    }
    
    .extra-box .cb3,
    #extra-menu .id17 {
      /* border-left: 55px solid #052476; */
      width: 270px;
      background: #196FBF;
    }
    
    .extra-box .nav1 a {
      display: block;
      position: relative;
      margin: 10px 0 0 -23px;
      color: #FFF;
      font: 400 36px/36px 'Georgia', serif;
      z-index: 3;
    }
      .ie6 .extra-box .nav1 a { zoom: 1; }
    
    .extra-box .nav1 span {
      display: block;
      text-indent: 3px;
    }
      
      #extra-menu .id16 :first-letter { color:#E1001C; }
      
      #extra-menu .id17 :first-letter { color:#196FBF; }
    
  
  
  .bacheca {
    background: #FFF;
  }
    
    .bacheca .cb1 { background: #FFF00A; }
    .bacheca .cb2,
    .bacheca .cb3 { background: #FFF00A; border-left: 55px solid #FCDE09; }
    
    .bacheca .extra-content {
      position: relative;
      height: 0;
      clear: both;
      overflow: hidden;
      
      -webkit-transition: all 0.3s 0s ease-in-out;
         -moz-transition: all 0.3s 0s ease-in-out;
          -ms-transition: all 0.3s 0s ease-in-out;
           -o-transition: all 0.3s 0s ease-in-out;
              transition: all 0.3s 0s ease-in-out;
    }
    
    .bacheca.extra-open .extra-content {
      height: 30em;
    }
    
    .bacheca .news {
      float: left;
      display: inline;
      width: 300px;
      margin: 10px 10px 0 10px;
      border: 10px solid #FCF015;
      border-width: 10px 0;
      height: 11.664em; /* 11.364em  */
      overflow: hidden;
      background: #FCF015;
    }
    
    .bacheca h5,
    .bacheca .subt,
    .bacheca .data {
      margin-left: 30px;
      display: block;
    }
    
    .bacheca .data {
      color: #888;
      font-weight: bold;
      line-height: 14px;
    }
    
    .bacheca h5 {
      font: 400 20px/22px 'Georgia', serif;
    }
    
    .bacheca .subt {
      font-size: 13px; /* fixed dimension */
      line-height: 20px;
      color: #95B1B7;
      font-weight: normal;
    }
    
    .bacheca .text {
      padding: 0px 10px;
      color: #888;
      font-weight: bold;
    }
  
  
  .multimedia .extra-content {
    background: transparent;
  }
  
    .multimedia .cb1 { background: #333; }
    .multimedia .cb2,
    .multimedia .cb3 { background: #333; border-left: 55px solid #222; }
    
    
    .multimedia .extra-content {
      clear: both;
      position: relative;
      height: 0;
      overflow: hidden;
      
      border: none;
      border-bottom-width: 25px;
      
      -webkit-transition: all 0.3s 0s ease-in-out;
         -moz-transition: all 0.3s 0s ease-in-out;
          -ms-transition: all 0.3s 0s ease-in-out;
           -o-transition: all 0.3s 0s ease-in-out;
              transition: all 0.3s 0s ease-in-out;
    }
    
    .multimedia.extra-open .extra-content {
      height: auto;
      overflow: visible;
    }


.multimedia .extra-content iframe {
      max-width: 960px;
      height: 400px;
      margin: 0 auto;
      display: block;
    }
    
ul.tabs {
      display: none;
    }


  .multimedia .tabs {
    position: relative;
    height: 0;
    margin-left: 10px;
    z-index: 2;
    overflow: hidden;
    
    -webkit-transition: all 0.3s 0s ease-in;
       -moz-transition: all 0.3s 0s ease-in;
        -ms-transition: all 0.3s 0s ease-in;
         -o-transition: all 0.3s 0s ease-in;
            transition: all 0.3s 0s ease-in;
  }
    .extra-open .tabs {
      height: 30px;
    }
  
    .multimedia .tabs li {
      position: relative;
      float: left;
      display: inline;
      width: 210px;
      height: 15px;
      
      background: #5997AD;
      padding: 6px 0 5px 25px;
      
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      color: #FFF;
    }
      .multimedia .tabs .last { border-right: none; }
      
      /* 
      .multimedia .tabs .middle:before,
      .multimedia .tabs .last:before {
        content: ' ';
        background: #222;
        position: absolute;
        top: -20px;
        height: 40px;
        width: 55px;
        z-index: 1;
      }
        .multimedia .tabs .middle:before { left: 55px; }
        .multimedia .tabs .last:before { left: 125px; } */
      
      .multimedia .tabs a { position: relative; color: #FFF; z-index: 2; }
      
      .multimedia .tabs .active { background: #00324A; }
    
  
  .multimedia .tab {
    display: none;
    position: relative;
    height: auto;
  }
    /* .ie8 .multimedia .tab { outline: 25px solid #333; } */
    
    /* estensione nero nell'angolo top-dx
    .multimedia .tab:before { 
      content: ' ';
      position: absolute;
      top: -75px;
      bottom: -25px;
      right: -25px;
      width:  25px;
      background: #333;
    } */
    
    /* bordo nero esterno (sx) in multimedia 
    .multimedia .tab:after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      clip: rect(-5px, 990px, 245px, -25px);
      z-index: 1;
      
      -webkit-box-shadow: 0 20px 0 25px #333;
         -moz-box-shadow: 0 20px 0 25px #333;
              box-shadow: 0 20px 0 25px #333;
    }
    */
    
    .multimedia .tab .inner {
      position: relative;
      z-index: 2;
      overflow: hidden;
    }
      .ie6 .multimedia .tab .inner { width: 960px; }
    
    .multimedia div.active {
      display: block;
    }




  .multimedia .inner ul {
    position: relative;
    width: 10000px;
    height: 170px;
    list-style: none;
    overflow: hidden;
    
    background-image: -webkit-linear-gradient(#FFF, #EEE);
    background-image:    -moz-linear-gradient(#FFF, #EEE);
    background-image:     -ms-linear-gradient(#FFF, #EEE);
    background-image:      -o-linear-gradient(#FFF, #EEE);
    background-image:         linear-gradient(#FFF, #EEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); 
  }
  
    .multimedia .inner ul:empty:after {
      content: url('loader.gif');
      position: absolute;
      top: 80px;
      left: 470px;
    }
  
  .multimedia .items-page {
    float: left;
    width: 930px;
    padding: 20px 0 0 30px;
    height: 170px;
  }
  
  .multimedia .item {
    float: left;
    display: inline;
    width: 11.5%;
    margin-right: 1%;
  }
    
    .multimedia .item h5 {
      font-weight: normal;
      height: 40px;
      overflow: hidden;
      line-height: 120%;
      margin-bottom: 2px;
    }
    
    .multimedia .item a {
      display: block;
      color: #95B1B7;
    }
    
    .multimedia .item a[rel] {
      width: 68px;
      overflow: hidden;
    }
  
  .multimedia .tab .svScorri {
    position: relative;
    padding: 10px 0;
    height: 11px;
    text-align: center;
    background: #FFF;
    
    background-image: -webkit-linear-gradient(#FFF 20%, #EEE);
    background-image:    -moz-linear-gradient(#FFF 20%, #EEE);
    background-image:     -ms-linear-gradient(#FFF 20%, #EEE);
    background-image:      -o-linear-gradient(#FFF 20%, #EEE);
    background-image:         linear-gradient(#FFF 20%, #EEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE');
  }
    
    .multimedia .tab .svScorri .dot {
      background: #555;
    }
      .multimedia .tab .svScorri .active {
        background: #BBB;
      }
      
      .multimedia .tab .svScorri a.avanti,
      .multimedia .tab .svScorri a.indietro {
        height: 160px;
        top: -140px;
      }
  








/* FOOTER */
  
  #footer-wrapper { position: fixed; height: auto; background-color:  #003264; bottom: 0px; z-index: 12; }


    .footer-box {  }


    .footer-box:after, .footer-box:before {
      content: ' ';
      position: absolute;
      bottom: 0px;
      width: 20px;
      height: 5000px;
      /*-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
         -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
              box-shadow: 0 0 15px rgba(0,0,0,0.5); */
    }
    
    .footer-box:after {
      right: 0;
      clip: rect(0 40px auto 20px);
    }
    
    .footer-box:before {
      left: 0;
      clip: rect(0 0 auto -15px);
    }
  
    .footer-box a { color: #888; }
    .footer-box ul { list-style: none; }
  
  .footer-map {
display: none;
    padding: 30px 0 20px 15px;
    background-image: -webkit-linear-gradient(top, #EFEFEF 0%, #FFF 35%);
    background-image:    -moz-linear-gradient(top, #EFEFEF 0%, #FFF 35%);
    background-image:     -ms-linear-gradient(top, #EFEFEF 0%, #FFF 35%);
    background-image:      -o-linear-gradient(top, #EFEFEF 0%, #FFF 35%);
    background-image:         linear-gradient(top, #EFEFEF 0%, #FFF 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EFEFEF', EndColorStr='#FFFFFF'); 
  }
  
  .footer-map .lev1 {
    position: relative;
    float: left;
 
    margin-top: 25px;
    border-top: 1px solid #B6DAEC;
  }
  
   /* .footer-map .lev1:nth-child(7n+1) { clear: left; }*/
    
    .footer-map .nav1 > li:first-child,
    .footer-map .lev1.id7 { display: none; } /* nasconde la voce contatti dal footer-menu */
    
    .footer-map .lev1 > a {
      text-transform: uppercase;
      position: absolute;
      bottom: 100%;
      left: 15px;
      padding: 0 5px 5px 0;
      font-size: 0.909em; /* 10px */
      font-weight: bold;
      color: #888;
      line-height: 120%;
    }
      .ie6 .footer-map .lev1 a { position: absolute; bottom: 100%; left: 15px; font-weight: bold; padding: 0 5px 5px 0; }
    
    .footer-map .lev2 {
      padding: 4px 0 0 15px;
    }
      .ie6 .footer-map .lev2 a { position: static; padding: 0; font-weight: normal; }
      
      .footer-map .lev2 a:hover { text-decoration: none; }
  
  
  .footer-nav {
    margin: 0 10px;
    padding: 17px 0 15px;
    background: #EEE;
  }
    
    .footer-nav ul { overflow: hidden; }
    
    .footer-nav li {
      float: left;
      padding: 3px 15px;
      border-left: 1px solid #B6DAEC;
    }
      .footer-nav li:nth-child(3) { border: none; }
    
    .footer-nav a:hover { text-decoration: none; }
.nav_li_home{display:none;}
.footer-nav .nav_li_home{display:none;}




.news-button  { position: absolute; top: 0px; right: 0px; }
.news-ticker { height: 46px; font-size: 1.1em; }
.news-box { font-family: 'newsgothic', Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1.2em; text-transform: uppercase;  }
.news-section { position: relative; color: #fff; width: 100%; height: 100%; background-color: #eee; }
.news-section.in {  overflow: auto; width: 100%; height: 100%; }


/* TEMPLATE AVVISI.PHP */
.container-fluid.avvisi { margin-right: -15px; margin-left: -15px; }
.row.avvisi {  /*border-bottom: 2px solid #003264;*/ margin-left: 0px; margin-right: 0px; padding: 20px 0px 20px 0px; background-color: #fafafa; }
.data-avvisi { font-size: 1.4em; color: #aaa; padding-left: 30px !important; padding-right: 30px !important; }
.row.avvisi:nth-child(odd) { background-color: #eee; }
.titolo-avvisi { display: inline-block; margin-top: -5px; padding-right: 20% !important; font-size: 2em; line-height: 1.2em; }
.titolo-avvisi a { font-size: 1em; line-height: 1.2em; color: #004a95; }
.titolo-avvisi a:hover { text-decoration: none !important; border-bottom: 0px !important; }
.main-wrapper.avvisi a { position: relative; }
nav.pagination.avvisi { position: relative; top: -70px; margin: 0px 30px 0px 0px !important; float: right; }
nav.pagination.avvisi.bottom { top: 0px; }
nav.pagination.avvisi ul.pagination { float: right; }
.list.row.avvisi { width: 100%; padding-top: 0px; }
.corpo-content.avvisi { padding: 0px 0px 50px 0px; width: 100%; margin-top: 0px; }
.row.avvisi { margin-left: 0px; margin-right: 0px; float: left; width: 100%; padding: 20px 0px 20px 0px; }
/*.row.avvisi:nth-child(-n+3) > .titolo-avvisi a { font-size: 1.2em; line-height: 1.2em; }*/
ul.pagination.avvisi { padding-bottom: 0px !important; }
 
/* AVVISI BOX */


.row.avvisi-home { margin: 0px !important; }
.flexslider.avvisi-box { position: relative; display: inline-block; margin-bottom: 30px; padding: 0px 15%; }
.row.avvisi-box { width: 100%; height: 100%; margin: 0px; }
.avviso-singolo { background-color: #003264; }
.date_avvisi-box { margin-bottom: 15px; }
.title_avvisi-box { background-color: transparent; }
.title_avvisi-box a { color: #fff; }
.titolo-slider-avvisi a { position: relative; top: 0px; font-size: 2vw; line-height: 1.2em; font-family: 'newsgothic', helvetica, Arial, sans-serif; font-weight: normal; color: #fff; margin: 0 auto; width: 100%; text-align: center; border-bottom: 0px !important; display: inline-block; }
.titolo-slider-avvisi:hover a {  color: #FDD100; }
.avvisi-box .flex-control-nav { display: none; }
.bacheca-avvisi { font-size: 1.4em; text-align: center; text-transform: uppercase; position: relative; display: inline-block; width: 100%; }
.bacheca-avvisi a { border-bottom: 0px !important; margin-bottom: -10px; }


/* TEMPLATE NEWS.PHP */


h1.news { position: absolute; padding: 15px 15px 0px 15px !important; }

.list.template-news { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -45px; margin-bottom: 80px; margin-right: -15px; }


.list-item.template-news { display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 15px; margin: 0px; }


.container-fluid.template-news { margin-right: -15px !important; margin-left: -15px !important; padding: 0px 0px 50px 15px; margin-top: -80px; max-width: 1500; margin: 0 auto; }
.template-news.list > .list-item { padding-top: 15px; padding-bottom: 15px; display: block; }
.template-news.list > .list-item > .titolo-news { display: inline-block; min-width: 100%; }
.template-news.list > .list-item > .titolo-news a { border-bottom: none !important; font-size: 2em; line-height: 1.2em; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; font-weight: normal; color: #004a95; }
.template-news.list > .list-item > .data-news { margin-bottom: 25px; display: inline; float: left; font-size: 1.4em; }
.template-news.list > .list-item > .tipo-news { float: left; display: inline; margin-left: 30px; text-transform: capitalize; font-size: 1.4em; }
.template-news.list > .list-item > .data-news:empty { margin-bottom: 0px; }
.template-news.list > .list-item > .tipo-news:empty { margin-top: 0px; }


.img-placeholder { height: 240px; background-color: #003264; overflow: hidden; }


.template-news.list > .list-item > .immagine-news {
  width: 100%;
  display: inline-block;
  height: 13vw;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 30px; }


.list > .list-item > .immagine-news > a {
  border-bottom: none !important;
  }

.list > .list-item > .immagine-news > a > img {  
  min-height: 100%;
  min-width: 100%;
 }


 /* TEMPLATE TESI.PHP */

.immagine-tesi{
  background-size: contain;
  background-repeat: no-repeat !important;
  }
  
.immagine-tesi:hover {
    -webkit-filter: invert(100%);
}

.h1.tesi {
  position: absolute;
  padding: 15px 15px 0px 15px !important;
  }

.template-tesi{
  padding-left: 11px !important;
}

.list.template-tesi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
  margin-right: -15px;
  }

.list-item.template-tesi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }

.container-fluid.template-tesi {
  margin-right: -15px !important;
  margin-left: -15px !important;
  padding: 0px 0px 50px 15px;
  margin-top: -80px;
  max-width: 1500;
  margin: 0 auto; }

.template-tesi.list > .list-item {
  display: block;
  }
.quicklinks-tesi.pagina {
  float: right;
  padding-right: 0px;
  padding-left: 30px;
  }

.titolo-tesi{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 25px 20px 0px 20px;
  }
  
  .data-tesi{
  color: #fff;
  padding-top: 5px;
  padding-left: 20px;
  }

.img-placeholder {
  height: 240px;
  background-color: #003264;
  overflow: hidden;
  }


.template-tesi.list > .list-item > .immagine-tesi {
  width: 100%;
  display: inline-block;
  height: 13vw;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  }


.list > .list-item > .immagine-tesi > a {
  border-bottom: none !important;
  }


.list > .list-item > .immagine-tesi > a > img {
  min-height: 100%;
  min-width: 100%;
 }

/* TEMPLATE PERSONE.PHP */

.main-box.persone { padding-left: 15px !important; padding-right: 15px !important; padding-top: 40px !important; }
.persone.col-md-9 { padding-left: 0px !important; padding-right: 0px !important; }
.persone.col-md-3 { padding-left: 0px !important; padding-right: 0px !important; }

.persone footer .container-fluid .row { padding: 0px 15px; }


.persone h1 { text-transform: uppercase; font-size: 4em; margin-bottom: 0px; }


.qualifica { display: flex; }
.qualifica-list { display: inline-block; height: auto; }
.mail-studenti { display: flex; }
.mail-studenti-list { display: inline-block; height: auto; }
.interno { display: flex; }
.interno-list { display: inline-block; height: auto; }
.website { display: flex; }
.website-list { display: inline-block; height: auto; }
.curriculum { display: flex; }
.curriculum-list { display: inline-block; height: auto; }
.struttura-docente a { display: inline-block; margin-bottom: 30px; }
.struttura-docente a:last-child { display: inline-block; margin-bottom: 0px; }
.struttura-docente { display: flex; }
.struttura-docente-list { display: inline-block; height: auto; }
span.qualifica { font-size: 1.4em; display: block; line-height: 1.2em; margin-top: 7px; }
span.qualifica i { font-size: 0.8em; } 
span.qualifica-item { display: inline-block; }
span.qualifica td { 
    border-left: 0px;
    border: 0px !important;
    border-right: 0px;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 10px !important;
    font-size: 1em; }

.list.template-persone { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 0px; margin-bottom: 80px; }


.list-item.template-persone { display: -webkit-flex; display: -ms-flexbox; display: flex; padding-right: 0px; }

.col-md-12.persone { padding-left: 0px; padding-right: 0px; }
.container-fluid.persone { padding: 0px 0px 50px 0px; margin-top: -80px; max-width: 1500px; margin: 0 auto; }
.template-persone.list > .list-item { padding-top: 15px; padding-bottom: 15px; display: block; padding-left: 15px; padding-right: 15px;  }
.template-persone.list > .list-item > .titolo-persone { display: inline-block; min-width: 100%; }
.template-persone.list > .list-item > .titolo-persone a { border-bottom: none !important; font-size: 1.4em; line-height: 1.4em; font-family: 'newsgothic', helvetica, Arial, sans-serif !important; font-weight: normal; color: #004a95; }


.list > .list-item > .immagine-persone { 
width: 100%;
display: inline-block;
background-color: #eee;
  height: 16vw;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
margin-bottom: 30px; }


.list > .list-item > .immagine-persone > a { border-bottom: none !important; }


.list > .list-item > .immagine-persone > a > img {  
min-height: 100%;
  max-width: 100%;
object-fit: cover;
filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
 }

.list > .list-item.template-persone:hover > .immagine-persone > a > img {  
filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.list > .list-item.template-persone:hover > .titolo-persone > a { color: #fd8400; }

/* TEMPLATE PERSONE-DETTAGLIO.PHP */


.persone-dettaglio h2 { padding-top: 0px; font-weight: normal; font-size: 2em; text-transform: uppercase; color: #004a95; margin-bottom: 0px; margin-top: 0px; }
.persone-dettaglio p { font-size: 1.4em; margin: 0 0 30px; }
.persone-dettaglio li { font-size: 1.4em !important; margin: 0 0 0px; }
.persone-dettaglio.container-fluid { padding: 0px 15px 50px 15px !important; }
.persone-dettaglio.col-md-3 { padding-left: 0px !important; padding-right: 0px !important; }
.persone-dettaglio.col-md-9 { padding-left: 0px !important; padding-right: 0px !important; }
.persone-dettaglio.col-sm-3 { padding-left: 0px !important; padding-right: 0px !important; }
.persone-dettaglio.col-sm-9 { padding-left: 0px !important; padding-right: 0px !important; }
.persone-dettaglio.col-md-12 { padding-left: 0px !important; padding-right: 150px !important; }
.immagine-persone-dettaglio > img {  
min-height: 100%;
  max-width: 100%;
      background-color: #eee;
object-fit: cover;
 }

p.insegnamenti  { margin-bottom: 0px; }

.persone-dettaglio ul, .persone-dettaglio ol { display: inline-block; width: 100%; }

.immagine-persone-dettaglio { 
width: 100%;
display: inline-block;
background-color: #eee;
  height: 18vw;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
margin-bottom: 30px; }

.titolo.persone {
      float: left;
      width: 65%;
      text-transform: uppercase; 
      font-size: 3.5em; 
      line-height: 1.1em; 
      background-color: transparent; 
      padding: 15px; 
      margin: 0px; 
      margin-bottom: 30px; 
      margin-top: 40px;
    }

.immagine-persone-dettaglio img { border: 0px solid #ddd; }

  .testo.persone-dettaglio a {
    border-bottom: 2px solid;
    font-size: 1.1em;
    display: inline;
    line-height: 1.2em;
    /*  text-shadow:
    2px 2px #fafafa,
    2px -2px #fafafa,
    0px 2px #fafafa,
    -2px 2px #fafafa; */
  }

  .testo.persone-dettaglio .scheda-persona i { margin-right: 25px; width: 40px; }
  .testo.persone-dettaglio .insegnamenti a { margin-left: 20px; }

  .scheda-persona i { border-right: 2px solid #ddd; padding-right: 20px; }

.col-sm-9.scheda-persona { padding-left: 30px; margin-bottom: 30px; }

.col-sm-9.scheda-persona p { background-color: #eee; border-top: 2px solid #ddd; padding-top: 15px; padding-bottom: 15px; padding-left: 20px; margin-bottom: 0px; padding-right: 15px; }
p.scheda {  }
.testo.persone-dettaglio .scheda-persona a.icon-pdf { margin-left: 88px; }

.persone-dettaglio .quicklinks.col-md-3 { float: right; top: -16px; padding-right: 0px; }

/* NEWS THUMBNAILS */


.news-thumbnail-title { z-index: 1; width: 100%; height: auto; position: absolute; color: #fff; padding: 5px 40px 5px 15px; text-transform: uppercase; font-size: 2.2em; line-height: 2.2em; }
.news-thumbnail-cover-title { z-index: 1; width: 100%; height: auto; position: absolute; color: #fff; padding: 5px 40px 5px 10px; text-transform: uppercase; font-size: 1.8em; line-height: 1.1em; }
.news-thumbnail-cover-title p { line-height: 1.1em; }
.news-thumbnail-title-featured { z-index: 1; width: 100%; height: auto; position: absolute; color: #004a95; padding: 5px 40px 5px 15px; text-transform: uppercase; font-size: 2.2em; line-height: 2.2em; }
.news-thumbnail-cover { z-index: 0; width: 100%; height: 100%; }
.news-thumbnail-cover div { height: 300px !important; }
.news-thumbnail-featured { z-index: 0; width: 100%; height: 100%; background-color: #FDD100; }
.news-thumbnail-general { z-index: 0; width: 100%; height: 100%; background-color: #003264; }


/* NEWS PAGINATION */


/* nav.pagination { position: relative; top: 20px; left: 50%; width: 50%; margin: -80px 0px 20px 0px !important; } */


nav.pagination.template-news { position: relative; top: -70px; width: 100%; margin: -30px 0px 20px 0px !important; }


nav.pagination.template-news ul.pagination { float: right; }


ul.pagination { width: -webkit-fit-content;
     width: -moz-fit-content;
          width: fit-content;
display: block !important;
margin: 0 auto !important;
padding-bottom: 20px !important;
padding-top: 0px;
float: right;
padding-right: 0px !important;
padding-left: 15px !important;
}


.pagination > li { display: inline-block !important; margin-right: -4px !important; margin-bottom: -7px !important; }
.pagination > li:first-child > a, .pagination > li:first-child > span { border-bottom-left-radius: 0px !important; border-top-left-radius: 0px !important; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0px !important; border-top-right-radius: 0px !important; }
.page-item a { border-bottom: none !important; }
.pagination > li > a, .pagination > li > span { border-top: 2px solid #ddd !important; border-bottom: 2px solid #ddd !important; border-left: 2px solid #ddd !important; border-right: 2px solid #ddd !important; color: #004a95 !important; margin-left: -3px !important; font-size: 1.2em !important; line-height: 1.2em !important; font-weight: bold !important; padding: 12px 16px 10px 16px !important; }
/* .pagination > li:last-child > a, .pagination > li:last-child > span { border-right: 2px solid #ddd !important; } */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #FDD100 !important; border-color: #DDD; color: #004a95 !important; }


/* TEMPLATE CORSI.PHP */
.corsi .col-md-9 { padding-left: 0px; padding-right: 15px; }
.corsi .quicklinks.col-md-3 { top: 0px; }
.corsi h2 { padding-top: 0px; font-weight: normal; font-size: 2em; text-transform: uppercase; color: #004a95; margin-bottom: 30px; margin-top: 30px; }
.corsi h3 { margin-top: 30px; }
.corsi h1 { margin-top: 0px; font-size: 30px; padding: 15px 15px 15px 0px; }
.corsi table { table-layout: fixed; width: 100%; overflow: auto; display: block; }
.corsi th { background-color: #eee; font-size: 1.2em !important; padding: 15px; }
.corsi td { padding: 15px; font-size: 1.2em; }
.corsi td p { font-size: 1em; }
.corsi .col-md-9 { padding- right: 15px; padding-left: 15px; }
.corsi th.cfu { width: 10%; }
.corsi th.ssd { width: 15%; }
.corsi .doc-titolare { margin-top: 6px; display: block; }
.titolo.persone.corsi { width: 65%; padding: 15px 0px; }
.corpo-content.corsi-dettaglio { padding: 38px 0px 50px 0px; }
h1.dettaglio-corsi { margin-bottom: 38px; }
.corsi .testo-esteso>p { font-size: 1.4em; margin-bottom: 30px; }
table.dettaglio-corsi { margin-bottom: 30px !important; border: 0px; }
table.dettaglio-corsi td { padding: 0px 30px 15px 0px !important; border: 0px; font-size: 1.4em; }
table.dettaglio-corsi a { border-bottom: 2px solid #004a95 !important; }
table.dettaglio-corsi a:hover { border-bottom: 2px solid #fd8400 !important; }
.corsi .corpo-testo .testo ul, .corsi .corpo-testo .testo ol { margin-bottom: 30px !important; }
.corsi .corpo-testo .testo ul li, .corsi .corpo-testo .testo ol li { font-size: 1.4em !important; margin-left: 40px !important; }


/* TEMPLATE DIPARTIMENTO.PHP */


#main-wrapper.dipartimento { min-height: 85vh; }


.cover.dipartimento { overflow: hidden; }
.dipartimento-cover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004a95+0,0069d4+100 */
background: rgb(0,74,149); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,74,149,1) 0%, rgba(0,105,212,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,74,149,1) 0%,rgba(0,105,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,74,149,1) 0%,rgba(0,105,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a95', endColorstr='#0069d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 height: 26vw; width: 100%; }
/* .dipartimento-img { max-height: 100vh; width: 100%; width: 0;
height: 0;
border-style: solid;
border-width: 0 0 199px 199px;
border-color: transparent transparent #007bff transparent; } */


.logo-slider.dipartimento-title { top: 0px; height: auto; position: relative; float: left; display: inline-block; margin: 0 auto; }
.logo-slider.dipartimento-subtitle { position: relative; height: auto; color: #fff; top: 0px; margin-left: 15px; font-size: 2vw; line-height: 1.2em; padding-left: 15px; max-width: 1500; margin: 0 auto; align-items: none; justify-content: none; display: block; }
.logo-slider.dipartimento-text { position: absolute; top: 0px; height: auto !important; margin-top: 40px; padding-left: 15px; padding-right: 15px; }
.dipartimento-title h3 { font-size: 12vw; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; text-transform: uppercase; font-weight: normal; color: #fff; padding-left: 15px; }

.dipartimento .main-box { max-width: 100%; }

.dipartimento.home-img { margin-top: 130px !important; margin-left: -15px; margin-right: -15px; }


/* END FOOTER */


/* 
 * main testo
 */


  .corpo-testo.pagina {
width: 100%;
padding-bottom: 30px;
  }


  .corpo-testo table h3 {
margin: 0px;
  }


  .corpo-testo a:focus {
color: #fd8400 !important;
border-bottom: #fd8400 !important;

  }

    .corpo-testo table a:focus {
color: #fd8400 !important;
border-bottom: 1px solid #fd8400 !important;

  }
    
    .corpo-testo a.down {
      padding-left: 0px;
      background-position: 0 0;
      background-repeat: no-repeat;
      font-size: 1em;
      line-height: 1.2em;
    }


.box a.down {
      font-size: 1.2em;
      line-height: 1.2em;
    }


      .corpo-testo a.down:before { content: ''; }


.corpo-content a.icon-pdf:before { padding: 2px 3px 1px 3px; background-color: transparent; content:"PDF"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; } 
.corpo-content a.icon-zip:before { padding: 2px 3px 1px 3px; background-color: transparent; content:"ZIP"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; } 
.corpo-content a.icon-doc:before { padding: 2px 3px 1px 3px; background-color: transparent; content:"DOC"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; } 
.corpo-content a.icon-docx:before { padding: 2px 3px 1px 3px; background-color: transparent; content:"DOCX"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; } 
.corpo-content a.icon-xls:before { padding: 2px 3px 1px 3px; background-color: transparent; content:"XLS"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; } 

.corpo-content a.icon-pdf:hover:before { padding: 2px 3px 1px 3px; background-color: #FD8400; content:"PDF"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; text-shadow: none; } 
.corpo-content a.icon-zip:hover:before { padding: 2px 3px 1px 3px; background-color: #FD8400; content:"ZIP"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; text-shadow: none; } 
.corpo-content a.icon-doc:hover:before { padding: 2px 3px 1px 3px; background-color: #FD8400; content:"DOC"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; text-shadow: none; } 
.corpo-content a.icon-docx:hover:before { padding: 2px 3px 1px 3px; background-color: #FD8400; content:"DOCX"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; text-shadow: none; } 
.corpo-content a.icon-xls:hover:before { padding: 2px 3px 1px 3px; background-color: #FD8400; content:"XLS"; color: #004a95; font-size: 0.8em; line-height: 1.5em;  outline: 1px solid #004a95; position: relative; left: -60px; bottom: 3px; margin-right: -46px; text-shadow: none; } 

table .corpo-content a.icon-pdf, table .corpo-content a.icon-zip, table .corpo-content a.icon-doc, table .corpo-content a.icon-docx, table .corpo-content a.icon-xls { font-size: 1em; }


@media \0 all {
.corpo-testo a.icon-pdf:before { position: absolute; margin-right: 0px; } 
.corpo-testo a.icon-zip:before { position: absolute; margin-right: 0px; } 
.corpo-testo a.icon-doc:before { position: absolute; margin-right: 0px; } 
.corpo-testo a.icon-docx:before { position: absolute; margin-right: 0px; } 
.corpo-testo a.icon-xls:before { position: absolute; margin-right: 0px; } 
} 


    .corpo-testo a.icon-pdf { /*background-image: url('icons/pdf.gif');*/ position: relative; margin-left: 70px !important; border-bottom: 0px !important;  }
    .corpo-testo a.icon-zip { /*background-image: url('icons/zip.gif');*/ position: relative; margin-left: 70px !important; border-bottom: 0px !important; }
    .corpo-testo a.icon-doc,
    .corpo-testo a.icon-docx { /*background-image: url('icons/doc.gif');*/ position: relative; margin-left: 70px !important; border-bottom: 0px !important; }
    .corpo-testo a.icon-xls { /*background-image: url('icons/xls.gif');*/ position: relative; margin-left: 70px !important; border-bottom: 0px !important; }
    
.persone-dettaglio .corpo-testo a.icon-pdf { margin-left: 60px !important; }
.persone-dettaglio .corpo-testo a.icon-zip { margin-left: 60px !important; }
.persone-dettaglio .corpo-testo a.icon-doc, .persone-dettaglio .corpo-testo a.icon-docx { margin-left: 60px !important; }
.persone-dettaglio .corpo-testo a.icon-xls { margin-left: 60px !important; }

  .corpo-testo h3,
  .corpo-testo h4,
  .corpo-testo h5 {
    margin: 15px 0 5px;
    color: #004A95;
  }
  
  .corpo-testo h4,
  .corpo-testo h5 {
    color: #004A95;
  }

  .corpo-testo h4 {
    color: #004A95;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 0px;
  }

  .corpo-testo h3 {
    margin: 15px 0px 30px;
  }

  h4 strong {
    color: #004A95;
    margin-left: 10px;
  }
  
  .corpo-testo img + img {
  }
  
  .corpo-testo > ul {
    padding-left: 15px;
    margin-bottom: 1.5em;
  }

.pnews-dettaglio .corpo-testo > ul {
    padding-left: 15px;
    margin-bottom: 1.5em;
    display: inline-block;
  }

.pnews-dettaglio .corpo-testo li {
    font-size: 1.4em;
line-height: 1.5em;
padding-left: 20px;
display: list-item;
max-width: 100%;
  }
    
    .corpo-testo li {
    font-size: 1.4em;
line-height: 1.4em;
display: list-item;
max-width: 100%;
    }
    
    .corpo-testo > ul li:before {
      content: '–';
      position: absolute;
      top: 0;
      left: -15px;
    }
  
  .corpo-testo .testo li { font-size: 1.2em; margin-left: 0px; line-height: 1.6em; margin-left: 10px; }
  .corpo-testo .testo ul, .corpo-testo .testo ol {margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: inline-block; }
  
  .corpo-testo .album-wrapper {
    clear: right;
    position: relative;
    margin: 0 -31px 1em -31px;
    outline: 10px solid #95B1B7;
    overflow: hidden;
    zoom: 1;
  }
    .ie6 .corpo-testo .album-wrapper { width: 110%; }
    
    .ie6 .corpo-testo .album-wrapper,
    .ie7 .corpo-testo .album-wrapper { border-top: 10px solid #95B1B7; border-bottom: 10px solid #95B1B7; }
  
  .corpo-testo .album {
    visibility: hidden;
    float: left;
    position: relative;
    list-style: none;
    padding: 20px 0 15px;
    width: 10000px;
    background: #FAFAFA;
    
    background-image: -webkit-linear-gradient(#FFF, #EEE);
    background-image:    -moz-linear-gradient(#FFF, #EEE);
    background-image:     -ms-linear-gradient(#FFF, #EEE);
    background-image:      -o-linear-gradient(#FFF, #EEE);
    background-image:         linear-gradient(#FFF, #EEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); 
  }
    .corpo-testo .album-wrapper .album { visibility: visible; }
  
  .corpo-testo .album li {
    float: left;
    padding-left: 31px;
    width: 80px;
    height: 78px;
    overflow: hidden;
  }
  
  .corpo-testo .svScorri {
    position: relative;
    clear: left;
    height: 11px;
    padding: 7px 0;
    text-align: center;
    background: #F5F5F5;
    
    background-image: -webkit-linear-gradient(#FFF 20%, #EEE);
    background-image:    -moz-linear-gradient(#FFF 20%, #EEE);
    background-image:     -ms-linear-gradient(#FFF 20%, #EEE);
    background-image:      -o-linear-gradient(#FFF 20%, #EEE);
    background-image:         linear-gradient(#FFF 20%, #EEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); 
  }
  
  .corpo-testo .svScorri .dot {
    background: #555;
  }
  
  .corpo-testo .svScorri .active {
    background: #BBB;
  }
  
  .corpo-testo .svScorri .avanti,
  .corpo-testo .svScorri .indietro,
  .multimedia .tab .svScorri .avanti,
  .multimedia .tab .svScorri .indietro {
    position: absolute;
    top: -110px;
    width: 20px;
    height: 130px;
    text-decoration: none;
  }
    .corpo-testo .svScorri .avanti,
    .multimedia .tab .svScorri .avanti { right: 0px; }
    
    .corpo-testo .svScorri .indietro,
    .multimedia .tab .svScorri .indietro { left: 0px; }
    
    .corpo-testo .svScorri a b,
    .multimedia .tab .svScorri a b {
      display: none;
      margin: 30px 0 0 0;
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
         -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
              box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
    
    .corpo-testo .svScorri a:hover b,
    .multimedia .tab .svScorri a:hover b {
      display: block;
    }
  
/* BOX RISORSE */  


  .box-risorse {
    position: relative;
    margin: 0px;
    padding: 15px 15px 0px 15px;
    background: #eee !important;
    margin-bottom: 30px;
    border: 2px solid #ddd;
  }
  
    .box-risorse h6 {
      height: auto;
      padding: 0px;
      background: transparent;
      text-transform: uppercase;
      font-size: 1.2em;
      font-weight: bold;
      color: #004a95;
      margin-top: 0px;
      margin-bottom: 30px;
      border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    margin-left: -15px;
    padding: 0px 15px 15px;
    margin-right: -15px;
    }

    .box-risorse p { margin: 0 -15px 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }

        .box-risorse p:last-child { margin-bottom: 0px; border-bottom: 0px; padding-bottom: 20px; }
    
    .box-risorse a { text-decoration: none; text-shadow: none !important; }
      .box-risorse a:hover{text-decoration:none;}
      .box-risorse a:before { content: '› '; }

/* GOOGLE MAPS */


span.map > iframe {
      border-style: none !important;
      width: 100% !important;
      height: 60vh !important;
      border: 2px solid #DDD !important;
      margin-bottom: 30px;
    }

.gm-style { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }

/* TABS */

.nav-pills > li > a { border-radius: 0px !important; padding: 0px !important; border-bottom: 0px solid !important; text-decoration: none; background-color: transparent !important; }
.nav-pills > li { background-color: #f5f5f5; border-top: 2px solid #ddd; border-left: 2px solid #ddd; border-right: 0px; margin-left: -2px !important; float: left !important; padding: 10px 15px !important; border-bottom: 2px solid #ddd; }
.nav-pills > li:last-child { border-right: 2px solid #ddd; }
.nav-pills > li.active { background-color: #fafafa; border-top: 2px solid #ddd; border-left: 2px solid #ddd; border-right: 0px; border-bottom: 0px solid #ddd; } 
.nav-pills > li.active > a {  }
.nav-pills > li.active:last-child { border-right: 2px solid #ddd; }
.nav-pills { margin: 0px 0px 30px 0px !important; }
.nav-pills > li:hover > a, .nav-pills > li:focus > a { color: #fd8400 !important; background-color: transparent !important; }
.nav-pills > li.active:hover > a, .nav-pills > li.active:focus > a { color: #fd8400 !important; }
.nav-pills > li.active > a, .nav-pills > li.active:hover > a, .nav-pills > li.active:focus > a { color: #004a95 !important; background-color: transparent !important; border-bottom: 0px solid #ddd !important; }


/* ACCORDION PAGINA */


button.accordion {
      color: #004a95;
      text-transform: uppercase;
      font-size: 0.8em;
      background-color: #eee;
      overflow: hidden;
      border: 2px solid #ddd;
      font-weight: bold;
      text-align: left;
      padding: 0px 10px;
      width: 100%;
    }


button.accordion:hover {
      color: #FD8400;
    }


button.accordion a {
  border-bottom: 0px !important;
  line-height: inherit !important;
}

button.accordion:hover a {
  border-bottom: 0px !important;
}

button.accordion .fa {
    font-size: 0.7em !important;
    padding: 8px 2px 5px 2px !important;
  }

.collapse-icon { height: 100%; float: left; position: relative; display: table-cell; width: 30px; font-size: 1.4em; padding: 5px 0px 5px 0px; margin-right: 10px; border-right: 2px solid #ddd; }
.collapse-title { height: 100%; display: table-cell; position: relative; padding: 5px; text-align: left;}

/* HOME SLIDER GRID */

.home-slider-grid { height: 100%; width: 100%; background: #003264; position: relative; }
.home-slider-item { display: inline-block; overflow: hidden; position: absolute; float: left; background-color: #004a95; border: 0px solid #fff; -webkit-box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); -moz-box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); }
.home-slider-item:hover a { color: #004a95; } 
.home-slider-item:hover { background: #fdd100 !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } 
/* Sizes */
.home-slider-item.height-1 { height: 33.333%; }
.home-slider-item.height-2 { height: 66.666%; }
.home-slider-item.width-1 { width: 20%; }
.home-slider-item.width-2 { width: 40%; }
/* Positions (X) */
.home-slider-item.pos-x-0 { left: 0%; }
.home-slider-item.pos-x-1 { left: 20%; }
.home-slider-item.pos-x-2 { left: 40%; }
.home-slider-item.pos-x-3 { left: 60%; }
.home-slider-item.pos-x-4 { left: 80%; }
/* Positions (Y) */
.home-slider-item.pos-y-0 { top: 0%; }
.home-slider-item.pos-y-1 { top: 33.333%; }
.home-slider-item.pos-y-2 { top: 66.666%; }
/* Typography */
.home-slider-item a { color: #fff; z-index: 100; }
.home-slider-item:hover p { color: #004a95 !important; }
.home-slider-item .title-1 { font-size: 4vw; position: absolute; z-index: 100; line-height: 1em; color: #fff; padding: 30px 30px 30px 30px; text-transform: uppercase; font-family: 'chronicle', Georgia, 'Times New Roman', serif; }
.home-slider-item .title-2 { font-size: 2vw; position: absolute; z-index: 100; line-height: 1.1em; color: #fff; padding: 30px 30px 30px 30px; text-transform: uppercase; font-family: 'newsgothic', Helvetica, Arial, sans-serif; }
.home-slider-item .title-3 { font-size: 1.7vw; position: absolute; z-index: 100; line-height: 1.1em; color: #fff; padding: 30px 30px 30px 30px; font-family: 'newsgothic', Helvetica, Arial, sans-serif; }
/* Hierarchy */
.home-slider-item.height-2.width-2 { background-color: #0069d4; }
.home-slider-item.height-1.width-2, .home-slider-item.height-2.width-1 { background-color: #0069d4; }
.home-slider-item.height-1.width-1 { background-color: #004a95; }
/* Images 
#item-1 { background-image: url(../../media/formato4/img3024.png); }
#item-3 { background-image: url(../../media/formato4/img3139.jpg); }
#item-4 { background-image: url(../../media/formato4/img3138.jpg); }*/
#item-3 img { width: 100%; }

.home-slider-item img { position: absolute; top: 0px; z-index: 0; }
.home-slider-item:hover img { display: none; }

.home-slider-item .shadow { position: absolute; width: 100%; z-index: 10; height: 100%; -webkit-box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); -moz-box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004a95+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(-45deg, rgba(0,74,149,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,74,149,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,74,149,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a95', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }

.home-slider-item:hover .shadow { background: none !important; }

.home-slider-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.home-slider-item img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.home-slider-item img.landscape {
    max-width: none;
}
.home-slider-item img.portrait {
    max-height: none;
}

  /* TESTO DELLA PAGINA */


.corpo-content.pagina {
      float: left;
    }


.titolo.pagina {
      float: left;
      width: 65%;
      text-transform: uppercase; 
      font-size: 3.5em; 
      line-height: 1.1em; 
      background-color: transparent; 
      padding: 15px 0px; 
      margin: 0px; 
      margin-bottom: 30px; 
      margin-top: 40px;
    }

 .documents .titolo.pagina { padding: 15px; }

.documents .main-box h1 { display: inline-block; max-width: 60% !important; padding: 15px 15px 0px 0px !important; }
.documents .struttura { margin-top: 35px; }

.testo.pagina {
      float: left;
      /* width: 65%; */
      padding: 0px 30px 30px 0px;
      font-size: 1.2em;
    line-height: 1.2em;
      
    }


    .testo.pagina.segreteria {
      float: left;
      /* width: 65%; */
      padding: 0px 150px 30px 0px;
      font-size: 1.2em;
    line-height: 1.2em;
      }

.testo.pagina .collapse { padding-bottom: 30px; width: 100%; }
.testo.pagina .progetti-ricerca { padding-left: 30px; }

.testo.pagina:empty {
      padding: 0px 30px 0px 0px;
    }


.testo.pagina p {
      margin-bottom: 30px;
    }


.testo.pagina p:last-child {
      margin-bottom: 0px;
    }


.testo.pagina table p {
      margin-bottom: 0px;
      font-size: 1em;
    }

.testo.pagina ul, .testo.pagina ol {
      margin: 0px 0px 30px 30px;
      display: inline-block;
      padding-bottom: 30px;
    }


.testo.pagina li {
      padding-left: 20px;
    }

.testo-esteso.pagina { padding: 0px 10px 30px 0px; }
.pagina img { max-width: 100%; }

.testo-esteso-unica.pagina { padding: 0px 30px 30px 0px; }
.pagina img { max-width: 100%; }

.testo.pagina.col1:empty, .testo.pagina.col2:empty {
      padding: 0px;
    }


.testo.pagina.col-a {
      padding-left: 0px;
    }


/*.testo.pagina.col-c {
      padding-right: 0px; min-height: 300px;
    }*/


.testo.pagina.col-a, .testo.pagina.col-b, .testo.pagina.col-c {
      font-size: 1em;
    }

.testo.pagina.col-a a, .testo.pagina.col-b a, .testo.pagina.col-c a {
      border-bottom: 1px solid #004a95;
    }

.testo.pagina.col-a a:hover, .testo.pagina.col-b a:hover, .testo.pagina.col-c a:hover {
      border-bottom: 1px solid #FD8400;
    }

.testo.pagina.col-a img, .testo.pagina.col-b img, .testo.pagina.col-c img {
      width: 100%;
    }

.testo.pagina.col-a h3 > a, .testo.pagina.col-b h3 > a, .testo.pagina.col-c h3 > a {
      border-bottom: 2px solid #004a95;
    }

.testo.pagina.col-a h3 > a:hover, .testo.pagina.col-b h3 > a:hover, .testo.pagina.col-c h3 > a:hover {
      border-bottom: 2px solid #FD8400;
    }


.box.pagina {
      float: right;
      /* width:35%; */
    }


.box.persone {
      float: right !important;
      /* width:35%; */
    }


.box.persone:empty {
      display: none;
    }


.corpo-content.news-dettaglio {
      float: left;
      margin-top: 0px;
      padding-top: 0px;
    }

.ultime-news.news-dettaglio{
  padding-left: 0px;
  padding-right: 0px;
}

.titolo.news-dettaglio {
      width: 100%;
      text-transform: uppercase; 
      font-size: 3.5em; 
      line-height: 1em; 
      background-color: transparent; 
      color: #004a95;
      padding: 0px; 
      margin: 30px 0px 30px; 
    }
.testo.news-dettaglio {
      float: left;
      padding: 0px 150px 30px 0px;
      min-height: 1000px;
    }
.testo.news-dettaglio p {
      font-size: 1.4em;
      margin-bottom: 30px;
    }

.testo.news-dettaglio a {
  border-bottom: 2px solid;
  padding-bottom: 2px;
      /*text-shadow:
    2px 2px #fafafa,
    2px -2px #fafafa,
    0px 2px #fafafa,
    -2px 2px #fafafa;*/
    }

.testo.news-dettaglio table p { margin-bottom: 15px; }

.testo.news-dettaglio p > img {
      margin: 0 auto;
      display: inline-block;
      padding: 0px 0px 00px 0px;
    }
.box.news-dettaglio {
      float: right;
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-bottom: 0px !important;
    }
.data.news-dettaglio {
 float: left;
font-size: 1.4em;
 color: #666;
 margin-top: 50px;
    }
.subt.news-dettaglio {
      margin-bottom: 30px;
      margin-top: 0px !important;
      width: 100%;
      font-size: 1.4em !important;
      line-height: 1.5em;
      color: #004a95 !important;
    }
.subt.news-dettaglio:empty {
margin-bottom: 0px !important;
}
.tipo-news.news-dettaglio {
      display: inline-block; margin-left: 30px; text-transform: capitalize; min-height: 21px; font-size: 1.4em; color: #666; margin-top: 50px;
    }

  /* TEMPLATE DOCUMENTS.PHP*/

.testo.documents {
      float: left;
      width: 100%;
      padding: 0px 30px 30px 0px;
    }

.testo.documents a {
      border-bottom: 1px solid;
    }

.testo.documents a:hover {
      border-bottom: 1px solid;
    }

  /* PROGRESS BAR */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FDD100;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

  /* STRUTTURA DI APPARTENENZA */

  .struttura { width: 100%; background-color: #0069d4;  padding: 15px 15px 10px 15px; margin: 0px; margin-right: 0px; margin-bottom: 30px; margin-top: 65px; height: auto; display: block; float: right; width: 33%; height: auto; width: -moz-calc(33.333% - 30px);
  width: -webkit-calc(25% - 30px);
  width: -o-calc(25% - 30px);
  width: calc(25% - 30px); }
  .struttura-container {  }
  .struttura p { font-size: 1.6em; color: #fff; padding-left: 10px; padding-right: 10px; line-height: 1.3em; margin-bottom: 10px; }
  .struttura:hover { background-color: #fdd100; }
  .struttura:hover p { color: #004a95; }
  .struttura.link { margin-top: 0px !important; }


  .pnews-dettaglio .struttura { width: -moz-calc(25% - 5px); width: -webkit-calc(25% - 5px);width: -o-calc(25% - 5px); width: calc(25% - 5px); }
  .persone-dettaglio .struttura { width: -moz-calc(25% - 15px); width: -webkit-calc(25% - 15px);width: -o-calc(25% - 15px); width: calc(25% - 15px); }

  /* QUICKLINKS     */

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-top: 2px solid #ddd !important; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item:first-child { border-top: 1px solid #ddd !important; }

/* .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0 !important; } */

.img-quicklinks { position: relative; height: 240px; width: 100%; margin-bottom: 15px; overflow: hidden; }
.img-quicklinks img { height: auto; width: 100%; }

.quicklinks.col-md-3 { float: right; top: -16px; }
.quicklinks a { border-bottom: 0px !important; font-size: 1em; text-shadow: none !important; width: 100%; display: block; }
.quicklinks a:hover { border-bottom: 0px !important; text-shadow: none !important; color: #004a95 !important; }
.quicklinks a:focus { border-bottom: 0px !important; text-shadow: none !important; color: #004a95 !important; }
.quicklinks h3 { margin-top: 0px; }

li.list-group-item a { 
text-shadow: none !important; }

li.list-group-item a:hover { 
text-shadow: none !important; }

.quicklinks .panel-group { position: relative; margin-bottom: 30px !important; }
.quicklinks .panel-group .panel { border-radius: 0px !important; }
.quicklinks .panel { border-radius: 0px !important; border-top: 2px solid #ddd !important; border-left: 2px solid #ddd !important; border-right: 2px solid #ddd !important; box-shadow: none !important; -webkit-box-shadow: none !important; margin-top: 0px !important; border-bottom: 0px !important; }
.quicklinks .panel:last-child { border-bottom: 2px solid #ddd !important; }
.quicklinks .panel-default > .panel-heading { background-color: #eee !important; }
.quicklinks .panel-default > .panel-heading:hover { background-color: #FDD100 !important; }
.quicklinks .panel-heading { border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; font-size: 1.4em; font-weight: bold; color: #004a95 !important; }
.quicklinks .panel-group .panel + .panel { margin-top: 0px !important; }
.quicklinks .list-group-item { display: inline-block !important; width: 100% !important; border-bottom: 1px solid #ddd !important; }
.quicklinks .list-group-item:hover { background-color: #fafafa; }
.quicklinks .list-group-item:last-child {  border-bottom: none !important; }
.quicklinks .list-group-item:first-child {  border-top: 1px solid #ddd !important; }
.quicklinks .panel-collapse { width: 100% !important; }

.quicklinks .collapse-icon { font-size: 1.2em; padding: 10px 15px; width: 47px; }
.quicklinks .collapse-title { padding: 10px 15px 10px 5px; }
.panel-heading.collapse-panel { padding: 0px; }

/*PROFILI*/

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-top: 2px solid #ddd !important; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item:first-child { border-top: 1px solid #ddd !important; }

.profili.col-md-3 { float: right; top: -16px; }
.profili a { border-bottom: 0px !important; font-size: 1em; text-shadow: none !important; width: 100%; display: block; }
.profili a:hover { border-bottom: 0px !important; text-shadow: none !important; color: #004a95 !important; }
.profili a:focus { border-bottom: 0px !important; text-shadow: none !important; color: #004a95 !important; }
.profili h3 { margin-top: 0px; }

li.list-group-item a { 
text-shadow: none !important; }

li.list-group-item a:hover { 
text-shadow: none !important; }

.profili .panel-group { position: relative; margin-bottom: 30px !important; }
.profili .panel-group .panel { border-radius: 0px !important; }
.profili .panel { border-radius: 0px !important; border-top: 2px solid #ddd !important; border-left: 2px solid #ddd !important; border-right: 2px solid #ddd !important; box-shadow: none !important; -webkit-box-shadow: none !important; margin-top: 0px !important; border-bottom: 0px !important; }
.profili .panel:last-child { border-bottom: 2px solid #ddd !important; }
.profili .panel-default > .panel-heading { background-color: #eee !important; }
.profili .panel-default > .panel-heading:hover { background-color: #FDD100 !important; }
.profili .panel-heading { border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; font-size: 1.4em; font-weight: bold; color: #004a95 !important; }
.profili .panel-group .panel + .panel { margin-top: 0px !important; }
.profili .list-group-item { display: inline-block !important; width: 100% !important; border-bottom: 1px solid #ddd !important; }
.profili .list-group-item:hover { background-color: #fafafa; }
.profili .list-group-item:last-child {  border-bottom: none !important; }
.profili .list-group-item:first-child {  border-top: 1px solid #ddd !important; }
.profili .panel-collapse { width: 100% !important; }

.profili .collapse-icon { font-size: 1.2em; padding: 10px 15px; width: 47px; }
.profili .collapse-title { padding: 10px 15px 10px 5px; }
.panel-heading.collapse-panel { padding: 0px; }

/*PROFILI*/


/************************************
 * HOMEPAGE
 */


footer {
    padding: 30px 15px;
    position: relative;
    z-index: 10;
    /* fix wrong outer space */
    overflow: hidden;
    height: auto;
    border-top: 2px solid #002850;
  }


footer a {
    border-bottom: 1px solid #FFF !important;
  }


footer .container-fluid {
    margin-left: 0px; margin-right: 0px;
  }


footer a:hover {
    border-bottom: 1px solid #FDD100 !important;
  }

  footer .col-md-3, footer .col-sm-6, footer .col-xs-12 { margin-bottom: 0px !important;  }


section {
    padding: 15px;
    position: relative;
    z-index: 10;
    /* fix wrong outer space */
    overflow: hidden;
    height: auto;
  }

section .container-fluid .row.preiscrizioni-box { margin: 0px !important; }

.container-fluid { /* max-width: 2000px; */ }
footer .container-fluid .row { margin-top: 0px; }
section .container-fluid .row { margin: 30px 0px; }
section .container-fluid .row.video { margin: 0px 0px; }
section .container-fluid .row.info-box { margin: 15px 0px; }
section .container-fluid .row.map-box { margin: 0px 0px; }
.blue .container-fluid { background-color: #003264; }
.event-home.row { margin: 0px !important; padding-top: 0px; }


section.event-box { margin-left: -15px; margin-right: -15px; }
.row.event-box { margin: 15px -15px !important; }
.homepage-struttura .col-md-12.event-box { padding-top: 30px; padding-bottom: 30px !important; }
.col-md-12.event-box { padding-left: 15px !important; padding-right: 15px !important; padding-top: 15px; padding-bottom: 0px; }
.col-md-12.evidenza-box { padding-left: 0px !important; padding-right: 0px !important; }

.evidenza-box ol.flex-control-nav { position: relative !important;
    display: block !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center !important;
    /* bottom: 15px !important; */
    background-color: #003264;
    z-index: 1000 !important;
    margin-bottom: 15px; }

.grey {
    background-color: #eee;
    color: #000;
  }


.grey a {
    color: #000;
  }


.white {
    background-color: #fafafa;
    color: #004a95;
  }


.white a {
    color: #004a95;
  }


.dark-grey {
    background-color: #333;
    color: #fff;
  }


.dark-grey a {
    color: #fff;
  }


.black {
    background-color: #000;
    color: #fff;
  }


.black a {
    color: #fff;
  }


.blue {
    background-color: #003264;
    color: #fff;
  }


.blue a {
    color: #fff;
  }
  
.yellow {
    background-color: #FDD100;
    color: #004a95;
    margin-top: 118px;
    padding: 5px 0px 0px 0px;
    position: relative;
  }
  


.yellow a {
    color: #004a95;
    background-color: transparent;
    text-align: center;
  }


.yellow a:hover, .yellow a:active {
    color: #004a95 !important;
  }


.yellow a h1 {
    background-color: transparent !important;
    padding: 30px !important;
    margin-left: -15px;
    font-size: 24px; /* aggiungere solo in caso di testi lunghi */
  }
  
  .light-blue {
    background-color: #00b9ee;
    color: #003264;
    margin-top: 118px;
    padding: 15px 0px 30px 0px;
    position: relative;
  }
  
   .light-blue-corsi {
    background-color: #00b9ee;
    color: #003264;
    padding: 15px 0px 30px 0px;
    position: relative;
  }
  
  .light-blue-corsi a {
    color: #003264;
    background-color: transparent;
    text-align: center;
  }
  


.light-blue a {
    color: #003264;
    background-color: transparent;
    text-align: center;
  }


.light-blue a:hover, .light-blue a:active {
    color: #003264 !important;
  }


.light-blue a h1 {
    background-color: transparent !important;
    padding: 30px !important;
    margin-left: -15px;
    font-size: 24px; /* aggiungere solo in caso di testi lunghi */
  }


  .home .main-box {
    border-color: #FaFaFa;
    background: #FaFaFa;
    margin-top: 0px !important;
  }
  
  .home .corpo-col {
    margin-top: 133px;
  }
  .home .corpo-col.homepage-corpo-col {
    border: none;
    /* width: 785px; */
    background: #FaFaFa;
    margin-top: -76px; /* -76px quando non c'è la fascia gialla, variabile da ispector con fascia gialla */
    width: 100%;
    height: 100%;
  }
  
  .home .sidebar-col {
    display: none;
  } 

/* GALLERY */

.gallery.collapse { padding-bottom: 0px; }
img.gallery { margin-top: 30px; }


/* RESPONSIVE LINE BREAKS */
span.break { display: inline-block; }

/* NAVIGATION ON TWO ROWS */

.second-row { margin-top: 50px !important; }
 
/* NAVIGATION */


  .navigation {
    background-color: #003264 !important;
    position: relative;
    width: 100% !important;
  }


/* NAV1 */


  .navigation .nav1 {
    background-color: transparent !important;
  }


  .navigation .nav1 > .lev1 {
    float: left !important;
    display: block !important;
    position: static !important;
    /* border-bottom: 2px solid #002850; */
    padding: 10px 20px 10px 0px;
  }


  .navigation .nav1 > .lev1:hover {
    background-color: transparent !important;
  }
  
  .navigation .nav1 > .lev1 > a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
  }
  
  .navigation .nav1 > .lev1 > a:hover {
    color: #FDD100 !important;
    background-color: transparent;
  }




/*  .navigation .nav1 .lev1:hover .nav2 { 
    display: block; 
    z-index: 1;
  }*/


  .lev1.open .nav2 {
    display: block;
  }


/* NAV2 */


  .navigation .nav2 {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 0px 30px;
    background-color: #0069d4 !important;
    margin: 10px 0px 0px;
    border-bottom: 0px solid #003264;
    border-top: 0px solid #002850;
  }


  .navigation .nav2 > .lev2 {
    float: left !important;
    display: block !important;
    position: static !important;
    padding: 10px 20px 10px 0px;
        border-bottom: 0px solid #004a95;
  }


  .navigation .nav2 > .lev2:hover {
   
  }


  .navigation .nav2 > .lev2 > a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
  }


  .navigation .nav2 > .lev2 > a:hover {
    color: #FDD100 !important;
    background-color: transparent;
  }


  .lev2.open .nav3 {
    display: block;
  }


/* NAV3 */


  .navigation .nav3 {
    background-color: #eeeeee !important;
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 0px 30px;
    margin-top: 10px;
    border-bottom: 2px solid #ddd;
  }


  .navigation .nav3 > .lev3 {
    float: left !important;
    display: block !important;
    position: static !important;
    padding: 10px 20px 10px 0px;
  }


  .navigation .nav3 > .lev3:hover {
    
  }


  .navigation .nav3 > .lev3 > a {
    color: #004A95;
    text-transform: uppercase; 
    font-weight: bold;
    font-size: 1.1em;
  }


  .navigation .nav3 > .lev3 > a:hover {
    color: #fd8400 !important;
    background-color: transparent;
  }


  .navigation .nav3 > .lev3.open > a {
    color: #fd8400 !important;
  }


/* BOOTSTRAP NAVBAR */
  
  .navbar {
    border-radius: 0px !important;
  }
  .navbar-default {
    background-color: #003264 !important;
  }


  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    color: #FDD100 !important;
  }


  .navbar-nav > li > a {
    padding: 0px !important;
  }

  .navbar-collapse { padding-right: 30px !important; padding-top: 0px !important; padding-left: 30px !important; background-color: #004a95 !important; }


/* OLD BROWSERS NAVBAR */


  .ie6 .navigation .open .nav2, .ie7 .navigation .open .nav2, .ie8 .navigation .open .nav2 { background: #003264; }
  .ie6 .navigation .nav2 li.lev2 a { left: 0; text-indent: 0; }
  .ie6 .navigation .nav1 .lev1:hover a { position: relative;  }
  




    .svScorri .dot {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-left: 15px;
      
      overflow: hidden;
      text-indent: -999em;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      
      behavior: url('http://disegnoindustriale.unirsm.sm/web/css/PIE.htc');
    }
    
    .home .corpo-col .svScorri .dot {
      background: #AAA;
      -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
         -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
              box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
    }
      
      .ie6 .svScorri .dot, .ie7 .svScorri .dot {
        height: 0;
        text-indent: 0;
        color: #FFF;
        padding-top: 10px;
      }
      
      .home .corpo-col .svScorri .active { background: #FFF; }
      
      .home .corpo-col .svScorri a.avanti,
      .home .corpo-col .svScorri a.indietro {
        float: none;
        margin: 0;
        position: absolute;
        bottom: 30px;
        zoom: 1;
      }
      
      .home .corpo-col .svScorri a.avanti { right: 0; }
      .home .corpo-col .svScorri a.indietro { left: 0; }






#news-wrapper {
position: fixed;
background-color: #003264;
bottom: 0px;
z-index: 12;  
border-top: 0px solid #002850;}






#news-wrapper a {
border-bottom: none;  
color: #fff;
}
  
    .home-img {
      height: 100%;
       margin-top: 200px; /* era 133px */ 
      position: relative;
    z-index: 0;
    }
  
 .home-img img {
      height: 100%;
    }


.container-fluid.slides { padding-top: 15px; }

.homepage-struttura .col-md-12.event-box { padding-bottom: 30px !important; }
.grey h1.titolo-sezione { letter-spacing: 1px; font-weight: bold; text-align: center; margin-top: -30px !important; background-color: transparent; color: #004a95 !important; margin-bottom: 30px; padding-left: 5px; }
.blue h1.titolo-sezione { letter-spacing: 1px; font-weight: bold; text-align: center; margin-top: -30px !important; background-color: transparent; color: #fff !important; margin-bottom: 30px; padding-left: 5px; } 
.dark-grey h1.titolo-sezione { letter-spacing: 1px; font-weight: bold; text-align: center; margin-top: -30px !important; background-color: transparent; color: #fff !important; margin-bottom: 30px; padding-left: 5px; }

.blue.evidenza-box h1.titolo-sezione { letter-spacing: 1px; font-weight: bold; margin-top: 0px !important; margin-bottom: 15px; }
.blue.form-biblioteca h1.titolo-sezione { margin-top: 15px !important; }


/* FORM BIBLIOTECA */

.form-biblioteca input[type=text] { display: inline-block; margin-bottom: 15px; padding: 10px; background-color: #fafafa !important; color: #004a95 !important; width: 75% !important; height: 50px !important; }
.form-biblioteca input[type=text]:focus { background-color: #fdd100 !important; outline: 0; }
.form-biblioteca .btn-info { background-color: #fdd100 !important; border: none; border-radius: 0px; height: 46px; }
.form-biblioteca .input-lg { border-radius: 0px; }
.row.form-biblioteca { margin: 10px 0px 30px 0px !important; }
.form-biblioteca .form-control:focus { box-shadow: none; -webkit-box-shadow: none; }
.form-biblioteca input[type="button"], .form-biblioteca input[type="reset"], .form-biblioteca input[type="submit"] { padding: 10px; text-transform: uppercase; width: 25%; height: 100%; color: #fff; border: 0px; background-color: #004a95; height: 50px !important; font-size: 1.3em; border-radius: 0px; float: right !important; }
.form-biblioteca input[type="button"]:hover, .form-biblioteca input[type="reset"]:hover, .form-biblioteca input[type="submit"]:hover { background-color: #0069d4; }
.form-biblioteca input[type="button"]:focus, .form-biblioteca input[type="reset"]:focus, .form-biblioteca input[type="submit"]:focus { outline: 0; }
.form-biblioteca input[type="button"]:active, .form-biblioteca input[type="reset"]:active, .form-biblioteca input[type="submit"]:active { background-color: #fdd100; }
#apprenticeForm { width: 100%; height: 50px; margin-bottom: 15px; }
.form-biblioteca .col-md-12 { padding-left: 0px; padding-right: 0px; }

/* ESAMI */

/* .esami table  { display: none !important; } */
.esami table:nth-child(2) tbody tr td { display: none !important; }
.esami table tbody tr th table tbody tr th { margin-left: -45px; display: block; margin-top: 0px; font-size: 17px !important; }
.esami table table tr { border: 0px !important; background: transparent !important; font-size: 17px !important; }
.esami table table td { border: 0px !important; background: transparent !important; font-size: 17px !important; }
.esami table table th { border: 0px !important; background: transparent !important; font-size: 17px !important; }
.esami table td { text-align: left !important; font-size: 17px !important; }
.esami table.detail_table { margin-top: 0px !important; font-size: 17px !important; }
.esami table.detail_table td { line-height: 1.4em; font-size: 17px !important; }
.esami table.detail_table th { padding-top: 0px !important; font-size: 17px !important; }
.esami table tbody tr td table { padding: 0px; }

#footer-text { display: none; }

/* HOMEPAGE STRUTTURE */


.corpo-col.homepage-struttura {
      height: 100%;
      margin-bottom: -143px;
    }


.home-img.homepage-struttura {
      margin-top: 0px;
    }

/* GRIDSTER */
.grid-stack-item { background: #0069d4 !important; border-top: 4px solid #fff; border-right: 4px solid #fff; }
.grid-stack-item:hover { background: #FDD100 !important; }
.grid-stack-item:hover h1, .grid-stack-item:hover h2, .grid-stack-item:hover h3 { color: #004a95 !important; }
.grid-stack-item-content { left: 0px !important; right: 0px !important; overflow: hidden !important; }
.grid-stack { /* width: 100% !important; height: 100% !important; */ }
.grid-stack > .grid-stack-item[data-gs-width='2'] { width: 20% !important; }
.grid-stack > .grid-stack-item[data-gs-width='4'] { width: 40% !important; }
.grid-stack > .grid-stack-item[data-gs-height='2'] { padding-top: 33% !important; }
.grid-stack > .grid-stack-item[data-gs-height='4'] { padding-top: 66% !important; }
.grid-stack > .grid-stack-item[data-gs-x='0'] { left: 0% !important; }
.grid-stack > .grid-stack-item[data-gs-x='2'] { left: 20% !important; }
.grid-stack > .grid-stack-item[data-gs-x='4'] { left: 40% !important; }
.grid-stack > .grid-stack-item[data-gs-x='6'] { left: 60% !important; }
.grid-stack > .grid-stack-item[data-gs-x='8'] { left: 80% !important; }
.grid-stack > .grid-stack-item[data-gs-y='0'] { top: 0% !important; }
.grid-stack > .grid-stack-item[data-gs-y='2'] { top: 33% !important; }
.grid-stack > .grid-stack-item[data-gs-y='4'] { top: 66% !important; }

.grid-stack-item h1 { height: 100%; margin-top: 15px !important; margin-left: 15px !important; padding: 0px !important; background-color: transparent !important; font-size: 4vw; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; text-transform: uppercase; font-weight: normal; color: #fff; }
.grid-stack-item h2 { height: 100%; margin-top: 15px !important; margin-left: 15px !important; padding: 0px !important; background-color: transparent !important; font-size: 2.5vw; line-height: 1.1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; color: #fff; }
.grid-stack-item h3 { height: 100%; margin-top: 15px !important; margin-left: 15px !important; padding: 0px !important; background-color: transparent !important; font-size: 1.8em; line-height: 1.1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; font-weight: normal; color: #fff; }

.grid-stack > .grid-stack-item.uno { display: block; }
.grid-stack > .grid-stack-item.due { display: block; }
.grid-stack > .grid-stack-item.tre { display: block; border-right: 0px; }
.grid-stack > .grid-stack-item.quattro { display: block; }
.grid-stack > .grid-stack-item.cinque { display: block; }
.grid-stack > .grid-stack-item.sei {display: block;  }
.grid-stack > .grid-stack-item.sette {  display: block; border-right: 0px; }

.grid-stack-item-title { position: absolute; z-index: 3; }
.grid-stack-item-img { position: relative; }

.grid-stack-item-content > .news-thumbnail-cover div { height: 100% !important; }

.image.grid-stack-item-content:hover h1, .image.grid-stack-item-content:hover h2, .image.grid-stack-item-content:hover h3 { color: #FDD100 !important; }

.grid-stack-item .shadow {height: 100%; width: 100%; position: absolute; z-index: 2;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004a95+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(-45deg, rgba(0,74,149,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,74,149,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,74,149,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a95', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
}

.home .news-thumbnail-cover > div { height: 100% !important; }

.gridster ul { width: 100% !important; height: 100% !important; }
.gridster.ready { height: 100% !important; width: 100% !important; }
.gridster [data-sizey="1"] { padding-top: 10%; }
.gridster [data-sizex="1"] { width: 10%; }
.gridster [data-sizey="2"] { padding-top: 20%; }
.gridster [data-sizex="2"] { width: 20%; }
/*.gridster [data-col="1"] { left:5px; }
.gridster [data-col="2"] { left:181.16666666666666px; }
.gridster [data-col="3"] { left:357.3333333333333px; }
.gridster [data-col="4"] { left:533.5px; }
.gridster [data-col="5"] { left:709.6666666666666px; }
.gridster [data-col="6"] { left:885.8333333333333px; }
.gridster [data-col="7"] { left:1062px; }
.gridster [data-row="1"] { top:5px; }
.gridster [data-row="2"] { top:150px; }
.gridster [data-row="3"] { top:295px; }
.gridster [data-row="4"] { top:440px; }
.gridster [data-row="5"] { top:585px; }
.gridster [data-row="6"] { top:730px; }
.gridster [data-row="7"] { top:875px; }
.gridster [data-row="8"] { top:1020px; }
.gridster [data-row="9"] { top:1165px; }
.gridster [data-row="10"] { top:1310px; }
.gridster [data-row="11"] { top:1455px; }
.gridster [data-row="12"] { top:1600px; }
.gridster [data-row="13"] { top:1745px; }
.gridster [data-row="14"] { top:1890px; }
.gridster [data-row="15"] { top:2035px; }
.gridster [data-row="16"] { top:2180px; }
.gridster [data-sizey="1"] { height:140px; }
.gridster [data-sizey="2"] { height:285px; }
.gridster [data-sizey="3"] { height:430px; }
.gridster [data-sizey="4"] { height:575px; }
.gridster [data-sizey="5"] { height:720px; }
.gridster [data-sizey="6"] { height:865px; }
.gridster [data-sizey="7"] { height:1010px; }
.gridster [data-sizey="8"] { height:1155px; }
.gridster [data-sizey="9"] { height:1300px; }
.gridster [data-sizey="10"] { height:1445px; }
.gridster [data-sizey="11"] { height:1590px; }
.gridster [data-sizey="12"] { height:1735px; }
.gridster [data-sizey="13"] { height:1880px; }
.gridster [data-sizey="14"] { height:2025px; }
.gridster [data-sizey="15"] { height:2170px; }
.gridster [data-sizex="1"] { width:171.16666666666666px; }
.gridster [data-sizex="2"] { width:347.3333333333333px; }
.gridster [data-sizex="3"] { width:523.5px; }
.gridster [data-sizex="4"] { width:699.6666666666666px; }
.gridster [data-sizex="5"] { width:875.8333333333333px; }
.gridster [data-sizex="6"] { width:1052px; } */

#header-slider-wrapper .flexslider { height: 100% !important; width: 100% !important; }
#header-slider-wrapper .slides { height: 100% !important;  width: 100% !important;  }
#header-slider-wrapper .slide-item-fade { height: 100% !important; width: 100% !important; }
/* .img-slider img { height: 80vh !important; }*/

/* HOME SLIDER */

.home-img.homepage-struttura img { width: 100%; min-height: 100%; object-fit: cover; }
.home-img.homepage-struttura .img-slider { height: 100%; }
.home-img.homepage-struttura .img-slider .shadow { height: 100%; width: 100%; position: absolute; z-index: 2;}

/*.home-img.homepage-struttura .img-slider-mobile { height: 100%; }
.home-img.homepage-struttura .img-slider-mobile .shadow { height: 100%; width: 100%; position: absolute; z-index: 2;}*/


.home-img.homepage-struttura .slide-item-fade { height: 100% !important; width: 100% !important; }
.home-img.homepage-struttura .slides { height: 100% !important; width: 100% !important; float: left; }
.home-img.homepage-struttura .flexslider { height: 100% !important; width: 100% !important; }
/*.home-img.homepage-struttura span.highlight-cover { background: #003264; left: 10px; top: 15px; padding: 10px; position: relative; box-shadow: 0.25em 0 0 #003264, -0.1em 0 0 #003264; }*/


.img-slider .cms-edit-controls { top: 135px !important; }
.img-slider .cms-edit-controls a img { width: 20px !important; }
.testo.pagina.col-a .cms-edit-controls>a>img, .testo.pagina.col-b .cms-edit-controls>a>img, .testo.pagina.col-c .cms-edit-controls>a>img { width: 20px !important; }

.indirizzo-corso {
  text-transform: none;
  font-size: 2.8vw;
  display: block;
  line-height: 1.15em;
  padding-left: 20%;
  padding-top: 20px;  }
  
  

.main-box.homepage-struttura {
      padding-top: 0px !important;
    }


#header-slider-wrapper.homepage-struttura {
      height: 57vh; /* 75vh */ /* 93vh */
    }


.homepage-struttura.titolo-slider p { position: absolute; top: 0px; /* 174px */ font-size: 4vw; line-height: 1.1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; color: #fff; padding-left: 30px; padding-top: 45px; max-width: 50%; margin: 0 auto; width: 100%;  /*text-shadow: 1px 1px 2px rgba(0, 50, 100, 1); -webkit-text-stroke: 1px #004a95; */ z-index: 4; }
.homepage-struttura.titolo-slider p a { position: absolute; top: 0px; /* 174px */ font-size: 4vw; line-height: 1.1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; color: #fff; margin: 0 auto; width: 100%;  /*text-shadow: 1px 1px 2px rgba(0, 50, 100, 1); -webkit-text-stroke: 1px #004a95; */ z-index: 4; }

.homepage-struttura-specialfont.titolo-slider p { position: absolute; top: 0px; /* 174px */ font-size: 3.8vw; line-height: 1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; color: #fff; padding-left: 30px; padding-top: 70px; max-width: 50%; margin: 0 auto; width: 100%;  /*text-shadow: 1px 1px 2px rgba(0, 50, 100, 1); -webkit-text-stroke: 1px #004a95; */ z-index: 4; }
.homepage-struttura-specialfont.titolo-slider p a { position: absolute; top: 0px; /* 174px */ font-size: 3.8vw; line-height: 1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; color: #fff; margin: 0 auto; width: 100%;  /*text-shadow: 1px 1px 2px rgba(0, 50, 100, 1); -webkit-text-stroke: 1px #004a95; */ z-index: 4; }



  .news-home {
    position: relative;
    float: left;
    width: 100%;
    height: 46px;
    background: #003264;
    overflow: hidden;
    list-style: none;
    margin-top: 0px;
    /* padding: 15px; */
    
  }
  
    .news-home li {
     /* position: absolute;
      top: -180px;
      left: 0;*/
      height: 100%;
      padding: 0px;
      display: inline-block;
      float: left;
      /* margin-bottom: 15px;
      margin-left: 20px; */

padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    margin-left: 15px;
    background: -moz-linear-gradient(left, rgba(0,74,149,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,74,149,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(0,74,149,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a95', endColorstr='#007db9e8',GradientType=1 );
}


    }


.news-home li a {
  font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: block;
  }


.news-home li a br { display: none !important; }


   /* .news-home li a > * {
      display: none;
    }


    .news-home li a:last-child { display: inline; }*/


      .news-home .active {
        /*top: 0;*/
      }
    
      .news-home li a:hover {
      }






.news-button {
float: right;
margin-left: 15px;
      }


.news-button a {
text-align: left;
font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
padding: 15px;
background-color: #003264;
      }
    
    a.tutte-news {
      position: absolute;
      color: #FFF;
      top:0;
      right:0;
      z-index: 10;
    }
      /*a.tutte-news:after {
        content: ' +';
        color: #FFF;
        font-size: 30px;
        vertical-align: middle;
        font-weight: bold;*/
      }
  
  .link-home {
    float: left;
    width: 680px;
  }
  
 .link-home li {
    list-style: none;
    float:left;
  }
  
  a.homelink{
    display: block;
    width: 316px;
    height: 57px;
    background: transparent url('pulsante_gray.png') left top no-repeat;
    color: #00324A;
    font-size: 16px;
    font-weight:bold;
    line-height: 56px;
    margin: 4px 4px 0 0;
    padding-left: 20px;
  }
  
   a.homelinkdoppio{
    display: block;
    width: 676px;
    height: 57px;
    background: transparent url('pulsante_gray_doppio.png') left top no-repeat;
    color: #00324A;
    font-size: 16px;
    font-weight:bold;
    line-height: 56px;
    margin: 4px 4px 0 0;
    padding-left: 20px;
  }
  
   /*
    a.homelink:hover{
    background: transparent url('pulsante_blue.png') left top no-repeat;
    }
    */

/* PRINT */

@media print {

.quicklinks { display: none !important; }



}

/* FEEDBACK */

#feedback.btn-primary { background-color: #0069D4; }

#feedback textarea {
width: 100%;
color: #004a95 !important;
min-height: 300px;
font-size: 1.6em;
background-color: #eee;
 }

#feedback textarea:focus {
background-color: #fdd100;
}

body.modal-open { padding-right: 0px !important; }

#feedback .modal-content { border-radius: 0px !important; box-shadow: 0px 5px 15px rgba(0, 50, 100, 0.8) !important; border: 0px !important; }
#feedback .modal-header { border-bottom: 0px solid #ddd; background-color: #004a95; color: #fff; }
#feedback .modal-body { background-color: #0069d4; color: #fff; font-size: 1.2em; }
#feedback .close { color: #fff !important; text-shadow: none !important; opacity: 1 !important; }
#feedback .close:hover { color: #fff !important; text-shadow: none !important; opacity: 1 !important; }
#feedback .modal-footer { border-top: 2px solid #ddd; }
#feedback .modal-dialog { z-index: 2000; }
#feedback .form-group .col-sm-offest-2 { margin-left: 0px !important; }

#feedback .modal-backdrop  { background-color: #004a95 !important; }

#feedback .form-group .btn  { background-color: #004a95 !important; border: 0px solid !important; color: #fff !important; }
#feedback .form-group .btn:hover  { background-color: #FDD100 !important; border: 0px solid !important; color: #004a95 !important; }

button#feedback-button { background-color: #0069d4 !important; text-transform: uppercase; border: 0px solid !important; border-radius: 30px !important; font-size: 0.8em !important; color: #fff !important; margin-top: 0px; }
button#feedback-button:hover { background-color: #FDD100 !important; border: 0px solid !important; border-radius: 30px !important; font-size: 0.8em !important; color: #004a95 !important; }

body.modal-open {
    overflow: visible;
}



  /* STICKYFILL */


.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


.sticky:before,
.sticky:after {
    content: '';
    display: table;
}
  
  .evidenza-home {
    width: 100%;
  margin-top: 0px !important;
    background: #003264;
    overflow: hidden;
    font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #003264;
  }




   
    .evidenza-home ul {
      list-style: none;
    }


.evidenza-home p {
      text-transform: none;
      font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold; 
    }
    
    .evidenza-home li {
      float: left;
      width: 33%;
      height: auto;
      padding: 0px 15px 15px 15px;
      margin-bottom: 15px;
      list-style: none;
    }
    
.evidenza-home li a { border-bottom: none !important; }
.title_featured { border-top: 15px solid #fff; font-size: 2.5vw; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; text-transform: uppercase; margin-bottom: 15px; font-weight: normal; min-height: 12vw; padding-top: 15px;  }
.title_featured a { border-bottom: none !important; }
.date_featured { font-family: 'newsgothic', Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1.2em; color: #fff; border-top: 2px solid #fff; padding-top: 15px; }
.img_featured { padding: 15px 0px 15px 0px; }
.img_featured img { max-width: 100%; }


.event-home li {
      float: left;
      width: 16%;
      height: auto;
      padding: 15px;
      margin-bottom: 15px;
      list-style: none;
    }


.event-home li a { border-bottom: none !important; }
.title_event { font-size: 1.4em; line-height: 1.4em; font-weight: bold; font-family: 'newsgothic', Helvetica, Arial, sans-serif;  margin-bottom: 15px;   overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;}
.title_event a { border-bottom: 0px !important; color: #003264; }
.title_event a:hover { color: #fd8400 !important; }
.subtitle_event { font-family: 'newsgothic', Helvetica, Arial, sans-serif; font-size: 1.1em; line-height: 1em; color: #666; }
.date_event { font-family: 'newsgothic', Helvetica, Arial, sans-serif; font-size: 1.3em; line-height: 1.5em; margin-bottom: 15px; color: #666; }

.home-img .flex-control-nav { display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; justify-content: center !important; bottom: 45px !important; z-index: 1000 !important; margin-bottom: 15px; }
.flex-control-paging li a { width: 15px !important; height: 15px !important; background-color: #fff !important; box-shadow: none !important; }
.flex-control-paging li a.flex-active { background-color: #fdd100 !important; }
.flex-control-paging li a:hover { background-color: #fdd100 !important; }


.col-md-2.event-box { margin-bottom: 0px; }


.n7, .n8, .n9 { display: none; }

/* CUSTOM LINKS */
.custom-links { margin-top: 15px; }
.custom-links p { font-size: 1em; margin: 0px; }


/* BUTTON BOX */


.col-md-2.button-box a { color: #004a95; }
.col-md-2.button-box { color: #004a95; font-size: 1.8em; text-align: center; display: block; }
.col-md-2.button-box:hover, .col-md-2.button-box:hover i, .col-md-2.button-box:hover p { color: #FD8400; cursor: pointer; }
.col-md-2.button-box i { color: #004a95; font-size: 2em; margin-bottom: 30px; }
.col-md-2.button-box p { font-size: 1em; }
.row.button-box { margin: 30px 0px 0px 0px; }


/* INFO BOX */
.col-xs-12.info-box { height: auto; }
.col-xs-12.info-box .description { font-size: 1.8em; line-height: 1.2em; margin-bottom: 30px; }
.info-box .logo-footer img { width: 6vw; margin-right: 15px; }
.info-box .footer-title { font-size: 4vw; margin-bottom: 0px; float: none; }
.info-box.metadati { padding: 0px; }
.info-box.metadati .row { margin: 0px; width: 100%; }
.info-box.metadati .row .col-md-6 { width: 50%; float: left; font-size: 1.2em; padding: 0px 15px; }


/* HYPHENATION */


     .no-hyphenate { 
overflow-wrap: none !important;
  word-wrap:  none !important;
  -webkit-hyphens:  none !important;
  -ms-hyphens:  none !important;
  -moz-hyphens:  none !important;
  hyphens:  none !important; 
 }
    
    .evidenza-home h3 {
      margin: 0;
      font-family: 'chronicle', Georgia, 'Times New Roman', serif;
      font-size: 3em;
      line-height: 1em;
      text-transform: uppercase;
      color: #003264;
      margin-bottom: 15px
    }
    
    .evidenza-home strong {
      display: block;
      margin-bottom: 1em;
      color: #003264;
      font: normal 13px/16px Helvetica, Arial, sans-serif;
    }


/* HIDE HEADER ON SCROLL DOWN */
.nav-up { top: -95px !important; transition: top 0.2s ease-in-out; }
.nav-up:hover { top: 0px !important; }


/* COOKIES POLICY */ 
.cc_container .cc_btn, .cc_container .cc_btn:visited {
background-color: #003264 !important;
color: #fff !important;
border: 1px solid #fff !important;
border-radius: 0px !important;
text-transform: uppercase;
font-weight: bold;
    }


.cc_container *::-moz-selection {
background-color: #FDD100 !important;
color: #003264 !important;
    }


.cc_container {
background-color: #003264 !important;
color: #fff !important;
font-family: 'newsgothic', Helvetica, Arial, sans-serif !important;
    }


.cc_container a, .cc_container a:visited {
border-bottom: 1px solid #fff;
color: #fff !important;
    }


.cc_container a:hover {
border-bottom: none;
color: #fff !important;
    }


.cc_container .cc_btn {
    padding: 10px 10px !important;
    max-width: 130px !important;
}

#cookies { display: none !important; }




/* OFFERTA FORMATIVA */


.grid.row {
margin-left: -15px;
margin-right: -15px;
 min-height: 90vh;
  }


.no-result { padding-left: 15px;
margin-top: 30px;
font-size: 1.2em;
color: #004a95; }


.blank {
      background-color: transparent !important;
color: transparent !important;
height: auto !important;
width: 50px !important;
display: inline-block !important;
padding: 5px !important;
float: left !important;
    }


.qualification-filter {  }


.department-filter { border: none; background-color: transparent; }
.department-filter:first-child { margin-left: 15px; }
.department-filter p { font-family: 'newsgothic', Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1.2em; margin-top: 5px; color: #004a95; border-bottom: 1px solid; font-weight: bold; }
.department-filter p:hover { border-bottom: none; color: #FDD100;  }
.department-filter:active p, .department-filter.is-checked p { border-bottom: none; color: #FDD100;  }


.qualification-filter-group { width: 100%; }


.department-filter-group {  }


.qualifications {
float: left;
margin-left: 0px !important;
  }


.departments {
    display: inline-block;
  }


.offerta-formativa {
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
    font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #003264;


  
  }
   
    .offerta-formativa ul {
      list-style: none;
    }


.offerta-formativa p {
      text-transform: none;
      font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #004a95;
    }
    
    .offerta-formativa li {
      float: left;
      height: auto;
      padding: 15px;
      margin-bottom: 15px;
      list-style: none;
    }
    
.offerta-formativa li a { border-bottom: none !important; }
.title_formativa { font-size: 1.5em; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif !important; text-transform: uppercase; margin-bottom: 15px; font-weight: normal;  }
.title_formativa a { font-size: 2.8vw; line-height: 1em; border-bottom: 0px !important; color: #004a95;}
.title_formativa a:hover { color: #fdd100 !important; }
.subtitle_formativa { font-size: 2em; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; text-transform: uppercase; margin-bottom: 15px; }
.description_formativa { font-size: 1.2em; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; text-transform: uppercase; margin-bottom: 15px; color: #004a95; }
.tipostruttura_formativa { margin-bottom: 15px; color: #004a95; float: left; display: inline; }
.tipostruttura2_formativa { margin-left: 30px; display: inline; color: #004a95; }
.tipostruttura2_formativa:empty { display: none; }
.department_formativa { margin-left: 30px; display: inline; color: #004a95; }
.duration_formativa { margin-left: 30px; display: inline; color: #004a95; }
.meta_formativa { margin-bottom: 15px; margin-top: 15px; }
.img_formativa {border-top: 15px solid #003264; margin-top: 15px; overflow: hidden; }
.img_formativa img { width: 100%; }








    
    .offerta-formativa h3 {
      margin: 0;
      font-family: 'chronicle', Georgia, 'Times New Roman', serif;
      font-size: 3em;
      line-height: 1em;
      text-transform: uppercase;
      color: #003264;
      margin-bottom: 15px
    }
    
    .offerta-formativa strong {
      display: block;
      margin-bottom: 1em;
      color: #003264;
      font: normal 13px/16px Helvetica, Arial, sans-serif;
    }


button:focus {
  outline: none !important;
}


.btn-toolbar { margin-bottom: 15px; margin-right: 30px !important; margin-left: 0px !important; }




/* ISOTOPE */


.filters {
  margin-bottom: 15px;
}


.qualification-filter {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #003264;
  border: none;
  color: #fff;
  font-family: 'newsgothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  cursor: pointer;
  margin-bottom: 5px;
}


.qualification-filter:hover {
  background-color: #004a95;
  color: #fff;
}


.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}




.qualification-filter:active,
.qualification-filter.is-checked {
  background-color: #FDD100;
color: #004a95;
}


.qualification-filter.is-checked {
  color: #004a95;
  
}


.qualification-filter:active {
  
}


.ui-group {
  display: inline-block;


}


.ui-group h3 {
  display: block;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px 0.2em 5px 0px !important;
  font-size: 16px;
float: left;
}


.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
float: left;
}




/************************************
 * home dipartimento
 */
  .home_dip {}


  .home_dip .corpo-col {
    border: none;
    background: #FFF;
    margin-left: 0;
    width: 785px;
  }




  .home_dip .navigation {
    /* background: none; */
    padding-bottom: 20px;
  }
  
  .home_dip .navigation .nav1 > li > a {
    /* color: #00324A; */
  }
  
  .home_dip .navigation .open .nav2 {
    background: #002164;
  }
  
  .home_dip a.homelink {
    width: 226px;
    margin: 4px 0 0 4px;
    background-size: 100% 100%;
  }
  
  .home_dip .link-home {
    width: 505px;
  }
  


/* BROWSER HACKS */


/* FF */
@media screen and (-moz-images-in-menus:0) {
.corpo-content a.icon-pdf:before, .corpo-content a.icon-zip:before, .corpo-content a.icon-doc:before, .corpo-content a.icon-docx:before, .corpo-content a.icon-xls:before, .corpo-content a.icon-pdf:hover:before, .corpo-content a.icon-zip:hover:before, .corpo-content a.icon-doc:hover:before, .corpo-content a.icon-docx:hover:before, .corpo-content a.icon-xls:hover:before { padding: 5px 3px 1px 3px !important; } 
}


/* IE */
@media screen and (min-width:0\0) {
.img-slider img { width: 100% !important; height: 100% !important; }
.logo-slider { height: 90% !important; }
.sm-logo { margin-top: -45px; }
}
  


/************************************
 * calendario
 */
  
 
.calendario .main-box {
    
    background-color:#333;
border-right: none;
width: 785px;


}


/************************************
 * pagina bacheca avvisi
 */


.pbacheca h1,
.pnews h1,
.pconferenze h1 {margin-bottom:0; }


.pbacheca .menu-anni,
.pconferenze .menu-anni,
.pnews .menu-anni {
    border-top: solid 7px #99506E;
    padding-left: 15px;
    width:566px;
    height: 65px;
   
}


.pbacheca .menu-anni li,
.pconferenze .menu-anni li,
.pnews .menu-anni li { float:left; list-style:none;}


.pbacheca .menu-anni .anno,
.pconferenze .menu-anni .anno,
.pnews .menu-anni .anno {
  display:block;
  background-color: #99506E;
  width: 62px;
  height: 20px;
  -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius:  0 0 8px 8px;
          border-radius: 0 0 8px 8px;
  text-align: center;
  color:#FFF;
  font-size:12px;
  margin-top:-7px;
  line-height:20px;
  
  behavior: url('http://disegnoindustriale.unirsm.sm/web/css/PIE.htc');
}


.pbacheca .menu-anni a.anno:hover, .pbacheca .menu-anni .selected,
.pconferenze .menu-anni a.anno:hover, .pconferenze .menu-anni .selected,
.pnews .menu-anni a.anno:hover, .pnews .menu-anni .selected{
    border-top: solid 3px #931D61;
    background-color: #9E1F63;
    height: 20px;
    line-height:20px;
    margin-top:-10px;
}


  .pbacheca .corpo-content .colonna1,
  .pbacheca .corpo-content .colonna2,
  .pconferenze .corpo-content .colonna1,
  .pconferenze .corpo-content .colonna2,
  .pnews .corpo-content .colonna1,
  .pnews .corpo-content .colonna2 {
    width: 240px;
    margin-bottom: 20px;
  }
  
  .pbacheca .corpo-content .colonna1,
  .pconferenze .corpo-content .colonna1,
  .pnews .corpo-content .colonna1 {
    float:left;
    clear:left;
  }
  
  .pbacheca .corpo-content .colonna2,
  .pconferenze .corpo-content .colonna2,
  .pnews .corpo-content .colonna2{
    float:right;
  }
  
  .pbacheca .corpo-content .line,
  .pconferenze .corpo-content .line,
  .pnews .corpo-content .line{
    margin-top: 18px;
    padding-top: 20px;
    background: url('dot-a.png') 2px 0 repeat-x;
  }
  
  .pbacheca .corpo-content .news,
  .pconferenze .corpo-content .news,
  .pnews .corpo-content .news{
    height: 8.75em;
    overflow: hidden;
    padding-left: 1px;
    padding-bottom: 2px;
  }
    
    .pbacheca .corpo-content .news.double,
    .pconferenze .corpo-content .news.double,
    .pnews .corpo-content .news.double{
      height: 20.667em;
      padding-bottom: 4px;
    }
    
    .pbacheca .corpo-content .news img,
    .pconferenze .corpo-content .news img,
    .pnews .corpo-content .news img{
      margin: 10px 15px 0 0;
    }
    
  
  
  .pbacheca .corpo-content .news .data,
  .pconferenze .corpo-content .news .data,
  .pnews .corpo-content .news .data{
    display: block;
    color: #95B1B7;
    margin-bottom: -2px;
  }
  
  .pbacheca .corpo-content .news .text,
  .pconferenze .corpo-content .news .text,
  .pnews .corpo-content .news .text {
    color: #666;
  }
  
  .pbacheca .corpo-content .news strong,
  .pconferenze .corpo-content .news strong,
  .pnews .corpo-content .news strong{
    display: block;
    color:#2C3367;
    font: normal 18px/21px 'Georgia',serif;
  }


.pnews .corpo-col {
    margin-top: 30px;
  }


  .pbacheca .corpo-content .news .subt {
    display: block;
    font-weight: normal;
    color: #95B1B7;
  }


.black.video {
    padding: 0px;
  }


.grey.map {
    padding: 0px;
  }
  
  .multimedia .svScorri .scorri_recordset_sx,
  .multimedia .svScorri .scorri_recordset_dx,
  .corpo-content .scorri_recordset_sx,
  .corpo-content .scorri_recordset_dx,
  .home .corpo-col .svScorri .avanti,
  .home .corpo-col .svScorri .indietro {
    position: relative;
    width: 30px;
    height: 40px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #FFF;
    color: #DDD;
    font: bold 50px/40px sans-serif;
    text-decoration: none;
    
    behavior: url('http://disegnoindustriale.unirsm.sm/web/css/PIE.htc');
  }
  
  .multimedia .svScorri .scorri_recordset_sx,
  .corpo-content .scorri_recordset_sx,
  .home .corpo-col .svScorri .indietro {
    -webkit-border-radius: 0 15px 15px 0;
       -moz-border-radius: 0 15px 15px 0;
            border-radius: 0 15px 15px 0;
    float: left;
    margin-left: -31px;
  }
  
  .multimedia .svScorri .scorri_recordset_dx,
  .corpo-content .scorri_recordset_dx,
  .home .corpo-col .svScorri .avanti {
    float: right;
    margin-right: -30px;
    
    -webkit-border-radius: 15px 0 0 15px;
       -moz-border-radius: 15px 0 0 15px;
            border-radius: 15px 0 0 15px;
  }
  
  
  


/************************************
 * pagina bacheca dettaglio
 */


.pbacheca-dettaglio h1,
.pconferenze-dettaglio h1,
.pnews-dettaglio h1 {margin-bottom:0; }


.pbacheca-dettaglio .menu-anni,
.pconferenze-dettaglio .menu-anni,
.pnews-dettaglio .menu-anni { 
    border-top: solid 7px #827DAA;
    padding-left: 15px;
    width:566px;
    height: 65px;
}


.pbacheca-dettaglio .menu-anni li,
.pconferenze-dettaglio .menu-anni li,
.pnews-dettaglio .menu-anni li { float:left; list-style:none;}


.pbacheca-dettaglio .menu-anni .anno,
.pconferenze-dettaglio .menu-anni .anno,
.pnews-dettaglio .menu-anni .anno{
  display:block;
  background-color: #EB008B;
  width: 200px;
  height: 20px;
  text-align: left;
  padding-left:15px;
  color:#FFF;
  font-size:12px;
  margin-top:-7px;
  line-height:20px;
  
  -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius:  0 0 8px 8px;
          border-radius: 0 0 8px 8px;
  
  behavior: url('http://disegnoindustriale.unirsm.sm/web/css/PIE.htc');
}


  .pbacheca-dettaglio .menu-anni a.anno:hover,
  .pbacheca-dettaglio .menu-anni .selected,
  .pconferenze-dettaglio .menu-anni a.anno:hover,
  .pconferenze-dettaglio .menu-anni .selected,
  .pnews-dettaglio .menu-anni a.anno:hover,
  .pnews-dettaglio .menu-anni .selected {
    border-top: solid 3px #931D61;
    background-color: #9E1F63;
    height: 20px;
    line-height:20px;
    margin-top:-10px;
  }
  
  
  .main-news {}
  
    .main-news .data {
      margin-top: -1em;
      display: block;
    }
  
    .main-news h2 {
      font: normal 30px/32px 'Georgia',serif;
      color: #004a95;
      margin: 0;
    }
    
    .main-news .subt {
      margin-top: 1em;
      font-weight: normal;
      color: #ddd;
    }
    
    .main-news .text {
      margin-top: 1.5em;
    }
    
    .main-news .more-info {
      margin: 0px 0px 30px 0px;
      padding: 15px;
      background: #eee;
    }

    .main-news .more-info a {
      text-shadow: none !important;
    }

    .main-news .more-info p {
      margin: 0px 0px 0px 0px;
    }
    
      .main-news .more-info-img {
        float: left;
        margin-right: 15px;
      }
      
      .main-news .more-info .text {
        margin: 0;
      }
    








  .titolo-ultime {
    display: block;
    width: 100px;
    margin: 67px -8px 0 -7px;
    padding: 3px 9px 0 8px;
    background: #95B1B7;
    
    color: #fff;
    text-transform: uppercase;
    line-height: 110%;
  }
    .titolo-ultime a { color: #fff; }
  
  /*.ultime-news {
    background: #5997AD;
    margin: 0 -8px 0 -7px;
    padding: 10px 9px;
  }
  
    .ultime-news .line {
      padding-top: 12px;
      margin-top: 12px;
      background: url('dot-a.png') 0 0 repeat-x;
    }
    
    .ultime-news a {
      color: #C9E6F2;
    }
    
    .ultime-news strong {
      display: block;
      color: #FFF;
    }*/
  
  
  .pconferenze-dettaglio .locandina {
    clear: right;
    float: right;
    max-width: 220px;
    margin: 10px -20px 10px 10px;
    
  }




/************************************
 * pagina bacheca avvisi
 */


  .pcorsi {}
  
  .pcorsi .lista {
    
   margin: 10px;
}
  .pcorsi .corsi-pd {
    float:left;
    clear:left;
    margin-bottom:25px;
  }
    .ie6 .pcorsi .corsi-pd, .ie7 .pcorsi .corsi-pd { width: 100%; }
  
  .pcorsi .riga-pd {
    float:left;
    clear:left;
  }
    .ie6 .pcorsi .riga-pd, .ie7 .pcorsi .riga-pd { width: 100%; }
  
  .pcorsi .riga-corso {
 
    margin: 0 0 15px 20px;
  }
  
  .pcorsi .doc-titolare {
    padding: 5px;
    color:#999;
  }
  
  .pcorsi-dettaglio .corpo-col {
    width:511px;
  }
  
 
  
  .pcorsi-dettaglio .sidebar-col {
    width:258px;
    margin-right:-265px;
  }


  .pcorsi-dettaglio .main-box {
    width:512px;
    border-right:273px solid #a0cfe9;
  }


  .pcorsi-dettaglio .sidebar-col .elenco-corsi {
    display:block;
    color:#616c8b;
    margin:0 5px 0 5px;
    padding:5px 0 5px 0;
    border-bottom:solid 1px #eee;
  }

/* PERSONE ALL */

.persone-all .grid.row { margin-left: 0px; margin-right: 0px; }

.persone-all .search-form-persone-all { margin-left: 15px; margin-right: 15px; padding-bottom: 30px; border-bottom: 2px solid #ddd; margin-top: -10px; margin-bottom: 15px; padding-right: 0%; display: inline-block; width: calc(100% - 30px); }

.persone-all .search-form-persone-all input[type=text] { background-color: #eee; height: 46px; display: inline-block; float: left; width: calc(50% - 16px); padding: 0px; font-size: 1.6em; padding-left: 10px; }

.persone-all input, .persone-all select, .persone-all textarea { color: #004a95; }

.persone-all input:focus, .persone-all select:focus, .persone-all textarea:focus { margin-bottom: 0px !important; background-color: #FDD100 !important; outline: 0; color: #004a95; }

.persone-all .list.template-persone { display: block; }

.persone-all .template-persone.list > .list-item { display: inline-block; }

.persone-all input::selection {
  background: #004a95; /* WebKit/Blink Browsers */
  color: #FDD100;
}
.persone-all input::-moz-selection {
  background: #004a95; /* Gecko Browsers */
  color: #FDD100;
}

.blink {
  animation: blinker 1s linear infinite;
}

.blink:hover {
  animation: none;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.dropdown-dipartimenti { display: inline-block; float: left; width: 16.66666667%; margin-left: 30px; }
.dropdown-dipartimenti .dropbtn { width: calc(100% - 25px); background-color: #004a95; height: 46px; padding: 10px; font-size: 1.2em;  }
.dropdown-dipartimenti .dropbtn:hover { background-color: #FDD100; color: #004a95; }
.dropdown-dipartimenti .dropdown-content { width: calc(16.66666667% - 30px); background-color: #eee; max-height: 300px; overflow-y: scroll; }
.dropdown-dipartimenti .dropdown-content a { border-bottom: 2px solid #ddd !important; font-size: 1.2em; color: #004a95; }
.dropdown-dipartimenti .dropdown-content a:active { border-bottom: 2px solid #ddd !important; }
.dropdown-dipartimenti .dropdown-content a:focus { border-bottom: 2px solid #ddd !important; }
.dropdown-dipartimenti .dropdown-content a.is-checked { background-color: #0069d4; color: #fff; border-bottom: 2px solid #eee !important; }
.dropdown-dipatimenti .dropdown-content a:last-child { border-bottom: 0px !important; }

.dropdown-qualifiche { display: inline-block; float: left; width: 16.66666667%; }
.dropdown-qualifiche .dropbtn { width: calc(100% - 25px); background-color: #004a95; height: 46px; padding: 10px; font-size: 1.2em; margin-left: 5px; }
.dropdown-qualifiche .dropbtn:hover { background-color: #FDD100; color: #004a95; }
.dropdown-qualifiche .dropdown-content { width: calc(16.66666667% - 30px); background-color: #eee; max-height: 300px; overflow-y: scroll; margin-left: 5px;  }
.dropdown-qualifiche .dropdown-content a { border-bottom: 2px solid #ddd !important; font-size: 1.2em; color: #004a95; }
.dropdown-qualifiche .dropdown-content a:active { border-bottom: 2px solid #ddd !important; }
.dropdown-qualifiche .dropdown-content a:focus { border-bottom: 2px solid #ddd !important; }
.dropdown-qualifiche .dropdown-content a.is-checked { background-color: #0069d4; color: #fff; border-bottom: 2px solid #eee !important; }
.dropdown-qualifiche .dropdown-content a:last-child { border-bottom: 0px !important; }


/* PREISCRIZIONI */

.pulsante-preiscrizioni { display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.7em;
    border: 2px solid #004a95;
    padding: 5px !important;
    margin-left: 35%;
    margin-right: 35%; }
.yellow.preiscrizioni-box { margin-top: 0px; }
.preiscrizioni-box .titolo-sezione { text-align: center; font-size: 1.7em; }

  /************************************ 
 * pagina persone
 */

/* EMERGENZE */

.yellow .pulsante-preiscrizioni { display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.7em;
    border: 2px solid #004a95;
    padding: 5px !important;
    margin-left: 35%;
    margin-right: 35%; }

.pulsante-preiscrizioni-home { display: block;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    font-size: 1.7em;
    border: 2px solid #004a95;
    padding: 5px; }
    
.pulsante-preiscrizioni-homeBIG {
    display: block;
    color: #fff !important;
    background-color: #003264 !important;
    border: 0px;
    margin: 0px 16px;
    text-align: center;
    font-size: 1.7em;
    padding: 5px;
}

.pulsante-preiscrizioni-homeBIG a:hover .pulsante-preiscrizioni-homeBIG a:active{
    color: #fff !important;
}

.persone .lista-persone {
    -moz-column-width: 150px;
    -moz-column-count: 3;
    -webkit-column-width: 150px;
    -webkit-column-count: 3;
    column-width: 150px;
    column-count: 3;
   
   margin-bottom: 30px;
}


.persone .lista-persone a {
  display: inline-block;
    margin-bottom:5px;
    text-decoration:none;
    color:#004a95;
font-size: 1.4em;
line-height: 1.4em;
border-bottom: 2px solid #004a95;


}


.persone .lista-persone a:hover {


border-bottom: 2px solid #fdd100;


}


.persone .lista-persone .qualifica {
font-size: 1.4em;
line-height: 1.4em;
color: #bbb;
}

p.qualifica:first-letter {
    text-transform: uppercase;
}
  
.ppersone .lista-persone a:before{
    content: "› ";
}


.ppersone .lista-persone a:hover{
 /**  text-decoration: underline;**/
}


ul{
  margin-bottom:20px;
}
li{
  float:left;
  display:inline;
}

#double li  { width:50%;} 
#triple li  { width:33.333%; } 
#quad li    { width:25%; } 
#six li     { width:16.666%; } 


/* class mail per tutto il sito!  vedi pagina personale amministrativo*/
a.mail{
     text-decoration: none;
}
a.mail:before{
    content:' › ';
}
a.mail:after{
    content:'\00a0\0000a0\00a0\0000a0\00a0\0000a0\00a0\0000a0';
}
a.mail:hover{
    background: url('mail_icon.png') top right no-repeat ;
}
/* class persona per tutto il sito!  vedi pagina direttore e mandatari */
a.persona{
     text-decoration: none;
}
a.persona:before{
    content:' › ';
}




/* PAGINA CERCA */

.cerca input[type="submit"]:focus { outline: 0; }

.cerca input[type="submit"] {
background-color: #003264;
display: inline-block;
padding: 0.5em 1em;
border: medium none;
color: #FFF;
font-family: "newsgothic",Helvetica,Arial,sans-serif;
font-size: 1.5em;
margin-top: 0px;
margin-left: -5px;
text-transform: uppercase;
height: 46px;
 }


.cerca input[type="submit"]:hover {
background-color: #004a95;
display: inline-block;
padding: 0.5em 1em;
border: medium none;
color: #FFF;
font-family: "newsgothic",Helvetica,Arial,sans-serif;
font-size: 1.5em;
margin-bottom: 5px;
 }


.cerca input[type="submit"]:active {
background-color: #FDD100;
display: inline-block;
padding: 0.5em 1em;
border: medium none;
color: #FFF;
font-family: "newsgothic",Helvetica,Arial,sans-serif;
font-size: 1.5em;
margin-bottom: 5px;
 }


.cerca input, .cerca select, .cerca textarea 
{
      border: 2px solid #003264;
background-color: #ddd;
display: inline-block;
padding: 0.5em 1em;
border: medium none;
color: #003264;
font-family: "newsgothic",Helvetica,Arial,sans-serif;
font-size: 1.5em;
margin-bottom: 5px;
height: 46px;
    }


.cerca input:focus, .cerca select:focus, .cerca textarea:focus {
background-color: #FDD100;
outline: 0;
 }


.cerca h1.main-box {
      margin: 0px 0px 15px !important;
    }


.cerca form {
      margin-bottom: 30px;
    }


.cerca input::selection {
  background: #004a95; /* WebKit/Blink Browsers */
  color: #FDD100;
}
.cerca input::-moz-selection {
  background: #004a95; /* Gecko Browsers */
  color: #FDD100;
}


.box.cerca {
      float: left;
      padding: 0px;
    }


.corpo-content.cerca {
      float: left;
    }


  .corpo-testo.cerca {
width: 100%;
padding-bottom: 30px;
  }


  .page-search {}
  
  .page-search .results {
    padding-top: 15px;
    border-top: 15px solid #003264;
    margin-bottom: 30px;
  }
  
  .page-search .results h2 {
    color: #003264;
    display: block;
    font-size: 2.5em; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; letter-spacing: 0.25px; 
    text-transform: uppercase;
    margin: 0;
    float: left;
    margin-top: 0px !important;
  }
  
  .page-search .n-res {
    float: right;
    color: #003264;
    font-size: 1.2em;
    line-height: 1em;
    text-transform: uppercase;
  }
  
  .page-search .results a {
    color: #004a95;
    border-bottom: 2px solid;
  }
  
  .page-search .results a.result {
    clear: both;
    float: left;
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    border-bottom: 2px solid;
    font-size: 1.4em; line-height: 1.2em; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; 
  }
    .page-search .results a.result:hover {
      text-decoration: none;
    }
  
  .page-search .results p {
    clear: left;
    margin-bottom: 0;
    font-size: 1.4em; line-height: 1.4em; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; padding-right: 150px;
  }
  
  .page-search .all-results {
    display: inline-block;
    padding-top: 1em;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.4em; line-height: 1.4em; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important;
  }

nav.pagination.cerca { margin: 80px 0px 0px 0px !important; top: 0px; }


/* TABLE */

table { overflow: auto; display: block; }

table a { border-bottom: 1px solid #004a95 !important; font-size: 1em; }
table a:hover { border-bottom: 1px solid #fd8400 !important; }

tr:nth-child(even) { /* text-shadow:
    2px 2px #f5f5f5,
    2px -2px #f5f5f5,
    0px 2px #f5f5f5,
    -2px 2px #f5f5f5; */ }
tr:nth-child(odd) {background: #FAFAFA;}

thead td, thead th {
    font-weight: bold;
    color: #004a95;
    min-width: 100px !important;
  }
thead td p {
  font-weight: 400;
  color: #666;
  }


tfoot td, tfoot th {
    background-color: #eee;
  }


td, th {
    border: 2px solid #ddd;
    padding: 15px !important;
    
    font-size: 0.9em;
  }

th {
    background-color: #eee;
  }


.documents table { table-layout: fixed; width: 100%;  }
.documents table.table-bordered { border: 0px !important; }
.documents tr:nth-child(even) {}
.documents tr:nth-child(odd) {background: #FAFAFA}
.documents td { font-size: 1.2em !important; padding: 15px !important; }
.documents th { background-color: #eee; font-size: 1.2em !important; padding: 15px !important; }

th.data-pubblicazione { width: 20%; -moz-hyphens: auto !important; }
th.bando { width: 30%; }
th.allegato { width: 30%; }
th.scadenza-vincitore { width: 20%; -moz-hyphens: auto !important; }


table img { max-width: 300px; }
table ol li { font-size: 1em !important; }
table ul li { font-size: 1em !important; }

.testo table { margin: 15px 0px;  }

.table > thead > tr > th { vertical-align: top !important;  }

table a.down { font-size: 0.85em !important; text-shadow: none !important; }

table.detail_table { font-size: 1em !important; margin-top: 30px !important; font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }
table.detail_table td { padding-top: 0px !important; }
table.detail_table th { font-family: 'newsgothic', Helvetica, Arial, sans-serif !important; }

/* RESPONSIVE TABLE */

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


/* DOCUMENT TABLES */


    /* Force table to not be like tables anymore */
    .documents table, .documents thead, .documents tbody, .documents th, .documents td, .documents tr { 
        display: block; 
    }



.documents table { 
        border: 0px solid !important;
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .documents thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .documents tr { border: 1px solid #ccc; margin-bottom: 30px; }


    .documents tr:not(:first-child) { border-top: 1px solid #ddd; }
    
    .documents td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 0px solid #ddd !important; 
        position: relative;
padding: 15px !important;
        /* padding-left: 40% !important; */
        min-height: 42px;
    }

.documents td:first-child { background-color: #eee; }
    
    .documents td:before { 
        /* Now like a table header */
        position: relative;
        /* Top/left values mimic padding */
        top: 6px;
        left: 0px;
        /* width: 45%; */
        padding-right: 10px; 
        white-space: nowrap;
        font-weight: bold;
        color: #004a95;
display: block;
margin-bottom: 15px;
    }
    
    /*
    Label the data
    */
    .documents td:nth-of-type(1):before { content: "Data pubblicazione"; -moz-hyphens: auto !important; -webkit-hyphens: auto !important; hyphens: auto !important; }
    .documents td:nth-of-type(2):before { content: "Bando"; }
    .documents td:nth-of-type(3):before { content: "Allegato"; }
    .documents td:nth-of-type(4):before { content: "Scadenza / Vincitore"; }

.documents tr { border: 2px solid #ddd; }

/* TEXT TABLES */


.testo table { overflow-x: auto; display: block; border-left: 2px solid #ddd; border-right: 2px solid #ddd; }

.responsive-table { overflow: auto; overflow-y: hidden; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd !important; 
  }


}


table.detail_table {
  font-size: 11px; /* px needed */
}
  table.detail_table img,
  th.detail_table a { display: none; }
  
  table.detail_table td {
    padding: 3px 5px 2px 0;
    text-transform: capitalize;
  }


  table.detail_table tr {
    border-bottom: 1px solid #004a95;
  }
    table.detail_table table tr,
    table.detail_table tr:first-child { border-bottom: none; }
  
  th.detail_table:last-child,
  td.detail_table:last-child { display: none; }


  






.font-bigger {
  font-size: 1.8em; line-height: 2em;
}


/* ACCESSIBILITÀ */
.key { color: #fff !important; background-color: #0069d4; padding: 2px 4px; line-height: 1.8em; }





/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:absolute; position:fixed; width:100%; height:300%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}


/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
  #cboxContent{margin-top:20px;}
    #cboxError{padding:50px; border:1px solid #ccc;}
    #cboxLoadedContent{border:5px solid #000; background:#fff;}
    #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
    #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
    #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
    #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url('controls.png') no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
    #cboxPrevious.hover{background-position:bottom left;}
    #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url('controls.png') no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
    #cboxNext.hover{background-position:bottom right;}
    #cboxLoadingOverlay{background:#000;}
    #cboxLoadingGraphic{background:url('loading.gif') no-repeat center center;}
    #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url('controls.png') no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
    #cboxClose.hover{background-position:bottom center;}




/**/
.iuav_bordo {margin-left: -100px; z-index: 1; position: absolute; display: none;}

.arrow { height: 46px; position: absolute; bottom: 0px; left: 0px; width: 46px; background-color: #004a95; color: #fff; text-align: center; padding: 15px; z-index: 1000; font-size: 1.6em; }
.arrow:hover { background-color: #fdd100; color: #004a95; }

/* ARROW SCROLL TO TOP */

.arrow-scroll { padding: 10px; transition: opacity 0.2s ease-out; opacity: 0; height: 46px; width: 46px; position: fixed; bottom: 75px; right: 30px; border-radius: 50%; background-color: #004a95; -webkit-box-shadow: 0px 0px 16px 1px rgba(0,50,100,1);
-moz-box-shadow: 0px 0px 16px 1px rgba(0,50,100,1);
box-shadow: 0px 0px 16px 1px rgba(0,50,100,1); }
.arrow-scroll:hover { background-color: #fdd100; border: 2px solid #fdd100; -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.arrow-scroll.show { opacity: 1; }
.arrow-scroll .st0 { fill:none;stroke:#FFFFFF;stroke-width:2; }
.arrow-scroll:hover .st0 { fill:none;stroke:#004a95; }


/* OPEN LINE */
.openline-mobile{display:none !important;}
.openline-desktop{display:flex !important;}


#header-slider-wrapper.openline-homepage-struttura {height: auto;}

.openline-section-video {position: relative; margin: auto 0;}
.openline-section-video video {width: 100%; height: 100%;}
.openline-video-overlay {position: absolute; top: 0px; left: 0px; width: 100vw; height: calc(100vh - 68px); z-index: 1; display: flex; align-items: center;}
.openline-video-overlay-color {position: absolute; top: 0px; left: 0px; width: 100vw; height: calc(100vh - 68px); opacity: 0.5; background-color: #FFF;}
.openline-video-overlay-img {margin: 0 auto ; z-index: 1;}
.openline-video-overlay-img img {width: 45%; margin: 0 auto; display: block;}
.openline-section-video-mobile video{width:100%}

.map-container {width: 100%;margin: 0px;}
.map-container iframe {width: 100%; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */}
.map-container iframe.clicked {pointer-events: auto;}

.embed-container { position: relative; overflow: hidden; max-width: 100%;} 
/*.embed-container iframe, .embed-container object, .embed-container embed { position: relative;}*/

/*.openline-homepage { }
.openline-homepage .titolo-slider p { color: #004a95; }
.openline-text p { }
.openline-pagina { }
.openline-form { }*/


    
.openline-title {background-color: #FDD100;}
.openline-title h1 {color:#ffffff; margin-top: 0px; margin-bottom: 0px}

.openline-title-course {background-color: #FDD100;margin-top: 139px}
.openline-title-course h1 {color:#ffffff; margin-top: 0px; margin-bottom: 0px}

.openline-button {justify-content:space-evenly; padding-left: 15px; padding-right: 15px;justify-content: center; display: flex;}
.openline-button .single-button {flex-grow: 1; display: block; margin: 50px 15px 25px 15px; text-align: center; font-size: 1.15em; background-color: #004a95; padding: 8px;}
.openline-button .single-button a {color:#ffffff;}
.openline-button h1 {font-size:30px; padding:10px 15px; margin-top: 0px; margin-bottom: -20px;}

.openline-button-mobile {padding-left: 15px; padding-right: 15px; margin-top: 50px;}
.openline-button-mobile .single-button-mobile {flex-grow: 1; display: block; margin: 0px 5px 15px 5px; text-align: center; font-size: 1.15em; background-color: #004a95; padding: 8px;}
.openline-button-mobile .single-button-mobile a {color:#ffffff;}

.openline-text {width:66.666%; max-width:992px; margin:0 auto; margin-top:40px;}
.openline-text img{width: 98%; margin-bottom: 60px;}
.openline-text iframe, .openline-form iframe{width: 100%; height: auto;}

.openline-form {width:66.666%; max-width:992px; margin:0 auto; margin-top: 50px;}
.openline-form img {width: 100%; margin-top: 60px;}
.openline-form h1 {margin-top: 0px; padding-left: 0px;}
.openline-form .single-form {font-size: 1.6rem; text-transform: uppercase; line-height: 2.9rem; font-weight: 400; letter-spacing: 0.3px; color:#004a95;border-top: 1px solid #004a95; width: 100%; padding: 15px 0px;}
.openline-form .single-form a {color:#004a95;}

.openline-calendar {margin-bottom:60px; margin-top: 65px; padding:0 15px;}
.openline-calendar h1 {font-size:30px; padding:10px 15px;border-top:1px solid #004a95; margin-bottom:30px;}
.openline-single-events {border-top:1px solid #dcdcdc; padding: 20px 0;}
.openline-single-events p {margin: 0;}
.openline-single-events-title-offline h3 {margin-top: 0px !important;}
.openline-single-events-info {padding-left: 0 !important;}
.openline-single-events-button{position: relative; padding-right: 0; display: flex; flex-direction: column; align-items: flex-end;}
.openline-single-events-button a {color:#fff;}
.events-type {background-color:#003264; display:inline-block; padding:.25rem .9375rem; float:right; margin-top: 20px;}

.openline-single-events-mobile {border-top:1px solid #dcdcdc; width: 100%; padding: 0px 15px; margin-bottom: 20px;}
.openline-single-events-mobile p {margin-top: 15px;}
.openline-single-events-button-mobile a {color:#fff;}
.events-type-mobile {background-color:#003264; display:inline-block; padding:.25rem .9375rem; float:left; margin-top: 20px;}

.openline-service {margin-bottom: 60px; margin-top: 65px; padding: 0 15px;}
.openline-service h1 {font-size: 30px; padding: 10px 15px;border-top: 1px solid #004a95;}



/*OPENLINE PAGINA*/
.openline-section-video-page iframe {width:100vw; height:calc(100vh - 68px); object-fit:cover; padding:30px 40px 0px 30px; }
.openline-video-bottom {margin-bottom:60px; margin-top:65px; padding:0 15px;}
.openline-video-bottom video {width:100%; height: auto;}
.openline-video-bottom h1 {font-size:30px; border-top:1px solid #004a95; padding:10px 15px;}
.openline-video-bottom-title {margin-top:20px;}
.openline-video-bottom-title p {font-size: 1.15em; line-height: 21px;}
.youtube {margin-bottom:20px;}

.single-video {width: 66.666%; max-width: 992px; margin: 0 auto; margin-top: 40px;}
.single-video iframe {width: 100%; height:calc(100vh - 165px); object-fit: cover;}

.openline-accordion-generic {margin:50px auto; padding: 0 15px;}
.openline-accordion-generic h1 {font-size:30px; padding:10px 15px;}
button.openline-accordion {background-color: #fafafa; border: none; border-top: 1px solid; display: block; position: relative; width: 100%; padding: 15px 5px;}
.openline-collapse-icon { height: 100%; float: left; position: relative; display: table-cell; width: 30px; font-size: 1.4em; padding: 5px 0px 5px 0px; margin-right: 10px; }

.openline-accordion-generic li { font-size: 1.2em; line-height: 1.5em; letter-spacing: 0.1px; display: list-item;}
.openline-accordion-generic ul {margin-left: 20px;}
.openline-accordion-generic a {color: #000;}
.openline-accordion-generic p {margin: 0;}

.collapse p{margin-bottom: 15px !important; padding: 0 15px;}

.openline-podcast {width: 66.666%; max-width: 992px; margin: 80px auto;}
.openline-podcast h1 {font-size:30px; border-top:1px solid #004a95; padding:10px 15px;}
.openline-podcast img { width: 15%; padding-left: 10px;}
.openline-podcast iframe{padding-bottom: 10px;}

    
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /* Extra Large Screens */
    @media only screen and (min-width : 1460px) {
.footer-up { padding-bottom: 30px; }
.footer-bottom { padding-bottom: 100px; }
a.usmaradio-link { font-size: 1.3em; }
a.covid-link { font-size: 1.3em; }
.language a { font-size: 1.3em; }
.col-xs-12.info-box .description { font-size: 1.2vw; }
.col-md-2.button-box p { font-size: 1.4vw; }
.template-news.list > .list-item > .titolo-news a { font-size: 2em; line-height: 1.2em; } 
.template-news.list > .list-item > .immagine-news { max-height: 200px; }
.offerta-formativa p { font-size: 1.2em; }
.title_formativa a { font-size: 2.2vw; }
.info-box p {  font-size: 1.2vw; }
.col-xs-12.info-box .description { font-size: 1.2vw; }
.info-box.metadati .row .col-md-6 { font-size: 1.2vw; }
.col-md-2.button-box p { font-size: 1.4vw; }
.col-md-2.button-box { font-size: 2.2vw; }
#trigger { font-size: 1.3em; }
.navigation .nav1 > .lev1 > a { font-size: 1.3em; }
.navigation .nav2 > .lev2 > a { font-size: 1.3em; }
.navigation .nav3 > .lev3 > a { font-size: 1.3em; }
.title_event { font-size: 1.4vw; }
.subtitle_event { font-size: 1.2vw; }
.date_event { font-size: 1.2vw; }
.img_featured img { width: 100%; }
.template-persone.list > .list-item > .titolo-persone a { font-size: 1.2vw; }
span.qualifica { font-size: 1.2vw; }
footer a { font-size: 1.2vw; }
button#feedback-button { font-size: 1vw !important; }
button#feedback-button:hover { font-size: 1vw !important; }
.news-home li { padding-top: 23px; padding-left: 20px; }
.news-ticker { height: 60px; }
.news-home { height: 60px; font-size: 1.3em; }
footer .col-xs-12 { font-size: 1.2vw; }
footer .col-md-3, footer .col-sm-6, footer .col-xs-12 { height: auto; }
.openline-title-course {margin-top:135px;}

}






    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

.home-img .slide-item-fade { margin-top: 40px; }

/* RESPONSIVE LINE BREAKS */
span.break { display: inline; }


.list > .list-item > .immagine-persone { 
  height: 25vw;
 }


.template-news.list > .list-item > .immagine-news { 
 height: 16vw;
}

.dropdown-dipartimenti { display: inline-block; float: left; width: 25%; margin-left: 30px; }
.dropdown-dipartimenti .dropbtn { width: calc(100% - 23px); background-color: #004a95; height: 46px; padding: 10px; }
.dropdown-dipartimenti .dropbtn:hover { background-color: #FDD100; color: #004a95; }
.dropdown-dipartimenti .dropdown-content { width: calc(25% - 30px); background-color: #eee; max-height: 300px; overflow-y: scroll; }
.dropdown-dipartimenti .dropdown-content a { border-bottom: 2px solid #ddd; }

.dropdown-qualifiche { display: inline-block; float: left; width: calc(25% - 23px); }
.dropdown-qualifiche .dropbtn { width: 100%; background-color: #004a95; height: 46px; padding: 10px; }
.dropdown-qualifiche .dropbtn:hover { background-color: #FDD100; color: #004a95; }
.dropdown-qualifiche .dropdown-content { width: calc(25% - 30px); background-color: #eee; max-height: 300px; overflow-y: scroll; }
.dropdown-qualifiche .dropdown-content a { border-bottom: 2px solid #ddd; }

      .openline-button {display: block;}
      .openline-button-mobile {display: none;}
      .openline-title-course {margin-top: 177px;}
      .openline-podcast {margin: 0 auto;}
    }


    /* Medium Devices, Desktops */
  
    @media only screen and (max-width : 992px) {
.evidenza-home h3 {font-size: 3em;}
.sm-title { font-size: 2em;  }
.sm-logo { max-width: 60px;  }
.corpo-testo.pagina { padding-right: 0px; }
.corsi .testo-esteso>p {padding: 0 10px;}
.logo-slider { height: 100vh; top: -12%;  }
.logo-slider img { width: 40% !important;  }
.logo-slider-openday img { width: 95% !important;  }
.evidenza-home h3 {font-size: 3em;}
.sm-title { font-size: 1.8em;  }
.sm-logo { max-width: 45px;  }

.corpo-testo.pagina .col-md-9 { min-height: 100vh; }


.language {float: none;}

.header-top .search-box { float: left; } /*da attivare senza bottone emergenza*/
.header-top .search-box { margin-left: 0px; margin-bottom: 0px; }
.quicklinks-tesi.pagina{width: 100%; padding-left:15px;}


/* footer */
.logo-footer img { float: left; padding: 0px; width: 9vw; }
.footer-title { float: left; font-size: 2.2vw; line-height: 0.9em; text-transform: uppercase; font-family: 'chronicle', Georgia, 'Times New Roman', serif; letter-spacing: 0.25px; padding: 5px 0px 0px 10px;  }
.event-home li { width: 33%; }


.titolo.pagina { width: 100%; }
.testo.pagina {
      width: 100%;
      padding: 0px 0px 30px 0px;
    }
.box.pagina {
      width:100%;
    }


.box.news-dettaglio {
      width:100%;
    }


.testo.pagina {
      float: left;
      /* width: 65%; */
      padding: 0px 0px 30px 0px;
    }


.testo.pagina.segreteria {
      float: left;
      /* width: 65%; */
      padding: 0px 0px 30px 0px;
    }


.testo.documents { width: 100%; padding: 0px 0px 30px 0px; }


.testo.news-dettaglio {
      float: left;
      padding: 0px 0px 30px 0px !important;
      width: 100%;
    }


/* END DOUBLE TAP */


/* RESPONSIVE LINE BREAKS */
span.break { display: inline; }


.title_featured { font-size: 3vw; min-height: 15vw; }


.list > .list-item > .immagine-news { 
  height: 20vw; 
}


/* BUTTON BOX */


.col-md-2.button-box { color: #004a95; font-size: 1.8em; text-align: center; display: block; margin-bottom: 60px; padding-left: 0px; }
.col-md-2.button-box:nth-child(n+4) { margin-bottom: 0px; }
.col-md-2.button-box:hover, .col-xs-12.button-box:hover i { color: #FDBF00; }
.col-md-2.button-box i { color: #004a95; font-size: 2.2em; margin-bottom: 30px; }


/* INFO BOX */


.info-box .logo-footer img { width: 12vw; }
.info-box .footer-title { font-size: 1.6em !important; margin-bottom: 0px; }
.info-box .logo-footer {  margin-right: 15px; margin-bottom: 30px; }


.titolo-avvisi { padding-right: 0%; }


.testo table { overflow-x: auto; display: block; border-left: 2px solid #ddd; border-right: 2px solid #ddd; }


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd !important; 
  }


#triple li  { width:50%; } 


.list > .list-item > .immagine-persone { 
  height: 35vw;
 }


.template-news.list > .list-item > .immagine-news { 
 height: 20vw;
}

.persone-dettaglio.col-md-3 { padding-left: 0px !important; padding-right: 0px !important; }
.immagine-persone-dettaglio { height: 28vw; }

.col-md-2.event-box { margin-bottom: 30px; }

.struttura { float: left; margin-left: 0px; width: 100%; }
.template-tesi.list > .list-item > .immagine-tesi { height: 60vw; background-position: center center;}


body.web-tv .struttura { float: left; margin-left: 15px; width: calc(100% - 30px);
  width: calc(100% - 30px);
  width: calc(100% - 30px);
  width: calc(100% - 30px); }

.persone-dettaglio .struttura { width: 100%; margin-left: 0px; }
.pnews-dettaglio .struttura { width: 100%; margin-left: 0px; }
.heading-news { width: 100%; }

.col-sm-9.scheda-persona { padding-right: 0px; }

footer .col-md-3, footer .col-sm-6, footer .col-xs-12 { margin-bottom: 30px !important; }


.dropdown-dipartimenti { display: inline-block; float: left; width: 33.33333333%; margin-left: 0px; margin-top: 30px; }
.dropdown-dipartimenti .dropbtn { width: calc(100% - 20px); background-color: #004a95; height: 46px; padding: 10px; }
.dropdown-dipartimenti .dropbtn:hover { background-color: #FDD100; color: #004a95; }
.dropdown-dipartimenti .dropdown-content { width: calc(33.33333333% - 30px); background-color: #eee; max-height: 300px; overflow-y: scroll; }
.dropdown-dipartimenti .dropdown-content a { border-bottom: 2px solid #ddd; }

.dropdown-qualifiche { display: inline-block; float: left; width: 33.33333333%; margin-top: 30px; }
.dropdown-qualifiche .dropbtn { width: calc(100% - 20px); background-color: #004a95; height: 46px; padding: 10px; margin-left: 9px; }
.dropdown-qualifiche .dropbtn:hover { background-color: #FDD100; color: #004a95; }
.dropdown-qualifiche .dropdown-content { width: calc(33.33333333% - 30px); background-color: #eee; max-height: 300px; overflow-y: scroll; margin-left: 9px; }
.dropdown-qualifiche .dropdown-content a { border-bottom: 2px solid #ddd; }

.persone-all .search-form-persone-all input[type=text] { width: 100%; }

.persone-dettaglio .quicklinks.col-md-3 { padding-left: 0px; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-top: 2px solid #ddd !important; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item:first-child { border-top: 1px solid #ddd !important; }

    }
    

    

@media only screen and (min-width:780px){
      .openline-button {display: flex;}
      .openline-button-mobile {display: none;}
      .openline-section-video {display: flex;}
      .openline-section-video-mobile{display: none;}
      .openline-events {display: flex;}
      .openline-events-mobile {display: none;}
      
}


    /* Small Devices, Tablets */
     /*@media only screen and (min-width : 768px) {
      .slide-item-fade-mobile{display: none;}
      .home-slider-grid{display: block;}
     }*/
    
    @media only screen and (max-width : 768px) {
      
      /*openline */
      /*.single-button {margin: 50px 5px 25px 5px !important;}*/
      
      .openline-mobile{display:flex !important;}
      .openline-desktop{display:none !important;}
      
      .openline-button {display: none;}
      .openline-button-mobile {display: block;}
      .openline-section-video {display: none;}
      .openline-section-video-mobile {display: flex;}
      .openline-text {width: 90%;}
      .openline-podcast{width: 100%; padding: 0 15px;}
      .openline-accordion-generic {padding: 0 15px;}
      .openline-form{width:90%;}
      .openline-events {margin: 0 -10px; display: none;}
      .openline-events-mobile {display: flex;}
      .openline-single-events-button {padding: 0px !important;}
      .openline-title {margin-top: 0px;}
      .openline-title h1{font-size:27px;}
      .openline-title-course {margin-top: 0px;}
      .openline-title-course h1{font-size:25px;}
      .openline-section-video-page iframe {width: 100%; height: 273px; object-fit: cover; padding: 0px;}


      
      .home-slider-item .title-2 {font-size:12px !important;}
      
.main-box { margin-top: 0px !important; padding-top: 0px !important; padding-left: 0px; padding-right: 0px; }
.main-box.page { min-height: 100vh; margin-top: 0px; }
.main-box h1 { font-size: 3em; }
.corpo-testo.pagina { padding-right: 0px; }
.col-xs-12.event-box { margin: 0px 0px 15px 0px !important; }
.title_formativa a { font-size: 1.4em; }
.col-sm-12{float: left;}
/*.home-slider-grid{display: none !important;}
.slide-item-fade-mobile{display: block;}*/
.pulsante-preiscrizioni{font-size: 20px;}
.pulsante-preiscrizioni-home{margin-left: auto; margin-right: auto; text-align: center;}
.yellow .col-sm-12{float:none;}




#header-slider-wrapper {
    height: 100vh;
    margin-bottom: 0px;
  }
  
  
  #header-wrapper {
/*  border-top: 0px solid #DDD;
    background: #CCC;*/
    position: static;
    z-index: 1200; /* sopra main wrapper */
/*    height: 133px;*/
  }


  #header-wrapper-fixed {
/*  border-top: 0px solid #DDD;
    background: #CCC;*/
    position: relative;
    z-index: 12; /* sopra main wrapper */
  }


.evidenza-home h3 {font-size: 3em;}
.sm-title { font-size: 1.3em; margin-left: 0px;  }
.sm-logo { display: none;  }
.logo-slider { height: 75vh; top: 10%; }
.logo-slider img { width: 40% !important;  }


.search-language { display: none !important; }
.home .corpo-col { height: auto; }
.home-img { margin-top: -70px; }
#header-slider-wrapper { height: 100%; }






.col-md-12.evidenza-box { padding: 0px; }
.evidenza-home li { width: 100%; padding: 0px 15px; }
.event-home li { width: 100%; }
.img_featured { margin: 0px -15px; }
.img_featured img { width: 100%; }


.news-button { height: 0px; width: 100%; }
.news-button a { width: 100%; }
.header-bottom { white-space: normal; }


.logo-footer img { float: left; padding: 0px; width: 20vw; }
.footer-title { float: left; font-size: 5vw; line-height: 0.9em; text-transform: uppercase; font-family: 'chronicle', Georgia, 'Times New Roman', serif; letter-spacing: 0.25px; padding: 5px 0px 0px 10px;  }


/* RESPONSIVE LINE BREAKS */
span.break { display: inline; }


/* NAVIGATION */


  .navigation {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }


/* NAV1 */


  .navigation .nav1 {
  }


  .navigation .nav1 > .lev1 {
    padding: 15px 0px 0px 0px !important;
    width: 100%;
    border-bottom: 2px solid #003264;
  }

  /*  .navigation .nav1 > .lev1.open {
    border-bottom: 0px solid #003264;
  } */

  /* .navigation .collapse.in .nav1 > .lev1:first-child { border-bottom: #003264 !important; } */


  .navigation .nav1 > .lev1:hover {
    color: #FFFFFF;
  }


/*  .lev1:active {
    background-color: #FDD100 !important;
  }


  .lev1:active a {
    color: #004A95 !important;
  }*/
  
  .navigation .nav1 > .lev1 > a {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-size: 1.2em;
  }
  
  .navigation .nav1 > .lev1 > a:hover {
  }


  .lev1.open .nav2 {
    display: inline-block;
  }


/* NAV2 */


  .navigation .nav2 {
    position: relative;
    border-bottom: none;
    background-color:#0069d4 !important;
    margin: 0px 0px -1px 0px;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #003264;
  }


  .navigation .nav2 > .lev2 {
    width: 100%;
    padding: 15px 0px 0px 0px;
    border-bottom: 2px solid #004a95;
  }

 /*     .navigation .nav2 > .lev2.open {
    border-bottom: 0px solid #003264;
  } */


  .navigation .nav2 > .lev2:last-child {
    border-bottom: 0px solid #ccc;
  }


  .navigation .nav2 > .lev2:hover {
    color: #FFFFFF;
   
  }


/*  .lev2:active {
    background-color: #FDD100 !important;
  }


  .lev2:active a {
    color: #004A95 !important;
  }*/


  .navigation .nav2 > .lev2 > a {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-size: 1.2em;
  }


  .navigation .nav2 > .lev2 > a:hover {
  }


  .lev2.open .nav3 {
    display: inline-block;
  }


  .nav2:not(.in) {
    display: none !important;
  }


/* NAV3 */


  .navigation .nav3 {
    position: relative;
    background-color:#ddd !important;
    margin: 0px 0px 0px 0px;
    width: 100%;
    padding: 0px;
  }


  .navigation .nav3 > .lev3 {
    width: 100%;
    padding: 15px 15px 0px 15px;
    border-bottom: 2px solid #ccc;
  }


  .navigation .nav3 > .lev3:last-child {
    border-bottom: 0px solid #ccc;
  }


  .navigation .nav3 > .lev3:hover {
    color: #FFFFFF;
  }


/*  .lev3:active {
    background-color: #FDD100 !important;
  }


  .lev3:active a {
    color: #004A95 !important;
  }*/


  .navigation .nav3 > .lev3 > a {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-size: 1.2em;
  }


  .navigation .nav3 > .lev3 > a:hover {
  }


  .navigation .nav3 > .lev3.open > a {
  }


  .nav3:not(.in) {
    display: none !important;
  }






.navbar-toggle { 
    border-bottom: 2px solid #002850 !important;
    border-top: 2px solid #002850 !important;
    height: 50px !important;
  }


  #header-wrapper-fixed {
    border-bottom: 0px;
  }


  /* CHANGE SITE TITLE ON MOBILE */


.sm-title span {
    display: none;
  }


.sm-title:after {
    content: 'UNIRSM';
  }


.header-bottom .sm {
    margin-left: 0px; width: 100%;
  }


.header-bottom {
    width: 100%; padding-top: 24px;
  }


.sm-title {
    width: 100%; text-align: center;
    font-size: 2.2em;
  }


  /* FOOTER */
footer { margin-bottom: 0px; padding: 15px 0px; }
footer .col-md-3, footer .col-sm-6, footer .col-xs-12 { height: auto; }


  /* STICKYFILL */


.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


.sticky:before,
.sticky:after {
    content: '';
    display: table;
}


.fixed { position: fixed !important; top: 0px !important; }


.immagine-news > img { display: none; }
.news-button a { text-align: center; }
a.tutte-news { width: 100%; }

.box.pagina { width: 100%; margin-bottom: 30px; }
.box.news-dettaglio { width:100%; }


.testo.pagina { width: 100%; padding: 0px 0px 30px 0px; }
.titolo.pagina { width: 100%; font-size: 3em; }
.titolo.news-dettaglio { width: 100%; font-size: 2em; line-height: 1.1em; margin: 25px 0px 30px; }
.testo.news-dettaglio {
      float: left;
      padding: 0px 0px 0px 0px !important;
      width: 100%;
    }


.testo.news-dettaglio p > img {
      max-width: 100%;
    }


.testo.pagina {
      float: left;
      /* width: 65%; */
      padding: 0px 0px 30px 0px;
    }


.testo table { width: 100%; }


.col-md-12.event-box { margin: 0px 0px; }
.col-md-2.event-box { padding-left: 15px !important; padding-right: 15px !important; }
.data_event { padding: 0px 30px; }


iframe.map {
      border-style: none !important;
      width: 100%;
      height: 100vh;
      border: 1px solid #004a95;
    }




/* NEWS THUMBNAILS */


.news-thumbnail-title { z-index: 1; width: 100%; height: auto; position: absolute; color: #fff; padding: 5px 30px 5px 15px; text-transform: uppercase; font-size: 2.6em; line-height: 2.6em; }
.news-thumbnail-cover { z-index: 0; width: 100%; height: 100%; }
.news-thumbnail-cover div { height: 100% !important; }


/* PAGINATION */
ul.pagination { padding-left: 0px; }
.pagination > li { display: inline-block !important; margin-right: -6px !important; margin-bottom: -7px !important; width: auto; }


.dipartimento-cover { height: 40vh; }
.dipartimento.home-img { margin-top: -5px !important; }
.dipartimento-title h3 { font-size: 24vw !important; }
.logo-slider.dipartimento-subtitle { font-size: 1.6em; }

.title_featured { font-size: 2.5em; }


.row.event-box { margin: 0px !important; }
.event-box:first-child { border-top: 0px; padding-top: 0px; }
.event-box { border-top: 2px solid #ddd; padding-top: 30px; }


.testo.pagina.col-c { min-height: auto; }
h1.news { position: relative; }


/* TEMPLATE AVVISI.PHP */
.row.avvisi {  padding: 20px 0px 20px 0px; }
.data-avvisi { margin-bottom: 15px; }
.titolo-avvisi { padding-right: 15px !important; }
.titolo-avvisi a {     margin-left: 15px;
    display: inline-block; }

/* QUICKLINKS */
.quicklinks.col-md-3 { width: 100%; padding: 0px 15px !important; }


/* AVVISI BOX */


.bacheca-avvisi { font-size: 1.4em; text-align: center; text-transform: uppercase; position: relative; display: inline-block; width: 100%; border-bottom: 0px !important; }


.bacheca-avvisi a { border-bottom: 0px !important; margin-bottom: -10px; }


.titolo-slider a { font-size: 3em; top: 74px; }
.titolo-slider-avvisi a { font-size: 2em; padding: 0px 15px; }
.flexslider.avvisi-box { position: relative; display: inline-block; margin-bottom: 30px; padding: 0px; }


.template-news.list > .list-item > .immagine-news { 
  height: 45vw; 
}


nav.pagination { margin: 20px 0px 0px 0px; top: 0px; }
nav.pagination.template-news { margin: -30px 0px 20px 0px !important; top: 45px !important; left: 0px; width: 100%; }
nav.pagination.template-news.bottom { top: 0px !important; }


.list.template-news { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 45px; margin-bottom: 80px; }


.logo-slider.dipartimento-text { position: absolute; top: 0px; height: auto !important; margin-top: 0px; }


.multimedia .extra-content iframe {
      max-width: 960px;
      height: 250px;
      margin: 0 auto;
      display: block;
    }


.map-box iframe { height: 250px; }


.homepage-struttura.titolo-slider p { position: absolute; top: 0px; font-size: 8vw; line-height: 1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; color: #fff; padding-left: 15px; padding-top: 45px; max-width: 600px; margin: 0 auto; width: 100%; padding-right: 15px; }


.homepage-struttura .slides { height: 100%; }
.corpo-col.homepage-struttura { width: 100%; position: relative; display: inline-block; }
#header-slider-wrapper.homepage-struttura { width: 100%; position: relative; display: inline-block; height: 100%; }
.homepage-struttura .img-slider { width: 100%; }
.home-img.homepage-struttura img { height: 500px; }


/* BUTTON BOX */


.col-md-2.button-box { color: #004a95; font-size: 1.8em; text-align: center; display: block; margin-bottom: 60px; }
.col-md-2.button-box:nth-last-child(-n+2) { margin-bottom: 0px !important; }
.col-md-2.button-box:nth-child(n+4) { margin-bottom: 60px; }
.col-md-2.button-box i { color: #004a95; font-size: 2.2em; margin-bottom: 30px; }
.col-md-2.button-box p { font-size: 0.8em; }


.col-md-3.info-box.logo { width: 50%; height: auto; margin-bottom: 0px; }
.info-box .logo-footer img { float: left; padding: 0px; width: 20vw; }
.info-box .footer-title { display: none; float: left; font-size: 4vw !important; line-height: 0.9em; text-transform: uppercase; font-family: 'chronicle', Georgia, 'Times New Roman', serif; letter-spacing: 0.25px; padding: 5px 0px 0px 10px;  }


nav.pagination.template-news ul.pagination { float: none; }


.corpo-content.avvisi { margin-top: 0px; }
nav.pagination.avvisi { float: none; width: 100%; top: 0px;  }
nav.pagination.avvisi ul.pagination { float: none; }


.row.avvisi:nth-child(-n+3) > .titolo-avvisi a { font-size: 1em; line-height: 1.2em; }


.list > .list-item > .immagine-persone { 
  height: 50vw;
 }


.list.template-persone { padding-right: 15px; }


  .navbar-default {
    margin: 0px -15px 0px -15px;
  }


section {
padding: 15px 0px;
margin: 0px -15px 0px 0px;
  }
  
  .light-blue{ margin-top: 0px !important;}




section.container-fluid.row {
margin: 0px;
  }


.title_featured { margin-right: 15px; }
.date_featured { margin-right: 15px; }


section.evidenza-box { padding: 0px; }

.main-box.persone { padding-left: 0px !important; padding-right: 0px !important; padding-top: 30px !important; }
.list.template-persone { padding-right: 15px !important; }
.template-persone.list > .list-item { padding: 15px 0px 15px 15px !important; }
.template-persone.list > .list-item > .titolo-persone a { font-size: 1.2em; }

.nav-up { top: 0px !important; }

.testo.pagina.col-a, .testo.pagina.col-b, .testo.pagina.col-c {
      font-size: 1.2em;
    }

.testo.pagina.col-a a, .testo.pagina.col-b a, .testo.pagina.col-c a {
      border-bottom: 2px solid #004a95;
    }

.testo.pagina.col-a a:hover, .testo.pagina.col-b a:hover, .testo.pagina.col-c a:hover {
      border-bottom: 2px solid #FDD100;
    }

.col-sm-9.scheda-persona { padding-left: 0px; padding-right: 0px; margin-bottom: 30px; }

.corsi .quicklinks.pagina { }

.immagine-persone-dettaglio { background-color: transparent; padding: 0px 12vw; height: 75vw; }

.black.video {
    margin: 0px;
  }

table .tabella-primo-periodo { margin: 0px 15px 30px 15px;  }

.event-home.row { padding-top: 15px; }

.persone-dettaglio.col-md-12 { padding-right: 0px; }

.titolo.corsi { width: 100%; }

.corsi table { table-layout: auto; }

.row.button-box { display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

    .col-md-12.avvisi-box { padding-left: 0px; }

#header-slider-wrapper .slide-item-fade.grid-stack { height: auto !important; padding-top: 65px !important; }
.grid-stack.grid-stack-one-column-mode { height: auto !important; }
    .grid-stack.grid-stack-one-column-mode > .grid-stack-item { width: 50% !important; height: 50% !important; display: inline-block !important; float: left !important; margin-bottom: 0px !important; padding-top: 65.9% !important; }

.slide-item-fade { position: static !important; }
.home-slider-grid { position: absolute; margin-top: 50px; }
.home-slider-grid p { font-size: 1.2em !important; }

    .grid-stack > .grid-stack-item.uno { display: block; }
.grid-stack > .grid-stack-item.due { display: none !important; }
.grid-stack > .grid-stack-item.tre { display: block; }
.grid-stack > .grid-stack-item.quattro { display: none !important; }
.grid-stack > .grid-stack-item.cinque { display: none !important; }
.grid-stack > .grid-stack-item.sei {display: block;  }
.grid-stack > .grid-stack-item.sette {  display: block;}

.grid-stack-item h1 { height: 100%; margin-top: 15px !important; margin-left: 15px !important; padding: 0px !important; background-color: transparent !important; font-size: 6vw; line-height: 1em; font-family: 'chronicle', Georgia, 'Times New Roman', serif; text-transform: uppercase; font-weight: normal; color: #fff; }
.grid-stack-item h2 { height: 100%; margin-top: 15px !important; margin-left: 15px !important; padding: 0px !important; background-color: transparent !important; font-size: 6vw; line-height: 1.1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; color: #fff; }
.grid-stack-item h3 { height: 100%; margin-top: 15px !important; margin-left: 15px !important; padding: 0px !important; background-color: transparent !important; font-size: 2em; line-height: 1.1em; font-family: 'newsgothic', Helvetica, Arial, sans-serif; font-weight: normal; color: #fff; }

#apprenticeForm { margin: 15px !important; padding-right: 30px !important;  }
.form-biblioteca input[type=text] { margin-bottom: 0px; margin-right: 20px; padding: 10px; background-color: #fafafa !important; color: #004a95 !important; float: left !important; height: 50px !important; width: 100% !important; }
.form-biblioteca input[type="button"], .form-biblioteca input[type="reset"], .form-biblioteca input[type="submit"] { padding: 10px; text-transform: uppercase; width: 100%; height: 100%; color: #fff; border: 0px; background-color: #004a95; height: 50px !important; font-size: 1.3em; border-radius: 0px; }
.blue.form-biblioteca { width: 100%; }
.form-biblioteca input[type=text]::selection {
  background: #004a95; /* WebKit/Blink Browsers */
  color: #FDD100;
}
.form-biblioteca input[type=text]::-moz-selection {
  background: #004a95; /* Gecko Browsers */
  color: #FDD100;
}

.blue h1.titolo-sezione { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #002850; }
.blue.evidenza-box h1.titolo-sezione { margin-top: 10px !important; }

.struttura { width: 100%; padding: 15px; display: none; }
.yellow { margin-top: 0px; }
.home .corpo-col { margin-top: 0px; }

#openweathermap-widget .weather-left-card { width: 100%; }
#openweathermap-widget .weather-left-card__row1 { width: 60%; }

.search-language-mobile { display: block; position: relative; padding: 12px 15px; margin: 0 auto;top: 0px; height: 50px; background-color: #003264; border-bottom: 2px solid #002850 !important; border: none; width: 100%; }
.search-language-mobile .language { width: 50%; }
.search-language-mobile .language a { text-align: center; display: block; float: none; }
.search-language-mobile .language svg { height: 24px; }
.search-language-mobile .search-box { width: 50%; }
.search-language-mobile .search-box #trigger-mobile { text-align: center; font-size: 1.2em; }

.navbar-collapse .pattern { display: block; }

.form-biblioteca h1.titolo-sezione { padding-bottom: 60px !important; }

.testo.pagina p { font-size: 1.2em; }

table.dettaglio-corsi { margin-bottom: 30px !important; border: 0px; }

.arrow-scroll { bottom: 60px; right: 15px; }

.cerca input, .cerca select, .cerca textarea { margin-bottom: 0px; border-radius: 0px !important; width: 100%; }
.cerca input[type="submit"] { margin-left: 0px; border-radius: 0px !important; }
.cerca input[type="submit"]:hover { margin-bottom: 0px; }

.loading .flex-viewport { max-height: 100% !important; }
#header-slider-wrapper .slides {  /* top: 65px; */ top: 0px;
    position: relative; }

.list.row.avvisi { margin-top: 30px; }
.avvisi .pagination > li { margin-right: -4px !important; margin-bottom: 0px !important; }
.pnews .pagination > li { margin-right: -4px !important; margin-bottom: 0px !important; }

.main-box.persone-dettaglio h1 { width: 100%; }
.persone-dettaglio.col-md-12 { padding-right: 0px !important; }

.persone-all .search-form-persone-all { padding-right: 0px; width: calc(100% - 30px); }
.persone-all .template-persone.list > .list-item { max-width: 48% !important; }

.documents .main-box h1 { max-width: 100% !important; }

/* TABS */

.nav-pills > li { width: 100%; border-top: 2px solid #ddd !important; border-bottom: 0px !important; border-left: 0px !important; border-right: 0px !important; }
.nav-pills > li.active > a { color: #fd8400 !important; } 
.nav-pills > li.active { border-top: 2px solid #ddd !important; border-bottom: 0px !important; border-left: 2px solid #ddd !important; border-right: 2px solid #ddd !important; }
.nav-pills > li:last-child { border-bottom: 2px solid #ddd !important; }

.immagine-persone-dettaglio img { width: 100%; }

.dropdown-dipartimenti { display: inline-block; float: left; width: 50%; margin-left: 0px; margin-top: 30px; }
.dropdown-dipartimenti .dropbtn { width: calc(100% - 7px); background-color: #004a95; height: 46px; padding: 10px; }
.dropdown-dipartimenti .dropbtn:hover { background-color: #FDD100; color: #004a95; }
.dropdown-dipartimenti .dropdown-content { width: calc(50% - 22px); background-color: #eee; max-height: 300px; overflow-y: scroll; }
.dropdown-dipartimenti .dropdown-content a { border-bottom: 2px solid #ddd; }

.dropdown-qualifiche { display: inline-block; float: left; width: 50%; margin-top: 30px; }
.dropdown-qualifiche .dropbtn { width: calc(100% - 7px); background-color: #004a95; height: 46px; padding: 10px; margin-left: 7px; }
.dropdown-qualifiche .dropbtn:hover { background-color: #FDD100; color: #004a95; }
.dropdown-qualifiche .dropdown-content { width: calc(50% - 22px); background-color: #eee; max-height: 300px; overflow-y: scroll; margin-left: 7px; }
.dropdown-qualifiche .dropdown-content a { border-bottom: 2px solid #ddd; }

.persone-all .search-form-persone-all input[type=text] { width: 100%; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-top: 2px solid #ddd !important; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item:first-child { border-top: 1px solid #ddd !important; }

/* HOME SLIDER GRID */

.home-slider-grid { height: 100%; width: 100%; background: #003264; position: relative; display: flex; flex-direction: column; }
.home-slider-item { flex: 1; flex-grow: 1; flex-shrink: 1; flex-basis: auto; display: inline-block; overflow: hidden; position: relative; float: left; background-color: #004a95; border: 0px solid #fff; -webkit-box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); -moz-box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); box-shadow: inset 0px 0px 29px -6px rgba(0,40,80,1); }
.home-slider-item:hover a { color: #004a95; } 
.home-slider-item:hover { background: #fdd100 !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } 
/* Sizes */
.home-slider-item.height-1 { height: 100px; }
.home-slider-item.height-2 { height: 100px; }
.home-slider-item.width-1 { width: 100%; }
.home-slider-item.width-2 { width: 100%; }
/* Positions (X) */
.home-slider-item.pos-x-0 { left: 0%; }
.home-slider-item.pos-x-1 { left: 0%; }
.home-slider-item.pos-x-2 { left: 0%; }
.home-slider-item.pos-x-3 { left: 0%; }
.home-slider-item.pos-x-4 { left: 0%; }
/* Positions (Y) */
.home-slider-item.pos-y-0 { top: 0%; }
.home-slider-item.pos-y-1 { top: 0%; }
.home-slider-item.pos-y-2 { top: 0%; }
/* Typography */
.home-slider-item a { color: #fff; z-index: 100; }
.home-slider-item:hover p { color: #004a95 !important; }
.home-slider-item .title-1 { font-size: 20px !important; position: absolute; z-index: 100; line-height: 1.2em; color: #fff; padding: 15px 15px 15px 20px; text-transform: uppercase; font-family: 'chronicle', Georgia, 'Times New Roman', serif; }
.home-slider-item .title-2 { font-size: 20px !important; position: absolute; z-index: 100; line-height: 1.2em; color: #fff; padding: 15px 15px 15px 20px; text-transform: uppercase; font-family: 'newsgothic', Helvetica, Arial, sans-serif; }
.home-slider-item .title-3 { font-size: 20px !important; position: absolute; z-index: 100; line-height: 1.2em; color: #fff; padding: 15px 15px 15px 20px; font-family: 'newsgothic', Helvetica, Arial, sans-serif; }
/* Hierarchy */
.home-slider-item.height-2.width-2 { background-color: #0069d4; }
.home-slider-item.height-1.width-2, .home-slider-item.height-2.width-1 { background-color: #0069d4; }
.home-slider-item.height-1.width-1 { background-color: #004a95; }
/* Images 
#item-1 { background-image: url(../../media/formato4/img3024.png); }
#item-3 { background-image: url(../../media/formato4/img3139.jpg); }
#item-4 { background-image: url(../../media/formato4/img3138.jpg); }*/
#item-3 img { width: 100%; }

.home-slider-item img { position: absolute; top: 0px; z-index: 0; width: 100% !important; top: 50% !important; }
.home-slider-item:hover img { display: none; }

#header-slider-wrapper .slide-item-fade {  }

.home-img .slide-item-fade { margin-top: 20px; }

.corpo-testo.pagina .col-md-9 {
      float: left;
      max-width: 100%;
    }

    .indirizzo-corso {     text-transform: none;
    font-size: 6vw;
    display: block;
    line-height: 1.15em;
    padding-left: 20%;
    padding-top: 20px;  }

.home-img.homepage-struttura .slide-item-fade { margin-top: 0px !important; }

.web-tv .video-item { width: 100%; float: left; display: inline-block; padding: 0px; margin: 0px 15px; }

a.covid-link{margin-top: -50px;}

 }
    /* Extra Small Devices, Phones */ 
 /*   @media only screen and (max-width : 767px) {
.evidenza-home h3 {font-size: 3em;}
a.tutte-news { width: 100%; text-align: center; }
.search-language { padding-top: 15px; padding-right: 15px; padding-bottom: 15px; float: right; width: 30px;  }
.sm-title { font-size: 1em;  }
.sm-logo { max-width: 35px;  }
.nav1 .lev1 { width: 100%; margin: 0 auto;  }
    }*/