/* Update with new font icons in 3 steps */

/* 1. if updating, copy font files from fontello download to /public/font dir, overwrite existing files */

/* 2. replace key after ? with new val from fontello download */
@font-face {
  font-family: 'tv-font-icons';
  src: url('../font/tv-font-icons-3dabf77c.eot');
  src: url('../font/tv-font-icons-3dabf77c.eot#iefix') format('embedded-opentype'),
       url('../font/tv-font-icons-3dabf77c.woff') format('woff'),
       url('../font/tv-font-icons-3dabf77c.ttf') format('truetype'),
       url('../font/tv-font-icons.svg-3dabf77c.xml#tv-font-icons') 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: 'tv-font-icons';
    src: url('../font/tv-font-icons.svg-a155c577.xml#tv-font-icons') format('svg');
  }
}
*/
 
/* tv.com - custom, don't delete*/
  [class^="icon-"], [class*=" icon-"] {
  font-family: "tv-font-icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
  }
  .icon-large:before {
      vertical-align: -10%;
      font-size: 1.3333333333333333em;
  }

.icon-2x {
    font-size: 2em;
}
.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.icon-3x {
    font-size: 3em;
}
.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.icon-4x {
    font-size: 4em;
}
.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}  
/* end custom */
 

/* 3. replace this with new fontello class names from download */
.icon-play:before { content: '\e816'; } /* '' */
.icon-right-dir:before { content: '\e820'; } /* '' */
.icon-star:before { content: '\e805'; } /* '' */
.icon-th-list:before { content: '\e80c'; } /* '' */
.icon-heart:before { content: '\e803'; } /* '' */
.icon-flag:before { content: '\e80e'; } /* '' */
.icon-bolt:before { content: '\e818'; } /* '' */
.icon-envelope:before { content: '\e801'; } /* '' */
.icon-edit:before { content: '\e813'; } /* '' */
.icon-ok:before { content: '\e80b'; } /* '' */
.icon-remove:before { content: '\e80d'; } /* '' */
.icon-group-1:before { content: '\e811'; } /* '' */
.icon-tag:before { content: '\e82c'; } /* '' */
.icon-tags:before { content: '\e82d'; } /* '' */
.icon-share:before { content: '\e807'; } /* '' */
.icon-comment:before { content: '\e814'; } /* '' */
.icon-comments:before { content: '\e806'; } /* '' */
.icon-chevron-down:before { content: '\e815'; } /* '' */
.icon-list:before { content: '\e82b'; } /* '' */
.icon-external-link:before { content: '\e810'; } /* '' */
.icon-twitter:before { content: '\e827'; } /* '' */
.icon-facebook:before { content: '\e822'; } /* '' */
.icon-list-ol:before { content: '\e819'; } /* '' */
.icon-gplus-squared:before { content: '\e826'; } /* '' */
.icon-gplus:before { content: '\e824'; } /* '' */
.icon-envelope-alt:before { content: '\e802'; } /* '' */
.icon-chat-empty:before { content: '\e829'; } /* '' */
.icon-angle-double-right:before { content: '\e81f'; } /* '' */
.icon-angle-right:before { content: '\e821'; } /* '' */
.icon-quote-right:before { content: '\e812'; } /* '' */
.icon-spinner:before { content: '\e81a'; } /* '' */
.icon-reply:before { content: '\e82e'; } /* '' */
.icon-unlink:before { content: '\e81e'; } /* '' */
.icon-tumblr:before { content: '\e823'; } /* '' */
.icon-tumblr-squared:before { content: '\e825'; } /* '' */
.icon-twitter-squared:before { content: '\e828'; } /* '' */
.icon-facebook-sign:before { content: '\e804'; } /* '' */
.icon-picture:before { content: '\e809'; } /* '' */
.icon-globe:before { content: '\e817'; } /* '' */
.icon-group:before { content: '\e808'; } /* '' */
.icon-save:before { content: '\e81b'; } /* '' */
.icon-chart-bar:before { content: '\e82a'; } /* '' */
.icon-pin:before { content: '\e80f'; } /* '' */
.icon-camera:before { content: '\e80a'; } /* '' */
.icon-search:before { content: '\e800'; } /* '' */
.icon-link:before { content: '\e81d'; } /* '' */
.icon-time:before { content: '\e81c'; } /* '' */
