/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
body.activities {
  background: #fcddec url(../static/common/pink_site_bg_short.jpg) repeat-x center top;
}
#activities {
  overflow: hidden;
}
#activities .balloon {
  display: block;
  position: absolute;
  max-width: 105px;
  height: 150px;
  top: 30px;
  left: 35%;
  cursor: pointer;
  z-index: 0;
}
@media (max-width: 1024px) {
  #activities .balloon {
    transform: scale(0.8);
    left: 54%;
    top: 14%;
  }
}
@media (max-width: 640px) {
  #activities .balloon {
    display: none;
  }
}
#activities .balloon img {
  width: 100%;
  height: auto;
  display: block;
  animation: balloon-idle 5s linear infinite;
}
#activities .balloon.grow {
  max-width: 185px;
  width: 100%;
  height: 260px;
  left: 45%;
  top: 5px;
  animation: balloon-grow 3s ease-in-out !important;
}
@media (max-width: 1024px) {
  #activities .balloon.grow {
    animation: balloon-grow-scale 3s ease-in-out !important;
    top: 65px;
    left: 53%;
  }
}
#activities .balloon.shrink {
  max-width: 105px;
  height: 150px;
  top: 30px;
  left: 35%;
  cursor: pointer;
  z-index: 0;
  width: 100%;
  animation: balloon-shrink 3s ease-in-out !important;
}
@media (max-width: 1024px) {
  #activities .balloon.shrink {
    animation: balloon-shrink-scale 3s ease-in-out !important;
    transform: scale(0.8);
    left: 54%;
    top: 14%;
  }
}
#activities .activities {
  width: 100%;
  max-width: 850px;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  #activities .activities {
    max-width: 650px;
    top: 38%;
    width: 70%;
  }
}
@media (max-width: 768px) {
  #activities .activities {
    max-width: 550px;
    top: 38%;
  }
}
@media (max-width: 640px) {
  #activities .activities {
    max-width: 400px;
    height: 250px;
    position: relative;
  }
}
@media (max-width: 460px) {
  #activities .activities {
    max-width: 200px;
    width: 50%;
  }
}
@media (max-width: 414px) {
  #activities .activities {
    width: 42%;
  }
}
@media (max-width: 375px) {
  #activities .activities {
    max-width: 150px;
  }
}
#activities .activities .slide {
  width: 240px;
  height: 311px;
  margin: 0 15px;
  position: relative;
  background: #eb26a8;
  background-size: 100%;
}
@media (max-width: 1024px) {
  #activities .activities .slide {
    width: 175px;
    height: 228px;
  }
}
@media (max-width: 768px) {
  #activities .activities .slide {
    width: 150px;
    height: 195px;
  }
}
#activities .activities .slide a {
  cursor: pointer;
}
#activities .activities .slide img {
  display: block;
  width: 100%;
}
#activities .activities .slide img.frame {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
#activities .activities .slide img.thumbnail {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  margin: 10% 7.5%;
  width: 85%;
}
#activities .prev, #activities .next {
  outline: none !important;
  border: none !important;
}
#activities .prev.slick-disabled, #activities .next.slick-disabled {
  display: none !important;
}
#activities .prev .sparkle, #activities .next .sparkle {
  background: url(../static/common/sparkle.png) center center;
  width: 98px;
  height: 93px;
  position: absolute;
  z-index: 5;
}
#activities .prev .sparkle.one, #activities .next .sparkle.one {
  top: -45px;
  left: -45px;
  animation: sparkle 3s infinite;
}
#activities .prev .sparkle.two, #activities .next .sparkle.two {
  bottom: -45px;
  right: -45px;
  animation: sparkle2 4s infinite;
}
#activities .prev:after, #activities .next:after {
  content: "";
  top: 0;
  left: 0;
  width: 142px;
  height: 71px;
  position: absolute;
  display: block;
  background-position: 0 0;
  opacity: 0;
  transition: opacity 200ms;
}
.no-touchevents #activities .prev:hover:after, .touchevents #activities .prev:active:after, .no-touchevents #activities .next:hover:after, .touchevents #activities .next:active:after {
  opacity: 1;
}
#activities .prev {
  display: block;
  position: absolute;
  top: 34%;
  left: -17%;
  width: 142px;
  height: 71px;
  transform: rotate(-90deg);
  background-image: url(../static/videos/up.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: 100%;
  font-size: 0 !important;
  z-index: 10;
}
@media (max-width: 1024px) {
  #activities .prev {
    left: -24%;
    top: 30%;
  }
}
@media (max-width: 768px) {
  #activities .prev {
    left: -30%;
    top: 30%;
  }
}
@media (max-width: 640px) {
  #activities .prev {
    left: -35%;
    top: 25%;
  }
}
@media (max-width: 460px) {
  #activities .prev {
    left: -75%;
  }
}
#activities .prev:after {
  background: transparent url(../static/videos/up.png) no-repeat 0 bottom;
  height: 71px;
}
#activities .next {
  display: block;
  position: absolute;
  top: 34%;
  right: -12%;
  width: 142px;
  height: 71px;
  background: transparent url(../static/videos/down.png) no-repeat 0 -71px;
  background-size: 100%;
  font-size: 0 !important;
  transform: rotate(-90deg);
  z-index: 10;
}
@media (max-width: 1024px) {
  #activities .next {
    right: -16%;
    top: 30%;
  }
}
@media (max-width: 768px) {
  #activities .next {
    right: -20%;
    top: 30%;
  }
}
@media (max-width: 640px) {
  #activities .next {
    right: -26%;
    top: 25%;
  }
}
@media (max-width: 460px) {
  #activities .next {
    right: -75%;
  }
}
#activities .next:after {
  background: url(../static/videos/down.png) no-repeat 0 0;
}
