/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/css/fonts/awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/css/fonts/awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/css/fonts/awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/css/fonts/awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/css/fonts/awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/css/fonts/awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.facebook::after {
    content: "\f082";
    color: #3b579d
}

a.facebook::bevor {
    content: "\f082";
    color: #3b579d
}

#header #navigation_socialmedia {
    color: #999;
    font-size: .75em;
    margin: 0;
    position: absolute;
    right: .5em;
    bottom: .1em;
    line-height: 2.4em;
    z-index: 10
}



#header #navigation_socialmedia a {
    text-decoration: none;
    color: transparent;
    display: inline-block;
    text-indent: -4.2em;
    width: 2.4em;
    height: 2.4em;
    text-align: right
}

#header #navigation_socialmedia a::after {
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 2.4em;
    vertical-align: middle;
    position: relative;
    z-index: 1000
}

#header #navigation_socialmedia a.facebook::after {
    content: "\f082";
    color: #3b579d
}

#header #navigation_socialmedia a.twitter::after {
    content: "\f081";
    color: #31aae1
}

#header #navigation_socialmedia a.google::after {
    content: "\f0d4";
    color: #c62c16
}

