/**
 * Jerseys as icon font.
 */
.icon-jersey-yellow {
  color: #ffc107;
}

.icon-jersey-green {
  color: green;
}

.icon-jersey-polka-dot-red {
  color: red;
}

.icon-jersey-pink {
  color: #fca1ff;
}

.icon-jersey-purple {
  color: #8c2764;
}

.icon-jersey-blue {
  color: #00f;
}

.icon-jersey-red {
  color: red;
}

/*.icon-jersey-green {*/
/*  color: green;*/
/*}*/

.icon-jersey-polka-dot-blue {
  color: blue;
}

.icon-jersey-white {
  color: white;
}

@font-face {
  font-family: 'htp';
  src: url('htp.eot');
  src: url('htp.eot?#iefix') format('embedded-opentype'),
       url('htp.woff?') format('woff2'),
       url('htp.woff') format('woff'),
       url('htp.ttf') format('truetype'),
       url('htp.svg#htp') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "htp";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  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); */
}

.icon-hill:before { content: '\e800'; } /* '' */
.icon-hills:before { content: '\e801'; } /* '' */
.icon-hills-alt:before { content: '\e802'; } /* '' */
.icon-jersey-green:before { content: '\e803'; } /* '' */
.icon-jersey-pink:before { content: '\e804'; } /* '' */
.icon-jersey-polka-dot-blue:before { content: '\e805'; } /* '' */
.icon-jersey-polka-dot-red:before { content: '\e806'; } /* '' */
.icon-jersey-purple:before { content: '\e807'; } /* '' */
.icon-jersey-red:before { content: '\e808'; } /* '' */
.icon-jersey-white:before { content: '\e809'; } /* '' */
.icon-jersey-yellow:before { content: '\e80a'; } /* '' */
.icon-mountain:before { content: '\e80b'; } /* '' */
.icon-road-climb:before { content: '\e80c'; } /* '' */
.icon-road-cobblestones:before { content: '\e80d'; } /* '' */
.icon-road-descent:before { content: '\e80e'; } /* '' */
