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

/* HTML5 display definitions  -----------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }




/*Reset   -------------------------------------------------------*/
body, p, h1, h2, h3, h4, h5, ul, li{
    margin:0;
    padding:0;
	font-weight:normal;
	
}


/*Font Face ------------------------------------------------------*/
@font-face {
    font-family: 'nomefont';
    src: url('../fonts/nomefont.eot');
    src: url('../fonts/nomefont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nomefont.woff') format('woff'),
         url('../fonts/nomefont.ttf') format('truetype'),
         url('../fonts/nomefont.svg#nomefont') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
chiamata
font-family: 'GeosansLightRegular', Arial;*/






/*Tag -----------------------------------------------------------*/

body{
	
	/*background-color:#cec2c2;*/
    background-color: #fafafa;
    background-color: #e7e2dd;
    background-color: #f7f7f7;
    
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
}

a{
	text-decoration:none;
	color: #FFF;
}

a:hover{
	text-decoration:none;
}

img{
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	

}

header{
	
}

article{
		
}

article p {
	
	color: #FFF;

}

aside{
	
}

details{
	
}

figcaption{
	
}

figure{
	
}

footer{
	
}

header{
	
}

hgroup{
	
}

nav{
	
}

section{
	
}

h1{
		
}

h2{

	font-size: 20px;
    color: #999;
}


/*ID (Ordine Alfabetico) ----------------------------------------*/

#wrapper-uc{
	width:40%;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
}


/*Classi (Ordine Alfabetico) ------------------------------------*/

.logo-uc{

	width:100%;
}
.title-up{
	
}
.title-up h1{

	font-size:50px;
	color: #d7c3b9;
}



/*Utilità Generali*/
.clear{
	clear: both;	
}


/*Stile Script --------------------------------------------------*/


/* VOODOOWEB FORM*/


.generic-form-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 200px;
    background-color: #e5e5e5;
    margin-bottom: 20px;
}

#voodooweb_form{


}

#voodooweb_form_response{
	font-family: Arial, Helvetica, sans-serif;
	width: 70%;
	/*min-width:300px;*/
	/*margin-right: auto;*/
	margin-left: 15%;
	height: 100%;
	font-size: 13px;
	font-style: normal;
	margin-top: 15px;
	text-align: center;
	color: #999;	/*background-color: #0F0;	*/
	/*border: 1px solid #000;	*/

}

.voodooweb_form_logo{

	width: 143px;
	margin-left: auto;
	margin-right:auto;

}

.voodooweb_form_logo img{
	width: 100%;
}

.body_form{
	margin: 0px;
	width:auto;
	
	/*background-color: #0F0;	*/
	
		

}


.message_1{
	width:70%;
	margin-bottom: 	15px;
	font-size: 12px;
	color: #666;	
}


#voodooweb_form label{
	/*font-size: 13px;*/
	
	

}

#voodooweb_form input, textarea{
	
	border-radius: 4px;
	border:1px solid #CCC;
}

#voodooweb_form input:hover, textarea:hover {
	
	/*border-radius: 4px;*/
	
}


#voodooweb_form input:focus, textarea:focus { 
  outline: none;
  border-radius: 4px; 
  border-color: #999;
  background-color: #DDD;
}


#voodooweb_form textarea{
	

}


#voodooweb_form .down-label{
	width:80%;
	margin: 0 10%;
	
	

}




#voodooweb_form_result_ok{
	
	background-color: #54995f;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color : #FFF;
	font-size: 20px;
	
}

#voodooweb_form_result_ko{
	
	background-color: #ff5151;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color : #FFF;
	font-size: 20px;
	
}

/*Script verifica errore */
.alert-err{
	
	color: #F00;
	display:none;		
}

.err-msg{
	
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	width: 300px;
	text-align: center;
	
	border-radius: 4px;	
	
	moz-box-shadow:2px 2px 7px #ccc;
	-webkit-box-shadow:2px 2px 7px #ccc;
	box-shadow:2px 2px 7px #ccc;
	
	position:absolute;
	left:0;
	top:0px;
	

}





.generic-form-title{
	
	margin-top: 20px;
	color: #6b6b6b;
	font-size: 15px;
	
}

#generic-form input{

	height: 30px;
    width: 80%;

}

#generic-form input[type="submit"]{

	width:40%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	display:block;
	

}

#generic-form input, textarea{

	color: #B1B1B1;
	/*transition: all 0.6s ease-out;*/
	
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-o-transition:all 0.6s ease-out;
	-ms-transition:all 0.6s ease-out;
	transition:all 0.2s ease-out;
	
}

#generic-form input:focus, textarea:focus { 
  outline: none;
  border-radius: 4px; 
  border-color: #999;
  background-color: #E4E4E4;
}



#generic-form textarea{

	width:80%;
	height: 150px;

}
#generic-form label{
	
	margin-top:10px;
	display:block;
	font-size:14px;
	color:#6b6b6b;
	

}

#generic-form .required{

	color: #676060;
}


#generic-form input[type="checkbox"]{

  width: 100%;
  height: 15px;
}

#generic-form .generic-form_cognome_2{

  display: none;
}


#generic-form input[type="submit"]{
	
	background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);

}

#voodooweb_form{

	word-break: initial;

}
/*Classi (Ordine Alfabetico) ------------------------------------*/

.article-list-nav-pagination{

	text-align:center;
	font-size: 19px;
	width:100%;
	clear: both;

}


.uc-presentation-text{
	
	font-size: 15px;
	color: #999;
	margin: 20px 0;
	
}

.uc-section-title{
	
	margin-bottom: 10px;
	color: #9b9b9b;
    font-weight: bold;

}

.uc-come-raggiungerci{
	
	margin-bottom : 50px;
	background: #FFF;
    padding: 20px 0;
	
}


/*Media Queries---------------------------------------------------------------*/


@media screen and (max-width: 1400px){
	
	#wrapper-uc {
		
		width: 50%;
	
	}
}

@media screen and (max-width: 1200px){
	
	#wrapper-uc {
		
		width: 60%;
	
	}
}

@media screen and (max-width: 800px){
	
	#wrapper-uc {
		
		width: 90%;
	
	}
}
/*---*/
@media screen and (max-height: 600px){
}
/*---*/




/*Media Print -----------------------------------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

