﻿#ustSosyalBar {
    position: absolute;
    right: 88px;
    top: 0px;
}


    #ustSosyalBar a {
        font-size: 17px;
        color: #454545;
        /* margin-right: 7px; */
        display: inline-block;
        height: 75px;
        margin-top: -66px;
        vertical-align: middle;
        padding: 0px 13px;
        padding-top: 33px;
        margin-right: -5px;
        margin-left: -5px;
        transition: 0.5s all;
    }

        #ustSosyalBar a:hover {
            background-color: #4a4a4a;
            color: #fff;
        }

    #ustSosyalBar span {
        height: 58px;
        display: inline-block;
        border-right: 1px solid #d1d1d1;
        margin-top: 0px;
    }

#diller {
    position: absolute;
    right: 30px;
    top: 10px;
 
}

    #diller .btn {
        outline: none;
        border: 0px solid silver;
        font-weight:700;
    }
