@charset "utf-8";
/* CSS Document */

/*game icon*/

@font-face {
  font-family: 'fontello';
  src: url('fontello/font/fontello.eot?75584267');
  src: url('fontello/font/fontello.eot?75584267#iefix') format('embedded-opentype'),
       url('fontello/font/fontello.woff?75584267') format('woff'),
       url('fontello/font/fontello.ttf?75584267') format('truetype'),
       url('fontello/font/fontello.svg?75584267#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('fontello-download/font/fontello.eot?75584267');
  src: url('fontello-download/font/fontello.eot?75584267#iefix') format('embedded-opentype'),
       url('fontello-download/font/fontello.woff?75584267') format('woff'),
       url('fontello-download/font/fontello.ttf?75584267') format('truetype'),
       url('fontello-download/font/fontello.svg?75584267#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?75584267#fontello') format('svg');
  }
}
*/
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-gamepad:before { content: '\43'; } /* 'C' */
.icon-game-controller-icon:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */
.icon-youtube:before { content: '\e803'; } /* '' */
.icon-home:before { content: '\e804'; } /* '' */
.icon-download:before { content: '\e805'; } /* '' */
.icon-ok:before { content: '\e806'; } /* '' */
.icon-cancel:before { content: '\e807'; } /* '' */

/*socion*/
@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*check mark*/
@font-face {
      font-family: 'fontello';
      src: url('fontello-check/font/fontello.eot?19465678');
      src: url('fontello-check/font/fontello.eot?19465678#iefix') format('embedded-opentype'),
           url('fontello-check/font/fontello.woff?19465678') format('woff'),
           url('fontello-check/font/fontello.ttf?19465678') format('truetype'),
           url('fontello-check/font/fontello.svg?19465678#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }

