/* CSS Document */
/* vista 2 */
.menu-articoli.vista2 ul li { margin-bottom: 40px; /*height: 210px;*/ }
.menu-articoli.vista2 ul li a { border: 0px dotted #D3D3D4; overflow: hidden; padding: 0px; }
.menu-articoli.vista2 ul li a:hover > h4, .menu-articoli.vista2 ul li.active a > h4 { color: #cccccc; }
.menu-articoli.vista2 h4 { font-size:20x; font-weight: 500; margin: 10px 10px }
.menu-articoli.vista2 h5 { font-size: 16px; font-weight: 300; margin: 5px 10px }
.menu-articoli.vista2 .data { position: absolute; z-index: 9; padding: 0; }
.menu-articoli.vista2 .data .gg { display: block; background-color: #CDCDCD; width: 25px; height: 20px; line-height: 20px; font-size: 14px; text-align: center; }
.menu-articoli.vista2 .data .mm { display: block; background-color: #cccccc; color: #fff; width: 25px; font-size: 10px; text-align: center; text-transform: capitalize; }
.menu-articoli.vista2 .data .aaaa { display: none; }
/*.menu-articoli.vista2 .img { positio: relative; width: 100%; min-height: 150px; display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; }*/
.menu-articoli.vista2 .img { position: relative; display: inline-block; width: 100%; max-width: 100% !important; float: left; aspect-ratio:4/3; margin-bottom: 20px; overflow: hidden; }
/*.menu-articoli.vista2 .img img { width: 100%; position: absolute; left: 50%; top: 50%; transform: scale(1, 1) translate(-50%, -50%); -webkit-transition: all .1s linear; -moz-transition: all .1s linear; transition: all .1s linear }*/
.menu-articoli.vista2 .img img { object-fit: cover; object-position: center; width: 100%; height: 100%; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear }
/*.menu-articoli.vista2 .img img { position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; min-width: 100%; min-height: 100%; }*/
/*rollover*/ 
 



.menu-articoli.vista2 .img >.rollover { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; padding: 15px 15px; background-color: rgba(70,74,76,0.4); color: #fff; text-align: center; visibility: hidden; opacity: 0; transition: visibility 0s linear 0.3s, opacity 0.3s linear; }
.menu-articoli.vista2 .img >.rollover .newsboxBtn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.menu-articoli.vista2 .img >.rollover .newsboxBtn span { display: inline; text-align: center; padding: 5px 5px; }

.menu-articoli.vista2 a .img >.rollover .newsboxBtn  i{  }
 

.menu-articoli.vista2 a:hover .img .rollover{visibility:visible;opacity:1;transition-delay:0s}
.menu-articoli.vista2  .img .rollover{position: absolute;
    top: 60%;
    left: 70%;
    /* transform: translate(-50%,-50%); */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px 10px;
    background-color: rgba(115,50,15,.8);
    color: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s linear;}
.menu-articoli.vista2 .img  .rollover .newsboxBtn{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}
.menu-articoli.vista2  .img .rollover .newsboxBtn span{display:inline;text-align:center;padding:5px 5px}

