.bx-searchtitle{
    position: relative;
}
.text-input {
    font-size: 13px;
    /*background: url(./images/search.png) 96% 50% no-repeat #fff;*/
    background: #ffffff;
}

.btn-search{
    background: url(./images/search.svg) 100% 100% no-repeat #fff;
    height: 19px;
    width: 19px;
    border: #ffffff none 0px;
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 8;
    cursor: pointer;
    margin-top: -8px;
}

@media (max-width: 768px){
    .btn-search{
        /*background:none;*/
        opacity: 0;
        top: 93px;
        cursor: pointer;
    }
    .search-col .input.active ~ .btn-search{
        opacity: 1;
        -webkit-transition: .3s;
    }
}
.hidden-title{
    display: none;
}