/*LAYOUT INFERIORE 980*/
@media only screen and (max-width: 991px) {
    /*#body { margin-top: 50px; }*/

    #page{
        margin-top: 50px;
        padding-top: 60px;
    }
    .tabs { border: 0px; height: 120px; margin-bottom: 10px  }
    .tabs h1 { float: none; text-align: center; padding-bottom: 25px; height: auto; }
    .tabs a { width: 50%; }
    .tabs a:hover { border-bottom: 1px solid #979797; }
    .tabs a.selected { border-bottom: 1px solid #979797; }
    #warranty h5 { padding-bottom: 0px; text-align: left; }
    #warranty .labels span.label-icons { padding-top: 25px; }
    #warranty .labels span { font-size: 14px; padding: 10px 30px 5px 0px;  text-align: left; }
    #warranty .dati-utente { padding-top: 15px; }
    #warranty a.button { width: 100%; }
    #warranty input[type="text"].short { width: 96%; }
    .privacy-text { position: absolute; top:-28px; left: 30px; }
    .tabs a.thankyoupage { width: 100% !important; }
}