@font-face {
  font-family: 'yeshiva';
  src:  url('fonts/yeshiva.eot?jfax8h2');
  src:  url('fonts/yeshiva.eot?jfax8h2#iefix') format('embedded-opentype'),
    url('fonts/yeshiva.ttf?jfax8h2') format('truetype'),
    url('fonts/yeshiva.woff?jfax8h2') format('woff'),
    url('fonts/yeshiva.svg?jfax8h2#yeshiva') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'yeshiva' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-pdf{
    padding-right:5px;
}
.icon-file-pdf:before {
    content: "\e900";
}
.icon-volume-up:before {
  content: "\e800";
}
.icon-videocam:before {
  content: "\e801";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-files-empty:before {
  content: "\e925";
}
