/*#region fonts*/
.Raleway,
.BodyFont {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.RalewayMedium {
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
}
.RalewayBold {
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
}
.LuckiestGuy {
  font-family: 'Luckiest Guy', sans-serif;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.main-content__container {
  background-color: #fff;
  margin-bottom: 40px;
  padding-bottom: 50px;
  border: 8px solid #f7921e;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .main-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .main-content__left-col {
    width: 230px;
  }
}
.main-content__main-col {
  width: 100%;
}
@media (min-width: 768px) {
  .main-content__main-col {
    width: calc(100% - 260px);
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .main-content__welcome {
    max-width: 715px !important;
  }
}
.stroke-text {
  font-size: 2.688rem;
  color: #fed603;
  position: relative;
  padding: 2px 10px;
  -webkit-background-clip: text;
  font-family: 'Luckiest Guy', sans-serif;
  z-index: 1;
  text-align: center;
}
.stroke-text:before {
  content: attr(data-text);
  background-color: #010241;
  -webkit-text-stroke: 10px transparent;
  -webkit-background-clip: text;
  color: #232d2d;
  position: absolute;
  padding: 2px 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pageContent.textContent {
  font-size: 1rem;
}
@media (max-width: 450px) {
  .pageContent.textContent a {
    word-break: break-word;
  }
}
@media (max-width: 767px) {
  .pageContent.textContent {
    text-align: center;
  }
}
.pageContent.textContent h1,
.pageContent.textContent h2 {
  margin-bottom: 30px;
  font-size: 3rem;
}
@media (max-width: 450px) {
  .pageContent.textContent h1,
  .pageContent.textContent h2 {
    font-size: 2.1rem;
  }
}
.pageContent.textContent h1 {
  margin-top: 0;
}
.pageContent.textContent p {
  margin-bottom: 20px;
}
.home-message {
  margin-top: 20px;
}
.home-message__inner {
  background: #cf3a26;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  font-size: 1rem;
}
.home-message__inner p {
  margin-bottom: 0;
}
#BodyContent.pageContent.textContent {
  padding-top: 0;
}
#BodyContent.pageContent.textContent h1 {
  margin-left: -13px;
  margin-bottom: 30px !important;
}
#BodyContent.pageContent.textContent h1 {
  font-size: 2.688rem;
  color: #fed603;
  position: relative;
  padding: 2px 10px;
  -webkit-background-clip: text;
  font-family: 'Luckiest Guy', sans-serif;
  z-index: 1;
  margin: 0 -8px;
}
#BodyContent.pageContent.textContent h1[data-sal] {
  visibility: visible !important;
}
#BodyContent.pageContent.textContent h1.sal-animate {
  opacity: 1;
}
#BodyContent.pageContent.textContent h1.sal-animate .char {
  -webkit-animation: bounceTowards 0.5s both;
          animation: bounceTowards 0.5s both;
  -webkit-animation-delay: calc(0.3s + 40ms * var(--char-index) + var(--word-index) * 100ms);
          animation-delay: calc(0.3s + 40ms * var(--char-index) + var(--word-index) * 100ms);
}
#BodyContent.pageContent.textContent h1 span {
  font-size: 2.688rem;
  color: #fed603;
  position: relative;
  padding: 2px 10px;
  -webkit-background-clip: text;
  font-family: 'Luckiest Guy', sans-serif;
  z-index: 1;
  margin: 0 -8px;
}
#BodyContent.pageContent.textContent h1 span:before {
  content: attr(data-char);
  background-color: #010241;
  -webkit-text-stroke: 10px transparent;
  -webkit-background-clip: text;
  color: #232d2d;
  position: absolute;
  padding: 2px 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  z-index: -1;
}
#BodyContent.pageContent.textContent a {
  position: relative;
  padding: 0 3px;
  margin: 0 1px;
  display: inline-block;
  color: #ec1900;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
}
#BodyContent.pageContent.textContent a:hover {
  color: #fff;
}
#BodyContent.pageContent.textContent a:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#BodyContent.pageContent.textContent a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ec1900;
  background-color: #ec1900;
  background-image: -webkit-linear-gradient(left, #ec1900, #193fe6);
  background: -webkit-gradient(linear, left top, right top, from(#ec1900), to(#193fe6));
  background: linear-gradient(to right, #ec1900, #193fe6);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scaleY(0.1);
          transform: scaleY(0.1);
}
/*#endregion fonts*/
form {
  position: relative;
  max-width: 100vw;
}
.outer-wrapper {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.outer-wrapper--alt .main-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.outer-wrapper--home #BodyContent.pageContent.textContent h1.sal-animate .char {
  -webkit-animation: bounceTowards 0.75s both;
          animation: bounceTowards 0.75s both;
  -webkit-animation-delay: calc(0.3s + 10ms * var(--char-index) + var(--word-index) * 100ms);
          animation-delay: calc(0.3s + 10ms * var(--char-index) + var(--word-index) * 100ms);
}
@media (min-width: 768px) {
  .outer-wrapper--category .main-content__main-col {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .outer-wrapper--category .main-content__main-col .pageContent.textContent h1 {
    padding-top: 50px;
  }
}
.outer-wrapper--product .main-content {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .outer-wrapper--product #BodyContent {
    padding-top: 50px;
  }
}
.container {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1330px) {
  .container {
    width: 1300px;
  }
}
/*#region topLinksMobile*/
#TopLinksMobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ff2900;
  color: white;
  z-index: 20;
  padding: 0;
  border-bottom: 1px solid white;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
#TopLinksMobile .navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #TopLinksMobile {
    display: none !important;
  }
}
#TopLinksMobile #NavigationToggleText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 63px;
  text-align: right;
}
#TopLinksMobile .navbar-toggle .icon-bar {
  background: white;
}
#TopLinksMobile .row {
  padding-top: 10px;
}
#TopLinksMobile .input-group {
  margin-bottom: 0;
}
#MobileHomeLink {
  position: fixed;
  top: 10px;
  z-index: 10;
  background: transparent none repeat scroll 0 0;
  color: white;
  left: 10px;
  border-radius: 50%;
  border: 2px solid white;
}
/*#endregion topLinksMobile*/
.header {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .header__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.header__logo-col {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (min-width: 992px) {
  .header__logo-col {
    max-width: 519px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1430px) {
  .header__logo-col {
    text-align: left;
  }
}
.header__email-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .header__email-col {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}
.header__social-col {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__social-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .header__social-col {
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .header__social-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header__email,
.header__weather {
  color: #0e0f4b;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__email:hover,
.header__weather:hover {
  color: #0e0f4b;
}
.header__weather {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .header__weather {
    display: none;
  }
}
.header__icon-email {
  width: 31px;
  height: 25px;
}
.header__icon-weather {
  width: 45px;
  height: 46px;
}
.header__logo {
  display: inline-block;
  position: relative;
  max-width: 560px;
  width: 100%;
  visibility: hidden;
}
@media (min-width: 1430px) {
  .header__logo {
    margin-left: -60px;
  }
}
.header__logo:before {
  content: "";
  display: block;
  padding-top: 41.4258%;
}
.header__logo:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .header__social-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  font-size: 1.125rem;
  color: #0e0f4b;
}
@media (max-width: 767px) {
  .header__social-link {
    margin-bottom: 0;
  }
}
.header__social-link:hover {
  color: #0e0f4b;
}
.header__social-link img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header__social-link img {
    margin-left: auto;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header__social-link span {
    display: none;
  }
}
.header__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__badges img {
  margin: 0 3px;
}
.header__badges img:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .header__badges {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__cards {
    display: none;
  }
}
.header__tipe {
  width: 34px;
}
.header__biha {
  width: 34px;
}
.header__pipa {
  width: 48px;
  content: url('/theme/rpiiscats.png');
}
.header__iihf {
  width: 126px;
}
.toplinks {
  position: relative;
  padding: 15px 15px 0;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/toplinks-bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-animation: redBg 0.2s steps(2) infinite alternate paused;
          animation: redBg 0.2s steps(2) infinite alternate paused;
}
.toplinks:hover {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media (min-width: 1200px) {
  .toplinks {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.toplinks__container {
  padding-left: 0;
  padding-right: 0;
}
.toplinks__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.toplinks__li {
  position: relative;
  list-style: none;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.toplinks__li .dropdown-toggle:focus {
  text-decoration: none;
}
.toplinks__link {
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  font-size: 1.438rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
  border-bottom: 4px solid transparent;
}
@media (max-width: 450px) {
  .toplinks__link {
    font-size: 1.006rem;
  }
}
@media (min-width: 768px) {
  .toplinks__link {
    padding: 15px 5px;
  }
}
@media (min-width: 992px) {
  .toplinks__link {
    padding: 15px 15px;
  }
}
@media (min-width: 1200px) {
  .toplinks__link {
    padding: 15px 30px;
  }
}
.toplinks__link:hover,
.toplinks__link.active,
.toplinks__link:focus {
  color: #ffde02;
  border-bottom: 4px solid #f04524;
}
.toplinks__dropdown {
  padding: 10px;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  background-color: #00f !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/toplinks-bg.png");
  -webkit-animation: redBg 0.2s steps(2) infinite alternate paused;
          animation: redBg 0.2s steps(2) infinite alternate paused;
}
.toplinks__dropdown:hover {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.toplinks__dropdown-li {
  display: block;
}
.toplinks__dropdown-link {
  position: relative;
  padding: 5px 10px !important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff !important;
  font-size: 1.438rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
}
@media (max-width: 450px) {
  .toplinks__dropdown-link {
    font-size: 1.006rem;
  }
}
.toplinks__dropdown-link:hover,
.toplinks__dropdown-link:focus,
.toplinks__dropdown-link.active {
  background-color: inherit !important;
  color: #ffde02 !important;
}
.banner #CarouselContainer {
  padding-top: 49.4983%;
  overflow: hidden;
}
.banner #CarouselContainer .carousel-inner {
  position: absolute;
  top: 0;
  height: 100%;
}
.banner #CarouselContainer .carousel-inner .item {
  width: 100%;
}
.banner #CarouselContainer .carousel-inner .item a img,
.banner #CarouselContainer .carousel-inner .item img {
  width: 100%;
}
.banner .carousel-indicators {
  display: none;
}
.banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .banner__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.book-online {
  height: 100%;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/red-bg.png");
  background-size: 51px 45px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(85, 0, 0, 0.25);
          box-shadow: 0px 5px 0px 0px rgba(85, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .book-online {
    -webkit-animation: redBg 0.2s steps(2) infinite alternate paused;
            animation: redBg 0.2s steps(2) infinite alternate paused;
  }
}
@media (min-width: 992px) {
  .book-online {
    margin-bottom: 0;
  }
}
.book-online__inner {
  text-align: center;
}
.book-online__inner:hover {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.book-online__inner:hover .book-online__title-col {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.book-online__title-img {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .book-online__title-img {
    margin-bottom: 20px;
  }
}
.book-online__widgets {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.book-online__widgets-inner {
  position: relative;
}
.book-online .SearchDate,
.book-online .SearchCategory,
.book-online .SearchButton {
  height: 59px;
  border-radius: 10px;
  background-repeat: no-repeat;
  color: #000;
  display: block;
  width: 100%;
  max-width: 350px;
  padding-left: 65px;
  border: none;
  font-size: 1rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto 15px;
}
.book-online .SearchDate::-webkit-input-placeholder,
.book-online .SearchCategory::-webkit-input-placeholder,
.book-online .SearchButton::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.book-online .SearchDate::-moz-placeholder,
.book-online .SearchCategory::-moz-placeholder,
.book-online .SearchButton::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.book-online .SearchDate::-ms-input-placeholder,
.book-online .SearchCategory::-ms-input-placeholder,
.book-online .SearchButton::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.book-online .SearchDate::placeholder,
.book-online .SearchCategory::placeholder,
.book-online .SearchButton::placeholder {
  color: #000;
  opacity: 1;
}
@media (max-width: 767px) {
  .book-online .SearchDate,
  .book-online .SearchCategory,
  .book-online .SearchButton {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .book-online .SearchDate,
  .book-online .SearchCategory,
  .book-online .SearchButton {
    max-width: none;
  }
}
.book-online #PostcodeSearchLeft {
  background-color: #010241;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  height: 59px;
  border-radius: 10px;
  background-repeat: no-repeat;
  color: #000;
  display: block;
  width: 100%;
  max-width: 350px;
  padding-left: 55px;
  border: none;
  font-size: 1rem;
  position: relative;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .book-online #PostcodeSearchLeft {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .book-online #PostcodeSearchLeft {
    max-width: none;
  }
}
.book-online #PostcodeSearchLeft:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 51px;
  background-size: 100% 100%;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/icon-map-3.png");
  left: -3px;
  top: 1px;
}
.book-online #PostcodeSearchLeft input,
.book-online #PostcodeSearchLeft select {
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.book-online #PostcodeSearchLeft input::-webkit-input-placeholder,
.book-online #PostcodeSearchLeft select::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.book-online #PostcodeSearchLeft input::-moz-placeholder,
.book-online #PostcodeSearchLeft select::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.book-online #PostcodeSearchLeft input::-ms-input-placeholder,
.book-online #PostcodeSearchLeft select::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.book-online #PostcodeSearchLeft input::placeholder,
.book-online #PostcodeSearchLeft select::placeholder {
  color: #000;
  opacity: 1;
}
.book-online .SearchDate {
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/icon-date-2.png");
  background-size: 59px 100%;
  background-position: top left;
}
.book-online .SearchCategory {
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/icon-search-2.png");
  background-size: 59px 100%;
  background-position: top left;
}
.book-online .SearchButton {
  padding-left: 0;
  font-size: 1rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #010241;
  color: #fed603;
  font-family: 'Luckiest Guy', sans-serif;
  font-size: 1.563rem;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .book-online .SearchButton {
    margin-top: 20px;
  }
}
.featured-categories {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .featured-categories__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-categories__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured-categories__link {
  border: 8px solid #f7921e;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(85, 0, 0, 0.5);
          box-shadow: 0px 8px 0px 0px rgba(85, 0, 0, 0.5);
  background-color: #fff;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
  width: 48%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .featured-categories__link {
    width: 19%;
  }
}
.featured-categories__link:hover {
  border-color: #ff2900;
  background-color: #010241;
}
.featured-categories__link:hover .featured-categories__image-panel:before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.featured-categories__link:hover .featured-categories__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.featured-categories__link:hover .featured-categories__title {
  color: #fff;
}
.featured-categories__image-panel {
  position: relative;
  padding-top: 71.67%;
  overflow: hidden;
  z-index: 1;
  background: #00bff2;
  background: radial-gradient(ellipse at center, #00bff2 0%, #008ed4 100%);
}
.featured-categories__image-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/featured-cat-bg-grass.png");
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  background-size: 100% 100%;
}
.featured-categories__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
}
.featured-categories__title {
  font-size: 1.188rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  color: #010241;
  padding: 10px 5px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticker {
  margin-bottom: 40px;
}
.ticker__container {
  padding-left: 0;
}
@media (min-width: 768px) {
  .ticker__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ticker__left-col {
  width: 230px;
}
@media (max-width: 767px) {
  .ticker__left-col {
    margin: 0 auto 20px;
  }
}
.ticker__main-col {
  width: 100%;
}
@media (min-width: 768px) {
  .ticker__main-col {
    width: calc(100% - 260px);
  }
}
.ticker__outer {
  overflow: hidden;
  background: #010241;
  border-radius: 10px;
  border: 10px solid #fff;
  padding: 20px 0;
  position: relative;
  border-radius: 20px;
}
.ticker__outer:before,
.ticker__outer:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  top: 0;
  bottom: 0;
}
.ticker__outer:before {
  z-index: 1;
  left: 0;
  background-color: #010241;
  background-image: -webkit-linear-gradient(left, #010241, rgba(1, 2, 65, 0));
  background: -webkit-gradient(linear, left top, right top, from(#010241), to(rgba(1, 2, 65, 0)));
  background: linear-gradient(to right, #010241, rgba(1, 2, 65, 0));
}
.ticker__outer:after {
  right: 0;
  background-color: rgba(1, 2, 65, 0);
  background-image: -webkit-linear-gradient(left, rgba(1, 2, 65, 0), #010241);
  background: -webkit-gradient(linear, left top, right top, from(rgba(1, 2, 65, 0)), to(#010241));
  background: linear-gradient(to right, rgba(1, 2, 65, 0), #010241);
}
.ticker__inner {
  color: #fff;
  font-size: 1.188rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  white-space: nowrap;
  -webkit-animation: ticker 30s infinite linear;
          animation: ticker 30s infinite linear;
  min-width: 100%;
  position: relative;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: inline-block;
}
.ticker__inner p {
  margin-bottom: 0;
}
.home-clients {
  padding: 40px 15px 50px;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/red-bg.png");
  background-size: 51px 45px;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  margin-bottom: 20px;
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-clients {
    padding: 40px 40px 50px;
  }
}
.home-clients__title {
  display: block;
  margin: 0 auto 40px;
}
@media (max-width: 450px) {
  .home-clients__title {
    word-break: break-word;
  }
}
.home-clients .slick-track {
  padding-bottom: 8px;
}
.home-clients__image-panel {
  border-radius: 50%;
  margin: 0 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(85, 0, 0, 0.5);
          box-shadow: 0px 8px 0px 0px rgba(85, 0, 0, 0.5);
  position: relative;
}
.home-clients__image-panel:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.home-clients__image-panel img {
  max-width: 90% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.testimonials {
  padding-top: 50px;
  overflow: hidden;
}
.testimonials__intro {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
  font-size: 1rem;
  color: #3b3b3b;
  margin: 0 auto 50px;
  max-width: 1100px;
}
.testimonials__title {
  display: block;
  margin: 0 auto 30px;
}
.testimonials .slick-list {
  padding-bottom: 10px;
}
.testimonials .slick-active .RotatorTestimonial {
  -webkit-animation: testimonialFaces 13s linear both;
          animation: testimonialFaces 13s linear both;
}
.testimonials .RotatorTestimonial {
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/testimonials-bg.png");
  background-size: 100% auto;
  border-radius: 10px;
  padding: 35px 30px 30px;
  padding: 70px 60px 60px;
  margin: 0 15px;
  position: relative;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (min-width: 768px) {
  .testimonials .RotatorTestimonial {
    padding: 70px 60px 60px;
  }
}
.testimonials .RotatorTestimonial:hover {
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}
.testimonials .RotatorTestimonial:hover a[itemprop="author"] {
  color: #fff000;
}
.testimonials .RotatorTestimonial:hover:before,
.testimonials .RotatorTestimonial:hover:after {
  -webkit-filter: brightness(0.5) sepia(1) saturate(10000%) hue-rotate(28deg) brightness(10);
          filter: brightness(0.5) sepia(1) saturate(10000%) hue-rotate(28deg) brightness(10);
}
.testimonials .RotatorTestimonial:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.testimonials .RotatorTestimonial:hover:after {
  -webkit-transform: scale(-1.1);
          transform: scale(-1.1);
}
.testimonials .RotatorTestimonial:before,
.testimonials .RotatorTestimonial:after {
  content: "";
  width: 43px;
  height: 21px;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/quote.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 768px) {
  .testimonials .RotatorTestimonial:before,
  .testimonials .RotatorTestimonial:after {
    width: 87px;
    height: 42px;
  }
}
.testimonials .RotatorTestimonial:before {
  top: 15px;
  left: 15px;
}
.testimonials .RotatorTestimonial:after {
  bottom: 15px;
  right: 15px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.testimonials__stars {
  margin: 10px auto 20px;
  width: 169px;
  height: 29px;
}
.testimonials .RotatorTestimonialContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  color: #fff;
}
.testimonials .RotatorTestimonialContent padding:first-child {
  margin-bottom: 0;
}
.testimonials__inner {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.testimonials time,
.testimonials #RotatorTestimonialsHeader {
  display: none;
}
.testimonials a[itemprop="author"] {
  font-size: 1.125rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.testimonials a[itemprop="author"]:hover {
  color: #fff000;
}
.testimonials p[itemprop="reviewBody"] {
  font-size: 1rem;
}
.testimonials__button {
  position: absolute;
  top: 50%;
  background-color: none;
  border: none;
}
.testimonials__button--prev {
  left: 0;
  -webkit-transform: translate(-105%, -50%);
          transform: translate(-105%, -50%);
}
.testimonials__button--next {
  right: 0;
  -webkit-transform: translate(105%, -50%) scaleX(-1);
          transform: translate(105%, -50%) scaleX(-1);
}
.left-search {
  padding: 50px 0 0;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/red-bg.png");
  background-size: 51px 45px;
  position: relative;
  border-radius: 10px;
  margin-top: -15px;
}
.left-search:hover .SearchPanel a {
  color: yellow;
}
.left-search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/search-surround@1x.png");
  background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .left-search:before {
    background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/search-surround@2x.png");
  }
}
@media (min-width: 1330px) {
  .left-search {
    width: calc(100% + 70px);
    margin-left: -70px;
  }
}
.left-search__control {
  position: relative;
  padding: 0 20px 20px;
  z-index: 1;
}
.left-search__control:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/red-bg.png");
  background-size: 51px 45px;
}
.left-search__character-outer {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.left-search__character-outer:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.left-search__character {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  visibility: hidden;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.left-search .SearchPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
}
.left-search .SearchPanel input {
  height: 50px;
  border-radius: 10px;
  border: none;
  text-align: center;
  color: #000;
  position: relative;
}
.left-search .SearchPanel input::-webkit-input-placeholder {
  color: #000;
  opacity: 01;
}
.left-search .SearchPanel input::-moz-placeholder {
  color: #000;
  opacity: 01;
}
.left-search .SearchPanel input::-ms-input-placeholder {
  color: #000;
  opacity: 01;
}
.left-search .SearchPanel input::placeholder {
  color: #000;
  opacity: 01;
}
.left-search .SearchPanel a {
  background-color: #010241;
  color: #fff;
  text-transform: uppercase;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  position: relative;
}
.left-search .SearchPanel a:hover {
  color: #fff;
}
.category-links {
  margin-top: 20px;
}
.category-links__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-align: left;
  word-wrap: break-word;
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
  background-color: #ec1900;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(85, 0, 0, 0.35);
          box-shadow: 0px 4px 0px 0px rgba(85, 0, 0, 0.35);
  border-radius: 7px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: 1;
}
.category-links__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/red-bg.png");
  background-size: 51px 45px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background-repeat: repeat;
  z-index: -1;
  border-radius: 7px;
}
@media (min-width: 1330px) {
  .category-links__link {
    width: calc(100% + 70px);
    margin-left: -70px;
  }
}
.category-links__link:hover,
.category-links__link.active {
  color: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(85, 0, 0, 0.1);
          box-shadow: 0px 4px 0px 0px rgba(85, 0, 0, 0.1);
}
.category-links__link:hover:before,
.category-links__link.active:before {
  opacity: 1;
}
.category-links__link:hover .category-links__star,
.category-links__link.active .category-links__star {
  fill: #010241;
}
.category-links__star {
  fill: #fffc00;
  width: 26px;
  height: 25px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  margin-right: 10px;
}
.category-links__animation-trigger {
  position: absolute;
  top: 600px;
}
.category-links__animation-trigger.sal-animate ~ .category-links__link .category-links__star {
  -webkit-animation: blueFill 0.3s 4 alternate;
          animation: blueFill 0.3s 4 alternate;
  -webkit-animation-delay: calc(40ms * var(--item-index));
          animation-delay: calc(40ms * var(--item-index));
}
.social-feeds {
  margin-bottom: 30px;
}
.left-block__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}
.left-block__badges img {
  width: 30%;
}
.left-block__tipe {
  width: 27.45%;
}
.left-block__biha {
  width: 29.41%;
}
.left-block__pipa {
  width: 37.75%;
  content: url('/theme/rpiiscats.png');
}
.page-listings > div,
.PageListings > div {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
@media (max-width: 420px) {
  .page-listings > div,
  .PageListings > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-listings > div,
  .PageListings > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.page-listings__title,
.PageListings__title {
  display: block;
  margin: 0 auto 30px;
}
.page-listings__outer,
.PageListings__outer {
  padding: 50px 20px;
  margin-top: 50px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page-listings__outer,
  .PageListings__outer {
    padding: 50px 50px;
  }
}
.page-listings__intro,
.PageListings__intro {
  text-align: center;
  color: #3b3b3b;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .PageListings > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .PageListings > div {
    width: 33.33%;
  }
}
.product .DetailsTitle h1,
.product .DetailsTitle h2 {
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/red-bg.png");
  background-size: 51px 45px;
}
.product .DetailsTitle h1 span,
.product .DetailsTitle h2 span {
  font-size: 2.688rem;
  color: #fed603;
  position: relative;
  padding: 2px 10px;
  -webkit-background-clip: text;
  font-family: 'Luckiest Guy', sans-serif;
  z-index: 1;
  margin: 0 -8px;
}
.product .DetailsTitle h1 span:before,
.product .DetailsTitle h2 span:before {
  content: attr(data-char);
  background-color: #010241;
  -webkit-text-stroke: 10px transparent;
  -webkit-background-clip: text;
  color: #232d2d;
  position: absolute;
  padding: 2px 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  z-index: -1;
}
.product .DetailsTitle h1 .char,
.product .DetailsTitle h2 .char {
  -webkit-animation: bounceTowards 0.5s both;
          animation: bounceTowards 0.5s both;
  -webkit-animation-delay: calc(0.3s + 40ms * var(--char-index) + var(--word-index) * 100ms);
          animation-delay: calc(0.3s + 40ms * var(--char-index) + var(--word-index) * 100ms);
}
.castlePanel {
  width: 100%;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  padding: 0 10px 20px;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #00338d;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.13);
  border-radius: 7px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.castlePanel:hover {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.castlePanel:hover .castleTitlePanel a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff000;
}
.castlePanel:hover .castleCheckBook {
  background: transparent;
}
.castlePanel:hover .SingleImagePanel img {
  -webkit-filter: drop-shadow(0 8px 4px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 8px 4px rgba(0, 0, 0, 0.35));
}
.castlePanel:hover .SingleImagePanel:before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.castlePanel:hover .SingleImagePanel:after {
  background-image: url("https://bouncycastlenetwork-res.cloudinary.com/image/upload/f_auto/Sites/scats/castle-panel-hover-2.gif");
}
.castlePanel .SingleImagePanel {
  height: auto;
  background-color: #00338d !important;
  padding-top: 0;
  width: calc(100% + 50px);
  margin-left: -25px;
  border-radius: 20px;
  background-size: 100% 100%;
  border: 10px solid #e41e37;
}
.castlePanel .SingleImagePanel:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.castlePanel .SingleImagePanel img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0% !important;
  top: 0% !important;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.castlePanel .castleTitlePanel {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.castlePanel .castleTitlePanel a {
  font-size: 1.25rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  color: #ffde02;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.castlePanel .castlePriceDefault,
.castlePanel .castlePriceDiscounted {
  padding: 0 5px;
  margin-top: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
  font-size: 1.313rem;
  color: #fff;
}
.castlePanel .castlePriceDefault span.oldprice,
.castlePanel .castlePriceDiscounted span.oldprice {
  font-size: 0.8rem;
}
.castlePanel .castlePriceDefault span.newprice,
.castlePanel .castlePriceDiscounted span.newprice {
  font-size: 1rem;
}
.castlePanel .castleCheckBook {
  height: auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  background: #e65515;
  color: #fff;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 5px;
  border: 2px solid #e65515;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.DetailsTitle h1,
.DetailsTitle h2,
.DetailsMainImage {
  background-color: #ec1900;
  font-size: 2.5rem;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fed603;
}
@media (max-width: 450px) {
  .DetailsTitle h1,
  .DetailsTitle h2,
  .DetailsMainImage {
    font-size: 1.75rem;
  }
}
.DetailsTitle h1,
.DetailsTitle h2 {
  padding: 10px;
}
.product [itemprop="description"] {
  font-size: 16px;
}
a.BackToCategory {
  text-shadow: none;
  border-radius: 4px;
  background-color: #fa0307;
}
@media (max-width: 767px) {
  a.BackToCategory {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    margin-bottom: 0;
  }
}
a.BackToCategory:hover {
  text-shadow: none;
  background-color: #fa0307;
}
.DetailsLeft {
  background-image: none;
  padding-bottom: 0;
}
.BookButtons {
  text-align: center;
}
@media (min-width: 768px) {
  .BookButtons .BookButton,
  .BookButtons .CheckButton {
    width: auto;
    margin-left: auto;
    float: none;
    margin: 0 10px 10px;
  }
}
.delivery-areas {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.25rem;
}
.footer {
  background: #000;
  color: #fff;
  position: relative;
  font-size: 1rem;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .footer {
    text-align: left;
  }
}
.footer a,
.footer p {
  color: #fff;
}
.footer a:hover,
.footer p:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .footer__text-left-md {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer__text-center-md {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer__text-right-md {
    text-align: right;
  }
}
.footer__links {
  text-align: center;
  margin-top: 20px;
}
.footer__link {
  margin: 0 5px;
  display: inline-block;
}
.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer__social-links {
    margin-top: 0;
  }
}
.footer__social-link {
  margin: 0 10px;
  display: inline-block;
}
.footer__social-link img {
  width: 43px;
  height: 43px;
}
.footer #BCNLink {
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .footer #BCNLink {
    margin-top: 0;
  }
}
/*#region Animations*/
[data-sal] {
  visibility: hidden;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
[data-sal].sal-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  visibility: visible;
  -webkit-animation-duration: var(--sal-duration, 1s);
          animation-duration: var(--sal-duration, 1s);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes ticker {
  to {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}
@keyframes ticker {
  to {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
@-webkit-keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(-50%, -10%, 0) scale(0.3);
            transform: translate3d(-50%, -10%, 0) scale(0.3);
  }
}
@keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(-50%, -10%, 0) scale(0.3);
            transform: translate3d(-50%, -10%, 0) scale(0.3);
  }
}
.slideInUp2 {
  -webkit-animation-name: slideInUp2;
          animation-name: slideInUp2;
}
@-webkit-keyframes testimonialFaces {
  to {
    background-position-y: -200px;
  }
}
@keyframes testimonialFaces {
  to {
    background-position-y: -200px;
  }
}
@-webkit-keyframes starsBg {
  to {
    background-position-y: -1000px;
  }
}
@keyframes starsBg {
  to {
    background-position-y: -1000px;
  }
}
@-webkit-keyframes redBg {
  to {
    background-position-x: 50px;
  }
}
@keyframes redBg {
  to {
    background-position-x: 50px;
  }
}
@-webkit-keyframes blueBg {
  to {
    background-position-x: 20px;
  }
}
@keyframes blueBg {
  to {
    background-position-x: 20px;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    visibility: visible;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    visibility: visible;
  }
}
.zoomIn {
  -webkit-animation: zoomIn 1s 0.5s both;
          animation: zoomIn 1s 0.5s both;
}
@-webkit-keyframes bounceTowards {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceTowards {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
          animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
@-webkit-keyframes bgLeft {
  0% {
    -webkit-transform: scaleX(-1) translateX(100%);
            transform: scaleX(-1) translateX(100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgLeft {
  0% {
    -webkit-transform: scaleX(-1) translateX(100%);
            transform: scaleX(-1) translateX(100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  100% {
    opacity: 1;
  }
}
.bgRight {
  -webkit-animation: bgRight 1.5s 0.3s both;
          animation: bgRight 1.5s 0.3s both;
}
@-webkit-keyframes bgRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.bgLeft {
  -webkit-animation: bgLeft 1.5s 0.3s both;
          animation: bgLeft 1.5s 0.3s both;
}
@-webkit-keyframes yellowFlash {
  to {
    color: #fff000;
  }
}
@keyframes yellowFlash {
  to {
    color: #fff000;
  }
}
@-webkit-keyframes blueFill {
  to {
    fill: #010241;
  }
}
@keyframes blueFill {
  to {
    fill: #010241;
  }
}
.yellowFlash {
  -webkit-animation: yellowFlash 0.5s steps(2) 4 alternate;
          animation: yellowFlash 0.5s steps(2) 4 alternate;
}
@-webkit-keyframes moveSky {
  to {
    background-position-x: 0, -2200px;
  }
}
@keyframes moveSky {
  to {
    background-position-x: 0, -2200px;
  }
}
/*#endregion Animations*/
