@charset "UTF-8";

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: 'Asap', sans-serif; // h1 { font-family: 'Metrophobic', Arial, serif; font-weight: 400; }



#contenitore {
	width: 100%;
	height: 560px;
	position: relative;
	top: 80px;
	z-index:9000;


	}
	
#about {
	width: 800px;
	height: auto;
	position: relative;
	margin-left: 200px;
	top: 25%;
	font-family: 'Asap', sans-serif;
	font-size:36px;
	font-weight:200;
	color:#222;
	}
	
#info {
	width: 800px;
	height: auto;
	position: relative;
	margin-left: 150px;
	top: 15%;
	font-family: 'Asap', sans-serif;
	font-size:22px;
	font-weight:100;
	color:#222;
	}
	
#incipit {
	font-family: 'Asap', sans-serif;
	font-size:26px;
	font-weight:800;
	color:#222;
	}
	
#contact {
	width: 800px;
	height: auto;
	position: relative;
	margin-left: 150px;
	top: 12%;
	font-family: 'Asap', sans-serif;
	font-size:22px;
	font-weight:100;
	color:#222;
	}
	
	
#contact a {
	font-weight:800;
	color:#222;
	text-decoration:line-through;
	cursor:crosshair;
	}

#contact a:hover {
	font-weight:800;
	color:#222;
	text-decoration:none;
	cursor:crosshair;
	}
.contact_fine {
	font-family: 'Asap', sans-serif;
	font-size:20px;
	font-weight:800;
	color:#222;
	font-style:italic;
	}
	
.contact_fine_underline {
	text-decoration:underline;
	display:inline-block;
	}


.word {
	font-family: 'Asap', sans-serif;
	font-size:36px;
	font-weight:100;
	/*font-weight:800;*/
	text-decoration: line-through;
	padding: 0;
	display: inline-block;
	}

.word_info {
	font-family: 'Asap', sans-serif;
	font-size:24px;
	font-weight:100;
	/*font-weight:800;*/
	text-decoration: line-through;
	padding: 0;
	display: inline-block;
	}
	
.word_italic {
	font-family: 'Asap', sans-serif;
	font-size:24px;
	font-weight:100;
	font-style:italic;
	padding: 0;
	display: inline-block;
	}
	
.bold{
	font-family: 'Asap', sans-serif;
	font-size:36px;
	font-weight:800;
	padding: 0;
	display: inline-block;
}

.bold2 {
	font-family: 'Asap', sans-serif;
	font-weight:800;
	font-size:48px;
	padding: 0;
	display: inline-block;

	}
	
	
	

	
.bold_info {
	font-family: 'Asap', sans-serif;
	font-size:22px;
	font-weight:800;
	padding: 0;
	display: inline-block;
}

.underline_info {
	text-decoration:underline;
	display: inline-block;
	font-size:24px;
}



.ex_website {
	font-family: 'Asap', sans-serif;
	font-weight:100;
	font-size:20px;
	font-style:italic;
	}
	
	
.ex_website a {
	font-family: 'Asap', sans-serif;
	color:#222;
	font-weight:100;
	font-size:20px;
	font-style:italic;
	text-decoration:line-through;
	cursor:crosshair;
	}
	
.ex_website a:hover {
	font-family: 'Asap', sans-serif;
	color:#555;
	font-weight:100;
	font-size:20px;
	font-style:italic;
	text-decoration:none;
	cursor:crosshair;
	}
	
#header {
	width:100%;
	height:80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	font-family: 'Asap', sans-serif;
	font-size:14px;
	font-weight:100;
	z-index:1000;
	
}

#header a {
	color:#222;
	cursor:crosshair;
	}


#header a:hover {
	/*border-top:1px solid #222;*/
	color:#222;
	cursor:crosshair;
	}

#menu a {
	text-decoration:line-through;
	/*border-top:1px solid #222;*/
	color:#222;
	cursor:crosshair;
	}
	
/*#menu a:visited {
	text-decoration:none;
	/*border-top:1px solid #222;
	color:#888;
	cursor:crosshair;
	}*/

#menu a:hover {
	text-decoration:none;
	/*border-top:1px solid #222;*/
	color:#222;
	cursor:crosshair;
	}

#logo {
	height:50px;
	 width:41px;
	 margin-left:100px; 
	 margin-top:20px;
	}
	


#menu {
    position: relative;
	margin-right: 100px;
}


ul { list-style-type:none;
	 margin-top:-65px;
	 padding:0;
	}
	
li {
	display: inline-block; 
	margin:20px;
	font-size:12px;
	font-weight:100;
	}
	
	
.dx {
	position:relative;
	float:right;
	}
#index_proj{
	display:none;}
	
.index_proj_sel{
	color:#888;
	text-decoration:line-through;
	}
	

#voce {
    text-align: center;
    font-size: 12px;
	font-weight:100;
    }
	
#verticale {
	position: relative;
	right:-5px;
	font-family: 'Asap', sans-serif;
	font-size:12px;
	font-weight:100;
	float:right;
	top:47%;
	z-index:9000;

	}
	
#verticale a {
	/*border-top:1px solid #222;*/
	text-decoration:none;
	color:#222;
	cursor:crosshair;
	}

#verticale a:hover {
	text-decoration:line-through;
	color:#222;
	cursor:crosshair;
	}
	
.verticale {
	transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
}


#verticale2 {
	position: relative;
	margin-right:-192px;
	font-family: 'Asap', sans-serif;
	font-size:12px;
	font-weight:100; 
	float:right;
	top:-90px; /*senza uno diventa -45px;*/
	z-index:9001;
	border-bottom: 0;
	}
	
#verticale2 a {
	text-decoration:none;
	color:#222;
	cursor:crosshair;
	border-bottom: 0;
	}

#verticale2 a:hover {
	text-decoration:line-through;
	color:#222;
	cursor:crosshair;
	border-bottom: 0;
	}
	
.verticale2 {
	transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
}

#verticale3 {
	position: relative;
	margin-right:-194.5px;
	font-family: 'Asap', sans-serif;
	font-size:12px;
	font-weight:100; 
	float:right;
	top:-60px;
	z-index:9001;
	border-bottom: 0;
	}
	
#verticale3 a {
	text-decoration:none;
	color:#222;
	cursor:crosshair;
	border-bottom: 0;
	}

#verticale3 a:hover {
	text-decoration:line-through;
	color:#222;
	cursor:crosshair;
	border-bottom: 0;
	}
	


#footer {
	position: absolute;
    text-align: center;
	left:45%;
	margin-bottom:20px;
	font-family: 'Asap', sans-serif;
	font-size:9px;
	font-weight:100;
	padding-top:17px;
	}
	
#footer1 {
	position: absolute;
    text-align: center;
	left:45%;
	font-family: 'Asap', sans-serif;
	font-size:9px;
	font-weight:100;
	top:98%;
	}

#viewProject {
	position: absolute;
	width:auto;
	padding:5px;
	top: 40px;
	left:47%;
    text-align: center;
	font-family: 'Asap', sans-serif;
	font-size:10.5px;
	font-weight:100;
	font-style:italic;
	color:#333;
	background-color:#FFF;
	}
	
#viewProject a {
	color:#333;
	cursor:crosshair;
	text-decoration:none;
	}
	

#viewProject a:hover {
	text-decoration:none;
	color:#888;
	cursor:crosshair;}



.titolo {
	height: auto;
	position: absolute;
	width:35%;
	left:50%;
	text-align:left;
}


.progetto {
	width:100%;
	left:1.5%;
	height: auto;
	position: absolute;
	top: 760px;
	clear:both
}




.progetto h2 {
	color: #333;
	text-shadow:#333;
	/*padding: 20px;*/
	font-size: 48px;
	font-weight: 800;
	line-height: 40px;
	}

.progetto blockquote {
	padding-top: 10px;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #333;
}



.progetto cite {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration:underline;
	font-style:normal;
}


.progetto a {
	color:#777;	
	text-decoration:line-through;
	cursor:crosshair;
}

.progetto a:hover {
	color:#777;	
	text-decoration:none;
	cursor:crosshair;
}


.info{
	font-style:italic;
	padding-top:15px;
	line-height:18px;
	font-size:14px;
	}

.testo {
	padding-top: 20px;
	font-weight: 100;
	font-size: 16 px;
	line-height: 20px;
	color: #333;
	
	}
	


.finale {
	padding-top: 60px;
	font-weight: 800;
	font-size: 30 px;
	line-height: 20px;
	color: #333;
	text-align:center;
	font-style:italic;
	
	}
	
	
#img {
	font-size:12px;
	text-align:right;
	width:50%;
	height:auto;
	position:absolute;
	left:25%;
	top:450px;
	clear:both;	

	}
	
#img img {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
	}


.didascalia{
	font-weight: 100;
	padding-top:50px;
	padding-bottom:20px;
	color: #888;
	font-style:italic;
	margin-left:50%;
	text-decoration:underline
		
			}


/*.scrollToTop {
    position: fixed;
    top: 50%;
    right: 40px;
    display: none;
}*/

.scrollToTop{
	width:6px; 
	height:15px;
	position: fixed;
    top: 50%;
    right: 50px;
	text-decoration: none;
}

.scrollToTop:hover{
	text-decoration:none;
}





 
 ::-webkit-scrollbar {
        width: 1px;
    }

    ::-webkit-scrollbar-track {
          background-color: #fff;
    } /* colore di sfondo delle scrollbar */

    ::-webkit-scrollbar-thumb {
          background-color: #777;
    }

    ::-webkit-scrollbar-button {
		visibility:hidden;
    }
 
 	::-webkit-scrollbar-corner {
		visibility:hidden;
    }
 



/*#cell1
{
width:100px;
height:100px;
margin-bottom:20px;

-webkit-animation: pulse 35s infinite;
-moz-animation: pulse 35s infinite;

 }


   #cell2
   {
  width:100px;
 height:100px;
 margin-bottom:20px;

-webkit-animation: pulse 35s ease -3s infinite;
-moz-animation: pulse 35s ease -3s infinite;

 }

#cell3
{
width:100px;
height:100px;
margin-bottom:20px;

-webkit-animation: pulse 35s ease -5s infinite;
-moz-animation: pulse 35s ease -5s infinite;


 }*/
 
 
 
 
 
 
 
 
 
/* safari, chrome */
 @-webkit-keyframes pulse  
{
0% {background-color: #45CEEF;} 
25% {background-color: #FFF5A5;}
 50% {background-color: #FFD4DA;}
 75% {background-color: #99D2E4;}
100% {background-color: #45CEEF;}
}

/* firefox */
@-moz-keyframes pulse {
	0% {background-color: #45CEEF;} 
25% {background-color: #FFF5A5;}
 50% {background-color: #FFD4DA;}
 75% {background-color: #99D2E4;}
100% {background-color: #45CEEF;}
	
	
	}

body {
	height: 100%;
	margin: 0;
	-webkit-animation: pulse 35s ease -7s infinite;
	-moz-animation: pulse 35s ease -7s infinite;
}



