@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@font-face {
  font-family: 'Copperplate';
  src: url("../fonts/Copperplate.eot");
  src: url("../fonts/Copperplated41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Copperplate.woff2") format("woff2"), url("../fonts/Copperplate.woff") format("woff"), url("../fonts/Copperplate.ttf") format("truetype"), url("../fonts/Copperplate.svg#Copperplate") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Copperplate-Light';
  src: url("../fonts/Copperplate-Light.eot");
  src: url("../fonts/Copperplate-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Copperplate-Light.woff2") format("woff2"), url("../fonts/Copperplate-Light.woff") format("woff"), url("../fonts/Copperplate-Light.ttf") format("truetype"), url("../fonts/Copperplate-Light.svg#Copperplate-Light") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Copperplate-Bold';
  src: url("../fonts/Copperplate-Bold.eot");
  src: url("../fonts/Copperplate-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Copperplate-Bold.woff2") format("woff2"), url("../fonts/Copperplate-Bold.woff") format("woff"), url("../fonts/Copperplate-Bold.ttf") format("truetype"), url("../fonts/Copperplate-Bold.svg#Copperplate-Bold") format("svg");
  font-weight: 100;
  font-style: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar,
body ::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.hide {
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 1024px) {
  .mob-hide {
    display: none !important;
    visibility: hidden !important;
  }
}

.desktop-hide {
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 1024px) {
  .desktop-hide {
    display: block !important;
    visibility: visible !important;
  }
}

.img {
  width: 100%;
  height: auto;
  display: block;
}

main {
  overflow: hidden;
  background-color: #EEEAEA;
  background-image: url("../images/bg.svg");
  background-size: 50% auto;
  background-repeat: repeat;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  main {
    padding-top: 150px;
  }
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0 20px;
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    width: 90%;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1024px;
  }
}

@media only screen and (min-width: 1441px) {
  .wrapper {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1800px) {
  .wrapper {
    max-width: 1441px;
  }
}

.wrapper:after {
  content: '';
  position: relative;
  width: 100%;
  display: block;
  height: 1px;
}

.h1, h1,
h2, .h2,
h3, .h3 {
  color: #191A18;
  font-family: "Copperplate-Light", sans-serif;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

@media only screen and (min-width: 1441px) {
  h1, .h1 {
    font-size: 4.1875rem;
    line-height: 4.1875rem;
  }
}

h1 .highlight, .h1 .highlight {
  color: #40A5AF;
  display: block;
  font-size: 1rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 768px) {
  h1 .highlight, .h1 .highlight {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media only screen and (min-width: 1441px) {
  h1 .highlight, .h1 .highlight {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
  }
}

h2, .h2 {
  font-family: "Copperplate-Light", sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 2.3125rem;
    line-height: 2.3125rem;
  }
}

@media only screen and (min-width: 1441px) {
  h2, .h2 {
    font-size: 2.3125rem;
  }
}

h3, .h3 {
  font-family: "Copperplate-Light", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

@media only screen and (min-width: 1441px) {
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #191A18;
  font-size: 1rem;
  line-height: 1.625rem;
}

@media only screen and (min-width: 1441px) {
  p {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: all 300ms 700ms;
  transition: all 300ms 700ms;
}

.l-header__logo {
  width: 100px;
  max-width: 40%;
  display: block;
  float: left;
  -webkit-transition: width 300ms 700ms;
  transition: width 300ms 700ms;
}

@media only screen and (min-width: 1024px) {
  .l-header__logo {
    width: 180px;
  }
}

.l-header .btn {
  float: right;
  -webkit-transition: margin 300ms 700ms;
  transition: margin 300ms 700ms;
}

@media only screen and (min-width: 1024px) {
  .l-header .btn {
    margin: 50px 0 0;
  }
}

.l-header .btn--contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  padding: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 1024px) {
  .l-header .btn--contact {
    -webkit-transition: .15s transform ease-in-out;
    transition: .15s transform ease-in-out;
  }
}

@media only screen and (min-width: 1024px) {
  .l-header .btn--contact {
    position: relative;
    padding: 10px 20px;
    font-size: 1rem;
    bottom: auto;
    width: auto;
    left: auto;
    border-radius: 4px;
  }
}

.l-header .btn--social {
  width: 40px;
  padding: 10px;
  margin-left: 10px;
}

.l-header .btn--social img {
  width: 20px;
}

.l-header.sticky {
  padding: 10px 0;
}

.l-header.sticky .l-header__logo {
  width: 100px;
}

.l-header.sticky .btn {
  margin: 10px 0 0;
}

.l-header.sticky .btn--social {
  margin-left: 10px;
}

.l-footer {
  background-color: #EEEAEA;
  background-image: url("../images/bg.svg");
  background-size: 50% auto;
  background-repeat: repeat;
  padding: 0 0 80px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .l-footer {
    padding: 40px 0;
  }
}

.l-footer:before, .l-footer:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.l-footer:before {
  width: 15%;
  left: 0;
  background-image: url("../images/trail-4.svg");
  background-position: left bottom;
}

.l-footer:after {
  width: 30%;
  right: 0;
  background-image: url("../images/trail-5.svg");
  background-position: right -20%;
}

.l-footer__logo {
  position: relative;
  z-index: 1;
  width: 80px;
  margin: 40px auto;
}

.l-footer__link {
  word-break: break-word;
}

.l-footer__text {
  position: relative;
  z-index: 1;
  text-align: center;
}

.l-footer__text__inner {
  margin: 0 auto;
  width: 80%;
}

@media only screen and (min-width: 1024px) {
  .l-footer__text__inner {
    width: 60%;
  }
}

.l-footer__text hr {
  width: 100px;
  height: 1px;
  margin: 40px auto;
}

.l-footer__text__half {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .l-footer__text__half {
    width: 50%;
    float: left;
  }
}

.l-footer__text__half p {
  margin: 10px 0;
}

.l-footer__text__half p.h3 {
  position: relative;
}

.l-footer__text__half p.h3 img {
  width: 18px;
}

.l-footer__text__half a {
  color: #191A18;
  text-decoration: none;
}

.l-section {
  padding: 80px 0;
  position: relative;
}

.l-section:before, .l-section:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
}

.l-section--intro:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/trail-1.svg");
  background-size: 100% auto;
}

.l-section--intro .wrapper {
  overflow: visible;
}

.l-section--intro .image-block {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-section--intro .image-block {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-section--intro .image-block {
    width: 40%;
  }
}

.l-section--intro .image-block .polaroid {
  position: relative;
  cursor: pointer;
}

.l-section--intro .image-block .polaroid__large {
  width: 70%;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .l-section--intro .image-block .polaroid__large {
    width: 90%;
  }
}

.l-section--intro .image-block .polaroid__small-1 {
  position: absolute;
  bottom: -10%;
  left: 40%;
  width: 40%;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .l-section--intro .image-block .polaroid__small-1 {
    bottom: -15%;
    left: 55%;
    width: 50%;
  }
}

.l-section--intro .image-block .polaroid__small-2 {
  position: absolute;
  bottom: -30%;
  right: -10px;
  width: 40%;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .l-section--intro .image-block .polaroid__small-2 {
    bottom: -34%;
    right: -34%;
    width: 50%;
  }
}

.l-section--intro .text-block {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-section--intro .text-block {
    width: 50%;
    padding-left: 5%;
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  .l-section--intro .text-block {
    width: 60%;
    padding-left: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .l-section--intro .text-block .h1 {
    margin-top: 20%;
  }
}

.l-section--content:before {
  width: 50%;
  height: 155%;
  top: -15%;
  left: 0;
  background-image: url("../images/trail-2.svg");
  background-size: contain;
}

.l-section--content:after {
  width: 100%;
  height: 100%;
  top: 120%;
  left: 0;
  background-image: url("../images/trail-3.svg");
  background-size: 100% auto;
}

.l-section--content .wrapper {
  overflow: visible;
}

.l-section--content .text-block {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .l-section--content .text-block {
    width: 50%;
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) {
  .l-section--content .text-block {
    width: 40%;
  }
}

.l-section--content .text-block .detail {
  width: 40px;
}

.l-section--content .text-block .h2 {
  margin-bottom: 0;
}

.l-section--content .image-block {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-section--content .image-block {
    width: 50%;
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  .l-section--content .image-block {
    width: 60%;
  }
}

.l-section--content .image-block .map {
  width: 70%;
  margin-left: 45%;
  margin-top: -40%;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .l-section--content .image-block .map {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -15%;
    margin: 0;
    width: auto;
  }
}

.l-section--adventure {
  position: relative;
  background-color: #50524a;
  margin-top: 460px;
}

@media only screen and (min-width: 640px) {
  .l-section--adventure {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .l-section--adventure {
    margin-top: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-section--adventure {
    padding-top: 75%;
    margin-top: 0;
    background-color: transparent;
  }
}

@media only screen and (min-width: 1200px) {
  .l-section--adventure {
    padding-top: 25%;
    margin-top: 20%;
  }
}

.l-section--adventure:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-countryside.png") no-repeat center bottom/cover;
  z-index: 2;
}

.l-section--adventure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
  background-color: #50524a;
}

@media only screen and (min-width: 1024px) {
  .l-section--adventure:after {
    opacity: 1;
    visibility: hidden;
  }
}

.l-section--adventure .character {
  position: absolute;
  z-index: 1;
  bottom: 98%;
  left: 5%;
  width: 45%;
}

@media only screen and (min-width: 640px) {
  .l-section--adventure .character {
    bottom: 95%;
  }
}

@media only screen and (min-width: 1024px) {
  .l-section--adventure .character {
    left: 15%;
    width: 34%;
    bottom: 70%;
  }
}

@media only screen and (min-width: 1200px) {
  .l-section--adventure .character {
    width: 30%;
    bottom: 68%;
  }
}

@media only screen and (min-width: 1800px) and (min-height: 1200px) {
  .l-section--adventure .character {
    width: 23%;
    left: 23%;
    bottom: 68%;
  }
}

@media only screen and (min-width: 2000px) and (min-height: 1200px) {
  .l-section--adventure .character {
    width: 20%;
  }
}

@media only screen and (min-width: 2300px) and (min-height: 1200px) {
  .l-section--adventure .character {
    bottom: 72%;
  }
}

.l-section--adventure .cta-block {
  position: relative;
  z-index: 4;
}

@media only screen and (min-width: 1024px) {
  .l-section--adventure .cta-block .text {
    padding-top: 60px;
  }
}

.l-section--adventure .cta-block__item {
  width: 100%;
  float: left;
  padding: 20px;
}

@media only screen and (min-width: 640px) {
  .l-section--adventure .cta-block__item {
    width: calc(100% / 2);
    padding: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .l-section--adventure .cta-block__item {
    width: calc(100% / 3);
    padding: 40px;
  }
}

.l-section--adventure .cta-block__item__icon img {
  width: auto;
  height: 80px;
  margin: 0 auto;
  display: block;
}

.l-section--adventure .cta-block__item__text .h3 {
  margin: 20px 0 0;
}

.l-section--adventure .h2, .l-section--adventure .h3, .l-section--adventure p {
  color: #FFFFFF;
  text-align: center;
}

.btn,
button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  background: #363732;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Copperplate-Light", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .btn,
  button {
    font-size: 1.125rem;
  }
}

.btn--social,
button--social {
  width: 40px;
}

.btn--mobile,
button--mobile {
  -webkit-transition: .15s transform ease-in-out;
  transition: .15s transform ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .btn--hide,
  button--hide {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.ui-price-list {
  position: absolute;
  z-index: 5;
  left: 5%;
  width: 90%;
  bottom: 124%;
}

@media only screen and (min-width: 640px) {
  .ui-price-list {
    right: 5%;
    width: 40%;
    left: auto;
    bottom: 105%;
  }
}

@media only screen and (min-width: 1024px) {
  .ui-price-list {
    width: 45%;
    bottom: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .ui-price-list {
    bottom: 82%;
  }
}

.ui-price-list .h2, .ui-price-list p {
  text-align: left;
  color: #191A18;
}

.ui-price-list a {
  color: #191A18;
}

.ui-price-list__item {
  display: inline-block;
  background: #FFFFFF;
  padding: 10px 25px;
  margin-right: 5px;
}

@media only screen and (min-width: 640px) {
  .ui-price-list__item {
    padding: 10px 30px;
  }
}

.ui-price-list__item p {
  margin: 0;
  color: #191A18;
  text-align: center;
}

.ui-price-list__item p strong {
  font-weight: 500;
}

.ui-lightbox {
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 26, 24, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.ui-lightbox .wrapper {
  overflow: visible;
}

.ui-lightbox__inner {
  width: calc(100% - 40px);
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .ui-lightbox__inner {
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 1024px) {
  .ui-lightbox__inner {
    width: 100%;
  }
}

.ui-lightbox__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -30px;
  right: 0;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .ui-lightbox__close {
    width: 40px;
    height: 40px;
    top: -60px;
  }
}

@media only screen and (min-width: 1441px) {
  .ui-lightbox__close {
    width: 60px;
    height: 60px;
    top: -80px;
    right: -80px;
  }
}

.ui-lightbox.active {
  top: 0;
  background-color: rgba(25, 26, 24, 0.9);
}

.ui-slider.slick-slider {
  position: relative;
}

.ui-slider.slick-slider .slick-arrow {
  display: block;
  background: transparent;
  border: none;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .ui-slider.slick-slider .slick-arrow {
    width: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .ui-slider.slick-slider .slick-arrow {
    width: 40px;
  }
}

.ui-slider.slick-slider .slick-arrow.slick-prev {
  left: 20px;
  margin-left: 0;
  -webkit-transition: margin-left 300ms;
  transition: margin-left 300ms;
}

@media only screen and (min-width: 1200px) {
  .ui-slider.slick-slider .slick-arrow.slick-prev {
    left: -60px;
  }
}

@media only screen and (min-width: 1441px) {
  .ui-slider.slick-slider .slick-arrow.slick-prev {
    left: -80px;
  }
}

.ui-slider.slick-slider .slick-arrow.slick-next {
  right: 20px;
  margin-right: 0;
  -webkit-transition: margin-right 300ms;
  transition: margin-right 300ms;
}

@media only screen and (min-width: 1200px) {
  .ui-slider.slick-slider .slick-arrow.slick-next {
    right: -60px;
  }
}

@media only screen and (min-width: 1441px) {
  .ui-slider.slick-slider .slick-arrow.slick-next {
    right: -80px;
  }
}

.ui-slider.slick-slider .slick-arrow:hover, .ui-slider.slick-slider .slick-arrow:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

.ui-slider.slick-slider .slick-arrow:hover.slick-prev, .ui-slider.slick-slider .slick-arrow:focus.slick-prev {
  margin-left: -10px;
}

.ui-slider.slick-slider .slick-arrow:hover.slick-next, .ui-slider.slick-slider .slick-arrow:focus.slick-next {
  margin-right: -10px;
}

.ui-slider.slick-slider .slick-dots {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ui-slider.slick-slider .slick-dots {
    bottom: 5%;
  }
}

.ui-slider.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.ui-slider.slick-slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  min-height: 0;
  border-radius: 50%;
  padding: 0;
  border: 0;
  display: block;
  overflow: hidden;
  text-indent: 99999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.ui-slider.slick-slider .slick-dots li button:hover, .ui-slider.slick-slider .slick-dots li button:focus {
  border: none;
  outline: none;
}

.ui-slider.slick-slider .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

.ui-slider.slick-slider .slick-list {
  overflow: hidden;
  padding: 0 !important;
}

.ui-slider.slick-slider .slick-list .slick-track .slick-slide {
  display: inline-block;
}

.ui-slider__slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
