@charset "utf-8";
/* latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Merriweather Sans'), local('MerriweatherSans-Regular'), url('/font/merriweather400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Merriweather Sans Bold'), local('MerriweatherSans-Bold'), url('/font/merriweather700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
  min-width: 320px;
  max-width: 100vw;
}
body {
	min-height: 100vh;
}

.hh30 { height: 30px; }

body.lowquality * {
	filter: none !important;
}

#div_skin_padding {
	height: 99px;
	display: none;
}

.line-through {
	text-decoration: line-through;
}
.no-decoration {
	text-decoration: none !important;
}

.body-wrapper{
	width:100%;
	/*float:left;*/
	margin:0;
	padding:0;
	/*z-index:1;*/
	position:relative;
	height:auto;
	min-height:100%;
}
.controller{
	width:1006px;
	margin:0 auto;
	min-height:100%;
}
.controller2{
	width:100%;
	float:left;
	background:#FFF;
	min-height:100%;
	cursor: default;
}

/*------------------------------------------------------------------*/
/*	1) HEADER & NAV
/*------------------------------------------------------------------*/
#header{
	height:auto;
	width:100%;
	float:left;
	position:relative;
	/*margin-bottom:9px;*/
}
.logo{
	width:auto;
	height:auto;
	text-align: center;
}
.logo img {
	max-height: 60px;
}
.search{
	background:#fafafa;
	width:230px;
	float:right;
	margin-top:30px;
}
.search .ft{
	background:none;
	padding:5px;
	margin:4px 0 0 10px;
	width:150px;
	color:#898989;
}
.search .fs{
	background:#3498DB url(/img/search.png) no-repeat center;
	border:none;
	margin:0;
	height:34px;
	width:43px;
	float:right;
}

nav#nav{
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
	padding-bottom:5px;
}
.sf-menu{
	list-style-type:none;
	clear:both;
	margin:0;
	padding:0;
}
.sf-menu>li{
	float:left;
	margin-right:6px;
}
.sf-menu>li>a{
	padding:0 0 7px 0;
	display:block;
	position:relative;
}
.sf-menu li a{
	color:#696969;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.sf-menu li a:hover{
	color:#696969;
}
.sf-menu>li>a{
	border-bottom:3px solid #FFF;
}
.sf-menu>li>a:hover{
	border-bottom:3px solid #3498DB;
	text-decoration:none;
}
.sf-menu li.current>a{
	color:#696969;
	text-decoration:none;
	border-bottom:3px solid #3498DB;
}
.device-menu{
	display:none;
	width:100%;
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/*------------------------------------------------------------------*/
/*	3) CONTENT
/*------------------------------------------------------------------*/

#content{
	float:left;
	clear:both;
	width:100%;
}
.breadcrumbs{
	border-bottom:1px solid #dbdbdb;
}
.breadcrumbs p{
	margin:0 0 5px 0;
	padding:0;
}
.breadcrumbs p a{
	color:#696969;
}
.main-content{
	float:left;
	width:640px;
	margin-bottom:20px;
}
div.left-sidebar{
	float:right;
}
.full-width{
	float:left;
	width:100%;
	margin-bottom:20px;
}
h5.line{
	border-bottom:1px solid #3498DB;
	padding-bottom:8px;
	position:relative;
	margin-bottom:10px;
	text-transform:uppercase;
}
h5.line>span{
	width:auto;
	border-bottom:4px solid #3498DB;
	padding-bottom:7px;
}
h5.line_green{
	border-color: #009775;
}
h5.line_green>span{
	border-color: #009775;
}
.alignright{ float:right;  margin:0 0 10px 20px}
.alignleft{ float:left;  margin:0 10px 5px 0}
.floatleft{ float:left}
.floatright{ float:right}

.block{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
.block li{
	border-bottom: 1px solid #dbdbdb;
	/*border-bottom: 2px solid #C7C7C7;*/
	float:left;
	width:100%;
	/*
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	*/
}
.block li:nth-last-child(1){
	border-bottom:none;
	padding-bottom:4px;
}
.block p{
	margin-bottom:10px;
}
.block span{
	color:#3498DB;
	display:block;
	margin-bottom:5px;
	font-size:11px;
	overflow: hidden;
}
.block a{
	color:#696969;
}
.block a:hover{
	text-decoration:underline;
}
.block span.rating{
	background:url(/img/stars2.png) no-repeat;
	width:53px;
	height:9px;
	position:relative;
	display:block;
	float:left;
	cursor:pointer;
}
.block span.rating span{
	background:url(/img/stars.png) no-repeat;
	height:9px;
}
.wnews{
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
	width:620px;
	float:left;
}
.wnews li{
	float:left;
	width:620px;
	margin:0 0 0 0;
}
.wnews li img{
	margin-bottom:10px;
}
.wnews li h6{
	margin-top:0;
}
.block2{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
}
.block2 li{
	border-bottom:1px solid #dbdbdb;
	/*border-bottom:2px solid #C7C7C7;*/
	float:left;
	width:300px;
	/*
	padding:0 0 10px 0;
	margin:0 20px 20px 0;
	*/
	padding:5px 0 0 0;
	margin:0 20px 0 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.block2 li:nth-child(2n){
	margin-right:0;
}
.block2 li img{
	float:left;
}
.block2 p{
	margin-bottom:10px;
}
.block2 span{
	color:#3498DB;
	display:block;
	margin-bottom:5px;
	font-size:11px;
	overflow: hidden;
}
.block2 a{
	color:#696969;
}
.block2 a:hover{
	text-decoration:underline;
}

.outertight{
	width:300px;
	margin-right:20px;
	float:left;
	/*margin-top:10px;*/
	position:relative;
}
.outerwide{
	width:620px;
	float:left;
	position:relative;
}
li.m-r-no, div.m-r-no{
	margin-right:0;
}
.m-t-no{
	margin-top:0;
}
.outertight img{
	max-width:300px;
}
span.meta{
	font-size:12px;
	color:#3498DB;
	/*margin-bottom:10px;*/
	display:block;
}
h6.regular{
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	margin-top:10px;
	font-weight:normal;
}
.navbar{
	width:100%;
	position:absolute;
	margin:-20px 0 0 0;

}
#carousel li:nth-last-child(4){
	border-bottom:none;
}

.single h6.title{
	margin:20px 0 10px 0;
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}
a.url{
	color:#696969;
}

/*  :: PAGER ::  */
.pager{
	width:auto;
	float:left;
	clear:both;
	margin:10px 10px 20px 0px;
}
.pager ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.pager ul li{
	float:left;
	margin-bottom:10px;
}
.pager ul li a{
	padding:3px 10px 4px 10px;
	margin:0 5px 0 0;
	color:#696969;
	display:block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#c9c9c9)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #e2e2e2, #c9c9c9);/* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #e2e2e2, #c9c9c9); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #e2e2e2, #c9c9c9); /* IE 10 */
	background: -o-linear-gradient(top, #e2e2e2, #c9c9c9);/* Opera 11.10+ */
	background-color:#555;
}
.pager ul li a:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DB7E8), to(#3994D1)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #6DB7E8, #3994D1);/* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #6DB7E8, #3994D1); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #6DB7E8, #3994D1); /* IE 10 */
	background: -o-linear-gradient(top, #6DB7E8, #3994D1);/* Opera 11.10+ */
	background-color:#3498DB;
	color:#fff;
	text-decoration:none;
}
.pager ul li a.active{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DB7E8), to(#3994D1)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #6DB7E8, #3994D1);/* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #6DB7E8, #3994D1); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #6DB7E8, #3994D1); /* IE 10 */
	background: -o-linear-gradient(top, #6DB7E8, #3994D1);/* Opera 11.10+ */
	background-color:#3498DB;
	color:#fff;
}
.pager ul li a.first-page{
	background:#6c6c6c url(/img/slider-nav2.png) no-repeat center;
	background-position:8px 8px;
	padding:0;
	width:25px;
	display:block;
	height:26px;
}

.pager ul li a.last-page{
	background:#6c6c6c url(/img/slider-nav2.png) no-repeat center;
	background-position:-11px 8px;
	padding:0;
	width:25px;
	display:block;
	height:26px;
}

/*  :: Elements ::  */
ul, ol{
	margin:0;
	padding:0 0 0 20px;
	color:#686d71;
}
.features ul, .features ol{
	float:left;
	margin-right:100px;
}
ul.check{
	list-style-type:none;
	padding:0;
}
.testo_articolo ul {
	color: black;
}

table{
	width:100%;
	text-align:left;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	border-spacing: 0;
	margin-bottom:15px;
	color:#696969;
}
table th{
	vertical-align:top;
	background:#fafafa;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:10px;
}
table td{
	vertical-align:top;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:10px;
}

/*------------------------------------------------------------------*/
/*	4) SIDEBAR
/*------------------------------------------------------------------*/
.sidebar{
	margin-bottom:30px;
	float:left;
	width:100%;
}
.sidebar h5.line{
	margin-bottom:20px;
}

/*------------------------------------------------------------------*/
/*	5) FOOTER
/*------------------------------------------------------------------*/
#footer{
	height:auto;
	width:100%;
	bottom:0;
	padding:20px 0 0 0;
	border-bottom:4px solid #3498DB;
	float:left;
	background:#fafafa;
}
#footer h5.line{
	margin-bottom:15px;
}
ul.footnav{
	list-style-type:none;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
ul.footnav  li{
	margin:0 0 5px 0;
}
ul.footnav a{
	color:#696969;
	font-size:14px;
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p.copyright{
	color:#FFFFFF;
	margin:5px 0 0 20px;
	float:right;
	font-size:12px;
	clear:both;
	background:#3498DB;
	margin:0;
	padding:10px;
}
.cd-text {
	color: #3498DB;
}

.mostra_tutto {
	font-size: 18px;
	background-color: #3498DB;
	color: #FFF !important;
	padding: 10px;
	float: right;
	text-decoration: none !important;
}

.mostra_tutto:hover {
	background-color: #6DB7E8;
}

#input_search {
	margin-right: 5px;
	width: calc(100% - 80px);
	border-bottom: 1px solid #DDD;
	float: left;
}

#btn_cerca {
	width: 70px;
	float: left;
}

.lazy, .lazy-hidden, .lazy-loaded {
	min-height: 100%;
	/*min-width: 100%;*/
	width: auto !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-zoom: 0.1;
	-ms-zoom: 0.1;
	zoom: 0.1;
}

.lazy_container {
	overflow: hidden;
}

.titoli_elenco {
	color: #000000;
	font-weight: bold;
	font-size: 17px;
	-webkit-line-clamp: 5;
	margin-bottom: 9px;
	line-height: 20px;
}

.sottotitoli_elenco {
	color: #232323;
}

.div_testi_notizie {
	height: 137px;
	margin-bottom: 3px;
}
.div_testi_notizie_first {
	height: auto;
}

.news_elenco, .news_elenco > li {
	width: 100%;
}

.foto_riquadro_big {
	text-align: center;
}
.foto_riquadro_big > img {
	height:100%;
}

img.lazyload {
	max-height: 100% !important;
}

.div_testi_notizie {
	overflow: hidden;
}

.div_banner,.div_banner_oriz,.bnr_rt_piccolo,.bnr_rt_medio,.bnr_300_600,.bnr_300_500 {
	text-align: center;
}
.div_banner > a > img {
	max-width: 100%;
	max-height: 100%;
}
.div_banner_oriz {
	min-height: 85px;
}
#leaderboard_container {
	width:100%;
	text-align:center;
	display:inline-block;
}
#leaderboard_container > div {
	margin: 0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	height: 100%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.div_logo_mobile {
	width: calc(100vw - 80px);
	float: left;
	padding-left: 5px;
	line-height:58px;
}

.div_logo_mobile img {
	max-width: 100%;
	max-height: 55px;
	vertical-align: middle;
}

img.img_banner_sx, img.img_banner_dx {
	max-height: 85px !important;
}

#articoli_popolari {
	display: inline-block;
}

#div_articolo {
	margin-bottom: 0;
}

.foto_riquadro_small > img {
	max-height: 100%;
}

p{
  text-align: justify;
}

.t_left{
  text-align: left;
}

.go-right{
	float: right;
}

.logo-img{
	width: 300px;
}
.testo_articolo {
  /* overflow: hidden; */
  word-break: break-word;
	position: relative;
}
.testo_articolo, .testo_articolo div, .testo_articolo p{
  /*font-family: 'Lora',serif;*/
  /*font-family: "Lato script=all rev=1", "Adobe Blank";*/
  /*font-family: 'Tinos', serif;*/
  font-family: serif;
  color: black;
  font-size: 18px;
}

.testo_articolo h1,.testo_articolo h2,.testo_articolo h3,.testo_articolo h4,.testo_articolo h5,.testo_articolo h6 {
  color: #000;
}

.testo_articolo img {
	max-width: 100%;
}

img.luogo_articolo {
	width: 10px;
	height: 16px;
}

.title{
    /*font: 33px/33px 'lato-black',Arial,'Helvetica Neue',Helvetica,sans-serif;*/
    font: 33px/33px Arial,'Helvetica Neue',Helvetica,sans-serif;
    color: #000;
    font-weight: bold;
}

.sottotitolo_annuncio{
  font: 20px/26px 'Georgia',Times,Times New Roman,serif;
  font-style: italic;
  color: #111;
}

.link_alto_home{
  float: right;
}

.link_basso_home{
  display: none;
  float: right;
}

.barra_menu_principale{
  width: 100%;
  padding: 0px;

  list-style: none;

  display: inline-block;
  vertical-align: top;

  display: table;
  content: " ";
}
.testo_menu_principale{
  position: relative;
  display: block;
  float:left;
  padding: 5px 9px;
	/*padding: 5px 8.5px;*/
  text-align: center;
  font-family: 'Merriweather Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #3994D1;
}
.testo_menu_principale.li_card {
  width: 81px;
  /*padding:  5px 0;*/
  background-color: #696969;
  color: #fff;
}
.testo_menu_principale.li_oikia {
  background-color: #009775;
  text-transform: uppercase;
}
.testo_menu_principale.li_oikia:hover {
  background-color: #009775;
}

.menu_link_oikia{
	background-color: #009775;
}
.menu_link_vivix{
	background-color: #702283;
}
.li_vivix {
	margin-right: 0px !important;
	margin-left: 6px;
}
.li_vivix > a {
	color: #702283 !important;
}
.li_vivix > a:hover {
	border-color: #702283 !important;
}
.vivix_color {
	color: #702283 !important;
}

.link_menu_principale{
  color: white;
  text-decoration: none !important;
}

.testo_menu_principale:hover{
  background-color: #6db7e8;
}

/*menu mobile*/
.vedi_menu_mobile{
    display: none;
    width: 100%;
    float: left;
    background-color: white;
    position: fixed;
    z-index: 3;
}
.content_mobile_menu{
  width: 100%;
  background-color: white;
  position: absolute;
  height: 57px;
  font-size: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.riga_pulsante_menu{
  border-bottom: 2px solid white;
  float: left;
  width: 30px;
  clear:both;
  margin-top: 7px;
}
.testo_pulsante_menu_sx{
  float: left;
  width: 10%;
}
.testo_pulsante_menu_dx{
  float: right;
  font-size: 10px;
  text-align: center;
  width: 80%;
  color: black;
}

#showLeft{
  background-color: #3994D1;
  padding: 12px 15px 18px 15px !important;
}
#menu_mobile_sinistra{
  margin-top: 57px;
  overflow: scroll;
  z-index: 3;
}
.voce_menu_mobile{
  text-decoration: none !important;
  padding:2px;
  color: white;
  font-weight: bold;
}
.voce_menu_mobile_selezionato{
  background-color: #6db7e8;
}
.voce_menu_mobile_selezionato_territorio{
  background-color: #6db7e8;
}
.sel_attuale{
  background-color: #6db7e8;
}

.h1_404{
  font-size: 40px;
  background-image: url('/img/404.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 84px;
  color: white;
  margin-top: 130px;
}

.column_menu{
  margin-bottom:0px !important;
  margin-top: -30px;
}

.slogan_alto{
  font-size: 15px;
  color: #000000;
  text-align: center;
  width: 100%;
}
#logo_container {
	height: 60px;
}
.slogan_logo{
  font-size: 23px;
  margin-top: -17px;
  color: #696980;
  text-align: center;
}
.didascalia_foto_articolo
{
  font-size: 13px;
  float: right;
  width: 100%;
  text-align: right;
}
.testo_articolo p{
  text-align: justify;
  font-size: 18px;
  color: black;
  /*font-family: "Lato script=all rev=1", "Adobe Blank";*/
  padding-top: 10px;
  display: block;
  /*font-family: 'Lora',serif;*/
  /*font-family: 'lato-bold',Arial,'Helvetica Neue',Helvetica,sans-serif;*/
  /*font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
}

.elenco_annunci{
  border-bottom: 1px solid #F0F0F0;
  padding: 4px;
  float: left;
  clear: both;
  margin-bottom: 2px;
}

.h1_elenco_articoli{
  font-size: 20px;
}


.l_secondario{
  font-size: 16px;
}
.l_terziario{
  font-size: 15px;
}

.link_el_annunci:hover{
  text-decoration: none !important;
  color: #6D6D6D;
}

.p_foto_el{
  float: left;
  height: 160px;
  width: 220px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #F7F7F7;*/
}

.p_testi_el{
 float: left;
 padding-left: 6px;
 width: 290px;
}

.h2_titolo
{
  font-size: 18px;
  color: #3498db;
  clear: both;
}

.h3_titolo
{
  font-size: 13px;
  clear: both;
}

.h4_titolo
{
  font-size: 11px;
  clear: both;
}

.column-one-half{
  width: 400px !important;
  text-align: center;
}

.colonna_centrale_logo {
  width: 600px;
  margin: 0;
  padding: 0;
  text-align:center;
  float:left;
}

#banner_alto_dx_g, #banner_alto_sx_g
{
  margin: 0 10px 42px 10px;
  float: left;
  text-align: center;
  width: 160px;
  height: 85px;
}

#banner_alto_dx, #banner_alto_sx
{
  /*background-size: contain;
  background-position: center;
  background-repeat: no-repeat;*/
  margin: 0 10px 20px 10px;
  float: left;
  text-align: center;
  width: 160px;
  height: 105px;
}

/*banner per applicazione*/
#banner_alto_dx_app, #banner_alto_sx_app
{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  max-height: 105px;
}

#banner_sopra_art > a > img, #banner_sotto_art  > a > img {
  max-width: 100%;
  max-height: 85px;
}

#banner_sopra_art_g, #banner_sotto_art_g {
  margin:0 auto;
  text-align: center;
  max-width: 100%;
  width: 620px;
  height: 85px;
  overflow: hidden;
}

.banner_alti_app{
  display: inline;
  width: 100%;
}

#banner_alto_sx_app{
    width: 49%;
    float: left;
    position: absolute;
}

#banner_alto_dx_app{
  width: 49%;
  float: right;
  margin-left: 50%;
  position: absolute;
}

#banner_articolo{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
  float: left;
  margin-bottom: 15px;
}

.data_el_articolo{
  margin-top: 10px;
  float: left;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #3498DB !important;
  height: 21px;
}

.span_el_articolo {
  display: inline !important;
  color: #696969 !important;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 4px solid #3498DB !important;
}

.fb-comments{
  width: 100%;
  z-index: 2;
}

.link_correlati{
  text-decoration: none !important;
  text-align: left;
  font-family: arial;
  color:#929292;
}

.link_riquadro{
 text-decoration: none !important;
}

.li_event > div > a > .foto_riquadro_big {
  height: 210px;
}
.li_event > div > a > .div_testi_notizie {
  height: 185px;
}

.foto_riquadro_big{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  float: left;
  position: relative;
  margin-right: 10px;
  /*width: 300px;*/
  width: 270px;
  height: 162px;
}
.foto_riquadro_big_first {
	float: unset;
	width: 400px;
	height: 240px;
}

.foto_riquadro_small{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  width: 140px;
  height: 120px;
	position: relative;
}

.foto_riquadro_small_eventi{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  width: 120px;
  height: 150px;
}

.banner_colonna_destra{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.info_categoria{
  /*display: none !important;*/
}

/*calendario*/
.fc-calendar-container{
  margin-top: 10px;
}

/*tabella risultati*/
.tabella_risultati{
  font-size: 14px;
}
.tabella_risultati td{
  padding: 4px;
}
.li_correlati{
 width: 135px !important;
 height: 205px;
}

/*aggiornamenti*/
.testo_aggiornamento{
  float: left;
  clear: both;
  width: 100%;
  background-color:#f9f9f9;
}

.testo_aggiornamento_nascosto{
  float: left;
  clear: both;
  width: 100%;
}
.data_aggiornamento{
  float: left;
  clear: both;
  width: 100%;
  background-color:#f9f9f9;
  font-style: italic;
}

.menu_sottocategorie{
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #6db7e8;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    display: table;
    content: " ";
}

.elenco_sottocategoria{
  position: relative;
  display: block;
  float: left;
  padding: 3px 15px;
  text-align: center;
  font-family: 'Merriweather Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.elenco_sottocategoria:hover{
  /*background-color: #969696;*/
  background-color: #83bde4;
}

.elenco_sottocategoria_sel{
  position: relative;
  display: block;
  float: left;
  padding: 3px 15px;
  text-align: center;
  font-family: 'Merriweather Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  /*background-color: #969696;*/
  background-color: #83bde4;
}

.filtro_risultati{
  background-color: #F0F0F0;
  padding: 4px;
}

/*Link appa desktop*/
.app_mobile{
  display: none;
  color: #3994d1;
  background-color: #FFF;
  /*width: 100%;*/
  height: 80px;
  position: fixed;
  z-index: 3;
  border-top: 1px solid #3498db;
  border-bottom: 5px solid #3498db;
}
.tabella_app_mobile{
  color: #3994d1;
}
.tabella_app_mobile td{
  border: none;
}

/*skin*/
.link_skin {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.show-only-mobile {
  display: none;
}
.tutte_notizie{
  width: 100%;
  text-align: center;
  float: left;
  font-size: 13px;
}

.cleaner { clear: both; }
.pointer { cursor: pointer; }
.hh5, .h5{ height: 5px; }
.hh10, .h10{ height: 10px; }
.hh15, .h15{ height: 15px; }
.hh20, .h20{ height: 20px; }
.hh40, .h40{ height: 40px; }
.pb-5 {
	padding-bottom: 5px;
}

.w100x100 {
	width: 100%;
}

.div_evidenza_articolo {
	width:100%;
	display:block;
	float:left;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 20px;
}
.div_evidenza_articolo:first-child {
	padding-top: 0;
}
.div_evidenza_articolo:last-child {
	border-bottom: 0;
}

.caroufredsel_wrapper{
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 7px;
}
.p_redazione{
  text-align: left;
  color: #696969;
  font-family: 'Tinos', serif;
  font-size: 16px;
}

.didascalia_foto{
  text-align: right;
}
/*cerca articoli*/
.pulsante_cerca{
  padding: 6px;
  background-color: #6DB7E8;
  color: #FFF;
  clear: both;
  cursor: pointer;
  text-align: center;
}
.pulsante_cerca:hover{
  background-color: #3994D1;
}
.select_cerca{
  width: 100%;
  padding: 6px;
  background-color: #F5F5F5;
}
.testo_cerca{
  font-size: 15px;
  clear: both;
}
.input_cerca{
  border: 1px solid #F0F0F0;
  width: 96%;
  padding: 6px;
}
.h2_risultati_ricerca{
  font-size: 15px;
}
.h3_risultati_ricerca{
  font-size: 12px;
  margin: 0px;
}
.link_ricerca{
  color: #3498DB !important;
}

.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center-align {
  text-align: center;
}

.ellipsis-clamp {
  display: block !important; /* Fallback for non-webkit */
  display: -webkit-box !important;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-3-rows {
  -webkit-line-clamp: 3 !important;
}

.articolo-small-span {
  max-width: 400px;
  font-size: 12px !important;
  line-height: 15px !important;

  color: #929292 !important;
}

.articolo-small-content {
  height: 95px;
  overflow: hidden;
  margin-bottom: 8px;
}

.articolo-small-eventi-content {
  height: 133px; /*150*/
  overflow: hidden;
}

.articolo-small-title {
  max-height: 75px; /* Fallback for non-webkit */
  -webkit-line-clamp: 5;
  font-weight: bold;
}

.articolo-big {
  height: 162px;
}

.dark-text, .text-dark {
	color: #696969 !important;
}

.grey-text {
  color: #929292 !important;
}

.block > li {
  padding-top: 5px;
}

.italic {
  font-style: italic;
}

#tabs1 > ul > li, #tabs2 > ul > li {
  padding: 10px 0 10px 0;
}
.bold {
	font-weight: bold;
}
.date_evento > li {
	color: #000;
}

.skin_body {
  margin-top: 130px;
}

.ellipsis-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ediz_locali {
  color: #696969;
}

.blu {
  color: #3994d2;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

div.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

#div_telegram {
  height:100px;
  width:300px;
  margin: 0 auto;
}

#div_trecento {
  height:300px;
  width:300px;
  margin: 0 auto;
}

#floating_share {
	position: fixed;
	bottom: 70px;
	right: 0px;
	width: 55px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px 0px 0px 30px;
	color: #FFF;
	background-color: #3498DB;
	/*border: 1px solid #3498DB;*/
	text-align: center;
	z-index:2;
}
#floating_share > img {
	vertical-align: middle;
	width: 25px;
}
#totop_btn {
	position: fixed;
	bottom: 70px;
	right: -100px;
	width: 55px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px 0px 0px 20px;
	color: #FFF;
	background-color: #3498DB;
	/*border: 1px solid #3498DB;*/
	text-align: center;
	z-index:1;
}
#totop_btn > img {
	vertical-align: middle;
	width: 25px;
	margin-left: 10px;
}

.fotorama__wrap {
    margin: 0 auto;
}

#div_skin_mobile {
  width:100vw;
  position:fixed;
  bottom:0;
  left:0;
  z-index:2;
  text-align:center;
  background-color: #FFF;
}

.popup-gallery, #div_foto_principale {
	position: relative;
}

.filigrana-tl {
	position:absolute;
	width:30%;
	left:10px;
	top:10px;
	opacity:0.3;
}

.filigrana-br {
	position:absolute;
	width:30%;
	right:10px;
	bottom:10px;
	opacity:0.3;
}

.filigrana-bl {
	position:absolute;
	width:30%;
	left:10px;
	bottom:10px;
	opacity:0.3;
}

.filigrana-tr {
	position:absolute;
	width:30%;
	right:10px;
	top:10px;
	opacity:0.3;
}

#div_foto_principale {
  /* height:370px; */
  height:465px;
  text-align:center;
  width:100%;
}

#div_foto_principale > img.foto_principale {
  margin:0 auto;
  height:100%;
  width:100%;
}
a.foto_principale {
  text-decoration: none;
}
#div_foto_principale, #div_foto_principale i {
  text-decoration: none;
  text-align:left;
}
#articolo_foto_elenco {
  width:100%;
  background-color: #f1f1f1;
  padding: 12px 0 0px 12px;
}
.articolo_foto_elenco_dentro {
  width: 140px;
  height: 84px;
  margin: 0 12px 12px 0;
  float:left;
}
.articolo_foto_elenco_dentro > img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.play-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:  0;
  background: url("/images/play.svg") no-repeat;
  background-position: center center;
  background-size: 20%;
}
.bg-dice { background-color: #3994d1 }
.bg-verde { background-color: #009775 }

.mh90 { min-height: 90px; }
.mh100 { min-height: 100px; }
.mh120 { min-height: 120px; }
.mh250 { min-height: 250px; }
.mh500 { min-height: 500px; }
.mh600 { min-height: 600px; }
.fb-share-button {
	background-color: f0f0f0;
	padding: 5px 10px;
	border: 1px solid #dbdbdb;
}
.fb-share-button img {
	vertical-align: middle;
	width: 14px;
	height: 14px;
}
.fb-share-button a {
	color: #696969;
	text-decoration: none;
}
.hide {
	display: none !important;
}
#black_div {
	display: block;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	z-index: 6000;
	text-align: center;
}
#div_popup_desktop {
	z-index: 6001;
  display: block;
  position: fixed;
  width: 600px;
  height: 500px;
  left: calc(50vw - 300px);
  top: calc(50vh - 250px);
	text-align: center;
}
#x_popup_desktop {
	position: fixed;
  background-color: #3498DB;
  color: #FFF;
  height: 30px;
  width: 30px;
  z-index: 6002;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  left: calc(50vw - 15px);
  top: calc(50vh - 270px);
  border: 1px solid #FFF;
}
#div_popup_mobile {
  z-index: 6001;
  display: block;
  position: fixed;
	width: 350px;
  height: 250px;
  left: calc(50vw - 175px);
  top: calc(50vh - 125px);
	text-align: center;
}
#x_popup_mobile {
	position: fixed;
  background-color: #3498DB;
  color: #FFF;
  height: 30px;
  width: 30px;
  z-index: 6002;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  left: calc(50vw - 15px);
  top: calc(50vh - 160px);
  border: 1px solid #FFF;
}

.bnr_e_220x90 {
	width: 220px;
	height: 90px;
	float: left;
	margin: 0 10px;
}
@media screen and (max-width: 700px) {
	.bnr_e_220x90 {
		float: none;
		margin: 5px auto;
	}
	.div_banner_oriz {
		min-height: 50px;
	}
}
.btn {
	border: none;
	cursor: pointer;
	padding:15px;
	display: inline-block;
	margin:0;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-size:14px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:hover {
	text-decoration: none;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-social-login {
	width: 95%;
	text-align: center;
	color: #fff !important;
}
.btn-facebook {
	background-color: #007aff;
}
.btn-google {
	background-color: #C94536;
}
.btn-apple {
	background-color: #000000;
}
.form-box{
	width: 380px;
	height: 400px;
	position: relative;
	margin: -20px auto;
	background: #fff;
	padding: 5px;
	overflow: hidden;
}

.toggle-btn{
	width: 110px;
	margin: 35px auto;
	padding: 10px;
	cursor: pointer;
	background: transparent;
	border: 0;
	outline: none;
	position: relative;
	background: #3498db;
	border-radius: 30px;
	text-align: center;
}

#btn-login{
	top: 0;
	left: 0;
	position: absolute;
	width: 110px;
	height: 100%;
	background: #3498db;
	border-radius: 30px;
	transform: .5s;
}
.form-login{
	position: absolute;
	width: 280px;
	transition: .5s;
}
.form-control{
	width: 100%;
	padding: 10px 5px;
	margin: 5px 0;
	border: 1px solid #999;
	border-radius: 5px;
	background: transparent;
}
input.form-control, textarea.form-control {
	width: calc(100% - 10px);
}
.submit-btn{
	width: 100%;
	padding: 10px 30px;
	margin: 10px 5px;
	cursor: pointer;
	display: block;
	margin: block;
	background: #3498db;
	border: 0;
	outline: none;
	border-radius: 30px;
}
#form-login{
	left: 50px;
}
#form-register{
	left: 450px;
}
.btn-selected{
	background: #1d80c2;
	box-shadow: 0 4px 9px -2px #999;;
}
.error-box{
	margin-top: 20px;
	text-align: center;
	color: red;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 100%;               
  background-color: #3498db;
  height: 1px;
}

.alert.alert-danger {
	padding: 1rem;
	background: #dc354573;
	border: 1px solid #dc3545;
	color: #dc3545;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.legenda{
display: flex; 
flex: row;
}

.legenda-voice-wrapper{
display: flex; 
margin-right: 10px;
align-items: baseline;
}

.legenda-voice-dot{
width: 12px;
height: 12px;
}

.blur-text {
	filter: blur(5px);
	user-select: none;
}
#paywall-cta {
  position: absolute;
  width: 100%;
  bottom: 80px;
  text-align: center;
}
.paywall-cta_div {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    width: 90%;
    margin: 20px auto;
}

.btn-login {
	width: 100%;
	margin-top: 20px;
}

.commenti-lista {
  margin: 30px 0;
  padding: 0;
}

.commento {
  background-color: #fafafa;
  border-left: 4px solid #3498DB;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  overflow: hidden
}

li.commento_in_approvazione {
	border-color: orange;
}

li.commento_rifiutato {
	border-color: red;
}

span.commento_in_approvazione, span.commento_rifiutato {
	clear: both;
  display: block;
  text-align: center;
  font-weight: bold;
}

.commento-autore {
  font-weight: bold;
  color: #3498DB;
  margin-bottom: 5px;
  float: left;
}

.commento-data {
  font-size: 0.8em;
  color: #7a7a7a;
  margin-bottom: 10px;
  float: right;
}

.commento-testo {
  clear: both;
  color: #555;
}