﻿/* Sticky footer styles
-------------------------------------------------- */
.footer {
    background-color: #f5f5f5;
    font-size: 10px;
    color: #4b4b4b;
}

.app-thumbnail {
    border: solid 4px #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    text-align: center;
    margin: auto;
    width: 150px;
    height: 150px;
    background-color: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.store-link {
    margin: 5px 10px;
    width: 285px;
    max-width: 100%;
    height: 85px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

    .store-link.store-apple {
        background-image: url("../Images/store.a.png");
    }

    .store-link.store-android {
        background-image: url("../Images/store.d.png");
    }

    .store-link.store-windows {
        background-image: url("../Images/store.w.png");
    }

.applinks-container[lang|="pt"] .store-link.store-apple {
    background-image: url("../Images/store.a.pt.png");
}

.applinks-container[lang|="pt"] .store-link.store-android {
    background-image: url("../Images/store.d.pt.png");
}

.applinks-container[lang|="pt"] .store-link.store-windows {
    background-image: url("../Images/store.w.pt.png");
}
