@font-face {
  font-family: 'au_icons';
  src: url('//cmsdesign.au.dk/design/2011/fonts/au_icons.eot?96915231');
  src: url('//cmsdesign.au.dk/design/2011/fonts/au_icons.eot?96915231#iefix') format('embedded-opentype'),
       url('//cmsdesign.au.dk/design/2011/fonts/au_icons.woff?96915231') format('woff'),
       url('//cmsdesign.au.dk/design/2011/fonts/au_icons.ttf?96915231') format('truetype'),
       url('//cmsdesign.au.dk/design/2011/fonts/au_icons.svg?96915231#au_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: 'au_icons';
    src: url('../../fonts/au_icons.svg?50855684#au_icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "au_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size:26px;
  display: inline-block;
  text-decoration: inherit;
  width: 1.2em;
  margin-right: .4em;
  text-align: center;
  vertical-align:middle;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
 
  /* 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-minus:before { content: '\2d'; } /* '-' */
.icon-udays:before { content: '\55'; } /* 'U' */
.icon-legal:before { content: '\6c'; } /* 'l' */
.icon-subscribe:before { content: '\73'; } /* 's' */
.icon-download:before { content: '\64'; } /* 'd' */
.icon-apply:before { content: '\61'; } /* 'a' */
.icon-burger:before { content: '\6e'; } /* 'n' */
.icon-youtube:before { content: '\59'; } /* 'Y' */
.icon-vimeo:before { content: '\56'; } /* 'V' */
.icon-linkedin:before { content: '\49'; } /* 'I' */
.icon-facebook:before { content: '\46'; } /* 'F' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-question:before { content: '\71'; } /* 'q' */
.icon-close:before { content: '\63'; } /* 'c' */
.icon-info:before { content: '\69'; } /* 'i' */
.icon-email:before { content: '\65'; } /* 'e' */
.icon-settings:before { content: '\70'; } /* 'p' */
.icon-www:before { content: '\77'; } /* 'w' */
.icon-read:before { content: '\62'; } /* 'b' */
.icon-rss:before { content: '\72'; } /* 'r' */
.icon-bullet:before { content: '\3e'; } /* '&gt;' */
.icon-instagram:before { content: '\53'; } /* 'S' */