.select2-container--default .select2-selection--multiple {
    margin: 0;
    height: 44px;
    line-height: 44px;
    color: #000;
    border-color: #e4e4e4;
    border-radius: 0;
    outline: none;
    background: url(../images/select-arrow.png) no-repeat 95% center;
    overflow: hidden;

}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    color: #272727;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    border-radius: 0px;
    background-color: #efefef !important;
    border: 1px solid #e4e4e4 !important;
    line-height: 30px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e4e4e4;
    border-radius: 0;
    outline: 0;
}

#select_type {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #505050;
    cursor: text;
    font-size: 15px;
    line-height: normal !important;
    height: 40px;
    width: 250px;
    float: right;

    background: white url(../images/select-arrow.png) no-repeat 95% center;
}

.breadcrumbs {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (max-width: 850px) {
    #beautiful-taxonomy-filters-widget-2 {
        top: 0 !important;
        position: relative !important;
        -webkit-transform: translateX(0) !important;;
        transform: translateX(0%) !important;
        left: 0!important;
    }

    #bild_map_plugin {
        height: 400px !important;
    }
}