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

jd_font icon font
Generated using nucleoapp.com

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

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

/* base class */
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'jd_font';
  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-heart::before {
  content: "\ea03";
}

.icon-email::before {
  content: "\ea04";
}

.icon-at-sign::before {
  content: "\ea05";
}

.icon-user::before {
  content: "\ea06";
}

.icon-time::before {
  content: "\ea07";
}

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

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

.icon-back::before {
  content: "\ea0a";
}

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

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

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

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

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

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

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

.icon-graduation-cap::before {
  content: "\ea13";
}

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

.icon-suitcase-3::before {
  content: "\ea15";
}

.icon-user-laptop::before {
  content: "\ea16";
}

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

.icon-open::before {
  content: "\ea18";
}
