@charset "UTF-8";
    .fbc-page .fbc-items {
margin-bottom: 20px;
list-style: none;
border-radius: 4px;
}
.fbc-page .fbc-items > li {
display: inline-block;
}
.fbc-page .fbc-items > li + li:before {
color: #ccc;
}  .fbc-page * {
margin: 0;
padding: 0;
}
.fbc-page .fbc-wrap .fbc-items {
font-family: "Roboto", sans-serif;
margin: 0;
padding: 0;
width: auto;
display: block;
float: left;
font-size: 16px;
}
.fbc-page .fbc-wrap .fbc-items li {
margin: 0 -2px;
padding: 15px 5px;
line-height: normal;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
border-radius: 4px 0 0 4px;
padding-left: 16px;
padding-right: 5px;
}
.fbc-page .fbc-wrap .fbc-items li:last-child {
border-radius: 0 4px 4px 0;
padding-right: 15px;
}
.fbc-page .fbc-wrap .fbc-items li a {
color: #337ab7; 
}
.fbc-page .fbc-wrap .fbc-items li a:last-child{
margin-right: 4px;
}
.fbc-page .fbc-wrap .fbc-items li a i {
margin-right: 11px;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
margin-left: 15px;
margin-right: 18px;
}
.fbc-page .fbc-wrap .fbc-items li.active a {
color: #27272a;
}
@media (max-width: 768px){
.fbc-page .fbc-wrap .fbc-items{
padding: 0 10px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
padding-left: 0;
}
.fbc-page .fbc-wrap .fbc-items li:last-child {
padding-right: 0;
}
.fbc-page .fbc-wrap .fbc-items li:nth-child(7),
.fbc-page .fbc-wrap .fbc-items li:nth-child(8),
.fbc-page .fbc-wrap .fbc-items li:nth-child(9){
padding-top: 0;
}
.fbc-page .fbc-wrap .fbc-items li{
padding: 10px 5px;
}
.fbc-page .fbc-wrap .fbc-items li a i{
margin-right: 1px;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator{
margin-left: 5px;
margin-right: 8px;
}
}
.fbc-page .clearfix::before, .fbc-page .clearfix::after {
content: " ";
display: table;
}
.fbc-page .clearfix::after {
clear: both;    
}