@charset "UTF-8";

body{
	height:100%;
   width:100%;
   background-image:img/bg14.jpg;/*your background image*/  
   background-repeat:no-repeat;/*we want to have one single image not a repeated one*/  
   background-size:cover;/*this sets the image to fullscreen covering the whole screen*/  
   /*css hack for ie*/     
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg14.jpg',sizingMethod='scale');
   -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg14.jpg',sizingMethod='scale')";
}

video#bgvid {z-index: -1000;
position: absolute; bottom: 0px; right: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; overflow: hidden;

}
 #cookieChoiceInfo {
	background: rgba(0, 0, 0, 0) url("../img/texture_tp.png") repeat scroll 0 0 !important;
  color: #999999;
} 
#cookieChoiceDismiss {
    color: #7e2217;
}
#pr {
     margin-left: -61px;
    margin-top: -22px;
    text-align: left;
}
#pr-info {
   font-size: 15px;
    margin-left: -61px;
    margin-top: -23px;
    text-align: right;
    width: 1160px;
}

#testo {
    background: rgba(0, 0, 0, 0) url("../img/texture_tp.png") repeat scroll 0 0;
    color: #777;
    float: inherit;
    margin-left: 270px;
    padding: 20px;
    text-align: center;
    width: 800px;
}

}
 #botaudio {
	bottom: 0px;
	height: 20px;
	width: 50px;
	position: relative;
	padding: 0px;
	margin:0;
	float: right;
	top: 3px;
} 


 #footer3 {
	bottom: 0px;
	height: 200px;
	width: 100%;
	position: absolute;
	padding: 0px;
	right: 8px;
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#main {
	width:100%;
	height:50px;
	background-color:#FFF;
margin:0 auto;
padding:0;
bottom: 0px;
position:fixed;
}

#sede {
position:relative;
margin-left:auto;
margin-right:auto;

	background-image:url(../img/contatti_sede_eng.png);
	height: 150px;
	width: 960px;
	
}

#sedeita {
position:relative;
margin-left:auto;
margin-right:auto;

	background-image:url(../img/contatti_sede.png);
	height: 150px;
	width: 960px;
	
}

.apri{ color:#000;}
.chiudi{
	color:#990000;
	font-family: Helvetica, sans-serif;
}

#box{
width:100%;
height:150px;
background-image:url(../img/texture_tp.png);
position:relative;
display:none;

}


#menu{
	width:200px;
	height:30px;
	position:relative;
	top:-8px;
	right: 20px;
}
#menu li{ list-style:none; position:relative; cursor:pointer;}
#menuc{
	width:200px;
	height:30px;
	float:right;
	position:relative;
	left: 100px;
}
#menuc li{ list-style:none; position:relative; cursor:pointer;}




/* INIZIO */
#element {
  background-color: #F9F9F9;
  border: 1px solid #6B7B95;
  color: #000;
  float: left;
  height: 60px;
  margin: 50px;
  padding: 10px;
  width: 60px;
}

.myClass {
  background-color: #C6D880;
  border: 3px dashed #000;
  font-size: 20px;
  height: 60px;
  padding: 20px;
  width: 300px;
}


#actions {
  float: right;
  width: 190px;
}
  #actions LI, #reset {
    color: #6B7B95;
    cursor: pointer;
    line-height: 18px;
    text-decoration: underline;
  }
  #actions LI:HOVER, #reset:HOVER {
    color: #E79D35;
    text-decoration: none;
  }
  
#reset {
  font-size: 10px;
  margin: 30px 0 0;
}
/* 3 FINE */
/* CSS Document */
.slide {
  position: relative;
  height:50px;
  width:100%;
  background-color:#CCCCCC;
}
.slide .inner {
  position: absolute;
  width:50px;
  height:20px;
  background-color:#00CC33;
  left: 0;
  bottom: 0;
}

 /* VIDEO FULL SCREEN */
 /*video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(img/bg14.jpg) no-repeat;
background-size: cover;
} */


html, body {
    height:100%;
    width:100%;
    margin:0px;
}
body {
    display:table;
}

/* IMMAGINE A TUTTO SCHERMO */

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		/* IMMAGINE A TUTTO SCHERMO */
		
		/* CORPO */
		
		
#sopra {
background-image:url(../img/texture_tp.png);
	height: 100px;
	width: 100%;
	position: absolute;
	padding: 0px;
	bottom: 50%;
}	
#sotto {
	background-image:url(../img/texture_tp.png);
	height: 100px;
	width: 100%;
	position: absolute;
padding: 0px;
top: 50%;
}
/* FINE CORPO */
/* FOOTER */
#footer {
	bottom: 0px;
	height: 50px;
	width: 100%;
	background-color:#009999;
	position: absolute;
	padding: 0px;
	right: 8px;
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
  

		/* FINE /* FOOTER */ 

       /* POPUP */
	   #bott1 {
	width:280px;
	position:relative;
	height:80px;
	float:left;
	padding-right:40px
}
mybutton1 a:hover {
background-image:url(../img/01_natural_BN.png);
}
 #bott2 {
	width: 200px;
	height:55px;
	position:relative;
	left:100px;
	top:0px;
	cursor: pointer;
	border: solid 0px;
	background-color:#006633;
	/*background-image:url(../img/vuoto.png);*/
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	text-align:center;
	display: table;
}
 #bott3 {
	width: 200px;
	height:55px;
	position:relative;
	float:right;
	
	top:0px;
	cursor: pointer;
	border: solid 0px;
	background-color:#006633;
	/*background-image:url(../img/vuoto.png);*/
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	text-align:center;
	display: table;
}


#mybutton1 {
	width: 280px;
	height:50px;
	position:relative;
	cursor: pointer;
	border: solid 0px;
			
	background-image:url(../img/vuoto.png);
	font-family: Helvetica, sans-serif;
}
#my-button1:hover {
	
	height:50px;
	border: solid 0px;
	background-image:url(../img/vuoto.png);
}
#mybutton2 {
	width: 280px;
	height:50px;
	position:relative;
	cursor: pointer;
	border: solid 0px;
			
	background-image:url(../img/vuoto.png);
	font-family: Helvetica, sans-serif;
}
#my-button2:hover {
	
	height:50px;
	border: solid 0px;
	background-image:url(../img/vuoto.png);
}
#mybutton3 {
	width: 280px;
	height:50px;
	position:relative;
	cursor: pointer;
	border: solid 0px;
			
	background-image:url(../img/vuoto.png);
	font-family: Helvetica, sans-serif;
}
#my-button3:hover {
	
	height:50px;
	border: solid 0px;
	background-image:url(../img/vuoto.png);
}


#button_info {
	width: 200px;
	height:30px;
	position:relative;
	cursor: pointer;
	border: solid 0px;
			
	background-image:url(../img/vuoto.png);
	font-family: Helvetica, sans-serif;
}
#button_info:hover {
	
	height:30px;
	border: solid 0px;
	background-image:url(../img/vuoto.png);
}
 #element_to_pop_up {
	height: 200px;
	width: 100%;
	position:absolute;
	float:none;
	padding: 0px;
	margin:0;
	padding:0;
	margin-top:100px;
	top: 0px;
	color:#000;
	display:none;
	z-index:10;
	background-image: url(../img/texture_tp.png);
}

 #element_to_pop_up2 {
		
	background-image: url(../img/texture_tp.png);
	height: 200px;
	width: 100%;
	position:absolute;
	float:none;
padding: 0px;
margin:0;
padding:0;
margin-top:100px;
top: 0px;
	color:#000;
	display:none;
	z-index:10;

}


 #element_to_pop_up3 {
		
	background-image: url(../img/texture_tp.png);
	height: 200px;
	width: 100%;
	position:absolute;
	float:none;
padding: 0px;
margin:0;
padding:0;
margin-top:100px;
top: 0px;
	color:#000;
	display:none;
	z-index:10;

}


.b-close{
	cursor:pointer;
	position:absolute;
	right:10px;
	top:20px;
	font-family: Helvetica, sans-serif;
	color: #990000;
}
#info {
	background-color: #00CCFF;
	height: 30px;
	width: 200px;
	margin-left: 100px;
}

#slide1 {
	height: 200px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide_01.png);
}

#slide2 {
	height: 200px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide_02.png);
}

#slide3 {
	height: 200px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide_03.png);
}
#audio {
	height: 40px;
	width: 206px;
	float: right;
	padding-top: 0px;
	position: relative;
	top: -50px;
	right: 20px;
}
.botaudio {
	height: 25px;
	width: 25px;
	border: solid 1px #999999;
	margin:0;
	padding:0;
}
#itaeng {
	width: 151px;
	height: 30px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	position: relative;
	top: 2px;
}


#slide_ita1 {
	height: 200px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide_ita_01.png);
}

#slide_ita2 {
	height: 200px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide_ita_02.png);
}

#slide_ita3 {
	height: 200px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide_ita_03.png);
}
