.footer {
    margin-top: 100px;
    background: #283142;
    padding: 55px 0 35px;
}

.footer .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer .menu {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

.footer .menu a {
    color: #cdd6e9;
    display: inline-block;
    margin-bottom: 9px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.footer .bottom {
    margin-top: 40px;
    border-top: 1px solid #3a455a;
}

.footer .newsletter p {
    color: #bcc7df;
    margin-top: 25px;
    line-height: 20px;
}

.footer .bottom ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin-top: 15px;
}

.footer .bottom ul li {
    display: inline-block;
    margin: 0 11px;
}

.footer .bottom ul a:after {
    content: '|';
    position: absolute;
    right: -15px;
    top: -3px;
    font-weight: 700;
}

.footer .bottom ul li:last-child a:after {
    content: '';
}

.footer .bottom ul a {
    color: #9daac2;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}