
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?52526837');
  src: url('../fonts/fontello.eot?52526837#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?52526837') format('woff2'),
       url('../fonts/fontello.woff?52526837') format('woff'),
       url('../fonts/fontello.ttf?52526837') format('truetype'),
       url('../fonts/fontello.svg?52526837#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fontello-icon
{
  font-family: "fontello";
  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%; */
 
  /* 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); */
}

.fontello-icon.icon--multi {
  width: auto;
  margin-right: 0.5em;
  margin-left: -0.5em;
}

.fontello-icon.icon--2x {
  font-size: 150%;
}

.fontello-icon.icon--3x {
  font-size: 175%;
}

.fontello-icon.icon--4x {
  font-size: 200%;
}

.fontello-icon.icon--5x {
  font-size: 225%;
}




.icon-user:before { content: '\e800'; } /* '' */
.icon-male:before { content: '\e801'; } /* '' */
.icon-female:before { content: '\e802'; } /* '' */
.icon-child:before { content: '\e803'; } /* '' */
.icon-warehouse:before { content: '\e804'; } /* '' */
.icon-building:before { content: '\e805'; } /* '' */
.icon-globe-2:before { content: '\e806'; } /* '' */
.icon-school:before { content: '\e807'; } /* '' */
.icon-pitch:before { content: '\e808'; } /* '' */
.icon-building-filled:before { content: '\e809'; } /* '' */
.icon-person:before { content: '\e80a'; } /* '' */
.icon-commerical-building:before { content: '\e80b'; } /* '' */
.icon-home-outline:before { content: '\e80c'; } /* '' */
.icon-home:before { content: '\e80d'; } /* '' */
.icon-religious-christian:before { content: '\e80e'; } /* '' */
.icon-users:before { content: '\e80f'; } /* '' */
.icon-user-1:before { content: '\e810'; } /* '' */
.icon-user-pair:before { content: '\e811'; } /* '' */
.icon-user-2:before { content: '\e812'; } /* '' */
.icon-user-3:before { content: '\e813'; } /* '' */
.icon-user-male:before { content: '\e814'; } /* '' */
.icon-user-female:before { content: '\e815'; } /* '' */
.icon-users-1:before { content: '\e816'; } /* '' */
.icon-user-4:before { content: '\e817'; } /* '' */
.icon-adult:before { content: '\e818'; } /* '' */
.icon-child-1:before { content: '\e819'; } /* '' */
.icon-user-5:before { content: '\e81a'; } /* '' */


@media only screen and (max-width: 992px) {

  .fontello-icon.icon--2x {
    font-size: 100%;
  }

  .fontello-icon.icon--3x {
    font-size: 125%;
  }

  .fontello-icon.icon--4x {
    font-size: 150%;
  }

  .fontello-icon.icon--5x {
    font-size: 175%;
  }

}
