/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-700.woff") format("woff"), url("../fonts/montserrat-v15-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display-v22-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display-v22-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display-v22-latin-regular.woff2") format("woff2"), url("../fonts/playfair-display-v22-latin-regular.woff") format("woff"), url("../fonts/playfair-display-v22-latin-regular.ttf") format("truetype"), url("../fonts/playfair-display-v22-latin-regular.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */ }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #999999; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Playfair Display", serif;
  font-weight: 400; }

h1, .h1 {
  font-size: 1.4rem; }

h2, .h2 {
  font-size: 1.3rem; }

h3, .h3 {
  font-size: 1.2rem; }

h4, .h4 {
  font-size: 1.1rem; }

h5, .h5 {
  font-size: .9rem; }

@media (max-width: 920px) {
  h1, .h1 {
    font-size: 1.5rem; }
  h2, .h2 {
    font-size: 1.3rem; }
  h3, .h3 {
    font-size: 1.15rem; }
  h4, .h4 {
    font-size: 1rem; } }

a {
  color: inherit;
  transition: color .5s ease; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 3em 3em 4em 3em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) -5%, rgba(255, 255, 255, 0) 100%); }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 920px) {
    .header {
      padding: 2em 3em 4em 3em; } }

.logo {
  display: block;
  float: left;
  margin: .6em auto 0 auto;
  width: 17em; }
  @media (max-width: 920px) {
    .logo {
      float: none;
      max-width: 100%;
      position: relative;
      z-index: 9;
      margin: 0; }
      .logo-link {
        display: block;
        padding: 0 2em; } }

.main-nav {
  overflow: hidden;
  text-align: center;
  text-transform: uppercase; }
  .main-nav a, .main-nav span {
    display: inline-block;
    padding: 1em;
    color: #222222;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2); }
    .main-nav a.active, .main-nav a:hover, .main-nav span.active, .main-nav span:hover {
      color: rgba(34, 34, 34, 0.4); }
    @media (min-width: 1200px) {
      .main-nav a, .main-nav span {
        padding: 1em 1.2em; } }
    @media (min-width: 1400px) {
      .main-nav a, .main-nav span {
        padding: 1em 1.5em; } }
  .main-nav hr {
    border: 0;
    height: 1px;
    opacity: .5;
    background: #222222;
    max-width: 700px;
    margin: 1em auto; }
  @media (max-width: 920px) {
    .main-nav {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      max-width: 420px;
      transform: translateX(-100%);
      transition: transform 1s ease;
      background: #FFF;
      padding: 4rem 0 0 0;
      text-align: left;
      overflow: auto;
      overscroll-behavior: contain; }
      .main-nav hr {
        display: none; }
      .main-nav > a, .main-nav > div {
        display: block;
        padding: 2em;
        position: relative; }
        .main-nav > a:before, .main-nav > div:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: linear-gradient(to right, rgba(34, 34, 34, 0.5) -5%, rgba(34, 34, 34, 0) 100%); }
        .main-nav > a.main-nav-submenu, .main-nav > div.main-nav-submenu {
          color: #FFF;
          background: #999999; }
          .main-nav > a.main-nav-submenu:before, .main-nav > div.main-nav-submenu:before {
            display: none; }
          .main-nav > a.main-nav-submenu + .main-nav-submenu, .main-nav > div.main-nav-submenu + .main-nav-submenu {
            padding-top: 1em; }
      .toggle-nav:checked + .burger + .main-nav {
        transform: translateX(0%); } }

.lang-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 2rem;
  font-size: 11px;
  cursor: pointer; }
  .lang-nav a, .lang-nav span {
    padding: 1em .5em; }
  .lang-nav svg {
    width: 16px;
    height: 16px;
    vertical-align: -.3em;
    margin-right: .5em; }
  .lang-nav a {
    display: none; }
  .lang-nav:focus-within a {
    display: inline-block; }
  .lang-nav:focus {
    outline: none; }

.header-social {
  float: right;
  width: 17em;
  text-align: right; }
  .header-social img {
    width: 16px;
    opacity: .5;
    margin: .5em 0 0 1em; }
  @media (max-width: 920px) {
    .header-social {
      display: none; } }

.burger {
  display: none;
  order: 3; }
  @media (max-width: 920px) {
    .burger {
      display: block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      cursor: pointer;
      left: 1rem;
      top: 1rem;
      z-index: 10; }
      .burger i, .burger:before, .burger:after {
        transition: transform .5s ease, margin .5s ease;
        content: "";
        width: 1.5rem;
        height: 0.1rem;
        background: #222222;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.75rem; }
      .burger:before {
        margin-top: -.5rem; }
      .burger:after {
        margin-top: .5rem; }
      .toggle-nav:checked + .burger i {
        transform: scaleX(0); }
      .toggle-nav:checked + .burger:before {
        margin-top: 0;
        transform: rotate(45deg); }
      .toggle-nav:checked + .burger:after {
        margin-top: 0;
        transform: rotate(-45deg); } }

.toggle-nav {
  display: none; }

.section {
  min-height: 100vh;
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9; }
  .section.small-section {
    padding: 2rem 0;
    min-height: 50vh; }
    .section.small-section .section-content {
      transition-delay: 0s; }
  @media (orientation: portrait) {
    .section.portrait-50vh {
      min-height: 50vh; } }
  .section-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: #999999; }
    .section-background-image {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-position: center;
      transition: transform 10s linear;
      will-change: transform; }
      .in-viewport .section-background-image {
        transform: scale(1.1); }
    .section-background-video {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #f9f9f9; }
      .section-background-video video {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden; }
  .section-content {
    position: relative;
    z-index: 1;
    text-align: center;
    transition: opacity 1s linear;
    transition-delay: .5s;
    opacity: 0;
    color: rgba(34, 34, 34, 0.8); }
    .in-viewport .section-content {
      opacity: 1; }
    .section-content h1 {
      color: #222222;
      max-width: 22em;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6em;
      text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.2); }
      .section-content h1:after {
        content: "";
        display: block;
        margin: 1.6em auto 0 auto;
        width: 180px;
        height: 1px;
        background: #222222; }
    .section-content h2, .section-content p {
      max-width: 440px;
      padding: 0 20px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5em; }
    .section-content h2 {
      font-size: 13px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
      .section-content h2:after {
        content: "";
        display: block;
        margin: 2em auto 3em auto;
        width: 180px;
        height: 1px;
        background: rgba(34, 34, 34, 0.4); }
    .section-content p {
      font-size: 13px;
      font-family: "Playfair Display", serif;
      font-weight: 400; }
    .section-content a {
      text-decoration: none; }
    .section-content P:first-child:before {
      content: "";
      display: block;
      margin: 1em auto 3em auto;
      width: 180px;
      height: 1px;
      background: rgba(34, 34, 34, 0.4); }
    .section-content P:last-child:after {
      content: "";
      display: block;
      margin: 3em auto 1em auto;
      width: 180px;
      height: 1px;
      background: rgba(34, 34, 34, 0.4); }
  .section-dx {
    padding-left: 50%;
    min-height: 110vh; }
    .section-dx .section-background {
      right: 50%; }
  .section-sx {
    padding-right: 50%;
    min-height: 110vh; }
    .section-sx .section-background {
      left: 50%; }
  @media (orientation: portrait) {
    .section-dx {
      padding-left: 0;
      flex-direction: column;
      min-height: 90vh; }
      .section-dx .section-background {
        right: 0;
        position: relative;
        height: 90vh;
        width: 100%; }
      .section-dx .section-content {
        padding: 3em 0; }
    .section-sx {
      padding-right: 0;
      flex-direction: column;
      min-height: 90vh; }
      .section-sx .section-background {
        left: 0;
        position: relative;
        height: 90vh;
        width: 100%; }
      .section-sx .section-content {
        padding: 3em 0; } }

.video-control {
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 9em;
  height: 9em;
  margin-right: -4em;
  margin-bottom: -4em;
  padding: 2em;
  font-size: 1em; }
  .playing .video-control {
    bottom: 5em;
    right: 5em; }
  .video-control a {
    display: block;
    width: 5em;
    height: 5em;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3em;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
    overflow: hidden;
    will-change: opacity;
    transition: opacity 0.5s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .playing .video-control a {
      opacity: 0; }
    .playing.hover .video-control a {
      opacity: 1; }
  .video-control span {
    display: block;
    position: relative;
    width: 2em;
    height: 2em;
    overflow: hidden;
    margin: 1.5em;
    transform: translate(1em, 0) scale(1.6, 1);
    will-change: transform;
    transition: transform 0.5s ease; }
    .playing .video-control span {
      transform: translate(0, 0) scale(1, 1); }
  .video-control i {
    display: block;
    background-color: #222222;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    border: 1px solid transparent;
    transform: rotate(-45deg) translate(-1em, -1em) scale(1, 1);
    will-change: transform;
    transition: transform 0.5s ease; }
    .playing .video-control i {
      transform: scale(0.4, 1) translate(-1.6em, 0); }
      .playing .video-control i:last-child {
        transform: scale(0.4, 1) translate(1.6em, 0); }

.coming-soon {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  color: #555555;
  font-size: 1.6em;
  font-weight: 400;
  padding: .5em;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.7) 0 0 0.5em, rgba(255, 255, 255, 0.7) 0 0 1em; }
  .coming-soon:before, .coming-soon:after {
    content: "";
    margin: 0 1em;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #555555;
    vertical-align: middle; }

.footer a {
  color: #999999;
  text-decoration: none; }
  .footer a:hover {
    color: #555555; }

.footer img {
  width: 16px;
  opacity: .5;
  margin: .5em 0 0 1.5em; }

.footer-top {
  padding: 2em 3em 0em 3em;
  line-height: 3em;
  font-size: 10px; }

.footer-col {
  float: left;
  width: 25%;
  padding-bottom: 2em; }

.footer-bottom {
  line-height: 1.6em;
  clear: both;
  padding: 1em 3em;
  background: #f9f9f9;
  color: #555555;
  font-size: 8px;
  overflow: hidden; }
  .footer-bottom span {
    display: block;
    color: #999999; }

.footer-social {
  float: right;
  white-space: nowrap; }

@media (max-width: 920px) {
  .footer {
    line-height: 2em; }
    .footer-col {
      float: none;
      width: auto;
      text-align: center;
      padding-bottom: 1em; }
      .footer-col:nth-child(1), .footer-col:nth-child(2) {
        display: none; }
    .footer-bottom {
      text-align: center; }
    .footer-social {
      float: none;
      text-align: center;
      padding-bottom: 1em; } }

.mouse-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 35px;
  border: 1px solid #555555;
  border-radius: 10px; }
  .mouse-scroll:before {
    content: "";
    width: 2px;
    height: 8px;
    border-radius: 1px;
    background: #555555;
    position: absolute;
    top: 4px;
    left: 8px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    animation-timing-function: linear; }

@keyframes scroll {
  0% {
    opacity: 1;
    top: 4px; }
  50% {
    opacity: 1;
    top: 16px; }
  100% {
    opacity: 0;
    top: 24px; } }

.contact {
  line-height: 3em;
  font-size: 10px;
  color: #999999; }
  .contact > div {
    display: inline-block;
    width: 450px;
    max-width: 50%;
    padding: 0 2em; }

/*!
 * fullPage 2.8.1
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 .3s ease-out;
  transition: all .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;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  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; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.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: 14px;
  height: 13px;
  margin: 7px;
  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-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -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 .2s ease-in;
  transition: opacity .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-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }
