/* Glyphicon */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-wrench:before {
    content: "\e136";
}

/* Font Awesome */

@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-question-circle-o:before {
	content: "\f29c";
}

/* Sirius icon*/

@font-face {
  font-family: 'siriusicon';
  src: url('sirius-font/fonts/siriusicon.eot?7oqwdv');
  src: url('sirius-font/fonts/siriusicon.eot?7oqwdv#iefix') format('embedded-opentype'), url('sirius-font/fonts/siriusicon.ttf?7oqwdv') format('truetype'), url('sirius-font/fonts/siriusicon.woff?7oqwdv') format('woff'), url('sirius-font/fonts/siriusicon.svg?7oqwdv#siriusicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.si-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'siriusicon' !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;
}

.si-icon-key:before {
    content: "\e98e";
}
