.PTSans,
.BodyFont {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
.PTSansBold {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}
.FredokaOne {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 400;
}
body {
  background: #ffffff;
  /* Old browsers */
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: #505050;
}
form {
  max-width: 100vw;
  overflow: hidden;
}
#headerOutline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
#headerOutline #headerLeft {
  width: 75%;
}
@media (max-width: 850px) {
  #headerOutline #headerLeft {
    width: 100%;
  }
}
#headerOutline #sisterSites {
  position: absolute;
  width: 15%;
  right: 1.19%;
  top: 27px;
}
@media (max-width: 767px) {
  #headerOutline #sisterSites {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
#headerOutline #sisterSites .cheesy {
  margin-top: 5px;
}
@media (min-width: 850px) {
  #headerOutline #contactHidden {
    display: none;
  }
}
@media (max-width: 850px) {
  #headerOutline #contactHidden {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 850px) {
  #headerOutline #headerPhone2 {
    display: none;
  }
}
@media (max-width: 850px) {
  #headerOutline #headerPhone2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75%;
    margin: 20px auto;
  }
}
@media (min-width: 850px) {
  #headerOutline #headerSocial2 {
    display: none;
  }
}
@media (max-width: 850px) {
  #headerOutline #headerSocial2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #headerOutline #headerSocial2 img {
    width: 35px;
    height: 35px;
    margin: 15px 10px;
  }
}
#headerOutline #headerRight {
  background-color: black;
  border-left: 5px solid white;
  width: 25%;
}
@media (max-width: 850px) {
  #headerOutline #headerRight {
    display: none;
  }
}
#headerOutline #headerRight h2 {
  color: white;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1349px) {
  #headerOutline #headerRight h2 {
    font-size: 18px;
  }
}
#headerOutline #headerRight #headerPhone {
  margin: 20px auto;
}
@media (min-width: 768px) and (max-width: 1349px) {
  #headerOutline #headerRight #headerPhone {
    width: 75%;
    margin: 5px auto;
  }
}
#headerOutline #headerRight #headerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#headerOutline #headerRight #headerSocial img {
  width: 45px;
  height: 45px;
  margin: 0 10px;
}
@media (min-width: 768px) and (max-width: 1349px) {
  #headerOutline #headerRight #headerSocial img {
    width: 30px;
    height: 30px;
  }
}
#headerOutline #headerRight .sectionTitle {
  display: none;
}
#headerOutline #headerRight .BannerEnquiry .col-sm-6 {
  width: 100%;
}
#headerOutline #headerRight .BannerEnquiry label {
  float: left;
  color: #FF9000;
}
#headerOutline #headerRight .BannerEnquiry .booking-form {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto 10px;
}
#headerOutline #headerRight .BannerEnquiry .booking-form .btn {
  width: 50%;
}
@media (max-width: 1050px) {
  #headerOutline #headerRight .BannerEnquiry .booking-form .btn {
    font-size: 12px;
  }
}
#BodyContent {
  border-top: 0;
}
.nicefont,
h1,
h2,
h3 {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 400;
}
#TopLinksMobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ff9000;
  color: white;
  z-index: 3;
  padding: 0;
  border-bottom: 1px solid white;
  font-family: 'PT Sans', 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;
}
.container {
  position: relative;
  background: transparent;
}
@media (max-width: 767px) {
  .container {
    margin: 10px 5px 0;
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1350px) {
  .container {
    max-width: 1330px;
    margin: 0 auto 0;
    padding: 0 15px;
  }
}
.container#TestimonialsContainer {
  padding: 0;
}
#OuterWrapper {
  max-width: 100vw;
  position: relative;
}
@media (min-width: 768px) {
  #OuterWrapper {
    padding: 10px 10px 0;
  }
}
@media (min-width: 1350px) {
  #OuterWrapper {
    padding: 0;
  }
}
.ticker {
  background: #0083e3;
  height: 60px;
  color: white;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  height: 40px;
}
@media (max-width: 767px) {
  .ticker {
    margin-top: 50px;
  }
}
.ticker .container {
  width: 100%;
}
.ticker__outer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ticker__outer:before,
.ticker__outer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 10%;
}
.ticker__outer:before {
  left: 0;
  background-color: #0083e3;
  background-image: -webkit-linear-gradient(left, #0083e3, rgba(0, 131, 227, 0));
  background: -webkit-gradient(linear, left top, right top, from(#0083e3), to(rgba(0, 131, 227, 0)));
  background: linear-gradient(to right, #0083e3, rgba(0, 131, 227, 0));
}
.ticker__outer:after {
  right: 0;
  background-color: rgba(0, 131, 227, 0);
  background-image: -webkit-linear-gradient(left, rgba(0, 131, 227, 0), #0083e3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 131, 227, 0)), to(#0083e3));
  background: linear-gradient(to right, rgba(0, 131, 227, 0), #0083e3);
}
.ticker__inner {
  -webkit-animation: ticker linear infinite 30s;
  animation: ticker linear infinite 30s;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
.ticker__inner p {
  white-space: nowrap;
  margin: 0;
}
.ticker__inner a {
  color: yellow;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ticker__inner a:hover {
  text-decoration: underline;
}
.header {
  padding: 0;
  position: relative;
  background: #000;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header .container {
    margin-top: 0;
  }
}
.header__container {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .header__container {
    text-align: center;
    padding: 20px;
    padding-top: 50px;
  }
  .header__container a,
  .header__container img {
    display: block;
    margin: 0 auto 15px;
  }
}
@media (min-width: 768px) {
  .header__container {
    position: relative;
  }
  .header__container::before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 13.55%;
  }
  .header__container > .AspectRatio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.header__logo {
  z-index: 1;
}
@media (max-width: 767px) {
  .header__logo {
    margin: 10px auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .header__logo {
    position: absolute;
    width: 10.62%;
    bottom: 6.49%;
    left: 3.19%;
  }
}
@media (max-width: 767px) {
  .header__call {
    margin: 10px auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .header__call {
    position: absolute;
    width: 14.43%;
    bottom: 38.38%;
    right: 1.98%;
  }
}
@media (max-width: 767px) {
  .header__strap {
    margin: 10px auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .header__strap {
    position: absolute;
    width: 34.29%;
    bottom: 26.49%;
    left: 32.6%;
  }
}
@media (min-width: 768px) {
  #MainContainer {
    padding-top: 20px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#MainContainer:before,
#MainContainer:after {
  display: none;
}
#LeftColumn {
  width: 23%;
  position: relative;
  padding-bottom: 320px;
}
@media (max-width: 767px) {
  #LeftColumn {
    display: none;
  }
}
@media (min-width: 768px) {
  #MainColumn {
    width: 76%;
    padding-left: 15px;
  }
}
#CategoryPanel {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  padding: 0 0 10px;
  position: relative;
}
#CategoryPanel .CategoryDropDown a {
  display: none;
  -webkit-transition: none;
  transition: none;
  white-space: nowrap;
  background-color: #ffa633;
}
#CategoryPanel:first-child {
  margin-top: 0;
}
#CategoryPanel a {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: block;
  color: #272727;
  background-color: #ff9000;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#CategoryPanel a:hover,
#CategoryPanel a.active {
  color: white;
  background-color: #0083e3;
}
@media (min-width: 768px) and (max-width: 1349px) {
  #CategoryPanel a {
    padding: 10px 5px;
    font-size: 1.5vw;
  }
}
#LeftBlock {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}
#LeftBlock img {
  margin-bottom: 15px;
}
#ToplinksWrapper {
  background: #ff9000;
  max-width: 1300px;
  margin: 0 auto;
}
#TopLinksInner {
  background-color: transparent;
}
#TopLinksInner .navbar {
  border: none;
  margin-bottom: 0;
  min-height: 0;
  height: 55px;
}
#TopLinksInner .navbar-nav {
  width: 100%;
  margin-bottom: 0;
}
#TopLinksInner li {
  text-align: center;
  list-style: none;
  border-top-right-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#TopLinksInner a {
  color: #fff;
  background: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 5px;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  #TopLinksInner a {
    font-size: 1.5vw;
  }
}
@media (min-width: 1350px) {
  #TopLinksInner a {
    font-size: 18px;
  }
}
#TopLinksInner a:hover,
#TopLinksInner a.active {
  color: #fdf107;
}
#TopLinksInner .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  min-width: 100%;
  text-align: center;
  padding: 0;
}
#TopLinksInner .dropdown-menu li {
  display: block;
  width: 100%;
  margin-left: 0;
  border-radius: 0;
}
#TopLinksInner .dropdown-menu li a {
  padding: 10px;
  font-size: 18px;
  background-color: #181A1A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}
#TopLinksInner .dropdown-menu li a:hover,
#TopLinksInner .dropdown-menu li a.active {
  background-color: #ff9000;
}
#HomepageWelcomeBar {
  background-color: black;
  color: white;
  text-align: center;
}
#HomepageWelcomeBar .container {
  background-color: transparent;
  padding: 15px 8%;
}
#BannerPanel {
  position: relative;
  max-width: 1300px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1349px) {
  #BannerPanel {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #BannerPanel {
    margin: 0 auto;
  }
}
#BannerPanel #BannerRotator {
  position: relative;
  overflow: hidden;
}
#BannerPanel #BannerRotator::before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.08%;
}
#BannerPanel #BannerRotator > .AspectRatio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1349px) {
  #BannerPanel #BannerRotator:before {
    padding-top: 0;
  }
}
@media (min-width: 1350px) {
  #BannerPanel #BannerRotator:before {
    max-height: 419px;
  }
}
#BannerPanel #CarouselContainer {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: none !important;
  max-height: none !important;
  background: white;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1349px) {
  #BannerPanel #CarouselContainer {
    position: relative;
  }
}
#BannerPanel #CarouselContainer .carousel-indicators {
  z-index: 2;
  bottom: -7px;
}
#BannerPanel #CarouselContainer .carousel-inner {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1349px) {
  #BannerPanel #CarouselContainer .carousel-inner {
    position: relative;
  }
}
#BannerPanel #CarouselContainer .carousel-inner .item {
  width: 100%;
}
#BannerPanel #CarouselContainer .carousel-inner .item a img,
#BannerPanel #CarouselContainer .carousel-inner .item img {
  width: 100%;
}
#BannerPanel .carousel-caption {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 400;
  bottom: 75px;
  font-size: 30px;
  color: #fbf6d8;
}
@media (max-width: 767px) {
  #BannerPanel .carousel-indicators {
    display: none;
  }
}
#BannerPanel .container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #BannerPanel .container {
    width: 100%;
  }
}
#BannerPanel #BannerSearch {
  bottom: 0;
}
#BannerPanel .SearchBox {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  width: 30%;
  min-width: 300px;
  padding: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 767px) {
  #BannerPanel .SearchBox {
    width: 80%;
    left: 10%;
    bottom: 0;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  #BannerPanel .SearchBox {
    border: 2px solid white;
    border-bottom: 0;
  }
}
#Content {
  background-color: white;
}
@media (min-width: 1350px) {
  #inflate {
    display: none;
  }
}
@media (min-width: 768px) {
  #inflate {
    display: none;
  }
}
@media (max-width: 767px) {
  #inflate {
    width: 50%;
    display: block;
  }
}
#MainContentPanel {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}
#MainContentPanel #BodyContent {
  margin-bottom: 0;
}
.textContent {
  padding: 20px 10px;
}
.textContent h1 {
  margin-top: 0;
  font-size: 34px;
  margin-bottom: 10px;
}
.DetailsTitle h1,
.DetailsTitle h2 {
  background: #0083e3;
}
.DetailsMainImage {
  background: #0083e3;
}
#TestimonialsPanel {
  background-color: #0083e3;
  padding: 25px;
}
#TestimonialsPanel .container {
  background-color: transparent;
  padding: 20px 8% 0;
}
#TestimonialsPanel .TestimonialContainer > img {
  width: 45%;
  margin: 0 auto 20px;
  display: block;
}
@media (max-width: 767px) {
  #TestimonialsPanel .TestimonialContainer > img {
    width: 25%;
  }
}
#TestimonialsPanel .Testimonial {
  color: white;
  text-align: center;
  min-height: 200px;
  display: block;
}
#TestimonialsPanel .Testimonial span {
  margin: 0 auto;
}
#HomepageLowerBanner {
  margin-bottom: 20px;
}
#HomepageLowerBanner #CarouselContainer {
  padding-top: 31.96%;
  overflow: hidden;
}
#HomepageLowerBanner #CarouselContainer .carousel-inner {
  position: absolute;
  top: 0;
  height: 100%;
}
#HomepageLowerBanner #CarouselContainer .carousel-inner .item {
  width: 100%;
}
#HomepageLowerBanner #CarouselContainer .carousel-inner .item a img,
#HomepageLowerBanner #CarouselContainer .carousel-inner .item img {
  width: 100%;
}
#ProductsIntro {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
#PageListingsPanel.Homepage {
  background-color: #fff;
}
#PageListings {
  margin: 15px auto;
}
#PageListings > div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.castlePanel {
  border: none;
  float: none;
  width: auto;
  margin: 0 0 30px;
  padding: 10px 5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  border-radius: 0;
  color: #404040;
  text-align: center;
  border: 1px solid #ff9000;
}
@media (max-width: 767px) {
  .castlePanel {
    text-align: center;
  }
}
.castlePanel:hover {
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #0083e3;
}
.castlePanel:hover .castleCheckBook {
  color: #0083e3;
  border-color: #0083e3;
  background-color: white;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.castlePanel:hover .castleTitlePanel a {
  text-decoration: none;
}
.castlePanel .castleTitlePanel {
  margin-bottom: 10px;
  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;
}
.castlePanel .castleTitlePanel a {
  color: #404040;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.castlePanel .SingleImagePanel {
  width: auto;
  margin: 0 auto 15px;
  background-color: inherit;
}
.castlePanel .castleImageLinkPanel {
  background: white;
}
.castlePanel .castleSubtitle {
  color: black;
}
.castlePanel .castlePriceDiscounted,
.castlePanel .castlePriceDefault {
  text-align: center;
  font-size: 17px;
  padding: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 10px;
  right: 0;
  padding: 5px;
  width: 90%;
  display: inline-block;
}
@media (max-width: 767px) {
  .castlePanel .castlePriceDiscounted,
  .castlePanel .castlePriceDefault {
    position: relative;
    min-height: 50px;
    width: 100%;
  }
}
.castlePanel .castlePriceDiscounted span.oldprice,
.castlePanel .castlePriceDefault span.oldprice {
  font-size: 12px;
  margin-top: -2px;
}
.castlePanel .castlePriceDiscounted span.newprice,
.castlePanel .castlePriceDefault span.newprice {
  font-size: 14px;
}
.castlePanel .castleCheckBook {
  line-height: 100%;
  background-size: 100% 100%;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #ff9000;
  color: #ff9000;
  padding: 8px 15px;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  margin: 10px 0 5px;
}
@media (max-width: 767px) {
  .castlePanel .castleCheckBook {
    display: inline-block;
    margin-bottom: 10px;
  }
}
#ProductSearch {
  margin: 20px auto 40px;
}
#ProductSearch img:first-child {
  margin: 0 auto 20px;
  max-width: 50% !important;
  display: block;
  -o-filter: invert(100);
  -ms-filter: invert(100);
  -webkit-filter: invert(100);
  filter: invert(100);
}
@media (max-width: 767px) {
  #ProductSearch img:first-child {
    max-width: 80% !important;
  }
}
@media (max-width: 767px) {
  #ProductSearch .SearchPanel {
    margin-top: 40px;
  }
}
#ProductSearch .SearchPanel input {
  border-radius: 4px;
  padding-left: 10px;
  height: 34px;
  border: 1px solid #ccc;
  width: 79%;
  margin-right: 5%;
  float: left;
}
#ProductSearch .SearchPanel a {
  border-radius: 4px;
  background-color: black;
  color: white;
  height: 34px;
  width: 15%;
  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;
}
.product {
  background-color: white;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.BookButtons {
  width: 100%;
  max-width: none;
}
.BookButtons a {
  background-image: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 0 !important;
  height: auto !important;
  color: white;
}
.BookButtons a:hover {
  background-color: white !important;
}
.BookButtons a.EnquireBook {
  background-color: #0083e3;
  border: 1px solid #0083e3;
}
.BookButtons a.EnquireBook:hover {
  color: #0083e3;
}
.BookButtons a.EnquireCheck {
  background-color: #ff9000;
  border: 1px solid #ff9000;
}
.BookButtons a.EnquireCheck:hover {
  color: #ff9000;
}
#HomepageProductsPanel {
  background: #000;
  text-align: center;
  padding: 20px 0;
}
#HomepageProductsPanel .row {
  padding: 0 10%;
}
#HomepageProductsPanel h2 {
  color: #ff9000;
  margin-bottom: 20px;
}
#HomepageProductsPanel .castlePanel {
  background: transparent;
  padding: 0;
  overflow: hidden;
  border: none;
}
#HomepageProductsPanel .castlePanel:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#HomepageProductsPanel .castlePanel:hover .SingleImagePanel:after {
  background-color: rgba(255, 144, 0, 0.7);
}
#HomepageProductsPanel .castlePanel:hover .castlePriceDefault,
#HomepageProductsPanel .castlePanel:hover .castlePriceDiscounted,
#HomepageProductsPanel .castlePanel:hover .castleTitlePanel a {
  opacity: 1;
}
#HomepageProductsPanel .castlePanel:hover .castleTitlePanel a {
  bottom: 52%;
}
#HomepageProductsPanel .castlePanel:hover .castlePriceDefault,
#HomepageProductsPanel .castlePanel:hover .castlePriceDiscounted {
  top: 52%;
}
#HomepageProductsPanel .castlePanel .castleCheckBook {
  display: none;
}
#HomepageProductsPanel .castlePanel .castleTitlePanel {
  min-height: 0;
  height: 0 !important;
}
#HomepageProductsPanel .castlePanel .castleTitlePanel a {
  color: white;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 120%;
  -webkit-transition: bottom 0.4s ease-out, opacity 0.8s ease-out;
  transition: bottom 0.4s ease-out, opacity 0.8s ease-out;
}
#HomepageProductsPanel .castlePanel .castleSubtitle {
  display: none;
}
#HomepageProductsPanel .castlePanel .castlePriceDefault,
#HomepageProductsPanel .castlePanel .castlePriceDiscounted {
  color: white;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 120%;
  -webkit-transition: top 0.4s 0.1s ease-out, opacity 0.8s 0.1s ease-out;
  transition: top 0.4s 0.1s ease-out, opacity 0.8s 0.1s ease-out;
}
#HomepageProductsPanel .castlePanel .SingleImagePanel {
  margin-bottom: 0;
}
#HomepageProductsPanel .castlePanel .SingleImagePanel:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(60, 195, 243, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#FooterWrapper {
  background: #0c0d0d;
  width: 100%;
  z-index: 1;
  position: relative;
  color: #a1a1a1;
}
@media (max-width: 767px) {
  #FooterWrapper {
    padding-top: 0;
  }
}
#FooterWrapper .footerLogos {
  white-space: nowrap;
  text-align: center;
}
#FooterWrapper .footerLogos img {
  display: inline-block;
  max-width: 15% !important;
  max-height: 75px;
  margin: 2%;
}
@media (max-width: 767px) {
  #FooterWrapper .footerLogos img {
    margin: 1%;
    max-height: 30px;
  }
}
#FooterWrapper .container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}
@media (max-width: 767px) {
  #FooterWrapper .container {
    position: relative;
    margin-top: 0;
    padding: 10px;
  }
}
#FooterWrapper a {
  color: #a1a1a1;
}
#FooterContent {
  position: relative;
  margin: 10px;
}
@media (max-width: 767px) {
  #FooterContent {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #FooterContent {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1350px) {
  #FooterContent {
    margin: 0 auto;
  }
}
#FooterContent #FooterLogos {
  text-align: right;
}
@media (max-width: 767px) {
  #FooterContent #FooterLogos {
    text-align: center;
    margin-top: 25px;
  }
}
#FooterContent #FooterLogos > * {
  display: inline-block;
  margin-left: 1%;
}
#FooterContent #FooterLogos #BookingOnlineLink {
  margin-bottom: -5%;
}
@media (max-width: 767px) {
  #FooterContent #FooterLogos #BookingOnlineLink {
    margin-bottom: auto;
  }
}
#FooterContent #FooterLogos #BookingOnlineLink:hover {
  text-decoration: none;
  cursor: default;
}
#FooterContent a {
  color: #a1a1a1;
}
#FooterContent a:hover {
  text-decoration: underline;
  color: white;
}
.Whizzz-logo {
  left: 25%;
}
@media (max-width: 767px) {
  .Whizzz-logo {
    left: 0%;
  }
}
.FooterLinks {
  text-align: center;
}
@media (min-width: 1350px) {
  .FooterLinks {
    width: 1330px;
    margin: 0 auto;
  }
}
.FooterLinks #FooterLinks a {
  margin-left: 10px;
  color: #a1a1a1;
}
img.HoverBounce,
.HoverBounce img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  display: block;
  overflow: hidden;
}
img.HoverBounce:hover,
.HoverBounce img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  z-index: 100;
}
a.HoverBounce {
  display: block;
}
a.HoverBounce img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  display: block;
  overflow: hidden;
}
a.HoverBounce :hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  z-index: 100;
}
.wow {
  visibility: hidden;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.innerColumn {
  padding-top: 0;
}
.featured {
  border-radius: 5px;
  -webkit-box-shadow: 7px 7px 10px #2d2d2d;
          box-shadow: 7px 7px 10px #2d2d2d;
}
.featured:hover {
  -webkit-filter: grayscale(70%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
}
