/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
  color: #000;
  background: #FFF; }

html, body {
  width: 100%;
  height: 100%; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit; }

del,
ins {
  text-decoration: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%; }

/*  ------------------------------------------------------
   Responsive breakpoints
  ------------------------------------------------------  */
/*
 *  ----------------------------------------------------------------------------
 *    Viewport breakpoints
 *  ----------------------------------------------------------------------------
 *
 *  Based on em, 1em for media queries is the browser's default font-size.
 *  In generic preset to 16px / 14pt.
 *
 *  Why do we use em?
 *  http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/
 */
/*
 *  ----------------------------------------------------------------------------
 *    Viewport mixin
 *  ----------------------------------------------------------------------------
 *
 *
 *  Sample use:
 *
 *  @include viewport('small-min'){ display: none; }
 *  @include viewport('medium'){  display: none; }
 *  @include viewport('large-max'){  display: none; }
 */
/*
 *  ----------------------------------------------------------------------------
 *    Enable-on-{{specific-viewport}} mixin
 *  ----------------------------------------------------------------------------
 *
 *
 *  Mixin to show - and automaticly hide - elements only on one
 *  specific viewports.
 *
 *  Optional param `display` is preset to `block`.
 *
 *
 *  Sample use:
 *
 *  @include enable-on-small();
 *  @include enable-on-medium(inline-block);
 *  @include disable-on-large();
 *  @include disable-on-extra-large();
 */
/* Small variations */
/* Medium variations */
/* Large variations */
/* Extra large variations */
/**
 * fullPage 2.6.0
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=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;
  /* 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-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  cursor: pointer;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent rgba(56, 168, 221, 0.8) transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent rgba(56, 168, 221, 0.8); }

.fp-scrollable {
  overflow: scroll; }

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

.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-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 {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%; }
        #fp-nav ul li:hover #fp-nav ul li a.active span,
        #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
        .fp-slidesNav ul li a.active span,
        #fp-slidesNav ul li:hover
        .fp-slidesNav ul li 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;
        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 {
  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-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; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Times New Roman", serif;
  background: #fff;
  color: #000; }

sup {
  font-size: 11px; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a.active {
    color: #E2001A; }

.facebook {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 24px;
  z-index: 1000;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .facebook {
      bottom: auto;
      top: -100px;
      right: 20px; } }

.pinterest {
  position: absolute;
  bottom: 40px;
  right: 80px;
  width: 24px;
  z-index: 1000;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .pinterest {
      bottom: auto;
      top: -100px;
      right: 60px; } }

.instagram {
  position: absolute;
  bottom: 40px;
  right: 120px;
  width: 24px;
  z-index: 1000;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .instagram {
      bottom: auto;
      top: -100px;
      right: 60px; } }

*:focus {
  outline: none; }

.enable-on-small {
  display: none;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (min-width: 20em) and (max-width: 47.9em) {
    .enable-on-small {
      display: block; } }

.disable-on-small {
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (min-width: 20em) and (max-width: 47.9em) {
    .disable-on-small {
      display: none !important; } }

.fill {
  height: 100%;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .fill {
      position: absolute;
      width: 100vw;
      top: calc(38vh + 110px); } }
  @media (max-width: 700px) and (orientation: landscape) {
    .fill {
      width: 50vw;
      margin-left: 50vw;
      top: 60px !important;
      height: calc(100% - 60px); } }

.bg, .bg-overlay {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .bg, .bg-overlay {
      top: 50px;
      height: 35%; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .bg, .bg-overlay {
      width: 50vw !important;
      height: 100%;
      left: 0;
      top: 0 !important; } }

.bg-overlay {
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .bg-overlay {
      display: none; } }

.slide {
  width: 100vw; }

#toggle-nav {
  position: fixed;
  width: 41px;
  height: 21px;
  right: 20px;
  top: 20px;
  background: url("../img/menu.svg") 50% 50% no-repeat;
  z-index: 10000; }
  #toggle-nav:hover {
    background: url("../img/menu-mo.svg") 50% 50% no-repeat; }

.close {
  width: 32px;
  height: 31px;
  background: url("../img/delete.svg") 50% 50% no-repeat; }
  .close:hover {
    background: url("../img/delete-mo.svg") 50% 50% no-repeat; }

.fp-controlArrow.fp-prev {
  border: none;
  background: url("/assets/img/prev.svg") 50% 50% no-repeat;
  width: 30px;
  height: 56px;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  .fp-controlArrow.fp-prev.active, .fp-controlArrow.fp-prev:hover {
    background: url("/assets/img/prev-mo.svg") 50% 50% no-repeat; }
  @media (max-width: 47.9em) {
    .fp-controlArrow.fp-prev {
      background-size: 22px;
      top: auto;
      bottom: 50px; }
      .fp-controlArrow.fp-prev.active, .fp-controlArrow.fp-prev:hover {
        background: url("/assets/img/prev.svg") 50% 50% no-repeat;
        background-size: 21px; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .fp-controlArrow.fp-prev {
      background-color: transparent !important;
      left: 50% !important; } }

.fp-controlArrow.fp-next {
  border: none;
  background: url("/assets/img/next.svg") 50% 50% no-repeat;
  width: 30px;
  height: 56px;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  .fp-controlArrow.fp-next.active, .fp-controlArrow.fp-next:hover {
    background: url("/assets/img/next-mo.svg") 50% 50% no-repeat; }
  @media (max-width: 47.9em) {
    .fp-controlArrow.fp-next {
      background-size: 22px;
      top: auto;
      bottom: 50px; }
      .fp-controlArrow.fp-next.active, .fp-controlArrow.fp-next:hover {
        background: url("/assets/img/next.svg") 50% 50% no-repeat;
        background-size: 21px; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .fp-controlArrow.fp-next {
      background-color: transparent !important; } }

.arrow-down, .arrow-down-info {
  background: url("../img/pijl.svg") 50% 50% no-repeat;
  position: absolute;
  z-index: 100;
  left: 48vw;
  margin-left: -35px;
  width: 70px;
  height: 33px;
  bottom: 20px;
  font-size: 14px;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .arrow-down, .arrow-down-info {
      background-size: 40px;
      bottom: 80px !important; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .arrow-down, .arrow-down-info {
      left: 73vw; } }
  .arrow-down:hover, .arrow-down-info:hover {
    background: url("../img/pijl-mo.svg") 50% 50% no-repeat; }

section:last-child .arrow-down {
  display: none; }

.bg-mobile-menu {
  height: 14px;
  padding: 12px;
  position: fixed;
  width: calc(100% - 24px);
  top: 0;
  background: #000;
  z-index: 10001;
  display: none;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (min-width: 20em) and (max-width: 47.9em) {
    .bg-mobile-menu {
      display: block; } }

.hb {
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  cursor: pointer;
  display: none;
  display: none;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (min-width: 20em) and (max-width: 47.9em) {
    .hb {
      display: block; } }

.hb span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.hb span:nth-child(1) {
  top: 0; }

.hb span:nth-child(2) {
  top: 6px; }

.hb span:nth-child(3) {
  top: 12px; }

.hb.open {
  margin-top: -2px;
  margin-left: -2px; }

.hb.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg); }

.hb.open span:nth-child(2) {
  opacity: 0;
  left: -30px; }

.hb.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg); }

/*	BigVideo Styles
	You may need to adjust these styles to get this working right in your design.
*/
#big-video-wrap {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

#big-video-vid, #big-video-image {
  position: absolute; }

#big-video-control-container {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition-duration: 0.6s; }

#big-video-control {
  width: 100%;
  height: 16px;
  position: relative; }

#big-video-control-middle {
  margin: 0 56px 0 24px; }

#big-video-control-bar {
  width: 100%;
  height: 16px;
  position: relative;
  cursor: pointer; }

#big-video-control-progress {
  position: absolute;
  top: 7px;
  height: 3px;
  width: 0%;
  background: #fff; }

#big-video-control-track {
  position: absolute;
  top: 8px;
  height: 1px;
  width: 100%;
  background: #fff; }

#big-video-control-bound-left {
  left: 0; }

#big-video-control-bound-right {
  right: -1px; }

#big-video-control-track .ui-slider-handle {
  opacity: 0; }

#big-video-control-playhead {
  left: 30%; }

#big-video-control-play {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-image: url("bigvideo.png"); }

#big-video-control-timer {
  position: absolute;
  top: 1px;
  right: 0;
  color: #fff;
  font-size: 11px; }

#big-video-control-playhead, #big-video-control-bound-left, #big-video-control-bound-right {
  position: absolute;
  top: 0;
  height: 16px;
  width: 1px;
  background: #fff; }

#big-video-control .ui-slider-handle {
  border-left: solid 1px #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px; }

.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

#big-video-wrap .vjs-big-play-button {
  display: none !important; }

#movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh; }

.btns {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 110px;
  margin-left: -70px;
  margin-top: -80px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  text-align: center; }

.btn-play-pause {
  padding: 25px;
  height: 60px;
  cursor: pointer; }

.btns.faded {
  transition: all 0.5s; }

.btns.faded {
  opacity: 0.5; }

.btns.gone {
  opacity: 0; }

.btn-play-pause.pause {
  display: none;
  height: 60px;
  cursor: pointer; }

.btn-play-pause.faded {
  opacity: 0.4; }

header nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  height: 120px;
  transition: background-color .4s ease;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  header nav.active {
    background-color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 47.9em) {
    header nav {
      height: auto; } }
  header nav ul {
    position: fixed;
    width: 900px;
    height: 120px;
    left: 50%;
    margin-left: -450px;
    /* Smallest variation */
    /* Small variations */
    /* Medium variations */
    /* Large variations */
    /* Extra large variations */ }
    @media (max-width: 47.9em) {
      header nav ul {
        display: none;
        background: rgba(255, 255, 255, 0.8);
        height: 38%;
        padding-top: 55px;
        width: 100vw;
        margin-left: 0;
        left: 0; } }
    @media (max-width: 700px) and (orientation: landscape) {
      header nav ul {
        height: 100%;
        width: 50%; } }
    header nav ul li {
      display: inline-block;
      text-align: center;
      position: relative;
      width: 160px;
      padding: 45px 5px;
      color: #a6a8a9;
      font-size: 30px;
      text-transform: uppercase;
      /* Smallest variation */
      /* Small variations */
      /* Medium variations */
      /* Large variations */
      /* Extra large variations */ }
      @media (max-width: 47.9em) {
        header nav ul li {
          display: block;
          width: 100vw;
          padding: 7px 0;
          text-align: left;
          padding-left: 15px; } }
      header nav ul li a {
        color: #a6a8a9;
        font-size: 2.7rem;
        text-transform: uppercase;
        /* Smallest variation */
        /* Small variations */
        /* Medium variations */
        /* Large variations */
        /* Extra large variations */ }
        header nav ul li a:hover {
          color: #000; }
        @media (max-width: 47.9em) {
          header nav ul li a {
            font-size: 2rem;
            display: block;
            padding: 2px; } }
      header nav ul li.active a {
        color: #000; }

.bg-submenu {
  transition: all 1s ease;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: auto;
  min-height: 150px;
  border-bottom: solid 1px #000; }
  .bg-submenu.active {
    top: 80px; }

h2 {
  font-size: 25px;
  line-height: 30px; }

.red {
  color: #E2001A; }

.small {
  font-size: 17px !important;
  line-height: 30px !important; }

sup {
  font-size: 11px; }

a {
  color: #E2001A;
  text-decoration: none; }
  a:hover, a.active {
    color: #000; }

.bg {
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */
  width: 100%; }
  @media (max-width: 47.9em) {
    .bg {
      top: 38px; } }

.bg-home-wrapper {
  overflow: hidden; }
  .bg-home-wrapper.fixed {
    position: fixed;
    top: -10px;
    height: 0px; }

article {
  position: relative; }

.fill {
  height: 100%;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .fill {
      top: calc(38% + 55px); } }

.content {
  width: 100vw;
  height: 100vh;
  position: relative; }
  .content .infobox {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 20px;
    z-index: 100000;
    margin: 20px 40px;
    padding: 15px;
    width: 360px;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    /* Smallest variation */
    /* Small variations */
    /* Medium variations */
    /* Large variations */
    /* Extra large variations */ }
    @media (max-width: 47.9em) {
      .content .infobox {
        width: calc(100vw - 60px);
        font-size: 13px;
        line-height: 17px;
        padding: 0 20px;
        margin: auto;
        bottom: auto;
        text-align: left; } }
    @media (max-width: 700px) and (orientation: landscape) {
      .content .infobox {
        width: calc(50vw - 40px); } }
    .content .infobox h1 {
      font-size: 25px;
      line-height: 30px;
      /* Smallest variation */
      /* Small variations */
      /* Medium variations */
      /* Large variations */
      /* Extra large variations */ }
      @media (max-width: 47.9em) {
        .content .infobox h1 {
          font-size: 21px;
          line-height: 24px; } }

.info-square {
  position: absolute;
  top: 100px;
  bottom: 20px;
  z-index: 100;
  margin: 20px 40px;
  padding: 20px;
  width: 400px;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .info-square {
      width: calc(100vw - 40px);
      padding: 0 20px;
      margin: auto;
      bottom: auto;
      text-align: left;
      top: 0; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .info-square {
      top: 10px;
      width: 100%; } }
  .info-square .info-info {
    background: none;
    width: 400px;
    font-size: 25px;
    line-height: 30px;
    overflow: auto;
    height: auto;
    /* Smallest variation */
    /* Small variations */
    /* Medium variations */
    /* Large variations */
    /* Extra large variations */ }
    @media (max-width: 47.9em) {
      .info-square .info-info {
        font-size: 21px;
        line-height: 24px;
        width: 100%; } }
    @media (max-width: 700px) and (orientation: landscape) {
      .info-square .info-info {
        width: 80%; } }
    .info-square .info-info p {
      padding: 0 30px;
      float: left;
      z-index: 11;
      font-size: 18px;
      line-height: 24px;
      /* Smallest variation */
      /* Small variations */
      /* Medium variations */
      /* Large variations */
      /* Extra large variations */ }
      @media (max-width: 47.9em) {
        .info-square .info-info p {
          font-size: 21px;
          line-height: 24px;
          padding: 0; } }
    .info-square .info-info .small {
      /* Smallest variation */
      /* Small variations */
      /* Medium variations */
      /* Large variations */
      /* Extra large variations */ }
      @media (max-width: 47.9em) {
        .info-square .info-info .small {
          padding-top: 20px;
          font-size: 21px !important;
          line-height: 24px !important; } }
  .info-square .footer {
    position: absolute;
    bottom: 0;
    left: 40px;
    /* Smallest variation */
    /* Small variations */
    /* Medium variations */
    /* Large variations */
    /* Extra large variations */ }
    @media (min-width: 20em) and (max-width: 47.9em) {
      .info-square .footer {
        display: none !important; } }
    .info-square .footer img {
      float: left;
      height: 50px;
      /* Smallest variation */
      /* Small variations */
      /* Medium variations */
      /* Large variations */
      /* Extra large variations */ }
      @media (max-width: 47.9em) {
        .info-square .footer img {
          width: 50%; } }

#movie-container {
  height: 100vh; }

.carrousel {
  height: 100vh; }

.three-sixty-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000; }

.threesixty {
  position: relative; }

.img-360 {
  position: absolute;
  top: -38%;
  z-index: 10000;
  left: 5%;
  width: 90%; }
  @media (max-width: 700px) and (orientation: landscape) {
    .img-360 {
      top: 25px;
      left: -45vw; } }

.goright {
  background: url(../img/landscape/360.svg) no-repeat;
  width: 69px;
  height: 62px;
  position: absolute;
  right: 20px;
  top: 45%;
  z-index: 10;
  cursor: pointer; }

.facebook {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 24px;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .facebook {
      bottom: auto;
      top: 35vh;
      right: 10px; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .facebook {
      top: auto;
      bottom: 15px;
      left: calc(50vw - 40px); } }

.pinterest {
  position: fixed;
  bottom: 40px;
  right: 80px;
  width: 24px;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .pinterest {
      bottom: auto;
      top: 35vh;
      right: 45px; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .pinterest {
      top: auto;
      bottom: 15px;
      left: calc(50vw - 75px); } }

.universe {
  position: fixed;
  bottom: 40px;
  right: 160px;
  width: 24px;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  @media (max-width: 47.9em) {
    .universe {
      bottom: auto;
      top: 35vh;
      right: 80px; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .universe {
      top: auto;
      bottom: 15px;
      left: calc(50vw - 110px); } }

.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 5px; }
  .fp-controlArrow.fp-next:hover, .fp-controlArrow.fp-prev:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.fp-controlArrow.fp-next {
  right: -5px; }

.fp-controlArrow.fp-prev {
  left: -5px; }

.arrow-down, .arrow-down-info {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 15px;
  bottom: -5px; }
  .arrow-down:hover, .arrow-down-info:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.more-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.97);
  padding: 20px;
  position: absolute;
  z-index: 100001;
  font-size: 15px;
  line-height: 21px;
  bottom: 20px;
  left: 40px;
  width: 370px;
  height: calc(100% - 160px);
  box-shadow: -1px 0px 80px 1px rgba(0, 0, 0, 0.1);
  overflow: auto;
  /* Smallest variation */
  /* Small variations */
  /* Medium variations */
  /* Large variations */
  /* Extra large variations */ }
  .more-overlay .close-overlay {
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 10px;
    padding: 15px;
    cursor: pointer;
    display: inline-block; }
  @media (max-width: 63.9em) {
    .more-overlay {
      position: absolute;
      width: calc(100% - 40px);
      height: calc(100% - 80px);
      padding-top: 80px;
      left: 0;
      top: -47vh;
      bottom: auto; }
      .more-overlay .close-overlay {
        top: 60px; } }

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

body {
  font-family: 'netto', 'Arial', sans-serif; }

.three-sixty-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }

.threesixty {
  position: relative; }

.houses-nav {
  position: absolute;
  text-align: left;
  z-index: 10001;
  top: 45%;
  margin-top: -120px;
  width: 80px;
  right: 13px;
  line-height: 24px;
  font-size: 13px; }
  .houses-nav a {
    color: #a6a8a9; }
    .houses-nav a:hover, .houses-nav a.active {
      color: #000; }

.house {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }

.rotateimage {
  z-index: 1001; }

/*# sourceMappingURL=blockbuilding.css.map */
