.altares-search.title .searchbar {
    height: 60px;
    max-width: 450px;
    position: relative;
    background-color: #fff;
    border: 2px solid #cfcfcf
}

@media screen and (max-width: 680px) {
    .fusion-title .searchbar {
        width:100%;
    }
}

.searchbar {
    background-color: #fff
}

.searchbar.center {
    margin: auto
}

.searchbar>div:first-child {
    height: 100%;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.searchbar>div:first-child i {
    font-size: 1.5em;
    color: #cfcfcf
}

.searchbar>div:nth-child(2) {
    height: 100%;
    width: calc(100% - 40px);
    display: inline-block
}

.searchbar>div:nth-child(2) input {
    height: 100%;
    width: 100%;
    border: 0;
    font-size: 1em;
    outline: none;
    -webkit-appearance: none;
}

ul.ui-autocomplete {
    max-height: 300px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    box-sizing: content-box;
    left: -2px;
    z-index: 999;
    background-color: #fff;
    overflow-y: auto;
    border-left: 2px solid #cfcfcf;
    border-right: 2px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf
}

ul.ui-autocomplete li {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    font-size: .875em;
    cursor: pointer
}

ul.ui-autocomplete li.ui-state-focus, ul.ui-autocomplete li:hover {
    background-color: #cfcfcf
}

.ui-autocomplete-loading {
    font-style: italic;
    background: #fff url('assets/images/alta_spinner.gif') no-repeat 100%;
    background: url('assets/images/alta_spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('assets/images/alta_spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('assets/images/alta_spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('assets/images/alta_spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;

}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-autocomplete-selected {
    background: #fff url('assets/images/checked.png') no-repeat 100%;
    background: url('assets/images/checked.png') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('assets/images/checked.png') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('assets/images/checked.png') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('assets/images/checked.png') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;

}
