@font-face {
  font-family: 'qrsicons';
  src: url('../fonts/qrsicons.eot?24569238');
  src: url('../fonts/qrsicons.eot?24569238#iefix') format('embedded-opentype'),
       url('../fonts/qrsicons.woff2?24569238') format('woff2'),
       url('../fonts/qrsicons.woff?24569238') format('woff'),
       url('../fonts/qrsicons.ttf?24569238') format('truetype'),
       url('../fonts/qrsicons.svg?24569238#qrsicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'qrsicons';
    src: url('../font/qrsicons.svg?24569238#qrsicons') format('svg');
  }
}
*/
 
 [class^="qrs-"]:before, [class*=" qrs-"]:before {
  font-family: "qrsicons";
  font-style: normal;
  font-weight: normal;
 
  text-transform: none;
 
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.qrs-icon {
  font-family: "qrsicons";
  font-style: normal;
  font-weight: normal;
 
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.qrs-up-open-mini:before { content: '\e803'; } /* '&#xe803;' */
.qrs-down-open-big:before { content: '\e804'; } /* '&#xe804;' */
.qrs-right-open-big:before { content: '\e805'; } /* '&#xe805;' */
.qrs-sort-down:before { content: '\f0dd'; } /* '&#xf0dd;' trojuhelnik hlav. menu dolu */ 