

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Lato', sans-serif;
}


.linkJs {
color:#FF9900;
cursor:pointer;
font-weight:bold;
}

h1 {
	font-family: 'Abel', sans-serif !important;
}

h2 {
	font-family: 'Abel', sans-serif !important;
}

h3 {
	font-family: 'Abel', sans-serif !important;
}


.okBox {
  background-color: #00CC00;
  font-size: 30px;
  height: 40PX;
  LINE-HEIGHT: 40PX;
  PADDING: 3PX;
  color:#333333;
}

.koBox {
  background-color:#FF3300;
  font-size: 30px;
  height: 40PX;
  LINE-HEIGHT: 40PX;
  PADDING: 3PX;
  color:#fff;
}


body {
	overflow-x: hidden;
	background-color:#FFF;
	font-size:13px;
	color:#333333;
	line-height:18px;
	-webkit-font-smoothing: antialiased;
}
input:focus {
	outline: none;
}
b {
	font-weight:bold;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style:italic;
}
a {
	text-decoration: none;
	outline: none;
}
p {
	line-height:19px;
	margin-top:15px;
	margin-bottom:35px;
	font-size:13px;
}
#logoProgetto {
	margin-left:20px;
	border:0px;
}
#cittaHeader {
	float:right;
	font-size:25px;
	color: #23224e;
	margin-top:10px;
	margin-right: 30px;
	line-height:22px;
}
#linguePanel {
	float:right;
	width:20px;
	margin-top:10px;
}
#linguePanel img {
	margin-bottom:10px;
	border:0px;
}
.clear {
	clear: both;
}
.header {
	width:100%;
	/*
	-webkit-box-shadow: 0 8px 6px -6px #666;
	-moz-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	border-bottom:1px solid #ccc;*/
	height:82px;
	background-color: rgba(255, 255, 255, 0.5)
}
.logo {
	float:left;
	text-align:center;
	margin-top: -13px;
	height: 70px;
}
#mainNav {
	text-align:right;
	min-height:30px;
	z-index:99999999999999999999999999999999;
	width:960px;
	margin:0 auto;
	padding-top:17px;
}
#mainNav a {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	text-transform:uppercase;
	letter-spacing: -1px;
}
#mainNav strong {
	/*font-family: 'Economica', sans-serif;	
	font-family: 'Open Sans Condensed', sans-serif;*/
	/*font-size: 29px;*/
	font-family: 'Abel', sans-serif;
	color: #434343;
	font-size: 30px;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
#mainNav a:hover {
	color:#ffee00;
}
/*MENU DROP DOWN  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 
LEVEL ONE
*/
ul.dropdown {
	position: relative;
	float:right;
	z-index:99999999999999999999;
}
ul.dropdown li {
	font-weight: normal;
	float: left;
	zoom: 1;
	height: 40px;
	line-height: 40px;
}
ul.dropdown a:hover {
	color: #000;
}
ul.dropdown a:active {
	color: #ffa500;
}
ul.dropdown li a {
	display: block;
	padding: 4px 8px;
	/*border-right: 1px solid #CCC;*/
	color: #222;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	color:#FFF;
	position: relative;
}
li.hover a {
	color: #666;
}
ul.dropdown li.hover a {
	color: #CCC;
}
/* 
LEVEL TWO
*/
ul.dropdown ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li {
	font-weight: normal;
	background-image: url("../img/bgMenu2.png");
	background-repeat: repeat;
	color: #FFF;
	border-bottom: 1px solid #666;
	float: none;
	padding-right: 10px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
	border-left: 1px solid #ffee00;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown ul li {
	height:28px;
	line-height:22px;
}
ul.dropdown ul li a {
	font-size:18px !important;
}
/* FINE MENU DROP DOWN +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.activem {
	color:#e11425 !important;
}
.slimmenu ul li {
	display:inline;
}
#MobileMainNav {
	display:none;
}
.bandaLogo {
	width:960px;
	margin:0 auto;
}
#main {
	width:960px;
	margin:0 auto;
	margin-top:20px;
}
.infoTop {
	font-size:11px;
	text-transform:uppercase;
	line-height: 22px;
}
.sezione {
	padding-top:135px;
}
#home {	
	height: 1000px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	border-bottom:4px solid #333;
	background-size:cover;
}
/* Introduction */

#home article {
	height: 600px;
	position: absolute;
	top: 170px;
	width: 100%;
	background:none;
}
/* DASHBOARD HOME PAGE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.logoFloatDashboard {
	float:left;
	padding:5px;
	position: absolute;
	top: -12px;	
	z-index: 9999999999;
}

.mainTitle {
	font-family: 'Abel', sans-serif;
	font-size:40px;
	color:#333333;
}

.dashboard {
	width:960px;
	margin:0 auto;
}

.boxNews {
	width:240px;
	background-image:url("../img/bgBoxDashboard.png");
	background-repeat:repeat;
	float:right;
	padding:10px;
	margin-bottom:10px;
}




.boxNews h2, p, h3 {
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.boxNews a {
	color:#FFFFFF;
}
.boxNews a:hover {
	color:#FFCC00;
}
.boxNews p {
	color:#FFFFFF;
}
.boxNews h3 {
	color:#FFFFFF;
}

.boxNews h2 {
	/*font-family: 'Economica', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
	*/	
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	margin-top:6px;
	margin-bottom:15px;
}
.boxNews h3 {
	font-size:18px;
	font-weight:bold;
}




.boxNews2 {
	background-color: rgba(0, 0, 0, 0.7) !important;
	padding:10px;
	margin-bottom:15px;
	float:right;
	margin-right:15px;
	width:280px;
}

.boxNews2 h2, p, h3 {
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

.dashboard .boxNews2 h2, p, h3 {
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.boxNews2 a {
	color:#FFFFFF !important;
}
.boxNews2 a:hover {
	color:#FFCC00 !important;
}
.boxNews2 p {
	color:#FFFFFF !important;
}
.boxNews2 h3 {
	color:#FFFFFF !important;
}

.boxNews2 h2 {
	/*font-family: 'Economica', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
	*/	
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	margin-top:6px;
	margin-bottom:15px;
}
.boxNews2 h3 {
	font-size:18px;
	font-weight:bold;
}

.rinnovi {
	background-color: rgba(228, 179, 28, 0.8) !important;
	color:#000000 !important;
}




.data {
	text-transform:capitalize;
	/*font-style:italic;*/
	font-size:12px;
}

.payoff {
	font-family: 'Abel', sans-serif;
	font-size: 26px;
	line-height:30px;
	background-color: rgba(0, 0, 0, 0.7) !important;
	color:#FFFFFF;
	width:60%;
	text-align:right;
	padding-right:10px;
	padding:10px;
}
/* DASHBOARD HOME PAGE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*BOX HOME PAGE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.ticker {
	height:322px;
	overflow:hidden;
}
.riepilogoEventi {
	float:left;
	width:32%;
	margin-right:1%;
}
#contenitorecalendario {
	width:66%;
	float:right;
}
#calendar {
	width:100%;
}
.fc-header-title h2 {
	font-family:  'Open Sans', Arial, sans-serif !important;
	font-size:20px !important;
	font-weight:normal !important;
}
.onerow {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #e4e4e4;
	clear:both;
}
.row h1, h2, h3, p {
	color:#333333;
}
.row h3 {
	color:#21759b;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	font-family: 'Abel', sans-serif;	
}


.riepilogoEventi h3 {
	color:#21759b;
	font-size:19px;
	font-weight:bold;
	margin-bottom:10px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#infoVarie h3 {
	color:#21759b;
	font-size:19px;
	font-weight:bold;
	margin-bottom:10px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.onerow h4 {
	color:#21759b;
	font-size:14px !important;
	font-weight:bold;
	margin-bottom:5px;
}
.leggiTutto {
	text-align:right;
	margin-top:5px;
}
.leggiTutto a {
	color:#333333;
	text-decoration:none;
}
.leggiTutto a:hover {
	color:#FFCC00;
}
.onerow h2 {
	/*font-family: 'Economica', sans-serif;
	font-family: 'Abel', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 50px;
	margin-top:30px;
	margin-bottom:30px;
}
.home_sx1 {
	float:left;
	width:48%;
	min-height:200px;
}
.home_dx1 {
	float:left;
	margin-left:2%;
	width:24%;
	min-height:100px;
}
.homeSocial {
	min-height:130px;
}
/* FINE BOX HOME PAGE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* pulsantini veloci ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#pulsantini {
	margin-top:10px;
}
.loghetto {
	text-align:center;
	min-height: 114px;
	padding-top:4px;
}

.loghetto:hover {
	background-color:#eee;
}

.loghetto img {
	margin-right:5px;
	margin:0 auto;
}
.descrizioneLogo {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	font-family: 'Abel', sans-serif;
}

.loghetto a {
	color: #21759b;
	text-decoration:none;
}




.descrizioneLogo:hover {
	color:#666666;
}
/* pulsantini veloci +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*LINE SOTTO GLI H1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.line-title {
	font-family: 'Abel', sans-serif;
	border-bottom:1px solid #b2b2b2;
	padding-bottom:10px;
	font-size:26px;
	color:#666666;
	margin-bottom:8px;
	text-transform:uppercase; 
	line-height: 23px;
}

.titler {
	width:100%;
}
.titler .container {
	width:960px;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom:20px;
}
.textContent {
	margin:0 auto;
	padding-bottom:20px;
	text-align: left;
}
.textContent a {
	color:#21759b;
	font-weight:bold;
}
.textContent a:hover {
	color:#333333;
}
.logoSingolo {
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:300px;
	overflow:hidden;
	text-align:center;
}
/* PAGINA INTERNA +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#contenutoPagina a {
	color:#006699;
	text-decoration:underline !important;
}

.headerGrafico {
	width:100%;
	height:130px; 
	background-repeat:no-repeat; 
	background-position:center center;
}

.taglineContainer {
	background-image:url("../img/bgBoxDashboard.png");
	background-repeat:repeat;
	width: 100%;
}
.payoff2 {
/*font-family: 'Economica', sans-serif;
	
	font-family: 'Lato', sans-serif;*/
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	height:65px;
	line-height:65px;
	color:#FFFFFF;
	text-align:left;
	width:960px;
	margin:0 auto;
}
#breadcrump {
	padding-bottom:0px !important;
	margin-bottom: 10px;
	margin-top:10px;
	margin-left:10px;
	border-bottom:1px solid #eee;
}
#breadcrump p {
	font-size:12px;
	color:#666666;
	text-transform:uppercase;
}
#breadcrump a {
	color:#666666;
}
.mainPageInterna {
	min-height:500px;
	margin-bottom:100px;
}
.paginaSx {
	border-right: 1px solid #e4e4e4;
}
.paginaDx {
	width:25%;
	float:right;
}
.paginaSx h1 {
	font-family: 'Abel', sans-serif;	
	font-size: 50px;
	margin-top:10px;
	margin-bottom:30px;
	padding-bottom: 25px;
	line-height:42px;
}
.paginaSx h2 {
	font-size: 24px;
	color:#21759b;
}
.paginaSx p {
	margin-bottom:10px;
	margin-top:10px;
}
.gallimg {
	float:left;
	margin-right:13px;
	margin-bottom:13px;
}
.modulo_img img {
	max-width:100%;
}

.text_modulo b, strong {
	font-weight:bold;
}
.text_modulo ul {
	margin-left:20px;
	list-style-type:disc;
	margin-bottom:30px;
}
.text_modulo ol {
	margin-left:20px;
	margin-bottom:30px;
	list-style-type:decimal;
}
.text_modulo ol li {
	margin-bottom:8px;
}
.text_modulo a {
	color: #21759b;
}

.text_modulo h3 {
	font-family: 'Abel', sans-serif;	
}

.text_modulo h2 {
	font-family: 'Abel', sans-serif;	
}

.text_modulo_popup p {
color:#FFFFFF !important;
}

.text_modulo_popup h1 {
color:#FFFFFF !important;
font-size:50px;
margin-bottom:30px;
}

.text_modulo_popup h2 {
color:#FFFFFF !important;
font-size:40px;
margin-bottom:30px;
}

.text_modulo_popup h3 {
color:#FFFFFF !important;
font-size:30px;
margin-bottom:30px;

}


.paginaDx h2 {
	font-size:30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.paginaDx b {
	font-style:normal;
}
.paginaDx h3 {
	font-size:18px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.paginaDx a {
	color:#333333;
}

.paginaLarge {
	width:100%;
	margin:0 auto;
}

.subpaginaDxLarge {
	float:right;
	width:25%;

}

.subpaginaSxLarge {
	float:left; 
	width:70%;
	margin-right:20px;
	border-right: 1px solid #ccc;
	padding-right:20px;
}


/*TREFFEN */
.paginaLarge h1 {
	/*font-family: 'Economica', sans-serif;	
	font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: 'Abel', sans-serif;
	font-size: 50px;
	margin-top:10px;
	margin-bottom:30px;
	padding-bottom: 25px;
}
.paginaLarge h2 {
	font-size: 24px;
	color:#21759b;
}
/*TREFFEN */

/*NEWS*/

.news_data {
margin-bottom:0px;
padding-bottom:0px;
}

.news h2 {
margin-top:5px !important;
margin-bottom:15px !important;
font-size:26px;
font-family: 'Abel', sans-serif;
line-height:28px;
}

.PadderNewsList {
width:85%;
}

.news h1 {
color: #21759b !important;
margin-bottom:15px;
font-family: 'Abel', sans-serif;
}

.galleryNewsContainer {
margin-bottom:40px;
border-bottom:1px solid #ccc;
}

.galleryNewsContainer h3 {
color: #21759b !important;
margin-top:30px;
border-bottom:1px solid #ccc;
padding-bottom:15px;
margin-bottom:10px;
font-family: 'Abel', sans-serif;
}


.news a {
	color:#333333;
	/*text-decoration:underline;*/
}

.MoreInfo {
	text-align:right;
}

.MoreInfo a {

	padding:3px;
	background-color: #21759b;
	color:#FFFFFF !important;
	text-decoration:none;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

.MoreInfo a:hover {
	background-color: #0c638a;
}

/* FINE NEWS */


/* CATALOGO */
.tabellaCatalogo {
	width:100%;
	
}

.tabellaCatalogo td {
	padding-left:3px;
	padding-right:3px;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.categoriaMarket {
	font-size:15px; 
	font-weight:bold;
	min-width:100px;
}

.recapitiMarket {
	background-color:#e8e8e8;
}

.dataAnnuncio {
	font-size:13px;
	color:#666666;
}

.containerImgCatalogo {
	width:120px;
	height:120px;
	overflow:hidden;
	/*border:1px solid #ccc;*/
}

.itemCatalogo {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}

/* FINE CATALOGO */


/* TABELLE INTERNE */
table td {
  border:none;
}
/* TABELLE INTERNE */

.tabellaCatalogo td {
	border:0px;
}

.containerFile {
	margin-top:20px; 
	margin-bottom:30px;
	background-color:#eaeaea;
	padding:8px;

}

/* FINE PAGINA INTERNA +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#footer {
	text-align:center;
	font-size:12px;
	margin-top:20px;
	border-top:1px solid #ccc;
	padding-top:10px;
	background-color:#b7b7b7;
	min-height:100px;
	color:#333;
}
#footerDx p {
	font-size:12px !important;
}
.footerSx {
	float:left;
	width:33%;
}
.footerDx {
	float:right;
	width:66%;
}
.footerMenu {
list-style:none;
display:inline;
}


#toTop {
	width:40px;
	text-align:center;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:10px; /* together with this to put the div at the bottom*/
	right:20px;
	cursor:pointer;
	display:none;
	color:#333;
	font-family:verdana;
	font-size:11px;
}


.footerMenu li {
display:inline;
}

.formInvio {
	width:700px;
	margin:0 auto;
}
.InputField {
	height: 55px;
	width: 100%;
	margin: 0 0 0 0;
	font-size: 18px;
	background: #FFF;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: inset 0 0 3px #EEF5F7;
	-webkit-box-shadow: inset 0 0 3px #EEF5F7;
	padding-left: 13px;
	padding-right: 13px;
	color: #3e3e3e;
	font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: #3e3e3e;
}
.textArea {
	width: 100%;
	height: 200px;
	display: block;
	overflow: auto;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: inset 0 0 3px #EEF5F7;
	-webkit-box-shadow: inset 0 0 3px #EEF5F7;
	background: #FFF;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 18px;
	padding-top: 13px;
	font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: #3e3e3e;
}
.submitForm {
	height: 70px;
	line-height:70px;
	display: block;
	border:0px;
	background: #e21929;
	color:#fff;
	font-size: 18px;
	font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	float:right;
	font-weight:bold;
}
.submitForm:hover {
	background: #fb4352;
}
/*GALLERIA FOTOGRAFICA */
.item {
	width:25%;
	text-align:center;
	float:left;
	overflow:hidden;
	height:250px;
	margin-bottom:20px;
}
span.roll {
	background:url("../img/mag.png") center center no-repeat #000;
	height: 150px;
	position: absolute;
	width: 150px;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
/* FINE GALLERY */

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #666;
}

.recapNews hr {
	margin: 5px 0;
	border: 0;
	border-top: 1px solid #ccc;
	margin-bottom:10px;
}

.recapNews2 hr {
	margin: 5px 0;
	border: 0;
	border-top: 1px solid #ccc;
	margin-bottom:10px;
}

.backOnTop {
	margin: 0 auto;
	width:150px;
	background-color:#333333;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	height:40px;
	line-height:40px;
	font-weight:bold;
}

.riepilogoEventi hr {
	margin: 6px 0 !important;
	border: 0;
	border-top: 1px solid #dddddd;
}

.home_sx1 hr {
	margin: 6px 0 !important;
	border: 0;
	border-top: 1px solid #dddddd;
}


#tooltip {
	width: 236px;
	background-color: #000;
	position: absolute;
	z-index: 10000;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	padding: 10px;
	color: #FFF;
	display: none;
}

.p-bianco {
	color:#FFFFFF;
}

.calendaInnerPage {
	margin-bottom:30px;
	height:550px;
}

@media only screen 
and (min-width : 1024px) {
 .payoff {
 	width:50%;
 }
 .homeDash {
 background-position:top;
 }
}



/*background-repeat:no-repeat; background-attachment:fixed;"*/

.2016Dash {
	color:#333;
}

.titoloDash16{
	margin-top:7px; 
	font-size:20px;
	margin-bottom:7px;
	text-transform:uppercase;
}

.white16  {
	color:#333 !important;
}

.2016Dash p {
	color:#333 !important;
}


/* CUSTOM BTN */
.btn {
text-transform:uppercase;
}

.btn, .btn:link, .btn:visited {
    background-color: transparent;
    border-radius: 0;
    color: #333;
        border: 1px solid #cbcbcb;
}
.btn:active, .btn:hover {
    background-color: #efefef;
    color: #333
}

.btn-y, .btn-y:link, .btn-y:visited {
    background-color: transparent;
    border-radius: 0;
    color: #333;
    border: 2px solid #996600;
	background-color:#FFCC00;
}
.btn-y:active, .btn.y:hover {
    background-color: #efefef;
    color: #333
}



