#header .button-search {
    width: 36px;
    height: 36px;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    right: 0;
    cursor: pointer;
    float: right;
    background: 0 0;
    border: none;
    color: #bbb;
    padding: 0;
    border-radius: 0 4px 4px 0;
}

#header #logo {
    padding-top: 20px;
}

#header #logo img{
    margin: unset;
    border-radius:  unset;
    border:  unset;
    vertical-align: baseline;
    background:  unset;
    border: none !important;
}

