/*  ############################################################################################################################################################################################################################    */
/*  # whole site config  */
/*  ############################################################################################################################################################################################################################    */
.warnock-300 {
  font-family: warnock-pro-caption, serif;
  font-weight: 300;
}
.warnock-400 {
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
}
.warnock-600 {
  font-family: warnock-pro-caption, serif;
  font-weight: 600;
}
.noto-300 {
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.noto-400 {
  font-family: noto-sans, sans-serif;
  font-weight: 400;
}
.noto-500 {
  font-family: noto-sans, sans-serif;
  font-weight: 500;
}
.noto-600 {
  font-family: noto-sans, sans-serif;
  font-weight: 600;
}
.noto-700 {
  font-family: noto-sans, sans-serif;
  font-weight: 700;
}
.noto-800 {
  font-family: noto-sans, sans-serif;
  font-weight: 800;
}
.max-width {
  max-width: 2732px;
}
.max-internal-width {
  max-width: 1530px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
.max-internal-width-2 {
  max-width: 1530px;
  margin: 0 auto 0 auto;
  overflow: visible!important;
  z-index: 9999!important;
  position: relative;
  min-height: 300px;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  scroll-behaviour: smooth;
}
body {
  background-color: #dddddd;
  height: 100%;
  overflow: hidden!important;
  overflow-y: auto!important;
  color: #000!important;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
}
.page {
  background-color: #ffffff;
}
.fadein {
  opacity: 1!important ;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ishidden {
  opacity: 0;
}
.isvisible {
  opacity: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mixAnim-1 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.mixAnim-0-5 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mixAnim-2 {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.mixAnim-3 {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
}
.mixAnim-4 {
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -ms-transition: all 4s ease;
  -o-transition: all 4s ease;
}
.mixAnim-5 {
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -ms-transition: all 5s ease;
  -o-transition: all 5s ease;
}
.mixAnim-6 {
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -ms-transition: all 6s ease;
  -o-transition: all 6s ease;
}
.no-border {
  border: none!important;
}
a:hover {
  text-decoration: none;
}
.modal-backdrop {
  opacity: 0.7 !important;
}
.full-page-text {
  font-size: 14px;
}
.full-page-text h1 {
  font-size: 22px;
}
.full-page-text h2 {
  font-size: 20px;
}
.full-page-text h3 {
  font-size: 18px;
}
.full-page-text h4 {
  font-size: 16px;
}
.sent_email {
  padding: 40px;
  background-color: #b71234;
  color: #fff;
}
/*  ############################################################################################################################################################################################################################    */
/*  # nav  */
/*  ############################################################################################################################################################################################################################    */
.hidepage {
  display: none;
}
#header {
  height: 135px;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  background-color: #fff;
  display: block;
  left: 0px;
}
.nav-up {
  top: -135px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nav-down {
  top: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nav-item {
  border-bottom: solid 1px #ddd;
  padding-bottom: 6px;
  text-align: center;
}
.nav-last {
  border-bottom: none;
  padding-bottom: 0px;
}
.top-site-padding {
  padding-top: 135px;
}
a.nav-link {
  margin: 10px 0 0 0px;
  color: #0A00A0!important;
  border: none;
  font-weight: 600;
}
.navbar-nav {
  padding-bottom: 12px;
  max-width: 2732px;
  width: 100%;
  border-bottom: solid 4px #b71234;
  height: 100%;
}
.dropdown-link-active-bg {
  border: none;
  background-color: transparent;
}
a.nav-link:active {
  border: none;
  background-color: transparent;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: 10px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-left: 20px;
}
.navbar-toggler {
  margin-top: -10px;
}
/*  # Hamburger button  */
.hamburger-button {
  transition: 0.3s ease-in-out;
  width: 35px;
  height: 34px;
  position: absolute;
  right: 35px;
  top: 23px;
}
.hamburger-button span {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #d11623;
  top: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
/*border-radius: 3px;*/
.hamburger-button span:nth-child(1) {
  top: 0px;
}
.hamburger-button span:nth-child(2),
.hamburger-button span:nth-child(3) {
  top: 10px;
}
.hamburger-button span:nth-child(4) {
  top: 20px;
}
/* 2. Style the active state and create the cross. */
.hamburger-button.active span:nth-child(1),
.hamburger-button.active span:nth-child(4) {
  opacity: 0;
}
.hamburger-button.active span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-button.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-size-padding {
  padding-top: 20px;
}
.nav-button-container {
  position: absolute;
  top: 38px;
  right: 130px;
}
.nav-button-container-btn1 {
  color: #0A00A0;
  border: solid 2px #0A00A0;
  padding: 15px 25px 15px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.nav-button-container-btn1:hover {
  color: #fff;
  background-color: #0A00A0;
}
.nav-button-container-btn2 {
  margin-left: 60px;
  color: #0A00A0;
  font-size: 14px;
}
.nav-button-container-btn2:hover {
  color: #000;
}
.close_offer {
  position: absolute;
  right: 35px;
  top: -2px;
  color: #000;
  font-size: 15px;
}
.dropdown-toggle:active {
  border: none;
  background-color: transparent;
}
.dropdown-toggle {
  font-weight: 400;
  border: none;
  background-color: transparent;
}
.dropdown-item {
  padding: .25rem 1.5rem 5px 40px;
  font-weight: 300;
  color: #0A00A0!important;
  text-align: center;
}
.dropdown-menu {
  border: none!important;
  background-color: transparent;
}
.dropdown-item:hover {
  background-color: transparent!important;
  color: #000;
}
.navbar-light .navbar-toggler {
  color: #0A00A0!important;
}
.dropdown-toggle {
  border: none;
  background-color: transparent;
}
.menu-back-white {
  background-color: #f2f2f2;
  margin-top: 6px;
}
/*  ############################################################################################################################################################################################################################    */
/*  # video  */
/*  ############################################################################################################################################################################################################################    */
.embed-container-9 {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container-9 iframe,
.embed-container object,
.embed-container-2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opaque-white {
  background-color: rgba(255, 255, 255, 0.4);
}
.opaque-back {
  background-color: rgba(0, 0, 0, 0.2);
}
.video-overlay {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 240px;
  min-height: 240px;
  position: absolute;
  left: 0;
  right: 0;
}
.video-text {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 160px;
  max-height: 160px;
  position: absolute;
  left: 10%;
  margin-left: -80px;
  top: 40%;
  margin-top: -80px;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 88px;
  color: #fff;
}
.video-text h1 {
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 88px;
}
.video_splash_image {
  position: absolute;
  top: 50px;
  right: 50px;
  display: block;
  width: 200px;
}
.video_splash_image_svg {
  width: 200px;
}
.img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.img-overlay {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 240px;
  min-height: 240px;
  position: absolute;
  left: 0;
  right: 0;
}
/*.opaque-back;*/
.img-text {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 220px;
  max-height: 220px;
  position: absolute;
  left: 10%;
  margin-left: -80px;
  top: 50%;
  margin-top: -120px;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 88px;
  color: #fff;
}
.img-text h1 {
  font-size: 72px;
  line-height: 88px;
}
/*  ############################################################################################################################################################################################################################    */
/*  # carousel  */
/*  ############################################################################################################################################################################################################################    */
.carousel-caption-adjust {
  position: absolute;
  top: 15%!important;
  left: 10%!important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  font-family: warnock-pro-caption, serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 77px;
}
a.baxby-card-button-white-large {
  color: #fff;
  border: solid 2px #fff;
  padding: 15px 25px 15px 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
}
a.baxby-card-button-white-large:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0A00A0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/*  ############################################################################################################################################################################################################################    */
/*  # header  */
/*  ############################################################################################################################################################################################################################    */
.alert-bar {
  background-color: #CB0839;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0 10px 0;
}
.card-text a {
  text-decoration: none;
}
.baxby-card-img {
  border-radius: 0px;
  -webkit-border-radius: 0;
}
a.baxby-card-button {
  color: #0A00A0;
  border: solid 2px #0A00A0;
  padding: 15px 25px 15px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.baxby-card-button:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.button-spacing-padding {
  margin-top: 40px;
  margin-bottom: 60px;
}
.baxby-card-common {
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-text-title-size {
  font-size: 36px;
}
.baxby-card-text-para-size {
  font-size: 17px;
}
.baxby-card-text-para-size-2 {
  font-size: 15px;
}
.baxby-card-body-padding {
  padding: 30px 30px 0px 30px;
}
.baxby-card-body-padding-2 {
  padding: 0px 25px 0px 25px;
}
.baxby-card {
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0;
}
.baxby-card-body-1 {
  background-color: #dce4db;
}
.baxby-card-body-blue {
  background-color: #9fa9c2;
}
.baxby-card-body-lightgreen {
  background-color: #96a183;
}
.baxby-card-body-darkgreen {
  background-color: #cbbaa9;
}
.baxby-card-body-orange {
  background-color: #c3a68b;
}
.baxby-card-body-red {
  background-color: #b71234;
}
.baxby-card-body-hobbitbrown {
  background-color: #ced8c8;
}
.baxby-card-body-ecopodbrown {
  background-color: #c4b7b0;
}
.baxby-card-body-tentcampinggreen {
  background-color: #aabfbd;
}
.baxby-card-body-campervanorange {
  background-color: #9fa9c2;
}
.baxby-card-body-sanctuaryorange {
  background-color: #829c86;
}
.baxby-card-body-skyblue {
  background-color: #e6d3c6;
}
.baxby-card-body-duskblue {
  background-color: #dce4db;
}
.baxby-card-body-rufusred {
  background-color: #b71234;
}
.baxby-card-title-text-1 {
  font-size: 22px;
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-blue {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-lightgreen {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-darkgreen {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-orange {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-red {
  color: #ffffff;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-hobbitbrown {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-ecopodbrown {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-tentcampinggreen {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-campervanorange {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-sanctuaryorange {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-skyblue {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-duskblue {
  color: #000000;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-title-text-rufusred {
  color: #ffffff;
  font-family: warnock-pro-caption, serif;
  font-weight: 400;
  line-height: 30px;
}
.baxby-card-text-1 {
  font-size: 15px;
  color: #000000;
}
.baxby-card-text-blue {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-lightgreen {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-darkgreen {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-orange {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-red {
  font-size: 15px;
  color: #ffffff;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-hobbitbrown {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-ecopodbrown {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-tentcampinggreen {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-campervanorange {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-sanctuaryorange {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-skyblue {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-duskblue {
  font-size: 15px;
  color: #000000;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-rufusred {
  font-size: 15px;
  color: #ffffff;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
}
.baxby-card-text-para-size > ol > li {
  margin: 20px 0 20px 0;
  padding: 0;
  width: auto;
}
.baxby-card-text-para-size > ol {
  padding: 20px;
}
.baxby-card-body-padding ul {
  margin: 20px 0 20px 0;
  padding: 0;
  width: auto;
}
.baxby-card-body-padding ul li {
  list-style-type: none;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  width: auto;
  margin-bottom: 6px;
  background-color: #fff;
  color: #000;
}
.baxby-card-text-skyblue ul li a {
  color: #000000;
}
.baxby-card-text-blue ul li a {
  color: #000000;
}
.baxby-card-text-lightgreen ul li a {
  color: #000000;
}
.baxby-card-text-darkgreen ul li a {
  color: #000000;
}
.baxby-card-text-orange ul li a {
  color: #000000;
}
.baxby-card-text-red ul li a {
  color: #dddddd;
}
.baxby-card-text-hobbitbrown ul li a {
  color: #000000;
}
.baxby-card-text-ecopodbrown ul li a {
  color: #000000;
}
.baxby-card-text-tentcampinggreen ul li a {
  color: #000000;
}
.baxby-card-text-campervanorange ul li a {
  color: #000000;
}
.baxby-card-text-sanctuaryorange ul li a {
  color: #000000;
}
.baxby-card-text-skyblue ul li a {
  color: #000000;
}
.baxby-card-text-duskblue ul li a {
  color: #000000;
}
.baxby-card-text-rufusred ul li a {
  color: #dddddd;
}
.baxby-card-text-skyblue ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-blue ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-lightgreen ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-darkgreen ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-orange ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-red ul li a:hover {
  color: #dddddd;
  text-decoration: underline;
}
.baxby-card-text-hobbitbrown ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-ecopodbrown ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-tentcampinggreen ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-campervanorange ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-sanctuaryorange ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-skyblue ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-duskblue ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.baxby-card-text-rufusred ul li a:hover {
  color: #dddddd;
  text-decoration: underline;
}
.baxby-card-body-hobbitbrown a,
.baxby-card-body-hobbitbrown a:hover {
  color: #000000;
}
.baxby-card-body-ecopodbrown a,
.baxby-card-body-ecopodbrown a:hover {
  color: #000000;
}
.baxby-card-body-blue a,
.baxby-card-body-blue a:hover {
  color: #000000;
}
.baxby-card-body-darkgreen a,
.baxby-card-body-darkgreen a:hover {
  color: #000000;
}
.baxby-card-body-lightgreen a,
.baxby-card-body-lightgreen a:hover {
  color: #000000;
}
.baxby-card-body-orange a,
.baxby-card-body-orange a:hover {
  color: #000000;
}
.baxby-card-body-red a,
.baxby-card-body-red a:hover {
  color: #ffffff;
}
.baxby-card-body-tentcampinggreen a,
.baxby-card-body-tentcampinggreen a:hover {
  color: #000000;
}
.baxby-card-body-campervanorange a,
.baxby-card-body-campervanorange a:hover {
  color: #000000;
}
.baxby-card-body-sanctuaryorange a,
.baxby-card-body-sanctuaryorange a:hover {
  color: #000000;
}
.baxby-card-body-skyblue a,
.baxby-card-body-skyblue a:hover {
  color: #000000;
}
.baxby-card-body-duskblue a,
.baxby-card-body-duskblue a:hover {
  color: #000000;
}
.baxby-card-body-rufusred a,
.baxby-card-body-rufusred a:hover {
  color: #ffffff;
}
a.baxby-card-button-blue {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-blue:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-lightgreen {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-lightgreen:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-darkgreen {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-darkgreen:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-orange {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-orange:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-red {
  color: #ffffff;
  border: solid 2px #ffffff;
}
a.baxby-card-button-red:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
a.baxby-card-button-hobbitbrown {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-hobbitbrown:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-ecopodbrown {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-ecopodbrown:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-tentcampinggreen {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-tentcampinggreen:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-campervanorange {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-campervanorange:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-sanctuaryorange {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-sanctuaryorange:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-rufusred {
  color: #ffffff;
  border: solid 2px #ffffff;
}
a.baxby-card-button-rufusred:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
a.baxby-card-button-skyblue {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-skyblue:hover {
  background-color: #000;
  color: #ffffff;
}
a.baxby-card-button-duskblue {
  color: #fff;
  background-color: #000000;
  border: none!important;
}
a.baxby-card-button-duskblue:hover {
  background-color: #000;
  color: #fff;
}
a.baxby-card-button-white {
  color: #fff;
  border: solid 2px #fff;
  padding: 15px 25px 15px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
}
a.baxby-card-button-white:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.baxby-card-button-wide {
  color: #fff!important;
  border: solid 2px #b71234;
  padding: 15px 25px 15px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #b71234;
}
a.baxby-card-button-wide:hover {
  text-decoration: none;
  background-color: #db8899;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.baxby-min-height-card {
  width: 100%;
  min-height: 250px;
}
.three-block-padding {
  padding: 30px 20px 0px 20px;
}
.booking-block {
  background-color: #fff;
}
.wider-line-break {
  line-height: 33px;
}
.flash-position {
  position: absolute ;
  right: 0px;
  top: 0;
  width: 150px;
  height: 150px;
}
.button-icon {
  width: 20px;
  margin-left: 10px;
}
/*  ############################################################################################################################################################################################################################    */
/*  # FAQs  */
/*  ############################################################################################################################################################################################################################    */
.faq-item {
  padding: 0 0 40px 0;
}
.faq-title h1,
.faq-title h2 {
  font-size: 23px;
  padding-bottom: 10px;
}
.faq-text {
  font-size: 14px;
}
/*  ############################################################################################################################################################################################################################    */
/*  # cookie  */
/*  ############################################################################################################################################################################################################################    */
/*  ############################################################################################################################################################################################################################    */
/*  # footer  */
/*  ############################################################################################################################################################################################################################    */
.footer {
  background-color: #b71234;
  color: #fff;
}
.footer-title {
  font-size: 20px;
  color: #fff;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
}
.footer-link,
.footer-link a {
  font-size: 16px;
  color: #fff;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  margin-top: 9px;
  display: block;
}
.footer-link a:hover {
  text-decoration: none;
  color: #000;
}
.footer-pad {
  padding: 60px 0 0px 60px;
}
.footer-text {
  font-size: 16px;
  color: #fff;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
  margin-top: 9px;
}
.footer-bottom {
  background-color: #A0102E ;
  margin-top: 60px;
}
.bottom-footer-pad {
  padding: 10px 0 10px 75px;
}
.footer-link-2,
.footer-link-2 a {
  font-size: 14px;
  color: #fff;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  padding-right: 15px;
}
.footer-link-2 a:hover {
  text-decoration: none;
  color: #fff;
}
.svg-link-2 {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
}
.svg-link-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.svg-link-3 {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: relative;
  padding-top: 10px;
}
.svg-link-inner-3 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}
#covid {
  position: fixed;
  display: block;
  left: 0;
  bottom: 0;
  height: 40px;
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  z-index: 9999;
}
.covidon {
  height: 100%!important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  z-index: 9999;
}
.covid-inner {
  height: 90vh;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 70px;
}
.covidpage {
  display: none;
}
/*  ############################################################################################################################################################################################################################    */
/*  # media queries relating to bootstrap breakpoints  */
/*  ############################################################################################################################################################################################################################    */
.boot {
  width: 30px;
  height: 30px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 7px 0 0 8px;
  background-color: black;
  color: #fff;
}
/*  
 new Mar 24   #########################################################################################################################################
*/
.navtel {
  color: #000;
  padding-top: 3px;
  padding-right: 30px;
  font-weight: 600;
  margin-top: 3px;
}
.subtitle {
  font-size: 33px;
  margin-top: -20px;
  display: block;
  font-style: italic;
}
/*  
    #########################################################################################################################################
*/
/* MASSIVE - 1540+ */
@media only screen and (min-width: 1540px) {
  .boot:before {
    content: "XXL";
  }
  .bottom-footer-pad {
    padding: 10px 0 10px 60px;
  }
  .iframe-size {
    min-height: 1272px;
  }
  .baxby-card-text-title-size {
    line-height: 40px;
  }
  .video_splash_image {
    top: 80px;
    right: 80px;
    width: 300px;
  }
  .video_splash_image_svg {
    width: 300px;
  }
}
/* XL - 1200+ */
@media only screen and (max-width: 1539px) and (min-width: 1200px) {
  .boot:before {
    content: "XL";
  }
  .bottom-footer-pad {
    padding: 10px 0 10px 75px;
  }
  .iframe-size {
    min-height: 970px;
  }
  .baxby-card-text-title-size {
    line-height: 40px;
  }
}
/* LG - 993-1199 */
@media only screen and (max-width: 1199px) and (min-width: 993px) {
  .subtitle {
    font-size: 26px;
    margin-top: -20px;
  }
  .boot:before {
    content: "LG";
  }
  .video-text {
    display: block;
    width: 90%;
    max-width: 90%;
    height: 160px;
    max-height: 160px;
    position: absolute;
    left: 12%;
    margin-left: -80px;
    top: 42%;
    margin-top: -80px;
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 78px;
    color: #fff;
  }
  .video-text h1 {
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 78px;
  }
  .img-text {
    font-size: 62px;
    line-height: 72px;
    left: 10%;
    margin-left: -60px;
    top: 50%;
    margin-top: -40px;
  }
  .img-text h1 {
    font-size: 62px;
    line-height: 72px;
  }
  .flash-position {
    position: absolute ;
    right: 0px;
    top: 0;
    width: 100px;
    height: 100px;
  }
  .iframe-size {
    min-height: 790px;
  }
  .baxby-card-text-title-size {
    line-height: 40px;
  }
  .inline-video {
    min-height: 638px;
    width: 1190px;
    padding: 0;
  }
}
/* MD 769-992 */
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .subtitle {
    font-size: 26px;
    margin-top: -20px;
  }
  .navtel {
    display: none;
  }
  .boot:before {
    content: "MD";
  }
  .video-text {
    display: block;
    width: 90%;
    max-width: 90%;
    height: 160px;
    max-height: 160px;
    position: absolute;
    left: 15%;
    margin-left: -80px;
    top: 45%;
    margin-top: -80px;
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 78px;
    color: #fff;
  }
  .video-text h1 {
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 78px;
  }
  .img-text {
    font-size: 52px;
    line-height: 62px;
    left: 10%;
    margin-left: -60px;
    top: 50%;
    margin-top: -30px;
  }
  .img-text h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .flash-position {
    position: absolute ;
    right: 0px;
    top: 0;
    width: 100px;
    height: 100px;
  }
  .iframe-size {
    min-height: 600px;
  }
  .baxby-card-text-para-size {
    font-size: 15px;
  }
  .baxby-card-text-title-size {
    font-size: 28px;
  }
  .inline-video {
    min-height: 528px;
    width: 950px;
    padding: 0;
  }
  .col2 {
    margin-top: -47px !important;
  }
  .video_splash_image {
    display: none!important;
  }
  .video_splash_image_svg {
    display: none!important;
  }
}
/* SM 577-768 */
@media only screen and (max-width: 768px) and (min-width: 577px) {
  .subtitle {
    font-size: 26px;
    margin-top: -20px;
  }
  .boot:before {
    content: "SM";
  }
  .navbar-size-padding {
    padding-top: 10px;
  }
  .navbar-toggler {
    margin-top: 0px;
  }
  .navbar-brand {
    padding-bottom: 5px;
  }
  .video-text {
    display: block;
    width: 90%;
    max-width: 90%;
    height: 160px;
    max-height: 160px;
    position: absolute;
    left: 18%;
    margin-left: -80px;
    top: 47%;
    margin-top: -80px;
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 64px;
    color: #fff;
  }
  .video-text h1 {
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 64px;
  }
  .img-text {
    font-size: 42px;
    line-height: 52px;
    left: 10%;
    margin-left: -40px;
    top: 50%;
    margin-top: -30px;
  }
  .img-text h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .iframe-size {
    min-height: 440px;
  }
  a.baxby-card-button {
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
  }
  .button-icon {
    width: 15px;
    margin-left: 10px;
  }
  .baxby-card-text-para-size {
    font-size: 15px;
  }
  .baxby-card-text-title-size {
    font-size: 28px;
  }
  .button-spacing-padding {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .inline-video {
    min-height: 418px;
    width: 750px;
    padding: 0;
  }
  .baxby-card-body-padding ul {
    padding: 0 30px 0 0;
  }
  #header {
    height: 125px!important;
  }
  .nav-up {
    top: -125px !important;
  }
  .top-site-padding {
    padding-top: 125px;
  }
  .col2 {
    margin-top: -47px !important;
  }
  .menu-back-white {
    margin-top: 18px;
  }
  .video_splash_image {
    display: none!important;
  }
  .video_splash_image_svg {
    display: none!important;
  }
}
/* XS 0-576 */
@media only screen and (max-width: 576px) and (min-width: 0px) {
  .subtitle {
    font-size: 22px;
    margin-top: -10px;
  }
  .boot:before {
    content: "XS";
  }
  .navbar-size-padding {
    padding-top: 10px;
  }
  .navbar-toggler {
    margin-top: 0px;
  }
  .navbar-brand {
    padding-bottom: 5px;
  }
  .video-text {
    display: block;
    width: 90%;
    max-width: 90%;
    height: 160px;
    max-height: 160px;
    position: absolute;
    left: 25%;
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
  }
  .video-text h1 {
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
  }
  .three-block-padding {
    padding: 30px 0px 20px 0px;
  }
  .alert-bar {
    font-size: 12px;
    padding: 10px 0 10px 0;
  }
  .img-text {
    font-size: 32px;
    line-height: 42px;
    left: 10%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
  }
  .img-text h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .iframe-size {
    min-height: 380px;
  }
  a.baxby-card-button {
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
  }
  .button-icon {
    width: 15px;
    margin-left: 10px;
  }
  .baxby-card-text-para-size {
    font-size: 15px;
  }
  .baxby-card-text-title-size {
    font-size: 28px;
  }
  .button-spacing-padding {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .xs-pl-3 {
    padding-left: 3px;
  }
  .xs-pl-4 {
    padding-left: 4px;
  }
  .inline-video {
    min-height: 300px;
    width: 550px;
    padding: 0;
  }
  .baxby-card-body-padding ul {
    padding: 0 30px 0 0;
  }
  #header {
    height: 125px!important;
  }
  .nav-up {
    top: -125px !important;
  }
  .top-site-padding {
    padding-top: 125px;
  }
  .col2 {
    margin-top: -47px !important;
  }
  .menu-back-white {
    margin-top: 20px;
  }
  .video_splash_image {
    display: none!important;
  }
  .video_splash_image_svg {
    display: none!important;
  }
}
/* XXS 0-576 */
@media only screen and (max-width: 374px) and (min-width: 0px) {
  .subtitle {
    font-size: 10px;
    margin-top: -18px;
  }
  .video-text {
    display: block;
    width: 90%;
    max-width: 90%;
    height: 160px;
    max-height: 160px;
    position: absolute;
    left: 25%;
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
  }
  .video-text h1 {
    font-family: warnock-pro-caption, serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
  }
  .inline-video {
    min-height: 250px;
    width: 480px;
    padding: 0;
  }
  .baxby-card-body-padding ul {
    padding: 0 30px 0 0;
  }
  #header {
    height: 125px!important;
  }
  .nav-up {
    top: -125px !important;
  }
  .top-site-padding {
    padding-top: 125px;
  }
  .col2 {
    margin-top: -47px !important;
  }
  .menu-back-white {
    margin-top: 20px;
  }
  .video_splash_image {
    width: 130px;
    top: 20px;
    right: 20px;
  }
  .video_splash_image_svg {
    width: 130px;
  }
}
.widget-col,
.widget-col-sm,
.widget-col-md,
.widget-col-lg,
.widget-col-button {
  width: 100%!important;
}
.btn:focus,
.btn:active,
.dropdown:focus,
.dropdown:active,
.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-menu:focus,
.dropdown-menu:active {
  outline: none !important;
  box-shadow: none!important;
}
/*  ############################################################################################################################################################################################################################    */
/*  # media queries relating to retina screens only   */
/*  ############################################################################################################################################################################################################################    */
/* Defaults */
@media only screen and (min-width: 1200px) {
  /* XL screen, non-retina */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (min-resolution: 192dpi) and (min-width: 1300px), only screen and (min-resolution: 2dppx) and (min-width: 1300px) {
  /* XL screen, RETINA */
}
/* ##################################################################################################################  */
@media only screen and (max-width: 1199px) and (min-width: 993px) {
  /* LG screen, non-retina */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (min-resolution: 192dpi) and (min-width: 1300px), only screen and (min-resolution: 2dppx) and (min-width: 1300px) {
  /* LG screen, RETINA */
}
/* ##################################################################################################################  */
@media only screen and (max-width: 992px) and (min-width: 769px) {
  /* MD screen, non-retina */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1300px), only screen and (min-resolution: 192dpi) and (min-width: 1300px), only screen and (min-resolution: 2dppx) and (min-width: 1300px) {
  /* MD screen, RETINA */
}
/* ##################################################################################################################  */
@media only screen and (max-width: 768px) and (min-width: 577px) {
  /* SM screen, non-retina */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 700px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 700px), only screen and (min-device-pixel-ratio: 2) and (min-width: 700px), only screen and (min-resolution: 192dpi) and (min-width: 700px), only screen and (min-resolution: 2dppx) and (min-width: 700px) {
  /* SM screen, RETINA */
}
/* ##################################################################################################################  */
@media only screen and (max-width: 576px) and (min-width: 0px) {
  /* XS screen, non-retina */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  /* XS screen, RETINA */
}
/*  ############################################################################################################################################################################################################################    */
/*  # helper elements   */
/*  ############################################################################################################################################################################################################################    */
.row-no-padding > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.tab-name {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 4px;
  width: auto;
  padding: 2px 5px 2px 5px;
}
