<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import "../css/camera.css";
@import "../css/touchTouch.css";
@import "../css/form.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

html, body {}

a[href^="tel:"] {
    color: inherit;
    text-decoration:none;
}
* {
    -webkit-text-size-adjust: none;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.fleft {float:left;}
.fright {float:right;}
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper-extra, .extra-wrap{
    position: relative;
    width: 100%;
    overflow:hidden; 
}
.wrapper-after:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
.box{overflow: hidden;}
.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_cntr{text-align: center;}
.txt_ital{font-style: italic;}
.txt_line_through{text-decoration: line-through;}


.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{margin-left:0 !important; margin-right:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marRight1{margin-right: 33px;}
.marRight2{margin-right: 55px;}

.marTop1{margin-top: 5px;}
.marTop2{margin-top: 3px;}

.marBot1{margin-bottom: 20px;}
.marBot2{margin-bottom: 14px;}
.marBot3{margin-bottom: 24px;}

.border_botom{border-bottom: 1px solid #f2f2f2; margin-bottom: 25px; padding-bottom: 7px;}

.fs12{font-size: 12px;}

.color1{color: #47d4f9;}
.color2{color: #000000;}
.color3{color: #fafafa;}

/* Global properties ======================================================== */
html, body { padding:0; margin:0; height:100%;}

body {
    font:13px/19px "Open Sans", Arial, Helvetica, sans-serif ;
    color:#636363;
    background: #797979;
    background: url(../images/bg_grad.png) #797979;
    min-width:300px;
}
.main{
    width:100%;
    height: auto;
    padding:35px 0 30px 0; 
    /*background: #fafafa;*/
}
.div-content{
    width:100%;
    width: 970px;
    margin:0 auto;
    padding-bottom:0;
    background: #dcdcdc;
}
.manina { cursor: pointer; cursor: hand; }
/***********************************************************************/
/*===============================&gt;H-logo-properties=========================*/
h1{
    display: inline-block;
    float:left;
    margin:17px 0 0 25px;
}
h1 img{max-width: inherit;}
h1 a{display:inline-block;}
h2{
    width: 100%;
    min-height: 68px;
    font:bold 20px/54px 'Open Sans', Arial, sans-serif;
    color:#2c2c2c;
    background: url(../images/title_bg.png) right 0;
    text-indent: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
h2.v2{margin-bottom: 5px;}
h3{
    font:600 14px/19px 'Open Sans', Arial, sans-serif;
    color:#053c82; 
    text-transform:uppercase;
    margin-bottom: 11px;
}
h3.v2{margin-bottom: 8px;}
.hline2{
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 4px;
    margin-bottom: 15px;
}
p{margin-bottom: 11px;}
.list1 p{margin-bottom: 12px;}
img{max-width:100%; height:auto;}
a {
    text-decoration:none; 
    cursor:pointer; 
    color: #0352ad;
}
a:hover {
    text-decoration:underline;
    color: #000;
}

a{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.cuore {
    color: red;
    font-size: 125%;
}
.steel {
    color:#f5f5ff;
    font-style: italic;
}
.salto { background-color: #dcdcdc; margin:0; padding: 0; height: 10px; }
table#metalli { width: 100%; margin-bottom: 15px; }
table#cambi { width: 100%; margin-bottom: 15px; }

table#metalli tr td:first-child { width: 26% }
table#metalli tr td:nth-child(2) { width: 16% }
table#metalli tr td:nth-child(3) { width: 16% }
table#metalli tr td:nth-child(4) { width: 26% }
table#metalli tr td:nth-child(5) { width: 16% }

table#cambi tr td:first-child { width: 26% }
table#cambi tr td:nth-child(2) { width: 16% }
table#cambi tr td:nth-child(3) { width: 16% }
table#cambi tr td:nth-child(4) { width: 26% }
table#cambi tr td:nth-child(5) { width: 16% }

.alignleft { text-align: left }
.mezza_tabella { width: 35% }
#instrumentation_s { margin-right: 10%; }

.content_section video { margin: 5px 0 7px; width: 100% }

.phone_section{
    float: right;
    /*margin-right: -5px;*/
    text-transform: uppercase;
    color: #8b8b8b;
    padding-bottom: 26px;
    font:11px/15px 'Open Sans', Arial, sans-serif;
}
.phone_section .phone{
    margin: 0 6px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/phone_sign.png);
    margin-top: -7px;
}
.phone_section .phone_txt{
    font:600 25px/30px 'Open Sans', Arial, sans-serif;
    color:#9b9b9b; 
    margin-top: -13px;
    display: inline-block;
}
/************Header************/
header{
    position: relative;
    padding-bottom: 0px;
    background: url(../images/header_bg.png);
    height: 71px;
    border-top: 1px solid #0a5cb9;
}
.under_header{
    background: url(../images/under_header_bg.png);
    width: 100%;
    height: 20px;
    display: block;
    margin-bottom: 10px;
}
.under_header.marBot0{margin-bottom: 0;}
header .header_spot {
    position: absolute;
    width:366px;
    height:71px;
    top: 0;
    left: 0;
    display: inline-block;
    background: url(../images/header_spot.png) no-repeat;
}
header .header_spot img {
    left: 195px;
    position: absolute;
    top: -57px;
}
.slider_section	{
    background: url(../images/slider_section.png) 0 bottom;
    padding: 0px 0 10px;
}
.banners_section	{
    background: url(../images/banners_section.png);
    padding: 10px 0 0;
}

.content_section{
    position: relative;
    width: 100%;
    background: #c6c6c6;
    margin-top: 10px;
}
.content_section .content_section_pad{
    padding: 2px 20px 20px 20px;
}
.content_section .content_section_pad2{
    padding: 2px 14px 20px 20px;
}
.content_section .content_section_pad3{
    padding: 2px 7px 20px 14px;
}
/************Content***********/
figure{
    display: block;
    margin-top: 5px;
    margin-bottom: 16px;
}
figure a{width: 100%;}
.col_1{
    float: left;
    width: 45%;
    margin-right: 5%;
    display: inline;
}
.list_left_part{
    width: 45px;
    margin-right: 3px;
    float: left;
    font:600 14px/17px "Open Sans", Arial, sans-serif;
    color: #0352ad;
}
/* ============================= start lists ====================== */
.listWithMarker{
    margin: 0;
    margin-top: 22px;
    margin-bottom: 25px;
}
.listWithMarker li {
    display:block;
    margin-bottom: 12px;
    padding-left:13px;
    background:url(../images/list_marker.png) 0 6px no-repeat;
}
.listWithMarker li.last {
    border-bottom: none;
}
.listWithMarker li a {
    display:inline-block;
    color:#636363;
    text-decoration:none;
}
.listWithMarker li a:hover {
    padding-left:10px;
    color:#0352ad;
}
/* ============================= end lists ====================== */
.more_btn {
    display: inline-block;
    text-decoration:none;
    color:#fff;
    padding:11px 15px 10px;
    font:bold 14px/17px Arial, sans-serif;
    border-right: 1px solid #041f3f;
    border-bottom: 1px solid #041f3f;


    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 4px;

    -moz-box-shadow: 2px 2px 0px rgba(156,156,156,1);
    -webkit-box-shadow: 2px 0px 2px rgba(156,156,156,1);
    box-shadow: 2px 2px 0px rgba(156,156,156,1);

    background: #063469; /* for old browsers */
    background: -moz-linear-gradient(top, #094fa0, #033e82); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#094fa0), color-stop(100%,#033e82));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #094fa0, #033e82);
    background: -o-linear-gradient(top, #094fa0, #033e82); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #094fa0, #033e82); /* IE10 */
    background: linear-gradient(top, #094fa0, #033e82); /* CSS3 */ 
}
.more_btn:hover, .more_btn .active a{
    color:#93c5ff;
    background: #1965bd; /* for old browsers */
    text-decoration:none;

    background: #032f62; /* for old browsers */
    background: -moz-linear-gradient(top, #2488fe, #032f62); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#2488fe), color-stop(100%,#032f62));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #2488fe, #032f62);
    background: -o-linear-gradient(top, #2488fe, #032f62); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2488fe, #032f62); /* IE10 */
    background: linear-gradient(top, #2488fe, #032f62); /* CSS3 */ 

    padding:11px 19px 10px;
}


.more_arr {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 7px;
    background: url(../images/more_arr1.png) no-repeat 0 0;
}
.more_arr:hover{
    margin-left: 11px;
}
.img1{
    display: inline-block;
    margin-bottom: 10px;
}
.img2{
    float: left;
    display: inline-block;
    margin-top: -3px;
    margin-right: 9px;
}
.img3{
    float: left;
    display: inline-block;
    margin-top: 3px;
    margin-right: 17px;
    margin-bottom: 16px;
}
.img4{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 26px;
}
.img4.marBot16{margin-bottom: 16px;}
.img5{
    float: left;
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: 16px;
}
.address figure.img_inner {
    display: block;
    height: auto;
    line-height: 0;
    padding-bottom: 0px;
    overflow: hidden;
    padding-top: 1px;
    margin-bottom: 25px;
}
.address figure iframe {
    width: 100%;
    max-width:394px;
    height: 270px;
}
address{
    font-style: normal;
    display: inline-block;
}
address dl dt{
    color: #0352ad;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
address dd span{
    position: relative;
    display: inline-block;
    width: 94px;
}
address a, .link1{
    color: #636363;
}

/*------start list_carousel ------- */
.list_carousel {
    padding: 0 0 55px;
    position: relative;
    margin-top: -12px;
}
.list_carousel .more_btn{
    margin-bottom: 38px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    cursor: default;
}
.list_carousel li {
    padding: 0;
    padding-top: 14px;
    margin-right:10px;
    float: left;
}
.list_carousel li blockquote{
    position: relative;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #e47e6b;
}
.list_carousel li blockquote .inner{
    padding: 20px;
}

.list_carousel.responsive {
    width: auto;
}
.prev,
.next {
    position: absolute;
    top: -52px;
    display: block;
    width: 10px;
    height: 15px;
}
.next {
    background: url(../images/next.png) no-repeat 0 0;
    right: 10px;
}
.prev {
    background: url(../images/prev.png) no-repeat 0 0;
    right: 43px;
}
.prev:hover,
.next:hover {
    background-position: 0 bottom;
}
/*------end list_carousel ------- */

/*********************************start magnifier2*************************************/
.magnifier2 {
    position:relative;
    /*display:block;*/
    display: inline-block;
}
.magnifier2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    background: #0352ad url('../images/magnifier2.png') center center no-repeat;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.magnifier2:hover:after{
    opacity: 0.4;
    transition: 0.3s easy all;
}
/*********************************end magnifier2*************************************/
/************Footer************/
footer{ 
    width: 100%;
    font-family: Arial, Helvetica, sans-serif; 
    display: block;
    margin-top: 0px;
}
.main-footer{
    padding-top: 18px; 
    padding-bottom: 14px;
}
.main-footer .footer_left_section{
    float: left;
    margin-left: 10px;
}
.main-footer p{
    float: left;
    margin:0;
    font-size:13px;
    color: #727272;
    margin-top: 2px;
}
footer a{color:#727272;}
footer a:hover{color:#000}

/************start social icons************/
.social{
    overflow:hidden;
    margin-top: 14px;
    margin-right: 6px;
    float: right;
}
.social a{
    display:block; 
    float:left;
    width:19px;
    height: 20px;
    overflow:hidden;
    margin-left: 3px;
}
.social a:first-child{
    margin: 0 0 0 0;
}
.social a:hover img{
    margin-top:-20px;
}	
/************end social icons************/

/****************** Davide **************/

/* TABELLA PARAMETRI SFONDO AZZURRINO */
table.tabella_parametri { background-color: #0072A3; }
table.tabella_parametri td { background-color: #F8F8FF; border: 1px solid #0072A3; padding: 4px; }
table.tabella_parametri th { background-color: #0072A3; border: 1px solid #0072A3; padding: 4px; color: #ffffff; }
table.tabella_parametri td.riga_testa {
    background-color: #7ECDFF;
    color: #000000;
}
table.tabella_parametri th {
    vertical-align: middle;
}

table#alettati.tabella_parametri tbody tr td:first-child {
    /* caso speciale per elettati */
    white-space: nowrap;
}

#tabella_qualita_immagine { display: none } /* si attiva in base alla risoluzione, vedi sotto */

.entry h3, .entry p { margin-top: 7px; margin-bottom: 2px  }
h3.titolo_tabella { margin-top: 8px; margin-bottom: 2px }
.new { font-size: 70%;
        margin: 0 5px;
        padding: 0 7px; 
        background-color: #498FF4; 
        color:white;  }

div.container_24 div.grid_8 div.content_section div.content_section_pad h4 { margin-top: 8px}

/* UL/LI normali */
div.entry ul {
/*    display: list-item !important;*/
    list-style: circle;
    margin: 0 0 0 25px;
}

div.product_tree ul {
/*    display: list-item !important;*/
    list-style: disc;
    margin: 0 0 0 25px;
    font-size: 15px;
    line-height: 26px;
}
div.product_tree ul li a:hover {
    text-decoration: none;
    color: #033571;
}


/****************** Davide - fine **********/

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1039px) {
    
    header .header_spot img {
        left: 195px;
        position: absolute;
        top: -57px;
    }
    
    .content_section video {
        margin: -25px 0 7px;
        width: 100%;
    }     
}

@media only screen and (max-width: 995px) {
    img{width: 100%;} /* Aggiunto 17-01-2016 perchÃ¨ le immagini uscivano dalla div */
    .address figure iframe {
        width: 100%;
        max-width:100%;
    }
    img.no_resize{width: auto;}/* Aggiunto 17-01-2016 perchÃ¨ le immagini home restavano giganti a questa risoluzione */
   
    .slider_wrapper {height: 296px;}

    .div-content{width: 768px;}

    .caption {top: 54px;}
    
    #qualita { display: none } 
    #tabella_qualita_immagine { display: block }   
    
    header .header_spot img {
        display: none;
    }    

}

@media only screen and (max-width: 767px) {
    img{width: 100%;}
    figure{width: 100%;}
    img.no_resize{width: auto;}

    .slider_wrapper {height: 163px;}

    .div-content{width: 431px;}

    h1{
        margin:6px 0 2px 25px;
    }

    .caption {display: none;}
    .box{overflow: visible;}


    .content_section .content_section_pad2{
        padding: 2px 17px 20px 17px;
    }
    .content_section .content_section_pad3{
        padding: 2px 10px 20px 11px;
    }
    
    .grid_8.albero_prodotti { display: none }    
    
    #qualita { display: none } 
    #tabella_qualita_immagine { display: block }   

    header .header_spot img {
        display: none;
    } 
    
    .content_section video {
        margin: -41px 0 7px;
        width: 100%;
    } 

    .mezza_tabella { width: 40% }
    #instrumentation_s { margin-right: 5%; }
}

@media only screen and (max-width: 479px) {
    .slider_wrapper {height: 116px;}

    .phone_section .phone_txt{margin-top: 4px;}
    .div-content{width: 310px;}

    header .header_spot {
        width:300px;
        background: url(../images/header_spot.png) right 0 no-repeat;
    }

    .grid_8.albero_prodotti { display: none  }
    div.content_section h2 { 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;    
    }
    
    #qualita { display: none } 
    #tabella_qualita_immagine { display: block }  

    header .header_spot img {
        display: none;
    }  
    
    .content_section video {
        margin: -64px 0 5px;
        width: 100%;
    } 

    .mezza_tabella { width: 40% }
    #instrumentation_s { margin-right: 5%; }

}

@media only screen and (max-width: 320px) {

    .grid_8.albero_prodotti { display: none  }
    div.content_section h2 { 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;    
    }
    
    #qualita { display: none } 
    #tabella_qualita_immagine { display: block }  
    
    header .header_spot img {
        display: none;
    } 
    
    .content_section video {
        margin: -38px 0 -24px;
        width: 100%;
    }   
    
    .mezza_tabella { width: 48% }
    #instrumentation_s { margin-right: 1%; }    

}</pre></body></html>