header .filters { background-color:#FFF; padding:10px 20px; }

.filter_alphabet { text-align:center; }
.filter_alphabet a { height:32px; line-height:32px; width:32px; color:#aa0038; margin-right:10px; font-size:14px; text-align:center; font-family:'OpenSansBold', sans-serif; border-radius:4px; text-decoration:none; display:inline-block; cursor:pointer; background-color:#fff; border:1px solid #d3d3d3;  }
.filter_alphabet a:hover, .filter_alphabet a.active { color:#FFF; background-color:#aa0038; border:1px solid #aa0038; }

.filter_dates { padding-top:10px; }

.filter_halls {
    text-align:center;
    padding: 15px 0 5px 0;
}

.filter_halls a {
    width: 22%;
    max-width: 250px;
    min-width: 150px;
    margin: 0 10px;
    padding: 10px;
    line-height: 18px;
    text-align: center;
    /*float: left; */
    display: inline-block;
    color: #000;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    font-family: 'OpenSansBold', sans-serif;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    overflow:hidden;
    cursor:pointer;
}

.filter_halls a:hover,
.filter_halls a.active {
    color: #fff;
    background-color: #aa0038;
    border: 1px solid #aa0038;
}
