/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

a:active, a:focus, img:active, img:focus, button:active, button:focus, input:active, input:focus {
  outline: none; }

ul {
  list-style: none;
  padding: 0; }

p {
  margin: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img {
  user-select: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.ui-checkbox {
  position: relative; }
  .ui-checkbox input[type="checkbox"] {
    display: none; }
  .ui-checkbox p {
    display: block; }

.ui-error-label.active {
  display: block; }
.ui-error-label:not(.active) {
  display: none; }

ul.ui-formSlide {
  display: block;
  position: relative;
  padding: 0;
  font-size: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  height: 100%; }
  ul.ui-formSlide li[data-step] {
    width: 100%;
    vertical-align: top;
    font-size: 16px;
    display: none;
    white-space: normal; }
    ul.ui-formSlide li[data-step] .ui-step-content {
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      ul.ui-formSlide li[data-step] .ui-step-content.in {
        opacity: 1; }
    ul.ui-formSlide li[data-step].active {
      display: inline-block; }

.ui-input-group {
  position: relative; }
  .ui-input-group--select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1; }
  .ui-input-group--select input {
    display: block;
    width: 100%; }
  .ui-input-group--select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
    width: 20px;
    height: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAElJREFUeNpiYCAe+AIxM4ghAsTTgZgTj+IyIL4JVQvWtQyId+DQBFMshSwI0rQUiyasinFpAim+gUsxuqbrxChG1tSJSzFAgAEA8msN9R3HacMAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none; }

.ui-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  overflow: auto;
  display: none;
  opacity: 0; }
  .ui-modal:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    bottom: -10px;
    z-index: -1;
    opacity: 0.5;
    background: red; }
  .ui-modal.ready {
    display: block; }
  .ui-modal.in {
    opacity: 1;
    overflow-y: scroll; }
  .ui-modal .table-cell {
    padding: 10px; }
  .ui-modal__box {
    background: whitesmoke;
    display: block;
    margin: auto;
    padding: 10px;
    opacity: 0;
    outline: 1px solid transparent;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(0.99) translateY(15%);
    -moz-transform: scale(0.99) translateY(15%);
    -ms-transform: scale(0.99) translateY(15%);
    transform: scale(0.99) translateY(15%); }
    .in .ui-modal__box {
      -webkit-transform: scale(1) translateY(0);
      -moz-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1; }

html.ui-modal-open body {
  overflow: hidden; }

.ui-scalable {
  background: whitesmoke;
  outline: 2px solid gray;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0; }

.ui-dropdown-menu {
  display: none;
  position: absolute; }

html.ui-full-height {
  height: 100%; }
  html.ui-full-height body,
  html.ui-full-height .ui-scalable,
  html.ui-full-height .ui-scalable-content {
    height: 100%; }

.table {
  display: table; }
  .table-full {
    width: 100%;
    height: 100%;
    min-height: inherit;
    position: relative; }
    .table-full:after {
      content: "";
      display: table; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.v-align-top {
  vertical-align: top; }

.v-align-middle {
  vertical-align: middle; }

.v-align-bottom {
  vertical-align: bottom; }

.clearfix {
  overflow: auto; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

ul.inline-block-group {
  list-style: none;
  padding-left: initial; }
  ul.inline-block-group li {
    display: inline-block;
    vertical-align: middle; }

.case-upper {
  text-transform: uppercase; }

.case-lower {
  text-transform: lowercase; }

.case-proper {
  text-transform: capitalize; }

.m-auto {
  margin: auto; }

.img-responsive {
  width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin: 0 auto; }

.bp-rel {
  position: relative; }

.o-hidden {
  overflow: hidden; }

.hidden {
  display: none; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

/*********************
BREAKPOINTS
*********************/
/*********************
BOOTSTRAP BREAKPOINTS
*********************/
/*********************
BREAKPOINTS: Usage
*********************/
/*
@include breakpoint(breakpointname) {
    ==== STYLES ====    
}
*/
::-webkit-scrollbar {
  width: 10px;
  background: #1c1e20; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #5a5a5a; }

/*@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica/HelveticaNeueCE-Thin.eot');
    src: url('fonts/Helvetica/HelveticaNeueCE-Thin.woff') format('woff'),
    url('fonts/Helvetica/HelveticaNeueCE-Thin.ttf') format('truetype'),
    url('fonts/Helvetica/HelveticaNeueCE-Thin.svg#Riffic') format('svg'),
    url('fonts/Helvetica/HelveticaNeueCE-Thin.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica/HelveticaNeueCE-Thin.eot");
  src: url("fonts/Helvetica/HelveticaNeueCE-Thin.woff") format("woff"), url("fonts/Helvetica/HelveticaNeueCE-Thin.ttf") format("truetype"), url("fonts/Helvetica/HelveticaNeueCE-Thin.otf") format("opentype"), url("fonts/Helvetica/HelveticaNeueCE-Thin.svg") format("svg"), url("fonts/Helvetica/HelveticaNeueCE-Thin.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
.font-a {
  font-family: 'Helvetica', sans-serif; }

@font-face {
  font-family: 'playbold';
  src: url("fonts/play/play-bold-webfont.eot");
  src: url("fonts/play/play-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/play/play-bold-webfont.woff2") format("woff2"), url("fonts/play/play-bold-webfont.woff") format("woff"), url("fonts/play/play-bold-webfont.ttf") format("truetype"), url("fonts/play/play-bold-webfont.svg#playbold") format("svg");
  font-weight: normal;
  font-style: normal; }
.play {
  font-family: 'playbold', sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.lang-selector ul {
  background: rgba(133, 23, 1, 0.9);
  text-align: left;
  width: auto;
  padding: 10px;
  z-index: 1; }
  @media (min-width: 1141px) {
    .lang-selector ul {
      width: 100%; } }
  .lang-selector ul a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    opacity: 0.8;
    font-size: 0.9375em; }
    .lang-selector ul a:hover, .lang-selector ul a.active {
      opacity: 1;
      text-decoration: underline; }
    .lang-selector ul a.active {
      pointer-events: none; }

.ui-hexagon {
  position: relative;
  overflow: visible;
  z-index: 0; }
  .ui-hexagon-content {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ui-hexagon svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible; }
    .no-svg .ui-hexagon svg {
      display: none; }
  .ui-hexagon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/hi-res/bg_hexagon_shadow.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none; }

.navigation-bar {
  position: relative;
  font-size: 16px; }
  .navigation-bar label {
    background: white;
    position: relative;
    display: block;
    padding: 0.25em 0.5em;
    cursor: pointer;
    font-size: 1em;
    border-bottom: 0.125em solid #d12a09;
    color: #d12a09;
    z-index: 0;
    min-width: 82px; }
    @media (min-width: 1141px) {
      .navigation-bar label {
        min-width: 142px; } }
    @media (max-width: 485px) {
      .navigation-bar label {
        font-size: 14px; } }
    .navigation-bar label span, .navigation-bar label img {
      pointer-events: none;
      user-select: none; }
    .navigation-bar label span {
      display: block;
      position: relative;
      padding-right: 2.1875em;
      text-transform: uppercase; }
    .navigation-bar label img {
      display: block;
      width: 1.875em;
      height: auto;
      pointer-events: none;
      background-image: url("../img/hi-res/sprite_sns.png");
      background-size: 600% auto;
      background-repeat: no-repeat; }
      .navigation-bar label img.icon-globe {
        background-position: 60% 0; }
      .navigation-bar label img.icon-audio {
        background-position: 80% 0; }
      .navigation-bar label img.off {
        background-position: 100% 0; }
      @media (min-width: 1141px) {
        .navigation-bar label img {
          right: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (max-width: 1140px) {
      .navigation-bar label span {
        display: none; }
      .navigation-bar label:before {
        content: attr(data-abbrev);
        vertical-align: middle;
        display: inline-block;
        color: inherit;
        font-size: inherit; }
      .navigation-bar label img {
        position: relative;
        display: inline-block;
        vertical-align: middle; } }
  .navigation-bar.dark label {
    background: black; }
  @media (max-width: 1140px) {
    .navigation-bar {
      display: inline-block;
      vertical-align: middle; } }
  @media (min-width: 1141px) {
    .navigation-bar:first-child {
      margin-bottom: 4px; } }

.video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }
  .mobile .video-wrapper {
    display: none; }
  .video-wrapper img.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../img/hi-res/video-bg.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .video-wrapper video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.lens-flare {
  z-index: 0 !important; }
  .phone .lens-flare {
    display: none; }
  .mix-blend .lens-flare__1 {
    mix-blend-mode: screen; }
  .lens-flare__1 div[data-ui-ratio] {
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform: translate(-77%, -68%);
    -moz-transform: translate(-77%, -68%);
    -ms-transform: translate(-77%, -68%);
    transform: translate(-77%, -68%); }
    .lens-flare__1 div[data-ui-ratio]:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 1; }
      .no-mix-blend .lens-flare__1 div[data-ui-ratio]:after {
        background-image: url("../img/hi-res/flare.png"); }
      .mix-blend .lens-flare__1 div[data-ui-ratio]:after {
        background-image: url("../img/hi-res/flare.jpg"); }
  .lens-flare__1.animate div[data-ui-ratio] {
    -webkit-animation: flare-top 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite;
    -moz-animation: flare-top 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite;
    -ms-animation: flare-top 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite;
    -o-animation: flare-top 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite;
    animation: flare-top 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite; }
  .mix-blend .lens-flare__2 {
    mix-blend-mode: screen; }
  .lens-flare__2 div[data-ui-ratio]:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1; }
    .no-mix-blend .lens-flare__2 div[data-ui-ratio]:after {
      background-image: url("../img/hi-res/flare.png"); }
    .mix-blend .lens-flare__2 div[data-ui-ratio]:after {
      background-image: url("../img/hi-res/flare.jpg"); }
  .lens-flare__2.animate div[data-ui-ratio] {
    -webkit-animation: flare-bottom 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite;
    -moz-animation: flare-bottom 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite;
    -ms-animation: flare-bottom 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite;
    -o-animation: flare-bottom 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite;
    animation: flare-bottom 10s cubic-bezier(0.22, 0.64, 0.44, 0.82) infinite; }

@keyframes flare-top {
  0% {
    -webkit-transform: translate(-77%, -68%) scale(0);
    -moz-transform: translate(-77%, -68%) scale(0);
    -ms-transform: translate(-77%, -68%) scale(0);
    transform: translate(-77%, -68%) scale(0); }
  18%,20%,22%,24%,26%,28%,30% {
    opacity: 1; }
  19%,21%,23%,25%,27%,29% {
    opacity: 0.9; }
  50% {
    -webkit-transform: translate(-84%, -68%) scale(1);
    -moz-transform: translate(-84%, -68%) scale(1);
    -ms-transform: translate(-84%, -68%) scale(1);
    transform: translate(-84%, -68%) scale(1); }
  100% {
    -webkit-transform: translate(-91%, -68%) scale(0);
    -moz-transform: translate(-91%, -68%) scale(0);
    -ms-transform: translate(-91%, -68%) scale(0);
    transform: translate(-91%, -68%) scale(0); } }
@keyframes flare-bottom {
  0% {
    -webkit-transform: translate(-23%, -25%) scale(0);
    -moz-transform: translate(-23%, -25%) scale(0);
    -ms-transform: translate(-23%, -25%) scale(0);
    transform: translate(-23%, -25%) scale(0); }
  18%,20%,22%,24%,26%,28%,30% {
    opacity: 1; }
  19%,21%,23%,25%,27%,29% {
    opacity: 0.9; }
  50% {
    -webkit-transform: translate(-16%, -25%) scale(1);
    -moz-transform: translate(-16%, -25%) scale(1);
    -ms-transform: translate(-16%, -25%) scale(1);
    transform: translate(-16%, -25%) scale(1); }
  100% {
    -webkit-transform: translate(-9%, -25%) scale(0);
    -moz-transform: translate(-9%, -25%) scale(0);
    -ms-transform: translate(-9%, -25%) scale(0);
    transform: translate(-9%, -25%) scale(0); } }
html, body {
  background: #000; }

.main-content {
  overflow: hidden; }

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; }

.home {
  position: relative;
  min-height: 100vh;
  /* navigation (SNS/Language selector) */
  /* badges */ }
  .home > div {
    background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/low-res/bg_section1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
    .home > div .home__character {
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      -webkit-transform: translateX(3%);
      -moz-transform: translateX(3%);
      -ms-transform: translateX(3%);
      transform: translateX(3%); }
  .home.zoom > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
    .home.zoom > div .home__character {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
  .home__header {
    padding: 0 15px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .home__header {
        padding: 0 10px; } }
  .home__character {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87%; }
    @media (max-width: 960px) and (orientation: landscape) {
      .home__character {
        height: 70%; } }
    @media (max-width: 480px) {
      .home__character {
        display: none; } }
    .home__character [data-ui-ratio] {
      position: absolute;
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/low-res/img_character.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left bottom;
      bottom: 0;
      left: 0; }
  .home__logo {
    position: relative; }
    @media (min-width: 1091px) {
      .home__logo {
        min-width: 640px; } }
    .home__logo img {
      width: 98%;
      height: auto; }
    .home__logo:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 150%;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/logo/en.png"); }
      @media (max-width: 1090px) {
        .home__logo:before {
          width: 140%; } }
    .home__logo:lang(br):before {
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/logo/br.png"); }
    .home__logo:lang(jp):before {
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/logo/jp.png"); }
    .home__logo:lang(kr):before {
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/logo/kr.png"); }
    .home__logo:lang(ru):before {
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/logo/ru.png"); }
    .home__logo:lang(sc):before {
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/logo/sc.png"); }
    .home__logo:lang(tc):before {
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/logo/tc.png"); }
    .home__logo:lang(th):before {
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/logo/th.png"); }
    .home__logo--desktop {
      display: none; }
    .home__logo--mobile {
      max-width: 300px; }
    @media (min-width: 1091px) {
      .home__logo--mobile {
        display: none; }
      .home__logo--desktop {
        display: block; } }
  .home__header .table-cell {
    position: relative; }
    .home__header .table-cell.c1 {
      width: 2.5%;
      text-align: right; }
      .home__header .table-cell.c1 span {
        display: block;
        width: 2.5625em;
        height: 6.25em;
        position: relative;
        margin-left: auto;
        background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/s1_triangle-top.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 100% 50%; }
      .home__header .table-cell.c1 img {
        width: 2.4375em;
        height: auto;
        max-width: none;
        display: block;
        margin-left: auto; }
    .home__header .table-cell.c2 {
      width: 27%; }
    .home__header .table-cell.c3 {
      width: 40%; }
      @media screen and (max-width: 480px) {
        .home__header .table-cell.c3 {
          display: none; } }
    .home__header .table-cell.c4 {
      width: 6%; }
      .home__header .table-cell.c4 img {
        width: 39px;
        height: auto; }
    .home__header .table-cell.c4:before, .home__header .table-cell.c2:before {
      content: "";
      display: block;
      width: 100%;
      height: 0.1875em;
      background: white; }
    @media (max-width: 1180px) {
      .home__header .table-cell.c1, .home__header .table-cell.c2 {
        display: none; } }
    @media (max-width: 1090px) {
      .home__header .table-cell.c1, .home__header .table-cell.c2, .home__header .table-cell.c4 {
        display: none; }
      .home__header .table-cell.c5 {
        text-align: right;
        vertical-align: top; }
      .home__header .table-cell .ui-hexagon-content {
        display: none; } }
  .home__header .logo-mobile {
    display: none;
    pointer-events: none; }
    @media (max-width: 485px) and (orientation: landscape) {
      .home__header .logo-mobile img {
        max-width: 75%; } }
    @media screen and (max-width: 480px) {
      .home__header .logo-mobile {
        display: block;
        margin-top: 10vh; } }
  .home__content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
    padding-top: 10px; }
  .home__navigation {
    padding: 7px 0px;
    font-size: 13px;
    display: block;
    text-align: left; }
    @media (max-width: 720px) {
      .home__navigation {
        padding: 5px;
        text-align: right; } }
    @media (min-width: 721px) {
      .home__navigation {
        padding: 7px 25px;
        text-align: right; } }
    @media (min-width: 1091px) {
      .home__navigation {
        min-width: 371px; } }
    @media screen and (max-width: 480px) {
      .home__navigation .inline-block:nth-child(2) {
        float: right; } }
    @media (min-width: 1141px) {
      .home__navigation--sns {
        margin-right: 25px; } }
    .home__navigation--sns a {
      display: block; }
    .home__navigation--sns li {
      padding: 0 4px; }
    .home__navigation img {
      width: 3em;
      height: auto;
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/sprite_sns-large.png");
      background-size: 300% auto;
      background-repeat: no-repeat; }
      @media (max-width: 485px) {
        .home__navigation img {
          width: 32px; } }
      .home__navigation img.fb {
        background-position: 0 0; }
      .home__navigation img.ig {
        background-position: 50% 0; }
      .home__navigation img.tw {
        background-position: 100% 0; }
  .home .h2-mobile {
    display: none; }
    .home .h2-mobile h2 {
      display: block !important;
      padding: 3.5%; }
      .home .h2-mobile h2.ui-hexagon svg {
        display: block; }
    @media screen and (max-width: 479px) {
      .home .h2-mobile {
        display: table; } }
    .home .h2-mobile .table-cell.c1, .home .h2-mobile .table-cell.c3 {
      width: 5%; }
      .home .h2-mobile .table-cell.c1:before, .home .h2-mobile .table-cell.c3:before {
        content: "";
        display: block;
        border-top: 3px solid white; }
    @media (max-width: 485px) and (orientation: landscape) {
      .home .h2-mobile {
        display: table; } }
  .home__badges {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.625em 0.9375em; }
    @media screen and (max-width: 480px) {
      .home__badges {
        padding: 0; } }
    .home__badges h2 {
      color: white;
      text-transform: uppercase;
      text-shadow: 0 1px 5px black;
      font-size: 2.25em;
      line-height: 100%; }
      @media screen and (max-width: 485px) {
        .home__badges h2 {
          font-size: 32px; } }
      @media (max-width: 485px) and (orientation: landscape) {
        .home__badges h2 {
          display: none; } }
    .home__badges .h2-desktop .ui-hexagon {
      padding: 0.3125em 1.875em; }
      @media (min-width: 1091px) {
        .home__badges .h2-desktop .ui-hexagon {
          min-width: 632px; } }
      @media (max-width: 479px), (max-width: 485px) and (orientation: landscape) {
        .home__badges .h2-desktop .ui-hexagon .ui-hexagon-content {
          display: none; } }
    .home__badges .h2-desktop .c1,
    .home__badges .h2-desktop .c3 {
      width: 30%; }
    .home__badges .h2-desktop .c3 {
      position: relative; }
      .home__badges .h2-desktop .c3:before {
        content: "";
        display: block;
        border-top: 0.1875em solid white; }
    .home__badges .h2-desktop .c4 img {
      max-width: none;
      width: auto;
      height: auto; }
    .home__badges .h2-desktop .c4 span {
      display: block;
      width: 2.5625em;
      height: 6.25em;
      margin-right: auto;
      position: relative;
      background-image: url("https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/s1_triangle-bottom.png");
      background-position: 0 50%;
      background-size: contain;
      background-repeat: no-repeat; }
    @media (max-width: 1090px) {
      .home__badges .h2-desktop .c1, .home__badges .h2-desktop .c3, .home__badges .h2-desktop .c4 {
        display: none; } }
    @media screen and (max-width: 479px) {
      .home__badges .h2-desktop h2 {
        display: none; } }
    .home__badges .h2-desktop li {
      padding: 0.3125em 0.1875em; }
      .home__badges .h2-desktop li a {
        display: block; }
    .home__badges .h2-desktop img {
      display: block;
      height: 2.5em;
      width: auto; }
      @media (max-width: 485px) and (orientation: landscape) {
        .home__badges .h2-desktop img {
          height: 1.875em; } }

.feature {
  z-index: 1;
  background-image: url("../img/low-res/bg_section2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /* labels */ }
  .feature #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .feature #particles-js canvas {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0; }
  .feature svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    z-index: 1; }
  .feature [data-ui-coverBox], .feature [data-ui-ratio] {
    position: relative;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .portrait .feature [data-ui-coverBox],
    .portrait .feature [data-ui-ratio] {
      width: auto !important;
      height: auto !important; }
  .feature__landscape, .feature__parent {
    position: relative;
    overflow: hidden; }
    @media (orientation: landscape) {
      .feature__landscape, .feature__parent {
        width: 100%;
        height: 100%; } }
  @media (orientation: landscape) {
    .feature [data-ui-coverBox] {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 3; }
    .feature [data-ui-ratio] {
      z-index: 3; } }
  @media (orientation: landscape) and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    html.disabled-fullscroll .feature [data-ui-ratio] {
      position: relative;
      top: 0%;
      left: 0%;
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%); } }
  @media (orientation: landscape) and (orientation: landscape) {
    .feature [data-ui-ratio] {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

  .feature__portrait {
    position: relative; }
    .feature__portrait:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/low-res/_bg_section2-portrait.png");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 0; }
    @media (orientation: landscape) {
      .feature__portrait {
        display: none; } }
  .feature__landscape {
    position: relative; }
    .feature__landscape:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/low-res/bg_section2.png");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 0; }
    @media (orientation: portrait) {
      .feature__landscape {
        display: none; } }
    @media (max-width: 485px) and (orientation: landscape) {
      .feature__landscape {
        height: 100vh; } }
  .feature__label {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .feature__label li {
      display: block;
      position: absolute;
      background-image: initial;
      background-position: center center;
      background-size: 112% 100%;
      background-repeat: no-repeat;
      padding: 0.5em 0.375em;
      font-size: 1.625em;
      -webkit-transform: translate(-50%, -100%);
      -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%); }
      .feature__label li:lang(tr) {
        font-size: 1.5em; }
      .feature__label li:lang(es) {
        font-size: 1.5em; }
      .feature__portrait .feature__label li {
        font-size: 3em;
        padding: 0.9375em 0.375em; }
      .feature__label li.center-top {
        top: 52%;
        left: 50%;
        width: 29%;
        font-size: 2.25em;
        background-image: url("../img/low-res/s2/bg_blue.png"); }
        .feature__label li.center-top:lang(es) {
          font-size: 2em; }
        .feature__portrait .feature__label li.center-top {
          top: 35%;
          width: 44%;
          font-size: 3.75em; }
      .feature__label li.center-left {
        top: 72%;
        left: 19.55%;
        width: 19%;
        background-image: url("../img/hi-res/s2/bg_orange.png"); }
        .feature__portrait .feature__label li.center-left {
          top: 66%;
          left: 25%;
          width: 36%; }
        .feature__label li.center-left:lang(es) {
          width: 17%; }
      .feature__label li.center-right {
        top: 72%;
        right: 0;
        width: 19%;
        background-image: url("../img/hi-res/s2/bg_green.png"); }
        .feature__portrait .feature__label li.center-right {
          right: auto;
          top: 66%;
          left: 75%;
          width: 38%; }
        .feature__label li.center-right:lang(es) {
          right: 3%;
          width: 16%; }
      .feature__label li.center-bottom {
        top: 96.5%;
        left: 50%;
        width: 19%;
        background-image: url("../img/hi-res/s2/bg_purple.png"); }
        .feature__portrait .feature__label li.center-bottom {
          top: 95%;
          width: 36%; }
      .feature__label li p {
        display: block;
        position: relative;
        line-height: 100%;
        color: white;
        font-family: 'Play', sans-serif;
        font-weight: bold;
        text-align: center;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }

.footer {
  height: auto !important;
  text-align: center;
  background-color: black;
  background-image: url("../img/hi-res/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 115%;
  padding: 0.9375em;
  overflow: hidden; }
  .footer:lang(tr) {
    font-family: 'Roboto',sans-serif; }
  .footer .fp-tableCell {
    height: auto !important; }
  .footer p {
    color: #94a2ca;
    font-size: 0.875em; }
  .footer a {
    color: inherit;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer__sns li {
    padding: 0.3125em; }
  .footer__sns img {
    display: block;
    width: 2.8125em;
    height: auto;
    background-image: url("../img/sp_sns-footer.png");
    background-repeat: no-repeat;
    background-size: 300% auto; }
    .footer__sns img.fb {
      background-position: 0 0; }
    .footer__sns img.tw {
      background-position: 50% 0; }
    .footer__sns img.yt {
      background-position: 100% 0; }
  .footer__copyright {
    max-width: 52.8125em;
    margin: auto;
    padding: 0.5em; }
  .footer__pp_tc {
    padding: 0.5em;
    position: relative;
    z-index: 1; }
    .footer__pp_tc a {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.375em; }
      .footer__pp_tc a:not(:last-child):after {
        content: "\2022";
        font-size: 0.75em;
        display: inline-block;
        vertical-align: baseline;
        margin-left: 0.375em; }
  .footer__border {
    width: 98%;
    margin: auto;
    position: relative;
    z-index: 0; }
    .footer__border .table-cell.c1, .footer__border .table-cell.c3 {
      width: 2.5%; }
      .footer__border .table-cell.c1 img, .footer__border .table-cell.c3 img {
        display: block;
        margin: auto;
        width: 100%;
        height: auto;
        min-width: 24px; }
    .footer__border .table-cell.c2 {
      width: 95%; }
      .footer__border .table-cell.c2:after {
        content: "";
        display: block;
        border-top: 0.1875em solid white; }
        @media (min-width: 971px) {
          .footer__border .table-cell.c2:after {
            border-top-width: 0.125em; } }
      .footer__border .table-cell.c2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/hi-res/bg_footer_border.png");
        background-size: 100% 100%;
        background-repeat: none;
        background-position: center center; }
    @media (min-width: 971px) {
      .footer__border {
        margin: -25px auto; } }

/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 53%;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 5px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 30px;
  width: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 100%; }
  #fp-nav ul li a.active span:after,
  .fp-slidesNav ul li a.active span:after,
  #fp-nav ul li:hover a.active span:after,
  .fp-slidesNav ul li:hover a.active span:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 100%;
    top: 20%;
    left: 20%;
    background: #d12a09; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 16px;
  width: 16px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/preloader/preloader-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 999999;
  background-color: #000; }
  .preloader .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    margin: auto; }
  .preloader .logo-container {
    position: relative;
    max-width: 390px;
    margin: auto;
    padding-right: 50px; }
    .preloader .logo-container img.logo-gray {
      display: block;
      margin: auto;
      position: relative; }
    .preloader .logo-container .logo-red {
      position: absolute;
      left: 0;
      top: 0;
      margin: auto;
      z-index: 1;
      height: 100%;
      background-image: url(https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/preloader/SF-logo_red.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: auto 100%;
      width: 0;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
  .preloader .crosshair {
    position: absolute;
    right: -10%;
    top: 46.5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/preloader/crosshair.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 8%;
    line-height: 100%;
    margin: auto;
    z-index: 1;
    color: #fff;
    font-size: 15px; }
  .preloader .bullet-container .bullet-ray {
    position: absolute;
    left: -3%;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
    background-image: url(https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/preloader/bullet-ray.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
    height: 8.5%;
    width: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .preloader .bullet-container .bullet-ray:after {
      content: "";
      background-image: url(https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/preloader/bullet.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 42px;
      height: 12px;
      position: absolute;
      right: -3%; }
    .preloader .bullet-container .bullet-ray.debris:before {
      content: "";
      background-image: url(https://media01.gameloft.com/web_mkt/minisites/sniperfury-official/revamp/img/hi-res/preloader/debris.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 69px;
      height: 78px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -3%;
      z-index: 3; }

/*# sourceMappingURL=app-ui.min.css.map */
