#ust_bar{
    position:fixed;
    top:0px;
    width:calc(100% - 200px);
    left:200px;
    height:75px;
    z-index: 50;
    box-shadow: 0px 0px 5px -4px #000;
}

body.animasyon #ust_bar {
    transition:left 0.25s ease-in-out,width 0.25s ease-in-out;
}

body.sol_bar_mini>#ust_bar{
    width:calc(100% - 60px);
    left:60px;
}

body.mobil>#ust_bar{
    width:100%;
    left:0px;
}


#ust_bar>#sayfa_basliklari{
    padding-left: 15px;
    position: relative;
    z-index: 5;
    display: inline-block;
    vertical-align: top;
    height: 75px;
    line-height: 78px;
    font-size: 19px;
    font-family: normal;
    color: #b5b5b5;
    letter-spacing: -1px;
    overflow: hidden;
}

#ust_bar>#sayfa_basliklari>span.ilk{
    font-size: 22px;
    color: #888381;
}


#ust_bar>#saga_yasla{
    position:absolute;
    width:100%;
    top:0px;
    right:0px;
    height: 75px;
}


#ust_bar>#saga_yasla>#profil{
    position:absolute;
    top:0px;
    right:5px;
    height: 75px;
    display: inline-block;
    cursor: pointer;
    z-index: 56;
}

#ust_bar>#saga_yasla>#profil>.profil_ust{
    display:block;
    height: 50px;
    padding: 0px 10px;
    margin-top: 15px;
    text-align: right;
}

#ust_bar>#saga_yasla>#profil>.profil_ust>.profil_resmi{
    height: 50px;
    vertical-align: top;
    width: 50px;
    display: inline-block;
    border-radius: 200px;
    line-height: 54px;
    text-align: center;
    font-size: 22px;
    font-family: kalin;
}

#ust_bar>#saga_yasla>#profil>.profil_ust>.profil_bilgileri{
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    height: 50px;
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}

body.kucuk #ust_bar>#saga_yasla>#profil>.profil_ust>.profil_bilgileri{
    display:none;
}



#ust_bar>#saga_yasla>#profil>.profil_ust>.profil_bilgileri>.kullanici_ad,
#ust_bar>#saga_yasla>#profil>.profil_ust>.profil_bilgileri>.firma_ad{
    display: block;
    width: 100%;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    word-break: break-word;
    font-family: normal;
    color: #b5b5b5;
}




#profil>.profil_alt{
    position:relative;
    top:-60px;
    right:0px;
    width:auto;
    min-width:100%;
    padding-top:75px;
    border-radius: 4px;
    z-index: -1;
    box-shadow: 0px 0px 5px -2px #000;
}

#ust_bar>#saga_yasla>#profil>.profil_alt>.profil_bilgileri{
    display: none;
    position:relative;
    top:-65px;
    vertical-align: top;
    max-width: 200px;
    height: 50px;
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 65px;
    margin-bottom: -50px;
}

body.kucuk #ust_bar>#saga_yasla>#profil>.profil_alt>.profil_bilgileri{
    display:block;
}


#ust_bar>#saga_yasla>#profil>.profil_alt>.profil_bilgileri>.kullanici_ad,
#ust_bar>#saga_yasla>#profil>.profil_alt>.profil_bilgileri>.firma_ad{
    display: block;
    width: 100%;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    word-break: break-word;
    font-family: normal;
    color: #b5b5b5;
}


#profil>.profil_alt>.profil_bilgi{
    display: block;
    width:100%;
    height: 35px;
    text-align: left;
    padding:0px 10px;
    line-height: 35px;
    font-family:normal;
}


