@charset "utf-8";
/* CSS Document */
i:before{
    position: relative;
}
[class^="icon-"], [class*=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    min-width: 25px;
    min-height: 25px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'close';
  src:  url('../fonts/close.eot');
  src:  url('../fonts/close.eot#iefix') format('embedded-opentype'),
    url('../fonts/close.ttf') format('truetype'),
    url('../fonts/close.woff') format('woff'),
    url('../fonts/close.svg#login') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'home';
  src:  url('../fonts/home.eot');
  src:  url('../fonts/home.eot#iefix') format('embedded-opentype'),
    url('../fonts/home.ttf') format('truetype'),
    url('../fonts/home.woff') format('woff'),
    url('../fonts/home.svg#login') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'step';
  src:  url('../fonts/step.eot');
  src:  url('../fonts/step.eot#iefix') format('embedded-opentype'),
    url('../fonts/step.ttf') format('truetype'),
    url('../fonts/step.woff') format('woff'),
    url('../fonts/step.svg#login') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'regis';
  src:  url('../fonts/regis.eot');
  src:  url('../fonts/regis.eot#iefix') format('embedded-opentype'),
    url('../fonts/regis.ttf') format('truetype'),
    url('../fonts/regis.woff') format('woff'),
    url('../fonts/regis.svg#login') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'loading';
  src:  url('../fonts/loading.eot');
  src:  url('../fonts/loading.eot#iefix') format('embedded-opentype'),
    url('../fonts/loading.ttf') format('truetype'),
    url('../fonts/loading.woff') format('woff'),
    url('../fonts/loading.svg#login') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gift';
  src:  url('../fonts/gift.eot');
  src:  url('../fonts/gift.eot#iefix') format('embedded-opentype'),
    url('../fonts/gift.ttf') format('truetype'),
    url('../fonts/gift.woff') format('woff'),
    url('../fonts/gift.svg#login') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'facebook';
  src:  url('../fonts/facebook.eot');
  src:  url('../fonts/facebook.eot#iefix') format('embedded-opentype'),
    url('../fonts/facebook.ttf') format('truetype'),
    url('../fonts/facebook.woff') format('woff'),
    url('../fonts/facebook.svg#login') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.icon-home:before,
i.icon-step:before,
i.icon-regis:before{
    position: relative;
    content: "\e900";
    color: #555;
}

i.icon-home:before {
    font-family: 'home';
    font-size: 20px;
    font-weight: bold;
}
i.icon-step:before {
    font-family: 'step';
    font-size: 20px;
}
i.icon-regis:before {
    font-family: 'regis';
    font-size: 20px;
}
i.icon-gift:before {
    font-family: 'gift';
  content: "\e900";
  color: #ee4e00;
}
i.icon-facebook:before {
    font-family: 'facebook';
  content: "\e900";
  color: #FFF;
}