@font-face {
  font-family: 'vantam-theme';
  src: url('fonts/theme-icons.eot');
  src: url('fonts/theme-icons.eot#iefix') format('embedded-opentype'),
       url('fonts/theme-icons.woff2') format('woff2'),
       url('fonts/theme-icons.woff') format('woff'),
       url('fonts/theme-icons.ttf') format('truetype'),
       url('fonts/theme-icons.svg#vantam-theme') 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: 'vantam-theme';
    src: url('../font/vantam-theme.svg#vantam-theme') format('svg');
  }
}
*/
[class^="vamtam-theme-"]:before, [class*=" vamtam-theme-"]:before {
  font-family: "vantam-theme";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  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 */
  

  /* 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); */
}

.vamtam-theme-arrow-left:before { content: '\e900'; } /* '' */
.vamtam-theme-arrow-right:before { content: '\e901'; } /* '' */
.vamtam-theme-arrow-up:before { content: '\e902'; } /* '' */
.vamtam-theme-plus:before { content: '\e903'; } /* '' */
.vamtam-theme-minus:before { content: '\e904'; } /* '' */
.vamtam-theme-chack:before { content: '\e905'; } /* '' */
.vamtam-theme-chack-circle:before { content: '\e906'; } /* '' */
.vamtam-theme-location:before { content: '\e907'; } /* '' */
.vamtam-theme-phone:before { content: '\e908'; } /* '' */
.vamtam-theme-logo-sign:before { content: '\e909'; } /* '' */
.vamtam-theme-send:before { content: '\e90a'; } /* '' */
.vamtam-theme-download:before { content: '\e90b'; } /* '' */
.vamtam-theme-circular-geometric-1:before { content: '\e90c'; } /* '' */
.vamtam-theme-circular-geometric:before { content: '\e90d'; } /* '' */
.vamtam-theme-clock:before { content: '\e90e'; } /* '' */
.vamtam-theme-doppler-effect:before { content: '\e90f'; } /* '' */
.vamtam-theme-growth:before { content: '\e910'; } /* '' */
.vamtam-theme-secure:before { content: '\e911'; } /* '' */
.vamtam-theme-email:before { content: '\e912'; } /* '' */
.vamtam-theme-team:before { content: '\e913'; } /* '' */
.vamtam-theme-direction:before { content: '\e914'; } /* '' */
.vamtam-theme-care:before { content: '\e915'; } /* '' */
.vamtam-theme-picture:before { content: '\e916'; } /* '' */
.vamtam-theme-success:before { content: '\e917'; } /* '' */
.vamtam-theme-quote-left:before { content: '\e918'; } /* '' */
.vamtam-theme-quote-right:before { content: '\e919'; } /* '' */
.vamtam-theme-arrow-down:before { content: '\e91a'; } /* '' */
.vamtam-theme-close:before { content: '\e91b'; } /* '' */
.vamtam-theme-menu:before { content: '\e91c'; } /* '' */
