@charset "UTF-8";

 @font-face {
  font-family: 'mm-icons';
  src: url('../font/mm-icons.eot?52473982');
  src: url('../font/mm-icons.eot?52473982#iefix') format('embedded-opentype'),
       url('../font/mm-icons.woff?52473982') format('woff'),
       url('../font/mm-icons.ttf?52473982') format('truetype'),
       url('../font/mm-icons.svg?52473982#mm-icons') 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: 'mm-icons';
    src: url('../font/mm-icons.svg?52473982#mm-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mm-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-search:before { content: '\e81e'; } /* '' */
.icon-acrobat:before { content: '\50'; } /* 'P' */
.icon-mail-alt:before { content: '\45'; } /* 'E' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-star-empty:before { content: '\2606'; } /* '☆' */
.icon-star-half:before { content: '\e805'; } /* '' */
.icon-picture:before { content: '\e807'; } /* '' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-plus-circled:before { content: '\e80b'; } /* '' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-minus-circled:before { content: '\e80d'; } /* '' */
.icon-home:before { content: '🏠'; } /* '\1f3e0' */
.icon-link:before { content: '\e80f'; } /* '' */
.icon-link-ext:before { content: '\e810'; } /* '' */
.icon-download:before { content: '\e811'; } /* '' */
.icon-print:before { content: '\e812'; } /* '' */
.icon-cog:before { content: '\e813'; } /* '' */
.icon-logout:before { content: '\e815'; } /* '' */
.icon-down-dir:before { content: '\25be'; } /* '▾' */
.icon-up-dir:before { content: '\25b4'; } /* '▴' */
.icon-left-dir:before { content: '\25c2'; } /* '◂' */
.icon-right-dir:before { content: '\25b8'; } /* '▸' */
.icon-down-open:before { content: '\2193'; } /* '↓' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-right-open:before { content: '\2192'; } /* '→' */
.icon-up-open:before { content: '\2191'; } /* '↑' */
.icon-angle-left:before { content: '\3c'; } /* '&lt;' */
.icon-angle-right:before { content: '\3e'; } /* '&gt;' */
.icon-angle-up:before { content: '\22c0'; } /* '⋀' */
.icon-angle-down:before { content: '\22c1'; } /* '⋁' */
.icon-angle-double-left:before { content: '\ab'; } /* '«' */
.icon-angle-double-right:before { content: '\bb'; } /* '»' */
.icon-user:before { content: '\265f'; } /* '♟' */
.icon-doc-text:before { content: '\e823'; } /* '' */
.icon-key:before { content: '\e831'; } /* '' */
.icon-menu:before { content: '\2261'; } /* '≡' */
.icon-quote-left:before { content: '\275d'; } /* '❝' */
.icon-call:before { content: '\260e'; } /* '☎' */
.icon-linkedin:before { content: '\4c'; } /* 'L' */
.icon-skype:before { content: '\53'; } /* 'S' */
.icon-twitter:before { content: '\74'; } /* 't' */
.icon-youtube:before { content: '\59'; } /* 'Y' */
.icon-vimeo:before { content: '\76'; } /* 'v' */
.icon-xing:before { content: '\58'; } /* 'X' */
.icon-cloudapp:before { content: '\2601'; } /* '☁' */
.icon-dropbox:before { content: '\44'; } /* 'D' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-left-open:before { content: '\e81a'; } /* '' */