/************************************************/
/*												*/
/*	VOIELLO										*/
/*	CSS - GENERALE								*/
/*	DEVEL BY TIWI								*/
/*												*/
/************************************************/

section {
  display: block;
  position: relative;
  width: 100%; height:100%;
  overflow:hidden; min-width:980px;
} section.panel {}
section.panel h1 {
	width:960px; position:relative;
	margin:0px auto; top:130px; margin-bottom:50px;
} section.panel img.fullbackground {
	display:block; position:absolute; top:0px; left:0px;
	width:100%; height:100%;
} section.panel video.fullbackground-video {
	display:block; position:absolute; top:0px; left:0px;
	width:100%; height:100%;
} section.panel div.contenuto {
	position:relative;
	width:960px; margin:0px auto;
	background-repeat:no-repeat;
	top:120px; font-family: "Lato", sans-serif;
	font-size:22px; line-height:32px;
	font-weight:300;
} 

/* PANNELLO TITOLO */
section.panel.pannello-titolo {}
section.panel.pannello-titolo h1 {
	font-size:150px;
	line-height:120px;
	text-shadow: 1px 1px 0px #424242;
} section.panel.pannello-titolo .contenuto {
	color:white;
}

/* SEZIONE FITTIZIA */
section.panel.fittizio {
	background-color:transparent; z-index:-1;
}

/* BOTTONI */
 section.panel a.button {
	position:absolute; 
	top:290px; left:50%; margin-left:-480px;
	display:block; width:130px; height:35px;
	line-height:35px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background-color:#42cbb9;
	font-family: 'Lato', sans-serif;
	color:white;
	font-weight: 300;
	text-transform:uppercase;
	text-align:center;
	-webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color  300ms ease-in-out;
    -ms-transition: background-color  300ms ease-in-out;
    -o-transition: background-color  300ms ease-in-out;
    transition: background-color  300ms ease-in-out;
    cursor:pointer;
} section.panel a.button:hover {
	background-color:#ffffff;
	color:#42cbb9;
} section.panel a.button.green {
	background-color:#42cbb9;
} section.panel a.button.green:hover {
	background-color:#ffffff;
	color:#42cbb9;
} section.panel a.button.magenta {
	background-color:#ff0066;
} section.panel a.button.magenta:hover {
	background-color:#ffffff;
	color:#ff0066;
} 



