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

nucleo-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

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

/*------------------------
	base class definition
-------------------------*/
.nc-icon {
  display: inline-block;
  font: normal normal normal 14px/1 'hu_know';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nc-icon .icon-bold {
  font-weight: 700;
}

/*------------------------
  change icon size
-------------------------*/
.nc-icon.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}

.nc-icon.x2 {
  font-size: 2em;
}

.nc-icon.x3 {
  font-size: 3em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon.square,
.nc-icon.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.nc-icon.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.nc-icon-ul > li {
  position: relative;
}

.nc-icon-ul > li > .nc-icon {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}

.nc-icon-ul > li > .nc-icon.lg {
  top: 0;
  left: -1.35714286em;
}

.nc-icon-ul > li > .nc-icon.circle,
.nc-icon-ul > li > .nc-icon.square {
  top: -0.19047619em;
  left: -1.9047619em;
}

.all-icons .font-icon-list .font-icon-detail i {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.nc-icon.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}

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

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

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nc-icon.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nc-icon.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nc-icon.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nc-icon.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
	font icons
-------------------------*/

.survey::before {
  content: "\ea0a";
}

.filter-organization::before {
  content: "\ea09";
}

.log-out::before {
  content: "\ea08";
}


.padlock-unlocked::before {
  content: "\ea07";
}

.a-edit::before {
  content: "\ea06";
}

.d-remove::before {
  content: "\ea05";
}

.d-edit::before {
  content: "\ea04";
}

.i-remove::before {
  content: "\ea03";
}

.left-arrow::before {
  content: "\ea0b";
}

.settings-gear::before {
  content: "\ea0c";
}

.books::before {
  content: "\ea10";
}

.b-check::before {
  content: "\ea0f";
}

.network-communication::before {
  content: "\ea0e";
}

.certificate::before {
  content: "\ea0d";
}

.check-list::before {
  content: "\ea11";
}

.bell::before {
  content: "\ea13";
}

.e-remove::before {
  content: "\ea12";
}

.e-remove-2::before {
  content: "\ea14";
}

.e-remove-3::before {
  content: "\ea15";
}

.check-single::before {
  content: "\ea16";
}

.t-warning::before {
  content: "\ea17";
}

.survey-2::before {
  content: "\ea18";
}

.arrow-e::before {
  content: "\ea19";
}

.arrow-w::before {
  content: "\ea1a";
}

.chequered-flag::before {
  content: "\ea1b";
}

.preview::before {
  content: "\ea1c";
}

.checkbox-btn-checked::before {
  content: "\ea1d";
}

.question-mark::before {
  content: "\ea1e";
}

.hat-3::before {
  content: "\ea1f";
}

.bookmark-add::before {
  content: "\ea20";
}

.final-score::before {
  content: "\ea21";
}

.winner::before {
  content: "\ea22";
}

.url-1::before {
  content: "\ea23";
}

.chart-bar-33::before {
  content: "\ea24";
}

/* all icon font classes list here */
