.location_slideup {
    transition: 900ms transform;
    transform: translateY(0);
    text-align: left;
    vertical-align: middle;
    z-index: 9;
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 25px 55px 0 rgba(0,0,0,.9);
}
@media (min-width: 1280px) {
    .location_slideup {
        text-align: center;
    }
}
.location_slideup.is_hidden {
    transform: translateY(120px);
}
.location_slideup a {
    text-decoration: underline;
}
.location_slideup a:hover {
    text-decoration: none;
}
.location_slideup > .row {
    max-width: 960px;
    float: none;
    padding: 16px;
}

.location_slideup .flag {
    max-width: 32px;
    height: auto;
    margin-right: 12px;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,.2);
}
