.newleftnavbarfooteritemholder{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 50px 10px 20px 10px;
}
.newleftnavbarfooteritemholder::before{
    content: '';
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100px;
    margin: 0px 70px;
    border-top: 1px solid #bbbbbb;
}
.newleftnavbarfooteritem{
    position: relative;
    float: left;
    width: 33%;
}
.newleftnavbarfooteritem a{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 12px;
    line-height: 150%;
    color: #999999;
}
.newleftnavbarfooteritem a:hover{
    text-decoration: underline;
    color: #777777;
}


.newleftnavbarfootercopyrighttext{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-bottom: 50px;
}