
/* Can
////////////////////////////////////////////////////////*/

#lt-can-path{
  position: relative;
  max-width: 100vw;
}

#lt-can{
  position: absolute;
  top:5vh;
  z-index: 3;
}

#lt-can img{
  max-width: 35vw;
  max-height: 55vh;
  position: absolute;
  top: 55vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(-15px 15px 5px rgba(0,0,0,0.2));
  filter: drop-shadow(-15px 15px 5px rgba(0,0,0,0.2));
  z-index: 1;
}


@media (max-width:320px) {
  #lt-can img{
    max-height:200px;
	}

}
@media (max-width:375px) {
  #lt-can img{
    max-height:270px;
	}

}

@media  ( max-width:992px) {
  #lt-can img{
    max-height: 35vh;
	}

}

#lt-mobile-stream-container{
  position: absolute;
  top: 0;
  height: 65vh;
  width: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  background-image: url('../images/stream-hazy.gif');
  background-size: 100%;
  background-position: bottom center;
  background-repeat: repeat-y;
  z-index: 1;
}

@media (max-width: 992px) {

}

@media (min-width: 992px) {

  #lt-can-path{
    position: relative;
    z-index: 3;
  }

  #lt-can{
    position: -webkit-sticky;
    position: sticky;
    top:5vh;
    z-index: 3;
  }

  #lt-can img{
    max-width: 26rem;
    max-height: 60vh;
    position: absolute;
    top: 50vh;
    left: 50vw;
    -webkit-filter: drop-shadow(-15px 15px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(-15px 15px 5px rgba(0,0,0,0.2));
    z-index: 1;
  }

}

/* Hero
////////////////////////////////////////////////////////*/

#lt-hero{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #016e77;
  padding-top: 15vh;
  z-index: 1;
}

#lt-hero:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url('../images/wave.png');
  background-size: contain;
  background-position: bottom center;
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 1;
}

#lt-hero-bg-container{
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lt-hero-bg{

}

#lt-hero-message-1, #lt-hero-message-2{
  width: 80%;
  z-index: 1;
}

#lt-hero-message-1 img, #lt-hero-message-2 img{
  display: block;
  margin: 10px auto;
  width: auto;
  height:auto;
  max-width: 100%;
  max-height: 25vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#lt-hero-message-1-mobile-copy{
  font-family: 'porkerregular', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-size: 2rem;
}
#lt-hero-message-1 img, #lt-hero-message-2 img.lt-hero-desktop-image{
  display: none;
}

#lt-hero-ctas{
  display: none;
}

#lt-hero-mobile-buttons{
  margin-top: auto;
  position: relative;
  margin-bottom: 5rem;
}

#lt-hero-mobile-buttons a{
  display: inline-block;
  font-family: 'porkerregular', sans-serif;
  color: #f4e002;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  padding: 1.5rem 2rem 1rem 2rem;
  border: 1px solid white;
  margin: 0 1rem;
}

@media (max-width: 992px) {

}


@media (min-width: 992px) {

  #lt-hero{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-top: 0;
  }

  #lt-hero-message-1, #lt-hero-message-2{
    width: 40%;
    height: 100%;
  }

  #lt-hero-message-1 img, #lt-hero-message-2 img{
    max-height: 40vh;
    max-width: 30rem;
  }

  #lt-hero-message-1-mobile-copy, #lt-hero-mobile-buttons{
    display: none;
  }

  #lt-hero-message-1 img{
    display: block;
    margin: 0 4rem 0 auto;
  }

  #lt-hero-message-2 img{
    margin: 0 auto 0 4rem;
  }

  .lt-hero-mobile-image{
    display: none !important;
  }

  #lt-hero-message-2 img.lt-hero-desktop-image{
    display: block;
  }

  #lt-hero-ctas{
    display: block;
    position: absolute;
    bottom: 0;
    left: 25vw;
    right: auto;
    z-index: 2;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    max-width: 16rem;
    max-height: 16rem;
  }

  #lt-hero-ctas img{
    width: 100%;
    height: 100%;
    display: block;
  }

}

/* Stats
////////////////////////////////////////////////////////*/

#lt-stats{
  max-width: 100vw;
  margin-bottom: 0vh;
  padding-top: 12rem;
  padding-bottom: 6rem;
  z-index: 1;
}

#lt-stats-info-mobile{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lt-accordion {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lt-accordion li{
  margin-bottom: 1rem;
  transition: all 0.5s ease;
  text-align: center;
}

.lt-accordion li .lt-inner{
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease;
}

.lt-accordion li.active .lt-inner{
  max-height: 1000px;
  transition: max-height .5s ease;
}

.lt-accordion .lt-inner {

}

.lt-accordion > li .lt-toggle {
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  margin: 2rem auto;
  border: 2px solid white;
  font-family: 'porkerregular', sans-serif;
  color: #016e77;
  padding: 1.5rem 2rem 1rem 2rem;
  font-size: 2rem;
  text-transform: uppercase;
  background-color: #f4e002;
}

.lt-mobile-stats-images{
  max-width: 100%;
  margin: 0 auto;
}

.lt-mobile-stats-images img{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}

.lt-mobile-stats-images img:nth-child(odd){
  z-index: 0;
}

#lt-stats-info-desktop{
  display: none;
}

#beer-pong canvas {
  /* transform: scale(0); */
}

#lt-stats-info-desktop #beer-pong canvas {
	border: 2px solid #108a8b;
}

#lt-stats-info-desktop #beer-pong {
  top: 45%;
  pointer-events: none;
}

#dance-video-wrap video,
#rocket-video-wrap video {
  /* width: 100vw;
  transform: scale(1.01); */
  position: relative;
  width: 102%;
  height: 102%;
  /* displace video to hide*/
  /* left: -5px; */
  /* allow space for hiding*/
  margin: -10px;
  /* position: absolute;
  top: 0; */
}
#dance-video-wrap,
#rocket-video-wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 75vw;
  margin: 0 auto;
  /* height: 400px; */
  /* height: 60vh; */
}


@media (min-width: 992px) {

  #lt-stats{
    height: 200vh;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 0;
    box-sizing: content-box;
    background-color: #f4e002;
  }

  #lt-stats-info-mobile{
    display: none;
  }

  #lt-stats-info-desktop{
    display: block;
    background-color: #f4e002;
    position: relative;
    width: 100%;
    height: 100vh;
  }

  #lt-stats-ui{
    list-style-type: none;
    margin: 0;
    padding: 0;

    width: 100%;
    height: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4;
  }

  #lt-stats-ui li{
    display: inline-block;
    padding: 0 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #lt-stats-ui a{
    font-family: 'porkerregular', sans-serif;
    color: #108a8b;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2.6rem;
    display: block;
    position: relative;
    cursor: pointer;
  }

  #lt-stats-ui a:after{
    content: '';
    display: block;
    height: 1rem;
    width: 100%;
    background-image: url('../images/line.png');
    background-repeat: repeat-x;
    margin: 1rem 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }

  #lt-stats-ui a.active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  #stats .mobile-panel{
    display :none;
  }

  #stats, #nutrition, #beer-pong{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #stats svg, #nutrition svg{
    display: block;
    height: 70vh;
    width: 60vw;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 2vw;
  }

}

/* Transition
////////////////////////////////////////////////////////*/

#lt-transition{
  height: 50vh;
  margin-bottom: 0vh;
  display: none;
}

@media (min-width: 992px) {
  #lt-transition{
    display: block;
    margin-bottom: 25vh;
    background-color: #f4e002;
    z-index: 2;
    position: relative;
    position: relative;
    background-image: url(../images/clouds.png);
    background-repeat: repeat-x;
  }
}

/* Stream
////////////////////////////////////////////////////////*/


#lt-stream-path{
  background-color: #f4e002;
  z-index: 0;
}

#lt-stream-container{
  display: none;
}

@media (min-width: 992px) {

  #lt-stream{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1;
  }

  #lt-stream-path{
    position: relative;
    background-color: #f4e002;
  }

  #lt-stream-container{
    display: block;
    bottom: 35vh;
    left: 50%;
    width: 35px;
    position: absolute;
    height: 65vh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    background-image: url('../images/stream-hazy.gif');
    background-size: 100%;
    background-position: bottom center;
    background-repeat: repeat-y;
  }

}


/* Flight
////////////////////////////////////////////////////////*/

#lt-flight{
  overflow-x: hidden;
  position: relative;
  background-image: url(../images/clouds-hazy.png);
  background-repeat: repeat-x;
  height: 50vh;
  background-color: #016e77;
  background-size: contain;
}

#lt-plane{
  position: absolute;
  top: 50%;
  right: 2.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 95vw;
  z-index: 3;
  height: 10rem;
  background-image: url('../images/hazy-plane-banner.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}


@media (max-width: 992px) {
  #lt-flight:before{
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../images/wave.png);
    background-size: contain;
    background-position: topcenter;
    background-repeat: repeat-x;
    z-index: 0;
  }
}

@media (min-width: 992px) {

  #lt-flight{
    margin-bottom: 0;
    height: 75vh;
    background-image: url(../images/clouds.png);
    background-color: #f4e002;
  }

  #lt-plane{
    width: 50vw;
    right: 25%;
    background-image: url('../images/plane-banner.png');
  }

}


/* Details
////////////////////////////////////////////////////////*/

#lt-details{
  overflow: hidden;
  background-color: #016e77;
}

#lt-glass{
  z-index: 3;
  width: 100%;
  height: 100%;
}

#lt-glass img{
  max-width: 30vh;
  max-height: 50vh;
  display: block;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}

#lt-details-copy{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3rem;
}

#lt-details-copy h2{
  font-size: 3rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #f4e002;
}

#lt-details-attributes{
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 4rem;
}

#lt-details-attributes li{
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 50%;
}

.lt-detail-image{
  display: none;
}

.lt-mobile-detail-image{
  display: inline-block;
  max-width: 10rem;
  max-height: 12rem;
  width: auto;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 0rem;
}

.lt-detail-copy{
  padding: 0 3rem;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 20rem;
}

#lt-main .lt-detail-copy h3{
  font-size: 2rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #ffffff;
}

.lt-detail-copy p{
  margin-top: .5rem;
}


@media (min-width: 992px) {

  #lt-details{
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 120rem;
    margin: 0 auto;
    background-color: #f4e002;
  }

  #lt-glass{
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #lt-glass img{
    position: relative;
    bottom: 0;
    max-width: 36rem;
    max-height: 65vh;
  }

  #lt-details-copy{
    color: #007179;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    width: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0rem;
  }

  #lt-details-copy h2{
    color: #007179;
  }

  .lt-mobile-detail-image{
    display: none;
  }

  .lt-detail-image{
    display: block;
    margin: 0 auto;
  }

  .lt-detail-image img{
    max-width: 6rem;
    max-height: 6rem;
    width: auto;
    height: auto;
  }

  .lt-detail-copy{
    color: #007179;
  }

  #lt-main .lt-detail-copy h3{
    color: #007179
  }

  #lt-details-attributes{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 0;
    width: auto;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  #lt-details-attributes li{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    width: 100%;
  }

  #lt-details-attributes li:last-of-type{
    margin-bottom: 0;
  }

  .lt-detail-image{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .lt-detail-image img{
    max-width: 10rem;
    max-height: 10rem;
    display: block;
    margin: 0 auto;
  }

  .lt-detail-copy{
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 5%;
  }

}


/* Profile
////////////////////////////////////////////////////////*/

#lt-profile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ba-slider {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.ba-slider .title{
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem 2rem;
  background-color: white;
  text-transform: uppercase;
  font-family: 'porkerregular', sans-serif;
  color: #108a8b;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
}

.complex, .simple{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.simple, .complex{
  background-color: #f4e002;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.simple-copy{
  font-family: 'porkerregular', sans-serif;
  color: #0b6d6a;
  letter-spacing: 1px;
  font-size: 3rem;
  line-height: 1.4;
  padding: 12rem 4rem 10rem 4rem;
  max-width: 80rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.complex-copy{
  font-family: 'Roboto Mono', monospace;
  color: #0b6d6a;
  padding: 12rem 4rem 10rem 4rem;
  max-width: 80rem;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}

.ba-slider img {
  width: 100%;
  display:block;
}

.resize {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle { /* Thin line seperator */
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
  background: white;
  cursor: ew-resize;
  display: flex;
  flex-direction: column;
}

.handle-copy{
  font-family: 'Roboto Mono', monospace;
  color: #ffffff;
  width: 50rem;
  font-size: 1.2rem;
  transform: translateX(-50%);
  display: flex;
}

.handle-left, .handle-right{
  width: 50%;
  padding: 0 2rem;
}

.handle-left{
  text-align: right;
}

.handle-right{
  text-align: left;
}

.handle-lower{
  margin-top: auto;
}

#handle-can {
  content: '';
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url('../images/handle-can-hazy.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.handle svg{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10rem;
  z-index: 1;
}

@media (max-width: 992px) {

  #lt-profile{
    position: relative;
  }

  #lt-profile:before{
    content: '';
    display: block;
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../images/wave.png);
    background-size: contain;
    background-position: top center;
    background-repeat: repeat-x;
    z-index: 1;
    transform: rotate(180deg);
  }

}

@media (min-width: 992px) {

  #lt-profile{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .simple-copy{
    font-size: 5rem;
  }

  .complex-copy{
    font-size: 1.7rem;
    line-height: 1.7;
  }

  .handle svg{
    width: 15rem;
  }

  #handle-can {
    width: 9rem;
    height: 9rem;
  }

}


/* 
///////////////////////////////// Video  */


#lt-video {
  position: relative;
}

#lt-video .player.hide-controls-mode {
	pointer-events: initial;
}

.lt-video-play-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.mx-video-sec--content.lt-video-play-wrap .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#lt-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  background-color: rgba(0,0,0,0.2);
}
.lt-video-title {
  font-family: 'porkerregular', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  font-size: 4rem;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin-bottom:20px;
}
#play-button,
#pause-button {
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  margin-top: 1rem;
  display: inline-block;
}
.lt-video-play {
  text-align: center;
}

#pause-button {
	position: absolute;
	z-index: 99;
	bottom: 5rem;
	left: 2rem;
	display: none;
}