@font-face {
  font-family: 'socicon';
  src: url(../assets/fonts/socicon.eot?1480238922) format('embedded-opentype');
  src: url(../assets/fonts/socicon.eot?1480238922#iefix) format('embedded-opentype') format("embedded-opentype"), url(../assets/fonts/socicon.woff?1480238922) format('woff') format("woff"), url(../assets/fonts/socicon.woff2) format("woff2"), url(../assets/fonts/socicon.ttf?1480238922) format('truetype') format("truetype"), url(../assets/fonts/socicon.svg?1480238922#sociconregular) format('svg') format("svg");
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    /* Firefox 16+*/
  }
  100% {
    -moz-transform: rotate(360deg);
    /* Firefox 16+*/
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.i-face {
  display: inline-block;
  background: url(../assets/img/face.svg?1480238922) format('svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}

.i-money {
  display: inline-block;
  background: url(../assets/img/money.svg?1480238922) format('svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}

.i-person {
  display: inline-block;
  background: url(../assets/img/person.svg?1480238922) format('svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}

.i-refresh {
  display: inline-block;
  background: url(../assets/img/refresh.svg?1480238922) format('svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
