.top_line{
    height: 50px;
    margin: auto;
    background:#464646;
    position: relative;
}

.logo{
    width: 200px;
    font-size: 30px;
    color: #FFF;
}

.logo img{
    height: 45px;
    margin-left: 5px;
}

.nav-wrapper {
    position: absolute;
    right: 5px;
    top: 0px;
    text-align: right;
    display: table;

}

.nav-wrapper img{
    height: 45px;
}