/*------------------------------------*
   $MISC
*------------------------------------*/
body,
html {
  height: 100%;
  background: #fff; }

.row {
  max-width: 85rem; }
  .row .full-width {
    max-width: 100%; }

*:focus,
a:focus {
  outline: none; }
*:active,
a:active {
  outline: none; }

p {
  font-size: calc( 13px + (16 - 13) * (100vw - 375px) / (1440 - 375)); }

.dwn-arrow-cta {
  margin-top: 15px;
  align-self: center;
  width: 32px; }
  @media (max-width: 640px) {
    .dwn-arrow-cta {
      display: none; } }

a.anchor-offset {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden; }

footer {
  margin-top: 0; }

.fpo-bar {
  width: 100%;
  height: 110px;
  background: #fff;
  border-bottom: 10px solid #000;
  position: relative;
  z-index: 999;
  top: 0;
  left: 0; }

.align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }

.js-media-query {
  display: block; }
  @media (max-width: 1024px) {
    .js-media-query {
      display: inline; } }
  @media (max-width: 640px) {
    .js-media-query {
      display: flex; } }

video {
  width: 100%;
  height: auto;
  display: block; }

.show-on-mobile {
  display: none; }
  @media (max-width: 640px) {
    .show-on-mobile {
      display: block; } }

@media (max-width: 640px) {
  .hide-on-mobile {
    display: none; } }

#anchorPad {
  height: 95px;
  position: absolute;
  top: 0;
  left: -999px;
  z-index: -1; }

.button.secondary {
  background-color: #000;
  border-color: #000; }

.header-container {
  position: relative;
  z-index: 999; }

.page-util {
  position: relative;
  z-index: 999; }

.footer {
  position: relative; }

/*------------------------------------*
   $LOADER
*------------------------------------*/
#loadWrap {
  height: 100vh;
  width: 100vw;
  background: url("//images.vans.com/is/image/VansBrand/bg-wht-texture?wid=700") repeat;
  position: fixed;
  top: 0; }

#load360 {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 250px;
  transform-style: preserve-3d;
  transform: translateY(-15%); }
  #load360 .loader {
    position: relative;
    animation: load360 7s cubic-bezier(0.26, 0.6, 0.46, 0.82) 0.5s infinite;
    backface-visibility: visible; }
    #load360 .loader img {
      width: 200px; }

@-webkit-keyframes load360 {
  0% {
    -webkit-transform: rotatey(0);
    transform: rotatey(0); }
  100% {
    -webkit-transform: rotatey(3600deg);
    transform: rotatey(3600deg); } }
@keyframes load360 {
  0% {
    -webkit-transform: rotatey(0);
    transform: rotatey(0); }
  100% {
    -webkit-transform: rotatey(3600deg);
    transform: rotatey(3600deg); } }
/* loader */
#load {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease; }

.spinner {
  width: 70px;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 100;
  position: absolute;
  transform: translateX(-50%) translateY(-50%); }
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

.classic-spinner {
  position: absolute;
  display: inline-block;
  top: 200px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 1; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*------------------------------------*
   $MTE 360
*------------------------------------*/
#mteWrap {
  position: relative;
  overflow: hidden;
  visibility: hidden; }

.mobile-overlay-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 10;
  visibility: hidden; }

.bg-main {
  width: 100%;
  height: 100%;
  background: url("//images.vans.com/is/image/VansBrand/bg-sky?wid=1400") no-repeat fixed;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 0; }
  @media (max-width: 768px) {
    .bg-main {
      background-size: cover;
      position: absolute;
      background-attachment: initial;
      height: 100vh; } }

.rotator {
  width: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0ms ease-in-out;
  transition: transform 0ms ease-in-out;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  .rotator.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out; }
  @media (max-width: 768px) {
    .rotator {
      display: -ms-grid;
      display: grid; } }

.pane {
  transform-style: preserve-3D;
  position: relative;
  width: 50%;
  float: left;
  text-align: center; }
  .pane:first-child {
    transform: rotate(0deg); }
  .pane:last-child {
    transform: rotate(180deg); }
  @media (max-width: 768px) {
    .pane {
      width: 100%;
      float: none; }
      .pane:first-child {
        transform: rotate(0deg);
        grid-area: 2/1; }
      .pane:last-child {
        transform: rotate(180deg);
        grid-area: 1/1; }
        .pane:last-child .subsection {
          display: none; } }

/* abs pos bg elements */
.shadow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%; }
  .shadow-wrap div {
    height: 100vh;
    width: 100%; }

.shadow-bg {
  position: absolute; }
  .shadow-bg.drk-cloud {
    background: url("//images.vans.com/is/image/VansBrand/right-drk-cloud-bg2?wid=700&fmt=png8-alpha") no-repeat;
    background-size: cover;
    height: 162vh;
    top: 25%;
    width: 100%;
    z-index: 0; }
    @media (max-width: 1667px) {
      .shadow-bg.drk-cloud {
        top: 25%; } }
    @media (max-width: 768px) {
      .shadow-bg.drk-cloud {
        top: 7.5%;
        height: 192vh; } }
    @media (max-width: 640px) {
      .shadow-bg.drk-cloud {
        top: 6%;
        height: 180vh; } }

@media (max-width: 768px) {
  .reverse .shadow-bg.drk-cloud {
    display: none; } }
.hero {
  width: 100%;
  height: 100vh; }

.hero-left {
  position: relative;
  overflow: hidden; }

@media (max-width: 768px) {
  .static .hero-left {
    height: calc(70vh - 45px); }
    .static .hero-left .hero-img-left {
      width: 85%;
      left: -8%;
      bottom: -192px; }
    .static .hero-left .mtn1 {
      bottom: -6px; } }
@media (max-width: 640px) {
  .static .hero-left {
    height: calc(65vh - 45px); }
    .static .hero-left .hero-img-left {
      width: 100%;
      left: -40px;
      bottom: -140px; } }

.reverse .hero-left {
  overflow: visible; }
  @media (max-width: 768px) {
    .reverse .hero-left {
      overflow: hidden;
      height: calc(65vh - 45px); }
      .reverse .hero-left .hero-img-left {
        width: 83%;
        left: -45px;
        bottom: -260px; }
      .reverse .hero-left .mtn1 {
        bottom: -35px; } }
  @media (max-width: 640px) {
    .reverse .hero-left .hero-img-left {
      width: 90%;
      left: 10px;
      bottom: -165px; } }

.overlay-img {
  position: absolute; }

.hero-img-left {
  max-width: 200%;
  width: 100%;
  left: 0;
  bottom: -60px;
  z-index: 5; }
  @media (min-width: 641px) {
    .hero-img-left {
      width: 155%;
      left: -45%; } }
  @media (min-width: 769px) {
    .hero-img-left {
      width: 113%;
      left: -8%; } }
  @media (min-width: 1025px) {
    .hero-img-left {
      width: 103%;
      left: -2%; } }
  @media (min-width: 1441px) {
    .hero-img-left {
      width: 102%;
      left: -1%; } }
  @media (min-height: 1024px) and (min-width: 769px) {
    .hero-img-left {
      width: 160%;
      left: -35%; } }
  @media (min-height: 1024px) and (min-width: 1280px) {
    .hero-img-left {
      width: 130%;
      left: -30%; } }
  @media (min-height: 1024px) and (min-width: 1366px) {
    .hero-img-left {
      width: 120%;
      left: -19%; } }
  @media (min-height: 1024px) and (min-width: 1620px) {
    .hero-img-left {
      width: 105%;
      left: -5%; } }
  @media (min-height: 1200px) and (min-width: 1025px) {
    .hero-img-left {
      width: 170%;
      left: -47%; } }
  @media (min-height: 1200px) and (min-width: 1200px) {
    .hero-img-left {
      width: 160%;
      left: -47%; } }
  @media (min-height: 1200px) and (min-width: 1366px) {
    .hero-img-left {
      width: 135%;
      left: -30%; } }
  @media (min-height: 1200px) and (min-width: 1441px) {
    .hero-img-left {
      width: 136%;
      left: -34%; } }
  @media (min-height: 1200px) and (min-width: 1600px) {
    .hero-img-left {
      width: 122%;
      left: -18%; } }
  @media (min-height: 1200px) and (min-width: 1800px) {
    .hero-img-left {
      width: 110%;
      left: -8%;
      bottom: 0; } }

.dylan {
  left: 12%;
  top: 9%; }
  @media (max-width: 1680px) {
    .dylan {
      left: 24%;
      top: 13%;
      width: 43%; } }
  @media (max-width: 1680px) and (min-height: 1120px) {
    .dylan {
      top: 18%; } }
  @media (max-width: 1440px) {
    .dylan {
      left: 22%;
      top: 11%;
      width: 43%; } }
  @media (max-width: 1440px) and (min-height: 1120px) {
    .dylan {
      left: 14%;
      top: 19%;
      width: 45%; } }
  @media (max-width: 1366px) {
    .dylan {
      left: 27%;
      top: 9%;
      width: 33%; } }
  @media (max-width: 1366px) and (min-height: 1120px) {
    .dylan {
      left: 27%;
      top: 11%;
      width: 42%; } }
  @media (max-width: 1280px) {
    .dylan {
      left: 22%;
      top: 12%;
      width: 42%; } }
  @media (max-width: 1280px) and (min-height: 1120px) {
    .dylan {
      top: 21%; } }
  @media (max-width: 1024px) {
    .dylan {
      left: 19%;
      top: 20%;
      width: 46%; } }
  @media (max-width: 1024px) and (min-height: 1120px) {
    .dylan {
      left: 12%;
      top: 33%;
      width: 56%; } }
  @media (max-width: 768px) {
    .dylan {
      left: 0%;
      top: 8%;
      width: 46%; } }
  @media (max-width: 640px) and (max-height: 736px) {
    .dylan {
      left: 1%;
      top: 20%;
      width: 50%; } }
  @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .dylan {
      top: 28%; } }
  @media (max-width: 414px) and (min-height: 737px) {
    .dylan {
      top: 28%; } }
  @media (max-width: 375px) and (min-height: 737px) {
    .dylan {
      top: 35%;
      left: 4%; } }

@media (max-height: 736px) and (max-width: 640px) {
  .reverse .dylan {
    left: -2%;
    top: 35%; } }
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .reverse .dylan {
    top: 42%; } }

.shoe-spin {
  left: 24%;
  top: 38%;
  z-index: 10;
  width: 12%; }
  @media (max-width: 1680px) {
    .shoe-spin {
      left: 33%;
      top: 34%;
      width: 10%; } }
  @media (max-width: 1440px) {
    .shoe-spin {
      left: 31%;
      top: 40%;
      width: 10%; } }
  @media (max-width: 1366px) {
    .shoe-spin {
      left: 33%;
      top: 35%;
      width: 8%; } }
  @media (max-width: 1280px) {
    .shoe-spin {
      left: 32%;
      top: 42%;
      width: 8%; } }
  @media (max-width: 1024px) {
    .shoe-spin {
      left: 31%;
      top: 48%;
      width: 10%; } }
  @media (max-width: 768px) {
    .shoe-spin {
      left: 22%;
      top: 52%;
      width: 8%; } }
  @media (max-width: 640px) {
    .shoe-spin {
      left: 23%;
      top: 62%;
      width: 9%; } }
  @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .shoe-spin {
      top: 64%; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .reverse .shoe-spin {
    top: 70%; } }

.umbrella {
  top: -5px;
  left: 10%; }
  @media (max-width: 1280px) {
    .umbrella {
      left: 0; } }
  @media (max-width: 768px) {
    .umbrella {
      display: none; } }

.reverse .umbrella {
  top: -120px; }

.thundercloud {
  left: 5%;
  top: 18%;
  transform: scale(1.1); }
  @media (max-width: 1366px) {
    .thundercloud {
      top: 23%;
      left: 3%; } }
  @media (max-width: 768px) {
    .thundercloud {
      top: -5%;
      left: 5%; } }
  @media (max-width: 640px) {
    .thundercloud {
      top: -10%;
      left: 2%; } }

.raincloud {
  right: 22%;
  top: 6%; }
  @media (max-width: 768px) {
    .raincloud {
      right: 10%;
      top: 15%; } }
  @media (max-width: 640px) {
    .raincloud {
      right: 5%;
      top: 21%; } }

.snowball-throw {
  bottom: 0;
  left: 39%;
  z-index: 50; }
  @media (max-width: 768px) {
    .snowball-throw {
      bottom: -7%; } }
  @media (max-width: 640px) {
    .snowball-throw {
      width: 125px;
      bottom: -15px;
      left: 55%; } }

#snowballAnimate {
  transform: rotate(180deg);
  width: 100%;
  position: absolute;
  top: 40%;
  right: 5%; }
  @media (max-width: 1366px) {
    #snowballAnimate {
      top: 50%; } }
  @media (max-width: 768px) {
    #snowballAnimate {
      width: 75%;
      top: -50%; } }

@media (max-width: 768px) {
  .reverse #snowballAnimate {
    top: -75%; } }

#snowball {
  visibility: hidden; }

.mtn1 {
  min-width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10; }
  @media (max-width: 768px) {
    .mtn1 {
      bottom: -20px; } }

.mtn-top {
  min-width: 100%;
  left: 0;
  top: 0;
  z-index: 2; }

.drkbg {
  min-width: 100%;
  left: 0;
  top: 0;
  height: 110%;
  z-index: 1; }

.bird1 {
  bottom: 30%;
  right: 25%;
  z-index: 1; }

.bird2 {
  bottom: 46%;
  right: 35%;
  z-index: 1; }

.bird3 {
  bottom: 38%;
  right: 47%;
  z-index: 1; }

@media (max-width: 1440px) {
  .bird1 {
    right: 17%; }

  .bird2 {
    right: 27%; }

  .bird3 {
    right: 39%; } }
@media (max-width: 768px) {
  .bird1 {
    right: 9%;
    bottom: 45%; }

  .bird2 {
    right: 22%;
    bottom: 52%; }

  .bird3 {
    right: 15%;
    bottom: 15%; } }
@media (max-width: 640px) {
  .bird {
    width: 10%; } }
.sitting {
  top: -30%;
  right: 26%;
  z-index: 20; }
  @media (max-width: 1667px) {
    .sitting {
      top: -32%; } }
  @media (max-width: 1440px) {
    .sitting {
      top: -43%;
      right: 32%;
      z-index: 20; } }
  @media (max-width: 1024px) {
    .sitting {
      top: -32%;
      width: 78px;
      right: 25%; } }
  @media (max-width: 768px) {
    .sitting {
      z-index: 5; } }
  @media (max-width: 640px) {
    .sitting {
      top: -35%;
      width: 70px;
      right: 23%; } }

.sitting2 {
  display: none; }

@media (max-width: 768px) {
  .reverse .sitting2 {
    display: block;
    right: 34%;
    top: 30%;
    width: 80px; } }
@media (max-width: 640px) {
  .reverse .sitting2 {
    right: 30%;
    top: 11%;
    width: 50px; } }

.city1 {
  left: 0;
  width: 100%;
  top: -46%; }
  @media (max-width: 1600px) {
    .city1 {
      width: 90%;
      top: -55%; } }
  @media (max-width: 1024px) {
    .city1 {
      width: 100%;
      top: -42%; } }
  @media (max-width: 768px) {
    .city1 {
      left: -17px;
      width: 98%;
      top: -25%; } }

@media (max-width: 768px) {
  .static .city1 {
    left: -18px;
    width: 95%;
    top: -40%; }
  .static .sitting {
    top: -25%;
    width: 78px;
    right: 31%; } }
@media (max-width: 640px) {
  .static .sitting {
    top: -35%;
    width: 70px;
    right: 23%; } }

.city1b {
  left: -5px;
  width: 90%;
  top: 6%;
  display: none; }

@media (max-width: 768px) {
  .static .city1b {
    display: block; }

  .reverse .city1b {
    display: block;
    top: -25%; } }
.city2 {
  left: 0;
  width: 69%;
  bottom: -1.5%; }

.wht-bg {
  min-width: 100%;
  top: -5%;
  right: 0;
  height: 105%;
  z-index: -1; }

.hero-right {
  position: relative;
  overflow: hidden;
  transform: translateY(-110px); }

@media (max-width: 768px) {
  .static .hero-right {
    height: calc(30vh - 45px);
    transform: none;
    overflow: visible; }
    .static .hero-right .city1 {
      top: -38%; } }

@media (max-width: 768px) {
  .reverse .hero-right {
    height: calc(30vh - 55px);
    transform: none;
    overflow: visible; } }
@media (max-width: 640px) {
  .reverse .hero-right {
    height: calc(35vh - 55px); } }

.hero-img-right {
  display: none; }
  @media (min-width: 769px) {
    .hero-img-right {
      max-width: 200%;
      width: 125%;
      right: 0;
      top: 0;
      display: block; } }
  @media (min-width: 769px) {
    .hero-img-right {
      width: 115%;
      right: 0;
      top: -21%; } }
  @media (min-width: 1025px) {
    .hero-img-right {
      width: 118%;
      right: -4%;
      top: -25%; } }
  @media (min-height: 1025px) and (min-width: 769px) {
    .hero-img-right {
      width: 165%;
      right: -37%;
      top: -11%; } }
  @media (min-height: 1025px) and (min-width: 1280px) {
    .hero-img-right {
      width: 121%;
      right: -4%;
      top: 0; } }
  @media (min-height: 1025px) and (min-width: 1366px) {
    .hero-img-right {
      top: -2%; } }
  @media (min-height: 1025px) and (min-width: 1620px) {
    .hero-img-right {
      width: 120%;
      top: -7%; } }
  @media (min-height: 1200px) and (min-width: 1200px) {
    .hero-img-right {
      width: 140%;
      right: -20%;
      top: -12%; } }
  @media (min-height: 1200px) and (min-width: 1366px) {
    .hero-img-right {
      width: 125%;
      right: -8%; } }
  @media (min-height: 1200px) and (min-width: 1600px) {
    .hero-img-right {
      width: 120%;
      right: 0%;
      top: -11%; } }
  @media (min-height: 1200px) and (min-width: 1800px) {
    .hero-img-right {
      width: 120%;
      right: 0%;
      top: -11%; } }

.subsection.left1 {
  background: url("//images.vans.com/is/image/VansBrand/left-section2-bg2?wid=700") no-repeat;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .subsection.left1 .inner-wrap {
      flex-wrap: wrap; } }
.subsection.left2 .inner-wrap {
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap; }
.subsection.left3 {
  background: url("//images.vans.com/is/image/VansBrand/bg-wht-texture?wid=700") no-repeat;
  background-size: cover; }
  .subsection.left3 .inner-wrap {
    height: 100%;
    justify-content: flex-end;
    align-items: center; }
.subsection.left4 {
  background: url("//images.vans.com/is/image/VansBrand/mte-tech-back-red?wid=700&fmt=png8-alpha") no-repeat, url("//images.vans.com/is/image/VansBrand/bg-wht-texture?wid=700");
  background-size: cover; }
.subsection.left5 {
  background: url("//images.vans.com/is/image/VansBrand/bg-wht-texture?wid=700");
  background-size: cover; }

.sec4 .inner-wrap {
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center; }

.tech-drawing {
  position: relative; }
  .tech-drawing img {
    width: 85%; }

#techArrows,
#techArrowsRight {
  visibility: hidden;
  bottom: -25px;
  left: -10px;
  transform: rotate(-10deg); }

.sec5 .inner-wrap {
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  align-content: center; }

.hdr-apparel {
  text-align: left;
  width: 90%; }
  .hdr-apparel img {
    width: 80%;
    margin-bottom: 10px; }
  .hdr-apparel p {
    font-size: calc( 11px + (16 - 11) * (100vw - 375px) / (1440 - 375)); }
  @media (max-width: 1366px) {
    .hdr-apparel {
      width: 85%;
      margin-left: 5%; } }
  @media (max-width: 640px) {
    .hdr-apparel img {
      width: 95%; }
    .hdr-apparel p {
      margin-bottom: 0; } }

.apparel-grid {
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 10px; }
  .apparel-grid .product:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .apparel-grid .product:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  .apparel-grid .product:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    display: none; }
  .apparel-grid .product:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    display: none; }

.product {
  font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
  color: #B90000;
  font-size: calc( 13px + (18 - 13) * (100vw - 375px) / (1440 - 375));
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase; }
  .product a {
    color: inherit;
    display: block; }
    .product a.button {
      display: inline-block;
      color: #fff;
      margin-top: 10px; }
      @media (max-width: 768px) {
        .product a.button {
          display: none; } }
  .product span {
    color: #000;
    font-weight: 400;
    font-size: 0.6875rem; }
  .product img {
    width: 90%;
    margin-bottom: 10px; }

.elevated-wrap.sk8hi {
  width: 65%; }
.elevated-wrap.ultra {
  width: 65%; }
@media (max-width: 1440px) {
  .elevated-wrap img {
    width: 90%; }
  .elevated-wrap.sk8hi {
    width: 55%; }
  .elevated-wrap.ultra {
    width: 55%; } }

.elevated-txt {
  position: absolute;
  bottom: -3%;
  visibility: hidden; }
  .elevated-txt.sk8hi {
    text-align: left;
    width: 76%; }
  .elevated-txt p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 2rem; }
  .elevated-txt .hdr {
    margin-bottom: 10px; }
  @media (max-width: 1667px) {
    .elevated-txt {
      bottom: -2%; } }
  @media (max-width: 1440px) {
    .elevated-txt .hdr {
      margin-bottom: 5px;
      width: 80%; }
    .elevated-txt p {
      font-size: 0.875rem;
      line-height: 1.5rem; } }

.colorway {
  font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
  color: #B90000;
  font-size: calc( 13px + (18 - 13) * (100vw - 375px) / (1440 - 375));
  font-weight: 600;
  text-transform: uppercase; }
  .colorway a {
    color: inherit;
    display: block; }
    .colorway a.button {
      display: inline-block;
      color: #fff;
      margin-top: 10px; }
      @media (max-width: 768px) {
        .colorway a.button {
          display: none; } }
  .colorway span {
    color: #000;
    font-weight: 400;
    font-size: 0.6875rem; }
  .colorway img {
    width: 120%;
    margin-bottom: 20px; }
  .colorway.half {
    align-self: center;
    text-align: right; }
    .colorway.half img {
      width: 75%;
      margin-bottom: 0; }

.grid-left {
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 19%;
  grid-auto-rows: auto;
  grid-gap: 10px; }
  .grid-left .colorway:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .grid-left .colorway:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  .grid-left .colorway:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1; }

.grid-right {
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 19%;
  grid-auto-rows: auto;
  grid-gap: 10px; }
  .grid-right .colorway:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .grid-right .colorway:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  .grid-right .colorway:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1; }

.inner-wrap {
  max-width: 43.75rem;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5; }

.vid-cta {
  position: absolute;
  width: 100%;
  left: 0;
  top: 27%;
  color: #fff;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
  text-transform: uppercase;
  z-index: 100;
  letter-spacing: 0.05em;
  font-size: 1.35rem;
  font-weight: 600;
  text-align: center;
  visibility: hidden;
  padding: 1rem; }

.vid-wrap__static {
  align-self: center;
  position: relative;
  text-align: right; }
  .vid-wrap__static img.static {
    width: 85%;
    transition: all 0.25s ease-in-out;
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
    box-shadow: -5px 2px 2px 2px rgba(0, 0, 0, 0); }
    .vid-wrap__static img.static.darken {
      -webkit-filter: brightness(45%);
      filter: brightness(45%);
      box-shadow: -5px 2px 2px 2px rgba(0, 0, 0, 0.45); }
  @media (max-width: 1440px) {
    .vid-wrap__static img.static {
      width: 65%; } }
  @media (max-width: 768px) {
    .vid-wrap__static {
      text-align: center;
      width: 100%;
      background: url("//images.vans.com/is/image/VansBrand/mte360-mobile-video-static2?wid=768");
      background-size: cover;
      -webkit-filter: brightness(65%);
      filter: brightness(65%);
      transition: all 0.25s ease; }
      .vid-wrap__static.show-video {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        background: none; }
      .vid-wrap__static img.static {
        display: none;
        width: 90%; } }

.vid-icon {
  position: absolute;
  width: 15%;
  top: 45%;
  z-index: 15;
  right: 30%;
  transform-style: preserve-3d; }
  .vid-icon img {
    width: 80%; }
    .vid-icon img.flip {
      transform: rotate(180deg); }
  @media (max-width: 768px) {
    .vid-icon {
      width: 100%;
      top: 30vh;
      right: 0;
      text-align: center; }
      .vid-icon img {
        width: 30%;
        margin-bottom: 25px; }
        .vid-icon img.flip {
          transform: rotate(0deg); } }

.reverse .vid-icon {
  top: auto;
  bottom: 45%;
  transform: rotate(180deg); }

.vid-cta-mobile {
  display: none; }
  @media (max-width: 768px) {
    .vid-cta-mobile {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
      letter-spacing: 0.05em;
      font-size: 1.35rem;
      font-weight: 600;
      padding: 1rem; }
      .vid-cta-mobile span {
        border: 2px solid rgba(192, 188, 37, 0.65);
        padding: 6px 12px; } }

.btn-close {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  transition: all .3s ease-in-out;
  top: 5%;
  right: 5%; }
  @media (max-width: 1440px) {
    .btn-close {
      width: 45px;
      height: 45px;
      top: 5px;
      right: 5px; } }

.vid-wrap-dynamic {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.25s ease; }
  .vid-wrap-dynamic.show {
    z-index: 200;
    opacity: 1; }
  @media (max-width: 768px) {
    .vid-wrap-dynamic {
      display: none; } }

.vid-embed {
  width: 80%; }

#vidPlayer {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

#vidPlayer iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.vid-txt {
  position: absolute;
  bottom: 5%;
  left: 15%;
  width: 80%; }
  .vid-txt.sk8hi {
    text-align: left; }
  .vid-txt p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem; }
  .vid-txt .hdr {
    width: 90%;
    margin-bottom: 10px; }
  @media (max-width: 1700px) {
    .vid-txt {
      bottom: 0%; } }
  @media (max-width: 1667px) {
    .vid-txt {
      bottom: 2%; } }
  @media (max-width: 1440px) {
    .vid-txt {
      bottom: 2%;
      left: 35%;
      width: 65%; }
      .vid-txt p {
        font-size: 0.875rem;
        line-height: 1.5rem; } }
  @media (max-width: 1366px) {
    .vid-txt {
      width: 60%; }
      .vid-txt .hdr {
        margin-bottom: 5px; } }
  @media (max-width: 768px) {
    .vid-txt {
      width: 90%;
      left: 5%;
      position: relative; } }

#omniHolder {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 395px; }
  @media (max-width: 768px) {
    #omniHolder {
      display: block; } }

.ado-visible-landscape,
.ado-visible-portrait {
  display: none; }

.ado-visible-portrait {
  width: 100%;
  min-width: 150px; }

.ado-visible-landscape {
  width: 100%;
  min-width: 150px; }

iframe#ado-25623 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (orientation: landscape) {
  .ado-visible-landscape {
    display: inline-block; } }
@media screen and (orientation: portrait) {
  .ado-visible-portrait {
    display: inline-block; } }
.subsection {
  position: relative;
  height: 100vh; }
  .subsection.right1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .subsection.right1 .inner-wrap {
        flex-wrap: wrap; } }
  .subsection.right2 .inner-wrap {
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap; }
  .subsection.right3 .inner-wrap {
    height: 100%;
    justify-content: flex-start;
    align-items: center; }
  .subsection.right4 {
    background: url("//images.vans.com/is/image/VansBrand/mte-tech-back-black2?wid=700&fmt=png8-alpha") no-repeat, url("//images.vans.com/is/image/VansBrand/bg-wht-texture?wid=700");
    background-size: cover; }
  .subsection.right5 {
    background: url("//images.vans.com/is/image/VansBrand/bg-wht-texture?wid=700");
    background-size: cover; }

@media (min-width: 769px) {
  .reverse .subsection.sec5:after {
    content: '';
    width: 100%;
    height: 100vh;
    background: url("//images.vans.com/is/image/VansBrand/bg-wht-texture?wid=700");
    position: absolute;
    left: 0;
    background-size: cover; } }
.toggle {
  position: absolute;
  width: 10%;
  top: 13%;
  left: 45%;
  color: #fff;
  text-align: center;
  z-index: 500;
  display: block;
  cursor: pointer; }
  .toggle.stick {
    position: fixed;
    top: 60px; }
  @media (max-width: 1440px) {
    .toggle {
      top: 12%; } }
  @media (max-width: 768px) {
    .toggle {
      width: 18%;
      top: 13%;
      left: 41%; } }
  @media (max-width: 768px) {
    .toggle {
      top: 12.5%; }
      .toggle.stick {
        top: 450px; } }

.lockup {
  position: absolute;
  top: 2%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 100; }
  .lockup img {
    width: 19%; }
  @media (max-width: 768px) {
    .lockup {
      top: 350px;
      transition: all 0.2s ease; }
      .lockup img {
        width: 35%; }
      .lockup.move {
        top: 150px; } }
  @media (max-width: 640px) {
    .lockup {
      top: 215px; }
      .lockup img {
        width: 38%; }
      .lockup.move {
        top: 178px; } }
  @media (max-width: 414px) and (min-height: 800px) {
    .lockup img {
      width: 50%; }
    .lockup.move {
      top: 244px; } }

/* styles for very wide and narrow screen sizes */
@media (min-width: 1441px) and (max-height: 1000px) {
  .sec2 .inner-wrap {
    padding-bottom: 25%; }

  .vid-txt {
    bottom: -2%; }

  .vid-embed {
    width: 70%; } }
/* universal tablet and mobile styles */
@media (max-width: 768px) {
  .sec1 .inner-wrap {
    max-width: 95%;
    margin: 0 auto;
    justify-content: center;
    align-content: center; }

  .vid-txt {
    width: 90%;
    margin: 20px auto;
    left: initial;
    bottom: initial; }

  .elevated-wrap.sk8hi {
    width: 75%; }
    .elevated-wrap.sk8hi img {
      width: 100%; }
  .elevated-wrap.ultra {
    width: 75%; }
    .elevated-wrap.ultra img {
      width: 100%; }

  .elevated-txt {
    visibility: visible;
    position: relative; }
    .elevated-txt .hdr {
      width: 100%; }

  #techArrows,
  #techArrowsRight {
    visibility: visible;
    bottom: 0;
    left: 5%;
    transform: rotate(0deg); }

  .sec5 .inner-wrap {
    max-width: 100%;
    width: 95%;
    margin: 0 auto; 
    padding-bottom: 20px;}

  .apparel-grid {
    width: 65%;
    margin: 0 auto;
    grid-gap: 10px 40px; }
    .apparel-grid .product img {
      display: block;
      width: 100%;
      height: 160px; }
    .apparel-grid .product:nth-of-type(1) {
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .apparel-grid .product:nth-of-type(2) {
      -ms-grid-column: 2;
      -ms-grid-row: 1; }
    .apparel-grid .product:nth-of-type(3) {
      -ms-grid-column: 1;
      -ms-grid-row: 2;
      display: initial; }
    .apparel-grid .product:nth-of-type(4) {
      -ms-grid-column: 2;
      -ms-grid-row: 2;
      display: initial; } }
@media (max-width: 640px) {
  .vid-icon {
    top: 25vh; }

  .vid-icon img {
    width: 25%; }

  .shadow-bg.drk-cloud {
    top: 6%;
    height: 190vh; }

  .grid-right,
  .grid-left {
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 47%;
    grid-auto-rows: auto;
    grid-gap: 10px; }

  .colorway img {
    margin-bottom: 5px; }
  .colorway:nth-of-type(1) {
    grid-area: 1/1;
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .colorway:nth-of-type(2) {
    grid-area: 2/1;
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  .colorway:nth-of-type(3) {
    grid-area: 1/2;
    grid-row-end: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

  .colorway.half img {
    width: 65%; }

  .apparel-grid {
    width: 85%; } }
/* ---------- Fog ---------- */
.fogwrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  z-index: 1;
  opacity: 0.9; }

#foglayer_01, #foglayer_02, #foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%; }

#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%; }

#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite; }

#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite; }

/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog1.png") center center/cover no-repeat transparent; }

#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog2.png") center center/cover no-repeat transparent; }

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% {
    opacity: .1; }
  22% {
    opacity: .5; }
  40% {
    opacity: .28; }
  58% {
    opacity: .4; }
  80% {
    opacity: .16; }
  100% {
    opacity: .1; } }
@-moz-keyframes foglayer_01_opacity {
  0% {
    opacity: .1; }
  22% {
    opacity: .5; }
  40% {
    opacity: .28; }
  58% {
    opacity: .4; }
  80% {
    opacity: .16; }
  100% {
    opacity: .1; } }
@-o-keyframes foglayer_01_opacity {
  0% {
    opacity: .1; }
  22% {
    opacity: .5; }
  40% {
    opacity: .28; }
  58% {
    opacity: .4; }
  80% {
    opacity: .16; }
  100% {
    opacity: .1; } }
@keyframes foglayer_01_opacity {
  0% {
    opacity: .1; }
  22% {
    opacity: .5; }
  40% {
    opacity: .28; }
  58% {
    opacity: .4; }
  80% {
    opacity: .16; }
  100% {
    opacity: .1; } }
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% {
    opacity: .5; }
  25% {
    opacity: .2; }
  50% {
    opacity: .1; }
  80% {
    opacity: .3; }
  100% {
    opacity: .5; } }
@-moz-keyframes foglayer_02_opacity {
  0% {
    opacity: .5; }
  25% {
    opacity: .2; }
  50% {
    opacity: .1; }
  80% {
    opacity: .3; }
  100% {
    opacity: .5; } }
@-o-keyframes foglayer_02_opacity {
  0% {
    opacity: .5; }
  25% {
    opacity: .2; }
  50% {
    opacity: .1; }
  80% {
    opacity: .3; }
  100% {
    opacity: .5; } }
@keyframes foglayer_02_opacity {
  0% {
    opacity: .5; }
  25% {
    opacity: .2; }
  50% {
    opacity: .1; }
  80% {
    opacity: .3; }
  100% {
    opacity: .5; } }
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% {
    opacity: 0.8; }
  27% {
    opacity: .2; }
  52% {
    opacity: .6; }
  68% {
    opacity: .3; }
  100% {
    opacity: .8; } }
@-moz-keyframes foglayer_03_opacity {
  0% {
    opacity: 0.8; }
  27% {
    opacity: .2; }
  52% {
    opacity: .6; }
  68% {
    opacity: .3; }
  100% {
    opacity: .8; } }
@-o-keyframes foglayer_03_opacity {
  0% {
    opacity: 0.8; }
  27% {
    opacity: .2; }
  52% {
    opacity: .6; }
  68% {
    opacity: .3; }
  100% {
    opacity: .8; } }
@keyframes foglayer_03_opacity {
  0% {
    opacity: .8; }
  27% {
    opacity: .2; }
  52% {
    opacity: .6; }
  68% {
    opacity: .3; }
  100% {
    opacity: .8; } }
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% {
    left: 0; }
  100% {
    left: -100%; } }
@-moz-keyframes foglayer_moveme {
  0% {
    left: 0; }
  100% {
    left: -100%; } }
@-o-keyframes foglayer_moveme {
  0% {
    left: 0; }
  100% {
    left: -100%; } }
@keyframes foglayer_moveme {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

/*# sourceMappingURL=app.css.map */
