.dice-footer-wrapper{
    text-align: center;
    background: #333;
    display: block;
    width: 100%;
}
.dice-footer {
    display: inline-block;
    text-align: left;
    width: 950px;
    margin: 0 auto;
}
.dice-footer a:hover{
    color: #fff;
}
.dice-footer .top-link{
    padding: 10px;
    color: #fff;
    font-weight: bolder;
    font-family: "Helvetica", "Arial", "Verdana", "Geneva", "sans-serif";
    letter-spacing: 1px;
    display: block;
}
.dice-footer .top-link a{
    display: block;
}
.dice-footer div{
    display: inline;
    float: left;
    margin: auto;
    color: #fff;
    font-family: "Helvetica", "Arial", "Verdana", "Geneva", "sans-serif";
    font-weight: lighter;
    font-size: 14px;
    padding: 15px 20px 20px 20px;
    line-height: 175%;
}
.dice-footer div a{
    color: #999;
    font-weight: lighter;
    padding: 2px 10px;
    line-height: 2em;
    display: block;
}
.dice-footer .dice-logo{
    padding: 45px 0 0 0;
}
.dice-footer .dice-logo img{
    width: 100px;
}
.dice-footer .icons{
    display: block;
    padding: 0px 0px 3px;
    width: 164px;
}
.dice-footer .icon{
    width: 40px;
    margin: 5px -13px 8px 0px;
}
.dice-footer .icon-link{
    display: inline;
}
.dice-footer .badge-link{
    padding-top: 5px;
}
.dice-footer .media-badge{
    display: inline-block;
    width: 120px;
}
.dice-footer .inner-links{
    clear: both;
    padding: 0px;
}
.dice-copyright{
    display: inline-block;
    width: 100%;
    padding: 10px 0 0 0;
    margin-bottom: -10px;
    background: #000;
    text-align: center;
}
.dice-copyright > div{
    display: inline-block;
    position: relative;
    width: 950px;
    background-color: #000;
    color: #999;
    font-family: "Helvetica", "Arial", "Verdana", "Geneva", "sans-serif";
    font-weight: lighter;
    font-size: 14px;
    text-align: left;
}
.copyright-text a {
    font-weight: bolder;
    color: #999;
    font-family: "Helvetica", "Arial", "Verdana", "Geneva", "sans-serif";
    font-size: 14px;
}
.copyright-text a:hover{
    text-decoration: none;
}
.dhi-text .text {
    position: absolute;
    top: 12px;
    padding-left: 10px;
}

@media only screen and (max-width:995px){
    .dice-footer, .body-class-page .dice-footer{
        width: 100%;
    }
    .dice-footer-links{
        width: 70%;
        display: inline-block;
        float: left;
    }
    .dice-footer .dice-logo{
        padding: 15px 0 0 0;
    }
    .dice-footer div {
        padding: 15px 0 15px 0;
    }
    .dice-footer .dice-logo a{
        display: inline;
    }
    .dice-footer .inner-links{
        display:none;
    }
    .dice-footer .icons,
    .dice-footer .badge-link{
        display: inline;
        padding-top: 5px;
    }
    .dice-footer .media-badge{
        margin-top: 15px;
    }
    .dice-footer-links > div{
        width: 100%;
        float: left;
        clear: both;
        padding: 0;
    }
    .dice-footer-links > .first{
        clear:none;
        float: left;
    }
    .dice-copyright > div{
        width: 100%;
    }
    .copyright-text, .dhi-text{
        float: left;
        padding: 0 0 0 20px;
        width: 100%;
    }
}