@charset "UTF-8";
/*/ VARIABLES ///////////////////////*/
/*/ CLEARS ///////////////////////*/
body, html {
  padding: 0;
  margin: 0;
  height: 100%; }

/*/ CONTAINERS ////////////////////////*/
.section {
  position: relative;
  width: 100%;
  float: left;
  display: inline-block;
  padding: 10px 0;
  overflow: hidden; }

.grid {
  width: 960px;
  height: auto;
  position: relative;
  margin: 0 auto;
  float: none;
  display: block; }

.grid:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.col {
  height: auto;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 15px; }

.no_space {
  padding: 0 !important;
  margin: 0 !important; }

/*/ GRID WIDTHS ////////////////////*/
.grid .i {
  width: 8.333%; }

.grid .ii {
  width: 16.666%; }

.grid .iii {
  width: 25%; }

.grid .iv {
  width: 33.332%; }

.grid .v {
  width: 41.665%; }

.grid .vi {
  width: 50%; }

.grid .vii {
  width: 58.331%; }

.grid .viii {
  width: 66.664%; }

.grid .ix {
  width: 75%; }

.grid .x {
  width: 83.333%; }

.grid .xi {
  width: 91.663%; }

.grid .xii {
  width: 100%; }

.grid .full {
  width: 100%; }

.grid .half {
  width: 50%; }

.grid .third {
  width: 33.333%; }

.grid .ii_third {
  width: 66.666%; }

.grid .quart {
  width: 25%; }

.grid .fifth {
  width: 20%; }

/*/ OFFSETS ////////////////////*/
.grid .o_i {
  margin-left: 8.333%; }

.grid .o_ii {
  margin-left: 16.666%; }

.grid .o_iii {
  margin-left: 25%; }

.grid .o_iv {
  margin-left: 33.332%; }

.grid .o_v {
  margin-left: 41.665%; }

.grid .o_vi {
  margin-left: 50%; }

.grid .o_vii {
  margin-left: 58.331%; }

.grid .o_viii {
  margin-left: 66.664%; }

.grid .o_ix {
  margin-left: 75%; }

.grid .o_x {
  margin-left: 83.333%; }

.grid .o_xi {
  margin-left: 91.663%; }

.grid .o_xii {
  margin-left: 100%; }

/*/ PUSHERS ////////////////////*/
.grid .p_i {
  margin-right: 8.333%; }

.grid .p_ii {
  margin-right: 16.666%; }

.grid .p_iii {
  margin-right: 25%; }

.grid .p_iv {
  margin-right: 33.332%; }

.grid .p_v {
  margin-right: 41.665%; }

.grid .p_vi {
  margin-right: 50%; }

.grid .p_vii {
  margin-right: 58.331%; }

.grid .p_viii {
  margin-right: 66.664%; }

.grid .p_ix {
  margin-right: 75%; }

.grid .p_x {
  margin-right: 83.333%; }

.grid .p_xi {
  margin-right: 91.663%; }

.grid .p_xii {
  margin-right: 100%; }

/*/ GUTTER //////////////////*/
.content {
  margin: 0 15px;
  position: relative; }

/*/ MEDIA QUERIES //////////////////////////*/
/* TABLET (Landscape) */
@media only screen and (max-width: 1024px) {
  .grid {
    width: 768px; }

  .large_full {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_half {
    width: 50% !important;
    margin-left: 0% !important; }

  .large_third {
    width: 33.333% !important;
    margin-left: 0% !important; }

  .large_ii_third {
    width: 66.666% !important;
    margin-left: 0% !important; }

  .large_quart {
    width: 25% !important;
    margin-left: 0% !important; }

  .large_iii_quart {
    width: 75% !important;
    margin-left: 0% !important; }

  .large_half_centered {
    width: 50% !important;
    margin-left: 25% !important; }

  .large_third_centered {
    width: 33.333% !important;
    margin-left: 33.333% !important; }

  .large_ii_third_centered {
    width: 66.666% !important;
    margin-left: 16.65% !important; }

  .large_quart_centered {
    width: 25% !important;
    margin-left: 37.5% !important; }

  .large_iii_quart_centered {
    width: 75% !important;
    margin-left: 12.5% !important; } }
/* TABLET (Portrait) */
@media only screen and (max-width: 768px) {
  .grid {
    width: 95%; }

  #topbar .grid {
    width: 100% !important;
    margin: 0 !important; }

  .large_full {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_half {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_third {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_ii_third {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_quart {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_iii_quart {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_full {
    width: 100% !important; }

  .tab_half {
    width: 50% !important; }

  .tab_third {
    width: 33.333% !important; }

  .tab_ii_third {
    width: 66.666% !important; }

  .tab_quart {
    width: 25% !important; }

  .tab_iii_quart {
    width: 75% !important; }

  .tab_half_centered {
    width: 50% !important;
    margin-left: 25% !important; }

  .tab_third_centered {
    width: 33.333% !important;
    margin-left: 33.333% !important; }

  .tab_ii_third_centered {
    width: 66.666% !important;
    margin-left: 16.65% !important; }

  .tab_quart_centered {
    width: 25% !important;
    margin-left: 37.5% !important; }

  .tab_iii_quart_centered {
    width: 75% !important;
    margin-left: 12.5% !important; } }
/* LARGE MOBILE (and Landscape) */
@media only screen and (max-width: 568px) {
  .grid {
    width: 95% !important; }

  /* MOBILE GRID WIDTHS */
  .grid .i,
  .grid .ii,
  .grid .iii,
  .grid .iv,
  .grid .v,
  .grid .vi,
  .grid .vii,
  .grid .viii,
  .grid .ix,
  .grid .x,
  .grid .xi,
  .grid .xii,
  .grid .full,
  .grid .half,
  .grid .third,
  .grid .ii_third,
  .grid .fifth,
  .grid .quart {
    width: 100%; }

  .tab_full {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_half {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_third {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_ii_third {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_quart {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_iii_quart {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_half_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_third_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_ii_third_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_quart_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .tab_iii_quart_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_half_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_third_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_ii_third_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_quart_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .large_iii_quart_centered {
    width: 100% !important;
    margin-left: 0% !important; }

  .mob_half {
    width: 50% !important; }

  .mob_third {
    width: 33.333% !important; }

  .mob_ii_third {
    width: 66.666% !important; }

  .mob_quart {
    width: 25% !important; }

  .mob_iii_quart {
    width: 75% !important; }

  .mob_half_centered {
    width: 50% !important;
    margin-left: 25% !important; }

  .mob_third_centered {
    width: 33.333% !important;
    margin-left: 33.333% !important; }

  .mob_ii_third_centered {
    width: 66.666% !important;
    margin-left: 16.65% !important; }

  .mob_quart_centered {
    width: 25% !important;
    margin-left: 37.5% !important; }

  .mob_iii_quart_centered {
    width: 75% !important;
    margin-left: 12.5% !important; }

  /* Clear Offsets */
  .grid .o_i,
  .grid .o_ii,
  .grid .o_iii,
  .grid .o_iv,
  .grid .o_v,
  .grid .o_vi,
  .grid .o_vii,
  .grid .o_viii,
  .grid .o_ix,
  .grid .o_x,
  .grid .o_xi,
  .grid .o_xii {
    margin-left: 0%; }

  /* Clear Pushes */
  .grid .p_i,
  .grid .p_ii,
  .grid .p_iii,
  .grid .p_iv,
  .grid .p_v,
  .grid .p_vi,
  .grid .p_vii,
  .grid .p_viii,
  .grid .p_ix,
  .grid .p_x,
  .grid .p_xi,
  .grid .p_xii {
    margin-right: 0%; }

  .content {
    margin: 0 5px; }

  .col {
    margin-bottom: 10px; }

  .section {
    padding: 5px 0; } }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.test {
  position: fixed;
  left: 10px;
  top: 10px;
  background-color: #fff;
  z-index: 999; }
  .test h1, .test h2 {
    display: block;
    font-size: 20px;
    color: #333; }

.slider-wrap {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  float: left;
  min-height: 150px;
  margin: 0 auto; }
  .slider-wrap .slider {
    width: 500%;
    height: 100%;
    position: relative;
    left: 0; }
    .slider-wrap .slider li {
      position: relative;
      float: left;
      overflow: hidden;
      width: 100%;
      height: 100%; }
  .slider-wrap .slider-nav {
    position: absolute;
    width: 5%;
    height: 10%;
    z-index: 1;
    bottom: 0; }
    .slider-wrap .slider-nav.slider-nav-left {
      left: 0; }
    .slider-wrap .slider-nav.slider-nav-right {
      right: 0; }
  .slider-wrap .dots-wrap {
    display: none;
    position: absolute;
    width: auto;
    bottom: 10px;
    left: 50%; }
    .slider-wrap .dots-wrap .dot {
      width: 12px;
      height: 12px;
      background-color: #fff;
      float: left;
      border-radius: 100%;
      margin: 0 5px; }
      .slider-wrap .dots-wrap .dot.active {
        background-color: #4e77a8; }

* {
  -webkit-tap-highlight-color: transparent; }

.test {
  position: fixed;
  top: 5px;
  left: 5px;
  background-color: #fff;
  z-index: 999; }
  .test h1, .test h2, .test h3 {
    font-size: 16px;
    color: #333;
    margin: 0; }

/* VARIABLES //////////////////////////////////*/
/* TYPOGRAPHY //////////////////////////////////*/
html, html a {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

p, h1, h2, h3, a {
  margin: 0;
  padding: 0; }

body {
  background-color: #373737;
  font-size: 62.5%;
  font-family: 'helvetica', sans-serif;
  color: #464646;
  line-height: 1; }

p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px; }

h1 {
  font-size: 4em;
  color: #2eb983;
  margin: 0.8em 0 0.5em; }

h2 {
  font-size: 3em;
  margin: 20px 0 0.3em;
  text-transform: uppercase; }

h3 {
  font-size: 2.4em; }

a {
  text-decoration: none;
  color: inherit;
  color: expression(this.parentNode.currentStyle['color']); }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

@media only screen and (max-width: 568px) {
  p {
    font-size: 13px;
    line-height: 1.5; }

  h1 {
    font-size: 3.5em;
    color: #2eb983;
    margin: 0.4em 0 0.3em; }

  h2 {
    font-size: 3em;
    margin: 0.3em 0 0.2em; }

  h3 {
    font-size: 2.4em; } }
/* BULLETS //////////////////////////////////*/
.email {
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 7px;
  display: block;
  width: 25px !important; }
  .email:hover {
    opacity: 0.6; }

.bullets {
  margin: 0;
  margin-left: 13px;
  padding-bottom: 1px;
  text-indent: -13px;
  font-weight: 500; }
  .bullets:before {
    line-height: 1;
    display: inline;
    padding: 0;
    margin: 0;
    color: #ffca30;
    content: '• ';
    font-size: 20px; }
  .bullets.eco-bull:before {
    color: #2dafe2 !important; }

/* ADDITIONS //////////////////////////////////*/
.reverse {
  color: #fff; }

.centered {
  text-align: center; }

.right_align {
  text-align: right; }

.bold {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase; }

.background_1 {
  background-color: #2eb983 !important; }

.background_2 {
  background-color: #373737 !important; }

.background_rev {
  background-color: #fff !important; }

.progress-button {
  width: 300px;
  position: absolute;
  bottom: 50px;
  z-index: 10;
  font-family: 'museo-sans';
  background-color: #ffca30;
  left: 50%;
  margin-left: -150px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(85, 85, 85, 0.7);
  cursor: pointer;
  transition: 150ms all;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .progress-button:hover {
    background-color: rgba(255, 202, 48, 0.9); }
  .progress-button:active {
    background-color: rgba(255, 202, 48, 0.7); }
  .progress-button span {
    text-align: center;
    display: block;
    padding: 20px 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  @media only screen and (max-width: 768px) {
    .progress-button {
      width: 250px;
      margin-left: -125px; }
      .progress-button span {
        font-size: 11px;
        letter-spacing: 1px; } }

.progress-pics-outer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: 300ms all ease-out; }
  .progress-pics-outer.active {
    z-index: 10;
    opacity: 1; }
    .progress-pics-outer.active .progress-pics {
      transform: translateY(-50%) scale(1); }
  .progress-pics-outer .progress-pics {
    width: 800px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%) scale(0);
    display: inline-block;
    transition: 300ms all ease-out;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 1024px) {
      .progress-pics-outer .progress-pics {
        width: 90%;
        margin-left: 0;
        left: 5%; } }
    @media only screen and (max-width: 768px) {
      .progress-pics-outer .progress-pics {
        width: 95%;
        left: 2.5%; } }
    .progress-pics-outer .progress-pics .slider-wrap, .progress-pics-outer .progress-pics .slider {
      height: 100%;
      width: 100%; }
    .progress-pics-outer .progress-pics .gallery-img-wrap img {
      width: 100%;
      display: block; }
    .progress-pics-outer .progress-pics .progress-close {
      width: 40px;
      height: 40px;
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 12;
      background-color: #ee562f;
      cursor: pointer; }
      .progress-pics-outer .progress-pics .progress-close .line {
        top: 50%;
        margin-top: -2px;
        transform: rotate(45deg);
        width: 100%;
        height: 4px;
        background-color: #fff;
        position: absolute; }
        .progress-pics-outer .progress-pics .progress-close .line.line-2 {
          transform: rotate(-45deg); }

.building {
  background-color: #ffca30 !important; }

.economy {
  background-color: #2dafe2 !important; }

.leisure {
  background-color: #87ad51 !important; }

.contact {
  background-color: #ee562f !important; }

.shop {
  background-color: #1d5369 !important; }

.cafe {
  background-color: #7e4d90 !important; }

.lunch {
  background-color: #906644 !important; }

.health {
  background-color: #6f8856 !important; }

.hotel {
  background-color: #db6332 !important; }

.night {
  background-color: #871b20 !important; }

.gallery-arrow {
  width: 40px;
  height: 40px;
  background-color: #ee562f;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5; }
  .gallery-arrow#gallery-right-arrow {
    right: 0; }
    .gallery-arrow#gallery-right-arrow img {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg);
      margin-left: 0; }
  .gallery-arrow img {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -1px;
    margin-top: 0px; }

.gallery {
  height: 100%; }
  .gallery .grid {
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 0.04); }
    @media only screen and (max-width: 568px) {
      .gallery .grid {
        padding: 0;
        background-color: transparent; } }
  .gallery.plans .slider-wrap .slider li img {
    width: 80%;
    position: relative;
    margin: 0 auto;
    display: block; }
  .gallery.plans {
    background-color: #888; }
  .gallery.plans .grid {
    background-color: #9A9B9F; }
  .gallery .download-wrap {
    z-index: 2;
    top: 20px;
    right: 30px;
    width: 150px;
    height: 38px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #555;
    display: block;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    @media only screen and (max-width: 568px) {
      .gallery .download-wrap {
        top: auto;
        bottom: 10px;
        right: -10px; } }
    .gallery .download-wrap:hover {
      background-color: #737373; }
      .gallery .download-wrap:hover .download-arrow {
        padding-top: 20px;
        top: 100%; }
        .gallery .download-wrap:hover .download-arrow.hidden-arrow {
          padding-top: 10px;
          top: 3px; }
    .gallery .download-wrap p {
      display: inline-block;
      position: relative;
      float: left; }
    .gallery .download-wrap .download-arrow {
      position: relative;
      top: 3px;
      display: inline-block;
      margin-left: 10px;
      float: left;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
      .gallery .download-wrap .download-arrow.hidden-arrow {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding-top: 0px;
        top: -100%;
        position: absolute;
        right: 1px; }
  .gallery .gallery-title-wrap {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 30px; }
    @media only screen and (max-width: 568px) {
      .gallery .gallery-title-wrap {
        left: -10px; } }
    .gallery .gallery-title-wrap .gallery-title {
      display: inline-block;
      right: 0;
      position: relative;
      color: #fff;
      text-transform: uppercase;
      background-color: #ee562f;
      margin: 0;
      padding: 10px;
      float: left; }
  .gallery .gallery-caption {
    height: 30px;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    bottom: -15px;
    line-height: 1;
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding: 0 8px;
    padding-top: 8px;
    box-sizing: border-box;
    background-color: #ee562f; }
  .gallery .col {
    height: 100%; }
  .gallery .slider-wrap {
    width: 100%;
    height: 100% !important; }
    .gallery .slider-wrap .slider {
      width: 100%;
      height: 100%; }
      .gallery .slider-wrap .slider li {
        height: 100%;
        width: 100%;
        overflow: visible; }
        .gallery .slider-wrap .slider li .gallery-img-wrap {
          width: 100%;
          height: auto;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          overflow: visible; }
        .gallery .slider-wrap .slider li img {
          width: 100%; }

.back-button {
  background-color: #ee562f;
  width: 60px;
  padding: 10px;
  position: absolute;
  top: 20px;
  left: 0px;
  display: table;
  z-index: 5; }
  @media only screen and (max-width: 568px) {
    .back-button {
      bottom: 10px;
      top: auto; } }
  .back-button .back-dl-arrow {
    margin-top: 4px; }
  .back-button p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px; }

.section {
  height: 100%;
  margin: 0;
  padding: 0; }

.angle-line-bottom, .angle-line-top {
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 1; }

.grid, .col {
  height: 100%; }

.scroll-helper {
  z-index: 2;
  display: none;
  width: 220px;
  position: absolute;
  left: 50%;
  margin-left: -110px;
  bottom: 10px; }
  .scroll-helper .keyboard {
    float: left; }
    .scroll-helper .keyboard img {
      background-image: url("../img/keyboard-pressed.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 40px; }
      .scroll-helper .keyboard img.pressed {
        background-position: 0 0; }
  .scroll-helper .mouse {
    float: right; }
    .scroll-helper .mouse img {
      margin-top: 5px;
      height: 35px;
      margin-bottom: 5px; }
  .scroll-helper p {
    font-size: 14px;
    text-align: center; }
  .scroll-helper img {
    margin: 0 auto;
    -webkit-transition: bottom 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: bottom 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: bottom 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: bottom 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
    position: relative;
    bottom: 0;
    height: 40px;
    margin-bottom: 5px; }
    .scroll-helper img.up {
      bottom: 10px; }

.lines-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  opacity: 1;
  pointer-events: none; }
  .lines-overlay .grid {
    width: 90%; }
  .lines-overlay .skewed-wrap-wrap {
    opacity: 1;
    width: auto;
    height: auto;
    position: absolute;
    top: 5px;
    left: 64%; }
    .lines-overlay .skewed-wrap-wrap.single-box {
      top: 20px;
      left: 3% !important; }
    @media only screen and (max-width: 768px) {
      .lines-overlay .skewed-wrap-wrap {
        top: 20px;
        left: 35%; } }
    @media only screen and (max-width: 568px) {
      .lines-overlay .skewed-wrap-wrap {
        top: 10px;
        left: 27.5%; } }
    .lines-overlay .skewed-wrap-wrap .skewed-text-wrap {
      position: relative;
      height: auto;
      -ms-transform: skew(0deg, -20deg);
      -webkit-transform: skew(0deg, -20deg);
      transform: skew(0deg, -20deg); }
      .lines-overlay .skewed-wrap-wrap .skewed-text-wrap .skew-line {
        top: 3px;
        position: absolute;
        width: 5px;
        height: 90%; }
      .lines-overlay .skewed-wrap-wrap .skewed-text-wrap .skewed-text {
        text-transform: uppercase;
        width: 100%;
        line-height: 1;
        position: relative;
        margin-left: 15px;
        font-size: 50px;
        color: #fff;
        text-shadow: 1px 1px 20px #BBBBBB; }
        @media only screen and (max-width: 568px) {
          .lines-overlay .skewed-wrap-wrap .skewed-text-wrap .skewed-text {
            font-size: 30px; } }
        .lines-overlay .skewed-wrap-wrap .skewed-text-wrap .skewed-text.inverse {
          color: #000;
          color: rgba(0, 0, 0, 0.6); }
  .lines-overlay .angle-box-wrap {
    opacity: 1;
    position: absolute;
    top: 0;
    height: auto;
    width: auto;
    display: block;
    left: 30px; }
    @media only screen and (max-width: 768px) {
      .lines-overlay .angle-box-wrap {
        left: 50px; } }
    @media only screen and (max-width: 568px) {
      .lines-overlay .angle-box-wrap {
        left: 5px; } }
    .lines-overlay .angle-box-wrap .angle-box-top-wrap {
      position: relative;
      display: block !important;
      width: 130px;
      top: 1px;
      height: 47px; }
      @media only screen and (max-width: 568px) {
        .lines-overlay .angle-box-wrap .angle-box-top-wrap {
          width: 70px;
          height: 26px; } }
      .lines-overlay .angle-box-wrap .angle-box-top-wrap.bottom-box {
        top: -1px; }
      .lines-overlay .angle-box-wrap .angle-box-top-wrap .angle-box-shape {
        position: relative;
        float: left;
        display: block;
        width: 100%;
        height: 100%; }
    .lines-overlay .angle-box-wrap .angle-box {
      position: relative;
      display: block;
      width: 130px;
      border-style: solid;
      border-width: 1px 0 1px 0; }
      @media only screen and (max-width: 568px) {
        .lines-overlay .angle-box-wrap .angle-box {
          width: 70px; } }
      .lines-overlay .angle-box-wrap .angle-box .angle-box-pad {
        width: auto;
        height: auto;
        padding: 5px 20px 5px; }
        @media only screen and (max-width: 568px) {
          .lines-overlay .angle-box-wrap .angle-box .angle-box-pad {
            padding: 3px; } }
        .lines-overlay .angle-box-wrap .angle-box .angle-box-pad .angle-box-text {
          color: #fff;
          line-height: 0.95;
          position: relative;
          font-size: 120px;
          text-align: center;
          display: inline-block;
          text-transform: uppercase; }

.faded {
  color: #7D7D7D; }

.asterix {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  text-align: right; }
  @media only screen and (max-width: 568px) {
    .asterix {
      bottom: 2px;
      right: 2px;
      font-size: 11px; } }

.page-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  background-color: #DEDEDE;
  background-size: cover;
  background-position: center; }
  .page-wrap .half-one {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 100%;
    float: left;
    position: relative; }
    .page-wrap .half-one .grid {
      width: 90%;
      height: 100%; }
    .page-wrap .half-one .slide {
      overflow: hidden;
      top: 0;
      width: 60%;
      height: 100%;
      position: relative;
      background-size: cover;
      background-position: center;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      @media only screen and (max-width: 768px) {
        .page-wrap .half-one .slide {
          width: 30%; } }
      @media only screen and (max-width: 568px) {
        .page-wrap .half-one .slide {
          width: 25%; } }
    .page-wrap .half-one .main-nav-help {
      display: none;
      position: absolute;
      z-index: 10;
      height: 100%;
      width: 7.5%;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 568px) {
        .page-wrap .half-one .main-nav-help {
          width: 12.5%; } }
      .page-wrap .half-one .main-nav-help .swiper-text {
        height: 200px;
        position: relative;
        display: block;
        margin: 20px auto 0; }
        @media only screen and (max-width: 568px) {
          .page-wrap .half-one .main-nav-help .swiper-text {
            height: 200px;
            top: 0;
            margin-top: 8px; } }
      .page-wrap .half-one .main-nav-help .swiper-icon {
        position: absolute;
        bottom: 0%;
        margin-bottom: 20px;
        -webkit-transition: bottom 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: bottom 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: bottom 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: bottom 1000ms cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media only screen and (max-width: 1024px) {
          .page-wrap .half-one .main-nav-help .swiper-icon {
            width: 40px;
            margin-left: 30px; } }
        @media only screen and (max-width: 568px) {
          .page-wrap .half-one .main-nav-help .swiper-icon {
            width: 70%;
            margin-left: 15%; } }
        .page-wrap .half-one .main-nav-help .swiper-icon.up {
          bottom: 10%; }
    .page-wrap .half-one .title-wrap {
      -webkit-backface-visibility: hidden;
      width: 100%;
      height: auto;
      position: absolute;
      opacity: 1;
      top: 56%; }
      @media only screen and (max-width: 768px) {
        .page-wrap .half-one .title-wrap {
          top: 51%; } }
      .page-wrap .half-one .title-wrap img {
        width: 49.5%; }
      .page-wrap .half-one .title-wrap .left-small {
        position: absolute;
        width: 11.5%;
        right: 50.5%;
        bottom: 8%; }
      .page-wrap .half-one .title-wrap .left-med {
        position: absolute;
        width: 24.5%;
        right: 50.5%;
        top: 59.5%; }
      .page-wrap .half-one .title-wrap .left-big {
        position: relative; }
      .page-wrap .half-one .title-wrap .right-small {
        position: absolute;
        width: 11.5%;
        left: 50.5%;
        top: -3%; }
      .page-wrap .half-one .title-wrap .right-med {
        position: absolute;
        width: 24.5%;
        left: 50.5%;
        top: -21.5%; }
      .page-wrap .half-one .title-wrap .right {
        position: absolute;
        right: 0;
        bottom: 12%; }
    .page-wrap .half-one #hom-1 {
      background-color: #fff;
      width: 100%; }
    .page-wrap .half-one #rdg-1 {
      width: 100%;
      background-image: url("../img/rdg-home.jpg");
      overflow: hidden; }
    .page-wrap .half-one #rdg-2 {
      background-image: url("../img/rdg-pic-1.jpg"); }
    .page-wrap .half-one #rdg-3 {
      background-image: url("../img/rdg-pic-2.jpg"); }
    .page-wrap .half-one #rdg-4 {
      background-image: url("../img/rdg-pic-3.jpg"); }
    .page-wrap .half-one #rdg-5 {
      background-image: url("../img/rdg-pic-4.jpg"); }
    .page-wrap .half-one #rdg-6 {
      background-image: url("../img/rdg-pic-5.jpg"); }
    .page-wrap .half-one #rdg-7 {
      background-image: url("../img/rdg-pic-6.jpg"); }
    .page-wrap .half-one #bdg-1 {
      width: 100%;
      background-image: url("../img/bdg-home.jpg");
      overflow: hidden;
      background-position: bottom; }
    .page-wrap .half-one #bdg-2 {
      width: 100%;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/bdg-1.jpg', sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bdg-1.jpg',sizingMethod='scale')";
      background-image: url("../img/bdg-1.jpg");
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-color: #333; }
      @media only screen and (max-width: 1024px) {
        .page-wrap .half-one #bdg-2 {
          background-image: url("../img/bdg-1-crop.jpg");
          background-size: cover; } }
      @media only screen and (max-width: 768px) {
        .page-wrap .half-one #bdg-2 {
          background-position: 25% 0; } }
      @media only screen and (max-width: 568px) {
        .page-wrap .half-one #bdg-2 {
          background-image: url("../img/bdg-1-crop.jpg"); } }
    .page-wrap .half-one #bdg-3 {
      background-image: url("../img/bdg-inspire.jpg"); }
    .page-wrap .half-one #bdg-6 {
      width: 100%;
      background-image: url("../img/bdg-2.jpg");
      background-position: right; }
    .page-wrap .half-one #bdg-7 {
      width: 100%;
      background-image: url("../img/cgi-clip-1.jpg"); }
    .page-wrap .half-one #bdg-8 {
      background-image: url("../img/bdg-4.jpg"); }
    .page-wrap .half-one #bdg-9 {
      background-position: left;
      width: 100%;
      background-image: url("../img/bdg-reception.jpg"); }
    .page-wrap .half-one #bdg-10 {
      width: 100%;
      background-image: url("../img/bdg-interior.jpg"); }
    .page-wrap .half-one #bdg-11 {
      width: 100%;
      background-image: url("../img/bdg-roof.jpg"); }
    .page-wrap .half-one #bdg-12 {
      width: 100%;
      background-image: url("../img/bdg-night.jpg"); }
    .page-wrap .half-one #bdg-13 {
      width: 100%;
      background-image: url("../img/bdg-2.jpg"); }
    .page-wrap .half-one #bdg-14 {
      width: 100%;
      background-image: url("../img/bdg-sustain.jpg"); }
    .page-wrap .half-one #bdg-15 {
      background-image: url("../img/bdg-service.jpg"); }
    .page-wrap .half-one #eco-1 {
      width: 100%;
      background-image: url("../img/eco-home.jpg");
      overflow: hidden; }
    .page-wrap .half-one #bdg-5 {
      width: 100%;
      background-repeat: no-repeat;
      background-color: #333;
      background-image: url("../img/eco-route-blur.jpg"); }
      .page-wrap .half-one #bdg-5 img {
        position: relative;
        display: block;
        margin: 0 auto;
        height: 100%;
        width: auto; }
      .page-wrap .half-one #bdg-5 .route-wrap {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        position: relative;
        margin: 0 auto;
        width: auto;
        z-index: 2;
        height: 100%; }
        .page-wrap .half-one #bdg-5 .route-wrap .route-points {
          display: none;
          height: 100%;
          width: auto;
          top: 0;
          left: 50%;
          position: absolute; }
          .page-wrap .half-one #bdg-5 .route-wrap .route-points#route-building {
            display: block; }
        .page-wrap .half-one #bdg-5 .route-wrap .label-wrap {
          position: absolute;
          height: 100%;
          top: 0;
          left: 50%; }
          .page-wrap .half-one #bdg-5 .route-wrap .label-wrap .walker {
            z-index: 5;
            display: none;
            width: 30px;
            height: 30px;
            margin-left: -15px;
            margin-top: -15px;
            position: absolute;
            left: 47%;
            top: 25%;
            background-size: 100%; }
            .page-wrap .half-one #bdg-5 .route-wrap .label-wrap .walker img {
              width: 100%;
              height: 100%; }
              .page-wrap .half-one #bdg-5 .route-wrap .label-wrap .walker img.walker-under {
                position: absolute;
                top: 0;
                z-index: -1; }
          .page-wrap .half-one #bdg-5 .route-wrap .label-wrap .route-label {
            position: absolute;
            background-color: #fff;
            display: inline-block;
            height: 30px;
            margin-top: -15px;
            margin-left: -60px;
            border-radius: 5px; }
            .page-wrap .half-one #bdg-5 .route-wrap .label-wrap .route-label p {
              text-align: center;
              border-radius: 3px;
              padding: 5px;
              margin: 0; }
          .page-wrap .half-one #bdg-5 .route-wrap .label-wrap #label-1 {
            left: 15%;
            top: 50%; }
          .page-wrap .half-one #bdg-5 .route-wrap .label-wrap #label-2 {
            left: 38%;
            top: 14%; }
          .page-wrap .half-one #bdg-5 .route-wrap .label-wrap #label-3 {
            left: 85%;
            top: 5%; }
          .page-wrap .half-one #bdg-5 .route-wrap .label-wrap #label-4 {
            left: 82%;
            top: 40%; }
          .page-wrap .half-one #bdg-5 .route-wrap .label-wrap #label-5 {
            left: 50%;
            top: 92%; }
          .page-wrap .half-one #bdg-5 .route-wrap .label-wrap #label-6 {
            left: 82%;
            top: 60%;
            background-color: transparent; }
            .page-wrap .half-one #bdg-5 .route-wrap .label-wrap #label-6 img {
              width: 180px;
              height: auto; }
      .page-wrap .half-one #bdg-5 .overlay {
        z-index: 3;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2); }
    .page-wrap .half-one #eco-2 {
      background-image: url("../img/eco-1.jpg"); }
    .page-wrap .half-one #eco-3, .page-wrap .half-one #eco-5 {
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-color: #404041; }
      @media only screen and (max-width: 568px) {
        .page-wrap .half-one #eco-3, .page-wrap .half-one #eco-5 {
          background-position: left; } }
      .page-wrap .half-one #eco-3 .inner, .page-wrap .half-one #eco-5 .inner {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch; }
        .page-wrap .half-one #eco-3 .inner > img, .page-wrap .half-one #eco-5 .inner > img {
          display: block;
          height: 100%;
          margin: 0 auto;
          position: relative; }
    .page-wrap .half-one #eco-4 {
      width: 100%;
      background-image: url("../img/eco-2.jpg"); }
    .page-wrap .half-one #eco-5 {
      background-color: #fff; }
    .page-wrap .half-one #eco-6 {
      background-image: url("../img/eco-uni.jpg"); }
    .page-wrap .half-one #eco-7 {
      width: 100%;
      background-image: url("../img/eco-ldn.jpg"); }
  .page-wrap #bdg-16 {
    width: 100%;
    background-image: url("../img/con-architects-blur.jpg"); }
  .page-wrap #con-1 {
    width: 100%;
    background-image: url("../img/con-agents.jpg"); }
  .page-wrap #con-1-content {
    width: 100%; }
    .page-wrap #con-1-content img {
      margin-bottom: 10px; }
    @media only screen and (max-width: 568px) {
      .page-wrap #con-1-content .content {
        margin: 0; } }
    .page-wrap #con-1-content p {
      margin-bottom: 2px !important; }
      @media only screen and (max-width: 568px) {
        .page-wrap #con-1-content p {
          display: block !important;
          font-size: 11px; } }
    .page-wrap #con-1-content .misrep-show {
      display: block;
      font-family: 'museo-sans';
      font-size: 14px;
      color: #fff;
      line-height: 1.4;
      text-decoration: underline;
      text-align: center;
      cursor: pointer;
      padding: 10px 0;
      margin-bottom: 10px; }
    .page-wrap #con-1-content h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    .page-wrap #con-1-content .misrep-wrap {
      display: none;
      max-height: 150px;
      padding-bottom: 20px;
      margin: 0;
      overflow: scroll; }
      .page-wrap #con-1-content .misrep-wrap .content {
        overflow: scroll; }
      .page-wrap #con-1-content .misrep-wrap .misrep {
        font-family: 'museo-sans';
        font-size: 10px;
        color: #fff;
        line-height: 1.4;
        padding-bottom: 10px;
        overflow: scroll; }

#bdg-16-content, #con-1-content {
  width: 100%;
  z-index: 30; }
  #bdg-16-content .grid, #con-1-content .grid {
    margin: 0;
    right: 0;
    bottom: 30px;
    width: 50%;
    height: auto;
    z-index: 12;
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 40px 20px 20px; }
    #bdg-16-content .grid .content, #con-1-content .grid .content {
      padding: 0 20px; }
      @media only screen and (max-width: 1024px) {
        #bdg-16-content .grid .content, #con-1-content .grid .content {
          padding: 0 5px; } }
    #bdg-16-content .grid a, #bdg-16-content .grid img, #con-1-content .grid a, #con-1-content .grid img {
      border-style: none !important; }
    @media only screen and (max-width: 1024px) {
      #bdg-16-content .grid, #con-1-content .grid {
        width: 60%; } }
    @media only screen and (max-width: 768px) {
      #bdg-16-content .grid, #con-1-content .grid {
        width: 70%; } }
    @media only screen and (max-width: 568px) {
      #bdg-16-content .grid, #con-1-content .grid {
        width: 100%;
        bottom: 10px;
        padding: 10px 2px;
        margin: 0;
        width: 80% !important; } }
    #bdg-16-content .grid p, #con-1-content .grid p {
      color: #fff;
      text-align: center;
      margin-bottom: 20px; }
      @media only screen and (max-width: 568px) {
        #bdg-16-content .grid p, #con-1-content .grid p {
          display: none; } }
    #bdg-16-content .grid img, #con-1-content .grid img {
      width: 100%; }
  #bdg-16-content .architects-scroll-wrap, #con-1-content .architects-scroll-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    float: left;
    z-index: 11; }
    #bdg-16-content .architects-scroll-wrap .architects-wrap, #con-1-content .architects-scroll-wrap .architects-wrap {
      height: 100%;
      width: auto;
      position: absolute;
      left: 50%; }
      #bdg-16-content .architects-scroll-wrap .architects-wrap .architects, #con-1-content .architects-scroll-wrap .architects-wrap .architects {
        position: relative;
        height: 100%;
        width: auto !important;
        float: left; }
      #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person {
          width: 30px;
          height: 30px;
          background-color: #fff;
          border-radius: 100%;
          position: absolute;
          margin-left: -15px;
          margin-top: -15px; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-1, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-1 {
            left: 20%;
            top: 27%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-2, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-2 {
            left: 26%;
            top: 34%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-3, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-3 {
            left: 31%;
            top: 27%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-4, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-4 {
            left: 45%;
            top: 32%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-5, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-5 {
            left: 53%;
            top: 27%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-6, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-6 {
            left: 56.5%;
            top: 35%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-7, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-7 {
            left: 60%;
            top: 29%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-8, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-8 {
            left: 70%;
            top: 29.5%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-9, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-9 {
            left: 76%;
            top: 29%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-10, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-10 {
            left: 81.5%;
            top: 26%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-11, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person#person-11 {
            left: 84.5%;
            top: 30%; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person .person-line, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person .person-line {
            height: 0;
            width: 2px;
            margin-left: -1px;
            position: absolute;
            bottom: 0;
            left: 50%;
            background-color: #fff; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person .person-info, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person .person-info {
            display: none;
            width: 100px;
            background-color: #fff;
            position: absolute;
            text-align: center;
            left: 50%;
            bottom: 50px;
            border-radius: 5px;
            margin-left: -50px;
            z-index: 2; }
            #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person .person-info p, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person .person-info p {
              margin: 5px 0; }
          #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person .lines-wrap, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person .lines-wrap {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person .lines-wrap.rotated, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person .lines-wrap.rotated {
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
            #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person .lines-wrap .line1, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person .lines-wrap .line1 {
              border-radius: 5px;
              width: 50%;
              height: 10%;
              margin-top: -5%;
              margin-left: 25%;
              background-color: #555;
              position: absolute;
              top: 50%; }
            #bdg-16-content .architects-scroll-wrap .architects-wrap .people-wrap .person .lines-wrap .line2, #con-1-content .architects-scroll-wrap .architects-wrap .people-wrap .person .lines-wrap .line2 {
              border-radius: 5px;
              width: 10%;
              height: 50%;
              margin-top: 25%;
              margin-left: -5%;
              background-color: #555;
              position: absolute;
              left: 50%; }

@keyframes example {
  0% {
    -ms-transform: skew(0deg, 0deg) scale(1) rotate(0);
    -moz-transform: skew(0deg, 0deg) scale(1) rotate(0);
    -webkit-transform: skew(0deg, 0deg) scale(1) rotate(0);
    transform: skew(0deg, 0deg) scale(1) rotate(0); }
  50% {
    -ms-transform: skew(0deg, -20deg) scale(2) rotate(360deg);
    -moz-transform: skew(0deg, 0deg) scale(2) rotate(360deg);
    -webkit-transform: skew(0deg, -20deg) scale(2) rotate(360deg);
    transform: skew(0deg, -20deg) scale(2) rotate(360deg); }
  1000% {
    -ms-transform: skew(0deg, 0deg) scale(1) rotate(0);
    -moz-transform: skew(0deg, 0deg) scale(1) rotate(0);
    -webkit-transform: skew(0deg, 0deg) scale(1) rotate(0);
    transform: skew(0deg, 0deg) scale(1) rotate(0); } }
@-webkit-keyframes examples {
  0% {
    -ms-transform: skew(0deg, 0deg) scale(1) rotate(0);
    -moz-transform: skew(0deg, 0deg) scale(1) rotate(0);
    -webkit-transform: skew(0deg, 0deg) scale(1) rotate(0);
    transform: skew(0deg, 0deg) scale(1) rotate(0); }
  50% {
    -ms-transform: skew(0deg, -20deg) scale(2) rotate(360deg);
    -moz-transform: skew(0deg, 0deg) scale(2) rotate(360deg);
    -webkit-transform: skew(0deg, -20deg) scale(2) rotate(360deg);
    transform: skew(0deg, -20deg) scale(2) rotate(360deg); }
  1000% {
    -ms-transform: skew(0deg, 0deg) scale(1) rotate(0);
    -moz-transform: skew(0deg, 0deg) scale(1) rotate(0);
    -webkit-transform: skew(0deg, 0deg) scale(1) rotate(0);
    transform: skew(0deg, 0deg) scale(1) rotate(0); } }
.travel-times-button {
  width: 150px;
  background-color: #2dafe2;
  display: table;
  height: 40px;
  position: relative;
  border-radius: 5px;
  margin: 20px auto 10px;
  cursor: pointer; }
  .travel-times-button:hover {
    background-color: #1b92c1; }
  .travel-times-button p {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.travel-times-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
  display: none; }
  .travel-times-wrap .travel-times {
    width: 80%;
    margin-left: 10%;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    margin-top: -20%;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    @media only screen and (max-width: 568px) {
      .travel-times-wrap .travel-times {
        width: 100%;
        margin: 0; } }
    .travel-times-wrap .travel-times p {
      position: absolute;
      font-weight: 700;
      font-size: 30px;
      right: 20px;
      top: 20px;
      margin: 0;
      line-height: 1;
      cursor: pointer; }
    .travel-times-wrap .travel-times img {
      position: relative;
      display: block;
      width: 90%;
      padding: 5%; }
      @media only screen and (max-width: 568px) {
        .travel-times-wrap .travel-times img {
          width: 200%;
          margin: 0; } }

.oldie .travel-times {
  top: 0% !important; }

.loading {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed; }
  .loading p {
    width: 100%;
    text-align: center;
    color: #fff;
    top: 50%;
    margin-top: 60px;
    position: relative;
    font-weight: 700;
    font-size: 14px; }
  .loading .loader {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
    zoom: 1;
    background-color: rgba(255, 255, 255, 0.2);
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    overflow: hidden;
    -webkit-animation-name: examples;
    animation-name: example;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }
    .loading .loader .loader-inner {
      width: 0%;
      height: 100%;
      background-color: #fff; }

.white-overlay {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  -webkit-transition: background-color 3000ms ease-in-out;
  -moz-transition: background-color 3000ms ease-in-out;
  -o-transition: background-color 3000ms ease-in-out;
  transition: background-color 3000ms ease-in-out; }

.back-arrow {
  height: 50px;
  width: 60px;
  position: fixed;
  right: -60px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 19;
  background-color: #333; }
  .back-arrow img {
    height: 60%;
    margin-top: 20%;
    margin-left: 8px;
    position: absolute;
    display: block; }

.zoomer {
  width: 40px;
  height: auto;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 21;
  display: none; }
  @media only screen and (max-width: 568px) {
    .zoomer {
      bottom: 10px;
      left: 10px; } }
  .zoomer .greyed {
    background-color: #6f6f6f !important; }
  .zoomer .zoom-line-2 {
    width: 60%;
    margin-left: 20%;
    height: 10%;
    position: absolute;
    top: 50%;
    margin-top: -5%;
    border-radius: 2px;
    background-color: #555; }
  .zoomer .zoom-in {
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out; }
    .zoomer .zoom-in .zoom-line-1 {
      width: 10%;
      height: 60%;
      margin-top: 20%;
      position: absolute;
      left: 50%;
      margin-left: -5%;
      border-radius: 2px;
      background-color: #555; }
  .zoomer .zoom-out {
    border-radius: 2px;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #fff;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out; }

.expand-button {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #2dafe2;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .expand-button:hover {
    background-color: #1b92c1; }
    .expand-button:hover .expand-info {
      margin-right: 5px;
      background-color: #1b92c1; }
      .expand-button:hover .expand-info .expand-arrow-arrow {
        background-color: #1b92c1; }
  .expand-button .expand-info {
    background-color: #2dafe2;
    position: absolute;
    right: 100%;
    margin-right: 15px;
    display: inline-block;
    white-space: nowrap;
    top: 50%;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    border: 1px solid #fff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    display: none; }
    .expand-button .expand-info p {
      font-size: 16px;
      margin: 0;
      padding: 5px 10px;
      color: #fff; }
    .expand-button .expand-info .expand-arrow-arrow {
      width: 10px;
      height: 10px;
      right: -6px;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #2dafe2;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
  @media only screen and (max-width: 568px) {
    .expand-button {
      bottom: 10px;
      right: 10px; } }
  .expand-button .expand-corner {
    width: 50%;
    height: 50%;
    position: relative;
    float: left;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out; }
    .expand-button .expand-corner.shrink {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .expand-button .expand-corner img {
      width: 100%; }

.map-bg {
  opacity: 0;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 14;
  background-color: #373736; }
  @media only screen and (max-width: 768px) {
    .map-bg {
      width: 30%; } }
  @media only screen and (max-width: 568px) {
    .map-bg {
      width: 25%; } }
  .map-bg .map-inner {
    width: 2000px;
    height: 2000px;
    position: relative;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
    .map-bg .map-inner img {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      z-index: -1; }
    .map-bg .map-inner .marker {
      top: 50%;
      left: 50%;
      background-color: red;
      position: absolute;
      width: 25px;
      height: 25px;
      margin-left: -13.5px;
      margin-top: -13.5px;
      border-radius: 100%;
      border: 1px solid #fff;
      cursor: pointer; }
      .map-bg .map-inner .marker span {
        color: #fff;
        display: block;
        width: 100%;
        top: 50%;
        position: relative;
        margin-top: -10.5px;
        line-height: 1;
        font-size: 21px;
        text-align: center; }
      .map-bg .map-inner .marker#shop-1 {
        left: 48%;
        top: 74%; }
      .map-bg .map-inner .marker#shop-2 {
        left: 55%;
        top: 69%; }
      .map-bg .map-inner .marker#shop-3 {
        left: 40%;
        top: 75.5%; }
      .map-bg .map-inner .marker#shop-4 {
        left: 49%;
        top: 68.5%; }
      .map-bg .map-inner .marker#shop-5 {
        left: 48.5%;
        top: 65.5%; }
      .map-bg .map-inner .marker#shop-6 {
        left: 45%;
        top: 71%; }
      .map-bg .map-inner .marker#shop-7 {
        left: 36.5%;
        top: 54%; }
      .map-bg .map-inner .marker#shop-8 {
        left: 41.7%;
        top: 68%; }
      .map-bg .map-inner .marker#shop-9 {
        left: 60.5%;
        top: 47.5%; }
      .map-bg .map-inner .marker#shop-10 {
        left: 53.7%;
        top: 70%; }
      .map-bg .map-inner .marker#shop-11 {
        left: 30%;
        top: 55%; }
      .map-bg .map-inner .marker#cafe-1 {
        left: 33%;
        top: 59.5%; }
      .map-bg .map-inner .marker#cafe-2 {
        left: 74%;
        top: 58.7%; }
      .map-bg .map-inner .marker#cafe-3 {
        left: 39.5%;
        top: 48%; }
      .map-bg .map-inner .marker#cafe-4 {
        left: 48%;
        top: 56.5%; }
      .map-bg .map-inner .marker#cafe-5 {
        left: 57.3%;
        top: 55%; }
      .map-bg .map-inner .marker#cafe-6 {
        left: 52.5%;
        top: 57.7%; }
      .map-bg .map-inner .marker#lunch-1 {
        left: 74.4%;
        top: 47.5%; }
      .map-bg .map-inner .marker#lunch-2 {
        left: 76%;
        top: 45%; }
      .map-bg .map-inner .marker#lunch-3 {
        left: 54%;
        top: 74.7%; }
      .map-bg .map-inner .marker#lunch-4 {
        left: 72%;
        top: 46%; }
      .map-bg .map-inner .marker#lunch-6 {
        left: 32%;
        top: 54.7%; }
      .map-bg .map-inner .marker#lunch-5 {
        left: 58.1%;
        top: 68%; }
      .map-bg .map-inner .marker#health-1 {
        left: 27.5%;
        top: 44%; }
      .map-bg .map-inner .marker#health-2 {
        left: 87%;
        top: 59.5%; }
      .map-bg .map-inner .marker#health-3 {
        left: 25.4%;
        top: 58.4%; }
      .map-bg .map-inner .marker#hotel-1 {
        left: 75.5%;
        top: 43.5%; }
      .map-bg .map-inner .marker#hotel-2 {
        left: 84%;
        top: 59.3%; }
      .map-bg .map-inner .marker#hotel-3 {
        left: 42%;
        top: 33%; }
      .map-bg .map-inner .marker#hotel-4 {
        left: 36.5%;
        top: 41%; }
      .map-bg .map-inner .marker#hotel-5 {
        left: 38%;
        top: 41%; }
      .map-bg .map-inner .marker#night-6 {
        left: 24.5%;
        top: 44%; }
      .map-bg .map-inner .marker#night-2 {
        left: 33.5%;
        top: 37%; }
      .map-bg .map-inner .marker#night-4 {
        left: 43.5%;
        top: 32.5%; }
      .map-bg .map-inner .marker#night-3 {
        left: 54.6%;
        top: 65%; }
      .map-bg .map-inner .marker#night-5 {
        left: 37.5%;
        top: 66.5%; }
      .map-bg .map-inner .marker#night-1 {
        left: 26%;
        top: 44%; }
    .map-bg .map-inner .popup {
      width: 200px;
      bottom: 300%;
      padding-bottom: 5px;
      left: -86.5px;
      height: auto;
      position: absolute;
      z-index: 98 !important;
      opacity: 0;
      overflow: hidden; }
      .map-bg .map-inner .popup .details {
        padding: 10px 10px 3px 10px;
        font-size: 16px;
        border-radius: 6px 6px 0 0;
        background-color: #fff; }
        .map-bg .map-inner .popup .details p, .map-bg .map-inner .popup .details a {
          display: block;
          margin-bottom: 6px;
          color: #6C6C6C; }
        .map-bg .map-inner .popup .details a {
          font-family: 'museo-sans';
          text-decoration: underline; }
        .map-bg .map-inner .popup .details .name {
          color: red;
          text-transform: uppercase;
          font-weight: 700;
          margin-bottom: 10px;
          font-size: 16px; }
      .map-bg .map-inner .popup .time {
        padding: 10px;
        border-radius: 0 0 6px 6px; }
        .map-bg .map-inner .popup .time p {
          margin-top: 5px;
          margin-bottom: 5px;
          line-height: 1;
          color: #fff;
          font-weight: 700;
          padding: 10; }
      .map-bg .map-inner .popup .popup-arrow {
        left: 50%;
        position: relative;
        margin-left: -15px;
        width: 30px;
        height: 11px;
        top: -1px; }
        .map-bg .map-inner .popup .popup-arrow .popup-arrow-shape {
          fill: #1d5369; }

.page-wrap-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12; }
  .page-wrap-content > .section {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0; }
    .page-wrap-content > .section .slide-content {
      width: 100%;
      float: right;
      height: 100%;
      position: relative;
      -webkit-transform: translateZ(0); }
    .page-wrap-content > .section .full-slide {
      width: 100%; }
    .page-wrap-content > .section .next-cgi {
      border-radius: 5px;
      width: 120px;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      bottom: 30px;
      height: 40px;
      display: table;
      left: 50%;
      margin-left: -60px;
      cursor: pointer;
      -webkit-transition: background-color 200ms;
      transition: background-color 200ms; }
      @media only screen and (max-width: 768px) {
        .page-wrap-content > .section .next-cgi {
          left: auto;
          right: 30px; } }
      @media only screen and (max-width: 568px) {
        .page-wrap-content > .section .next-cgi {
          display: none; } }
      .page-wrap-content > .section .next-cgi:hover {
        background-color: white; }
      .page-wrap-content > .section .next-cgi p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase; }
    .page-wrap-content > .section .grid {
      bottom: 0;
      position: absolute;
      width: 35%;
      width: calc(35% + 17px);
      margin-left: 60%;
      padding: 5px 5% 0 0;
      height: 70%; }
      .page-wrap-content > .section .grid.cgi-caption {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.8);
        height: auto;
        padding: 20px 20px 10px 20px;
        bottom: 30px;
        width: 30%;
        margin-left: 0;
        left: 30px; }
        @media only screen and (min-width: 568px) {
          .page-wrap-content > .section .grid.cgi-caption.caption-right {
            right: 30px;
            left: auto; } }
        .page-wrap-content > .section .grid.cgi-caption .info-wrap {
          display: none; }
          @media only screen and (max-width: 568px) {
            .page-wrap-content > .section .grid.cgi-caption .info-wrap {
              display: block;
              background-color: #fff;
              background-color: rgba(255, 255, 255, 0.8);
              width: 50px;
              height: 50px;
              position: absolute;
              left: -50px;
              bottom: 0; }
              .page-wrap-content > .section .grid.cgi-caption .info-wrap img {
                position: relative;
                margin: 10px 0 0 10px;
                width: 30px;
                float: left; } }
        @media only screen and (max-width: 568px) {
          .page-wrap-content > .section .grid.cgi-caption {
            left: auto;
            width: 50% !important;
            padding: 15px;
            bottom: 20px; }
            .page-wrap-content > .section .grid.cgi-caption.toggled {
              right: 0; }
            .page-wrap-content > .section .grid.cgi-caption p {
              font-size: 13px;
              margin-bottom: 5px; } }
      @media only screen and (max-width: 768px) {
        .page-wrap-content > .section .grid {
          padding: 5px 7.5% 0 2.5%;
          width: 60%;
          top: auto;
          bottom: 0;
          height: 75%;
          margin-left: 30%; } }
      @media only screen and (max-width: 568px) {
        .page-wrap-content > .section .grid {
          top: auto;
          bottom: 0;
          height: 70%;
          width: 70% !important;
          margin-left: 25%;
          padding: 5px 2.5%; } }
      .page-wrap-content > .section .grid .col {
        margin-bottom: 0;
        height: auto; }
      .page-wrap-content > .section .grid .instruction {
        padding-bottom: 0; }
        .page-wrap-content > .section .grid .instruction p {
          margin: 0 !important; }
      .page-wrap-content > .section .grid .amenity {
        height: 20px; }
        @media only screen and (max-width: 568px) {
          .page-wrap-content > .section .grid .amenity {
            height: 15px; } }
      .page-wrap-content > .section .grid .number {
        cursor: pointer;
        display: block;
        background-color: #87ad51;
        width: 23px;
        height: 23px;
        color: #fff;
        padding: 2px;
        font-size: 23px;
        position: relative;
        float: left;
        top: -4px;
        margin-right: 8px;
        text-align: center;
        border-radius: 100%;
        border: 1px solid #fff; }

.scrollable {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .scrollable .col {
    padding-bottom: 20px; }
  .scrollable.scrollable-x {
    overflow: hidden;
    overflow-x: scroll; }
  .scrollable .scroll-indicator {
    display: none;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
    /* IE6-9 */ }
    .scrollable .scroll-indicator img {
      width: 20px !important;
      left: 50%;
      margin-left: -10px;
      position: absolute;
      bottom: 24px; }
    .scrollable .scroll-indicator p {
      width: 100%;
      text-align: center;
      color: #fff;
      bottom: 8px;
      position: absolute;
      margin: 0; }

.super-scrollable {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch; }

#bdg-17-content, #eco-9-content, #rdg-8-content, #hom-2-content {
  width: 100%; }

#rdg-8-content {
  background-color: #555; }

.x-swipe-handle {
  pointer-events: none;
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 100%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 98;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3); }
  .x-swipe-handle img {
    top: 0 !important;
    width: 80% !important;
    height: 80% !important;
    margin-top: 10% !important;
    margin-left: 10% !important; }

#bdg-13-content, #bdg-14-content, #bdg-4-content, #eco-4-content, #eco-7-content {
  width: 100% !important;
  margin: 0;
  left: 0; }
  #bdg-13-content .grid, #bdg-14-content .grid, #bdg-4-content .grid, #eco-4-content .grid, #eco-7-content .grid {
    top: 0;
    width: 100% !important;
    margin: 0;
    height: 100%;
    padding: 0; }
    #bdg-13-content .grid .details-wrap, #bdg-14-content .grid .details-wrap, #bdg-4-content .grid .details-wrap, #eco-4-content .grid .details-wrap, #eco-7-content .grid .details-wrap {
      margin: 0;
      width: 100% !important;
      position: relative;
      top: 25%;
      height: 70%;
      overflow: hidden; }
    #bdg-13-content .grid .details-list, #bdg-14-content .grid .details-list, #bdg-4-content .grid .details-list, #eco-4-content .grid .details-list, #eco-7-content .grid .details-list {
      -webkit-transform: translateZ(0);
      position: relative;
      height: 100%;
      width: 6000px;
      left: 0;
      padding: 0 20px;
      cursor: -moz-grab;
      cursor: -webkit-grab; }
      #bdg-13-content .grid .details-list li, #bdg-14-content .grid .details-list li, #bdg-4-content .grid .details-list li, #eco-4-content .grid .details-list li, #eco-7-content .grid .details-list li {
        float: left;
        height: 100%;
        margin: 0 35px;
        position: relative;
        width: 220px;
        overflow: hidden; }
        @media only screen and (max-width: 568px) {
          #bdg-13-content .grid .details-list li, #bdg-14-content .grid .details-list li, #bdg-4-content .grid .details-list li, #eco-4-content .grid .details-list li, #eco-7-content .grid .details-list li {
            height: 300px;
            margin: 0 10px;
            width: 150px; } }
        #bdg-13-content .grid .details-list li .text-block, #bdg-14-content .grid .details-list li .text-block, #bdg-4-content .grid .details-list li .text-block, #eco-4-content .grid .details-list li .text-block, #eco-7-content .grid .details-list li .text-block {
          height: auto;
          position: relative;
          max-height: 100%;
          width: 100%;
          padding-right: 17px; }
          @media only screen and (max-width: 568px) {
            #bdg-13-content .grid .details-list li .text-block, #bdg-14-content .grid .details-list li .text-block, #bdg-4-content .grid .details-list li .text-block, #eco-4-content .grid .details-list li .text-block, #eco-7-content .grid .details-list li .text-block {
              width: 150px; } }
          #bdg-13-content .grid .details-list li .text-block h2, #bdg-14-content .grid .details-list li .text-block h2, #bdg-4-content .grid .details-list li .text-block h2, #eco-4-content .grid .details-list li .text-block h2, #eco-7-content .grid .details-list li .text-block h2 {
            font-size: 25px; }
        #bdg-13-content .grid .details-list li .detail-details, #bdg-14-content .grid .details-list li .detail-details, #bdg-4-content .grid .details-list li .detail-details, #eco-4-content .grid .details-list li .detail-details, #eco-7-content .grid .details-list li .detail-details {
          width: 100%;
          padding-right: 17px;
          z-index: 2;
          top: 0;
          left: 0;
          position: absolute;
          height: 100%; }
          @media only screen and (max-width: 568px) {
            #bdg-13-content .grid .details-list li .detail-details, #bdg-14-content .grid .details-list li .detail-details, #bdg-4-content .grid .details-list li .detail-details, #eco-4-content .grid .details-list li .detail-details, #eco-7-content .grid .details-list li .detail-details {
              width: 150px; } }
          #bdg-13-content .grid .details-list li .detail-details .detail-line, #bdg-14-content .grid .details-list li .detail-details .detail-line, #bdg-4-content .grid .details-list li .detail-details .detail-line, #eco-4-content .grid .details-list li .detail-details .detail-line, #eco-7-content .grid .details-list li .detail-details .detail-line {
            width: 0%;
            height: 5px;
            background-color: #ffca30; }
          #bdg-13-content .grid .details-list li .detail-details h2, #bdg-14-content .grid .details-list li .detail-details h2, #bdg-4-content .grid .details-list li .detail-details h2, #eco-4-content .grid .details-list li .detail-details h2, #eco-7-content .grid .details-list li .detail-details h2 {
            text-transform: uppercase;
            display: none; }
          #bdg-13-content .grid .details-list li .detail-details p, #bdg-14-content .grid .details-list li .detail-details p, #bdg-4-content .grid .details-list li .detail-details p, #eco-4-content .grid .details-list li .detail-details p, #eco-7-content .grid .details-list li .detail-details p {
            margin: 0;
            display: none;
            margin-left: 13px;
            padding-bottom: 5px;
            text-indent: -13px;
            font-weight: 500; }
            #bdg-13-content .grid .details-list li .detail-details p:before, #bdg-14-content .grid .details-list li .detail-details p:before, #bdg-4-content .grid .details-list li .detail-details p:before, #eco-4-content .grid .details-list li .detail-details p:before, #eco-7-content .grid .details-list li .detail-details p:before {
              color: #ffca30;
              content: '• ';
              font-size: 20px; }
        #bdg-13-content .grid .details-list li img, #bdg-14-content .grid .details-list li img, #bdg-4-content .grid .details-list li img, #eco-4-content .grid .details-list li img, #eco-7-content .grid .details-list li img {
          position: relative;
          display: block;
          margin: 0 auto;
          width: 100%; }

#next-section {
  margin: 0;
  top: 50% !important;
  width: 100%;
  margin-top: -50px;
  height: 120px;
  text-align: center;
  overflow: visible;
  padding: 0 !important; }
  @media only screen and (max-width: 768px) {
    #next-section {
      width: 100% !important;
      padding: 0; } }
  #next-section .col {
    margin: 0 !important;
    width: 100% !important;
    height: 100%; }
    @media only screen and (max-width: 568px) {
      #next-section .col {
        width: 100%; } }
    #next-section .col p {
      color: #fff; }
    #next-section .col h1 {
      margin: 0;
      font-size: 100px;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer; }
      @media only screen and (max-width: 568px) {
        #next-section .col h1 {
          font-size: 50px; } }
      #next-section .col h1:hover {
        text-decoration: underline; }

#bdg-6-content {
  width: 100%;
  margin: 0;
  left: 0; }
  #bdg-6-content .grid {
    position: absolute;
    margin-left: 100px;
    width: 350px;
    height: auto; }
    @media only screen and (max-width: 1024px) {
      #bdg-6-content .grid {
        top: 20%;
        position: absolute;
        background-color: #fff;
        border-radius: 5px;
        z-index: 20;
        height: auto;
        width: 50% !important;
        margin-left: 25%;
        display: none;
        overflow: visible;
        padding-bottom: 20px !important; }
        #bdg-6-content .grid .col {
          margin: 0; }
          #bdg-6-content .grid .col p {
            margin: 0; }
          #bdg-6-content .grid .col .content {
            height: 100%;
            padding: 20px; } }
    @media only screen and (max-width: 768px) {
      #bdg-6-content .grid {
        width: 80% !important;
        margin-left: 10%; } }
    @media only screen and (max-width: 568px) {
      #bdg-6-content .grid {
        top: 10% !important; } }
  #bdg-6-content .plan-button {
    display: none; }
    @media only screen and (max-width: 1024px) {
      #bdg-6-content .plan-button {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -125px;
        width: 250px;
        height: 50px;
        background-color: #fff;
        border-radius: 7px;
        display: table; } }
    @media only screen and (max-width: 568px) {
      #bdg-6-content .plan-button {
        width: 150px;
        margin-left: -75px;
        bottom: 20px; } }
    #bdg-6-content .plan-button.pressed {
      background-color: #999;
      border: 1px solid #555;
      margin-left: -126px;
      bottom: 29px; }
      @media only screen and (max-width: 568px) {
        #bdg-6-content .plan-button.pressed {
          margin-left: -76px;
          bottom: 19px; } }
    #bdg-6-content .plan-button p {
      display: table-cell;
      font-size: 14px;
      text-transform: uppercase;
      vertical-align: middle;
      text-align: center;
      letter-spacing: 1px; }
  #bdg-6-content .area_table {
    width: 100%;
    height: auto;
    position: relative; }
    #bdg-6-content .area_table ul li:before {
      content: none; }
    #bdg-6-content .area_table ul, #bdg-6-content .area_table li {
      width: 100%;
      position: relative; }
    #bdg-6-content .area_table li, #bdg-6-content .area_table p {
      margin: 0; }
    #bdg-6-content .area_table .highlight {
      font-family: 'league-gothic';
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 500; }
    #bdg-6-content .area_table p:after {
      content: " ";
      width: 100%;
      height: 1px;
      background-color: #b0b0b0;
      display: block;
      margin: 6px 0; }
      @media only screen and (max-width: 568px) {
        #bdg-6-content .area_table p:after {
          margin: 2px 0; } }
  #bdg-6-content .numerals {
    text-align: right; }
  #bdg-6-content .slider-wrap {
    width: 100% !important;
    height: 100% !important; }
    #bdg-6-content .slider-wrap .grid {
      bottom: auto;
      padding: 0;
      top: 30%; }
    #bdg-6-content .slider-wrap img {
      right: 10%;
      height: 70%;
      top: 10%;
      position: absolute;
      display: block; }
      @media only screen and (max-width: 1024px) {
        #bdg-6-content .slider-wrap img {
          height: 80%;
          position: relative;
          margin: 0 auto;
          right: auto;
          top: 5%; } }
      @media only screen and (max-width: 768px) {
        #bdg-6-content .slider-wrap img {
          left: auto;
          width: 80%;
          height: auto;
          right: 10%;
          top: 15%; } }
      @media only screen and (max-width: 768px) {
        #bdg-6-content .slider-wrap img {
          right: 0; } }

#clipping, #clipping1 {
  width: 100%; }

#clipPolygon {
  width: 100%; }

#bdg-6-content {
  width: 100%; }

.clip-wrap {
  position: absolute;
  width: 100%;
  height: 50%;
  overflow: hidden; }
  .clip-wrap.hoz {
    width: 50%;
    height: 100%; }

.clip-img {
  width: 100%;
  height: 200%;
  background-image: url("../img/bdg-3.jpg");
  background-size: cover;
  background-position: center; }
  .clip-img#clip-img-2 {
    background-image: url("../img/clip-2.jpg") !important; }
  .clip-img.hoz {
    width: 200%;
    height: 100%; }

.handle-wrap {
  width: 150px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 0;
  z-index: 10;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
  .handle-wrap.hoz {
    width: 100%;
    height: 150px;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: -75px; }
  .handle-wrap .handle {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background-color: #fff;
    z-index: 10;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */ }
    .handle-wrap .handle .handle-mask {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .handle-wrap .handle img {
      width: 80%;
      z-index: -1;
      position: absolute;
      left: 10%;
      top: 10%; }

.swiper {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .swiper {
      display: block;
      background: -moz-linear-gradient(top, transparent 0%, transparent 82%, rgba(0, 0, 0, 0.5) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(82%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, transparent 0%, transparent 82%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, transparent 0%, transparent 82%, rgba(0, 0, 0, 0.5) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, transparent 0%, transparent 82%, rgba(0, 0, 0, 0.5) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, transparent 0%, transparent 82%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
      /* IE6-9 */
      width: 7.5%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 20; } }
  @media only screen and (max-width: 1024px) {
    .swiper {
      opacity: 1; } }
  @media only screen and (max-width: 568px) {
    .swiper {
      width: 12.5%; } }
  .swiper img {
    display: none; }
    @media only screen and (max-width: 568px) {
      .swiper img {
        display: block;
        width: 12.5%;
        position: absolute;
        width: 60%;
        margin-left: 20%;
        bottom: 8px; } }

.menu-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  background-color: #555;
  -webkit-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out; }
  .menu-wrap .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21; }
  .menu-wrap #exit {
    width: 25px;
    height: 25px;
    position: fixed;
    right: 10px;
    top: 25px;
    z-index: 14;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    @media only screen and (max-width: 568px) {
      .menu-wrap #exit {
        top: 18px;
        right: 15px; } }
    @media only screen and (min-width: 1024px) {
      .menu-wrap #exit:hover {
        opacity: 0.5; } }
    .menu-wrap #exit.rotate {
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Safari */
      transform: rotate(45deg); }
    .menu-wrap #exit #line-1 {
      width: 100%;
      height: 4px;
      position: absolute;
      background-color: #fff;
      top: 50%;
      margin-top: -2px; }
    .menu-wrap #exit #line-2 {
      width: 4px;
      height: 100%;
      left: 50%;
      margin-left: -2px;
      position: absolute;
      background-color: #fff; }
  .menu-wrap .grid {
    height: auto;
    position: relative;
    top: 50%;
    width: 100%;
    padding: 30px 0; }
    .menu-wrap .grid ul {
      width: 80%;
      margin-left: 10%;
      text-align: center;
      height: auto;
      cursor: pointer; }
      .menu-wrap .grid ul .line {
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: #fff;
        left: 50%;
        margin-left: 0; }
      .menu-wrap .grid ul li {
        opacity: 0;
        color: #fff;
        font-size: 120px;
        position: relative;
        margin-left: -50px; }
        .menu-wrap .grid ul li a {
          padding: 30px 0;
          display: block;
          width: 100%;
          height: 100%; }
          .menu-wrap .grid ul li a:hover {
            text-decoration: underline; }
          @media only screen and (max-width: 568px) {
            .menu-wrap .grid ul li a {
              padding: 15px 0; } }
        .menu-wrap .grid ul li.invert {
          margin-left: 50px; }

#bdg-5-content {
  width: 100%; }
  #bdg-5-content .button-wrap {
    display: inline-block;
    width: auto;
    position: absolute;
    height: auto;
    background-color: #ffca30;
    right: 0px;
    bottom: 10px;
    border-radius: 6px 0 0 6px;
    padding: 5px;
    padding-top: 2px; }
    @media only screen and (max-width: 568px) {
      #bdg-5-content .button-wrap {
        right: 0px;
        left: auto;
        bottom: 5px;
        width: 100%;
        width: auto;
        display: inline-block;
        background-color: transparent; } }
    #bdg-5-content .button-wrap > p {
      width: 100%;
      text-align: center;
      margin: 10px 0 0 0; }
      @media only screen and (max-width: 568px) {
        #bdg-5-content .button-wrap > p {
          display: none; } }
    #bdg-5-content .button-wrap .button {
      margin: 10px;
      float: left;
      width: auto;
      background-color: #fff;
      padding: 5px 10px;
      height: 26px;
      border-radius: 4px;
      cursor: pointer; }
      #bdg-5-content .button-wrap .button:hover {
        background-color: #e6e6e6; }
      @media only screen and (max-width: 568px) {
        #bdg-5-content .button-wrap .button {
          padding: 2px 4px;
          margin: 0 1px;
          margin-bottom: 10px; } }
      #bdg-5-content .button-wrap .button img {
        width: 25px;
        position: relative;
        float: left;
        margin-right: 10px; }
      #bdg-5-content .button-wrap .button p {
        position: relative;
        top: 4px;
        float: left;
        display: inline-block; }

#menu-toggle-wrap {
  top: 20px;
  right: 0px;
  z-index: 14;
  position: fixed;
  width: 40px;
  height: 38px;
  margin-bottom: 10px; }
  #menu-toggle-wrap p {
    position: absolute;
    bottom: -24px;
    color: #fff;
    font-size: 11px;
    margin-left: 10%;
    -webkit-transition: 150ms all;
    transition: 150ms all; }
    @media only screen and (max-width: 568px) {
      #menu-toggle-wrap p {
        display: none; } }
  @media only screen and (max-width: 568px) {
    #menu-toggle-wrap {
      top: 13px;
      right: 10px; } }
  #menu-toggle-wrap #menu-toggle {
    -ms-transform: skew(0deg, -20deg);
    -webkit-transform: skew(0deg, -20deg);
    transform: skew(0deg, -20deg);
    background-color: #555;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer; }
    #menu-toggle-wrap #menu-toggle:hover .menu-line {
      background-color: #888888; }
      #menu-toggle-wrap #menu-toggle:hover .menu-line#line-1 {
        top: 30%; }
      #menu-toggle-wrap #menu-toggle:hover .menu-line#line-3 {
        top: 70%; }
    #menu-toggle-wrap #menu-toggle:hover p {
      color: #888888; }
    #menu-toggle-wrap #menu-toggle .menu-line {
      z-index: 11;
      position: absolute;
      width: 60%;
      margin-left: 20%;
      height: 4px;
      -webkit-transition: 150ms all;
      transition: 150ms all;
      background-color: #fff; }
      #menu-toggle-wrap #menu-toggle .menu-line#line-1 {
        top: 25%;
        margin-top: -2px; }
      #menu-toggle-wrap #menu-toggle .menu-line#line-2 {
        top: 50%;
        margin-top: -2px; }
      #menu-toggle-wrap #menu-toggle .menu-line#line-3 {
        top: 75%;
        margin-top: -2px; }

.sub-menu-wrap {
  top: 50px;
  width: 40px;
  height: auto;
  position: fixed;
  z-index: 13;
  right: 0px;
  cursor: pointer; }
  @media only screen and (max-width: 568px) {
    .sub-menu-wrap {
      display: none !important; } }
  .sub-menu-wrap img {
    padding-top: 18px;
    width: 60%;
    margin-left: 20%;
    -webkit-transition: 150ms all;
    transition: 150ms all;
    padding-bottom: 5px; }
    @media only screen and (max-width: 568px) {
      .sub-menu-wrap img {
        padding-top: 0; } }
    .sub-menu-wrap img:hover {
      opacity: 0.4; }
  .sub-menu-wrap > p {
    line-height: 1.2;
    display: block;
    background-color: #555;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-top: -15px;
    font-size: 11px;
    padding-bottom: 5px;
    -webkit-transition: 150ms all;
    transition: 150ms all; }
    .sub-menu-wrap > p:hover {
      color: #888888; }
  .sub-menu-wrap .sub-menu-svg {
    position: relative;
    top: 1px;
    display: block;
    height: 15px;
    width: 100%; }
    .sub-menu-wrap .sub-menu-svg.bottom-box {
      top: -1px; }
    .sub-menu-wrap .sub-menu-svg .sub-menu-shape {
      fill: #555;
      display: block; }
  .sub-menu-wrap .bottom-logo {
    width: 100%;
    height: auto;
    background-color: #555;
    position: relative;
    padding-top: 20px; }
    .sub-menu-wrap .bottom-logo.solo {
      padding-top: 5px;
      margin-top: 0; }
  .sub-menu-wrap .sub-menu {
    background-color: #555;
    position: relative;
    width: 100%;
    padding: 10px 0 10px;
    margin-top: -7px;
    z-index: -1; }
    .sub-menu-wrap .sub-menu p {
      font-family: 'league-gothic';
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
      text-transform: uppercase;
      color: #fff;
      position: relative;
      width: 100%;
      margin: 0;
      font-size: 12px;
      text-align: center; }
      .sub-menu-wrap .sub-menu p.dark {
        color: #555; }
    .sub-menu-wrap .sub-menu .sub-menu-item {
      cursor: pointer;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      position: relative;
      left: 50%;
      margin-left: -6px;
      margin-top: 14px;
      margin-bottom: 14px;
      background-color: #a2a2a2;
      background-color: rgba(255, 255, 255, 0.4);
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      @media only screen and (max-width: 1024px) {
        .sub-menu-wrap .sub-menu .sub-menu-item {
          width: 16px;
          height: 16px;
          margin-left: -8px; } }
      .sub-menu-wrap .sub-menu .sub-menu-item.dark {
        background-color: rgba(85, 85, 85, 0.4); }
        .sub-menu-wrap .sub-menu .sub-menu-item.dark.active {
          background-color: #555; }
      @media only screen and (min-width: 1024px) {
        .sub-menu-wrap .sub-menu .sub-menu-item:hover {
          background-color: #bbbbbb; } }
      .sub-menu-wrap .sub-menu .sub-menu-item.active {
        background-color: #fff; }
      .sub-menu-wrap .sub-menu .sub-menu-item h2 {
        font-family: 'museo-sans';
        font-weight: 300;
        display: none;
        padding: 3px 4px 2px;
        white-space: nowrap;
        position: absolute;
        text-align: right;
        width: auto;
        right: 27px;
        text-transform: none;
        color: #fff;
        font-size: 17px;
        top: -5px;
        margin: 0;
        background-color: #555; }
    .sub-menu-wrap .sub-menu .sub-menu-line {
      margin: 5px 0;
      width: 2px;
      height: 10px;
      background-color: #ffca30;
      position: relative;
      left: 50%;
      margin-left: -1px; }

.next-menu .grid {
  width: 80% !important;
  margin-left: 10% !important;
  height: 100% !important;
  padding: 0 !important; }
  @media only screen and (max-width: 568px) {
    .next-menu .grid {
      width: 100% !important; } }
  .next-menu .grid ul {
    top: 50%;
    width: 100%;
    display: block;
    text-align: center;
    height: auto;
    cursor: pointer;
    position: relative; }
    .next-menu .grid ul .line {
      position: absolute;
      width: 10%;
      height: 2px;
      background-color: #fff;
      left: 50%;
      margin-left: -5%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      opacity: 0.5; }
    .next-menu .grid ul p {
      font-size: 13px;
      text-align: center;
      color: #fff;
      margin: 0;
      padding: 0; }
      .next-menu .grid ul p:hover {
        text-decoration: none; }
    .next-menu .grid ul li {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      width: 100%;
      opacity: 0.5;
      color: #fff;
      font-size: 120px;
      position: relative;
      cursor: pointer; }
      .next-menu .grid ul li:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
        .next-menu .grid ul li:hover a {
          text-decoration: underline; }
      .next-menu .grid ul li a {
        cursor: pointer !important; }
      .next-menu .grid ul li.link {
        padding-top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
        .next-menu .grid ul li.link p {
          position: relative;
          padding-top: 20px;
          margin: 0; }
        .next-menu .grid ul li.link a {
          padding-top: 10px; }
      .next-menu .grid ul li a {
        padding: 30px 0;
        display: block;
        width: 100%;
        height: 100%;
        cursor: default; }
        @media only screen and (max-width: 568px) {
          .next-menu .grid ul li a {
            padding: 15px 0; } }

.hero {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../img/home-img.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  float: left; }
  @media only screen and (max-width: 768px) {
    .hero {
      background-image: url("../img/home-img-mob.jpg");
      background-size: 100% auto; } }

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .slideshow .grid {
    position: relative;
    width: 100%;
    height: 100%; }
    .slideshow .grid .slideshow-slide {
      display: none;
      float: left;
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      background-size: cover;
      background-position: center;
      bottom: 0; }
  .slideshow #home-0 {
    display: block;
    background-color: #fff; }
  .slideshow #home-1 {
    background-image: url("../img/home-slide.jpg");
    background-color: red; }
  .slideshow #home-2 {
    background-image: url("../img/home-slide-2.jpg"); }
  .slideshow #home-3 {
    background-image: url("../img/home-slide-3.jpg"); }

#rule {
  min-height: 1px;
  width: 330%;
  background-color: #2eb983; }

.swipe-helper-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px; }
  .swipe-helper-wrapper .swipe-helper {
    width: 40px;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 1024px) {
      .swipe-helper-wrapper .swipe-helper.right {
        position: absolute;
        margin: 0;
        bottom: 0;
        right: 30px; } }
    .swipe-helper-wrapper .swipe-helper img {
      width: 40px;
      position: relative;
      display: block;
      height: 100%; }
