.footer {
    width: 100%;
    border-top: 1px solid #eee;
    background-color: #fff;
    height: 80px;
}
.footer-content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.footer-content-txt {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
.footer p {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}
.footer p a {
    border-bottom: 1px solid #eee;
    line-height: 15px;
    border-bottom: 0;
    text-decoration: none;
}