@charset "UTF-8";

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

@font-face {
    font-family : 'AvenirLight';
    src         : url('../fonts/Avenir-Light.eot');
    src         : url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-Light.woff2') format('woff2'),
    url('../fonts/Avenir-Light.woff') format('woff'),
    url('../fonts/Avenir-Light.ttf') format('truetype'),
    url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight : 300;
    font-style  : normal;
}

@font-face {
    font-family : 'AvenirHeavy';
    src         : url('../fonts/Avenir-Heavy.eot');
    src         : url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-Heavy.woff2') format('woff2'),
    url('../fonts/Avenir-Heavy.woff') format('woff'),
    url('../fonts/Avenir-Heavy.ttf') format('truetype'),
    url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight : 900;
    font-style  : normal;
}

@font-face {
    font-family : 'AvenirMedium';
    src         : url('../fonts/Avenir-Medium.eot');
    src         : url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-Medium.woff2') format('woff2'),
    url('../fonts/Avenir-Medium.woff') format('woff'),
    url('../fonts/Avenir-Medium.ttf') format('truetype'),
    url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight : 500;
    font-style  : normal;
}

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

@font-face {
    font-family : 'AvenirBlack';
    src         : url('../fonts/Avenir-Black.eot');
    src         : url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-Black.woff2') format('woff2'),
    url('../fonts/Avenir-Black.woff') format('woff'),
    url('../fonts/Avenir-Black.ttf') format('truetype'),
    url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight : 900;
    font-style  : normal;
}

@font-face {
    font-family : 'AvenirLightOblique';
    src         : url('../fonts/Avenir-LightOblique.eot');
    src         : url('../fonts/Avenir-LightOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-LightOblique.woff2') format('woff2'),
    url('../fonts/Avenir-LightOblique.woff') format('woff'),
    url('../fonts/Avenir-LightOblique.ttf') format('truetype'),
    url('../fonts/Avenir-LightOblique.svg#Avenir-LightOblique') format('svg');
    font-weight : 300;
    font-style  : italic;
}

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

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

@font-face {
  font-family: "Gotham";
  src: url('../fonts/GothamMedium.otf');
}
@font-face {
  font-family: "Gotham Bold";
  src: url('../fonts/GothamBold.otf');
}
@font-face {
  font-family: "Gotham Book";
  src: url('../fonts/GothamBook.otf');
}

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

}

[data-icon]:before {
  font-family: "katalyse" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="kat-"]:before,
[class*=" kat-"]:before {
  font-family: "katalyse" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kat-linkedin:before {
  content: "\61";
}
.kat-mail:before {
  content: "\62";
}
.kat-twiter:before {
  content: "\63";
}
.kat-mobile:before {
  content: "\64";
}