@font-face {
  font-family: 'fontawesome';
  src: url('../font/fontawesome.eot?30383546');
  src: url('../font/fontawesome.eot?30383546#iefix') format('embedded-opentype'),
       url('../font/fontawesome.woff?30383546') format('woff'),
       url('../font/fontawesome.ttf?30383546') format('truetype'),
       url('../font/fontawesome.svg?30383546#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontawesome';
    src: url('../font/fontawesome.svg?30383546#fontawesome') format('svg');
  }
}
*/
 
 [class^="awesome-icon-"]:before, [class*=" awesome-icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  font-size: 60%; 
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.awesome-icon-home:before { content: '\e809'; font-size:70%; margin-left: 0; } /* '' */
.awesome-icon-mail-alt:before { content: '\e805'; } /* '' */
.awesome-icon-calendar:before { content: '\e80a'; } /* '' */
.awesome-icon-phone:before { content: '\e806'; } /* '' */

 [class^="social-icon-"]:before, [class*=" social-icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  font-size: 200%; 
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.social-icon-viadeo:before { content: '\e804'; background:#FC7700; color:#fff; } /* '' */
.social-icon-twitter:before { content: '\e801'; background:#00ACEE; color:#fff; } /* '' */
.social-icon-facebook:before { content: '\e808'; background:#3B5998; color:#fff; } /* '' */
.social-icon-gplus:before { content: '\e802'; background:#DD4B39; color:#fff; } /* '' */
.social-icon-linkedin:before { content: '\e803'; background:#1B86BC; color:#fff; } /* '' */
.social-icon-xing:before { content: '\e800'; background:#006567; color:#fff; } /* '' */
.social-icon-skype:before { content: '\e807'; background:#0078CA; color:#fff; } /* '' */
.social-icon-mva:before {  color:#fff; border:1px solid red;
                          
}
.mva { left:0.4em; height: 3.6em; width: 3.6em; top:1.05em;
       border:0px solid red; position:relative;
}

.mva div[class^="mva-"],
.mva div[class*=" mva-"] { display:inline-block; width:48%; height:48%; position:absolute;}

.mva .mva-red { background:#F65314; top: 0; left: 0;}
.mva .mva-green { background:#7CBB00; top: 0; right: 0;}
.mva .mva-blue { background:#00A1F1; bottom: 0; left: 0;}
.mva .mva-yellow {  background:#FFBB00; bottom: 0; right: 0;}
