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


.mgmt-icon{
  font-family: "mgmt-glyph";
  font-style: normal;
  font-weight: normal;
  speak: none;     
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;    
  font-variant: normal;
  text-transform: none;    
  line-height: 1em;    
  margin-left: .2em;         
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;    
}

.mgmt-arrow::before{
    content: "\e800"	
}