@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'open_sansCnLtIt';
    src: url('../font/OpenSans-CondLightItalic-webfont.eot');
    src: url('../font/OpenSans-CondLightItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/OpenSans-CondLightItalic-webfont.woff') format('woff'),
    url('../font/OpenSans-CondLightItalic-webfont.ttf') format('truetype'),
    url('../font/OpenSans-CondLightItalic-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../font/OpenSans-CondLight-webfont.eot');
    src: url('../font/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/OpenSans-CondLight-webfont.woff') format('woff'),
    url('../font/OpenSans-CondLight-webfont.ttf') format('truetype'),
    url('../font/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;




}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../font/OpenSans-CondBold-webfont.eot');
    src: url('../font/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/OpenSans-CondBold-webfont.woff') format('woff'),
    url('../font/OpenSans-CondBold-webfont.ttf') format('truetype'),
    url('../font/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* NUOVI FONT */

@font-face {
    font-family: 'PT Sans Narrow Light';
    src: url('../font/PTN57F-webfont.eot');
    src: url('../font/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/PTN57F-webfont.woff2') format('woff2'),
    url('../font/PTN57F-webfont.woff') format('woff'),
    url('../font/PTN57F-webfont.ttf') format('truetype'),
    url('../font/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../font/PTN77F-webfont.eot');
    src: url('../font/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/PTN77F-webfont.woff') format('woff'),
    url('../font/PTN77F-webfont.ttf') format('truetype'),
    url('../font/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* FINE NUOVI FONT */

/*SFONDO*/
.cornice {
    margin-top: 38px;
    background-color: #FFF;
    width: 960px;
    text-align: left;
    position: relative;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-bottom: 20px;
}


h1 {
    line-height: 30px;
    color: #999999;
    font-size: 24px;
    text-align: center;
}

#tdb_sinistra {
    float: left;
    width: 170px;
    padding: 10px;
    background-color: #FFF;
}
#tdb_destra {
    float: left;
    width: 170px;
    padding: 10px;
    background-color: #FFF;
}
#tdb_centrale {
    float: left;
    width: 500px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
}

/*BLOCK_HEADING*/
.testa {

    color :#FF9900;
    /*color: #3399CC;*/
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 15px;

}

.testa_box {
    /* testata box homepage */


    font-weight: bold;

}
.testa_box a:link,a:visited,a:hover,a:active {
	color: #49a2dc;
}
.label {
    color: #666666;
    font-size: 11px;
    text-align: right;
}
.errore {
    /*color: #FFCC00;*/
    color: #CC3333;
    font-weight:bold;
}
.nuovo {
    color: #6699CC;
    font-weight:bold;
}
.titolo {
    color: #205bc1;
    font-weight:500;
    font-size: 16px;
}
textarea {
    border: 1px solid #CCCCCC;
    font-family: Garamond, Times, serif;
    font-size: medium;
    line-height: 120%;
}
input {
    border: 1px solid #CCCCCC;
    padding: 6px;
}
.input_text {
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 4px;
}
.conbordo {
    border: 1px solid #CCCCCC;
}
.linea {
    height: 1px;
    padding: 0px;
    background-color: #999999;
}
.foottextcopy {
	font-size: 11px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666666;
	font-weight: bold;
	clear: both;
}
.tdb-copyright {
	color: #CCCCCC;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 12px;
	text-align: left;
	clear: both;
	line-height: 16px;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	text-transform: none;
}
td {
  /*  font-family: Georgia, "Times New Roman", Times, serif;*/
    font-size: 14px;
    line-height: 135%;
}
a {
    color: #205bc1;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.nuovo a {
    background-color: #FFCCCC;
}
body {
	text-align: left;
	margin-top: 0px;
	color: #333333;
	background-color: #f3f3f3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
   }


@media print {

    .only_web {
        visibility:hidden;
        height:0px;
    }
    .only_print {
	display: block;
	clear: both;
	padding-top: 20px;
    }
	.menu-pulsante-piccolo { display:none; }
	.tdb-pulsante-piccolo { display:none; }
	.tdb-locale-gestione { display:none; }
	#top-campi { display:none; }
	#tdb-lingua { display:none; }
	#tdb-login { display:none; }
	.tdb-locale-testata-vuota { display:none; }
	.tdb-segui-profilo { display:none; }
	#top-bar {  display: none;  }
.logo-stampa {
	width: 100%;
	border-bottom: 7px solid #205BC1;
	clear: both;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.logo-stampa img {
	margin-bottom: 20px;
}
.cornice {
	margin-top: 80px;
}
}


@media screen {
    .logo-stampa {
	display: none;

}
.logo-stampa img {
	display: none;
}
    .only_print {
	display: none;
	clear: both;
	padding-top: 20px;
    }
}
.stars {
    float: left;
    margin-right: 15px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
    clear: both;
}
.commento {
    height:38px;
    width:300px;
    color:#333333;
    font-family: Times, Garamond, serif;
    font-style:italic;
    font-size:14px;
    padding: 4px;
}
.commenta {
    float: left;
    width: 300px;
    margin-top: 20px;
    clear: both;
}
.commenta input {
    float: left;
}
.commenta_sx {
    float: left;
    width: 300px;
    margin-top: 20px;
    margin-left: 20px;
}
.commenta_sx input {
    float: left;
}
.commento_box {
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
    clear: both;
}
.contenitore-top {
    width: 770px;
    padding-top: 6px;
    height: 30px;
}


/* calendario eventi */

.calendata a:link {
    text-decoration: none;
    color: #999999;
}
.calendata a:visited {
    text-decoration: none;
    color: #999999;
}
.calendata a:hover {
    text-decoration: none;
    color: #CCCCCC;
}
.calendata-festivo a:link {
    text-decoration: none;
    color: #FF9900;
}
.calendata-festivo a:visited {
    text-decoration: none;
    color: #FF9900;
}
.calendata-festivo a:hover {
    text-decoration: none;
    color: #f8b95b;
}
.calendata-festivo a:active {
    text-decoration: none;
    color: #f8b95b;
}
.numero {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
}
.numero-festivo {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 48px;
    font-weight: bold;
    color: #FF9900;
    text-align: center;
    margin-top: 4px;
}
.numero-festivo a  {
    color: #FF9900;
}
.giorno {
    margin-top: 0px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
}
.giorno-festivo {
    margin-top: 0px;
    font-weight: bold;
    color: #FF9900;
    text-align: center;
    padding-top: 6px;
}
.giorno-festivo a {
    color: #FF9900;
}
.box-calendario {
    width: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
}
.box-calendario h2 {
    font-size: 14px;
    margin-top: -10px;
    color: #205bc1;
    margin-bottom: -6px;
}
.box-calendario h3 {
    font-size: 14px;
    font-weight: normal;
}
.altri-appuntamenti a {
    clear: both;
    font-size: 14px;
    color: #6699CC;
}
.altri-appuntamenti a:hover {
    text-decoration: underline;
}
.evento-normale {
	width: 100%;
	margin-bottom: 20px;
	overflow: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
    background-color: #FFF;
    padding: 8px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e4e9f2;
    border-left-color: #e4e9f2;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-top-color: #e4e9f2;
    border-bottom-color: #e4e9f2;
}
.testa {
	color :#FF9900;
    font-weight: bold;
	margin-bottom: 4px;
}
.evento-corpo {
	padding-top: 5px;
	line-height: 20px;
    padding-top: 5px;
    line-height: 140%;
	width: 100%;
}
.evento-img {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 2px solid #CCC;
}
.titolo {
    color: #205bc1;
    font-weight:500;
    font-size: 18px;
    margin-top: 6px;
    width: 100%;
    padding-bottom: 2px;
    vertical-align: middle;
}
.titolo h1 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    width: 80%;
    float: left;
    vertical-align: middle;
    clear: right;
    line-height: 36px;
    height: 100%;
    font-weight: 500;
    padding-bottom: 6px;
    position: relative;
    z-index: 2;
    text-align: left;
    margin: 0px;
    color: #205bc1;
}
.titolo h2 {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 35px;
	width: 80%;
	float: left;
	vertical-align: middle;
	clear: right;
	line-height: 36px;
	height: 100%;
	font-weight: 500;
	padding-bottom: 6px;
	position: relative;
	z-index: 2;
	text-align: left;
	margin: 0px;
}
.evento-icona {
    float: right;
    width: 100%;
    text-align: right;
    vertical-align: bottom;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    padding-bottom: 3px;
    margin-bottom: -23px;
    margin-top: 0px;
    position: relative;
    top: -26px;
    z-index: 1;
}
.evento-icona img {
    bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: -20px;
}
.evento-icona-feat {
    float: right;
    height: 100%;
    width: 100%;
    text-align: right;
    vertical-align: bottom;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    padding-bottom: 3px;
    margin-bottom: -23px;
    position: relative;
    top: -26px;
    z-index: 1;
}
.evento-icona-feat img {
    bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 2px;
    background-color: #ededed;
}
.label-container {
    z-index: 38;
  /*  margin-top: -24px; */
    right: 0px;
    position: absolute;
}
.free-label {
     font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
     font-size: 11px;
     background-color: #2cac17;
     color: #FFF;
     padding-right: 4px;
     padding-left: 4px;
     padding-bottom: 0px;
     padding-top: 1px;
     text-transform: uppercase;
     font-weight: 500;
     float: left;
 }
.free-label2 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #2cac17;
    color: #FFF;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    text-align: center;
    display: inline-block;


}
.featured-center {
	background-color: #eaebf9;
	padding: 8px;
	color: #191919;
	text-align: left;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cacfd8;
	border-left-color: #cacfd8;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color: #2158bd;
	border-bottom-color: #2158bd;
}
.featured-label {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2158bd;
    color: #FFF;
	padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 1px;
	text-transform: uppercase;
	font-weight: 500;
    float: left;
}
.sponsor-center {
	background-color: #f9f3ea;
	padding: 8px;
	color: #5f5f5f;
	text-align: left;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cacfd8;
	border-left-color: #cacfd8;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color: #ff9900;
	border-bottom-color: #ff9900;
}
.sponsor-label {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #ff9900;
    color: #FFF;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 1px;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
}
.regular-center {
    /* background-color: #fbfafa;
    padding: 8px;
    color: #191919;
    text-align: left;
    overflow: auto;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #eaeaea;
    border-left-color: #eaeaea;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-top-color: #eaeaea;
    border-bottom-color: #eaeaea; */
}

.popular-center {
	background-color: #eaf0f9;
	padding: 8px;
	color: #5f5f5f;
	text-align: left;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cacfd8;
	border-left-color: #cacfd8;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color: #49A2DC;
	border-bottom-color: #49A2DC;
}
.popular-label {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 14px;
	color: #49A2DC;
	text-align: right;
	float: right;
	width: 100px;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.evento-featured {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: visible;
}

.separatore-eventi {
    height: 30px;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.reg {
    margin-top:5px;
    padding: 5px;
    width: 350px;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#disponibilita_user {
    padding-left: 10px;
}
#lunghezza_password {
    padding-left: 10px;
}
.i_blog_cat {
    font-size: 11px;
    color: #FF9900;
    font-weight: bold;
    padding-top: 10px;
}
.i_blog_image {
    height: 80px;
    width: 169px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
.i_blog_image img {
    height: auto;
    width: 100%;
}
.i_blog_titolo a {
    font-size: 14px;
    color: #333333;
    padding-bottom: 15px;
}
.i_annunci_descrizione {
    font-size: 10px;
    color: #333333;
}
.i_annunci_testo {
    font-size: 14px;
}
.i_annunci_dominio {
    font-size: 10px;
    color: #333333;
    padding-bottom: 12px;
}
.banner_fine_blocco {
    text-align: center;
}

/** SONDAGGI **/

.sondaggio_tabella {
    width: 100%;
}
.sondaggio_intestazione {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #666666;
}
.sondaggio_domanda {
    font-size: 18px;
    font-weight: bold;
    color: #039;
    padding-bottom: 10px;
}
.sondaggio_risposta {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    padding-top: 4px;
}
.sondaggio_risposta #risposte {
    margin: 8px;
}
.sondaggio_risposta #risposta_libera {
    margin: 8px;
    margin-bottom: 20px;
}
/** FINE SONDAGGI **/

.locale-tn {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}
.vicinanze {
    margin-top: 6px;
    margin-bottom: 25px;
}
.tipo_vicinanze {
    font-size: 10px;
    color: #999999;
}
.des_vicinanze {
    padding-top: 0px;
    padding-bottom: 5px;
}
.tempo_vicinanze {
    font-size: 11px;
    vertical-align: bottom;
}
.img_tempo {
    float: left;
    padding-right: 5px;
}
#popupPhone {
    background-image: url(http://www.iltaccodibacco.it/i/icona-telefono.jpg);
    align:center;
    background:#FFFFFF;
    padding:12px;
    font-size:13px;
    text-align: center;
    background-attachment: scroll;
    background-color: #ffffff;
    background-repeat: no-repeat;
    /**background-position: 20px 200px;**/
}
#popupFollowing {
}
.zoom_nome_locale {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #F90;
    padding-top: 50px;
}
.zoom_comune  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: normal;
    color: #999999;
    padding-top: 40px;
}
.zoom_numeri {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 80px;
    font-weight: bold;
    color: #205bc1;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 90px;
}
.zoom_footer {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.conbordo-evento {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*  Widget Ricerca */

.cercawidget {
    margin-bottom: 10px;
}
.cercasul {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #333333;
    width: 70%;
    padding: 3px;
    border: 1px solid #CCCCCC;
}
.tastovai {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #666666;
    padding: 3px;
    width: 20%;
    border: 1px solid #CCCCCC;
    background-color: #E0E0E0;
}
.tastovai:hover {
    color: #666666;
    padding: 3px;
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
}
.tastovai:active {
    color: #8A8A8A;
    padding: 3px;
    border: 1px solid #D8D8D8;
    background-color: #E0E0E0;
}
.dovecercare {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #666666;
}
.dovecercare select {
    font-size: 10px;
    color: #666666;
    margin-left: 10px;
    width: 60%;
}
.dovecercare ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.dovecercare li {
    margin-bottom: 6px;
}
.dovecercare input {
    border: none;
}

/* Login */

.pagina-login {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #666666;
    padding: 20px;
    font-size: 14px;
    line-height: 17px;
    width: 70%;
}


/* Dove ti trovi */

.dovetitrovi {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 0.8rem;
	margin-right: 12px;
	display: block;
	text-transform: uppercase;
	color: #92908f;
	float: left;
	letter-spacing: normal;
	line-height: 2.1rem;
	font-weight: 500;
	margin-bottom: 10px;
	width: 100%;
}
.dovetitrovi a:link {
	color: #92908f;
}
.dovetitrovi a:visited {
	color: #92908f;
}
.dovetitrovi a:hover {
	color: #FF9900;
}
.dovetitrovi a:active {
	color: #FF9900;
}
.dovetitrovi  a {
    color: #92908f;
    text-decoration: none;
}
.dovetitrovi img {
	vertical-align: middle;
	float: left;
	height: 2.2rem;
	width: 2.2rem;
	margin-right: 0.3rem;
	height: 2.2em\9; /* IE 8 and below */
	width: 2.2em\9;	 /* IE 8 and below */
	*height: 2.2em; /* IE 7 and below */
	*width: 2.2em;	 /* IE  and below */
	_height: 2.2em; /* IE 6 */
	_width: 2.2em;	 /* IE 6 */
}
.blocco-locali {
    width: 100%;
	text-align: left;
}
.blocco-locali ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.blocco-locali li {
	margin-top: 4px;
	margin-bottom: 4px;
}
.blocco-locali .attributi {
    margin-top: -6px;
}
.locale-tn {
    float: right;
    height: 70px;
    width: auto;
	background-color: #EAEAEA;
	padding: 3px;
}
.blocco-locali h2 {
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	clear: both;
	width: 100%;
}
.valutazione {
    height: 11px;
    width: 59px;
    padding-right: 6px;
    float: left;
}
.valutazione img {
	margin-top: 3px;
}
.attributi {
    float: right;
}
.letture {
	font-style: italic;
	width: 100%;
	text-align: right;
}

#form_registrazione {
    margin:50px;
    line-height: 130%;
}
#condizioni {
	font-size: 13px;
	line-height: 18px;
	width: 20px;
	clear: both;
}
.link_bottom_evento_bianco {
	padding: 8px;
	padding-top: 15px;
	font-size: 15px;
}
.link_bottom_evento_bianco img {
	margin-right:12px;
}
.evento-dove-quando {
    font-size: 16px;
    line-height: 160%;
    width: 90%;
}
.evento-data {
    font-size: 15px;
}
.evento_descrizione {
	margin-top: 18px;
	font-size: 15px;
	line-height: 25px;
}
.evento_descrizione:first-letter {
    font-size: 45px;
    font-weight: 600;
    padding-right: 1px;
    margin-left: 20px;
}
.location_des_lunga {
     margin-top: 18px;
}
.location_des_lunga:first-letter {
     font-size: 20px;
}


/* nuovo layout */
body {
    margin: 0px;
    padding: 0px;
}
html{
    height:100%;
    margin:0;
}
#top-bar {
	height: 46px;
	width: 100%;
	background-color: #49a2dc;
	position: fixed;
	margin-top: 0px;
	z-index: 40;
	top: 0px;
    border-bottom: 5px solid #205BC1;
}
#central-bar {
    height: 36px;
    width: 100%;
    background-color: #205BC1;
    position: fixed;
    margin-top: 0px;
    z-index: 40;
    top: 46px;
    color: #FFF;
}
#bottom-bar {
    height: 36px;
    width: 100%;
    background-color: #dedede;
    position: fixed;
    margin-top: 0px;
    z-index: 40;
    top: 82px;
    color: #205BC1;
}
#central-bar a:link,a:visited {
    color: #FFF;
}
#central-bar a:hover,a:active {
    color: #49a2dc;
}
.bar-center {
    height: 45px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
}
.bar-center span {
    display: inline;
}
.bar-center img {
    width: auto;
    height: 12px;
    display: inline;
    margin-right: 5px;
}
.bar-center .regione {
    font-weight: bold;
    margin-right: 20px;
}
.bar-center .citta {
    margin-right: 20px;
}
.bar-center .rubrica {

}
#top-bar1 {
    height: 45px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}
#top-bar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top-bar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top-bar1 a:hover {
	color: #205bc1;
	text-decoration: none;
}
#top-bar1 a:active {
	color: #205bc1;
	text-decoration: none;
}
#top-bar1  span {
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
	top: 12px;
	float:left;
}
#top-logo {
	background-image: url(../169/images/logo-bianco.png);
	background-size: Auto 66%;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
#top-logo span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #205BC1;
	margin-top:-23px;
}
#top-logo a {
    height: 33px;
    width: 174px;
	display:block;
}
#top-citta {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #93D1F9;
	font-weight: bold;
	padding-left: 12px;
	font-size: 23px;
	width: 280px;
	height: 26px;
	letter-spacing: -1px;
	display: block;
	margin-top: 10px;
}
#top-citta a:link {
	color: #93D1F9;
}
#top-citta a:visited {
	color: #93D1F9;
}
#top-citta a:hover {
	color: #fff;
}
#top-citta a:active {
	color: #fff;
}
#foot-bar {
	width: 100%;
	height: 200px;
	margin: 0px;
}
#foot-bar img {
	border: 0px;
}
#foot-bar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#foot-bar a:link {
	color: #49a2dc;
}
#foot-bar a:visited {
	color: #49a2dc;
}
#foot-bar a:hover {
	color: #2259c0;
	text-decoration: none;
}
#foot-bar a:active {
	color: #2259c0;
	text-decoration: none;
}
#foot-bar li {
	margin-bottom: 4px;
	font-size: 12px;
}
#foot-bar2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 12px;
	color: #999999;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase; /*   background-color: #f7f7f7; */

}
#foot-bar2 img {
	border: 0px;
}
#foot-bar2a {
    width: 140px;
    float: left;
    margin-right: 2px;
}
#foot-bar2b {
    width: 140px;
    float: left;
    margin-right: 2px;
}
#foot-bar2c {
    width: 140px;
    float: left;
    margin-right: 2px;
}
#foot-ad1 {
	float: left;
	height: 100px;
	width: 150px;
	border: 0px;
	margin-right: 2px;
	margin-left: 76px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
}
#foot-ad2 {
    float: left;
    height: 100px;
    width: 150px;
    border: 0px;
    margin-right: 2px;
    margin-left: 2px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
}
#foot-ad3 {
    float: left;
    height: 100px;
    width: 150px;
    border: 0px;
    margin-right: 0px;
    margin-left: 2px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
}
#foot-ad1 img {
	height: 70px;
	width: 70px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	border: 0px;
}
#foot-ad2 img {
	height: 70px;
	width: 70px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	border: 0px;
}
#foot-ad3 img {
	height: 70px;
	width: 70px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	border: 0px;
}
a:link {
	color: #205bc1;
	text-decoration: none;
}
a:visited {
	color: #205bc1;
	text-decoration: none;
}
a:hover {
	color: #49a2dc;
	text-decoration: none;
}
a:active {
	color: #49a2dc;
	text-decoration: none;
}
.pulsante-sondaggio {
    width:120px;
    height:40px;
    padding:6px;
    background-color:#121e70;
    color:white;
    font-size: 16px;
    font-weight: bold;
}
.risultati-profili ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.risultati-profili li {
    padding: 0px;
    list-style-type: none;
    clear: both;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 11px;
}
.risultati-profili li a {
    font-weight: bold;
    font-size: 12px;
}
.risultati-profili p {
    margin-top: 0px;
}
.risultati-icona {
    padding-right: 10px;
    float: left;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}
.risultati-icona img {
    height: auto;
    width: 40px;
}
#tdb-home-cerca {
	padding: 0px;
	border: 1px solid #E4E4E4;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 554px;
	background-color: #FFF;
}
#tdb-home-cerca input {
	color: #333333;
	border: none;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 450px;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	height: 60px;
}
#tdb-home-cerca input:focus {
	outline: none;
}
.link-eventi-regione {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #49A2DC;
	text-align: center;
	width: 48%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 500;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
.link-eventi-regione a:link {
	color: #49A2DC;
}
.link-eventi-regione a:visited {
	color: #49A2DC;
}
.link-eventi-regione a:hover {
	color: #cbe7fa;
}
.link-eventi-regione a:active {
	color: #cbe7fa;
}
#tdb-suggerimenti {
	width: 100%;
	clear: both;
	margin-top:70px;
}
#tdb-suggerimenti ul {
    list-style: none outside none;
	clear: both;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}
#tdb-suggerimenti ul li {
    display: inline-block;
    float: left;
    margin-right: 6px;
    vertical-align: middle;
    margin-bottom: 38px;
}
#tdb-suggerimenti ul li a {
	background-color: #205BC1;
	color: #FFFFFF;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
}
#tdb-suggerimenti ul li a:hover {
    color: #FFFFFF;
    background-color: #49A2DC;
}
#tdb-suggerimenti ul li a:active {
    color: #FFFFFF;
    background-color: #49A2DC;
}
#tdb-suggerimenti-rubriche {
	width: 100%;
	clear: both;
	margin-top:120px;
}
#tdb-suggerimenti-rubriche ul {
    list-style: none outside none;
	clear: both;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}
#tdb-suggerimenti-rubriche ul li {
    display: inline-block;
    float: left;
    margin-right: 6px;
    vertical-align: middle;
    margin-bottom: 38px;
}
#tdb-suggerimenti-rubriche ul li a {
	background-color: #FF9900;
	color: #FFFFFF;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
}
#tdb-suggerimenti-rubriche ul li a:hover {
    color: #FFFFFF;
    background-color: #bf7300;
}
#tdb-suggerimenti-rubriche ul li a:active {
    color: #FFFFFF;
    background-color: #bf7300;
}
body,html {
	position: relative;
	height: 100%;
}
#top-campi {
	padding-top: 8px;
	float: right;
	background-image: url(../i/form2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	background-color: #49a2dc;
}
#top-campi input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	height: 22px;
	width: 120px;
	border: none;
	padding-right: 8px;
	padding-left: 8px;
	background-color: transparent;
	outline: none;
}
#top-campi input.button {
    height: 30px;
    width: 28px;
    background-color: transparent;
	text-indent:-9999px;
	cursor: pointer
}
#top-campi input.button:active {
    height: 30px;
    width: 28px;
    background-color: transparent;
}
#top-destra {
	width: 520px;
	text-align: right;
	height: 50px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#top-destra a:hover {
	color: #cbe7fa;
}
#tdb-lingua {
	float: right;
	font-size: 14px;
	color: #93d1f9;
	padding-top: 15px;
	margin-right: 10px;
}
#tdb-lingua a:link {
	color: #93d1f9;
}
#tdb-lingua a:visited {
	color: #93d1f9;
}
#tdb-lingua a:hover {
	color: #cbe7fa;
}
#tdb-lingua a:active {
	color: #cbe7fa;
}
#tdb-login {
	float: right;
	font-size: 14px;
	color: #FFF;
	padding-top: 15px;
	margin-right: 10px;
}
.tdb-attributi {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tdb-attributi-2017 {
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    float: right;
}
.tdb-attributo {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 0.65rem;
	/* height: 2rem; */
	margin-right: 0px;
	display: inline-block;
	text-transform: uppercase;
	color: #92908f;
	float: left;
	letter-spacing: normal;
	margin-top: -7px;
    font-weight: 700!important;
    /*	margin-bottom: 4px;	line-height: 2.1rem; */
}
.tdb-attributo p {
	font-weight: normal;
	margin-top: 5%;
	margin-bottom: 0px;
	width: 170px;
}
.tdb-attributo span {
    font-weight: 500;
    margin-top: 5%;
    margin-bottom: 0px;
    width: 140px;
    white-space: nowrap;
    display: block;
}
.attributo-location {
    margin-top: 0!important;
}
.tdb-attributo a:link {
	color: #92908f;
}
.tdb-attributo a:visited {
	color: #92908f;
}
.tdb-attributo a:hover {
	color: #FF9900;
}
.tdb-attributo a:active {
	color: #FF9900;
}
.tdb-attributo img {
	vertical-align: middle;
	float: left;
	height: 1.75rem;
	width: 1.75rem;
	margin-right: 0.3rem;
	height: 1.75em\9; /* IE 8 and below */
	width: 1.75em\9;	 /* IE 8 and below */
	*height: 1.75em; /* IE 7 and below */
	*width: 1.75em;	 /* IE  and below */
	_height: 1.75em; /* IE 6 */
	_width: 1.75em;	 /* IE 6 */
}

.tdb-indietro-rubrica {
    height: 2rem;
    margin-right: 0px;
    display: inline-block;
    color: #92908f;
    float: left;
    letter-spacing: normal;
    margin-top: -7px;
    margin-bottom:4px;
    white-space: nowrap;
}

.tdb-attributo-sidebar {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    height: 2rem;
    margin-right: 0px;
    display: inline-block;
    color: #92908f;
    float: left;
    letter-spacing: normal;
    margin-top: -7px;
    margin-bottom:4px;	/*	line-height: 2.1rem; */
    white-space: nowrap;
}
.tdb-attributo-sidebar p {
    font-weight: normal;
    margin-top: 5%;
    margin-bottom: 0px;
    width: 170px;
}
.tdb-attributo-sidebar span {
    margin-top: 2%;
    margin-bottom: 0px;
    width: 150px;
    display: block;
}
.tdb-attributo-sidebar a:link {
    color: #92908f;
}
.tdb-attributo-sidebar a:visited {
    color: #92908f;
}
.tdb-attributo-sidebar a:hover {
    color: #FF9900;
}
.tdb-attributo-sidebar a:active {
    color: #FF9900;
}
.tdb-attributo-sidebar img {
    vertical-align: middle;
    float: left;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.5rem;
    height: 2em\9; /* IE 8 and below */
    width: 2em\9;	 /* IE 8 and below */
    *height: 2em; /* IE 7 and below */
    *width: 2em;	 /* IE  and below */
    _height: 2em; /* IE 6 */
    _width: 2em;	 /* IE 6 */
}


.tdb-annullato {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #c00000;
    color: #FFF;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
    margin-right: 4px;
    line-height: 20px;
}
.tdb-annullato p {
	font-weight: normal;
	margin-top: 5%;
	margin-bottom: 0px;
	width: 170px;
}
.tdb-annullato a:link {
	color: #fff;
}
.tdb-annullato a:visited {
	color: #fff;
}
.tdb-annullato a:hover {
	color: #f39e9e;
}
.tdb-annullato a:active {
	color: #f39e9e;
}
.tdb-annullato img {
	vertical-align: middle;
	float: left;
	height: 2.2rem;
	width: 2.2rem;
	margin-right: 0.3rem;
	height: 2.2em\9; /* IE 8 and below */
	width: 2.2em\9;	 /* IE 8 and below */
	*height: 2.2em; /* IE 7 and below */
	*width: 2.2em;	 /* IE  and below */
	_height: 2.2em; /* IE 6 */
	_width: 2.2em;	 /* IE 6 */
}
.tdb-attributo-grande {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 0.9rem;
	height: 2.5rem;
	margin-right: 12px;
	display: block;
	text-transform: uppercase;
	color: #92908f;
	float: left;
	letter-spacing: normal;
	line-height: 2rem;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 5px;
}
.tdb-attributo-grande a:link {
	color: #92908f;
}
.tdb-attributo-grande a:visited {
	color: #92908f;
}
.tdb-attributo-grande a:hover {
	color: #FF9900;
}
.tdb-attributo-grande a:active {
	color: #FF9900;
}
.tdb-attributo-grande img {
	vertical-align: middle;
	float: left;
	height: 1.9rem;
	width: 1.9rem;
	margin-right: 0.4rem;
	height: 2.6em\9; /* IE 8 and below */
	width: 2.6em\9;	 /* IE 8 and below */
	*height: 2.6em; /* IE 7 and below */
	*width: 2.6em;	 /* IE  and below */
	_height: 2.6em; /* IE 6 */
	_width: 2.6em;	 /* IE 6 */
}
.tdb-button {
	background-color: #49A2DC;
	padding: 1.2rem;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #FFF;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}
.tdb-button:hover  {
	color: #cbe7fa;
}
label {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
	font-weight: 500;
}
.link_bottom_evento {
    border: 2px solid 49a2dc;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    color: #FFFFFF;
    background-color: #49a2dc;
}
.link_bottom_evento a {
    color: #FFFFFF;
    display: block;
    padding: 2.5%;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	text-transform: uppercase;
    font-weight: 500;
}
.link_bottom_evento a:hover {
	color: #cbe7fa;
}
li.buyonline {
	background-color: #23a40a;
	color: #fff;
}
#tdb_pulsanti_evento .condivisione .buyonline a {
	background-color: #23a40a;
	color: #fff;
}
#tdb_pulsanti_evento .condivisione  .buyonline a:link {
	color: #fff;
	background-color: #23a40a;
}
#tdb_pulsanti_evento .condivisione  .buyonline a:visited {
	color: #fff;
	background-color: #23a40a;
}
#tdb_pulsanti_evento .condivisione  .buyonline a:hover {
	color: #6fdf59;
	background-color: #23a40a;
}
#tdb_pulsanti_evento .condivisione  .buyonline a:active {
	color: #6fdf59;
	background-color: #23a40a;
}
.link_bottom_evento_bianco {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    color: #4CA6E5;
    background-color: #E3E7E9;
    padding: 10px;
}
.link_bottom_evento_bianco a {
    color: #4CA6E5;
    display: block;
    padding: 2.5%;
}
.link_bottom_evento_bianco img {
    border: 4px solid #FFF;
	width: 6%;
	height: auto;
}
a:link div.link_bottom_evento_bianco  {
    color: #999999;
}
a:visited div.link_bottom_evento_bianco  {
    color: #999999;
}
a:hover div.link_bottom_evento_bianco  {
    color: #ffffff;
    background-color: #CCCCCC;
}
a:active div.link_bottom_evento_bianco  {
    color: #ffffff;
    background-color: #CCCCCC;
}
.tdb-descrizione-profilo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
	font-size: 15px;
	line-height: 23px;
	margin-top: 50px;
}
.tdb-dati-profilo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 30px;
}
.tdb-descrizione-profilo:first-letter {
    font-size: 30px;
}
.tdb-avatar-profilo {
	float: right;
	width: 180px;
	margin-left: 30px;
	position: relative;
	background-color: #eaeaea;
	padding: 6px;
	text-align: center;
}
.tdb-avatar-profilo img {
	height: auto;
	width: 180px;
}
.tdb-segui-profilo {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #49a2dc;
	height: 20px;
	width: 50px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	display: block;
	background-image: url(../i/icona-segui.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	display: none;
}
a.tdb-segui-profilo {
	color: #FFF;
}
a:hover.tdb-segui-profilo {
	color: #FFF;
	background-color: #205bc1;
}
.tdb-recensione-profilo {
    width: 100%;
    margin-top: 0px;
}
h1.tdb-recensione-profilo  {
	font-size: 46px;
	margin-bottom: 10px;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #205bc1;
	font-weight: 500;
	line-height: 52px;
	margin-top: 0px;
	text-align:left;
}
h2.tdb-recensione-profilo  {
	font-size: 46px;
	margin-bottom: 10px;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #205bc1;
	font-weight: 500;
	line-height: 52px;
	margin-top: 0px;
	clear: both;
}
h4.tdb-recensione-profilo  {
	font-size: 14px;
	margin-bottom: 0px;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: 500;
	line-height: 52px;
	margin-top: 20px;
	text-transform: uppercase;
	clear: both;
}
.tdb-recensione-profilo h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #999;
}
.tdb-recensione-left-profilo {
    text-align: left;
    float: left;
    width: 330px;
    margin-right: 30px;
}
.tdb-recensione-left-profilo:first-letter {
	font-size: 35px;
}
.tdb-recensione-right-profilo {
    float: right;
    width: 250px;
}
h2.tdb-recensione-titolo {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #666;
	margin-bottom: 2px;
}
h3.tdb-recensione-titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 20px;
}
h3.tdb-recensione-autore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 15px;
	text-indent: 0px;
}
.tdb-recensione-locale {
	color: #49a2dc;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.tdb-recensione-locale {
	color: #205bc1;
	font-style: normal;
}
.tdb-recensione-citta {
	color: #999999;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-left: 6px;
}
a.tdb-recensione-citta {
	color: #999999;
	font-style: normal;
}
a.tdb-modifica-avatar {
	font-size: 12px;
	font-weight: 500;
	color: #666;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.tdb-segui-locale-box {
	background-color: #49a2dc;
	width: 100%;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-transform: none;
	position: relative;
    font-weight: 500;
}
.tdb-segui-locale-box a {
	color: #FFF;
}
.tdb-segui-locale-box a:hover {
	color: #cbe7fa;
}
.tdb-segui-locale-box p {
	width: 70%;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.tdb-segui-icona {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 02px;
	margin-left: 14px;
}
.tdb-segui-icona  img {
	height: 40px;
	width: 40px;
}
.tdb-segui-immagine {
	float: right;
	height: 68px;
	width: 40%;
	overflow: hidden;
	position: absolute;
	right: 0px;
}
.tdb-segui-immagine img {
	height: auto;
	width: 100%;
    min-height: 68px;
}
.titolo-widget {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	color: #205BC1;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	clear: both;
	vertical-align: middle;
	line-height: 28px;
}
.titolo-widget img {
	float: left;
	display: block;
	padding-top: 6px;
	padding-right: 6px;
	border: 0px;
}
.tdb-locale-gestione {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #ff9900;
	height: 20px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
a.tdb-locale-gestione  {
	color: #FFF;
}
a:link.tdb-locale-gestione  {
	color: #FFF;
	background-color: #ff9900;
}
a:hover.tdb-locale-gestione  {
	color: #fdeacc;
	background-color: #ff8400;
}
.tdb-locale-testata-vuota {
	width: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 30px;
}
.tdb-locale-intestazione {
	width: 400px;
}
.tdb-locale-tag {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #999;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
.tdb-locale-citta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}
.tdb-locale-via {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 14px;
}
.tdb-locale-dati {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 10px;
}
.tdb-locale-titoletto {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #49a2dc;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.tdb-locale-minibox {
	width: 100%;
	margin-bottom: 30px;
}
.tdb-locale-minibox-indirizzo {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.tdb-pulsante-piccolo {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #49a2dc;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.tdb-pulsante-piccolo {
	color: #FFF;
}
.tdb-pulsante-piccolo:hover {
	color: #FFF;
	background-color: #205bc1;
	cursor:pointer;
}
.tdb-pulsante-piccolo-verde {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #23a40a;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.tdb-pulsante-piccolo-verde {
	color: #FFF;
}
.tdb-pulsante-piccolo-verde:hover {
	color: #FFF;
	background-color: #a5e499;
	cursor:pointer;
}
.tdb-pulsante-grande-verde {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #23a40a;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.tdb-pulsante-grande-verde {
	color: #FFF;
}
.tdb-pulsante-grande-verde:hover {
	color: #FFF;
	background-color: #a5e499;
	cursor:pointer;
}
#div_choose_language {
	color: #FFF;
	background-color: #205BC1;
	top: 50px;
	left: 75px;
	z-index: 199;
	position: relative;
	height: 70px;
	width: 180px;
	text-align: left;
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#div_choose_language ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 160px;
}
#div_choose_language li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 3160px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#div_choose_language a {
	float: left;
}
#div_choose_language a:link {	color: #FFF;}
#div_choose_language a:visited {	color: #FFF;}
#div_choose_language a:hover {	color: #cbe7fa;}
#div_choose_language a:active {	color: #cbe7fa;}
.tdb-titolo-provincia {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	color: #92908f;
	margin-top: 0px;
    font-weight: 500;
}
.evento_passato {
	text-align: center;
	padding-bottom: 20px;
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
	color: #666;
}
.tdb-regioni-sottomenu {
	font-size: 16px;
	clear: both;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #92908f;
	text-transform: uppercase;
	padding-left: 34px;
	margin-bottom: 10px;
    font-weight: 500;
}
.registrati-pubblico {
	width: 242px;
	border: 2px none #CCC;
	background-image: url(../i/matita.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
	background-size: 70px 70px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 100px;
	background-color: #F1F4F4;
	height: 70px;
	margin-top: 24px;
	margin-bottom: 6px;
	cursor: pointer
}
.registrati-pubblico h2 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 4px;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
}
.registrati-pubblico p {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
.registrati-pubblico input[type=checkbox] {
	float: left;
	margin-right: 12px;
	margin-bottom: -2px;
}
.registrati-offerta {
	width: 242px;
	border: 2px none #CCC;
	background-image: url(../i/eventi.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
	background-size: 70px 70px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 100px;
	background-color: #F1F4F4;
	height: 70px;
	margin-top: 6px;
	margin-bottom: 24px;
	cursor: pointer;
}
.registrati-offerta h2 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 4px;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
}
.registrati-offerta p {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
.registrati-offerta input[type=checkbox] {
	float: left;
	margin-right: 12px;
	margin-bottom: -2px;
}
.registrati-testata {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.tdb-partner {
	float: left;
	height: 160px;
	width: 160px;
	display: block;
	margin-right: 30px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #E8EBEB;
	padding: 10px;
}
.tdb-partner img {
	margin-bottom: 4px;
	max-height: 80px;
	width: auto;
}
.tdb-partner-img-container {
	height: 90px;
	width: 200px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.tdb-partner a {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0px;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 16px;
}
.tdb-partner p {
	font-weight: normal;
	font-size: 12px;
	color: #999;
	margin-top: 0px;
	padding-top: 4px;
}
.link_elimina_foto {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	background-color: #49a2dc;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 13px;
	height: 20px;
	width: 20px;
	text-transform: uppercase;
}
a:link.link_elimina_foto  {
	color: #FFF;
	text-decoration: none;
	background-color: #49a2dc;
}
a:visited.link_elimina_foto  {
	color: #FFF;
	text-decoration: none;
	background-color: #49a2dc;
}
a:hover.link_elimina_foto  {
	color: #FFF;
	text-decoration: none;
	background-color: #205bc1;
}
a:active.link_elimina_foto  {
	color: #FFF;
	text-decoration: none;
	background-color: #205bc1;
}
.fileupload {
	padding: 4px;
	width: 300px;
}
.tabella-prezzi {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #F8F8F8;
	text-transform: uppercase;
    font-weight: 500;
}
.tabella-prezzi strong {
	font-weight: normal;
	color: #00b841;
}
.tabella-prezzi img {
	width: 100px;
	height: auto;
}
.archivio_menu li {
	float: left;
	width: 200px;
	margin-right: 10px;
	height: 100px;
}
.archivio_menu {
	clear: both;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 10px;
}
.archivio_menu ul {
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.archivio_menu li {
	float: left;
	width: 160px;
	margin-right: 10px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.archivio_menu p {
	margin-top: 3px;
	margin-bottom: 4px;
	font-size: 12px;
}
.menu-pulsante-piccolo {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #49a2dc;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
a.menu-pulsante-piccolo {
	color: #FFF;
}
.menu-pulsante-piccolo:hover {
	color: #FFF;
	background-color: #205bc1;
	cursor:pointer;
}

/* TdB WIDGET */
.tdb-widget-head {
    background-color: #49A2DC;
    border-bottom: 3px solid #205BC1;
    height: 23px;
    margin-top: 0;
    width: 100%;
}
.tdb-widget-head-internal {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.tdb-widget-logo {
	background-image: url(../i/il-tacco-di-bacco.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 22px;
	width: 116px;
	margin-right: auto;
	margin-left: 0px;
	float:left;
}
.tdb-widget-body {
	padding: 2px;
	height: 100%;
	margin-top: 6px;
}
.tdb-widget-evento {
	width: 90%;
	margin-top: 1em;
	margin-bottom: 1px;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
.tdb-widget-data {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FF9900;
}
.tdb-widget-luogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #666666;
}
.tdb-widget-titolo h2 {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 0.2em;
	margin-bottom: 0.2px;
	color: #2a4fb9;
}
.tdb-widget-corpo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666;
}
.tdb-widget-top-citta {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #93D1F9;
	font-weight: bold;
	padding-left: 4px;
	font-size: 15px;
	height: 16px;
	letter-spacing: -1px;
	display: block;
	margin-top: 4px;
}
.tdb-widget-top-citta a:link {
	color: #93D1F9;
}
.tdb-widget-top-citta a:visited {
	color: #93D1F9;
}
.tdb-widget-top-citta a:hover {
	color: #fff;
}
.tdb-widget-top-citta a:active {
	color: #fff;
}
.tdb-widget-container {
	height: 450px;
	width: 250px;
	overflow: scroll;
	border: 1px solid #CCC;
}
.tdb-blog-scadenza {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
.tdb-pulsantemicro {
	background-color: #49a2dc;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
	margin-left: 3px;
}
a:link.tdb-pulsantemicro  {
	color: #fff;
}
a:visited.tdb-pulsantemicro  {
	color: #fff;
}
a:hover.tdb-pulsantemicro  {
	color: #cbe7fa;
}
a:active.tdb-pulsantemicro  {
	color: #fff;
}
.tdb-editor-icon {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #49a2dc;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tdb-editor-icon img {
	height: auto;
	width: 25px;
}
a.tdb-editor-icon {
	color: #FFF;
	width: 25px;
    display: inline-block;
}
.tdb-editor-icon:hover {
	color: #FFF;
	background-color: #205bc1;
	cursor:pointer;
}
.tdb-editor-icon-titolo {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #49a2dc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	margin-left: 3px;
	float: left;
	display: block;
	margin-top: 5px;
}
.tdb-editor-icon-titolo img {
	height: auto;
	width: 28px;
}
a.tdb-editor-icon-titolo {
	color: #FFF;
	display: block;
	width: 28px;
	margin-right: 6px;
}
.tdb-editor-icon-titolo:hover {
	color: #FFF;
	background-color: #205bc1;
	cursor:pointer;
}
.tdb-top-path {
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 10px;
}
#tdb-path {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	text-align: left;
	width: 100%;
	padding-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#tdb-path ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}
#tdb-path li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}
#tdb-path a:link {
	color: #205bc1;
	text-decoration: none;
}
#tdb-path a:visited {
	color: #205bc1;
	text-decoration: none;
}
#tdb-path a:hover {
	color: #49A2DC;
	text-decoration: none;
}
#tdb-path a:active {
	color: #49A2DC;
	text-decoration: none;
}
.tdb-top-path-left {
	float: left;
	width: 60%;
	text-align: left;
}
.tdb-top-path-right {
	text-align: right;
	float: left;
	width: 40%;
	font-style: italic;
	color: #999;
	margin-top: 12px;
	margin-bottom: 12px;
}
.link_segnalato_da {
	font-size: 11px;
	color: #CCC;
	font-style: italic;
	width: 100%;
	text-align: right;
}
.link_segnalato_da a:link {
	color: #CCC;
	font-weight: bold;
}
.link_segnalato_da a:visited {
	color: #CCC;
	font-weight: bold;
}
.link_segnalato_da a:hover {
	color: #999;
	font-weight: bold;
}
.link_segnalato_da a:active {
	color: #999;
	font-weight: bold;
}
.fileinput-button {
	height: 24px;
}
#progress {
	clear: both;
	margin-top: 10px;
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	background-color: #CCC;
}
.bar {
	background-color: #49a2dc;
	height: 20px;
	background-image: url(../i/picload.gif);
}

/** CALENDARIO 2015 **/

.tdb_cal_eventi {
	width: 100%;
	display: block;
}
.tdb_cal_eventi_data {
	width: 18%;
	float: left;
	text-align: center;
}
.tdb_cal_eventi_data .numero {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 65px;
	font-weight: 500;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.tdb_cal_eventi_data .numero-festivo {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
    font-size: 65px;
    font-weight: 500;
    color: #FF9900;
    text-align: center;
}
.tdb_cal_eventi_data .numero-festivo a  {
    color: #FF9900;
}
.tdb_cal_eventi_data .giorno {
    margin-top: 0px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
}
.tdb_cal_eventi_data .giorno-festivo {
    margin-top: 0px;
    font-weight: bold;
    color: #FF9900;
    text-align: center;
    padding-top: 6px;
}
.tdb_cal_eventi_data .giorno-festivo a {
    color: #FF9900;
}
.tdb_cal_eventi_img {
	height: 100px;
	width: 25%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 24px;
}
.tdb_cal_eventi_img  img {
	height: auto;
	width: 100%;
}
.tdb_cal_eventi_nome {
	font-size: 14px;
	width: 45%;
	float: left;
}
.tdb_cal_eventi_nome h3 {
	font-size: 16px;
	margin-top: 21px;
	margin-bottom: 0px;
	font-weight: normal;
}
.tdb_cal_eventi_nome h2 {
	font-size: 22px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-weight: 500;
	line-height: 26px;
}


/***** BLOG 2015 *****/

#tdb_blog_articolo {
	padding: 30px;
}
#tdb_blog_articolo h1 {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #205BC1;
	line-height: 44px;
    text-align: left!important;
}
#tdb_blog_articolo h2 {
    font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #205BC1;
    line-height: 35px;
}
#tdb_blog_articolo .scadenza {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #999;
	font-weight: bold;
}
#tdb_blog_articolo .rubriche ul {
	display: inline-block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#tdb_blog_articolo .rubriche li {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	display: inline-block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: 500;
}
#tdb_blog_articolo .rubriche li a:link {
	background-color: #FF9900;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#tdb_blog_articolo .rubriche li a:visited {
	background-color: #FF9900;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#tdb_blog_articolo .rubriche li a:hover {
	background-color: #bf7300;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#tdb_blog_articolo .rubriche li a:active {
	background-color: #bf7300;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#tdb_blog_articolo .foto img {
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#tdb_blog_articolo img {
    height: auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#tdb_blog_articolo .articolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
}
#tdb_blog_articolo .video {
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#tdb_blog_articolo .articolo-foot {
	width: 100%;
}
#tdb_blog_articolo .autore {
	float: left;
	width: 50%;
	font-size: 12px;
	color: #999;
}
#tdb_blog_articolo .letture {
	float: right;
	width: 50%;
	font-size: 12px;
	color: #999;
}
#tdb_blog_articolo p {
    margin-top: 0;
}
#tdb_blog_indice {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#tdb_blog_indice h2 {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #205BC1;
	line-height: 40px;
}
#tdb_blog_indice .scadenza {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #999;
	font-weight: bold;
}
#tdb_blog_indice .rubriche ul {
	display: inline-block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tdb_blog_indice .rubriche li {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	background-color: #FF9900;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
    font-weight: 500;

}
#tdb_blog_indice .foto {
	width: 200px;
	height: auto;
	margin-top: 6px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	float: right;
	border: 3px solid #F5F5F5;
}
#tdb_blog_indice .foto img {
	height: auto;
	width: 200px;
}
#tdb_blog_indice .articolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
#tdb_blog_indice .articolo-foot {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
}
#tdb_blog_indice .data {
	float: left;
	width: 50%;
	font-size: 12px;
	color: #999;
}
#tdb_blog_indice .commenti {
	float: right;
	width: 50%;
	font-size: 14px;
	color: #999;
	text-align: right;
}
#tdb_pulsanti_evento ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#tdb_pulsanti_evento li {
	padding: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: inline-block;
}
#tdb_pulsanti_evento .condivisione a {
	background-color: #FF9900;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
}
#tdb_pulsanti_evento .follower {
	background-color: #fdcf89;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
}
#tdb_pulsanti_evento .segui-icona {
	height: 28px;
	width: 28px;
	margin-right: 3px;
	padding: 0px;
	border: 0px;
	margin-left: -10px;
	margin-bottom: -9px;
}
#tdb_pulsanti_evento .follower a {
	background-color: #fdcf89;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
}
#tdb_pulsanti_evento .follower2 {
	background-color: #FFF;
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	color: #FF9900;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-weight: 500;
	margin-left: -4px;
	border: 2px solid #FF9900;
}
#tdb_pulsanti_evento .follower2b {
	background-color: #FFF;
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	color: #fdcf89;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-weight: 500;
	margin-left: -4px;
	border: 2px solid #fdcf89;
}
#tdb_pulsanti_evento .condivisione  a:link {
	color: #fff;
}
#tdb_pulsanti_evento .condivisione  a:visited {
	color: #fff;
}
#tdb_pulsanti_evento .condivisione  a:hover {
	color: #ffdead;
}
#tdb_pulsanti_evento .condivisione a:active {
	color: #fff;
}
#tdb_pulsanti_evento .promozione a {
	background-color: #23a40a;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
}
#tdb_pulsanti_evento .promozione  a:link {
	color: #fff;
}
#tdb_pulsanti_evento .promozione  a:visited {
	color: #fff;
}
#tdb_pulsanti_evento .promozione  a:hover {
	color: #a5e499;
}
#tdb_pulsanti_evento .promozione a:active {
	color: #fff;
}
#tdb_pulsanti_evento .modifica a {
	background-color: #49a2dc;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
}
#tdb_pulsanti_evento .modifica  a:link {
	color: #fff;
}
#tdb_pulsanti_evento .modifica  a:visited {
	color: #fff;
}
#tdb_pulsanti_evento .modifica  a:hover {
	color: #cbe7fa;
}
#tdb_pulsanti_evento .modifica a:active {
	color: #fff;
}
#tdb_pulsanti_evento .notifica a {
	background-color: #49a2dc;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
}
#tdb_pulsanti_evento .notifica  a:link {
	color: #fff;
}
#tdb_pulsanti_evento .notifica  a:visited {
	color: #fff;
}
#tdb_pulsanti_evento .notifica  a:hover {
	color: #cbe7fa;
}
#tdb_pulsanti_evento .notifica a:active {
	color: #fff;
}
.tdb-popup {
	background-color: #FFF;
	padding: 40px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
.tdb-popup .segui-bg {
	float:right;
}
.tdb-popup .titolo {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	height: 100%;
	font-weight: 500;
	padding-bottom: 6px;
	margin: 0px;
}
.tdb-popup label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #666;
	text-transform: none;
	font-weight: bold;
	font-size: 18px;
}
.tdb-popup p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 16px;
	padding-top: 4px;
}

.tdb-popup .img-sharing {
    height: 40%;
    width: 40%;
    padding-bottom: 6px;
}
.tdb-popup .sharing {
    margin: 0px;
    padding: 0px;
}
.tdb-popup .sharing ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.tdb-popup .sharing li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    width: 32%;
    font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

/** COOKIE LAW **/

.cookielaw {
	color: #FFF;
	background-color: #FF9900;
	padding: 30px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: left;
	z-index: 930;
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 32px;
    font-weight: 500;

}
.accetta-cookie {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #bf7300;
}
.cookielaw a:link {
	color: #FFF;
}
.cookielaw a:visited {
	color: #FFF;
}
.cookielaw a:hover {
	color: #FF9900;
}
.cookielaw a:active {
	color: #FF9900;
}
.cookielaw a {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #bf7300;
	margin-left: 10px;
	white-space: nowrap;
}
/** FINE COOKIE LAW **/




/** CALENDARIO 2015 **/

.tdb_calendario_regione {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #999;
	text-align: center;
}
.tdb_calendario_regione h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #49a2dc;
	margin: 0px;
	padding: 0px;
}
.tdb_calendario_regione h2 a:link {
	color: #49a2dc;
}
.tdb_calendario_regione h2 a:visited {
	color: #49a2dc;
}
.tdb_calendario_regione h2 a:hover {
	color: #205bc1;
}
.tdb_calendario_regione h2 a:active {
	color: #205bc1;
}
.tdb_calendario_regione  ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tdb_calendario_regione  li {
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
    font-weight: 500;

}
.tdb_calendario_regione li a:link {
	color: #92908f;
}
.tdb_calendario_regione li a:visited {
	color: #92908f;
}
.tdb_calendario_regione li a:hover {
	color: #FF9900;
}
.tdb_calendario_regione li a:active {
	color: #FF9900;
}
.promo-location {
	background-color: #f9f3ea;
	width: 464px;
	margin-top: 12px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 3px solid #ff9900;
}
.promo-location h2 {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #009fc3;
	line-height: 27px;
	margin: 0px;
}
.promo-location h3 {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #009fc3;
	line-height: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.promo-location h4 {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	line-height: 27px;
	margin: 0px;
	text-transform: uppercase;
}
.promo-location .mp {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff8605;
	line-height: 27px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	width: 420px;
}
.promo-location p {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	line-height: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.promo-location .foto {
	float: right;
	height: 124px;
	width: 110px;
}
.youtubesearch {
	margin-top: 30px;
	margin-left: 0px;
}
.youtubesearch img {
	margin-top: 6px;
	margin-bottom: 10px;
	border: 4px solid #F4F4F4;
	width: 120px;
	height: auto;
}
.youtubesearch ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.youtubesearch li {
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.lat_promo  {
	margin: 0px;
	padding: 0px;
	border: 2px solid #205bc1;
	text-align: center;
    background-color: #eaebf9;
}
.lat_promo  li {
	list-style-type: none;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.lat_promo  ul{
	list-style-type: none;
}
.lat_promo .citta {
	font-weight: normal;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 4px;
}
.lat_promo .data {
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 11px;
}
.lat_promo .titolo {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	color: #205bc1;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
}
.lat_promo img {
	height: auto;
	width: 99%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2.ricorrenza {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	height: 100%;
	font-weight: 500;
	padding-bottom: 10px;
	text-align: center;
	color: #49a2dc;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.ul-calendar {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ul-calendar li {
	padding: 0px;
	list-style-type: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 15px;
}



/** ARTISTA **/

.tdb-artista {
	background-color: #49a2dc;
	width: 100%;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-transform: none;
	position: relative;
    font-weight: 500;
}
.tdb-artista a {
	color: #FFF;
}
.tdb-artista a:hover {
	color: #cbe7fa;
}
.tdb-artista p {
	width: 70%;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

/** form nuovo **/

.form-group {
    margin-bottom: 10px;
}
.form-group label {
    display: block;
}
.form-group input[type=text] {
    padding: 6px;
    width: 100%;
    border: 1px solid #CCC;
    text-align: left;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 6px;
    box-sizing: border-box;
}
.form-group input[type=password] {
    padding: 6px;
    width: 100%;
    border: 1px solid #CCC;
    text-align: left;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 6px;
}
.form-group textarea {
	padding: 6px;
	width: 100%;
	border: 1px solid #CCC;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 6px;
    box-sizing: border-box;
}
.form-group .titolo-evento {
	width: 100%;
	max-width: 570px!important;
}
.form-group select {
	padding: 8px;
	width: 100%!important;
	border: 1px solid #CCC;
	text-align: left;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 6px;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0px;
	background-color: #FFF;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(../i/freccia1.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
    box-sizing: border-box;
}
.form-group input[type=web] {
    padding: 6px;
    width: 100%;
	max-width: 350px;
    border: 1px solid #CCC;
    text-align: left;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 6px;
}
.select2-selection {border: 1px solid #CCC;border-radius: 0px;}
.select2-container--open .select2-dropdown--below {
	margin-top: -54px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #999 1px!important;
    outline: 0;
}
.tdb-lista-rubriche-left {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 20px;
    margin-top: 20px;
}
.tdb-lista-rubriche-left ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tdb-lista-rubriche-left li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	cursor: pointer;
	display: block;
	height: 40px;
}
.tdb-lista-rubriche-left div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.tdb-lista-rubriche-left input[type=checkbox] {
    float: left;
    display: block;
    margin-right: 10px;
}
.tdb-lista-rubriche-right input[type=checkbox] {
    float: left;
    display: block;
    margin-right: 10px;
}

.tdb-lista-rubriche-right {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 20px;
    margin-top: 20px;
}
.tdb-lista-rubriche-right ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tdb-lista-rubriche-right li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	cursor: pointer;
	display: block;
	height: 40px;
}
.tdb-lista-rubriche-right div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

/** ARTISTA **/

.tdb-artista-box {
	background-color: #49a2dc;
	width: 100%;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-transform: none;
	position: relative;
    font-weight: 500;
}
.tdb-artista-box a {
	color: #FFF;
}
.tdb-artista-box a:hover {
	color: #cbe7fa;
}
.tdb-artista-box p {
	width: 70%;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.tdb-artista-icona {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 02px;
	margin-left: 14px;
}
.tdb-artista-icona  img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

/** PROFILO ARTISTA **/

.tdb-profilo-cover {
	height: 224px;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #8596b4;
	position: absolute;
	margin-left: -30px;
	z-index: 2;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.tdb-profilo-cover img {
	width: 100%;
	height: auto;
	position: relative;
}
.tdb-profilo-avatar {
	height: 180px;
	width: 180px;
	border: 5px solid #e7e7e7;
	overflow: hidden;
	margin-top: 80px;
	position: relative;
	z-index: 4;
	background-color: #FFF;
	background-image: url(../i/empty-profile.jpg);
}
.tdb-profilo-avatar img {
	position: relative;
	z-index: 10;
}
.tdb-profilo-titolo {
     margin-top: -148px;
     margin-left: 210px;
     position: absolute;
     z-index: 5;
     height: 90px;
     width: 370px;
 }
.tdb-profilo-titolo h2 {
    font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 0px 7px #000;
    display: table-cell;
    vertical-align: bottom;
    height: inherit;
    font-weight: 500;


}
.tdb-profilo-motto {
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 16px;
	color: #49a2dc;
	margin-left: 210px;
	text-transform: uppercase;
	font-weight: 500;
    margin-top: -30px;
}
.tdb-profilo-condivisione {
	float: right;
	top: 220px;
	right: 20px;
	position: absolute;
	z-index: 18;
}
.tdb-profilo-social ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.tdb-profilo-social li {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #CCC;
}
.evento-artista {
	margin-bottom: 30px;
}
.tdb-evento-artista-data {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
}
.tdb-evento-artista-data a:link {
	color: #FF9900;
}
.tdb-evento-artista-data a:visited {
	color: #FF9900;
}
.tdb-evento-artista-data a:hover {
	color: #FF9900;
}
.tdb-evento-artista-data a:active {
	color: #FF9900;
}
.tdb-evento-artista-citta {
	font-size: 24px;
	font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
	text-transform: uppercase;
    font-weight: 500;

}
.tdb-evento-artista-citta  a:link {
	color: #205bc1;
}
.tdb-evento-artista-citta  a:visited {
	color: #205bc1;
}
.tdb-evento-artista-citta  a:hover {
	color: #49a2dc;
}
.tdb-evento-artista-citta  a:active {
	color: #49a2dc;
}
.tdb-evento-artista-location {
	text-transform: none;
}
.evento-artista span a:link {
	color: #205bc1;
}
.evento-artista  span a:visited {
	color: #205bc1;
}
.evento-artista  span a:hover {
	color:  #49a2dc;
}
.evento-artista  span a:active {
		color:  #49a2dc;
}

/** UPLOAD COVER AVATAR **/

#link_upload_avatar {
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
    display: block;
}
#link_upload_copertina .fileinput-button {
	position: absolute;
	z-index: 44;
	background-color: #49a2dc;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
	top: 0px;
}
.fileinput-button a:link {
		color: #FFF;
}
.fileinput-button a:visited {
		color: #FFF;
}
.fileinput-button a:hover {
		color: #b9def6;
}
.fileinput-button a:active {
		color: #b9def6;
}
#link_riposiziona {
	position: absolute;
	z-index: 44;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
	width: 40px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin-top: 0px;
    margin-left: -15px;
}
#link_riposiziona a {
	padding-right: 3px;
	padding-left: 3px;
}
#link_riposiziona img {
    width: auto;
    height: 24px;
}
.tdb-profilo-avatar .fileinput-button  {
	overflow: visible;
}
.tdb-profilo-avatar .fileinput-button:hover {
	color: #b9def6;
}
#help_riposiziona {
	position: absolute;
	z-index: 44;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 14px;
	font-weight: 500;
	top: 38%;
	left: 33%;
	background-image: url(../i/nerotrasparente.png);
	 pointer-events: none;

}
#div_cmd_riposiziona {
	position: absolute;
	z-index: 44;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
	top: 0px;
	left: 0px;
}
#div_riposiziona_old {
	position: absolute;
	z-index: 44;
	background-color: #49a2dc;
	font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 500;
	top: 0px;
	left: 0px;
}
#div_riposiziona {
    position: absolute;
    z-index: 44;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-weight: 500;
    top: 4px;
    left: 0px;
}
.trascinamento {     cursor: move;
    cursor: -webkit-grab;
 }
.caricamento-avatar {
    margin-top: -40px;
    margin-left: 2px;
    position: relative;
    z-index: 44;
}
.caricamento-avatar img {
    width: auto;
    height: 24px;
}
.caricamento-copertina {
    margin-top: 4px;
}
.caricamento-copertina img {
    width: auto;
    height: 24px;
}

/** COLONNE SITO **/

.tdb-left-container {
	float: left;
	width: 640px;
	margin-right: 30px;
	margin-left: 30px;
}
.tdb-right-container {
	float: left;
	width: 180px;
	margin-right: 30px;
}

/** FORM TOUR **/

.form-group-horiz input {
	height: 20px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 14px;
}
.form-group-horiz textarea {
	height: 20px!important;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 14px;
}
.ui-datepicker {
    margin-top: -54px;
}
.tdb_button_medium {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    text-decoration: none;
    background-color: #49a2dc;
    color: #fff;
    font-size: 14px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 500;

}
a.tdb_button_medium:link {
    color: #FFF;
}
a.tdb_button_medium:visited {
    color: #FFF;
}
a.tdb_button_medium:hover {
    color: #b9def6;
}
a.tdb_button_medium:active {
    color: #b9def6;
}
.didascalia {
    margin-top: -20px;
    margin-bottom: 20px;
}




.acquista-grande {
    background-color: #23a40a;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-weight: 500;
    width: 100%;
    border: 0;
    background-image: url(../i/cartadicredito.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    padding-left: 80px;
    background-size: 40px auto;


}

.acquista-grande:hover {
    color: #a5e499;
    cursor:pointer;
}

.paga {
    font-size: 11px;
    width:100%;
    text-align:center;
    margin-bottom: 200px;
    display: block;
    clear: both;
}
.rubrica-blog {
    display: inline-block!important;
}
.tdb-toolbar {
    margin-top: 4px;
    margin-bottom: 2px;
    float: right;
    width: 25px;
}
.area-toolbar {
    width: 95%!important;
}
.locale-esempi {
    margin-top: 3px;
    color: #999;
}
.maiuscolo {
    width: 85%!important;
}
.gps-form-left {
    text-align: right!important;
    float:left;
    width: 49%!important;
    margin-left:0!important;
    margin-left:0.5%!important;
    box-sizing: border-box;
}
.gps-form-right {
    text-align: right!important;
    float:right;
    width: 49%!important;
    margin-left:0.5%!important;
    margin-right:0!important;
    box-sizing: border-box;
}
.label-inline {
    display: inline!important;
}
.tdb-right-container ul {
     margin: 0px;
     padding: 0px;
     list-style-type: none;
 }
.tdb-right-container li {
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
}
#tdb_destra ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#tdb_destra li {
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
}



/* INTERRUTTORE iOS STYLE */

.onoffswitch {
    position: relative; width: 50px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 23px; padding: 0; line-height: 23px;
    border: 2px solid #cccccc; border-radius: 23px;
    background-color: #cccccc;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 23px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 25px;
    border: 2px solid #CCC; border-radius: 23px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #49A2DC;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #49A2DC;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}
.switch-text {
    float: left;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #666;
    margin-left: 10px;
    padding-top: 3px;
    font-weight: 500;
}

/* FINE INTERRUTTORE iOS */




.box-profilo {
    width: 100%;
    border: 2px solid #e2e5dc;
}
.box-profilo .cover {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.box-profilo .cover img {
    width: 100%;
    height: auto;
}
.box-profilo h2 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-weight: 500;
    color: #205bc1;
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.box-profilo .payoff {
    font-size: 12px;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.box-profilo .info {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.box-profilo .avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 2px solid #e2e5dc;
    float: left;
}
.box-profilo .avatar img {
    width: auto;
    height: 80px;
}
.box-profilo .features {
    float: left;
    display: block;
    margin-left: 20px;
    box-sizing: border-box;
    width: 60%;
}


.box-profilo .info ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.box-profilo .info li {
    padding: 0px;
    list-style-type: none;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    display: inline-block;
}


.box-profilo .condivisione a {
    background-color: #FF9900;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    font-weight: 500;
}
.box-profilo .follower {
    background-color: #fdcf89;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    font-weight: 500;

}
.box-profilo .segui-icona {
    height: 28px;
    width: 28px;
    margin-right: 0px;
    padding: 0px;
    border: 0px;
    margin-left: -10px;
    margin-bottom: -9px;
}
.box-profilo .follower a {
    background-color: #fdcf89;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
}
.box-profilo .follower2 {
    background-color: #FFF;
    font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
    color: #FF9900;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    font-weight: normal;
    margin-left: -4px;
    border: 2px solid #FF9900;
}
.box-profilo .follower2b {
    background-color: #FFF;
    font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
    color: #fdcf89;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-right: 12px;
    padding-bottom: 2px;
    padding-left: 12px;
    font-weight: 500;
    margin-left: -4px;
    border: 2px solid #fdcf89;
}
.box-profilo .condivisione  a:link {
    color: #fff;
}
.box-profilo .condivisione  a:visited {
    color: #fff;
}
.box-profilo .condivisione  a:hover {
    color: #ffdead;
}
.box-profilo .condivisione a:active {
    color: #fff;
}
.box-profilo .eventi {
    color: #FFF;
    font-family: 'PT Sans Narrow', Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
    margin-top: 8px;
}
.box-profilo .eventi a {
    padding: 6px;
    display: block;
}
.box-profilo .eventi img {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 8px;
    margin-top: -2px;
}
.box-profilo .eventi a:link {
    color: #FFF;
    background-color: #49a2dc;

}
.box-profilo .eventi a:visited {
    color: #FFF;
    background-color: #49a2dc;

}
.box-profilo .eventi a:hover {
    color: #FFF;
    background-color: #205bc1;

}
.box-profilo .eventi a:active {
    color: #FFF;
    background-color: #205bc1;

}
.row-profili {
    width: 100%;

}
.colonna-profili {
    width: 48%;
    box-sizing: border-box;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;

}

.box-location {
    width: 100%;
    border: 2px solid #e2e5dc;
}
.box-location .cover {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.box-location .cover img {
    width: 100%;
    height: auto;
}
.box-location h2 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-weight: 500;
    color: #205bc1;
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.box-location .payoff {
    font-size: 12px;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.box-location .citta {
    font-size: 15px;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}
.box-location .info {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.box-location .recensioni {
    font-size: 12px;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: normal;
}
.box-location .attributi {
    float: none;
}
.box-location .features {
    float: left;
    display: block;
    margin-left: 0px;
    box-sizing: border-box;
    width: 60%;
}


.box-location .info ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.box-location .info li {
    padding: 0px;
    list-style-type: none;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    display: inline-block;
}


.box-location .condivisione a {
    background-color: #FF9900;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    font-weight: 500;
}
.box-location .follower {
    background-color: #fdcf89;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    font-weight: 500;

}
.box-location .segui-icona {
    height: 28px;
    width: 28px;
    margin-right: 0px;
    padding: 0px;
    border: 0px;
    margin-left: -10px;
    margin-bottom: -9px;
}
.box-location .follower a {
    background-color: #fdcf89;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
}
.box-location .follower2 {
    background-color: #FFF;
    font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
    color: #FF9900;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    font-weight: 500;
    margin-left: -4px;
    border: 2px solid #FF9900;
}
.box-location .follower2b {
    background-color: #FFF;
    font-family: 'PT Sans Narrow', Arial, "Arial Black", Helvetica, sans-serif;
    color: #fdcf89;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-right: 12px;
    padding-bottom: 2px;
    padding-left: 12px;
    font-weight: 500;
    margin-left: -4px;
    border: 2px solid #fdcf89;
}
.box-location .condivisione  a:link {
    color: #fff;
}
.box-location .condivisione  a:visited {
    color: #fff;
}
.box-location .condivisione  a:hover {
    color: #ffdead;
}
.box-location .condivisione a:active {
    color: #fff;
}
.box-location .eventi {
    color: #FFF;
    font-family: 'PT Sans Narrow', Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 100%;
    margin-top: 8px;
    font-weight: 500;

}
.box-location .eventi a {
    padding: 6px;
    display: block;
}
.box-location .eventi img {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 8px;
    margin-top: -2px;
}
.box-location .eventi a:link {
    color: #FFF;
    background-color: #49a2dc;

}
.box-location .eventi a:visited {
    color: #FFF;
    background-color: #49a2dc;

}
.box-location .eventi a:hover {
    color: #FFF;
    background-color: #205bc1;

}
.box-location .eventi a:active {
    color: #FFF;
    background-color: #205bc1;

}
.row-location {
    width: 100%;
}
.colonna-location {
    width: 48%;
    box-sizing: border-box;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;

}
.blog-paginazione {
    margin-left: 30px;
}
.blog-paginazione a {
    background-color: #49a2dc;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-weight: 500;
}




.tdb-eventi-minori {}
.tdb-eventi-minori ul {
    list-style-type: none;
    padding: 0;
    margin:0;
}
.tdb-eventi-minori li {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}
.tdb-eventi-minori-foto {
    width: 150px;
    height: 100px;
    overflow: hidden;
    border: 3px solid #CCC;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.tdb-eventi-minori-foto img {
    width: 250px;
    height: auto;
    min-height: 100px;
}
.tdb-eventi-minori-info {}
.tdb-eventi-minori-info .data {
    color: #FF9900;
    font-weight: bold;
}
.tdb-eventi-minori-titolo h4 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin:0!important;
}


.score label {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
}

.progressbar-text {
    margin-top: -22px;
    position: absolute;
    padding-left: 10px;
}

.score-container {
    border: 3px solid #eeeeee;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.score-container ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    margin-left: 20px;
}
.score-container li {
    margin-top: 4px;
    margin-bottom: 4px;
}
.score-container .verde {
    color: #009933;
    font-style: italic;
    margin-left: -20px;
}
.score-container .verde::before {
    color: #087f13;
    content: '✔';
    margin-right: 6px;
}
.score-container .rosso {
    color: #cc0000;
    font-weight: 800;
    margin-left: -20px;
}
.score-container .rosso::before {
    color: #cc0000;
    content: '✘';
    margin-right: 10px;
}
.signed {
    color: #00b841;
}
.testo-annullato {
    color: #999!important;
    font-style: italic!important;
}
.data-annullata {
    color: #999!important;
    text-decoration: line-through;
}
.regular-center-annullato .evento-corpo {
     color: #999!important;
     font-style: italic;
 }
.regular-center-annullato .evento-corpo .motivo {
    color: #000!important;
    font-style: normal!important;
    font-weight: bold;
}
.regular-center-annullato .conbordo-evento img {
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.regular-center-annullato .evento-img img {
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.testo-annullato .motivo {
    color: #000!important;
    font-style: normal!important;
    clear: both;
    width: 100%;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.regular-center-annullato .testa {
    color: #999!important;
    text-decoration: line-through;
}
.dintorni span {
    box-sizing: border-box;
    color: #FFF;
    background-color: #CCC;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    display: inline-block;
}
.dintorni a {
    box-sizing: border-box;
    color: #FFF;
    background-color: #205bc1;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    display: inline-block;
}
.dintorni {
    text-align: center;
}


.data-annullata {
    color: #CCC!important;
    text-decoration: line-through;
}

.tdb_cmds >a {
    margin-right: 7px;
    margin-left: 7px;
}

#trigger-rubriche {
    margin-bottom: 8px;
    text-align: center;
}

#menu-rubriche {
    background: #fafafa;
    padding: 20px;
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 100;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #cbcbcb;
    color: #696969;
}
#menu-rubriche li {
    list-style-type: none;
    height: 50px;
    color: #696969;
    display: inline-block;
    width: 32%;
    font-size: 14px;
}
#menu-rubriche li.header {
    font-style: italic;
}
#menu-rubriche li a {
    color: #696969;
}
#menu-rubriche li a:hover {
    color: #999;
}
#menu-rubriche li a img {
    vertical-align: middle;
    float: left;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.5rem;
    height: 2em\9; /* IE 8 and below */
    width: 2em\9;	 /* IE 8 and below */
    *height: 2em; /* IE 7 and below */
    *width: 2em;	 /* IE  and below */
    _height: 2em; /* IE 6 */
    _width: 2em;	 /* IE 6 */
    margin-top: -3px;
}
#menu-rubriche .descrizione {
    font-size: 11px;
    font-style: italic;
    display: block;
    margin-top: 3px;
    color: #a2a2a2;
}
#menu-rubriche.open {
    display: block;
}
.back-rubrica {
    font-size: 13px;
    font-style: italic;
    margin-top: -10px;
}

#menu-rubriche h2 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 23px;
    width: 100%;
    text-align: center;
    color: #49a2dc;
    margin-top: 4px;
    margin-bottom: 30px;
    font-weight: normal;
}


#menu-rubriche .testa {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 23px;
    width: 100%;
    text-align: center;
    color: #49a2dc;
    margin-top: 4px;
    margin-bottom: 30px;
    font-weight: normal;
}
#menu-calendario {
    background: #fafafa;
    padding: 20px;
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 100;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #cbcbcb;
    color: #696969;
}

#menu-dintorni {
    background: #fafafa;
    padding: 20px;
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 100;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #cbcbcb;
    color: #696969;
}
#menu-dintorni ul {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
#menu-dintorni li {
    list-style-type: none;
    color: #696969;
    display: block;
    height: 40px;
    width: 100%;
    font-size: 20px;
}
#menu-dintorni .cerca {
    width: 100%;
    padding: 6px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    height: 26px;
}
#menu-dintorni input[type=text] {
    width: 80%;
    border: 0;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    height: 24px;
}
#menu-dintorni input[type=button] {
    float: right;
    border: 0;
    background-image: url(../i/lente.jpg);
    text-indent: -99999px;
    background-color: #FFFFFF;
    background-size: cover;
    display: block;
    margin: 0px;
    height: 24px;
    width: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#menu-dintorni li.header {
    font-style: italic;
}
#menu-dintorni li a {
    color: #696969;
}
#menu-dintorni li a:hover {
    color: #999;
}
#menu-dintorni li a img {
    vertical-align: middle;
    float: left;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.5rem;
    height: 2em\9; /* IE 8 and below */
    width: 2em\9;	 /* IE 8 and below */
    *height: 2em; /* IE 7 and below */
    *width: 2em;	 /* IE  and below */
    _height: 2em; /* IE 6 */
    _width: 2em;	 /* IE 6 */
}
#menu-dintorni h2 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 23px;
    width: 100%;
    text-align: center;
    color: #49a2dc;
    margin-top: 4px;
    margin-bottom: 30px;
    font-weight: normal;
}
#menu-dintorni .testa {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 23px;
    width: 100%;
    text-align: center;
    color: #49a2dc;
    margin-top: 4px;
    margin-bottom: 30px;
    font-weight: normal;
}
#menu-dintorni.open {
    display: block;
}

#menu-citta {
    background: #fafafa;
    padding: 20px;
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 100;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #cbcbcb;
    color: #696969;

}
#menu-citta ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#menu-citta li {
    list-style-type: none;
    height: 24px;
    color: #696969;
    display: inline-block;
    width: 32%;
    font-size: 14px;
}
#menu-citta li a {
    color: #696969;
}
#menu-citta li a:hover {
    color: #999!important;
}
#menu-citta h2 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 23px;
    width: 100%;
    text-align: center;
    color: #49a2dc;
    margin-top: 4px;
    margin-bottom: 30px;
    font-weight: normal;
}
#menu-citta .testa {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 23px;
    width: 100%;
    text-align: center;
    color: #49a2dc;
    margin-top: 4px;
    margin-bottom: 30px;
    font-weight: normal;
}
#menu-citta.open {
    display: block;
}
#menu-citta .cerca {
    width: 85%;
    padding: 6px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    height: 26px;
    margin-top: 20px;
}
#menu-citta input[type=text] {
    width: 80%;
    border: 0;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    height: 24px;
}
#menu-citta input[type=button] {
    float: right;
    border: 0;
    background-image: url(../i/lente.jpg);
    text-indent: -99999px;
    background-color: #FFFFFF;
    background-size: cover;
    display: block;
    margin: 0px;
    height: 24px;
    width: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#menu-quartieri {
    background: #fafafa;
    padding: 20px;
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 100;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #cbcbcb;
    color: #696969;

}
#menu-quartieri ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#menu-quartieri li {
    list-style-type: none;
    height: 24px;
    color: #696969;
    display: inline-block;
    width: 32%;
    font-size: 14px;
}
#menu-quartieri li a {
    color: #696969;
}
#menu-quartieri li a:hover {
    color: #999!important;
}
#menu-quartieri h2 {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 23px;
    width: 100%;
    text-align: center;
    color: #49a2dc;
    margin-top: 4px;
    margin-bottom: 30px;
    font-weight: normal;
}
#menu-quartieri .testa {
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    font-size: 23px;
    width: 100%;
    text-align: center;
    color: #49a2dc;
    margin-top: 4px;
    margin-bottom: 30px;
    font-weight: normal;
}
#menu-quartieri.open {
    display: block;
}
#menu-quartieri .cerca {
    width: 85%;
    padding: 6px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    height: 26px;
    margin-top: 20px;
}
#menu-quartieri input[type=text] {
    width: 80%;
    border: 0;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    height: 24px;
}
#menu-quartieri input[type=button] {
    float: right;
    border: 0;
    background-image: url(../i/lente.jpg);
    text-indent: -99999px;
    background-color: #FFFFFF;
    background-size: cover;
    display: block;
    margin: 0px;
    height: 24px;
    width: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.sceglirubriche {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    font-style: italic;
    margin-bottom: 40px;
}
.sceglirubriche img {
    width: auto;
    height: 15px;
    margin-bottom: -3px;
}
.sceglirubriche2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    font-style: italic;
    margin-bottom: 40px;
}
.sceglirubriche2 img {
    width: auto;
    height: 15px;
    margin-bottom: -3px;
}

.rubricascelta {
    width: auto;
    height: 80px;
    display: block;
    margin-bottom: 30px;
    color: #69696A;
    font-weight: bold;
    font-size: 23px;

}
.rubricascelta img {
    vertical-align: middle;
    float: left;
    height: 4.5rem;
    width: 4.5rem;
    margin-right: 0.5rem;
    height: 4em\9; /* IE 8 and below */
    width: 4em\9;	 /* IE 8 and below */
    *height: 4em; /* IE 7 and below */
    *width: 4em;	 /* IE  and below */
    _height: 4em; /* IE 6 */
    _width: 4em;	 /* IE 6 */
    margin-top: -11px;
}
.rubricascelta .descrizione {
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-top: 6px;
    color: #a2a2a2;
    font-weight: normal;
}

.chiudi {
    width: 20px;
    height: auto;
    float: right;
}
.evento-readonly {
    color: #CCC;
    border: 1px solid #CCC;
}


.h1-regione-eventi {
    line-height: 30px;
    color: #999999;
    font-size: 16px;
    text-align: center;
    font-family: 'PT Sans Narrow', Arial, Arial Black, Helvetica, sans-serif;
    text-transform: uppercase;
}
.h2-regione-eventi {
    line-height: 30px;
    color: #999999;
    font-size: 24px;
    text-align: center;
}