@charset "UTF-8";
@import "subCss/booking.css";
body {
  background: #fff;
  color: #444;
  font-family: Helvetica, sans-serif;
  margin: 0;
}

a {
  color: #000;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  /* color: #4F5E79; */
  /* outline: none; */
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
  color: #63842d;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.has-vivid-red-color {
  color: #c90b0b !important;
}

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

.has-text-align-left {
  text-align: left;
}

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

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #333;
  color: #fff;
  padding: 5px 10px 5px;
  font-size: 16px;
  border-radius: 2px;
  right: 10px;
  bottom: 10px;
  transition: background 0.5s;
  z-index: 2000;
}
.back-to-top:focus {
  background: #333;
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #4F5E79;
  color: #fff;
}

button {
  cursor: pointer;
}

span.plus, button.plus {
  margin-top: -5px;
  background-image: url("../../img/homePage/plusMinus.png");
  width: 25px;
  height: 25px;
  background-position: 0px 1px;
  background-size: 50px;
  position: relative;
  top: 3px;
  cursor: pointer;
  display: inline-block;
}

span.plus:hover, button.plus:hover {
  background-position: -25px 1px;
}

span.minus {
  margin-top: -5px;
  background-image: url("../../img/homePage/plusMinus.png");
  width: 25px;
  height: 25px;
  background-position: -25px -25px;
  background-size: 50px;
  position: relative;
  background-repeat: no-repeat;
  top: 3px;
  cursor: pointer;
  display: inline-block;
}
span.minus:hover {
  background-position: 0px -25px;
}

#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #555;
}
#topbar .contact-info a:hover {
  color: #333;
}
#topbar .contact-info i {
  color: #333;
  padding: 4px;
}
#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #333;
}
#topbar .social-links a:first-child {
  border-left: 0;
}

#header {
  position: fixed;
  top: -100px;
  z-index: 9999;
}
#header h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  position: fixed;
  top: -1000px;
}
#header img#logo {
  position: relative;
  z-index: 1000;
  top: -15px;
  width: 90px;
  left: 0;
}
#header nav a {
  margin: 0px 0px;
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: bold;
}

header h2 {
  width: initial;
  z-index: 100;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 20vh;
  color: #fff;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 36px;
}
header .widgetHotelsForm .acessa_widget_block {
  border-bottom: 1px solid #000;
  font-size: 0.7em;
  text-align: left;
  font-style: italic;
  letter-spacing: 4px;
  margin-right: 3vw !important;
  width: 20vw;
  max-width: 20vw;
  color: #000;
  top: 4px;
}
header .widgetHotelsForm p {
  border: none;
  padding: 5px 4px;
  width: 120px;
  background: none;
  letter-spacing: 4px;
  display: inline-block;
  font-style: italic;
  float: left;
  font-size: 12px !important;
  line-height: 32px !important;
}
header .widgetHotelsForm input {
  border: none !important;
  padding: 5px 4px 12px !important;
  width: 120px !important;
  background: none !important;
  letter-spacing: 4px !important;
  font-style: italic !important;
  float: right !important;
  text-align: right !important;
  background: url(../../img/new/icons/icons_web-01.png) no-repeat transparent !important;
  background-size: 20px !important;
  padding-right: 42px !important;
  background-position-y: 4px !important;
  background-position-x: right !important;
}
header .widgetHotelsForm label input:focus {
  border: none;
  background: none;
  outline: none;
}
header .widgetHotelsForm .horizontal-widget button {
  color: #ffffff !important;
  background-color: #064126;
  border: none;
  border-radius: 10px !important;
  padding: 5px 10px !important;
  font-size: 0.8em !important;
  display: inline-block !important;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
}
header .widgetHotelsForm .horizontal-widget a {
  color: #ffffff !important;
  background-color: #064126;
  border: none;
  border-radius: 10px !important;
  padding: 5px 10px !important;
  font-size: 0.8em !important;
  display: inline-block !important;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
}
header .widgetHotelsForm .horizontal-widget a.submit_link {
  color: #ffffff !important;
  background-color: #000000;
  border: none;
  border-radius: 0px !important;
  padding: 5px 10px !important;
  font-size: 0.8em !important;
  display: inline-block !important;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
}
header .widgetHotelsForm .horizontal-widget button:hover {
  background-color: #4F5E79 !important;
}
header .widgetHotelsForm .horizontal-widget a:hover, header .widgetHotelsForm .horizontal-widget a.submit_link:hover {
  background-color: #4F5E79 !important;
}
header .widgetHotelsForm .horizontal-widget button:hover, header .widgetHotelsForm .horizontal-widget a.submit_link:hover {
  background: #4F5E79;
}

nav .dropdown-submenu {
  display: none;
}
nav .dropdown-submenu.active {
  display: block;
}
nav .arrow-icon svg {
  transition: transform 0.3s ease;
  rotate: -90deg;
}
nav .rotated svg {
  rotate: 360deg;
}

.nav-wrapperInner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 54px;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #064026;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu > li {
  float: left;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: left;
  margin: 0;
  top: -8px;
  position: relative;
}

/* Nav Menu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  outline: none;
  letter-spacing: 3px;
}
.nav-menu li.booknow {
  padding: 5px 10px !important;
}
.nav-menu li.booknow a {
  color: #ffffff !important;
  background-color: #000000;
  border: none;
  border-radius: 0px !important;
  font-weight: 500;
  padding: 10px 15px !important;
  font-size: 13px !important;
  display: inline-block !important;
  letter-spacing: 3px !important;
  top: -6px !important;
  box-shadow: none !important;
  /* line-height: 10px; */
  text-align: center;
}
.nav-menu li.booknow a:hover {
  background-color: #4F5E79 !important;
}

#nav.black .nav-menu a, #nav.black .nav-menu * {
  color: black;
}
#nav.black .nav-menu li.active a {
  border-bottom: 2px solid #000;
}

.nav-menu > li {
  margin-left: 10px;
  display: inline-block;
}

.nav-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-left .menu-active {
  padding: 0px 34px;
}

.nav-right .menu-active {
  padding: 0 15px;
}
.nav-right .nav-menu > li:nth-child(5):hover, .nav-right .nav-menu > li:nth-child(6):hover {
  background: none;
}

.nav-menu > li:hover a {
  color: #000000;
}
.nav-menu a:hover * {
  color: black;
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #333;
}
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 3px;
  z-index: 10000;
  margin: 40px 40px 0 0;
  border: 0;
  background: none;
  font-size: 32px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  /* background: #000; */
  padding: 1px 12px 1px 12px;
}
#mobile-nav-toggle i {
  color: #ffffff;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  right: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: black;
  font-size: 13px;
  letter-spacing: 3px !important;
  font-weight: 400;
  overflow: hidden;
  padding: 5px 22px 5px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav .dropdown-submenu a {
  color: black;
  font-size: 11px;
  letter-spacing: 3px !important;
  font-weight: 400;
  overflow: hidden;
  padding: 5px 22px 5px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  text-decoration: underline;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #333;
}
#mobile-nav ul .menu-item-active {
  color: #333;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #333;
  bottom: 0;
  left: 0;
}

section.sub {
  width: 100%;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 142px;
  min-height: 85vh;
  padding-top: 18vh;
  margin-top: 2vh;
}
section.sub h3 {
  text-align: center;
  padding: 0;
  background: #ffffff;
  color: #545454;
  letter-spacing: 10px;
  margin: 0;
  font-size: 1.5em;
  font-weight: normal;
}
section.sub button.viewButton {
  z-index: 300;
  background: #ffffff;
  color: #545454;
  letter-spacing: 12px;
  margin: calc(31vh - 37px) auto;
  width: 105px;
  display: block;
  text-align: center;
  padding: 8px 19px;
  border: none;
  font-style: italic;
}
section.sub button:hover {
  color: #ffffff;
  background: #4c5e7b !important;
}
section.sub .slick-dots li button {
  color: #ffffff;
  background: #ffffff !important;
  outline: none;
}
section.sub .slick-dots li button:hover:before {
  color: #4c5e7b;
}
section.sub button:hover:before {
  color: #ffffff;
}
section.sub div.sectionBody img {
  position: absolute;
  width: 100%;
}
section.sub div.content {
  text-align: justify;
  padding: 0px;
  background: #fff;
  color: #545454;
  font-size: 0.9em;
  height: 29px;
}
section.sub div.content.textDescription {
  padding-top: 8px;
}
section.sub div.coverPhoto {
  width: 100%;
  position: relative;
  height: 57vh;
  top: 0;
  z-index: 100;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  border-top: 1px solid #fff;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin-bottom: 0;
}
section.sub.active div.coverPhoto {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
section.sub div.content p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 2vh;
}

.galleryContainer h2 {
  margin: 2em 0 1em 0;
}

.priceContainer h2 {
  margin: 2em 0 1em 0;
}
.priceContainer h3 {
  margin: 1em 0 1em 0;
  text-align: left;
  width: 100%;
}
.priceContainer ul {
  margin: 10px 0;
  width: 100%;
}
#about {
  padding: 60px 0 30px 0;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}
#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: Helvetica, sans-serif;
}
#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
#about .content p {
  line-height: 26px;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #333;
}
#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
}

#services {
  padding: 30px 0 0 0;
}
#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}
#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
#services .box .icon {
  float: left;
}
#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}
#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #333 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
#services .box h4 a {
  color: #444;
}
#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

#clients {
  padding: 30px 0;
}
#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}
#clients img:hover {
  opacity: 1;
}
#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#clients .owl-dot.active {
  background-color: #333;
}

#portfolio {
  background: #fff;
  padding: 30px 0;
}
#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}
#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}
#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}
#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#testimonials {
  padding: 30px 0;
}
#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#testimonials .owl-dot.active {
  background-color: #333;
}

#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
}
#call-to-action .cta-btn {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
  background: #333;
  border: 3px solid #333;
}

#team {
  background: #fff;
  padding: 30px 0 0 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
}
#team .member .pic {
  overflow: hidden;
  text-align: center;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member .details {
  background: #333;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 5px;
}
#team .member .social a {
  color: #fff;
}
#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

#contact {
  padding: 30px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #333;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}
#contact .form #sendmessage {
  color: #333;
  border: 1px solid #333;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#contact .form button[type=submit] {
  background: #333;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#contact .form button[type=submit]:hover {
  background: #2dc899;
}

.footerLine {
  padding: 2vh 0;
  margin-right: 0px;
  margin-left: 0px;
  background: #fff;
}
.footerLine div {
  float: left;
}
.footerLine hr {
  margin: 55px 12px;
  border-top: 1px solid #000;
}
.footerLine a {
  font-size: 1.2em;
  margin: 42px 2px;
  display: inline-block;
}
.footerLine img {
  margin: 10px 0px;
}
.footerLine hr {
  font-size: 1.2em;
}

#footer {
  background: #fff;
  padding: 0 0 2vh 0;
  font-size: 14px;
}
#footer h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
#footer p {
  text-align: left;
  padding-right: 44px;
  font-size: 12px;
  font-weight: bold;
  color: #545454;
}
#footer p a {
  color: #545454;
}
#footer form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  font-weight: 300;
}
#footer form input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  font-weight: 300;
}
#footer form input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.9em;
}
#footer form input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.9em;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}
#footer input {
  background: none;
  border: 1px solid #545454;
  margin-bottom: 10px;
  padding: 2px 4px;
  font-size: 12px;
}
#footer button {
  color: #ffffff !important;
  background-color: #064126;
  border: none;
  border-radius: 10px !important;
  font-weight: 500;
  padding: 10px 15px !important;
  font-size: 14px !important;
  display: inline-block !important;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
  text-align: center;
}
#footer button:hover {
  background: #4F5E79;
  color: #fff;
}

.activityButtons button {
  color: #ffffff !important;
  background-color: #064126;
  border: none;
  border-radius: 10px !important;
  font-weight: 500;
  padding: 10px 15px !important;
  font-size: 14px !important;
  display: inline-block !important;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
  text-align: center;
}
.activityButtons button:hover {
  background-color: #4F5E79 !important;
}
.activityButtons p {
  line-height: 28px;
  text-align: center;
  font-size: 24px;
}
.activityButtons button:hover {
  background: #000000;
  color: #fff;
}

button.btn-primary {
  background: #545454;
  border: 1px solid #545454;
  margin-bottom: 5px;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 0px;
  border-radius: 0;
  text-align: center;
  min-width: 60px;
}
button.btn-primary:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}

a.awayco {
  position: absolute;
  right: 0;
  top: 75px;
  padding: 21px 14px 14px;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 1000px) {
  .back-to-top {
    bottom: 15px;
  }
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header h1 {
    font-size: 34px;
  }
  #header img#logo {
    top: 0px;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}
@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}
header {
  clear: both;
  position: relative;
  height: 80vh;
  width: 100%;
  z-index: 900;
}
header h2.subpage {
  top: 35vh;
  width: 100vw;
  font-size: 2.4em;
  font-family: "DIN-Black", sans-serif !important;
}
header.short {
  height: 50vh;
}
header.short h2.subpage {
  top: 23vh;
}

.logo-sm {
  clear: both;
  width: 100%;
  width: auto;
  text-align: center;
  padding: 20px 0;
  margin: 80px 20px;
}
.logo-sm img {
  max-height: 130px;
  margin: 0 auto;
  width: auto;
  display: block;
  float: none;
}

.nav-left, .nav-right {
  width: calc(50% - 110px);
}

.logo-lg {
  display: none;
  /* hide the large logo */
  /* width: 16vw; */
}
.logo-lg a {
  width: 140px;
  display: block;
  height: 0px;
  margin: 0 auto;
  margin-top: 18px;
}

@media (min-width: 1000px) {
  nav#nav {
    background: rgba(255, 255, 255, 0.9);
  }
  .nav-wrapper {
    padding: 0;
    float: unset;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-wrapperinner {
    /* max-width: 1360px; */
  }
  .nav-left {
    /*    width: 45%;
    float: left;*/
    margin: 0;
    padding: 0;
  }
  .nav-right {
    margin: 0;
    padding: 0;
  }
  .nav-right li:first-child {
    padding: 0 15px 0 27px;
  }
  .nav-left ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
  }
  .nav-right ul {
    display: inline-block;
    margin: -6px;
    padding: 0;
    text-align: left;
    /* width: 100%; */
  }
  /*--------- logo ----------------------- */
  .logo-sm {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    margin: 0 0 20px 20px;
    border: 0;
    background: none;
    font-size: 32px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    background: #000;
    padding: 1px 9px 1px 9px;
    width: auto;
  }
  /* hide the small logo */
  .logo-lg {
    display: block;
    /*float: left;
    width: 10%;*/
    position: relative;
    z-index: 1000;
    top: -10px;
    text-align: center;
  }
  .logo-lg img {
    display: block;
    margin: 0 auto;
    max-height: 125px;
  }
  /*--------- vertically center the nav with the logo  ----------------------- */
  .nav-left, .nav-right {
    /* height of logo + 40px padding divided by 2 minus height of nav (30px) */
  }
  .nav-left, .nav-right, .logo-lg {
    float: unset;
  }
  .primary-nav a:hover {
    /*  color: #555;
      border-bottom: 2px solid #555;*/
  }
}
@media (min-width: 992px) {
  .logo-lg img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
  }
  .nav-left, .nav-right {
    padding-top: 0px;
    width: 50vw;
  }
}
@media (min-width: 1280px) {
  .logo-lg img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
  }
  /*--------- vertically center the nav with the logo  ----------------------- */
  /* height of logo + 40px padding divided by 2 minus height of nav (30px) */
  /* .nav-left, .nav-right {
      padding-top: 0px;
  } */
  /* .nav-left .primary-nav > li, .nav-right .primary-nav > li {
      padding-left: 1.1vw;
      padding-right: 1.1vw;
  } */
}
.primary-nav {
  /* list-style: none; */
  /* margin: 0; */
  /* padding: 0; */
  /* z-index: 1000; */
}
.primary-nav ul {
  /* list-style: none; */
  /* margin: 0; */
  /* padding: 0; */
  /* z-index: 1000; */
}
.primary-nav .has-children > a:after {
  content: "\f0d7";
  position: relative;
  display: inline;
  top: -1px;
  font-size: 10px;
  left: 10px;
}
.primary-nav .has-children > .active:after {
  content: "\f0d8";
}

/*--------- children icon ----------------------- */
/*--------- primary-nav link colors and styles ----------------------- */
.nav-right a {
  /* color: #fff; */
  /* text-shadow: 1px 1px #000; */
}
.nav-right a i {
  font-size: 18px;
  text-align: center;
}

.primary-nav .active > a {
  color: #000;
  border-bottom: 1px solid #000;
}
.primary-nav a:hover, .primary-nav .dcjq-parent.active {
  color: #000000;
}

@media (max-width: 767px) {
  #nav {
    display: none;
    width: 100%;
    padding-top: 30px;
  }
  .primary-nav {
    text-align: center;
  }
  .primary-nav a {
    display: block;
    padding: 8px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
  }
  .primary-nav > li.has-children a {
    padding-right: 20px;
  }
  .primary-nav ul {
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
  }
}
/*  10-d == larger viewport menu styles
 -------------------------------------------------------------------------------------------- */
@media (min-width: 900px) {
  #nav {
    display: block !important;
    position: fixed;
    z-index: 9990;
    left: 0;
    top: 0;
    width: 100%;
  }
  .primary-nav {
    /* position: relative */
  }
  .primary-nav a {
    display: block;
  }
  .primary-nav ul li a {
    padding: 5px 10px 5px 15px;
  }
  .primary-nav > li {
    float: none;
    position: relative;
    margin: 0;
  }
  .primary-nav > li.has-children a {
    padding-right: 10px;
  }
  .primary-nav li {
    position: relative;
  }
  .primary-nav ul {
    display: none;
  }
  .primary-nav > li > ul {
    position: absolute;
    top: 50px;
    width: 250px;
    background: #fff;
    border: 4px double #999;
    padding: 10px 0;
    z-index: 2000;
  }
}
/*  10-e == .primary-nav font sizes
 -------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .primary-nav > li > a {
    font-size: 12px;
  }
}
@media (min-width: 1000px) {
  .primary-nav > li > a {
    font-size: 12px;
  }
  a.awayco {
    position: absolute;
    right: 0;
    top: 68px;
    background: none;
    padding: 15px 14px 10px;
    z-index: 2004;
    background: rgba(255, 255, 255, 0.8);
  }
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
}
.datepicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  /* display: none; */
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old, .datepicker td.new {
  color: #999999;
}
.datepicker td.active {
  color: #ffffff;
  background-color: #000000;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #000000;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  background-color: #000000;
}
.datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #000000;
}
.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
  background-color: #003399 \9 ;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active, .datepicker td span.active.active {
  background-color: #003399 \9 ;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next, .datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

nav#nav {
  padding: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  background: rgba(255, 255, 255, 0.9);
}

#modalMask {
  background: rgba(51, 51, 51, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 10000;
}

#modal {
  background: #fff;
  width: 40vw;
  height: 40vh;
  top: 20vh;
  left: 30vw;
  position: absolute;
  padding: 2vw;
}
#modal .closeModal {
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("../../img/homePage/close.png");
  width: 25px;
  height: 25px;
  background-position: 0 0;
  background-size: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  border: none;
}
#modal .closeModal:hover {
  background-position: -25px 0;
}

div.gallery {
  z-index: 10000;
  height: 100vh;
  background: #ffffff;
  background-image: url("../../img/new/icons/somoLoading.gif");
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  width: 100vw;
  top: 0;
  padding-top: 13vh;
}
div.gallery > div > div > img, div.gallery > div > div > div.slide-text {
  display: none;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  text-align: center;
  margin: 0 auto;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.slick-slide > div > div {
  position: relative;
}
.slick-slide .slide-text {
  text-align: center;
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  font-weight: bold;
  letter-spacing: 4px;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1990;
  filter: alpha(Opacity=80);
  opacity: 1;
  display: none;
  background: none;
}

.lightbox {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0vh !important;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  width: initial !important;
  height: 100vh !important;
  max-height: none;
  border-radius: 0;
  border: 0px solid #ffffff;
  margin: 0px auto;
  position: relative;
  top: 0vh;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  height: 100vh !important;
  width: 100% !important;
  margin: 0 auto;
  border-radius: 0;
  background-color: rgba(95, 95, 95, 0.9);
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../../images/loading.gif") no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../../images/prev.png") left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../../images/next.png") right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  z-index: 10000000;
  height: 30px;
  background: url("../../images/close.png") top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

#closeGallery {
  position: fixed;
  top: 4vh;
  width: 34px;
  height: 34px;
  border: none;
  right: 2vw;
  background: url("../../img/homePage/close.png") top right no-repeat;
  z-index: 20000;
  background-position: 0 0;
  background-size: 70px;
}
#closeGallery:hover {
  background-position: -36px 0;
}

.ui-datepicker {
  position: relative !important;
  top: -290px !important;
  left: 0 !important;
}

.headerBackground {
  background-size: cover !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
}
.headerBackground img {
  width: 100%;
}

.mySlides.slideImage1 {
  background: url("../../img/new/home/homepage1.jpg") top right no-repeat;
}
.mySlides.slideImage2 {
  background: url("../../img/new/home/homepage2.jpg") top right no-repeat;
}
.mySlides.slideImage3 {
  background: url("../../img/new/home/homepage3.jpg") top right no-repeat;
}

.headerBackground .mySlides {
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0;
  height: 100vh;
  background-attachment: fixed;
  background-position: bottom center;
  background-image: url("../../images/homepage_bg.jpg");
}

.slideshow-container {
  margin: auto;
}
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
/* Number text (1/3 etc) */
/* The dots/bullets/indicators */
.dots {
  text-align: center;
  z-index: 10;
  margin: 0px auto;
  position: absolute;
  width: 30vw;
  bottom: 3vh;
  left: calc(50% - 15vw);
}
.dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 8px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 1px solid #fff;
}
.dots .active {
  background-color: #fff;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}
div.main {
  width: 100%;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 142px;
  padding: 2vh 1vw 5vh 1vw;
  background: #fff;
}
div.main button.btn, div.main a.btn {
  color: #ffffff !important;
  background-color: #064126;
  border: none;
  border-radius: 10px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 4px;
}
div.main button.btn:hover, div.main a.btn:hover {
  background-color: #4F5E79 !important;
}
div.main div.mainText {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 142px;
  padding: 10vh 5vw 0vh;
  background: #fff;
  letter-spacing: 0.42em;
  font-size: 1.3em;
  min-width: 1024px;
}
div.main div.text {
  width: 60vw;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 142px;
  padding: 5vh 5vw;
  background: #fff;
  letter-spacing: 0.42em;
  font-size: 1.3em;
  min-width: 1024px;
}
div.main div.mainText p {
  color: #000;
}
div.main div.mainText.reantals, div.main div.mainText.rooms3 {
  padding: 5vh 5vw;
}

.roomColapse span {
  font-size: 2.3em;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 18vh;
  height: 100%;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.3137254902);
  letter-spacing: 8px;
  text-align: center;
}

.gridLinks {
  margin: 0 auto;
}
.gridLinks:hover {
  margin: 0 auto;
}

.horizontalLinks {
  margin: 0 1vw;
  width: calc(100% - 2vw);
  display: flex;
  justify-content: center;
}
.horizontalLinks a {
  width: 32%;
  display: block;
  float: left;
  height: 74vh;
  background-color: #b6b6b6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2vh;
}
.horizontalLinks a.location {
  background-image: url("../../images/introLocation.jpg");
}
.horizontalLinks a.price {
  background-image: url("../../images/dom.jpg");
}
.horizontalLinks a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.verticalLinks a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.horizontalLinks a:hover span, .verticalLinks a:hover span, .horizontalLinks a:hover, .verticalLinks a:hover {
  color: #fff !important;
}

.horizontalLinks a span {
  font-size: 2em;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 43vh 9vw;
  height: 100%;
  line-height: 38px;
  letter-spacing: 8px;
  text-align: left;
  letter-spacing: 0.15em;
  color: #fff;
}

.verticalLinks {
  clear: both;
  margin: 0 auto;
}
.verticalLinks a {
  width: calc(100% - 2vw);
  display: block;
  float: left;
  height: 48vh;
  background-color: #b6b6b6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2vh 1vw;
  background-position: center;
}
.verticalLinks a span {
  font-size: 2em;
  font-weight: bold;
  opacity: 1;
  width: 100%;
  padding: 22vh;
  height: 100%;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.3137254902);
  letter-spacing: 8px;
  text-align: center;
  letter-spacing: 0.15em;
  display: block;
}
.verticalLinks a.shapingstudios {
  background-image: url("../../img/new/home/homeshaping.jpg");
}
.verticalLinks a.roomsCollapseButton {
  background-image: url("../../img/new/rooms/Bunks.jpg");
  margin-top: 0;
}
.verticalLinks a.roomsKing {
  background-image: url("../../img/new/rooms/King.jpg");
  margin-top: 0;
}
.verticalLinks a.roomsDorm {
  background-image: url("../../img/new/rooms/Dorm.jpg");
  margin-top: 0;
}
.verticalLinks a.roomsPrivates {
  background-image: url("../../img/new/rooms/Private.jpg");
}
.verticalLinks a.roomsBungalows {
  background-image: url("../../img/new/rooms/Bungalows.jpg");
}
.verticalLinks a.roomsLiving {
  background-image: url("../../img/new/rooms/Living.jpg");
}
.verticalLinks a.roomsDeluxBungalow {
  background-image: url("../../img/new/rooms/DeluxBungalow.jpg");
}
.verticalLinks a.roomsDeluxKingStudio {
  background-image: url("../../img/new/rooms/DeluxKingStudio.jpg");
}
.verticalLinks a.roomsDeluxDorm {
  background-image: url("../../img/new/rooms/DeluxDorm.jpg");
}
.verticalLinks a.roomsCamp {
  background-image: url("../../img/new/rooms/Airstream.jpg");
}
.verticalLinks a.surf {
  background-image: url("../../img/new/home/homeSurf.jpg");
}
.verticalLinks a.shop {
  background-image: url("../../img/new/home/homeshop1.jpg");
}
.verticalLinks a.activity {
  background-image: url("../../img/new/home/homeActivity.jpg");
}

.headerBackground.introLocation {
  background: url("../../images/introLocation.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introNovinky {
  background: url("../../images/eventy_kolaz.jpg") center no-repeat;
  background-position: center;
  background-size: 99% auto !important;
}
.headerBackground.introGallery {
  background: url("../../images/gallery.JPG") top right no-repeat;
  background-position: center;
}
.headerBackground.introClubhouse {
  background: url("../../images/dom.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introPrice {
  background: url("../../images/ihrisko_kolaz.jpg") center no-repeat;
  background-position: center;
  background-size: 99% auto !important;
}
.headerBackground.introRooms {
  background: url("../../img/new/introRooms2.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introRestaurant {
  background: url("../../img/new/introRestaurant.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introElCafe {
  background: url("../../img/new/el_somos_cafe_red.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introReantals {
  background: url("../../blog/wp-content/uploads/2020/03/BL6I7033-scaled.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introShaping {
  background: url("../../img/new/introShaping.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introShop {
  background: url("../../img/new/introShop.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introSurf {
  background: url("../../img/new/introSurf.jpg") top right no-repeat;
  background-position: center;
}
.headerBackground.introActivity {
  background: url("../../img/new/newActivity/KLI_5922-Enhanced-NR 2.png") top right no-repeat;
  background-position: center;
}
.headerBackground.introBooking {
  background: url("../../img/new/introRooms2.jpg") top right no-repeat;
  background-position: center;
}

.mobile .headerBackground.introActivity {
  background: url("../../img/new/newActivity/KLI_5899 1.png") top right no-repeat;
  background-position: center;
}

ul.blocks-gallery-grid li {
  list-style: none;
  float: left;
  width: 100%;
}

div.main.location img {
  width: 100%;
  /* height: 500px; */
  /* margin-bottom: 4vh; */
}
div.main.location ul {
  margin: 10px 0;
  width: 100%;
}
div.main #roomgallery li:nth-child(1), div.main #roomgallery li:nth-child(2) {
  width: 50%;
  height: 500px;
  margin-bottom: 4vh;
}
div.main #roomgallery li:nth-child(3) {
  width: 100%;
  max-height: 533px;
  margin-bottom: 4vh;
}
div.main #roomgallery li figure {
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
div.main #roomgallery img {
  height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
div.main div.gallReantals {
  max-width: 1304px;
  margin: 0 auto;
}
div.main div.gallReantalsImage {
  padding: 15px;
}
div.main div.gallReantalsImage div.gallReantalsImageInner {
  background: url("../../blog/wp-content/uploads/2020/03/BL6I7033-scaled.jpg") top right no-repeat;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 412px;
  height: 748px;
  margin: 0 auto;
}
div.main div.gallReantalsImage div.gallReantalsImageInner:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
div.main div.gallReantalsImage .overlayText {
  font-size: 2.3em;
  font-weight: bold;
  padding: 40vh 20%;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.3137254902);
  letter-spacing: 8px;
  color: #000;
  text-align: center;
  cursor: pointer;
}
div.main div.gallReantalsImage .overlay {
  /*  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    */
}
div.main div.gallReantalsImage .overlay img {
  height: auto;
  /*  width: 748px;*/
  display: none;
  opacity: 0;
  height: fit-content;
  /* width: 748px; */
  display: none;
  width: 100%;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  /* ...and now for the proper property */
  transition: opacity 0.2s ease-out;
}
div.main div.gallReantalsImage:hover img {
  opacity: 1;
  display: block;
  transition: 0.5s ease;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  /* ...and now for the proper property */
  transition: opacity 0.2s ease-out;
}
div.main div.gallReantalsImage:hover .overlayText {
  /*color:red;*/
  opacity: 0;
}
div.main div.gallReantalsImage:hover .overlay {
  opacity: 1;
}

.shop-grid .col-sm-6, .shop-grid .col-xs-6, .shop-grid .col-xs-12, .shop-grid .col-sm-3 {
  padding: 5px;
}

div.main div.mainText:nth-of-type(1), .main:nth-of-type(1) {
  /*  border-right:2px solid black;*/
}

div.main div.shopText {
  /* width: 60vw; */
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 142px;
  padding: 20vh 5vw;
  background: #fff;
  letter-spacing: 0.42em;
  font-size: 1.3em;
  min-width: 1024px;
}
div.shopContainerInner {
  /*max-width: 1350px;

  display: flex;*/
  /*display: grid;*/
  display: block;
  margin: 0 auto;
  left: 0;
  position: relative;
  /*padding-left: 120px;*/
  max-width: 1400px;
  width: 100%;
  padding-bottom: 40px;
  /*background: red;*/
}
div.shopContainerInner h5 {
  font-weight: bold;
  padding-left: 40px;
}
div.ShopCategory {
  width: 13%;
  float: left;
  min-width: 200px;
  /*background: yellow;*/
}

.ShopProducts {
  /*background: pink;*/
}

.ShopRow {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

#productImageMain {
  /*background: red;*/
  display: inline-block;
}
#productImageMain img {
  width: 420px;
  height: 450px;
}

.ProductForm {
  display: inline-block;
  vertical-align: top;
  padding-left: 37px;
  /*  background: pink;*/
}

.ProductFormInner {
  display: grid;
  height: 450px;
  letter-spacing: 0.3rem;
}
.ProductFormInner label {
  width: 120px;
}
.ProductFormInner div {
  display: table;
}
.ProductFormInner button {
  background: unset;
  font-size: 14px;
  line-height: 2;
}

.ProductForm .productPrice {
  font-size: 2.25rem;
  /*font-size: 2rem;*/
  vertical-align: middle;
  display: table-cell;
}
.ProductForm .productName {
  font-weight: bold;
  line-height: 32px;
  vertical-align: top;
  display: table-cell;
}
.ProductForm .productSizes {
  font-weight: bold;
  display: block;
}
.ProductForm .productDescription {
  font-weight: 100;
}

.ProductFormPanel {
  padding-top: 45px;
}
.ProductFormPanel form .formaddcart {
  padding-top: 20px;
}

.ShopDetail {
  /*background: yellow;*/
}

.ProductPreviewGallery img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-top: 20px;
}

div.shopContainerInner .ShopCategory ul {
  list-style-type: none;
}
div.shopContainerInner .ShopCategory ul li {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-family: Helvetica, sans-serif;
}
div.shopContainerInner .ShopCategory ul li.active, div.shopContainerInner .ShopCategory ul li:hover {
  font-weight: bold;
}
div.shopContainerInner .productContainer {
  padding: 0 16px 16px 16px;
  width: 33%;
}
div.shopContainerInner .productImage {
  /*width: 250px;
  height: 270px;
  display: block;
  background-color: #998675;*/
  width: 100%;
  display: inline-block;
}
div.shopContainerInner .ShopProducts p.productName, div.shopContainerInner .ShopProducts p.productPrice, div.shopContainerInner .ShopProducts p a {
  padding: 0;
  margin: 4px 0px 0px 0;
  color: #998675;
  font-size: 12px;
  line-height: 1.2;
}

.ShopProducts a:hover {
  color: #c6b8ac;
}

div.shopContainerInner .ShopProducts {
  /*float: left;*/
  /*width: 855px;*/
  margin: 0 auto;
  float: left;
  width: 80%;
}
div.shopContainerInner .ShopCategory {
  float: left;
}

.gallSurf ul.blocks-gallery-grid li {
  list-style: none;
  float: left;
  width: 100%;
}
.gallSurf ul.blocks-gallery-grid li:nth-child(1) figure {
  width: 100%;
}
.gallSurf ul.blocks-gallery-grid li:nth-child(2) figure, .gallSurf ul.blocks-gallery-grid li:nth-child(3) figure, .gallSurf ul.blocks-gallery-grid li:nth-child(4) figure, .gallSurf ul.blocks-gallery-grid li:nth-child(5) figure {
  width: 50%;
}
.gallSurf img {
  width: inherit;
}

.restaurantGallery img, .restaurantGallery2 img, .gallShaping img, .gallLocation img, .roomgallery img {
  width: inherit;
}

.gallSurf {
  margin: 0 auto;
}
.gallSurf .first-block {
  max-height: 400px;
  overflow: hidden;
  padding: 2vh 1vh 2vh 1vh;
}
.gallSurf .first-block:nth-child(1) {
  /*width: 1308px;*/
  max-height: 981px;
  /*width: 1308px;*/
  max-height: 981px;
}
.gallSurf .first-block:nth-child(6) {
  /*width: 1308px;*/
  max-height: 540px;
}
.gallSurf .first-block:nth-child(7) {
  /*width: 1308px;*/
  max-height: 981px;
}

.restaurantGallery, .restaurantGallery2, .gallShaping, .gallLocation, .roomgallery {
  margin: 0 auto;
}

.gallSurf .first-block, .restaurantGallery .first-block, .restaurantGallery2 .first-block, .gallShaping .first-block, .gallLocation .first-block, .roomgallery .first-block {
  max-height: 400px;
  overflow: hidden;
  /*padding: 2vh 1vh 2vh 1vh;*/
  /*padding: 30px 15px 30px 15px;*/
  padding: 42px 21px 42px 21px;
}

.restaurantGallery .first-block:nth-child(1) {
  /*width: 1308px;*/
  max-height: 981px;
  /*width: 1308px;*/
  max-height: 981px;
}
.restaurantGallery .first-block:nth-child(4) {
  /*width: 1308px;*/
  max-height: 540px;
}

.restaurantGallery2 .first-block:nth-child(1) {
  /*width: 1308px;*/
  max-height: 981px;
  /*width: 1308px;*/
  max-height: 980px;
}
.restaurantGallery2 .first-block:nth-child(2) {
  /*width: 1308px;*/
  max-height: 980px;
}
.restaurantGallery2 .first-block:nth-child(3) {
  /*width: 1308px;*/
  max-height: 720px;
}

.gallShaping .first-block:nth-child(1) {
  /*width: 1308px;*/
  max-height: 981px;
}
.gallShaping .first-block:nth-child(5) {
  /*width: 1308px;*/
  max-height: 540px;
}

/**/
.gallLocation .first-block:nth-child(1) {
  /*width: 1308px;*/
  max-height: 400px;
}
.gallLocation .first-block:nth-child(1) img {
  /*width: 1308px;*/
  height: 400px;
}
.gallLocation .first-block:nth-child(2) {
  /*width: 1308px;*/
  max-height: 400px;
}
.gallLocation .first-block:nth-child(2) img {
  /*width: 1308px;*/
  height: 400px;
}
.gallLocation .first-block:nth-child(3), .gallLocation .first-block:nth-child(4) {
  /*width: 1308px;*/
  max-height: 531px;
}

.restaurantGallery2 .first-block:nth-child(1) img, .restaurantGallery2 .first-block:nth-child(2) img {
  /*width: 1308px;*/
  height: 980px;
}

.roomgallery .first-block:nth-child(3) img {
  max-height: 531px;
}

.wpGalleryRestaurant1 .first-block, .wpGalleryRestaurant2 .first-block, .wpGallerySurf .first-block, .gallLocation1 .first-block, .restaurantGallery3 .first-block, .gallShaping1 .first-block, .gallSurf1 .first-block {
  padding: 2vh;
}

#roomColapse {
  padding: 1vh;
  padding-bottom: 0;
  margin-bottom: -3vh;
}
#roomColapse .gridLinks {
  margin: 0 auto;
  width: 50%;
  /* background-color: beige; */
  text-align: center;
  float: left;
  display: flex;
  height: 300px;
  /*padding: 3vh 2vh 3vh 2vh;*/
  /*padding: 1vh 1vh 1vh 1vh;*/
  padding: 2vh 2vh 2vh 2vh;
  display: table;
  /* height: 151px; */
  /*padding: 70px;*/
  /*border: 1px solid;*/
}
#roomColapse .gridLinks div {
  background-color: black;
  width: 100%;
  color: white;
  display: table-cell;
  vertical-align: middle;
}
#roomColapse .gridLinks div a {
  color: white;
  /*font-size: 18px;*/
  font-weight: bold;
  letter-spacing: 0.42em;
  font-size: 1.3em;
}

.roomsCollapseButton, .roomsPrivates, .roomsBungalows, .roomsLiving, .roomsDorm, .roomsKing, .roomsCamp, .roomsDeluxKingStudio, .roomsDeluxDorm {
  cursor: pointer;
}

/*book now panel */
.sidebar-booknow {
  position: fixed;
  top: calc(42vh + 1px);
  height: 130px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  transition: left 0.5s ease-out, width 0.2s ease-out, opacity 0.1s ease-out;
  z-index: 9999;
}
.sidebar-booknow.hide {
  opacity: 0;
  display: none !important;
}
.sidebar-booknow.open {
  left: 42px;
  width: 300px;
  opacity: 1;
  transition: left 0.5s ease-out, width 0.5s ease, opacity 0.5s ease;
  display: block !important;
}
.sidebar-booknow input {
  /*width: 50%;
  height: 36px;
  padding: 5px;*/
  width: 100px;
  height: 42px;
  padding: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 13px;
  text-align: left;
}
.sidebar-booknow .booknow span {
  display: inline-flex;
}
.sidebar-booknow input #date-time-edit:nth-child(1) {
  color: black;
}
.sidebar-booknow .btn--booknow {
  background: #00bcd4;
  color: #fff;
  border: none;
  font-size: 18px;
}

.btn--togglebook {
  width: 130px;
  height: 60px;
  padding: 15px !important;
  position: absolute;
  border-radius: 10px !important;
  top: calc(42vh - 29px);
  right: -102px;
  position: fixed;
  left: -54px;
  z-index: 9999;
  line-height: 48px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit !important;
  -webkit-transform: rotate(-90deg);
  border: none;
}
.btn--togglebook:hover {
  background-color: #4F5E79 !important;
}

.btn--booknow::before {
  content: "";
  font-family: fontAwesome;
  color: #fff;
  font-size: 18px;
}

.booknow {
  display: block;
  text-align: center;
}
.booknow .CloudBedsWidget .widgetHotelsForm a.submit_link {
  background: #000000 !important;
  color: #fff !important;
}
.booknow .CloudBedsWidget .widgetHotelsForm a.submit_link:hover {
  background-color: #4F5E79 !important;
}

#clear, #spin {
  display: none;
}

#inner-editor {
  display: none;
  color: red;
}

.booknow button {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  font-family: inherit !important;
  color: #ffffff !important;
  background-color: #064126;
  border: none;
  padding: 15px !important;
  font-size: 10px !important;
  font-weight: 500;
  display: block !important;
  justify-content: center;
  letter-spacing: 3px !important;
  top: -6px !important;
  box-shadow: none !important;
  line-height: 10px;
  text-align: center;
  font-size: 13px !important;
  letter-spacing: 3px !important;
}
.booknow button:hover {
  background-color: #4F5E79 !important;
}

.widgetHotelsForm .acessa_widget_block {
  width: 49% !important;
  display: inline-table !important;
  margin: 0 !important;
}

.CloudBedsWidget .vertical-widget {
  width: 100% !important;
  display: inline-table;
}

.widgetHotelsForm .vertical-widget a.submit_link {
  padding: 5px !important;
  min-width: 100px !important;
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  font-size: 12px;
  color: #000 !important;
}

.booknow i {
  padding: 10px;
}

input.in::before {
  content: "IN";
  font-family: fontAwesome;
  color: #fff;
  font-size: 18px;
}
input.out::before {
  content: "OUT";
  font-family: fontAwesome;
  color: #fff;
  font-size: 18px;
}
input.person::before {
  content: "\f007";
  font-family: fontAwesome;
  color: #fff;
  font-size: 18px;
}

.sidebar-booknow .btn--booknow {
  background: rgba(255, 255, 255, 0.1);
  color: #131417;
  border: none;
  border: 1px solid;
  font-size: 18px;
  padding: 10px;
  width: 126px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
}

/*@media screen and (max-width: 600px) {
  .sidebar-booknow{
    top:unset;
    right: unset;
      /*right: 50%;
    bottom:0;
    top: 100%;
    bottom: 0;
    position: fixed;
    width: 100%;
    left: unset;
    box-shadow: unset;
        background: unset;
        transition: top .5s ease;
        top: unset;
    bottom: -286px;
    z-index: 9;
    transform: translateY(-50%);
    transition: left .5s ease;
  }
  .sidebar-booknow.open{
        left: unset;
        top: unset;
        right: unset;
bottom: 0;
background: #fff;
  }
  .btn--togglebook{
    left: 0;
    width: 100%;
    /*top: 2rem;
    top: -52px;
    bottom: 0;
    /* right: -115%;
    -webkit-transform: rotate(0deg);
    /* margin: 0 auto;
    /* left: 138px;
  }
  .sidebar-booknow form{
    /*display: none;
    opacity: 0;
  }


}
*/
#restaurantMenu {
  width: 100%;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  /*border: 3px solid #666666;

    height: 769px;
    overflow: hidden;
    overflow-y: scroll;*/
}

.RestaurantMenu {
  display: grid;
  padding: 0;
  border: 3px solid #666666;
  width: calc(100% - 44px);
  margin: 0 auto;
}
.RestaurantMenu:nth-child(2) {
  margin-top: 50px;
}
.RestaurantMenu h2 {
  padding-left: 35px;
  padding-top: 65px;
}
.RestaurantMenu figure {
  margin: 0 auto;
  width: 50vw;
}

/*#restaurantMenu #menu1::before{
  content: "<div class='testmenu'>";
  display:block;
}
#restaurantMenu #menu2::before{
  content: "</div><div class='testmenu'>";
  display:block;
}
#restaurantMenu .wp-block-image:nth-child(2){
  background-color: pink
}*/
.widgetHotelsForm, .acessa_widget_block, .widgetHotelsInputText.dateType a message, input.widgetHotelsInputText div {
  color: white;
}

.beginingTextContainer {
  width: 100vw;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 142px;
  background: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  /* margin-bottom: 3vh; */
}
.beginingTextContainer .mainTextLine {
  width: 72%;
}

.homeContainer .beginingTextContainer .mainTextLine {
  width: unset;
}

.homeContainer section {
  margin: 20px 0 0 0;
}

.reantalsContainer .beginingTextContainer {
  margin-bottom: 128px;
}

.beginingTextContainerInner p {
  width: 48vw;
  margin: 2vh 0 0 0;
  display: block;
}
.beginingTextContainerInner p:last-child {
  margin: 20px 0 0 0;
}

.priceContainer .beginingTextContainerInner {
  width: 48vw;
  margin: 0 auto;
}

.homeContainer .beginingTextContainerInner h3, .homeContainer .beginingTextContainerInner p, .homeContainer .beginingTextContainerInner h2, .homeContainer .beginingTextContainerInner h4, .homeContainer .beginingTextContainerInner h5, .homeContainer .beginingTextContainerInner img {
  width: 57vw;
}

.mainText p a {
  font-weight: bold;
}

.logoslistReantals {
  width: 70vw;
  margin: 0 auto;
}
.logoslistReantals img {
  padding: 30px 30px 30px 0px;
}

.line_logo_rooms:after {
  content: "";
  display: block;
  background: url("../../img/new/border/line_logo_rooms.png") no-repeat;
  width: 136px;
  height: 121px;
  position: absolute;
  bottom: 0;
  right: 0.1vw;
}

.line_logo_home:after {
  content: "";
  display: block;
  background: url("../../img/new/border/line_logo_home.png") no-repeat;
  width: 130px;
  height: 121px;
  z-index: 99999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.line_logo_el_somos_cafe:after {
  content: "";
  display: block;
  background: url("../../img/new/el_somos_cafe_red.png") no-repeat;
  width: 130px;
  background-size: 110px;
  height: 121px;
  z-index: 99999;
  position: absolute;
  bottom: 37px;
  right: 9px;
}

.line_logo_shaping:after {
  content: "";
  display: block;
  background: url("../../img/new/icons/icons_web-09.png") no-repeat;
  width: 130px;
  background-size: 100px;
  height: 121px;
  z-index: 99999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.line_logo_surf:after {
  content: "";
  display: block;
  background: url("../../img/new/icons/icons_web-13.png") no-repeat;
  width: 130px;
  background-size: 100px;
  height: 121px;
  z-index: 99999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.line_logo_activity:after {
  content: "";
  display: block;
  background: url("../../img/new/icons/icons_web-12.png") no-repeat;
  width: 136px;
  height: 121px;
  position: absolute;
  bottom: 0;
  background-size: contain;
  right: 0.6vw;
}

.mainTextLine:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 50px);
  position: absolute;
  bottom: 150px;
  right: 76px;
  border-right: 1px solid #000;
}

/* Gallery's css */
.wpGalleryImageInner {
  /*  width: 680px;*/
  height: 400px;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wpGalleryContainer {
  margin: 0 auto;
  width: 100%;
}

.shopContainer .beginingTextContainerInner,
.homeContainer .beginingTextContainerInner,
.locationContainer .beginingTextContainerInner,
.blogContainer .beginingTextContainerInner {
  padding: 20vh 0;
  min-height: 30vh;
}

.blogContainer .beginingTextContainerInner {
  width: 48vw;
  margin: 0 auto;
}
.blogContainer .beginingTextContainerInner h3 a {
  color: #63842d;
}

.restaurantContainer .beginingTextContainerInner {
  padding: 20vh 0;
  min-height: 30vh;
}
.restaurantContainer img.menu {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.el_somos_cafeontainer .mainTextLine:before {
  padding: 20vh 0;
  min-height: 30vh;
}

.el_somos_cafeContainer .beginingTextContainerInner {
  padding: 20vh 0;
  min-height: 30vh;
}
.el_somos_cafeContainer img.menu {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.el_somos_cafeContainer .mainTextLine:before {
  padding: 20vh 0;
  min-height: 30vh;
}

.beginingTextContainerInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.roomsContainer .beginingTextContainerInner {
  align-items: center;
  padding: 7vh 0;
  min-height: 30vh;
}

.shapingContainer .beginingTextContainerInner {
  padding: 20vh 0;
  min-height: 30vh;
}

.activityContainer .beginingTextContainerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20vh 0;
  min-height: 30vh;
}

.roomsContainer .mainTextLine:before {
  max-height: 570px;
}

.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date {
  color: #000 !important;
  width: 90px;
  background-size: 20px;
}

.booknow .widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date {
  color: #000 !important;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: url(../../img/new/icons/icons_web-01.png) no-repeat scroll 95% center transparent;
  width: 90px;
  background-size: 20px;
}

.widgetHotelsForm a.submit_link {
  font-family: "DIN", sans-serif !important;
  font-weight: normal !important;
}

.mainText h2 {
  color: #000;
  font-weight: bold;
  font-family: "DIN-Black", sans-serif !important;
}
.mainText h3 {
  color: #000;
  font-weight: bold;
  font-family: "DIN-Black", sans-serif !important;
  margin-top: -7px;
  padding: 0;
  letter-spacing: 1vw;
}
.mainText p {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 9px;
}
.mainText p b {
  color: #000;
  font-weight: bold;
  font-family: "DIN-Black", sans-serif !important;
}

.header .CloudBedsWidget .widgetHotelsForm, .header .CloudBedsWidget .widgetHotelsFormNew {
  bottom: 0%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 70vh;
  width: 80vw;
  background-color: rgba(255, 255, 255, 0.7);
}
.header .CloudBedsWidget .widgetHotelsForm a.submit_link {
  width: 260px !important;
  max-width: unset;
  font-size: 12px !important;
  font-weight: lighter !important;
  font-family: "DIN", sans-serif !important;
  padding: 10px 4px !important;
  letter-spacing: 7px !important;
}

#roomGallerySlide > a {
  height: 70vh;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  margin: 2vh;
  width: calc(100% - 4vh);
}
#roomGallerySlide > a > span {
  font-size: 2em;
  color: #fff;
  padding: 33vh;
  background-color: unset;
}
#roomGallerySlide > a:hover > span {
  font-size: 2em;
  color: #fff;
  display: block;
}

.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
  color: #000 !important;
}

.booknow div .widgetHotelsForm .acessa_widget_block p {
  color: #000;
  display: inline-block;
  width: 119px !important;
  text-align: left;
  padding: 5px;
}

div.surf-fc-widget {
  width: 701px;
  display: inline-block;
  height: 280px;
  margin-left: -50px;
}

img.santaTeresa {
  width: 570px;
  max-width: 700px;
  min-width: 500px;
  display: inline-block;
  vertical-align: top;
  margin: 60px 0px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.btn--whatsup {
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  position: fixed;
  z-index: 998;
  line-height: 48px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 35px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 3px 10px;
}
.btn--whatsup:hover {
  background-color: #4F5E79 !important;
  color: #ffffff;
}

@media (max-width: 450px) {
  .btn--whatsup {
    bottom: 60px;
  }
}
.activityDiv {
  margin: 0 auto;
  width: 1366px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
}
.activityDiv div {
  width: calc(32% - 50px);
  height: 740px;
  background-color: #fff;
  margin-bottom: 2vh;
  margin: 25px;
}
.activityDiv div span {
  padding: 236px 50px;
  color: #fff;
  width: 100%;
  height: 510px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4px;
}
.activityDiv div p {
  margin: 10px 0;
  padding: 10px 0;
}
.activityDiv div button {
  color: #ffffff !important;
  background-color: #064126;
  border: none;
  border-radius: 10px !important;
  font-weight: 500;
  padding: 10px 15px !important;
  font-size: 14px !important;
  display: inline-block !important;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
  /* line-height: 10px; */
  text-align: center;
}

@media (min-width: 450px) {
  .activityDiv div {
    width: calc(32% - 50px);
    height: auto;
    background-color: #fff;
    margin-bottom: 2vh;
    margin: 25px;
  }
}
.mobile .activityDiv div {
  width: 100%;
}

/* Rooms page */
/* Button */
.btn-book-now {
  color: #ffffff !important;
  background-color: #000000;
  border: none;
  border-radius: 0px !important;
  padding: 15px !important;
  font-size: 10px !important;
  display: block !important;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
  line-height: 10px;
  text-align: center;
  font-size: 20px !important;
}
.btn-book-now:hover {
  background-color: black;
}

@media (max-width: 450px) {
  .btn-book-now {
    font-size: 15px !important;
  }
}
.mobile-sticky-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.mobile-sticky-footer .btn-book-now {
  width: 100%;
}

@media (max-width: 450px) {
  .mobile-sticky-footer {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
}
.roomsGalleries {
  height: 40px;
  display: flex;
  margin: 0 0 10px 10px;
}
.roomsGalleries .title {
  border-top-right-radius: 30px 30px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  letter-spacing: 4px !important;
}

.room {
  padding: 10px;
  color: #000000;
}
.room:hover {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 25px rgba(35, 31, 32, 0.33);
  z-index: 21;
}
.room .title {
  margin: 12px 0;
}
.room .textDiv {
  min-height: 340px;
}
.room h2 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "DIN-Black", sans-serif;
  min-height: 38px;
}
.room span {
  font-size: 12px;
  margin: 10px 0 0 0;
  line-height: 12px;
  display: block;
  min-height: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "DIN-Black", sans-serif;
}
.room p {
  font-size: 12px;
  margin: 0 0 10px 0;
  overflow: hidden;
  font-weight: normal;
  letter-spacing: 1px;
  /* font-family: "DIN-Black", sans-serif; */
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.room .size {
  display: flex;
  flex-direction: column;
  margin: 25px 0 0 0;
}
.room .size span {
  font-size: 14px;
  margin-left: 5px;
  margin-top: 0;
  line-height: 15px;
}
.room .view-room {
  font-size: 14px;
  margin: 15px 0px;
  border-bottom: 1px solid #000;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "DIN-Black", sans-serif;
}
.room .view-room:hover {
  color: #000;
}
.room .cta-button {
  display: flex;
  justify-content: left;
}
.room .book-now {
  color: #ffffff !important;
  background-color: #000000;
  border: none;
  border-radius: 10px !important;
  padding: 15px !important;
  font-size: 10px !important;
  display: block !important;
  justify-content: center;
  letter-spacing: 4px !important;
  box-shadow: none !important;
  line-height: 10px;
  text-align: center;
  font-size: 14px !important;
  margin: 0 0 10px 0px;
  position: absolute;
  bottom: 15px;
}
.room .book-now:hover {
  background-color: black !important;
}

.private-rooms .slick-list.draggable {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
}
.private-rooms .slick-prev, .private-rooms .slick-next {
  background: transparent !important;
}

/* .specials .slick-list.draggable {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -50px;
} */
.view-room-wrapper {
  display: flex;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding: 6px 0;
}
.dropdown .book-now {
  /* width: 70%; */
  color: #ffffff !important;
  background-color: #000000;
  border: none;
  border-radius: 10px !important;
  padding: 15px !important;
  font-size: 10px !important;
  font-weight: 500;
  display: block !important;
  justify-content: center;
  letter-spacing: 3px !important;
  top: -6px !important;
  box-shadow: none !important;
  line-height: 10px;
  text-align: center;
  font-size: 13px !important;
  letter-spacing: 3px !important;
  font-family: inherit !important;
}
.dropdown .book-now:hover {
  background-color: #4F5E79 !important;
}
.dropdown a {
  border-bottom: 1px solid transparent;
}

/* Dropdown Menu */
/* The container <div> - needed to position the dropdown content */
.dropbtn a:hover {
  border-bottom: 1px solid #000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  top: 52px;
  background-color: rgba(255, 255, 255, 0.7607843137);
  min-width: max-content;
  z-index: 1;
  text-align: left !important;
  padding: 5px 10px 10px 10px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  padding: 2px 15px !important;
  letter-spacing: 3px !important;
  font-size: 12px;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
}
.dropdown-content span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px !important;
}
.dropdown-content button {
  width: 100%;
  color: #ffffff !important;
  background-color: #064126;
  border: none;
  border-radius: 10px !important;
  padding: 15px !important;
  margin: 10px 0 0 0;
  font-size: 10px !important;
  display: block !important;
  justify-content: center;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
  line-height: 10px;
  text-align: center;
  font-size: 12px !important;
}
.dropdown-content button:hover {
  background-color: #4F5E79 !important;
}

@media (min-width: 768px) {
  .dropbtn a {
    font-size: 12px;
  }
}
@media (min-width: 1000px) {
  .dropbtn a {
    font-size: 12px;
  }
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover:not(:last-child) {
  text-decoration: underline;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Room detail page */
/* .room-detail .cta-button {
    width: 70%;
} */
.room-detail {
  color: #000000;
}
.room-detail .slick-slide img {
  width: inherit !important;
  height: 710px;
}
.room-detail .title {
  color: #000000;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "DIN-Black", sans-serif;
}
.room-detail .title h2 {
  font-size: 26px;
  margin: 0;
  line-height: 32px;
  position: relative;
  top: -7px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "DIN-Black", sans-serif;
}
.room-detail .title span {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "DIN-Black", sans-serif;
}
.room-detail p {
  margin: 15px 0;
  font-weight: normal;
  letter-spacing: 1px;
  /* font-family: "DIN-Black", sans-serif; */
  font-size: 13px;
}
.room-detail .person {
  margin: 15px 0;
}
.room-detail .size {
  margin: 0 0 15px 0;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "DIN-Black", sans-serif;
}
.room-detail .room-details ul {
  list-style-type: "- ";
  padding: 0 0 0 10px;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
.room-detail .book-now {
  width: 100%;
  color: #ffffff !important;
  background-color: #000000;
  border: none;
  border-radius: 10px !important;
  padding: 15px !important;
  font-size: 10px !important;
  display: block !important;
  justify-content: center;
  letter-spacing: 4px !important;
  top: -6px !important;
  box-shadow: none !important;
  line-height: 10px;
  text-align: center;
  font-family: inherit !important;
  font-size: 14px !important;
}
.room-detail .book-now:hover {
  background-color: #4F5E79 !important;
}

.gallery-header {
  display: flex;
  justify-content: end;
  padding: 0 5px 15px;
}
.gallery-header .title {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 6px;
  top: 40vh;
  margin: 0;
}
.gallery-header .arrow-link {
  display: flex;
  align-items: center;
}
.gallery-header .arrow-link svg {
  width: 30px;
  height: 30px;
  padding: 0 0 0 5px;
}

/* Uncomment this section if you want to apply styles to span within .arrow-link */
/* .gallery-header .arrow-link span {
    width: 100px;
} */
.arrow-link.next-btn {
  cursor: pointer;
}

@media (max-width: 450px) {
  .gallery-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 5px 10px 20px;
  }
  .gallery-header .title {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 6px;
    top: 40vh;
    margin: 0;
  }
  .gallery-header .arrow-link {
    display: flex;
    align-items: center;
  }
  .gallery-header .arrow-link svg {
    width: 30px;
    height: 30px;
    padding: 0 0 0 5px;
  }
  /* Uncomment this section if you want to apply styles to span within .arrow-link */
  /* .gallery-header .arrow-link span {
        width: 100px;
    } */
}
.galleryContainer .slick-slide {
  margin: 0 5px;
}
.galleryContainer .slick-slide img {
  width: 100% !important;
  text-align: center;
  margin: 0;
}
.galleryContainer .slick-active {
  opacity: 1;
}
.galleryContainer .slick-next, .galleryContainer .slick-prev {
  border-radius: 100px;
  width: 50px !important;
  height: 50px !important;
  /* top: calc(28vh + 25px) !important; */
}
.galleryContainer .slick-next {
  right: -5%;
}
.galleryContainer .slick-next:before {
  font-family: system-ui !important;
  content: "→" !important;
}
.galleryContainer .slick-prev {
  left: -5%;
}
.galleryContainer .slick-prev:before {
  font-family: system-ui !important;
  content: "←" !important;
}
.galleryContainer .slick-prev:hover, .galleryContainer .slick-prev:focus {
  color: black !important;
  outline: none;
  background: white !important;
}
.galleryContainer .slick-next:hover, .galleryContainer .slick-next:focus {
  color: black !important;
  outline: none;
  background: white !important;
}

.mt-54 {
  margin: 54px 0 0 0;
}

/* Room detail gallery slick styles */
#room-detail-gallery .slick-slide {
  opacity: 0;
}
#room-detail-gallery .slick-slide.slick-active {
  opacity: 1;
}
#room-detail-gallery .slick-next, #room-detail-gallery .slick-prev {
  border-radius: 100px;
  width: 50px !important;
  height: 50px !important;
}
#room-detail-gallery .slick-next:before {
  font-family: system-ui !important;
  content: "→" !important;
}
#room-detail-gallery .slick-prev:before {
  font-family: system-ui !important;
  content: "←" !important;
}
#room-detail-gallery .slick-prev:hover, #room-detail-gallery .slick-prev:focus {
  color: black !important;
  outline: none;
  background: white;
}
#room-detail-gallery .slick-next:hover, #room-detail-gallery .slick-next:focus {
  color: black !important;
  outline: none;
  background: white;
}
#room-detail-gallery .slick-slide {
  margin: inherit;
  text-align: center;
}
@media (max-width: 450px) {
  #room-detail-gallery .slick-next, #room-detail-gallery .slick-prev {
    display: none !important;
  }
}
.room-detail {
  max-width: 90vw;
  margin: 120px auto 0 auto;
}

@media (max-width: 990px) {
  .room-detail {
    height: 100%;
    min-height: 100%;
  }
  #room-detail-gallery .slick-slide img {
    width: inherit !important;
    height: 100% !important;
    max-height: 520px !important;
    object-fit: cover;
  }
}
@media (max-width: 450px) {
  .room-detail {
    height: 100%;
    min-height: 100%;
  }
  #room-detail-gallery .slick-slide img {
    width: 100% !important;
    object-fit: cover;
    aspect-ratio: 8/10;
  }
}
@media screen and (max-width: 450px) {
  .coming-soon img {
    width: 300px;
  }
  .discount:hover {
    background: unset !important;
    box-shadow: unset !important;
    z-index: 21;
  }
}
@media (max-width: 1615px) {
  .nav-left .menu-active {
    padding: 0 22px;
  }
  .nav-right .menu-active {
    padding: 0 5px;
  }
  .specials .discount .text-content {
    position: relative;
    /* min-height: 300px; */
  }
}
@media (max-width: 1420px) {
  .nav-left .menu-active {
    padding: 0 18px;
  }
  .nav-right .menu-active {
    padding: 0 2px;
  }
  .specials .discount .text-content {
    position: relative;
    /* min-height: 320px; */
  }
}
@media (max-width: 1285px) {
  .nav-left .menu-active {
    padding: 0 10px;
  }
  .nav-right .menu-active {
    padding: 0 2px;
  }
  .nav-right li:first-child {
    padding: 0 2px 0 27px;
  }
  .specials .discount .text-content {
    position: relative;
    /* min-height: 340px; */
  }
}
@media screen and (max-width: 450px) {
  .room h2 {
    font-size: 24px;
  }
  .specials .discount h2 {
    font-size: 20px;
    /* min-height: 70px; */
  }
  .specials.detail .discount-amount p {
    font-size: 27px;
  }
}
@media screen and (max-width: 1200px) {
  .room h2 {
    min-height: 38px;
  }
  .room span {
    min-height: 20px;
  }
  .as-see-in a img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 745px) and (min-width: 600px) {
  .mt-54 {
    margin: 78px 0 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
/* Pagination arrow size fix */
.novinkyContainer nav svg {
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle;
}

/* === GP: hide decorative right-side line logos and vertical line on all subpages === */
.line_logo_rooms:after,
.line_logo_home:after,
.line_logo_shaping:after,
.line_logo_surf:after,
.line_logo_activity:after,
.mainTextLine:after {
  display: none !important;
}
