#admin-panel, .fixed-col, header .fixed-col, .describe, .breadcrumbs,
.video-container, .share-bar, .article-edit, .audio, #gallery, .docs,
header ul, footer ul{
    display: none;
}

header .fixed-col + [class*="row"],
.fixed-col + [class*="row"],
.authorized, .authorized + footer{
    margin-left: 0;
}

header, footer{
    background: none;
    color: #333;
}
#top, header{
    box-shadow: none;
}

#body > .row-fluid .span8{
    width: auto;
}

html, body, #top, header, #body, footer {
    height: auto;
    min-height: 0;
    padding: 0;
    margin: 0;
}

#top, footer{
    padding: 50px 50px 0;
}

a[href]:after {
    content: none !important;
}