@font-face {
  font-family: 'icons-set';
  src: url('//d2e70e9yced57e.cloudfront.net/wallethub/images/wh2015/framework/font-icons/icons-set_V4b9a9b1_.eot?84194382');
  src: url('//d2e70e9yced57e.cloudfront.net/wallethub/images/wh2015/framework/font-icons/icons-set_V4b9a9b1_.eot?84194382#iefix') format('embedded-opentype'),
       url('//d2e70e9yced57e.cloudfront.net/wallethub/images/wh2015/framework/font-icons/icons-set_V9e33208_.woff?84194382') format('woff'),
       url('//d2e70e9yced57e.cloudfront.net/wallethub/images/wh2015/framework/font-icons/icons-set_V079b541_.ttf?84194382') format('truetype'),
       url('//d2e70e9yced57e.cloudfront.net/wallethub/images/wh2015/framework/font-icons/icons-set_V2fd7c9b_.svg?84194382#icons-set') format('svg');
  font-style: normal;
  font-weight: normal;
}

[class*="bf-icon-"]:before,
[class*="af-icon-"]:after {
  font-family: "icons-set";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  width: 1em;
  padding-right: .2em;
  text-align: center;

  font-variant: normal;
  text-transform: none;

  line-height: inherit;

  padding-left: .2em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bf-icon-down-open:before, .af-icon-down-open:after { content: '\e800'; }
.bf-icon-up-open:before, .af-icon-up-open:after { content: '\e801'; }
.bf-icon-like:before, .af-icon-like:after { content: '\e802'; }
.bf-icon-flag:before, .af-icon-flag:after { content: '\e803'; }
.bf-icon-dislike:before, .af-icon-dislike:after { content: '\e804'; }
.bf-icon-share:before, .af-icon-share:after { content: '\e805'; }
.bf-icon-facebook:before, .af-icon-facebook:after { content: '\e806'; }
.bf-icon-spin6:before, .af-icon-spin6:after { content: '\e807'; width: 20px; height: 20px;line-height: 20px; }
.bf-icon-qmark:before, .af-icon-qmark:after { content: '\e808'; }
.bf-icon-comment:before, .af-icon-comment:after { content: '\e809'; }
.bf-icon-cross:before, .af-icon-cross:after { content: '\e80a'; }
.bf-icon-right-open-big:before, .af-icon-right-open-big:after { content: '\e80b'; }
.bf-icon-left-open-big:before, .af-icon-left-open-big:after { content: '\e80c'; }
.bf-icon-ok:before, .af-icon-ok:after { content: '\e80d'; }
.bf-icon-wallet:before, .af-icon-wallet:after { content: '\e80e'; }
.bf-icon-spin5:before, .af-icon-spin5:after { content: '\e810'; }
.bf-icon-search:before, .af-icon-search:after { content: '\e80f'; }
.bf-icon-info:before, .af-icon-info:after { content: '\e811' }
.bf-icon-settings:before, .af-icon-settings:after { content: '\e812'; }
.bf-icon-star-empty:before, .af-icon-star-empty:after { content: '\e813'; }
.bf-icon-star-half:before, .af-icon-star-half:after { content: '\e814'; }
.bf-icon-star:before, .af-icon-star:after { content: '\e815'; }
.bf-icon-plus:before, .af-icon-plus:after { content: '\e816'; }
.bf-icon-clock:before, .af-icon-clock:after { content: '\e817'; }
.bf-icon-pencil:before, .af-icon-pencil:after { content: '\e818'; }
.bf-icon-prev-arrow:before, .af-icon-prev-arrow:after { content: '\e819'; } /* '' */
.bf-icon-next-arrow:before, .af-icon-next-arrow:after { content: '\e81a'; } /* '' */
.bf-icon-undo:before,.af-icon-undo:after { content: '\e81b'; } /* '' */
.bf-icon-comment-two:before, .af-icon-comment-two:after { content: '\e81c'; } /* '' */
.bf-icon-lock:before, .af-icon-lock:after { content: '\e81d'; } /* '' */
.bf-icon-mail:before, .af-icon-mail:after { content: '\e81e'; } /* '' */
.bf-icon-phone:before, .af-icon-phone:after { content: '\e81f'; } /* '' */
.bf-icon-location:before, .af-icon-location:after { content: '\e820'; } /* '' */
.bf-icon-digit:before, .af-icon-digit:after { content: '\e821'; } /* '' */
.bf-icon-lock-filled:before,.af-icon-lock-filled:after { content: '\e822'; } /* '' */
.bf-icon-minus:before,.af-icon-minus:after { content: '\e823'; } /* '' */
.bf-icon-erase:before,.af-icon-erase:after { content: '\e824'; } /* '' */
.bf-icon-cross-slim:before,.af-icon-cross-slim:after { content: '\e825'; } /* '' */
.bf-icon-gauge:before,.af-icon-gauge:after { content: '\e826'; } /* '' */
.bf-icon-filter:before,.af-icon-filter:after { content: '\e827'; } /* '' */
.bf-icon-erase-empty:before,.af-icon-erase-empty:after { content: '\e828'; } /* '' */

/* must animate the hole element to ensure compatibility*/
.animate-spin {
  display: inline-block;
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
.animate-spin:before,
.animate-spin:after {
  padding:0px;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}