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

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-arrow-up:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-right:before {
  content: "\e62a";
}

.ti-arrow-down:before {
  content: "\e62b";
}

