.preload * 
{
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#sfondoscuroheader
{
	left:-100vw;
	position:fixed;
	width:100vw;
	height:100vh;
	background-color:grey;
	opacity:0.5;
	z-index:19;
	transition: all 0.5s;
}
/*parte per l'header che scorre sullo schermo*/
#navbarrossa 
{
    overflow: hidden;
    text-align: center;
    background-color: #CC0000;
    width: 100%;
    color: white;
    position: fixed;
    top: 0vw;
    z-index: 20;
    font-size: 2.4vw;
    font-family: 'Conv_candara', Sans-Serif;
    height: 6vw;
    line-height: 5.5vw;
}
#navbarrossa #facebook, #navbarrossa #instagram
{
	display:none;
}
#navbar 
{
	background-color: #133557;
	padding: 0.6vw 0vw 0.6vw 1.3vw;
	width: 100%;
	height: 10.1vw;
	position: fixed;
	top: 6vw;
	z-index: 20;
}
.headlink
{
	position:absolute;
	background-color: #133557;
	left:100vw;
	display: block;
	width:65vw;
	height:12vw;
	color: white;
	text-align: center;
	padding: 1.7vw 2.2%;
	margin: 0.2vw 1.3vw 0vw 0vw;
	text-decoration: none;
	font-size: 3.2vw;
	font-family:'Conv_candara',Sans-Serif;
	line-height: 8.5vw;
	transition: all 0.5s;
	z-index:4;
}
.headlink:first-child /*tesi*/
{
	top:33.4vw;
}
.headlink:nth-child(2) /*contatti*/
{
	top:94vw;
}
.headlink:nth-child(3) /*chi siamo*/
{
	top:82vw;
}
.headlink:nth-child(5) /*servizi*/
{
	top:70.0vw;
}
.headlink:nth-child(6) /*dispense*/
{
	top:21.6vw;
}
.headlink:nth-child(7) /*home*/
{
	top:9.8vw;
}
#navbar img
{
	margin-left:2vw;
	margin-top:1.2vw;
	float:left;
	height: 7vw;
	width: auto;
} 
#navbar a:hover 
{
	background-color: #CC0000;
	color: white;
}
#navbar a.active 
{
	background-color: #CC0000;
	color: white;
}
#navbartendina 
{
	overflow: hidden;
    top: 50.8vw;
    left: 100vw;
    width: 65vw;
    height: 26vw;
    position: fixed;
    background-color: #133557;
    padding: 0.7vw 1vw 1vw 1vw;
    z-index: 22;
    transition: all 0.5s;
}
#navbartendina a
{
	display: block;
	font-size: 3.2vw;
	font-family: Calibri;
	color: white;
	height:8vw;
	text-decoration: none;
	padding: 1.2vw 1vw 1.2vw 1vw;
	line-height: 5.5vw;
	margin-bottom:0.3vw;
	transition: all 0.5s;
}
#contenitorelinee
{
	position:absolute;
	top:0vw;
	left:83.5vw;
	display:block;
	width:18vw;
	height:10vw;
	cursor:pointer;
	z-index:22;
	padding-left:6vw;
}
.linee
{
	position:absolute;
	display:block;
	background-color:white;
	width:6vw;
	height:0.6vw;
}
.linee:first-child
{
	top:2.5vw;
}
.linee:nth-child(2)
{
	top:4.7vw;
}
.linee:nth-child(3)
{
	top:6.9vw;
}
#spazioiniziale
{
	display:block;
	height:20vw;
	width:100%;
}
.nolink
{
	text-decoration: none;
	color:white;
}