input[type=text].fl_search {
	width: 32px;
    height: 31px;
    box-sizing: border-box;
    border: 1px solid #77b6c9;
    border-radius: 4px;
    background-color: white;
    background-image: url('../images/search.png');
    background-position: right bottom; 
    background-repeat: no-repeat;
}

input[type=text]:focus.fl_search {
    width: 200px;
}

.search-container {
    padding-top: 17px;
}

@media (max-width: 1076px) {
    input[type=text]:focus.fl_search {
        width: 120px;
    }
}

#mobile-menu input[type=text].fl_search {
    width: 100%;
    background: white;
    height: 34px;
    box-sizing: border-box;
    border-radius: 4px;
    background-position: 98% center; 
    background-repeat: no-repeat;
    color: black;
    padding-left: 10px !important;
}