@font-face {
  font-family: "gdrts-icons";
  src: url("default/gdrts-icons.eot?401.1260");
  src: url("default/gdrts-icons.eot?401.1260#iefix") format("embedded-opentype"), url("default/gdrts-icons.woff?401.1260") format("woff"), url("default/gdrts-icons.ttf?401.1260") format("truetype"), url("default/gdrts-icons.svg?401.1260#gdrts-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=rtsicon-],
[class*=" rtsicon-"] {
  font: normal normal normal 14px/1 "gdrts-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rtsicon-star:before {
  content: "\73";
}

.rtsicon-asterisk:before {
  content: "\61";
}

.rtsicon-heart:before {
  content: "\68";
}

.rtsicon-bell:before {
  content: "\62";
}

.rtsicon-square:before {
  content: "\71";
}

.rtsicon-circle:before {
  content: "\63";
}

.rtsicon-gear:before {
  content: "\67";
}

.rtsicon-trophy:before {
  content: "\74";
}

.rtsicon-like:before {
  content: "\6c";
}

.rtsicon-dislike:before {
  content: "\64";
}

.rtsicon-like2:before {
  content: "\6b";
}

.rtsicon-dislike2:before {
  content: "\69";
}

.rtsicon-smile:before {
  content: "\6d";
}

.rtsicon-frown:before {
  content: "\72";
}

.rtsicon-plus:before {
  content: "\2b";
}

.rtsicon-minus:before {
  content: "\2d";
}

.rtsicon-spinner:before {
  content: "\78";
}

.rtsicon-clear:before {
  content: "\65";
}

.rtsicon-check:before {
  content: "\6a";
}

.rtsicon-fw {
  width: 1.28571429em;
  text-align: center;
}

.rtsicon-va {
  vertical-align: calc(-12%);
}

.rtsicon-spin {
  -webkit-animation: rtsicon-spin 2s infinite linear;
  animation: rtsicon-spin 2s infinite linear;
}

@keyframes rtsicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
