@font-face {
    font-family: 'inavii-icon';
    src: url('../font/inavii-icon.eot?90470679');
    src: url('../font/inavii-icon.eot?90470679#iefix') format('embedded-opentype'),
    url('../font/inavii-icon.woff2?90470679') format('woff2'),
    url('../font/inavii-icon.woff?90470679') format('woff'),
    url('../font/inavii-icon.ttf?90470679') format('truetype'),
    url('../font/inavii-icon.svg?90470679#inavii-icon') 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: 'inavii-icon';
    src: url('../font/inavii-icon.svg?90470679#inavii-icon') format('svg');
  }
}
*/
[class^="inavii-icon-"]:before, [class*=" inavii-icon-"]:before {
    font-family: "inavii-icon";
    font-style: normal;
    font-weight: normal;
    speak: never;

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

.inavii-icon-cancel:before { content: '\e800'; } /* '' */
.inavii-icon-instagram:before { content: '\e804'; } /* '' */
.inavii-icon-comment:before { content: '\e816'; } /* '' */
.inavii-icon-like:before { content: '\e817'; } /* '' */
.inavii-icon-clock:before { content: '\e818'; } /* '' */
.inavii-icon-slider:before { content: '\e822'; } /* '' */
.inavii-icon-highlight-focus:before { content: '\e823'; } /* '' */
.inavii-icon-highlight-super:before { content: '\e824'; } /* '' */
.inavii-icon-highlight:before { content: '\e825'; } /* '' */
.inavii-icon-masonry-horizontal:before { content: '\e826'; } /* '' */
.inavii-icon-masonry-vertical:before { content: '\e827'; } /* '' */
.inavii-icon-list:before { content: '\e828'; } /* '' */
.inavii-icon-grid:before { content: '\e829'; } /* '' */

.inavii-icon-slider:before { display: inline-flex; justify-content: center; }