﻿/*Custom Font Awesome*/
@font-face {
  font-family: 'ccpwicons';
  src: url('../index.html?47344643');
  src: url('../index.html?47344643#iefix') format('embedded-opentype'),
       url('../index.html?47344643') format('woff2'),
       url('../index.html?47344643') format('woff'),
       url('../index.html?47344643') format('truetype'),
       url('../index.html?47344643#ccpwicons') 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?47344643#ccpwicons') 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-star:before { content: '\e800'; } /* '' */
  .ccpw_icon-down-alt:before { content: '\e801'; } /* '' */
  .ccpw_icon-up-alt:before { content: '\e802'; } /* '' */
  .ccpw_icon-flight:before { content: '\e803'; } /* '' */
  .ccpw_icon-left:before { content: '\e805'; } /* '' */
  .ccpw_icon-right:before { content: '\e806'; } /* '' */
  .ccpw_icon-flash:before { content: '\e807'; } /* '' */
  .ccpw_icon-card:before { content: '\e808'; } /* '' */
  .ccpw_icon-certificate:before { content: '\f0a3'; } /* '' */
  .ccpw_icon-money:before { content: '\f0d6'; } /* '' */
  .ccpw_icon-left-double:before { content: '\f100'; } /* '' */
  .ccpw_icon-right-double:before { content: '\f101'; } /* '' */
  .ccpw_icon-up-double:before { content: '\f102'; } /* '' */
  .ccpw_icon-down-double:before { content: '\f103'; } /* '' */
  .ccpw_icon-up-level:before { content: '\f148'; } /* '' */
  .ccpw_icon-down-level:before { content: '\f149'; } /* '' */
  .ccpw_icon-down-square:before { content: '\f150'; } /* '' */
  .ccpw_icon-up-square:before { content: '\f151'; } /* '' */
  .ccpw_icon-right-alt:before { content: '\f152'; } /* '' */
  .ccpw_icon-euro:before { content: '\f153'; } /* '' */
  .ccpw_icon-pound:before { content: '\f154'; } /* '' */
  .ccpw_icon-dollar:before { content: '\f155'; } /* '' */
  .ccpw_icon-bitcoin:before { content: '\f15a'; } /* '' */
  .ccpw_icon-down:before { content: '\f175'; } /* '' */
  .ccpw_icon-up:before { content: '\f176'; } /* '' */
  .ccpw_icon-left-alt:before { content: '\f191'; } /* '' */
  .ccpw_icon-chart-area:before { content: '\f1fe'; } /* '' */
  .ccpw_icon-chart:before { content: '\f200'; } /* '' */

  .active .ccpw_icon-down-double:before {
    content: '\f102';
}
/*Custom Font Awesome*/