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

icons Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot');
  src: url('../fonts/icons.eot') format('embedded-opentype'), url('../fonts/icons.woff2') format('woff2'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'icons';
  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 */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.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-star::before {
  content: "\ea04";
}

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

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

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

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

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

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

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

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

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

.icon-estimation::before {
  content: "\f2e5";
}

.icon-desktop::before {
  content: "\f2e6";
}

.icon-external-link::before {
  content: "\f2e7";
}

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

.icon-clipboard::before {
  content: "\f2e9";
}

.icon-excel::before {
  content: "\f2ea";
}

.icon-folder_open::before {
  content: "\f2eb";
}

.icon-folder_open_alt::before {
  content: "\f2ec";
}

.icon-file-1::before {
  content: "\f2ed";
}

.icon-file_alt::before {
  content: "\f2ee";
}

