@charset "UTF-8";
@font-face {
  font-family: 'iconset';
  src: url("fonts/iconset.eot?74943459");
  src: url("fonts/iconset.eot?74943459#iefix") format("embedded-opentype"), url("fonts/iconset.woff?74943459") format("woff"), url("fonts/iconset.ttf?74943459") format("truetype"), url("fonts/iconset.svg?74943459#iconset") 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: 'iconset';
    src: url('fonts/iconset.svg?74943459#iconset') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconset";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook-squared:before {
  content: '\e800';
}

/* '' */
.icon-facebook:before {
  content: '\e801';
}

/* '' */
.icon-linkedin-squared:before {
  content: '\e802';
}

/* '' */
.icon-linkedin:before {
  content: '\e803';
}

/* '' */
.icon-twitter-squared:before {
  content: '\e805';
}

/* '' */
.icon-twitter:before {
  content: '\e804';
}

/* '' */
.icon-gplus-squared:before {
  content: '\e807';
}

/* '' */
.icon-gplus:before {
  content: '\e806';
}

/* '' */
.icon-instagram:before {
  content: '\e808';
}

/* '' */
.icon-mail:before {
  content: '\e809';
}

/* '' */
.icon-menu:before {
  content: '\e80a';
}

/* '' */
.icon-cancel:before {
  content: '\e80b';
}

/* '' */
.icon-left-open-big:before {
  content: '\e80c';
}

/* '' */
.icon-right-open-big:before {
  content: '\e80d';
}

/* '' */
.icon-left-open:before {
  content: '\e80e';
}

/* '' */
.icon-right-open:before {
  content: '\e80f';
}

/* '' */
.icon-down-open:before {
  content: '\e810';
}

/* '' */
.icon-up-open:before {
  content: '\e811';
}

/* '' */
.icon-calendar:before {
  content: '\e812';
}

/* '' */
.icon-check-empty:before {
  content: '\e813';
}

/* '' */
.icon-ok-squared:before {
  content: '\e814';
}

/* '' */
