/**
 * Custom CSS
 *
**/

/*-- Hide Sidebar --*/
#main-content .container:before {
    background: none !important;
}

#left-area {
    width: 100% !important;
    padding: 23px 0 0 !important;
    float: none !important;
}

#sidebar {
    display: none;
}
