@font-face {
  font-family: 'social-icons-v2';
  src: url('fonts/social-icons-v2.eot?125815597');
  src: url('fonts/social-icons-v2.eot?125815597#iefix') format('embedded-opentype'),
       url('fonts/social-icons-v2.woff?125815597') format('woff'),
       url('fonts/social-icons-v2.ttf?125815597') format('truetype'),
       url('fonts/social-icons-v2.svg?125815597#social-icons-v2') 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: 'social-icons-v2';
    src: url('../font/social-icons-v2.svg?25815597#social-icons-v2') format('svg');
  }
}
*/
 
.social-icons [class^="icon-"]:before, .social-icons [class*=" icon-"]:before {
  font-family: "social-icons-v2";
  font-style: normal;
  font-weight: normal;
  speak: none;
  width: auto;
  display: inline-block;
  text-decoration: inherit;
  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 */
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.social-icons .social-icons-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.social-icons .social-icons-wrapper .social-icon-box {}

.icon-500px-circle:before { content: '\e800'; } /* '' */
.icon-500px-rounded:before { content: '\e801'; } /* '' */
.icon-500px:before { content: '\e802'; } /* '' */
.icon-behance-circle:before { content: '\e803'; } /* '' */
.icon-behance-rounded:before { content: '\e804'; } /* '' */
.icon-behance:before { content: '\e805'; } /* '' */
.icon-blogspot-circle:before { content: '\e806'; } /* '' */
.icon-blogspot-rounded:before { content: '\e807'; } /* '' */
.icon-blogspot:before { content: '\e808'; } /* '' */
.icon-dribbble-circle:before { content: '\e809'; } /* '' */
.icon-dribbble-rounded:before { content: '\e80a'; } /* '' */
.icon-dribbble:before { content: '\e80b'; } /* '' */
.icon-facebook-circle:before { content: '\e80c'; } /* '' */
.icon-facebook-rounded:before { content: '\e80d'; } /* '' */
.icon-facebook:before { content: '\e80e'; } /* '' */
.icon-flickr-circle:before { content: '\e80f'; } /* '' */
.icon-flickr-rounded:before { content: '\e810'; } /* '' */
.icon-flickr:before { content: '\e811'; } /* '' */
.icon-tumblr-circle:before { content: '\e814'; } /* '' */
.icon-pinterest:before { content: '\e815'; } /* '' */
.icon-pinterest-rounded:before { content: '\e816'; } /* '' */
.icon-pinterest-circle:before { content: '\e817'; } /* '' */
.icon-odnoklassniki:before { content: '\e818'; } /* '' */
.icon-odnoklassniki-rounded:before { content: '\e819'; } /* '' */
.icon-odnoklassniki-circle:before { content: '\e81a'; } /* '' */
.icon-mywed:before { content: '\e81b'; } /* '' */
.icon-mywed-rounded:before { content: '\e81c'; } /* '' */
.icon-mywed-circle:before { content: '\e81d'; } /* '' */
.icon-livejournal:before { content: '\e81e'; } /* '' */
.icon-livejournal-rounded:before { content: '\e81f'; } /* '' */
.icon-livejournal-circle:before { content: '\e820'; } /* '' */
.icon-linkedin:before { content: '\e821'; } /* '' */
.icon-linkedin-rounded:before { content: '\e822'; } /* '' */
.icon-linkedin-circle:before { content: '\e823'; } /* '' */
.icon-instagram:before { content: '\e824'; } /* '' */
.icon-instagram-rounded:before { content: '\e825'; } /* '' */
.icon-instagram-circle:before { content: '\e826'; } /* '' */
.icon-tumblr-rounded:before { content: '\e828'; } /* '' */
.icon-tumblr:before { content: '\e829'; } /* '' */
.icon-twitter-circle:before { content: '\e82a'; } /* '' */
.icon-twitter-rounded:before { content: '\e82b'; } /* '' */
.icon-twitter:before { content: '\e82c'; } /* '' */
.icon-vimeo-circle:before { content: '\e82d'; } /* '' */
.icon-vimeo-rounded:before { content: '\e82e'; } /* '' */
.icon-vkontakte-circle:before { content: '\e82f'; } /* '' */
.icon-vkontakte-rounded:before { content: '\e830'; } /* '' */
.icon-vkontakte:before { content: '\e831'; } /* '' */
.icon-youtube-circle:before { content: '\e832'; } /* '' */
.icon-youtube-rounded:before { content: '\e833'; } /* '' */
.icon-youtube:before { content: '\e834'; } /* '' */
.icon-vimeo:before { content: '\e835'; } /* '' */

/* Bruno */
.social-icons.size16px i  {font-size: 16px; line-height: 16px}
.social-icons.size24px i  {font-size: 24px; line-height: 24px}
.social-icons.size32px i  {font-size: 32px; line-height: 32px}

/* Fabio */
body.fabio .social-icons .social-icons-wrapper {display: block;}
body.fabio .social-icons .social-icons-wrapper .social-icon-box {display: inline-block;}

/* Levi */
body.levi .menu-left .social-icons .social-icons-wrapper {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; 
}
body.levi .menu-right .social-icons .social-icons-wrapper {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; 
}

/* Polina */
body.polina.desktop .social-icons .social-icons-wrapper,
body.polina.tablet .social-icons .social-icons-wrapper{
    display: block; flex-direction: column;
}
