@charset "utf-8";
/* CSS Document */

p {margin: 15px 0;}
a {text-decoration: none;}
p:first-child {margin-top: 0;}
h1, h2, h3, h4, h5 {
  margin: 20px 0;
  font-weight: 400;
  letter-spacing: 2px;
}
h1, h2, h3, h4, h5:first-child {margin-top: 0;}
body {
  overflow-x: hidden;
  max-width: 100%;
  text-align: center;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #000;
}

/* Main Contant Holders */
.cent-col, .item-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15vh 0;
}
.article {
  display: none;
}
.activities .article {
  display: block;
}
.rooms .cent-col {
  padding: 60px 0 125px;
  display: table-cell;
  vertical-align: middle;
}
.rooms .cent-col em {
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 10px;
  display: block;
}
.rooms .cent-col p {
  margin: 10px 0;
}
.main-block {
  background: #fff;
}
.activities .main-block  {
  background: none;
}
.activities .blog {
  display: inline-block;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -moz-column-fill: auto;
  column-count: 2;
  column-gap: 50px;
  column-fill: auto;
  padding: 10vh 0;
  width: 90%;
  max-width: 1000px;
}
.activities .blog .items-row {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  width: calc(100% - 60px);
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  padding: 0 30px 30px;
  text-align: left;
  border: 1px solid #fff;
}
.activities .blog img {
  max-width: 100%;
}
.activities .blog .item-image {
  float: none;
  margin-left: -30px;
  width: calc(100% + 60px);
  max-height: 250px;
  overflow: hidden;
  margin-bottom: -60px;
}
.activities .blog h1 {
  display: inline-block;
  padding: 15px 25px;
  background: #fff;
  line-height: 30px;
  font-size: 22px;
  letter-spacing: 0px;
}
.activities .blog p a {
  position: absolute;
  top: 10px;
  line-height: 50px;
  width: 50px;
  font-size: 25px;
  border-radius: 100%;
  background: #000;
  text-decoration: none;
  color: #fff;
  right: 10px;
  text-transform: uppercase;
  text-align: center;
  transition: .3s;
}
.activities .blog p a:hover {
  opacity: .7;
}
.terlude {
  height: 90vh;
  height: calc(100vh - 65px);
  background: #eee;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.terlude .overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 499;
}
.terlude .overlay .inner {
  float: left;
  position: relative;
  left: 5vw;
}
.terlude .overlay h1 {
  color: #000;
  letter-spacing: 2px;
  margin: 0;
  float: left;
  padding: 0;
  padding-right: 40px;
  line-height: 60px;
  font-size: 20px;
  padding-left: 40px;
  background: #fff;
}
.terlude .overlay .bookbutton {
  font-size: 15px;
  color: #000;
  background: #fef200;
  transition: .3s;
  cursor: pointer;
  width: 120px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: 0;
  top: 65px;
}
.terlude .overlay .bookbutton:hover {
  transform: scale(1.1);
  border-color: #fef200;
  background: #fef200;
}
.content-hold.rooms {
  min-height: calc(50vh - 65px);
  display: table;
  width: 100%;
}
.rooms .toimage {
  position: absolute;
  width: 50%;
  padding: 4vh 0 0;
  margin: 0 25%;
}
.rooms .toimage a {
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: .3s;
  cursor: pointer;
  margin: 0 5px;
}
.rooms .toimage i {
  font-size: 20px;
  transition: .3s;
  line-height: 40px;
  width: 40px;
  cursor: pointer;
}
.rooms .toimage a:hover {
  background: #515153;
  color: #fff;
}
.gallery {
  min-height: 100vh;
  margin-bottom: -15px;
}
.gallery p {
  margin: 0;
}
.gallery .ba-gallery {
  padding-top: 5px;
}
.modal-nav .zmdi-chevron-left, .modal-nav .zmdi-chevron-right {
  background: none !important;
  border: 1px solid #fff;
  color: #fff !important;
  line-height: 20px;
  width: 20px;
}

.xoptions {
  position: absolute;
  left: 5vw;
  top: 60px;
  margin-top: 10px;
  display: inline-block;
}
.xoption {
  float: left;
  cursor: pointer;
  display: none;
}
/*#backtop.xoption {
  display: block;
}*/
.xoption i {
  display: block;
  line-height: 40px;
  width: 40px;
  background: #000;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  transition: .3s;
}
.xoption:last-child i {
  line-height: 38px;
  padding-bottom: 2px;
  margin: 0;
}
.xoption i:hover {
  background: #fff;
  color: #000;
}
.bookform {
  position: absolute;
  right: 5vw;
  background: #eee;
  padding: 0 40px 5vh;
  width: 50vw;
  max-width: 450px;
  bottom: -600px;
  transition: .5s;
  z-index: 500;
}
.bookform.pop {
  bottom: 0;
}
.bookform .bookclose {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 24px;
  display: block;
  width: 50px;
  line-height: 50px;
  transform: scale(0.8);
  transition: .3s;
}
.bookform .bookclose:hover {
  transform: scale(1);
}
.bookform #foxcontainer_m117,
.bookform #foxcontainer_m118,
.bookform #foxcontainer_m119,
.bookform #foxcontainer_m120 {
  padding: 0;
}
.bookform #foxcontainer_m117 textarea,
.bookform #foxcontainer_m118 textarea,
.bookform #foxcontainer_m119 textarea,
.bookform #foxcontainer_m120 textarea {
  height: 90px;
}
.bookform h2 {
  margin: 30px 0 50px;
  position: relative;
  text-align: left;
}
.bookform h2::after {
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  background: #000;
  width: 50px;
  left: 0;
  bottom: -20px;
}
.bookform #foxcontainer_m117 .controls,
.bookform #foxcontainer_m118 .controls,
.bookform #foxcontainer_m119 .controls,
.bookform #foxcontainer_m120 .controls {
  text-align: left;
}
.bookform #foxcontainer_m117 button,
.bookform #foxcontainer_m118 button,
.bookform #foxcontainer_m119 button,
.bookform #foxcontainer_m120 button {
  background: #000;
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: #fff !important;
  border-radius: 0;
  padding: 0 25px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  transition: .3s !important;
  border: 1px solid #111;
}
.bookform #foxcontainer_m117 button:hover,
.bookform #foxcontainer_m118 button:hover,
.bookform #foxcontainer_m119 button:hover,
.bookform #foxcontainer_m120 button:hover {
  background: #fff;
  color: #111!important;
}
.flexslider > ul > li {
  height: 100vh;
}
.flexslider .slides > li img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.map {
  height: calc(100vh - 65px);
}
.bt-googlemaps {
  height: 100% !important;
}


.about-us .main-block {
  background: none;
}
.about-us .article {
  display: block;
}
.about-us .blog {
  display: inline-block;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -moz-column-fill: auto;
  column-count: 2;
  column-gap: 50px;
  column-fill: auto;
  padding: 10vh 0;
  width: 90%;
  max-width: 1000px;
}
.about-us .blog .items-row {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  width: calc(100%);
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  text-align: left;
  border: 1px solid #fff;
  overflow: hidden;
}
.about-us .blog .item {
  padding: 25px 30px;
  line-height: 24px;
}
.about-us .blog .blogitem-header {
  margin: 0;
  text-align: center;
  height: 300px;
  position: relative;
  background: #000;
  background-size: cover;
}
.about-us .blog .blogitem-header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
}
.about-us .blog .blogitem-header h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  line-height: 50px;
  font-size: 26px;
  padding: 0 5% 2px;
  letter-spacing: 1px;
  margin: 0 10%;
}
.about-us .blog p:last-child {
  margin-bottom: 0;
}


@media (max-width: 767px) {
.activities .blog {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.activities .blog h1 {
  font-size: 20px;
}

.content-hold.rooms {
  min-height: calc(100vh - 65px);
}
.rooms .cent-col {
  padding: 5vh 5% 10vh;
}
.rooms .toimage {
  position: inherit;
  margin: 0;
  width: 100%;
}
.rooms h1 {
  font-size: 22px;
  font-weight: 600;
}
.rooms .cent-col p {
  font-size: 14px;
  margin: 20px 0;
}
.rooms .cent-col em {
  font-size: 16px;
  padding: 0;
}
.rooms .toimage a:first-child {
  margin-bottom: 10px;
}
.terlude .overlay .bookbutton {
  top: 0;
  width: 100%;
  margin: 0;
  background: #fef200;
  border-width: 1px;
  color: #000;
  height: 45px;
  line-height: 45px;
  position: relative;
  display: inline-block;
}
.terlude .overlay h1 {
  display: block;
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0;
  background: rgb(255, 255, 255);
  color: #000;
  font-size: 17px;
  width: 100%;
  margin-bottom: 5px;
}
.xoptions {
  top: 15px;
  margin: 0;
  left: auto;
  right: 50%;
  transform: translateX(50%);
  display: none;
}
.terlude .overlay {
  width: 60vw;
  transform: none;
  top: auto;
  bottom: 10vw;
  left: 20vw;
  height: 95px;
}
.xoption {
  display: none;
}
.xoption:first-child {
  display: block;
}
.xoption i {
  border-radius: 100%;
  margin: 0;
  background: #fff;
  color: #000;
}
.terlude .overlay .inner {
  float: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  transform: none;
  left: auto;
}
.bookform {
  width: calc(100% - 80px);
  right: 0;
  background: #fff;
}

}

@media (max-width: 499px) {

}
