@charset "UTF-8";

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proxima_nova/proximanova-regular-webfont.eot');
    src: url('proxima_nova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova/proximanova-regular-webfont.woff') format('woff'),
         url('proxima_nova/proximanova-regular-webfont.ttf') format('truetype'),
         url('css/proxima_nova/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('proxima_nova/proximanova-semibold-webfont.eot');
    src: url('proxima_nova/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova/proximanova-semibold-webfont.woff') format('woff'),
         url('proxima_nova/proximanova-semibold-webfont.ttf') format('truetype'),
         url('proxima_nova/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

}

[data-icon]:before {
  font-family: "sybarit" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sybarit" !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;
}

.icon-fontawesome-webfont:before {
  content: "a";
}
