.tab {
    display:table;
    width:100%;
}

.tab .tr {
    display:table-row;
}

.tab .td, .tab .sx, .tab .dx {
    display:table-cell
}

.modulo input, .modulo button {
    width:100%;
    display:block;
    height:55px;
    padding:0 10px;
    margin:4px 0 13px 0;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modulo input[type="submit"], .modulo input[type="button"], .modulo button {
    background:#000;
    color:#fff;
    border:none;
    -webkit-appearance: none;
    border-radius: 0;
}

.modulo input[type="checkbox"] {
    width:auto;
    height:auto;
    display:inline-block;
    margin-right:4px;
    margin-bottom:0
}

.modulo textarea {
    width:100%;
    display:block;
    height:150px;
    padding:10px;
    margin:4px 0 13px 0;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modulo select {
    width:100%;
    display:block;
    height:55px;
    padding:0 10px;
    margin:4px 0 13px 0;
    background:url(../img/bg-select.png) no-repeat center right;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    appearance: none;
    -webkit-appearance:none;
    -moz-appearance: none;
}

.modulo input[type="radio"] {
    width:auto !important;
    height:auto !important
}

.modulo .privacy {
    font-size:12px;
    line-height:16px;
    margin:20px 0
}

.modulo small {
    font-size:13px;
    line-height:14px
}

.title-ultimo-numero {
    font-weight:300;
    font-size:35px;
    line-height:40px;
    margin-bottom:20px
}

.container-rivista {
    background:#efefef;
    padding:30px 15px;
    text-align:center
}

.container-rivista a {
    display:inline-block;
    max-width:400px;
}

#sidebar a.bott-archivio {
    display:block;
    margin-top:20px;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:30px
}

#sidebar a.bott-archivio .sx {
    width:80px;
    vertical-align:middle;
    text-align:center;
    font-size:30px;
    line-height:30px
}

#sidebar a.bott-archivio .dx {
    padding:20px 0;
    background:#fff;
    font-weight: 700
}

.bott {
    display:inline-block;
    padding:15px 25px;
    color:#fff;
    font-size:13px;
    line-height:13px;
    margin:0 0 20px 0;
    text-transform:uppercase;
    font-weight:bold
}

.el-riviste a {
    margin-bottom:40px
}

.el-riviste a .img-el-riviste {
    background:#efefef;
    width:100%;
    position:relative;
    padding-top:140%;
}

.el-riviste a .cont {
    position:absolute;
    display:block;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
}

.el-riviste a .cont .tab {
    width:100%;
    height:100%;
}

.el-riviste a .img-el-riviste span {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.el-riviste a .img-el-riviste img {
    max-width:95%;
    max-height:95%;
    display:block;
    margin:0 auto
}

.el-riviste a .title-el-riviste {
    color:#fff;
    font-size:20px;
    line-height:20px;
    text-align:center;
    padding:15px 0;
    font-weight:700
}

.el-riviste a .data-el-riviste {
    font-size:12px;
    line-height:14px;
    color:#353535;
    margin-top:10px;
    height:30px;
    text-align:center;
    font-weight:700
}

@media (max-width:480px) {
    .el-riviste a {
        margin-bottom:25px
    }
}

#filtro {
    margin-bottom:20px
}

#filtro span {
    display:inline-block;
    margin-right:20px;
}

#filtro span .tab {
    margin-bottom:-21px
}

#filtro span .tab input, #filtro span .tab button {
    margin:0
}

#filtro span .tab .sx, #filtro span .tab .dx {
    vertical-align:bottom
}

#filtro span:last-child {
    margin-right:0;
}

#filtro form {
    display:inline-block
}

#filtro select {
    display:inline-block;
    width:250px;
    margin:0 0 0 14px;
}

#filtro input {
    display:inline-block;
    width:150px;
    margin:0 0 0 14px;
}

@media (max-width:800px) {
    #filtro span {
        display:block;
        margin-bottom:20px;
    }
}

@media (max-width:500px) {
    #filtro select, #filtro span .tab {
        display:block;
        width:100%;
        margin:0 0 10px 0
    }
}

#rivista {
    height:700px;
    text-align:center;
    background:#f2f2f2;
    position:relative;
}

#rivista img {
    height:600px;
    margin-top:30px;
    cursor:pointer;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

#rivista:hover img {
    outline:5px solid #fff
}

#rivista .img-rivista {
    position:relative;
}

#rivista .img-rivista .hover {
    position:absolute;
    width:200px;
    height:80px;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-100px;
    background:url(../img/sfoglia.png) no-repeat;
    opacity:0;
    
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

#rivista:hover .img-rivista .hover {
    opacity:1
}

#rivista .num-pagina {
    position:absolute;
    background:#fff;
    color:#000;
    width:200px;
    padding:10px;
    bottom:0;
    left:50%;
    margin-left:-100px;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px
}

@media (max-width:890px) {
    #rivista {
        height:480px
    }
    
    #rivista img {
        height:400px;
        margin:40px 0 0 0;
    }
}

@media (max-width:600px) {
    #rivista .img-rivista .hover {
        opacity:1
    }
}

.paginazione {
    margin-top:50px;
}

.paginazione a, .paginazione span {
    display:inline-block;
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    margin:0 2px 2px 0;
    font-size:15px;
    background:#000;
    color:#fff;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}

.paginazione a:hover, .paginazione span {
    background:#727272;
}

.txt-pagina {
    margin:40px 0;
    font-size:11px;
    line-height:18px
}

.benvenuto {
    margin:60px 0 20px 0;
    text-align:center;
    font-size:30px;
    line-height:40px;
    font-weight:300;
    padding:0 0 20px 0;
    border-bottom:1px solid #dddddd;
}

.benvenuto img {
    width:240px;
    display:inline-block;
    margin:10px 0
}

.testate {
    text-align:center;
    padding:60px 0 40px 0;
    background:#efefef;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
    margin:0
}

.testate a {
    display:block;
    text-align:center;
    margin-bottom:20px
}

.testate a img {
    width:220px
}

.grey-box {
    background:#ededed;
    padding:24px;
    border-left:4px solid #c1c1c1;
    font-size:14px;
    line-height:20px
}

.grey-box h4 {
    display:inline-block
}

.editore-testata {
    padding-bottom:20px;
    margin-bottom:60px;
    border-bottom:1px solid #dddddd
}

.editore-testata img {
    float:left;
    width:300px;
    margin:0 30px 10px 0
}

.ins-contatti {
    text-align:center;
    max-width:650px
}

.ins-contatti img {
    max-height:60px
}

.div {
    margin:40px 0;
    border-bottom:1px dotted #dddddd;
    height:1px
}

#truncate {
    height:auto;
    overflow:auto
}

#truncate.hidden {
    height:166px;
    overflow:hidden
}

.trunc-btt-no {
    display:none
}

.txt-pagina .bott {
    margin-top:10px
}

.share {
    border:1px solid #c6c6c6;
    padding:8px;
    line-height:30px;
    display:inline-block;
    margin-bottom:10px
}

.share a {
    display:inline-block;
    margin-right:2px;
    width:30px;
    height:30px;
    text-align:center;
    color:#fff;
    font-size:16px;
}

.share a.share-fb {
    background:#405896
}

.share a.share-tw {
    background:#53A8DC;
    background-image:url(../img/ico-twitter.svg);
    background-size:16px auto;
    background-position:center;
    background-repeat:no-repeat;
}

.share a.share-in {
    background:#0274B3
}

.share a.share-pn {
    background:#912327
}

.share a.share-wh {
    background:#58AF33
}

.share a.share-em {
    background:#686868
}

.share-big {
    border:0;
    padding:0;
    display:table;
    width:100%;
}

.share-big a {
    padding:20px;
    text-align:center;
    display:table-cell;
    width:16.6%;
    font-size:24px;
    line-height:24px
}

.share-big span {
    display:none
}

@media (max-width:480px) {
    .share-big a {
        padding:20px;
        text-align:center;
        display:table-cell;
        width:16.6%;
        font-size:18px;
        line-height:18px
    }
}

.box-cerca {
    background:#efefef;
    padding:14px 14px 2px 14px;
    margin:0 0 20px 0;
    text-align:center
}

.box-cerca .modulo button {
    padding:6px 10px;
    height:auto
}

.el-ricerca {
    margin-top:40px;
}

.el-ricerca a {
    display:block;
    border-bottom:1px solid #c4c4c4;
    padding:10px;
    margin-bottom:15px
}

.el-ricerca a .sx {
    width:100px;
    padding-right:10px;
}

.el-ricerca a .sx img {
    display:block
}

.el-ricerca a .dx {
    vertical-align:middle;
    padding-left:30px
}

.el-ricerca a .dx .testata {
    width:80px
}

.el-ricerca a .dx h3 {
    font-size:20px;
    line-height:22px
}

.el-ricerca a .dx span {
    display:inline-block;
    background:#3d3d3d;
    color:#fff;
    font-weight:bold;
    padding:5px 10px;
    font-size:13px;
    line-height:13px
}

@media (max-width:480px) {
    .el-ricerca a .sx {
        width:50px;
        padding-right:10px;
        vertical-align:top
    }
    
    .el-ricerca a .dx {
        vertical-align:top;
        padding-left:0
    }
    
    .el-ricerca a .dx .testata {
        width:50px
    }
    
    .el-ricerca a .dx h3 {
        font-size:16px;
        line-height:18px;
        margin-bottom:4px
    }
}

.txt-ricerca {
    background:#fff600;
    font-weight:bold;
    display:inline-block;
    padding:0 3px
}

.msg-ricerca {
    margin:20px 0 0 0;
    text-align:center
}

.msg-ricerca i {
    display:block;
    font-size:120px;
    line-height:120px;
    margin-bottom:30px;
    color:#c9c9c9
}






/* --------- 768px - Tablet --------- */

@media (max-width:768px) {
    
    
}



/* --------- 480px - Smartphone --------- */

@media (max-width:480px) {

    
}