#aanbod .container.listings {
    padding-bottom: 30px;
    padding-top: 30px;
}
#aanbod .listings-sort {
    height: 36px;
    margin: 0;
}
#aanbod .listings-sort li {
    float: left;
    padding: 0;
}
#aanbod .select-box {
    border-radius: 18px !important;
    height: 36px !important;
    line-height: 36px !important;
    margin: 0 10px 0 0 !important;
    width: 190px !important;
}
#aanbod .select-box-text {
    text-transform: none !important;
}
#aanbod .view-button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
#aanbod .view-button.active {
    background: none repeat scroll 0 0 #fff;
    color: #9a9a9a;
}
#aanbod .panel-default > .panel-heading {
    background: none repeat scroll 0 0 #fff;
    padding: 0 15px;
}
#aanbod .panel-default > .panel-heading > .panel-title {
    color: #494949;
    font-size: 18px;
    line-height: 53px;
    text-transform: none;
}
#aanbod .panel-default > .panel-body,
#aanbod  .panel-default > .panel-expand-toggle {
    color: #494949;
}
@media screen and (max-width: 767px) {
.search-box {
    height: 0;
    margin-bottom: 15px;
    overflow: hidden;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.search-box {
    height: 0;
    margin-bottom: 15px;
    min-height: 0;
    overflow: hidden;
}
#aanbod .panel {
    clear: both;
    float: left;
    width: 48%;
}
#aanbod .panel:nth-child(2n) {
    clear: none;
    float: right;
}
#aanbod .btn-block {
    clear: both;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

