.head-search {
    width: 100%;
}
.hamburger {
    top: 96px;
}
@media only screen and (min-width: 450px) {
    .head-search {
        width: 360px;
        float: right;
        margin-left: 20px;
    }
    .hamburger {
        top: 100px;
    }
}
.head-search input {
    width: 80%;
    float: left;
    border: solid 1px #d5dae0;
    margin: 0;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.head-search button {
    width: 20%;
    height: 40px;
    line-height: 10px;
    float: right;
    background: #2c85c6;
    color: #fff;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}
.top-header .social {
    margin: 7px 0 0 5px;
}
.top-header .header-number {
    margin-top: 9px;
    margin-right: 2px;
}
.top-header {
    padding-bottom: 10px;
}

@media only screen and (min-width: 771px) {
    .head-search {
        width: 24px;
    }
    .head-search button {
        background: none;
        color: #2c85c6;
        border-radius: 0;
        padding: 0;
        font-size: 18px;
        width: 24px;
    }
    .head-search input {
        display: none;
    }
    .head-search.show {
        width: 360px;
    }
    .head-search.show input {
        display: block;
        width: 326px;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 812px) {
    .top-header .top-nav {
        display: block;
        float: right;
        margin-top: 9px;
    }
}
