﻿/* fonts */
/* grid */
@font-face {
  font-family: 'cg';
  src: url('/fonts/cg.eot?34991870');
  src: url('/fonts/cg.eot?34991870#iefix') format('embedded-opentype'), url('/fonts/cg.woff?34991870') format('woff'), url('/fonts/cg.ttf?34991870') format('truetype'), url('/fonts/cg.svg?34991870#cg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cg";
  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-lock:before {
  content: '\e800';
}
/* '' */
.icon-lock-open:before {
  content: '\e801';
}
/* '' */
.icon-ok:before {
  content: '\e802';
}
/* '' */
.icon-angle-down:before {
  content: '\e803';
}
/* '' */
.icon-angle-up:before {
  content: '\e804';
}
/* '' */
.icon-angle-right:before {
  content: '\e805';
}
/* '' */
.icon-angle-left:before {
  content: '\e806';
}
/* '' */
.icon-arrows-cw:before {
  content: '\e807';
}
/* '' */
.icon-pencil:before {
  content: '\e808';
}
/* '' */
.icon-cancel:before {
  content: '\e809';
}
/* '' */
body {
  font-size: 62.5%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}
.main-menu.lvl1 {
  font-size: 1.4em;
}
.main-menu.lvl2 {
  font-size: 1.3em;
}
/*# sourceMappingURL=text.css.map */