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

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.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: 0.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); */
}

.icon-search:before {
  content: "\e800";
} /* '' */
.icon-arrow-long-right:before {
  content: "\e801";
} /* '' */
.icon-heart:before {
  content: "\e802";
} /* '' */
.icon-close:before {
  content: "\e803";
} /* '' */
.icon-112_phone:before {
  content: "\e804";
} /* '' */
.icon-right-open:before {
  content: "\e805";
} /* '' */
.icon-share:before {
  content: "\e806";
} /* '' */
.icon-location:before {
  content: "\e807";
} /* '' */
.icon-phone:before {
  content: "\e808";
} /* '' */
.icon-globe:before {
  content: "\e809";
} /* '' */
.icon-calendar:before {
  content: "\e80a";
} /* '' */
.icon-left-open:before {
  content: "\e80b";
} /* '' */
.icon-down-open:before {
  content: "\e80c";
} /* '' */
.icon-up-open:before {
  content: "\e80d";
} /* '' */
.icon-download:before {
  content: "\e80e";
} /* '' */
.icon-clock-circled:before {
  content: "\e80f";
} /* '' */
.icon-menu:before {
  content: "\f008";
} /* '' */
.icon-info-circled-alt:before {
  content: "\f086";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-rss:before {
  content: "\f09e";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
