/* CSS PER VISUALIZZAZIONE SU PC */
@media only screen and (min-width:640px){

:root
{
	--larghezza : 30px;
	--altezza	: 30px;
}
	
main
{
	height:  100%;
	padding: 0px;
	margin:  0px;
}
	
html, body , content{
	height:  100%;
	margin:  0px;
	padding: 0px;
}



/*PERSONALIZZAZIONE ELEMENTI BODY*/
/*
body {
	background: url("../immagini/sfondo.jpg");
	background-repeat: repeat;
	background-position: 0 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
*/

.container
{
	height : 100%;
}


#divArticoli {
    margin-top: 50px;
    margin-bottom: 0px;
	margin-left: 160px;
	position: absolute;
	float:left;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity:1;
	z-index: 99;
}

#divVideoContainer
{
    margin-bottom: 0px;
	margin-left:   0px;	
	z-index: -99;
}

#video1 {
  object-fit: cover;
  position: fixed;
  top: 70px;
  left: 160px;
  height: 100%;
  width: 100%;
  z-index : 99;
  opacity: 0.4;
}


.clsIntestazione {
	font-size: 25px;
	font-style: oblique;
	font-weight: bold;
	margin-bottom: 0;
     font-family: "Arial", sans-serif;

}

.clsDescrizione {
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	display: inline-block;
	margin-left: 100px;
	margin-top: 3%;
     position: relative;
}

.clsDescrizionePiccola {
	background-repeat: no-repeat;
	background-size: 100px 100px;
	max-width: 150px;
	height: 100px;
	display: inline-block;
	margin-left: 100px;
	margin-top: 3%;
    position: relative;
	resize: both;
}

.clsImmagineGrande
{
	height	  : 400px;
	width : auto;
}


.clsImmaginePiccola
{
   	width:  100px;
	height: auto;
	position: relative;
    top: -15px;
}

.clsTblContenitore
{
	z-index : 98;
	opacity : 0;
}

.clsTabellaTdLeftTop
{
    text-align: center;
    vertical-align: top;
}

.clsTabellaArticoli
{
	width: 33%;
	z-index : 99;
}

.clsTabellaTDCentrata
{    
	text-align: center;
    vertical-align: top;
}


.Testo {
	margin-bottom : 5px;
  	color: black;
  	font-size: 20px;
  	position: inline;
    top: +20px;
  	width: 100%;
}

/* PROVA */

.divNavigazione 
{
width		 : 160px;
height		 : 100%;
float		 : left;
margin-left  : 0px;
margin-right : 0px;
background-color : darkblue;
color : white;
position: fixed;
}

.divNavigazione h2 
{
margin-left : 10px;
}

.ulNavigazione
{
margin-left	: 10px;
padding		: 0px;
list-style	: none;
margin-bottom : 10px;
margin-left   : 3px;
}

.liNavigazione
{
margin-bottom : 10px;
margin-left   : 5px;
}
.liNavigazione:hover
{
color: cyan;
font-weight : 900;
padding-left : 2px;
/*border-bottom: 1px solid cyan; */
}


.liNavigazione-selected
{
	margin-bottom : 10px;
	margin-left   : 5px;	
	color: darkblue;
	background-color: cyan;
	animation: shake 1s; 	
	animation-iteration-count: infinite; 	
}


@keyframes shake {
  0% { transform: translate(0px, 0px) rotate(0.5deg); opacity: 0.9;}
  10% { transform: translate(0px, 0px) rotate(0deg); opacity: 0.8;}
  20% { transform: translate(0px, 0px) rotate(-0.5deg); opacity: 0.7;}
  30% { transform: translate(0px, 0px) rotate(0deg); opacity: 0.8;}
  40% { transform: translate(0px, 0px) rotate(0.5deg); opacity: 0.7;}
  50% { transform: translate(0px, 0px) rotate(0deg); opacity: 0.8;}
  60% { transform: translate(0px, 0px) rotate(-0.5deg); opacity: 0.7;}
  70% { transform: translate(0px, 0px) rotate(0deg); opacity: 0.8;}
  80% { transform: translate(0px, 0px) rotate(0.5deg); opacity: 0.8;}
  90% { transform: translate(0px, 0px) rotate(0deg); opacity: 0.9;}
  100% { transform: translate(0px, 0px) rotate(-0.5deg); opacity: 1;}
}
}




/* FINE PROVA */

/* CSS PER VISUALIZZAZIONE SU SMARTPHONE */ 
/*
@media only screen and (max-width:640px){
html, body {
	height: 100%;
	margin: 3px;
	padding: 0;
}



/*PERSONALIZZAZIONE ELEMENTI BODY*/
/*
body {
    background-color: white;
	background-position: 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
    background-size: cover;
}

.clsIntestazione {
	font-size: 25px;
	font-style: oblique;
	font-weight: bold;
	margin-bottom: 0;
    font-family: "Arial", sans-serif;

}

.clsDescrizione {
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	display: inline-block;
	margin-left: 100px;
	margin-top: 3%;
    position: relative;
}

.clsDescrizione:hover {
	opacity: 0.7;
}

.Testo {
  	color: black;
  	font-size: 20px;
  	//padding: 8px 12px;
  	position: relative;
  	width: 100%;
	top: -45px;
  	text-align: center;
}

.divArticoli {
    margin-bottom: 0px;
    margin-top: 0px;
	position: absolute;
	float:left;
}

/*
/*FOOTER*/
/*
.footer-basic {
  	padding: 10px 0;
  	background-color: darkblue;
  	color: white;
	margin-top: 300px;
}

.footer-basic .privacy {
    font-family: Arial, sans-serif;
    text-decoration:none;
  	text-align:center;
  	display: block;
    font-size:15px;
    color: white;
    padding: 3px;
    margin-bottom: 30px;
}

.footer-basic .privacy a {
    color: white;
  	text-decoration:none;
}

.footer-basic .privacy a:hover {
    text-decoration: underline;
}

.footer-basic .social {
  	text-align:center;
}

.footer-basic .social > a {
  	font-size:24px;
  	width:50px;
  	height:40px;
  	display:inline-block;
  	text-align:center;
  	color:white;
}

.footer-basic .social > a:hover {
  	opacity:0.7;
}

.footer-basic .copyright {
    font-family: Arial, sans-serif;
  	margin-top:13px;
    margin-bottom:20px;
  	text-align:center;
  	font-size:12px;
  	color:#bbb;
}

}
*/