.icon {
    text-indent: -1000em;
    overflow: hidden;
    display: inline-block;
}
.footerapps {
    padding: 0;
    position: relative
}

@media only screen and (min-width: 220px) and (max-width: 736px) {
    .footerapps {
        display: table;
        margin: 0 auto;
    }
}
.footerapps h5 {
    color: #232323;
    font-size: 14px;
    margin-bottom: 18px
}
.footerapps .icon {
    background: url(http://p7.zdassets.com/hc/theme_assets/598226/200120042/footerapps.png) no-repeat 0 0;
    height: 45px;
    margin: 0px 3px;
    text-indent: -9999em;
    width: 46px
}
.footerapps .icon.googleplay {
    background-position: 0 0
}
.footerapps a:hover .icon.googleplay {
    background-position: 0 -45px
}
.footerapps .icon.appstore {
    background-position: -46px 0
}
.footerapps a:hover .icon.appstore {
    background-position: -46px -45px
}
.footerapps .icon.windowsstore {
    background-position: -92px 0
}
.footerapps a:hover .icon.windowsstore {
    background-position: -92px -45px
}
.footerapps>.tag-line {
    color: #505152;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    white-space: nowrap
}
@media only screen and (min-width: 736px) {
    .footerapps>a:hover .tag-line {
        color: #fff;
        display: block;
        font-size: 12px;
        left: 50%;
        line-height: 16px;
        margin-left: -67px;
        position: absolute;
        right: 0;
        top: 64px;
        width: 140px;
        text-align: center;
    }
}
@media only screen and (min-width: 1025px) {
    .footerapps>a:hover .tag-line .block {
        color: #fff;
    }
}
.footerapps>a:hover ~ .tag-line {
    visibility: hidden
}