/* CSS Document */
/* vista 2 */
.menu-articoli.vista2 ul li { margin-bottom: 40px; /*height: 210px;*/margin: 0 auto; }
.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 .caption { background-color: rgba(59,85,164,.9); color: #fff; padding: 10px 5px; position: relative; display: block; width: 90%; margin: -52px auto 0 auto; text-align: center; }
/*.menu-articoli.vista2 .caption h4:before { display: inline-block; content: ''; width: 20px; margin-right: 10px; border-top: 1px solid #fff; height: 7px; }
.menu-articoli.vista2 .caption h4:after { display: inline-block; content: ''; width: 20px; margin-left: 10px; border-top: 1px solid #fff; height: 7px; }
*/
.menu-articoli.vista2 .caption .trattino { position: absolute; top: 50%; transform: translateY(-50%); width: 20px; border-top: 1px solid #fff;-webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear  }
.menu-articoli.vista2 .caption .trattino.sx { left: -30px; }
.menu-articoli.vista2 .caption .trattino.dx { right: -30px; }
.menu-articoli.vista2 h4 { position: relative; display: inline-block; font-size: 14px; font-weight: 600; width: auto; margin: 10px auto; }
.menu-articoli.vista2 h5 { font-size: 13px; font-weight: 300; margin: 15px 10px; text-align: center; }
.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; height: 250px; 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 { position: absolute; left: -10000%; right: -10000%; top: -10000%; bottom: -10000%; margin: auto auto; min-width: 1000%; min-height: 1000%; -webkit-transform: scale(0.1); transform: scale(0.1); -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(0.11); }
.menu-articoli.vista2 ul li a:hover > .caption .trattino { width:10px; }
.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 .img-disabled { z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; padding: 15px 15px; background-color: rgba(255,255,255,0.7); color: #fff; text-align: center; transition: visibility 0s linear 0.3s, opacity 0.3s linear; }
.menu-articoli.vista2 ul li .img-disabled .newsboxBtn { position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%); -webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear }
.menu-articoli.vista2 ul li .img-disabled .newsboxBtn span { display: inline; text-align: center; padding: 14px 16px; font-size: 30px; color: rgba(59,85,164,1); }
.menu-articoli.vista2 ul li .img-disabled a:hover > .newsboxBtn { top: 20%; }
