.search .td-page-header {
    display:block;
} 
.search .td-pb-span8 {
    width: 66.66666667% !important;
}
.pagesuite-searchfilter-from li {
    list-style: none;
}
.pagesuite-searchfilter-from li label {
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
}
.pagesuite-searchfilter-from li label input[type="radio"], 
.pagesuite-searchfilter-from li label input[type="checkbox"] {
    display: none;
}

.pagesuite-searchfilter-from li label.selected-filter-item {
    color:#e80521;
}

.search-input-wrapper {
    position: absolute;
    opacity: 0;
}

.clear-filter-wrapper a {
    float: right;
}

.clear-sub-filter {
    margin-left:20px;
}

.search-main-container-wrapper {
    position: relative;
}

.psf-mobile-version {
    position: absolute;
    top: 0;
    right: -999px;
    background: white;
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #ccc;
    box-shadow: 4px 2px 5px 1px #ccc;
}

.psf-show-mobile { display: none; }

.filter-refersh-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    min-height: 500px;
    text-align: center;
    padding-top: 10%;
}

.open-filter-link {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .search .td-pb-span8 {
        width: 100% !important;
        overflow-y: scroll;
        min-height: 500px;
    }    
    .psf-hide-mobile { display: none; }
    .psf-show-mobile {
        display: block;
    }
}