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

 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "Social";
  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: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-chart-bar:before { content: '\e804'; } /* '' */
.icon-comment:before { content: '\e801'; } /* '' */
.icon-tumblr:before { content: '\e814'; } /* '' */
.icon-youtube:before { content: '\e802'; } /* '' */
.icon-pencil:before { content: '\e808'; } /* '' */
.icon-instagram:before { content: '\e807'; } /* '' */
.icon-delicious:before { content: '\e818'; } /* '' */
.icon-gplus:before { content: '\e80b'; } /* '' */
.icon-calendar:before { content: '\e803'; } /* '' */
.icon-stumbleupon:before { content: '\e817'; } /* '' */
.icon-pinterest:before { content: '\e80a'; } /* '' */
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-dribbble:before { content: '\e816'; } /* '' */
.icon-flickr:before { content: '\e810'; } /* '' */
.icon-linkedin:before { content: '\e809'; } /* '' */
.icon-rss:before { content: '\e80e'; } /* '' */
.icon-twitter:before { content: '\e805'; } /* '' */
.icon-vimeo:before { content: '\e806'; } /* '' */
.icon-myspace:before { content: '\e811'; } /* '' */
.icon-readmore:before { content: '\e80d'; } /* '' */
.icon-soundcloud:before { content: '\e80f'; } /* '' */
.icon-yelp:before { content: '\e80c'; } /* '' */
.icon-digg:before { content: '\e819'; } /* '' */

a.ot-share {
    color: #45619D !important;
    box-shadow: 0 0 0 1px #45619D !important;
}

a.ot-tweet {
    color: #55ACEE !important;
    box-shadow: 0 0 0 1px #55ACEE !important;
}

a.ot-pluss {
    color: #DA4835 !important;
    box-shadow: 0 0 0 1px #DA4835 !important;
}