/*      VARIABLES       */
/*           MIXINS          */
/*      ANIMATIONS       */
@keyframes shake {
  15% {
    transform: translateX(-10px); }
  35% {
    transform: translateX(10px); }
  65% {
    transform: translateX(-5px); }
  85% {
    transform: translateX(5px); }
  0%,
    100% {
    transform: translateX(0); } }
@-webkit-keyframes shake {
  15% {
    -webkit-transform: translateX(-10px); }
  35% {
    -webkit-transform: translateX(10px); }
  65% {
    -webkit-transform: translateX(-5px); }
  85% {
    -webkit-transform: translateX(5px); }
  0%,
    100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes shake {
  15% {
    -moz-transform: translateX(-10px); }
  35% {
    -moz-transform: translateX(10px); }
  65% {
    -moz-transform: translateX(-5px); }
  85% {
    -moz-transform: translateX(5px); }
  0%,
    100% {
    -moz-transform: translateX(0); } }
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }
@-webkit-keyframes color {
  0% {
    stroke: #fcc000; }
  40% {
    stroke: #fcc000; }
  66% {
    stroke: #fcc000; }
  80%,
    90% {
    stroke: #fcc000; } }
@keyframes color {
  0% {
    stroke: #fcc000; }
  40% {
    stroke: #fcc000; }
  66% {
    stroke: #fcc000; }
  80%,
    90% {
    stroke: #fcc000; } }
/*      GENERAL STYLING     */
html.side-panel-open {
  overflow: hidden; }
  html.side-panel-open .section {
    left: -26%; }
  html.side-panel-open .side-scroll,
  html.side-panel-open .navbar,
  html.side-panel-open footer {
    left: -52%; }
  html.side-panel-open .right-sticky {
    right: 52%; }
  html.side-panel-open #main > .overlay {
    width: 100%; }
  html.side-panel-open .side-panel.active {
    right: 0; }

.section {
  position: relative;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  left: 0; }

#main > .overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fcc000;
  z-index: 9999;
  opacity: 0.9;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

html {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-family: "AvenirLTStd";
  overflow-x: hidden; }

.container {
  max-width: 880px;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0; }

.mobile {
  display: none; }

.center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

a {
  text-decoration: none; }

.fancybox-button--zoom,
.fancybox-button--thumbs {
  display: none !important; }

.fancybox-navigation .fancybox-button {
  height: 50px;
  width: 50px;
  background-color: #fcc000;
  background-image: url(../images/triangle-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  outline: none; }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 0 !important; }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    left: 0 !important; }
  .fancybox-navigation .fancybox-button svg {
    display: none; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 0; }

.fancybox-button--close {
  background: none;
  background-image: url(../images/Icon/Close.svg);
  background-size: 20px 20px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center; }
  .fancybox-button--close svg {
    display: none; }

.row {
  margin: 0 auto;
  max-width: 1280px; }
  .row > div {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out; }
    .row > div .text-block {
      padding: 0 20px; }
    .row > div > .row > div {
      padding: 0; }

.bg-white {
  background-color: #fff; }

h2 {
  position: absolute;
  text-transform: uppercase;
  margin: 0;
  font-family: "FuturaStd";
  font-size: 72px;
  letter-spacing: 2px;
  line-height: 72px;
  text-align: right;
  font-weight: normal; }
  h2 span {
    display: block;
    text-align: center;
    position: absolute; }
  h2 span + span {
    text-align: left;
    top: 144px;
    left: -275px; }

section {
  width: 100%;
  padding: 80px 80px 0 80px;
  position: relative; }
  section .page {
    width: 100%;
    position: relative;
    overflow: visible; }
  section .img-block {
    max-width: 305px;
    display: inline-block; }
    section .img-block img {
      margin-bottom: 10px; }
  section .text-block {
    max-width: 400px;
    text-align: left;
    display: inline-block; }
    section .text-block ul {
      padding-left: 0;
      list-style: none;
      margin-top: 10px; }
      section .text-block ul li {
        font-size: 16px;
        color: #4f4e4f;
        line-height: 22px;
        margin-bottom: 20px;
        position: relative; }
        section .text-block ul li:before {
          content: " ";
          width: 8px;
          height: 1px;
          position: absolute;
          left: -12px;
          background: #000;
          top: 13px; }
    section .text-block a {
      display: inline-block;
      border: 1px solid #fcc000;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0 34px;
      color: #000;
      font-size: 16px;
      border-radius: 4px; }
    section .text-block table {
      width: 100%; }
      section .text-block table th {
        font-family: "FuturaStd";
        font-size: 16px;
        color: #4f4e4e;
        line-height: 22px;
        padding-bottom: 10px; }
      section .text-block table td {
        font-family: "FuturaStd";
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px; }
        section .text-block table td span {
          height: 10px;
          width: 10px;
          border-radius: 100px;
          margin-right: 10px;
          display: inline-block; }
          section .text-block table td span.t1 {
            background: #B367B1; }
          section .text-block table td span.t2 {
            background: #40B878; }
          section .text-block table td span.t3 {
            background: #A8A8A8; }
          section .text-block table td span.t4 {
            background: #3FA3E1; }
          section .text-block table td span.t5 {
            background: #FEF896; }
        section .text-block table td:first-child {
          text-transform: uppercase;
          letter-spacing: 2px; }
    section .text-block p {
      font-size: 16px;
      color: #4f4f4f;
      line-height: 22px;
      margin-bottom: 30px;
      display: block; }
    section .text-block > span {
      font-family: "FuturaStd";
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      color: #fcc000;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: 20px;
      display: block; }
  section h3 {
    font-family: "FuturaStd";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    position: relative;
    margin: 0;
    margin-bottom: 15px; }
    section h3:before {
      content: " ";
      width: 12px;
      height: 2px;
      background-color: #FCC000;
      position: absolute;
      left: -15px;
      bottom: 3px; }

.fancybox-skin {
  background: none !important;
  box-shadow: none !important; }

::selection {
  background: #fcc000;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #fcc000;
  /* Gecko Browsers */ }

.gallery-single {
  width: 100%;
  height: 80vh;
  margin-top: 80px;
  z-index: 3;
  position: relative; }
  .gallery-single .carousel {
    width: 100%;
    height: calc(80vh - 80px); }
  .gallery-single .carousel-inner {
    width: 100%;
    height: 100%; }
    .gallery-single .carousel-inner h2 {
      position: absolute;
      font-size: 134px;
      color: #fff;
      letter-spacing: -8px;
      top: 70px;
      left: 160px;
      text-transform: uppercase;
      line-height: 1;
      text-align: center; }
      .gallery-single .carousel-inner h2 span {
        display: block;
        color: #fcc000;
        letter-spacing: 2px;
        font-size: 26px;
        text-align: center;
        margin-top: -7px;
        margin-left: -30px;
        position: relative; }
  .gallery-single .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .gallery-single .carousel-fade .carousel-inner .item,
  .gallery-single .carousel-fade .carousel-inner .active.left,
  .gallery-single .carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .gallery-single .carousel-fade .carousel-inner .active,
  .gallery-single .carousel-fade .carousel-inner .next.left,
  .gallery-single .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .gallery-single .carousel-fade .carousel-inner .next,
  .gallery-single .carousel-fade .carousel-inner .prev,
  .gallery-single .carousel-fade .carousel-inner .active.left,
  .gallery-single .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .gallery-single .carousel-fade .carousel-control {
    z-index: 2; }
  .gallery-single .carousel-inner {
    background-color: #000; }
  .gallery-single .carousel-inner > .item {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-position: bottom center;
    transition-property: opacity; }
  .gallery-single .item-overlay {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .gallery-single .text-block {
    margin-top: 50px; }
    .gallery-single .text-block p {
      font-size: 16px;
      color: #4f4e4e;
      line-height: 22px; }
  .gallery-single .carousel-indicators {
    bottom: unset;
    top: 30px;
    font-size: 0;
    left: 0;
    margin: 0;
    text-align: left;
    margin-left: 15px;
    width: 100%; }
    .gallery-single .carousel-indicators li {
      width: 30px;
      height: 2px;
      background-color: #4f4e4e;
      margin: 0 5px;
      opacity: 0.5;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      outline: none;
      border: none;
      border-radius: 0; }
      .gallery-single .carousel-indicators li.active {
        width: 70px;
        background-color: #fcc000;
        opacity: 1; }
  .gallery-single .carousel-control {
    height: 50px;
    width: 50px;
    background-color: #fcc000;
    background-image: url(../images/triangle-2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    outline: none;
    opacity: 1;
    z-index: 999; }
    .gallery-single .carousel-control span {
      display: none; }
    .gallery-single .carousel-control.left {
      background-color: #fff;
      background-image: url(../images/triangle-1.svg);
      left: unset;
      right: 50px; }

.gallery {
  margin: 150px 0 200px; }
  .gallery#beyond-work-gallery .owl-carousel .owl-nav {
    top: 180px;
    right: 0;
    left: 0; }
  .gallery#beyond-work-gallery .owl-carousel-multi .owl-nav button.owl-next {
    position: absolute;
    right: 50px; }
  .gallery .slide-links {
    margin-top: 25px; }
    .gallery .slide-links a {
      display: block;
      margin: 0;
      line-height: 1;
      height: auto;
      margin-top: 15px;
      font-family: 'FuturaStd';
      border: none;
      padding: 0;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: left;
      -moz-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .gallery .slide-links a.active {
        color: #fcc000; }
  .gallery .text-block.mobile {
    display: none; }
  .gallery .text-block {
    margin-top: 50px; }
  .gallery .owl-carousel.ipad {
    display: none; }
  .gallery .owl-carousel-multi .owl-stage-outer {
    margin-right: 50px;
    height: 400px; }
  .gallery .slider-text {
    display: none; }
    .gallery .slider-text.active {
      display: block; }
  .gallery .owl-carousel-multi {
    height: 415px; }
  .gallery .owl-carousel-multi .owl-item {
    height: 400px;
    width: 305px !important; }
    .gallery .owl-carousel-multi .owl-item a img {
      width: 100%; }
    .gallery .owl-carousel-multi .owl-item a:focus {
      outline: #fcc000 5px; }
  .gallery .owl-carousel .owl-dots.disabled,
  .gallery .owl-carousel .owl-nav.disabled {
    display: block; }
  .gallery .owl-carousel .owl-dots {
    position: absolute;
    top: 398px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .gallery .owl-carousel button.owl-dot {
    width: 30px;
    height: 2px;
    background-color: #4f4e4e;
    margin: 0 5px;
    opacity: 0.5;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none; }
    .gallery .owl-carousel button.owl-dot.active {
      width: 70px;
      background-color: #fcc000;
      opacity: 1; }
  .gallery .owl-carousel .owl-nav {
    position: absolute;
    top: 90px;
    right: 0; }
  .gallery .owl-carousel-multi .owl-nav button.owl-next,
  .gallery .owl-carousel-multi .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    background-color: #fcc000;
    background-image: url(../images/triangle-2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    outline: none; }
    .gallery .owl-carousel-multi .owl-nav button.owl-next span,
    .gallery .owl-carousel-multi .owl-nav button.owl-prev span {
      display: none; }
  .gallery .owl-carousel-multi .owl-nav button.owl-prev {
    background-color: #fff;
    background-image: url(../images/triangle-1.svg); }
  .gallery .owl-carousel.owl-carousel-solo {
    height: 500px; }
    .gallery .owl-carousel.owl-carousel-solo .owl-stage-outer {
      margin-right: 50px;
      height: 500px; }
    .gallery .owl-carousel.owl-carousel-solo .owl-item {
      height: 500px;
      width: 783px !important; }
    .gallery .owl-carousel.owl-carousel-solo .owl-dots {
      display: none; }

.side-panel {
  position: fixed;
  width: 70%;
  background-color: #fff;
  top: 0;
  height: 100vh;
  z-index: 9999;
  right: -70%;
  max-width: 900px;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .side-panel .close-panel {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/Icon/Close-w.svg);
    width: 80px;
    height: 80px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #4f4f4f;
    background-position: center; }
  .side-panel .inner {
    margin: 0 auto;
    overflow-y: scroll;
    padding: 100px 50px 110px 50px;
    border-right: 80px solid #fcc000;
    height: 100vh; }
  .side-panel .row > div {
    padding: 0; }
  .side-panel .row.header > .overflowed {
    overflow: visible;
    z-index: 2; }
    .side-panel .row.header > .overflowed .text-block {
      width: 200%; }
  .side-panel .row.header .text-block {
    margin-top: 0;
    z-index: 2; }
  .side-panel .text-block {
    max-width: 100%;
    text-align: left;
    display: inline-block;
    margin-top: 100px; }
    .side-panel .text-block h2 {
      font-family: 'FuturaStd';
      font-size: 84px;
      letter-spacing: -2px;
      text-transform: uppercase;
      line-height: 0.9;
      margin-bottom: 50px;
      width: 100%;
      margin-top: 20px;
      text-align: left;
      position: relative; }
    .side-panel .text-block ul {
      padding-left: 15px;
      list-style: none;
      margin-top: 10px; }
      .side-panel .text-block ul li {
        font-size: 16px;
        color: #4f4e4f;
        line-height: 20px;
        margin-bottom: 20px;
        position: relative; }
        .side-panel .text-block ul li:before {
          content: " ";
          width: 8px;
          height: 1px;
          position: absolute;
          left: -12px;
          background: #000;
          top: 13px; }
    .side-panel .text-block a {
      display: inline-block;
      border: 1px solid #fcc000;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0 34px;
      color: #000;
      font-size: 14px;
      border-radius: 4px; }
    .side-panel .text-block p {
      font-size: 16px;
      color: #4f4f4f;
      line-height: 20px;
      margin-bottom: 32px;
      display: block; }
    .side-panel .text-block > span {
      font-family: "FuturaStd";
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      color: #fcc000;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: 20px;
      display: block; }
  .side-panel h3 {
    font-family: "FuturaStd";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    position: relative;
    margin: 0;
    margin-bottom: 12px; }
    .side-panel h3:before {
      content: " ";
      width: 12px;
      height: 2px;
      background-color: #FCC000;
      position: absolute;
      left: -15px;
      bottom: 3px; }
  .side-panel.privacy-policy .text-block h2 {
    margin-bottom: 0; }
  .side-panel.privacy-policy .text-block span {
    color: #4f4e4e;
    margin-bottom: 5px; }
  .side-panel.privacy-policy .text-block strong {
    color: #fcc000;
    font-size: 16px;
    line-height: 22px; }

/* Revealers */
.revealer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  pointer-events: none; }

.revealer--cornertopleft,
.revealer--cornertopright,
.revealer--cornerbottomleft,
.revealer--cornerbottomright {
  top: 50%;
  left: 50%; }

.revealer--top,
.revealer--bottom {
  left: 0; }

.revealer--right,
.revealer--left {
  top: 50%;
  left: 50%; }

.revealer--top {
  bottom: 100%; }

.revealer--bottom {
  top: 100%; }

.revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ddd; }

/* Revealer effects */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0; }

#rev-1,
#rev-2,
#rev-3,
#rev-4 {
  display: inline-block;
  vertical-align: top; }
  #rev-1 .block-revealer__content,
  #rev-2 .block-revealer__content,
  #rev-3 .block-revealer__content,
  #rev-4 .block-revealer__content {
    -moz-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1); }

/* One layer effect (effect-1) */
.anim--effect-1 .revealer--animate .revealer__layer {
  -webkit-animation: anim-effect-1 1.5s cubic-bezier(0.5, 1, 0.3, 1) forwards;
  animation: anim-effect-1 1.5s cubic-bezier(0.5, 1, 0.3, 1) forwards; }

@-webkit-keyframes anim-effect-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  35%,
    65% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  35%,
    65% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
/* Two layer effect (effect-2) */
.anim--effect-2 .revealer--animate .revealer__layer {
  -webkit-animation: anim-effect-2-1 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: anim-effect-2-1 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.anim--effect-2 .revealer--animate .revealer__layer:nth-child(2) {
  -webkit-animation-name: anim-effect-2-2;
  animation-name: anim-effect-2-2; }

@-webkit-keyframes anim-effect-2-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  30%,
    70% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-2-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  30%,
    70% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@-webkit-keyframes anim-effect-2-2 {
  0%,
    14.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  37.5%,
    62.5% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  85.5%,
    100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-2-2 {
  0%,
    14.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  37.5%,
    62.5% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  85.5%,
    100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
/* Three layer effect (effect-3) */
.anim--effect-3 .revealer--animate .revealer__layer {
  -webkit-animation: anim-effect-3-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  animation: anim-effect-3-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards; }

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(2) {
  -webkit-animation-name: anim-effect-3-2;
  animation-name: anim-effect-3-2; }

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(3) {
  -webkit-animation-name: anim-effect-3-3;
  animation-name: anim-effect-3-3; }

@-webkit-keyframes anim-effect-3-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  25%,
    75% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-3-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  25%,
    75% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@-webkit-keyframes anim-effect-3-2 {
  0%,
    12.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  37.5%,
    62.5% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  87.5%,
    100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-3-2 {
  0%,
    12.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  37.5%,
    62.5% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  87.5%,
    100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@-webkit-keyframes anim-effect-3-3 {
  0%,
    25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  75%,
    100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-3-3 {
  0%,
    25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  75%,
    100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
/* Forth effect */
.anim--effect-4 .page--animate-top .quote {
  -webkit-animation: moveQuoteTop 1.5s forwards;
  animation: moveQuoteTop 1.5s forwards; }

@-webkit-keyframes moveQuoteTop {
  0%,
    65% {
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes moveQuoteTop {
  0%,
    65% {
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.anim--effect-4 .page--animate-bottom .quote {
  -webkit-animation: moveQuoteBottom 1.5s forwards;
  animation: moveQuoteBottom 1.5s forwards; }

@-webkit-keyframes moveQuoteBottom {
  0%,
    65% {
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes moveQuoteBottom {
  0%,
    65% {
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.anim--effect-4 .page--animate-left .quote {
  -webkit-animation: moveQuoteLeft 1.5s forwards;
  animation: moveQuoteLeft 1.5s forwards; }

@-webkit-keyframes moveQuoteLeft {
  0%,
    65% {
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes moveQuoteLeft {
  0%,
    65% {
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.anim--effect-4 .page--animate-right .quote {
  -webkit-animation: moveQuoteRight 1.5s forwards;
  animation: moveQuoteRight 1.5s forwards; }

@-webkit-keyframes moveQuoteRight {
  0%,
    65% {
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes moveQuoteRight {
  0%,
    65% {
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.anim--effect-4 .page--animate-cornertopright .quote {
  -webkit-animation: moveQuoteCornerTopRight 1.5s forwards;
  animation: moveQuoteCornerTopRight 1.5s forwards; }

@-webkit-keyframes moveQuoteCornerTopRight {
  0%,
    65% {
    -webkit-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes moveQuoteCornerTopRight {
  0%,
    65% {
    -webkit-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.anim--effect-4 .page--animate-cornertopleft .quote {
  -webkit-animation: moveQuoteCornerTopLeft 1.5s forwards;
  animation: moveQuoteCornerTopLeft 1.5s forwards; }

@-webkit-keyframes moveQuoteCornerTopLeft {
  0%,
    65% {
    -webkit-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes moveQuoteCornerTopLeft {
  0%,
    65% {
    -webkit-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.anim--effect-4 .page--animate-cornerbottomright .quote {
  -webkit-animation: moveQuoteCornerBottomRight 1.5s forwards;
  animation: moveQuoteCornerBottomRight 1.5s forwards; }

@-webkit-keyframes moveQuoteCornerBottomRight {
  0%,
    65% {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes moveQuoteCornerBottomRight {
  0%,
    65% {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.anim--effect-4 .page--animate-cornerbottomleft .quote {
  -webkit-animation: moveQuoteCornerBottomLeft 1.5s forwards;
  animation: moveQuoteCornerBottomLeft 1.5s forwards; }

@-webkit-keyframes moveQuoteCornerBottomLeft {
  0%,
    65% {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes moveQuoteCornerBottomLeft {
  0%,
    65% {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.anim--effect-4 .revealer--animate .revealer__layer {
  -webkit-animation: anim-effect-4-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  animation: anim-effect-4-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards; }

.anim--effect-4 .revealer--animate .revealer__layer:nth-child(2) {
  -webkit-animation-name: anim-effect-4-2;
  animation-name: anim-effect-4-2;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.anim--effect-4 .revealer--animate .revealer__layer:nth-child(3) {
  -webkit-animation-name: anim-effect-4-3;
  animation-name: anim-effect-4-3;
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@-webkit-keyframes anim-effect-4-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  35%,
    65% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-4-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  35%,
    65% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@-webkit-keyframes anim-effect-4-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  45%,
    55% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-4-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  45%,
    55% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@-webkit-keyframes anim-effect-4-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  45%,
    55% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
@keyframes anim-effect-4-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  45%,
    55% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); } }
/*      NAV     */
/* menu on hover - with animation */
.dropdown.drop-collapsed .dropdown-menu {
  height: 0 !important;
  z-index: -1; }

.dropdown .dropdown-menu {
  overflow: hidden;
  -moz-transition: height 0.65s ease;
  -o-transition: height 0.65s ease;
  -webkit-transition: height 0.65s ease;
  transition: height 0.65s ease; }

.navbar-nav > li > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }

.navbar-nav > li.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar {
  -webkit-backface-visibility: hidden;
  text-align: center;
  height: 80px;
  background-color: #fff;
  top: 0;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  left: 0;
  z-index: 9999; }
  .navbar .logo {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 0;
    top: 0;
    line-height: 80px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .navbar .logo img {
      max-width: 80px; }
  .navbar .nav-toggle {
    height: 100%;
    width: 24px;
    background-image: url(../images/Icon/Sitemap.svg);
    background-size: 24px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 100px;
    display: none;
    -moz-transition: background-image 0.3s linear, background-size 0.3s linear;
    -o-transition: background-image 0.3s linear, background-size 0.3s linear;
    -webkit-transition: background-image 0.3s linear, background-size 0.3s linear;
    transition: background-image 0.3s linear, background-size 0.3s linear; }
    .navbar .nav-toggle.open {
      background-image: url(../images/Icon/Close.svg);
      background-size: 12px 12px; }

#topnav {
  text-align: center;
  margin: 0 auto;
  height: 80px;
  line-height: 80px; }
  #topnav .navbar-nav {
    float: none;
    text-align: center; }
    #topnav .navbar-nav > li {
      float: none;
      display: inline-block; }
      #topnav .navbar-nav > li a {
        opacity: 0.25;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        font-family: "FuturaStd";
        font-size: 14px;
        color: #000;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 30px 0;
        margin: 0 20px;
        position: relative; }
        #topnav .navbar-nav > li a:before {
          content: " ";
          width: 1px;
          height: 2px;
          background-color: transparent;
          position: absolute;
          left: -1px;
          bottom: 31px;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #topnav .navbar-nav > li a:hover, #topnav .navbar-nav > li a.active {
          opacity: 1; }
          #topnav .navbar-nav > li a:hover:before, #topnav .navbar-nav > li a.active:before {
            width: 8px;
            left: -8px;
            background-color: #FCC000; }
    #topnav .navbar-nav .dropdown-menu {
      background: #F2F2F2;
      border: none;
      border-radius: 0;
      left: -95px;
      box-shadow: none; }
      #topnav .navbar-nav .dropdown-menu li {
        display: block; }
        #topnav .navbar-nav .dropdown-menu li:first-child a {
          padding-top: 25px; }
        #topnav .navbar-nav .dropdown-menu li:last-child a {
          padding-bottom: 25px; }
        #topnav .navbar-nav .dropdown-menu li a {
          letter-spacing: 0;
          line-height: 20px;
          margin: 10px 0;
          text-align: center;
          padding: 0 40px; }
          #topnav .navbar-nav .dropdown-menu li a:before {
            content: none; }

.inquire {
  position: absolute;
  right: 25px;
  top: 20px;
  border: 1px solid #fcc000;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block; }

.mobile-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(252, 192, 0, 0.95);
  z-index: 9998;
  text-align: center; }
  .mobile-overlay ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    padding: 0; }
    .mobile-overlay ul a {
      font-family: 'FuturaStd';
      color: #000;
      font-size: 20px;
      letter-spacing: 2px;
      line-height: 24px;
      text-transform: uppercase;
      margin: 20px auto;
      display: block; }
      .mobile-overlay ul a.active {
        color: #fff; }

.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s; }

.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

/* Video Holder */
body.show-video .video-holder {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
  transition-delay: 0s; }
  body.show-video .video-holder .video {
    top: 0;
    opacity: 1;
    transition-delay: 0.5s; }

.video-holder {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  background-color: transparent;
  opacity: 0;
  -moz-transition: opacity 0.5s 0.5s, visibility 0s 1s, background-color 0.5s 0.5s;
  -o-transition: opacity 0.5s 0.5s, visibility 0s 1s, background-color 0.5s 0.5s;
  -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s, background-color 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, visibility 0s 1s, background-color 0.5s 0.5s; }
  .video-holder .close-video-holder {
    cursor: pointer;
    position: absolute;
    display: inline-table;
    top: 40px;
    right: 40px;
    z-index: 1;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fcc000;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    cursor: hand; }
  .video-holder .video {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 100px;
    width: 100%;
    opacity: 0;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transition-delay: 0s; }
    .video-holder .video .video-content {
      position: absolute;
      top: 125px;
      left: 125px;
      width: calc(100% - 250px);
      height: calc(100% - 250px);
      background: #000; }
      .video-holder .video .video-content .loader {
        position: relative;
        margin: 0px auto;
        width: 200px;
        height: 200px;
        top: 50%;
        transform: translateY(-50%); }
      .video-holder .video .video-content .loader:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .video-holder .video .video-content .circular-loader {
        -webkit-animation: rotate 2s linear infinite;
        animation: rotate 2s linear infinite;
        height: 100%;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto; }
      .video-holder .video .video-content .loader-path {
        stroke-dasharray: 150, 200;
        stroke-dashoffset: -10;
        -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
        stroke-linecap: round; }
      .video-holder .video .video-content video {
        backface-visibility: hidden;
        position: absolute;
        left: 0;
        width: 100%;
        max-height: 70vh;
        display: block;
        top: 50%;
        transform: translateY(-50%); }

/* SIDE SCROLL */
.side-scroll {
  position: fixed;
  width: 80px;
  height: 100vh;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 201;
  background-color: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out, left 0.5s ease-in-out;
  -o-transition: all 0.3s ease-in-out, left 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out, left 0.5s ease-in-out;
  transition: all 0.3s ease-in-out, left 0.5s ease-in-out;
  z-index: 4; }
  .side-scroll .line-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 350px;
    width: 1px;
    background-color: #FCC000;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden; }
    .side-scroll .line-fill span {
      position: absolute;
      top: 0;
      width: 1px;
      height: 0;
      background-color: #4f4e4e;
      -moz-transition: height 0.3s linear;
      -o-transition: height 0.3s linear;
      -webkit-transition: height 0.3s linear;
      transition: height 0.3s linear;
      display: block; }
  .side-scroll .scroll-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    left: 0;
    right: 0;
    -moz-transition: right 0.5s;
    -o-transition: right 0.5s;
    -webkit-transition: right 0.5s;
    transition: right 0.5s; }
    .side-scroll .scroll-text .before {
      width: 1px;
      background-color: #fff;
      height: 160px;
      position: absolute;
      top: -175px;
      left: 50%;
      display: block; }
    .side-scroll .scroll-text em {
      font-style: normal;
      position: relative;
      right: 0px;
      -moz-transition: right 1s 0.3s;
      -o-transition: right 1s 0.3s;
      -webkit-transition: right 1s 0.3s;
      transition: right 1s 0.3s; }
    .side-scroll .scroll-text .after {
      width: 1px;
      background-color: #fff;
      height: 160px;
      position: absolute;
      top: 25px;
      left: 50%;
      display: block; }
  .side-scroll .social {
    position: absolute;
    bottom: 30px;
    width: 100%; }
    .side-scroll .social a {
      display: block;
      margin: 0 auto; }
      .side-scroll .social a.instagram {
        background-image: url(../images/Icon/App/Instagram.svg);
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        margin-bottom: 20px; }
      .side-scroll .social a.facebook {
        background-image: url(../images/Icon/App/Facebook.svg);
        width: 11px;
        height: 18px;
        background-size: 11px 18px;
        margin-bottom: 20px; }
      .side-scroll .social a.twitter {
        background-image: url(../images/Icon/App/Twitter.svg);
        width: 20px;
        height: 16px;
        background-size: 20px 16px; }

.transition-layer {
  background-color: #FCC000;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  overflow: hidden;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear; }
  .transition-layer .wrapper-quote {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .transition-layer .wrapper-quote .line-wrapper {
      position: relative;
      display: block;
      height: 3px;
      width: 60%;
      overflow: hidden; }
    .transition-layer .wrapper-quote .line {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff; }

body.intro .navbar {
  top: calc(100vh - 100px);
  position: absolute;
  height: 100px; }
  body.intro .navbar .inquire {
    top: 33px; }
  body.intro .navbar #topnav {
    height: 100px;
    line-height: 100px; }
  body.intro .navbar .nav-toggle {
    display: none !important; }
body.intro .side-scroll,
body.intro .navbar .logo,
body.intro .right-sticky {
  opacity: 0; }

body.sliding .side-scroll .scroll-text em {
  right: -20px; }

.right-sticky {
  position: fixed;
  width: 80px;
  height: 100vh;
  background-color: #fff;
  right: 0;
  top: 0;
  text-align: center;
  opacity: 1;
  z-index: 2;
  -moz-transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
  transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out; }
  .right-sticky span {
    position: absolute;
    top: 50%;
    font-weight: 800;
    text-transform: uppercase;
    color: #bfbfbf;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 2px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    left: -24px;
    white-space: nowrap; }

/* HOME */
#landing {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-bottom: 100px solid #fff;
  z-index: 99; }
  #landing > img {
    display: none; }
  #landing > .bg {
    width: 100%;
    height: calc(100vh - 100px);
    position: absolute;
    top: 0;
    lefT: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-transition: transform 1s linear;
    -o-transition: transform 1s linear;
    -webkit-transition: transform 1s linear;
    transition: transform 1s linear;
    display: none;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    background-image: url(../images/bg-landing-1.jpg); }
    #landing > .bg.active {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -ms-transform: scale(1);
      display: block; }
    #landing > .bg.prev {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -ms-transform: scale(1);
      z-index: -1; }
    #landing > .bg.bg1 {
      background-image: url(../images/bg-landing-1.jpg); }
    #landing > .bg.bg2 {
      background-image: url(../images/bg-landing-2.jpg); }
    #landing > .bg.bg3 {
      background-image: url(../images/bg-landing-3.jpg); }
    #landing > .bg.bg4 {
      background-image: url(../images/bg-landing-4.jpg); }
    #landing > .bg.bg5 {
      background-image: url(../images/bg-landing-5.jpg); }
    #landing > .bg.bg6 {
      background-image: url(../images/bg-landing-6.jpg); }
    #landing > .bg.bg7 {
      background-image: url(../images/bg-landing-7.jpg); }
    #landing > .bg.bg8 {
      background-image: url(../images/bg-landing-8.jpg); }
    #landing > .bg.bg9 {
      background-image: url(../images/bg-landing-9.jpg); }
    #landing > .bg.bg10 {
      background-image: url(../images/bg-landing-10.jpg); }
  #landing .site-title {
    background-image: url(../images/logo-hollywood-park.svg);
    width: 586px;
    height: 107px;
    background-size: 586px 107px;
    margin: 50px 0 0 60px; }
  #landing .row {
    padding: 0;
    max-width: 100%; }
    #landing .row > div {
      width: 10%;
      display: inline-block;
      height: calc(100vh - 100px);
      float: left;
      position: relative;
      cursor: pointer;
      text-align: center; }
      #landing .row > div span {
        position: absolute;
        top: 63%;
        transform: translateY(-63%);
        left: 0;
        right: 0;
        display: block;
        color: #fff;
        font-size: 50px;
        font-family: 'FuturaStd'; }
        #landing .row > div span.smaller {
          font-size: 24px;
          letter-spacing: 10px;
          margin-top: 30px; }
        #landing .row > div span img {
          position: relative;
          margin-top: -17px; }
      #landing .row > div:before {
        content: "";
        width: 1px;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.6);
        -webkit-transition: all 1s ease-in;
        transition: all 1s ease-in; }
      #landing .row > div:hover:before {
        height: 100%; }
      #landing .row > div:hover .bg {
        opacity: 1; }
      #landing .row > div.active .bg {
        background-color: rgba(252, 192, 0, 0.3);
        background-image: none !important; }
      #landing .row > div .bg {
        position: absolute;
        width: calc(100% - 1px);
        margin-left: 1px;
        height: 100%;
        left: 0;
        background-position: bottom left;
        opacity: 0;
        -moz-transition: background-position 0.75s ease-in-out, background-color 0.5s ease-in-out;
        -o-transition: background-position 0.75s ease-in-out, background-color 0.5s ease-in-out;
        -webkit-transition: background-position 0.75s ease-in-out, background-color 0.5s ease-in-out;
        transition: background-position 0.75s ease-in-out, background-color 0.5s ease-in-out;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: transparent; }
      #landing .row > div.col1 {
        background-color: rgba(0, 0, 0, 0.5); }
        #landing .row > div.col1 .bg {
          background-image: url(../images/bg-landing-1.jpg);
          background-position: 0; }
        #landing .row > div.col1:hover .bg, #landing .row > div.col1.active .bg {
          background-position: 10%; }
      #landing .row > div.col2 {
        background-color: rgba(0, 0, 0, 0.4); }
        #landing .row > div.col2 .bg {
          background-image: url(../images/bg-landing-2.jpg);
          background-position: 10%; }
        #landing .row > div.col2:hover .bg, #landing .row > div.col2.active .bg {
          background-position: 20%; }
      #landing .row > div.col3 {
        background-color: rgba(0, 0, 0, 0.3); }
        #landing .row > div.col3 .bg {
          background-image: url(../images/bg-landing-3.jpg);
          background-position: 20%; }
        #landing .row > div.col3:hover .bg, #landing .row > div.col3.active .bg {
          background-position: 30%; }
      #landing .row > div.col4 {
        background-color: rgba(0, 0, 0, 0.2); }
        #landing .row > div.col4 .bg {
          background-image: url(../images/bg-landing-4.jpg);
          background-position: 30%; }
        #landing .row > div.col4:hover .bg, #landing .row > div.col4.active .bg {
          background-position: 40%; }
      #landing .row > div.col5 {
        background-color: rgba(0, 0, 0, 0.5); }
        #landing .row > div.col5 .bg {
          background-image: url(../images/bg-landing-5.jpg);
          background-position: 40%; }
        #landing .row > div.col5:hover .bg, #landing .row > div.col5.active .bg {
          background-position: 50%; }
      #landing .row > div.col6 {
        background-color: rgba(0, 0, 0, 0.4); }
        #landing .row > div.col6 .bg {
          background-image: url(../images/bg-landing-6.jpg);
          background-position: 50%; }
        #landing .row > div.col6:hover .bg, #landing .row > div.col6.active .bg {
          background-position: 60%; }
      #landing .row > div.col7 {
        background-color: rgba(0, 0, 0, 0.3); }
        #landing .row > div.col7 .bg {
          background-image: url(../images/bg-landing-7.jpg);
          background-position: 60%; }
        #landing .row > div.col7:hover .bg, #landing .row > div.col7.active .bg {
          background-position: 70%; }
      #landing .row > div.col8 {
        background-color: rgba(0, 0, 0, 0.2); }
        #landing .row > div.col8 .bg {
          background-image: url(../images/bg-landing-8.jpg);
          background-position: 70%; }
        #landing .row > div.col8:hover .bg, #landing .row > div.col8.active .bg {
          background-position: 80%; }
      #landing .row > div.col9 {
        background-color: rgba(0, 0, 0, 0.5); }
        #landing .row > div.col9 .bg {
          background-image: url(../images/bg-landing-9.jpg);
          background-position: 80%; }
        #landing .row > div.col9:hover .bg, #landing .row > div.col9.active .bg {
          background-position: 90%; }
      #landing .row > div.col10 {
        background-color: rgba(0, 0, 0, 0.4); }
        #landing .row > div.col10 .bg {
          background-image: url(../images/bg-landing-10.jpg);
          background-position: 90%; }
        #landing .row > div.col10:hover .bg, #landing .row > div.col10.active .bg {
          background-position: 100%; }
  #landing span {
    position: absolute;
    bottom: 20px;
    left: 30px;
    display: block;
    font-family: "FuturaStd";
    color: #fcc000;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }

/* VISION */
#vision-intro {
  padding-bottom: 100px; }
  #vision-intro .text-block {
    margin-top: 145px;
    position: relative;
    float: right;
    max-width: 350px;
    margin-right: 15px;
    padding: 0; }
  #vision-intro img {
    margin-top: 70px; }
  #vision-intro h2 {
    top: 46px;
    right: 40px;
    letter-spacing: -2px;
    line-height: 62px; }
    #vision-intro h2 span + span {
      top: 124px;
      left: -110px; }
  #vision-intro .text-block > span {
    position: relative; }
  #vision-intro .square {
    width: 525px;
    height: 300px;
    border: 22px solid #fcc000;
    top: 80px;
    position: absolute;
    z-index: -1;
    right: 0; }
  #vision-intro .sectionVideoWrapper {
    position: relative;
    padding-bottom: 55%;
    padding-top: 20px;
    height: 0;
    text-align: center;
    top: 120px;
    width: 90%;
    cursor: pointer; }
    #vision-intro .sectionVideoWrapper video {
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#vision-map {
  margin-top: 100px; }
  #vision-map .row > div.overflowed {
    overflow: visible; }
  #vision-map .square {
    width: 300px;
    height: 305px;
    border: 22px solid #fcc000;
    top: -70px;
    position: relative;
    z-index: -1;
    left: -230px; }

#vision-posts {
  margin-top: 200px; }
  #vision-posts .row {
    padding: 0 10px; }
    #vision-posts .row > div {
      padding: 0; }
    #vision-posts .row .text-block {
      margin-bottom: 20px; }
  #vision-posts .featured-post {
    font-size: 0;
    padding: 0;
    margin: 0;
    max-width: 60%;
    width: 100%;
    display: inline-block;
    position: relative;
    float: left; }
    #vision-posts .featured-post .featured-image {
      border-left: 20px solid #fff;
      width: 100%;
      height: 400px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      position: relative;
      -moz-transition: border-color 0.3s ease-in-out;
      -o-transition: border-color 0.3s ease-in-out;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
      #vision-posts .featured-post .featured-image:hover {
        border-color: #fcc000; }
      #vision-posts .featured-post .featured-image span {
        position: absolute;
        left: -20px;
        background-image: url(../images/triangle-3.svg);
        width: 12px;
        height: 20px;
        background-size: 12px 20px; }
    #vision-posts .featured-post .post-title {
      font-family: "FuturaStd";
      font-size: 20px;
      color: #4f4e4e;
      line-height: 24px;
      margin: 20px 0 5px 37px; }
    #vision-posts .featured-post .date {
      margin: 0 0 10px 37px;
      font-size: 14px;
      color: #fcc000;
      letter-spacing: 2px;
      line-height: 20px;
      font-family: "FuturaStd"; }
    #vision-posts .featured-post p {
      max-width: 504px;
      margin-left: 37px;
      font-size: 16px;
      color: #4f4e4e;
      line-height: 22px; }
    #vision-posts .featured-post a.post-link {
      display: block;
      margin: 20px 0 0 37px;
      font-size: 16px;
      color: #4f4e4e;
      line-height: 22px; }
      #vision-posts .featured-post a.post-link span {
        width: 0;
        height: 0;
        margin: 0 auto;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #fcc000;
        font-size: 0;
        line-height: 0;
        top: 0px;
        position: relative;
        display: inline-block;
        margin-left: 4px; }
  #vision-posts .posts {
    max-width: 40%;
    display: inline-block;
    font-size: 0;
    float: left; }
  #vision-posts .post {
    padding: 0;
    margin: 0;
    max-width: 542px;
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 0; }
    #vision-posts .post .post-details {
      max-width: 50%;
      width: 100%;
      height: 271px;
      display: inline-block;
      position: relative;
      padding: 40px;
      vertical-align: top; }
    #vision-posts .post .featured-image {
      max-width: 50%;
      width: 100%;
      height: 271px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      position: relative;
      display: inline-block;
      vertical-align: top; }
      #vision-posts .post .featured-image span {
        position: absolute;
        background-image: url(../images/triangle-3.svg);
        width: 12px;
        height: 20px;
        background-size: 12px 20px; }
    #vision-posts .post .post-title {
      font-family: "FuturaStd";
      font-size: 20px;
      color: #4f4e4e;
      line-height: 24px; }
    #vision-posts .post .date {
      font-size: 14px;
      color: #fcc000;
      letter-spacing: 2px;
      line-height: 20px;
      font-family: "FuturaStd";
      position: absolute;
      bottom: 20px; }
    #vision-posts .post a.post-link {
      display: block;
      margin-top: 10px;
      font-size: 16px;
      color: #4f4e4e;
      line-height: 22px; }
      #vision-posts .post a.post-link span {
        width: 0;
        height: 0;
        margin: 0 auto;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #fcc000;
        font-size: 0;
        line-height: 0;
        top: 0px;
        position: relative;
        display: inline-block;
        margin-left: 4px; }
    #vision-posts .post:nth-child(odd) .featured-image span {
      left: 0px; }
    #vision-posts .post:nth-child(even) .featured-image span {
      right: 0px;
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -ms-transform: rotate(180deg); }
  #vision-posts .numbered {
    clear: both;
    padding-top: 20px !important;
    text-align: center; }
    #vision-posts .numbered a {
      opacity: 0.5;
      font-family: "FuturaStd";
      font-size: 14px;
      color: #000000;
      letter-spacing: 2px;
      line-height: 20px;
      margin: 0 15px;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      #vision-posts .numbered a:hover {
        opacity: 1; }
      #vision-posts .numbered a.active {
        color: #fcc000;
        opacity: 1; }
    #vision-posts .numbered .prev {
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 6px solid #000;
      font-size: 0;
      line-height: 0;
      top: 0px;
      position: relative;
      display: inline-block; }
      #vision-posts .numbered .prev.active {
        border-right: 6px solid #fcc000; }
    #vision-posts .numbered .next {
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 6px solid #000;
      font-size: 0;
      line-height: 0;
      top: 0px;
      position: relative;
      display: inline-block; }
      #vision-posts .numbered .next.active {
        border-left: 6px solid #fcc000; }

#vision-instagram {
  margin-top: 200px;
  text-align: center;
  padding-bottom: 150px; }
  #vision-instagram .text-block {
    text-align: center; }
    #vision-instagram .text-block span {
      margin: 0 auto 5px; }
    #vision-instagram .text-block h3 {
      margin: 0 auto 30px; }
  #vision-instagram .instagram-feed {
    font-size: 0; }
    #vision-instagram .instagram-feed .post {
      width: 25%;
      height: 34vh;
      position: relative;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      display: inline-block; }
      #vision-instagram .instagram-feed .post a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.75;
        text-align: left;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        #vision-instagram .instagram-feed .post a:hover {
          background-color: transparent;
          opacity: 1;
          background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%); }
          #vision-instagram .instagram-feed .post a:hover span,
          #vision-instagram .instagram-feed .post a:hover p {
            opacity: 1 !important; }
        #vision-instagram .instagram-feed .post a span.icon {
          background-image: url(../images/Icon/App/Instagram-w.svg);
          width: 20px;
          height: 20px;
          background-size: 20px 20px;
          display: inline-block;
          margin-left: 12px;
          margin-top: 12px;
          opacity: 0.25; }
        #vision-instagram .instagram-feed .post a span.icon + span {
          font-family: "FuturaStd";
          font-size: 20px;
          color: #fff;
          margin: 12px 0 0 5px;
          -webkit-font-smoothing: antialiased;
          position: relative;
          top: -3px;
          opacity: 0;
          -moz-transition: opacity 0.2s linear;
          -o-transition: opacity 0.2s linear;
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear; }
        #vision-instagram .instagram-feed .post a p {
          margin: 5px 39px;
          font-size: 16px;
          color: #fcc000;
          line-height: 22px;
          opacity: 0;
          -moz-transition: opacity 0.2s linear;
          -o-transition: opacity 0.2s linear;
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear; }

.timeline {
  height: auto;
  padding-bottom: 75px; }
  .timeline#construction-timeline .row > div > div {
    padding: 0; }
  .timeline#construction-timeline img {
    width: 100vw;
    margin: -60px -80px 0;
    max-width: 100vw;
    z-index: 2; }
  .timeline#construction-timeline h3 {
    color: #fff; }
  .timeline h4 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    font-family: 'FuturaStd'; }
    .timeline h4.padded {
      padding-left: 15px; }
  .timeline img {
    margin: 0 auto;
    top: -60px;
    overflow: visible;
    position: relative;
    margin-bottom: -140px; }
  .timeline h3 {
    margin-left: 5px; }
  .timeline .row > div {
    padding: 0; }
    .timeline .row > div:first-child {
      padding-left: 10px; }
    .timeline .row > div:last-of-type {
      padding-right: 10px; }
    .timeline .row > div.padded {
      padding-left: 15px; }
  .timeline .greybar {
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    background-color: #4e4e4e;
    font-weight: normal;
    -webkit-font-smoothing: antialiased; }
  .timeline .emptybar {
    height: 40px; }
  .timeline .block {
    width: 100%;
    height: 20px; }
    .timeline .block.purple {
      background: #CEC3DE; }
    .timeline .block.grey {
      background: #C9CACB; }
    .timeline .block.yellow {
      background: #FFE6A1; }
    .timeline .block.orange {
      background: #FFC499; }
    .timeline .block.green {
      background: #C0FFCD; }
    .timeline .block.blue {
      background: #BFEDF8; }
    .timeline .block.gold {
      background: #FCC000; }
  .timeline p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'FuturaStd';
    margin-bottom: 0; }
    .timeline p:first-child {
      text-transform: uppercase; }
  .timeline span {
    font-family: 'FuturaStd';
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    display: block;
    margin-top: 20px;
    text-transform: uppercase; }
    .timeline span.purple {
      color: #CEC3DE; }
    .timeline span.grey {
      color: #A8A8A8; }
    .timeline span.yellow {
      color: #FCC000; }
    .timeline span.orange {
      color: #FFA93C; }
    .timeline span.green {
      color: #00E160; }
    .timeline span.blue {
      color: #00CADA; }

#vision-contact {
  padding-bottom: 80px;
  margin-top: 75px; }
  #vision-contact #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #vision-contact .text-block {
    max-width: 100%; }
  #vision-contact .row > div {
    background-color: #fff;
    padding: 70px 88px; }
  #vision-contact .form-area > a {
    width: 200px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    display: block;
    margin-top: 20px;
    background-color: #fcc000;
    color: #000;
    font-family: 'FuturaStd';
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 20px; }
  #vision-contact .form-area div {
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative; }
    #vision-contact .form-area div > label {
      display: block;
      opacity: 0.5;
      font-family: "AvenirLTStd";
      font-size: 12px;
      color: #000000;
      line-height: 16px;
      margin: 0;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      #vision-contact .form-area div > label.error {
        color: #FF4646;
        opacity: 1; }
        #vision-contact .form-area div > label.error + span {
          color: #FF4646;
          opacity: 1; }
      #vision-contact .form-area div > label.invalid + span {
        font-size: 0;
        background-image: url(../images/Icon/Info.svg);
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        opacity: 1; }
      #vision-contact .form-area div > label.success + span {
        font-size: 0;
        background-image: url(../images/Icon/Success.svg);
        width: 16px;
        height: 12px;
        background-size: 16px 12px;
        opacity: 1;
        top: 28px;
        right: 28px; }
    #vision-contact .form-area div .selectboxit-container {
      display: block;
      width: 100%;
      position: relative;
      margin: 0;
      right: 0; }
    #vision-contact .form-area div .selectboxit-container .selectboxit {
      width: 100% !important;
      height: 36px;
      line-height: 36px;
      text-align: left;
      padding: 0 40px 0 6px;
      font-size: 14px;
      color: #000000;
      letter-spacing: 0;
      font-family: "AvenirLTStd";
      border: none;
      background: none;
      border: 1px solid #c5c6c6;
      border-radius: 3px;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position: relative;
      display: block;
      margin: 0;
      right: 0; }
      #vision-contact .form-area div .selectboxit-container .selectboxit.error {
        border: 1px solid #FF4646;
        animation: shake 0.4s linear;
        -webkit-animation: shake 0.4s linear; }
        #vision-contact .form-area div .selectboxit-container .selectboxit.error .selectboxit-default-arrow {
          background-image: url(../images/Icon/Arrow-Up-red.svg); }
      #vision-contact .form-area div .selectboxit-container .selectboxit.success .selectboxit-default-arrow {
        background-image: url(../images/Icon/Success.svg);
        width: 16px;
        height: 12px;
        background-size: 16px 12px;
        -moz-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -ms-transform: none !important;
        margin-top: -6px; }
    #vision-contact .form-area div .selectboxit-container span,
    #vision-contact .form-area div .selectboxit-container .selectboxit-options a {
      height: 36px;
      line-height: 36px;
      font-size: 14px; }
    #vision-contact .form-area div .selectboxit-container .selectboxit-options a {
      padding-left: 6px; }
    #vision-contact .form-area div .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
      color: #000;
      background-color: #fff4d1; }
    #vision-contact .form-area div .selectboxit-text {
      opacity: 0.25;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      #vision-contact .form-area div .selectboxit-text.selected {
        opacity: 1; }
    #vision-contact .form-area div .selectboxit .selectboxit-option-icon-container {
      display: none; }
    #vision-contact .form-area div .selectboxit-open .selectboxit-default-arrow {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -ms-transform: rotate(180deg); }
    #vision-contact .form-area div .selectboxit-default-arrow {
      border: none;
      background-image: url(../images/Icon/Arrow-Up-yellow.svg);
      width: 10px;
      height: 6px;
      background-size: 10px 6px;
      position: absolute;
      margin-top: -3px;
      -moz-transition: transform 0.1s ease-in-out;
      -o-transition: transform 0.1s ease-in-out;
      -webkit-transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out;
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -ms-transform: rotate(0deg); }
    #vision-contact .form-area div .selectboxit-container .selectboxit-options {
      width: 100%; }
    #vision-contact .form-area div input[type="text"] {
      width: 100%;
      height: 36px;
      line-height: 36px;
      text-align: left;
      padding: 0 40px 0 8px;
      font-size: 14px;
      color: #000000;
      letter-spacing: 0;
      font-family: "AvenirLTStd";
      border: 1px solid #c5c6c6;
      border-radius: 3px;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      #vision-contact .form-area div input[type="text"]:focus {
        outline: auto 10px #fcc000; }
      #vision-contact .form-area div input[type="text"].error {
        border: 1px solid #FF4646;
        animation: shake 0.4s linear;
        -webkit-animation: shake 0.4s linear; }
    #vision-contact .form-area div textarea {
      width: 100%;
      height: auto;
      line-height: 20px;
      text-align: left;
      padding: 5px 40px 5px 8px;
      font-size: 14px;
      color: #000000;
      letter-spacing: 0;
      font-family: "AvenirLTStd";
      border: 1px solid #c5c6c6;
      border-radius: 3px;
      resize: vertical; }
      #vision-contact .form-area div textarea:focus {
        outline: auto 10px #fcc000; }
    #vision-contact .form-area div .pulltab {
      position: absolute;
      width: 0;
      height: 0;
      margin: 0 auto;
      border-right: 9px solid #a9a9a9;
      border-left: 9px solid transparent;
      border-top: 9px solid transparent;
      font-size: 0;
      line-height: 0;
      bottom: 7px;
      right: 21px;
      z-index: 9997;
      pointer-events: none; }
    #vision-contact .form-area div span.star {
      position: absolute;
      right: 30px;
      font-family: "AvenirLTStd";
      opacity: 0.25;
      font-size: 24px;
      top: 25px; }
    #vision-contact .form-area div ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      opacity: 0.25; }
    #vision-contact .form-area div ::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 0.25; }
    #vision-contact .form-area div :-ms-input-placeholder {
      /* IE 10+ */
      opacity: 0.25; }
    #vision-contact .form-area div :-moz-placeholder {
      /* Firefox 18- */
      opacity: 0.25; }

/* RETAIL */
#retail-intro .inner {
  height: 100%;
  width: 100%;
  min-height: 720px;
  background: url(../images/retail-hero.jpg) no-repeat left center; }
#retail-intro .row > div {
  overflow: visible;
  min-height: 720px; }
#retail-intro h2 {
  position: relative;
  text-align: center;
  margin: 50px 0 30px -150px; }
  #retail-intro h2 span {
    position: relative;
    top: -10px;
    left: 2px; }
#retail-intro img {
  margin-top: 80px;
  margin-left: 20px; }

#retail-sustainability {
  margin-top: 140px;
  margin-bottom: 100px; }

.interactive-hub {
  margin-top: 214px;
  text-align: right; }
  .interactive-hub .ipad {
    display: none; }
  .interactive-hub#smart-living {
    margin-bottom: 180px; }
  .interactive-hub .text-block {
    padding: 0; }
  .interactive-hub span {
    text-align: center;
    display: block;
    opacity: 0.25;
    color: #000;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .interactive-hub span strong {
      display: block;
      font-family: 'FuturaStd';
      font-size: 36px;
      color: #fcc000;
      line-height: 38px;
      margin-bottom: 5px;
      font-weight: normal; }
  .interactive-hub div.white-box {
    border: 1px solid #F2F2F2;
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer; }
    .interactive-hub div.white-box:hover span {
      opacity: 1; }
      .interactive-hub div.white-box:hover span.yellow {
        color: #fcc000; }
  .interactive-hub div.yellow-box {
    cursor: pointer;
    background: #FCC000;
    color: #4F4E4E;
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .interactive-hub div.yellow-box span + span {
      background-image: url(../images/Icon/Plus-w.svg);
      width: 18px;
      height: 18px;
      background-size: 18px 18px;
      margin: 7px auto 0; }
    .interactive-hub div.yellow-box span {
      opacity: 1; }
  .interactive-hub .block {
    text-align: center;
    position: relative;
    cursor: pointer; }
    .interactive-hub .block:hover .overlay {
      background-color: rgba(0, 0, 0, 0.75); }
    .interactive-hub .block:hover span,
    .interactive-hub .block:hover strong {
      opacity: 1;
      top: 0; }
    .interactive-hub .block .overlay {
      background-color: rgba(0, 0, 0, 0);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .interactive-hub .block span {
      font-size: 16px;
      color: #FCC000;
      letter-spacing: 0;
      line-height: 22px;
      display: block;
      -webkit-font-smoothing: antialiased;
      position: relative;
      top: -10px;
      opacity: 0;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .interactive-hub .block strong {
      text-transform: uppercase;
      font-size: 36px;
      color: #FFFFFF;
      letter-spacing: 2px;
      line-height: 36px;
      font-family: 'FuturaStd';
      -webkit-font-smoothing: antialiased;
      display: block;
      position: relative;
      top: -10px;
      opacity: 0;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      font-weight: normal; }

#vision .learn-block.map-block .inner a:hover span {
  background-image: url(../images/Icon/Arrow.svg); }

.learn-block {
  margin-top: 250px;
  margin-bottom: 180px; }
  .learn-block#office-smart-city {
    margin-top: 200px; }
  .learn-block#nfl-smart-city {
    margin-top: 50px; }
  .learn-block#the-project {
    margin-top: 100px; }
  .learn-block .text-block > span {
    margin-bottom: 5px; }
  .learn-block.map-block .inner {
    height: auto;
    max-width: 1440px;
    margin: 0 auto; }
    .learn-block.map-block .inner .banner {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      -moz-transition: opacity 0.75s ease-in-out;
      -o-transition: opacity 0.75s ease-in-out;
      -webkit-transition: opacity 0.75s ease-in-out;
      transition: opacity 0.75s ease-in-out; }
      .learn-block.map-block .inner .banner.active {
        opacity: 1; }
    .learn-block.map-block .inner a {
      width: 50px;
      height: 50px;
      background-color: #000;
      border-radius: 50px;
      display: inline-block;
      position: absolute;
      opacity: 1;
      -moz-transition: opacity 0.75s ease-in-out;
      -o-transition: opacity 0.75s ease-in-out;
      -webkit-transition: opacity 0.75s ease-in-out;
      transition: opacity 0.75s ease-in-out; }
      .learn-block.map-block .inner a.disabled {
        background-color: transparent !important; }
        .learn-block.map-block .inner a.disabled em {
          opacity: 1; }
      .learn-block.map-block .inner a.mixed:hover span {
        background-image: url(../images/Icon/Plus-w.svg) !important; }
      .learn-block.map-block .inner a:hover em {
        opacity: 1; }
      .learn-block.map-block .inner a em {
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 2px;
        line-height: 24px;
        text-shadow: 0 3px 15px black;
        text-transform: uppercase;
        font-family: "FuturaStd";
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        opacity: 0;
        -moz-transition: opacity 0.75s ease-in-out;
        -o-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        white-space: nowrap; }
        .learn-block.map-block .inner a em strong {
          font-size: 12px;
          font-weight: normal; }
      .learn-block.map-block .inner a span {
        background-image: url(../images/Icon/Plus-w.svg);
        display: block;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        height: 50px;
        width: 50px;
        background-position: center center;
        background-repeat: no-repeat;
        -moz-transition: background-image 0.5s ease-in-out;
        -o-transition: background-image 0.5s ease-in-out;
        -webkit-transition: background-image 0.5s ease-in-out;
        transition: background-image 0.5s ease-in-out;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-transform: rotate(180deg); }
  .learn-block .inner {
    height: 500px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative; }
    .learn-block .inner:before {
      content: " ";
      width: 600px;
      height: 50px;
      top: -50px;
      background-color: #fcc000;
      display: block;
      position: absolute; }
  .learn-block .bg-white {
    padding-top: 50px;
    margin-top: -50px;
    position: relative; }
    .learn-block .bg-white a {
      position: absolute;
      bottom: -35px; }
  .learn-block .row > div {
    overflow: visible; }
  .learn-block .text-block {
    max-width: 100%; }
    .learn-block .text-block .stadium-btn {
      font-family: "FuturaStd";
      padding: 0 10px 0 16px;
      height: 48px;
      line-height: 48px;
      bottom: -48px;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .learn-block .text-block .stadium-btn span {
        display: inline-block;
        background-image: url(../images/arrow-right-y.png);
        width: 16px;
        height: 14px;
        background-size: 16px 14px;
        position: relative;
        margin-left: 12px;
        top: 2px; }

.companies {
  background: #F2F2F2;
  padding: 100px 80px;
  z-index: 3;
  margin: 0 -80px;
  width: 100vw !important; }
  .companies h5 {
    font-weight: bold;
    font-size: 16px;
    color: #4f4e4e;
    line-height: 22px; }
  .companies img {
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 1; }
  .companies a:hover img {
    opacity: 0; }
  .companies a:hover img + img {
    opacity: 1; }
  .companies a.no-hover img {
    opacity: 1 !important; }
  .companies .img-overlay {
    position: absolute;
    top: 42px;
    opacity: 0; }

.team-popout-block {
  background: #FCC000;
  z-index: 3;
  margin: 0 -80px;
  width: 100vw !important;
  max-height: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden !important;
  padding: 0; }
  .team-popout-block.active {
    max-height: 2000px;
    padding: 75px 80px 20px; }
  .team-popout-block .text-block {
    max-width: 100%; }
  .team-popout-block h3:before {
    background-color: #fff; }
  .team-popout-block .contact-name {
    margin: 20px 0 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }
  .team-popout-block strong {
    font-family: 'AvenirLTStd';
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    font-size: 14px;
    display: block;
    margin-bottom: 20px; }
  .team-popout-block a,
  .team-popout-block span {
    display: block;
    font-family: 'AvenirLTStd';
    font-size: 14px;
    line-height: 20px;
    color: #000; }
  .team-popout-block .linked-out {
    text-align: right; }
    .team-popout-block .linked-out a {
      font-family: 'FuturaStd';
      font-size: 26px;
      color: #fff;
      letter-spacing: 2px;
      margin-top: 75px; }

/* OFFICE */
#office .gallery-single {
  width: 100vw;
  margin: 0 -80px 120px;
  height: calc(80vh + 120px); }
  #office .gallery-single .mobile {
    display: none; }
  #office .gallery-single .carousel-inner h2 span {
    margin-left: 0; }

#office-intro {
  overflow-x: hidden; }
  #office-intro .mobile {
    display: none; }
  #office-intro .inner {
    height: 100%;
    width: 100%;
    min-height: 720px;
    background: url(../images/office-hero.jpg) no-repeat left center; }
  #office-intro .row > div {
    overflow: visible;
    min-height: 720px; }
  #office-intro h2 {
    position: relative;
    text-align: center;
    margin: 30px 0 10px -340px; }
    #office-intro h2 span {
      position: relative;
      top: -10px;
      left: 130px; }
  #office-intro img {
    margin-top: 80px;
    margin-left: 20px; }

.floor-plans {
  margin-top: 150px;
  margin-bottom: 200px; }
  .floor-plans img {
    border: 1px solid #f6f6f6; }
  .floor-plans .text-block {
    max-width: 100%; }
  .floor-plans .row > div .text-block {
    padding: 0; }
  .floor-plans .row > div {
    margin-bottom: 20px; }
  .floor-plans .details {
    margin-top: 10px; }
    .floor-plans .details span {
      color: #fcc000;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      display: block; }
    .floor-plans .details span + span {
      text-transform: none;
      color: #000; }
  .floor-plans a {
    display: block;
    position: relative; }
    .floor-plans a .img-overlay {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .floor-plans a:hover .img-overlay {
      opacity: 1; }
    .floor-plans a:focus {
      outline: auto 10px #fcc000; }

/* NFL-MEDIA BUILDING */
#nfl-media-building .gallery-single {
  width: 100vw;
  margin: 0 -80px 120px;
  height: calc(80vh + 120px); }
  #nfl-media-building .gallery-single .mobile {
    display: none; }
  #nfl-media-building .gallery-single .carousel-inner h2 span {
    margin-left: 0; }

/* RESIDENTIAL */
#residential-intro {
  overflow-x: hidden; }
  #residential-intro .row > div {
    overflow: visible;
    min-height: 720px; }
  #residential-intro .text-block {
    max-width: 100%; }
  #residential-intro h2 {
    position: relative;
    text-align: left;
    margin: 30px 0 10px 20px;
    letter-spacing: -2px; }
    #residential-intro h2 span {
      position: relative;
      top: -10px;
      text-align: left; }
  #residential-intro .mobile {
    display: none; }

/* LOCATION */
#location .divider {
  height: 500px;
  width: 100%;
  background-image: url(../images/location-banner-1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

#location-intro .row > div {
  overflow: visible;
  min-height: 720px; }
#location-intro .text-block {
  padding-left: 30px; }
#location-intro h2 {
  position: relative;
  text-align: left;
  margin: 230px 0 30px 0px;
  letter-spacing: -2px;
  line-height: 0.9; }
#location-intro .row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
#location-intro .img-responsive {
  margin: 0 auto; }
#location-intro .animated {
  max-width: 377px;
  position: relative;
  left: -260px; }
  #location-intro .animated img {
    margin-top: -70px; }
  #location-intro .animated img + img {
    position: relative;
    margin: 0;
    float: right;
    right: -47px;
    top: 5px; }

#transportation {
  margin-top: 0; }
  #transportation .row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  #transportation .text-block {
    margin-top: 21%; }
    #transportation .text-block h3 {
      margin-bottom: 20px;
      background: #fff; }
    #transportation .text-block a {
      display: block;
      margin: 7px 0 7px 47px;
      padding: 0;
      background-color: #fcc000;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      width: 175px;
      height: 36px;
      line-height: 36px;
      text-transform: uppercase; }
      #transportation .text-block a.active {
        background-color: #fff; }
  #transportation .img-responsive {
    display: none;
    margin: 0 auto;
    width: 100vw; }
    #transportation .img-responsive.active {
      display: block; }

/*STADIUM */
#stadium-intro .mobile {
  display: none; }
#stadium-intro .inner {
  height: 100%;
  width: 100%;
  min-height: 720px;
  background: url(../images/entertainment-hero.jpg) no-repeat left center; }
#stadium-intro .row > div {
  overflow: visible;
  min-height: 720px; }
#stadium-intro h2 {
  position: relative;
  text-align: left;
  margin: 30px 0 10px 20px;
  line-height: 0.9; }
  #stadium-intro h2 span {
    position: relative;
    top: -10px;
    left: 2px; }
#stadium-intro img {
  margin-top: 80px;
  margin-left: 20px; }

/* HOTEL */
#hotel-intro {
  overflow-x: hidden; }
  #hotel-intro .row > div {
    overflow: visible; }
  #hotel-intro h2 {
    position: relative;
    text-align: left;
    margin: 30px 0 10px 20px;
    letter-spacing: -2px;
    line-height: 0.9; }
  #hotel-intro img {
    margin-left: 20px; }
  #hotel-intro .mobile {
    display: none; }

#transformative {
  margin-bottom: 150px; }
  #transformative img {
    border-right: 30px solid #fcc000; }
  #transformative .text-block {
    margin-top: 80px;
    max-width: 100%; }

/*  FOOTER  */
footer {
  background-color: #fcc000;
  padding: 30px 80px 30px;
  position: relative;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  left: 0; }
  footer span {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    padding-right: 10px;
    margin-top: 20px; }
  footer .logo,
  footer .kroenke {
    display: inline-block; }
  footer .search-area {
    position: relative;
    margin-top: 40px;
    display: block; }
    footer .search-area label {
      background-image: url(../images/Icon/Search.svg);
      width: 16px;
      height: 17px;
      background-size: 16px 17px;
      position: absolute;
      left: 8px;
      top: 9px; }
    footer .search-area input {
      border-radius: 3px;
      height: 36px;
      line-height: 36px;
      text-align: left;
      padding: 0 8px 0 40px;
      font-size: 14px;
      color: #000000;
      letter-spacing: 0;
      font-family: "AvenirLTStd";
      border: 1px solid #d99a0f;
      border-radius: 2px;
      background-color: transparent;
      width: 100%; }
      footer .search-area input:focus {
        outline: auto 10px #fcc000; }
    footer .search-area ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      opacity: 0.25; }
    footer .search-area ::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 0.25; }
    footer .search-area :-ms-input-placeholder {
      /* IE 10+ */
      opacity: 0.25; }
    footer .search-area :-moz-placeholder {
      /* Firefox 18- */
      opacity: 0.25; }
  footer h4 {
    font-family: 'FuturaStd';
    font-size: 14px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 20px;
    opacity: 0.25;
    text-transform: uppercase;
    margin-bottom: 10px; }
  footer a {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 22px; }

/* MEDIA QUERIES */
@media (max-width: 1200px) {
  #navbar .navbar-nav,
  #topnav {
    display: none; }

  #vision-intro h2 {
    margin-top: 10px;
    letter-spacing: -2px;
    line-height: 62px;
    position: relative;
    margin-left: 10px;
    right: 0;
    top: 0;
    text-align: left; }

  #vision-intro .square {
    width: 85%;
    height: 40%; }

  #vision-intro .text-block {
    margin-top: 20px;
    float: left;
    margin-left: 15px; }

  #location-intro h2 {
    margin: 60px 0 30px 0px; }

  .navbar .nav-toggle {
    display: block; }

  #floor-plans .row > div.col-xs-0 {
    display: none; } }
@media (max-width: 992px) {
  .side-panel {
    width: 100%;
    right: -100%; }

  #vision-intro h2 {
    margin-top: 40px; }

  .learn-block .inner:before {
    width: 45%;
    height: 30px;
    top: -30px; }

  .learn-block .bg-white {
    padding-top: 25px;
    width: 95%;
    margin: -15px auto 0;
    float: none; }

  #vision-timeline .row + .row > div {
    padding: 10px !important; }

  .timeline img {
    top: -30px;
    margin-bottom: -110px; }

  .timeline#construction-timeline img {
    top: -60px; }

  #vision-contact .row > div {
    padding: 0; }

  #vision-contact #map,
  footer .search-area,
  #office .col-xs-0,
  .gallery .owl-carousel .owl-nav {
    display: none !important; }

  footer span {
    text-align: left; }

  .timeline span {
    margin-top: 5px; }

  #location-intro .animated {
    display: none; }

  .gallery .owl-carousel .owl-stage-outer {
    margin-right: 0; }

  section .text-block {
    max-width: 100% !important;
    display: block; }

  .gallery .row > div {
    min-height: 0 !important; }

  .gallery {
    margin-bottom: 40px; }

  #floor-plans {
    margin-top: 50px; }
    #floor-plans .row > div {
      padding: 0 20px; }

  #floor-plans .details {
    margin-bottom: 20px; }

  #residential-intro img {
    margin-top: 0 !important; }

  #hotel-intro .col-xs-0,
  #stadium-intro .col-xs-0 {
    display: none; }

  .interactive-hub .ipad {
    display: block; }

  .interactive-hub .desktop {
    display: none; }

  #vision-intro .desktop {
    display: none; }

  #vision-intro .mobile {
    display: block; }

  #vision-intro .sectionVideoWrapper {
    padding-top: 0;
    height: 0;
    top: 0;
    width: 100%; } }
@media (max-width: 768px) {
  #landing {
    border-bottom-width: 50px; }

  .navbar {
    height: 50px; }

  body.intro .navbar {
    top: calc(100vh - 100px);
    line-height: 100px;
    height: 100px; }
    body.intro .navbar .logo {
      line-height: 100px;
      height: 100px !important; }
    body.intro .navbar .inquire {
      top: 35px; }

  .navbar .logo {
    height: 50px;
    width: 50px;
    line-height: 50px; }

  .navbar .logo img {
    max-width: 50px; }

  .side-scroll,
  .right-sticky {
    width: 50px; }

  .right-sticky span {
    left: -47px; }

  .side-panel .inner {
    border-right-width: 50px;
    padding: 100px 20px 100px 48px; }

  .side-panel .close-panel {
    width: 50px;
    height: 50px; }

  .inquire {
    right: 15px;
    top: 8px;
    height: 32px;
    line-height: 32px; }

  section {
    padding: 50px 50px 0 50px; }

  h2 {
    font-size: 84px; }

  section h3 {
    font-size: 26px; }

  section .text-block p {
    font-size: 16px;
    line-height: 22px; }

  #vision-intro .text-block {
    margin-top: 30px; }

  #landing .row {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    position: relative; }
    #landing .row > div {
      display: none; }

  #landing > .bg {
    background-position: center center; }

  #landing > img {
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  #vision-intro img {
    margin-bottom: 70px;
    max-width: 88%; }

  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .learn-block.map-block .inner a span,
  .learn-block.map-block .inner a {
    height: 36px;
    width: 36px; }

  .learn-block .inner:before {
    height: 20px;
    top: -20px; }

  .side-panel .desktop {
    display: block; }

  .side-panel .mobile {
    display: none; }

  #location-intro .row > div {
    min-height: 0; }

  #location-intro .img-responsive {
    padding-top: 70px; }

  #location-intro .text-block {
    padding: 0; }

  #location-intro h2 {
    margin: 20px 0 30px 0px; }
    #location-intro h2 br {
      display: none; }

  #transportation .row {
    position: relative; }

  #transportation .text-block {
    margin-top: 30px;
    text-align: left; }

  #transportation .text-block a {
    margin: 7px 0; }

  #location .divider {
    height: 230px; }

  .col-xs-0 {
    display: none !important; }

  #office-intro img,
  #stadium-intro img {
    margin-top: 0; }

  #office-intro h2 {
    text-align: left;
    margin: 15px 0 0 15px; }
    #office-intro h2 span {
      left: 0;
      text-align: left;
      top: 0; }

  #office-intro .desktop,
  #stadium-intro .desktop {
    display: none; }

  #office-intro .mobile,
  #stadium-intro .mobile {
    display: block; }

  #office-intro .row > div,
  #office-intro .inner,
  #stadium-intro .row > div,
  #stadium-intro .inner {
    min-height: 200px; }

  #office-intro .inner,
  #stadium-intro .inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center; }

  .learn-block#office-smart-city {
    margin-top: 100px; }

  #floor-plans .details {
    text-align: center; }

  #floor-plans .details span {
    display: inline-block !important; }

  #floor-plans .details span + span:before {
    content: " - "; }

  .companies .row + .row {
    padding-left: 50px; }
    .companies .row + .row > div {
      padding-bottom: 15px; }

  .side-panel .text-block ul {
    padding-left: 0;
    margin-top: 15px; }

  .side-panel br {
    display: none; }

  .learn-block.map-block .inner a.disabled {
    display: block !important; }

  .learn-block.map-block .inner a em {
    font-size: 14px; }

  #retail-redefined img {
    margin: 15px 0 120px 20px !important; }

  #retail-sustainability {
    margin-top: 274px; }

  .gallery-single .carousel-inner h2 {
    top: 70px;
    left: 70px; }

  .side-panel[data-id='the-social-hub'] br {
    display: block; }

  #residential-intro .desktop {
    display: none; }

  #residential-intro .mobile {
    display: block; }

  #residential-intro #rev-1 img,
  #hotel-intro .col-xs-5 img {
    height: 300px; }

  #residential-intro .row > div,
  #hotel-intro .row > div {
    min-height: 0; }

  #inside-outside {
    margin-top: 80px; }

  #hotel-intro img,
  #hotel-intro h2 {
    margin-left: 0; }

  #hotel-intro .col-xs-7 {
    margin-top: 0 !important; }

  #hotel .learn-block,
  #stadium .learn-block {
    margin-top: 80px;
    margin-bottom: 0; }

  .interactive-hub {
    margin-top: 100px; }

  .navbar .logo {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-image: url(../images/logo-hp.svg);
    background-repeat: no-repeat;
    background-position: center center; }
    .navbar .logo img {
      display: none; }

  body.intro .navbar .logo {
    opacity: 1;
    background-image: url(../images/logo-hp-ipad-mob.svg); }

  .navbar .nav-toggle {
    left: 65px; }

  #vision-contact select {
    display: none;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0; }

  .gallery .owl-carousel-multi.desktop {
    display: none; }

  .gallery .owl-carousel.ipad {
    display: block; }

  .owl-carousel {
    padding-bottom: 20px; }

  .gallery .owl-carousel .owl-dots {
    top: unset;
    bottom: 0; }

  body.intro .navbar .nav-toggle {
    display: block !important; }

  .companies {
    padding: 100px 60px;
    margin: 0px -60px; }

  #office .gallery-single {
    margin: 0 -60px 120px; }

  #office .gallery-single .mobile {
    display: block; }

  .timeline .greybar {
    font-size: 8px; } }
@media (max-width: 480px) {
  #landing > img {
    padding: 0 30px;
    top: 50px; }

  #landing span {
    display: none; }

  .side-scroll,
  .right-sticky,
  .learn-block.map-block .inner a {
    display: none; }

  section {
    padding: 50px 0 0; }

  .row > div {
    padding: 0 15px; }

  #vision-intro .square {
    display: none; }

  #vision-intro img {
    max-width: 100%;
    margin: 0 0 30px; }

  #vision-intro {
    padding-bottom: 0; }

  h2 {
    font-size: 48px;
    color: #fcc000;
    line-height: 1; }

  section h3 {
    margin-left: 15px; }

  #vision-intro .text-block {
    margin-top: 5px; }

  #vision-intro h2 {
    margin-left: 0; }

  .row > div .text-block {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .learn-block .inner:before {
    height: 10px;
    top: -10px;
    width: 100%; }

  .learn-block .bg-white {
    width: 100%; }

  .row > div .text-block {
    padding: 0; }

  .learn-block {
    margin-bottom: 40px; }

  .timeline img {
    top: 0;
    margin-bottom: 0; }

  #vision-timeline .col-xs-4,
  footer .col-xs-4,
  .side-panel .col-xs-6 {
    width: 100%; }

  #vision-timeline {
    padding-bottom: 0; }

  #vision-contact .row > div {
    padding: 0 15px; }

  #vision-contact .form-area div {
    padding: 0; }

  #vision-contact .form-area div label + span {
    right: 10px; }

  #vision-contact .form-area div .pulltab {
    right: 1px; }

  #vision-contact .form-area > a {
    margin-left: 0; }

  footer {
    padding: 30px; }

  footer h4 {
    margin-top: 20px;
    margin-bottom: 0; }

  .side-panel .inner {
    border-right-width: 37px;
    padding: 15px; }

  .side-panel .close-panel {
    width: 37px;
    height: 37px; }

  .side-panel .text-block h2 {
    font-size: 48px;
    color: #fcc000;
    line-height: 48px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0; }

  .side-panel .desktop {
    display: none; }

  .side-panel .mobile {
    display: block; }

  .side-panel img {
    max-width: 100%; }

  .side-panel .text-block {
    margin-top: 15px !important; }

  #office-intro .inner,
  #stadium-intro .inner {
    background: none; }
    #office-intro .inner br,
    #stadium-intro .inner br {
      display: none; }
    #office-intro .inner span,
    #stadium-intro .inner span {
      display: inline-block; }

  #office-intro .col-xs-5 {
    width: 100%;
    height: 170px;
    background: url(../images/office-hero.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  #stadium-intro .col-xs-5 {
    width: 100%;
    height: 170px;
    background: url(../images/entertainment-hero.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  #office-intro .col-xs-7,
  #stadium-intro .col-xs-7 {
    width: 100%;
    margin-top: 15px; }

  #office-intro img,
  #stadium-intro img {
    margin-left: 0; }

  #office-intro h2,
  #stadium-intro h2 {
    margin: 20px 0 15px 0; }

  #office-intro .mobile,
  #stadium-intro .mobile {
    margin-top: 0 !important; }

  .learn-block#office-smart-city {
    margin-top: 40px; }

  .side-panel .text-block ul {
    padding-left: 15px; }

  #floor-plans .row > div {
    width: 100%; }

  #floor-plans {
    margin-bottom: 50px; }

  .companies {
    padding: 40px 0;
    margin: 0; }

  .companies .row + .row {
    padding-left: 0; }

  .companies .col-xs-4,
  .companies .col-xs-6 {
    width: 100%;
    max-width: 210px;
    display: block;
    float: none;
    margin: 0 auto; }
    .companies .col-xs-4 img,
    .companies .col-xs-6 img {
      margin: 0 auto; }

  .companies .img-overlay {
    left: 0;
    right: 0; }

  .gallery-single {
    width: 100%;
    margin-top: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
    margin-bottom: 50px; }

  .gallery-single .carousel,
  .gallery-single .carousel-inner {
    height: 250px;
    margin-top: 100px; }

  .gallery-single .carousel-inner h2,
  .gallery-single .item-overlay {
    display: none; }

  #retail-redefined .col-xs-11,
  #media-office .col-xs-11 {
    width: 100%;
    z-index: 4;
    overflow: visible; }

  #retail-redefined .col-xs-10,
  #media-office .col-xs-10 {
    width: 100%; }

  #retail-redefined > .row,
  #media-office > .row {
    margin-top: 0 !important; }

  .gallery-single .carousel-control.left {
    left: 0;
    right: unset;
    top: -50px; }

  .gallery-single .carousel-control.right {
    top: -50px; }

  #retail-redefined .mobile,
  #office .gallery-single .mobile {
    display: none; }

  #retail-redefined .desktop,
  #office .gallery-single .desktop {
    display: block !important;
    width: 100%;
    float: none; }
    #retail-redefined .desktop .mobile,
    #office .gallery-single .desktop .mobile {
      display: block; }
      #retail-redefined .desktop .mobile h2,
      #office .gallery-single .desktop .mobile h2 {
        position: relative;
        text-align: left; }

  #retail-redefined img {
    margin: 65px 0 15px 0px !important; }

  .gallery-single .text-block {
    margin-top: 60px; }

  #retail-sustainability {
    margin-top: 15px; }

  #retail .learn-block .bg-white {
    margin-top: 0; }

  .side-panel[data-id='the-social-hub'] br {
    display: none; }

  #residential-intro .col-xs-6 {
    width: 100%; }

  #residential-intro .col-xs-0 + .col-xs-6 {
    display: none; }

  #residential-intro #rev-1 img {
    height: auto;
    width: 100%; }

  #residential-intro .mobile .desktop {
    display: block; }

  #residential-intro .mobile {
    margin-top: 20px; }

  #residential-intro h2 {
    margin: 15px 0; }

  #hotel-intro .col-xs-7,
  #hotel-intro .col-xs-5 {
    width: 100%; }

  #hotel-intro .desktop {
    display: none; }

  #hotel-intro .mobile {
    display: block; }

  #hotel-intro .col-xs-7 {
    margin-top: 20px !important; }

  #hotel-intro h2 br {
    display: none; }

  #hotel-intro h2 {
    margin: 20px 0; }

  #transformative .text-block {
    margin-top: 20px; }

  section .text-block ul {
    padding-left: 15px; }

  #transformative {
    margin-bottom: 50px; }

  .interactive-hub .remove-mob {
    display: none; }
  .interactive-hub .col-xs-6,
  .interactive-hub .col-xs-3,
  .interactive-hub .col-xs-9,
  .interactive-hub .col-xs-10 {
    width: 100%; }
  .interactive-hub div.white-box,
  .interactive-hub div.block {
    margin: 0 !important;
    max-width: 100% !important; }
  .interactive-hub > .row > div {
    margin: 0 !important; }
    .interactive-hub > .row > div > .row > div div {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .interactive-hub .row > div {
    padding: 0 !important; }
    .interactive-hub .row > div .row {
      padding: 0 !important;
      margin: 0 !important; }

  .gallery-single .carousel-indicators li.active {
    width: 40px; }

  .gallery-single .carousel-indicators li {
    width: 20px; }

  body.intro .navbar {
    top: calc(100vh - 50px);
    line-height: 50px;
    height: 50px; }
    body.intro .navbar .logo {
      line-height: 50px;
      height: 50px !important; }
    body.intro .navbar .inquire {
      top: 10px; }

  .gallery .owl-carousel.ipad {
    display: none; }

  .gallery .text-block.mobile {
    display: block; }

  #landing > .bg {
    height: calc(100vh - 50px); }

  .learn-block#the-project {
    margin-bottom: 80px; }

  .timeline h3 {
    margin-left: 15px; }

  .owl-carousel + .text-block img {
    margin-bottom: 20px; }

  #location-intro {
    margin-top: 50px; }
    #location-intro h2 {
      margin: 20px 0 15px; }

  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

  #office .gallery-single {
    margin: 0 0 120px;
    width: 100%; }

  .timeline .greybar {
    font-size: 0; }

  .team-popout-block.active {
    margin: 0;
    padding: 75px 20px 20px; } }
/* INTERNET EXPLORER */
select::-ms-expand {
  display: none; }

html.ie8 .navbar-toggle {
  display: none; }

/* FONT DECLARATIONS */
@font-face {
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd-Book.eot");
  src: url("fonts/FuturaStd-Book.woff") format("woff"), url("fonts/FuturaStd-Book.ttf") format("truetype"), url("fonts/FuturaStd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FuturaStd';
  src: url("fonts/Futura Std Medium.eot");
  src: url("fonts/Futura Std Medium.woff") format("woff"), url("fonts/Futura Std Medium.ttf") format("truetype"), url("fonts/Futura Std Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'FuturaStd';
  src: url("fonts/Futura Std Bold.eot");
  src: url("fonts/Futura Std Bold.woff") format("woff"), url("fonts/Futura Std Bold.ttf") format("truetype"), url("fonts/Futura Std Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'AvenirLTStd';
  src: url("fonts/AvenirLTStd-Roman.eot");
  src: url("fonts/AvenirLTStd-Roman.woff") format("woff"), url("fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("fonts/AvenirLTStd-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'AvenirLTStd';
  src: url("fonts/AvenirLTStd-Heavy.eot");
  src: url("fonts/AvenirLTStd-Heavy.woff") format("woff"), url("fonts/AvenirLTStd-Heavy.ttf") format("truetype"), url("fonts/AvenirLTStd-Heavy.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

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