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

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

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

.icon-cross:before {
    content: "\e901";
}
.icon-menu {
	font-size: 22px;
}
.icon-menu:before {
    content: "\e601";
}
.icon-arrow-left:before {
    content: "\e602";
}
.icon-arrow-down:before {
    content: "\e603";
}
.icon-arrow-up:before {
    content: "\e604";
}
.icon-arrow-right:before {
    content: "\e605";
}
.icon2-newspaper:before {
    content: "\e606";
}
.icon2-ticket:before {
    content: "\e607";
}
.icon2-mobile:before {
    content: "\e608";
}
.icon2-rocket:before {
    content: "\e609";
}
.icon2-fire:before {
    content: "\e60a";
}
.icon2-minus:before {
    content: "\e60b";
}
.icon2-plus:before {
    content: "\e60c";
}
.icon2-play:before {
    content: "\e60d";
}
.icon2-facebook:before {
    content: "\e60e";
}
.icon2-instagram:before {
    content: "\e60f";
}
.icon2-twitter:before {
    content: "\e610";
}
.icon2-vimeo:before {
    content: "\e611";
}

