/*! normalize.css v2.1.0 | MIT License | git.io/normalize */img, legend {
    border: 0;
}
ol, p, ul {
    margin-top: 0;
}
.container, .map, sub, sup {
    position: relative;
}
.avatar-link, .filters a, a {
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body, figure {
    margin: 0;
}
a:focus {
    outline: dotted thin;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    margin: .67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
}
legend {
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=search] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container {
    max-width: 960px;
    min-width: 960px;
    box-sizing: border-box;
    width: 80%}
.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-left: 2%}
.column:first-child, .columns:first-child {
    margin-left: 0;
}
.one.column, .one.columns {
    width: 4.66666666667%}
.two.columns {
    width: 13.3333333333%}
.three.columns {
    width: 22%}
.four.columns {
    width: 30.6666666667%}
.five.columns {
    width: 39.3333333333%}
.six.columns {
    width: 48%}
.seven.columns {
    width: 56.6666666667%}
.eight.columns {
    width: 65.3333333333%}
.nine.columns {
    width: 74%}
.ten.columns {
    width: 82.6666666667%}
.eleven.columns {
    width: 91.3333333333%}
.twelve.columns {
    width: 100%;
    margin-left: 0;
}
.one-third.column {
    width: 30.6666666667%}
.two-thirds.column {
    width: 65.3333333333%}
.one-half.column {
    width: 48%}
.offset-by-one.column, .offset-by-one.columns {
    margin-left: 8.66666666667%}
.offset-by-two.column, .offset-by-two.columns {
    margin-left: 17.3333333333%}
.offset-by-three.column, .offset-by-three.columns {
    margin-left: 26%}
.offset-by-four.column, .offset-by-four.columns {
    margin-left: 34.6666666667%}
.offset-by-five.column, .offset-by-five.columns {
    margin-left: 43.3333333333%}
.offset-by-six.column, .offset-by-six.columns {
    margin-left: 52%}
.offset-by-seven.column, .offset-by-seven.columns {
    margin-left: 60.6666666667%}
.offset-by-eight.column, .offset-by-eight.columns {
    margin-left: 69.3333333333%}
.offset-by-nine.column, .offset-by-nine.columns {
    margin-left: 78%}
.offset-by-ten.column, .offset-by-ten.columns {
    margin-left: 86.6666666667%}
.offset-by-eleven.column, .offset-by-eleven.columns {
    margin-left: 95.3333333333%}
.offset-by-one-third.column, .offset-by-one-third.columns {
    margin-left: 34.6666666667%}
.offset-by-two-thirds.column, .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%}
.offset-by-one-half.column, .offset-by-one-half.columns {
    margin-left: 52%}
html {
    font-size: 62.5%}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}
h1, h2 {
    letter-spacing: -.1rem;
}
.button:focus, .button:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
    color: #333;
    border-color: #888;
    outline: 0;
}
.button.button-primary, button.button-primary, input[type=button].button-primary, input[type=reset].button-primary, input[type=submit].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}
.button.button-primary:focus, .button.button-primary:hover, button.button-primary:focus, button.button-primary:hover, input[type=button].button-primary:focus, input[type=button].button-primary:hover, input[type=reset].button-primary:focus, input[type=reset].button-primary:hover, input[type=submit].button-primary:focus, input[type=submit].button-primary:hover {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB;
}
input[type=email], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], input[type=search], select, textarea {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    box-shadow: none;
    box-sizing: border-box;
}
input[type=email], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], input[type=search], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.avatar, .menu-item a {
    vertical-align: middle;
}
input[type=email]:focus, input[type=number]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, select:focus, textarea:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}
label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}
fieldset {
    padding: 0;
    border-width: 0;
}
input[type=checkbox], input[type=radio] {
    display: inline;
}
label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: 400;
}
h3, h5, h6 {
    font-weight: 400;
}
ul {
    list-style: circle inside;
}
ol {
    list-style: decimal inside;
}
ol, ul {
    padding-left: 0;
}
ol ol, ol ul, ul ol, ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%}
.button, button, li {
    margin-bottom: 1rem;
}
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}
td, th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}
.avatar, .gallery .gallery-caption, .gallery .gallery-icon {
    text-align: center;
}
td:first-child, th:first-child {
    padding-left: 0;
}
td:last-child, th:last-child {
    padding-right: 0;
}
fieldset, input, select, textarea {
    margin-bottom: 1.5rem;
}
blockquote, dl, figure, form, ol, p, pre, table, ul {
    margin-bottom: 2.5rem;
}
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}
.u-pull-right {
    float: right;
}
.u-pull-left {
    float: left;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}
.container:after, .row:after, .u-cf {
    content: "";
    display: table;
    clear: both;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */h1 {
    font-size: 3.3rem;
    line-height: 1.2;
}
h2 {
    font-size: 2.3rem;
    line-height: 1.25;
}
h3, h4 {
    font-size: 1.7rem;
}
h3 {
    line-height: 1.3;
    letter-spacing: .05rem;
}
h4 {
    line-height: 1.35;
    letter-spacing: -.08rem;
}
h5 {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}
body, h6 {
    font-size: 1.3rem;
    line-height: 1.5;
}
h6 {
    letter-spacing: 0;
}
.disclaimer {
    color: red;
}
h1.section-title {
    display: none;
}
body {
    font-weight: 400;
    font-family: 'Roboto', 'Source Sans Pro', sans-serif;
    color: #222;
    background-color: #f2f2f2;
}
.container {
    background-color: #fff;
    box-shadow: 0 0 14px 0 #878787;
    box-shadow: 0 0 14px 0 rgba(97, 97, 97, .4);
    padding: 0 .975rem;
    margin: .975rem auto;
}
.clearfix, .grid {
    margin: 0;
    padding: 0;
}
a {
    color: #0071BC;
}
a:focus, a:hover {
//    background-color: #0071BC;
//    color: #d6eeff;
    color: #0071BC;
}
a:active {
    //background-color: #0062a3;
    //color: #fff;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
svg {
    display: block;
}
.picture-placeholder {
    background: url(../images/ivl_people_edited.jpg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 192px;
    display: block;
}
.right {
    float: right;
}
.all-caps {
    text-transform: uppercase;
}
.grid:after, .grid:before {
    content: " ";
    display: table;
}
.grid:after {
    clear: both;
}
.grid .grid-item {
    width: 134px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 10px 14px;
}
.grid .grid-item:nth-of-type(3n+1) {
    margin-left: 0;
}
.grid .grid-image, .grid img {
    width: 134px;
    height: 100px;
    display: block;
}
.home-grid {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCC;
}
.home-grid:after, .home-grid:before {
    content: " ";
    display: table;
}
.home-grid:after {
    clear: both;
}
.home-grid .grid-item {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 10px 14px;
}
.home-grid .grid-item:nth-of-type(3n+1) {
    margin-left: 20px;
}
.home-grid .grid-image {
    overflow: hidden;
}
.home-grid .grid-image, .home-grid img {
    width: 144px;
    height: 100px;
    display: block;
}
.home-grid a {
    color: inherit;
}
.home-grid a:active, .home-grid a:focus, .home-grid a:hover {
    color: #222;
    background-color: transparent;
}
.home-grid h3 {
    margin-bottom: 1rem;
}
.home-grid .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-grid .grid-item {
    width: 144px;
    margin-left: 50px;
}
.home-grid .grid-item:hover a {
    color: #0071BC;
}
.home-grid .grid-item:active a {
    background-color: #0062a3;
    color: #fff;
}
.header {
    margin-bottom: 1.0rem;
}
.header .logo {
    background: url(../images/ivl-logo.svg) no-repeat;
    background-size: auto 200%;
    padding-left: 150px;
    color: #222;
}

.header .logo:hover {
    background-color: transparent;
    opacity: .6;
}
.header .titles {
//    padding: 1em .975rem;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
//    margin: 0 -.975rem!important;
height: 100px;
    
}
.header .tagline {
    font-size: 1.4rem;
    display: block;
    padding-left: 150px;
    letter-spacing: .1em;
}
#footer {
    font-size: 9pt;
border-top: 1px solid #ccc;
height: 50px;
}
.logos {
    background: url(../images/logos_sprite.png) no-repeat;
    width: 42px;
    height: 42px;
    background-size: 142px 42px;
    display: block;
margin-right:30px;
margin-bottom:3px;
}
.logos:hover {
    opacity: .8;
    background-color: transparent;
}
.logos.ivl {
    width: 54px;
}
.logos.disco {
    background-position: -60px bottom;
    position: absolute;
    right: 40px;
    bottom:0;
}
.logos.unimib {
    background-position: right bottom;
    position: absolute;
    right: -10px;
    bottom:0;
}
.navigation {
    padding: .25em 0 0;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu-item {
    float: left;
    display: block;
    margin-bottom: 0;
}
.menu-item a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .85em 10px;
    color: #222;
    line-height: 38px;
}
.menu-item a:hover {
    background-color: transparent;
    color: #0071BC;
}
.menu-item a:active, .menu-item a:focus {
    background-color: transparent;
}


.breadcrumbs, .menu-item.current-menu-item a {
    background-color: transparent;
    font-weight:bold;
}
.breadcrumbs {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 2px .975rem;
    visibility: hidden;
}
.breadcrumbs .crumbs {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.breadcrumbs .crumbs li {
    float: left;
    margin-bottom: 0;
    margin-right: 6px;
}
.breadcrumbs .crumbs li:first-of-type:before {
    display: none;
}
.breadcrumbs .crumbs li:before {
    content: '>';
    display: inline-block;
    margin-right: 6px;
}
.box:after, .box:before, .simple-box:after, .simple-box:before {
    content: " ";
    display: table;
}
.page img {
    max-width: 100%;
    height: auto;
}
.box .image, .simple-box .image {
    max-width: 400px;
    float: left;
}
.page .wp-caption-text {
    color: #4d4d4d;
}
.widget {
    margin-bottom: 1rem;
}
.widget .widget-title {
    margin-bottom: .5rem;
}
.search-form .search-field, .search-form form {
    margin-bottom: 0;
margin-top:1px;
    height: 28px;
width:150px;
}
.search-form .search-field {
    background: url(../images/search_icon.png) 98% 50% no-repeat;
    background-size: 16px 16px;
    padding-right: 20px;
}
.search-results .search-form {
 //   margin: -3px -5px;
 //   padding: 5px;
}
.search-results p {
    margin-bottom: 0;
}
.search-results em {
    display: inline-block;
    margin-bottom: 1rem;
}
.search-results h3 {
    margin-bottom: 0;
}
.search-results .post {
    margin-bottom: 1.95rem;
}
.map {
    background: url(../images/map.png) center center no-repeat #e8e0d8;
    width: 100%;
    height: 400px;
}
.map a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}
.box, .simple-box {
    -webkit-transition: background .2s ease;
    max-height: 23.4rem;
    overflow: hidden;
}
.map a:hover {
    opacity: .4;
}
.tagcloud a {
    font-size: 1.3rem!important;
    display: block;
}
.avatar, .avatar-link {
    display: inline-block;
}
.page.home .three {
    margin: -6px 1% 0 0;
    padding: 6px 1%;
    border-right: 1px solid #CCC;
}
.page.home h3 {
    margin-bottom: 2rem;
}
.news span {
    color: #666;
}
.news h3 {
    margin-bottom: .5rem;
}
.news .post-title {
    margin: 0;
    font-weight: 400;
}
.avatar, .single-people h4 {
    font-weight: 700;
}
.news p {
    margin: 0;
}
.news .post {
    margin-bottom: 2rem;
}
.avatar {
    width: 48px;
    height: 48px;
    background-color: #b3b3b3;
    line-height: 48px;
}
.avatar.rounded {
    border-radius: 50%;
    overflow: hidden;
}
.avatar-name {
    padding: .975rem;
}
.avatar+.avatar-name {
    padding: 0 .975rem 0 0;
}
.avatar-link {
    color: #222;
    background-color: transparent;
    margin-right: .975rem;
}
.avatar-link.rounded {
    border-radius: 48px;
    overflow: hidden;
}
.avatar-link:hover {
 //   background-color: rgb(24,24,132)!important;
    color: rgb(24,24,132)!important;
}
.profile .fn {
    margin-bottom: 2px;
}
.profile .fn span {
    font-size: 1.9rem;
    margin-left: 1.95rem;
}
.profile .address {
    margin-top: 0.6rem;
}
.profile img {
    width: 134px;
    height: 134px!important;
}
.box a, .simple-box a {
    z-index: 1000;
//    font-size: 0;
    height: 100%;
    width: 100%;
    text-indent: 200%;
    white-space: nowrap;
    top: 0;
    left: 0;
}
.profile .profile-intro {
    //background-color: #e6e6e6;
    margin: -4px -4px 1.95rem;
    padding: 4px;
    //border: 1px solid #CCC;
}
.profile .profile-intro img {
    float: left;
    margin-right: .975rem;
    border: 1px solid #CCC;

}
.profile .profile-intro>.inner {
    display: block;
    margin-left: 14.375rem;
}
.profile .bio {
    margin-bottom: 1.95rem;
}
.box {
    background: rgba(203, 200, 200, .2);
    position: relative;
    transition: background .2s ease;
    margin: 0 0 1.95rem;
    padding: 0;
}
.box:after {
    clear: both;
}
.box.sticky, .box:hover {
    background: rgba(230, 128, 38, .6);
}
.box.sticky:last-of-type {
    margin-bottom: 3.9rem;
}
.box a {
    opacity: 0;
    position: absolute;
}
.box p {
    margin-top: .975rem;
}
.box.available {
    background: #ecdb18;
}
.box.available:hover {
    background: #f4ea76;
}
.box.not-available {
    opacity: .8;
}
.box .excerpt {
    margin-left: 401.95px;
    margin-right: 141.95rem;
    padding: 1.95rem 0;
}
.box .inner {
    padding: 1.95rem;
}
.box.more-top-margin {
    margin-top: 1.95rem;
}
.simple-box {
    background: #E6E6E6;
    position: relative;
//    transition: background .2s ease;
    margin: 1.95rem 0;
    padding: 4px;
    border: 1px solid #CCC;
}
.simple-box:after {
    clear: both;
}
.simple-box.sticky, .simple-box:hover {
//    background: rgba(230, 128, 38, .6);
}
.simple-box.sticky:last-of-type {
    margin-bottom: 3.9rem;
}
.simple-box a {
color = #F00;
//    opacity: 0;
//    position: absolute;
}
.simple-box p {
    margin-top: .975rem;
}
.simple-box.available {
    background: #ecdb18;
}
.simple-box.available:hover {
    background: #f4ea76;
}
.simple-box.not-available {
    opacity: .8;
}
.simple-box .excerpt {
    margin-left: 401.95px;
    margin-right: 141.95rem;
    padding: 1.95rem 0;
}
.simple-box .inner {
    padding: 1.95rem;
}
.simple-box.more-top-margin {
    margin-top: 1.95rem;
}
.simple-box:hover {
//    background: inherit;
}
.gallery {
   
    margin-bottom: 1.95rem;
    display: table;
//    width: 100%
}

.gallery .gallery-item {
    position: relative;
    display: block;
}
@media only screen and (min-width:30em) {
    .gallery .gallery-item {
//    min-height: 220px;
//    max-height: 220px;
    display: inline-block;
    margin: .2875rem;
    padding: .4875rem;
    border: 1px solid #ccc;
    vertical-align: top;
}
}@media only screen and (min-width:37.5em) {
    .gallery .gallery-item {
    //margin: .975rem;
}

}.gallery .gallery-caption {
    position: relative;
    width: 100%;
//    bottom: .975rem;
    left: -0px;
    background-color: rgba(255, 255, 255, .6);
    z-index: 2;
    border-top: 1px solid  #CCC;

}
.date::before, a.pdf::before, a.www::before, a.doi::before, a.bib::before{
    content: '';
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}
.category-badge {
    padding: 1.95rem 3.9rem;
    border-radius: 1.95rem;
    background: #fff;
    background: rgba(255, 255, 255, .4);
}
a.pdf::before {
    display: inline-block;
    background: url(../images/pdf.png) no-repeat;
background-size:70% 70%;
margin-bottom:-6px;
margin-right:-6px;
}
a.www::before {
    display: inline-block;
    background: url(../images/web.png) no-repeat;
background-size:70% 70%;
margin-bottom:-6px;
margin-right:-6px;
}
a.doi::before {
    display: inline-block;
    background: url(../images/doi.png) no-repeat;
background-size:70% 70%;
margin-bottom:-6px;
margin-right:-6px;
}
a.bib::before {
    display: inline-block;
    background: url(../images/bib.png) no-repeat;
background-size:70% 70%;
margin-bottom:-6px;
margin-right:-6px;
}
.date {
    margin-left: 32px;
}
.date span {
    color: #0071BC;
    display: block;
}
.date::before {
    display: inline-block;
    padding-right: 8px;
    margin-left: -32px;
    background: url(../images/calendar.png) no-repeat;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.publication-filters {
margin-left: -2%;
padding-left: 6px;
}
.publication-filters h3 {
    margin-bottom: 0;
}
.publication-filters h3~p {
    margin-bottom: 1.6rem!important;
}
.publication-filters p {
    margin-bottom: .5rem!important;
    color:#808080;
}
.publication-filters span {
    display: inline-block;
    position: relative;
}
.publication-filters input[type=submit] {
    //width: 140px;
    width:100%;
}
.publication-filters input[type=submit]:hover {
     color: #0071BC;
     border-color: #0071BC;
}
.publication-filters input[type=checkbox] {
    display: inline-block;
    position: absolute;
    opacity: .0;
    margin: 0;
}
.publication-filters input[type=checkbox]~label {
    display: inline-block;
    padding: 4px 4px 0px 4px;
    cursor: pointer;
    font-weight: 400;
    border-left: 1px solid #CCC;
}
.publication-filters input[type=checkbox]:checked~label {
    background: rgba(0, 113, 188, .8);
 color: #eff9ff;
border-color: #0071BC;
}
.publication-filters input[type=checkbox]~label:hover {
 color: #0071BC;
border-color: #0071BC;
}
.publication-filters input[type=checkbox]:checked~label:hover {
 color: #eff9ff;
}

.filters span {
    color: grey;
    font-size: 1.3rem;
    display: block;
    font-weight: 400;
}
.filters a {
    padding: 3px;
    margin-bottom: 4px;
    background-color: transparent;
    color: #333;
    display: block;
    border-left: 1px solid #CCC;
}
.filters a:hover {
    background-color: trasparent;
    border-left: 1px solid #0071BC;
    color: #0071BC;
}
.filters a.selected {
    background-color: rgba(0, 113, 188, .8);
    color: #eff9ff;
    border-left: 1px solid #0071BC;
}
.post-title {
    margin-bottom: .975rem;
}
.projects {
    margin: 0;
    padding: 0;
}
.projects:after, .projects:before {
    content: " ";
    display: table;
}
.projects:after {
    clear: both;
}
.projects .project {
    position: relative;
    margin-bottom: .975rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 108px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.projects .project .image {
    width: 134px;
    height: 100px;
    float: left;
    margin-right: .975rem;
    padding: 0px 0px 4px 0px;
}
.projects .project h2 {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.projects .project a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.projects .project p {
    margin-bottom: 0;
}
.projects .project:hover {
    background-color: transparent;
}
.projects .project:active {
//    background-color: #0071BC;
//    color: #fff;
}
.projects .project:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.publications p {
    margin-bottom: 1rem;
}
.publications .sidebar-box {
    background-color: #E6E6E6;
    border: 1px solid #CCC;
    margin: -6px -6px 2rem;
    padding: 6px;
}
.publications .sidebar-box h3 {
    margin-bottom: 0;
}
.publications .publication-group {
    margin-top: 3rem;
}
.publications .publication-group:first-of-type {
    margin-top: 0;
}
.publications .publication {
    margin-bottom: 1rem;
    border-bottom: 1px solid #CCC;
}
.publications .publication .publication-counter {
    color: #666;
    display: block;
    float: left;
    margin-right: 1rem;
    text-align: right;
    width: 2.5rem;
}
.publications .publication .has-pdf {
    background: url(../images/pdf.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: .5rem;
}
.publications .publication .has-www {
    background: url(../images/web.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: .5rem;
}
.publications .publication:hover {
    //background: rgba(203, 200, 200, .2);
}
.publications .publication p {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 3.5rem;
}
.publications .publication code {
    white-space: normal;
    border: 0;
}
.publications .publication a {
    color: #0071BC;
    z-index: 0;
    text-indent: 0;
    white-space: nowrap;
    font-size: inherit;
    opacity: 1;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
}
.publications .publication a:active, .publications .publication a:focus, .publications .publication a:hover {
    color: #0071BC;
    background-color: transparent;
}
.publications .publication .bibtex-code {
    font-size: 14px;
    margin: 0 -1.95rem;
    padding: 0 1.95rem;
    display: none;
    max-width: 100%}
.publications .publication.opened {
    max-height: inherit!important;
    background: rgba(203, 200, 200, .2);
}
.publications .publication.opened .bibtex-code {
    display: block;
}
.publications .publication .links a {
    margin-top: 4px;
    margin-right: 8px;
    display: inline-block;
}
.stage {
    border: 2px solid #e6e6e6;
    margin-bottom: .975rem;
    position: relative;
}
.stage.bachelor-stage {
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
}
.stage.master-thesis {
    background-color: #b3b3b3;
    border: 2px solid #b3b3b3;
}
.stage.phd-thesis {
    background-color: #666;
    border: 2px solid #666;
    color: #fff;
}
.stage .attach-bottom {
    position: absolute;
    bottom: 0;
}
.stage .attach-bottom strong {
    display: block;
    margin-bottom: .5rem;
}
.stage .attach-bottom .avatar-name {
    padding: 0;
    display: block;
}
.people p, .stage p {
    margin-bottom: 0;
}
.people .person {
    position: relative;
    padding: .65rem;
    margin-bottom: .975rem;
}
.people .person .details {
    display: inline-block;
}
.people .person h3 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.people .person img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: .65rem;
    border: 1px solid #CCC;

}
.people .person a, .teaching .five a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.people .person a {
    position: absolute;
}
.people .person:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.people .person.associated-professor, .people .person.full-professor, .people .person.researcher,.people .person.external-collaborator, .people .person.phd-student, .people .person.post-doc {
    background-color: transparent;
    border: 0px solid #CCC;
}

.people .person:hover {
//    color: #0071BC;
}
.people .person:active {
    color: #0071BC;
}
.teaching .page ul {
    margin-top: 1rem;
}
.teaching .five {
//    background: rgba(203, 200, 200, .2);
    position: relative;
//    -webkit-transition: background .2s ease;
//    transition: background .2s ease;
    margin: -.975rem 0 1.95rem;
    max-height: 23.4rem;
    overflow: hidden;
    padding: .975rem;
    border-left: 1px solid #CCC;
}
.fluidbox-overlay, .fluidbox-wrap {
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.teaching .five:after, .teaching .five:before {
    content: " ";
    display: table;
}
.teaching .five:after {
    clear: both;
}
.teaching .five.sticky, .teaching .five:hover {
//    background: rgba(230, 128, 38, .6);
}
.teaching .five.sticky:last-of-type {
    margin-bottom: 3.9rem;
}
.teaching .five a {
    position: absolute;
}
.teaching .five p {
    margin-top: .975rem;
}
.teaching .five.available {
    background: #ecdb18;
}
.teaching .five.available:hover {
    background: #f4ea76;
}
.fluidbox-ghost, .fluidbox-wrap {
    background-size: cover;
    background-position: center center;
}
.teaching .five.not-available {
    opacity: .8;
}
.teaching .five .excerpt {
    margin-left: 401.95px;
    margin-right: 141.95rem;
    padding: 1.95rem 0;
}
.teaching .five .inner {
    padding: 1.95rem;
}
.teaching .five .image {
    float: left;
    max-width: 400px;
}
.teaching .five.more-top-margin {
    margin-top: 1.95rem;
}
.fluidbox {
    outline: 0;
}
.hidden {
    display: none;
}
.fluidbox-overlay {
    background-color: rgba(255, 255, 255, .85);
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .25s ease-in-out;
}
.fluidbox-wrap {
    margin: 0 auto;
    position: relative;
    transition: all .25s ease-in-out;
}
.fluidbox-ghost {
    position: absolute;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.fluidbox-closed .fluidbox-ghost {
    -webkit-transition-property: top, left, opacity, -webkit-transform;
    -moz-transition-property: top, left, opacity, -moz-transform;
    -o-transition-property: top, left, opacity, -o-transform;
    transition-property: top, left, opacity, transform;
    -moz-transition-delay: 0, 0, .25s, 0;
    -o-transition-delay: 0, 0, .25s, 0;
    -webkit-transition-delay: 0, 0, .25s, 0;
    transition-delay: 0, 0, .25s, 0;
}
.fluidbox-closed .fluidbox-wrap img {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lower {
margin-top: 2px;
}

.post-title a {
  color: #0071BC;
}

.post-title a:hover {
  color: #0071BC;
  background-color: transparent;
}


.page.home .no-right-border {
border-right: 0px solid #CCC;
background: transparent;
}

.page.home .eight.columns {
width: 60.7%;
margin-left: 0%;
}

.shift {
margin-left: 1%!important;
}

.projects .project h3{
margin-bottom: 0px!important;
color: #0071BC;
}

.projects .project:hover h3{
color: #0071BC;
}

.details h3{
color: #0071BC;
}

.bottom-border {
border-bottom: 1px solid #CCC;
}

.left-border {
border-left: 1px solid #CCC;
padding-left: 1%;
}

.page.profile .shrink {
width:98%!important;
}

.smaller{
  font-size: 2.3rem;
}

.shrink{
padding-right: 2em;
}

.zeno_font_resizer_container {
position:absolute;
right:0px;
top: 4px;
letter-spacing:0.2em;
border-bottom: 1px solid #CCC;
height:1.6em;
background: transparent;
opacity:1;
padding:2px;
}

.shift2 {
margin-left:3%!important;
}


.gallery-columns-4 .gallery-item {
    width: 22%;
}

.gallery-columns-3 .gallery-item {
    width: 30%;
}

.gallery-columns-2 .gallery-item {
    width: 45%;
}

.gallery {
    margin: auto !important;
}

.gallery-size-large .gallery-item {
    width: 63%;


}

.gallery-columns-6 .gallery-item {
    width: 12%;
}

.gallery .gallery-caption {
}

.hft {
   -- background-color: rgb(245,245,245);
    padding: 4px;
    margin: 0px -0.975rem;

}

.hft_footer {
    background-color: rgb(245,245,245);
    padding: 4px;
padding-left:1.5%;
    margin: 0px -0.975rem;

}

.titles h1{
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
  //  color: #0071BC;
color: #0071BC;
    margin: 0px;
font-size:22pt;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight:400;
}

.header .logo2 {
    background:  url(../images/ivl.png) no-repeat center;
    background-size: auto 90px;
    height:90px;
    //fill: transparent;
    margin-top:5px;
   margin-left:0px;

}

.bottomleft {
position:absolute;
left:1%;
bottom:5px;
}

.header .banner {
background: url(../images/banner2.jpg) no-repeat center;
background-size: 100% 100px;
}


