.sidebar1 {
    /*background: #F17153; 
    background: -webkit-linear-gradient(#F17153, #F58D63, #f1ab53); 
    background: -o-linear-gradient(#F17153, #F58D63, #f1ab53); 
    background: -moz-linear-gradient(#F17153, #F58D63, #f1ab53); 
    background: linear-gradient(#F17153, #F58D63, #f1ab53); */

    background: rgba(190,146,58,1);
    background: -moz-linear-gradient(top, rgba(190,146,58,1) 0%, rgba(207,174,82,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190,146,58,1)), color-stop(100%, rgba(207,174,82,1)));
    background: -webkit-linear-gradient(top, rgba(190,146,58,1) 0%, rgba(207,174,82,1) 100%);
    background: -o-linear-gradient(top, rgba(190,146,58,1) 0%, rgba(207,174,82,1) 100%);
    background: -ms-linear-gradient(top, rgba(190,146,58,1) 0%, rgba(207,174,82,1) 100%);
    background: linear-gradient(to bottom, rgba(190,146,58,1) 0%, rgba(207,174,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be923a', endColorstr='#cfae52', GradientType=0 );

    padding: 10px 0px;
    min-height: 100%;
}
.restSection{background:#f2f2f2;}
.logo {
    max-height: 130px;
}
.logo>img {
    margin-top: 0px;
    padding: 3px;
    border: 3px solid white;
    border-radius: 100%;
}
.list {
    color: #fff;
    list-style: none;
    padding-left: 0px;
}
.list::first-line {
    color: rgba(255, 255, 255, 0.5);
}
.list> li{
    list-style: none;
}
.list> li a{ 
 text-decoration: none;
 display: block !important;
 color:#fff !important;
}
.list> li{
    padding: 5px 0px 5px 40px;
}
.list>li.active, .list>li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    
    color: white;
    font-weight: bolder;
    padding-left: 35px;
    }.main-content{
        text-align:center;
    }

    .list>li.active{ border-left: 5px solid #777777;}