/* Fonts */
@font-face {
  font-family: 'bluu_nextbold';
  src: url('../fonts/bluunext-bold-webfont.woff2') format('woff2'),
    url('../fonts/bluunext-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'larsseitbold';
  src: url('../fonts/larsseit-bold-webfont.woff2') format('woff2'),
    url('../fonts/larsseit-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'larsseitmedium';
  src: url('../fonts/larsseit-medium-webfont.woff2') format('woff2'),
    url('../fonts/larsseit-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'larsseitmedium';
  src: url('../fonts/larsseit-medium-webfont.woff2') format('woff2'),
    url('../fonts/larsseit-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'larsseitregular';
  src: url('../fonts/larsseit-webfont.woff2') format('woff2'),
    url('../fonts/larsseit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Media Queries */

@media screen and (max-width: 640px) {
  .summary-padding {
    padding: 0 25px;
  }
  .section-five-bg {
    padding: 50px 25px;
    background-color: #cac7be;
  }
  nav ul li a {
    font-size: 36px;
  }
  .upper-case h2 {
    font-size: 2.5em;
  }
  .studios-img-container {
    left: 0;
  }
  .studios-paragraph h3 {
    font-size: 2.4em;
    line-height: 1.1 !important;
  }
  .studios-paragraph {
    padding-bottom: 30px;
  }
  .sticky {
    z-index: 99;
    padding: 20px 0 0 20px;
  }
  .section-five h2 {
    font-size: 2.4em;
  }
  .footer-padding {
    padding-bottom: 20px;
  }
  .footer-grid {
    padding: 0;
  }
}

@media screen and (min-width: 641px) {
  .summary-padding {
    padding: 0 25px;
  }
  .footer-grid {
    padding: 0;
  }
  .section-five-bg {
    padding: 50px 20px;
    background-color: #cac7be;
  }
  nav ul li a {
    font-size: 36px;
  }
  .upper-case h2 {
    font-size: 3em;
  }
  .studios-paragraph h3 {
    text-transform: uppercase;
    font-family: 'bluu_nextbold';
    font-size: 3em;
    margin-bottom: 20px;
  }
  .studios-paragraph {
    padding-bottom: 50px;
  }
  .sticky {
    z-index: 99;
    padding: 10px 0 0 10px;
  }

  .studio-img-container {
    padding-top: 20px;
  }
  .section-five h2 {
    font-size: 2.4em;
  }
  .footer-padding {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .summary-padding {
    padding: 0;
  }
  .footer-grid {
    padding: 0 30px;
  }
  .section-five-bg {
    padding: 50px 0 50px 0;
    background-color: #cac7be;
  }
  nav ul li a {
    font-size: 72px;
  }
  .upper-case h2 {
    font-size: 4.5em;
  }
  .margin-img {
    z-index: 3;
  }
  .ivories-img {
    margin-top: -100px;
  }
  .studios-img-container {
    left: 10%;
  }
  .studios-paragraph h3 {
    text-transform: uppercase;
    font-family: 'bluu_nextbold';
    font-size: 4em;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .sticky {
    z-index: 99;
    padding: 10px 0 0 10px;
  }


  .slick-slider {
    padding-bottom: 0px;
  }
  .section-five h2 {
    font-size: 3em;
  }
  .footer-padding {
    padding-bottom: 0px;
  }
}

/* Toggled by js */
.hidden {
  overflow: hidden;
}

.is-open {
  transition: all 0.2s;
  opacity: 1;
  position: fixed;
  overflow: hidden;
  z-index: 4;
}

/* Regular CSS */
header {
  
    position: relative;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .grid-container-fluid .large-12 .sticky {
  position: relative;
  z-index: 2;
}

.video-container {
  height: 100vh;
  background-color: #cac7be;
}

.logo-container {
  height: 100%;
}

.ivories-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sticky {
  z-index: 99;
  background-color: transparent;
  transition: all 0.4s;
}

.is-stuck {
  background-color: #575756;
  transition: all 0.4s;
}

.transparency {
  background-color: transparent;
}

.sticky-banner {
  width: 100%;
}

nav {
  font-family: 'bluu_nextbold';
  transition: all 0.2s;
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-color: #cac7be;
  opacity: 0;
}

nav ul {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

nav ul li {
  margin: 20px 0;
}

nav ul li a {
  transition: all 0.2s;
  color: #575756;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}

nav ul li a:hover {
  transition: all 0.2s;
  color: #FFF;
  border-bottom: 4px solid #FFF;
}

.section-one {
  padding-top: 60px;
  background-color: #575756;
  color: #FFF;
  position: relative;
}

.introduction {
  text-align: center;
  padding-bottom: 100px;
}

.upper-case {
  text-transform: uppercase;
  font-family: 'larsseitmedium';
}

.upper-case h2 {
  font-family: 'bluu_nextbold';

}

.upper-case p {
  font-size: 1.5em;
}

.introduction-summary {
  font-family: 'larsseitregular';
  width: 50%;
  margin: 0 auto;
}

.studios-img-container {
  position: absolute;
  top: 90%;
}

.section-two {
  padding-top: 50px;
  padding-bottom: 50px;
}

.studios-paragraph {
  font-family: 'larsseitregular';
  text-align: center;
  color: #575756;
}

.studios-paragraph h3 {
  text-transform: uppercase;
  font-family: 'bluu_nextbold';
  margin-bottom: 20px;
}

.line-height-fix {
  line-height: 1.1;
}

.studios-summary {
  width: 75%;
  margin: 0 auto;
}

.section-three {
  color: #575756;
  padding-bottom: 50px;
}

.space-heading {
  font-family: 'bluu_nextbold';
  font-size: 2.4em;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.space-left {
  font-family: 'larsseitbold';
  position: relative;
  text-transform: uppercase;
}

.space-left p {
  font-size: 1.6em;
}

.suites-wrapper {
  position: absolute;
  bottom: 10px;
}

.suite {
  display: inline;
}

.suite:hover {
  color: #575756;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    width: 80%;
    text-align: left;
    padding-bottom: 10px;
}

.slick-dots li {
    position: relative;
    display: inline;
    width: 100%;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}


.slick-active {
  text-decoration: underline;
}

.suites-wrapper a, .suite {
  padding-right: 30px;
  font-family: 'larsseitregular';
  color: #575756;
}

.suite-small {
  padding: 45px 0;
  height: 30px;
  text-transform: uppercase;
  position: relative;
}

.suite-active {
  text-decoration: underline;
}

.space-list-ul {
  font-family: 'larsseitregular';
  font-size: 1.1em;
}

.section-five {
  color: #FFF;
  /* padding: 50px 0 100px 0; */
}

.section-five h2 {
  text-transform: uppercase;
  font-family: 'bluu_nextbold';
  padding-bottom: 30px;
}

.out-about-slider {
  padding-top: 50px;
}

.out-about-container {
  padding-bottom: 30px;
}


.arrow-container {
  height: 100%;
  position: relative;
}

.arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.station-padding {
  height: 100%;
}

.station-list-container {
  background-color: #cac7be;
  height: 100%;
}

.new-station-list-container {
  background-color: #cac7be;
  height: 100%;
  /* New Styles
  display: table;*/
  width: 100%;
}

.station {
  padding: 30px 130px 30px 30px;
   /*New Styles */
  text-align: left;
}
@media screen and (min-width: 1024px) and (max-width: 1140px) {

  .station {padding: 30px 65px 10px 10px;}

  .locations ul li {
    padding: 3px 0px!important;

  }
}
@media screen and (max-width: 1023px) {
  .locations ul {
    columns: 2;
  }
}
@media screen and (max-width: 1140px) {
  .locations ul {
    font-size: 0.95rem!important
  }
}
@media screen and (max-width: 768px) {
  .station {padding: 15px;}
}
@media screen and (max-width: 640px) {
  .locations ul {
    font-size: 0.7rem!important;

  }
}
 .table-stations {
  width: 100%;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
.table-station {
  width: 100%;
  margin: 0 auto;
  display: flex;
  vertical-align: middle;
}


.station p {
  color: #FFF;
  text-transform: uppercase;
}

footer {
  color: #FFF;
  background-color: #575756;
  padding: 100px 0 50px 15px;
}

footer a {
  color: #FFF;
}

.contact, .address, .download-brochure {
  height: 100%;
  width: 100%;
  display: table;
}

.contact p, .address p, .download-brochure a {
  display: table-cell;
  vertical-align: bottom;
}

.contact a {
  text-decoration: underline;
}

.contact a:hover, .contact a:visited, .contact a:focus {
  color: #FFF;
  text-decoration: underline;
}

.download-brochure a {
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'larsseitbold';
  font-size: 1.4em
}

.download-brochure a:hover {
  color: #FFF;
}

.map {
  width: 100%;
}

.maps a {
  width: 100%;
  display: block;
}
