﻿
  /* NEWS ELENCO */
    /* Intestazione */
      .News_List_Int_Linea {width:38%; float:left; height:1px; background-color:#0987db; margin-top:10px;}
      .News_List_Int_Intestazione {width:24%; float:left; text-transform:uppercase; text-align:center;}
      /* LIST */
        .News_List_Div {width:300px; height:21em; float:left; position:relative; margin:0em 0em 2em 0em; overflow:hidden;}
        .News_List_Div:Hover .News_List_Img {}	
        .News_List_Div:Hover .News_List_Titolo {transition:1s; color:#f2443b;}
        /* Spazio */
          .News_List_Spazio {width:3.1em; height:20em; float:left;}
        /* Img */
          .News_List_Img_Div {width:100%; float:left; text-align:center; margin-bottom:15px; overflow:hidden;}  
          .News_List_Img {float:left; border-radius:2px; transition:1s;}
          .News_List_Img:hover {transition:1s; opacity:0.8;}
        /* Data */
          .News_List_Data_Div {width:100%; float:left; height:1.8em; display:none;}
          .News_List_Icon {float:left; margin-right:5px;}
          .News_List_Data {float:left; text-decoration:none; margin-bottom:5px; font-size:11px; color:#003133;}
        /* Titolo */  
          .News_List_Titolo_Div {width:100%; height:3.3em; float:left; overflow:hidden;}
          .News_List_Titolo {float:left; text-decoration:none; font-weight:bold; font-size:0.78em; text-transform:uppercase; letter-spacing:2px; color:#2f295f;}
        /* Testo */  
          .News_List_Testo_Div {width:100%; height:3.5em; float:left;}
          .News_List_Testo_Div:hover .News_List_Titolo {}
          .News_List_Testo {text-decoration:none; color:#003133; font-size:0.8em;}
        /* Leggi */
          .News_List_Leggi_Div {width:100%; float:left;}
          .News_List_Leggi {color:#01a398; font-size:0.8em; text-decoration:none; letter-spacing:1px;}
        
      /* NEWS DETT */
        .News_Dett_Div {width:100%; float:left; margin-top:1em;}
        .News_Dett_Img {float:left; margin:0.4em 2em 0em 0em; border-radius:2px;}
        .News_Dett_Img:hover {transition:2s;}
        .News_Dett_Testo {padding:1% 0%;}
        .News_Dett_Testo:Hover {}
        .News_Dett_Gallery_Div {width:95.6%; float:left; padding:0.5% 2%; margin-top:1.5em; border:1px solid Gray;}
        .News_Dett_Video_Div {width:100%; float:left; margin-top:1.5em;}