.header-filter{
    margin-bottom: 20px;
    position: relative;
    table-layout: fixed;
}

.header-filter-tr{
    display: flex;
    flex-direction: column;
    padding: 0 14px;
}

.house-dream-header-link{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.house-dream-link-a{
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 13px;
    margin-left: 11px;
}

.house-dream-link-a:hover{
    text-decoration: none;
}

.house-dream-title-icon{
    background-image: url('../../img/dream-house/logo.svg');
    background-repeat: no-repeat;
    width: 87px;
    height: 60px;
    margin-left: -30px;
}

.header-filter-td-right{
    display: block;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0;
}

.header-filter-wrap{
    height: 35px;
    margin-bottom: -50px;
    padding-bottom: 50px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.header-filter-separator{
    border-top: 3px solid #e8e8e8;
    width: 100%;
    position: absolute;
    bottom: -12px;
    z-index: -1;
}

.header-filter-a, .tags-bar-a{
    color: #777777;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    margin-right: 26px;
    padding: 0 0 13px 0;
}

.tags-bar-a:hover,
.header-filter-a:hover{
    color: #000000;
    background-color: transparent;
}

.tags-bar-a-selected,
.header-filter-a-selected{
    color: #000000;
    border-bottom: 3px solid #ff6000;
    background-color: transparent;
}

.tags-bar{
    display: block;
    position: relative;
}

.tags-bar .header-filter-td-right{
    height: 100%;
    width: 100%;
}

.dream-house-link-title{
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.articles-style-16-col-tag{
    color:  #ff6000;
}

.articles-style-16-big-tag{
    background-color: #ffc200;
    color: #000000;
}

@media screen and (max-width:1024px){
    .header-filter-tr{
        padding-right: 0;
    }
}

@media screen and (max-width:768px){
    .house-dream-title-icon{
        margin-left: -19px;
    }

    .dream-house-link-title .house-dream-title-icon{
        margin-left: -22px;
    }
}

@media screen and (max-width:480px){
    .header-filter-tr{
        padding-left: 19px;
    }

    .articles-style-16{
        padding: 15px;
    }

    .header-filter{
        margin-bottom: 4px;
    }

    .dream-house-link-title .house-dream-title-icon{
        margin-left: -17px;
    }
}
