@charset "UTF-8";

@font-face {
  font-family: 'custommade';
  src: url("../../fonts/fontello/custommade.eot");
  src: url("../../fonts/fontello/custommade.eot?#iefix") format('embedded-opentype'), url("../../fonts/fontello/custommade.woff") format('woff'), url("../../fonts/fontello/custommade.ttf") format('truetype'), url("../../fonts/fontello/custommade.svg#custommade") format('svg');
        font-weight: normal;
  font-style: normal;
}
/* INSTRUCTIONS FOR UPDATING:
   1. Go to http://fontello.com/, under the wrench icon reset and import /static/library/fonts/fontello/config.json
   2. Add icons you want and download fontello
   3. copy styles from custommade.css in downloaded fontello folder and paste below (look for 'UPDATE HERE')
   4. in /static/library/fonts/fontello/ replace with new files
*/

/*if you replace .icon-play-after or .icon-down, make sure the pseudo class remains as :after, not :before which is what fontello does by default*/
/* 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: 'custommade';
    src: url('../font/custommade.svg?64869855#custommade') format('svg');
  }
}
*/

 [class^="icon-"]:before,
 [class*=" icon-"]:before,
 [class^="icon-"]:after,
 [class*=" icon-"]:after {
  font-family: "custommade";
  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;

  /* 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); */
}

/* Custom afters */
.icon-play-after:after { content: '\e8d4'; } /* '' */
.icon-down-after:after { content: '\e862'; } /* '' */
.icon-right-open-mini-after:after { content: '\e762'; } /* '' */
.icon-right-open-big-after:after { content: '\e766'; } /* '' */
.icon-right-open-after:after { content: '\e75e'; } /* '' */

/* UPDATE HERE: Fontello styles (copy and paste new ones here) */
.icon-info:before { content: '\2139'; } /* 'ℹ' */
.icon-switch:before { content: '\21c6'; } /* '⇆' */
.icon-plus-squared:before { content: '\229e'; } /* '⊞' */
.icon-hourglass:before { content: '\23f3'; } /* '⏳' */
.icon-heart:before { content: '\2665'; } /* '♥' */
.icon-tools:before { content: '\2692'; } /* '⚒' */
.icon-ok-1:before { content: '\2713'; } /* '✓' */
.icon-cancel-circled:before { content: '\2716'; } /* '✖' */
.icon-help:before { content: '\2753'; } /* '❓' */
.icon-direction:before { content: '\27a2'; } /* '➢' */
.icon-list:before { content: '\e005'; } /* '' */
.icon-export:before { content: '\e715'; } /* '' */
.icon-vcard:before { content: '\e722'; } /* '' */
.icon-archive:before { content: '\e738'; } /* '' */
.icon-arrow-combo:before { content: '\e74f'; } /* '' */
.icon-down-open:before { content: '\e75c'; } /* '' */
.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-up-open:before { content: '\e75f'; } /* '' */
.icon-down-open-mini:before { content: '\e760'; } /* '' */
.icon-left-open-mini:before { content: '\e761'; } /* '' */
.icon-right-open-mini:before { content: '\e762'; } /* '' */
.icon-up-open-mini:before { content: '\e763'; } /* '' */
.icon-left-open-big:before { content: '\e765'; } /* '' */
.icon-right-open-big:before { content: '\e766'; } /* '' */
.icon-up-open-big:before { content: '\e767'; } /* '' */
.icon-inbox:before { content: '\e777'; } /* '' */
.icon-dot:before { content: '\e78b'; } /* '' */
.icon-dot-3:before { content: '\e78d'; } /* '' */
.icon-paper-plane:before { content: '\e79b'; } /* '' */
.icon-comment-alt:before { content: '\e800'; } /* '' */
.icon-chat:before { content: '\e801'; } /* '' */
.icon-resize-full-1:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\e803'; } /* '' */
.icon-play-circled2:before { content: '\e804'; } /* '' */
.icon-tag-1:before { content: '\e805'; } /* '' */
.icon-logout:before { content: '\e806'; } /* '' */
.icon-basket:before { content: '\e807'; } /* '' */
.icon-resize-vertical:before { content: '\e808'; } /* '' */
.icon-videocam:before { content: '\e809'; } /* '' */
.icon-lightbulb:before { content: '\e80a'; } /* '' */
.icon-megaphone:before { content: '\e80b'; } /* '' */
.icon-ok-2:before { content: '\e80c'; } /* '' */
.icon-mail-1:before { content: '\e80d'; } /* '' */
.icon-up-2:before { content: '\e80e'; } /* '' */
.icon-plus-circled:before { content: '\e80f'; } /* '' */
.icon-dollar:before { content: '\e810'; } /* '' */
.icon-star:before { content: '\e811'; } /* '' */
.icon-comment-1:before { content: '\e812'; } /* '' */
.icon-resize-full-alt:before { content: '\e813'; } /* '' */
.icon-bookmark-1:before { content: '\e814'; } /* '' */
.icon-menu:before { content: '\e815'; } /* '' */
.icon-resize-full:before { content: '\e816'; } /* '' */
.icon-resize-small:before { content: '\e817'; } /* '' */
.icon-stumbleupon:before { content: '\e818'; } /* '' */
.icon-ok-circled2:before { content: '\e819'; } /* '' */
.icon-users:before { content: '\e81a'; } /* '' */
.icon-credit-card:before { content: '\e81b'; } /* '' */
.icon-cancel-circled2:before { content: '\e81c'; } /* '' */
.icon-star-empty:before { content: '\e81d'; } /* '' */
.icon-trash:before { content: '\e81e'; } /* '' */
.icon-truck:before { content: '\e81f'; } /* '' */
.icon-adjust:before { content: '\e820'; } /* '' */
.icon-ok-circled:before { content: '\e821'; } /* '' */
.icon-star-1:before { content: '\e822'; } /* '' */
.icon-attach-1:before { content: '\e823'; } /* '' */
.icon-pencil-1:before { content: '\e824'; } /* '' */
.icon-doc-text:before { content: '\e825'; } /* '' */
.icon-asterisk:before { content: '\e826'; } /* '' */
.icon-spin5:before { content: '\e838'; } /* '' */
.icon-down:before { content: '\e862'; } /* '' */
.icon-up:before { content: '\e865'; } /* '' */
.icon-user:before { content: '\e894'; } /* '' */
.icon-ok:before { content: '\e898'; } /* '' */
.icon-cancel:before { content: '\e89a'; } /* '' */
.icon-plus:before { content: '\e89c'; } /* '' */
.icon-minus:before { content: '\e89e'; } /* '' */
.icon-home:before { content: '\e8a2'; } /* '' */
.icon-attach:before { content: '\e8a4'; } /* '' */
.icon-lock:before { content: '\e8a5'; } /* '' */
.icon-tag:before { content: '\e8aa'; } /* '' */
.icon-pencil:before { content: '\e8af'; } /* '' */
.icon-comment:before { content: '\e8b0'; } /* '' */
.icon-location:before { content: '\e8b2'; } /* '' */
.icon-cog:before { content: '\e8bc'; } /* '' */
.icon-calendar:before { content: '\e8bf'; } /* '' */
.icon-clock:before { content: '\e8c5'; } /* '' */
.icon-play:before { content: '\e8d4'; } /* '' */
.icon-down-open-big:before { content: '\e8dc'; } /* '' */
.icon-search:before { content: '\e8ec'; } /* '' */
.icon-thumbs-up:before { content: '\e904'; } /* '' */
.icon-thumbs-down:before { content: '\e905'; } /* '' */
.icon-attention:before { content: '\e90e'; } /* '' */
.icon-phone:before { content: '\e914'; } /* '' */
.icon-left:before { content: '\e921'; } /* '' */
.icon-right:before { content: '\e922'; } /* '' */
.icon-down-dir:before { content: '\e970'; } /* '' */
.icon-right-dir:before { content: '\e972'; } /* '' */
.icon-info-circle:before { content: '\e9ad'; } /* '' */
.icon-reply:before { content: '\ea25'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-youtube:before { content: '\f313'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-paypal:before { content: '\f342'; } /* '' */
.icon-alert:before { content: '💥'; } /* '\1f4a5' */
.icon-monitor:before { content: '💻'; } /* '\1f4bb' */
.icon-cd:before { content: '💿'; } /* '\1f4bf' */
.icon-folder:before { content: '📁'; } /* '\1f4c1' */
.icon-chart-line:before { content: '📈'; } /* '\1f4c8' */
.icon-box:before { content: '📦'; } /* '\1f4e6' */
.icon-newspaper:before { content: '📰'; } /* '\1f4f0' */
.icon-mobile:before { content: '📱'; } /* '\1f4f1' */
.icon-camera:before { content: '📷'; } /* '\1f4f7' */
.icon-block:before { content: '🚫'; } /* '\1f6ab' */

/*if you copy and paste new ones over the old ones, do not replace this one*/
.icon-mail:before { content: '\e80d'; } /* This is for backwards compatibility. It references icon-mail-1 */
.icon-lightbulb:before { content: '\e80a'; font-size: 1.2em; margin-left: -2px; margin-right: -3px;} /* '' */
