@media (min-width: 651px){
div#my-ajax-filter-search form{
    display:block!important;
}
}
.filter-expand strong:not(span) {
    font-size: 20px;
}
.filter-expand {
    cursor:pointer;
    display:none;
}
.filter-expand .arrow-down{
    display:inline-block;
}
.filter-expand .arrow-up{
    display:none;
}
.filter-expand.swap-arrow .arrow-down{
    display:none;
}
.filter-expand.swap-arrow .arrow-up{
    display:inline-block;
}
@media (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, not all, only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx)
{
div#my-ajax-filter-search form {
    padding-right: 20px;
    padding-left: 5px;
}
#ajax_fitler_search_results li:nth-child(3n+3) {
    margin-right: 2%;
}

#ajax_fitler_search_results li:not(.no-result) {
width:45%;
}
  .hidden{
    min-width:auto!important;
}  
.header-slider, header .search{
    display:none!important;
}
.container{
    width:100%!important;
}
footer.new-footer .col.no-mobile{
    display:none;
}
.new-footer .container {
    justify-content: space-around;
}
footer.new-footer .col{
    width:auto!important;
    max-width:fit-content;
}
footer.new-footer .logotype{
    width:auto!important;
}
div#rbs_gallery_5f36f82ae1121 {
    margin-left: -7.5px!important;
}
}
@media (max-width: 650px){
    #ajax_fitler_search_results li:not(.no-result) {
        min-height: 355px!important;
    }
    .filter-expand {
    display:block;
    }
    #ajax_fitler_search_results{
        justify-content:center;
    }
div#my-ajax-filter-search form{
    display:none;
}
div#my-ajax-filter-search form {
    width: 90%;
    margin: auto;
    padding: 0px;
}
#ajax_fitler_search_results {
    width: 100%;
}
#my-ajax-filter-search {
    display: flex;
    flex-direction:column;
}
#top{
    height:auto!important;
    padding-bottom: 50px;
}
.social-icons {
    float: none;
    padding: 4px 35px 0 0;
    width: 100%;
    display: flex!important;
    justify-content: center;
}
.social-icons a{
    float: none!important;
}
.search, .select-season {
    float: none!important;
    margin:10px!important;
    width: calc(100% - 20px)!important;
}
.select-season .sbHolder {
    width: 100%!important;
}
input#inputString, input#inputStringTeams {
    width: calc( 100% - 50px )!important;
}
}
@media (max-width: 500px){
    #ajax_fitler_search_results li:not(.no-result) {
    width: 80%;
}
}