@font-face {
  font-family: 'mcp14';
  src: url('font/mcp14.eot');
  src: url('font/mcp14.eot#iefix') format('embedded-opentype'),
       url('font/mcp14.woff') format('woff'),
       url('font/mcp14.ttf') format('truetype'),
       url('font/mcp14.svg#mcp14') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mcp14';
    src: url('font/mcp14.svg#mcp14') format('svg');
  }
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mcp14";  
  margin: 0 2px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 120%;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}

.icon-block{width: 21px; height: 21px;line-height: 200%; overflow: hidden; display: block; text-decoration: none; text-align: center}
a.icon-block:hover{text-decoration: none}
 
.icon-mail-alt:before { content: '\e804'; } /* '' */
.icon-sitemap:before { content: '\e800'; } /* '' */
.icon-print:before { content: '\e802'; } /* '' */
.icon-doc:before { content: '\e803'; } /* '' */
.icon-move:before { content: '\e80a'; } /* '' */
.icon-down-open:before { content: '\e806'; } /* '' */
.icon-home:before { content: '\e801'; } /* '' */
.icon-right-open:before { content: '\e808'; } /* '' */
.icon-up-open:before { content: '\e809'; } /* '' */
.icon-tablet:before { content: '\e80b'; } /* '' */
.icon-mobile:before { content: '\e805'; } /* '' */
.icon-left-open:before { content: '\e807'; } /* '' */