@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothampromedium.eot');
    src: url('../fonts/gothampromedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothampromedium.woff') format('woff'),
    url('../fonts/gothampromedium.ttf') format('truetype'),
    url('../fonts/gothampromedium.svg#GothamMediumRegular') format('svg');
    font-weight: normal;font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothamproblack.eot');
    src: url('../fonts/gothamproblack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothamproblack.woff') format('woff'),
    url('../fonts/gothamproblack.ttf') format('truetype'),
    url('../fonts/gothamproblack.svg#GothamBlackRegular') format('svg');
    font-weight: bold;font-style: normal;
}

.logo {
    display: block;
    text-decoration: none;
    background: url('../img/teletie-logo.svg') 0 0 no-repeat;
    width: 169px;
    height: 26px;
}
