#blockFooter {
    background: #FFF;
}
#blockFooter #blockFooterContainer {
    max-width: 1300px;
    min-width: 1000px;
    width: 80%;
    margin: 30px auto 0px auto;
    padding: 50px 0px 30px 0px;
    text-align: center;
}
#blockFooter #blockFooterContainer #linkHolderTable {
    width: 100%;
}
#blockFooter #blockFooterContainer #linkHolderTable tr td {
    width: 17.5%;
    vertical-align: top;
    text-align: left;
}
#blockFooter #blockFooterContainer #linkHolderTable tr td:first-child {
    width: 30%;
}
#blockFooter #blockFooterContainer #linkHolderTable tr td #companyLogo {
    width: 130px;
    position: relative;
    top: -5px;
}
#blockFooter #blockFooterContainer #linkHolderTable tr td h4 {
    margin-left: 15px;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
}
#blockFooter #blockFooterContainer #linkHolderTable tr td #googlePlayButton {
    width: 122px;
    display: block;
    position: relative;
    right: -14px;
}
#blockFooter #blockFooterContainer #linkHolderTable tr td #appleStoreButton {
    width: 122px;
    display: block;
    position: relative;
    margin-top: 12px;
    right: -14px;
}
#blockFooter #blockFooterContainer #linkHolderTable tr td #amazonStoreButton {
    width: 122px;
    display: none;
    position: relative;
    margin-top: 12px;
    right: -14px;
}
#blockFooter #info {
    margin-top: 20px;
    width: 250px;
    font-weight: 400;
    line-height: 27px;
    font-size: 17px;
    opacity: 0.5;
}
#blockFooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#blockFooter ul li {
    margin: 20px 15px;
    text-align: left;
}
#blockFooter ul li:first-child {
     margin-top: 0px;
}
#blockFooter ul li a {
    text-decoration: none;
    font-weight: 400;
    padding: 2px 0px;
    opacity: 0.5;
}
#blockFooter ul li a:hover {
    opacity: 0.9;
}
#footerBottom {
    border-top: 1px solid #eee;
    padding: 20px 0px 20px 0px;
}
#footerText {
    display: block;
    max-width: 1300px;
    min-width: 1000px;
    width: 80%;
    margin: 0px auto 0px auto;
    text-align: center;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.4;
}
@media only screen and (max-device-width: 500px) {
    #blockFooter {
        background: #F6F9FC;
    }
    #blockFooter #blockFooterContainer {
        width: calc(100% - 36px);
        max-width: none;
        min-width: auto;
        margin: 30px auto 0px auto;
        padding: 50px 0px 30px 0px;
        text-align: center;
    }
    #blockFooter #blockFooterContainer #linkHolderTable tr td:first-child, #blockFooter #blockFooterContainer #linkHolderTable tr td {
        display: block;
        width: 100%;
    }
    #blockFooter #blockFooterContainer #linkHolderTable tr td #companyLogo {
        height: 33px;
        width: auto;
    }
    #blockFooter #info {
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.6em;
        margin: 10px 0 30px 0;
    }
    #blockFooter #blockFooterContainer #linkHolderTable tr td h4 {
        margin-left: 0;
        margin-bottom: 20px;
    }
    #blockFooter ul {
        margin-bottom: 40px;
    }
    #blockFooter ul li {
        margin: 11px 0;
        font-size: 15px;
    }
    #blockFooter #blockFooterContainer #linkHolderTable tr td #googlePlayButton {
        right: 0;
        width: 40%;
        margin-bottom: 8px;
    }
    #blockFooter #blockFooterContainer #linkHolderTable tr td #appleStoreButton {
        right: 0;
        width: 40%;
        margin-bottom: 8px;
    }
    #blockFooter #blockFooterContainer #linkHolderTable tr td #amazonStoreButton {
        right: 0;
        width: 40%;
        margin-bottom: 8px;
    }
    #footerBottom {
        padding: 20px 0px 20px 0px;
    }
    #footerText {
        text-align: center;
        width: auto;
        padding: 0 16px;
        font-size: 15px;
        line-height: 1.6em;
        min-width: auto;
        max-width: initial;
    }
}