/* icomoon stuff */

@font-face {
    font-family: 'icomoon';
    /*src: url('/Static/fonts/IcoMoon/icomoon.eot?-77066m');*/
    src: 
        url('/Static/fonts/IcoMoon/icomoon.eot?#iefix-77066m') format('embedded-opentype'),
        url('/Static/fonts/IcoMoon/icomoon.woff?-77066m') format('woff'),
        url('/Static/fonts/IcoMoon/icomoon.ttf?-77066m') format('truetype'), 
        url('/Static/fonts/IcoMoon/icomoon.svg?-77066m#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    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-uniE601:before {
    content: "\e601";
}
.icon-volume-high:before {
    content: "\e600";
}
.icon-facebook:before {
    content: "\e602";
}
.icon-twitter:before {
    content: "\e604";
}
.icon-search:before {
    content: "\e603";
}
.icon-share:before {
    content: "\e605";
}
.icon-list:before {
    content: "\e60a";
}
.icon-arrow-left:before {
    content: "\e606";
}
.icon-arrow-down:before {
    content: "\e607";
}
.icon-arrow-up:before {
    content: "\e608";
}
.icon-uniE609:before {
    content: "\e609";
}
.icon-phone:before {
    content: "\e942";
}
.icon-mobile:before {
    content: "\e958";
}
.icon-email:before {
    content: "\e945";
}