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

body
{
	background-color: rgba(255,255,255,1);
	display: block;
	width: 100%;
	height: 100%;
	background-position: center; 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../img/Sfondo_Store_01.jpg); margin:0px 0px;
}

#header {
	position: fixed;
	width: 100%;
	height: 220px;
	background-color: rgba(26,29,35,1);
	z-index: +100;
	background-image:;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	background-image: url(../img/Header_Boutique_Cruscotto_5.png);
}



#logo {
	height: 160px;
	width: 160px;
	position: absolute;
	left: 64px;
	top: 30px; border:1px solid transparent; border-radius:100px 100px 100px 100px; background-color: transparent;
}
#logo img {
	width: 155px;
	height: 155px;
	margin: 2px 2px 2px 2px; background-color: rgba(0,0,0,1);  border-radius:100px 100px 100px 100px;
}






#menu {
	width: 40%;
	position: relative;
	float: right;
	top: 30px;
	right: 740px;
	display: inline;
	list-style-type: none;
}


#header #menu ul li {
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	display: list-item;
	margin-left: 10px;
}


#header #menu ul li a {
	text-decoration: none;
	color: white;
}


#header #menu ul li a:hover {
	color: rgba(255,255,0,1);
	cursor: pointer;
}


/************** Questo è il corpo totale, metti il colore per vederlo, adesso è trasparente ******************/
#main {
	width: 100%;
	height: 2500px;
	padding: 0;
	background-color: rgba(255,255,153,1);
	top: 250px;
	
}





#sfondo {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image:;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/************** Questo è il contenitore largo per il Responsive dell'area introduzione ******************/
#contenitoreintroduzione { position:relative; width:100%; height:1650px; border:1px solid transparent; top:250px; 
}


/************** Questo è il contenitore che racchiude il testo introduzione e il video ******************/
#iteminrtoduzione {
	position: relative;
	height: 600px;
	width: 1100px;
	padding: 5 5 5 5;
	top: 60px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid transparent; margin-left:auto; margin-right:auto;
}
#iteminrtoduzione p {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 20px;
	font-style: normal;
	text-align: justify;
	 text-align:center;
	font-style: normal;
	color: rgba(0,0,0,1); margin: 20px 20px 20px 20px;
}


.testipiccoli { font-family:"Times New Roman", Times, serif; font-size:14px; font-style:normal; text-justify:auto;}







/************** Questo è il contenitore di tutti i blocchi prodotto. Ricordati di allungalrlo sempre se aggiungi prodotti ******************/
#contenitore {
	position: relative;
	width: 100%;
	height: 550px;
	top: 300px;
	border: 1px solid transparent;
	margin-right: auto;
	margin-left: auto;border-radius: 2px 2px 2px 2px; background-color:transparent;
}








/************** header e logo elastico******************/

#header.large{
height: 220px;	
	
	
}

#header.small{
height: 130px;
background-color: rgba(76, 149, 240, 0.5);	
	
}


#logo.large img{
	width: 160px;
	height: 160px;
	
	
}

#logo.small img{
	width: 70px;
	height: 70px;
	
	
}

/************ transition header + logo *************/

#header,img{
transition: all 1s;
-webkit-transition: all 1s;
-o-transition:all 1s;
-ms-transition: all 1s;
-moz-transition: all 1s;		
	
}
img.iclass{
transition: all 250ms ease-in-out;

-webkit-transition: all 250ms ease-in-out;
-o-transition:all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;	
}

img.iclass:hover{
transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-o-transform:scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
-moz-transform:	scale(1.1,1.1);
opacity: 0.7;
}







table tr td h2 { font-family:Tahoma, Geneva, sans-serif; font-size:25px; color:black; font-weight:100; border:1px solid transparent;}

tr td label { font-family:Verdana, Geneva, sans-serif; font-size:14; color: black;}

tr td input { width:400px; height:40px; background-color: white; border-radius: 0px 10px;}

.bianco{color:rgba(255,255,255,1);}
.rosso{color: rgba(255,0,0,1);}
.blu scuro{color: rgba(0,0,255,1);}

tr td input:hover{ background-color: rgba(204,204,255,0.5);}

tr td select {width:400px; height:40px; background-color: white; border-radius: 0px 10px;}

tr td textarea {width:400px; height:120px; background-color: white; border-radius: 0px 10px;}

tr td button { height:40px; width:130px; background-color: rgba(153,153,153,1); border-radius:10px 10px; box-shadow: 5px 5px 5px black; font-family:Verdana, Geneva, sans-serif; color:white;}

tr td button:hover{ background-color: rgba(204,0,0,1); cursor: pointer;}






#footer {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: rgba(255,255,255,1);
	top: 100px; z-index:+70;
}



#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,1);
	text-align: center;
}


#contatore { position:relative; width:90px; height:40px; margin-left:auto; margin-right:auto; border:1px solid transparent;
}



