.filter-type {
    margin-top: 15px;
}
.filter-block h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 3px 0px 3px 0px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
}
.filter-block h3:hover{
    color:#222222;
}
.filter-type {
    height: 25px;
    overflow: hidden;
}
.filter-caret{
    width: 12px;
    height: 12px;
    /*border-top: 6px solid #555;*/
    /*border-left: 5px solid transparent;*/
    /*border-right: 5px solid transparent;*/
    position: absolute;
    top: -1px;
    left: 0;
    transition:.1s;
}

.filter-option-item {
    line-height: inherit;
    font-size: 1em;
    display: initial;
    cursor: pointer;
}
.filter-option-item span {
    transition: .2s;
    width: 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: sub;
}
.filter-option-item:hover span {
    width: 12px;
}
#fetching {
    display: none;
}
#fetching .spinner{
    margin: 80px auto;
}
#results, #fetching {
    transition: .3s;
}
.badge {

    width: auto !important;
    display: inline-block;
    margin-left: 5px;
    padding: 0 7px;
    background: #ddd;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 0.8em;
    color:#333 !important;
    display: none;
}
.axcel {
    color: #FFF;
    font-size: 12px;
    height: 19px;
    margin-top: -19px;
    position: relative;
    z-index: 9;
    float: right;
    padding: 1px 20px;
    border-top-left-radius: 4px;
}
.pagination {
    /*float: left;*/
    margin-bottom: 50px;
}
.reset-filter {
    margin-top: 25px;
    text-decoration: underline;
    cursor: pointer;
}
/** Banner **/
.garbanzo-l  img {
    width: 100%;
}
.garbanzo-l, .garbanzo-s {
    display: block;
    margin-bottom: 30px;
}
.garbanzo-s  img {
    width: 100%;
}
.garbanzo-s a{
    display: block;
    background: #FFF;
}
h1 {
    margin: 20px 0;
}
.no-results{
    color: #777;
    font-weight: 400;
    font-size: 1em;
    /*position: absolute;*/
    height: 200px;
    width: 100%;
    background: #FFF;

}
/*.no-results > * {*/
/*padding-left: 50px;*/
/*}*/
.no-results h2 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;

}
/*ul {*/
/*padding-left: 65px !important;*/
/*}*/

.filter-label {
    display: none;
    font-size: 1.3em;
    color: #666;
    background: #777;
    cursor: pointer;
}
.filter-label span {

}