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

ha Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'ha';
  src: url('../fonts/ha.eot');
  src: url('../fonts/ha.eot') format('embedded-opentype'), url('../fonts/ha.woff2') format('woff2'), url('../fonts/ha.woff') format('woff'), url('../fonts/ha.ttf') format('truetype'), url('../fonts/ha.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.haicon {
  display: inline-block;
  font: normal normal normal 1em/1 'ha';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.haicon-sm {
  font-size: 0.8em;
}
.haicon-lg {
  font-size: 1.2em;
}
/* absolute units */
.haicon-16 {
  font-size: 16px;
}
.haicon-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.haicon-bg-square,
.haicon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.haicon-bg-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.haicon-ul {
  padding-left: 0;
  list-style-type: none;
}
.haicon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.haicon-ul > li > .haicon {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.haicon-is-spinning {
  -webkit-animation: haicon-spin 2s infinite linear;
  -moz-animation: haicon-spin 2s infinite linear;
  animation: haicon-spin 2s infinite linear;
}
@-webkit-keyframes haicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes haicon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes haicon-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
-------------------------*/
.haicon-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);
}
.haicon-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);
}
.haicon-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);
}
.haicon-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);
}
.haicon-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);
}
/*------------------------
	icons
-------------------------*/

.haicon-icon-acare::before {
  content: "\ea02";
}

.haicon-icon-doc01::before {
  content: "\ea03";
}

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

.haicon-icon-files::before {
  content: "\ea05";
}

.haicon-g-check::before {
  content: "\ea06";
}

.haicon-icon_building::before {
  content: "\ea07";
}

.haicon-icon_man::before {
  content: "\ea08";
}

.haicon-icon_affprice::before {
  content: "\ea0f";
}

.haicon-icon_award::before {
  content: "\ea10";
}

.haicon-icon_goal::before {
  content: "\ea11";
}

