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

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="fancybox-close"]:before, [class*=" fancybox-close"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;

  vertical-align:top;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
}
 
.icon-play:before { content: '\e800'; margin-left: .2em;} /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-gplus:before { content: '\e802'; } /* '' */
.icon-facebook:before { content: '\e803'; } /* '' */
.icon-linkedin:before { content: '\e804'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */
.icon-email:before { content: '\e806'; } /* '' */
.icon-epaccess:before { content: '\e807'; } /* '' */
.icon-close:before { content: '\e808'; } /* '' */
.icon-arrow-left:before { content: '\e809'; } /* '' */
.icon-exclamation:before { content: '\e80a'; } /* '' */
.icon-house:before { content: '\e80b'; } /* '' */
.icon-lock:before { content: '\e80c'; } /* '' */
.icon-penser:before { content: '\e80d'; } /* '' */
.icon-menu:before { content: '\e80e'; } /* '' */
.icon-arrow-right:before { content: '\e80f'; } /* '' */
.icon-spin6:before { content: '\e810'; } /* '' */
.icon-epaccess-1:before { content: '\e811'; } /* '' */
.icon-erikpenser:before { content: '\e812'; } /* '' */
.fancybox-close:before { content: '\e808'; } /* '' */

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.icon-spinning-animation {
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}