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

gryphicon Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'gryphicon';
  src: url('../fonts/gryphicon.eot');
  src: url('../fonts/gryphicon.eot') format('embedded-opentype'), url('../fonts/gryphicon.woff2') format('woff2'), url('../fonts/gryphicon.woff') format('woff'), url('../fonts/gryphicon.ttf') format('truetype'), url('../fonts/gryphicon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.gryph-icon {
  display: inline-block;
  font: normal normal normal 1em/1 'gryphicon';
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.gryph-icon-sm {
  font-size: 0.8em;
}
.gryph-icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.gryph-icon-16 {
  font-size: 16px;
}
.gryph-icon-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.gryph-icon-is-spinning {
  animation: gryph-icon-spin 1s infinite linear;
}
@keyframes gryph-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.gryph-icon-rotate-90 {
  transform: rotate(90deg);
}
.gryph-icon-rotate-180 {
  transform: rotate(180deg);
}
.gryph-icon-rotate-270 {
  transform: rotate(270deg);
}
.gryph-icon-flip-y {
  transform: scaleY(-1);
}
.gryph-icon-flip-x {
  transform: scaleX(-1);
}
/*------------------------
	icons
-------------------------*/

.gryph-icon-i-add-2::before {
  content: "\ea03";
}

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

.gryph-icon-insta::before {
  content: "\ea05";
}

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

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

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

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

