div.field_bound_box
{
	width: auto;
	overflow: hidden;
}
div.field_bound_box ul
{
	padding: 0 0;
}
div.field_bound_box ul div.item
{
	padding: 5px 5px 10px;
}
.field_bound_box a.category
{
	font-size: 12px!important;
}
.field_bound_box ul span
{
	font-size: 12px!important;
}
.np_container {
	display: flex;
    justify-content: space-between;
}
ul#np_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
    flex-direction: row;
}
ul#np_container > li > a > img {
    max-height: 30px;
}
.infoFFb {
    margin-bottom: 5px;
}
ul#np_container > li > a {
    display: flex;
    align-items: center;
}

.filterMetroBox {
    float: right;
}
#bread_crumbs > ul > li > a.filterMetro {
    color: #fff;
}
a.filterMetro {
    position: relative;
    display: inline-block;
    border: 1px solid #F43F41;
    background: #F43F41;
    color: #fff;
    padding: 1px 2px;
    margin: 1px;
    border-radius: 3px;
    font-size: 0.73em;
}
a.filterMetro:after {
    content: '';
    width: 8px;
    height: 8px;
    background: url('filter.png') 0 0 no-repeat; 
    display: inline-block;
    margin-left: 3px;
}
ul.fbbBox li:nth-child(n+31) {  
    display: none;
}

.sp-seo-faq {
   margin-top: 20px;
}
.sp-seo-faq .faq-question {
    background: #fff;
    border-radius: 8px;
    padding: 13px;
    margin-bottom: 10px;
}
.sp-seo-faq .faq-link {
    position: relative;
    cursor: pointer;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    list-style: none;
}
.sp-seo-faq .faq-text {
   margin-top: 10px;
}
.sp-seo-faq .faq-link:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 0px;
    background: url(arrow.png) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
    .filterMetroBox {
        float: none;
    }
    .fbb_h_bottom,
    .infoFFb {
        margin-left: 5px;
    }
    ul#np_container {
        flex-direction: column;
        margin-left: 5px;
        margin-right: 5px;
    }
    ul#np_container > li > a {
        display: block;
    }
    ul#np_container > li {
        width: 100%;
    }
    ul#np_container > li.info {
        text-align: center;
        padding-bottom: 5px
    }
    ul#np_container > li.prev {
        order: 1;
    }
    ul#np_container > li.next {
        text-align: right;
        order: 2;
    }
    .filterMetroBox {
        display: inline-block;
        margin: 5px 0;
    }
    ul.fbbBox li:nth-child(n+11) {  
        display: none;
    }
}.showItems ul.fbbBox li {
    display: block;
}
