* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    margin-top: 90px;
}

#wrapper-iol {
    width: 760px;
    margin: 90px auto;
}

#wrapper-iol .infographic {
    width: 352px;
    height: 232px;
    background: url(../img/service.png);
}

#wrapper-iol h1 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}

#wrapper-iol .txt {
    width: 377px;
    float: right;
}

#wrapper-iol .logo {
    height: 43px;
    margin-bottom: 20px;
}

#wrapper-iol p {
    line-height: 18px;
}

#wrapper-iol .counter {
    font-size: 18px;
    margin: 10px 0;
}

#wrapper-iol .counter span {
    color: #fd5301;
}

#wrapper-iol .actions {
    color: #666;
}

#wrapper-iol .actions a {
    color: #666;
    text-decoration: underline;
}


/*-------------FOOTER ITALIAONLINE-------------*/

#footer-iol {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #ddd;
    background: #fff;
    z-index: 10000000;
}

#footer-iol .left {
    float: left;
    padding-left: 10px;
}

#footer-iol .right {
    float: right;
    padding-right: 10px;
}

#footer-iol ul {
    list-style: none;
}

#footer-iol li {
    display: inline-block;
    margin: 0 5px;
}

#footer-iol li span {
    cursor: pointer;
}

#footer-iol li a {
    color: #666;
    text-decoration: none;
}

#footer-iol li a:hover,
#footer-iol li span:hover {
    transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
    color: #000;
}

@media (max-width: 992px) {
    .footer-iol {
        width: 98%;
        margin: 20px 0 0 0;
        z-index: 100;
        position: inherit;
        left: inherit;
        bottom: inherit;
        border: 0;
    }

    .footer-iol li::before {
        content: '';
        padding-right: 0;
        margin: 0 6px;
    }

    .footer-iol p {
        margin-top: 10px;
    }
}

@media (max-width: 759px) {
    body {
        margin-top: 50px;
    }

    #wrapper-iol {
        width: 377px;
        margin: 0 auto;
    }

    #wrapper-iol .txt {
        float: none;
        margin-bottom: 10px;
    }

    #wrapper-iol .infographic {
        margin-top: 50px;
    }

    #footer-iol {
        position: relative;
        height: inherit;
        text-align: center;
        margin-top: 40px;
    }

    #footer-iol .left,
    #footer-iol .right {
        float: none;
        margin: auto;
        display: block;
        padding: 0;
    }
}

@media (max-width: 400px) {
    body {
        margin-top: 25px;
    }

    #wrapper-iol,
    #wrapper-iol .txt,
    #wrapper-iol .infographic {
        width: 98%;
        padding: 0 1%;
    }

    #wrapper-iol .logo {
        width: 280px;
        height: 35px;
        background-size: cover;
        margin: 0 auto 20px;
    }

    #wrapper-iol .infographic {
        height: 198px;
        background-size: cover;
    }
}
