/* footer */
#footer-container {
    height: 213px;
}

body .footer {
    padding-top: 2px;
    background: rgba(255,255,255,0.8);
    border-radius: 3px;
    color: #333;
    text-align: center;
}

body.welcome .footer {
    width: 78%;
    padding: 2px 1.4% 0;
}

body .footer p,
body .footer ul,
body .footer li {
    display: inline-block;
    font-size: 11px;
}

body .footer a {
    color: #333;
}

body .footer ul {
    margin-left: 20px;
}

body .footer li {
    margin: 0 10px 0 0;
}

body .footer ul:not(.networks) li:before {
    content: "|";
    margin-right: 12px;
}

body .footer li:first-child:before {
    display: none;
}

.footer .networks li {
    margin: 0;
    vertical-align: middle;
}

.footer .networks li:not(:last-child) {
    overflow: hidden;
    width: 18px;
    height: 18px;
    background: url(../img/footer_icons.png) no-repeat;
}

.footer .networks li:last-child {
    margin-left: 14px;
}

.footer .networks li.appstore {
    background-position: 0 0;
}

.footer .networks li.androidapp {
    background-position: -16px 0;
}

.footer .networks li.chrome_extension {
    background: url(../img/chrome-ext-footer-icon.png) no-repeat center;
}

.footer .networks li.lingq_youTube_group {
    margin-left: 30px;
    background-position: -34px 0;
}

.footer .networks li.facebook {
    background-position: -53px 0;
}

.footer .networks li.twitter {
    background-position: -73px 0;
}

.footer .networks li.google_plus {
    background-position: -92px 0;
}

.footer .networks li a {
    display: block;
    height: inherit;
    text-indent: -9000%;
}

.footer .networks li.api a {
    display: inline-block;
    text-indent: 0;
    vertical-align: top;
}

.unified_content + #footer-container .footer,
.no-sidebar #footer-container .footer {
    float: none;
    overflow: hidden;
    margin: 0 auto;
}

.lessons #footer-container .footer {
    width: 100%;
}

.lessons #footer-container .footer .networks {
    float: right;
}