@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");
* {
  margin: 0;
  padding: 0;
  transition: all 300ms;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: normal !important; }
  *::selection {
    background: #F1F1F1; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

body {
  font-size: 16px;
  font-family: "Magnel", serif;
  color: #141414; }

p {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2em;
  line-height: 2em; }

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 0; }
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-container iframe {
    width: 100vw;
    height: 100vh; }

.mobile-video {
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: -1;
  position: absolute; }
  .mobile-video img {
    height: 100vh; }

.mobile-show {
  display: none; }

.video-overlay {
  width: 100vw;
  height: 100vh;
  padding: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  pointer-events: none; }
  .video-overlay::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #fff;
    z-index: -1px; }

.buttons {
  pointer-events: auto;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: #fff;
  font-family: "Ubuntu", sans-serif; }
  .buttons p {
    font-size: 1em;
    width: 100px;
    cursor: pointer; }

.play-pause {
  color: #fff;
  font-size: 6em;
  padding: 50px;
  text-shadow: 0px 0px 40px #141414;
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: calc(50vh - 3em - 25px); }
  .play-pause:hover {
    transform: scale(1.5); }

video[poster] {
  object-fit: cover; }

.fade {
  opacity: .1; }

.scroll {
  text-align: center;
  cursor: pointer; }
  .scroll p {
    margin-bottom: 5px; }

.header {
  pointer-events: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Ubuntu", sans-serif;
  color: #fff; }

.phone {
  display: flex;
  margin-top: 15px;
  margin-right: 15px; }
  .phone img {
    margin-right: 15px; }

.index-nav {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  z-index: 5; }
  .index-nav a, .index-nav p {
    font-family: "Magnel", serif;
    background: #141414; }
    .index-nav a:hover, .index-nav p:hover {
      color: #D0021B; }

.nav-block {
  width: 50%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4vh;
  position: relative;
  border: 1px solid #202020; }
  .nav-block::after, .nav-block::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 30px;
    right: 30px; }
  .nav-block:hover::after {
    top: 50px;
    bottom: 50px;
    left: 30px;
    right: 30px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all 700ms; }
  .nav-block:hover::before {
    top: 100px;
    bottom: 100px;
    left: 60px;
    right: 60px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all 700ms; }

footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  background: #141414; }

.left, .right, .center {
  width: 33%;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  line-height: 2em; }

.right {
  text-align: right; }
  .right span {
    font-weight: 700; }

.center {
  text-align: center;
  height: 10px; }
  .center img {
    margin: 15px; }

.marketing {
  font-size: .8em;
  opacity: .3;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 25px; }

.share-fix {
  position: absolute;
  z-index: 10;
  color: #D0021B;
  text-align: center;
  opacity: 0; }

.missing {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  background: #141414;
  color: #fff;
  padding: 20px; }
  .missing img {
    width: 600px;
    margin-bottom: 25px; }
  .missing p {
    max-width: 500px; }
  .missing .btn {
    cursor: pointer;
    background: #bb352c;
    margin: 25px;
    padding: 10px 25px; }

.gallery-container {
  width: 100vw; }

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%; }

.info-block, .img-block {
  width: 50%;
  height: 100vh;
  overflow: hidden; }

.img-block {
  display: flex;
  justify-content: center;
  align-items: center; }
  .img-block img {
    height: 85%;
    width: auto; }

.info-block {
  padding: 100px 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdfdfd; }
  .info-block h2 {
    font-size: 3em;
    max-width: 400px;
    line-height: 1em; }
  .info-block h4 {
    font-size: 1.5em;
    margin-bottom: 25px; }
  .info-block p {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.2em; }

.page-header-container {
  background: #141414;
  padding: 40px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative; }

.header-content {
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center; }
  .header-content p {
    margin: 0 auto;
    max-width: 60%;
    line-height: 2em; }

h1 {
  font-size: 4em;
  font-family: "Magnel", serif;
  letter-spacing: -4px; }

.page-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  margin-bottom: 50px; }

.menu {
  width: 25px;
  margin-left: 15px;
  transform: translateY(-1px);
  cursor: pointer;
  z-index: 5; }

.white {
  background: #fdfdfd; }

.black {
  background: #0c0c0c; }

.ash-white {
  background: #fcf9fa; }

.ash-black {
  background: #030303; }

nav {
  width: 100vw;
  overflow-y: scroll;
  position: fixed;
  z-index: 999;
  height: 0vh; }
  nav a, nav p {
    font-family: "Magnel", serif; }
    nav a:hover, nav p:hover {
      color: #D0021B; }

.close-nav {
  text-align: center;
  padding: 20px;
  height: 100px;
  color: #141414;
  box-shadow: 0px 0px 10px -2px #000;
  font-size: 2em;
  position: absolute;
  z-index: 1000;
  padding-top: 50px;
  border-radius: 50px;
  top: -40px;
  font-weight: bolder;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 60px;
  background: #fff;
  transform: scale(1.2);
  cursor: pointer; }

.text-block {
  max-width: 960px;
  margin: 100px auto;
  padding: 40px;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.1em;
  line-height: 2em; }
  .text-block h1 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 50px; }

.team-images {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 960px;
  margin-top: 100px;
  margin-bottom: -50px; }
  .team-images img {
    height: 250px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 20px -10px #141414; }
    .team-images img:nth-child(even) {
      transform: rotate(2deg); }
    .team-images img:nth-child(odd) {
      transform: rotate(-2deg); }

.contact-page {
  width: 50%;
  height: 100vh;
  overflow-y: scroll;
  position: absolute; }

.contact-copy {
  padding: 40px;
  margin: 50px auto; }
  .contact-copy p {
    margin-top: 50px; }
  .contact-copy .contact-btn {
    display: inline-block;
    width: 200px;
    border: 2px solid #fff;
    padding: 10px 40px;
    text-align: center;
    margin-right: 15px; }

.map {
  right: 0;
  position: absolute;
  width: 50%;
  height: 100vh;
  float: right; }
  .map iframe {
    width: 100%;
    height: 100%; }

.hot-date-logo {
  text-align: center;
  margin-top: 50px; }
  .hot-date-logo img {
    max-width: 75%; }
  .hot-date-logo p {
    margin-top: -10px;
    letter-spacing: 10px !important; }
  .hot-date-logo img {
    max-width: 400px; }

.base-cards {
  padding: 100px 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center; }

.base-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px; }
  .base-flex .section {
    display: flex;
    flex-wrap: nowrap; }
  .base-flex .polaroid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px; }
  .base-flex .polaroid-inner {
    width: 250px;
    height: 250px;
    background: #000;
    overflow: hidden; }
  .base-flex .polaroid {
    width: 275px;
    height: 325px;
    background: #fff;
    box-shadow: 0px 0px 10px -2px #141414;
    padding: 12.5px;
    margin-right: 50px;
    transform: rotate(5deg); }
  .base-flex .odd {
    transform: rotate(-5deg); }
  .base-flex img {
    width: 250px; }
  .base-flex div {
    max-width: 600px; }
  .base-flex h1 {
    color: #D0021B; }
  .base-flex h4 {
    font-size: 1.5em;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 15px; }
  .base-flex a {
    color: #141414; }
  .base-flex .cta {
    padding: 5px 0px;
    margin-top: 15px;
    border: 2px solid #D0021B;
    width: 150px;
    text-align: center; }
    .base-flex .cta:hover {
      background: #D0021B;
      color: #fff; }

.hot-date {
  display: block; }

.bases-select {
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  display: none; }

.ask-about {
  text-align: center;
  font-size: 1.5em;
  opacity: .8;
  font-style: italic;
  padding: 20px 0px; }

.container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  z-index: 1; }

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.container:hover input ~ .checkmark {
  background-color: #ccc; }

.container input:checked ~ .checkmark {
  background-color: #D0021B; }

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

.workshops {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column; }

.workshop-card {
  border-radius: 15px;
  width: 60%;
  text-align: center;
  margin-bottom: 100px;
  padding: 100px 60px;
  box-shadow: 0px 10px 20px -10px #000;
  position: relative; }
  .workshop-card:nth-child(1) {
    margin-top: 100px; }
  .workshop-card img {
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: 0 auto; }
  .workshop-card h1 {
    margin-top: 75px;
    color: #D0021B;
    text-align: center; }
  .workshop-card h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 15px;
    max-width: 400px; }
  .workshop-card .prices {
    margin-top: 50px;
    text-align: center; }
  .workshop-card a {
    color: #141414; }
  .workshop-card .cta {
    margin: 50px auto 0px auto;
    padding: 5px 0px;
    border: 2px solid #D0021B;
    width: 150px;
    text-align: center; }
    .workshop-card .cta:hover {
      background: #D0021B;
      color: #fff; }

.featured {
  padding: 100px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(125deg, rgba(20, 20, 20, 0) 21%, #141414 100%);
  position: relative;
  background-blend-mode: overlay; }
  .featured::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/feature-bg.jpg); }
  .featured div {
    width: 50%; }
  .featured h1 {
    line-height: 1em;
    margin-bottom: 15px; }
  .featured h4 {
    font-size: 1.5em;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 15px; }

.flag {
  position: absolute;
  z-index: 1;
  background: #fff;
  color: #D0021B;
  width: 400px;
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
  font-family: "Ubuntu", sans-serif;
  box-shadow: 0px 0px 20px -5px #141414;
  transform: rotate(45deg);
  right: -100px;
  top: 75px; }

.calendar {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .calendar iframe {
    width: 80%;
    height: 800px;
    margin-bottom: 100px; }

.glass-logo {
  width: 250px; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
      -webkit-transform-transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
      -webkit-transform-transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
      -webkit-transform-transform: translate3d(0, 0, 0); } }

.mercer {
  padding: 100px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .mercer p {
    max-width: 440px; }
  .mercer iframe {
    width: 400px;
    height: 300px;
    border: 15px solid #fff;
    box-shadow: 0px 0px 20px -10px #141414;
    transform: rotate(5deg);
    margin-left: 50px; }

.media-links {
  padding: 100px 40px;
  text-align: center; }
  .media-links a {
    font-size: 2.5em;
    color: #9d0214;
    display: block;
    line-height: 2em;
    padding-bottom: 25px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 25px; }

.contact-social img {
  margin-top: 50px;
  margin-right: 15px; }

.corp-client {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2;
  -moz-column-gap: 2;
  column-gap: 50px; }

.test {
  filter: drop-shadow(); }

@keyframes glowing {
  0% {
    filter: drop-shadow(0 0 -10px #fff); }
  40% {
    filter: drop-shadow(0 0 7px #fff); }
  60% {
    filter: drop-shadow(0 0 7px #fff); }
  100% {
    filter: drop-shadow(0 0 -10px #fff); } }

.glow {
  animation: glowing 10000ms infinite; }

.portfolio-main-container {
  display: flex;
  flex-wrap: wrap; }

.portfolio-image-container {
  width: 50%; }
  .portfolio-image-container .img-block {
    width: 100%; }
    .portfolio-image-container .img-block img {
      height: 80%;
      width: auto; }

.portfolio-info-container {
  width: 50%;
  padding: 100px;
  position: relative; }
  .portfolio-info-container ul {
    margin: 50px;
    font-style: italic;
    list-style: none; }
    .portfolio-info-container ul li {
      font-family: "Ubuntu", sans-serif;
      line-height: 2em; }
      .portfolio-info-container ul li::before {
        content: "•";
        color: red;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 1.2em; }

.scroll-fixed {
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  height: 100vh; }

.scroll-adjust {
  height: 300px; }

.side-nav {
  position: fixed;
  font-size: .6em;
  font-family: "Ubuntu", sans-serif;
  text-align: right;
  height: 100vh;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 20px;
  opacity: 0;
  z-index: 2; }
  .side-nav ul {
    list-style: none;
    transform: translateX(120px); }
  .side-nav a {
    color: #141414;
    line-height: 4em; }

.side-nav-show {
  opacity: 1; }
  .side-nav-show ul {
    transform: translateX(0); }

.side-hide {
  opacity: 0; }

.boot-offset {
  transform: translateY(7px); }

.pure-black {
  background: #000; }

@media screen and (max-width: 1250px) {
  .featured {
    padding: 50px;
    justify-content: center; }
    .featured div {
      margin-top: 50px;
      width: 100%; }
    .featured h4 {
      font-size: 1.2em; }
  .flag {
    width: 300px;
    font-size: 1em;
    right: -85px;
    top: 40px; } }

@media screen and (max-width: 960px) {
  .side-nav {
    display: none; }
  .header-content {
    margin-left: 15px; }
    .header-content p {
      max-width: 100%;
      line-height: 2em; }
  .nav-block {
    font-size: 1.5em; }
  .mercer {
    flex-wrap: wrap-reverse; }
    .mercer iframe {
      margin-bottom: 50px; }
  .contact-page {
    width: 100%;
    height: auto;
    position: relative; }
  .contact-copy {
    padding: 20px;
    margin: 0px auto; }
  .map {
    position: relative;
    width: 100%;
    height: 80vh; }
  .portfolio-image-container {
    width: 100%; }
  .portfolio-info-container {
    width: 100%;
    padding: 100px 100px 0px 100px; } }

@media screen and (max-width: 870px) {
  p {
    font-size: .9em; }
  .info-block, .img-block {
    width: 100vw;
    height: 50vh;
    overflow: hidden; }
  .img-block img {
    height: 70%; }
  .info-block {
    padding: 20px; }
    .info-block h2 {
      font-size: 1.5em; }
    .info-block h4 {
      font-size: 1.2em; }
    .info-block p {
      font-size: 1em; }
  .bases {
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .bases .cta {
      margin: 25px auto 0px auto; }
  .base-cards {
    padding: 50px 40px; }
  .base-flex .polaroid-inner {
    width: 150px;
    height: 150px; }
  .base-flex .polaroid {
    width: 175px;
    height: 225px;
    margin-bottom: 50px; }
  .base-flex img {
    width: 150px; }
  .ask-about {
    font-size: 1.2em;
    padding: 20px; }
  .workshop-card {
    width: 350px;
    padding: 50px 20px; }
    .workshop-card img {
      width: 300px; }
    .workshop-card h1 {
      margin-top: 25px; }
    .workshop-card h4 {
      font-size: 1.2em; }
    .workshop-card p {
      font-size: .9em; }
  .text-block {
    margin: 50px auto; }
  .calendar iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 0px; }
  .mercer iframe {
    width: 80%;
    margin: 0 auto 50px auto; }
  .media-links a {
    font-size: 1.2em;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid lightgrey; } }

@media screen and (max-width: 667px) {
  .phone {
    margin-right: -15px; }
  .close-nav {
    right: 20px;
    left: auto; }
  .nav-block {
    font-size: 1em;
    width: 100%;
    height: 12.5%; }
  .glass-logo {
    width: 175px; }
  h1 {
    font-size: 2.2em;
    letter-spacing: normal; }
  .desktop-hide {
    display: none; }
  .buttons {
    justify-content: center; }
  .header {
    text-align: center; }
    .header img {
      margin: 0 auto; }
  footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px;
    background: #141414; }
  .left, .right, .center {
    width: 100%;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    line-height: 2em;
    text-align: center;
    margin-bottom: 50px; }
  .right {
    text-align: center;
    order: -1; }
    .right span {
      font-weight: 700; }
  .center {
    text-align: center; }
    .center img {
      margin: 15px; }
  .page-header-container {
    padding: 20px; }
  .portfolio-info-container {
    width: 100%;
    padding: 40px; }
    .portfolio-info-container ul li {
      font-size: .9em; }
  .corp-client {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1;
    -moz-column-gap: 1;
    column-gap: 50px; }
  .text-block h1 {
    font-size: 1.5em; }
  .missing img {
    width: 300px; } }
