@import url("./mc-calendar.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: 'Century Gothic';
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  font-size: 1.2rem;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: #000;
}

input {
  border: 0;
  padding: 5px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  input {
    font-size: 12px;
    width: 29%;
  }
}

input:focus {
  border: 0;
  outline: none !important;
}

header {
  background: url("../img/home-page-slider.jpg") no-repeat;
  background-size: cover;
  overflow: auto;
  margin-bottom: 80px;
  height: 80vh;
  position: relative;
  background-position: center;
}

@media (max-width: 768px) {
  header {
    height: 90vh;
    margin-bottom: 20px;
  }
}

.description-within-room {
  display: none;
}

.description-within-room img {
  min-height: 800px;
}

@media (max-width: 768px) {
  .description-within-room img {
    min-height: auto;
  }
}

.description-within-room.active {
  display: block;
}

label.error {
  font-size: 0.8rem;
  color: red;
}

.btn-tabs-grp .btn {
  font-size: .8rem;
  padding: 15px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .top-header {
    display: block;
    margin-bottom: 20px;
  }
}

.inner-page .top-header {
  margin-bottom: 50px;
}

.inner-page .caption {
  margin-bottom: 100px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 10px;
}

@media (max-width: 768px) {
  nav {
    display: block;
    text-align: center;
  }
}

nav a {
  color: white;
  text-decoration: none;
  padding: 20px;
}

@media (max-width: 768px) {
  nav a {
    padding: 8px;
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .logo img {
    margin: 0 auto;
    display: block;
    width: 125px;
  }
}

.btn {
  color: white;
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 1rem;
  display: inline-block;
}

@media (max-width: 768px) {
  .btn {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}

.btn.black {
  background-color: black;
}

.btn.transparent {
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  padding: 13px 27px;
  margin-top: 10px;
  margin-right: 10px;
}

.btn.black-transparent {
  color: black;
  border: 1px solid black;
  border-radius: 50px;
  padding: 10px;
  margin-right: 10px;
  margin: 0 10px;
}

.link-underline {
  font-size: 1.2rem;
  text-decoration: underline;
  margin-bottom: 1.5rem;
  display: block;
}

.tab {
  font-size: 0.8rem;
  display: inline-block;
  color: black;
  border: 1px solid black;
  border-radius: 50px;
  padding: 10px;
  margin-right: 10px;
  margin: 0 10px;
}

.tab.active {
  background-color: black;
  color: white;
}

.bottom-header {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}

@media (max-width: 768px) {
  .bottom-header {
    top: 45%;
  }
}

.caption {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 20px;
  line-height: 5rem;
}

@media (max-width: 768px) {
  .caption {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.sub-caption {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.ftb-widget {
  width: 500px;
  max-width: 90%;
}

.ftb-widget form {
  padding: 28px !important;
  background-color: #00000061 !important;
  border-radius: 15px;
}

.ftb-widget .ftb-bookingWidget__dateSearch__title {
  margin-bottom: 10px !important;
  display: block;
  color: white !important;
}

.ftb-widget .ftb-bookingWidget__checkAvailability {
  background-color: black !important;
  color: white !important;
  border: 0 !important;
}

.check-availability-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  /*form {
        border-radius: 100px;
        border: 10px solid rgba(176, 176, 176, 0.5);
        display: flex;
        max-width: 100%;
        input {
            flex: 1 1 auto;
        }
        &:before {
            width: 31px;
            height: 68px;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            background-color: white;
            content: ' ';
            display: block;
        }

        &:after {
            width: 31px;
            height: 68px;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
            background-color: white;
            content: ' ';
            display: block;
        }
    }*/
}

.container {
  width: 1054px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.right-bg {
  display: block;
  background-color: white;
  width: 246px;
  position: relative;
  z-index: 0;
  height: 68px;
  margin-left: -273px;
}

@media (max-width: 768px) {
  .right-bg {
    display: none;
  }
}

.check-your-availability {
  position: relative;
  z-index: 1;
  margin: 6px 2px auto;
  padding: 14px 38px;
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 768px) {
  .check-your-availability {
    position: absolute;
    bottom: -74px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.btn.book-a-room {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .btn.book-a-room {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  text-decoration: underline;
  margin-bottom: 40px;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.description {
  background-color: #e8e9e4;
  padding: 40px 74px;
}

@media (max-width: 768px) {
  .description {
    padding: 20px 37px;
  }
}

.three-thumb-block {
  margin-bottom: 50px;
}

.three-thumb-block h3 {
  font-size: 2rem;
}

.featured-block {
  background: url("../img/featured-section-bg.png");
  padding: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .featured-block {
    padding: 25px;
  }
}

.featured-block * {
  color: white;
  text-align: center;
}

.featured-block p {
  margin-bottom: 20px;
}

.book-your-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .book-your-room {
    display: block;
    padding: 25px;
  }
  .book-your-room .col {
    width: 100% !important;
    margin-left: 0;
  }
}

.book-your-room .section-title {
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}

.book-your-room-desc {
  margin-left: 40px;
}

.book-your-room-desc .section-title {
  margin-bottom: 15px;
}

.book-your-room .col {
  width: 50%;
}

.three-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.three-cards .col:nth-child(1) {
  margin-top: 30px;
}

.three-cards h3 {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .three-cards h3 {
    font-size: 1rem;
  }
}

.card {
  margin: 15px 0;
  position: relative;
}

.best-location {
  background-color: #e8e9e4;
  padding: 50px 0;
}

.two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .two-col {
    display: block;
  }
}

.two-col .col {
  width: 50%;
}

@media (max-width: 768px) {
  .two-col .col {
    width: 100%;
  }
}

footer {
  background-color: black;
}

footer * {
  color: white;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

@media (max-width: 768px) {
  .top-footer {
    padding: 30px 0;
    display: block;
  }
}

.top-footer .col {
  border-right: 1px solid grey;
  padding: 0 15px;
  width: 25%;
}

@media (max-width: 768px) {
  .top-footer .col {
    width: 100%;
  }
}

.top-footer .col:last-child {
  border-right: 0px;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.bottom-footer {
  text-align: center;
  border-top: 1px solid grey;
  padding: 10px;
  font-size: 0.7rem;
}

.logo-name {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.footer-header {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .footer-header {
    font-size: 1rem;
  }
}

.collapsible {
  background-color: white;
  border-radius: 100px;
  color: #696969;
  border: 1px solid #696969;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.collapsible:after {
  content: '\002B';
  color: #696969;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.content {
  padding: 0 18px 18px 18px;
  display: none;
}

.active .collapsible {
  background-color: black;
  color: white;
}

.active .collapsible:after {
  content: "\2212";
  color: white;
}

.active .content {
  display: block;
}

.g-recaptcha {
  margin-bottom: 15px;
}

.contact-form {
  margin-bottom: 60px;
  display: block;
}

.contact-form input, .contact-form textarea, .contact-form select {
  display: block;
  border-radius: 20px;
  border: 1px solid #c7c7c7;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
  background-color: #f1f1f1;
  color: grey;
}

.contact-form input {
  margin-bottom: 5px;
}

.contact-form .two-col {
  margin-bottom: 0;
}

.contact-form textarea {
  width: 100%;
}

.deal-boxes .deal-box:nth-child(even) {
  margin-left: auto;
}

.deal-boxes .deal-box {
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  width: 780px;
  max-width: 90%;
  padding: 15px;
}

.deal-boxes .deal-box img {
  width: 180px;
}

.deal-boxes .description {
  background-color: black;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.deal-boxes .text {
  padding-left: 20px;
}

.deal-boxes .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.deal-boxes .offer {
  font-size: 18px;
}

.bordered-img {
  border: 10px solid white;
}

.two-col-offset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .two-col-offset {
    display: block;
  }
}

.two-col-offset .col {
  width: 50%;
}

@media (max-width: 768px) {
  .two-col-offset .col {
    width: 100%;
  }
}

.two-col-offset img {
  margin-top: -139px;
}

@media (max-width: 768px) {
  .two-col-offset img {
    margin-top: 0;
  }
}

.two-col-offset p, .two-col-offset h2 {
  margin: 0 25px;
}

.two-col-offset p {
  margin-bottom: 25px;
}

.rooms {
  margin-bottom: 25px;
}

.rooms h2 {
  text-align: center;
}

.rooms .btn-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .rooms .btn-tabs-wrapper {
    display: block;
    margin-bottom: 10px;
  }
}

.description-within-room {
  position: relative;
}

.description-within-room .description-box {
  position: absolute;
  top: 5%;
  background-color: rgba(0, 0, 0, 0.8);
  width: 50%;
  padding: 20px;
}

@media (max-width: 768px) {
  .description-within-room .description-box {
    position: static;
    width: 100%;
  }
}

.description-within-room .description-box * {
  color: white;
}

.description-within-room .description-box.right {
  right: 5%;
}

.description-within-room .description-box.left {
  left: 5%;
}

.faq {
  margin-bottom: 25px;
}

.faq h2 {
  text-align: center;
}

.faq-above-text {
  text-align: center;
}

.three-col-hotels-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.three-col-hotels-wrapper .col {
  margin-bottom: 20px;
}

.three-col-hotels-wrapper .three-col-hotels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.three-col-hotels-wrapper .three-col-hotels img {
  width: 100%;
}

@media (max-width: 768px) {
  .three-col-hotels-wrapper .three-col-hotels {
    display: block;
  }
}

.three-col-hotels-wrapper .location {
  text-align: left;
}

.three-col-hotels-wrapper .title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
}

.map .col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info {
  text-align: center;
}

.ratings {
  color: orange;
}

.reviewer {
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */