@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?8pdhpo');
    src:    url('fonts/icomoon.eot?8pdhpo#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?8pdhpo') format('truetype'),
        url('fonts/icomoon.woff?8pdhpo') format('woff'),
        url('fonts/icomoon.svg?8pdhpo#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;

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

.icon-picasa:before {
    content: "\e900";
}
.icon-search-plus:before {
    content: "\f00e";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-f:before {
    content: "\f09a";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-flickr:before {
    content: "\f16e";
}

