.AsherPagetitleCtrl .title
{
    display: block;
    text-align: center;
    line-height: 180%;
    font-size: 16px;
    font-weight: 500;
    color:#616161;
}

.AsherPagetitleCtrl .title:after
{
    content: "";
    width: 25px;
    height: 1px;
    margin: 0px auto;
    background: #616161;
    line-height: 150%;
    display: block;
    color:#616161;
}

.AsherPagetitleCtrl .subtitle
{
    text-align: center;
    display: block;
    font-size: 50px;
    line-height: 150%;
    margin: 0px auto;
    font-weight: 500;
    color:#616161;
}