/* 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: 20px; 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 ul li a:hover > .img img {transform: scale(1.1); }
.menu-articoli.vista2 ul li a:hover .img >.rollover { visibility: visible; opacity: 1; transition-delay: 0s; }
.menu-articoli.vista2 ul li a .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 ul li a>.img >.rollover .newsboxBtn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.menu-articoli.vista2 ul li a>.img >.rollover .newsboxBtn span { display: inline; text-align: center; padding: 14px 16px; font-size: 20px; }

.menu-articoli.vista2 ul li a .img >.rollover .newsboxBtn i{ display:none; }
.menu-articoli.vista2 ul li a .img:after, .menu-articoli.vista2 ul li a .img:before { content: ''; background-color: #fff; position: absolute; z-index: 1; top: 50%; left: 50%; opacity: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) translateZ(0)}
.menu-articoli.vista2 ul li a .img:before { width: 30px; height: 1px; left: 100% }
.menu-articoli.vista2 ul li a .img:after { height: 30px; width: 1px; top: 0 }
.menu-articoli.vista2 ul li a .img:hover:after, .menu-articoli.vista2 ul li a .img:hover:before { opacity: 1; top: 50%; left: 50% }
.menu-articoli.vista2 ul li a .img:after, .menu-articoli.vista2 ul li a .img:before { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .4s ease; transition: all .4s ease }

