@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic);

/* TAGS */
html {
  scroll-behavior: smooth;
}
body {
  font-size:15px;
  line-height:150%;
  margin:0;
  text-align:center;
  background:#FFF;
  font-family: 'Open Sans', sans-serif;
  color:#111;
}
@media all and (max-width: 900px) { body { overflow-x:hidden; } }
@media all and (max-width: 480px) { body { font-size:14px; line-height:20px; } }
header {
  background:#F9F9F9;
}
div {
  position:relative;
  text-align:left;
}
p {
  margin-top:14px;
  margin-bottom:14px;
  padding:0;
}
td {
  padding:4px;
}
h1, h2,h3,h4,h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight:normal;
}
h1 {
  font-size:33px;
  line-height:37px;
  margin:15px 0;
}  
h1.nome_prodotto_mobile {
  font-size:27px;
  line-height:32px;
  margin:0;
  margin-top:35px;
  padding:0 15px;
}
h2 {
  font-size:33px;
  line-height:37px;
  margin:15px 0;
} 
h2.nome_prodotto {
  font-size:30px;
  line-height:33px;
  margin:0;
}
h3 {
  font-size:25px;
  line-height:28px;
}
h4 {
  font-size:18px;
  margin:15px 0;
}
h5 {
  font-weight:bold;
  font-size:21px;
  line-height:22px;
  margin:10px 0;
}
big {
  font-size:120%;
}
small, .small {
  font-size:80%;
}
img {
  border:0;
}
a {
  color:#e91f26;
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
a:hover {
  text-decoration:underline;
}
a:focus {
  outline:0;
}
a.hover-img:hover {
  filter:alpha(opacity=70);
  opacity:0.85;
}
hr {
  border:1px solid transparent;
  border-top:1px solid #DDD;
  margin:20px 0;
}
input, textarea, select {
  border:1px solid #AAA;
  background:#FFF;
  color:#333;
  padding:5px;
  -webkit-box-shadow: 0 0 5px #CCC;
  -moz-box-shadow: 0 0 5px #CCC;
  box-shadow: 0 0 5px #CCC;
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box; 
  box-sizing:content-box;
}
input:hover, textarea:hover, select:hover {
  border:1px solid #000;
  background:#fbefc5;
}   
input.submit {   
  border:1px solid #e91f26;
  background:#e91f26;
  color:#FFF;
  cursor:pointer;
  padding:8px 28px;
  font-family: 'Open Sans', sans-serif;
  font-size:20px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px; 
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
input.submit2 {
  border:1px solid #EEE;
  background:#EEE;
  color:#222;
  cursor:pointer;
  padding:8px 28px;
  font-family: 'Open Sans', sans-serif;
  font-size:20px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;   
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
input.submit:hover,
input.submit2:hover {
  border:1px solid #000;
  background:#FB1;
  color:#000;
}
textarea {
  padding:2px;
}
select {
  cursor:pointer;
}

/* ELEMENTI LAYOUT */
#preheader {background:#676767;color:#FFF;padding:3px 0 5px 0;}
#preheader a {color:#FFF;margin:0 10px;font-size:11px;text-transform:uppercase;}
#preheader a:hover {color:#f79431;}

div#logo { width:40%; float:left; }
@media all and (max-width: 768px) { div#logo { width:100%; float:none; } }

div#right-header { margin-top:35px;width:60%; float:right; }
@media all and (max-width: 768px) { div#right-header { margin-top:0;width:100%;float:none;background:#DDD; } }

div#menu { padding-top:33px; width:75%; float:left; }
@media all and (max-width: 980px) { div#menu { padding-top:0px !important; } }
@media all and (max-width: 768px) { div#menu { padding-top:0px; border-top:1px solid #DDD; width:100%; float:none; } }

@media screen and (min-width: 769px) {
  #menu { border-bottom:5px solid #e91f26;background:#E5E5E5; background:linear-gradient(0deg, rgba(223,223,223,1) 0%, rgba(231,231,231,1) 100%); }
  #cssmenu { background:transparent; }
  #cssmenu > ul > li > a { padding:15px 5px; margin-left:0px; margin-right:0px; }    
  #cssmenu > ul ul li a { padding-left:5px; margin-left:0px; }
  #cssmenu > ul > li.has-sub > a::after { top:20px; }
}
@media screen and (min-width: 1024px) {
  #cssmenu > ul > li > a { padding:15px 10px; margin-left:2px; margin-right:0px; }    
  #cssmenu > ul ul li a { padding-left:10px; margin-left:2px; }
  #cssmenu a.shop { background:#e91f26;color:#FFF; }
  #cssmenu > ul > li.has-sub > a.shop::after {border-bottom: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;}
  #cssmenu > ul > li.has-sub > a.shop::hover::after {border-bottom: 1px solid #e91f26;border-right: 1px solid #e91f26;}
}
@media screen and (min-width: 1100px) {
  #cssmenu > ul > li > a { padding:15px 10px; margin-left:5px; margin-right:4px; }    
  #cssmenu > ul ul li a { padding-left:10px; margin-left:5px; }
}
@media screen and (min-width: 1180px) {
  #cssmenu > ul > li > a { padding:15px 12px; margin-left:9px; margin-right:8px; }    
  #cssmenu > ul ul li a { padding-left:12px; margin-left:9px; }
}
@media screen and (min-width: 1280px) {
  #cssmenu > ul > li > a { padding:15px 14px; margin-left:12px; margin-right:12px; }    
  #cssmenu > ul ul li a { padding-left:14px; margin-left:12px; }
}

div#menu_lingua { margin:1px 0 0 0;height:40px; } 
#menu_lingua, #menu_lingua ul, #menu_lingua ul li, #menu_lingua ul li a { z-index: 199; }

#social-icon { vertical-align:middle;float:right; }
#social-icon a img { width:40px;height:40px;display:block;float:left; }    
#social-icon #pulsante_carrello { width:42px;height:40px;display:block;float:left;cursor:pointer;background:#111;text-align:center;border-left:5px solid #FFF;border-right:2px solid #FFF;padding-right:1px; }
#social-icon #pulsante_carrello:hover { background:#999; }
#social-icon #pulsante_carrello i { font-size:22px; line-height:40px; color:#FFF; }
#social-icon #pulsante_carrello small { font-size:9px;line-height:9px;color:#FFF;position:absolute;top:3px;right:3px;background-color:#ff4e00;padding:2px 3px;border-radius:50%; } 
@media all and (max-width: 768px) {                  
  #boxetto_menu_lingua {width:141px;float:left;}
  #social-icon {width:auto;}
  #social-icon a img { display:block;float:left; }   
  #social-icon #pulsante_carrello { float:right; }
}
@media all and (max-width:480px) {                   
  #social-icon #pulsante_carrello { border-left:none; }
}

#boxetto_ricerca { background:#e91f26;vertical-align:middle;padding:10px;color:#FFF; }
@media all and (max-width: 768px) { #boxetto_ricerca { display:block; width:98%; float:none; padding:1%; } }
#boxetto_ricerca input { width:90%; font-family:'Open Sans',sans-serif; font-size:15px; font-weight:bold; text-transform:uppercase; border:0; background:transparent; -webkit-box-shadow:0 0 0 0; -moz-box-shadow:0 0 0 0; box-shadow:0 0 0 0; color:#FFF; }
#boxetto_ricerca input::-webkit-input-placeholder { color:#FFF; opacity:0.9 !important; }
#boxetto_ricerca input:-moz-placeholder { color:#FFF;opacity:0.9; }
#boxetto_ricerca input::-moz-placeholder { color:#FFF;opacity:0.9; }
#boxetto_ricerca input:-ms-input-placeholder { color:#FFF;opacity:0.9; }
#boxetto_ricerca input[placeholder] { color:#FFF;opacity:0.9; }
#boxetto_ricerca input:hover, #boxetto_ricerca input:focus { border:0;outline:0; }
#boxetto_ricerca a { position:relative; top:3px; color:#FFF; float:right; padding-right:5px; }
@media all and (max-width:440px) {                   
  #boxetto_ricerca input {width:85%;}
}

div#immagine-testata {
  overflow:hidden;
  margin:0;
  padding:0;
}
div#immagine-testata img {
  min-width:600px;
  float:left;
}
div#immagine-testata-descrizione {
  position:absolute;
  top:25%;
  right:10%;
  max-width:320px;
  padding:15px 50px 17px 20px;
  background:#efeeee url('../images/freccia-rossa.jpg') no-repeat right center;
  color:#000;
  font-size:110%;
}
@media all and (max-width: 768px) {
    div#immagine-testata-descrizione {
      top:auto;
      bottom:20%;
      right:15%;
      padding:10px 50px 12px 15px;
      font-size:16px;
      line-height:22px;
    }
}
@media all and (max-width: 480px) {
    div#immagine-testata-descrizione {
      bottom:12%;
      right:12%;
      padding:7px 50px 9px 12px;
      font-size:14px;
      line-height:20px;
    }
}

div#contatto_immediato {
  background:#e91f26;
  color:#FFF;
  text-align:center;
  padding:15px 13px;
  font-size:30px;
  line-height:30px;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
div#contatto_immediato:hover {
  background:#FFF;
  color:#e91f26;
}
@media all and (max-width: 768px) {
    div#contatto_immediato {
      font-size:22px;
      line-height:22px;
    }
}
@media all and (max-width: 400px) {
    div#contatto_immediato {
      font-size:17px;
      line-height:17px;
    }
}
div#contatto_immediato i,
div#contatto_immediato b {
  margin:0 5px;
}

div#breadcrumb {
  font-size:80%;
  text-transform:uppercase;
  padding:14px 15px 12px 15px;
}
div#breadcrumb a {
  color:#AAA;
}

div#footer {
  background:#45484a;
  color:#FFFFFF;
  padding:10px;
  font-size:14px;
  line-height:22px;
}
div#footer a {
  color:#FFFFFF;
}
@media only screen and (max-width: 768px) {
    #footer {font-size:12px;line-height:15px;}
}

div#messaggio_form {
  border:1px solid #000;
  padding:10px;
  font-size:90%;
  margin:15px 0;
  background:#F8F7F8;
}

div#ricerca_prodotto { margin-top:20px; background:#f79431; vertical-align:middle; padding:5px 10px; color:#FFF; }
div#ricerca_prodotto input { width:85%; font-family: 'Open Sans', sans-serif; font-size:15px; font-weight:bold; text-transform:uppercase; border:0; background:transparent; -webkit-box-shadow:0 0 0 0; -moz-box-shadow:0 0 0 0; box-shadow:0 0 0 0; color:#FFF; }
div#ricerca_prodotto input::-webkit-input-placeholder { color:#FFF; opacity:1 !important; }
div#ricerca_prodotto input:-moz-placeholder { color:#FFF; }
div#ricerca_prodotto input::-moz-placeholder { color:#FFF; }
div#ricerca_prodotto input:-ms-input-placeholder { color:#FFF; }
div#ricerca_prodotto input[placeholder] { color:#FFF; }
div#ricerca_prodotto input:focus { border:0;outline:0; }
div#ricerca_prodotto a { position:relative; top:3px; color:#FFF; float:right; padding-right:5px; }

#goTop, #goBack {
  position: fixed;
  bottom: -120px;
  right: 30px;
  z-index: 99999999999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  background-color:rgba(0,0,0,0.9);
  color: #FFF;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px; 
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
#goBack {
  right: 81px;
}
#goBack:hover, #goTop:hover {
  background-color: #333; 
  background-color:rgba(0,0,0,0.8); 
  color: #DDD;
}

/* CLASSI */
.left {
  float:left;
  margin-right:10px;
}
.right {
  float:right;
  margin-left:10px;
}
@media screen and (max-width: 768px) {
    .left, .right {
      float:none;
      margin:none;
      display:block;
    }
}
.align-left {
  text-align:left !important;
}
.align-right {
  text-align:right !important;
}
.center {
  text-align:center;
}
.justify {
  text-align:justify;
}
.icon {
  position:relative;
  top:3px;
}
#menu_lingua .icon {
  margin-right:2px;
}
.block {
  display:block;
}
.clear {
  clear:both;
}
.spazio {
  height:15px !important;
}
.link {
  cursor:pointer;
}
.link-lingua {
  margin:4px;
  padding:0 4px;
  line-height:170%;
}
.link-lingua:hover {
  background:#EEE;
  text-decoration:none;
  color:#000;
}
.move {
  cursor:move;
}
.visibile-mobile,
.nascosto {
  display:none;
}    
@media screen and (max-width: 768px) {
    .nascosto-mobile {
      display:none;
    }
    .visibile-mobile {
      display:block;
    } 
    tr.visibile-mobile {
      display:table-row;
    }
    .center-mobile {
      text-align:center !important;
    }
}
.hidden {
  visibility:hidden;
}
.bordo {
  border:1px solid #CCC;
}
.senzabordo {
  border:0;
}
.bianco {
  color:#FFF !important;
}
.nero {
  color:#000 !important;
}
.grigio {
  color:#555 !important;
}
.celeste {
  color:#008af4 !important;
}
.blu {
  color:#00F !important;
}
.rosso {
  color:#e91f26 !important;
}
.giallo {
  color:#FC0 !important;
}
.arancio {
  color:#f79431 !important;
}
.verde {
  color:#026a00 !important;
}
.viola {
  color:#60F !important;
}

.sfondo_grigio {
  background:#f0f0f0;
}
.sfondo_azzurro {
  background:#3f81c4;
}

.smussato {
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cerchio {
  -moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.container {
	max-width:1280px;
	margin:auto;
}

.margintop20 {
  margin-top:20px;
}
.padding10 {
  padding:10px;
}
.padding15 {
  padding:15px;
}
.padding30 {
  padding:30px;
}
                          
.mb0 {margin-bottom:0;}
.mt0 {margin-top:0;} 
   
.pb0 {padding-bottom:0;}
.pt0 {padding-top:0;}

@media screen and (max-width: 768px) { .pm0 {padding:0;} }

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

.img-home-referenze {
  width:100%;
  display:block;
  filter:gray;
  -webkit-filter:grayscale(1);
  filter:grayscale(1);
}
.img-home-referenze:hover {
  filter:none;
  -webkit-filter:none;
}

.mezzo, .mezzo_sempre {
	float:left;
	width:50%;
}
.un_terzo, .un_terzo_sempre {
	float:left;
	width:33.33%;
}
.due_terzi, .due_terzi_sempre {
	float:left;
	width:66.66%;
}
.un_quarto, .un_quarto_sempre {
	float:left;
	width:25%;
}
.un_quinto {
	float:left;
	width:20%;
}
.un_sesto {
	float:left;
	width:16.6%;
}
.un_settimo {
	float:left;
	width:14.2%;
}
.un_ottavo {
	float:left;
	width:12.5%;
}  
.un_decimo {
	float:left;
	width:10%;
}
.un_undicesimo {
	float:left;
	width:9%;
}
.tre_quarti {
	float:left;
	width:75%;
}
.quattro_quinti {
	float:left;
	width:80%;
}
@media screen and (max-width: 1280px) {
    .full1280 {
        float:none;
        width:100%;
    }
}
@media screen and (max-width: 1024px) {
    .un_sesto {
        width:20%;
    }
    .un_settimo {
        width:16.6%;
    }
    .un_ottavo {
        width:14.2%;
    }
    .full1024 {
        float:none !important;
        width:100% !important;
    }
}
@media screen and (max-width: 768px) {
    .mezzo, .un_terzo, .due_terzi {
        float:none;
        width:100%;
    }
    .un_quarto, .tre_quarti, .un_quinto, .quattro_quinti {
        width:50%;
    }
    .un_sesto {
        width:25%;
    }
    .un_settimo,
    .un_ottavo,
    .un_decimo,
    .un_undicesimo {
        width:20%;
    }    
    .full768 {
        float:none !important;
        width:100% !important;
    }
}
@media screen and (max-width: 480px) {
    .un_quarto, .tre_quarti, .un_quinto, .quattro_quinti {
        float:none;
        width:100%;
    }
    .un_sesto {
        width:33%;
    }
    .un_settimo,
    .un_ottavo {
        width:25%;
    }  
    .un_decimo,
    .un_undicesimo {
        width:31%;
        float:none;
        display:inline-block;
        margin:auto;
    }   
    .full480 {
        float:none;
        width:100%;
    }
    .clear480 {
        display:block;
        clear:both;
    }
}
@media screen and (max-width:330px) {
    .un_sesto {
        width:50%;
    }
    .un_settimo,
    .un_ottavo {
        width:33%;
    }  
    .full330 {
        float:none;
        width:100%;
    }
}
.mezzo_big {
	float:left;
	width:50%;
}
@media screen and (max-width: 990px) {
    .mezzo_big {
    	float:none;
    	width:100%;
    }
}

.bordo_bianco {
  border:1px solid #FFF;
}
.border-left {
  border-left:2px solid #CCC;
}
@media screen and (max-width: 768px) {
    .border-left {
      border-left:0;
    }
}

.more {
  color:#FFF;
  padding:4px 17px;
  background:#FFF;
  text-decoration:none;
  border:2px solid #e91f26;
  color:#e91f26;
  display:table-cell;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more:hover {
  text-decoration:none;
  background:#45484a;
  border:2px solid #45484a;
  color:#FFF;
}

.titolo_rosso {
  display:block;
  background:#e91f26;
  color:#FFF;
  text-align:center;
  padding:13px;
}
.titolo_grigio {
  display:block;
  background:#999;
  color:#FFF;
  text-align:center;
  padding:13px;
}
.titolo_azzurro {
  display:block;
  background:#3f81c4;
  color:#FFF;
  text-align:center;
  padding:13px;
} 
.titolo_arancione {
  display:block;
  background:#f79431;
  color:#FFF;
  text-align:center;
  padding:13px;
}
.titolo_nero {
  display:block;
  background:#000;
  color:#FFF;
  text-align:center;
  padding:13px;
}

.uppercase {
  text-transform:uppercase;
}

.social-icon {
  width:30px;
  vertical-align:middle;
  margin:1px;
}

.box-categoria-home {
  padding:10px;
}
.box-categoria-home:hover {
  background:#EEE;
}
.box-categoria-home h2 {
  display:block;
  margin:0;
  padding:10px;
  font-size:16px;
  line-height:20px;
  color:#000;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
}
.box-categoria-home a:hover {
  text-decoration:none;
}
@media all and (max-width: 480px) { .box-categoria-home { padding:0px; } }

/* PAGINA CATEGORIE */

table.categorie,
table.categorie tr,
table.categorie td {
  margin:0;
  padding:0;
  width:100%;
}
table.categorie td {
  width:33.3%;
}
@media screen and (max-width: 768px) {
    table.categorie td {
      display:block;
      width:100%;
    }
}

.box-categoria {
  border:1px solid #FFF;
  border-top:0;
  margin:0;
  padding:0;
}
.box-categoria,
.box-categoria * {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.box-categoria .titolo_rosso {
  display:block;
  padding:10px;
  font-size:16px;
  line-height:18px;
  height:38px;
}
.box-categoria:hover .titolo_rosso,
.box-categoria.selected .titolo_rosso {
  background:#FFF;
  color:#e91f26;
}
@media screen and (max-width: 768px) {
    .box-categoria .titolo_rosso {
      height:auto;
    }
}
.box-categoria img {
  float:left;
  width:100%;
  filter:alpha(opacity=70);
  opacity:0.7;
}
.box-categoria:hover img,
.box-categoria.selected img {
  filter:none;
  opacity:1;
}
@media screen and (max-width: 990px) {
    .box-categoria img {
      filter:alpha(opacity=80);
      opacity:0.8;
    }
}
.box-categoria a:hover {
  text-decoration:none;
}

.box-categoria h2.titolo_nero {
  padding:10px;
  font-size:17px;
  line-height:19px;
  height:38px;
  margin:0;
  color:#000;
  text-transform:uppercase;
  text-align:center;
}
.box-categoria .link_rosso {
  clear:both;
  height:auto;
}
.box-categoria .testo {
  text-align:center;
  color:#000;
  font-size:90%;
  line-height:120%;
  padding:2px 0;
  height:46px;
  overflow:hidden;
  display:block;
  clear:both;
}

.box-prodotto,
.box-prodotto * { 
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.box-prodotto { 
  margin-bottom:20px;
}
.box-prodotto:hover { 
  background:#F5F5F5; 
}
.box-prodotto img {
  width:100%;
}
.box-prodotto div.testi {
  height:98px;
  overflow:hidden;
}
@media screen and (max-width: 480px) {
  .box-prodotto div.testi {
    height:auto;
    overflow:auto;
  }
}
.box-prodotto h2 {
  text-align:center;
  margin:3px 0;
  font-size:15px;
  font-weight:bold;
  line-height:19px;
  text-transform:uppercase;
  color:#000;
}
.box-prodotto p {
  text-align:center;
  color:#111;
  font-size:14px;
  line-height:17px;
  margin:0;
  margin-bottom:10px;
}
.box-prodotto a,
.box-prodotto a:hover {
  text-decoration:none;
}
.box-prodotto .link_rosso {
  padding:7px;
  border-top:2px solid #FFF;
}
.box-prodotto a:hover .link_rosso {
  border-top:2px solid #EFEFEF;
  background:#DDD;    
  color:#000;
}
.box-prodotto-shop,
.box-prodotto-shop * {
  text-align:center;
}
.box-prodotto-shop h2 {
  margin:0;    
  margin-bottom:2px;
}
.box-prodotto-shop .disponibile_da {
  line-height:130%;
  font-size:11px;
  color:#000;
}
.box-prodotto-shop .prezzo {       
  line-height:20px;
  font-size:17px;
  color:#000;
}
.box-prodotto-shop .iva_esclusa {       
  line-height:100%;
  margin-bottom:5px;
  color:#000;
}
.box-prodotto-shop .descrizione {   
  font-size:11px;                    
  line-height:13px;
  color:#000;
  height:41px;
  overflow:hidden;
  margin-bottom:2px;
}

.no-filter {
  filter:none !important;
  opacity:1 !important;
}

.pulsante-categoria {
  font-size:18px;
  padding:30px 15px 0 15px;  
} 
.pulsante-categoria i {
  display:none;
} 
@media screen and (max-width:1024px) {
    .pulsante-categoria {
      display:block;
      background:#999;
      color:#FFF;
      text-align:center;
      padding:13px;
      margin:0 15px;
      cursor:pointer;
      font-size:15px;
      text-transform:uppercase;
      font-weight:bold;
    }
    .pulsante-categoria:hover {
      background:#777;
    }
    .pulsante-categoria i {
      display:inline;
    } 
    #lista_categorie {
      display:none;
    }
}
@media screen and (max-width:768px) {
    .pulsante-categoria {
      margin:0;
      text-align:center;
    }
}


/* PRODOTTO */

.thumb {
  width:92%;
  padding:0 4%;
}

.icona-pdf {
  vertical-align:middle;
  height:30px;
  margin-right:10px;
}
.icona-flags {
  vertical-align:middle !important;
  width:16px !important;
  height:16px !important;
  margin:0;
  margin-right:5px !important;
  padding:0 !important;
  float:none !important;
}
@media screen and (max-width: 480px) {
  .icona-flags {
    margin-bottom:0px !important;
  }
}

.caption {
  font-size:80%;
  line-height:120%;
  margin-top:4px;
}

@media screen and (max-width: 480px) {
    .img-full-480 {
      width:100%;
      height:auto;
    }
    .justify-480 {
      text-align:justify;
    }
}


.modulo .un_terzo,
.modulo .due_terzi {
  margin:8px 0;
}
.modulo .due_terzi input,
.modulo .due_terzi textarea {
  width:90%;
  resize:vertical;
}
.modulo .due_terzi select {
  max-width:90%;
}
.modulo .step2 {
  display:none;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    font-size:14px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
    text-align:left;
    border-radius: 0px !important;
}
.ui-menu-item > a.ui-corner-all:hover {
    background-image: none;
}
.ui-menu-item > a.ui-corner-all img {
    vertical-align:middle;
    margin-right:6px;
}

/* TEAM */
.linea-rossa {
  border-bottom:2px solid #e91f26;
  margin-top:25px;
  margin-left:2%;
  margin-right:2%;
  margin-bottom:15px;
}

.box-identity {
  clear:both;                
  margin:2%;
  margin-top:30px;
}
.box-identity img {
  width:40%;
  float:left;   
  margin-right:4%;
  margin-bottom:15px;
}
@media screen and (max-width: 480px) {
  .box-identity img {
    width:100%;
    margin-right:0;
    float:none;
    margin-bottom:15px;
  }
}
.box-identity h4 {
  font-weight:bold;
  text-transform:uppercase;
  margin-top:0px;
}

.box-info-sede {
}
.map-sede {
  position:relative;
  top:-1px;
  background:#F9F9F9 url(../images/loader.gif) no-repeat center center;
}
.iframe-youtube {
  display:block;
  background:#000 url(../images/loading.gif) no-repeat center center;
}

.ui-autocomplete {
    max-height:300px;
    overflow:auto;
}
.ui-autocomplete li {
    clear:both;
}
.ui-autocomplete img {
    float:left;
    margin-right:10px;
}   
.ui-autocomplete a {
    font-size:12px;
    line-height:14px !important;
}
.ui-autocomplete a:hover,
.ui-autocomplete a:focus {
    background:#fbefc5;
    border:0;
}

.pulsante_scala_system {
  z-index:10;
  position:relative;
}
@media screen and (max-width: 768px) {
    .pulsante_scala_system {
      margin-top:15px;
    }
}

.pulsante_configuratore {
  display:block;
  background:#e91f26;
  color:#FFF;
  width:auto;
  max-width:250px;
  text-align:center;
  float:right;
  padding:13px 20px;
  margin-right:15px;
  margin-left:20px;
  z-index:10;
  font-weight:bold;
  position:relative;
  text-decoration:none;
}
.pulsante_configuratore:hover {
  background:#EEE;
  color:#e91f26;
  text-decoration:none;
}
@media screen and (max-width: 768px) {
    .pulsante_configuratore {
      width:100%; 
      max-width:100%;
      float:none;
      margin:0px;
      padding:13px 0;
    }
}

.pulsante_team {
  background:#e91f26;
  color:#FFF;
  padding:8px 16px;
  margin:20px 0;
  z-index:10;
  font-weight:bold;
  position:relative;
  text-decoration:none;
  line-height:25px;
  -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.pulsante_team img {
  width:25px !important;
  margin:0 !important;
  float:none;
  position:relative;
  top:2px;
}
.pulsante_team:hover {
  background:#FFF;
  color:#e91f26;
  text-decoration:none;
}  
@media screen and (max-width:400px) {
    .pulsante_team {   
        display:block;
        width:100%;
        padding:8px 0;
        margin:0;
        text-align:center;
    }
}


@media screen and (max-width: 999px) {
    #footer .un_quinto {
        width:33%;
    }
}
@media screen and (max-width: 640px) {
    #footer .spazio-mobile {
        height:30px;
    }
}
@media screen and (max-width: 480px) {
    #footer .icona {
        width:30px;
        float:left !important;
        margin:1px;
    }
}

.thumb_quadro {
  width:89%;
  padding:2%;
  margin:2%;
  border:1px solid #DDD;
  background:#FFF;
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  z-index:1;
}
@media screen and (max-width: 480px) {
    .thumb_quadro {
      width:93%;
      margin:2% 0;
    }
}
.thumb_quadro:hover {
  border:1px solid #999;
  filter:alpha(opacity=70);
  opacity:0.7;
}
@media screen and (min-width: 769px) {
    .thumb_quadro:hover {
      filter:none;
      opacity:1;
      border:0;
      -webkit-transform: scale(1.2,1.2);
      -moz-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      -ms-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
      z-index:20;
      box-shadow:  1px  1px 2px #bbb,
                  -1px -1px 2px #bbb,
                   1px -1px 2px #bbb,
                  -1px  1px 2px #bbb;
      -webkit-box-shadow:  1px  1px 2px #bbb,
                          -1px -1px 2px #bbb,
                           1px -1px 2px #bbb,
                          -1px  1px 2px #bbb;
    }
}

.logo_referenze {
  border:1px solid #EEE;
  margin-top:5px;
  margin-bottom:20px;
  padding:3px;
}

.testo-banner-fiere-home {
  margin-top:100px;
  text-align:center;
}
@media screen and (max-width: 768px) {
    .testo-banner-fiere-home {
      margin:20px 10px;
    }
}

.video-home {
  width:100%;
  height:360px;
}
@media screen and (max-width: 1240px) {
  .video-home { height:320px; }
}
@media screen and (max-width: 1024px) {
  .video-home { height:280px; }
}
@media screen and (max-width: 768px) {
  .video-home { height:320px; }
}   

@media screen and (max-width:480px) { table.responsive480 > tbody > tr > td {width:100%;display:block;}}

.divmanuali {padding-top:30px;}

table.manuali {width:100%;margin:0;padding:0;margin-bottom:20px;}
table.manuali td {border-bottom:1px solid #EEE}
@media screen and (max-width:480px) { table.manuali td {width:100%;display:block;}}

table.legenda {width:100%;min-width:100%;margin:0;padding:0;margin-bottom:20px;}
table.legenda td {border-bottom:1px solid #EEE;padding:4px 9px;}


table.modelli {width:100%;min-width:100%;margin:0;padding:0;}
table.modelli tr:hover {background:#E6E6E6;}
table.modelli td {border-bottom:1px solid #E6E6E6;padding:5px;font-size:12px;line-height:14px;text-align:center;}
table.modelli td.titolo {background:#777 !important;color:#FFF !important;font-size:12px !important;font-weight:bold !important;}
table.modelli td.codice {background:#87ce9e;color:#FFF;text-align:left;font-size:15px;font-weight:bold;}
table.modelli td.peso {background:#E6E6E6;}
table.modelli td.prezzo {background:#fcfcc4;font-weight:bold;font-size:17px;padding:6px 2px;}   
table.modelli td.prezzo b {font-weight:bold;font-size:14px;display:block;}
table.modelli td.prezzo small {font-weight:normal;font-size:11px;display:block;color:#333;}
table.modelli td span.titolo_mb {display:none;}
table.modelli td.acquista {background:#e91f26;color:#FFF;cursor:pointer;font-size:15px;width:100px;}
table.modelli td.acquista:hover {background:#000;color:#FFF;}       
table.modelli td.acquista i {margin:0 5px;}  
table.modelli td.acquista small {font-weight:bold;}    
table.modelli td.preventivo {background:#E6E6E6;cursor:pointer;font-size:15px;width:100px;}
table.modelli td.preventivo:hover {background:#f79431;color:#FFF;} 
table.modelli td.preventivo small {font-weight:bold;text-transform:uppercase;}  
table.modelli .spazio {display:none;}
@media screen and (max-width:600px) {  
    table.modelli tr:hover {background:none;}
    table.modelli td {background:none;width:100%;display:block;text-align:left;clear:both;padding:2px;border-bottom:1px solid #DDD;}
    table.modelli td.titolo {display:none;} 
    table.modelli td.codice {padding:8px 2px 6px 2px;}  
    table.modelli td.peso {background:none;}
    table.modelli td span.titolo_mb {display:block;width:40%;float:left;margin-right:10px;background:#EEE;font-weight:bold;}
    table.modelli td.codice span.titolo_mb {background:none;}
    table.modelli td.prezzo span.titolo_mb {background:none;font-size:14px;height:67px;} 
    table.modelli td.acquista {font-size:18px;text-align:center;padding:8px 2px;width:100%;}  
    table.modelli td.preventivo {font-size:18px;text-align:center;padding:8px 2px;width:100%;}
    table.modelli .spazio {display:block}
    table.modelli .spazio td {border-bottom:0;}
}

.no_ancoraggio {background:#87ce9e !important;color:#FFF;}
.si_ancoraggio {background:#009e3d !important;color:#FFF;}    

table.accessori {width:100%;margin:0;padding:0;margin-bottom:60px;}
table.accessori tr:hover {background:#E6E6E6;}
table.accessori td {border-bottom:1px solid #E6E6E6;padding:5px;font-size:12px;line-height:14px;text-align:center;}
table.accessori td.titolo {background:#777 !important;color:#FFF !important;font-size:12px !important;font-weight:bold !important;}
table.accessori td.codice {background:#E6E6E6;text-align:left;font-size:15px;font-weight:bold;}
table.accessori td.nome {text-align:left;} 
table.accessori td.prezzo {background:#fcfcc4;font-weight:bold;font-size:17px;padding:6px 2px;}    
table.accessori td.prezzo b {font-weight:bold;font-size:14px;display:block;}
table.accessori td.prezzo small {font-weight:normal;font-size:11px;display:block;color:#333;}
table.accessori td span.titolo_mb {display:none;}
table.accessori td.acquista {background:#e91f26;color:#FFF;cursor:pointer;font-size:15px;width:100px;}
table.accessori td.acquista:hover {background:#000;color:#FFF;}    
table.accessori td.acquista i {margin:0 5px;}  
table.accessori td.acquista small {font-weight:bold;}    
table.accessori td.preventivo {background:#E6E6E6;cursor:pointer;font-size:15px;width:100px;}
table.accessori td.preventivo:hover {background:#f79431;color:#FFF;} 
table.accessori td.preventivo small {font-weight:bold;text-transform:uppercase;}    
table.accessori .spazio {display:none;}
@media screen and (max-width:600px) {        
    table.accessori tr:hover {background:none;}
    table.accessori td {background:none;width:100%;display:block;text-align:left;clear:both;padding:2px;border-bottom:1px solid #DDD;}
    table.accessori td.titolo {display:none;} 
    table.accessori td.codice {background:#87ce9e;color:#FFF;font-size:14px;font-weight:bold;padding:8px 2px 6px 2px;}    
    table.accessori td.nome {padding:8px 2px 6px 2px;} 
    table.accessori td span.titolo_mb {display:block;width:40%;float:left;margin-right:10px;background:#EEE;font-weight:bold;}
    table.accessori td.codice span.titolo_mb {background:none;} 
    table.accessori td.prezzo span.titolo_mb {background:none;font-size:14px;height:60px;}  
    table.accessori td.acquista {font-size:18px;text-align:center;padding:8px 2px;width:100%;}
    table.accessori td.preventivo {font-size:18px;text-align:center;padding:8px 2px;width:100%;}
    table.accessori td.visualizza {padding:6px 2px;text-align:center;}
    table.accessori td.visualizza span.visibile-mobile {display:inline;}
    table.accessori .spazio {display:block}
    table.accessori .spazio td {border-bottom:0;}
}

.pagination {
  display: inline-block;
  padding: 0;
  margin: 8px 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 15px;
  text-decoration: none; 
  background-color: #EFEFEF;
  border-right:1px solid #FFF;
}
.pagination a:hover {
  background-color: #DDD;
}
.pagination a.active,
.pagination a.active:hover {
  color: #fff !important;
  background-color: #e91f26 !important;
  cursor:text;
}

.bandierina-fiere {
  width:18px;
  height:18px;
  vertical-align:middle;
  margin-right:3px;
}

.foto_profilo {
  vertical-align:middle;
  border-radius:50%;
  -moz-border-radius:50%; /* firefox */
  -webkit-border-radius:50%; /* safari, chrome */
  margin-right:4px;
}   

.thumb-video-webinar {
  float:left;
  width:16.6%; 
  min-height:200px;
}    
@media screen and (max-width:768px) {        
  .thumb-video-webinar {
    width:33.3%;
  } 
}   
.thumb-video-webinar img {
  width:100%;
  max-height:110px;
} 
.thumb-video-webinar small {
  font-size:12px;
  line-height:13px;
  display:block;
}   

.div_espandibile {
  max-height:400px;
  overflow:auto;
  padding-left:15px;
  padding-right:10px;
  padding-bottom:15px;
  background:#F6F6F6;background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
}



#loader_carrello {
  position:fixed;
  z-index:10000000;
  top:0;
  right:0;
  width:50px;
  text-align:center;
  padding-top:2px;
}
#close_carrello {
  position:fixed;
  z-index:10000001;
  top:5px;
  right:300px;
  cursor:pointer;
}
#form_carrello {
  position:fixed;
  z-index:10000000;
  top:0;
  right:0;
  width:300px;
  /* max-height:280px; */
  overflow:auto;
  padding:7px 7px 6px 7px;
  background:#FFF;
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
}
/* 
@media screen and (min-height:400px) {        
  #form_carrello { max-height:350px; }
}
@media screen and (min-height:600px) {        
  #form_carrello { max-height:550px; }
}
@media screen and (min-height:800px) {        
  #form_carrello { max-height:750px; }
}  
*/
#form_carrello .pulsanti {
  position:fixed;
  bottom:0;
  right:0;  
}
#form_carrello button.vai {
  display:inline-block;
  background:#e91f26;
  color:#FFF;
  text-align:center;
  padding:13px;
  border:5px solid #FFF;
  font-weight:bold;
  margin-bottom:5px;     
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
#form_carrello button.vai:hover {
  background:#b81b21;       
}
#form_carrello button.svuota {
  display:inline-block;
  background:#000;
  color:#FFF;
  text-align:center;
  padding:13px;
  border:5px solid #FFF;
  font-weight:bold;
  margin-bottom:5px;   
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
#form_carrello button.svuota:hover {
  background:#222;      
}
table#carrello {
  width:100%;
  font-size:12px;
  position:relative;     
  margin-bottom:130px;
}
table#carrello td {
  padding:0;
}
table#carrello td .quantita {
  border:0;
  width:40px;
  text-align:center;    
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
      
#inserisci_modello div.tit1 {margin:0 0 6px 4px;font-family:'Open Sans',sans-serif;font-weight:normal;font-size:25px;line-height:28px;}
#inserisci_modello div.tit2 {margin:15px 0 6px 4px;font-family:'Open Sans',sans-serif;font-weight:normal;font-size:18px;}
#inserisci_modello small {margin-left:4px;}
@media screen and (max-width:480px) {  
    #inserisci_modello div.tit1 {font-size:19px;margin:5px 0 6px 4px;line-height:20px;}
    #inserisci_modello div.tit2 {font-size:15px;margin: 15px 0 0 4px;} 
    #inserisci_modello input, #inserisci_modello textarea, #inserisci_modello select {padding:2% !important; font-size:13px !important;} 
}


#ajax_accessori_consigliati {
  position:fixed;
  z-index:-10000;
  width:1px;
  height:100vh;
  top:0;
  left:0;
  overflow:auto;
  padding:0;
  background:rgba(255,255,255,0.8);
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-align-items:center;
  align-items:center;
}
#ajax_accessori_consigliati div.container {
  position:relative;
  background:#FFF;
  padding:10px 25px 5px 25px;
  max-width:500px;   
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);
}   
@media screen and (max-width:480px) {  
    #ajax_accessori_consigliati div.container div.un_terzo_sempre {
      width:100%;
      float:none;
    }
} 
#ajax_accessori_consigliati #chiudi {
  position:absolute;
  z-index:20000001;
  top:-5px;
  right:-5px;
  cursor:pointer;
}  
@media screen and (max-width:480px) {  
    #ajax_accessori_consigliati #chiudi {
      top:5px;
      right:5px;
    }  
} 


.privacy-policy {
  font-size:13px;
  line-height:16px;
}
.privacy-policy table {
  width:100%;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC; 
  border-bottom:none;
  border-right:none;
}
.privacy-policy table td { 
  border-top:none;
  border-left:none; 
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  padding:5px;
  vertical-align:top;
  text-align:left;
}

/*
.menu-shop {
  display:table;   
  text-align:center;
}
.menu-shop a {
  display: table-cell;
  background: #999;
  color: #FFF;
  text-align: center;
  width:100%;
  height: 50px;
  vertical-align: middle;
  border-left:1px solid #FFF;
}
.menu-shop.active a {
  background:#f79431;
}
.menu-shop a:hover,
.menu-shop.active a:hover {
  background:#DDD;    
  color:#000;
} 
*/
.menu-shop a {
  font-size:12px;
  line-height:17px;
  color:#000;
  width:100%;
  display:block;
  padding:5px 0;
  margin:1px 0;
}
.menu-shop.active a {
  background:#f79431;
  color:#FFF
}
.menu-shop a:hover {    
  color:#000;
} 
.menu-shop.active a:hover {    
  color:#FFF;
  text-decoration:none;
}

.checkboxshop {
  float:left;
  margin:7px;
  margin-top:1px;
}

.featherlight-iframe .featherlight-content { 
  width:90%;
  max-width:768px;
}  
@media screen and (max-height: 500px) {
    .featherlight-iframe .featherlight-content,
    .videoframe { 
        height:320px;
    }
}
@media screen and (max-height: 350px) {
    .featherlight-iframe .featherlight-content, .videoframe { 
        height:240px;
    }
}
@media screen and (max-height: 260px) {
    .featherlight-iframe .featherlight-content, .videoframe { 
        height:128px;
    }
} 

.navtab-active {
  background:#FFF;
  color:#000; 
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
#navtab a {
  text-decoration:none;
}

.featherlight-next span, .featherlight-previous span {
  text-shadow: 0 0 8px #000 !important;
}
.featherlight .featherlight-inner {
  margin: auto !important;
}
.featherlight .featherlight-content {
  text-align: center !important;
}

.no-underline,.no-underline:hover,a.no-underline,a.no-underline:hover {
  text-decoration:none !important;
}

.titolo_rosso2 {
  background: #ee2737;
  color: #FFF;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  border:0;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}    
.titolo_rosso2:hover {
  background: #999;   
}

