.filter_header_title {
    font-size: 20px;
    line-height: 1.2;
    /*color: #537500;*/
    text-align: left;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

.filter_header_search {
    width: 280px;
    padding: 0 0 15px 0;
    z-index: 999;
    display: inline-block;
}

.filter_header_search form {
    width: 100%;
    height: 50px;
    border: 2px solid #d4d3d0;
    border-radius: 0;
    background-color: #fff;
}

.filter_header_search form button {
    background: 0 0;
    outline: 0;
    border: none;
    width: 50px;
    margin-top: 12px;
    color: #80943b;
    float: right;
    border-left: 2px solid #f4f5f6;
}

.filter_header_search form i {
    font-size: 18px;
}

.filter_header_search form input {
    border: none;
    outline: 0;
    text-transform: none;
    background-color: #fff;
    width: 70%;
    float: left;
    line-height: 48px;
    color: #766561;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding-left: 20px;
    height: 100%;
}

.filter ul.list-inline > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
    font-size: 12px;

}

.filter_list {
    margin-top: 5px;
    margin-left: 2px;
}

.filter_list ul.list-inline > li + li::before {
    content: " | ";
    margin-right: 5px;
}


.font-weight_bold {
    font-weight: bold;
}

.filter_list {
    border-top: 1px solid #eee;
}

.filter_panel {
    background: #fff;
    padding: 10px 15px;
    margin-top: 15px;
}

.bottom_header .search-box form input, .filter_header_search form input {
    width: 100%;
}

.bottom_header .search-box {
    width: 380px;
}

.twitter-typeahead{
    width: 80%;
}

.tt-menu{
    border: 1px solid #ccc;
}

ul.typeaheadlist-inline > li {
    /*display: inline-block;*/
    /*zoom: 1;*/
    /**display: inline;*/
    /*margin-right: 5px;*/
    font-size: 12px;
}

/*ul.typeaheadlist-inline > li + li::before {*/
/*    content: " | ";*/
/*    margin-right: 3px;*/
/*}*/

ul.typeaheadlist-inline > li > a{
    font-size: 11px;
    color: #757575;
}

.suggestion-footer{
    font-size: 10px;
    padding: 5px;
}
