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

[class^="icon-"], [class*=" icon-"] {
    /* 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;
    color:#339999;

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

[class^="iconwhite-"], [class*=" iconwhite-"] {
    /* 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;
    color:#fff;

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

.icon-douche:before {
    content: "\e902";
}
.icon-teeshirt:before {
    content: "\e903";
}
.icon-liberty:before {
    content: "\e901";
}
.icon-surf:before {
    content: "\e900";
}
.icon-bolt:before {
    content: "\f0e7";
}
.icon-flash:before {
    content: "\f0e7";
}
.icon-stopwatch:before {
    content: "\e904";
}

.iconwhite-stopwatch:before {
    content: "\e904";
}


.pf1x {
    font-size:1em;
}

.pf2x {
    font-size:2em;
}

.pf3x {
    font-size:3em;
}

.pf4x {
    font-size:4em;
}

.pf5x {
    font-size:5em;
}

