/**
  Global variables & functions
**/
/* line 16, ../scss/_global.scss */
a, span {
  outline: 0 !important;
}

/* line 22, ../scss/_global.scss */
#body-content .top-nav {
  padding: 0 77px;
}
/* line 25, ../scss/_global.scss */
#body-content .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  color: #494e52;
  margin-bottom: 20px;
}
/* line 33, ../scss/_global.scss */
#body-content .date {
  font-size: 14px;
  line-height: 22px;
  color: #494e52;
  font-family: 'Open Sans', san-serif;
}
/* line 39, ../scss/_global.scss */
#body-content .body {
  font-size: 14px;
  line-height: 22px;
  color: #494e52;
  margin: 0 0 30px;
}
/* line 44, ../scss/_global.scss */
#body-content .body p {
  margin: 0 0 30px;
}
/* line 46, ../scss/_global.scss */
#body-content .body p:last-child {
  margin-bottom: 0;
}
/* line 51, ../scss/_global.scss */
#body-content .body ul li {
  font-size: 14px;
  line-height: 30px;
  color: #0f3c58;
}

/* line 60, ../scss/_global.scss */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

/* line 69, ../scss/_global.scss */
#select-country-modal,
#leaving-site-modal {
  display: none;
  position: fixed;
  width: 428px;
  height: 330px;
  z-index: 102;
  background: url("../img/popup-bg.png") repeat 0 0;
}
/* line 70, ../scss/_global.scss */
#select-country-modal .close-window,
#leaving-site-modal .close-window {
  width: 30px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/popup-close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
/* line 80, ../scss/_global.scss */
#select-country-modal .close-window:hover,
#leaving-site-modal .close-window:hover {
  background-position: -30px 0;
}
/* line 90, ../scss/_global.scss */
#select-country-modal .tm, #select-country-modal .ml, #select-country-modal .mr, #select-country-modal .bm,
#leaving-site-modal .tm,
#leaving-site-modal .ml,
#leaving-site-modal .mr,
#leaving-site-modal .bm {
  position: absolute;
  background-image: url("../img/popup-line.png");
}
/* line 94, ../scss/_global.scss */
#select-country-modal .tm, #select-country-modal .bm,
#leaving-site-modal .tm,
#leaving-site-modal .bm {
  height: 7px;
  left: -3px;
  right: -3px;
}
/* line 99, ../scss/_global.scss */
#select-country-modal .tm,
#leaving-site-modal .tm {
  top: -7px;
}
/* line 102, ../scss/_global.scss */
#select-country-modal .bm,
#leaving-site-modal .bm {
  bottom: -7px;
}
/* line 105, ../scss/_global.scss */
#select-country-modal .ml, #select-country-modal .mr,
#leaving-site-modal .ml,
#leaving-site-modal .mr {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -3px;
  bottom: -3px;
  width: 7px;
}
/* line 115, ../scss/_global.scss */
#select-country-modal .ml,
#leaving-site-modal .ml {
  left: -7px;
}
/* line 118, ../scss/_global.scss */
#select-country-modal .mr,
#leaving-site-modal .mr {
  right: -7px;
}
/* line 121, ../scss/_global.scss */
#select-country-modal .dialog-title,
#leaving-site-modal .dialog-title {
  text-align: center;
  font-family: "titillium web", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 14px;
  color: #fff;
  margin: 30px 0 30px;
}
/* line 130, ../scss/_global.scss */
#select-country-modal .country-list,
#leaving-site-modal .country-list {
  padding: 0 49px;
}
/* line 132, ../scss/_global.scss */
#select-country-modal .country-list .countries,
#leaving-site-modal .country-list .countries {
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 136, ../scss/_global.scss */
#select-country-modal .country-list .countries.left,
#leaving-site-modal .country-list .countries.left {
  float: left;
}
/* line 138, ../scss/_global.scss */
#select-country-modal .country-list .countries.left li,
#leaving-site-modal .country-list .countries.left li {
  width: 200px;
}
/* line 142, ../scss/_global.scss */
#select-country-modal .country-list .countries.right,
#leaving-site-modal .country-list .countries.right {
  float: left;
}
/* line 144, ../scss/_global.scss */
#select-country-modal .country-list .countries.right li,
#leaving-site-modal .country-list .countries.right li {
  width: 130px;
}
/* line 148, ../scss/_global.scss */
#select-country-modal .country-list .countries li,
#leaving-site-modal .country-list .countries li {
  list-style: none;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  height: 17px;
  padding-left: 30px;
  margin-bottom: 17px;
  line-height: 17px;
  position: relative;
}
/* line 158, ../scss/_global.scss */
#select-country-modal .country-list .countries li:hover:before,
#leaving-site-modal .country-list .countries li:hover:before {
  background-image: url("/_ui/img/hover-line.png");
  width: 9px;
  height: 23px;
  position: relative;
  display: inline-block;
  content: '\00a0';
  position: absolute;
  left: -10px;
  top: -3px;
}
/* line 169, ../scss/_global.scss */
#select-country-modal .country-list .countries li:hover:after,
#leaving-site-modal .country-list .countries li:hover:after {
  background-image: url("/_ui/img/hover-line.png");
  width: 9px;
  height: 23px;
  position: absolute;
  display: inline-block;
  content: '\00a0';
  top: -3px;
}
/* line 179, ../scss/_global.scss */
#select-country-modal .country-list .countries li a,
#leaving-site-modal .country-list .countries li a {
  color: #fff;
  text-decoration: none;
  padding-right: 5px;
}
/* line 183, ../scss/_global.scss */
#select-country-modal .country-list .countries li a:hover,
#leaving-site-modal .country-list .countries li a:hover {
  color: #5ceaff;
  cursor: pointer;
}

/* line 193, ../scss/_global.scss */
#leaving-site-modal {
  padding: 0 37px;
}
/* line 195, ../scss/_global.scss */
#leaving-site-modal .leaving-title {
  font-family: "titillium web", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  margin: 21px 0 6px;
}
/* line 203, ../scss/_global.scss */
#leaving-site-modal .divide-bg {
  height: 9px;
  width: 100%;
  background-image: url("../img/popup-divide.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 0 20px;
}
/* line 211, ../scss/_global.scss */
#leaving-site-modal .leaving-text {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
}
/* line 217, ../scss/_global.scss */
#leaving-site-modal .options {
  width: 100%;
  position: relative;
  text-align: center;
}
/* line 221, ../scss/_global.scss */
#leaving-site-modal .options a {
  font-family: "titillium web", sans-serif;
  display: inline-block;
  color: #731e08;
  background-color: #e45f30;
  text-decoration: none;
  width: 132px;
  height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  position: absolute;
}
/* line 234, ../scss/_global.scss */
#leaving-site-modal .options a:first-child {
  left: 25px;
}
/* line 237, ../scss/_global.scss */
#leaving-site-modal .options a:last-child {
  right: 25px;
}
/* line 240, ../scss/_global.scss */
#leaving-site-modal .options a:before {
  content: '';
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 25px;
  height: 34px;
  background: url("../img/popup-left-triangle.png") no-repeat 0 0;
}
/* line 250, ../scss/_global.scss */
#leaving-site-modal .options a:after {
  content: '';
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
  width: 25px;
  height: 34px;
  background: url("../img/popup-right-triangle.png") no-repeat 0 0;
}
/* line 261, ../scss/_global.scss */
#leaving-site-modal .options a:hover {
  color: #fffdf0;
}

/* line 268, ../scss/_global.scss */
#gus-wrapper {
  border: 0px;
  width: 100%;
  height: 56px;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 100;
  display: block;
}
/* line 277, ../scss/_global.scss */
#gus-wrapper iframe {
  width: 100%;
  overflow: hidden;
  border: 0;
}

/* line 284, ../scss/_global.scss */
.hero-bg {
  position: fixed;
  top: -70px;
  width: 100%;
  height: 912px;
  z-index: -1;
  background: url("../img/lg-bg.png") no-repeat center;
}

/* line 294, ../scss/_global.scss */
.bg-left-tile,
.bg-right-tile {
  position: fixed;
  top: -70px;
  width: 50%;
  height: 912px;
  z-index: -2;
  display: none;
}

/* line 303, ../scss/_global.scss */
.bg-left-tile {
  background: url("../img/background_left_tile.png") repeat-x top left;
  left: 0;
}

/* line 308, ../scss/_global.scss */
.bg-right-tile {
  background: url("../img/background_right_tile.png") repeat-x top right;
  right: 0;
}

/* line 314, ../scss/_global.scss */
.stripe-bg {
  background: url("../img/stripe-bg.png") repeat 0 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -3;
}

/* line 322, ../scss/_global.scss */
#body-content {
  position: relative;
  padding-top: 70px;
  z-index: 16;
}
/* line 326, ../scss/_global.scss */
#body-content #main-menu {
  position: fixed;
  z-index: 15;
  display: inline-block;
  width: 178px;
  height: 56px;
  background: url("../img/menu.png") no-repeat top left;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 49px;
  text-shadow: 0 2px #340b10;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 341, ../scss/_global.scss */
#body-content #main-menu:hover {
  background-position: 0 -56px;
}
/* line 345, ../scss/_global.scss */
#body-content .top-nav {
  position: relative;
}
/* line 348, ../scss/_global.scss */
#body-content .logo-wrapper {
  position: relative;
}
/* line 350, ../scss/_global.scss */
#body-content .logo-wrapper .game-logo {
  text-align: center;
}
/* line 352, ../scss/_global.scss */
#body-content .logo-wrapper .game-logo a {
  display: inline-block;
  margin-top: 20px;
}
/* line 355, ../scss/_global.scss */
#body-content .logo-wrapper .game-logo a img {
  width: auto;
  margin: 0 25px;
}
/* line 361, ../scss/_global.scss */
#body-content .logo-wrapper .ds-logo {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 366, ../scss/_global.scss */
#body-content .logo-wrapper .ds-logo img {
  width: auto;
  display: inline-block;
}

/* line 374, ../scss/_global.scss */
#back-top {
  width: 52px;
  height: 57px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  background-image: url("../img/back-to-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  z-index: 26;
}
/* line 386, ../scss/_global.scss */
#back-top:hover {
  background-position: 0 -57px;
}

/** Error page **/
/* line 393, ../scss/_global.scss */
#four-o-four {
  margin-top: 90px;
}
/* line 395, ../scss/_global.scss */
#four-o-four .oops {
  font-family: 'Titillium Web', sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: #e45f30;
  margin-bottom: 15px;
}
/* line 403, ../scss/_global.scss */
#four-o-four .line404 {
  background: url("../img/line-404.png") no-repeat 0 0;
  height: 9px;
  width: 100%;
  margin-bottom: 25px;
}
/* line 410, ../scss/_global.scss */
#four-o-four .message404 {
  color: #e45f30;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 15px;
}
/* line 417, ../scss/_global.scss */
#four-o-four .error404 {
  font-size: 28px;
  line-height: 28px;
  color: #757e83;
}

/* line 427, ../scss/_global.scss */
#error-pokemon {
  background: url("../img/error-pokemon.png") no-repeat center;
  max-width: 315px;
  height: 395px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

/** Animation **/
/* line 436, ../scss/_global.scss */
#animation-container {
  max-width: 1940px;
  height: 912px;
  position: relative;
  margin: 0 auto;
  z-index: -1;
}

/* line 443, ../scss/_global.scss */
.animation {
  opacity: 0;
  position: absolute;
}

/* line 448, ../scss/_global.scss */
.preload {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}

/* line 454, ../scss/_global.scss */
#bubble-anim1 {
  width: 300px;
  height: 847px;
  position: absolute;
  right: 100px;
  top: 70px;
  background-image: url("../img/bubble-anim-1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}

/* line 466, ../scss/_global.scss */
#bubble-anim2 {
  width: 208px;
  height: 633px;
  position: absolute;
  right: 50px;
  top: 284px;
  background-image: url("../img/bubble-anim-2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}

/* line 478, ../scss/_global.scss */
#bubble-anim3 {
  width: 300px;
  height: 847px;
  position: absolute;
  right: 300px;
  top: 70px;
  background-image: url("../img/bubble-anim-1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  overflow: hidden;
}

/* line 496, ../scss/_global.scss */
#bubble-anim4 {
  width: 208px;
  height: 633px;
  position: absolute;
  right: 200px;
  top: 100px;
  background-image: url("../img/bubble-anim-2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  overflow: hidden;
}

/* line 514, ../scss/_global.scss */
#bubble-anim5 {
  width: 300px;
  height: 847px;
  position: absolute;
  right: -20px;
  top: 70px;
  background-image: url("../img/bubble-anim-1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  overflow: hidden;
}

/* line 532, ../scss/_global.scss */
#bubble1 {
  top: 792px;
  right: 145px;
  width: 33px;
  height: 39px;
  background: url("../img/animation/large-bubbles/bubble1.png") no-repeat 0 0;
  background-size: 80%;
  -webkit-animation: bubble1 4s linear 0s infinite;
  -moz-animation: bubble1 4s linear 0s infinite;
  animation: bubble1 4s linear 0s infinite;
}

@-webkit-keyframes bubble1 {
  /* line 545, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 145px;
    opacity: 1;
  }

  /* line 551, ../scss/_global.scss */
  15% {
    right: 131px;
    top: 610px;
    opacity: 1;
  }

  /* line 558, ../scss/_global.scss */
  30% {
    top: 427px;
    right: 145px;
    opacity: 0;
  }

  /* line 564, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble1 {
  /* line 570, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 145px;
    opacity: 1;
  }

  /* line 576, ../scss/_global.scss */
  15% {
    right: 131px;
    top: 610px;
    opacity: 1;
  }

  /* line 583, ../scss/_global.scss */
  30% {
    top: 427px;
    right: 145px;
    opacity: 0;
  }

  /* line 589, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble1 {
  /* line 595, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 145px;
    opacity: 1;
  }

  /* line 601, ../scss/_global.scss */
  15% {
    right: 131px;
    top: 610px;
    opacity: 1;
  }

  /* line 608, ../scss/_global.scss */
  30% {
    top: 427px;
    right: 145px;
    opacity: 0;
  }

  /* line 614, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 619, ../scss/_global.scss */
#fire2 {
  background: url("../img/animation/large-sparks/spark1.png") no-repeat 0 0;
  width: 32px;
  height: 54px;
  top: 792px;
  left: 545px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: fire2 4s linear 0.1s infinite;
  -moz-animation: fire2 4s linear 0.1s infinite;
  animation: fire2 4s linear 0.1s infinite;
}

@-webkit-keyframes fire2 {
  /* line 632, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 545px;
    opacity: 1;
  }

  /* line 638, ../scss/_global.scss */
  5% {
    left: 490px;
    top: 806px;
  }

  /* line 643, ../scss/_global.scss */
  8% {
    left: 463px;
    top: 705px;
  }

  /* line 648, ../scss/_global.scss */
  11% {
    left: 487px;
    top: 495px;
  }

  /* line 653, ../scss/_global.scss */
  14% {
    left: 449px;
    top: 349px;
  }

  /* line 658, ../scss/_global.scss */
  20% {
    left: 407px;
    top: 185px;
  }

  /* line 663, ../scss/_global.scss */
  25% {
    left: 437px;
    top: 81px;
  }

  /* line 668, ../scss/_global.scss */
  30% {
    left: 433px;
    top: 0;
    opacity: 0;
  }

  /* line 674, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire2 {
  /* line 681, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 545px;
    opacity: 1;
  }

  /* line 687, ../scss/_global.scss */
  5% {
    left: 490px;
    top: 806px;
  }

  /* line 692, ../scss/_global.scss */
  8% {
    left: 463px;
    top: 705px;
  }

  /* line 697, ../scss/_global.scss */
  11% {
    left: 487px;
    top: 495px;
  }

  /* line 702, ../scss/_global.scss */
  14% {
    left: 449px;
    top: 349px;
  }

  /* line 707, ../scss/_global.scss */
  20% {
    left: 407px;
    top: 185px;
  }

  /* line 712, ../scss/_global.scss */
  25% {
    left: 437px;
    top: 81px;
  }

  /* line 717, ../scss/_global.scss */
  30% {
    left: 433px;
    top: 0;
    opacity: 0;
  }

  /* line 723, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire2 {
  /* line 729, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 545px;
    opacity: 1;
  }

  /* line 735, ../scss/_global.scss */
  5% {
    left: 490px;
    top: 806px;
  }

  /* line 740, ../scss/_global.scss */
  8% {
    left: 463px;
    top: 705px;
  }

  /* line 745, ../scss/_global.scss */
  11% {
    left: 487px;
    top: 495px;
  }

  /* line 750, ../scss/_global.scss */
  14% {
    left: 449px;
    top: 349px;
  }

  /* line 755, ../scss/_global.scss */
  20% {
    left: 407px;
    top: 185px;
  }

  /* line 760, ../scss/_global.scss */
  25% {
    left: 437px;
    top: 81px;
  }

  /* line 765, ../scss/_global.scss */
  30% {
    left: 433px;
    top: 0;
    opacity: 0;
  }

  /* line 771, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 776, ../scss/_global.scss */
#bubble3 {
  width: 47px;
  height: 35px;
  top: 792px;
  right: 176px;
  background: url("../img/animation/large-bubbles/bubble2.png") no-repeat 0 0;
  background-size: 50%;
  -webkit-animation: bubble3 4s linear 0.3s infinite;
  -moz-animation: bubble3 4s linear 0.3s infinite;
  animation: bubble3 4s linear 0.3s infinite;
}

@-webkit-keyframes bubble3 {
  /* line 789, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 176px;
    opacity: 1;
  }

  /* line 795, ../scss/_global.scss */
  25% {
    top: 458px;
    right: 213px;
    opacity: 0;
  }

  /* line 801, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble3 {
  /* line 807, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 176px;
    opacity: 1;
  }

  /* line 813, ../scss/_global.scss */
  25% {
    top: 458px;
    right: 213px;
    opacity: 0;
  }

  /* line 819, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble3 {
  /* line 825, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 176px;
    opacity: 1;
  }

  /* line 831, ../scss/_global.scss */
  25% {
    top: 458px;
    right: 213px;
    opacity: 0;
  }

  /* line 837, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 842, ../scss/_global.scss */
#fire4 {
  width: 14px;
  height: 16px;
  background: url("../img/animation/large-sparks/spark4.png") no-repeat 0 0;
  top: 792px;
  left: 280px;
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  -webkit-animation: fire4 4s linear 0.5s infinite;
  -moz-animation: fire4 4s linear 0.5s infinite;
  animation: fire4 4s linear 0.5s infinite;
}

@-webkit-keyframes fire4 {
  /* line 855, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 280px;
    opacity: 1;
  }

  /* line 860, ../scss/_global.scss */
  25% {
    top: 535px;
    left: 280px;
    opacity: 0;
  }

  /* line 865, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire4 {
  /* line 871, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 280px;
    opacity: 1;
  }

  /* line 876, ../scss/_global.scss */
  25% {
    top: 535px;
    left: 280px;
    opacity: 0;
  }

  /* line 881, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire4 {
  /* line 887, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 280px;
    opacity: 1;
  }

  /* line 892, ../scss/_global.scss */
  25% {
    top: 535px;
    left: 280px;
    opacity: 0;
  }

  /* line 897, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 902, ../scss/_global.scss */
#fire5 {
  width: 18px;
  height: 31px;
  background: url("../img/animation/large-sparks/spark5.png") no-repeat 0 0;
  top: 792px;
  left: 35px;
  -webkit-animation: fire5 4s linear 0.6s infinite;
  -moz-animation: fire5 4s linear 0.6s infinite;
  animation: fire5 4s linear 0.6s infinite;
}

@-webkit-keyframes fire5 {
  /* line 914, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 35px;
    opacity: 1;
  }

  /* line 920, ../scss/_global.scss */
  5% {
    left: 77px;
    top: 770px;
  }

  /* line 925, ../scss/_global.scss */
  8% {
    left: 31px;
    top: 667px;
  }

  /* line 930, ../scss/_global.scss */
  12% {
    left: 93px;
    top: 530px;
  }

  /* line 935, ../scss/_global.scss */
  17% {
    left: 30px;
    top: 420px;
  }

  /* line 940, ../scss/_global.scss */
  25% {
    left: 68px;
    top: 288px;
  }

  /* line 945, ../scss/_global.scss */
  35% {
    left: 36px;
    top: 117px;
  }

  /* line 950, ../scss/_global.scss */
  50% {
    left: 72px;
    top: 0;
    opacity: 0;
  }

  /* line 956, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire5 {
  /* line 962, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 35px;
    opacity: 1;
  }

  /* line 968, ../scss/_global.scss */
  5% {
    left: 77px;
    top: 770px;
  }

  /* line 973, ../scss/_global.scss */
  8% {
    left: 31px;
    top: 667px;
  }

  /* line 978, ../scss/_global.scss */
  12% {
    left: 93px;
    top: 530px;
  }

  /* line 983, ../scss/_global.scss */
  17% {
    left: 30px;
    top: 420px;
  }

  /* line 988, ../scss/_global.scss */
  25% {
    left: 68px;
    top: 288px;
  }

  /* line 993, ../scss/_global.scss */
  35% {
    left: 36px;
    top: 117px;
  }

  /* line 998, ../scss/_global.scss */
  50% {
    left: 72px;
    top: 0;
    opacity: 0;
  }

  /* line 1004, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire5 {
  /* line 1010, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 35px;
    opacity: 1;
  }

  /* line 1016, ../scss/_global.scss */
  5% {
    left: 77px;
    top: 770px;
  }

  /* line 1021, ../scss/_global.scss */
  8% {
    left: 31px;
    top: 667px;
  }

  /* line 1026, ../scss/_global.scss */
  12% {
    left: 93px;
    top: 530px;
  }

  /* line 1031, ../scss/_global.scss */
  17% {
    left: 30px;
    top: 420px;
  }

  /* line 1036, ../scss/_global.scss */
  25% {
    left: 68px;
    top: 288px;
  }

  /* line 1041, ../scss/_global.scss */
  35% {
    left: 36px;
    top: 117px;
  }

  /* line 1046, ../scss/_global.scss */
  50% {
    left: 72px;
    top: 0;
    opacity: 0;
  }

  /* line 1052, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1057, ../scss/_global.scss */
#fire6 {
  width: 10px;
  height: 16px;
  background: url("../img/animation/small-sparks/spark1.png") no-repeat 0 0;
  top: 792px;
  left: 440px;
  -webkit-animation: fire6 4s linear 0.7s infinite;
  -moz-animation: fire6 4s linear 0.7s infinite;
  animation: fire6 4s linear 0.7s infinite;
}

@-webkit-keyframes fire6 {
  /* line 1069, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 440px;
    opacity: 1;
  }

  /* line 1074, ../scss/_global.scss */
  10% {
    left: 440px;
    top: 535px;
    opacity: 0;
  }

  /* line 1079, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire6 {
  /* line 1085, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 440px;
    opacity: 1;
  }

  /* line 1090, ../scss/_global.scss */
  10% {
    left: 440px;
    top: 535px;
    opacity: 0;
  }

  /* line 1095, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire6 {
  /* line 1101, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 440px;
    opacity: 1;
  }

  /* line 1106, ../scss/_global.scss */
  10% {
    left: 440px;
    top: 535px;
    opacity: 0;
  }

  /* line 1111, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1116, ../scss/_global.scss */
#bubble7 {
  width: 49px;
  height: 50px;
  top: 792px;
  right: 75px;
  background: url("../img/animation/large-bubbles/bubble3.png") no-repeat 0 0;
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  -o-background-size: 70%;
  background-size: 70%;
  -webkit-animation: bubble7 4s linear 0.8s infinite;
  -moz-animation: bubble7 4s linear 0.8s infinite;
  animation: bubble7 4s linear 0.8s infinite;
}

@-webkit-keyframes bubble7 {
  /* line 1129, ../scss/_global.scss */
  0% {
    right: 86px;
    top: 792px;
    opacity: 1;
  }

  /* line 1135, ../scss/_global.scss */
  10% {
    top: 690px;
    right: 25px;
    opacity: 1;
  }

  /* line 1141, ../scss/_global.scss */
  20% {
    top: 450px;
    right: 10px;
    opacity: 0;
  }

  /* line 1147, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble7 {
  /* line 1153, ../scss/_global.scss */
  0% {
    right: 86px;
    top: 792px;
    opacity: 1;
  }

  /* line 1159, ../scss/_global.scss */
  10% {
    top: 690px;
    right: 25px;
    opacity: 1;
  }

  /* line 1165, ../scss/_global.scss */
  20% {
    top: 450px;
    right: 10px;
    opacity: 0;
  }

  /* line 1171, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble7 {
  /* line 1177, ../scss/_global.scss */
  0% {
    right: 86px;
    top: 792px;
    opacity: 1;
  }

  /* line 1183, ../scss/_global.scss */
  10% {
    top: 690px;
    right: 25px;
    opacity: 1;
  }

  /* line 1189, ../scss/_global.scss */
  20% {
    top: 450px;
    right: 10px;
    opacity: 0;
  }

  /* line 1195, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1200, ../scss/_global.scss */
#bubble7b {
  top: 792px;
  right: 280px;
  width: 43px;
  height: 51px;
  background: url("../img/animation/large-bubbles/bubble1.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: bubble7b 4s linear 0.8s infinite;
  -moz-animation: bubble7b 4s linear 0.8s infinite;
  animation: bubble7b 4s linear 0.8s infinite;
}

@-webkit-keyframes bubble7b {
  /* line 1213, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 100px;
    opacity: 1;
  }

  /* line 1219, ../scss/_global.scss */
  10% {
    top: 735px;
    right: 160px;
    opacity: 1;
  }

  /* line 1225, ../scss/_global.scss */
  20% {
    top: 530px;
    right: 191px;
    opacity: 1;
  }

  /* line 1231, ../scss/_global.scss */
  30% {
    top: 260px;
    right: 157px;
    opacity: 1;
  }

  /* line 1237, ../scss/_global.scss */
  40% {
    right: 56px;
    top: 18px;
    opacity: 0;
  }

  /* line 1243, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble7b {
  /* line 1249, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 100px;
    opacity: 1;
  }

  /* line 1255, ../scss/_global.scss */
  10% {
    top: 735px;
    right: 160px;
    opacity: 1;
  }

  /* line 1261, ../scss/_global.scss */
  20% {
    top: 530px;
    right: 191px;
    opacity: 1;
  }

  /* line 1267, ../scss/_global.scss */
  30% {
    top: 260px;
    right: 157px;
    opacity: 1;
  }

  /* line 1273, ../scss/_global.scss */
  40% {
    right: 56px;
    top: 18px;
    opacity: 0;
  }

  /* line 1279, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble7b {
  /* line 1285, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 100px;
    opacity: 1;
  }

  /* line 1291, ../scss/_global.scss */
  10% {
    top: 735px;
    right: 160px;
    opacity: 1;
  }

  /* line 1297, ../scss/_global.scss */
  20% {
    top: 530px;
    right: 191px;
    opacity: 1;
  }

  /* line 1303, ../scss/_global.scss */
  30% {
    top: 260px;
    right: 157px;
    opacity: 1;
  }

  /* line 1309, ../scss/_global.scss */
  40% {
    right: 56px;
    top: 18px;
    opacity: 0;
  }

  /* line 1315, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1320, ../scss/_global.scss */
#fire8 {
  width: 10px;
  height: 14px;
  left: 426px;
  top: 792px;
  background: url("../img/animation/small-sparks/spark3.png") no-repeat 0 0;
  -webkit-animation: fire8 4s linear 1s infinite;
  -moz-animation: fire8 4s linear 1s infinite;
  animation: fire8 4s linear 1s infinite;
}

@-webkit-keyframes fire8 {
  /* line 1332, ../scss/_global.scss */
  0% {
    left: 426px;
    top: 792px;
    opacity: 1;
  }

  /* line 1338, ../scss/_global.scss */
  15% {
    top: 600px;
    left: 426px;
    opacity: 0;
  }

  /* line 1344, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire8 {
  /* line 1350, ../scss/_global.scss */
  0% {
    left: 426px;
    top: 792px;
    opacity: 1;
  }

  /* line 1356, ../scss/_global.scss */
  15% {
    top: 600px;
    left: 426px;
    opacity: 0;
  }

  /* line 1362, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire8 {
  /* line 1368, ../scss/_global.scss */
  0% {
    left: 426px;
    top: 792px;
    opacity: 1;
  }

  /* line 1374, ../scss/_global.scss */
  15% {
    top: 600px;
    left: 426px;
    opacity: 0;
  }

  /* line 1380, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1385, ../scss/_global.scss */
#bubble9 {
  width: 49px;
  height: 50px;
  top: 792px;
  right: 150px;
  background: url("../img/animation/large-bubbles/bubble3.png") no-repeat 0 0;
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  -o-background-size: 70%;
  background-size: 70%;
  -webkit-animation: bubble9 4s linear 1.2s infinite;
  -moz-animation: bubble9 4s linear 1.2s infinite;
  animation: bubble9 4s linear 1.2s infinite;
}

@-webkit-keyframes bubble9 {
  /* line 1398, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 150px;
    opacity: 1;
  }

  /* line 1404, ../scss/_global.scss */
  15% {
    top: 605px;
    right: 150px;
    opacity: 0;
  }

  /* line 1410, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble9 {
  /* line 1416, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 150px;
    opacity: 1;
  }

  /* line 1422, ../scss/_global.scss */
  15% {
    top: 605px;
    right: 150px;
    opacity: 0;
  }

  /* line 1428, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble9 {
  /* line 1434, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 150px;
    opacity: 1;
  }

  /* line 1440, ../scss/_global.scss */
  15% {
    top: 605px;
    right: 150px;
    opacity: 0;
  }

  /* line 1446, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1451, ../scss/_global.scss */
#fire10 {
  width: 10px;
  height: 14px;
  top: 792px;
  left: 280px;
  background: url("../img/animation/small-sparks/spark3.png") no-repeat 0 0;
  -webkit-animation: fire10 4s linear 1.2s infinite;
  -moz-animation: fire10 4s linear 1.2s infinite;
  animation: fire10 4s linear 1.2s infinite;
}

@-webkit-keyframes fire10 {
  /* line 1463, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 280px;
    opacity: 1;
  }

  /* line 1469, ../scss/_global.scss */
  15% {
    top: 535px;
    right: 280px;
    opacity: 0;
  }

  /* line 1475, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire10 {
  /* line 1481, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 280px;
    opacity: 1;
  }

  /* line 1487, ../scss/_global.scss */
  15% {
    top: 535px;
    right: 280px;
    opacity: 0;
  }

  /* line 1493, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire10 {
  /* line 1499, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 280px;
    opacity: 1;
  }

  /* line 1505, ../scss/_global.scss */
  15% {
    top: 535px;
    right: 280px;
    opacity: 0;
  }

  /* line 1511, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1516, ../scss/_global.scss */
#bubble11 {
  width: 66px;
  height: 49px;
  top: 792px;
  right: 88px;
  background: url("../img/animation/large-bubbles/bubble2.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: bubble11 4s linear 1.5s infinite;
  -moz-animation: bubble11 4s linear 1.5s infinite;
  animation: bubble11 4s linear 1.5s infinite;
}

@-webkit-keyframes bubble11 {
  /* line 1529, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 88px;
    opacity: 1;
  }

  /* line 1535, ../scss/_global.scss */
  10% {
    top: 741px;
    right: 75px;
    opacity: 1;
  }

  /* line 1541, ../scss/_global.scss */
  18% {
    top: 455px;
    right: 130px;
    opacity: 1;
  }

  /* line 1547, ../scss/_global.scss */
  25% {
    top: 255px;
    right: 200px;
    opacity: 1;
  }

  /* line 1553, ../scss/_global.scss */
  35% {
    top: 0;
    right: 220px;
    opacity: 0;
  }

  /* line 1559, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble11 {
  /* line 1566, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 88px;
    opacity: 1;
  }

  /* line 1572, ../scss/_global.scss */
  10% {
    top: 741px;
    right: 75px;
    opacity: 1;
  }

  /* line 1578, ../scss/_global.scss */
  18% {
    top: 455px;
    right: 130px;
    opacity: 1;
  }

  /* line 1584, ../scss/_global.scss */
  25% {
    top: 255px;
    right: 200px;
    opacity: 1;
  }

  /* line 1590, ../scss/_global.scss */
  35% {
    top: 0;
    right: 220px;
    opacity: 0;
  }

  /* line 1596, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble11 {
  /* line 1602, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 88px;
    opacity: 1;
  }

  /* line 1608, ../scss/_global.scss */
  10% {
    top: 741px;
    right: 75px;
    opacity: 1;
  }

  /* line 1614, ../scss/_global.scss */
  18% {
    top: 455px;
    right: 130px;
    opacity: 1;
  }

  /* line 1620, ../scss/_global.scss */
  25% {
    top: 255px;
    right: 200px;
    opacity: 1;
  }

  /* line 1626, ../scss/_global.scss */
  35% {
    top: 0;
    right: 220px;
    opacity: 0;
  }

  /* line 1632, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1637, ../scss/_global.scss */
#bubble12 {
  width: 69px;
  height: 70px;
  top: 792px;
  right: 484px;
  background: url("../img/animation/large-bubbles/bubble3.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: bubble12 4s linear 2.2s infinite;
  -moz-animation: bubble12 4s linear 2.2s infinite;
  animation: bubble12 4s linear 2.2s infinite;
}

@-webkit-keyframes bubble12 {
  /* line 1650, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 484px;
    opacity: 1;
  }

  /* line 1656, ../scss/_global.scss */
  8% {
    top: 820px;
    right: 490px;
    opacity: 1;
  }

  /* line 1662, ../scss/_global.scss */
  16% {
    top: 615px;
    right: 450px;
    opacity: 1;
  }

  /* line 1668, ../scss/_global.scss */
  24% {
    top: 330px;
    right: 415px;
    opacity: 1;
  }

  /* line 1674, ../scss/_global.scss */
  32% {
    top: 0;
    right: 470px;
    opacity: 0;
  }

  /* line 1680, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble12 {
  /* line 1686, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 484px;
    opacity: 1;
  }

  /* line 1692, ../scss/_global.scss */
  8% {
    top: 820px;
    right: 490px;
    opacity: 1;
  }

  /* line 1698, ../scss/_global.scss */
  16% {
    top: 615px;
    right: 450px;
    opacity: 1;
  }

  /* line 1704, ../scss/_global.scss */
  24% {
    top: 330px;
    right: 415px;
    opacity: 1;
  }

  /* line 1710, ../scss/_global.scss */
  32% {
    top: 0;
    right: 470px;
    opacity: 0;
  }

  /* line 1716, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble12 {
  /* line 1722, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 484px;
    opacity: 1;
  }

  /* line 1728, ../scss/_global.scss */
  8% {
    top: 820px;
    right: 490px;
    opacity: 1;
  }

  /* line 1734, ../scss/_global.scss */
  16% {
    top: 615px;
    right: 450px;
    opacity: 1;
  }

  /* line 1740, ../scss/_global.scss */
  24% {
    top: 330px;
    right: 415px;
    opacity: 1;
  }

  /* line 1746, ../scss/_global.scss */
  32% {
    top: 0;
    right: 470px;
    opacity: 0;
  }

  /* line 1752, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1757, ../scss/_global.scss */
#fire13 {
  width: 10px;
  height: 16px;
  top: 792px;
  left: 540px;
  background: url("../img/animation/large-bubbles/bubble3.png") no-repeat 0 0;
  -webkit-animation: bubble12 4s linear 2.2s infinite;
  -moz-animation: bubble12 4s linear 2.2s infinite;
  animation: bubble12 4s linear 2.2s infinite;
}

@-webkit-keyframes fire13 {
  /* line 1769, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 540px;
    opacity: 1;
  }

  /* line 1775, ../scss/_global.scss */
  20% {
    top: 670px;
    left: 540px;
    opacity: 0;
  }

  /* line 1781, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire13 {
  /* line 1787, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 540px;
    opacity: 1;
  }

  /* line 1793, ../scss/_global.scss */
  20% {
    top: 670px;
    left: 540px;
    opacity: 0;
  }

  /* line 1799, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire13 {
  /* line 1805, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 540px;
    opacity: 1;
  }

  /* line 1811, ../scss/_global.scss */
  20% {
    top: 670px;
    left: 540px;
    opacity: 0;
  }

  /* line 1817, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1822, ../scss/_global.scss */
#fire14 {
  width: 21px;
  height: 31px;
  top: 792px;
  left: 420px;
  background: url("../img/animation/large-sparks/spark3.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: fire14 4s linear 2.3s infinite;
  -moz-animation: fire14 4s linear 2.3s infinite;
  animation: fire14 4s linear 2.3s infinite;
}

@-webkit-keyframes fire14 {
  /* line 1835, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 420px;
    opacity: 1;
  }

  /* line 1841, ../scss/_global.scss */
  5% {
    left: 390px;
    top: 744px;
  }

  /* line 1846, ../scss/_global.scss */
  7% {
    left: 418px;
    top: 594px;
  }

  /* line 1851, ../scss/_global.scss */
  10% {
    left: 379px;
    top: 463px;
  }

  /* line 1856, ../scss/_global.scss */
  15% {
    left: 392px;
    top: 320px;
  }

  /* line 1861, ../scss/_global.scss */
  20% {
    left: 450px;
    top: 220px;
  }

  /* line 1866, ../scss/_global.scss */
  30% {
    left: 401px;
    top: 113px;
  }

  /* line 1871, ../scss/_global.scss */
  40% {
    left: 431px;
    top: 0;
    opacity: 0;
  }

  /* line 1877, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire14 {
  /* line 1883, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 420px;
    opacity: 1;
  }

  /* line 1889, ../scss/_global.scss */
  10% {
    top: 420px;
    left: 243px;
    opacity: 1;
  }

  /* line 1895, ../scss/_global.scss */
  20% {
    top: 0;
    left: 185px;
    opacity: 0;
  }

  /* line 1901, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire14 {
  /* line 1907, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 420px;
    opacity: 1;
  }

  /* line 1913, ../scss/_global.scss */
  10% {
    top: 420px;
    left: 243px;
    opacity: 1;
  }

  /* line 1919, ../scss/_global.scss */
  20% {
    top: 0;
    left: 185px;
    opacity: 0;
  }

  /* line 1925, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 1930, ../scss/_global.scss */
#fire15 {
  width: 10px;
  height: 14px;
  left: 426px;
  top: 792px;
  background: url("../img/animation/small-sparks/spark3.png") no-repeat 0 0;
  -webkit-animation: fire8 4s linear 2.3s infinite;
  -moz-animation: fire8 4s linear 2.3s infinite;
  animation: fire8 4s linear 2.3s infinite;
}

/* line 1941, ../scss/_global.scss */
#fire16 {
  width: 30px;
  height: 34px;
  top: 792px;
  left: 377px;
  background: url("../img/animation/large-sparks/spark4.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: fire16 4s linear 2.6s infinite;
  -moz-animation: fire16 4s linear 2.6s infinite;
  animation: fire16 4s linear 2.6s infinite;
}

@-webkit-keyframes fire16 {
  /* line 1954, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 377px;
    opacity: 1;
  }

  /* line 1960, ../scss/_global.scss */
  7% {
    left: 413px;
    top: 760px;
  }

  /* line 1965, ../scss/_global.scss */
  14% {
    left: 376px;
    top: 580px;
  }

  /* line 1970, ../scss/_global.scss */
  21% {
    left: 333px;
    top: 324px;
  }

  /* line 1975, ../scss/_global.scss */
  25% {
    left: 380px;
    top: 146px;
  }

  /* line 1980, ../scss/_global.scss */
  30% {
    left: 415px;
    top: 0;
    opacity: 0;
  }

  /* line 1986, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire16 {
  /* line 1992, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 377px;
    opacity: 1;
  }

  /* line 1998, ../scss/_global.scss */
  7% {
    left: 413px;
    top: 760px;
  }

  /* line 2003, ../scss/_global.scss */
  14% {
    left: 376px;
    top: 580px;
  }

  /* line 2008, ../scss/_global.scss */
  21% {
    left: 333px;
    top: 324px;
  }

  /* line 2013, ../scss/_global.scss */
  25% {
    left: 380px;
    top: 146px;
  }

  /* line 2018, ../scss/_global.scss */
  30% {
    left: 415px;
    top: 0;
    opacity: 0;
  }

  /* line 2024, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire16 {
  /* line 2030, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 377px;
    opacity: 1;
  }

  /* line 2036, ../scss/_global.scss */
  7% {
    left: 413px;
    top: 760px;
  }

  /* line 2041, ../scss/_global.scss */
  14% {
    left: 376px;
    top: 580px;
  }

  /* line 2046, ../scss/_global.scss */
  21% {
    left: 333px;
    top: 324px;
  }

  /* line 2051, ../scss/_global.scss */
  25% {
    left: 380px;
    top: 146px;
  }

  /* line 2056, ../scss/_global.scss */
  30% {
    left: 415px;
    top: 0;
    opacity: 0;
  }

  /* line 2062, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2067, ../scss/_global.scss */
#fire17 {
  width: 10px;
  height: 14px;
  top: 792px;
  left: 280px;
  background: url("../img/animation/small-sparks/spark3.png") no-repeat 0 0;
  -webkit-animation: fire10 4s linear 2.6s infinite;
  -moz-animation: fire10 4s linear 2.6s infinite;
  animation: fire10 4s linear 2.6s infinite;
}

/* line 2078, ../scss/_global.scss */
#bubble17b {
  width: 47px;
  height: 35px;
  top: 792px;
  right: 415px;
  background: url("../img/animation/large-bubbles/bubble2.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: bubble17b 4s linear 2.8s infinite;
  -moz-animation: bubble17b 4s linear 2.8s infinite;
  animation: bubble17b 4s linear 2.8s infinite;
}

@-webkit-keyframes bubble17b {
  /* line 2091, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 415px;
    opacity: 1;
  }

  /* line 2097, ../scss/_global.scss */
  16% {
    top: 460px;
    right: 455px;
    opacity: 0;
  }

  /* line 2103, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble17b {
  /* line 2109, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 415px;
    opacity: 1;
  }

  /* line 2115, ../scss/_global.scss */
  16% {
    top: 460px;
    right: 455px;
    opacity: 0;
  }

  /* line 2121, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble17b {
  /* line 2127, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 415px;
    opacity: 1;
  }

  /* line 2133, ../scss/_global.scss */
  16% {
    top: 460px;
    right: 455px;
    opacity: 0;
  }

  /* line 2139, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2144, ../scss/_global.scss */
#fire18 {
  width: 14px;
  height: 16px;
  top: 792px;
  left: 546px;
  background: url("../img/animation/large-bubbles/bubble2.png") no-repeat 0 0;
  -webkit-animation: fire18 4s linear 2.8s infinite;
  -moz-animation: fire18 4s linear 2.8s infinite;
  animation: fire18 4s linear 2.8s infinite;
}

@-webkit-keyframes fire18 {
  /* line 2156, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 546px;
    opacity: 1;
  }

  /* line 2162, ../scss/_global.scss */
  16% {
    left: 561px;
    top: 478px;
    opacity: 0;
  }

  /* line 2168, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire18 {
  /* line 2174, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 546px;
    opacity: 1;
  }

  /* line 2180, ../scss/_global.scss */
  16% {
    left: 561px;
    top: 478px;
    opacity: 0;
  }

  /* line 2186, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire18 {
  /* line 2192, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 546px;
    opacity: 1;
  }

  /* line 2198, ../scss/_global.scss */
  16% {
    left: 561px;
    top: 478px;
    opacity: 0;
  }

  /* line 2204, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2209, ../scss/_global.scss */
#bubble19 {
  width: 46px;
  height: 55px;
  top: 792px;
  right: 276px;
  background: url("../img/animation/large-bubbles/bubble1.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: bubble7b 4s linear 3.1s infinite;
  -moz-animation: bubble7b 4s linear 3.1s infinite;
  animation: bubble7b 4s linear 3.1s infinite;
}

/* line 2221, ../scss/_global.scss */
#bubble19b {
  width: 33px;
  height: 39px;
  top: 792px;
  right: 388px;
  background: url("../img/animation/large-bubbles/bubble1.png") no-repeat 0 0;
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  -o-background-size: 70%;
  background-size: 70%;
  -webkit-animation: bubble19b 4s linear 3.1s infinite;
  -moz-animation: bubble19b 4s linear 3.1s infinite;
  animation: bubble19b 4s linear 3.1s infinite;
}

@-webkit-keyframes bubble19b {
  /* line 2234, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 388px;
    opacity: 1;
  }

  /* line 2240, ../scss/_global.scss */
  8% {
    right: 377px;
    top: 695px;
    opacity: 1;
  }

  /* line 2246, ../scss/_global.scss */
  16% {
    right: 390px;
    top: 480px;
  }

  /* line 2251, ../scss/_global.scss */
  22% {
    right: 321px;
    top: 201px;
    opacity: 0;
  }

  /* line 2257, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble19b {
  /* line 2263, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 388px;
    opacity: 1;
  }

  /* line 2269, ../scss/_global.scss */
  8% {
    right: 377px;
    top: 695px;
    opacity: 1;
  }

  /* line 2275, ../scss/_global.scss */
  16% {
    right: 390px;
    top: 480px;
    opacity: 0;
  }

  /* line 2281, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble19b {
  /* line 2287, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 388px;
    opacity: 1;
  }

  /* line 2293, ../scss/_global.scss */
  8% {
    right: 377px;
    top: 695px;
    opacity: 1;
  }

  /* line 2299, ../scss/_global.scss */
  16% {
    right: 390px;
    top: 480px;
    opacity: 0;
  }

  /* line 2305, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2310, ../scss/_global.scss */
#bubble20 {
  width: 64px;
  height: 65px;
  top: 792px;
  right: 227px;
  background: url("../img/animation/large-bubbles/bubble4.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: bubble20 4s linear 3.4s infinite;
  -moz-animation: bubble20 4s linear 3.4s infinite;
  animation: bubble20 4s linear 3.4s infinite;
}

@-webkit-keyframes bubble20 {
  /* line 2323, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 127px;
    opacity: 1;
  }

  /* line 2329, ../scss/_global.scss */
  7% {
    right: 70px;
    top: 750px;
    opacity: 1;
  }

  /* line 2335, ../scss/_global.scss */
  14% {
    right: 32px;
    top: 560px;
    opacity: 1;
  }

  /* line 2341, ../scss/_global.scss */
  21% {
    right: 125px;
    top: 270px;
    opacity: 1;
  }

  /* line 2347, ../scss/_global.scss */
  28% {
    top: 0;
    right: 125px;
    opacity: 0;
  }

  /* line 2353, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble20 {
  /* line 2359, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 127px;
    opacity: 1;
  }

  /* line 2365, ../scss/_global.scss */
  7% {
    right: 70px;
    top: 750px;
    opacity: 1;
  }

  /* line 2371, ../scss/_global.scss */
  14% {
    right: 32px;
    top: 560px;
    opacity: 1;
  }

  /* line 2377, ../scss/_global.scss */
  21% {
    right: 125px;
    top: 270px;
    opacity: 1;
  }

  /* line 2383, ../scss/_global.scss */
  28% {
    top: 0;
    right: 125px;
    opacity: 0;
  }

  /* line 2389, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble20 {
  /* line 2395, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 127px;
    opacity: 1;
  }

  /* line 2401, ../scss/_global.scss */
  7% {
    right: 70px;
    top: 750px;
    opacity: 1;
  }

  /* line 2407, ../scss/_global.scss */
  14% {
    right: 32px;
    top: 560px;
    opacity: 1;
  }

  /* line 2413, ../scss/_global.scss */
  21% {
    right: 125px;
    top: 270px;
    opacity: 1;
  }

  /* line 2419, ../scss/_global.scss */
  28% {
    top: 0;
    right: 125px;
    opacity: 0;
  }

  /* line 2425, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2431, ../scss/_global.scss */
#fire21 {
  width: 22.5px;
  height: 38px;
  top: 792px;
  left: 180px;
  background: url("../img/animation/large-sparks/spark1.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: fire21 4s linear 3.5s infinite;
  -moz-animation: fire21 4s linear 3.5s infinite;
  animation: fire21 4s linear 3.5s infinite;
}

@-webkit-keyframes fire21 {
  /* line 2444, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 180px;
    opacity: 1;
  }

  /* line 2450, ../scss/_global.scss */
  7% {
    left: 190px;
    top: 685px;
  }

  /* line 2455, ../scss/_global.scss */
  10% {
    left: 222px;
    top: 540px;
  }

  /* line 2460, ../scss/_global.scss */
  14% {
    left: 179px;
    top: 414px;
  }

  /* line 2465, ../scss/_global.scss */
  19% {
    left: 215px;
    top: 246px;
  }

  /* line 2470, ../scss/_global.scss */
  30% {
    left: 239px;
    top: 103px;
  }

  /* line 2475, ../scss/_global.scss */
  35% {
    left: 175px;
    top: 50px;
  }

  /* line 2480, ../scss/_global.scss */
  43% {
    left: 130px;
    top: 0;
    opacity: 0;
  }

  /* line 2486, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire21 {
  /* line 2492, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 180px;
    opacity: 1;
  }

  /* line 2498, ../scss/_global.scss */
  7% {
    left: 190px;
    top: 685px;
  }

  /* line 2503, ../scss/_global.scss */
  10% {
    left: 222px;
    top: 540px;
  }

  /* line 2508, ../scss/_global.scss */
  14% {
    left: 179px;
    top: 414px;
  }

  /* line 2513, ../scss/_global.scss */
  19% {
    left: 215px;
    top: 246px;
  }

  /* line 2518, ../scss/_global.scss */
  30% {
    left: 239px;
    top: 103px;
  }

  /* line 2523, ../scss/_global.scss */
  35% {
    left: 175px;
    top: 80px;
  }

  /* line 2528, ../scss/_global.scss */
  43% {
    left: 130px;
    top: 0;
    opacity: 0;
  }

  /* line 2534, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire21 {
  /* line 2540, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 180px;
    opacity: 1;
  }

  /* line 2546, ../scss/_global.scss */
  7% {
    left: 190px;
    top: 685px;
  }

  /* line 2551, ../scss/_global.scss */
  10% {
    left: 222px;
    top: 540px;
  }

  /* line 2556, ../scss/_global.scss */
  14% {
    left: 179px;
    top: 414px;
  }

  /* line 2561, ../scss/_global.scss */
  19% {
    left: 215px;
    top: 246px;
  }

  /* line 2566, ../scss/_global.scss */
  30% {
    left: 239px;
    top: 103px;
  }

  /* line 2571, ../scss/_global.scss */
  35% {
    left: 175px;
    top: 80px;
  }

  /* line 2576, ../scss/_global.scss */
  43% {
    left: 130px;
    top: 0;
    opacity: 0;
  }

  /* line 2582, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2587, ../scss/_global.scss */
#fire21b {
  width: 18px;
  height: 31px;
  top: 792px;
  left: 180px;
  background: url("../img/animation/large-sparks/spark5.png") no-repeat 0 0;
  -webkit-animation: fire21b 4s linear 2.0s infinite;
  -moz-animation: fire21b 4s linear 2.0s infinite;
  animation: fire21b 4s linear 2.0s infinite;
}

@-webkit-keyframes fire21b {
  /* line 2599, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 180px;
    opacity: 1;
  }

  /* line 2605, ../scss/_global.scss */
  7% {
    top: 702px;
    left: 203px;
  }

  /* line 2610, ../scss/_global.scss */
  12% {
    left: 187px;
    top: 513px;
  }

  /* line 2615, ../scss/_global.scss */
  17% {
    left: 203px;
    top: 356px;
  }

  /* line 2620, ../scss/_global.scss */
  23% {
    left: 198px;
    top: 210px;
  }

  /* line 2625, ../scss/_global.scss */
  35% {
    left: 177px;
    top: 95px;
  }

  /* line 2630, ../scss/_global.scss */
  43% {
    top: 0;
    left: 207px;
    opacity: 0;
  }

  /* line 2636, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire21b {
  /* line 2642, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 180px;
    opacity: 1;
  }

  /* line 2648, ../scss/_global.scss */
  7% {
    top: 702px;
    left: 203px;
  }

  /* line 2653, ../scss/_global.scss */
  12% {
    left: 187px;
    top: 513px;
  }

  /* line 2658, ../scss/_global.scss */
  17% {
    left: 203px;
    top: 356px;
  }

  /* line 2663, ../scss/_global.scss */
  23% {
    left: 198px;
    top: 210px;
  }

  /* line 2668, ../scss/_global.scss */
  35% {
    left: 177px;
    top: 95px;
  }

  /* line 2673, ../scss/_global.scss */
  43% {
    top: 0;
    left: 207px;
    opacity: 0;
  }

  /* line 2679, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire21b {
  /* line 2685, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 180px;
    opacity: 1;
  }

  /* line 2691, ../scss/_global.scss */
  7% {
    top: 702px;
    left: 203px;
  }

  /* line 2696, ../scss/_global.scss */
  12% {
    left: 187px;
    top: 513px;
  }

  /* line 2701, ../scss/_global.scss */
  17% {
    left: 203px;
    top: 356px;
  }

  /* line 2706, ../scss/_global.scss */
  23% {
    left: 198px;
    top: 210px;
  }

  /* line 2711, ../scss/_global.scss */
  35% {
    left: 177px;
    top: 95px;
  }

  /* line 2716, ../scss/_global.scss */
  43% {
    top: 0;
    left: 207px;
    opacity: 0;
  }

  /* line 2722, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2728, ../scss/_global.scss */
#bubble22 {
  width: 49px;
  height: 50px;
  top: 792px;
  right: 390px;
  background: url("../img/animation/large-bubbles/bubble4.png") no-repeat 0 0;
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  -o-background-size: 70%;
  background-size: 70%;
  -webkit-animation: bubble22 4s linear 3.7s infinite;
  -moz-animation: bubble22 4s linear 3.7s infinite;
  animation: bubble22 4s linear 3.7s infinite;
}

@-webkit-keyframes bubble22 {
  /* line 2741, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 390px;
    opacity: 1;
  }

  /* line 2747, ../scss/_global.scss */
  12% {
    opacity: 0;
    top: 595px;
    right: 390px;
  }

  /* line 2753, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble22 {
  /* line 2759, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 390px;
    opacity: 1;
  }

  /* line 2765, ../scss/_global.scss */
  12% {
    opacity: 0;
    top: 595px;
    right: 390px;
  }

  /* line 2771, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubbble22 {
  /* line 2777, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 390px;
    opacity: 1;
  }

  /* line 2783, ../scss/_global.scss */
  12% {
    opacity: 0;
    top: 595px;
    right: 390px;
  }

  /* line 2789, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2794, ../scss/_global.scss */
#fire22b {
  width: 10px;
  height: 14px;
  left: 426px;
  top: 792px;
  background: url("../img/animation/small-sparks/spark3.png") no-repeat 0 0;
  -webkit-animation: fire8 4s linear 3.7s infinite;
  -moz-animation: fire8 4s linear 3.7s infinite;
  animation: fire8 4s linear 3.7s infinite;
}

/* line 2805, ../scss/_global.scss */
#bubble23 {
  width: 64px;
  height: 65px;
  top: 792px;
  right: 326px;
  background: url("../img/animation/large-bubbles/bubble3.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: bubble23 4s linear 3.9s infinite;
  -moz-animation: bubble23 4s linear 3.9s infinite;
  animation: bubble23 4s linear 3.9s infinite;
}

@-webkit-keyframes bubble23 {
  /* line 2818, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 326px;
    opacity: 1;
  }

  /* line 2824, ../scss/_global.scss */
  7% {
    right: 324px;
    top: 635px;
    opacity: 1;
  }

  /* line 2830, ../scss/_global.scss */
  14% {
    right: 240px;
    top: 380px;
    opacity: 1;
  }

  /* line 2836, ../scss/_global.scss */
  21% {
    right: 178px;
    top: 160px;
    opacity: 1;
  }

  /* line 2842, ../scss/_global.scss */
  25% {
    right: 190px;
    top: 0;
    opacity: 0;
  }

  /* line 2848, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bubble23 {
  /* line 2854, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 326px;
    opacity: 1;
  }

  /* line 2860, ../scss/_global.scss */
  7% {
    right: 324px;
    top: 635px;
    opacity: 1;
  }

  /* line 2866, ../scss/_global.scss */
  14% {
    right: 240px;
    top: 380px;
    opacity: 1;
  }

  /* line 2872, ../scss/_global.scss */
  21% {
    right: 178px;
    top: 160px;
    opacity: 1;
  }

  /* line 2878, ../scss/_global.scss */
  25% {
    right: 190px;
    top: 0;
    opacity: 0;
  }

  /* line 2884, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes bubble23 {
  /* line 2890, ../scss/_global.scss */
  0% {
    top: 792px;
    right: 326px;
    opacity: 1;
  }

  /* line 2896, ../scss/_global.scss */
  7% {
    right: 324px;
    top: 635px;
    opacity: 1;
  }

  /* line 2902, ../scss/_global.scss */
  14% {
    right: 240px;
    top: 380px;
    opacity: 1;
  }

  /* line 2908, ../scss/_global.scss */
  21% {
    right: 178px;
    top: 160px;
    opacity: 1;
  }

  /* line 2914, ../scss/_global.scss */
  25% {
    right: 190px;
    top: 0;
    opacity: 0;
  }

  /* line 2920, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2926, ../scss/_global.scss */
#fire24 {
  width: 10px;
  height: 16px;
  top: 792px;
  left: 488px;
  background: url("../img/animation/small-sparks/spark3.png") no-repeat 0 0;
  -webkit-animation: fire24 4s linear 3.9s infinite;
  -moz-animation: fire24 4s linear 3.9s infinite;
  animation: fire24 4s linear 3.9s infinite;
}

@-webkit-keyframes fire24 {
  /* line 2938, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 488px;
    opacity: 1;
  }

  /* line 2944, ../scss/_global.scss */
  12% {
    left: 475px;
    top: 700px;
    opacity: 0;
  }

  /* line 2950, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire24 {
  /* line 2956, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 488px;
    opacity: 1;
  }

  /* line 2962, ../scss/_global.scss */
  12% {
    left: 475px;
    top: 700px;
    opacity: 0;
  }

  /* line 2968, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire24 {
  /* line 2974, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 488px;
    opacity: 1;
  }

  /* line 2980, ../scss/_global.scss */
  12% {
    left: 475px;
    top: 700px;
    opacity: 0;
  }

  /* line 2986, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 2991, ../scss/_global.scss */
#fire25 {
  width: 14px;
  height: 16px;
  top: 792px;
  left: 558px;
  background: url("../img/animation/small-sparks/spark4.png") no-repeat 0 0;
  -webkit-animation: fire25 4s linear 4s infinite;
  -moz-animation: fire25 4s linear 4s infinite;
  animation: fire25 4s linear 4s infinite;
}

@-webkit-keyframes fire25 {
  /* line 3003, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 558px;
    opacity: 1;
  }

  /* line 3009, ../scss/_global.scss */
  12% {
    left: 565px;
    top: 784px;
    opacity: 0;
  }

  /* line 3015, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fire25 {
  /* line 3021, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 558px;
    opacity: 1;
  }

  /* line 3027, ../scss/_global.scss */
  12% {
    left: 565px;
    top: 784px;
    opacity: 0;
  }

  /* line 3033, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fire25 {
  /* line 3039, ../scss/_global.scss */
  0% {
    top: 792px;
    left: 558px;
    opacity: 1;
  }

  /* line 3045, ../scss/_global.scss */
  12% {
    left: 565px;
    top: 784px;
    opacity: 0;
  }

  /* line 3051, ../scss/_global.scss */
  100% {
    opacity: 0;
  }
}

/* line 3056, ../scss/_global.scss */
#fire26 {
  width: 10px;
  height: 14px;
  top: 792px;
  left: 280px;
  background: url("../img/animation/small-sparks/spark3.png") no-repeat 0 0;
  -webkit-animation: fire10 4s linear 4s infinite;
  -moz-animation: fire10 4s linear 4s infinite;
  animation: fire10 4s linear 4s infinite;
}

/* line 3067, ../scss/_global.scss */
#bubble7, #bubble7b, #bubble17b, #bubble19, #bubble19b, #bubble20 {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 3074, ../scss/_global.scss */
  #animation-container #fire2, #animation-container #fire14, #animation-container #fire15, #animation-container #fire16, #animation-container #fire18, #animation-container #fire21,
  #animation-container #bubble-anim1, #animation-container #bubble-anim2, #animation-container #bubble-anim3, #animation-container #bubble-anim4, #animation-container #bubble-anim5 {
    display: none !important;
  }
  /* line 3077, ../scss/_global.scss */
  #animation-container #bubble7, #animation-container #bubble7b, #animation-container #bubble17b, #animation-container #bubble19, #animation-container #bubble19b, #animation-container #bubble20 {
    display: block;
    -webkit-background-size: 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
  }
}
@media screen and (max-width: 942px) {
  /* line 3089, ../scss/_global.scss */
  #body-content .logo-wrapper .game-logo a img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  /* line 3102, ../scss/_global.scss */
  #animation-container,
  .animation {
    display: none !important;
  }

  /* line 3105, ../scss/_global.scss */
  body {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  /* line 3109, ../scss/_global.scss */
  #body-content {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding-top: 0;
  }
  /* line 3113, ../scss/_global.scss */
  #body-content .top-nav {
    padding-top: 15px !important;
  }
  /* line 3117, ../scss/_global.scss */
  #body-content.home #view-content {
    padding-top: 25px;
  }
  /* line 3121, ../scss/_global.scss */
  #body-content .body, #body-content .description {
    font-size: 13px;
  }

  /* line 3125, ../scss/_global.scss */
  #gus-wrapper {
    display: none;
  }

  /* line 3128, ../scss/_global.scss */
  #select-country-modal {
    width: 286px;
    height: 330px;
  }
  /* line 3131, ../scss/_global.scss */
  #select-country-modal .dialog-title {
    font-size: 21px;
    line-height: 14px;
  }
  /* line 3135, ../scss/_global.scss */
  #select-country-modal .country-list {
    padding: 0 13px;
  }
  /* line 3138, ../scss/_global.scss */
  #select-country-modal .country-list .countries li {
    padding-left: 25px;
  }
  /* line 3142, ../scss/_global.scss */
  #select-country-modal .country-list .countries.left li {
    width: 156px;
  }
  /* line 3145, ../scss/_global.scss */
  #select-country-modal .country-list .countries.left li:hover a {
    padding-right: 3px;
  }
  /* line 3153, ../scss/_global.scss */
  #select-country-modal .country-list .countries.right li {
    width: 104px;
  }
  /* line 3156, ../scss/_global.scss */
  #select-country-modal .country-list .countries.right li:hover a {
    padding-right: 3px;
  }
  /* line 3162, ../scss/_global.scss */
  #select-country-modal .country-list .countries a {
    font-size: 11px;
    line-height: 16px !important;
  }

  /* line 3169, ../scss/_global.scss */
  #leaving-site-modal {
    width: 400px;
    height: 300px;
  }
  /* line 3172, ../scss/_global.scss */
  #leaving-site-modal .leaving-title {
    font-size: 21px;
    line-height: 24px;
  }
  /* line 3176, ../scss/_global.scss */
  #leaving-site-modal .leaving-text {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 3180, ../scss/_global.scss */
  #leaving-site-modal .options {
    width: 132px;
    height: 34px;
    margin: 0 auto;
  }
  /* line 3184, ../scss/_global.scss */
  #leaving-site-modal .options a {
    display: block;
    position: relative;
  }
  /* line 3187, ../scss/_global.scss */
  #leaving-site-modal .options a:first-child {
    left: 0;
    margin-bottom: 10px;
  }
  /* line 3191, ../scss/_global.scss */
  #leaving-site-modal .options a:last-child {
    right: 0;
  }

  /* line 3198, ../scss/_global.scss */
  .bg-left-tile,
  .bg-right-tile {
    display: none;
  }

  /* line 3201, ../scss/_global.scss */
  #body-content {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-top: 0;
    border-top: 25px solid #40403f;
  }
  /* line 3208, ../scss/_global.scss */
  #body-content .logo-wrapper a img {
    margin: 0 10px !important;
  }
  /* line 3213, ../scss/_global.scss */
  #body-content #main-menu {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: fixed;
    background: url("../img/menu.png") no-repeat bottom left;
    width: 98px;
    height: 39px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin-top: -35px;
  }
  /* line 3224, ../scss/_global.scss */
  #body-content #main-menu:hover {
    background: url("../img/menu.png") no-repeat bottom left;
  }
}
@media screen and (max-width: 768px) {
  /* line 3232, ../scss/_global.scss */
  .hero-bg {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: url("../img/mobile-bg.png");
    height: 514px;
  }
}
@media screen and (max-width: 480px) {
  /* line 3243, ../scss/_global.scss */
  #body-content .title {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 3247, ../scss/_global.scss */
  #body-content .date {
    font-size: 14px;
    line-height: 21px;
  }
  /* line 3251, ../scss/_global.scss */
  #body-content .description {
    font-size: 13px;
    line-height: 21px;
  }
  /* line 3256, ../scss/_global.scss */
  #body-content .logo-wrapper .game-logo {
    text-align: center;
    padding-top: 10px;
  }
  /* line 3259, ../scss/_global.scss */
  #body-content .logo-wrapper .game-logo img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 111px;
    height: auto;
    margin: 0 25px;
  }
  /* line 3268, ../scss/_global.scss */
  #body-content #four-o-four {
    margin-top: 0;
  }
  /* line 3272, ../scss/_global.scss */
  #body-content .caption-frame .captions {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 320px) {
  /* line 3283, ../scss/_global.scss */
  #leaving-site-modal {
    width: 286px;
    height: 398px;
  }
  /* line 3286, ../scss/_global.scss */
  #leaving-site-modal .leaving-title {
    font-size: 21px;
    line-height: 24px;
  }
  /* line 3290, ../scss/_global.scss */
  #leaving-site-modal .leaving-text {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 3294, ../scss/_global.scss */
  #leaving-site-modal .options {
    width: 132px;
    height: 34px;
    margin: 0 auto;
  }
  /* line 3298, ../scss/_global.scss */
  #leaving-site-modal .options a {
    display: block;
    position: relative;
  }
  /* line 3301, ../scss/_global.scss */
  #leaving-site-modal .options a:first-child {
    left: 0;
    margin-bottom: 10px;
  }
  /* line 3305, ../scss/_global.scss */
  #leaving-site-modal .options a:last-child {
    right: 0;
  }
}
@media screen and (min-width: 1053px) {
  /* line 3317, ../scss/_global.scss */
  #body-content:not(.home) .container {
    width: 986px;
  }
  /* line 3320, ../scss/_global.scss */
  #body-content:not(.home) .top-nav {
    width: 1036px;
  }
}
@media screen and (min-width: 1940px) {
  /* line 3329, ../scss/_global.scss */
  .bg-left-tile,
  .bg-right-tile {
    display: block;
  }
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../scss/_normailize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../scss/_normailize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../scss/_normailize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/_normailize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normailize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../scss/_normailize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/_normailize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/_normailize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../scss/_normailize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/_normailize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/_normailize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/_normailize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/_normailize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/_normailize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/_normailize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/_normailize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../scss/_normailize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../scss/_normailize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/_normailize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../scss/_normailize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../scss/_normailize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../scss/_normailize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../scss/_normailize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../scss/_normailize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../scss/_normailize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../scss/_normailize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../scss/_normailize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../scss/_normailize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../scss/_normailize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../scss/_normailize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../scss/_normailize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../scss/_normailize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../scss/_normailize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../scss/_normailize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../scss/_normailize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../scss/_normailize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../scss/_normailize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../scss/_normailize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../scss/_normailize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../scss/_normailize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, ../scss/_normailize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, ../scss/_normailize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, ../scss/_normailize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, ../scss/_normailize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 454, ../scss/_normailize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, ../scss/_normailize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../scss/_normailize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, ../scss/_normailize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../scss/_normailize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../scss/_normailize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../scss/_normailize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../scss/_boilerplate-main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../scss/_boilerplate-main.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../scss/_boilerplate-main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../scss/_boilerplate-main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../scss/_boilerplate-main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 63, ../scss/_boilerplate-main.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 71, ../scss/_boilerplate-main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, ../scss/_boilerplate-main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 89, ../scss/_boilerplate-main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 108, ../scss/_boilerplate-main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 116, ../scss/_boilerplate-main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 127, ../scss/_boilerplate-main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 136, ../scss/_boilerplate-main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 153, ../scss/_boilerplate-main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 166, ../scss/_boilerplate-main.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 183, ../scss/_boilerplate-main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 188, ../scss/_boilerplate-main.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 197, ../scss/_boilerplate-main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 224, ../scss/_boilerplate-main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 232, ../scss/_boilerplate-main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 236, ../scss/_boilerplate-main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 240, ../scss/_boilerplate-main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 250, ../scss/_boilerplate-main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 255, ../scss/_boilerplate-main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 260, ../scss/_boilerplate-main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 265, ../scss/_boilerplate-main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 269, ../scss/_boilerplate-main.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 279, ../scss/_boilerplate-main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 285, ../scss/_boilerplate-main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 8, ../scss/_bootstrap.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 14, ../scss/_bootstrap.scss */
body {
  margin: 0;
}

/* line 18, ../scss/_bootstrap.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 22, ../scss/_bootstrap.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 27, ../scss/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 32, ../scss/_bootstrap.scss */
[hidden], template {
  display: none;
}

/* line 36, ../scss/_bootstrap.scss */
a {
  background: transparent;
}

/* line 40, ../scss/_bootstrap.scss */
a:active, a:hover {
  outline: 0;
}

/* line 44, ../scss/_bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 48, ../scss/_bootstrap.scss */
b, strong {
  font-weight: bold;
}

/* line 52, ../scss/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 56, ../scss/_bootstrap.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 61, ../scss/_bootstrap.scss */
mark {
  background: #ff0;
  color: black;
}

/* line 66, ../scss/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 70, ../scss/_bootstrap.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 77, ../scss/_bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 81, ../scss/_bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 85, ../scss/_bootstrap.scss */
img {
  border: 0;
}

/* line 89, ../scss/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 93, ../scss/_bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 97, ../scss/_bootstrap.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 103, ../scss/_bootstrap.scss */
pre {
  overflow: auto;
}

/* line 107, ../scss/_bootstrap.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 112, ../scss/_bootstrap.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 118, ../scss/_bootstrap.scss */
button {
  overflow: visible;
}

/* line 122, ../scss/_bootstrap.scss */
button, select {
  text-transform: none;
}

/* line 126, ../scss/_bootstrap.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 131, ../scss/_bootstrap.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 135, ../scss/_bootstrap.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 140, ../scss/_bootstrap.scss */
input {
  line-height: normal;
}

/* line 144, ../scss/_bootstrap.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 149, ../scss/_bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 153, ../scss/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 160, ../scss/_bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 164, ../scss/_bootstrap.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 170, ../scss/_bootstrap.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 175, ../scss/_bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 179, ../scss/_bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 183, ../scss/_bootstrap.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 188, ../scss/_bootstrap.scss */
td, th {
  padding: 0;
}

/* line 192, ../scss/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 198, ../scss/_bootstrap.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 204, ../scss/_bootstrap.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 209, ../scss/_bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: white;
}

/* line 217, ../scss/_bootstrap.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 223, ../scss/_bootstrap.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 228, ../scss/_bootstrap.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 233, ../scss/_bootstrap.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 239, ../scss/_bootstrap.scss */
figure {
  margin: 0;
}

/* line 243, ../scss/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 247, ../scss/_bootstrap.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 253, ../scss/_bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 257, ../scss/_bootstrap.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 270, ../scss/_bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 274, ../scss/_bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 281, ../scss/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 292, ../scss/_bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 300, ../scss/_bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 942px) {
  /* line 306, ../scss/_bootstrap.scss */
  .container {
    width: 912px;
  }
}
@media (min-width: 1066px) {
  /* line 313, ../scss/_bootstrap.scss */
  .container {
    width: 1036px;
  }
}
/* line 318, ../scss/_bootstrap.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 325, ../scss/_bootstrap.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 330, ../scss/_bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 337, ../scss/_bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 341, ../scss/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 345, ../scss/_bootstrap.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 349, ../scss/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 353, ../scss/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 357, ../scss/_bootstrap.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 361, ../scss/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 365, ../scss/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 369, ../scss/_bootstrap.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 373, ../scss/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 377, ../scss/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 381, ../scss/_bootstrap.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 385, ../scss/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 389, ../scss/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 393, ../scss/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 397, ../scss/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 401, ../scss/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 405, ../scss/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 409, ../scss/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 413, ../scss/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 417, ../scss/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 421, ../scss/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 425, ../scss/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 429, ../scss/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 433, ../scss/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 437, ../scss/_bootstrap.scss */
.col-xs-pull-0 {
  right: 0;
}

/* line 441, ../scss/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 445, ../scss/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 449, ../scss/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 453, ../scss/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 457, ../scss/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 461, ../scss/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 465, ../scss/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 469, ../scss/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 473, ../scss/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 477, ../scss/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 481, ../scss/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 485, ../scss/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 489, ../scss/_bootstrap.scss */
.col-xs-push-0 {
  left: 0;
}

/* line 493, ../scss/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 497, ../scss/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 501, ../scss/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 505, ../scss/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 509, ../scss/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 513, ../scss/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 517, ../scss/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 521, ../scss/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 525, ../scss/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 529, ../scss/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 533, ../scss/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 537, ../scss/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 541, ../scss/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 769px) {
  /* line 546, ../scss/_bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 549, ../scss/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 552, ../scss/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 555, ../scss/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 558, ../scss/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 561, ../scss/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 564, ../scss/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 567, ../scss/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 570, ../scss/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 573, ../scss/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 576, ../scss/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 579, ../scss/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 582, ../scss/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 585, ../scss/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 588, ../scss/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 591, ../scss/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 594, ../scss/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 597, ../scss/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 600, ../scss/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 603, ../scss/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 606, ../scss/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 609, ../scss/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 612, ../scss/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 615, ../scss/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 618, ../scss/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 621, ../scss/_bootstrap.scss */
  .col-sm-pull-0 {
    right: 0;
  }

  /* line 624, ../scss/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 627, ../scss/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 630, ../scss/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 633, ../scss/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 636, ../scss/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 639, ../scss/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 642, ../scss/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 645, ../scss/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 648, ../scss/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 651, ../scss/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 654, ../scss/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 657, ../scss/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 660, ../scss/_bootstrap.scss */
  .col-sm-push-0 {
    left: 0;
  }

  /* line 663, ../scss/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 666, ../scss/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 669, ../scss/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 672, ../scss/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 675, ../scss/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 678, ../scss/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 681, ../scss/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 684, ../scss/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 687, ../scss/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 690, ../scss/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 693, ../scss/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 696, ../scss/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 699, ../scss/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 943px) {
  /* line 705, ../scss/_bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 708, ../scss/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 711, ../scss/_bootstrap.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 714, ../scss/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 717, ../scss/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 720, ../scss/_bootstrap.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 723, ../scss/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 726, ../scss/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 729, ../scss/_bootstrap.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 732, ../scss/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 735, ../scss/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 738, ../scss/_bootstrap.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 741, ../scss/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 744, ../scss/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 747, ../scss/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 750, ../scss/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 753, ../scss/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 756, ../scss/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 759, ../scss/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 762, ../scss/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 765, ../scss/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 768, ../scss/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 771, ../scss/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 774, ../scss/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 777, ../scss/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 780, ../scss/_bootstrap.scss */
  .col-md-pull-0 {
    right: 0;
  }

  /* line 783, ../scss/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 786, ../scss/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 789, ../scss/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 792, ../scss/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 795, ../scss/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 798, ../scss/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 801, ../scss/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 804, ../scss/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 807, ../scss/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 810, ../scss/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 813, ../scss/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 816, ../scss/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 819, ../scss/_bootstrap.scss */
  .col-md-push-0 {
    left: 0;
  }

  /* line 822, ../scss/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 825, ../scss/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 828, ../scss/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 831, ../scss/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 834, ../scss/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 837, ../scss/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 840, ../scss/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 843, ../scss/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 846, ../scss/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 849, ../scss/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 852, ../scss/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 855, ../scss/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 858, ../scss/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 864, ../scss/_bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 867, ../scss/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 870, ../scss/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 873, ../scss/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 876, ../scss/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 879, ../scss/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 882, ../scss/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 885, ../scss/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 888, ../scss/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 891, ../scss/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 894, ../scss/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 897, ../scss/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 900, ../scss/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 903, ../scss/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 906, ../scss/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 909, ../scss/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 912, ../scss/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 915, ../scss/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 918, ../scss/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 921, ../scss/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 924, ../scss/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 927, ../scss/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 930, ../scss/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 933, ../scss/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 936, ../scss/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 939, ../scss/_bootstrap.scss */
  .col-lg-pull-0 {
    right: 0;
  }

  /* line 942, ../scss/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 945, ../scss/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 948, ../scss/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 951, ../scss/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 954, ../scss/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 957, ../scss/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 960, ../scss/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 963, ../scss/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 966, ../scss/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 969, ../scss/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 972, ../scss/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 975, ../scss/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 978, ../scss/_bootstrap.scss */
  .col-lg-push-0 {
    left: 0;
  }

  /* line 981, ../scss/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 984, ../scss/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 987, ../scss/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 990, ../scss/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 993, ../scss/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 996, ../scss/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 999, ../scss/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1002, ../scss/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 1005, ../scss/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 1008, ../scss/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1011, ../scss/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 1014, ../scss/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 1017, ../scss/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/**
  This file should contain navigation specific styles
**/
/* line 4, ../scss/_navigation.scss */
#menu-overlay {
  height: 100%;
  right: 0;
  z-index: 30;
}

/* line 11, ../scss/_navigation.scss */
#main .close-nav {
  background: url("../img/close.png") no-repeat top left;
  width: 31px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 7px;
  cursor: pointer;
  z-index: 14;
}
/* line 20, ../scss/_navigation.scss */
#main .close-nav:hover {
  background-position: 0 -46px;
}
/* line 24, ../scss/_navigation.scss */
#main a {
  color: white;
  display: block;
  width: 100%;
  padding: 17px 80px 17px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: url("../img/menu-bg-blue.png") no-repeat bottom left;
  position: relative;
}
/* line 35, ../scss/_navigation.scss */
#main a.new span {
  padding-left: 30px;
  display: inline-block;
}
/* line 38, ../scss/_navigation.scss */
#main a.new span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 25px;
  width: 28px;
  height: 28px;
  background: url("../img/pokeball-new.png") no-repeat 0 0;
}
/* line 53, ../scss/_navigation.scss */
#main ul {
  margin: 0;
  padding: 0;
}
/* line 56, ../scss/_navigation.scss */
#main ul li {
  border-bottom: 1px solid #0f3c58;
  position: relative;
}
/* line 59, ../scss/_navigation.scss */
#main ul li:nth-last-child(2) {
  margin-bottom: 56px;
}
/* line 62, ../scss/_navigation.scss */
#main ul li > span {
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 65, ../scss/_navigation.scss */
#main ul li a {
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 67, ../scss/_navigation.scss */
#main ul li a:hover {
  background: url("../img/menu-bg-blue.png") no-repeat -576px bottom;
}
/* line 70, ../scss/_navigation.scss */
#main ul li a.active {
  background: url("../img/menu-bg-blue.png") no-repeat -288px bottom;
}
/* line 73, ../scss/_navigation.scss */
#main ul li a.top {
  background: url("../img/menu-bg-orange.png") no-repeat left bottom;
}
/* line 75, ../scss/_navigation.scss */
#main ul li a.top:hover {
  background: url("../img/menu-bg-orange.png") no-repeat -288px bottom;
}
/* line 80, ../scss/_navigation.scss */
#main ul li a.hasChildren:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 50px;
  width: 6px;
  top: 50%;
  margin-top: -5.5px;
  height: 11px;
  background: url("../img/white-arrow.png") no-repeat 0 0;
}
/* line 94, ../scss/_navigation.scss */
#main ul li.previous a {
  background: url("../img/menu-bg-gray.png") no-repeat left bottom;
  color: #515c61;
}
/* line 97, ../scss/_navigation.scss */
#main ul li.previous a:hover {
  background: url("../img/menu-bg-gray.png") no-repeat -288px bottom;
}
/* line 100, ../scss/_navigation.scss */
#main ul li.previous a span {
  background: url("../img/flag-arrow.png") no-repeat left center, url("../img/flag-arrow.png") no-repeat 6px center;
  width: 16px;
  height: 11px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
}
/* line 119, ../scss/_navigation.scss */
#main #navigation,
#main .secondary,
#main .tertiary {
  position: absolute;
  display: block;
  min-height: 100%;
  min-width: 290px;
  width: 290px;
  left: -290px;
  top: 56px;
  bottom: 0;
  z-index: 50;
  overflow: hidden;
  background: url("../img/nav-chrome.png") repeat-y top right, url("../img/nav-bg.png") repeat 0 0;
}
/* line 133, ../scss/_navigation.scss */
#main .scroll {
  overflow-y: auto;
  width: 300px;
  height: 100%;
}
/* line 139, ../scss/_navigation.scss */
#main .secondary {
  z-index: 51;
}
/* line 143, ../scss/_navigation.scss */
#main .tertiary {
  z-index: 52;
}
/* line 147, ../scss/_navigation.scss */
#main #navigation {
  display: block !important;
}
/* line 152, ../scss/_navigation.scss */
#main .page-title > span {
  display: block;
  padding: 28px 125px 28px 30px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  background: url("../img/title-bg.png") repeat 0 0;
  font-size: 16px;
  text-shadow: 2px 2px #000;
}

/* line 165, ../scss/_navigation.scss */
.chrome {
  width: 7px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/nav-chrome.png") repeat 0 0;
  z-index: 14;
}

/* line 175, ../scss/_navigation.scss */
#views-navigation {
  display: none;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 25;
  backface-visibility: hidden;
}
/* line 183, ../scss/_navigation.scss */
#views-navigation .gradient-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: url("../img/inner-pagination-gradient.png") repeat-x 0 0px;
  z-index: -1;
}
/* line 191, ../scss/_navigation.scss */
#views-navigation .pager {
  width: 68px;
  height: 27px;
  position: absolute;
  background: url("../img/inner-pagination-counter-bg.png") repeat 0 0;
  left: 50%;
  margin-left: -34px;
  top: 24px;
  border: 1px solid #631e0c;
}
/* line 200, ../scss/_navigation.scss */
#views-navigation .pager span {
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 2px #000;
}
/* line 208, ../scss/_navigation.scss */
#views-navigation a {
  display: inline-block;
  width: 150px;
  height: 68px;
  font-size: 13px;
  font-weight: 600;
  line-height: 74px;
  color: #fff;
  text-transform: uppercase;
}
/* line 217, ../scss/_navigation.scss */
#views-navigation a span {
  display: inline-block;
}
/* line 220, ../scss/_navigation.scss */
#views-navigation a.prev {
  background-image: url("../img/inner-pagination-left.png");
  background-repeat: no-repeat;
  background-position: 0 1px;
  text-align: right;
}
/* line 225, ../scss/_navigation.scss */
#views-navigation a.prev:hover {
  background-position: 0 -67px;
}
/* line 227, ../scss/_navigation.scss */
#views-navigation a.prev:hover span {
  margin-right: 50px;
}
/* line 231, ../scss/_navigation.scss */
#views-navigation a.prev:before {
  content: '';
  width: 5px;
  height: 9px;
  position: absolute;
  background-image: url("../img/inner-pagination-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 50%;
  margin-top: -1.5px;
  margin-left: -10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 248, ../scss/_navigation.scss */
#views-navigation a.prev span {
  margin-right: 40px;
}
/* line 252, ../scss/_navigation.scss */
#views-navigation a.prev.disabled:hover {
  background-position: 0 1px;
}
/* line 254, ../scss/_navigation.scss */
#views-navigation a.prev.disabled:hover span {
  margin-right: 40px;
}
/* line 260, ../scss/_navigation.scss */
#views-navigation a.next {
  background-image: url("../img/inner-pagination-right.png");
  background-repeat: no-repeat;
  background-position: 0 1px;
  text-align: left;
}
/* line 265, ../scss/_navigation.scss */
#views-navigation a.next:hover {
  background-position: 0 -67px;
}
/* line 267, ../scss/_navigation.scss */
#views-navigation a.next:hover span {
  margin-left: 50px;
}
/* line 271, ../scss/_navigation.scss */
#views-navigation a.next:after {
  content: '';
  width: 5px;
  height: 9px;
  position: absolute;
  background: url("../img/inner-pagination-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 50%;
  margin-top: -1.5px;
  margin-left: 5px;
}
/* line 283, ../scss/_navigation.scss */
#views-navigation a.next span {
  margin-left: 40px;
}
/* line 287, ../scss/_navigation.scss */
#views-navigation a.next.disabled:hover {
  background-position: 0 1px;
}
/* line 289, ../scss/_navigation.scss */
#views-navigation a.next.disabled:hover span {
  margin-left: 40px;
}
/* line 295, ../scss/_navigation.scss */
#views-navigation a.disabled {
  color: #8b3619;
  cursor: default;
}
/* line 298, ../scss/_navigation.scss */
#views-navigation a.disabled:before {
  background-position: 0 -9px;
}
/* line 301, ../scss/_navigation.scss */
#views-navigation a.disabled:after {
  background-position: 0 -9px;
}

@media screen and (max-width: 768px) {
  /* line 312, ../scss/_navigation.scss */
  #main #navigation,
  #main .secondary,
  #main .tertiary {
    top: 0;
  }
}
/**
  This file should contain widget footer styles
**/
/* line 5, ../scss/_footer.scss */
#footer {
  position: relative;
  display: none;
  width: 100%;
  font-family: Arial;
  font-size: 11px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/ft-bg.png") repeat 0 0;
  z-index: 15;
}
/* line 16, ../scss/_footer.scss */
#footer .middle-wing {
  position: absolute;
  top: -2px;
  width: 100%;
  height: 12px;
  background: url("../img/ft-top-brd.png") repeat-x 0 0;
  z-index: 1;
}
/* line 25, ../scss/_footer.scss */
#footer .left-wing,
#footer .right-wing {
  position: absolute;
  height: 38px;
  top: -28px;
  z-index: 2;
}
/* line 31, ../scss/_footer.scss */
#footer .left-wing {
  background: url("../img/footer-left.png") no-repeat top right;
  left: 0;
  right: 90%;
}
/* line 36, ../scss/_footer.scss */
#footer .right-wing {
  background: url("../img/footer-right.png") no-repeat top left;
  right: 0;
  left: 90%;
}
/* line 41, ../scss/_footer.scss */
#footer #country-select {
  display: inline-block;
}
/* line 43, ../scss/_footer.scss */
#footer #country-select .country-flag {
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin: -2px 0;
  cursor: pointer;
}
/* line 51, ../scss/_footer.scss */
#footer #country-select .flag-arrow {
  background: url("../img/flag-arrow.png") no-repeat center;
  width: 6px;
  height: 11px;
  margin-left: 10px;
}
/* line 58, ../scss/_footer.scss */
#footer span {
  display: inline-block;
  line-height: 40px;
  margin-right: 20px;
  position: relative;
  top: -15px;
}
/* line 67, ../scss/_footer.scss */
#footer .select-region,
#footer .share,
#footer .connect-with-us {
  margin-bottom: 50px;
  display: inline-block;
}
/* line 71, ../scss/_footer.scss */
#footer .select-region {
  margin-right: 15px;
}
/* line 74, ../scss/_footer.scss */
#footer .share {
  padding-left: 30px;
  padding-right: 30px;
  background: url("../img/footer-break.png") no-repeat left top, url("../img/footer-break.png") no-repeat right top;
}
/* line 81, ../scss/_footer.scss */
#footer .share ul li:first-child, #footer .share ul li:last-child {
  margin: 0;
}
/* line 84, ../scss/_footer.scss */
#footer .share ul li a {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
/* line 90, ../scss/_footer.scss */
#footer .share ul li a:hover {
  background-position: 0 -40px;
}
/* line 93, ../scss/_footer.scss */
#footer .share ul li a.fb {
  background-image: url("../img/social/fb.png");
}
/* line 96, ../scss/_footer.scss */
#footer .share ul li a.google {
  background-image: url("../img/social/google.png");
}
/* line 99, ../scss/_footer.scss */
#footer .share ul li a.twitter {
  background-image: url("../img/social/twitter.png");
}
/* line 102, ../scss/_footer.scss */
#footer .share ul li a.reddit {
  background-image: url("../img/social/reddit.png");
}
/* line 105, ../scss/_footer.scss */
#footer .share ul li a.tumblr {
  background-image: url("../img/social/tumblr.png");
}
/* line 108, ../scss/_footer.scss */
#footer .share ul li a.youtube {
  background-image: url("../img/social/youtube.png");
}
/* line 115, ../scss/_footer.scss */
#footer .connect-with-us {
  padding-left: 30px;
}
/* line 119, ../scss/_footer.scss */
#footer .connect-with-us ul li a {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
/* line 125, ../scss/_footer.scss */
#footer .connect-with-us ul li a:hover {
  background-position: 0 -40px;
}
/* line 128, ../scss/_footer.scss */
#footer .connect-with-us ul li a.fb {
  background-image: url("../img/social/fb.png");
}
/* line 131, ../scss/_footer.scss */
#footer .connect-with-us ul li a.twitter {
  background-image: url("../img/social/twitter.png");
}
/* line 134, ../scss/_footer.scss */
#footer .connect-with-us ul li a.youtube {
  background-image: url("../img/social/youtube.png");
}
/* line 141, ../scss/_footer.scss */
#footer .logos-one {
  margin: 0 0 50px;
}
/* line 147, ../scss/_footer.scss */
#footer .logos-one ul li,
#footer .logos-two ul li {
  width: auto;
  height: auto;
  margin: 0 20px;
  display: inline-block;
}
/* line 155, ../scss/_footer.scss */
#footer .warnings {
  font-style: italic;
  font-size: 12px;
  margin-top: 50px;
  margin-bottom: 10px;
  line-height: 12px;
}
/* line 162, ../scss/_footer.scss */
#footer .warnings .disclaimer-one,
#footer .warnings .disclaimer-three {
  border-right: 1px solid #7d8386;
  text-align: right;
}
/* line 167, ../scss/_footer.scss */
#footer .warnings .disclaimer-two,
#footer .warnings .disclaimer-four {
  text-align: left;
}
/* line 171, ../scss/_footer.scss */
#footer .warnings .disclaimer-one,
#footer .warnings .disclaimer-two {
  margin-bottom: 10px;
}
/* line 175, ../scss/_footer.scss */
#footer .copyright {
  font-size: 11px;
  margin-bottom: 25px;
}
/* line 180, ../scss/_footer.scss */
#footer .privacy-policy a {
  font-size: 12px;
  line-height: 22px;
  color: #5b6265;
  text-decoration: none;
  border-bottom: 1px solid #9ba0a2;
}
/* line 188, ../scss/_footer.scss */
#footer ul {
  margin: 0;
  padding: 0;
}
/* line 191, ../scss/_footer.scss */
#footer ul li {
  list-style: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 3px;
}

/** Country selector flag **/
/* line 203, ../scss/_footer.scss */
.select-region .en-au,
#select-country-modal .en-au {
  background-position: 0px -17px;
}
/* line 205, ../scss/_footer.scss */
.select-region .en-au .country-flag,
#select-country-modal .en-au .country-flag {
  background-position: 0px -17px;
}

/* line 211, ../scss/_footer.scss */
.select-region .en-us,
#select-country-modal .en-us {
  background-position: 0px -187px;
}
/* line 213, ../scss/_footer.scss */
.select-region .en-us .country-flag,
#select-country-modal .en-us .country-flag {
  background-position: 0px -187px;
}

/* line 219, ../scss/_footer.scss */
.select-region .de-de,
#select-country-modal .de-de {
  background-position: 0px -68px;
}
/* line 221, ../scss/_footer.scss */
.select-region .de-de .country-flag,
#select-country-modal .de-de .country-flag {
  background-position: 0px -68px;
}

/* line 229, ../scss/_footer.scss */
.select-region .en-ca,
.select-region .fr-ca,
#select-country-modal .en-ca,
#select-country-modal .fr-ca {
  background-position: 0px -51px;
}
/* line 231, ../scss/_footer.scss */
.select-region .en-ca .country-flag,
.select-region .fr-ca .country-flag,
#select-country-modal .en-ca .country-flag,
#select-country-modal .fr-ca .country-flag {
  background-position: 0px -51px;
}

/* line 238, ../scss/_footer.scss */
.select-region .en-gb,
#select-country-modal .en-gb {
  background-position: 0px -170px;
}
/* line 240, ../scss/_footer.scss */
.select-region .en-gb .country-flag,
#select-country-modal .en-gb .country-flag {
  background-position: 0px -170px;
}

/* line 246, ../scss/_footer.scss */
.select-region .es-es,
#select-country-modal .es-es {
  background-position: 0px -85px;
}
/* line 248, ../scss/_footer.scss */
.select-region .es-es .country-flag,
#select-country-modal .es-es .country-flag {
  background-position: 0px -85px;
}

/* line 254, ../scss/_footer.scss */
.select-region .fr-fr,
#select-country-modal .fr-fr {
  background-position: 0px -102px;
}
/* line 256, ../scss/_footer.scss */
.select-region .fr-fr .country-flag,
#select-country-modal .fr-fr .country-flag {
  background-position: 0px -102px;
}

/* line 262, ../scss/_footer.scss */
.select-region .it-it,
#select-country-modal .it-it {
  background-position: 0px -119px;
}
/* line 264, ../scss/_footer.scss */
.select-region .it-it .country-flag,
#select-country-modal .it-it .country-flag {
  background-position: 0px -119px;
}

/* line 270, ../scss/_footer.scss */
.select-region .nl-nl,
#select-country-modal .nl-nl {
  background-position: 0px -136px;
}
/* line 272, ../scss/_footer.scss */
.select-region .nl-nl .country-flag,
#select-country-modal .nl-nl .country-flag {
  background-position: 0px -136px;
}

/* line 278, ../scss/_footer.scss */
.select-region .es-la,
#select-country-modal .es-la {
  background-position: 0px 0px;
}
/* line 280, ../scss/_footer.scss */
.select-region .es-la .country-flag,
#select-country-modal .es-la .country-flag {
  background-position: 0px 0px;
}

/* line 288, ../scss/_footer.scss */
.select-region .fr-be,
.select-region .nl-be,
#select-country-modal .fr-be,
#select-country-modal .nl-be {
  background-position: 0px -34px;
}
/* line 290, ../scss/_footer.scss */
.select-region .fr-be .country-flag,
.select-region .nl-be .country-flag,
#select-country-modal .fr-be .country-flag,
#select-country-modal .nl-be .country-flag {
  background-position: 0px -34px;
}

/* line 296, ../scss/_footer.scss */
.select-region .pt-pt,
#select-country-modal .pt-pt {
  background-position: 0px -153px;
}
/* line 298, ../scss/_footer.scss */
.select-region .pt-pt .country-flag,
#select-country-modal .pt-pt .country-flag {
  background-position: 0px -153px;
}

@media screen and (max-width: 768px) {
  /* line 308, ../scss/_footer.scss */
  #footer .select-region,
  #footer .share,
  #footer .connect-with-us {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
  }
  /* line 314, ../scss/_footer.scss */
  #footer .share {
    background: none;
    max-width: 242px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 319, ../scss/_footer.scss */
  #footer .share span {
    text-align: left;
    margin-left: 5px;
  }
  /* line 324, ../scss/_footer.scss */
  #footer .connect-with-us {
    max-width: 150px;
    margin: 0 auto;
  }
  /* line 327, ../scss/_footer.scss */
  #footer .connect-with-us span {
    margin-left: 5px;
    text-align: left;
  }
  /* line 335, ../scss/_footer.scss */
  #footer .logos-one ul li,
  #footer .logos-two ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  /* line 342, ../scss/_footer.scss */
  #footer .warnings .disclaimer-one {
    border: none !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 354, ../scss/_footer.scss */
  #footer .select-region,
  #footer .share,
  #footer .connect-with-us {
    margin-bottom: 30px;
  }
  /* line 359, ../scss/_footer.scss */
  #footer .share span,
  #footer .connect-with-us span {
    display: block;
    line-height: 11px;
  }
  /* line 364, ../scss/_footer.scss */
  #footer .share {
    margin-bottom: 50px;
  }
  /* line 367, ../scss/_footer.scss */
  #footer .logos-one {
    margin-bottom: 0;
  }
  /* line 370, ../scss/_footer.scss */
  #footer .logos-one ul li {
    margin-bottom: 30px;
  }
  /* line 375, ../scss/_footer.scss */
  #footer .warnings {
    margin: 0;
  }
  /* line 380, ../scss/_footer.scss */
  #footer .warnings .disclaimer-one,
  #footer .warnings .disclaimer-two,
  #footer .warnings .disclaimer-three,
  #footer .warnings .disclaimer-four {
    margin-bottom: 10px;
    text-align: center;
    border: none;
  }

  /* line 389, ../scss/_footer.scss */
  .select-region .en-au,
  #select-country-modal .en-au {
    background-position: 0px -16px;
  }
  /* line 391, ../scss/_footer.scss */
  .select-region .en-au .country-flag,
  #select-country-modal .en-au .country-flag {
    background-position: 0px -17px;
  }

  /* line 397, ../scss/_footer.scss */
  .select-region .en-us,
  #select-country-modal .en-us {
    background-position: 0px -186px;
  }
  /* line 399, ../scss/_footer.scss */
  .select-region .en-us .country-flag,
  #select-country-modal .en-us .country-flag {
    background-position: 0px -187px;
  }

  /* line 405, ../scss/_footer.scss */
  .select-region .de-de,
  #select-country-modal .de-de {
    background-position: 0px -67px;
  }
  /* line 407, ../scss/_footer.scss */
  .select-region .de-de .country-flag,
  #select-country-modal .de-de .country-flag {
    background-position: 0px -68px;
  }

  /* line 415, ../scss/_footer.scss */
  .select-region .en-ca,
  .select-region .fr-ca,
  #select-country-modal .en-ca,
  #select-country-modal .fr-ca {
    background-position: 0px -50px;
  }
  /* line 417, ../scss/_footer.scss */
  .select-region .en-ca .country-flag,
  .select-region .fr-ca .country-flag,
  #select-country-modal .en-ca .country-flag,
  #select-country-modal .fr-ca .country-flag {
    background-position: 0px -51px;
  }

  /* line 424, ../scss/_footer.scss */
  .select-region .en-gb,
  #select-country-modal .en-gb {
    background-position: 0px -169px;
  }
  /* line 426, ../scss/_footer.scss */
  .select-region .en-gb .country-flag,
  #select-country-modal .en-gb .country-flag {
    background-position: 0px -170px;
  }

  /* line 432, ../scss/_footer.scss */
  .select-region .es-es,
  #select-country-modal .es-es {
    background-position: 0px -84px;
  }
  /* line 434, ../scss/_footer.scss */
  .select-region .es-es .country-flag,
  #select-country-modal .es-es .country-flag {
    background-position: 0px -85px;
  }

  /* line 440, ../scss/_footer.scss */
  .select-region .fr-fr,
  #select-country-modal .fr-fr {
    background-position: 0px -101px;
  }
  /* line 442, ../scss/_footer.scss */
  .select-region .fr-fr .country-flag,
  #select-country-modal .fr-fr .country-flag {
    background-position: 0px -102px;
  }

  /* line 448, ../scss/_footer.scss */
  .select-region .it-it,
  #select-country-modal .it-it {
    background-position: 0px -118px;
  }
  /* line 450, ../scss/_footer.scss */
  .select-region .it-it .country-flag,
  #select-country-modal .it-it .country-flag {
    background-position: 0px -119px;
  }

  /* line 456, ../scss/_footer.scss */
  .select-region .nl-nl,
  #select-country-modal .nl-nl {
    background-position: 0px -135px;
  }
  /* line 458, ../scss/_footer.scss */
  .select-region .nl-nl .country-flag,
  #select-country-modal .nl-nl .country-flag {
    background-position: 0px -136px;
  }

  /* line 464, ../scss/_footer.scss */
  .select-region .es-la,
  #select-country-modal .es-la {
    background-position: 0px 1px;
  }
  /* line 466, ../scss/_footer.scss */
  .select-region .es-la .country-flag,
  #select-country-modal .es-la .country-flag {
    background-position: 0px 0px;
  }

  /* line 474, ../scss/_footer.scss */
  .select-region .fr-be,
  .select-region .nl-be,
  #select-country-modal .fr-be,
  #select-country-modal .nl-be {
    background-position: 0px -33px;
  }
  /* line 476, ../scss/_footer.scss */
  .select-region .fr-be .country-flag,
  .select-region .nl-be .country-flag,
  #select-country-modal .fr-be .country-flag,
  #select-country-modal .nl-be .country-flag {
    background-position: 0px -34px;
  }

  /* line 482, ../scss/_footer.scss */
  .select-region .pt-pt,
  #select-country-modal .pt-pt {
    background-position: 0px -152px;
  }
  /* line 484, ../scss/_footer.scss */
  .select-region .pt-pt .country-flag,
  #select-country-modal .pt-pt .country-flag {
    background-position: 0px -153px;
  }
}
@-ms-keyframes spin {
  /* line 2, ../scss/_views.scss */
  from {
    -ms-transform: rotate(0deg);
  }

  /* line 3, ../scss/_views.scss */
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  /* line 6, ../scss/_views.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 7, ../scss/_views.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  /* line 10, ../scss/_views.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 11, ../scss/_views.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  /* line 14, ../scss/_views.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 17, ../scss/_views.scss */
  to {
    transform: rotate(360deg);
  }
}

/* line 23, ../scss/_views.scss */
.view .preloader {
  background: url("../img/pokeball_gray.png") center center no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0 auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 0.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 50, ../scss/_views.scss */
#view-content {
  padding-top: 50px;
}
/* line 52, ../scss/_views.scss */
#view-content .view-title {
  display: none;
}

/**
  This file should contain subsection specific styles
**/
/* line 7, ../scss/_subsections.scss */
#body-content.home .subsection-container {
  padding: 0 62px;
}
/* line 12, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container {
  position: relative;
  padding-top: 13px;
}
/* line 18, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container:last-child .subsection-wrapper .subsection.news {
  margin-bottom: 0;
}
/* line 24, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .new {
  position: absolute;
  top: 25px;
  left: 62px;
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}
/* line 34, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .new .pokeball {
  background-image: url("../img/pokeball-new.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 42, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .new .label {
  background-color: #30afdb;
  padding: 0 7px;
  display: inline-block;
  position: absolute;
  left: 23px;
  top: 4px;
  z-index: -1;
  line-height: 19px;
}
/* line 51, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .new .label:after {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 18px;
  background-image: url("../img/new-corner.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 1px;
  right: -18px;
}
/* line 65, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .sub-tl {
  position: absolute;
  left: 0;
  top: 0;
  width: 269px;
  height: 13px;
  background: url("../img/sub-tl.png") no-repeat 0 0;
  display: none;
}
/* line 74, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .subsection-wrapper {
  background: url("../img/texture.png") repeat-y 0 0;
  display: none;
  position: relative;
}
/* line 78, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .subsection-wrapper .subsection {
  background: url("../img/interior-bg.png") repeat 0 0;
  margin-bottom: 30px;
  padding: 57px 62px 80px;
}
/* line 82, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .subsection-wrapper .subsection.news {
  margin-bottom: 51px;
}
/* line 86, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .subsection-wrapper .news-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url("../img/news-border.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}
/* line 96, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .subsection-wrapper .expand-collapse {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -59px;
  width: 118px;
  height: 34px;
  background-image: url("../img/expand-collapse-btn.png");
  background-repeat: no-repeat;
  background-position: -118px -42px;
  cursor: pointer;
}
/* line 107, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .subsection-wrapper .expand-collapse:hover {
  background-position: 0 -42px;
}
/* line 110, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .subsection-wrapper .expand-collapse.collapsed {
  background-position: -118px 0;
}
/* line 112, ../scss/_subsections.scss */
#body-content:not(.home) .subsection-container .subsection-wrapper .expand-collapse.collapsed:hover {
  background-position: 0 0;
}

/* line 123, ../scss/_subsections.scss */
.subsection {
  position: relative;
  overflow: hidden;
  /** Pokemon subsection **/
}
/* line 126, ../scss/_subsections.scss */
.subsection .body {
  margin-bottom: 25px;
}
/* line 130, ../scss/_subsections.scss */
.subsection.visible {
  opacity: 1;
}
/* line 138, ../scss/_subsections.scss */
.subsection .pokemon .character .top-section {
  margin-bottom: 50px;
  margin-left: 0;
}
/* line 149, ../scss/_subsections.scss */
.subsection .pokemon .character .mid-section {
  margin-bottom: 52px;
}
/* line 153, ../scss/_subsections.scss */
.subsection .pokemon .character .bottom-section table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
/* line 159, ../scss/_subsections.scss */
.subsection .pokemon .character .bottom-section table tbody tr.blank td {
  border: none;
  height: 15px;
}
/* line 165, ../scss/_subsections.scss */
.subsection .pokemon .character .bottom-section table tbody tr td {
  border: 1px solid black;
}
/* line 167, ../scss/_subsections.scss */
.subsection .pokemon .character .bottom-section table tbody tr td.label {
  text-align: right;
  padding-right: 20px;
}
/* line 171, ../scss/_subsections.scss */
.subsection .pokemon .character .bottom-section table tbody tr td.value {
  padding-left: 20px;
}

@media screen and (max-width: 1065px) {
  /* line 185, ../scss/_subsections.scss */
  #body-content .top-nav {
    padding: 0 15px;
  }
  /* line 189, ../scss/_subsections.scss */
  #body-content.home .subsection-container {
    padding: 0;
  }
}
@media screen and (max-width: 942px) {
  /* line 199, ../scss/_subsections.scss */
  .pokemon .flexslider,
  .textwithgalleries .flexslider {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  /* line 209, ../scss/_subsections.scss */
  #body-content:not(.home) .pokemon .mid-section {
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 480px) {
  /* line 221, ../scss/_subsections.scss */
  #body-content:not(.home) .subsection-container .new {
    left: 21px;
    top: 15px;
  }
  /* line 225, ../scss/_subsections.scss */
  #body-content:not(.home) .subsection-container .sub-tl {
    background-position: -20px 0;
  }
  /* line 228, ../scss/_subsections.scss */
  #body-content:not(.home) .subsection-container .subsection {
    padding: 37px 22px 80px !important;
  }
  /* line 230, ../scss/_subsections.scss */
  #body-content:not(.home) .subsection-container .subsection .bottom-section {
    margin-bottom: 0;
  }
}
/**
  This file should contain widget specific styles
**/
/**
  Flexslider
**/
/* line 9, ../scss/_widgets.scss */
.flexslider {
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
/* line 14, ../scss/_widgets.scss */
.flexslider:hover .controls {
  opacity: 1;
}
/* line 19, ../scss/_widgets.scss */
.flexslider .slides {
  margin: 0;
  padding: 0;
}
/* line 22, ../scss/_widgets.scss */
.flexslider .slides li {
  list-style: none;
  text-align: center;
}
/* line 25, ../scss/_widgets.scss */
.flexslider .slides li img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 39, ../scss/_widgets.scss */
#body-content.home .subsection-container:nth-child(3) .subsection {
  padding-top: 10px;
}
/* line 44, ../scss/_widgets.scss */
#body-content:not(.home) {
  padding-bottom: 100px;
}
/* line 46, ../scss/_widgets.scss */
#body-content:not(.home) .flexslider {
  max-width: 400px;
}
/* line 52, ../scss/_widgets.scss */
#body-content:not(.home) .textwithgalleries.text-top .col-md-12 .flexslider {
  max-width: none;
}
/* line 55, ../scss/_widgets.scss */
#body-content:not(.home) .textwithgalleries.text-top .col-md-12 .caption-frame {
  max-width: none;
}
/* line 58, ../scss/_widgets.scss */
#body-content:not(.home) .textwithgalleries.text-top .col-md-12 .caption-frame:not(.one-with-caption) .tl {
  right: 14%;
}
/* line 61, ../scss/_widgets.scss */
#body-content:not(.home) .textwithgalleries.text-top .col-md-12 .caption-frame:not(.one-with-caption) .bm {
  left: 49%;
}
/* line 64, ../scss/_widgets.scss */
#body-content:not(.home) .textwithgalleries.text-top .col-md-12 .caption-frame:not(.one-with-caption) .br {
  left: 55%;
}
/* line 72, ../scss/_widgets.scss */
#body-content:not(.home) .textwithgalleries.text-top .caption-frame.one-with-caption .br {
  left: 56%;
}
/* line 79, ../scss/_widgets.scss */
#body-content:not(.home) .controls {
  position: relative;
  float: right;
  background: url("../img/pagination-bg.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 195px;
  height: 34px;
  text-align: center;
  padding-top: 3px;
  z-index: 20;
  margin-top: -9px;
}
/* line 90, ../scss/_widgets.scss */
#body-content:not(.home) .controls .counter {
  text-align: center;
  display: inline-block;
  padding: 0 25px;
  height: 20px;
}
/* line 95, ../scss/_widgets.scss */
#body-content:not(.home) .controls .counter span {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0 2px #000;
  color: white;
  font-weight: 600;
  width: 45px;
}
/* line 105, ../scss/_widgets.scss */
#body-content:not(.home) .controls .prev,
#body-content:not(.home) .controls .next {
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 10;
}
/* line 112, ../scss/_widgets.scss */
#body-content:not(.home) .controls .prev {
  background: url("../img/pagination-arrows.png") no-repeat 12px 0px;
}
/* line 114, ../scss/_widgets.scss */
#body-content:not(.home) .controls .prev:hover {
  background-position: 2px -33px;
}
/* line 118, ../scss/_widgets.scss */
#body-content:not(.home) .controls .next {
  background: url("../img/pagination-arrows.png") no-repeat -13px 0px;
}
/* line 120, ../scss/_widgets.scss */
#body-content:not(.home) .controls .next:hover {
  background-position: -46px -33px;
}
/* line 125, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  border-top: 9px solid #0e79a3;
  box-shadow: 0 -1px 0 #2c9cbf;
  max-width: 400px;
}
/* line 133, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.no-caption > .tl {
  background-image: url("../img/gallery/gallery-no-caption-tl.png");
}
/* line 136, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.no-caption > .tr {
  background-image: url("../img/gallery/gallery-no-caption-tr.png");
}
/* line 139, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.no-caption > .tm {
  background-image: url("../img/gallery/gallery-no-caption-tm.png");
}
/* line 143, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.one-with-caption {
  border-top: 1px solid #2c9cbf;
  box-shadow: none;
}
/* line 146, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.one-with-caption .tl {
  background-image: url("../img/gallery/gallery-caption-tl.png");
  right: 54%;
}
/* line 150, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.one-with-caption .tr {
  background-image: url("../img/gallery/gallery-caption-tr.png");
  left: 52%;
}
/* line 154, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.one-with-caption .tm {
  background-image: url("../img/gallery/gallery-caption-tm.png");
  left: 46%;
}
/* line 158, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.one-with-caption .bl {
  background-image: url("../img/gallery/gallery-caption-bl.png");
}
/* line 161, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.one-with-caption .br {
  background-image: url("../img/gallery/gallery-caption-br.png");
}
/* line 165, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame.one-with-caption .bm {
  background-image: url("../img/gallery/gallery-caption-bm.png");
  left: 50%;
}
/* line 170, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .captions {
  text-align: center;
  padding: 39px 25px 30px 25px;
  font-size: 12px;
  position: relative;
  background: url("../img/news_frame/news-caption-bg.png") repeat 0 0;
  color: #767e82;
}
/* line 178, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .captions > span > span {
  display: inline-block;
  text-align: center;
  line-height: normal;
}
/* line 186, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .tl,
#body-content:not(.home) .caption-frame .tr {
  position: absolute;
  height: 9px;
  background-repeat: repeat-x;
  top: 0;
  z-index: 9;
}
/* line 193, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .tl {
  background-image: url("../img/gallery/gallery-caption-tl.png");
  left: 0;
  right: 40%;
}
/* line 198, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .tr {
  background-image: url("../img/gallery/gallery-caption-tr.png");
  right: 0;
  left: 65%;
  bottom: 0;
}
/* line 204, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .tm {
  position: absolute;
  left: 53%;
  top: 0;
  background-image: url("../img/gallery/gallery-caption-tm.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 9px;
  background-position: -110px 0;
}
/* line 216, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .bl,
#body-content:not(.home) .caption-frame .br {
  position: absolute;
  z-index: 9;
  background-repeat: repeat-x;
}
/* line 221, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .bl {
  height: 3px;
  background-image: url("../img/gallery/gallery-caption-bl.png");
  left: 0;
  right: 50%;
}
/* line 227, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .br {
  height: 12px;
  background-image: url("../img/gallery/gallery-caption-br.png");
  right: 0;
  left: 60%;
  bottom: -12px;
}
/* line 234, ../scss/_widgets.scss */
#body-content:not(.home) .caption-frame .bm {
  position: absolute;
  left: 48%;
  height: 12px;
  width: 50px;
  background-image: url("../img/gallery/gallery-caption-bm.png");
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: -130px 0;
}

/* line 249, ../scss/_widgets.scss */
.hero-gallery {
  margin-bottom: 68px;
  padding-top: 10px;
}
/* line 252, ../scss/_widgets.scss */
.hero-gallery .controls {
  opacity: 0;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
/* line 259, ../scss/_widgets.scss */
.hero-gallery .controls .prev,
.hero-gallery .controls .next {
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 10;
  width: 45px;
  height: 115px;
  top: 50%;
  margin-top: -57.5px;
  background-color: transparent;
}
/* line 271, ../scss/_widgets.scss */
.hero-gallery .controls .prev {
  left: 24px;
  background-image: url("../img/hero_frame/hero-arrows-left.png");
  background-repeat: no-repeat;
  background-position: 0 -2px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
/* line 277, ../scss/_widgets.scss */
.hero-gallery .controls .prev:hover {
  background-position: 0 -120.5px;
}
/* line 282, ../scss/_widgets.scss */
.hero-gallery .controls .next {
  right: 24px;
  background-image: url("../img/hero_frame/hero-arrows-right.png");
  background-repeat: no-repeat;
  background-position: 0 -2px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
/* line 288, ../scss/_widgets.scss */
.hero-gallery .controls .next:hover {
  background-position: 0 -120.5px;
}
/* line 293, ../scss/_widgets.scss */
.hero-gallery .captions {
  display: block;
  position: relative;
  background-repeat: repeat;
  margin: 0 15px;
  padding: 10px 0;
  color: #40474a;
}
/* line 301, ../scss/_widgets.scss */
.hero-gallery .captions > span > span {
  display: inline-block;
  text-align: center;
  line-height: normal;
  font-weight: 600;
}
/* line 306, ../scss/_widgets.scss */
.hero-gallery .captions > span > span:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url("../img/caption-arrow.png") no-repeat 0 0;
  margin-left: 10px;
}
/* line 318, ../scss/_widgets.scss */
.hero-gallery .pagination {
  position: absolute;
}
/* line 320, ../scss/_widgets.scss */
.hero-gallery .pagination.four {
  right: 17px;
  bottom: -4%;
  background-image: url("../img/hero_frame/pagination-four.png");
  width: 119px;
  height: 45px;
}
/* line 327, ../scss/_widgets.scss */
.hero-gallery .pagination.three {
  width: 93px;
  height: 45px;
  background-image: url("../img/hero_frame/pagination-three.png");
  right: 19px;
  bottom: -4%;
}
/* line 334, ../scss/_widgets.scss */
.hero-gallery .pagination.two {
  width: 68px;
  height: 45px;
  background-image: url("../img/hero_frame/pagination-two.png");
  right: 19px;
  bottom: -16px;
}
/* line 344, ../scss/_widgets.scss */
.hero-gallery .pagination.four .active-pagination, .hero-gallery .pagination.three .active-pagination, .hero-gallery .pagination.two .active-pagination {
  position: absolute;
  background-image: url("../img/hero_frame/pagination-active.png");
  width: 44px;
  height: 44px;
  top: 1px;
}
/* line 350, ../scss/_widgets.scss */
.hero-gallery .pagination.four .active-pagination.two, .hero-gallery .pagination.three .active-pagination.two, .hero-gallery .pagination.two .active-pagination.two {
  left: 25px;
}
/* line 353, ../scss/_widgets.scss */
.hero-gallery .pagination.four .active-pagination.three, .hero-gallery .pagination.three .active-pagination.three, .hero-gallery .pagination.two .active-pagination.three {
  left: 50px;
}
/* line 356, ../scss/_widgets.scss */
.hero-gallery .pagination.four .active-pagination.four, .hero-gallery .pagination.three .active-pagination.four, .hero-gallery .pagination.two .active-pagination.four {
  left: 75px;
}
/* line 366, ../scss/_widgets.scss */
.hero-gallery .tl, .hero-gallery .tm, .hero-gallery .tr,
.hero-gallery .ml, .hero-gallery .mr,
.hero-gallery .bl, .hero-gallery .bm, .hero-gallery .br {
  background-image: url("../img/hero_frame/hero-frame.png");
  -webkit-background-size: 875px;
  -moz-background-size: 875px;
  -o-background-size: 875px;
  background-size: 875px;
}
/* line 368, ../scss/_widgets.scss */
.hero-gallery .tl.four, .hero-gallery .tm.four, .hero-gallery .tr.four,
.hero-gallery .ml.four, .hero-gallery .mr.four,
.hero-gallery .bl.four, .hero-gallery .bm.four, .hero-gallery .br.four {
  background-image: url("../img/hero_frame/hero-frame-four.png");
}
/* line 371, ../scss/_widgets.scss */
.hero-gallery .tl.three, .hero-gallery .tm.three, .hero-gallery .tr.three,
.hero-gallery .ml.three, .hero-gallery .mr.three,
.hero-gallery .bl.three, .hero-gallery .bm.three, .hero-gallery .br.three {
  background-image: url("../img/hero_frame/hero-frame-three.png");
}
/* line 374, ../scss/_widgets.scss */
.hero-gallery .tl.two, .hero-gallery .tm.two, .hero-gallery .tr.two,
.hero-gallery .ml.two, .hero-gallery .mr.two,
.hero-gallery .bl.two, .hero-gallery .bm.two, .hero-gallery .br.two {
  background-image: url("../img/hero_frame/hero-frame-two.png");
}
/* line 382, ../scss/_widgets.scss */
.hero-gallery .tl,
.hero-gallery .tr {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: -10px;
}
/* line 388, ../scss/_widgets.scss */
.hero-gallery .tl {
  width: 60px;
  height: 37px;
  left: 0;
  background-position: 0 0;
}
/* line 394, ../scss/_widgets.scss */
.hero-gallery .tr {
  width: 328px;
  height: 27px;
  right: 0;
  background-position: -547px 0;
}
/* line 400, ../scss/_widgets.scss */
.hero-gallery .tm {
  position: absolute;
  background-repeat: repeat-x;
  top: -10px;
  left: 60px;
  right: 326px;
  height: 26px;
  background-position: -53px 0;
  z-index: 9;
}
/* line 411, ../scss/_widgets.scss */
.hero-gallery .ml,
.hero-gallery .mr {
  width: 25px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 10%;
}
/* line 417, ../scss/_widgets.scss */
.hero-gallery .ml {
  top: 27px;
  background-position: 0 -37px;
}
/* line 422, ../scss/_widgets.scss */
.hero-gallery .mr {
  top: 17px;
  right: 0;
  background-position: -850px -20px;
}
/* line 429, ../scss/_widgets.scss */
.hero-gallery .bl,
.hero-gallery .br {
  position: absolute;
  background-repeat: no-repeat;
  bottom: -5%;
}
/* line 434, ../scss/_widgets.scss */
.hero-gallery .bl {
  width: 80px;
  height: 58px;
  left: 0;
  background-position: 0 -333px;
}
/* line 440, ../scss/_widgets.scss */
.hero-gallery .br {
  width: 216px;
  height: 58px;
  right: 0;
  background-position: -659px -333px;
}
/* line 446, ../scss/_widgets.scss */
.hero-gallery .bm {
  position: absolute;
  background-repeat: repeat-x;
  bottom: -5%;
  left: 80px;
  right: 216px;
  height: 35px;
  background-position: -74px -356px;
  z-index: 9;
}
/* line 457, ../scss/_widgets.scss */
.hero-gallery .caption-frame {
  z-index: -1;
  background-image: url("../img/hero_frame/hero-caption-bg.png");
  text-align: center;
  padding: 25px 25px 10px 25px;
  font-size: 16px;
  margin: 0px 20px;
  position: relative;
  margin-bottom: 28px;
  opacity: 0;
}
/* line 467, ../scss/_widgets.scss */
.hero-gallery .caption-frame .tl, .hero-gallery .caption-frame .tm, .hero-gallery .caption-frame .tr, .hero-gallery .caption-frame .ml, .hero-gallery .caption-frame .mr {
  display: none;
}
/* line 471, ../scss/_widgets.scss */
.hero-gallery .caption-frame .bl,
.hero-gallery .caption-frame .br {
  position: absolute;
  bottom: 0;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 477, ../scss/_widgets.scss */
.hero-gallery .caption-frame .bl {
  background-image: url("../img/hero_frame/hero-caption-bl.png") !important;
  background-repeat: repeat-x;
  left: 0;
  height: 8px;
  width: 8px;
  bottom: -8px;
}
/* line 485, ../scss/_widgets.scss */
.hero-gallery .caption-frame .br {
  height: 18px;
  background-image: url("../img/hero_frame/hero-caption-br.png");
  right: 0;
  width: 35%;
  bottom: -18px;
}
/* line 492, ../scss/_widgets.scss */
.hero-gallery .caption-frame .bm {
  position: absolute;
  left: 8px;
  right: 35%;
  height: 8px;
  bottom: -8px;
  background-repeat: repeat-x;
  background-image: url("../img/hero_frame/hero-caption-bm.png");
  background-position: 0 0;
}
/* line 503, ../scss/_widgets.scss */
.hero-gallery .caption-frame .ml,
.hero-gallery .caption-frame .mr {
  display: none !important;
}

/* line 510, ../scss/_widgets.scss */
.home-news-items {
  padding-top: 13px;
  margin-bottom: 68px;
}
/* line 513, ../scss/_widgets.scss */
.home-news-items img {
  width: 100%;
}
/* line 516, ../scss/_widgets.scss */
.home-news-items a {
  display: block;
  padding: 0 13px;
  max-width: 400px;
  margin: 0 auto;
}
/* line 521, ../scss/_widgets.scss */
.home-news-items a.caption-anchor {
  padding: 0;
}
/* line 525, ../scss/_widgets.scss */
.home-news-items a .tl,
.home-news-items a .tr {
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url("../img/news_frame/news-frame.png");
  background-repeat: no-repeat;
  top: -13px;
  z-index: 9;
}
/* line 535, ../scss/_widgets.scss */
.home-news-items a .tl {
  background-position: 0 0;
  left: 0;
}
/* line 540, ../scss/_widgets.scss */
.home-news-items a .tr {
  background-position: top right;
  right: 0;
}
/* line 545, ../scss/_widgets.scss */
.home-news-items a .tm {
  position: absolute;
  background-image: url("../img/news_frame/news-top.png");
  height: 13px;
  top: -13px;
  left: 13px;
  right: 13px;
  z-index: 9;
}
/* line 556, ../scss/_widgets.scss */
.home-news-items a .ml,
.home-news-items a .mr {
  position: absolute;
  background: url("../img/news_frame/news-vertical.png") repeat-y 0 0;
  top: 0;
  bottom: 0;
  width: 13px;
  z-index: 9;
}
/* line 565, ../scss/_widgets.scss */
.home-news-items a .ml {
  left: 0;
}
/* line 568, ../scss/_widgets.scss */
.home-news-items a .mr {
  right: 0;
}
/* line 572, ../scss/_widgets.scss */
.home-news-items a .bl,
.home-news-items a .br {
  position: absolute;
  background-image: url("../img/news_frame/news-frame.png");
  background-repeat: no-repeat;
  bottom: -27px;
  width: 13px;
  height: 27px;
  z-index: 9;
}
/* line 581, ../scss/_widgets.scss */
.home-news-items a .bl {
  background-position: bottom left;
  left: 0;
}
/* line 586, ../scss/_widgets.scss */
.home-news-items a .br {
  background-position: bottom right;
  right: 0;
}
/* line 590, ../scss/_widgets.scss */
.home-news-items a .bm {
  position: absolute;
  background-image: url("../img/news_frame/news-bottom.png");
  height: 27px;
  left: 13px;
  right: 13px;
  bottom: -27px;
  z-index: 9;
}
/* line 600, ../scss/_widgets.scss */
.home-news-items .caption {
  text-align: center;
  padding: 25px 25px 20px 25px;
  font-size: 16px;
  position: relative;
  margin-bottom: 28px;
  top: 27px;
  background: url("../img/news_frame/news-caption-bg.png") repeat 0 0;
  color: #42494c;
}
/* line 610, ../scss/_widgets.scss */
.home-news-items .caption > span > span {
  display: inline-block;
  text-align: center;
  line-height: normal;
}
/* line 614, ../scss/_widgets.scss */
.home-news-items .caption > span > span:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url("../img/caption-arrow.png") no-repeat 0 0;
  margin-left: 10px;
}
/* line 625, ../scss/_widgets.scss */
.home-news-items .caption .news-tl,
.home-news-items .caption .news-tr {
  position: absolute;
  width: 100px;
  height: 9px;
  background-repeat: repeat-x;
  top: 0;
  z-index: 11;
}
/* line 633, ../scss/_widgets.scss */
.home-news-items .caption .news-tl {
  background-image: url("../img/news_frame/news-caption-tl.png");
  left: 0;
}
/* line 637, ../scss/_widgets.scss */
.home-news-items .caption .news-tr {
  background-image: url("../img/news_frame/news-caption-tr.png");
  right: 0;
}
/* line 641, ../scss/_widgets.scss */
.home-news-items .caption .news-tm {
  position: absolute;
  background-image: url("../img/news_frame/news-caption-tm.png");
  background-repeat: no-repeat;
  top: 0;
  left: 100px;
  right: 100px;
  height: 9px;
  background-position: -110px 0;
  z-index: 11;
}
/* line 654, ../scss/_widgets.scss */
.home-news-items .caption .news-bl,
.home-news-items .caption .news-br {
  position: absolute;
  width: 100px;
  z-index: 9;
  background-repeat: repeat-x;
}
/* line 660, ../scss/_widgets.scss */
.home-news-items .caption .news-bl {
  bottom: -3px;
  height: 3px;
  background-image: url("../img/news_frame/news-caption-bl.png");
  left: 0;
}
/* line 666, ../scss/_widgets.scss */
.home-news-items .caption .news-br {
  height: 12px;
  background-image: url("../img/news_frame/news-caption-br.png");
  right: 0;
  bottom: -12px;
  z-index: 11;
}
/* line 673, ../scss/_widgets.scss */
.home-news-items .caption .news-ml {
  width: 1px;
  left: 0;
  height: 100%;
  background: url("../img/news_frame/news-caption-vt.png") repeat-y 0 0;
}
/* line 679, ../scss/_widgets.scss */
.home-news-items .caption .news-mr {
  width: 1px;
  right: 0;
  height: 114%;
  z-index: 10;
  background: url("../img/news_frame/news-caption-vt.png") repeat-y 0 0;
}
/* line 686, ../scss/_widgets.scss */
.home-news-items .caption .news-bm {
  position: absolute;
  height: 12px;
  background-image: url("../img/news_frame/news-caption-bm.png");
  background-repeat: no-repeat;
  bottom: -12px;
  left: 100px;
  right: 100px;
  background-position: -120px 0;
}

/* line 699, ../scss/_widgets.scss */
.boxart {
  height: 95px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}
/* line 706, ../scss/_widgets.scss */
.boxart a {
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  width: 42%;
}
/* line 714, ../scss/_widgets.scss */
.boxart a:first-child .box-wrapper {
  min-height: 96px;
  background-image: url("../img/boxart-bg-left.png");
  background-repeat: no-repeat;
  background-position: 0 36px;
}
/* line 719, ../scss/_widgets.scss */
.boxart a:first-child .box-wrapper > span {
  padding-right: 23%;
}
/* line 722, ../scss/_widgets.scss */
.boxart a:first-child .box-wrapper:hover {
  background-position: 0 -68px;
}
/* line 725, ../scss/_widgets.scss */
.boxart a:first-child .box-wrapper .box {
  right: 0;
}
/* line 727, ../scss/_widgets.scss */
.boxart a:first-child .box-wrapper .box:before {
  content: "";
  display: block;
  width: 36px;
  height: 43px;
  background: url("../img/right-arrow-glow.png") no-repeat top left;
  position: absolute;
  right: 87px;
  top: 40px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 747, ../scss/_widgets.scss */
.boxart a:last-child .box-wrapper {
  min-height: 96px;
  background-image: url("../img/boxart-bg-right.png");
  background-repeat: no-repeat;
  background-position: right 36px;
}
/* line 752, ../scss/_widgets.scss */
.boxart a:last-child .box-wrapper > span {
  padding-left: 23%;
}
/* line 755, ../scss/_widgets.scss */
.boxart a:last-child .box-wrapper:hover {
  background-position: right -68px;
}
/* line 758, ../scss/_widgets.scss */
.boxart a:last-child .box-wrapper .box {
  left: 0;
}
/* line 760, ../scss/_widgets.scss */
.boxart a:last-child .box-wrapper .box:before {
  content: "";
  display: block;
  width: 36px;
  height: 43px;
  background: url("../img/right-arrow-glow.png") no-repeat top left;
  position: absolute;
  right: -21px;
  top: 44px;
}
/* line 775, ../scss/_widgets.scss */
.boxart .box-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}
/* line 779, ../scss/_widgets.scss */
.boxart .box-wrapper > span {
  display: inline-block;
  line-height: 135px;
  width: 100%;
}
/* line 783, ../scss/_widgets.scss */
.boxart .box-wrapper > span > span {
  line-height: normal;
  display: inline-block;
}
/* line 788, ../scss/_widgets.scss */
.boxart .box-wrapper .box {
  position: absolute;
  top: 0;
  width: 103px;
  height: auto;
}
/* line 793, ../scss/_widgets.scss */
.boxart .box-wrapper .box img {
  width: 100%;
}

/* line 802, ../scss/_widgets.scss */
#body-content .character .name {
  font-family: 'titillium web', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 22px;
  margin-bottom: 15px;
}
/* line 809, ../scss/_widgets.scss */
#body-content .character .top-section {
  margin-bottom: 30px;
}
/* line 812, ../scss/_widgets.scss */
#body-content .character .top {
  height: 7px;
  left: 3px;
  right: 3px;
  top: 0;
  background-repeat: repeat-x;
}
/* line 819, ../scss/_widgets.scss */
#body-content .character .left {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-repeat: repeat-y;
  width: 7px;
  left: 0;
  top: 3px;
  bottom: 3px;
}
/* line 831, ../scss/_widgets.scss */
#body-content .character .right {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-repeat: repeat-y;
  width: 7px;
  right: 0;
  top: 3px;
  bottom: 3px;
}
/* line 843, ../scss/_widgets.scss */
#body-content .character .bottom {
  height: 7px;
  left: 3px;
  right: 3px;
  bottom: 0;
  background-repeat: repeat-x;
}
/* line 850, ../scss/_widgets.scss */
#body-content .character .table-data {
  padding: 7px;
  margin-bottom: 40px;
}
/* line 853, ../scss/_widgets.scss */
#body-content .character .table-data table {
  margin: 0;
}
/* line 855, ../scss/_widgets.scss */
#body-content .character .table-data table td {
  font-size: 12px;
}
/* line 862, ../scss/_widgets.scss */
#body-content .character.default .name, #body-content .character.blue .name {
  color: #2c9cbf;
}
/* line 865, ../scss/_widgets.scss */
#body-content .character.default .phonetic, #body-content .character.blue .phonetic {
  color: #2c9cbf;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 20px;
}
/* line 871, ../scss/_widgets.scss */
#body-content .character.default .table-data, #body-content .character.blue .table-data {
  position: relative;
}
/* line 873, ../scss/_widgets.scss */
#body-content .character.default .table-data tbody, #body-content .character.blue .table-data tbody {
  background-color: #13769f;
}
/* line 877, ../scss/_widgets.scss */
#body-content .character.default .table-data tbody tr:last-child td, #body-content .character.blue .table-data tbody tr:last-child td {
  border-bottom: 1px solid #0b516d;
}
/* line 879, ../scss/_widgets.scss */
#body-content .character.default .table-data tbody tr:last-child td:first-child, #body-content .character.blue .table-data tbody tr:last-child td:first-child {
  background-image: none;
}
/* line 882, ../scss/_widgets.scss */
#body-content .character.default .table-data tbody tr:last-child td:last-child, #body-content .character.blue .table-data tbody tr:last-child td:last-child {
  background: url("../img/table-brd-blue-light.png") repeat-y left top;
  background-color: #0b516d;
}
/* line 889, ../scss/_widgets.scss */
#body-content .character.default .table-data tbody td, #body-content .character.blue .table-data tbody td {
  color: #fff;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #13769f;
  border-right: 1px solid #0b354c;
  background-color: #0b516d;
  background-image: url("../img/table-brd-blue-dark.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
/* line 899, ../scss/_widgets.scss */
#body-content .character.default .table-data tbody td:first-child, #body-content .character.blue .table-data tbody td:first-child {
  padding: 8px 9px 8px 0;
}
/* line 902, ../scss/_widgets.scss */
#body-content .character.default .table-data tbody td:last-child, #body-content .character.blue .table-data tbody td:last-child {
  padding: 8px 0 8px 12px;
  border-right: none;
  background: url("../img/table-brd-blue-light.png") repeat-y left top, url("../img/table-brd-blue-dark.png") repeat-x left bottom;
  background-color: #0b516d;
}
/* line 910, ../scss/_widgets.scss */
#body-content .character.default .table-data .top, #body-content .character.default .table-data .left, #body-content .character.default .table-data .right, #body-content .character.default .table-data .bottom, #body-content .character.blue .table-data .top, #body-content .character.blue .table-data .left, #body-content .character.blue .table-data .right, #body-content .character.blue .table-data .bottom {
  position: absolute;
  background-image: url("../img/blue-border.png");
  background-position: 0 0;
}
/* line 919, ../scss/_widgets.scss */
#body-content .character.red .name {
  color: #e45f30;
}
/* line 922, ../scss/_widgets.scss */
#body-content .character.red .phonetic {
  color: #e45f30;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 20px;
}
/* line 928, ../scss/_widgets.scss */
#body-content .character.red .table-data {
  position: relative;
}
/* line 930, ../scss/_widgets.scss */
#body-content .character.red .table-data tbody {
  background-color: #d65628;
}
/* line 934, ../scss/_widgets.scss */
#body-content .character.red .table-data tbody tr:last-child td {
  border-bottom: 1px solid #8d3017;
}
/* line 936, ../scss/_widgets.scss */
#body-content .character.red .table-data tbody tr:last-child td:first-child {
  background-image: none;
}
/* line 939, ../scss/_widgets.scss */
#body-content .character.red .table-data tbody tr:last-child td:last-child {
  background: url("../img/table-brd-og-light.png") repeat-y left top;
  background-color: #8d3017;
}
/* line 946, ../scss/_widgets.scss */
#body-content .character.red .table-data tbody td {
  color: #fff;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #d65628;
  border-right: 1px solid #631e0c;
  background-color: #8d3017;
  background-image: url("../img/table-brd-og-dark.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
/* line 956, ../scss/_widgets.scss */
#body-content .character.red .table-data tbody td:first-child {
  padding: 8px 9px 8px 0;
}
/* line 959, ../scss/_widgets.scss */
#body-content .character.red .table-data tbody td:last-child {
  padding: 8px 0 8px 12px;
  border-right: none;
  background: url("../img/table-brd-og-light.png") repeat-y left top, url("../img/table-brd-og-dark.png") repeat-x left bottom;
  background-color: #8d3017;
}
/* line 967, ../scss/_widgets.scss */
#body-content .character.red .table-data .top, #body-content .character.red .table-data .left, #body-content .character.red .table-data .right, #body-content .character.red .table-data .bottom {
  position: absolute;
  background-image: url("../img/red-border.png");
  background-position: 0 0;
}
/* line 976, ../scss/_widgets.scss */
#body-content .character.green .name {
  color: #2c8b4b;
}
/* line 979, ../scss/_widgets.scss */
#body-content .character.green .phonetic {
  color: #2c8b4b;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 20px;
}
/* line 985, ../scss/_widgets.scss */
#body-content .character.green .table-data {
  position: relative;
}
/* line 987, ../scss/_widgets.scss */
#body-content .character.green .table-data tbody {
  background-color: #2c8b4b;
}
/* line 991, ../scss/_widgets.scss */
#body-content .character.green .table-data tbody tr:last-child td {
  border-bottom: 1px solid #1a562d;
}
/* line 993, ../scss/_widgets.scss */
#body-content .character.green .table-data tbody tr:last-child td:first-child {
  background-image: none;
}
/* line 996, ../scss/_widgets.scss */
#body-content .character.green .table-data tbody tr:last-child td:last-child {
  background: url("../img/table-brd-green-light.png") repeat-y left top;
  background-color: #1a562d;
}
/* line 1003, ../scss/_widgets.scss */
#body-content .character.green .table-data tbody td {
  color: #fff;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #2c8f4d;
  border-right: 1px solid #124020;
  background-color: #1a562d;
  background-image: url("../img/table-brd-green-dark.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
/* line 1013, ../scss/_widgets.scss */
#body-content .character.green .table-data tbody td:first-child {
  padding: 8px 9px 8px 0;
}
/* line 1016, ../scss/_widgets.scss */
#body-content .character.green .table-data tbody td:last-child {
  padding: 8px 0 8px 12px;
  border-right: none;
  background: url("../img/table-brd-green-light.png") repeat-y left top, url("../img/table-brd-green-dark.png") repeat-x left bottom;
  background-color: #1a562d;
}
/* line 1024, ../scss/_widgets.scss */
#body-content .character.green .table-data .top, #body-content .character.green .table-data .left, #body-content .character.green .table-data .right, #body-content .character.green .table-data .bottom {
  position: absolute;
  background-image: url("../img/green-border.png");
  background-position: 0 0;
}
/* line 1032, ../scss/_widgets.scss */
#body-content .character .description {
  line-height: 22px;
}
/* line 1034, ../scss/_widgets.scss */
#body-content .character .description ul {
  padding-left: 31px;
}
/* line 1036, ../scss/_widgets.scss */
#body-content .character .description ul li {
  line-height: 30px;
  list-style: none;
  padding-left: 9px;
  background: url("../img/bullet.png") no-repeat left center;
}

/* line 1048, ../scss/_widgets.scss */
.textwithvideo .title {
  margin-bottom: 14px !important;
}
/* line 1051, ../scss/_widgets.scss */
.textwithvideo .video-wrapper {
  position: relative;
  max-width: 835px;
  margin: 0 auto;
}
/* line 1055, ../scss/_widgets.scss */
.textwithvideo .video-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
/* line 1061, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video {
  text-align: center;
  margin: 0 auto;
}
/* line 1064, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .content-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
/* line 1069, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .content-wrapper .limelight-player-footprint {
  max-width: 100%;
  max-height: auto !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
}
/* line 1077, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .content-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 1086, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .caption-frame {
  border-top: none !important;
  margin-top: -1px !important;
  display: block !important;
  max-width: none !important;
}
/* line 1092, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .tl {
  background-image: url("../img/gallery/gallery-caption-tl.png");
  right: 54% !important;
}
/* line 1096, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .tr {
  background-image: url("../img/gallery/gallery-caption-tr.png");
  left: 52% !important;
}
/* line 1100, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .tm {
  background-image: url("../img/gallery/gallery-caption-tm.png");
  left: 46% !important;
}
/* line 1104, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .bl {
  right: 51% !important;
}
/* line 1107, ../scss/_widgets.scss */
.textwithvideo .video-wrapper .video .br {
  left: 54% !important;
}

/* line 1117, ../scss/_widgets.scss */
.subsection .news > div:first-child {
  text-align: center;
  margin: 0 auto;
}
/* line 1121, ../scss/_widgets.scss */
.subsection .news img {
  width: 100%;
  max-width: 400px;
  display: inline-block !important;
}
/* line 1126, ../scss/_widgets.scss */
.subsection .news .hasMore {
  margin-bottom: 0 !important;
}
/* line 1128, ../scss/_widgets.scss */
.subsection .news .hasMore .more-hidden {
  display: none;
}
/* line 1132, ../scss/_widgets.scss */
.subsection .news .title {
  margin-bottom: 12px !important;
  font-size: 32px !important;
}
/* line 1136, ../scss/_widgets.scss */
.subsection .news .sub-title {
  font-size: 18px;
  margin-bottom: 16px;
}
/* line 1140, ../scss/_widgets.scss */
.subsection .news .learn-more-wrapper {
  width: 100%;
  text-align: right;
}
/* line 1143, ../scss/_widgets.scss */
.subsection .news .learn-more-wrapper .learn-more {
  font-family: "Titillium Web", sans-serif;
  display: inline-block;
  background-color: #e45f30;
  border-bottom: 1px solid #c14c21;
  border-top: 1px solid #ff8156;
  width: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 30px;
  position: relative;
}
/* line 1161, ../scss/_widgets.scss */
.subsection .news .learn-more-wrapper .learn-more:hover {
  color: #731e08;
}
/* line 1164, ../scss/_widgets.scss */
.subsection .news .learn-more-wrapper .learn-more:before {
  content: '';
  display: block;
  width: 23px;
  height: 34px;
  background-image: url("../img/learn-more-left.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: -23px;
  bottom: -1px;
}
/* line 1176, ../scss/_widgets.scss */
.subsection .news .learn-more-wrapper .learn-more:after {
  content: '';
  display: block;
  width: 23px;
  height: 34px;
  background-image: url("../img/learn-more-right.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: -23px;
  bottom: -1px;
}

/* line 1195, ../scss/_widgets.scss */
.subsection.wallpapers .mobile {
  display: none;
}
/* line 1199, ../scss/_widgets.scss */
.subsection.wallpapers > div:not(:first-child):not(:last-child) > div {
  margin-bottom: 40px;
}
/* line 1203, ../scss/_widgets.scss */
.subsection.wallpapers a {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 37px;
  padding-left: 92px;
  width: 100%;
  display: block;
}
/* line 1216, ../scss/_widgets.scss */
.subsection.wallpapers img {
  width: 100%;
}
/* line 1219, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set {
  max-width: 400px;
  margin: 0 auto;
}
/* line 1223, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.even img {
  border-bottom: 1px solid #7e230b;
}
/* line 1226, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.even a {
  background-color: #e45f30;
  color: #fff;
  border-top: 1px solid #631e0c;
  border-bottom: 1px solid #812811;
  background-image: url("../img/wp-link-bg-og.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}
/* line 1235, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.even a:last-child {
  border-bottom: 2px solid #812811;
}
/* line 1238, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.even a:hover {
  padding-left: 102px;
}
/* line 1240, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.even a:hover span {
  width: 140px;
}
/* line 1244, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.even a span {
  display: block;
  width: 150px;
  height: 35px;
  position: absolute;
  top: 2px;
  right: 0;
  background-image: url("../img/wp-og-triangle.png");
  background-repeat: repeat;
  background-position: 0 0;
}
/* line 1258, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.odd img {
  border-bottom: 1px solid #124f67;
}
/* line 1261, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.odd a {
  background-color: #1788b5;
  color: #fff;
  border-top: 1px solid #0b354c;
  border-bottom: 1px solid #104d66;
  background-image: url("../img/wp-link-bg-blue.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}
/* line 1270, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.odd a:last-child {
  border-bottom: 2px solid #104d66;
}
/* line 1273, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.odd a:hover {
  padding-left: 102px;
}
/* line 1275, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.odd a:hover span {
  width: 140px;
}
/* line 1279, ../scss/_widgets.scss */
.subsection.wallpapers .wallpaper-set.odd a span {
  display: block;
  width: 150px;
  height: 35px;
  position: absolute;
  top: 2px;
  right: 0;
  background-image: url("../img/wp-blue-triangle.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media screen and (max-width: 942px) {
  /* line 1301, ../scss/_widgets.scss */
  .home-news-items .caption .news-tl,
  .home-news-items .caption .news-tr {
    width: 43%;
  }
  /* line 1304, ../scss/_widgets.scss */
  .home-news-items .caption .news-tm {
    left: 38%;
    right: 42%;
    background-position: -110px 0;
  }
  /* line 1310, ../scss/_widgets.scss */
  .home-news-items .caption .news-bl,
  .home-news-items .caption .news-br {
    width: 43%;
  }
  /* line 1313, ../scss/_widgets.scss */
  .home-news-items .caption .news-bm {
    left: 43%;
    right: 43%;
    background-position: -135px 0;
  }

  /* line 1321, ../scss/_widgets.scss */
  .boxart {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  /* line 1323, ../scss/_widgets.scss */
  .boxart a {
    width: 49% !important;
  }
  /* line 1325, ../scss/_widgets.scss */
  .boxart a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1337, ../scss/_widgets.scss */
  #body-content.home .hero-gallery .controls {
    display: none;
  }
  /* line 1344, ../scss/_widgets.scss */
  #body-content:not(.home) .pokemon > div:not(:last-child) {
    margin-bottom: 68px;
  }
  /* line 1348, ../scss/_widgets.scss */
  #body-content:not(.home) .pokemon .bottom-section .table-data {
    margin-bottom: 30px;
  }
  /* line 1351, ../scss/_widgets.scss */
  #body-content:not(.home) .pokemon .bottom-section > div:not(:last-child) {
    margin-bottom: 47px;
  }
  /* line 1360, ../scss/_widgets.scss */
  #body-content:not(.home) .textwithgalleries.text-top > .row:last-child .bottom-section > div:not(:last-child) {
    margin-bottom: 47px;
  }
  /* line 1364, ../scss/_widgets.scss */
  #body-content:not(.home) .textwithgalleries.text-top > .row:last-child > div:not(:last-child) {
    margin-bottom: 47px;
  }

  /* line 1372, ../scss/_widgets.scss */
  .home-news-items {
    margin-bottom: 0;
  }
  /* line 1374, ../scss/_widgets.scss */
  .home-news-items > div {
    margin-bottom: 100px;
  }
  /* line 1379, ../scss/_widgets.scss */
  .home-news-items .caption .tl,
  .home-news-items .caption .tr {
    width: 45%;
  }
  /* line 1382, ../scss/_widgets.scss */
  .home-news-items .caption .tm {
    left: 45%;
    right: 45%;
    background-position: -120px 0;
  }
  /* line 1388, ../scss/_widgets.scss */
  .home-news-items .caption .bl,
  .home-news-items .caption .br {
    width: 45%;
  }
  /* line 1391, ../scss/_widgets.scss */
  .home-news-items .caption .bm {
    left: 45%;
    right: 45%;
    background-position: -140px 0;
  }

  /* line 1399, ../scss/_widgets.scss */
  .boxart {
    background: none;
    height: 240px;
    margin-bottom: 100px;
  }
  /* line 1403, ../scss/_widgets.scss */
  .boxart a {
    width: 100% !important;
  }
  /* line 1407, ../scss/_widgets.scss */
  .boxart a:first-child .box-wrapper .box {
    right: -13px;
  }
  /* line 1409, ../scss/_widgets.scss */
  .boxart a:first-child .box-wrapper .box:before {
    content: "";
    display: block;
    width: 36px;
    height: 43px;
    background: url("../img/right-arrow-glow.png") no-repeat top left;
    position: absolute;
    right: -21px;
    top: 28px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 1429, ../scss/_widgets.scss */
  .boxart a:last-child .box-wrapper .box {
    right: -13px;
  }
  /* line 1431, ../scss/_widgets.scss */
  .boxart a:last-child .box-wrapper .box:before {
    top: 28px;
  }
  /* line 1437, ../scss/_widgets.scss */
  .boxart a .box-wrapper {
    background-image: url("../img/coming-soon.png") !important;
    background-repeat: no-repeat;
    background-position: left 20px !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    margin-bottom: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
  }
  /* line 1448, ../scss/_widgets.scss */
  .boxart a .box-wrapper:hover {
    background-position: left -100px !important;
  }
  /* line 1451, ../scss/_widgets.scss */
  .boxart a .box-wrapper > span {
    padding: 35px 0 35px 50% !important;
    position: absolute;
    width: 100%;
    left: 0;
    line-height: normal;
  }
  /* line 1457, ../scss/_widgets.scss */
  .boxart a .box-wrapper > span > span {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  /* line 1464, ../scss/_widgets.scss */
  .boxart a .box-wrapper .box {
    position: relative;
    right: 0;
    left: 0 !important;
    display: inherit;
    text-align: left;
    margin-left: 15%;
  }
  /* line 1471, ../scss/_widgets.scss */
  .boxart a .box-wrapper .box:before {
    content: "";
    display: block;
    width: 36px;
    height: 43px;
    background: url("../img/right-arrow-glow.png") no-repeat top left;
    position: absolute;
    right: -21px;
    top: 27px;
  }

  /* line 1488, ../scss/_widgets.scss */
  .subsection .news img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  /* line 1493, ../scss/_widgets.scss */
  .subsection .news .title {
    font-size: 24px !important;
  }
  /* line 1496, ../scss/_widgets.scss */
  .subsection .news .learn-more-wrapper {
    text-align: center;
  }
  /* line 1498, ../scss/_widgets.scss */
  .subsection .news .learn-more-wrapper .learn-more {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  /* line 1507, ../scss/_widgets.scss */
  .wallpapers .desktop {
    display: none !important;
  }
  /* line 1510, ../scss/_widgets.scss */
  .wallpapers .mobile {
    display: block !important;
  }
  /* line 1512, ../scss/_widgets.scss */
  .wallpapers .mobile:not(.preview):hover {
    padding-left: 92px !important;
  }
  /* line 1514, ../scss/_widgets.scss */
  .wallpapers .mobile:not(.preview):hover span {
    width: 150px !important;
  }
  /* line 1520, ../scss/_widgets.scss */
  .wallpapers > div:last-child > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  /* line 1530, ../scss/_widgets.scss */
  .hero-gallery .pagination {
    position: absolute;
  }
  /* line 1532, ../scss/_widgets.scss */
  .hero-gallery .pagination.four {
    right: 0;
    bottom: -2%;
    background-image: url("../img/hero_frame/pagination-four.png");
    width: 80px;
    height: 27px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  /* line 1540, ../scss/_widgets.scss */
  .hero-gallery .pagination.three {
    width: 65px;
    height: 32px;
    background-image: url("../img/hero_frame/pagination-three.png");
    right: 1%;
    bottom: -4%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  /* line 1548, ../scss/_widgets.scss */
  .hero-gallery .pagination.two {
    width: 48px;
    height: 28px;
    background-image: url("../img/hero_frame/pagination-two.png");
    right: 1%;
    bottom: -2%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  /* line 1559, ../scss/_widgets.scss */
  .hero-gallery .pagination.four .active-pagination, .hero-gallery .pagination.three .active-pagination, .hero-gallery .pagination.two .active-pagination {
    position: absolute;
    background-image: url("../img/hero_frame/pagination-active.png");
    width: 31px;
    height: 31px;
    top: 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  /* line 1566, ../scss/_widgets.scss */
  .hero-gallery .pagination.four .active-pagination.two, .hero-gallery .pagination.three .active-pagination.two, .hero-gallery .pagination.two .active-pagination.two {
    left: 16px;
  }
  /* line 1569, ../scss/_widgets.scss */
  .hero-gallery .pagination.four .active-pagination.three, .hero-gallery .pagination.three .active-pagination.three, .hero-gallery .pagination.two .active-pagination.three {
    left: 32px;
  }
  /* line 1572, ../scss/_widgets.scss */
  .hero-gallery .pagination.four .active-pagination.four, .hero-gallery .pagination.three .active-pagination.four, .hero-gallery .pagination.two .active-pagination.four {
    left: 47px;
  }
  /* line 1581, ../scss/_widgets.scss */
  .hero-gallery > div > .tm, .hero-gallery > div > .bm, .hero-gallery > div > .ml, .hero-gallery > div > .mr {
    display: none;
  }
  /* line 1584, ../scss/_widgets.scss */
  .hero-gallery > div > .tl {
    background-image: url("../img/hero_frame/mobile-hero-frame-tl.png") !important;
    background-repeat: repeat-x;
    width: auto;
    right: 115px;
    left: 0;
    height: 20px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    top: 0;
  }
  /* line 1594, ../scss/_widgets.scss */
  .hero-gallery > div > .tr {
    background-image: url("../img/hero_frame/mobile-hero-frame-tr.png") !important;
    top: 0;
    width: 115px;
    height: 20px;
    background-position: 0 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  /* line 1602, ../scss/_widgets.scss */
  .hero-gallery > div > .bl {
    background-image: url("../img/hero_frame/mobile-hero-frame-bl.png") !important;
    background-repeat: repeat-x;
    background-position: 0 0;
    width: auto;
    left: 0;
    right: 58px;
    height: 21px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  /* line 1611, ../scss/_widgets.scss */
  .hero-gallery > div > .bl.three {
    right: 80px;
  }
  /* line 1614, ../scss/_widgets.scss */
  .hero-gallery > div > .bl.two {
    right: 63px;
  }
  /* line 1618, ../scss/_widgets.scss */
  .hero-gallery > div > .br {
    width: 64px;
    height: 37px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1px 0;
    background-image: url("../img/hero_frame/mobile-hero-frame-br-one-two.png") !important;
  }
  /* line 1625, ../scss/_widgets.scss */
  .hero-gallery > div > .br.four {
    background-image: url("../img/hero_frame/mobile-hero-frame-br-four.png") !important;
    width: 98px;
  }
  /* line 1629, ../scss/_widgets.scss */
  .hero-gallery > div > .br.three {
    background-image: url("../img/hero_frame/mobile-hero-frame-br-three.png") !important;
    width: 81px;
  }
  /* line 1633, ../scss/_widgets.scss */
  .hero-gallery > div > .br.two {
    background-image: url("../img/hero_frame/mobile-hero-frame-br-one-two.png") !important;
    width: 64px;
  }
  /* line 1642, ../scss/_widgets.scss */
  .hero-gallery .caption-frame .bm {
    display: block;
  }
  /* line 1646, ../scss/_widgets.scss */
  .hero-gallery .controls {
    display: none;
  }

  /* line 1653, ../scss/_widgets.scss */
  .boxart .box-wrapper {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  /* line 1655, ../scss/_widgets.scss */
  .boxart .box-wrapper .box {
    margin-left: 14%;
  }
}
@media screen and (max-width: 650px) {
  /* line 1666, ../scss/_widgets.scss */
  #body-content.home .subsection-container:nth-child(2) {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 1669, ../scss/_widgets.scss */
  #body-content.home .subsection-container:nth-child(2) .caption-frame {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1672, ../scss/_widgets.scss */
  #body-content.home .subsection-container:nth-child(2) .caption-frame .bl {
    background-image: url("../img/hero_frame/hero-caption-bm.png") !important;
  }
  /* line 1677, ../scss/_widgets.scss */
  #body-content.home .subsection-container:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1681, ../scss/_widgets.scss */
  #body-content.home .controls {
    display: none;
  }
  /* line 1687, ../scss/_widgets.scss */
  #body-content:not(.home) .subsection-container .subsection {
    padding: 57px 22px 80px;
  }
  /* line 1695, ../scss/_widgets.scss */
  #body-content:not(.home) .textwithgalleries.text-top .caption-frame.one-with-caption .br {
    left: 62%;
  }
}
@media screen and (max-width: 480px) {
  /* line 1712, ../scss/_widgets.scss */
  #body-content:not(.home) .textwithgalleries.text-top .col-md-12 .flexslider {
    max-width: none;
  }
  /* line 1715, ../scss/_widgets.scss */
  #body-content:not(.home) .textwithgalleries.text-top .col-md-12 .caption-frame {
    max-width: none;
  }
  /* line 1717, ../scss/_widgets.scss */
  #body-content:not(.home) .textwithgalleries.text-top .col-md-12 .caption-frame .br {
    left: 62%;
  }
  /* line 1726, ../scss/_widgets.scss */
  #body-content:not(.home) .textwithvideo .caption-frame .br {
    left: 62% !important;
  }
  /* line 1733, ../scss/_widgets.scss */
  #body-content.home .subsection-container:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 1740, ../scss/_widgets.scss */
  #body-content .boxart a .box-wrapper {
    background-position: 55% 20px !important;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  /* line 1742, ../scss/_widgets.scss */
  #body-content .boxart a .box-wrapper:hover {
    background-position: 55% -100px !important;
  }
  /* line 1746, ../scss/_widgets.scss */
  #body-content .boxart a .box-wrapper > span {
    padding: 35px 0 35px 45% !important;
  }
  /* line 1748, ../scss/_widgets.scss */
  #body-content .boxart a .box-wrapper > span > span {
    line-height: 14px;
  }

  /* line 1760, ../scss/_widgets.scss */
  .subsection.wallpapers .mobile:not(.preview) {
    padding-left: 42px !important;
  }
  /* line 1765, ../scss/_widgets.scss */
  .subsection.wallpapers .wallpaper-set .mobile span {
    width: 120px !important;
  }
}
@media screen and (max-width: 320px) {
  /* line 1778, ../scss/_widgets.scss */
  .hero-gallery > div > .tl, .hero-gallery > div .bl {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  /* line 1783, ../scss/_widgets.scss */
  .hero-gallery .pagination.four {
    right: 0;
    bottom: -1%;
  }
  /* line 1787, ../scss/_widgets.scss */
  .hero-gallery .pagination.three {
    bottom: -3%;
    right: 1%;
  }
  /* line 1791, ../scss/_widgets.scss */
  .hero-gallery .pagination.two {
    right: 1%;
    bottom: -1%;
  }

  /* line 1800, ../scss/_widgets.scss */
  #body-content .boxart a .box-wrapper {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  /* line 1802, ../scss/_widgets.scss */
  #body-content .boxart a .box-wrapper > span {
    width: 90%;
  }
  /* line 1805, ../scss/_widgets.scss */
  #body-content .boxart a .box-wrapper .box {
    margin-left: 5%;
  }

  /* line 1816, ../scss/_widgets.scss */
  .subsection.wallpapers .mobile:not(.preview) {
    padding-left: 42px !important;
  }
  /* line 1821, ../scss/_widgets.scss */
  .subsection.wallpapers .wallpaper-set .mobile span {
    width: 80px !important;
  }

  /* line 1832, ../scss/_widgets.scss */
  .boxart a .box-wrapper > span {
    padding: 35px 0 35px 46% !important;
  }
}
/* line 13, ../scss/main.scss */
html, body {
  font-family: 'Open Sans', sans-serif;
}

/* line 17, ../scss/main.scss */
#view-content {
  overflow: hidden;
}

/**
  .random-offset can be added to most any element. When that element is not
  within an element that is marked with the .visible class, the element will
  be offset by a random X and Y value. When it's parent (usually .subsection)
  is marked .visible, the element will animate to it's final X and Y
**/
/* line 27, ../scss/main.scss */
.random-offset {
  -webkit-transition: -webkit-transform .2s ease-out, opacity 0.1s ease-in;
  -moz-transition: -moz-transform .2s ease-out, opacity 0.1s ease-in;
  -ms-transition: -ms-transform .2s ease-out, opacity 0.1s ease-in;
  /* IE10 is actually unprefixed */
  -o-transition: transform .2s ease-out, opacity 0.1s ease-in;
  transition: transform .2s ease-out, opacity 0.1s ease-in;
  opacity: 0;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-0 {
  -webkit-transition: opacity 0.1s ease-in 0s, -webkit-transform 0.15s ease-out 0s !important;
  -moz-transition: opacity 0.1s ease-in 0s, -moz-transform 0.15s ease-out 0s !important;
  -ms-transition: opacity 0.1s ease-in 0s, -ms-transform 0.15s ease-out 0s !important;
  -o-transition: opacity 0.1s ease-in 0s, transform 0.15s ease-out 0s !important;
  transition: opacity 0.1s ease-in 0s, transform 0.15s ease-out 0s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-1 {
  -webkit-transition: opacity 0.1s ease-in 0.05s, -webkit-transform 0.15s ease-out 0.05s !important;
  -moz-transition: opacity 0.1s ease-in 0.05s, -moz-transform 0.15s ease-out 0.05s !important;
  -ms-transition: opacity 0.1s ease-in 0.05s, -ms-transform 0.15s ease-out 0.05s !important;
  -o-transition: opacity 0.1s ease-in 0.05s, transform 0.15s ease-out 0.05s !important;
  transition: opacity 0.1s ease-in 0.05s, transform 0.15s ease-out 0.05s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-2 {
  -webkit-transition: opacity 0.1s ease-in 0.1s, -webkit-transform 0.15s ease-out 0.1s !important;
  -moz-transition: opacity 0.1s ease-in 0.1s, -moz-transform 0.15s ease-out 0.1s !important;
  -ms-transition: opacity 0.1s ease-in 0.1s, -ms-transform 0.15s ease-out 0.1s !important;
  -o-transition: opacity 0.1s ease-in 0.1s, transform 0.15s ease-out 0.1s !important;
  transition: opacity 0.1s ease-in 0.1s, transform 0.15s ease-out 0.1s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-3 {
  -webkit-transition: opacity 0.1s ease-in 0.15s, -webkit-transform 0.15s ease-out 0.15s !important;
  -moz-transition: opacity 0.1s ease-in 0.15s, -moz-transform 0.15s ease-out 0.15s !important;
  -ms-transition: opacity 0.1s ease-in 0.15s, -ms-transform 0.15s ease-out 0.15s !important;
  -o-transition: opacity 0.1s ease-in 0.15s, transform 0.15s ease-out 0.15s !important;
  transition: opacity 0.1s ease-in 0.15s, transform 0.15s ease-out 0.15s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-4 {
  -webkit-transition: opacity 0.1s ease-in 0.2s, -webkit-transform 0.15s ease-out 0.2s !important;
  -moz-transition: opacity 0.1s ease-in 0.2s, -moz-transform 0.15s ease-out 0.2s !important;
  -ms-transition: opacity 0.1s ease-in 0.2s, -ms-transform 0.15s ease-out 0.2s !important;
  -o-transition: opacity 0.1s ease-in 0.2s, transform 0.15s ease-out 0.2s !important;
  transition: opacity 0.1s ease-in 0.2s, transform 0.15s ease-out 0.2s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-5 {
  -webkit-transition: opacity 0.1s ease-in 0.25s, -webkit-transform 0.15s ease-out 0.25s !important;
  -moz-transition: opacity 0.1s ease-in 0.25s, -moz-transform 0.15s ease-out 0.25s !important;
  -ms-transition: opacity 0.1s ease-in 0.25s, -ms-transform 0.15s ease-out 0.25s !important;
  -o-transition: opacity 0.1s ease-in 0.25s, transform 0.15s ease-out 0.25s !important;
  transition: opacity 0.1s ease-in 0.25s, transform 0.15s ease-out 0.25s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-6 {
  -webkit-transition: opacity 0.1s ease-in 0.3s, -webkit-transform 0.15s ease-out 0.3s !important;
  -moz-transition: opacity 0.1s ease-in 0.3s, -moz-transform 0.15s ease-out 0.3s !important;
  -ms-transition: opacity 0.1s ease-in 0.3s, -ms-transform 0.15s ease-out 0.3s !important;
  -o-transition: opacity 0.1s ease-in 0.3s, transform 0.15s ease-out 0.3s !important;
  transition: opacity 0.1s ease-in 0.3s, transform 0.15s ease-out 0.3s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-7 {
  -webkit-transition: opacity 0.1s ease-in 0.35s, -webkit-transform 0.15s ease-out 0.35s !important;
  -moz-transition: opacity 0.1s ease-in 0.35s, -moz-transform 0.15s ease-out 0.35s !important;
  -ms-transition: opacity 0.1s ease-in 0.35s, -ms-transform 0.15s ease-out 0.35s !important;
  -o-transition: opacity 0.1s ease-in 0.35s, transform 0.15s ease-out 0.35s !important;
  transition: opacity 0.1s ease-in 0.35s, transform 0.15s ease-out 0.35s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-8 {
  -webkit-transition: opacity 0.1s ease-in 0.4s, -webkit-transform 0.15s ease-out 0.4s !important;
  -moz-transition: opacity 0.1s ease-in 0.4s, -moz-transform 0.15s ease-out 0.4s !important;
  -ms-transition: opacity 0.1s ease-in 0.4s, -ms-transform 0.15s ease-out 0.4s !important;
  -o-transition: opacity 0.1s ease-in 0.4s, transform 0.15s ease-out 0.4s !important;
  transition: opacity 0.1s ease-in 0.4s, transform 0.15s ease-out 0.4s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-9 {
  -webkit-transition: opacity 0.1s ease-in 0.45s, -webkit-transform 0.15s ease-out 0.45s !important;
  -moz-transition: opacity 0.1s ease-in 0.45s, -moz-transform 0.15s ease-out 0.45s !important;
  -ms-transition: opacity 0.1s ease-in 0.45s, -ms-transform 0.15s ease-out 0.45s !important;
  -o-transition: opacity 0.1s ease-in 0.45s, transform 0.15s ease-out 0.45s !important;
  transition: opacity 0.1s ease-in 0.45s, transform 0.15s ease-out 0.45s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-10 {
  -webkit-transition: opacity 0.1s ease-in 0.5s, -webkit-transform 0.15s ease-out 0.5s !important;
  -moz-transition: opacity 0.1s ease-in 0.5s, -moz-transform 0.15s ease-out 0.5s !important;
  -ms-transition: opacity 0.1s ease-in 0.5s, -ms-transform 0.15s ease-out 0.5s !important;
  -o-transition: opacity 0.1s ease-in 0.5s, transform 0.15s ease-out 0.5s !important;
  transition: opacity 0.1s ease-in 0.5s, transform 0.15s ease-out 0.5s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-11 {
  -webkit-transition: opacity 0.1s ease-in 0.55s, -webkit-transform 0.15s ease-out 0.55s !important;
  -moz-transition: opacity 0.1s ease-in 0.55s, -moz-transform 0.15s ease-out 0.55s !important;
  -ms-transition: opacity 0.1s ease-in 0.55s, -ms-transform 0.15s ease-out 0.55s !important;
  -o-transition: opacity 0.1s ease-in 0.55s, transform 0.15s ease-out 0.55s !important;
  transition: opacity 0.1s ease-in 0.55s, transform 0.15s ease-out 0.55s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-12 {
  -webkit-transition: opacity 0.1s ease-in 0.6s, -webkit-transform 0.15s ease-out 0.6s !important;
  -moz-transition: opacity 0.1s ease-in 0.6s, -moz-transform 0.15s ease-out 0.6s !important;
  -ms-transition: opacity 0.1s ease-in 0.6s, -ms-transform 0.15s ease-out 0.6s !important;
  -o-transition: opacity 0.1s ease-in 0.6s, transform 0.15s ease-out 0.6s !important;
  transition: opacity 0.1s ease-in 0.6s, transform 0.15s ease-out 0.6s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-13 {
  -webkit-transition: opacity 0.1s ease-in 0.65s, -webkit-transform 0.15s ease-out 0.65s !important;
  -moz-transition: opacity 0.1s ease-in 0.65s, -moz-transform 0.15s ease-out 0.65s !important;
  -ms-transition: opacity 0.1s ease-in 0.65s, -ms-transform 0.15s ease-out 0.65s !important;
  -o-transition: opacity 0.1s ease-in 0.65s, transform 0.15s ease-out 0.65s !important;
  transition: opacity 0.1s ease-in 0.65s, transform 0.15s ease-out 0.65s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-14 {
  -webkit-transition: opacity 0.1s ease-in 0.7s, -webkit-transform 0.15s ease-out 0.7s !important;
  -moz-transition: opacity 0.1s ease-in 0.7s, -moz-transform 0.15s ease-out 0.7s !important;
  -ms-transition: opacity 0.1s ease-in 0.7s, -ms-transform 0.15s ease-out 0.7s !important;
  -o-transition: opacity 0.1s ease-in 0.7s, transform 0.15s ease-out 0.7s !important;
  transition: opacity 0.1s ease-in 0.7s, transform 0.15s ease-out 0.7s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-15 {
  -webkit-transition: opacity 0.1s ease-in 0.75s, -webkit-transform 0.15s ease-out 0.75s !important;
  -moz-transition: opacity 0.1s ease-in 0.75s, -moz-transform 0.15s ease-out 0.75s !important;
  -ms-transition: opacity 0.1s ease-in 0.75s, -ms-transform 0.15s ease-out 0.75s !important;
  -o-transition: opacity 0.1s ease-in 0.75s, transform 0.15s ease-out 0.75s !important;
  transition: opacity 0.1s ease-in 0.75s, transform 0.15s ease-out 0.75s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-16 {
  -webkit-transition: opacity 0.1s ease-in 0.8s, -webkit-transform 0.15s ease-out 0.8s !important;
  -moz-transition: opacity 0.1s ease-in 0.8s, -moz-transform 0.15s ease-out 0.8s !important;
  -ms-transition: opacity 0.1s ease-in 0.8s, -ms-transform 0.15s ease-out 0.8s !important;
  -o-transition: opacity 0.1s ease-in 0.8s, transform 0.15s ease-out 0.8s !important;
  transition: opacity 0.1s ease-in 0.8s, transform 0.15s ease-out 0.8s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-17 {
  -webkit-transition: opacity 0.1s ease-in 0.85s, -webkit-transform 0.15s ease-out 0.85s !important;
  -moz-transition: opacity 0.1s ease-in 0.85s, -moz-transform 0.15s ease-out 0.85s !important;
  -ms-transition: opacity 0.1s ease-in 0.85s, -ms-transform 0.15s ease-out 0.85s !important;
  -o-transition: opacity 0.1s ease-in 0.85s, transform 0.15s ease-out 0.85s !important;
  transition: opacity 0.1s ease-in 0.85s, transform 0.15s ease-out 0.85s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-18 {
  -webkit-transition: opacity 0.1s ease-in 0.9s, -webkit-transform 0.15s ease-out 0.9s !important;
  -moz-transition: opacity 0.1s ease-in 0.9s, -moz-transform 0.15s ease-out 0.9s !important;
  -ms-transition: opacity 0.1s ease-in 0.9s, -ms-transform 0.15s ease-out 0.9s !important;
  -o-transition: opacity 0.1s ease-in 0.9s, transform 0.15s ease-out 0.9s !important;
  transition: opacity 0.1s ease-in 0.9s, transform 0.15s ease-out 0.9s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-19 {
  -webkit-transition: opacity 0.1s ease-in 0.95s, -webkit-transform 0.15s ease-out 0.95s !important;
  -moz-transition: opacity 0.1s ease-in 0.95s, -moz-transform 0.15s ease-out 0.95s !important;
  -ms-transition: opacity 0.1s ease-in 0.95s, -ms-transform 0.15s ease-out 0.95s !important;
  -o-transition: opacity 0.1s ease-in 0.95s, transform 0.15s ease-out 0.95s !important;
  transition: opacity 0.1s ease-in 0.95s, transform 0.15s ease-out 0.95s !important;
}
/* line 40, ../scss/main.scss */
.random-offset.delay-20 {
  -webkit-transition: opacity 0.1s ease-in 1s, -webkit-transform 0.15s ease-out 1s !important;
  -moz-transition: opacity 0.1s ease-in 1s, -moz-transform 0.15s ease-out 1s !important;
  -ms-transition: opacity 0.1s ease-in 1s, -ms-transform 0.15s ease-out 1s !important;
  -o-transition: opacity 0.1s ease-in 1s, transform 0.15s ease-out 1s !important;
  transition: opacity 0.1s ease-in 1s, transform 0.15s ease-out 1s !important;
}

/* line 52, ../scss/main.scss */
.visible .random-offset {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  opacity: 1;
}

/**
  Bounce THIS IS EXPERIMENTAL
**/
@-webkit-keyframes bounce {
  /* line 66, ../scss/main.scss */
  0% {
    margin-top: 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }

  /* line 74, ../scss/main.scss */
  50% {
    margin-top: -10px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    transform: matrix(1, 0, 0, 1, 0, -10) !important;
  }

  /* line 83, ../scss/main.scss */
  100% {
    margin-top: 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
}

/* line 94, ../scss/main.scss */
.hover-bounce:hover {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: .2s;
  -moz-animation-name: bounce;
  -moz-animation-duration: .2s;
  animation-name: bounce;
  animation-duration: .2s;
}

@-moz-keyframes bounce {
  /* line 105, ../scss/main.scss */
  0% {
    margin-top: 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }

  /* line 113, ../scss/main.scss */
  50% {
    margin-top: -10px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    transform: matrix(1, 0, 0, 1, 0, -10) !important;
  }

  /* line 122, ../scss/main.scss */
  100% {
    margin-top: 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
}

/* line 133, ../scss/main.scss */
.hover-bounce:hover {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: .2s;
}

@keyframes bounce {
  /* line 140, ../scss/main.scss */
  0% {
    margin-top: 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }

  /* line 148, ../scss/main.scss */
  50% {
    margin-top: -10px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    transform: matrix(1, 0, 0, 1, 0, -10) !important;
  }

  /* line 157, ../scss/main.scss */
  100% {
    margin-top: 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
}

/* line 168, ../scss/main.scss */
.hover-bounce:hover {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: .2s;
}
