/*
@font-face {
    font-family: 'didot';
    src: url('../fonts/didot.eot');
    src: url('../fonts/didot.eot') format('embedded-opentype'),
         url('../fonts/didot.woff') format('woff2'),
         url('../fonts/didot.woff') format('woff'),
         url('../fonts/didot.ttf') format('truetype'),
         url('../fonts/didot.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avantgardeextralight';
    src: url('../fonts/avantgardeextralight.eot');
    src: url('../fonts/avantgardeextralight.eot') format('embedded-opentype'),
         url('../fonts/avantgardeextralight.woff') format('woff2'),
         url('../fonts/avantgardeextralight.woff') format('woff'),
         url('../fonts/avantgardeextralight.ttf') format('truetype'),
         url('../fonts/avantgardeextralight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avantgardemedium';
    src: url('../fonts/avantgardemedium.eot');
    src: url('../fonts/avantgardemedium.eot') format('embedded-opentype'),
         url('../fonts/avantgardemedium.woff') format('woff2'),
         url('../fonts/avantgardemedium.woff') format('woff'),
         url('../fonts/avantgardemedium.ttf') format('truetype'),
         url('../fonts/avantgardemedium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

.sbOptions li:first-child {display: none;}
.sbOptions {
  border-bottom: solid 5px black;
}
/* hide fonts.com advert */
#mti_wfs_colophon{display:none !important}