/*--------------------------------*/
/*         SLIDER OFFERTE
/*--------------------------------*/

#offers {
    width: 300px;
    background: #f5f5f5;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

#offerbox a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

#offerbox .offerTitle {    
    text-transform: uppercase;
    background: #244b90;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding: 20px;
}

#offerbox img {
    display: block;
    width: 100%;
    max-height: 150px;
}

#offerbox .offerDesc {
    display: block;
    color: #555;
    width: 100%;
    max-height: 150px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#offerbox .offerPrice {
    display: block;
    float: right;
    line-height: 18px;
    font-size: 13px;
    font-style: italic;
    color: #555;
    overflow: hidden;
    margin: 0 20px 20px 0;
    text-align: right;
}

#offerbox .offerPrice span {
    display: block;
    line-height: 24px;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
}

#offerbox .offerBtn{
    display: block;
    float: left;
    width: 130px;
    height: 37px;
    line-height: 37px;
    margin: 5px 0 20px 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #f56600;
    color: #fff;
    border: 0;
}

#offers .pagers {
    height: 16px;
    text-align: center;
    border-top: 1px solid #bbb;
    padding-top: 20px;
    margin-bottom: 20px;
}

#offers .pagers span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #999;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 5px;
}

#offers .pagers .cycle-pager-active {
    background: #244b90;
}

/*--------------------------------*/
/*         LISTA OFFERTE
/*--------------------------------*/

#offerlist {
    margin-top: 50px; // è possibile rimuovere questa linea
}

#offerlist a {
    display: block;
    background: #f5f5f5;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    text-decoration: none;
    overflow: hidden;
}

#offerlist .offerTitle{
    text-transform: uppercase;
    background: #244b90;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding: 20px;
}

#offerlist img {
    display: block;
    float: left;
    width: 150px;
    height: 113px;
    margin: 20px 0 20px 20px;
}

#offerlist .offerDesc{
    display: block;
    float: left;
    color: #555;
    margin: 20px;
}

#offerlist .offerPrice {
    display: block;
    line-height: 18px;
    font-size: 13px;
    font-style: italic;
    color: #555;
    overflow: hidden;
    margin: 20px;
    text-align: right;
}

#offerlist .offerPrice span {
    display: block;
    line-height: 24px;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
}

#offerlist .offerBtn{
    display: block;
    float: right;
    height: 37px;
    line-height: 37px;
    padding: 0 30px;
    margin: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #f56600;
    color: #fff;
    border: 0;
}