/** begin catalogue.css stylesheet for template mp-cat-dept.tpl.php */

/** Insert your CSS contents here */
#catindex{
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
.cat-nav{
    margin:30px;
}
.cat-nav a{
    display:block;
    text-transform: uppercase;
    color:#f6f6f6;
}
.cat-nav a:hover h4{
    color:#cf2014;
}
.cat-nav a h3, .cat-nav a h4{
    display:inline-block;
    padding: 8px 12px;
}
.cat-nav a.current h3, .cat-nav a.current h4{
    background-color:rgba(207, 33, 20, 0.5);
    border-radius: 4px;
    color: #fff !important;
}
.cat-nav h3{
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}
.subnav{
    background-color: #cf2014;
    overflow: auto;
}
.subnav nav{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.fam-nav{
    margin-left:20px;
}
.fam-nav h4{
    font-size: 16px;   
    display: inline-block;
}
.subnav a.button{
    background-color: transparent;
    color:#fff;
}
.subnav nav > i{
    display:inline-block;
    font-size: 9px;
}
.subnav a.button:hover{
    background-color:rgba(0,0,0,0.3);
}