.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10001;
  top: 0;
  left: 0;
}

/* From SpinKit http://tobiasahlin.com/spinkit/ */

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* header */
header {
  top:0;
  left:0;
  position: fixed;
  z-index: 100;
  min-height: 60px;
}

header nav {
  display: table;
  width: 100%;
}

header nav ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  float: left;
}

header nav ul li {
  float: left;
  padding: 20px 0 20px 30px;
}

header .call-to-action {
  float: right;
  margin: 10px 20px 10px 0;
}

header .logo {
  top: 10px;
}

header .page-links {
  float: right;
  display: block !important;
}

@media (max-width: 800px) {
  header nav ul {
    display: none;
  }
}

@media (max-width: 600px) {
  header .logo {
    left: 40px;
  }
}

.hero {
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
  min-height: 800px;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.hero .summary-down {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  padding: 0;
}

.hero .summary-down:after {
  content: '';
  transform: rotate(45deg);
  display: block;
  position: relative;
  top: 15px;
  left: 17px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.hero .summary-down:hover:after {
  animation: 2s ease 0s bob;
  animation-iteration-count: infinite;
}

.hero .call-to-action {
  margin-top: 10px;
}

@keyframes bob {
  0%,
  50%,
  100%
  {
      top:15px;
   }

   25% {
      top: 13px;
   }

   75% {
      top: 17px;
   }
}

.hero.video .content {
  text-align: center;
  margin-top: 60vh;
}

.hero.video .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #FFF;
  padding: 0;
}

.hero.video .play:before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 25px;
  width: 0;
  height: 36px;
  border-left: 1px solid #FFF;
}

.hero.video .play:after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg) skew(-20deg, -20deg);
  -webkit-transform: rotate(45deg) skew(-20deg, -20deg);
  top: 20px;
  left: 5px;
  width: 40px;
  height: 40px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.parallax {
  background-attachment: fixed;
}

.parallax .foreground {
  background-attachment: fixed;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 800px) {
  .parallax {
    background-attachment: initial;
  }

  .parallax .foreground {
    background-attachment: initial;
  }
}
.gallery-controls {
  position: absolute;
  width: 100vw;
  z-index: 2000;
}

.gallery-before, .gallery-after {
  position: absolute;
  top: 50vh;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 40px;
  margin-top: -20px;
  font-size: 2em;
}

.gallery-before {
  left: 20px;
}

.gallery-after {
  right: 20px;
}

.gallery {
  display: table;
}

.gallery .block,
.gallery section
{
  top:0;
  left: 0;
  position: absolute;
  transition: transform 1000ms ease-out, opacity 1000ms ease-out;
}

.gallery .block:first-child,
.gallery section:first-child
{
  position: relative;
}

.gallery-controls {
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-counter {
  margin-top: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: table;
}

.gallery-item {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid black;
  margin: 0 5px;
  cursor: pointer;
}

.gallery-controls .gallery-item.active {
  background: rgba( 0, 0, 0, 0.3 );
}
.list {
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  box-sizing: border-box;
  padding: 40px 0;
}

.list .info {
  box-sizing: border-box;
}

.list .info ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

.list .info ul li {
  float: left;
  display: table;
}

.list .info ul li > * {
  display: table-cell;
  vertical-align: middle;
}

.list.bottom .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list.bottom .info {
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  width: 100%;
}

.list.right, .list.left {
  padding: 0px;
}

.list.left .image, .list.left .info {
  float: right;
  min-height: 600px;
}
.list.right .image, .list.right .info {
  float: left;
  min-height: 600px;
}

.list.right .image, .list.left .image {
  width: 45%;
  height: 100%;
  box-sizing: border-box;
}

.list.left .info, .list.right .info {
  width: 55%;
  height: 100%;
  padding: 40px;
  text-align: left;
  max-width: 600px;
}

@media (max-width: 800px) {
  .list.right .image, .list.left .image, .list.right .info, .list.left .info {
    width: 100%;
    height: 100%;
  }
  .list.left .info, .list.right .info {
    height: 100%;
  }
}


.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10001;
  top: 0;
  left: 0;
}

/* From SpinKit http://tobiasahlin.com/spinkit/ */

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
footer {
  display: table;
}

footer .logo {
  bottom: 50px;
}

footer .copyright {
  margin-top: 80px;
  margin-bottom: 20px;
  display: inline-block;
}

footer nav {
  display: table;
  margin: auto;
  padding: 10px;
}

footer nav ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  float: left;
}

footer nav ul li {
  float: left;
  padding: 20px 15px;
}

.menu {
  width: 410px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -410px;
  background: #f2be3d;
  z-index: 5000;
  text-align: center;
  -webkit-transition: left 350ms ease-out;
  transition: left 350ms ease-out;
}
.menu.is-open {
  left: 0px;
  -webkit-transition: left 350ms ease-out;
  transition: left 350ms ease-out;
}
.menu__logo {
  display: inline-block;
  margin: 20px 0 75px;
}
.menu__logo a {
  color: #f1ead0 !important;
  text-decoration: none;
}
.menu__logo .icon {
  font-size: 60px;
}
.menu__link {
  display: block;
  font-size: 36px;
  font-family: "proxima-nova";
  color: #f1ead0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.438;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.menu__social {
  display: inline-block;
  background: #ee9347;
  padding: 8px;
  width: 40px;
  height: 40px;
  margin: 80px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #f1ead0;
}
.menu__social .icon {
  font-size: 22px;
}
.menu__close {
  display: none;
}
@media screen and (max-width: 980px) {
  .menu {
    width: 100vw;
    height: auto;
    position: fixed;
    top: -400vh;
    left: 0;
    background: #f2be3d;
    z-index: 5000;
    text-align: center;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
  }
  .menu.is-open {
    top: 0;
    left: 0;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
  }
  .menu__logo img {
    height: 50px;
    width: auto;
    max-width: none;
  }
  .menu__link {
    display: block;
    font-size: 30px;
  }
  .menu__close {
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 35px;
  }
  .menu__close span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #f1ead0;
    opacity: 1;
    left: 0;
  }
  .menu__close span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .menu__close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu__close span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .menu__social {
    display: inline-block;
    background: #ee9347;
    padding: 4px;
    width: 40px;
    height: 40px;
    margin: 80px 10px;
    cursor: pointer;
  }
  .menu__social .icon {
    font-size: 15px;
  }
}
.grid {
  display: table;
}

.grid .item {
  display: table;
}

.grid .item > * {
  display: table-cell;
  vertical-align: middle;
}
.hover-more.item:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: transform 1s ease-in-out;
}

.hover-more.item:before {
  z-index: 1;
}

.hover-more.item {
  z-index: 2;
}

.hover-more.item:after {
  z-index: 0;
}

.hover-more.item:hover:after {
  transform: scale(1.25, 1.25);
}

.hover-more.item:focus:after {
  transform: scale(1.25, 1.25);
}

.hover-more {
  overflow: hidden;
}

.hover-more:before {
  content: '';
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
