@font-face {
    font-family: 'eventticket-icon';
    src:  url('../fonts/eventticket-icon.eot?wjnycu');
    src:  url('../fonts/eventticket-icon.eot?wjnycu#iefix') format('embedded-opentype'),
    url('../fonts/eventticket-icon.ttf?wjnycu') format('truetype'),
    url('../fonts/eventticket-icon.woff?wjnycu') format('woff'),
    url('../fonts/eventticket-icon.svg?wjnycu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'eventticket-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
    content: "\e902";
}
.icon-user:before {
    content: "\f007";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-phone:before {
    content: "\f095";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-arrow_forward_ios:before {
    content: "\e900";
}
.icon-arrow_back_ios:before {
    content: "\e901";
}
.icon-minus1:before {
    content: "\ea0b";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-star-full:before {
    content: "\e9d9";
}
.icon-plus1:before {
    content: "\ea0a";
}
.icon-minus1:before {
    content: "\ea0b";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-facebook2:before {
    content: "\ea91";
}
.icon-instagram:before {
    content: "\ea92";
}
