@font-face {
  font-family: 'ppl';
  src: url('../font/ppl.eot?17597896');
  src: url('../font/ppl.eot?17597896#iefix') format('embedded-opentype'),
       url('../font/ppl.woff2?17597896') format('woff2'),
       url('../font/ppl.woff?17597896') format('woff'),
       url('../font/ppl.ttf?17597896') format('truetype'),
       url('../font/ppl.svg?17597896#ppl') 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: 'ppl';
    src: url('../font/ppl.svg?17597896#ppl') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ppl";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  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 */
  

  /* 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-ppl-icons_back-arrow:before { content: '\61'; } /* 'a' */
.icon-ppl-icons_caption-icon:before { content: '\62'; } /* 'b' */
.icon-ppl-icons_carousel-left:before { content: '\63'; } /* 'c' */
.icon-ppl-icons_carousel-right:before { content: '\64'; } /* 'd' */
.icon-ppl-icons_close:before { content: '\65'; } /* 'e' */
.icon-ppl-icons_connect-arrow:before { content: '\66'; } /* 'f' */
.icon-ppl-icons_connect-text:before { content: '\67'; } /* 'g' */
.icon-ppl-icons_download:before { content: '\68'; } /* 'h' */
.icon-ppl-icons_email:before { content: '\69'; } /* 'i' */
.icon-ppl-icons_expand:before { content: '\6a'; } /* 'j' */
.icon-ppl-icons_left-button-arrow:before { content: '\6b'; } /* 'k' */
.icon-ppl-icons_linkedin:before { content: '\6c'; } /* 'l' */
.icon-ppl-icons_mobile-menu:before { content: '\6d'; } /* 'm' */
.icon-ppl-icons_phone:before { content: '\6e'; } /* 'n' */
.icon-ppl-icons_quotes:before { content: '\6f'; } /* 'o' */
.icon-ppl-icons_right-button-arrow:before { content: '\70'; } /* 'p' */
.icon-ppl-icons_row-close:before { content: '\71'; } /* 'q' */
.icon-ppl-icons_row-open:before { content: '\72'; } /* 'r' */
.icon-ppl-icons_sort:before { content: '\73'; } /* 's' */
.icon-ppl-icons_twitter:before { content: '\74'; } /* 't' */
