.bg-grey {
  background: #2F2E2E; }

.text-gold {
  color: #a78824; }

a.backlink {
  text-align: left;
  display: inline-block;
  margin: 30px 0;
  background: #f0f0f0;
  font-weight: normal;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 24px;
  position: relative; }
  a.backlink i {
    color: #88932B; }

html, body {
  height: 100%; }

html {
  font-family: 'Comfortaa', cursive; }

.inline {
  display: inline-block !important; }

.clearfix {
  clear: both; }

.offscreen {
  position: absolute;
  left: -99999px; }

section {
  padding-top: 60px;
  padding-bottom: 60px; }

section.no-padding {
  padding-top: 0;
  padding-bottom: 0; }

section.padding-small {
  padding-top: 15px;
  padding-bottom: 15px; }

.section-grey {
  background: #f0f0f0; }

.shade-1 {
  opacity: 0.1; }

.shade-2 {
  opacity: 0.2; }

.shade-3 {
  opacity: 0.3; }

.shade-4 {
  opacity: 0.4; }

.shade-5 {
  opacity: 0.5; }

.shade-6 {
  opacity: 0.6; }

.shade-7 {
  opacity: 0.7; }

.shade-8 {
  opacity: 0.8; }

.shade-9 {
  opacity: 0.9; }

.shade-10 {
  opacity: 1; }

.shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0; }

.section-grey {
  background: f0f0f0; }

.hide-md {
  display: none; }

.hide-sm {
  display: block; }

.bold {
  font-weight: bold; }

p {
  margin-bottom: 30px; }

.center {
  text-align: center !important; }

.block {
  display: block;
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.block-white {
  background: #fff; }

.btn {
  display: inline-block;
  padding: 10px 15px;
  margin: 20px 0;
  font-size: 20px; }

.btn-small {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px; }

.btn-medium {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-green {
  background: #88932B;
  color: #fff; }

.btn-gold {
  background: #a78824;
  color: #fff; }

.btn-grey {
  background: #2F2E2E;
  color: #fff; }

.btn-grey:hover, .btn-green:hover, .btn-gold:hover {
  color: #fff; }

.btn-white {
  background: #fff;
  color: #88932B; }

.btn-white:hover {
  color: #88932B; }

.btn-wide {
  padding-left: 50px;
  padding-right: 50px; }

.btn-full-width {
  width: 100%; }

.dropcap:first-letter {
  font-family: serif;
  float: left;
  font-size: 6rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
  color: #88932B; }

a {
  color: #88932B;
  font-weight: bold; }

a:hover {
  color: #88932B; }

a.white {
  color: #fff; }

ul {
  list-style: none;
  padding-left: 0; }

.split-border {
  position: relative;
  z-index: 10;
  transform-style: preserve-3d; }

.split-border::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #2F2E2E;
  left: -10px;
  top: -10px;
  transform: translateZ(-10px); }

.split-border::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #2F2E2E;
  right: -10px;
  bottom: -10px;
  transform: translateZ(-20px); }

.full-border {
  border: solid #88932B;
  border-width: 5px; }

#header-tag {
  background: #2F2E2E;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 3px 0 3px 0;
  font-style: italic;
  display: none; }

#header {
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
  background: #88932B;
  height: 95px;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
  text-align: center; }
  #header .header-address {
    float: left;
    display: inline-block;
    width: 325px;
    height: 80px;
    text-align: left;
    font-family: 'Comfortaa', cursive;
    padding-top: 10px; }
    #header .header-address a {
      display: inline-block;
      width: 50px;
      background: #2F2E2E;
      float: left;
      margin-right: 10px;
      height: 50px;
      text-align: center;
      border-radius: 4px; }
    #header .header-address i {
      font-size: 35px;
      color: #fff;
      padding-top: 7px; }
    #header .header-address .title {
      text-transform: uppercase;
      color: #fff;
      font-size: 18px;
      display: block;
      font-weight: bold; }
    #header .header-address .location {
      font-size: 14px;
      color: #fff; }
  #header .book-direct {
    float: right;
    display: inline-block;
    width: 300px;
    height: 80px;
    text-align: right;
    font-family: 'Comfortaa', cursive;
    padding-top: 10px; }
    #header .book-direct .phone-mobile {
      display: none; }
    #header .book-direct a {
      display: inline-block;
      width: 50px;
      background: #2F2E2E;
      float: left;
      margin-left: 80px;
      height: 50px;
      text-align: center;
      border-radius: 4px; }
    #header .book-direct i {
      font-size: 35px;
      color: #fff;
      padding-top: 7px; }
    #header .book-direct .phone {
      color: #fff;
      font-size: 18px;
      display: block;
      font-weight: bold; }
    #header .book-direct .save {
      font-size: 14px;
      color: #fff; }
  #header .logo {
    width: 200px;
    height: 100px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    z-index: 10; }
    #header .logo img {
      width: 100%;
      height: auto; }
  #header .logo-mobile {
    display: none; }
  #header .logo-full {
    display: block; }
  #header .mobile-menu-trigger {
    background: #88932B; }
  #header .nav-container {
    position: absolute;
    top: 90px;
    background: #2F2E2E;
    width: 100%;
    height: 40px;
    text-align: center;
    display: block; }
    #header .nav-container .nav-book-direct, #header .nav-container .nav-address, #header .nav-container .mobile-menu-trigger {
      display: none; }
  #header .nav {
    display: inline-block; }
  #header .nav li {
    display: inline-block;
    margin: 0 15px;
    height: 40px; }
  #header .nav li:nth-child(1) {
    margin-left: 80px; }
  #header .nav li:nth-child(3) {
    margin-left: 280px; }
  #header .nav li a {
    font-family: 'Comfortaa', cursive;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 39px;
    font-weight: normal; }
  #header .container {
    position: relative; }

.page-content {
  padding-top: 35px; }

.home-slider {
  position: relative;
  padding: 0; }
  .home-slider ul li {
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .home-slider ul li .caption {
      display: block;
      width: 100%;
      height: 100%;
      text-align: left !important; }
      .home-slider ul li .caption span.c-title {
        color: #fff;
        font-size: 40px;
        font-weight: normal;
        font-style: italic;
        padding: 0 20px;
        margin-left: 100px;
        margin-top: 100px;
        padding-bottom: 0;
        display: block;
        float: left;
        clear: left;
        background: #88932B; }
      .home-slider ul li .caption span.c-text {
        color: #fff;
        font-size: 25px;
        font-weight: normal;
        margin-left: 100px;
        padding: 3px 20px;
        display: block;
        float: left;
        clear: left;
        background: #2F2E2E; }
    .home-slider ul li div.caption-holder {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      z-index: 1; }
    .home-slider ul li div.shade {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 0; }

.mask-curve {
  position: absolute;
  width: 100%;
  height: 92px;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-image: url("../img/mask-curve.png");
  background-position: bottom center;
  background-size: cover; }

.footer {
  background: #2F2E2E;
  padding: 60px 0;
  color: #fff; }
  .footer .address {
    margin-top: 35px; }
  .footer .contact {
    margin-top: 35px;
    float: right;
    width: 200px; }
    .footer .contact i {
      font-size: 40px;
      float: left;
      margin-right: 15px;
      color: #88932B; }
    .footer .contact span {
      display: block;
      font-size: 20px;
      line-height: 1em;
      padding-bottom: 8px; }
    .footer .contact a {
      color: #fff; }
  .footer .map-marker {
    float: right;
    display: block;
    width: 150px;
    height: 70px;
    background: #88932B;
    color: #fff;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    margin-top: 50px; }
    .footer .map-marker i {
      font-size: 20px;
      margin: 0;
      float: none;
      color: #fff; }
  .footer .footer-nav {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0; }
    .footer .footer-nav li {
      display: inline-block;
      margin: 0 auto;
      padding: 0 10px; }
      .footer .footer-nav li a {
        color: #fff;
        font-size: 14px;
        font-weight: normal; }
      .footer .footer-nav li a:hover {
        color: #fff; }
  .footer .footnotes {
    margin-top: 20px; }
    .footer .footnotes span {
      display: inline-block; }
    .footer .footnotes .copy {
      float: left;
      font-size: 13px; }
    .footer .footnotes .web-designer {
      float: right;
      font-size: 13px; }
      .footer .footnotes .web-designer a {
        color: crimson; }
  .footer hr {
    border: none;
    display: block;
    width: 25%;
    margin: 50px auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.1); }

.welcome {
  position: relative;
  text-align: center;
  color: #2F2E2E;
  padding-bottom: 60px;
  padding-top: 60px; }
  .welcome h2 {
    color: #2F2E2E;
    font-size: 50px;
    font-weight: normal;
    margin: 20px 0 30px 0; }
  .welcome p {
    font-size: 20px;
    line-height: 1.8em; }

.section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }

.opacity-1 {
  opacity: 0.1; }

.block {
  padding: 25px; }

.block-grey {
  background: #f0f0f0; }

section.save {
  padding: 50px 0 30px 0;
  background: #2F2E2E;
  color: #fff;
  text-align: center; }
  section.save h4 {
    font-size: 30px;
    display: inline-block;
    background: #a78824;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold; }
  section.save .save-marker {
    display: inline-block;
    font-weight: normal;
    font-size: 50px;
    margin: 0 auto 10px auto;
    position: relative;
    color: silver; }
    section.save .save-marker:before {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      top: 50%;
      left: -60px;
      background: silver;
      margin-top: -1px; }
    section.save .save-marker:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      top: 50%;
      right: -60px;
      background: silver;
      margin-top: -1px; }
  section.save p {
    font-size: 18px; }
  section.save p span {
    color: #a78824;
    text-transform: uppercase;
    font-weight: bold; }

section.save.padding-small {
  padding: 20px 0 15px 0; }
  section.save.padding-small p {
    margin: 0; }

.summary {
  position: relative;
  padding: 60px 0;
  background: url(../img/scenery.jpg) no-repeat;
  background-size: cover; }
  .summary ul li {
    display: block;
    height: auto;
    padding-bottom: 15px;
    position: relative; }
  .summary ul li i {
    background: #88932B;
    padding: 5px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 5px;
    color: #e3e2e2;
    font-size: 33.3333333333px;
    position: absolute;
    border: 5px solid #e3e2e2; }
  .summary ul li h5 {
    color: #88932B;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 25px; }
  .summary ul li p {
    font-size: 18px;
    margin-bottom: 15px; }
  .summary ul li div.text {
    display: inline-block;
    margin-left: 75px; }
  .summary div.block {
    padding-top: 60px !important; }
  .summary h4 {
    font-size: 30px;
    color: #88932B;
    text-align: center;
    border: 3px solid #88932B;
    display: inline-block;
    padding: 8px 15px;
    position: absolute;
    top: -70px;
    background: #fff;
    width: 200px;
    left: 50%;
    margin-left: -100px; }

.testimonial-slider {
  background: #88932B;
  color: #fff;
  padding: 60px 0;
  text-align: center; }
  .testimonial-slider h3 {
    font-size: 50px;
    margin-bottom: 30px; }
  .testimonial-slider ul li {
    padding: 0 100px; }
    .testimonial-slider ul li p.t-comment {
      margin-bottom: 20px;
      font-style: italic;
      font-size: 20px; }
    .testimonial-slider ul li p.t-name {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 0; }
  .testimonial-slider a.more-link {
    display: block;
    margin-top: 50px;
    color: #fff; }

section.page-title {
  height: 300px;
  position: relative;
  text-align: center; }
  section.page-title .image-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: 0; }
  section.page-title .shade {
    z-index: 1; }
  section.page-title .title-content {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  section.page-title .ladymoor-header {
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    position: relative; }
  section.page-title .ladymoor-header::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: 50%; }
  section.page-title .ladymoor-header::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -40px;
    top: 50%; }
  section.page-title h1.page-title {
    color: #fff;
    font-size: 60px;
    padding-top: 80px; }

.page-title-text {
  background: url(../img/leaves-bg.png) #f0f0f0; }
  .page-title-text .title-content {
    padding-top: 0;
    margin-top: 0; }
    .page-title-text .title-content h1.page-title {
      color: #2F2E2E !important;
      font-weight: normal;
      margin: 0;
      padding-top: 50px; }
    .page-title-text .title-content .ladymoor-header {
      color: #a78824 !important; }

.page-title-text:not(.auto-height) {
  height: 200px !important; }

section.standard h2 {
  font-size: 40px;
  margin-bottom: 25px; }
section.standard h3 {
  margin-bottom: 20px; }
section.standard p {
  font-size: 18px;
  line-height: 1.8em;
  padding-bottom: 0;
  margin-bottom: 20px; }
section.standard .address {
  margin-top: 35px;
  font-size: 20px;
  margin-bottom: 35px; }
section.standard .map-marker {
  display: inline-block;
  background: #2F2E2E;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 35px !important; }

/* CONTACT FORM */
.form-container {
  color: #fff;
  padding: 0 0 0 40px;
  border: 1px solid #88932B;
  border-width: 0 0 0 5px; }

.form-container h5 {
  font-size: 18px;
  padding-bottom: 0px;
  color: #2F2E2E; }

.form-container input[type="text"], .form-container input[type="email"], .form-container textarea, .form-container select {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  background-color: #fff;
  color: #2F2E2E;
  border: 1px solid #ddd;
  height: 50px;
  padding-left: 15px;
  font-size: 20px; }

.form-container textarea {
  padding-top: 10px; }

#form-response.error {
  color: red;
  display: block; }

#form-response.success {
  color: green;
  display: block; }

.contact-list {
  margin-bottom: 50px !important;
  display: block; }
  .contact-list li {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold; }
    .contact-list li i {
      color: #88932B;
      font-size: 30px;
      display: inline-block;
      margin-right: 20px;
      width: 30px; }
  .contact-list li:last-child {
    font-size: 20px;
    font-weight: normal; }

.fancy-break {
  height: 1px;
  margin: 50px 0;
  border: 1px solid #ddd;
  border-width: 1px 0 0 0;
  position: relative; }
  .fancy-break:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ddd;
    left: 50%;
    margin-left: -10px;
    top: -10px; }
  .fancy-break:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    left: 50%;
    margin-left: -15px;
    top: -15px;
    border: 1px solid #ddd; }

.grey-break {
  height: 1px;
  margin: -20px 0 50px 0;
  border: 1px solid #2F2E2E;
  border-width: 1px 0 0 0;
  position: relative; }
  .grey-break:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #2F2E2E;
    left: 50%;
    margin-left: -6px;
    top: -6px; }
  .grey-break:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    left: 50%;
    margin-left: -8px;
    top: -8px;
    border: 1px solid #2F2E2E; }

.gold-break {
  height: 1px;
  margin: 10px 0 10px 0;
  border: 1px solid #a78824;
  border-width: 1px 0 0 0;
  position: relative; }
  .gold-break:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #a78824;
    left: 50%;
    margin-left: -4px;
    top: -4px; }
  .gold-break:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    left: 50%;
    margin-left: -6px;
    top: -6px;
    border: 1px solid #a78824; }

.green-break {
  height: 1px;
  margin: -20px 0 50px 0;
  border: 1px solid #88932B;
  border-width: 1px 0 0 0;
  position: relative; }
  .green-break:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #88932B;
    left: 50%;
    margin-left: -4px;
    top: -4px; }
  .green-break:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    left: 50%;
    margin-left: -6px;
    top: -6px;
    border: 1px solid #88932B; }

.fancy-title {
  position: relative;
  padding-left: 35px; }
  .fancy-title:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #a78824;
    right: -35px;
    top: 50%; }
  .fancy-title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #a78824;
    left: 0;
    top: 50%; }

.comment {
  margin-bottom: 0px; }
  .comment .who {
    float: left;
    width: 20%; }
  .comment .rating {
    display: inline-block;
    padding: 8px 12px;
    background: #f9f9f9; }
    .comment .rating i {
      color: #a78824;
      font-size: 20px; }
  .comment .commenter {
    display: block;
    font-weight: bold;
    font-size: 16px; }
  .comment blockquote {
    float: right;
    width: 60%;
    position: relative;
    font-family: 'Sanchez', serif;
    font-size: 20px;
    line-height: 30px;
    text-align: right; }
    .comment blockquote:after {
      content: '\201D';
      position: absolute;
      top: 0.1em;
      left: -30px;
      font-size: 6em;
      font-style: italic;
      color: #ededed;
      z-index: -1; }

.cottage {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 60px; }
  .cottage .image {
    height: 100%;
    background-position: center center;
    background-size: cover; }
  .cottage .btn {
    margin-bottom: 0; }
  .cottage a:hover {
    text-decoration: none !important; }
  .cottage .description {
    background: #fff;
    height: 100%;
    padding: 30px 10px 30px 30px;
    border: 1px solid #ddd; }
    .cottage .description h3 {
      font-size: 30px;
      color: #2F2E2E;
      font-weight: bold;
      margin-bottom: 0;
      display: inline-block;
      margin: 0 auto !important;
      font-family: 'Helvetica', serif; }
    .cottage .description p {
      margin-top: 30px;
      color: #2F2E2E;
      font-weight: normal;
      margin-bottom: 30px; }
  .cottage .row .column:first-child {
    padding-right: 0; }
  .cottage .row .column:last-child {
    padding-left: 0; }

.icons {
  color: #999;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 15px; }
  .icons .icon {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #eee;
    border-width: 1px 0px 1px 1px;
    font-size: 15px;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 0px; }
  .icons .icon:last-child {
    border-width: 1px; }
  .icons .icon i {
    font-size: 15px;
    display: inline-block;
    margin-right: 7px;
    color: #666; }

.cabin-row {
  margin-top: 30px; }
  .cabin-row .cabin {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1); }
    .cabin-row .cabin a:hover {
      text-decoration: none !important; }
    .cabin-row .cabin .image {
      height: 200px;
      background-position: center center;
      background-size: cover; }
    .cabin-row .cabin .btn {
      margin-bottom: 0; }
    .cabin-row .cabin .description {
      border: 1px solid #ddd;
      background: #fff;
      padding: 30px 10px;
      text-align: center; }
      .cabin-row .cabin .description h3 {
        font-size: 25px;
        color: #2F2E2E;
        font-weight: bold;
        margin-bottom: 0;
        display: block;
        margin: 0 auto !important;
        font-family: 'Helvetica', serif;
        text-align: center; }
      .cabin-row .cabin .description p {
        margin-top: 20px;
        color: #2F2E2E;
        font-weight: normal;
        line-height: 1.5em;
        font-size: 16px;
        text-align: center; }
      .cabin-row .cabin .description p:hover {
        text-decoration: none !important;
        color: #2F2E2E; }
      .cabin-row .cabin .description .icons .icon:last-child {
        margin-right: 0; }

div.accomodation-slider {
  background: none; }

.image-viewer {
  margin-top: 20px; }
  .image-viewer .image-box {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ddd;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0px 0 0px 1px rgba(0, 0, 0, 0.1); }
    .image-viewer .image-box .gallery-trigger {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      color: #fff;
      border-radius: 0 0 5px 0;
      cursor: pointer;
      opacity: 0.3;
      transition: all 0.3s; }
      .image-viewer .image-box .gallery-trigger i {
        font-weight: normal;
        line-height: 50px; }
    .image-viewer .image-box:hover > .gallery-trigger {
      opacity: 1; }
    .image-viewer .image-box .image-box-message {
      position: absolute;
      top: 50px;
      right: 300px;
      display: inline-block;
      background: #a78824;
      color: #fff;
      padding: 10px 20px;
      font-size: 20px;
      opacity: 0;
      transition: all 1s;
      transition-timing-function: ease-in-out; }
    .image-viewer .image-box .show-message {
      right: 0;
      opacity: 1; }
    .image-viewer .image-box .image-box-title {
      position: absolute;
      left: 0;
      bottom: 30px;
      display: inline-block;
      background: rgba(255, 255, 255, 0.5);
      color: #2F2E2E;
      font-size: 18px;
      padding: 10px 15px; }
      .image-viewer .image-box .image-box-title:before, .image-viewer .image-box .image-box-title:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        background: rgba(255, 255, 255, 0.5); }
      .image-viewer .image-box .image-box-title:before {
        top: -5px; }
      .image-viewer .image-box .image-box-title:after {
        bottom: -5px; }
  .image-viewer ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .image-viewer ul li div.image-viewer-thumb-box {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
      .image-viewer ul li div.image-viewer-thumb-box div.image-viewer-thumb {
        width: 45%;
        height: 95px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        box-shadow: 0px 0 0px 1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        margin-bottom: 20px; }

.css-loader {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  display: none; }

.css-loader div {
  animation: css-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }

.css-loader div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px; }

.css-loader div:nth-child(1) {
  animation-delay: -0.036s; }

.css-loader div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.css-loader div:nth-child(2) {
  animation-delay: -0.072s; }

.css-loader div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.css-loader div:nth-child(3) {
  animation-delay: -0.108s; }

.css-loader div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.css-loader div:nth-child(4) {
  animation-delay: -0.144s; }

.css-loader div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.css-loader div:nth-child(5) {
  animation-delay: -0.18s; }

.css-loader div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.css-loader div:nth-child(6) {
  animation-delay: -0.216s; }

.css-loader div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.css-loader div:nth-child(7) {
  animation-delay: -0.252s; }

.css-loader div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.css-loader div:nth-child(8) {
  animation-delay: -0.288s; }

.css-loader div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@keyframes css-loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.icons-large {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .icons-large .icon {
    display: inline-block;
    padding: 20px 20px;
    border: 1px solid #ddd;
    border-width: 1px 0px 1px 1px;
    font-size: 20px;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 0px; }
  .icons-large .icon:last-child {
    border-width: 1px; }
  .icons-large .icon i {
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
    color: #666; }

ul.feature-list {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.feature-list li {
    display: inline-block;
    width: 250px;
    font-size: 16px;
    color: #2F2E2E;
    margin-bottom: 15px;
    font-style: italic; }
    ul.feature-list li i {
      color: #88932B;
      display: inline-block;
      margin-right: 10px;
      font-size: 20px; }

ul.tab-menu {
  border: 3px solid #ddd;
  border-width: 0 0 1px 0; }
  ul.tab-menu li {
    display: inline-block; }
  ul.tab-menu li a {
    display: inline-block;
    color: #2F2E2E;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 40px;
    position: relative;
    transition: all 0.5s; }
    ul.tab-menu li a:hover {
      text-decoration: none; }
      ul.tab-menu li a:hover:before {
        content: "";
        position: absolute;
        top: 0;
        width: 50%;
        height: 1px;
        background: #2F2E2E;
        padding: 0;
        left: 0;
        margin-left: 25%; }
      ul.tab-menu li a:hover:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 50%;
        height: 1px;
        background: #2F2E2E;
        margin-left: 25%; }
  ul.tab-menu li a.active {
    color: #88932B;
    letter-spacing: 2px;
    padding: 10px 60px;
    text-transform: uppercase;
    font-weight: normal; }
    ul.tab-menu li a.active:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #88932B;
      padding: 0; }
    ul.tab-menu li a.active:after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #88932B; }
    ul.tab-menu li a.active:hover:after {
      margin-left: 0; }
    ul.tab-menu li a.active:hover:before {
      margin-left: 0; }

.tab-content {
  padding: 30px 0;
  display: none;
  transition: all 1s;
  opacity: 0; }
  .tab-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 30px 0; }
    .tab-content ul li {
      margin-bottom: 5px; }

.tab-content-active {
  display: block;
  opacity: 1; }

.fade-in {
  opacity: 1 !important; }

h3.attraction-title {
  font-size: 25px;
  font-weight: bold; }

h3.attraction-title:not(.first) {
  margin-top: 50px; }

.attraction-image {
  margin-bottom: 20px; }

/*
 CALENDAR DISPLAY
 */
.scroll-notice {
  display: none; }

.year-header {
  background: #ccc;
  color: #2F2E2E;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.year-later {
  margin-top: 40px; }

.calendar-display {
  display: inline-block;
  width: 350px;
  margin: 0 20px 30px 0 !important;
  padding: 0 !important;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal; }

.calendar-display li {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 1px;
  margin: 0 0 0 -1px !important;
  padding: 0 !important;
  box-sizing: border-box;
  background: #fff;
  white-space: normal; }

.calendar-display li.day {
  background: #e4eed7;
  border: none;
  height: 30px;
  line-height: 30px;
  color: #2F2E2E; }

.calendar-display li.month {
  width: 350px;
  line-height: 30px;
  height: 30px;
  background: #88932B;
  color: #fff;
  box-sizing: border-box;
  border: none; }

.calendar-display li.passed {
  overflow: hidden;
  color: #ccc;
  position: relative;
  background: #fff; }

.calendar-display li.passed:before {
  content: "";
  width: 200%;
  height: 3px;
  background: crimson;
  transform: rotate(-40deg);
  position: absolute;
  left: -20px;
  top: 40%;
  opacity: 0.1; }

.calendar-display li.booked {
  background: #fcd1d1;
  position: relative;
  overflow: hidden; }

.calendar-display li.booked:before {
  content: "";
  width: 200%;
  height: 2px;
  background: black;
  transform: rotate(-40deg);
  position: absolute;
  left: -20px;
  top: 40%;
  opacity: 0.3; }

.calendar-display li.empty {
  background: #fff; }

.key {
  display: flex;
  vertical-align: middle;
  line-height: 40px;
  margin-bottom: 10px; }
  .key div {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px; }
  .key div:last-child {
    margin-left: 30px; }
  .key .available {
    background: #fff; }
  .key .unavailable {
    background: #fcd1d1; }

.header-mobile {
  display: none; }

@media all and (max-width: 787px) {
  .calendar-box {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }

  .calendar-box::-webkit-scrollbar {
    display: none; }

  .scroll-notice {
    display: inline-block;
    float: right; }

  .header-mobile {
    display: block;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 25px;
    font-weight: normal !important;
    color: #2F2E2E;
    border: 1px solid #2F2E2E;
    border-width: 1px 0 1px 0; }

  .no-top-margin {
    margin-top: 0 !important; } }

/*# sourceMappingURL=style.css.map */
