@font-face {
  font-family: 'getflix-font';
  src: url('../font/getflix-font.eot?24277122');
  src: url('../font/getflix-font.eot?24277122#iefix') format('embedded-opentype'),
       url('../font/getflix-font.woff?24277122') format('woff'),
       url('../font/getflix-font.ttf?24277122') format('truetype'),
       url('../font/getflix-font.svg?24277122#getflix-font') 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: 'getflix-font';
    src: url('../font/getflix-font.svg?24277122#getflix-font') format('svg');
  }
}
 
[class^="ico-"]:before, [class*=" ico-"]:before {
  font-family: "getflix-font";
  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%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.ico-facebook:before { content: '\e800'; } /* '' */
.ico-twitter:before { content: '\e801'; } /* '' */
.ico-gplus:before { content: '\e802'; } /* '' */
.ico-linkedin:before { content: '\e803'; } /* '' */
.ico-attention:before { content: '\e804'; } /* '' */
.ico-info-circled:before { content: '\e805'; } /* '' */
.ico-help-circled:before { content: '\e806'; } /* '' */
.ico-check:before { content: '\e807'; } /* '' */
.ico-cancel:before { content: '\e808'; } /* '' */
.ico-user:before { content: '\e809'; } /* '' */
.ico-cog:before { content: '\e80a'; } /* '' */
.ico-credit-card:before { content: '\e80b'; } /* '' */
.ico-spinner:before { content: '\e80c'; } /* '' */
.ico-paypal:before { content: '\e80d'; } /* '' */
.ico-google-connect:before { content: '\e80e'; } /* '' */
.ico-yahoo-connect:before { content: '\e80f'; } /* '' */
.ico-twitter-connect:before { content: '\e810'; } /* '' */
.ico-facebook-connect:before { content: '\e811'; } /* '' */
.ico-upload-cloud:before { content: '\e812'; } /* '' */
.ico-lock:before { content: '\e813'; } /* '' */
.ico-home:before { content: '\e814'; } /* '' */
.ico-login:before { content: '\e815'; } /* '' */
.ico-logout:before { content: '\e816'; } /* '' */
.ico-live-connect:before { content: '\e817'; } /* '' */
.ico-profile:before { content: '\e818'; } /* '' */
.ico-support:before { content: '\e819'; } /* '' */
.ico-health:before { content: '\e81a'; } /* '' */
.ico-linkedin-connect:before { content: '\e81b'; } /* '' */
.ico-youtube:before { content: '\e81c'; } /* '' */
.ico-mail:before { content: '\e81d'; } /* '' */
.ico-tools:before { content: '\e81e'; } /* '' */
.ico-cancel-circle:before { content: '\e81f'; } /* '' */
.ico-ok-circle:before { content: '\e820'; } /* '' */
.ico-network:before { content: '\e821'; } /* '' */
.ico-globe:before { content: '\e822'; } /* '' */
.ico-trash:before { content: '\e823'; } /* '' */
.ico-tag:before { content: '\e824'; } /* '' */
.ico-switch:before { content: '\e825'; } /* '' */
.ico-star:before { content: '\e826'; } /* '' */
.ico-mobile:before { content: '\e827'; } /* '' */
.ico-users:before { content: '\e828'; } /* '' */
.ico-dashboard:before { content: '\e829'; } /* '' */
.ico-dollar:before { content: '\e82b'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
