@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?98496203');
  src: url('fonts/fontello.eot?98496203#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?98496203') format('woff'),
       url('fonts/fontello.ttf?98496203') format('truetype'),
       url('fonts/fontello.svg?98496203#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?98496203#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: .5em;
  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: 1.8em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .3em;
 
  /* 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); */
}


.the-icons {
  font-size: 45px;
  line-height: 24px;
}

.hi-icon {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 75px;
    margin: 15px 30px;
    position: relative;
    text-align: center;
    width: 75px;
    z-index: 1;
}

.hi-icon:after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.hi-icon:before {
    display: block;
    font-family: "fontello";
    font-size: 48px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 77px;
    text-transform: none;
}

.icon-check:before { font-size: 40px; margin-left: 0.4em; }
.icon-desktop:before { font-size: 40px; margin-left: 0.4em;  line-height: 79px; }
    
.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #ff9e10;
    transition: color 0.3s ease 0s;
}

.hi-icon-effect-3 .hi-icon:after {
    background: #ff9e10;
    left: -2px;
    padding: 2px;
    top: -2px;
    transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
    z-index: -1;
}

.hi-icon-effect-3a .hi-icon { color: #fff; }

.hi-icon-effect-3a .hi-icon:hover { color: #ff9e10; }

.hi-icon-effect-3a .hi-icon:hover:after { opacity: 0; transform: scale(1.3); }

 
.icon-lightbulb:before { content: '\e800'; } /* '' */
.icon-menu:before { content: '\e801'; } /* '' */
.icon-desktop:before { content: '\e802'; } /* '' */
.icon-tag:before { content: '\e803'; } /* '' */
.icon-check:before { content: '\e804'; } /* '' */