#search-search {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.search-container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin: 20px 0;
    padding: 5px 0;
}

.search-container .standard-form input{
    display: inline-block;
}

.search-container .standard-form input[type="text"] {
    width: 69%;
}

.search-container .standard-form input[type="submit"] {
    float: right;
    width: 29%
}

#search-filters label {
    display: block;
    cursor: pointer;
    padding-left: 17px;
    position: relative;
    line-height: 1.7;
}

#search-filters label:not(:last-child) {
    margin-bottom: 5px;
}

#search-filters input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 4px;
}

#search-filters h5 {
    font-size: 16px;
    color: #4990e1;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 5px 0;
    border-bottom: 1px dotted #4990e1;
    cursor: pointer;
}

#search-filters h5:after {
    content: '\f067';
    float: right;
    font-family: 'FontAwesome';
}

#search-filters h5~div {
    display: none;
}

#search-filters h4 {
    background: #4990e1;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
    text-transform: uppercase;
    box-shadow: 15px 0 0 #4990e1, -15px 0 0 #4990e1;
    text-shadow: 1px 1px #000;
    border-radius: 2px;
}

#search-filters h5.open:after {
    content: '\f068'
}

.apply-filters,
.clear-filters {
    border: 1px solid #666;
    color: #666;
    border-radius: 2px;
    padding: 2px;
    width: 100%;
    display: block;
    margin-top: 10px;
    transition: all 0.2s ease;
}

.apply-filters:hover {
    background: #4990e1;
    text-shadow: 1px 1px #000;
    color: #FFF;
}

.clear-filters {
    padding: 0;
    font-size: 11px;
    color: #999;
    border: 1px solid #999;
    margin-bottom: 12px;
}

.clear-filters:hover {
    background: #666;
    color: #fff;
}
