h1, .nl-heading {
  text-transform: uppercase; }

.nl-heading span {
  text-transform: lowercase; }

.nl-heading {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.nl-heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 70px;
  height: 2px;
  margin-left: -35px;
  background-color: #c8550b; }

h1 {
  text-align: center; }

h4.nl-heading:after {
  left: 0;
  margin-left: 0; }

a {
  color: #e8e8e8; }

a:hover {
  color: #fff;
  text-decoration: none; }

.nl-accordion-title {
  margin-top: 0;
  margin-bottom: 1em;
  padding: 5px 15px;
  background: #333;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 4px; }
  .nl-accordion-title:hover {
    background: #393939; }
.nl-accordion-content {
  padding: 5px 15px 2em;
  font-size: 18px;
  line-height: 1.5; }

.nl-menu-bar {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.nl-menu-bar__welcome {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.7); }

.nl-menu-bar__navigation {
  background-color: transparent;
  padding: 7px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.nl-menu-bar__logo {
  display: block;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 105px 50px;
  text-indent: -5000px; }

.nl-menu-bar.uk-active {
  background-color: rgba(0, 0, 0, 0.8); }

.nl-menu-bar.uk-active .nl-menu-bar__welcome {
  background-color: rgba(255, 255, 255, 0.1); }

.nl-menu-bar.uk-active .nl-menu-bar__logo {
  background-position: 0 0; }

.nl-menu-bar__nav {
  opacity: 1;
  font-size: 1.5rem; }

@media (min-width: 768px) {
  .nl-menu-bar__nav {
    font-size: 1.25rem; } }
.nl-menu-bar.uk-active .nl-menu-bar__nav {
  opacity: 1; }

.nl-menu-bar__nav .uk-subnav,
.nl-menu-bar__nav .uk-subnav > * {
  margin: 0; }

.nl-menu-bar__nav .uk-subnav > * > * {
  color: #bbb; }

.nl-menu-bar__nav .uk-subnav > .uk-active > *,
.nl-menu-bar__nav .uk-subnav > * > :hover {
  color: #fff; }

.nl-menu-bar__nav .uk-subnav > *:first-of-type {
  padding-left: 0; }

.nl-menu-bar__nav .uk-subnav-line > :nth-child(n+2) {
  padding-left: 15px; }

.nl-menu-bar__nav .uk-subnav-line > :nth-child(n+2):before {
  margin-right: 15px; }

.nl-panel {
  position: absolute;
  bottom: 25px;
  width: 100%; }

.nl-panel__calendar {
  min-height: 392px;
  background-color: rgba(0, 0, 0, 0.6); }

.nl-panel__calendar .nl-panel__calendar__title {
  color: rgba(255, 255, 255, 0.8); }

.nl-button {
  background-color: rgba(41, 57, 19, 0.9);
  color: rgba(255, 255, 255, 0.8); }

.nl-button:hover {
  background-color: #334313;
  color: white; }

.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important; }

.uk-dotnav > * > * {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.uk-dotnav > .uk-active > * {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
  background: rgba(255, 255, 255, 0.4); }

.review {
  margin: 0 0 20px; }
  .review__photo {
    width: 50px;
    height: 50px; }
  .review__comments__container {
    margin: 0 0 1em;
    padding: 15px;
    background: rgba(0, 0, 0, 0.35); }
  .review__comments {
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
    color: #e6e6e6;
    width: 100%; }
  .review__stay {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .review__read-more {
    color: #AAA; }
  .review__modal {
    text-align: left;
    color: #161616; }
    .review__modal__content {
      padding: 15px 15px 30px; }

@media (min-width: 769px) {
  .nl-thumbtacks a {
    margin-right: 15px; } }

.nl-block-tertiary {
  background: #000; }
