#wrapper {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background: #262626;
}
#wrapper:after {
    display: table;
    content: " ";
    clear: both;
}

.content {
    background: #262626;
    margin: 0 0 0 200px;
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.content-wrapper {
    float: left;
    width: 100%;
    background: #1A1A1A;
}


#sidebar {
    margin-left: -100%;
    background: #1A1A1A;
    width: 200px;
    float: left;
    position: relative;
    padding-bottom: 20px;
}
#sidebar hr {
    border-top:1px solid #252525;
}
#sidebar h4 {
    color: #AFAFAF;
    font-size: 14px;
    margin-top: 22px;
    margin-bottom: 8px;
}
.sidebar-nav {
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar-link {
    margin-bottom: 6px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    -webkit-transition: .2s color;
    -moz-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
}
.sidebar-link:focus,
.sidebar-link:hover {
    text-decoration: none;
    color: #fbae17;
}

.sidebar-link span {
    margin-right: 5px;
}

.sidebar-view-all {
    line-height: 1.3em;
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    border-bottom: solid 1px #555;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}
.sidebar-view-all:focus,
.sidebar-view-all:hover {
    text-decoration: none;
    color: #fbae17;
    border-bottom-color: #936d21;
    border-bottom-color: rgba(251, 174, 23, .5);
}

.sidebar_year,
.sidebar_country,
.sidebar_genre {
    display:none;
}


.sidebar-brand {
    margin-top: 5px;
}
.sidebar-brand a {
    position: relative;
    display: block;
    width: 160px;
    height: 90px;
    background: url("../images/logo.png") 50% 50% no-repeat;
}


.sidebar-social-login {
    margin-bottom:10px;
}
