* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.suspension-contain {max-height: 980px; overflow: hidden; position: relative;}
html.suspended {background: rgba(0,0,0,0.6);}
body {max-width: 100%; min-width: 320px; margin: 0 auto; font-family: 'Onest', sans-serif; font-size: 20px; font-weight: 400; color: #333; line-height: 1.4em; background: #F9F8F7;}
a {color:inherit; text-decoration: none;}
a:hover {text-decoration: none; color:inherit;}
a,img {transition: all ease 0.5s;}
h1, h2, h3, h4, h5, h6, p, li, a {margin: 0; padding: 0;}
h1, h2, h3, h4, h5 {font-weight: 900; line-height: 1.2em;}
h1, h2 {font-size: 50px; font-weight: 400;}
h3 {font-size: 25px;}
h5 {font-family: 'Yellowtail', sans-serif; font-size: 25px; font-weight: 400;}
h6 {font-size: 16px; font-weight: 900;}
.row {max-width: 1620px; margin: 0 auto; padding: 0 10px; width: 100%;}

/*button*/
.btn {font-size: 16px; font-weight: 900; text-transform: uppercase; padding-left: 35px; position: relative; display: block; transition: transform 0.3s; transform-origin: left center; width: fit-content;}
.btn:after {content: "\f061"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font: var(--fa-font-solid); font-size: 12px; background: #B9844C; color: #FFF; display: flex; justify-content: center; align-items: center; width: 25px; height: 25px;} 
.btn:hover {transform: scale(1.3);}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important; background: #264039;}
.cc-window {background: #264039 !important;}
.cc-compliance .cc-dismiss {background: #B9844C !important;}

/*call to action*/
.destroy-on-load {display: none;}

/*contact form messages*/
form .messages p {display: none;font-family: Arial !important; font-weight: 400 !important; letter-spacing: 0 !important; font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin:20px auto}

/*contact form*/
.ctc-form {margin: 0 auto; text-align: center;}
.ctc-form .inline {display: flex; justify-content: space-between; column-gap: 10px;}
.ctc-form .inline label {width: 100%;}
.ctc-form .unsubscribe-emails {text-align: left;}
.ctc-form .unsubscribe-emails input[type="checkbox"] {transform: scale(1.3);}
.ctc-form input:not([type="submit"]):not([type="checkbox"]),.ctc-form textarea {font-family: "Onest", sans-serif; font-size: 18px; color: #333; height: 50px; display: block; width: 100%; border: 1px solid #000; padding: 10px; margin-bottom: 10px;}
.ctc-form input::placeholder, .ctc-form textarea::placeholder {color: #333;}
.ctc-form textarea {height: 150px; padding-top: 10px;}
.ctc-form button {display: block; font-size: 18px; font-weight: 900; padding: 12px 30px; color: #fff; background: #B9844C; border: none; text-transform: uppercase; margin: 30px auto 0 !important;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-hide {display: none;}

/*header*/
#header {position: fixed; top: 0; width: 100%; padding: 10px 0; z-index: 999; transition: all 0.5s ease;}
#header .row {max-width: 1840px; display: flex; justify-content: space-between; align-items: flex-start;}
#header .logo {width: 11%; transition: all 0.5s ease;}
#header .logo img {display: block; width: 100%;}
#header .navigation {padding-top: 20px;}
#header nav a#pull {display: none;}
#header nav ul {display: flex; column-gap: 50px; margin: 0; padding: 0; list-style: none;}
#header nav ul li a {font-weight: 900; display: block; color: #FFF; text-transform: uppercase;}
#header nav ul li.active-menu a, #header nav ul li a:hover {color: #B9844C;}
#header.sticky {background: rgba(38, 64, 57, 0.7);}
#header.sticky .row {align-items: center;}
#header.sticky .logo {width: 5%;}
#header.sticky .navigation {padding-top: 0;}

/*banner*/
#banner .home-banner {background: url('../images/content/main-banner-background.webp') no-repeat; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; height: 100vh; padding-bottom: 130px; position: relative;}
#banner .home-banner:before, #banner .inner-banner:before {content: ""; background: rgba(0, 0, 0, 0.3); position: absolute; top: 0; width: 100%; height: 100%;}
#banner .home-banner .row {display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 5;}
#banner .home-banner .title {width: 70%;}
#banner .home-banner .title h2 {font-size: 100px; font-weight: 900; color: #FFF; line-height: 0.9em;}
#banner .home-banner .content {width: 25%;}
#banner .home-banner .content p {color: #FFF; line-height: 1.2em;}
#banner .home-banner .phone {margin-top: 20px; display: flex; column-gap: 10px;}
#banner .home-banner .phone i {background: #B9844C; color: #FFF; font-size: 10px; width: 20px; height: 20px; display: flex; justify-content: center; align-items: center;}
#banner .home-banner .phone a {font-weight: 900; color: #FFF; line-height: 1.2em;}
#banner .inner-banner {background: url('../images/content/inner-banner-background.webp') no-repeat; background-size: cover; background-position: center center; height: 500px; position: relative; padding-bottom: 130px; display: flex; align-items: flex-end;}
#banner .inner-banner .row {position: relative;}

/*content*/
#top-quality {background: url('../images/content/top-quality-background.webp') no-repeat; background-position: right 50px; background-size: 36.51% auto; padding-top: 135px;}
#top-quality .top-content {max-width: 805px; margin-bottom: 135px;}
#top-quality .top-content h1 {margin: 35px 0 30px;}
#top-quality .top-content .btn {margin-top: 45px;}
#top-quality .bottom-image img {display: block; width: 100%;}
#rentals {padding: 130px 0 100px;}
#rentals h2 {margin-bottom: 45px;}
#rentals .rental {border-top: 2px solid #EDEAE8; padding: 20px 0 70px; display: flex; justify-content: space-between; align-items: flex-start;}
#rentals .rental:last-of-type {padding-bottom: 0;}
#rentals .rental .content-left {width: 43%; padding-top: 25px;}
#rentals .rental .content-left ul {margin: 0; padding: 0; list-style: none;}
#rentals .rental .content-left ul li {font-size: 30px; font-weight: 900; line-height: 0.9em; padding-left: 50px; position: relative;}
#rentals .rental .content-left ul li:before {content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 17px; height: 17px; background: #264039;}
#rentals .content-left .padded-wrapper {padding-left: 50px; margin-top: 35px;}
#rentals .content-left .padded-wrapper .btn {margin-top: 30px;}
#rentals .padded-wrapper .price-wrapper {margin-top: 125px;}
#rentals .padded-wrapper .price-wrapper p {line-height: 1.2em;}
#rentals .padded-wrapper .price-wrapper .price {font-size: 35px; margin-top: 10px;} 
#rentals .rental .image-right {width: 45%;}
#rentals .rental .image-right img {display: block; width: 100%;}
#know .shape-divider img {display: block; width: 100%;}
#know .content-wrapper {background: #264039; padding: 110px 0 100px;}
#know .content-wrapper h2 {color: #FFF; margin-bottom: 55px;}
#know .content-wrapper .information {border-top: 2px solid rgba(185, 132, 76, 0.2); padding-top: 40px; display: flex; justify-content: space-between;}
#know .information .info {width: 29.125%;}
#know .information .info img {display: block;}
#know .information .info h3 {color: #FFF; line-height: 0.9em; margin: 30px 0;}
#know .information .info p {color: #FFF;}
#know .information .info .btn {color: #FFF; margin-top: 30px;}
#experience {background: url('../images/content/experience-background.webp') no-repeat; background-size: cover; padding-bottom: 130px; position: relative;}
#experience:before {content: ""; background: linear-gradient(to bottom, #264039 0%, rgba(38, 64, 57, 0.7) 100%); position: absolute; top: 0; width: 100%; height: 100%;}
#experience .row {display: flex; justify-content: space-between; align-items: center; position: relative;}
#experience .image-left {width: 50%;}
#experience .image-left img {display: block; width: 100%;}
#experience .content-right {width: 37.5%;}
#experience .content-right i {font-size: 40px; color: #B9844C; display: block; margin-bottom: 50px;}
#experience .content-right p {color: #FFF;}
#experience .content-right strong {font-size: 30px; font-weight: 900; line-height: 1.1em;}
#experience .content-right p:last-of-type {margin-top: 50px;}
#adventure {background: url('../images/content/adventure-section-background.webp') no-repeat; background-size: cover; background-position: center center; padding: 155px 0 345px; position: relative;}
#adventure:before {content: ""; background: rgba(0, 0, 0, 0.2); position: absolute; top: 0; width: 100%; height: 100%;}
#adventure .row {position: relative;}
#adventure h2 {font-size: 100px; font-weight: 900; color: #FFF; line-height: 0.9em; max-width: 815px; margin-bottom: 30px;}
#adventure p {color: #FFF; line-height: 1.2em; max-width: 640px;}
#adventure .btn {color: #FFF; margin-top: 30px;}

/*footer*/
#footer {background: #EDEAE8;}
#footer .main-section {padding: 70px 0 90px;}
#footer .main-section .row {display: flex; justify-content: space-between; align-items: flex-start;}
#footer .main-section h6 {margin-bottom: 10px;}
#footer .main-section a {display: block;}
#footer .main-section nav ul li.active-menu a, #footer .main-section a:hover {color: #B9844C;}
#footer .main-section .sitemap ul {margin: 0; padding: 0; list-style: none;}
#footer .address .main-location {margin-bottom: 50px;}
#footer .address .main-location a {max-width: 240px;}
#footer .address .forest-location a {max-width: 200px;}
#footer .contact .email {margin: 35px 0 60px;}
#footer .contact .social {display: flex; align-items: center; column-gap: 25px;}
#footer .contact .social i {font-size: 30px;}
#footer .main-section .member h6 {text-align: center;}
#footer .main-section .member img, #footer .main-section .logo img {display: block; margin: 0 auto;}
#footer .copyright .row {border-top: 2px solid rgba(185, 132, 76, 0.2); padding: 30px 10px;}

/*inner pages*/
#banner .inner-banner h1 {font-size: 100px; color: #FFF; font-weight: 900; text-align: center; text-transform: uppercase;}
.inner #content {background: #F9F8F7;}

/*about*/
.about-page .entry-section .row {border-bottom: 2px solid #EDEAE8; padding: 100px 10px; display: flex; justify-content: space-between;}
.about-page .entry-section .tagline {width: 40%;}
.about-page .entry-section .tagline h5 {font-family: 'Onest', sans-serif; font-size: 30px; font-weight: 900; line-height: 0.9em;}
.about-page .entry-section .tagline h5 span {display: block;}
.about-page .entry-section .text-right, .about-page .greetings .content-left, .about-page .greetings .image-right {width: 45%;}
.about-page .greetings {padding: 100px 0;}
.about-page .greetings .row {display: flex; justify-content: space-between;}
.about-page .greetings .content-left h2 {max-width: 565px; margin-bottom: 50px;}
.about-page .greetings .content-left p:not(:last-of-type) {margin-bottom: 30px;}
.about-page .greetings .content-left p strong {font-size: 25px;}
.about-page .greetings .content-left h5 {font-size: 50px;}
.about-page .greetings .image-right img {display: block; width: 100%;}
.about-page .bottom-section .shape-divider img {display: block; width: 100%;}
.about-page .bottom-section .rentals {background: #264039; padding: 110px 0 130px;}
.about-page .rentals .row {display: flex;}
.about-page .rentals .content-wrapper {width: 50%;}
.about-page .content-wrapper:first-of-type {padding-right: 80px; border-right: 2px solid rgba(185, 132, 76, 0.2);}
.about-page .content-wrapper:last-of-type {padding-left: 80px;}
.about-page .rentals .content-wrapper h3 {font-size: 30px; color: #FFF; margin-bottom: 40px;}
.about-page .rentals .content-wrapper p {color: #FFF;}
.about-page .rentals .content-wrapper .btn {color: #FFF; margin-top: 25px;}
.about-page .content-wrapper .wrapper {display: flex; column-gap: 20px;}

/*booking*/
.booking-page .rentals {padding: 100px 0;}
.booking-page .rentals .row {display: flex; justify-content: space-between;}
.booking-page .rentals .rental {width: 30%;}
.booking-page .rentals .rental img {display: block; width: 100%;}
.booking-page .rentals .rental h3 {text-transform: uppercase; margin: 20px 0; padding-bottom: 10px; border-bottom: 2px solid #EDEAE8;}
.booking-page .rentals .rental .btn {margin-top: 30px;}
.booking-page .rental .info-wrapper {display: flex; flex-direction: column; row-gap: 20px;}
.booking-page .rental .info-wrapper p span {display: block;}
.booking-page .rental .info-wrapper ul {margin: 0; padding-left: 20px;}
.booking-page .know-booking .shape-divider img {display: block; width: 100%;}
.booking-page .know-booking .content-wrapper {background: #264039; padding: 110px 0 100px;}
.booking-page .know-booking .content-wrapper h2 {color: #FFF; margin-bottom: 55px;}
.booking-page .know-booking .content-wrapper .information {border-top: 2px solid rgba(185, 132, 76, 0.2); padding-top: 40px; display: flex; justify-content: space-between;}
.booking-page .know-booking .information .info {width: 29.125%;}
.booking-page .know-booking .information .info img {display: block;}
.booking-page .know-booking .information .info h3 {color: #FFF; line-height: 0.9em; margin: 30px 0;}
.booking-page .know-booking .information .info p {color: #FFF;}
.booking-page .know-booking .information .info .btn {color: #FFF; margin-top: 30px;}

/*reviews*/
.reviews-page .reviews-wrapper {padding: 100px 0;}
.reviews-page .sk-load-more-btn {background: #B9844C !important;}

/*contact*/
.contact-page .content-form {background: #264039; padding: 100px 0;}
.contact-page .content-form .row {display: flex; justify-content: space-between;}
.contact-page .content-form .information {width: 45%; color: #FFF;}
.contact-page .content-form .information h5 {font-family: 'Onest', sans-serif; font-size: 30px; font-weight: 900; line-height: 0.9em; text-transform: uppercase; margin-bottom: 30px;}
.contact-page .content-form .information h5 span {display: block;}
.contact-page .information .info {margin-bottom: 20px;}
.contact-page .information .info:last-of-type {margin-bottom: 0;}
.contact-page .information .info h6 {font-size: 16px; text-transform: uppercase; letter-spacing: 1px;}
.contact-page .information .address a {display: block; max-width: 260px;}
.contact-page .content-form p.text {margin-bottom: 20px;}
.contact-page .content-form .form {background: #FFF; width: 50%; box-sizing: border-box; border-radius: 10px; padding: 30px;}
.contact-page .map iframe {border: 0; width: 100%; height: 400px; display: block;}

/*rental requirements and regulations*/
.rental-requirements-and-regulations-page .regulations-wrapper {padding: 100px 0;}
.rental-requirements-and-regulations-page .regulations-wrapper .entry-section {max-width: 920px; margin: 0 auto 80px; text-align: center;}
.rental-requirements-and-regulations-page .regulations-wrapper .entry-section h2 {margin-bottom: 20px;}
.rental-requirements-and-regulations-page .regulations-wrapper .primary-content {display: flex; flex-direction: column; row-gap: 40px;}
.rental-requirements-and-regulations-page .primary-content .content h3 {text-transform: uppercase; margin-bottom: 10px;}
.rental-requirements-and-regulations-page .primary-content .content p:not(:last-of-type) {margin-bottom: 10px;}
.rental-requirements-and-regulations-page .primary-content .content a {text-decoration: underline !important; color: #B9844C;}

/*uncharted society*/
.uncharted-society-page .video-content {padding: 100px 0;}
.uncharted-society-page .video-content .row {display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.uncharted-society-page .video-content .row.center {
    justify-content: center;
}
.uncharted-society-page .video-content .video, .uncharted-society-page .video-content .content {width: 47%;}
.uncharted-society-page .video-content .video iframe {display: block; width: 100%; height: 400px;}
.uncharted-society-page .video-content .content {text-align: center;}
.uncharted-society-page .video-content .content p {margin-bottom: 30px;}
.uncharted-society-page .video-content .content a {text-decoration: underline !important; color: #B9844C;}
.uncharted-society-page .video-content .content img {display: block; margin: 0 auto;}

/*error*/
.error-page #content {padding: 100px 0;}
.error-page #content p {font-size: 25px; text-align: center; text-transform: uppercase;}


/** Responsive
-------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  #banner .home-banner .title h2, #banner .inner-banner h1 {font-size: 80px;}
  #adventure h2 {font-size: 80px; max-width: 670px;}
}

@media screen and (max-width: 1366px) {
  h1, h2 {font-size: 45px;}
  h3 {font-size: 22px;}
  #header nav ul li a {font-size: 18px;}
  #banner .home-banner {height: 600px; padding-bottom: 80px;}
  #banner .home-banner .title h2, #banner .inner-banner h1 {font-size: 70px;}
  #banner .home-banner .content {width: 28%;}
  #top-quality {padding-top: 80px;}
  #top-quality .top-content {max-width: 715px; margin-bottom: 80px;}
  #top-quality .top-content h1 {margin: 25px 0;}
  #top-quality .top-content .btn {margin-top: 30px;}
  #rentals, #know .content-wrapper, .booking-page .know-booking .content-wrapper, .about-page .greetings, .about-page .bottom-section .rentals, .contact-page .content-form, .booking-page .rentals,
  .reviews-page .reviews-wrapper, .rental-requirements-and-regulations-page .regulations-wrapper, .uncharted-society-page .video-content {padding: 80px 0;}
  #rentals h2 {margin-bottom: 35px;}
  #rentals .rental {padding: 20px 0 50px;}
  #rentals .rental .content-left ul li {font-size: 25px; padding-left: 40px;}
  #rentals .rental .content-left ul li:before {width: 14px; height: 14px;}
  #rentals .content-left .padded-wrapper {padding-left: 40px; margin-top: 25px;}
  #rentals .padded-wrapper .price-wrapper {margin-top: 30px;}
  #rentals .padded-wrapper .price-wrapper .price {font-size: 30px;}
  #know .content-wrapper h2, .booking-page .know-booking .content-wrapper h2 {margin-bottom: 40px;}
  #experience {padding-bottom: 80px;}
  #experience .content-right strong {font-size: 25px;}
  #adventure {padding: 100px 0 200px;}
  #adventure h2 {font-size: 70px;}
  #footer .main-section {padding: 50px 0;}
  #footer .main-section .row {flex-wrap: wrap; row-gap: 50px;}
  #footer .main-section div {text-align: center;}
  #footer .main-section .logo {width: 100%; order: -1;}
  #footer .main-section .logo img {max-width: 200px;}
  #footer .address .main-location a, #footer .address .forest-location a {margin: 0 auto;}
  #footer .address .main-location {margin-bottom: 30px;}
  #footer .contact .email {margin: 25px 0 50px;}
  #footer .contact .social {justify-content: center;}
  #footer .copyright .row {padding: 25px 10px;}
  #banner .inner-banner {height: 350px; padding-bottom: 50px;}
  .about-page .entry-section .row {padding: 80px 10px;}
  .about-page .entry-section .tagline h5, .contact-page .content-form .information h5 {font-size: 25px;}
  .about-page .greetings .content-left h2 {margin-bottom: 30px;}
  .about-page .greetings .content-left p:not(:last-of-type) {margin-bottom: 20px;}
  .about-page .greetings .content-left p strong {font-size: 23px;}
  .about-page .greetings .content-left h5 {font-size: 40px;}
  .about-page .rentals .content-wrapper h3 {font-size: 27px; margin-bottom: 30px;}
  .contact-page .map iframe {height: 350px;}
  .booking-page .rentals .rental {width: 32%;}
  .rental-requirements-and-regulations-page .regulations-wrapper .primary-content {row-gap: 30px;}
}

@media screen and (max-width: 1200px) {
  h1, h2 {font-size: 40px;}
  #banner .home-banner .title h2, #banner .inner-banner h1 {font-size: 65px;}
  .about-page .entry-section .tagline {width: 45%;}
  .about-page .content-wrapper:first-of-type {padding-right: 50px;}
  .about-page .content-wrapper:last-of-type {padding-left: 50px;}
}

@media screen and (max-width: 1024px) {
  h1, h2 {font-size: 35px;}
  h3 {font-size: 20px;}
  #header nav ul {column-gap: 40px;}
  #header nav ul li a {font-size: 16px;}
  #banner .home-banner {height: 450px; padding-bottom: 50px;}
  #banner .home-banner .row {align-items: flex-start;}
  #banner .home-banner .title {width: 65%;}
  #banner .home-banner .content {width: 33%;}
  #banner .home-banner .title h2, #banner .inner-banner h1 {font-size: 55px;}
  #top-quality {padding-top: 50px;}
  #top-quality .top-content {max-width: 550px; margin-bottom: 50px;}
  #rentals, #know .content-wrapper, .booking-page .know-booking .content-wrapper, .about-page .greetings, .about-page .bottom-section .rentals, .contact-page .content-form, .booking-page .rentals,
  .reviews-page .reviews-wrapper, .rental-requirements-and-regulations-page .regulations-wrapper, .uncharted-society-page .video-content {padding: 50px 0;}
  #rentals h2 {margin-bottom: 30px;}
  #rentals .rental {padding: 20px 0 30px;}
  #rentals .rental .content-left ul li {font-size: 23px;}
  #rentals .rental .content-left ul li:before {width: 12px; height: 12px;}
  #experience {padding-bottom: 50px;}
  #experience .content-right i {margin-bottom: 30px;}
  #experience .content-right strong {font-size: 20px;}
  #experience .content-right p:last-of-type {margin-top: 30px;}
  #adventure {padding: 80px 0 150px;}
  #adventure h2 {font-size: 55px; max-width: 460px;}
  #adventure p {max-width: 430px;}
  #banner .inner-banner {height: 280px;}
  .about-page .entry-section .row {padding: 50px 10px;}
  .contact-page .map iframe {height: 300px;}
  .rental-requirements-and-regulations-page .regulations-wrapper .entry-section {margin-bottom: 50px;}
}

@media screen and (max-width: 980px) {
  h1, h2 {font-size: 30px;}
  #banner .home-banner .row {flex-direction: column; row-gap: 20px;}
  #banner .home-banner .title, #banner .home-banner .content {width: 100%;}
  #banner .home-banner .title h2 {font-size: 50px; max-width: 560px;}
  #top-quality .top-content {max-width: 490px;}
  #adventure h2 {font-size: 50px;}
  #footer .main-section .sitemap, #footer .main-section .address, #footer .main-section .contact, #footer .main-section .member {width: 48%;}
  #footer .address .main-location {margin-bottom: 20px;}
  #footer .contact .email {margin: 15px 0 30px;}
  #banner .inner-banner h1 {font-size: 50px;}
  .about-page .content-wrapper .wrapper {flex-direction: column; row-gap: 20px;}
  .ctc-form .inline {flex-direction: column;}
  .uncharted-society-page .video-content .row {flex-direction: column; row-gap: 30px;}
  .uncharted-society-page .video-content .video, .uncharted-society-page .video-content .content {width: 100%;}
}

@media screen and (max-width: 767px) {
  h1, h2 {font-size: 28px;}
  p, li, a {font-size: 18px;}
  .btn:hover {transform: scale(1.1);}
  #header .logo {display: none;}
  #header, #header .navigation{padding: 0}
  #header .row {width: 100%; padding: 0; display: block;  }
  #header nav {display: block; height: auto;}
  #header nav ul {width: 100%; display: none; height: auto; background: rgba(38, 64, 57, 0.7); padding: 0 15px;}
  #header nav ul li { width: 100%;position: relative; }
  #header nav ul li a {padding: 10px 0; font-size: 18px;}
  #header nav a {text-align: left; width: 100%;}
  #header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
  #header nav a#pull {display: block; color: #fff; background-color: #264039; height: 45px; padding: 10px 0; width: 100%; position: relative;}
  #header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
  #header nav a#pull img {max-width: 35px; position: absolute; left: 10px; top: 50%; transform: translateY(-50%);}
  #header.sticky {background: transparent;}
  #banner .home-banner {height: 300px; padding-bottom: 30px;}
  #banner .home-banner .title h2, #banner .home-banner .content p {text-align: center;}
  #banner .home-banner .title h2 {font-size: 28px; max-width: 300px; margin: 0 auto;}
  #banner .home-banner .content p {max-width: 300px; margin: 0 auto;}
  #banner .home-banner .phone {justify-content: center;}
  #top-quality {padding-top: 30px; background: transparent; text-align: center;}
  #top-quality .top-content {max-width: 100%; margin-bottom: 30px;}
  #top-quality .top-content h1 {max-width: 450px; margin: 25px auto; text-align: center;}
  #top-quality .top-content .btn {margin: 30px auto 0;}
  #rentals, .about-page .greetings, .about-page .bottom-section .rentals, .contact-page .content-form, .booking-page .rentals, .reviews-page .reviews-wrapper, 
  .rental-requirements-and-regulations-page .regulations-wrapper, .uncharted-society-page .video-content {padding: 30px 0;}
  #rentals h2 {margin-bottom: 20px; text-align: center;}
  #rentals .rental {flex-direction: column-reverse; row-gap: 30px;}
  #rentals .rental .image-right, #rentals .rental .content-left {width: 100%;}
  #rentals .rental .content-left {padding-top: 0;}
  #rentals .content-left .padded-wrapper {margin-top: 15px;}
  #rentals .padded-wrapper .price-wrapper .price {font-size: 28px;}
  #experience {padding-bottom: 30px;}
  #know .shape-divider, .booking-page .know-booking .shape-divider {display: none;}
  #know .content-wrapper, .booking-page .know-booking .content-wrapper {padding: 30px 0 40px;}
  #know .content-wrapper h2, .booking-page .know-booking .content-wrapper h2 {margin-bottom: 20px; text-align: center;}
  #know .content-wrapper .information, .booking-page .know-booking .content-wrapper .information {flex-direction: column; row-gap: 40px;}
  #know .information .info, .booking-page .know-booking .information .info, #experience .image-left, #experience .content-right {width: 100%;}
  #know .information .info, .booking-page .know-booking .information .info {text-align: center;}
  #know .information .info h3, .booking-page .know-booking .information .info h3 {margin: 25px 0 20px;}
  #know .information .info img, .booking-page .know-booking .information .info img {margin: 0 auto;}
  #know .information .info .btn, .booking-page .know-booking .information .info .btn {margin: 30px auto 0;}
  #experience .row {flex-direction: column; row-gap: 20px;}
  #experience .content-right {text-align: center;}
  #experience .content-right i {margin-bottom: 20px;}
  #experience .content-right p:last-of-type {margin-top: 20px;}
  #experience .content-right strong {font-size: 18px;}
  #adventure {padding: 50px 0;}
  #adventure h2 {font-size: 28px; max-width: 250px; margin: 0 auto 20px; text-align: center;}
  #adventure p {max-width: 300px; margin: 0 auto; text-align: center;}
  #adventure .btn {margin: 25px auto 0;}
  #footer .main-section {padding: 30px 0;}
  #footer .main-section .row {row-gap: 30px;}
  #footer .address .forest-location a {max-width: 190px;}
  #footer .main-section .sitemap, #footer .main-section .address, #footer .main-section .contact, #footer .main-section .member,
  .about-page .entry-section .tagline, .about-page .entry-section .text-right, .about-page .greetings .image-right, .about-page .greetings .content-left,
  .about-page .rentals .content-wrapper, .contact-page .content-form .form, .contact-page .content-form .information, .booking-page .rentals .rental {width: 100%;}
  #footer .main-section h6 {margin-bottom: 5px;}
  #footer .main-section .logo img {max-width: 180px;}
  #footer .contact .social i {font-size: 25px;}
  #footer .main-section .member img {max-width: 160px;}
  #footer .copyright {font-size: 18px;}
  #footer .copyright .row {padding: 20px 10px; text-align: center;}
  #banner .inner-banner {height: 200px; padding-bottom: 30px;}
  #banner .inner-banner h1 {font-size: 28px;}
  .about-page .entry-section .row {padding: 30px 10px; flex-direction: column; row-gap: 20px; text-align: center;}
  .about-page .entry-section .tagline h5 {font-size: 23px;}
  .about-page .greetings .row {flex-direction: column-reverse; row-gap: 20px;}
  .about-page .greetings .content-left h2 {margin-bottom: 20px; text-align: center;}
  .about-page .greetings .content-left p:not(:last-of-type) {margin-bottom: 15px;}
  .about-page .greetings .content-left p strong {font-size: 20px;}
  .about-page .greetings .content-left h5 {font-size: 35px;}
  .about-page .bottom-section .shape-divider {display: none;}
  .about-page .rentals .row, .booking-page .rentals .row {flex-direction: column; row-gap: 40px;}
  .about-page .content-wrapper {text-align: center;}
  .about-page .content-wrapper:first-of-type {border: none; padding-right: 0;}
  .about-page .content-wrapper:last-of-type {padding-left: 0;}
  .about-page .rentals .content-wrapper h3 {font-size: 25px; margin-bottom: 20px;}
  .about-page .rentals .content-wrapper img {display: block; margin: 0 auto;}
  .about-page .rentals .content-wrapper .btn {margin: 25px auto 0;}
  .contact-page .content-form .row {flex-direction: column-reverse; row-gap: 40px;}
  .contact-page .content-form .information {text-align: center;}
  .contact-page .content-form .information h5 {margin-bottom: 25px;}
  .contact-page .information .address a {margin: 0 auto;}
  .contact-page .content-form .form {padding: 20px;}
  .contact-page .content-form .information h5 {font-size: 20px;}
  .booking-page .rentals .rental .btn {margin-top: 25px;}
  .error-page #content p {font-size: 23px;}
  .rental-requirements-and-regulations-page .regulations-wrapper .entry-section {margin-bottom: 40px;}
  .uncharted-society-page .video-content .video iframe {height: 250px;}
  .uncharted-society-page .video-content .content p {margin-bottom: 20px;}
}