/*--------------------------------

Nucleo icon font
Generated using nucleoapp.com

-------------------------------- */

@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot');
  src: url('../fonts/Nucleo.eot') format('embedded-opentype'),
       url('../fonts/Nucleo.woff2') format('woff2'),
       url('../fonts/Nucleo.woff') format('woff'),
       url('../fonts/Nucleo.ttf') format('truetype'),
       url('../fonts/Nucleo.svg') format('svg');
}

/* base class */
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.icon-sm {
  font-size: 0.8em;
}

.icon-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.icon-16 {
  font-size: 16px;
}

.icon-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* transform */
.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-270 {
  transform: rotate(270deg);
}

.icon-flip-y {
  transform: scaleY(-1);
}

.icon-flip-x {
  transform: scaleX(-1);
}

/* icons */
.icon-comments::before {
  content: "\ea07";
}

.icon-handshake::before {
  content: "\ea08";
}

.icon-logic::before {
  content: "\ea09";
}

.icon-team-1::before {
  content: "\ea0b";
}

.icon-key::before {
  content: "\ea0c";
}

.icon-award-49::before {
  content: "\ea0d";
}

.icon-favorite::before {
  content: "\ea0e";
}

.icon-hands-heart::before {
  content: "\ea0f";
}

.icon-hand-heart::before {
  content: "\ea10";
}

.icon-diamond::before {
  content: "\ea11";
}

.icon-cockade::before {
  content: "\ea12";
}

.icon-key-1::before {
  content: "\ea13";
}

.icon-logic-1::before {
  content: "\ea14";
}

.icon-comments-1::before {
  content: "\ea15";
}

.icon-handshake-1::before {
  content: "\ea16";
}

.icon-team::before {
  content: "\ea17";
}
