@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoona2fd.eot?a20bok');
  src:  url('fonts/icomoona2fd.eot?a20bok#iefix') format('embedded-opentype'),
    url('fonts/icomoona2fd.ttf?a20bok') format('truetype'),
    url('fonts/icomoona2fd.woff?a20bok') format('woff'),
    url('fonts/icomoona2fd.svg?a20bok#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="toolIcon-"], [class*=" toolIcon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toolIcon-bucket-list:before {
  content: "\e900";
}
.toolIcon-candle:before {
  content: "\e901";
}
.toolIcon-memories-box:before {
  content: "\e902";
}

.slideCard .fa-check{
	font-size: 28px;
	position: relative;
	top: 1px;
}

.slideCard .fa-check:before {
	content: "\e900";
	font-family: 'icomoon' !important;
}

.slideCard .fa-list-alt:before, .items .fa-list-alt:before, .newsFeedMainButtons ul li .fa-list-alt:before {
	content: "\e902";
	font-family: 'icomoon' !important;
}

.navPart .toolIcon-memories-box{
width: 34px;
margin-right: 7px;
}