﻿/*Custom Font Awesome*/
@font-face {
    font-family: 'ccpwicons';
    src: url('../font/ccpwicons.eot');
    src: url('../font/ccpwicons.eot') format('embedded-opentype'),
         url('../font/ccpwicons.woff2') format('woff2'),
         url('../font/ccpwicons.woff') format('woff'),
         url('../font/ccpwicons.ttf') format('truetype'),
         url('../font/ccpwicons.svg') 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: 'ccpwicons';
      src: url('../font/ccpwicons.svg') format('svg');
    }
  }
  */
   
   [class^="ccpw_icon-"]:before, [class*=" ccpw_icon-"]:before {
    font-family: "ccpwicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
   
    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;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* 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); */
  }
   
  .ccpw_icon-up:before { content: '\21'; } /* '!' */
  .ccpw_icon-down:before { content: '\22'; } /* '&quot;' */
  .ccpw_icon-price-up:before { content: '\e800'; } /* '' */
  .ccpw_icon-price-down:before { content: '\e801'; } /* '' */
  .ccpw_icon-exchange:before { content: '\e802'; } /* '' */
  .ccpw_icon-website:before { content: '\e803'; } /* '' */
  .ccpw_icon-country:before { content: '\e804'; } /* '' */
  .ccpw_icon-edit:before { content: '\e805'; } /* '' */
  .ccpw_icon-setting:before { content: '\e806'; } /* '' */
  .ccpw_icon-flight:before { content: '\e807'; } /* '' */
  .ccpw_icon-top:before { content: '\e809'; } /* '' */
  .ccpw_icon-gplus:before { content: '\f0d4'; } /* '' */
  .ccpw_icon-money:before { content: '\f0d6'; } /* '' */
  .ccpw_icon-chat:before { content: '\f0e6'; } /* '' */
  .ccpw_icon-alexa:before { content: '\f135'; } /* '' */
  .ccpw_icon-link:before { content: '\f14c'; } /* '' */
  .ccpw_icon-euro:before { content: '\f153'; } /* '' */
  .ccpw_icon-pound:before { content: '\f154'; } /* '' */
  .ccpw_icon-dollar:before { content: '\f155'; } /* '' */
  .ccpw_icon-rupee:before { content: '\f156'; } /* '' */
  .ccpw_icon-bitcoin:before { content: '\f15a'; } /* '' */
  .ccpw_icon-youtube:before { content: '\f166'; } /* '' */
  .ccpw_icon-coins:before { content: '\f192'; } /* '' */
  .ccpw_icon-volume:before { content: '\f200'; } /* '' */
  .ccpw_icon-chart:before { content: '\f201'; } /* '' */
  .ccpw_icon-buy-coin:before { content: '\f217'; } /* '' */
  .ccpw_icon-sell-coin:before { content: '\f218'; } /* '' */
  .ccpw_icon-telegram:before { content: '\f2c6'; } /* '' */
  .ccpw_icon-github:before { content: '\f300'; } /* '' */
  .ccpw_icon-twitter:before { content: '\f304'; } /* '' */
  .ccpw_icon-facebook:before { content: '\f308'; } /* '' */
  .ccpw_icon-linkedin:before { content: '\f30c'; } /* '' */
/*Custom Font Awesome*/