@font-face {
  font-family: 'cicomoon';
  src:  url('fonts/icomoon.eot?pzwivc');
  src:  url('fonts/icomoon.eot?pzwivc#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pzwivc') format('truetype'),
    url('fonts/icomoon.woff?pzwivc') format('woff'),
    url('fonts/icomoon.svg?pzwivc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cicon-"], [class*=" cicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cicomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cicon-Next:before {
  content: "\e900";
}
.cicon-Previous:before {
  content: "\e901";
}
