body {
  font-family: 'Alegreya', 'Roboto', serif;
  font-size: 16px;
  font-weight: bold;
}
.nav {
 justify-content: space-around;
}
.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }
.masthead h3 {
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
  line-height: 150px;
  font-size: 40px;
  margin-top: 0px;
}
.treeline1 {
  background-image: url( /images/treeline.jpg  );
}
.treeline2 {
  background-image: url( /images/treeline2.jpg  );
}
.treeline3 {
  background-image: url( /images/treeline3.jpg  );
}
.treeline4 {
  background-image: url( /images/treeline4.jpg  );
}
.treeline5 {
  background-image: url( /images/treeline5.jpg  );
}
.treeline6 {
  background-image: url( /images/treeline6.jpg  );
}
main {
  min-height: 500px;
  line-height: 1.5em;
  padding: 1rem !important;
}
main ul li {
  list-style-type: disc;
  line-height: 1.5em;
  list-style-position: inside;
}
footer {
  text-align: center;
  padding: 20px 20px 40px 20px;
}
.navbar-inner {
  background-image: none;
  background-color: inherit;
  border: none;
}
.content {
}
.greybackground {
  background-color: #535353;
  color: #ffffff;
}
.room {
  margin-bottom: 40px;
  border: 1px solid black;
}
.room img {
  float: left;
  width: 60%;
}
.roomdetails {
  width: 30%;
  float: left;
  margin: 0px 20px 0px 20px;
}
.linkbox {
  padding: 5px 15px 5px 15px;
  border: 1px solid #535353;
}
.linkbox:hover {
  background-color: #ffffff;
}
.banner {
  height: 500px;
  padding: 15px 15px 15px 15px;
}
.picture {
  width: 500px;
  padding: 15px 15px 15px 15px;
}
footer div.w20 {
  float: left;
  width: 20%;
}
footer div.w40 {
  float: left;
  width: 40%;
}
#facebookbox {
}
.warning {
  color: #990000;
}
.masthead h3 a {
  text-decoration: none;
  color: #ffffff;
}
div#map{
  height: 400px;
  display: block;
}
#a6, #m6, #uni {
  display: none;
}
#tariff2 {
  margin-top: 50px;
}
#tariff, #tariff2 {
  width: 100%;
}
#tariff td, #tariff2 td {
  font-size: 20px;
}
#tariff td.cellleft, #tariff2 td.cellleft {
  width: 30%;
}
#tariff td.cellright, #tariff2 tr.cellright {
  width: 70%;
}
td.tariffhead {
  background-color: #eeeeee;
}
td.tariffalt {
  background-color: #dcdcdc;
}
.ftb-widget {
  margin: auto;
}
#f2b-widget {
  margin: auto;
}
.checkin-options-wrapper {
  margin: 10px auto;
  max-width: 500px
}
.checkin-options {
  float: left;
  margin: 10px auto;
  width: 230px;
}
main .gallery ul li {
  list-style: none;
}
.gallery {
  max-width: 80%;
  padding: 3em 0;
  color: #333;
}
@media (min-width: 768px) {
  .gallery {
    max-width: 80%;
  }
}
.gallery ul { 
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery li {
  margin-bottom: 1em;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gallery li:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.gallery img {
  display: block;
  border-radius: 3px;
}
.gallery__itemThumb  {
  max-width: 250px;
}
.m-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: none;
}
.m-lightbox.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 101;
  pointer-events: auto;
}
.m-lightbox__slider {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
.m-lightbox__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-lightbox__slide img {
  display: block;
  max-width: calc(100vw - 2em);
  max-height: 90vh;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .m-lightbox__slide img {
    max-width: calc(100vw - 116px);
    max-height: 90vh;
  }
}
.m-lightbox__slide.is-loaded.is-active img {
  opacity: 1;
}
.m-lightbox__slide.is-loaded.is-active .spinner {
  display: none;
}
.m-lightbox button {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 102;
  background: transparent;
  border: none;
  cursor: pointer;
}
.m-lightbox__close {
  top: 1em;
  right: 1em;
}
.m-lightbox__nextPrev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.m-lightbox__nextPrev.is-active {
  visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media (min-width: 1024px) {
  .m-lightbox__nextPrev.is-active {
    visibility: visible;
  }
}
.m-lightbox__nextPrev svg {
  display: block;
  width: 100%;
  height: auto;
}
.m-lightbox__nextPrev--next {
  right: 1em;
}
.m-lightbox__nextPrev--prev {
  left: 1em;
}
.m-lightbox__nextPrev:hover {
  cursor: pointer;
}
.m-lightbox__counter {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #333;
  font-weight: 700;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.spinner::before, .spinner::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}
.spinner::after {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width : 800px) {
  .row-fluid {
  }
  main {
    padding-top: 0px;
  }
  .content {
    margin: 10px 10px 0px 10px;
  }
  .room h2 {
    margin: 0 0 0 0;
  }
  .room img {
    float: none;
    width: 100%;
  }
  .roomdetails {
    background-color: #535353;
    color: #ffffff;
    margin: -4px auto 0px auto;
    padding-bottom: 10px;
    text-align: center;
    float: none;
    width: 100%;
  }
  .roomdetails .greybackground {
    border: 2px solid black;
    background-color: #ffffff;
    color: #101010;
  }
  footer div.w20 {
    width: 100%;
  }
  footer div.w40 {
    width: 100%;
  }
  footer .left-align, footer .right-align {
    text-align: center;
  }
  #facebookbox {
    float: none;
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .masthead h3 {
    line-height: 70px;
  }
}
@media only screen and (max-width : 600px) {
  .checkin-options {
    width: 100%;
  }
}
.bg-lightgrey {
  background-color: #dddddd;
}
