/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* BODY */
body {
    font-family: 'Roboto',serif;
    font-size:13px;
}
body.home {
    background:#fff url(../img/body-home.jpg) no-repeat center top;
}
body.azienda {
    background:#fff url(../img/body-azienda.jpg) no-repeat center top;
}
body.prodotti-budget {
    background:#fff url(../img/body-prodotti-budget.jpg) no-repeat center top;
}
body.prodotti-asso {
    background:#fff url(../img/body-prodotti-asso.jpg) no-repeat center top;
}
body.servizio-consulenza {
    background:#fff url(../img/body-servizio-consulenza.jpg) no-repeat center top;
}
body.rete {
    background:#fff url(../img/body-rete.jpg) no-repeat center 10px;
}
body.contatti {
    background:#fff url(../img/body-contatti.jpg) no-repeat center 10px;
}
body.prodotti {
    background:#fff url(../img/body-prodotti.jpg) no-repeat center 10px;
}
a {
    color:#6a9dbd;
    text-decoration:none;
}
a:hover {
    color:#2c4462;
}
.container {
    width:838px;
    margin:0 auto;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
     zoom: 1;
}

#header {
    margin:20px 0 10px;
}

#logo {
    float:left;
}

#hright {
    float:right;
    margin-top:30px;
}
#htop {
    margin-bottom:5px;
    float:right;
}
#search {
    float:left;
    border:1px solid #6a9dbd;
    border-radius:6px;
    overflow:hidden;
}
#search .query {
    border:0 none;
    background:#fff;
    padding:5px;
    width:100px;
    float:left;
}
#search .submit {
    background:#6a9dbd url(../img/search.jpg) no-repeat center;
    border:0 none;
    padding:5px;
    width:40px;
    height:25px;
    cursor: pointer;
    float:right
}
#search .submit:active { background-position:center 2px; }
#lang {
    float:right;
    margin-left:10px;
}
#lang ul li {
    float:left;
    margin-left:5px;
}

#menu ul li {
    float:left;
    margin-left:5px;
}
#menu ul li a {
    border:1px solid #6a9dbd;
    font-size:12px;
    text-transform:uppercase;
    padding:6px 22px;
    display:block;
    border-radius:6px;
    text-decoration:none;
}
#menu ul li.active a,#menu ul li a:hover {
    background-color:#6a9dbd;
    color:#fff;
}
#content {
    margin:5px 0;
}
body.azienda #content,body.servizio-consulenza #content,body.rete #content,body.contatti #content,body.prodotti #content {
    height:560px;
}
body.prodotti-budget #content,body.prodotti-asso #content {
    padding-top:30px;
    margin-bottom:30px;
}
#sld {
    margin-bottom:20px;
}
#sld .item {
    width:838px;
    height:233px;
    position:relative;
}
#sld img {
    position:absolute;
    z-index:1;
}
#sld .item-txt {
    position:relative;
    top:0;
    z-index:2;
    padding:70px 500px 0 40px;
}
#sld .item-txt h1 {
    color:#fff;
    font-size:20px;
    text-transform:uppercase;
    line-height:160%;
}
/* #sld .item-txtSmall h1 {
    color:#fff;
    font-size:20px;
    line-height:140%;
} */



.entry-content {
    line-height:140%;
}
.entry-content p {
    margin-bottom:5px;
}
.entry-content strong {
    font-weight:bold;
}
.row {
    margin-bottom:20px;
}
.row .row-33 {
    width:33.3%;
    float:left;
}
.row .row-33 .entry-content {
    padding:0 10px;
}

.row .row-25 {
    width:25%;
    float:left;
}
.bx {
    width:203px;
    height:206px;
    background-repeat:no-repeat;
    margin:0 auto;
    border-radius:6px;
    overflow:hidden;
}
.bx .link a {
    text-transform:uppercase;
    font-size:16px;
    text-align:center;
    display:block;
    padding:175px 0 10px;
}
#bx-rete {
    background-image:url(../img/box-01.png);
}
#bx-budget {
    background-image:url(../img/box-02.png);
}
#bx-asso {
    background-image:url(../img/box-03.png);
}

#bx-news {
    background-image:url(../img/box-04New__.png); 
    /*background-position: center;  Center the image */
    /*background-repeat: no-repeat;  Do not repeat the image */
    /*background-size: cover;  Resize the background image to cover the entire container */
    height:250px;
    width: 208px;
}

/* #bx-news {
    background-image:url(../img/box-04New.png); 
    position:absolute;
    
} */

.bx h3 {
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
    display:block;
    text-align:center;
    padding:11px;
    background:#6B9DBD;
    width:180px;
}

.bx-news ul li {
    padding:10px;
    border-bottom:1px solid #ccc;
    line-height:120%;
    color:#666;
}
.fltbx {
    position:absolute;
}
.fltbx h3 {
    display:block;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
}
.fltbx#fltbx-top {
    width:300px;
    margin-top:25px; 
    margin-left:25px;
}

.fltbx#fltbx-metis {
    width:215px;
    margin-top:200px;
    margin-left:300px;
}

.fltbx#fltbx-pass {
    width:215px;
    margin-top:440px;
    margin-left:190px;
}

.fltbx#fltbx-pres {
    width:215px;
    margin-top:350px;
    margin-left:400px;
}

.fltbx#fltbx-fut {
    width:150px;
    margin-top:230px;
    margin-left:630px;
}

.fltbx#fltbx-logo {
    width:164px;
    height:114px;
    margin-top:250px;
    margin-left:70px;
}

#col-left-1 {
    float:left;
    width:240px;
    padding-top:50px;
}
#col-main-1 {
    width:430px;
    float:left;
}
#col-main-1 h2,#col-main-2 h2,#col-3-left h1 {
    font-weight:bold;
    text-transform:uppercase;
    font-size:16px;
    margin-bottom:15px;
}
#col-main-1 .entry-content p {
    padding-bottom:8px;
}

#col-right-1 {
    float:right;
    padding-right:50px;
}

#col-left-2 {
    width:240px;
    float:left;
    padding-top:30px
}

#col-left-2 .wlink {
    margin-left:120px;
    margin-top:-15px;
}

#col-main-2 {
    float:left;
    width:598px;
}

#col-3-left {
    float:left;
    margin-top:60px;
    width:360px;
}

#col-3-right {
    float:right;
    padding-top:100px;
    padding-right:50px;
}

#col-main-full {
    width:625px;
    margin-left:20px;
    padding:10px;
    position:absolute;
}

#col-main-left-bot {
    position:absolute;
    margin-top:350px;
    width:200px;
    margin-left:20px;
}

#col-main-right-bot {
    position:absolute;
    margin-top:440px;
    width:320px;
    margin-left:570px;
}

#col-main-5 {
    width:255px;
    position:absolute;
    margin-top:100px;
    margin-left:280px;
}

#col-main-bot-5 {
    width:255px;
    position:absolute;
    margin-top:350px;
    margin-left:410px;
}

#col-right-5,#col-left-5 {
    position:absolute;
}

#col-right-5 {
    margin-top:230px;
    margin-left:660px;
}
#col-left-5 {
    margin-left:30px;
    margin-top:230px;
}

.wlink a {
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
}
.wlink a:hover {
    color:#dae3eb;
    text-decoration:underline;
}
.floatbx {
    position:absolute;
    background-repeat:no-repeat;
    opacity:1;
     -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.floatbx a {
    display:block;
    width:264px;
    height:318px;
}
.floatbx:hover {
    opacity:0.8;
}
.floatbx p {
    color:#333;
    font-size:14px;
    line-height:130%;
}
#float-budget.floatbx {
    width:264px;
    height:318px;
    position:absolute;
    margin-top:70px;
    background-image:url(../img/bxfloat-budget.png)
}
.floatbx h2 {
    color:#000;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
    margin-bottom:10px;
}
#float-budget.floatbx .bx-entry,#float-asso.floatbx .bx-entry {
    padding-top:220px;
}

.floatbx .bx-entry {
    padding:10px;
}

#float-asso.floatbx {
    width:264px;
    height:318px;
    position:absolute;
    margin-top:70px;
    margin-left:565px;
    background-image:url(../img/bxfloat-asso.png)
}

#float-consulenza.floatbx {
    width:264px;
    height:333px;
    position:absolute;
    margin-top:210px;
    margin-left:283px;
    background-image:url(../img/bxfloat-consulenza.png)
}

#footer {
    font-size:11px;
    margin-bottom:20px;
}



.storico {
    font-weight: normal; /* Rimuove il grassetto */
    margin-left: 0.5em; /* Aggiunge spazio a sinistra */
  }