/*
 * 
 * ADVANCED INNOVATION
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigmait
 * 
 */


.opensans {
    font-family: 'Open Sans', sans-serif;
}
html { 
    border: none; 
    padding: 0px; 
    margin: 0px;   
    float: left;
    color: #58595b;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}
body {    
    border: none; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    min-height: 100%;    
    font-size: 15px;    
    line-height: 20px;
    float: left;
    background-color: #fff;
    color: #58595b;
    -webkit-text-size-adjust: 100%;
    
}
td {
    border: none;
    text-align: left;    
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, 
footer, header, nav, article, main, form,
aside, section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;    
    text-align: left;    
    text-decoration: none;    
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none; 
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;    
    text-decoration: none;    
    color: #ff5100;
}

li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    font-family: 'Open Sans', sans-serif;
    color: #a6a6a6;
    font-style: italic;
}
*::-webkit-input-placeholder
{
    font-family: 'Open Sans', sans-serif;
    color: #a6a6a6;
    font-style: italic;
}

*::-moz-placeholder
{
    font-family: 'Open Sans', sans-serif;
    color: #a6a6a6;
    font-style: italic;
}
*:-moz-placeholder
{
    font-family: 'Open Sans', sans-serif;
    color: #a6a6a6;
    font-style: italic;
}

*:-ms-input-placeholder
{
    font-family: 'Open Sans', sans-serif;
    color: #a6a6a6;
    font-style: italic;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {    
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;    
/*     -webkit-appearance: none; */
}
input,
textarea,
button {      
    -webkit-appearance: none;
}
button {
    cursor: pointer;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    /* vertical-align: top; */
}
input[type=submit] {
    -webkit-border-radius:0px;
}

.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 600;
}
.bold,
strong, 
b {    
    font-weight: 700;
}
.extrabold {
    font-weight: 800;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;    
}
.green, .verde {
    color: green;
}
.red, .rosso {
    color: #ff5000;
}
.arancione {
    color: #ff8000;
}
.gray, .grigio, .sel {
    color: #808080;
}
.grigio_scuro {
    color: #58595b;
}
.white,
.bianco,
.whitelnk,
.white_black_lnk,
.whitelnk:visited {
    color: #FFFFFF;
}

.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.a_inv {
    color: #808080;
}
.bb_gray {
    border-bottom: 1px solid #e5e5e5;
}

#over-box, #over-box-black {
    display: none;
    position: fixed;
    z-index: 1001;
    background-color: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-black {
    background-color: rgba(0,0,0,0.9);
    z-index: 998;
}
.modal-box {
    display: none;
    position: fixed;
    line-height: 19px;
    padding: 20px 10px;
    font-size: 16px;
    color: white;
    text-align: left;    
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1002;
    top: -500px;
    border: 1px solid #e5e5e5;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
}
/* MAIN */
header, footer, main {
    width: 100%;
    float: left;
}
header {
    padding-top: 20px;
    height: 130px;
}
footer {
    border-top: 1px solid #e5e5e5;
    height: 130px;
    margin-top: 40px;
}
#footer {
    height: 115px;
    padding-top: 15px;
    width: 705px;
    float: none;
    margin: 0px auto;
}
main {
    min-height: 500px;
}
#header {
    height: 130px;
    width: 980px;
    float: none;
    margin: 0px auto;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1005;
}
#header-top {
    height: 99px;
    width: 950px;
    padding: 0px 15px;
}
#nav-top {
    height: 30px;
    border-top: 1px solid #e5e5e5;
    background-color: #f2f2f2;
}
#nav {
    width: 100%;
    display: block;
    float: left;
    height: 30px;
    box-sizing: border-box;
    padding: 0px 5px;
}
#menu-prodotti {
    display: none;
    background-color: white;
    position: absolute;
    top: 130px;
    z-index: 1005;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 17px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);

}
.first-liv {
    display: block;
    float: left;
    width: auto;
    height: 30px;
    position: relative;
}
.first-liv-link {
    display: block;
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-weight: 800;
    color: #808080;
}
.nav-last {
    display: block;
    float: right;
    width: auto;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-right: 5px;
    font-weight: 800;
}
.nav-last a {
    display: inline-block;
    padding: 0px 2.5px;
    color: #808080;
}
#logo-top,
#logo-footer {
    display: block;
    float: left;
    width: 226px;
    height: 71px;
    margin-top: 15px;
}
.testo-top-bottom {
    width: auto;
    font-size: 13px;
    line-height: 18px;
    margin-top: 22px;
}
#testo-top-1,
#testo-bottom-1 {
    padding-right: 17px;
    border-right: 1px solid #e5e5e5;
    margin-left: 20px;
}
#testo-top-2,
#testo-bottom-2 {
    padding-left: 20px;
}
#testo-bottom-2 {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #e5e5e5;
    font-size: 11px;
}
#social-bottom {
    margin-left: 20px;
    width: auto;
    margin-top: 25px;    
}
#social-bottom a {
    display: inline-block;
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: white;
    background-color: #ff5100;
    margin-right: 10px;
}
#social-bottom #sitemap-bottom {
    display: inline-block;
    float: left;
    width: auto;
    text-align: center;
    background-color: transparent;    
    color: #808080;
    margin-top: 0px;
    font-size: 12px;
}
#social-bottom .last {
    margin-right: 0px;
}
.form-login-top {
    height: 28px;
    line-height: 28px;
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
    width: 128px;
    font-size: 13px;
    display: block;
    float: left;
}
#login-top {
    width: 310px;
    float: right;
    margin-top: 12px;
}
#invia-top,
#annulla-top {
    background-color: transparent;
    font-size: 15px;
    color: #ff5100;
    display: block; 
    float: right;
    margin-top: 5px;
    font-weight: 800;
    padding-left: 10px;
}
#recupera-password-login-top,
#password-change-txt {
    display: block;
    float: right;
    margin: 8px 5px 0px 0px;
    font-size: 13px;
    line-height: 13px;
    font-style: italic;
}
.page {
    width: 1000px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.btn {
    color: white;
    background-color: #ff5100;
    min-width: 150px;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}
#hp-slider-cont {
    width: 100%;
    max-width: 1024px;
    float: none;
    margin: 0px auto;
}
.hp-slider-obj {
    width: 1024px;
    height: 576px;
    position: relative;
}
.hp-slider-box {
    position: absolute;
    bottom: 70px;
    left: 45px;
    width: 360px;
    padding: 10px;
    background-color: rgba(255,255,255, 0.6)
}
.hp-slider-box h4,
#call-to-action-int h4 {
    font-size: 25px;
    font-weight: 800;
    line-height: 28px;
}
.hp-slider-box a {
    display: block;
    float: left;
    margin-top: 10px;
}
#call-to-action {
    width: 470px;
    height: 370px;
    float: left;
    padding: 10px;    
}
#call-to-action-int {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 350px;
    padding: 10px;
    background-color: rgba(255,255,255, 0.6)
}
.news_short {
    position: relative;
    padding: 0px 110px 0px 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    height: 100px;
}
.btn-news-short {
    display: block;
    float: left;
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    right: 0px;
    top: 0px;    
    background-color: #ff5000;    
    color: white;
    text-align: center;
    font-weight: 900;
}
.news_short_data {
    font-size: 13px;
    line-height: 15px;
    height: 15px;
    font-weight: 700;
    color: #ff5000;  
}
.news_short_title {
    font-weight: bold;
    height: 30px;
    line-height: 15px;    
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    overflow: hidden;
}
.news_short_testo {
    font-size: 13px;
    height: 30px;
    line-height: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-top: 14px;
    overflow: hidden;
    
}
#newsletter-hp-box {
    position: absolute;
    bottom: 0px;
}
#news-right {
    height: 390px;
    position: relative;
}
#search-bar {
    height: 60px;
    width: 980px;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
    position:absolute;
    left: 50%;
    margin-left: -490px;
    z-index: 1001;
    top: 170px;
}
.form-search-input {
    height: 60px;
    line-height: 60px;
    background-color: white;
    padding: 0px 10px;
    width: 600px;
    font-size: 13px;
    display: block;
    float: left;
}
.form-search-select {
    display: block;
    float: left;
    padding: 0px 20px 0px 10px;
    width: 150px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin: 10px 0px;
    background-color: white;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: center right;
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 900;
    color: #808080;
}
#id_categoria {
    border-left: 1px solid #e5e5e5;
}
#search-bar-btn {
    height: 60px;
    line-height: 60px;
    width: 60px;
    display: block;
    float: right;
    font-size: 25px;
    background-color: white;
    color: #ff5000;
}
#slider-prodotti-cont {
    height: 212px;    
    overflow: hidden;
    padding: 0px 26px;
    box-sizing: border-box;
}
.slider-prodotti-hp {
    margin: 70px 0px 40px 0px;
}
.slider-prodotti-standard {
    margin: 80px 0px 0px 0px;
}
#slider-prodotti-menu {
    height: 20px;
    line-height: 20px;
    width: 100%;
}
#slider-prodotti-menu a {
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    color: #808080;
    text-transform: uppercase;
    font-weight: 900;
}
#slider-prodotti-cont .owl-nav {
    display: block !important;
}
#slider-prodotti-cont .owl-prev {
    left: -26px;
}
#slider-prodotti-cont .owl-next {
    right: -26px;
}
#slider-prodotti-menu .sel {
    color: #ff5100;
}
.slider-prodotti {
    height: 192px;    
}
.slider-prodotti-el {
    height: 192px;
    width:  169px;
    display: block;
    float: left;
    padding: 0px 10px;
}
.slider-prodotti-img {
    height: 160px;
    width:  169px;
    display: block;
    float: left;
    opacity: 0.5;
}
.slider-prodotti-nome {
    width:  169px;
    height: 32px;
    line-height: 16px;
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    color: #808080;
}
#immagine-top {
    height: 350px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#testo-azienda,
.testo-intro {
    font-size: 18px;
    line-height: 24px;
}
#header-title {
    padding: 10px;
    width: auto;
    background-color: rgba(255,255,255, 0.8);
    font-size: 30px;
    line-height: 30px;
    color: #ff5000;
    margin: 215px 0px 0px 20px;
}
#nav .sel {
    color: #ff5000;    
}
#testo-servizi {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.box-servizi  {
    width: 48%;
    padding-left: 160px;
    position: relative;
    box-sizing: border-box;    
    min-height: 180px;
}
.box-servizi img {
    display: block;
    float: left; 
    position: absolute;
    top: 0px;
    left: 0px;
}
.col-sx-image {
    width: 49%;
}
.col-dx-image {
    width: 49%;
    float: right;
}
.col-sx-noimage {
    width: 9%;
}
.col-dx-noimage {
    width: 89%;
    float: right;
}
.pg-testo ul,
.pg-testo ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.pg-testo li {
    float: left;
    width: 100%;
}
#news-big-img {
    display: block;
    float: left;
    width: 100%;
    height: 490px;
    position: relative;
    cursor: pointer;
}
.magnify-cont {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    color: white;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
}
#news-big-img .magnify-cont {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
}
.magnify-cont i {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#news-col-sx {
    overflow:hidden;
}
#news-thumb-cont {
    width: 510px;
    margin-top: 10px;
    cursor: pointer;
}
.news-thumb-img {
    display: block;
    float: left;
    width: 160px;
    height: 120px;
    margin: 0px 10px 10px 0px;
    position: relative;
}
.form-contatto-input {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
    width: 100%;
    font-size: 13px;
    display: inline-block;
    /*float: left;*/
}
.form-contatto-textarea {
    height: 120px;
    line-height: 18px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 10px 10px;
    width: 100%;
    font-size: 13px;
    display: inline-block;
}
#id_privacy-cont,
#id_newsletter-cont {
    position: absolute;
    left: 5px;
    top: 5px;
    width: auto;
}
.form-bottom,
#form-bottom {
    box-sizing: border-box;
    padding: 0px 0px 0px 30px;
    position: relative;
}
#id_privacy-txt,
#id_newsletter-txt {
    width: auto;
}
#form-info {
    display: block;
    float: left;
    box-sizing: border-box;
    list-style-type: disc;
    list-style-position: outside;
    margin-top: 10px;
    padding-left: 20px;
}
#form-info li {
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
}
.colmenu {
    box-sizing: border-box;
    padding-right: 10px;
}
.colmenu p {
    width: 100%;
    overflow: hidden;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
}
#arrow-up {
    display: block;
    position: absolute;
    color: white;
    top: -5px;
    left: 205px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
    border-bottom: 10px solid white;
}
#menu-prodotti #menu-header {
    color: #ff5100;
    font-weight: 900;
}
.box-categoria-supporto {
    display: block;
    width: 49%;
    padding: 0px 10px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    font-weight: 900;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    color: #808080;
    text-transform: uppercase;
}
#supporto-cont .sel {
    background-color: #ff5100;
    color: white;
/*     border: 1px solid #ff5100; */
}
#supporto-cont .sel svg {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#supporto-cont .sel svg .cls-1 {
    fill: white;
}
#abs-lista-supporto {
    display: none;    
    position: absolute;
    z-index: 2000;
    min-height: 60px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.box-supporto {
    display: block;
    float: left;
    width: 100%;
    padding: 0px 10px;
    height: 30px;
    line-height: 29px;
    box-sizing: border-box;
    font-weight: 900;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    color: #808080;
    font-size: 12px;
    font-weight: normal;
}
.box-supporto i {
    display: inline-block;
    float: right;
    color: #ff5100;
    margin-top: 10px;
}
#aside-prodotti-cont {
    width: 280px;
/*     border-top: 1px solid #e5e5e5; */
}
#section-prodotti {
    width: 710px;
    float: right;
    overflow: hidden;
/*     border-top: 1px solid #e5e5e5; */
}
#prodotti-overflow {
    width: 720px; /* 10px più di chi lo contiene */
}
#aside-prodotti,
#aside-prodotti .cat-top,
#aside-prodotti .prod {
    display: block;
    float: left;
    width: 280px;
}
#aside-prodotti .cat-menu, 
#aside-prodotti .prod-menu {
    display: none;
    float: left;
    width: 280px;
}
#aside-prodotti .cat-top {
    margin-bottom: 10px;
}
.cat-top-link {
    display: block;
    float: left;
    width: 258px;
    height: 38px;
    border: 1px solid #e5e5e5;
    line-height: 38px;
    padding: 0px 10px;
    color: #808080;
    font-weight: 900;
    text-transform: uppercase; 
    font-size: 12px;
    cursor: pointer;
}

.cat-top .sel {
    border: 1px solid #ff5100;
    background-color: #ff5100;
    color: white;
}
.cat-top .sel svg {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.cat-top .sel svg .cls-1 {
    fill: white;
}

.cat-sub-link {
    display: block;
    float: left;
    width: 258px;
    height: 28px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 28px;
    padding: 0px 10px;
    color: #808080;
    font-weight: bold;
    text-transform: uppercase; 
    font-size: 12px;
    background-color: #fafafa;
}
#aside-prodotti .cat-sub .sel {
    background-color: #58595b;
    color: white;
    border-left: 1px solid #58595b;
    border-right: 1px solid #58595b;
    border-bottom: 1px solid #58595b;
    border-top: none;
}
.prod-link {
    display: block;
    float: left;
    width: 258px;
    height: 28px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 28px;
    padding: 0px 10px;
    color: #808080;
    font-weight: normal;
    text-transform: uppercase; 
    font-size: 12px;
    background-color: white;
}
#aside-prodotti .prod .sel {
    background-color: #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    font-weight: 900;
    color: white;
}
.box-splash {
    box-sizing: border-box;
    width: 230px;
    display: block;
    float: left;
    margin-bottom: 10px;    
    border: none;
}
.box-splash .box-splash-img {
    height: 228px;
    width: 228px;
    display: block;
    float: left;
/*     border: 1px solid #e5e5e5; */
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.box-splash-btn {
    display: block;
    float: left;
    width: 100%;
    padding: 0px 5px;
    width: 218px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    text-align:center;
    background-color: #ff5100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 900;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#prodotti-breadcrumb {
    font-size: 13px;
    height: 16px;
    font-style: italic;
    margin-bottom: 10px;
    /*overflow: hidden;*/
}
#prodotto-immagine-principale {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
#prodotto-immagine-principale img {
    max-width: 100%;
}
#prodotto-thumbs {
    width: 720px;
    border-top: 1px solid #e5e5e5;
}

.prodotto-thumb {
    display: block;
    float: left;
    width: 170px;
    height: 120px;
    border-right: 10px solid white;
    margin-bottom: 10px;
    opacity: 0.5;
}
.prodotto-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.row-scheda-tecnica {
    margin-top: 10px;
}
.cp_key {
    width: 35%;
    font-weight: bold;
}
.cp_val {
    width: 60%;
    word-wrap: break-word;
}
.certificazione {
    width: 230px;
    float: left;
    display: block;
    color: #58595b;
    font-size: 12px;
    line-height: 15px;
}
.certificazione-img {
    width: 230px;
    height: 230px;
    float: left;
    display: block;
}
.certificazione-text {
    width: 230px;    
    float: left;
    display: block;
    font-size: 12px;
    line-height: 15px;
    height: 60px;
    color: #58595b;
}
#titolo-prodotto {
    position: absolute;
    width: auto;
    right: 0px;
    top: 0px;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #ff5100;
    font-style: normal;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
#marche-categoria-box {
    position: absolute;
    width: 200px;
    height: 30px;
    right: 2px;
    bottom: 1px;
    z-index: 100;
}
.selettore-marchi {
    display: none;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 28px;
    line-height: 28px;
    width: 180px;
    padding: 0px 10px;
    color: #808080;
    font-style: normal;
    background-color: #fafafa;
}
#selettore-marchi-first {
    background-color: white;
    display: block;
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
}
#marche-categoria-box .sel {
    color: white;
    background-color: #ff5100;
    border: 1px solid #ff5100;
}
#marche-categoria-box .sel svg {
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
#marche-categoria-box .sel svg .cls-1 {
    fill: white;
}
#selettore-marchi-first svg {
    display: inline-block;
    float: right;
/*     margin-bottom: 5px; */
    margin-top: 7px !important;
}
#marche-categoria-reset {
    display: none;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 210px;
    bottom: 1px;
    font-size: 20px;
}
#marche-categoria-box .sel_marca {
    color: white;
    background-color: #58595b;
    border: 1px solid #58595b;
}
/*.slider-prodotti-el {
    display: block;
    float: left;
    width: 200px;
    height: 270px;
}*/
#mobile-back-to-prod {
    display: none;
}
#burger-menu,
.menu-mobile,
#login-title-mob,
#reg-title-mob {
    display: none;
}
#ricerca-cont .news_short_testo {
    border-bottom: none;
    max-height: 30px;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.ricerca-prodotto {
    position: relative;
    padding-left: 180px;
    box-sizing: border-box;    
    min-height: 120px;
}
.ricerca-prodotto img {
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover,
    #invia-top:hover,
    #annulla-top:hover,
    #menu-prodotti #menu-header:hover {
        color: #808080;
    } 
    .a_inv:hover,
    #social-bottom #sitemap-bottom:hover {
        color: #ff5100;
    }
    #menu-prodotti a:hover {
        font-weight: bold;
    }
    .first-liv-link:hover,
    .nav-last a:hover {
        color: #ff5100;
    }
    #social-bottom a:hover {
        color: white;
        background-color: #808080;
    }
    .btn:hover {
        color: white;
        background-color: #808080;
    }    
    .btn-news-short:hover {
        color: white;
        background-color: #808080;
    }    
    #search-bar-btn:hover {
        color: #808080;
    }
    .news-thumb-img:hover .magnify-cont,
    #news-big-img:hover .magnify-cont {
        display: block;
    }
    .box-categoria-supporto:hover,
    .cat-top-link:hover {
        background-color: #ff5100;
        color: white;
        border: 1px solid #ff5100;
    }
    .box-categoria-supporto:hover svg .cls-1,
    .cat-top-link:hover svg .cls-1,
    #marche-categoria-box:hover #selettore-marchi-first svg .cls-1 {
        fill: white;
    }
/*    #marche-categoria-box:hover #selettore-marchi-first svg {
        -ms-transform: rotate(45deg); 
        -webkit-transform: rotate(45deg); 
        transform: rotate(45deg);
    }*/
    .box-supporto:hover,
    .cat-sub-link:hover {
        background-color: #58595b;
        color: white;
        border-left: 1px solid #58595b;
        border-right: 1px solid #58595b;
        border-bottom: 1px solid #58595b;
    }
    .box-supporto:hover i {
        color: white;
    }
    .prod-link:hover {
        background-color: #808080;
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
        font-weight: 900;
        color: white;
    }
    .box-splash:hover .box-splash-btn {
        color: white;
        background-color: #58595b;
    }
    .prodotto-thumb:hover {
        opacity: 1;
    }
    #marche-categoria-box:hover #selettore-marchi-first,
    #selettore-marchi-first:hover {
        color: white;
        background-color: #ff5100;
        border: 1px solid #ff5100;
    }
    .selettore-marchi:hover {
        color: white;
        background-color: #58595b;
        border: 1px solid #58595b;
    }
    #slider-prodotti-menu a:hover,
    .slider-prodotti-el:hover .slider-prodotti-nome {
        color: #ff5100;
    }
    .slider-prodotti-el:hover .slider-prodotti-img {
        opacity: 1;
    }

}
/* ALL MOB */
@media only screen and (min-width:320px) and (max-width:1024px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }    
}
/* PAD */
@media only screen and (min-width:768px) and (max-width:1023px) {
   #header {        
        width: 98%;     
        max-width: 980px;
    }
    #header-top {        
        width: 100%;
        box-sizing: border-box;
        padding: 0px 15px;
    }
    #logo-top,
    #logo-footer {
        margin-top: 25px;
        width: 150px;
    }
    .testo-top-bottom {
        margin-left: 10px;
        padding-right: 10px;
    }
    #footer .testo-top-bottom {
        width: 23%;
        margin-left: 20px;
        padding-right: 20px;
    }
    #footer #logo-top {
        width: 23%;
    }
    #testo-top-2, #testo-bottom-2 {
        padding-left: 0px;
    }
    #logo-top img {
        width: 100%;
    }
    #testo-top-1, #testo-bottom-1 {
        margin-left: 10px;
        padding-right: 10px;
    }
    .page {
        max-width: 1000px;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 12px;
    }
    .form-login-top {
        width: 103px;
    }
    #login-top {
        width: 260px;
    }
    #hp-slider-cont {
        width: 100%;
        max-width: 1024px;
    }
    .hp-slider-obj {
        max-width: 1024px;
        width: 100%;
        max-height: 576px;
    }
    #search-bar {
        width: 98%;
        max-width: 980px;
        position:absolute;
        left: 50%;
        margin-left: -49%;
    }
    #call-to-action {
        max-width: 470px;
        width: 49%;
        height: 370px;
        float: left;
        box-sizing: border-box;
        padding: 10px;    
    }
    #call-to-action-int {
        width: 90%;
    }
    #section-prodotti {
        width: 710px;
        float: right;
        overflow: hidden;
    }
    #prodotti-overflow {
        width: 720px; /* 10px più di chi lo contiene */
    }
}
/* Phone */
@media only screen and (min-width:320px) and (max-width:767px) {
    header {
/*         display: none; */
        height: auto;
    }    
    #login-top {
        display: none;
    }
    #header #logo-top {
        height: 50px;
        width: 160px;
    }
    #logo-top img {
        width: 100%;
    }
    #header {
        height: 80px;
        width: 95%;
        width: calc(100% - 20px);        
    }
    #header-top {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        height: 80px;
    }
    
    #header .testo-top-bottom {
        display: none;
    }
    #hp-slider-cont {
        display: none;
    }
    #slider-prodotti-cont {
        display: none;
    }
    .page {        
        width: 100%;
        box-sizing: border-box;
        padding: 0px 12px;
    }
    /*#search-bar {
        width: 98%;
        max-width: 980px;
        position: absolute;
        left: 50%;
        margin-left: -49%;
    }*/
    #search-bar {
        width: 100%;
/*         max-width: 980px; */
        position: static;
/*         left: 50%; */
        margin: 20px 0px;
    }
    #id_marca,
    #id_categoria {
        display: none;
    }
    #call-to-action {
        /*max-width: 470px;*/
        width: 100%;
        height: 270px;
        float: left;
        box-sizing: border-box;
        padding: 10px;    
        margin-bottom: 20px;
    }
    #news-right {
        width: 100%;
    }
    #call-to-action-int {
        width: 85%; /* Legacy Support */
        width: calc(100% - 40px);
        background-color: rgba(255,255,255, 0.8);
    }
    #footer {
        height: auto;
        padding-top: 15px;
        width: 100%;
        float: none;
        margin: 0px auto;
    }
    #footer #logo-top {
        width: auto;
    }
    #footer #testo-bottom-1,
    #footer #testo-bottom-2,
    #social-bottom {
        border: none;
        margin: 0px;
        padding: 10px 62px;
        box-sizing: border-box;
        width: 100%;
    }
    #newsletter-hp-box {
        position: static;
    }
    .btn-news-short {
        font-size: 12px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .news_short {
        padding-right: 90px;
        border-bottom: 1px solid #e5e5e5;
    }
    .news_short_testo {
        border-bottom:  none;
    }
    .news_short_title {
        height: 32px;
        line-height: 16px;
    }
    .btn {
        font-size: 12px;
        min-width: 100px;
    }
    .hp-slider-box h4, #call-to-action-int h4 {
        font-size: 15px;
        line-height: 18px;
    }
    #call-to-action-int p {
        font-size: 12px;
        line-height: 15px;
    }
    #burger-menu {
        display: block;
        float: right;
        height: 80px;
        line-height: 80px;
        width: 80px;
        text-align: right;
        display: block;
        float: right;
        font-size: 25px;
        background-color: white;
        color: #ff5000;
    }
    #nav-top {
        display: none;
        position: absolute;
        top: 80px;
        right: 0px;
        height: auto;
        width: 80%;
        max-width: 250px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    }
    #nav {
        width: 100%;
        display: block;
        float: left;
        height: auto;
        box-sizing: border-box;
        padding: 0px 5px;        
    }
    .first-liv,
    .first-liv-link {
        width: 100%;  
        text-align: right;
        height: 40px;
        line-height: 40px;
    }
    .nav-last {
        height: 40px;
        line-height: 40px;
    }
    .first-liv-link {
        box-sizing: border-box;
        border-bottom: 1px solid #e5e5e5;
    }
    #aside-prodotti-cont {
        display: none;
    }
    #immagine-top {
        height: 150px;
    }
    .mt_270 {
        margin-top: 0px;
    }
    #testo-azienda {
        width: 100%;
    }
    #lista-servizi .mt_40 {
        margin-top: 0px;
    }
    .box-servizi  {
        width: 100%;
        padding-left: 0px;
        position: relative;
        box-sizing: border-box;    
        min-height: 180px;
        margin-bottom: 40px;
    }
    .box-servizi img {
        display: block;
        float: left; 
        position: relative;
        top: 0px;
        left: 50%;
        margin-bottom: 10px;
        margin-left: -25%;
    }
    .box-categoria-supporto {
        width: 100%;
        font-size: 12px;
    }
    .box-supporto {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #news-cont .w_49pe {
        width: 100%;
    }
    .col-sx-noimage {
        width: 22%;
    }
    .col-dx-noimage {
        width: 75%;
    }
    .col-sx-image {
        width: 100%;
    }
    .col-dx-image {
        width: 100%;
    }
    #news-thumb-cont {
        display: none;
        
    }
    #contatti-cont #form-contatto {
        float: right;
    }
    #contatti-cont .w_49pe {
        width: 100%;
        float: left;
    }
    #referente-cont {
        margin-bottom: 10px;
    }
    #section-prodotti {
        width: 100%;
    }
    #marche-categoria-box {
        display: none;
    }
    .cp_key {
        width: 100%;        
    }
    .cp_val {
        width: 100%;        
    }
    #prodotto-thumbs {
        width: 100%;
    }
    .prodotto-thumb {
        width: 120px;
        height: 85px;
    }
    .prodotto-section .w_49pe {
        width: 100%;
    }
    #home-page-cont {
        position: relative;
    }
    #social-bottom #sitemap-bottom {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
    #registrazione-cont {
        margin-top: 120px;
    }
    #registrazione-cont .w_49pe {
        width: 100%;
    }
    #registrazione-cont #id_nome,
    #registrazione-cont #id_password,
    #registrazione-cont #id_email {
        margin-bottom: 10px;
    }
    #login-title-mob,
    #reg-title-mob {
        display: block;
    }
    .ricerca-prodotto {
        padding-left: 0px;        
        min-height: 20px;
    }
    .ricerca-prodotto img {
        display: none;        
    }
} 
@media only screen and (min-width:470px) and (max-width:768px) {     
    #prodotti-overflow {
        width: 470px;
        float: none;
        margin: 0px auto;
    }
    #prodotti-overflow .box-splash:nth-child(even) {
        margin-right: 0px;
    }
}
@media only screen and (min-width:320px) and (max-width:469px) {
    #prodotti-overflow {
        width: 100%;
    }
    .box-splash {
        float: none;
        margin: 20px auto;
    }
}
