#gw_go_portfolio_our_fleet .gw-gopf-style-delux .gw-gopf-cats > span a {
    background: #17abc7;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 15px;
    color: #ffffff;
    display: block;
    font-family: inherit;
    font-size: 25px;
    height: 36px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
    -moz-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -ms-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -o-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    -webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
    transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
}