ul {
    list-style: none;
    padding: 0;
    color: #fff;
}


.lists li {
    margin: 8px 0;
    font-weight: lighter;
}

.lists a {
    color: #fff;
}

.offer a:hover, .info a:hover {
    color: #0070ff;
    text-decoration: none;
}

.offer > a:not(:first-child):hover {
    cursor: pointer;
} 

.list-title {
    text-transform: uppercase;
    font-weight: bold !important;
    padding-bottom: 10px;
}

.betlogo {
    padding-top: 30px;
}

.footer-copy {
    width: 100%;
    height: 60px;
    background: #12151A;
    color: #5B5C5E;
}


@media only screen 
and (min-width : 320px) 
and (max-width : 1024px) {

    .betlogo, .contact, .info {
        display: none;
    }

    .footer-list {
        width: 100%;
        background: url('../images/home_bg2.jpg')no-repeat center center;
    }

    .lists {
        width: 100%;
    }

    .offer {
        text-align: center;
        padding: 10px 0;
    }

    .footer-copy {
        color: #fff;
    }

    .footer-copy p {
        margin: 0;
        font-size: 0.8em;
        padding-top: 5px;
    }

    /* .footer-copy p > a {
        display: block;
    } */

}


@media only screen 
and (min-width : 1025px) {

    .lists {
        display: flex;
        width: 60%;
        justify-content: space-around;
    }

    .footer-list {
        width: 100%;
        height: 400px;
        background: url('../images/home_bg2.jpg')no-repeat center center;
        display: flex;
        justify-content: space-between;
        padding: 80px;
        padding-top: 120px;
    }

    .footer-copy p {
        line-height: 60px;
    }


}
