.gtb-search-wrapper{
    position:relative;
    width:320px;
    max-width:100%;
}

#gtbSearchInput{
    width:100%;
    height:35px;
    padding:10px 15px;
}

#gtbSearchResults{
    position:absolute; top:40px; left:0; width:100%; background:#fff; border:1px solid #ddd; display:none; z-index:999999; max-height:350px; overflow-y:auto; }

.gtb-search-item{
    padding:12px;
    border-bottom:1px solid #eee;
}

.gtb-search-item:hover{
    background:#f7f7f7;
}

.gtb-search-item a{
    text-decoration:none;
    color:#222;
}

@media(max-width:991px){

    .gtb-search-wrapper{
        width:100%;
    }

    #gtbSearchResults{
        max-height:60vh;
    }

}