@font-face {
  font-family: 'gift';
  src:  url('../fonts/gift.eot');
  src:  url('../fonts/gift.eot') format('embedded-opentype'),
    url('../fonts/gift.ttf') format('truetype'),
    url('../fonts/gift.woff') format('woff'),
    url('../fonts/gift.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gift' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkbalance:before {
    content: "\e900";
    font-size: 64px;
    text-align: center;
    margin-right: -5px;
    line-height: 50px;
}
.icon-gift:before {
    content: "\e901";
    font-size: 64px;
    text-align: center;
    margin-right: -10px;
    line-height: 50px;
}
.icon-login:before {
    content: "\e902";
    font-size: 64px;
    text-align: center;
    margin-right: -9px;
    line-height: 50px;
}
.icon-redeem:before {
    content: "\e903";
    font-size: 64px;
    text-align: center;
    margin-right: -10px;
    line-height: 50px;
}
@media only screen and (max-width: 767px) {


    .icon-login:before {
        margin-right: -5px;
        line-height: 60px;
    }
    .icon-gift:before {
        padding: 0px 4px 0px 6px;
        line-height: 60px;
    }
    .icon-redeem:before {
        padding: 0px 4px 0px 6px;
        line-height: 70px;
    }
    .icon-checkbalance:before {
        padding: 0px 4px 0px 6px;
        line-height: 60px;
        margin-right: -8px;
    }
    .icon-redeem:before {
        padding: 0px 4px 0px 6px;
        line-height: 57px;
        margin-right: -8px;
    }
}