/* CSS Document */
html {
  padding: 0;
  margin: 0;
}
body {
  padding: 10px;
  background: #fff;
  min-height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #413d37;
  line-height: 180%;
}
strong {
  font-weight: 600;
}
hr {
  height: 0;
  border: none;
  border-top: 1px solid #f2ece1 !important;
  margin: 15px 0;
}
img {
  max-width: 100%;
}
a[name] {
  position: relative;
  margin-top: -40px;
}
#container {
  width: 100%;
  height: 100%;
  background: #f2ece1;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  order: 3;
}
header {
  text-align: center;
  height: 102px;
  border-bottom: 5px solid #fff;
  position: relative;
  order: 1;
}
#header h1 {
  margin: 0;
  padding: 0;
}
header::before, header::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
header::before {
  border-top: 21px solid #fff;
  top: calc(100% + 5px);
  z-index: 200;
}
header::after {
  border-top: 21px solid #e64b37;
  top: 100%;
  z-index: 201;
}
header img {
  width: 225px;
  height: 65px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#mobile-bars, #mobile-bars img {
  display: none;
}
header nav {
  font-family: "Roboto Slab", sans-serif;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
header nav a {
  color: #796252;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  margin-right: 35px;
  padding: 5px;
  transition: color 0.3s;
  position: relative;
}
header nav a:hover {
  color: #938874;
}
header nav a:hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 7px solid #e64b37;
  top: calc(100% - 2px);
  z-index: 201;
}
header nav a:last-of-type {
  margin-right: 0px;
}
header nav a:nth-child(3) {
  margin-right: 390px;
}
header nav a:first-child {
  margin-left: 66px;
}
h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  color: #796252;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 1;
}
h3 {
  font-size: 14px;
}
a.button, input[type=submit] {
  font-weight: 700;
  color: #fff !important;
  background: #e64b37;
  display: inline-block !important;
  line-height: 100%;
  padding: 6px 13px;
  clear: both;
  border: none;
  text-transform: uppercase;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: background 0.3s;
  cursor: pointer;
}
a.button:hover, input[type=submit]:hover {
  background: #938874;
}
.row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.background {
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  width: auto !important;
  max-width: none;
  left: 0px;
}
.one {
  width: 44.417%;
  z-index: 1;
}
.two {
  width: 50%;
  padding-top: 50px;
  z-index: 1;
}
.one img, .two img {
  max-width: 400px;
  width: 100%;
  border: 5px #fff solid;
  box-sizing: border-box;
}
#rates .one, #about .one, #contact .one {
  text-align: right;
}
.rate {
  margin-bottom: 25px;
}
.rate p, .rate h3 {
  margin: 0;
}
.rate .button {
  margin-top: 7px;
}
#book .one, #location .one {
  text-align: left;
}
#about .cycle-slideshow img {
  left: auto !important;
  right: 0 !important;
}
#about .two img {
  border: none;
  max-width: 100%;
  margin-top: 50px;
  display: block;
}
#location .two {
  padding-top: 20px;
}
#location .two p {
  float: right;
  clear: right;
  max-width: 410px;
}
#book .innGrid-booking-widget {
  margin: auto;
}
#book input[type="text"i] {
  background: #f8f1e4;
  text-align: center;
  border-style: solid;
  border-width: 1px;
}
select {
  background: #f8f1e4;
}
label {
  font-family: "Roboto Slab", sans-serif;
  color: #796252;
  margin-top: 17px;
}
#find_rooms {
  margin-top: 30px;
  cursor: pointer;
}
form li {
  margin-bottom: 0;
}
li {
  margin-bottom: 10px;
}
#intro {
  order: 2;
}
#intro .cycle-slideshow {
  border-bottom: 5px #fff solid;
  min-height: 33vw;
}
#intro .cycle-slideshow img {
  width: 100%;
  height: 33vw;
  object-fit: cover;
}
#rooms, #rates, #book, #about, #location, #contact {
  padding: 50px 100px;
  position: relative;
}
#rooms {
  order: 1;
}
#rates {
  order: 2;
}
#book {
  order: 3;
}
#about {
  order: 4
}
#location {
  order: 5
}
#contact {
  order: 6
}
#rooms, #book, #location {
  background: url("../images/background.jpg") center center;
  background-position: 0% center;
  background-size: inherit;
  background-repeat: repeat-x;
  z-index: 9;
}
#rates, #about, #contact {
  background: #cbbea5;
  box-shadow: 0 0 6px 2px #00000055;
  z-index: 10;
}
#location {
  text-align: right;
}
#book {
  text-align: center;
}
#rooms {
  text-align: center;
}
#rooms p {
  max-width: 724px;
  margin: 0px auto 50px auto;
  z-index: 1;
}
.rooms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
}
.room {
  width: 30%;
  display: block;
  float: left;
  height: 0px;
  padding-bottom: calc(20% + 85px);
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
}
.room div.thumb {
  border: 5px #fff solid;
  height: 0px;
  padding-bottom: 66.7%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  box-sizing: border-box;
}
.room h3 {
  margin: 0;
}
.room a.button {
  background: none !important;
  color: #413d37 !important;
  position: relative;
  padding: 6px 23px;
}
.room a.button::before, .room a.button::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  transition: right 0.3s, left 0.3s;
}
.room a.button::before {
  border-left: 9px solid #e64b37;
  left: 0;
}
.room a.button::after {
  border-right: 9px solid #e64b37;
  right: 0;
}
.room:hover a.button::before {
  left: 8px;
}
.room:hover a.button::after {
  right: 8px;
}
.room-detail {
  position: relative;
  box-sizing: border-box;
  display: none;
  width: 100vw;
  padding: 100px 15px;
  height: 100vh;
  background: #fff;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
}
.room-detail .enlargement {
  height: calc(100vh - 200px);
}
.room-detail .enlargement img {
  max-height: calc(100vh - 280px);
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
/* NEEDS FINE TUNING TO WORK CORRECTLY
.enlargement:after {
    content: 'Loading...';
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-style: italic;
    color: #D5D5D5;
    z-index: 0;
} */
.enlargement h3 {
  margin-bottom: 0px
}
.controls {
  bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.next, .previous {
  width: 11px;
  height: 17px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.details {
  text-align: center;
  width: 70%;
  margin: auto;
  line-height: 120%;
}
.count {
  display: inline-block;
  margin: 0px 10px;
}
.room-detail img #room-1, #room-2, #room-3 {
  order: 1;
}
#room-4, #room-5, #room-6 {
  order: 3;
}
#room-detail-1.open, #room-detail-2.open, #room-detail-3.open {
  display: block;
  order: 2;
}
#room-detail-4.open, #room-detail-5.open, #room-detail-6.open {
  display: block;
  order: 4;
}
#book ul {
  padding-left: 0px;
  list-style: none;
}
label {
  display: block;
}
#contact a {
  display: block;
  text-decoration: none;
  color: #413d37;
}
footer {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  padding: 40px;
  order: 4;
}
footer nav a {
  color: #413d37;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
footer nav a:hover {
  color: #938874;
}
footer img {
  width: 245px;
  height: 71px;
  margin-bottom: 20px;
}
footer #copyright a {
  text-decoration: none;
  color: #413d37;
  transition: color 0.3s;
}
footer #copyright a:hover {
  color: #938874;
}
footer a.button {
  margin-top: 20px;
}
@media screen and (max-width:1200px) {
  header nav a {
    margin-right: 20px;
  }
  header nav a:nth-child(3) {
    margin-right: 300px;
  }
}
@media screen and (max-width:1090px) {
  .room {
    width: 48%;
    padding-bottom: calc(33% + 85px);
  }
  #room-1, #room-2 {
    order: 1;
  }
  #room-3, #room-4 {
    order: 3;
  }
  #room-5, #room-6 {
    order: 5;
  }
  #room-detail-1.open, #room-detail-2.open {
    display: block;
    order: 2;
  }
  #room-detail-3.open, #room-detail-4.open {
    display: block;
    order: 4;
  }
  #room-detail-5.open, #room-detail-6.open {
    display: block;
    order: 6;
  }
}
@media screen and (max-width:960px) {
  header nav {
    top: 15px;
    column-count: 2;
    column-gap: 180px;
  }
  header nav a {
    margin: 0 32px !important;
    display: block;
    line-height: 100%;
    border: none;
  }
  #rooms, #rates, #book, #about, #location, #contact {
    padding: 25px 25px;
    position: relative;
  }
}
@media screen and (max-width:690px) {
  header h1 img {
    max-width: 60%
  }
  header #mobile-bars {
    display: block;
  }
  header #mobile-bars img {
    display: block;
    position: absolute;
    top: 10px !important;
    right: 14px !important;
    width: 22px !important;
    cursor: pointer;
    left: auto;
    transform: none;
    height: 29px;
  }
  header nav {
    position: absolute;
    right: 0%;
    top: 128px;
    padding: 0;
    background: #f2ece1;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    z-index: 99999;
    box-sizing: border-box;
    transition: max-height 0.5s, box-shadow 0.5s;
    text-align: right;
    column-count: 1;
    min-height: 0px;
    height: auto;
  }
  header nav a {
    margin: 0 !important;
    padding: 10px !important;
    text-align: center !important;
  }
  header nav a:first-child {
    margin-top: 10px !important;
  }
  header nav a:last-child {
    margin-bottom: 10px !important;
  }
  header nav.open {
    max-height: 250px;
    box-shadow: 0 0 6px 2px #00000055;
  }
  #rooms, #rates, #book, #about, #location, #contact {
    padding: 10px;
  }
  .room {
    width: 100%;
    padding-bottom: calc(67% + 85px);
  }
  .room-detail {
    vertical-align: middle;
  }
  #room-1 {
    order: 1;
  }
  #room-2 {
    order: 2;
  }
  #room-3 {
    order: 3;
  }
  #room-4 {
    order: 4;
  }
  #room-5 {
    order: 5;
  }
  #room-6 {
    order: 6;
  }
  #room-detail-1.open {
    display: block;
    order: 1;
  }
  #room-detail-2.open {
    display: block;
    order: 2;
  }
  #room-detail-3.open {
    display: block;
    order: 3;
  }
  #room-detail-4.open {
    display: block;
    order: 4;
  }
  #room-detail-5.open {
    display: block;
    order: 5;
  }
  #room-detail-6.open {
    display: block;
    order: 6;
  }
  .row {
    flex-direction: column;
  }
  .one {
    order: 2;
    padding-bottom: 40px;
  }
  .two {
    order: 1;
  }
  .one, .two {
    width: 100%;
    text-align: center !important;
    padding-top: 20px;
  }
  #book .cycle-slideshow img, #about .cycle-slideshow img {
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  #location .two p {
    float: none;
    clear: none;
    max-width: 410px;
    margin: auto;
  }
}