@font-face {
  font-family: 'customfont';
  src: url('../fonts/custom.eot?98441886');
  src: url('../fonts/custom.eot?98441886#iefix') format('embedded-opentype'),
       url('../fonts/custom.woff2?98441886') format('woff2'),
       url('../fonts/custom.woff?98441886') format('woff'),
       url('../fonts/custom.ttf?98441886') format('truetype'),
       url('../fonts/custom.svg?98441886#custom') 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: 'custom';
    src: url('../font/custom.svg?98441886#custom') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "customfont";
  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); */
}
 
.icon-star:before { content: '\e800'; } /* '' */
.icon-24-hour-service:before { content: '\e801'; } /* '' */
.icon-call-center-man:before { content: '\e802'; } /* '' */
.icon-delivery-package-opened:before { content: '\e803'; } /* '' */
.icon-html-coding:before { content: '\e804'; } /* '' */
.icon-invoice:before { content: '\e805'; } /* '' */
.icon-list:before { content: '\e806'; } /* '' */
.icon-menu-button-of-three-horizontal-lines:before { content: '\e807'; } /* '' */
.icon-paypal-logo:before { content: '\e808'; } /* '' */
.icon-phone-call2:before { content: '\e809'; } /* '' */
.icon-question-mark-draw:before { content: '\e80a'; } /* '' */
.icon-server-2:before { content: '\e80b'; } /* '' */
.icon-server:before { content: '\e80c'; } /* '' */
.icon-speed-button:before { content: '\e80d'; } /* '' */
.icon-tick-inside-circle:before { content: '\e80e'; } /* '' */
.icon-user-silhouette:before { content: '\e80f'; } /* '' */
.icon-verification:before { content: '\e810'; } /* '' */
.icon-cloudlinux { top:7px !important; width: 28px; height: 28px; display: inline-block; background: transparent url(../images/icon-cloudlinux.png) 0 0 no-repeat; } /* '' */
.icon-cloudlinux-small { top:7px; width: 30px; height: 29px; display: inline-block; background: transparent url(../images/icon-cloudlinux-small.png) 50% 50% no-repeat; } /* '' */
.icon-cp { position: relative; top:2px; height: 35px; display: block; background: transparent url(../images/icon-cp-hover.png) 50% 0 no-repeat; } /* '' */
a:hover .icon-cp { background: transparent url(../images/icon-cp.png) 50% 0 no-repeat; } /* '' */
@media screen and (max-width: 991px) {
  .icon-cp {height:28px;}
}
