@charset "utf-8";
/*--
	Add your style here
--*/ 
.bio ul {
  text-align: left;
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.mostre ul {
  text-align: left;
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.bio_image  {
	position:relative;
	top:0;
	left:0;
	width:70%;
	height:70%;
	z-index:1;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
	#opacity: .9;
}

.pensiero_bg  {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../images/bg/pensiero.jpg);
	background-size: cover;
	#opacity: .6	;
}

.contatti_bg  {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../images/bg/contatti.jpg);
	background-size: cover;
	#opacity: .6	;
}

.content_bio {
	width:100%;
	position:relative;
	z-index:4;
	float:left;
	height:100%;
}