#middle {
  float: left;
  width: 100%;
}
#welCome {
  padding-top: 100px;
  padding-bottom: 50px;
}
#welCome .content {
  position: relative;
}
#welCome big {
  font-family: "comfortaa-bold";
  font-size: 225px;
  color: rgba(17, 17, 17, 0.05);
  position: absolute;
  top: -10px;
  left: -84px;
  letter-spacing: 0.2px;
}
#welCome h2 {
  margin: 0 0 20px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
}
#welCome h3 {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #111111;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1px;
}
#welCome h3 strong {
  font-weight: 700;
}
#welCome p {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
}
#welCome .button {
  position: relative;
  display: inline-block;
  padding: 14px 60px 14px 25px;
  background-color: #ff9900;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease-out;
  margin-top: 15px;
}

#welCome .button:after {
  content: "";
  width: 45px;
  background-image: url(../../../images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
#welCome .button:hover {
  background-color: #45c2cc;
}
#welCome .image {
  text-align: right;
}
#welCome .image img {
  border-radius: 100% 100% 100% 25%;
  box-shadow: 0px 23px 21px rgba(30, 31, 31, 0.15);
}
#ourHotels {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
#ourHotels .title {
  position: relative;
  padding: 52px 0;
  text-align: center;
}
#ourHotels .title big {
  font-family: "comfortaa-bold";
  font-size: 225px;
  color: rgba(17, 17, 17, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  letter-spacing: 0.2px;
}
#ourHotels .title h2 {
  margin: 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
}
#ourHotels .title p {
  margin: 0;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.hotels-listing-full .owl-stage-outer {
  overflow: visible;
  height: 542px;
}
.hotels-listing-full .owl-stage {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.hotels-listing-full .owl-item {
  height: 437px;
  opacity: 0.5;
  transform: none;
  transition: all 0.3s ease-out;
}
.hotels-listing-full .owl-item.active {
  opacity: 1;
}
.hotels-listing-full .owl-item.active.center {
  height: 542px;
}
.hotels-listing-full .item {
  position: relative;
  height: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px 25px 25px 15px;
  overflow: hidden;
}
.hotels-listing-full .item a {
  display: block;
  text-decoration: none;
}
.hotels-listing-full .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hotels-listing-full .item .info {
  width: 100%;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.84) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.84))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.84) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.84) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.84) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.84) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  position: absolute;
  bottom: 0;
}
.hotels-listing-full .item .from {
  display: inline-block;
  width: 66px;
  height: 66px;
  padding: 12px 0;
  margin-bottom: 10px;
  background-color: #ff9900;
  border-radius: 100% 100% 100% 15px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
}

.hotels-listing-full .item .from strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.hotels-listing-full .item p {
  min-height: 56px;
  margin: 0;
  font-size: 1rem;
  color: rgb(69, 194, 204);
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.5px;
}

.hotels-listing-full.owl-theme .owl-nav {
  top: 90%;
}
.hotels-listing-full.owl-theme .owl-nav button.owl-prev {
  left: 335px;
}
.hotels-listing-full.owl-theme .owl-nav button.owl-next {
  right: 337px;
}
#beneFits {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #45c2cc;
  background-image: url(../../../images/water-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#beneFits .items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: 1px solid #ffffff;
}
#beneFits .items:last-child {
  border-right: none;
}
#beneFits .items .icon {
  display: flex;
  align-items: center;
  width: 73px;
  height: 73px;
  margin-right: 17px;
  border: 0 solid #ffffff;
  border-radius: 100%;
}
#beneFits .items .icon img {
  width: auto;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
#beneFits .items p {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
}
#ourPlan {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
#ourPlan .title {
  position: relative;
  padding: 52px 0;
  text-align: center;
}
#ourPlan .title big {
  font-family: "comfortaa-bold";
  font-size: 225px;
  color: rgba(17, 17, 17, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#ourPlan .title h2 {
  margin: 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
}
#ourPlan .title p {
  margin: 0;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.plan-listing .owl-stage-outer {
  padding-bottom: 50px;
}
.plan-listing .item {
  position: relative;
  background-color: transparent;
  text-align: center;
}
.plan-listing .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #45c2cc;
  text-decoration: none;
}
.plan-listing .item a:hover {
  color: #ff9900;
  text-decoration: none;
}
.plan-listing .item a:hover .icon {
  background-color: #ff9900;
}
.plan-listing .item a:hover .icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.plan-listing .item p {
  width: 100%;
  margin: 0;
  font-size: 22px;
  color: #45c2cc;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1.5px;
}
.plan-listing .item .icon {
  display: flex;
  align-items: center;
  width: 74px;
  height: 74px;
  margin: 15px auto -37px auto;
  border: 2px solid;
  background-color: #ffffff;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.25s ease-out;
}
.plan-listing .item .icon img {
  width: auto;
  margin: 0 auto;
}
.plan-listing .item .image {
  width: 100%;
}
.plan-listing .item .image img {
  border: 2px solid;
  border-radius: 100% 100% 100% 25%;
  box-shadow: 0px 25px 25px rgba(30, 31, 31, 0.1);
}
.plan-listing .owl-item:nth-child(odd) .item h4 {
  order: 3;
}
.plan-listing .owl-item:nth-child(odd) .item .icon {
  order: 2;
  margin: -37px auto 15px auto;
}
.plan-listing .owl-item:nth-child(odd) .item .image {
  order: 1;
}
.plan-listing.owl-theme .owl-nav {
  top: calc(50% - 25px);
}
.plan-listing.owl-theme .owl-nav [class*="owl-"] {
  background: #ff9900;
}
.plan-listing.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #45c2cc;
}
#ourOffers {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ff9900;
}
#ourOffers .title {
  position: relative;
  padding: 52px 0;
  text-align: center;
}
#ourOffers .title big {
  font-family: "comfortaa-bold";
  font-size: 225px;
  color: rgba(255, 255, 255, 0.07);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  letter-spacing: 0.2px;
}
#ourOffers .title h2 {
  margin: 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
}
#ourOffers .title p {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
#hotel-offers .offers-listing {
  margin-bottom: 100px;
}
.offers-listing .item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 13px 22px 25px rgba(0, 0, 0, 0.05);
  border-radius: 25px 25px 25px 15px;
  overflow: hidden;
}

.offers-listing .item p:empty {
  display: none;
}
.offers-listing .item a {
  display: block;
  text-decoration: none;
}


.offers-listing .item img {
  border-radius: 0px 0px 25px 0px;
}
.offers-listing .item .info {
  width: 100%;
  padding: 20px 20px;
  position: relative;
}

.offers-listing .item .info p {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


.offers-listing .item .info p {
  color: #45c2cc;
  font-size: 16px;
}


.offers-listing .item .from {
  display: inline-block;
  width: 66px;
  height: 66px;
  padding: 12px 0;
  background-color: #ff9900;
  border-radius: 100% 100% 100% 15px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  position: absolute;
  top: -46px;
  right: 20px;
}
.offers-listing .item .from strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.offers-listing .item p {
  min-height: 60px;
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #001111;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.offers-listing .item p {
  min-height: 50px;
  margin: 0;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  line-height: 25px;
}
.offers-listing.owl-theme .owl-nav {
  top: calc(50% - 25px);
}
.offers-listing.owl-theme .owl-nav button.owl-prev {
  left: -28px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.offers-listing.owl-theme .owl-nav button.owl-next {
  right: -28px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .offers-listing.owl-theme .owl-nav {
    top: calc(45% - 25px);
  }
  .offers-listing.owl-theme .owl-nav button.owl-prev {
    left: -10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  }
  .offers-listing.owl-theme .owl-nav button.owl-next {
    right: -10px;
  }
}
#location {
  padding-top: 50px;
  padding-bottom: 0px;
  overflow: hidden;
}
#location .container {
  position: relative;
}
#location .title {
  position: relative;
  padding: 37px 0;
}
#location .title big {
  font-family: "comfortaa-bold";
  font-size: 200px;
  color: rgba(17, 17, 17, 0.05);
  position: absolute;
  bottom: -40px;
  right: -9px;
  left: 0;
  letter-spacing: 0.2px;
}
#location .title h2 {
  margin: 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2px;
}
#location .title p {
  margin: 0;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
#location .newsletter {
  width: 504px;
  height: 504px;
  padding: 70px 40px;
  background-color: #45c2cc;
  border-radius: 100% 100% 100% 25%;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  #location .newsletter {
    top: -20px;
  }
}
@media screen and (max-width: 1491px) {
  #location .newsletter {
    margin: 0 auto;
    margin-bottom: -50px;
    position: static;
  }
}
#location .newsletter h2 {
  margin: 0 0 10px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#location .newsletter p {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}
#location .newsletter .form_group {
  position: relative;
  margin-bottom: 30px;
}
#location .newsletter .form_field {
  display: inline-block;
  width: 100%;
  padding: 16px 168px 16px 25px;
  outline: 0;
  border: 0px solid;
  background-color: white;
  border-radius: 30px;
  font-size: 16px;
  color: #2CCCD3;
  font-weight: 400;
}
#location .newsletter .form_field::placeholder {
  color: #2CCCD3;
}
#location .newsletter .form_submit {
  display: inline-block;
  padding: 16px 30px;
  border: none;
  background-color: #ff9900;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
#location .newsletter .form_submit:hover {
  background-color: #ffab1f;
  color: #ffffff;
  text-decoration: none;
}
#location .newsletter p {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.5px;
}
#location .newsletter ul.social {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#location .newsletter ul.social li {
  display: inline-block;
  width: auto;
  margin: 0 3px;
}
#location .newsletter ul.social li a {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid;
  background-color: transparent;
  border-radius: 100% 100% 100% 12px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
#location .newsletter ul.social li a i {
  margin: 0 auto;
}
#location .newsletter ul.social li a:hover {
  color: #ff9900;
  text-decoration: none;
  background-color: white;
}
#location .map {
  width: 100%;
}
#location .map > .location-img-container {
  height: 485px;
  background-image: url(/themes/default/images/map-img.jpg);
  background-size: cover;
  background-position-y: 80%;
  background-position-x: 20%;
}

@media screen and (max-width: 991px) {
  #location .map > .location-img-container {
    background-image: url(/themes/default/images/map-img-responsive.jpg);
    background-position: 35% 30%;
  }
}
#location .map iframe {
  width: 100%;
  height: 505px;
  vertical-align: top;
}
#ourHotels2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#ourHotels2 .title {
  order: 1;
}
#ourHotels2 .title h2 {
  margin: 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#ourHotels2 .title p {
  margin: 0;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
}
#ourHotels2 .content {
  order: 3;
  padding-top: 35px;
}
#ourHotels2 .content ul {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
#ourHotels2 .content ul li {
  float: left;
  width: 25%;
  padding: 0 15px;
  margin-top: -1px;
}
#ourHotels2 .content ul li a {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  color: #45c2cc;
  text-decoration: none;
}
#ourHotels2 .content ul li a:hover {
  color: #ff9900;
  text-decoration: none;
}
#ourHotels2 .content ul li p {
  margin: 0 0 7px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.5px;
}
#ourHotels2 .moredetails {
  order: 2;
  text-align: right;
}
#ourHotels2 .moredetails .button {
  position: relative;
  display: inline-block;
  margin-top: -67px;
  padding: 12px 60px 12px 25px;
  border: 1px solid;
  background-color: transparent;
  border-radius: 30px;
  font-size: 18px;
  color: #ff9900;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
#ourHotels2 .moredetails .button:after {
  content: "";
  width: 45px;
  background-image: url(../../../images/button-arrow-orange.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
}
#ourHotels2 .moredetails .button:hover {
  border-color: #ff9900;
  background-color: #ff9900;
  color: #ffffff;
}
#ourHotels2 .moredetails .button:hover:after {
  background-image: url(../../../images/button-arrow-white.png);
}
#azulineClub {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #45c2cc;
  background-image: url(../../../images/water-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
#azulineClub h2 {
  margin: 0 0 20px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#azulineClub p {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 1.5px;
}
#azulineClub .button {
  position: relative;
  display: inline-block;
  padding: 12px 60px 12px 25px;
  border: 1px solid;
  background-color: transparent;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
#azulineClub .button:after {
  content: "";
  width: 45px;
  background-image: url(../../../images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
}
#azulineClub .button:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #45c2cc;
}
#azulineClub .button:hover:after {
  background-image: url(../../../images/button-arrow-water.png);
}
#footer {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #footer {
    margin-bottom: 30px;
  }
}
.footerSection {
  float: left;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 0px;
}
.footerSection h3 {
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  font-size: 20px;
  color: #45c2cc;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.footerSection h3:after {
  content: "";
  width: 72px;
  border: 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footerSection h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #45c2cc;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
}
.footerSection .ftr_info {
  padding-bottom: 70px;
}
.footerSection .ftr_info .logo {
  margin-bottom: 40px;
}
.footerSection .ftr_info p {
  margin-bottom: 40px;
  font-size: 16px;
  color: #5e5e5e;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.6px;
}
.footerSection .ftr_info .card_image img {
  max-width: 100%;
}
.footerSection .logo img {
  max-width: 188px;
}
.footerSection .ftr_menu {
  padding-bottom: 70px;
}
.footerSection .ftr_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footerSection .ftr_menu ul li {
  margin: 0 0 22px 0;
  font-size: 16px;
  color: #5e5e5e;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.6px;
}
.footerSection .ftr_menu ul li:last-child {
  margin-bottom: 0px;
}
.footerSection .ftr_menu ul li a {
  color: #5e5e5e;
  text-decoration: none;
}
.footerSection .ftr_menu ul li a:hover {
  color: #000000;
  text-decoration: none;
}
.footerSection .ftr_contact {
  padding-bottom: 70px;
}
.footerSection .ftr_contact ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footerSection .ftr_contact ul li {
  display: flex;
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #5e5e5e;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.6px;
}
.footerSection .ftr_contact ul li:last-child {
  margin-bottom: 0px;
}
.footerSection .ftr_contact ul li span {
  margin-right: 7px;
  color: #45c2cc;
  font-weight: 500;
}
.footerSection .ftr_contact ul li p {
  margin: 0;
}
.footerSection .ftr_contact a {
  color: #5e5e5e;
  text-decoration: none;
}
.footerSection .ftr_contact a:hover {
  color: #000000;
  text-decoration: none;
}
.footerSection .ftr_social {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.footerSection .ftr_social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footerSection .ftr_social ul li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.footerBottom {
  float: left;
  width: 100%;
  height: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #45c2cc;
  overflow-x: hidden;
}
.footerBottom .copy_text {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.footerBottom .copy_text a {
  color: #333333;
  text-decoration: none;
}
.footerBottom .copy_text a:hover {
  color: #45c2cc;
  text-decoration: none;
}

.footerBottom .neobookings-powered-by {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.footerBottom .neobookings-powered-by img {
  margin-left: 5px;
  width: 85px;
}
@media(max-width: 992px){
  .footerBottom .neobookings-powered-by {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/*----------------- Inner Pages -----------------*/
#innerBanner {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
#innerBanner .banner {
  position: relative;
  background-color: #45c2cc;
}
#innerBanner .banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
#innerBanner .banner > img {
  width: 100%;
  max-width: 100%;
}
#innerBanner .banner .caption {
  position: absolute;
  width: 100%;
  top: 37%;
  transform: translateY(-50%);
  text-align: center;
}
#innerBanner .banner .caption h1 {
  margin: 0 0 15px 0;
  font-family: "comfortaa-bold";
  font-size: 50px;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#innerBanner .banner .caption p {
  margin: 0 0 25px 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}
#innerBanner .banner .caption p:last-child {
  margin-bottom: 0;
}


/*--------------Contact Page-------------------*/
#contact .more-info-container {
  margin-top: 35px;
  font-size: 14px;
}

/*---------------Experiencies Page--------------*/
#experiencies #templateSection .container,
#experiencies #templateSection .description {
  text-align: center;
}

#experiencies .btn-readmore {
  position: relative;
  display: inline-block;
  padding: 14px 60px 14px 25px;
  background-color: #ff9900;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease-out;
  cursor: pointer;
  margin-top: 15px;
}

#experiencies .btn-readmore:after {
  content: "";
  width: 45px;
  background-image: url(../../../images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
#experiencies .btn-readmore:hover {
  background-color: #45c2cc;
}

/*-----------------Hotel Gallery---------------*/
#hotel-gallery .gallery-hotel-container {
  width: 100%;
}
#hotel-gallery .isotope_grid {
  width: 100%;
}

#hotel-gallery .isotope_grid .isotope_item {
  position: relative;
  padding: 15px 15px;
}

#hotel-gallery .isotope_grid .isotope_item .view-more-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 2;
  background-color: rgba(255, 153, 0, 0.7);
}
#hotel-gallery .isotope_grid .isotope_item:hover .view-more-container {
  opacity: 1;
}
#hotel-gallery .isotope_grid .isotope_item .view-more-container .galleryItem {
  padding: 10px 30px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
}

/*----------------- Hotel Page -----------------*/
#hotelSection {
  padding-top: 0px;
  padding-bottom: 0px;
}
#hotelSection .content {
  padding: 0 70px;
}
#hotelSection .content hr {
  width: 80px;
  height: 4px;
  margin: 0 auto;
  border: 0;
  background-color: #45c2cc;
  border-radius: 4px;
}
#hotelSection .content h1 {
  margin: 0 0 20px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#hotelSection .content h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1px;
}
#hotelSection .content p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
}
#hotelSection .content p:last-of-type {
    margin-bottom: 30px;
}
#hotelSection .content .button {
  position: relative;
  display: inline-block;
  min-width: 190px;
  padding: 14px 60px 14px 25px;
  background-color: #ff9900;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
#hotelSection .content .button:after {
  content: "";
  width: 45px;
  background-image: url(../../../images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
#hotelSection .content .button:hover {
  background-color: #45c2cc;
}
#hotelSection .start {
  padding: 70px 0;
  text-align: center;
}
#hotelSection .rooms {
  padding: 70px 0;
  text-align: center;
}
#hotelSection .rooms .button {
  margin-top: -26px;
  z-index: 2;
}
#hotelSection .rooms .owl-theme .owl-nav {
  margin-top: -24px;
}
#hotelSection .rooms .owl-theme .owl-nav [class*="owl-"] {
  width: 48px;
  height: 48px;
  background: #ff9900;
}
#hotelSection .rooms .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #45c2cc;
}
#hotelSection .rooms .owl-theme .owl-nav button.owl-prev {
  left: -24px;
}
#hotelSection .rooms .owl-theme .owl-nav button.owl-next {
  right: -24px;
}
#hotelSection .rooms .owl-theme .owl-nav [class*="owl-"] img {
  width: 22px;
}
#hotelSection .services {
  padding: 70px 0;
  text-align: center;
}
#hotelSection .services [class*="col-"]:nth-child(2n + 2) {
  border-left: 1px solid #e5e5e5;
}
#hotelSection .services [class*="col-"]:nth-last-child(-n + 2) .items {
  border-bottom: none;
}
#hotelSection .services .items {
  height: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
#hotelSection .services #more-services-icons {
  padding: 0px 0px;
  max-height: none;
}
#hotelSection .services p {
  text-align: center;
}
#hotelSection .services .items .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  margin: 0 auto;
  border: 0 solid #45c2cc;
  border-radius: 100%;
}
#hotelSection .services .items .icon img {
  width: auto;
  max-width: 69%;
  margin: 0 auto;
}
#hotelSection .services .items p {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #45c2cc;
  font-weight: 500;
  line-height: 24px;
}
#hotelSection .services .button {
  margin-top: 30px;
}
#hotelSection .gallery {
  position: relative;
  padding: 0px 0;
  margin: 0 -70px;
  text-align: center;
}
#hotelSection .gallery h2 {
  margin: 0;
  color: #ffffff;
  position: absolute;
  width: 70%;
  top: calc(50% - 13px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#hotelSection .gallery .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
#hotelSection .gallery .button {
  margin-top: -26px;
  z-index: 2;
}
#hotelSection .gallery .owl-theme .owl-nav {
  margin-top: -24px;
}
#hotelSection .gallery .owl-theme .owl-nav [class*="owl-"] {
  width: 48px;
  height: 48px;
  background: #ff9900;
}
#hotelSection .gallery .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #45c2cc;
}
#hotelSection .gallery .owl-theme .owl-nav button.owl-prev {
  left: 30px;
}
#hotelSection .gallery .owl-theme .owl-nav button.owl-next {
  right: 30px;
}
#hotelSection .gallery .owl-theme .owl-nav [class*="owl-"] img {
  width: 22px;
}
#hotelSection .gallery {
  margin-bottom: 70px;
}
#hotelSection .contact {
  margin-top: 70px;
}
#hotelSection .kids {
  padding: 0 0;
  text-align: center;
}
#hotelSection .kids .image {
  margin: 0 0 30px 0;
}
#hotelSection .kids .image img {
  border-radius: 100% 100% 100% 25%;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.05);
}
#hotelSection .contact {
  padding: 0 0 70px 0;
}
#hotelSection .contact .banner {
  position: relative;
  margin: 0 -70px;
  text-align: center;
}
#hotelSection .contact .banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
#hotelSection .contact .banner h2 {
  margin: 0;
  color: #ffffff;
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#hotelSection .contact .banner img {
  display: block;
  width: 100%;
}
#hotelSection .contact .info {
  padding: 70px 0 0 0;
}
#hotelSection .contact .info [class*="col-"] {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
#hotelSection .contact .info [class*="col-"]:last-child {
  border-bottom: none;
}
#hotelSection .contact .info [class*="col-"]:first-child .items {
  margin-top: 0;
}
#hotelSection .contact .info [class*="col-"]:last-child .items {
  margin-bottom: 0;
}
#hotelSection .contact .info [class*="col-"]:nth-child(2) .items {
  padding-right: 20px;
}
#hotelSection .contact .info [class*="col-"]:nth-child(3) .items {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
}
#hotelSection .contact .info .items {
  margin: 30px 0;
}
#hotelSection .contact .info .items .icon {
  display: flex;
  align-items: center;
  float: left;
  width: 33px;
  height: 33px;
  margin: 0 12px 0 0;
  border: 0px solid #45c2cc;
  border-radius: 100%;
}
#hotelSection .contact .info .items .icon img {
  width: auto;
  margin: 0 auto;
}
#hotelSection .contact .info .items h3 {
  margin: 0;
  padding: 4px 0;
  font-size: 20px;
  color: #45c2cc;
  font-weight: 500;
  line-height: 25px;
}
#hotelSection .contact .info .items p {
  margin: 15px 0 0 0;
}
#hotelSection .contact .info .items a {
  color: inherit;
  text-decoration: none;
}
#hotelSection .contact .info .items a:hover {
  color: #ff9900;
  text-decoration: none;
}
#hotelSection .images {
  position: static;
  height: calc(100vh - 107px);
  padding: 0;
  background-color: #f7f7f7;
}
#hotelSection .images.sticky {
  position: fixed;
  right: 0;
}
#hotelSection .images .zoom-icon {
  display: flex;
  align-items: center;
  width: 47px;
  height: 47px;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 100%;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease-out;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#hotelSection .images .zoom-icon i {
  margin: 0 auto;
}
#hotelSection .images .zoom-icon .zoom-tag {
  padding: 7px 13px;
  background-color: rgba(255, 153, 0, 0.9);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0) scale(0.5);
  -moz-transform: translateX(-50%) translateY(0) scale(0.5);
  -ms-transform: translateX(-50%) translateY(0) scale(0.5);
  -o-transform: translateX(-50%) translateY(0) scale(0.5);
  transform: translateX(-50%) translateY(0) scale(0.5);
  opacity: 0;
  transition: all 0.25s ease-out;
}
#hotelSection .images .zoom-icon .zoom-tag:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: rgba(255, 153, 0, 0.9);
  line-height: 0;
  position: absolute;
  top: calc(100% - -2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#hotelSection .images .zoom-icon:hover {
  background-color: #ffffff;
  color: #ff9900;
}
#hotelSection .images .zoom-icon:hover .zoom-tag,
#hotelSection .images .zoom-icon:focus .zoom-tag {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-10px) scale(1);
  -moz-transform: translateX(-50%) translateY(-10px) scale(1);
  -ms-transform: translateX(-50%) translateY(-10px) scale(1);
  -o-transform: translateX(-50%) translateY(-10px) scale(1);
  transform: translateX(-50%) translateY(-10px) scale(1);
}
#hotelSection .images .hotel-photos,
#hotelSection .images .hotel-photos .owl-stage-outer,
#hotelSection .images .hotel-photos .owl-stage,
#hotelSection .images .hotel-photos .owl-item,
#hotelSection .images .hotel-photos .owl-item .item {
  height: 100%;
}
#hotelSection .images .hotel-photos .owl-item .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-backface-visibility: hidden;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
#hotelSection .images .owl-theme .owl-nav [class*="owl-"] {
  background: #ff9900;
}
#hotelSection .images .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #45c2cc;
}
#hotelSection .images .owl-theme .owl-nav button.owl-prev {
  left: 30px;
}
#hotelSection .images .owl-theme .owl-nav button.owl-next {
  right: 30px;
}
#hotelSection .images .owl-theme .owl-nav [class*="owl-"] img {
  width: 25px;
}

#plain-text .more-info-container {
  margin-top: 35px;
  text-align: center;
}

.seo-utils-container *,
.seo-utils-container .description {
  text-align: center;
}

/*--------------------Sitemap--------------------*/
#seo-utils .header-icon-top2 .title,
#seo-utils .header-icon-top2 .content {
  text-align: center;
}

#seo-utils .header-icon-top2 .title {
  margin-top: 100px;
}

#seo-utils .about-simple {
  margin: 0 auto;
}
#seo-utils .about-simple ul {
  list-style: none;
}
/*----------------- Room Page -----------------*/
#roomsSection {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
#roomsSection .content h1 {
  margin: 0 0 20px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#roomsSection .content h4 {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1px;
}
#roomsSection .content p {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
}
#roomsSection .content p {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
}
#roomsSection .content p:last-child {
  margin-bottom: 0;
}
#roomsSection .content p strong {
  font-weight: 600;
}


#roomsSection .content .button {
    position: relative;
    display: inline-block;
    min-width: 190px;
    padding: 14px 60px 14px 25px;
    background-color: #ff9900;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.25s ease-out;
}

#roomsSection .content .button:after {
    content: "";
    width: 45px;
    background-image: url(../../../images/button-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100% 100% 100% 12px;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
}

#roomsSection .content .button:hover {
    background-color: #45c2cc;
}
.rooms-listing {
  margin-top: 50px;
}
.rooms-listing .owl-stage-outer {
  padding: 6px 0;
}
.rooms-listing .item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px 25px 25px 0px;
  overflow: hidden;
}
.rooms-listing .item .rooms-thumb .owl-stage-outer {
  padding: 0px 0;
}
.rooms-listing .item .rooms-thumb.owl-theme .owl-nav {
  margin-top: -20px;
}
.rooms-listing .item .rooms-thumb.owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background: #ff9900;
}
.rooms-listing .item .rooms-thumb.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #45c2cc;
}
.rooms-listing .item .rooms-thumb.owl-theme .owl-nav button.owl-prev {
  left: 10px;
}
.rooms-listing .item .rooms-thumb.owl-theme .owl-nav button.owl-next {
  right: 10px;
}
.rooms-listing .item .rooms-thumb.owl-theme .owl-nav [class*="owl-"] img {
  display: inline-block;
  width: 18px;
}
.rooms-listing .item .info {
  float: left;
  width: 100%;
  padding: 20px 20px;
}

.rooms-listing .item .info h3 {
  font-size: 1.40rem;
}

.rooms-listing .item h4 {
  min-height: 64px;
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.5px;
}
.rooms-listing .item .person {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 20px;
}
.rooms-listing .item .person img {
  width: auto;
  margin-right: 10px;
}
.rooms-listing .item .features-list {
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.rooms-listing .item .features-list .owl-stage-outer {
  padding: 0px 0;
}
.rooms-listing .item .features-list .feature {
  padding: 12px 4px 11px 4px;
  text-align: center;
}
.rooms-listing .item .features-list .feature .icon {
  display: flex;
  align-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border: 1px solid #45c2cc;
  border-radius: 100%;
}
.rooms-listing .item .features-list .feature .icon img {
  width: 75%;
  margin: 0 auto;
}
.rooms-listing .item .features-list .feature p {
  margin: 10px 0 0 0;
  font-size: 10px;
  color: #45c2cc;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 1px;
}
.rooms-listing .item .features-list.owl-theme .owl-nav {
  margin-top: -12px;
}
.rooms-listing .item .features-list.owl-theme .owl-nav [class*="owl-"] {
  width: 13px;
  height: 24px;
  background: none;
}
.rooms-listing .item .features-list.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
.rooms-listing .item .features-list.owl-theme .owl-nav button.owl-prev {
  left: -13px;
}
.rooms-listing .item .features-list.owl-theme .owl-nav button.owl-next {
  right: -13px;
}
.rooms-listing .item .features-list.owl-theme .owl-nav [class*="owl-"] img {
  display: inline-block;
  width: auto;
}
.rooms-listing .item .price {
  float: left;
  width: 40%;
  padding-left: 10px;
}
.rooms-listing .item .price p {
  margin: 0 0 7px 0;
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.5px;
}
.rooms-listing .item .price p:last-child {
  margin-bottom: 0;
}
.rooms-listing .item .price p.big {
  font-size: 24px;
  color: #45c1cd;
  font-weight: 600;
  line-height: 20px;
}
.rooms-listing .item .note {
  float: left;
  width: 60%;
  padding-left: 10px;
}
.rooms-listing .item .note p {
  display: flex;
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #ff9900;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.rooms-listing .item .note p:last-child {
  margin-bottom: 0;
}
.rooms-listing .item .note p i {
  margin-right: 4px;
}

.rooms-listing .item .buttons {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.rooms-listing .item .buttons .button {
  position: relative;
  float: left;
  min-width: 159px;
  padding: 13px 53px 13px 15px;
  background-color: #45c2cc;
  border-radius: 30px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease-out;
}
.rooms-listing .item .buttons .button:after {
  content: "";
  width: 39px;
  background-image: url(../../../images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
.rooms-listing .item .buttons .button:hover {
  background-color: #ff9900;
}
.rooms-listing .item .buttons .button + .button {
  float: right;
  background-color: #ff9900;
}
.rooms-listing .item .buttons .button + .button:hover {
  background-color: #45c2cc;
}
.rooms-listing.owl-theme .owl-dots {
  margin-top: 30px;
}
.rooms-listing.owl-theme .owl-dots .owl-dot span {
  background: rgba(69, 194, 204, 0.3);
}
.rooms-listing.owl-theme .owl-dots .owl-dot.active span,
.rooms-listing.owl-theme .owl-dots .owl-dot:hover span {
  background: #45c2cc;
}
@media screen and (max-width: 1310px) {
  .rooms-listing {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .rooms-listing .item .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .rooms-listing .item .buttons .button {
    display: inline-flex;
    float: none;
    margin-bottom: 15px;
  }
}
/*----------------- Gastronomy Page -----------------*/
#contentSection {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
#contentSection > a {
  text-decoration: none;
}
#contentSection.gray {
  background-color: #f7f7f7;
}
#contentSection h1 {
  margin: 0 0 20px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#contentSection h4 {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1px;
}
#contentSection p, #contentSection h5 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
}
#contentSection p {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
}
#contentSection p:last-child {
  margin-bottom: 0;
}
#contentSection p strong {
  font-weight: 600;
}
#contentSection .button {
  position: relative;
  display: inline-block;
  min-width: 190px;
  padding: 14px 60px 14px 25px;
  background-color: #ff9900;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
#contentSection .button:after {
  content: "";
  width: 45px;
  background-image: url(../../../images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
}
#contentSection .button:hover {
  background-color: #45c2cc;
}
#contentSection .image {
  position: relative;
  display: inline-block;
}
#contentSection .image > img {
  border-radius: 100% 100% 100% 25%;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.05);
}
#contentSection .image .award-tag {
  display: flex;
  align-items: center;
  width: 138px;
  height: 138px;
  background-color: #ffffff;
  border-radius: 100% 100% 100% 25%;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 30px;
}
#contentSection .image .award-tag.right {
  left: auto;
  right: 15px;
}
#contentSection .image .award-tag img {
  width: auto;
  margin: 0 auto;
}

/*----------------- Template Page -----------------*/
#templateSection {
  padding-top: 100px;
  padding-bottom: 100px;
}
#templateSection .content h1 {
  margin: 0 0 20px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#templateSection .content h3 {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1px;
}
#templateSection .content h5 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
}
#templateSection .content p {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
}
#templateSection .content p:last-child {
  margin-bottom: 0;
}
#templateSection .content p strong {
  font-weight: 600;
}
#templateSection .benefits .items {
  padding-top: 50px;
  text-align: center;
}
#templateSection .benefits .items .icon {
  display: flex;
  align-items: center;
  width: 93px;
  height: 93px;
  margin: 0 auto;
  border: 2px solid #45c2cc;
  border-radius: 100%;
}
#templateSection .benefits .items .icon img {
  width: auto;
  margin: 0 auto;
}
#templateSection .benefits .items h6 {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #45c2cc;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
}
#ourGallery {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
  overflow: hidden;
}
#ourGallery h2 {
  margin: 0 0 52px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
  text-align: center;
}
.gallery-full .owl-stage-outer {
  overflow: visible;
  height: 385px;
}
.gallery-full .owl-stage {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.gallery-full .owl-item {
  height: 305px;
  opacity: 1;
  transform: none;
  transition: all 0.3s ease-out;
}
.gallery-full .owl-item.active {
  opacity: 1;
}
.gallery-full .owl-item.active.center {
  height: 385px;
}
.gallery-full .item {
  position: relative;
  height: 100%;
  background-color: transparent;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.07);
  border-radius: 25px 25px 25px 0px;
  overflow: hidden;
}
.gallery-full .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-full.owl-theme .owl-nav button.owl-prev {
  left: 231px;
}
.gallery-full.owl-theme .owl-nav button.owl-next {
  right: 234px;
}
#facilities {
  padding-top: 100px;
  padding-bottom: 100px;
}
#facilities [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
#facilities .content h2 {
  margin: 0 0 20px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#facilities .content h4 {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1px;
}
#facilities .content h5 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
}
#facilities .content p {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
}
#facilities .content p:last-child {
  margin-bottom: 0;
}
#facilities .content p strong {
  font-weight: 600;
}
#facilities .items {
  position: relative;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.07);
  border-radius: 25px 25px 25px 0px;
  overflow: hidden;
  text-align: center;
}
#facilities .items:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-out;
}
#facilities .items img {
  width: 100%;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: -1;
}
#facilities .items h5 {
  margin: 0;
  padding-bottom: 7px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#facilities .items h5:before {
  content: "";
  width: 52px;
  margin: 0 auto;
  border: 1px solid;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#facilities .items:hover:before,
#facilities .items:hover h5 {
  opacity: 1;
}
#facilities .items:hover img {
  transform: scale(1.2);
}
#ourOffers2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}
#ourOffers2 h2 {
  margin: 0 0 52px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c1cd;
  line-height: 50px;
  letter-spacing: 0.2px;
  text-align: center;
}
#ourOffers2 .offers-listing .item {
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.07);
}
#ourOffers2 .offers-listing.owl-theme .owl-dots .owl-dot span {
  background: rgba(69, 194, 204, 0.3);
}
#ourOffers2 .offers-listing.owl-theme .owl-dots .owl-dot.active span,
#ourOffers2 .offers-listing.owl-theme .owl-dots .owl-dot:hover span {
  background: #45c2cc;
}
#ourLocation {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ourLocation .container {
  position: relative;
}
#ourLocation .title {
  padding: 0 0 30px 0;
  text-align: center;
}
#ourLocation .title h2 {
  margin: 0 0 20px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #45c2cc;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#ourLocation .title p {
  margin: 0;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}
#ourLocation .location {
  width: 575px;
  height: 575px;
  padding: 70px 70px;
  background-color: #45c2cc;
  border-radius: 100% 100% 100% 25%;
  text-align: center;
  position: absolute;
  top: -45px;
}
#ourLocation .location h2 {
  margin: 0 0 10px 0;
  font-family: "comfortaa-bold";
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 0.2px;
}
#ourLocation .location p {
  margin: 0 0 25px 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
}
#ourLocation .location h5 {
  margin: 0 0 15px 0;
  font-family: "comfortaa-bold";
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.7px;
}
#ourLocation .image {
  width: 100%;
}
#ourLocation .image img {
  width: 100%;
}


/*****************************PLAIN TEXT SLIDER*****************************/
#hotel-plain-text-slider .more-info-container {
  padding: 100px 15px;
  text-align: center;
}

#hotel-plain-text-slider .more-info-container h2 {
  color: #45c2cc;
  margin-bottom: 52px;
}


/*****************************HUÉSPEDES*****************************/
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

body .thickbox.rooms-data {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}

body .thickbox.rooms-data > div {
  background-color: white;
  padding: 15px 35px;
}

body .thickbox.rooms-data > .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: absolute;
  top: 5%;
  right: 30px;
  text-decoration: none;
  font-size: 16px;
}

body .thickbox.rooms-data > div #rooms {
  padding: 15px;
  padding-top: 30px;
}

body .thickbox.rooms-data > div .room {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 455px;
  position: relative;
}

body .thickbox.rooms-data > div .room .ages-inputs {
  margin: 0px 15px;
}

body .thickbox.rooms-data > div .room .ages-inputs select:nth-child(4) {
  margin-left: 75px;
}

body .thickbox.rooms-data > div .room select, body .thickbox.rooms-data > div .promo-code-container input{
  min-width: 150px;
  margin: 15px;
  position: relative;
  border: 0px;
  border-bottom: 1px solid black;
  padding: 5px 10px;
}

body .thickbox.rooms-data > div .promo-code-container input {
  margin-right: 38px;
}

body .thickbox.rooms-data > div .room .icon.adult, body .thickbox.rooms-data > div .room .icon.child {
  position: relative;
}
body .thickbox.rooms-data > div .room .icon.adult::after, body .thickbox.rooms-data > div .room .icon.child::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 51px;
  width: 17px;
  height: 17px;
  background-image: url("../../../images/guests-mask/adult-icon.png");
  background-size: cover;
}

body .thickbox.rooms-data > div #rooms {
  max-height: 55vh;
  overflow-y: auto;
}

body .thickbox.rooms-data > div .room .icon.remove {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 15px;
}

body .thickbox.rooms-data > div .room .icon.child::after {
  background-image: url("../../../images/guests-mask/children-icon.png");
}

body .thickbox.rooms-data > div .room .room-title {
  margin: 15px;
  display: flex;
  align-items: center;
}
body .thickbox.rooms-data > div .action-buttons-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .thickbox.rooms-data > div .plus, body .thickbox.rooms-data > div .cta {
  cursor: pointer;
  display: inline-flex;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #ff9a03;
  color: white;
  border-radius: 10px;
}
body .thickbox.rooms-data > div .cta {
  background-color: #45c2cc;
  margin-top: 15px;
  border-radius: 10px;
}

body .thickbox.rooms-data > div .promo-code-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 519px) {
  body .thickbox.rooms-data > div {
    padding: 15px 15px;
    width: 100vw;
    height: 100vh;
  }

  body .thickbox.rooms-data > div .room {
    flex-direction: column;
    width: 100%;
  }

  body .thickbox.rooms-data > div .room select, body .thickbox.rooms-data > div .promo-code-container input {
    width: calc(100% - 30px);
  }

  body .thickbox.rooms-data > div .room .ages-inputs select:nth-child(4) {
    margin-left: 15px;
  }

  body .thickbox.rooms-data > div .room .icon.remove {
    justify-content: center;
  }

}

.logo-footer{
  width: 50%;
}