@charset "UTF-8";

 @font-face {
  font-family: 'symbols';
  src: url('../font/symbols.eot?25888364');
  src: url('../font/symbols.eot?25888364#iefix') format('embedded-opentype'),
       url('../font/symbols.woff?25888364') format('woff'),
       url('../font/symbols.ttf?25888364') format('truetype'),
       url('../font/symbols.svg?25888364#symbols') 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: 'symbols';
    src: url('../font/symbols.svg?25888364#symbols') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "symbols";
  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 - magrins 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-home:before { content: '\2302'; } /* '⌂' */
.icon-home-1:before { content: '\e800'; } /* '' */
.icon-home-2:before { content: '\e801'; } /* '' */
.icon-flight-1:before { content: '\e804'; } /* '' */
.icon-slideshare:before { content: '\e036'; } /* '' */
.icon-gift:before { content: '\e0b7'; } /* '' */
.icon-help-circled:before { content: '\e704'; } /* '' */
.icon-info-circled:before { content: '\e705'; } /* '' */
.icon-comment-alt:before { content: '\e71a'; } /* '' */
.icon-docs:before { content: '\e736'; } /* '' */
.icon-aboveground-rail:before { content: '\e802'; } /* '' */
.icon-warehouse:before { content: '\e840'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-beer:before { content: '\f0fc'; } /* '' */
.icon-bag:before { content: '👜'; } /* '\1f45c' */
.icon-users-1:before { content: '\e803'; } /* '' */
.icon-users:before { content: '👥'; } /* '\1f465' */
.icon-briefcase:before { content: '💼'; } /* '\1f4bc' */
.icon-doc-text:before { content: '📄'; } /* '\1f4c4' */
.icon-book-open:before { content: '📖'; } /* '\1f4d6' */
.icon-mobile:before { content: '📱'; } /* '\1f4f1' */