body {
  font-family: Montserrat, sans-serif;
  color: #4c4845;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Suez One', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6em;
}

._3d-container-block {
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0bf;
  font-size: 14px;
}

._3d-content {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 24%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

._3d-content.seasons {
  left: 0px;
  right: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
}

._3d-content.things-to-do {
  left: 0px;
  right: auto;
  z-index: 2;
  padding-right: 0px;
  padding-left: 10%;
}

._3d-content.lodging {
  left: 0px;
  right: auto;
  z-index: 2;
  padding-right: 0%;
  padding-left: 10%;
}

._3d-content.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3d-top-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._3d-top-row.right-aligned {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._3d-photo-thumb {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  max-height: 500px;
  max-width: 500px;
  min-height: 300px;
  min-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #4c4845;
  border-radius: 4px;
  background-color: #233649;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.45);
  font-size: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

._3d-photo-thumb.one {
  display: none;
  background-image: url('../images/mountain-stream.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3d-photo-thumb.two {
  display: none;
  background-image: url('../images/chads_greatest_pic_ever_not_angelas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3d-photo-thumb.three {
  display: none;
  background-image: url('../images/AmberKailey_Aquarium_StingRays_FLAT.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3d-photo-thumb.four {
  display: none;
  background-image: url('../images/Margaritaville_Resort_Gatlinburg_Lodging.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3d-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Suez One', sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

._3d-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

._3d-paragraph {
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 30px;
  border-left: 10px solid #e66623;
  line-height: 2em;
  text-shadow: 1px 1px 6px #000;
}

._3d-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
}

._3d-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

._3d-title-block.right {
  margin-right: 40px;
  margin-left: 0px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

._3d-slide {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

._3d-slide.one {
  z-index: 47;
}

._3d-slide.two {
  z-index: 48;
}

._3d-slide.three {
  z-index: 49;
}

._3d-slide.four {
  z-index: 50;
}

._3d-slide.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._3d-scroll-tracker {
  width: 100vw;
  height: 1200vh;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.start-cutout {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  max-width: 110%;
  -o-object-fit: cover;
  object-fit: cover;
}

.start {
  position: absolute;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 15%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-the-mountains {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px none #fff;
  border-bottom: 5px none #fff;
  font-family: 'Suez One', sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 0.9em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.txt-are-calling {
  position: static;
  top: 62%;
  z-index: 10;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 50px;
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.start-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  max-width: 110%;
  opacity: 0.73;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-mountain-edge {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 9;
  width: 100%;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-trees-foreground {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 8;
  width: 100%;
}

.d-gondola-day {
  position: absolute;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: auto;
  z-index: 7;
  width: 110%;
  max-width: 110%;
  -o-object-fit: cover;
  object-fit: cover;
}

.d-gondola-night {
  position: absolute;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: auto;
  z-index: 6;
  width: 110%;
  max-width: 110%;
}

.e-night-sky {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
}

._3-sunset {
  position: absolute;
  z-index: 2;
  width: 110%;
  max-width: 110%;
}

.fa-solid-900 {
  font-family: 'Fa solid 900', sans-serif;
  line-height: 1em;
}

.header-navigation {
  position: fixed;
  z-index: 22222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.branding {
  position: relative;
  z-index: 999;
  width: 150px;
  margin-top: 30px;
  margin-left: 40px;
}

.book-and-menu {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  margin-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.standard-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  padding: 15px 35px 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 4px;
  background-color: #e9bf60;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -webkit-transform 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -webkit-transform 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, transform 350ms ease, width 350ms ease, background-color 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, transform 350ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -ms-flex 350ms ease, -webkit-transform 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #0c2641;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
  white-space: nowrap;
}

.standard-button:hover {
  background-color: #8a3d15;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #e9bf60;
}

.standard-button.with-icon {
  width: auto;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -ms-flex 350ms ease;
}

.standard-button.with-icon:hover {
  border-radius: 300px;
}

.standard-button.with-icon.outlined {
  width: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -ms-flex 350ms ease;
}

.standard-button.with-icon.large {
  width: auto;
  cursor: pointer;
}

.standard-button.with-icon.large:hover {
  border-radius: 4px;
  background-color: #0c2641;
}

.standard-button.outlined {
  border: 3px solid #e9bf60;
  background-color: transparent;
}

.standard-button.with-icon:hover {
  border-radius: 300px;
}

.standard-button.with-icon.outlined {
  margin-top: 10px;
  margin-right: 0px;
  border-style: solid;
  border-radius: 300px;
  background-color: transparent;
  box-shadow: none;
  color: #0c2641;
  font-size: 14px;
  cursor: pointer;
}

.standard-button.with-icon.outlined:hover {
  border-color: #e9bf60;
  background-color: #0c2641;
  color: #fff;
}

.standard-button.with-icon.outlined.backtotop {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  color: #fff;
}

.standard-button.with-icon.outlined.backtotop:hover {
  border-color: #e9bf60;
  background-color: #0c2641;
}

.standard-button.with-icon.outlined.simple {
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  border-style: none;
  cursor: pointer;
}

.standard-button.with-icon.outlined.simple:hover {
  background-color: transparent;
  color: #103254;
}

.standard-button.with-icon.outlined.solid {
  margin-top: 0px;
  padding: 15px 30px 17px;
  border-style: none;
  background-color: #233649;
  color: #fff;
  line-height: 1em;
}

.standard-button.with-icon.outlined.solid:hover {
  background-color: #d6b059;
  color: #0c2641;
  text-shadow: none;
}

.font-awesome {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Fa solid 900', sans-serif;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
}

.font-awesome.large {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.font-awesome.social {
  margin-right: 8px;
  margin-left: 8px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  cursor: pointer;
}

.font-awesome.social:hover {
  color: #e9bf60;
}

.font-awesome.social.slide-out-menu {
  font-size: 50px;
}

.font-awesome.social.details-page.large {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 30px;
  text-shadow: none;
}

.font-awesome.caption {
  color: #e66623;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.6);
}

.font-awesome.details-page {
  margin-right: 10px;
  color: #d35e21;
  font-size: 18px;
}

.header-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 12px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(20, 64, 108, 0.75);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.header-button:hover {
  background-color: #0c2641;
}

.header-button.solid {
  border-style: none;
  background-color: #e9bf60;
  cursor: pointer;
}

.header-button.solid.close-menu {
  display: none;
}

.header-button.skip-intro {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
  z-index: 99999;
  background-color: hsla(0, 0%, 100%, 0.2);
  font-family: 'Suez One', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-button.skip-intro:hover {
  background-color: #1c5743;
}

.header-button.skip-intro.blur-backdrop {
  bottom: 4%;
}

.header-button.skip-intro.blur-backdrop:hover {
  background-color: rgba(12, 38, 65, 0.7);
}

.header-button.blur-backdrop {
  cursor: pointer;
}

.intro-content-block {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 20px none #dbdada;
  background-color: #fff;
}

.clouds-topper {
  position: absolute;
  left: 0%;
  top: -480px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 480px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(80%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 80%);
}

.clouds-topper.smaller {
  top: 0px;
  display: none;
  height: 290px;
  background-image: none;
}

.cloud {
  display: block;
  margin-left: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cloud.small {
  height: 170%;
}

.paragraph {
  margin-bottom: 40px;
  color: #4c4845;
  font-size: 18px;
  line-height: 1.8em;
}

.intro-heading {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #0c2641;
  font-size: 60px;
  line-height: 1em;
  white-space: nowrap;
}

.intro-paragraph-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.heading-2 {
  margin-bottom: 30px;
  color: #e9901b;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
}

.intro-content-area {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 1280px;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.visitors-guide {
  position: relative;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.blog {
  position: relative;
  top: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.vg-container-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 960px;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid #dbdada;
  background-color: rgba(76, 72, 69, 0.8);
}

.vg-container-block.blur-backdrop {
  z-index: 10;
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 10px none #4c4845;
  background-color: rgba(35, 54, 73, 0.6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 38, 65, 0.45)), to(rgba(12, 38, 65, 0.45))), url('../images/Alum-Cave-Trail.jpg');
  background-image: linear-gradient(180deg, rgba(12, 38, 65, 0.45), rgba(12, 38, 65, 0.45)), url('../images/Alum-Cave-Trail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  box-shadow: none;
}

.paragraph-2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.heading-3 {
  margin-top: 0px;
  color: #e9bf60;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

.div-block-8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.highlights {
  position: relative;
  top: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 80px 80px 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 20px none #e9bf60;
  background-color: #fff;
  box-shadow: none;
}

.general-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.general-content-block.photothumb {
  background-color: #a5a3a2;
  background-image: url('../images/Forney-ridge-Trail-family-10a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-content {
  width: 50%;
  padding: 60px;
}

.blog-content.blog-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Suez One', sans-serif;
  color: #0c2641;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #4c4845;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
}

.font-awesome-2 {
  margin-top: 4px;
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #d35e21;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.section-block-label {
  position: static;
  text-align: center;
}

.section-block-label.typography {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
}

.section-block-label.typography.shadow {
  left: 80px;
  top: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  text-decoration: none;
}

.section-block-label.typography.shadow {
  left: 0%;
  top: -8%;
  right: auto;
  bottom: auto;
  text-transform: uppercase;
}

.section-block-label.shadow {
  position: static;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.54);
}

.highlights-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4c4845;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.highlights-block.one {
  background-image: url('../images/OleRed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.highlights-block.two {
  background-image: url('../images/BestSkyLift.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.highlights-block.three {
  background-image: url('../images/Alum-Cave-Trail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.highlights-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  min-width: 960px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hover-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 87, 67, 0);
  background-color: rgba(35, 54, 73, 0.1);
  -webkit-transition: border-width 350ms ease, border-color 500ms ease, background-color 350ms ease;
  transition: border-width 350ms ease, border-color 500ms ease, background-color 350ms ease;
  cursor: pointer;
}

.hover-block:hover {
  border-width: 10px;
  border-color: #1c5743;
  background-color: rgba(28, 87, 67, 0.6);
}

.hover-block.one {
  border-width: 1px;
  border-color: rgba(233, 191, 96, 0);
}

.hover-block.one:hover {
  border-width: 10px;
  border-color: #e9bf60;
  background-color: rgba(214, 176, 89, 0.5);
}

.hover-block.two {
  border-width: 1px;
  border-color: rgba(211, 94, 33, 0);
}

.hover-block.two:hover {
  border-width: 10px;
  border-color: #d35e21;
  background-color: rgba(211, 94, 33, 0.6);
}

.hover-block.three {
  border-color: rgba(35, 54, 73, 0);
  background-color: rgba(35, 54, 73, 0.1);
}

.hover-block.three:hover {
  border-color: #233649;
  background-color: rgba(35, 54, 73, 0.6);
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.heading-7 {
  margin: 0px auto 40px;
  font-family: Montserrat, sans-serif;
  color: #233649;
  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 50px;
  text-transform: uppercase;
}

.mountain-top {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 301;
  display: none;
  margin-top: 30vh;
}

.cta-and-footer {
  position: relative;
  top: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #233649;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.bottom-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 8888;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 370px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 50%);
}

.clouds-back {
  display: none;
  margin-top: 12vh;
}

.cloud-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 302;
  display: block;
}

.top-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 50%);
}

.footer-content-block {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 15%;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.footer-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info-block.center {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 169px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-icons.details-page {
  margin-bottom: 0px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Suez One', sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-color: #0c2641;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.misc-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.misc-logo {
  width: auto;
  height: 32px;
  margin-right: 5px;
  margin-left: 5px;
}

.misc-logo.triangle {
  height: 27px;
}

.footer-link {
  position: relative;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Suez One', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
}

.footer-link:hover {
  color: #e9bf60;
}

.footer-links-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.dropdown {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.paragraph-5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.paragraph-5.footer {
  font-size: 14px;
}

.footer-divider {
  width: 1px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.footer-columns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-copyright {
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none hsla(0, 0%, 100%, 0.4);
  background-color: #0c2641;
  color: #fff;
}

.made-by-simpleview {
  height: 18px;
}

.progress-bar {
  position: fixed;
  top: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #4c4845;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0));
}

.pagetopper {
  height: 0px;
}

.progress-status-bar {
  width: 0%;
  height: 100%;
  background-color: #fff;
}

.div-block-11 {
  background-color: #e9bf60;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0));
}

.moving-clouds {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 35vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.moving-cloud {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -o-object-fit: cover;
  object-fit: cover;
}

.the-block {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-family: 'Suez One', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 1.3em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.bold-text {
  color: #233649;
}

.scroller-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 50px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
}

.arrow-down {
  position: absolute;
  top: -20px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 12px;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.featured-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-width: 960px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  margin-bottom: 0px;
  color: #dbdada;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 888;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.main-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.main-menu-link.tier-3 {
  margin-bottom: 10px;
  padding-left: 20px;
}

.main-menu-link.tier-4 {
  margin-bottom: 30px;
  padding-left: 40px;
}

.main-menu-link.tier-2 {
  margin-bottom: 10px;
}

.menu-fa-icons {
  font-family: 'Fa solid 900', sans-serif;
  color: #d6b059;
  font-size: 10px;
}

.text-block-2 {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Suez One', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 0.9em;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.text-block-2:hover {
  color: #e9bf60;
}

.text-block-2.secondary {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.link-block-2 {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-block-3 {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-block-3.close {
  display: none;
}

.main-links.industry {
  margin-top: 50px;
}

.main-links.industry.footer-links {
  display: none;
}

.explore-gatlinburg-tennessee {
  margin-top: 50px;
  font-family: 'Suez One', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.search-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid hsla(0, 0%, 100%, 0.05);
}

.text-block-4 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.text-block-5 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 500;
}

.bold-text-5 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 400;
}

.listings {
  width: 100%;
  height: auto;
}

.content {
  width: 100%;
  height: auto;
}

.nav-column {
  width: 33.33%;
  margin-top: 0px;
  padding: 100px 40px 60px;
  background-color: #0b2640;
}

.nav-column.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #233649;
}

.nav-column.social-icons.blur-backdrop {
  background-color: rgba(35, 54, 73, 0.45);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), color-stop(35%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0) 35%);
}

.nav-column.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #103254;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), color-stop(10%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(233, 191, 96, 0.61)), to(rgba(233, 191, 96, 0.61))), url('../images/baskin-creek-trail-fall-gatlinburg.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), hsla(0, 0%, 100%, 0) 10%), linear-gradient(180deg, rgba(233, 191, 96, 0.61), rgba(233, 191, 96, 0.61)), url('../images/baskin-creek-trail-fall-gatlinburg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.nav-column.middle.footer-cta-content-block {
  width: 100%;
  height: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 191, 96, 0.61)), to(rgba(233, 191, 96, 0.61))), url('../images/baskin-creek-trail-fall-gatlinburg.jpg');
  background-image: linear-gradient(180deg, rgba(233, 191, 96, 0.61), rgba(233, 191, 96, 0.61)), url('../images/baskin-creek-trail-fall-gatlinburg.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.nav-column.right {
  width: 40%;
}

.cta-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0c2641;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cta-blocks.footer {
  width: 35%;
  height: 100%;
  cursor: pointer;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-icon {
  margin-bottom: 10px;
  font-size: 50px;
}

.cta-title {
  min-width: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2em;
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.4);
}

.arrow-button {
  padding: 6px 15px 7px;
  border-radius: 300px;
  background-color: #e9bf60;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #0c2641;
  font-size: 13px;
  line-height: 1em;
  font-weight: 400;
  text-shadow: none;
}

.arrow-button:hover {
  background-color: #0c2641;
  color: #e9bf60;
}

.arrow-button.outlined {
  border: 2px solid #e9bf60;
  background-color: transparent;
  color: #fff;
}

.arrow-button.outlined:hover {
  background-color: #e9bf60;
  color: #0c2641;
}

.cta-divider {
  display: none;
  width: 40%;
  height: 2px;
  background-color: #fff;
}

.footer-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 999;
  display: none;
  height: auto;
  min-width: 160px;
  padding: 15px 20px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #a5a3a2;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
}

.footer-menu-pointer-shape {
  position: absolute;
  left: 23px;
  top: auto;
  right: auto;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recent-blog-posts {
  width: 100%;
  height: auto;
  max-width: 1280px;
  min-width: 960px;
  margin-top: 60px;
  padding-bottom: 0px;
}

.section-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recent-blog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recent-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-photo-thumb {
  width: 100%;
  height: 200px;
  background-color: #233649;
}

.blog-photo-thumb.one {
  background-image: url('../images/AmberKailey_Aquarium_StingRays_FLAT.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-photo-thumb.two {
  background-image: url('../images/chads_greatest_pic_ever_not_angelas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-photo-thumb.three {
  background-image: url('../images/smo-rafting.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-photo-thumb.four {
  background-image: url('../images/OleRedGatlinburg-Evening-Cityscape.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  padding: 20px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #dbdada;
  background-color: transparent;
}

.heading-9 {
  margin-top: 0px;
  color: #4c4845;
  font-size: 22px;
  line-height: 26px;
}

.paragraph-6 {
  margin-bottom: 15px;
}

.vg-cover-art {
  position: absolute;
  right: 60px;
  bottom: -87px;
  width: 300px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.vg-cover-thumb {
  position: relative;
  left: auto;
  top: auto;
  right: -2%;
  bottom: 8%;
  overflow: hidden;
  width: 410px;
  height: 350px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.vg-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.photo {
  width: 100%;
  background-color: #0c2641;
}

.photo.listings {
  background-image: url('../images/Gatlinburg-ducks-bridge.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo.details-page {
  display: block;
  width: 50%;
  height: 500px;
  background-color: #103254;
  background-image: url('../images/lodge-buckberry-creek.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo.content {
  background-image: url('../images/mountain-stream.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.caption-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 70px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px 4px 0px 0px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.caption-container.blur-backdrop {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.caption-container.blur-backdrop.details-page {
  left: 2.5%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 45%;
}

.caption-container.bottom-shadow {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -80px;
  z-index: 777;
  height: 150px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}

.caption-container.bottom-shadow.details-page {
  left: 2.5%;
  top: auto;
  right: auto;
  bottom: -80px;
  width: 45%;
}

.page-content-block {
  width: 100%;
  margin-bottom: 60px;
  padding-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.page-content-block.details-page {
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #faefd6;
}

.caption-gradient-mask {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -90px;
  z-index: 888;
  width: 100%;
  height: 90px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(11%, #fff), color-stop(90%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff 11%, hsla(0, 0%, 100%, 0) 90%);
}

.caption-gradient-mask.details-page {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(11%, #faefd6), color-stop(90%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #faefd6 11%, hsla(0, 0%, 100%, 0) 90%);
}

.caption-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #14406c;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.6);
}

.caption-text-block.details-page {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.breadcrumb-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -70px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.breadcrumb-container.details-page {
  position: static;
  height: 19px;
  padding-right: 0px;
  padding-left: 0px;
}

.breadcrumb-divider {
  display: inline-block;
  width: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #dbdada;
}

.breadbcrumb-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.breadcrumb-link {
  color: #d6a75d;
  font-weight: 600;
  text-decoration: none;
}

.centered-content-block {
  width: 100%;
  max-width: 860px;
  min-width: 720px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.heading-10 {
  margin-bottom: 40px;
  color: #d35e21;
  font-size: 25px;
  line-height: 1em;
  font-weight: 500;
  text-transform: capitalize;
}

.heading-11 {
  color: #0c2641;
  font-size: 60px;
  line-height: 1em;
  font-weight: 400;
}

.text-span-2 {
  color: #d35e21;
}

.interior-content-block {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.interior-content-block.details-page {
  max-width: 960px;
}

.quickview-panel {
  position: fixed;
  left: auto;
  top: 12%;
  right: 0%;
  bottom: auto;
  z-index: 33333;
  display: none;
  width: 320px;
  height: 696px;
  border-top-left-radius: 5px;
  background-color: #0c2641;
  background-image: url('../images/listings-quickview.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.5);
}

.quick-view-hot-spot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 222222;
  width: 100%;
}

.qv-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80px;
  height: 63px;
}

.details-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 40px solid #faefd6;
}

.details-page-go-back {
  margin-left: 0px;
}

.details-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.detail-cta-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-title {
  margin-bottom: 30px;
}

.avg-price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d35e21;
}

.text-block-9 {
  margin-right: 10px;
  line-height: 1.3em;
  text-align: right;
}

.text-block-10 {
  margin-top: 5px;
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
}

.text-span-3 {
  font-size: 18px;
}

.heading-12 {
  color: #0c2641;
}

.details-divider {
  width: 1px;
  background-color: #dbdada;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-11 {
  font-size: 18px;
  line-height: 1.2em;
}

.details-information-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-accordian {
  display: none;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #d54845;
  font-size: 2.5em;
  line-height: 1em;
}

.button-accordian.open {
  display: block;
  color: #f47620;
  font-size: 25px;
}

.button-accordian.close {
  display: block;
  color: #f47620;
  font-size: 25px;
}

.accordian-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordian-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordian-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0c2641;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.paragraph-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #666;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.decoration-horiz-rule {
  width: 100%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(230, 102, 35, 0.5);
}

.accordian-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: auto;
  max-width: 960px;
  min-width: 720px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-13 {
  font-family: 'Suez One', sans-serif;
  color: #0c2641;
  font-size: 25px;
  font-weight: 400;
}

.block-quote {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left-style: none;
  font-family: Montserrat, sans-serif;
  color: #d6a75d;
  font-style: italic;
  font-weight: 600;
}

.block-quote-2 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left-style: none;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6a75d;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}

.text-block-12 {
  line-height: 0em;
  font-weight: 400;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0c2641;
}

.slider {
  width: 100%;
  height: 100%;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 90px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #e9bf60;
  color: #0c2641;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #e9bf60;
}

.icon {
  color: #0c2641;
  font-size: 15px;
  font-weight: 700;
}

.icon-2 {
  font-size: 15px;
  font-weight: 700;
}

.slider-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  margin-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.heading-14 {
  font-weight: 400;
}

.slide-nav {
  bottom: 20px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/baskin-creek-trail-fall-gatlinburg.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), hsla(0, 0%, 100%, 0) 50%), url('../images/baskin-creek-trail-fall-gatlinburg.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-image: url('../images/sunset.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 {
  display: -ms-grid;
  display: grid;
  height: 60vh;
  margin-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 3fr;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.photo-block-001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0c2641;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/21.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 50%), url('../images/21.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.photo-block-002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0c2641;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/Forney-ridge-Trail-family-10a.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 50%), url('../images/Forney-ridge-Trail-family-10a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.photo-block-003 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0c2641;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/bear.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 50%), url('../images/bear.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.photo-block-004 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0c2641;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/rv-party.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 50%), url('../images/rv-party.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.heading-15 {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.paragraph-8 {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.section-4 {
  display: -ms-grid;
  display: grid;
  height: 30vh;
  margin-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.photo-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(219, 218, 218, 0);
  background-color: #0c2641;
  -webkit-transition: border-color 200ms ease, border-width 300ms ease;
  transition: border-color 200ms ease, border-width 300ms ease;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.photo-card:hover {
  border-width: 10px;
  border-color: #e9bf60;
}

.photo-card._001 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 38, 65, 0.6)), to(rgba(12, 38, 65, 0.6))), url('../images/AmberKailey_Aquarium_StingRays_FLAT.jpg');
  background-image: linear-gradient(180deg, rgba(12, 38, 65, 0.6), rgba(12, 38, 65, 0.6)), url('../images/AmberKailey_Aquarium_StingRays_FLAT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.photo-card._002 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 38, 65, 0.6)), to(rgba(12, 38, 65, 0.6))), url('../images/BestSkyLift.jpg');
  background-image: linear-gradient(180deg, rgba(12, 38, 65, 0.6), rgba(12, 38, 65, 0.6)), url('../images/BestSkyLift.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.photo-card._003 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 38, 65, 0.6)), to(rgba(12, 38, 65, 0.6))), url('../images/ripleys-bion.jpg');
  background-image: linear-gradient(180deg, rgba(12, 38, 65, 0.6), rgba(12, 38, 65, 0.6)), url('../images/ripleys-bion.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.photo-card._004 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 38, 65, 0.6)), to(rgba(12, 38, 65, 0.6))), url('../images/anakeesta.jpg');
  background-image: linear-gradient(180deg, rgba(12, 38, 65, 0.6), rgba(12, 38, 65, 0.6)), url('../images/anakeesta.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.heading-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-26 {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.15);
}

.thumbnail {
  background-color: #0c2641;
  background-image: url('../images/old-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.description-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.paragraph-9 {
  margin-bottom: 20px;
}

.section-5 {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.dtn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.photo-block {
  min-height: 310px;
  background-color: #0c2641;
}

.photo-block.sm {
  min-height: 220px;
}

.photo-block.sm._001 {
  background-image: url('../images/shredded-pork.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-block.sm._003 {
  background-image: url('../images/fritters.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-block.sm._004 {
  background-image: url('../images/wine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-block._001 {
  background-image: url('../images/steak.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-block._002 {
  background-image: url('../images/bloody-mary.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dtn-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 30px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-17 {
  margin-top: 0px;
  color: #0c2641;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
}

.heading-17.sm {
  margin-top: 0px;
  font-size: 20px;
}

.paragraph-10 {
  margin-bottom: 0px;
  font-size: 14px;
}

.paragraph-10.large {
  font-size: 16px;
}

.heading-18 {
  color: #0c2641;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 1em;
  font-weight: 400;
}

.title-horizontal-rule {
  width: 57%;
  height: 1px;
  background-color: #dbdada;
}

.nav-menu-horiz-rule {
  width: 90%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(233, 191, 96, 0.25);
}

@media screen and (max-width: 991px) {
  ._3d-content {
    padding-top: 35%;
  }
  ._3d-content.intro {
    display: block;
  }
  ._3d-title {
    font-size: 40px;
    line-height: 1em;
  }
  ._3d-subtitle {
    font-size: 18px;
    line-height: 25px;
  }
  .start-cutout {
    left: 0%;
    height: 110vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .start {
    padding-top: 35%;
  }
  .txt-the-mountains {
    font-size: 5.4em;
  }
  .txt-are-calling {
    font-size: 1.5em;
    letter-spacing: 20px;
  }
  .start-bg {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .a-mountain-edge {
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .c-trees-foreground {
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .d-gondola-day {
    height: 115vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .d-gondola-night {
    height: 115vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .e-night-sky {
    height: 120vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  ._3-sunset {
    height: 110vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .standard-button.with-icon.large {
    margin-top: 30px;
  }
  .font-awesome.large {
    font-size: 2.1em;
  }
  .intro-content-block {
    height: auto;
  }
  .clouds-topper {
    top: -260px;
    height: 260px;
  }
  .paragraph {
    font-size: 1.1em;
  }
  .intro-heading {
    font-size: 3.3em;
  }
  .heading-2 {
    font-size: 1.7em;
    line-height: 1.4em;
  }
  .intro-content-area {
    width: 80%;
    max-width: none;
    min-width: 0px;
  }
  .visitors-guide {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .blog {
    padding: 50px;
  }
  .vg-container-block {
    max-width: none;
    min-width: 0px;
  }
  .vg-container-block.blur-backdrop {
    height: auto;
    padding-top: 60px;
    padding-right: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    margin-bottom: 0px;
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .heading-3 {
    font-size: 2em;
  }
  .div-block-8 {
    width: 100%;
    text-align: center;
  }
  .highlights {
    padding: 50px 50px 100px;
  }
  .heading-4 {
    font-size: 2em;
    line-height: 1.2em;
  }
  .paragraph-3 {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .highlights-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .highlights-content {
    max-width: none;
    min-width: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-6 {
    font-size: 1.7em;
  }
  .heading-7 {
    font-size: 1.7em;
    letter-spacing: 45px;
  }
  .footer-content-block {
    width: 100%;
    max-width: none;
    min-width: 0px;
  }
  .footer-info-block {
    width: 26%;
  }
  .heading-8 {
    font-size: 1.5em;
  }
  .misc-logo {
    height: 21px;
  }
  .footer-link {
    font-size: 0.9em;
  }
  .paragraph-5 {
    font-size: 0.8em;
  }
  .paragraph-5.footer {
    font-size: 12px;
  }
  .footer-divider {
    margin-right: 30px;
    margin-left: 30px;
  }
  .footer-columns-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .made-by-simpleview {
    height: 15px;
  }
  .moving-clouds {
    height: 25vh;
  }
  .the-block {
    font-size: 2.2em;
  }
  .featured-blog {
    max-width: none;
    min-width: 0px;
  }
  .text-block {
    font-size: 2em;
  }
  .nav-menu {
    display: none;
    width: 100vw;
  }
  .text-block-2 {
    font-size: 0.9em;
  }
  .explore-gatlinburg-tennessee {
    margin-top: 30px;
    font-size: 1.7em;
  }
  .text-block-3 {
    font-size: 12px;
  }
  .nav-column.social-icons.blur-backdrop {
    width: 20%;
  }
  .nav-column.middle {
    width: 30%;
  }
  .nav-column.right {
    width: 50%;
  }
  .cta-title {
    font-size: 18px;
  }
  .recent-blog-posts {
    max-width: none;
    min-width: 0px;
  }
  .section-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .recent-blog-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .recent-blog-card {
    width: 48%;
    margin-bottom: 40px;
  }
  .paragraph-6 {
    font-size: 14px;
  }
  .vg-text-block {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-accordian.open {
    font-size: 18px;
  }
  .accordian-block {
    width: 100%;
  }
  .accordian-heading {
    font-size: 18px;
  }
  .accordian-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0vh;
    max-width: none;
    min-width: 0px;
  }
  .title-horizontal-rule {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .txt-the-mountains {
    font-size: 4em;
  }
  .txt-are-calling {
    font-size: 1.2em;
    letter-spacing: 13px;
  }
  .header-navigation {
    position: relative;
  }
  .branding {
    width: 110px;
    margin-top: 0px;
    margin-left: 20px;
  }
  .book-and-menu {
    margin-right: 20px;
  }
  .font-awesome {
    font-size: 40px;
  }
  .font-awesome.large {
    font-size: 2.4em;
  }
  .font-awesome.social.slide-out-menu {
    font-size: 40px;
  }
  .intro-content-block {
    height: 35vh;
  }
  .clouds-topper {
    top: -160px;
    height: 160px;
  }
  .paragraph {
    font-size: 1em;
  }
  .intro-heading {
    font-size: 2.3em;
  }
  .heading-2 {
    font-size: 1.3em;
  }
  .intro-content-area {
    width: 90%;
  }
  .blog {
    padding: 30px;
  }
  .paragraph-2 {
    font-size: 1em;
  }
  .heading-3 {
    font-size: 1.6em;
  }
  .highlights {
    padding: 30px 30px 50px;
  }
  .heading-4 {
    font-size: 1.6em;
  }
  .paragraph-3 {
    font-size: 1em;
  }
  .highlights-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .highlights-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-6 {
    font-size: 2.5em;
  }
  .heading-7 {
    font-size: 1.5em;
    letter-spacing: 27px;
  }
  .footer-content-block {
    margin-top: 20px;
  }
  .footer-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-info-block.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-branding {
    margin-bottom: 20px;
  }
  .heading-8 {
    margin-bottom: 10px;
    text-align: center;
  }
  .misc-logos {
    width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .misc-logo {
    height: 40px;
  }
  .footer-link {
    width: auto;
    margin-right: 11px;
    margin-left: 11px;
  }
  .footer-links-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .dropdown {
    width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-5 {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-divider {
    display: none;
  }
  .footer-columns-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .the-block {
    font-size: 1.7em;
  }
  .text-block {
    font-size: 1.8em;
  }
  .nav-menu {
    display: none;
    width: 100vw;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .text-block-2 {
    font-size: 0.9em;
    line-height: 1em;
  }
  .main-links.industry.footer-links {
    display: block;
  }
  .explore-gatlinburg-tennessee {
    font-size: 1.3em;
  }
  .text-block-3 {
    font-size: 0.9em;
  }
  .text-block-5 {
    font-size: 1.6em;
  }
  .bold-text-5 {
    font-size: 1.6em;
  }
  .nav-column.social-icons.blur-backdrop {
    width: 100%;
    min-height: 0px;
    padding-top: 60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-column.middle {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-column.right {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta-blocks {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-blocks.footer {
    width: 50%;
  }
  .social-icons.mobile {
    min-height: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cta-title {
    font-size: 16px;
  }
  .heading-9 {
    font-size: 20px;
  }
  .paragraph-7 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  ._3d-container-block {
    display: block;
  }
  ._3d-content {
    padding-top: 55%;
  }
  ._3d-title {
    font-size: 23px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  }
  ._3d-subtitle {
    font-size: 12px;
    line-height: 1.3em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  }
  ._3d-title-block {
    width: 88%;
  }
  .start-cutout {
    left: 0%;
    display: block;
    height: 120vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .start {
    padding-top: 50%;
  }
  .txt-the-mountains {
    font-size: 2.8em;
  }
  .txt-are-calling {
    margin-top: 0px;
    font-size: 1em;
    letter-spacing: 8px;
    white-space: nowrap;
  }
  .start-bg {
    display: block;
    height: 120vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .d-gondola-day {
    height: 120vh;
  }
  .d-gondola-night {
    height: 120vh;
  }
  ._3-sunset {
    height: 120vh;
  }
  .header-navigation {
    position: relative;
    height: 70px;
    padding-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .branding {
    width: 80px;
    margin-top: 5px;
    margin-left: 15px;
  }
  .book-and-menu {
    min-width: 141px;
    margin-right: 15px;
  }
  .standard-button.with-icon {
    padding: 10px 20px;
    font-size: 12px;
  }
  .standard-button.with-icon.large {
    margin: 0px 0px 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.1em;
  }
  .font-awesome.social.slide-out-menu {
    font-size: 37px;
  }
  .header-button {
    padding: 9px 16px;
    font-size: 0.8em;
  }
  .intro-content-block {
    height: auto;
  }
  .clouds-topper {
    top: -270px;
    height: 270px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), color-stop(70%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #fff 30%, hsla(0, 0%, 100%, 0) 70%);
  }
  .paragraph {
    margin-bottom: 20px;
  }
  .intro-heading {
    margin-bottom: 0px;
    font-size: 1.4em;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 1.1em;
  }
  .blog {
    margin-bottom: 0px;
    padding: 20px 20px 40px;
  }
  .vg-container-block {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .paragraph-2 {
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  .heading-3 {
    font-size: 1.9em;
    line-height: 1em;
    white-space: normal;
  }
  .highlights {
    padding: 20px;
  }
  .general-content-block {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
  }
  .general-content-block.photothumb {
    width: 100%;
    min-height: 230px;
  }
  .heading-4 {
    font-size: 1.4em;
  }
  .heading-6 {
    font-size: 1.9em;
  }
  .heading-7 {
    font-size: 1.4em;
    letter-spacing: 12px;
  }
  .misc-logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .misc-logo {
    height: 30px;
    margin-right: 4px;
    margin-left: 4px;
  }
  .footer-links-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.8em;
  }
  .dropdown {
    width: 250px;
  }
  .footer-copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .moving-clouds {
    bottom: -40%;
  }
  .the-block {
    font-size: 1.4em;
  }
  .featured-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu {
    position: relative;
    left: 0px;
    right: 0px;
    display: none;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .main-menu-link {
    margin-bottom: 10px;
  }
  .text-block-2 {
    font-size: 0.8em;
    line-height: 1em;
  }
  .explore-gatlinburg-tennessee {
    margin-top: 10px;
    font-size: 1em;
    white-space: nowrap;
  }
  .text-block-3 {
    margin-bottom: 20px;
  }
  .text-block-5 {
    font-size: 1.4em;
  }
  .bold-text-5 {
    font-size: 1.4em;
  }
  .nav-column.social-icons.blur-backdrop {
    width: 100%;
    min-height: 0px;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-column.middle {
    display: none;
    width: 100%;
  }
  .nav-column.middle.footer-cta-content-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-column.right {
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-blocks.footer {
    width: 100%;
  }
  .social-icons {
    min-height: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .recent-blog-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .recent-blog-card {
    width: 100%;
  }
  .vg-cover-thumb {
    width: 340px;
    height: 350px;
  }
  .button-accordian.open {
    font-size: 15px;
  }
  .button-accordian.close {
    font-size: 1.4em;
  }
  .accordian-heading {
    font-size: 15px;
  }
  .paragraph-7 {
    font-size: 16px;
  }
  .accordian-content {
    height: 0vh;
    margin-top: 20px;
  }
}

#w-node-759a0dbe367d-0fbaaea4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-bb190f163f2c-0fbaaea4 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-43376ef65478-0fbaaea4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-eef50be2ad1f-0fbaaea4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-59563c4ca103-0fbaaea4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-2429754ff090-0fbaaea4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-de33613e2755-0fbaaea4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f490e6c3648a-0fbaaea4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ff2faebd7c78-0fbaaea4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}