.intro{
  position: relative;
  overflow: hidden;
  padding: 60px 0 20px 0;
  min-height: 200px;
}

.op5{
  opacity: .5;
}

.sf160 p{
  line-height: 160px;
  font-size: 40px;
}
.sf160{
  height: 160px;
  width: 160px;
  border-radius: 100%;
}

a{
  color: inherit;
}

.site a:hover{
  text-decoration: underline;
}

.second{
  opacity: .8;
  font-size: .8em;
}

.third{
  opacity: .5;
  font-size: .8em;
}

.folder-navigator{
  position: relative;
}

.background > .background-image{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 110%;
  width: calc( 100% + 40px );
  filter: blur(20px);
  opacity: .6;
}

.anchor{
  position: relative;
}

.sidebar{
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.title{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 4rem;
}

.intro .title{
  position: absolute;
  bottom: 0;
}

.subtitle{
  padding-top: 1.5rem;
  font-size: 3rem;
}

.subsubtitle{
  padding-top: 1.5rem;
  font-size: 1.5rem;
}

.sidebar-space{
  padding-left: 250px;
}

.hover-top{
  margin-top: -150px;
}

.after-hover-top{
  padding-top: 80px;
}

.sidebar .image-box{
  background-color: white;
}

.image-box{
  position: relative;
  width: 100%;
}

.image-box:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.fluent-list > .item, .fluent-list > a > .item {
  position: relative;
  padding: 15px 0;
}

.fluent-list .item:hover{
  cursor: pointer;
}

.fluent-list .item .pre{
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid rgb(0,0,0);
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.fluent-list .item:hover .pre{
  background-color: black;
  color: white;
}

.fluent-list .item .post{
  padding-left: 60px;
}

.fluent-list .text .prime{
  font-size: 1.3rem;
}

.small-faces{
  margin-top: 10px;
  font-size: 0;
}
.small-faces img{
  display: inline-block;
  margin-right: 2px;
  height: 40px;
  width: 40px;
}

.small-title{
  font-weight: bold;
  padding: 3.5rem 0 .5rem 0;
}

.list-stats{
  font-size: 0;
  max-width: 100%;
  overflow-x: auto;
  padding: 10px;
}

.list-comitati{
  display: flex;
  flex-direction: row;
}

.back-link{
  padding-bottom: 1rem;
}

.back-link > a > *{
  vertical-align: bottom;
}

.back-link > a > span{
  padding-left: 1rem;
}

.comitato{
  margin: 1rem;
  width: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.comitato .upper-part{
  height: 9rem;
  overflow: hidden;
  position: relative;
}

.comitato .upper-part img{
  width: 100%;
  opacity: .6;
}

.comitato .top-part{
  padding: 1rem;
  font-weight: bold;
  font-size: 2rem;
}

.comitato .bottom-part{
  padding: 0 1rem 1rem 1rem;
}

.comitato .bottom-part ul{
  margin: 0;
  padding: 0;
}

.comitato .bottom-part ul li a{
  display: block;
  padding: .2rem 0;
}

.block{
  display: inline-block;
  font-size: 1rem;
  width: 250px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  margin-right: 1rem;
  text-align: center;
  vertical-align: top;
  min-height: 250px;
}

.block .top-part{
  width: 200px;
  height: 200px;
  padding: 20px;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.block .big-text{
  font-size: 4rem;
}

.block .top-part img.full-image{
  width: 160px;
  height: 160px;
  border-radius: 100%;
}

.block .bottom-part{
  padding: 10px;
  min-height: 50px;
  overflow: hidden;
}

.fluent-card{
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
}

table{
  margin: 1rem 0;
  padding: 1rem;
  table-layout: fixed;
}

table thead{
  font-weight: bold;
}

table tr th{
  text-align: left;
  line-height: 1rem;
}

table tr td{
  padding-bottom: .2em;
}

table tr th:last-child,
table tr td:last-child{
  text-align: right;
  padding-right: 1rem;
}

table tr td.center{
  text-align: center;
}

table tr td.right{
  text-align: right;
}

table.expandTable tr.row{
  display: none;
}
table.expandTable tr.row.show{
  display: table-row;
}

table tr.group:hover{
  cursor: pointer;
}
table tr.group:hover td a{
  padding-left: .3rem;
}

table tr.group td{
  padding-top: .3rem;
  padding-bottom: .3rem;
  line-height: 44px;
}

tr.group td.wrap-all{
  font-size: 0;
}

tr.group td.wrap-all > *{
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

tr.group td.wrap-all .text{
  line-height: 1.2rem;
  max-width: calc(100% - 56px);
}

table tr.group td img, table tr.group td .sf{
  display: inline-block;
  margin-right: 12px;
  vertical-align: bottom;
}

table.show-more tr.group:nth-child(n+100){
  display: none
}
table.show-more.show-all tr.group{
  display: table-row;
}
table.show-more tr.show-all{
  display: none;
}
table.show-more tr.show-all:nth-child(n+100){
  display: table-row;
  cursor: pointer;
}
table.show-more tr.show-all:nth-child(n+100) td{
  padding: .5rem;
  border-top: 1px dashed rgba(0,0,0,.1);
}


.normalPaddTable tr td{
  padding: .5rem 0;
}

/* -- DATATABLES -- */
.dataTables_info, .dataTables_length{
  opacity: .8;
  font-size: .8rem;
  text-align: right;
}

.dataTables_filter input{
  padding: .5rem 1rem;
  border: 0;
  border-bottom: 1px solid;
  outline: none !important;
  font-family: inherit;
  font-size: inherit;
}


.dataTables_paginate{
}

.dataTables_paginate .paginate_button{
  display: inline-block;
  padding: .5rem;
  cursor: pointer;
}

.dataTables_paginate .paginate_button.disabled{
  opacity: .5;
}

.dataTables_paginate .paginate_button.current{
  text-decoration: none;
  padding: 5px;
  border: 1px solid;
}



@media all and (max-width: 940px) {
  .intro .title{
    display: none;
  }

  .title{
    font-size: 3rem;
  }

  .scroll-mobile{
    width: 800px;
  }

  .list-comitati{
    flex-direction: column;
  }

  .comitato{
    width: 100%;
    margin: 1rem 0;
  }

  table{
    font-size: .9rem;
  }

  tr.group td.wrap-all > *{
    font-size: .9rem;
  }

  td.second:nth-child(4), td.second:nth-child(5){
    opacity: 0;
    width: 0px;
  }
}
