@font-face {
  font-family: 'kidspanel';
  src:  url('../fonts/kidspanel.eot?inm9eu');
  src:  url('../fonts/kidspanel.eot?inm9eu#iefix') format('embedded-opentype'),
    url('../fonts/kidspanel.ttf?inm9eu') format('truetype'),
    url('../fonts/kidspanel.woff?inm9eu') format('woff'),
    url('../fonts/kidspanel.svg?inm9eu#kidspanel') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kidspanel' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-down-left:before {
  content: "\e901";
}
.icon-arrow-down-right:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-up:before {
  content: "\e905";
}
.icon-arrow-up-left:before {
  content: "\e906";
}
.icon-arrow-up-right:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
	color: #3b5998;
}
.icon-mail:before {
  content: "\e90a";
}
.icon-menu:before {
  content: "\e90b";
}
.icon-user-circle:before {
  content: "\e90c";
}
