.mobile {
    display: none;
    visibility: hidden
}

#logo img {
    width: 230px;
    height: 59px !important
}

#search {
    position: absolute;
    top: 17px;
    left: 250px;
    width: 45%;
    background: #cce0ff;
    padding: 6px;
    border-radius: 5px
}

#footer-seal ul li {
    width: auto;
    padding: 0 10px
}

.icon-magnifier {
    display: inline-block
}

.icon-magnifier:before {
    content: "SEARCH";
    font-size: 20px
}

.rrDesktop {
    position: fixed !important;
    top: 50% !important
}