.bg-white {
  background-color: #fff;
}

.txt-white {
  color: #fff;
}

.border-white {
  border-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-black-with-opacity {
  background-color: rgba(0, 0, 0, 0.70);
}

.txt-black {
  color: #000;
}

.border-black {
  border-color: #000;
}

.bg-dark-green {
  background-color: #2b4b1c;
}

.txt-dark-green {
  color: #2b4b1c;
}

.border-dark-green {
  border-color: #2b4b1c;
}

.box-shadow-dark-green {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #2b4b1c;
}

.bg-light-green {
  background-color: #0e9048;
}

.txt-light-green {
  color: #0e9048;
}

.border-light-green {
  border-color: #0e9048;
}

.bg-orange {
  background-color: #f79115;
}

.txt-orange {
  color: #f79115;
}

.border-orange {
  border-color: #f79115;
}

.bg-red {
  background-color: #c12121;
}

.txt-red {
  color: #c12121;
}

.border-red {
  border-color: #c12121
}

.bg-gray {
  background-color: #585858;
}

.txt-gray {
  color: #585858;
}

.border-gray {
  border-color: #585858;
}

.bg-light-gray {
  background-color: #e5e5e5;
}

.txt-light-gray {
  color: #e5e5e5;
}

.border-light-gray {
  border-color: #e5e5e5;
}

.bg-cream {
  background-color: #faf4ec;
}

.txt-cream {
  color: #faf4ec;
}

.border-cream {
  border-color: #faf4ec;
}

.bg-light-blue {
  background-color: #85b9e2;
}

.txt-light-blue {
  color: #85b9e2;
}

.border-light-blue {
  border-color: #85b9e2;
}

.bg-gray-blue {
  background-color: #e7f1f9;
}

.txt-gray-blue {
  color: #e7f1f9;
}

.border-gray-blue {
  border-color: #e7f1f9;
}

.box-shadow-light-blue {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #85b9e2;
}

.uk-container {
  max-width: 1480px !important;
}

.bebas-neue {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.8em;
}

.roboto {
  font-family: 'Roboto Condensed', sans-serif;
}

.hover\:txt-white:hover {
  color: #fff;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:txt-white:hover {
  color: #fff;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-black-with-opacity:hover {
  background-color: rgba(0, 0, 0, 0.70);
}

.hover\:txt-black:hover {
  color: #000;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:bg-dark-green:hover {
  background-color: #2b4b1c;
}

.hover\:txt-dark-green:hover {
  color: #2b4b1c;
}

.hover\:border-dark-green:hover {
  border-color: #2b4b1c;
}

.hover\:box-shadow-dark-green:hover {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #2b4b1c;
}

.hover\:bg-light-green:hover {
  background-color: #0e9048;
}

.hover\:txt-light-green:hover {
  color: #0e9048;
}

.hover\:border-light-green:hover {
  border-color: #0e9048;
}

.hover\:bg-orange:hover {
  background-color: #f79115;
}

.hover\:txt-orange:hover {
  color: #f79115;
}

.hover\:border-orange:hover {
  border-color: #f79115;
}

.hover\:bg-red:hover {
  background-color: #c12121;
}

.hover\:txt-red:hover {
  color: #c12121;
}

.hover\:border-red:hover {
  border-color: #c12121
}

.hover\:bg-gray:hover {
  background-color: #585858;
}

.hover\:txt-gray:hover {
  color: #585858;
}

.hover\:border-gray:hover {
  border-color: #585858;
}

.hover\:bg-light-gray:hover {
  background-color: #e5e5e5;
}

.hover\:txt-light-gray:hover {
  color: #e5e5e5;
}

.hover\:border-light-gray:hover {
  border-color: #e5e5e5;
}

.hover\:bg-cream:hover {
  background-color: #faf4ec;
}

.hover\:txt-cream:hover {
  color: #faf4ec;
}

.hover\:border-cream:hover {
  border-color: #faf4ec;
}

.hover\:bg-light-blue:hover {
  background-color: #85b9e2;
}

.hover\:txt-light-blue:hover {
  color: #85b9e2;
}

.hover\:border-light-blue:hover {
  border-color: #85b9e2;
}

.hover\:txt-no-decoration:hover {
  text-decoration: none;
}

.word-wrap {
  word-wrap: break-word;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.button-rounded {
  min-width: 100px;
  border-radius: 30px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked+.slider {
  background-color: #0e9048;
}

input:focus+.slider {
  box-shadow: 0 0 1px #0e9048;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.close-btn {
  position: relative;
  top: 12px;
  left: 96%;
  z-index: 9;
}

.bradius-500 {
  border-radius: 500px;
}

.uk-alert-close.uk-close {
  color: #fff;
  opacity: 1;
}

.flash-alert {
  top: 5px;
  right: 5px;
  z-index: 99999;
}

.float-left {
  float: left;
}

.uk-navbar-content {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.logo-mt {
  margin-top: -8px;
}

.min-h600px {
  min-height: 600px;
}

.min-h500px {
  min-height: 500px;
}

.min-h250px {
  min-height: 250px;
}

.min-h75px {
  min-height: 75px;
}

.min-h100px {
  min-height: 100px;
}

.media-thumbnail {
  max-height: 300px;
  width: 90%;
}

.list-none {
  list-style: none;
}

.wrapper {
  position: relative;
  top: 0;
  height: 100vh;
}

.sidebar {
  transition-property: top, bottom, width;
  transition-duration: .2s, .2s, .35s;
  transition-timing-function: linear, linear, ease;
  -webkit-overflow-scrolling: touch;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 260px;
  box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.sidebar .nav li a {
  margin: 10px 15px 0;
  border-radius: 30px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  background-color: #2b4b1c;
}

.sidebar .nav li a:hover {
  text-decoration: none;
  background-color: #0e9048;
}

.sidebar .nav li.active a {
  text-decoration: none;
  background-color: #f79115;
}

.sidebar .nav li.active a:hover {
  text-decoration: none;
  background-color: #f78d0b;
}

.main-panel {
  position: relative;
  float: right;
  width: calc(100% - 260px);
  transition: .33s, cubic-bezier(.685, .0473, .346, 1);
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .main-panel {
    width: 100%;
  }
}

.important\:bradius-20px {
  border-radius: 20px !important;
}

.important\:p15 {
  padding: 15px !important;
}

.box-shadow-grey {
  box-shadow: 1px 1px 3px #7a7d83;
}

.box-shadow-grey-2x {
  box-shadow: 2px 2px 5px #7a7d83;
}

.box-shadow-grey-3x {
  box-shadow: 3px 3px 7px #7a7d83;
}

.box-shadow-grey-4x {
  box-shadow: 4px 4px 10px #7a7d83;
}

.uk-offcanvas,
.uk-offcanvas-bar {
  -webkit-overflow-scrolling: touch;
  transition: transform .3s ease-in-out;
}

.uk-pagination>li>a {
  background-color: #2b4b1c !important;
  border-radius: 30px;
  border: 0;
  padding: 10px 13px;
}

.uk-pagination>li.uk-disabled>span {
  background-color: #e5e5e5 !important;
  border-radius: 30px;
  border: 0;
  padding: 10px 13px;
}

.uk-pagination>li>a.active {
  background-color: #fff !important;
  border-radius: 30px;
  border: 1px solid #2b4b1c;
  padding: 10px 12px;
  font-size: 1.5rem;
  color: #2b4b1c;
}

.uk-pagination>li>span.active {
  background-color: #0e9048 !important;
  border-radius: 30px;
  border: 1px solid #2b4b1c;
  padding: 10px 12px;
  font-size: 1.5rem;
  color: #fff;
}

.uk-pagination>li>span.active>span {
  font-size: 1.5rem;
  color: #fff;
}

.min-w1024px {
  min-width: 1024px;
}

.footer-bg {
  background-image: url('/img/homepage/Footer_Overlay.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-bg-color {
  background-color: rgba(43, 75, 28, 0.80)
}

.attraction-box {
  width: 1100px;
  min-width: 60%;
  max-width: 95%;
}

.middle-image {
  background-image: url('/img/homepage/Brightness_Contrast_2.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.txt-shadow-black-2xl {
  text-shadow: 5px 5px 5px #000;
}

.home-switcher {
  list-style: none;
}

.home-switcher li.uk-active a,
.home-switcher li a:hover,
.home-switcher li.uk-active a:hover {
  color: #0e9048;
}

.mt-125px {
  margin-top: -125px;
}

.double-pointer {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -30px;
}

.double-pointer:after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 40px solid #0e9048;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.double-pointer:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #0e9048;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.bg-text {
  z-index: 1;
  font-size: 12rem;
  white-space: nowrap;
  margin-top: 29px;
  margin-bottom: -10px;
  position: relative;
  text-transform: none;
  text-align: center;
}

.bg-text-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -115px;
}

.bg-text-overlay2 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 5px;
}

.panel-upper {
  margin: 0px;
  position: absolute;
  bottom: 0px;
  background-color: transparent;
  width: 100%;
  padding: 10px 5px 10px 5px;
}

.double-pointer-small {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -20px;
  z-index: 3;
}

.double-pointer-small:after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 30px solid #0e9048;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.double-pointer-small:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #0e9048;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.mt150px {
  margin-top: 150px;
}

.double-pointer {
  padding: 20px 60px;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}

@media screen and (max-width: 959px) {
  .bg-text {
    font-size: 6rem !important;
  }

  .bg-text-overlay {
    margin-top: -80px !important;
  }

  .bg-text-overlay2 {
    font-size: 4rem !important;
  }

  .header-image-form div {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* new styles */

.bg-brown-lighter {
  background-color: #a89374 !important;
}

.bg-brown-light {
  background-color: #a89374 !important;
}

.bg-brown {
  background-color: #7c3929 !important;
}

.bg-brown-dark {
  background-color: #4d3c32 !important;
}

.txt-brown-lighter {
  color: #a89374 !important;
}

.txt-brown-light {
  color: #a89374 !important;
}

.border-light-brown {
  border-color: #a89374 !important;
}

.border-brown {
  border-color: #7c3929 !important;
}

.white-border {
  border-color: white;
}

.txt-brown {
  color: #7c3929 !important;
}

.txt-brown-dark {
  color: #4d3c32 !important;
}

.border-dark-brown {
  border-color: #4d3c32 !important;
}

.txt-brown\/20 {
  color: rgba(124, 57, 41, 0.2);
}

.home-switcher li.uk-active a,
.home-switcher li a:hover,
.home-switcher li.uk-active a:hover {
  color: #7c3929;
}

.footer-bg {
  background-image: url(/img/footer.png);
}

.header-background {
  background: #faf4ec;
}

.small-nav {
  background-color: #7c3929;
}

.hover-background {
  background-color: rgba(131, 80, 68, 0.9);
}

.line-color {
  border-color: #faf4ec;
}

.footer-background {
  background-color: rgb(112, 56, 37, 0.7);
}

.footer-icons-background {
  background-color: #7c3929;
}

.clip-path-color {
  background-color: #7c3929 !important;
}

.outdoor-moments {
  color: #a89374;
}

.discover {
  color: white;
}

.regions {
  color: #7c3929 !important;
}

.quote-background {
  background: #854b2f;
  opacity: 0.9;
}

.planning {
  background-color: #a89374;
}

.cabin-cottage {
  background-color: rgba(124, 68, 51, 0.9);
}

.visit-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.visit-image img {
  padding: 54px;
}

.responsive-image {
  position: relative;
  text-align: center;
}

.footer-bar {
  padding: 15px 0px;
  color: #7c3929 !important;
  font-weight: 700;
  gap: 12px;
  display: flex;
}

.tags a {
  color: #7c3929;
}

.bar {
  font-weight: 200;
  display: block;
}

.double-pointer-small:before {
  border-left: 30px solid #7c3929 !important;
}

.double-pointer-small::after {
  border-right: 30px solid #7c3929 !important;
}

.sidebar .nav li a {
  background-color: #7c3929;
}

.sidebar .nav li a:hover {
  background-color: #a89374;
}

input:checked+.slider {
  background-color: #7c3929 !important;
}

.uk-pagination>li>a {
  background-color: #4d3c32 !important;
}

.uk-pagination>li>span.active {
  background-color: #7c3929 !important;
  border: 1px solid #7c3929;
}

.tiers.selected {
  background-color: #7c3929 !important;
}

.tiers h3 {
  color: #4d3c32 !important
}

.tiers.selected h3 {
  color: white !important;
}

#menu-offcanvas>div>ul>li>a {
  color: #4d3c32 !important;
}

.sidebar .nav li.active a {
  background-color: #a89374 !important;
}

/* border-color: #2b4b1c; */

@media screen and (max-width:960px) {
  .bar {
    display: none;
  }

  .footer-bar {
    display: block;
    text-align: center;
  }
}



/* new styles */

.deluxe p {
  max-width: 680px;
}

.flex3 {
  flex: 3;
}

/* new styles end */
