/* Grafica design by RF83*/

@font-face { font-family: 'Brush Script Mt';        src: url("./fonts/brushscriptmt.ttf") format("truetype"); }
@font-face { font-family: 'Century Gothic'; 		src: url("./fonts/centurygothic.ttf") format("truetype"); }
@font-face { font-family: 'Fira Sans Condensed';    src: url("./fonts/firasanscondensed.otf") format("opentype"); }
@font-face { font-family: 'Mahalo';    				src: url("./fonts/mahalo.otf") format("opentype"); }
@font-face { font-family: 'Nunito Sans';    		src: url("./fonts/nunitosanslight.ttf") format("truetype"); }
@font-face { font-family: 'FontAwesome'; 			src: url('./fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype');}
@font-face { font-family: 'Stop Bullying'; 			src: url("./fonts/stopbullying.ttf") format("truetype"); }
@font-face { font-family: 'Radio Canada Light'; 	src: url("./fonts/radiocanadacondensedlight.ttf") format("truetype"); }
@font-face { font-family: 'FontAwesome'; 		    src: url('./fonts/fontawesome-webfont.woff?v=4.5.0') format('truetype'), url('./fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('./fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff'),; font-weight: normal;  font-style: normal;  }


body {
background-color: #eaf0f2;
margin:0px; 
background-image: url("img/sfondo01.jpg");
background-repeat:no-repeat;
background-size: 100% 100%;
}

.grassetto { font-weight:bold; }
.corsivo { font-style: italic; }

#intestazione {
width:100%;
  background-color: #FFF;
  background: -webkit-linear-gradient(#FFF, #F5F5F5); /* safari e chrome*/
  background: -moz-linear-gradient(#FFF, #F5F5F5); /* firefox*/
  background: -o-linear-gradient(#FFF, #F5F5F5); /* opera */
  background: linear-gradient(#FFF, #F5F5F5);
min-height:200px;
background-image: url("./img/intestazione4.jpg");
background-repeat:no-repeat;
background-size:auto;
background-position:center;
background-color: #036;
}

.cornice_intestazione {
border:2px solid #FFF;
width:1280px;
height:200px;
margin:auto;
}

.logo {
width:300px;
max-width:100%;
/*margin-left:5px;*/
margin:auto;
}

.logo img {
/*width:250px;*/
margin: auto;
}

/* ----- MENU DI NAVIGAZIONE ----- */
#menu { 
  width: 100%;
  background-color: #275882;
  background: -webkit-linear-gradient(#275882, #036); /* safari e chrome*/
  background: -moz-linear-gradient(#275882, #036); /* firefox*/
  background: -o-linear-gradient(#275882, #036); /* opera */
  background: linear-gradient(#275882, #036);
  /*border: 1px solid #222;*/
  box-shadow: 1px 1px 4px #777;
  text-align: center;
}

#menu li {
  display: inline-block;  /*lista orizzontale */
  position: relative;
}

.schizzo_SX {
width:100px;
float: left;
margin-top:-40px;
margin-left:5px;
position:sticky;
}

.schizzo_DX {
width:100px;
float: right;
margin-top:-40px;
margin-right:5px;
position:sticky;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li a.menu {
  display: block;
  padding: 10px 20px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Mahalo","Radio Canada Light", sans-serif;
  font-size:20px;
  text-decoration: none;
  /*text-shadow: 0 1px #000;*/
  border-right: 2px solid #FFF;
}

#lastmenu {
  border: none;
  box-shadow: none;  
}

a.menu:hover {
  color: #FF33CC;
}

/* sottomenu */
#menu li .hidden {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #336;
  opacity: 0;
  filter:Alpha(opacity=0); /* IE8 and earlier */
  visibility: hidden;
}

#menu li .hidden li a.menu {
  width: 100px;
  border-bottom: 1px solid #202020;
  border-right: none;
  box-shadow: none;
}

/* menu hover */

#menu li:hover .hidden {
  margin-top: -60px;
  opacity: 1;
  filter:Alpha(opacity=100); /* IE8 and earlier */
  -webkit-transition: all 0.5s ease; /* safari and chrome */
  -moz-transition: all 0.5s ease; /* firefox */
  -o-transition: all 0.5s ease; /* opera */
  transition: all 0.5s ease;
  visibility: visible;
  border-bottom-right-radius: 10px;
}

/* diamo uno stile al pulsante del menu e nascondiamolo */
.showMenu {
  padding: 10px 0;
  color: white;
  background: #036;
  text-align: center;
  display: none;
}

/* nascondi checkbox se selezionato */
input[type=checkbox]{
  display: none;
}

/* mostra checkbox se selezionato */
input[type=checkbox]:checked ~ #menu {
  display: block;
}

/* ----- CONTENUTO ----- */

#contenuto {
	min-height:100%;
	padding:10px 0px;
	margin: 15px auto;
	/*border: 2px solid #CCC;*/
	font-family: "Nunito Sans", sans-serif;
}

.txt_titolo {
	font-family: "Stop Bullying","Nunito Sans","Century Gothic", sans-serif; 
	font-size: 24px;
	/*font-weight:bold;*/
	line-height: 30px;
	text-align:justify;
	color: #036;
	padding-left: 50px;
	padding-right: 50px;
}

.txt_titolo_2 {
	font-family: "Nunito Sans","Century Gothic", sans-serif; 
	font-size: 24px;
	font-weight:bold;
	line-height: 30px;
	text-align:center;
	padding:5px;
background: -webkit-linear-gradient(5deg, #036, #B12CFF87);
color: #fff;
max-width: 600px;
margin: auto;
border-radius: 20px 5px 20px 2px;
margin-bottom: 30px;
}

.txt_scritto {
	font-family: "Nunito Sans", "Century Gothic", sans-serif; 
	font-size: 18px;
	line-height: 30px;
	text-align:justify;
	color: #036; /*036 - 275882*/
	padding-left: 50px;
	padding-right: 50px;
}

.box_elencocarri {
padding-left: 25px;
}

.traparentesi {	color:#2d7dc1;}

.imghome {
position:relative;
width:300px;
border: 2px solid #09F;
padding:10px;
margin-right:30px;
}

.imgleft { float:left; }
.imgright { float:right; }


.boximgcarro { 
display: inline-block;
width:200px;
margin:10px;
}

p.carro { 
font-size:12px;
color: #036;
text-align:center;
margin-bottom:0px;
text-align:center;
}

p.testo { 
font-size:15px;
color: #036;
text-align:center;
margin-top:0px;
}

.testanno { 
font-size:13px;
color: #09F;
}

.imghomecarro { 
margin:10px;
width:150px;
border-radius:20px;
padding:10px;
border: 2px solid #09F;
}

.img_servizi {
border: 1px solid #09F;
padding: 4px;
max-width:100%;
margin:10px 40px;
}

.img_servizi img {
max-width:100%;
width:100%;
}

.box_lavori {
max-width:1280px;
margin: 10px auto;
/*border: 2px solid #09F;*/
width: 100%;
margin-bottom: 30px;
/*background: -webkit-linear-gradient(5deg, #036, #B12CFF87);*/
padding:8px;
min-height:120px;
}

.box_lavori_img  {
float: left;
padding: 10px;
/*border: 1px solid #fc0;*/
}

.box_lavori_img img  {
width:200px;
height:200px;
border:2px solid #666;
padding:4px;
}

.box_lavori_txt  {
/*float:left;*/
font-family: "Nunito", sans-serif;
color:#039;
margin-bottom:10px;
}

.txt_carnevale {
font-family: "Nunito Sans","Brush Script MT", sans-serif;
font-size:20px;
color:#036;
margin:10px 0px;
font-weight:bold;
margin-bottom: 5px;
}

.txt_titolocar {
font-family: "Nunito Sans", sans-serif;
font-size:24px;
color: #036;
margin:0px;
/*border: 2px solid #09F;
padding: 2px 10px;
background-color: #09F;*/
border-radius: 4px;
color: #09F;
font-weight: bold;

}

.txt_traduzion {
font-family: Nunito Sans;
font-size:15px;
color: #09F;
margin:10px 0px;
}

.flag_italia {
width:12px;
margin-right:2px;
}

.titoloita {
color:#09F;
}

.txt_ispirato {
font-family: "Nunito Sans", sans-serif;
font-size:14px;
color:#036;
margin-right: 30px;
text-align: justify;
}

.box_lavori_foto {
padding:8px;
clear:left;
margin:auto;
max-width:1280px;
background: -webkit-linear-gradient(5deg, #036, #B12CFF87);
}

.box_lavori_foto img {
width:50px;
height:50px;
margin-right: 10px;
}

.box_lavori_fotocarro {
width:100px;
float:left;
background-color:#FFF;
margin-right:20px;
border-radius: 10px;
border: 2px solid #09f;
padding: 2px;
margin-left: 10px;
}

.minf {
width: 100px;
margin: 5px;
border-radius: 10px;
border: 2px solid #09f;
padding: 2px;
}

.boxvideoyt {
display: inline-block;
text-align: center;
margin: auto;
}

.videoyt {
max-width:600px;
margin-left:20px;
float:left;
border:2px solid #09F;
padding:4px;
margin-top: 5px;	
}

.boxtestoemail {
padding:20px; 
margin:50px; 
border-radius:20px; 
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);	
border:2px solid #f1f1f1;
}

.testoemail {
color:#036;
margin-top: 0px;
margin-bottom: 30px;
padding-bottom:5px;
border-bottom:2px solid #f1f1f1;
font-family: "Nunito Sans", "Century Gothic", sans-serif;
font-size: 18px;
line-height: 30px;
text-align: justify;
}

.testomailevid {
color:#09F;
font-weight:bold;
/*padding: 20px!important;background-color: #f1f1f1;box-shadow: 0 0 25px 0 rgba(0,0,0,.06);*/
}

/* ----- SLIDE ----- */

.SlideRF { 
max-width:1280px;
width:100%;
position:relative;
margin:auto;
}

.SlideRF .box_Slide { 
display:none; 
max-width:100%;
border: 1px solid #09F;
padding: 4px;
width:100%;
}

.SlideRF .barra_foto {
display:inherit;
text-align:center;
padding:0px 16px;
margin-top:5px;
}

.SlideRF .sfondobarra {
/*color:#fff!important;
background-color: #036;
background-color: rgba(255,255,255,0.5)!important;*/
}

.SlideRF .freccialeft {
float:left;
width:50px;
font-size:30px;
cursor:pointer;
margin-top:10px;
}

.SlideRF .frecciaright {
float:right;
width:50px;
font-size:30px;
cursor:pointer;
margin-top:10px;
}

.SlideRF .minifoto {
height:40px; 
width:60px;
padding:0px;
opacity:1;
color:#fff;
display:inline-block;
padding-left:8px;
padding-right:8px;
text-align:center;
margin-top:8px; 
background-size:60px 40px;
background-repeat:no-repeat;
cursor:pointer;
}

.SlideRF .freccialeft:hover, .SlideRF .frecciaright:hover {
color:#0099FF;
}

.SlideRF .bordo_minifoto {
	border:1px solid #CCC; 
	margin-right:5px; 
	opacity:0.3;
	border-radius: 30px;
}

.SlideRF .bordo_minifoto:hover {
	border:2px solid #09F; 
	margin-right:5px; 
	opacity:1;
	border-radius: 30px;
}

/* ----- FIRMA ----- */

.box_firma {
float:right;
margin-right:10px;
clear:both;
margin-bottom:30px;
}

.prefirma {
text-align:center;
margin-right: 40px;
}

.firma {
font-family: "Brush Script Mt", sans-serif;
font-size:26px;
color: #333;
text-align:right;
text-shadow: 0px 2px #F9F9F9;
}

/* ----- FOOTER ----- */

footer{
	position: fixed;
	bottom: 0px;
	clear:both;
}

.footer-NA96 {
	position:relative;
	background-color: #2c292f;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 50px 50px 60px 50px;
	margin-top: 20px;
	color: #999;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
}

.footer-NA96 .footer-left,
.footer-NA96 .footer-center,
.footer-NA96 .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-NA96 .footer-left{
	width: 35%;
}

.footer-NA96 h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-NA96 .footer-left img{
	width:50%;
	padding:10px;
	border-radius: 30px 0px;
	background: -webkit-linear-gradient(25deg, #4A44F287, #B12CFF87);
}

.footer-NA96 h3 span{
	color:  #e0ac1c;
}

.footer-NA96 .footer-links {
	color:  #fff;
	margin: 20px 0 12px;
}

.footer-NA96 .footer-links a {
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	font-family: "Nunito Sans","Century Gothic","Stop Bullying",sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.footer-NA96 .footer-links a:hover {
	/*color:#ffcc33;*/
	color:#F3C;
}

.footer-NA96 .footer-company-name b{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-NA96 .footer-center{
	width: 30%;
}

.footer-NA96 .footer-center i{
	background-color:#FF33CC;  /*33383b*/
	color: #036; /*FFF*/
	font-size: 25px;
	width:38px;
	height:38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-NA96 .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-NA96 .footer-center p {
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	margin:0;
}

.footer-NA96 .footer-center p span {
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-NA96 .footer-center p a {
	color:#FFF; /*e0ac1c*/
	text-decoration:none;
}

.footer-NA96 .footer-center p a:hover {
	color:#F3C;
}

/* Footer Right */

.footer-NA96 .footer-right{
	width: 30%;
}

.footer-NA96 .footer-company-about {
	font-family: "Nunito Sans","Century Gothic","Stop Bullying",sans-serif;
	line-height: 20px;
	color:  #999; /*92999f*/
	font-size: 13px;
	font-weight: normal;
	margin:8px;
}

.footer-NA96 .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-NA96 .footer-icons{
	margin-top: 25px;
}

.footer-NA96 .footer-icons a{
	display: inline-block;
	width:38px;
	height:38px;
	cursor:pointer;
	background-color:#06C; /*336*/
	border-radius:20px;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	line-height:38px;
	margin-right:3px;
}

.designed {
text-align:right;
font-size: 9px;
margin-bottom: -30px;
}

.firmadesign {
  font-family: "Brush Script Mt", sans-serif;
  font-size: 12px;
  color: #FFF;

}

/* ----------------------------------- GRAFICA 800px --------------------------------- */

@media (max-width: 1024px) {
li a.menu {
	font-size:13px;
}

.cornice_intestazione {
/*border:2px solid #FFF;*/
width:auto;
height:auto;
}

footer { 
position: relative; 
padding:20px;
/*border:10px solid #0FC;*/
	   }

.footer-NA96 .footer-left,
.footer-NA96 .footer-center,
.footer-NA96 .footer-right {
	display: block;
	width: 100%;
	text-align: center;
						  }

.footer-NA96 .footer-center i {
	margin-left: 0;
							  }

						   }
/* ---------- FINE 800px ---------- */


/* ----- Menu Responsive ----- */
 
@media only screen and (max-width: 800px) {

#intestazione {
width:100%;
background-color: #F5F5F5;
background-image: none;
min-height:150px;
/*background: -webkit-linear-gradient(5deg, #036, #B12CFF87);*/
margin-bottom:20px;
}

.logo {
margin:auto;
}
.logo img {
width:auto;
margin:auto;
}

#menu {
  background: none;
  border: none;
  border-radius: 0;  
  box-shadow: none;
  text-align: center;
  display: none;  
} 
  
ul li {
  display: block;
}
  
ul li, ul li a {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
  
#menu li .hidden li, #menu li .hidden li a {
  width: 100%;
}

/* rendiamo visibili gli elementi del sub menu solo al passaggio del mouse */  
  
#menu li .hidden li {
  display: none;
}
 
#menu li:hover .hidden li {
  display: block;
}  

/* aumentiamo la grandezza dei links */ 
li a {
  /*font: bold 0.9em Arial, Helvetica;*/
  font-family: "Stop Bullying", sans-serif;
} 
  
/* resettiamo la posizione degli elementi del menu */  
#menu li {
  position: static;
}  
  
/* resettiamo la posizione del sub menu e lo rendiamo visibile */  
#menu li .hidden {
  position: static;
  filter:Alpha(opacity=100); /* IE8 and earlier */
  opacity: 1;
  visibility: visible;
}
  
/* rimuoviamo bordo e ombreggiatura dai links del menu */
#menu li a {
  border: none;
  box-shadow: none;  
}  
  
/* nessuna animazione al passaggio del mouse */  
#menu li:hover .hidden {
  margin: 0;
} 
  
/* rimuoviamo il bordo dai links del sub menu */  
#menu li .hidden li a {
  border: none;
  color:#336;
  text-shadow:none;
}
  
/*diamo un colore di sfondo agli elementi del menu e del sub menu */
#menu li {
  background-color: #336;
}
  
#menu li .hidden li {
  background-color: #F3C;
  color: #336;
}  

#menu li .hidden li a:hover {
  color: #FFF;
}  
  
/* mostriamo il pulsante del menu */
.showMenu {
  display: block;
}  
 
}












