@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?15407612');
  src: url('fonts/fontello.eot?15407612#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?15407612') format('woff2'),
       url('fonts/fontello.woff?15407612') format('woff'),
       url('fonts/fontello.ttf?15407612') format('truetype'),
       url('fonts/fontello.svg?15407612#fontello') 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: 'fontello';
    src: url('font/fontello.svg?15407612#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  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%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* icons colors */

.github {background:#191919;color:#fff;}
.youtube {background:#c4302b;color:#fff;}
.google-pluse {background:#DD4B39;color:#fff;}
.twitter {background:#00acee;color:#fff;}
.instagram {background:#3f729b;color:#fff;}
.facebook {background:#3b5998;color:#fff;}
.skype {background:#00aff0;color:#fff;}
.vk {background:#5d84ae;color:#fff;}
.odnoklassniki {background:#f93;color:#fff;}
.pinterest {background:#c8232c;color:#fff;}
.linkedin {background:#0e76a8;color:#fff;}
.telegram {background:#249bd7;color:#fff;}
.tumblr {background:#34526f;color:#fff;}
.windows {background:#125acd;color:#fff;}
.whatsapp {background:#50b154;color:#fff;}
.weibo {background:#d52b2b;color:#fff;}
.dropbox {background:#1087dd;color:#fff;}
.viber {background:#7b519d;color:#fff;}
 
.icon-chevron-right:before { content: '\e800'; } /* '' */
.icon-chevron-left:before { content: '\e801'; } /* '' */
.icon-clock:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\f0e0'; } /* '' */
.icon-envelope:before { content: '\e804'; } /* '' */
.icon-search:before { content: '\e805'; } /* '' */
.icon-cancel:before { content: '\e806'; } /* '' */
.icon-credit-card:before { content: '\e807'; } /* '' */
.icon-print:before { content: '\e808'; } /* '' */
.icon-thumbs-up:before { content: '\e809'; } /* '' */
.icon-truck:before { content: '\e80a'; } /* '' */
.icon-location:before { content: '\e80b'; color: #ff423d} /* '' */
.icon-tint:before { content: '\e80c'; } /* '' */
.icon-cog:before { content: '\e80d'; } /* '' */
.icon-leaf:before { content: '\e80e'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-box:before { content: '\f187'; } /* '' */
.icon-cubes:before { content: '\f1b3'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-superpowers:before { content: '\f2dd'; } /* '' */
.icon-thermometer-0:before { content: '\f2cb'; } /* '' */
.icon-snowflake-o:before { content: '\f2dc'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-attention:before { content: '\e80f'; } /* '' */
.icon-eye:before { content: '\e810'; }

.icon-VK:before { content: '\f189'; } /* '' */
.icon-WA:before { content: '\f232'; } /* '' */
.icon-OK:before { content: '\f263'; } /* '' */
.icon-TG:before { content: '\f2c6'; } /* '' */

.icon-big {
    font-size: 50px;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 0 auto;
}

.icon-big:before {
    line-height: 100px;
}
