@charset "UTF-8";
/* CSS Document */


/*rosso: #F00;
grigio: #E7E7E7;
*/

* { margin:0; padding:0;border:none; } 

li{list-style-type:none;}

body { font-family: Arial, Helvetica, sans-serif; height:100%; }

div.cap { clear: both; }

span {font-size: 20px;
line-height: 28px;
}


nav#navigazione1 {width: 100%;
background-color: #F00;
}

div#navigazione2 {width: 960px;
height: 60px;
margin: 0 auto;
text-align: center;	
}

img.icone {margin-top: -30px;	
}

div#barranav {background-color: #F00;
height: 60px;
width:100%;
}

ul#barranavigazione {margin-top: 10px;
list-style-type: none;
height: 50px;
width: 960px;
position: fixed;
margin-left: 50%;
left: -480px;
z-index: 91;
background-color: #F00;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(.../pie/PIE.htc);	
}

ul#barranavigazione li.nav { float: left;
width: 192px;
height: 50px;
line-height: 50px;
text-align: center;
}

ul#barranavigazione li.nav a.navbar {text-decoration: none;
color:  #E7E7E7;
width: 192px;
height: 50px;
display: block;
position: relative;
text-align: center;
font-size: 16px;
font-weight: 600;
}

a.navbar:link, a.navbar:visited  {transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
}

ul#barranavigazione li.nav a.navbar:hover {background: url(../img/freccia.png) no-repeat 0 0;	
width: 192px;
color: #FFF;
background-color: #F00;
}

ul#barranavigazione li.nav a.navbar:active {color: #F00;
}

.go_top{text-align:center;
margin-top:40px;
margin-bottom: 20px;
}

.go_top img{position:absolute;
top:9px;
left:9px;
}

.go_top a:link, .go_top:visited{display:block;
width:90px;
height:90px;
line-height:90px;

border-radius:45px;
-moz-border-radius:45px;
-webkit-border-radius:45px;

position:relative;
margin:0 auto;
color:#FFF;
background-color:rgba(255,255,255,0.2);

transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
}

.go_top a:hover, .go_top a.hover{background-color:#FFF;
transform:rotate(180deg);
-o-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);

box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}










/*HOME*//*HOME*//*HOME*//*HOME*/

header#home {width: 100%;
background-color: #FFF;
}

div#subhome {width: 960px;
height: 100%;
margin: 0 auto;
text-align: center;	
padding: 10px 0 10px 0;
}




div#logohead {width: 550px;
height: 230px;
margin: 0 auto;
padding-top:15px;
}

h1#logo {text-align: center;
font-size: 34px;
text-shadow: 1px 1px 1px #333;
behavior: url(.../pie/PIE.htc);
color: #F00;
margin-top:5px;
}

h2#titolo {
	color: #000;
	font-size: 20px;	
}

h2.titoli {color: #000;
font-size: 40px;
padding-bottom: 10px;
margin: 60px auto;
border-bottom: solid 1px #F00;
width: 250px;
}

div#contenitore_slide{width:830px;
height:360px;
margin: 0 auto;
border: 2px solid #F00;
}

ul#elenco {width: 600px;
height: 120px;
margin: 20px auto;
font-size: 20px;
display: block;
list-style-type: none;
margin-top: 50px;
}

ul#elenco li {display: block;
height: 25px;
line-height: 25px;
width: 600px;
background-color: #F00;
margin-bottom: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(.../pie/PIE.htc);
}

ul#elenco li {text-decoration: none;
color: #CCC;
font-weight: 100;
font-stretch: extra-expanded;
}

ul#elenco li:hover {color: #FFF;
cursor:pointer;
}

img.freccia {margin: 0p auto;
}







/* Centra la sezione prodotti e dà respiro */
#subprodotti {
  text-align: center; /* Mantiene centrati i titoli e l'icona */
  padding: 20px;
}

.quattro_centrati {
  display: flex;
  flex-direction: column; /* Mette i prodotti uno sotto l'altro */
  align-items: center;    /* Li centra nella pagina */
  margin-top: 30px;
}

/* La nuova scheda prodotto (Mix tra vecchio e nuovo) */
.product-card {
  width: 100%;
  max-width: 850px;       /* Larghezza massima per non farla troppo larga su PC */
  margin-bottom: 40px;    /* Distanza tra una riga di prodotto e l'altra */
  text-align: left;       /* Il testo del prodotto deve tornare a sinistra */
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

/* Layout riga: immagine e testo */
.image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start; /* Allinea in alto */
}

h3.titoloprodotti {color: #F00;
margin: 80px auto;
padding-bottom: 10px;
display: block;
width: 700px;
height: 56px;
margin-bottom: 30px;
border-bottom: 1px solid #FFF;	
font-size: 32px;
}

/* Forza la dimensione dell'immagine come prima */
.example-image-link {
  width: 220px;
  height: 185px;
  position: relative;
  flex-shrink: 0; /* Impedisce alla foto di rimpicciolirsi */
}

/* Sistema il contenitore delle scritte (SOPRA nel tuo vecchio codice) */
.info-container {
  flex: 1;
  min-width: 280px;
}

.info-container h3 {
  color: #c00; /* Se il tuo titolo era rosso, metti il tuo colore qui */
  margin: 10px 0;
  font-size: 1.5em;
}

/* Mobile: Se lo schermo è piccolo, metti tutto al centro */
@media (max-width: 650px) {
  .image-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .info-container {
    padding: 0 10px;
  }
}


/* Contenitore principale del prodotto */
.product-card {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}

/* Allineamento riga: immagine a sinistra, testo a destra */
.image-row {
  display: flex;
  flex-wrap: wrap; /* Permette di andare a capo su mobile */
  gap: 20px;
  align-items: center;
}

/* Stile del link immagine */
.example-image-link {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
}

.example-image {
  display: block;
  transition: transform 0.3s ease;
}

/* Effetto zoom al passaggio del mouse */
.example-image-link:hover .example-image {
  transform: scale(1.05);
}

/* Testo "Click per ingrandire" */
.linkslide {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.example-image-link:hover .linkslide {
  opacity: 1;
}

/* Parte testuale */
.info-container {
  flex: 1; /* Prende tutto lo spazio rimanente */
  min-width: 250px;
}

.titolo-articolo {
  font-weight: bold;
  color: #666;
  font-size: 0.9em;
  text-transform: uppercase;
}

.info-container h3 {
  margin: 5px 0;
  color: #333;
  font-size: 1.4em;
}

.descrizione {
  color: #555;
  line-height: 1.5;
}

/* Mobile: mette l'immagine sopra e il testo sotto */
@media (max-width: 600px) {
  .image-row {
    flex-direction: column;
    text-align: center;
  }
}


a#pdf { display: block;
margin: 30px auto;
background-color: #F00;
width: 300px;
height: 35px;
line-height: 35px;
color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 1px 1px 1px #000;
-webkit-box-shadow: 1px 1px 1px #000;
-moz-box-shadow: 1px 1px 1px #000;
text-decoration: none;
text-align: center;
behavior: url(.../pie/PIE.htc);
}

a#pdf:hover { background-color: #FFF;
color: #F00;
}

a#pdf:active { background-color: #000;
color: #FFF;
}








/*ABOUT*//*ABOUT*//*ABOUT*//*ABOUT*/

div#ab {width: 100%;
background-color: #FFF;
}

div#subabout {width: 960px;
height: 100%;
margin: 0 auto;
text-align: center;	
padding: 10px 0 10px 0;
}




div#aboutext {margin-top: 60px;
line-height: 22px;
font-size: 18px;
}

div#tagcloud {width: 500px;
height: 120px;
background-color: #E7E7E7;
color: #FFF;
margin: 30px auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(.../pie/PIE.htc);	
}

p#tags {padding-top: 20px;
color: #FFF;
}

h6 {font-size: 16px;
padding-top: 10px;
}









/* --- SEZIONE MAPPA --- */

section#map {
    width: 100%;
    background-color: #E7E7E7;
    padding: 20px 0; /* Un po' di respiro sopra e sotto */
}

#submappa {
    max-width: 960px; /* Meglio max-width per i dispositivi mobili */
    width: 95%;      /* Lascia un piccolo margine sui lati nei telefoni */
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

/* Wrapper per rendere la mappa fluida */
.map-wrapper {
    margin: 40px auto 20px auto;
    border: solid 5px #F00;
    border-radius: 8px;
    overflow: hidden; /* Taglia gli angoli dell'iframe per seguire il border-radius */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

iframe {
    display: block; /* Toglie spazi bianchi indesiderati sotto l'iframe */
    border: none;   /* Il bordo lo gestisce il wrapper */
}

/* --- BOTTONE GOOGLE MAPS --- */

a#bottonegooglemaps {
    color: #F00;
    display: inline-block; /* Si adatta al contenuto se necessario */
    min-width: 300px;
    padding: 0 15px;
    height: 45px;
    background-color: #FFF;
    margin: 20px auto;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    
    /* Arrotondamento e Ombre moderne */
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease; /* Rende il passaggio di colore fluido */
}

a#bottonegooglemaps:hover {
    background-color: #f00;
    color: #FFF;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transform: translateY(-2px); /* Effetto sollevamento */
}

a#bottonegooglemaps:active {
    background-color: #9F0C13;
    transform: translateY(0);
}

/* --- UTILITY PER IL TORNA SU (GO TOP) --- */

.go_top {
    margin-top: 30px;
    transition: opacity 0.3s;
}

.go_top:hover {
    opacity: 0.8;
}









/*CONTATTI*//*CONTATTI*//*CONTATTI*//*CONTATTI*/

div#cont {
	width: 100%;
	background-color: #FFF;
	text-align: center;	
}

div#subcontatti {width: 960px;
height: 100%;
margin: 0 auto;
text-align: center;	
padding: 10px 0 10px 0;
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto -100px; /* margine negativo altezza footer */
}






/* --- PUSHFOOTER --- */
.pushfooter {
    height: 100px;
    clear: both; 
}

/* --- SEZIONE FOOTER --- */
footer#footer {
    width: 100%;
    background-color: #F00;
    clear: both;
}

#subfooter {
    width: 960px;
    min-height: 170px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden; /* Sostituisce il vecchio clear:both interno */
}

/* Primo blocco: Dati Aziendali (ex h5) */
#blocco_uno {
    width: 319px;
    min-height: 100px;
    float: left;
    margin-top: 30px;
}

#blocco_uno address {
    font-size: 14px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal; /* Toglie il corsivo predefinito del tag address */
    line-height: 1.5;
}

#blocco_uno address strong {
    font-weight: bold;
    font-size: 15px;
}

/* Secondo blocco: Privacy Policy */
#blocco_due {
    width: 318px;
    min-height: 110px;
    float: left;
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    margin-top: 30px;
    text-align: center;
}

#lk {
    margin-top: 45px;
}

a.links {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

a.links:hover {
    color: #FFF;
}

/* Terzo blocco: Torna su */
#blocco_tre {
    width: 319px;
    min-height: 150px;
    float: left;
    text-align: center;
}

#tornasu {
    width: 140px;
    margin: 20px auto 0 auto;
}

/* Gestione Link Email */
a#mail {
    color: #FFF;
    text-decoration: underline;
}

a#mail:hover {
    color: #E7E7E7;
}

/* Link telefonico (per smartphone) */
#blocco_uno address a {
    color: #FFF;
    text-decoration: none;
}

#blocco_uno address a:hover {
    text-decoration: underline;
}

/* Utility per chiudere i float */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*CHIUSO FOOTER*//*CHIUSO FOOTER*//*CHIUSO FOOTER*//*CHIUSO FOOTER*/











/*LIGHTBOX CSS FOR GALLERY*/
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*CLOSED LIGHTBOX CSS FOR GALLERY*/








/*CONTACT FORM CSS*/
.cfg-clear{
	clear:both;
}
.cfg-contactform{
	width:680px;
	margin: 60px auto;
	padding:30px;
	border:1px solid #EEE;
	background-color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align: center;
}

.ui-datepicker{
	font-size:9pt !important;
}

.cfg-element-container{
	clear:both;
}
.cfg-element-set{
	margin-bottom:16px;
}

.cfg-option-set::after{ /* restore margin bottom when elements are floating */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cfg-label{
	display:block;
	margin-right:10px;
}

.cfg-paragraph{
	margin-bottom:1px; /* IE (for paragraphs above <select>) */
	text-align: center;
}
.captcha_container{
	margin-top:2px;
}

.cfg-captcha-input{
	width:110px;
}

.cfg-captcha-img{
	border:1px solid #dcdcdc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	margin-bottom:1px; /* Opera */
}

.cfg-captcha-refresh{
	margin-bottom:8px;
	cursor:pointer;
}
.cfg-submit{
	cursor:pointer;
	padding:8px 4px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.cfg-required{
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
}

.cfg-uploadsuccess-container{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.cfg-deleteupload{
	color:#ff0033;
	margin-left:10px;
	cursor:pointer;
}
.cfg-deleteupload:hover{
	text-decoration:underline;
}

.cfg-loading{
	display:none;
	background:url('../img/loading.gif') no-repeat 0 1px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.cfg-errormessage, .cfg-validationmessage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.cfg-errormessage{
	display:none;
	margin:4px 0;
	width:260px;
}

.cfg-validationmessage{
	width:360px;
	margin-bottom:16px;
	padding:10px 6px;
}

.cfg-option-content input[type=radio], .cfg-option-content input[type=checkbox]{
	margin-right:2px;
}



.cfg-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#192E39;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea, .cfg-element-content select, .cfg-option-content{
	font-family:Verdana;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	color:#5C6238;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea{
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-width:1px;
	border-style:solid;
	border-color:#dcdcdc;
}

#cfg-element-1-1{
	font-family:Arial;
	font-weight:bold;
	font-size:36px;
	color:#192E39;
}

#cfg-element-1-2-paragraph{
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	color: #5C6238;
	width:300px;
	height: 16px;
	text-align: center;
}

#cfg-element-1-2{
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	color: #5C6238;
	width:300px;
}

#cfg-element-1-3-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#192E39;
}

#cfg-element-1-3{
	width:220px;
}

#cfg-element-1-4-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#192E39;
}

#cfg-element-1-4{
	width:430px;
}

#cfg-element-1-8-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#192E39;
}


#cfg-element-1-5{
	width:140px;
	border-width:1px;
	border-style:solid;
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	margin-left:0;
	color:#555555;
	background-color:#f1f1f1;
	border-color:#cccccc;
}

.cfg-validationmessage{
	background-color:#448044;
	color:#fff;
	padding:5px 7px;
}

.cfg-errormessage{
	background-color:#CC0000;
	color:#fff;
	padding:5px 7px;
}








