@media screen and (max-width: 768px){
    #header #topsearch {
        margin: 0;
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    #header #topsearch input {
        width: 100%;
    }
    .form-search {
        display: block;
    }
    .srBtn {
        position: absolute;
        top: 0;
        right: 0;
    }
    #header #topsearch .box {
        float: unset;
    }
    #searchFolding {
        width: 100%;
    }
}