@font-face {
    font-family: 'FontAwesome4';
    font-weight: normal;
    font-style: normal;
    src: url("fontawesome-webfont.eot");
    src: url("fontawesome-webfont.eot") format('embedded-opentype'),
    url("fontawesome-webfont.woff2") format('woff2'),
    url("fontawesome-webfont.woff") format('woff'),
    url("fontawesome-webfont.ttf") format('truetype'),
    url("fontawesome-webfont.svg") format('svg');
}

@font-face {
    font-family: 'FontAwesome5';
    font-style: normal;
    font-weight: normal;
    src: url("fa-brands-400.eot");
    src: url("fa-brands-400.eot") format('embedded-opentype'),
    url("fa-brands-400-1.woff2") format('woff2'),
    url("fa-brands-400.woff") format('woff'),
    url("fa-brands-400-1.ttf") format('truetype'),
    url("fa-brands-400.svg") format('svg');
}

@font-face {
    font-family: 'FontAwesomeViber';
    font-weight: normal;
    font-style: normal;
    src: url("fa-viber.eot");
    src: url("fa-viber-1.eot") format('embedded-opentype'),
    url("fa-viber.ttf") format('truetype'),
    url("fa-viber.woff") format('woff'),
    url("fa-viber.svg") format('svg');
}

.fa-viber:before {
    font: normal normal normal 1em/1 FontAwesomeViber;
    content: '\e666';
}

.fab.fa-tripadvisor,
.fa.fa-tripadvisor,
.fa.fa-meanpath {
    font: normal normal normal 1em/1 FontAwesome4;
}

.fab.fa-acquisitions-incorporated,
.fab.fa-penny-arcade,
.fab.fa-adobe {
    font: normal normal normal 1em/1 FontAwesome5;
}

.fab.fa-tripadvisor:before,
.fa.fa-tripadvisor:before {
    content: '\f262'
}

.fab.fa-acquisitions-incorporated:before {
    content: '\f6af';
}

.fab.fa-penny-arcade:before {
    content: '\f704';
}

.fa.fa-meanpath:before {
    content: '\f20c';
}

.fab.fa-adobe:before {
    content: '\f778';
}