/* Base Design New Year */
#page-topbar:before {
  position: absolute;
  z-index: -3;
  content: "";
  top: 70px;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(../images/ny/ny-header-garland.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  #page-topbar:before {
    top: 48px;
    height: 50px;
  }
}
#page-topbar::after {
  width: 150px;
  height: 191px;
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: no-repeat 0 0 url(../images/ny/gir-left-top.png);
  background-size: 100% auto;
  pointer-events: none;
}
@media all and (max-width: 1300px) {
  #page-topbar::after {
    width: 100px;
    height: 130px;
  }
}

@keyframes animatedNyBackground {
  0% {
    background-position: 0 0;
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-10px) rotate(-2deg);
  }
  100% {
    background-position: 0 200px;
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes animatedNyBackground2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 72px;
  }
}
.bgs__header-ny {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
.bgs__header-ny::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  left: -400px;
  right: -400px;
  top: -400px;
  bottom: -400px;
  background-image: url(../images/ny/snow.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: 0 0;
  filter: invert(1);
}
@media all and (min-width: 771px) {
  .bgs__header-ny::before {
    animation: animatedNyBackground 5s linear infinite;
  }
}

.header-indent {
  margin-top: 98px;
}

@keyframes showRight {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
#layout-wrapper::after {
  width: 105px;
  height: 140px;
  content: "";
  display: block;
  position: fixed;
  z-index: 0;
  bottom: 0;
  background: no-repeat 0 bottom url(../images/ny/fir-tree.png);
  background-size: 100% 100%;
  pointer-events: none;
  right: 0;
  animation: showRight 2s;
}
@media all and (max-width: 1760px) {
  #layout-wrapper::after {
    width: 105px;
    height: 140px;
  }
}
@media all and (max-width: 1487px) {
  #layout-wrapper::after {
    width: 70px;
    height: 94px;
    position: absolute;
    background-size: 100% auto;
    bottom: 78px;
  }
}
@media all and (max-width: 1420px) {
  #layout-wrapper::after {
    position: absolute;
    bottom: 0;
  }
}

.footer {
  position: relative;
}
.footer:after {
  content: "";
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  height: 24px;
  background-image: url(../images/ny/ny-snow.png);
  background-size: contain;
  background-repeat: repeat-x;
  pointer-events: none;
}
.footer:before {
  width: 125px;
  height: 80px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -77px;
  z-index: 2;
  background: no-repeat 0 bottom url(../images/ny/snowman-what.png);
  background-size: 100% auto;
  pointer-events: none;
}

/*# sourceMappingURL=site-ny.css.map */
