* {
  border: none;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 28.4px;
  color: #242424;
  letter-spacing: 0;
  width: 522px; }

.contact-trigger {
  position: relative; }
  .contact-trigger span {
    color: #242424;
    font-size: 14px;
    transform: rotate(-90deg);
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    left: 10px;
    top: 15px; }

p {
  color: #242424;
  font-size: 14px; }
  p a {
    color: #242424;
    text-decoration: none;
    border-bottom: 1px solid #242424;
    padding-bottom: 1px; }
  p.title {
    font-size: 17px; }

@media screen and (max-width: 992px) {
  h2 {
    width: auto;
    letter-spacing: -1px; } }
body {
  overflow: hidden;
  background: #887b55; }

header {
  position: fixed;
  left: 110px;
  top: 0;
  z-index: 25;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  transform: translate3d(0, 0, 0);
  opacity: 1; }
  header.fadeIn {
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  header .logo {
    width: 522px;
    padding-bottom: 20px; }
    header .logo .rollover {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .2s ease-out 0s; }
    header .logo.active .rollover {
      opacity: 1; }
  header h2 {
    padding-top: 20px; }

.content {
  position: fixed;
  bottom: 120px;
  left: 240px;
  height: 158px;
  width: 100%;
  z-index: 20;
  transition: left .4s ease-out, opacity .7s ease-in-out, transform .7s ease-in-out;
  transform: translate3d(0, 0, 0);
  opacity: 1; }
  .content.fadeIn {
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  .content.closed {
    left: -0px; }
  .content .contact-trigger {
    width: 40px;
    height: 158px;
    background: #f5f555;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition: all .7s ease-in-out;
    -webkit-tap-highlight-color: transparent; }
    .content .contact-trigger.fadeIn {
      transform: translate3d(-50px, 0px, 0px);
      opacity: 0; }
  .content .content-contact {
    width: 240px;
    box-sizing: border-box;
    height: 158px;
    background: #fff;
    position: absolute;
    left: -240px;
    padding: 32px 0 37px 40px;
    opacity: 1;
    transition: opacity .4s linear 0.2s; }
    .content .content-contact.fadeIn {
      opacity: 0.3; }
    .content .content-contact img {
      width: 85px; }
    .content .content-contact p {
      padding-top: 18px; }
  .content .content-client {
    position: absolute;
    left: 110px;
    text-align: center; }
    .content .content-client p {
      padding-bottom: 15px; }
      .content .content-client p.title {
        margin-top: -2px; }
    .content .content-client ul {
      width: 180px; }
      .content .content-client ul li {
        list-style: none;
        display: block;
        width: 90px;
        height: 120px;
        float: left;
        position: relative; }
        .content .content-client ul li p {
          padding-top: 10px; }
        .content .content-client ul li.active::after {
          position: absolute;
          bottom: -4px;
          left: 0;
          width: 100%;
          height: 50px;
          background: #fff;
          content: "";
          z-index: -100; }
        .content .content-client ul li.active a {
          border-bottom: none !important; }

.main-video {
  position: absolute;
  top: 0;
  left: -60px;
  width: auto;
  height: 110%;
  z-index: 5;
  opacity: 1;
  transition: all 1.1s ease-in-out; }
  .main-video.fadeIn {
    opacity: 0; }

.cache {
  position: fixed;
  left: -1000000px;
  width: 20px;
  height: 20px; }

.gallery-desktop {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 110%;
  height: 110%;
  display: block; }
  .gallery-desktop div {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .4s ease-in-out; }
    .gallery-desktop div.active {
      opacity: 1; }

.gallery-mobile {
  display: none; }

#kook {
  opacity: 0;
  transition: all .2s ease-out 0s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15; }
  #kook.active {
    opacity: 1; }
  #kook .kook-bg-mobile {
    display: none; }
  #kook .kook-bg-desktop {
    display: block;
    width: 1792px; }

#canary {
  width: 10px; }

@media screen and (max-width: 992px) {
  header {
    left: 40px;
    right: 40px; }
    header .logo {
      width: auto;
      padding-bottom: 1vh; }
      header .logo img {
        width: auto; }

  .gallery-mobile {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block; }
    .gallery-mobile div {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transition: opacity .4s ease-in-out; }
      .gallery-mobile div.active {
        opacity: 1; }

  .gallery-desktop {
    display: none; }

  .content {
    bottom: 40px; }
    .content .content-client {
      left: 50%;
      margin-left: -90px; }

  #kook {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/kook-rollover-image-mobile-3.gif) top left no-repeat;
    background-size: cover; }
    #kook .kook-bg-desktop {
      display: none; }

  #canary {
    width: 20px; } }
@media screen and (min-width: 993px) and (min-aspect-ratio: 3 / 2) {
  .main-video {
    width: 110%;
    height: auto; } }
@media screen and (max-width: 992px) and (orientation: landscape) and (min-aspect-ratio: 3 / 2) {
  header {
    left: 50%;
    margin-left: -130px;
    width: 261px; }
    header .logo {
      width: 261px;
      padding-bottom: 1vh; }
      header .logo img {
        width: auto; }

  .main-video {
    position: fixed;
    top: 0;
    left: -120px;
    height: auto;
    width: 120%;
    z-index: 5;
    opacity: 1;
    transition: all 1.2s ease-in-out; }
    .main-video.fadeIn {
      opacity: 0; } }
