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

[class^="icon-"], [class*=" icon-"] {
  /* 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;
}

.icon-cogwheel:before {
  content: "\e901";
}
.icon-landscape2:before {
  content: "\e902";
}
.icon-recycle:before {
  content: "\e918";
}
.icon-box:before {
  content: "\e919";
}
.icon-add-plus-button:before {
  content: "\e91a";
}
.icon-back:before {
  content: "\e91b";
}
.icon-external:before {
  content: "\e91c";
}
.icon-fire:before {
  content: "\e91d";
}
.icon-garbage:before {
  content: "\e91e";
}
.icon-garbage-10px-test:before {
  content: "\e920";
}
.icon-garbage-15px-test:before {
  content: "\e921";
}
.icon-garbage-backup:before {
  content: "\e922";
}
.icon-garbage-final:before {
  content: "\e923";
}
.icon-idea:before {
  content: "\e924";
}
.icon-no-repair:before {
  content: "\e925";
}
.icon-no-repair-02:before {
  content: "\e926";
}
.icon-shield:before {
  content: "\e927";
}
.icon-stopwatch:before {
  content: "\e928";
}
.icon-wrench:before {
  content: "\e929";
}
.icon-economy:before {
  content: "\e900";
}
.link:before{
    color: #fbe33e;
    margin-left: 20px;
    font-family: 'icomoon' !important;
    content: "\e91c";
	display: table-cell;
	margin-left: 10px;
	height: auto;
	vertical-align: middle;
	font-size: 25px;
}
.link{
	display: table;
}