@font-face {
  font-family: 'myic4';
  src: url('../font/myic4.eot?97427921');
  src: url('../font/myic4.eot?97427921#iefix') format('embedded-opentype'),
       url('../font/myic4.woff2?97427921') format('woff2'),
       url('../font/myic4.woff?97427921') format('woff'),
       url('../font/myic4.ttf?97427921') format('truetype'),
       url('../font/myic4.svg?97427921#myic4') 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: 'myic4';
    src: url('../font/myic4.svg?97427921#myic4') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "myic4";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  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%; */
 
  /* 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); */
}
 
.icon-skype:before { content: '\53'; } /* 'S' */
.icon-email:before { content: '\5d'; } /* ']' */
.icon-gmail:before { content: '\6d'; } /* 'm' */
.icon-instagram:before { content: '\dc'; } /* 'Ü' */
.icon-mail-1:before { content: '\2709'; } /* '✉' */
.icon-phone-circled:before { content: '\e064'; } /* '' */
.icon-phone:before { content: '\e065'; } /* '' */
.icon-users-outline:before { content: '\e07b'; } /* '' */
.icon-mail-circled:before { content: '\e0ea'; } /* '' */
.icon-mail:before { content: '\e0eb'; } /* '' */
.icon-book:before { content: '\e803'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-mail-squared:before { content: '\f199'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */