body{ padding-left:5px; padding-right:5px; display:block;}
/*a{ text-decoration:none; color: #0000CC; outline: 0 none;!important}*/
a:hover{ color: #EF8116;}
/*a:focus{  border:solid 1px #0099CC;}*/
input:focus { border:solid 3px #0099CC;}
#FCKeditor___Frame{border:solid 3px #0099CC;}
table{ margin: 0 auto;}
img{border: 0;}
.page-header { 
	/*background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%), url("/css/AltroPaese-banner.jpeg");*/
	background-color: white;
	/*height: 500px;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 10px 0 10px;
	height: 50px;
}
.page-header h1{
	/*font-size:52px;*/ 
	position: absolute; 
	/*top: 10%;*/
	left: 50%;
	transform: translate(-50%, -50%);
	color: #337ab7;}
.page-header h3{
	position: absolute; 
	/*top: 30%;*/
	left: 50%;
	transform: translate(-50%, -50%);
	color: #337ab7;}
#head{text-align:center; padding-left:10px; padding-right:10px;}
#head img{margin-bottom:10px;}
#area{text-align:left;}
#benvenuto{float:left;}
#data{ float: right;}
#msg{ text-align:center; background-color:#FFFF99; margin-bottom:15px; margin-top:15px;}
#intro{ font-weight:bold; font-size:20px; margin-bottom:15px;}
#cerca{text-align:center; margin-bottom:15px; /* float:left; */margin:100 auto;}
#cerca select{margin-left:0px;}
/* #calendar {float:right;} */
#aggiungi_sol{ float:right;}
#table_home{ text-align:center; margin-bottom:10px; }
#table_home img{ width:200px;}
#errori_modello{ text-align:center; font-weight:bold; color:#FF3300; margin-bottom:10px; font-size:18px;}
#ricerca{font-weight:bold; color:#FF3300; margin-bottom:10px; font-size:18px;}
#criparazione{ text-align:center; font-weight:bold; color:#FF3300; margin-bottom:10px; font-size:18px;}
#domande_modello{ text-align:center; font-weight:bold; color:#FF3300; margin-bottom:10px; font-size:18px;}
.ico{ width: 20px; height: 20px; vertical-align: middle;}
.ico-big{ width: 40px; height: 40px; vertical-align: middle;}
#form_soluzione{ padding-left:25px;}
#form_soluzione input, select {margin-left:25px;}
#software {padding-left:80px; margin:0 auto; width:80%;}
#stella { margin: 0 auto; width:80%;}
#stella p{ padding-left:135;}
#stella img{ margin-top:10px;}
#theme { background-image: url(themes.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding-left: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
}
.color {
    color: white;
}

.red{ color: #FF3300;}
.green { color: green;}
#search{}
.menu {  height: 20px;}
.menu li{ display: inline; padding-right:20px; padding-left:20px; font-size:20px; text-transform:uppercase; margin: 0 auto;} 
.menu a:hover{ color: #339933;}
.menu a:focus{ border: none;}
#nav li {
/* text-align:center; */
	float:left;
	display:block;
	/* width:100px; */
	/* background:#E0E0E0; */
	position:relative;
	z-index:500;
	background-color:#FC6400;
	height: 23px;
	margin:0 10px;
	border-bottom:1px solid #fff;
	-webkit-transition: all 0.1s ease-in-out;
}
#nav li a {
	display:block;
	/* padding:8px 5px 0 5px; */
	/* font-weight:700;
	height:23px; */
	text-decoration:none;
	text-align:center;
	/* color:#333; */
}
#nav ul {
	position:absolute;
	text-align:left;
	display:none;
	/* margin:0 0 0 -1px; */
	padding:0;
	list-style:none;
	/* margin-top:13px; */
}
#nav ul li {
	width:150px;
	float:left;
	border-bottom:1px solid #fff;
}
#nav ul a {
	display:block;
	height:auto;
	/* padding: 8px 5px; */
	/* color:#666; */
}
.sotto{ font-size:100%; padding: 0; margin: 0;}

/* CSS NAVBAR NEW */
.cssmenu,.cssmenu ul,.cssmenu li,.cssmenu a {
 margin: 0;
 padding: 0;
 border: none;
 outline: none;
}
.cssmenu { 
 height: 50px;
 width: 60%;
 background: #FF6600;
 /*background: -webkit-linear-gradient(top, #FF6600 0%,#000000 100%);
 background: -moz-linear-gradient(top, #FF6600 0%,#000000 100%);
 background: -o-linear-gradient(top, #FF6600 0%,#000000 100%);
 background: -ms-linear-gradient(top, #FF6600 0%,#000000 100%);
 background: linear-gradient(top, #FF6600 0%,#000000 100%); */
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 margin: 0 auto;
}
.cssmenu li {
 position: relative;
 list-style: none;
 float: left;
 display: block;
 height: 50px;
}
.cssmenu li a {
 display: block;
 padding: 0 14px;
 margin: 10px 0;
 line-height: 28px;
 text-decoration: none;
 border-left: 1px solid #393942;
 border-right: 1px solid #4f5058;
 font-family: Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 16px;
 color: #f3f3f3;
 text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 -webkit-transition: color .2s ease-in-out;
 -moz-transition: color .2s ease-in-out;
 -o-transition: color .2s ease-in-out;
 -ms-transition: color .2s ease-in-out;
 transition: color .2s ease-in-out;
 text-align: center;
}

.cssmenu li:first-child a { border-left: none; }
.cssmenu li:last-child a{ border-right: none; }

.cssmenu li:hover > a { color: #FF0808; }

.cssmenu ul {
 position: absolute;
 top: 40px;
 left: 0;
 opacity: 0;
 background: #1f2024;
 -webkit-border-radius: 0 0 5px 5px;
 -moz-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
 -webkit-transition: opacity .25s ease .1s;
 -moz-transition: opacity .25s ease .1s;
 -o-transition: opacity .25s ease .1s;
 -ms-transition: opacity .25s ease .1s;
 transition: opacity .25s ease .1s;
}

.cssmenu li:hover > ul { opacity: 1; }
.cssmenu ul li {
 height: 0;
 overflow: hidden;
 padding: 0;
 -webkit-transition: height .25s ease .1s;
 -moz-transition: height .25s ease .1s;
 -o-transition: height .25s ease .1s;
 -ms-transition: height .25s ease .1s;
 transition: height .25s ease .1s;
}
.cssmenu li:hover > ul li {
 height: 36px;
 overflow: visible;
 padding: 0;
}
.cssmenu ul li a {
 width: 250px;
 padding: 4px 0 4px 40px;
 margin: 0;
 border: none;
 border-bottom: 1px solid #353539;
}
.cssmenu ul li:last-child a { border: none; }
.cssmenu a.documents { background: url(http://www.albertinileonardo.com/assistenza/img/docs.png) no-repeat 6px center; }
.cssmenu a.messages { background: url(http://1.bp.blogspot.com/-vPgkW1tY5Qg/UUqTF-S_CDI/AAAAAAAAAbs/oPXETufCfkc/s1600/bubble.png) no-repeat 6px center; }
.cssmenu a.signout { background: url(http://4.bp.blogspot.com/-5yd9R4gXA48/UUqTF8Zdf9I/AAAAAAAAAbo/iEWPtSKqus4/s1600/arrow.png) no-repeat 6px center; }
/* css per icona microfono*/
.speech {border: 1px solid #DDD; width: 300px; padding: 0; margin: 0}
.speech input {border: 0; width: 240px; display: inline-block; height: 30px;}
.speech img {float: right; width: 40px }


/*lettore feed*/
.entry img { 
width: 200px;
}
.post a { font-size: 14px;}
.post p { font-size: 12px;}

/*div #container { width:1020px;}
div #sinistra { float:left; width:320px; border-width:1px 1px; border-style: solid}
div #centro { margin: 0 320px; border-width: 1px 1px; border-style: solid }
div #destra { float:right; width:320px; border-width: 1px 1px; border-style: solid}*/
/*home page*/
.column {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.annunci {
	max-width: 80%;
}
.annunci-home {
	max-width: 85%;
}
.thumb-home {
	max-width: 50%;
}
.img-responsive{
	display:inline;
}
.thumb {
	max-width: 40%
}
.bacheca {
	max-width: 60%;
}
.vetrina {
	max-width: 30%;
}

hr.solid {
  border-top: 3px solid #bbb;
}


.jumbotron p {
	font-size:14px;
}

.textare-msg{
	max-width: 80%;
	min-width: 50%;
}
.container-home{
	padding-right: 0px;
	padding-left: 0px;
}
.row{
	margin-right: 0px;
	margin-left: 0px;
}
/*a{color: #c6cd26}*/
.jumbo-home {
	max-width: 30%;
}
.pad-home{
	padding: 5px 10px;
}
.nav-tabs{
	border-bottom:none;
}