.footer-menu {
    margin-bottom: 60px;
}
.site-footer {
    background-color: #474447;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 30px;
}
.site-footer a {
    color: #fff;
}
.site-designer {
    text-align: right;
}
.front-newsletter-form {
    margin-bottom: 60px;
    padding: 20px 30px;
}
.front-newsletter-form div {
    margin: 0 auto;
}
.front-newsletter-form-input {
    max-width: 320px;
    width: 100%;
}
.front-newsletter-form-input input {
    border-radius: 1px;
    margin-bottom: 15px;
    width: 100%;
}
.front-newsletter-form h2 {
    color: #fff;
    text-align: center;
}
#secondary .front-newsletter-form {
    margin-bottom: 0;
}
.site-info {
    font-size: 12px;
}
.designed-by {
    margin-left: 20px;
}
.nav-footer {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0 0 30px;
}
.nav-footer li {
    display: inline-block;
    list-style-type: none;
    margin: 0 60px 0 0;
    padding: 0;
    vertical-align: top;
}
.nav-footer li a {
    font-size: 16px;
}
.footer-sign {
    background-image: url("../img/sygnet-white.png");
    background-position: center center;
    background-size: cover;
    float: right;
    height: 25px;
    width: 25px;
}