@font-face {
  font-family: 'frutiger_condensed';
  src: url('../fonts/frutiglc-webfont.eot');
  src: url('../fonts/frutiglc-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/frutiglc-webfont.woff') format('woff'),
       url('../fonts/frutiglc-webfont.ttf') format('truetype'),
       url('../fonts/frutiglc-webfont.svg#frutigerlight_condensed') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'frutiger_condensed';
  src: url('../fonts/frutigbc-webfont.eot');
  src: url('../fonts/frutigbc-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/frutigbc-webfont.woff') format('woff'),
       url('../fonts/frutigbc-webfont.ttf') format('truetype'),
       url('../fonts/frutigbc-webfont.svg#frutigerbold_condensed') format('svg');
  font-weight: bold;
  font-style: normal;
}

* {
  font-family: 'frutiger_condensed', Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}

.uk-button, .btn {
  padding-top: 4px;
}

.tm-header, .tm-header-mobile {
  display: none;
}

.tm-bottom {
  padding: 0px !important;
}
