@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'colaborate-thinregular';
    src: url('Font/ColabThi-webfont.eot');
    src: url('Font/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/ColabThi-webfont.woff') format('woff'),
         url('Font/ColabThi-webfont.ttf') format('truetype'),
         url('Font/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}


body,html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: 'colaborate-thinregular',Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#474a4b;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #c5ccce 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#c5ccce)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#c5ccce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#c5ccce 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#c5ccce 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#c5ccce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5ccce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.centra{
	position:relative;
	left:50%;
	top: 50%;
	z-index:2;
	float:left;
	background: url(immagini/sf_bianco.png);
	padding: 20px 40px;
	margin: -270px 0 0 -186px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#logo{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 40px 0;
}
h1{
	font-family: 'colaborate-mediumregular',Verdana, Geneva, sans-serif;
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
#cont_txt{
	text-align: center;
	width: 100%;
	float: left;
	clear: left;
	font-size: 15px;
}
#cont_anim{
	position: fixed;
}
#footer{
	position: absolute;
	width: 96%;
	left: 2%;
	bottom: 2%;
	font-size:12px;
	text-align: center;
}
/*BACKEND*/
.modifica:hover{
	background:#FF9;
	color:#666;
}
.editor_form{
	float:left;
	position:relative;
	z-index:500;
	background:#FFF;
}
#copriBody{
	background:url(immagini/sf_copri.png);
	position:fixed;
	width:100%;
	height:100%;
	z-index:499;
	display:none;
	top:0;
	left:0;
}
#copri_tutto {
	background: url(immagini/sf_copri.png);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
#selectImageGall{
	background:#333;
	border:5px solid #666;
	position:fixed;
	top:5%;
	left:5%;
	width:90%;
	height:90%;
	z-index:500;
	display:none;
	border-radius:5px;
}
#selectImageGall iframe{
	width:100%;
	height:100%;
	border:none;
}

#form_seo_cont{
	display:none;
	position:absolute;
	background:url(immagini/sf_copri.png);
	padding:20px;
	color:#CCC;
	z-index:101;
	width:440px;
	right:0;
}
#form_seo label,textarea,input{
	width:100%;
}
#form_seo button{
	/*padding:5px 20px;
	margin:10px 0 0 160px;*/
}
#form_seo label{
	float:left;
	margin-top:10px;
}
#ctrl_cms{
	position:relative;
	z-index:100;
	background: url(immagini/sf_copri.png);
	width: 100%;
	top: 0;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#ctrl_cms a{
	color:#FFF;
	text-decoration: none;
	padding:10px 20px;
	float:left;
	border-right:1px solid #272727; 
}
#ctrl_cms a:hover{
	background: #43453A;
}
.riceviPerc {
	cursor: pointer;
}
#loader_cont{
	background:url(immagini/sf_copri.png);
	width:250px;
	height:150px;
	margin:-75px 0 0 -125px;
	top:50%;
	left:50%;
	position:fixed;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	display:none;
	z-index:503;
}
#loader_cont img{
	float:left;
	margin:15px 0 0 110px;
}
#loader_cont span{
	float:left;
	width:100%;
	margin-top:40px;
	text-align:center;
	color:#FFF;
}
.contFail{
	display:none;
	clear:left;
	float:left;
	background-color:#990000;
	margin-bottom:15px;
	border-top:1px #FFF solid;
	border-bottom:1px #FFF solid;
	width:270px;
	padding:4px 0;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
}
a img{
	border:none;
}
.contFail a{
	color:#FFF;
}
.clLeft{
	clear:left;
}
.clBoth{
	clear:both;
}
.flLeft{
	float:left;
}
.flRight{
	float:right;
}