/*index.css*/
@font-face {
  font-family: "ITCEDSCR";
  src: url("font/ITCEDSCR-fafadaac06f223dbbae1e58f27d3a6e6.ttf") format("truetype");
}

@font-face {
  font-family: "GREATVIBES";
  src: url("font/GreatVibes-69260388d145d9b15f632dd242524680.ttf") format("truetype");
}

@font-face {
  font-family: "PLAY";
  src: url("font/Play-Regular-bf63c02d420925c67a3d4da7318e788a.ttf") format("truetype");
}

@font-face {
  font-family: "PLAY";
  src: url("font/Play-Bold-6c1d4ce99d5dce12aee0c0a7ac9fc9ea.ttf") format("truetype");
  font-weight: bold;
}

body {
  background: #fff;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
  position: relative;
}

@media screen and (max-width: 768px) {
  body {
    font-size: .7em;
  }
}

::-moz-selection {
  color: #fff;
  background: #4e6f5a;
}

::selection {
  color: #fff;
  background: #4e6f5a;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #4e6f5a;
  font-family: "Josefin Sans", times, serif;
}

@media screen and (max-width: 768px) {
  .h3, h3 {
    font-size: 1.1rem;
  }
}

.font-family-serif {
  font-family: "Josefin Sans", times, serif;
}

.font-family-sans-serif {
  font-family: "Roboto", arial, sans-serif;
}

.bg-light {
  background: #f2f4fb !important;
}

.container-fluid {
  max-width: 1600px;
}

.btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
}

.btn.btn-outline-white:hover {
  border: 2px solid transparent;
  background: #4e6f5a;
  color: #fff;
}

.btn.btn-outline-white-primary {
  border: 2px solid #fff;
}

.btn.btn-outline-white-primary:hover {
  border: 2px solid transparent;
  background: #4e6f5a;
  color: #fff;
}

.btn.uppercase {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
}

.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

.form-control:active,
.form-control:focus {
  border-color: #4e6f5a;
}

textarea.form-control {
  height: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 2;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled,
.site-header.nohero {
  padding: 20px 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.site-header .site-menu-toggle,
.site-header .site-menu-toggle {
  top:10px;
}

.site-header.scrolled .site-menu-toggle,
.site-header.nohero .site-menu-toggle {
  position: relative;
}

.site-header.scrolled .site-menu-toggle span,
.site-header.nohero .site-menu-toggle span {
  background: #4e6f5a;
}

.menu-open .site-header .site-menu-toggle span,
.menu-open .site-header .site-menu-toggle span {
  background-color: #fff;
}

.site-header.scrolled .site-logo,
.site-header.nohero .site-logo {
  position: relative;
  z-index: 98;
}

.site-header.scrolled .site-logo a,
.site-header.nohero .site-logo a {
  font-family: "ITCEDSCR", times, serif;
  color: #4e6f5a;
}

@media(max-width: 480px) {
  .site-logo a {
    font-size: 38px !important;
  }
}

.menu-open {
  position: relative;
}

.menu-open .site-header {
  position: fixed;
}

.menu-open .site-logo {
  position: relative;
  z-index: 99;
}

.menu-open .site-logo a {
  color: #4e6f5a;
}

.site-logo {
  padding-left: 40px;
}

.site-logo a {
  font-size: 50px;
  color: #4e6f5a;
  font-weight: bold;
  line-height: 1;
  font-family: "ITCEDSCR", times, serif;
}

.site-header-actions {
  top:0;
}

@media (max-width: 991.98px) {
  .site-logo a {
    font-size: 47px;
  }
}

@media (min-width: 1200px) {
  .site-logo a {
    font-size: 70px;
  }

  .site-header-actions {
    top: 12px;
  }

  .home-booking-parent {
    top: 130px !important;
  }
}

.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  min-height: 300px;
  overflow-y: scroll;
  width: 100%;
  background: #4e6f5a;
}

@media screen and (min-width: 576px) {
  .site-navbar {
    width: 60%
  }
}

@media screen and (min-width: 768px) {
  .site-navbar {
    width: 40%
  }
}

@media screen and (min-width: 992px) {
  .site-navbar {
    width: 30%
  }
}

.site-navbar .dark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 9;
}

.site-navbar nav {
  position: relative;
  text-align: left;
  background: #4e6f5a;
  padding-top: 40px;
  height: 100%;
  z-index: 10;
}

.site-navbar nav .menu {
  font-family: "Josefin Sans", times, serif;
}

.site-navbar nav .menu li {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.site-navbar nav .menu li a {
  color: #fff;
  font-size: 22px;
  position: relative;
}

.site-navbar nav .menu li a svg {
  margin-bottom: 6px;
  margin-right: 10px;
}

.site-navbar nav .menu li:hover a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.site-navbar nav .menu li a:hover:before {
  width: 100%;
}

.site-navbar nav .menu li.active a {
  color: #fff;
}

.site-navbar nav .menu li.active a:before {
  width: 100%;
}

.site-navbar .extra-info a {
  color: #4e6f5a;
}

.site-navbar .extra-info ul li a {
  color: #4e6f5a;
}

.site-navbar .extra-info h3 {
  font-family: "Roboto", arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2em;
  color: #adb5bd;
  margin-bottom: 30px;
}

.site-navbar .extra-info p {
  color: #212529;
}

.full-height {
  height: 100vh;
  min-height: 700px;
}

.site-hero {
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  position: relative;
}

.site-hero.with.overlay:before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  position: absolute;
  height: 100vh;
  min-height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-hero .video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.site-hero .heading {
  font-family: "Josefin Sans", times, serif;
  font-weight: bold;
}

.site-hero .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.site-hero.inner-page {
  height: 50vh;
  min-height: 700px;
}

.site-hero.inner-page.overlay:before {
  height: 50vh;
  min-height: 700px;
}

.site-hero-inner {
  height: 100vh;
  min-height: 700px;
}

.site-hero-inner .heading {
  font-size: 60px;
  font-family: "Josefin Sans", times, serif;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 40px;
  }
}

.site-hero-inner .sub-heading {
  font-size: 30px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
}

.inner-page .site-hero-inner {
  height: 50vh;
  min-height: 700px;
}

.page-inside .site-hero-inner,
.page-inside {
  height: 70vh;
  min-height: 500px;
}

.page-inside.overlay:before {
  height: 70vh;
  min-height: 500px;
}

.menu-open .site-menu-toggle span {
  background: #4e6f5a;
}

.site-menu-toggle {
  top: 0;
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-right: 40px;
}

.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4e6f5a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.cart-icon,
.user-icon {
  position: relative;
  z-index: 200;
  font-size: 20px;
  cursor: pointer;
}

.section {
  padding: 7em 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }
}

@media (max-width: 991.98px) {
  .remerciement {
    padding: 8em 0;
  }
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px;
  }
}

.visit-section .heading {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Roboto", arial, sans-serif;
  color: #b3b3b3;
  letter-spacing: .2em;
  margin-bottom: 30px;
}

.visit-section .visit a {
  color: #4e6f5a;
}

.visit-section .visit a:hover {
  color: #4e6f5a;
}

.visit-section .visit img {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.visit-section .visit h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.visit-section .reviews-star span {
  font-size: 18px;
  color: #4e6f5a;
}

.visit-section .reviews-count {
  color: #adb5bd;
  font-style: italic;
}

.heading-serif,
.heading,
.testimonial-section .heading,
.slider-section .heading,
.blog-post-entry .heading {
  font-size: 60px;
  font-family: "Josefin Sans", times, serif;
  font-weight: 700;
}

h2.heading {
  font-weight: normal !important;
}

@media (max-width: 991.98px) {

  .heading-serif,
  .heading,
  .testimonial-section .heading,
  .slider-section .heading,
  .blog-post-entry .heading {
    font-size: 40px;
  }
}

.bg-pattern {
  background: #e9ecef url("img/round-7ebffb9f2c91d0db7c2febe0ca53132b.png");
}

.slider-section {
  position: relative;
}

.blog-post-entry {
  position: relative;
}

.half .image,
.half .text {
  width: 50%;
}

@media (max-width: 991.98px) {

  .half .image,
  .half .text {
    width: 100%;
  }
}

.half .image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .half .image {
    height: 300px;
  }
}

.half .text {
  padding: 100px 7%;
}

@media (max-width: 991.98px) {
  .half .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.half .text h2 {
  font-size: 70px;
}

@media (max-width: 991.98px) {
  .half .text h2 {
    font-size: 40px;
  }
}

.testimonial blockquote {
  padding: 0;
}

.testimonial .author-image img {
  width: 70px;
}

.post .media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.post .media-custom:hover,
.post .media-custom:focus {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.post .media-custom a {
  color: #4e6f5a;
}

.post .media-custom a:hover {
  color: #4e6f5a;
}

.post .media-custom .media-body {
  padding: 10px 30px;
}

.post .media-custom h2 {
  font-size: 26px;
}

.media-custom .meta-post {
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 14px;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  border-width: 2px !important;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #4e6f5a;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #4e6f5a;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #4e6f5a;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
  background: none;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit;
}

.owl-carousel.major-caousel .slider-item img {
  margin-bottom: 0;
}

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled,
.owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel#room-carousel .owl-nav .owl-prev {
  left: 20px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel#room-carousel .owl-nav .owl-next {
  right: 20px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: 50px !important;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-dots {
    bottom: 10px !important;
  }
}

.owl-carousel.js-carousel-2 .slider-item {
  padding: 0 20px;
  text-align: center;
}

.owl-carousel.js-carousel-2 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 299;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev,
.owl-carousel.js-carousel-2 .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev:hover,
.owl-carousel.js-carousel-2 .owl-nav .owl-prev:focus,
.owl-carousel.js-carousel-2 .owl-nav .owl-prev:active,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:hover,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:focus,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev span:before,
.owl-carousel.js-carousel-2 .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev {
  left: -30px !important;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-next {
  right: -30px !important;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot {
  display: inline-block;
  border: none;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot>span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e9ecef;
  display: inline-block;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot.active>span {
  background: #4e6f5a;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot:active,
.owl-carousel.js-carousel-2 .owl-dots .owl-dot:focus,
.owl-carousel.js-carousel-2 .owl-dots .owl-dot:hover {
  outline: none;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.footer-section {
  background: #2e4f3a;
  color: #fff;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: #fff;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-section .contact-info span.d-block {
  font-style: italic;
  color: #fff;
}

.footer-section .social a {
  font-size: 18px;
  padding: 10px;
}

.footer-section .link li {
  margin-bottom: 10px;
}

.footer-newsletter .form-group {
  position: relative;
}

.footer-newsletter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:active,
.footer-newsletter .form-control:focus {
  border-bottom: 1px solid white;
}

.footer-newsletter button[type="submit"] {
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.slogan .heading {
  font-family: "Roboto", arial, sans-serif;
  font-size: 40px;
  margin: 0;
  line-height: 1.3;
}

.slogan .custom-caption {
  font-family: "Roboto", arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.slogan .custom-caption .hotel {
  font-family: "GREATVIBES", "Roboto", arial, sans-serif;
}

.slogan .custom-caption2 {
  font-family: "PLAY", arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.side-box,
.sidebar-search {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.side-box .heading,
.sidebar-search .heading {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Roboto", arial, sans-serif;
}

.post-list li {
  margin-bottom: 20px;
}

.post-list li a>div {
  margin-top: -10px;
}

.post-list li a .meta {
  font-size: 13px;
  color: #adb5bd;
}

.post-list li a .image {
  width: 150px;
}

.post-list li a h3 {
  font-size: 16px;
}

.post-list li:last-child {
  margin-bottom: 0;
}

.sidebar-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.sidebar-search .icon-search {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-search .search-input {
  border-color: #dee2e6;
  padding-left: 40px;
  border-radius: 0px;
}

.sidebar-search .search-input:focus,
.sidebar-search .search-input:active {
  border-color: #343a40;
}

.contact-section .contact-info p {
  font-family: "Josefin Sans", times, serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-section .contact-info p .d-block {
  font-size: 14px;
  letter-spacing: .2em;
  font-weight: bold;
  font-family: "Roboto", arial, sans-serif;
  text-transform: uppercase;
}

.post-categories li {
  display: block;
}

.post-categories li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}

.post-categories li a .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #6c757d;
}

.custom-pagination .page-item .page-link {
  text-align: center;
  border: none;
  background: none;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.custom-pagination .page-item.active .page-link {
  background: #4e6f5a;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.line-height-1-2 {
  line-height: 1.2;
}

/* Mouse Animation */
.mouse {
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 205px;
  z-index: 1;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

@media screen and (max-width: 992px) {
  .mouse {
    bottom: 315px;
  }
}

.mouse-sm .mouse-icon {
  width: 50px;
  height: 80px;
  border: 5px solid white;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.mouse-icon {
  width: 25px;
  height: 45px;
  border: 2px solid white;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

.site-block-half .image,
.site-block-half .text {
  width: 100%;
}

@media (min-width: 992px) {
  #modal-login .modal-dialog,
  #modal-forgotten .modal-dialog {
    max-width: 500px;
  }

  .site-block-half .image,
  .site-block-half .text {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .site-block-half .image {
    margin-bottom: 50px;
    height: 300px;
  }
}

.site-block-half .text {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .site-block-half .text {
    padding: 4rem;
  }
}

.site-block-half .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .site-block-half .bg-image {
    height: 400px;
  }
}

.site-block-half.site-block-video .image {
  position: relative;
}

.site-block-half.site-block-video .image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 70px;
  height: 70px;
  background: #fff;
  display: block;
  border-radius: 50%;
  opacity: 1;
  color: #4e6f5a !important;
}

.site-block-half.site-block-video .image .play-button:hover {
  opacity: 1;
}

.site-block-half.site-block-video .image .play-button>span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.field-icon-wrap {
  position: relative;
}

.field-icon-wrap .form-control {
  position: relative;
  padding-right: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #a6a6a6;
}

.field-icon-wrap .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 2;
}

.field-icon-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.block-32 {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.block-32 .field-icon-wrap {
  position: relative;
}

.block-32 .field-icon-wrap .form-control {
  position: relative;
  padding-right: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #a6a6a6;
}

.block-32 .field-icon-wrap .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 2;
}

.block-32 .field-icon-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.block-2 {
  margin-bottom: 50px;
  -webkit-perspective: 14e6f5a;
  -moz-perspective: 14e6f5a;
  -ms-perspective: 14e6f5a;
  perspective: 14e6f5a;
  -ms-transform: perspective(14e6f5apx);
  -moz-transform: perspective(14e6f5apx);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

.block-2:hover .back,
.block-2.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.block-2:hover .front,
.block-2.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.block-2,
.block-2 .front,
.block-2 .back {
  width: 100%;
  height: 427px;
}

.block-2 .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(14e6f5apx);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.block-2 .front,
.block-2 .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

.block-2 .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  background: lightgreen;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-2 .front:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e6f5a4e6f5a00', endColorstr='#cc4e6f5a4e6f5a', GradientType=0);
}

.block-2 .front .box {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.block-2 .front .box h2,
.block-2 .front .box p {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.block-2 .front .box h2 {
  font-size: 20px;
}

.block-2 .front .box p {
  font-size: 12px;
}

.block-2 .back {
  background: #fff;
  -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.block-2 .back p {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
}

.block-2 .author {
  bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.block-2 .author .image {
  width: 40px;
}

.block-2 .author .image img {
  border-radius: 50%;
  max-width: 100%;
}

.block-2 .author .position {
  display: block;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .block-2 .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .block-2 .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.text-black {
  color: #4e6f5a !important;
}

.check-availabilty {
  margin-top: -170px;
  position: relative;
}

.check-availabilty .block-32 {
  background: #fff;
  border-radius: 10px;
}

.room {
  position: relative;
  display: block;
}

.room .img-wrap {
  position: relative;
  overflow: hidden;
}

.room .img-wrap img {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0 !important;
}

.room:hover .img-wrap img,
.room:focus .img-wrap img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.letter-spacing-1 {
  letter-spacing: .1em;
}

.text-opacity-8 {
  opacity: .8;
}

.text-opacity-7 {
  opacity: .7;
}

.text-opacity-6 {
  opacity: .6;
}

.text-opacity-5 {
  opacity: .5;
}

.letter-spacing-2 {
  letter-spacing: .2em;
}

.bg-image {
  background-size: cover;
  background-attachment: fixed;
}

.bg-image-2 {
  background-size: cover;
  background-position: center center;
}

.food-menu-tabs {
  text-align: center;
}

.food-menu-tabs .nav-tabs {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: none;
}

.food-menu-tabs .nav-tabs li {
  display: inline-block;
}

.food-menu-tabs .nav-tabs li a {
  border: none;
  background: none;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: block;
}

.food-menu-tabs .nav-tabs li a:before {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 20px;
  height: 2px;
  background: transparent;
}

.food-menu-tabs .nav-tabs li a.active {
  border: none;
  background: none;
  color: #fff;
}

.food-menu-tabs .nav-tabs li a.active:before {
  background: #fff;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay>.container {
  position: relative;
  z-index: 3;
}

.bg-image.overlay:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

.img-absolute {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #f2f4fb;
}

.img-absolute img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .img-absolute {
    right: 0px;
    width: 160px;
    height: 160px;
  }
}

.custom-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-breadcrumbs li {
  display: inline-block;
  color: #fff;
  margin: 0 4px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: bold;
}

.custom-breadcrumbs li a {
  font-weight: normal;
  color: #fff;
}

.custom-breadcrumbs li a:hover {
  text-decoration: underline;
}

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  border-left: 2px solid #dee2e6;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-weight: 700;
  font-size: .785rem;
}

.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -6px;
  border-radius: 10px;
  content: '';
  border: 2px solid #dee2e6;
  background: white;
}

.timeline-item:last-child {
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
  border-image: linear-gradient(to bottom, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
}

.custom-pagination {
  text-align: center;
}

.custom-pagination ul {
  padding: 0;
  margin: 0;
}

.custom-pagination ul li {
  display: inline-block;
}

.custom-pagination ul li a {
  background: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
}

.custom-pagination ul li a:hover {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

.custom-pagination ul li a,
.custom-pagination ul li span {
  display: inline-block;
  width: 47px;
  margin: 2px;
  height: 47px;
  font-size: 1.2rem;
  line-height: 47px;
}

.custom-pagination ul li.active span {
  background: #4e6f5a;
  color: #fff;
  border-radius: 50%;
}

.region-img-item {
  height: 220px;
}

.region-img-item a,
.region-img-item figure {
  height: 100%;
}

.region-img-item figure img {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.rooms .room-info h2{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.rooms .room-info ul.descriptions {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.rooms .room-info ul.descriptions li > svg,
.rooms .room-info ul.descriptions li > i {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* tab booking */
.wizard,.tabcontrol {
    display: block;
    width: 100%;
}

.wizard a,.tabcontrol a {
    outline: 0
}

.wizard ul,.tabcontrol ul {
    list-style: none!important;
    padding: 0;
    margin: 0
}

.wizard ul>li,.tabcontrol ul>li {
    display: block;
    padding: 0
}

.wizard>.steps .current-info,.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.content>.title,.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%
}

.wizard>.steps .number {
    font-size: 1.429em
}

.wizard>.steps>ul>li {
    
}

.wizard>.steps>ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wizard>.actions>ul>li {
  float: left;
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%
}

.wizard>.steps a,.wizard>.steps a:hover,.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 1em 1em;
    padding: .5em 2em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps .disabled a,.wizard>.steps .disabled a:hover,.wizard>.steps .disabled a:active {
    background: #eee;
    color: #a8beb0;
    cursor: default
}

.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active {
    background: #4e6f5a;
    color: #fff;
    cursor: default
}

.wizard>.steps .done a,.wizard>.steps .done a:hover,.wizard>.steps .done a:active {
    background: #b8cbbf;
    color: #fff
}

.wizard>.steps .error a,.wizard>.steps .error a:hover,.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff
}

.wizard>.content {
    display: block;
    margin: 0;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% .5em 2.5%;
    width: 65%
}

.wizard>.content>.body {
    float: left;
    width: 93%;
    margin: 3.5%;
    margin-top: 0;
    padding: 2.5% !important;
    background-color: #fff;
}

.wizard>.content>.body ul>li {
    display: list-item
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc
}

.wizard>.content>.body input[type="checkbox"] {
    display: inline-block
}

.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11
}

.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: .5em
}

.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em
}

.wizard>.actions {
    text-align: right;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    padding: 1rem 1% 1rem;
    -webkit-box-shadow: 0 5px 20px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    /* direction: rtl; */
    justify-content: end;
    align-items: center;
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 1%;
    width: 98%
}

.wizard>.actions>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard>.actions>.room-list {
  width: 57%;
  justify-content: left;
}

.wizard>.actions>ul>li {
    margin: 0 .5em
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em
}

.wizard>.actions a,.wizard>.actions a:hover,.wizard>.actions a:active {
    background: #4e6f5a;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

@media screen and (max-width: 480px) {
  .wizard>.actions {
    justify-content: center;
  }

  .wizard>.actions a,.wizard>.actions a:hover,.wizard>.actions a:active {
    font-size: .8em;
  }
}

.wizard>.actions a[href="#cancel"] {
    background: #ff3111;
}

.wizard>.actions .disabled a,.wizard>.actions .disabled a:hover,.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa
}

.wizard>.loading {
}

.wizard>.loading .spinner {
}

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    margin: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc!important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

@media(max-width: 600px) {
    .wizard>.steps>ul>li {
        width:50%
    }

    .wizard>.steps a,.wizard>.steps a:hover,.wizard>.steps a:active {
        margin-top: .5em
    }

    .wizard.vertical>.steps,.wizard.vertical>.actions {
        display: block;
        float: none;
        width: 100%
    }

    .wizard.vertical>.content {
        display: block;
        float: none;
        margin: 0 .5em .5em;
        width: auto
    }
}

@media(max-width: 480px) {
    .wizard>.steps>ul>li {
        width:100%
    }
}

.com {
    color: #93a1a1
}

.lit {
    color: #195f91
}

.pun,.opn,.clo {
    color: #93a1a1
}

.fun {
    color: #dc322f
}

.str,.atv {
    color: #d14
}

.kwd,.prettyprint .tag {
    color: #1e347b
}

.typ,.atn,.dec,.var {
    color: teal
}

.pln {
    color: #48484c
}

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0
}

ol.linenums {
    margin: 0 0 0 33px
}

ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff
}

.booking-room {
    margin-top: 2rem;
    background-color: rgba(0,0,0,0.03);
}

@media screen and (max-width: 992px) {
  .booking-room {
    margin-top: 5rem;
  }
}

.disponibility .ui-state-default, 
.disponibility .ui-widget-content .ui-state-default {
  color: #4e6f5a !important;
}

.disponibility .ui-state-active, 
.disponibility .ui-widget-content .ui-state-active,
.disponibility .ui-state-highlight {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
}

.disponibility .calendar .ui-datepicker-inline {
  border: none !important;
}

/* float cart button */

.float-cart{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.float-cart-div{
  box-shadow: 0 -1px 19px 8px rgba(17, 93, 39, 0.3);
  width: 550px;
  border-radius: 4px;
  position: fixed;
  top: 100px;
  right: 2px;
  z-index: 99999;
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  padding: 10px;
  border-radius: 15px;
}

.float-cart-div-min {
  width: 300px;
}

.float-cart-div::nth-child(2){
  margin-top: 3px
}

.float-cart .validate_schema{
  padding: 8px 12px;
  height: 50px;
  width: 50px;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 0px 20px 0px #000;
  transition: all 0.5s; 
}

.float-cart .validate_schema:hover {
  transform: scale(1.1);
}

.float-cart .validate_schema:focus {
  border: none;
}

.cart-rumble {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.paiements .paiement-item {
  background-color: rgba(0,0,0,0.1);
  cursor: pointer;
}

.paiements .paiement-item.selected {
  background-color: #4e6f5a;
  color: #fff;
}

.paiements .paiement-item .paiement-icon {
  height: 50px;
  width: 70px;
  overflow: hidden;
}

.paiements .paiement-item .paiement-icon img {
  height: 100%;
  object-fit: cover;
}

#rooms-tab {
  width: 100%;
  height: 140px;
  background-color: #fff;
}

#rooms-tab .room-list {
  background-color: rgba(0,0,0,0.06);
}

#rooms-tab .room-list-item {
  cursor:pointer;
  display: inline-block;
  min-width: max-content;
}

#rooms-tab .room-list-item.no-border {
  border: none;
}

#rooms-tab .room-list-item:hover {
  background-color: rgba(0,0,0,0.06);
}

#rooms-tab .room-list-item.active {
  background-color: #fff;
}

.general-laoder {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}

.general-laoder .loader {
  width: 90px;
  height: 90px;
  text-align: center;
  color: #fff;
}

#booking-tabs .steps {
  opacity: 0 !important;
  height: 0;
  width: 0;
}

#booking-tabs-p-0 {
  margin-top: 0;
}

.owl-carousel#room-carousel .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 80%;
  left: 10%;
}

.owl-carousel#room-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
}

.owl-carousel#room-carousel .owl-dots .owl-dot.active {
  border: 2px solid white;
  background: none;
}

.room-nav-tabs a {
  color: #4e6f5a !important;
  font-weight: bold !important;
}

.room-nav-tabs a:hover {
  color: #2e4f3a !important;
}

#modal-rooms .modal-body {
  background-color: rgba(0, 0, 0, 0.06);
}

.room-item-choose {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  .float-cart-div,
  .float-cart-div-min {
    width: calc(100% - 20px);
    right: 10px;
  }

  .ui-datepicker table {
    font-size: .4em;
  }

  .user-icon-name {
    display: none;
  }
}

.nav-justified .nav-item {
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .form-booking-home label {
    font-size: .8em;
  }
}

@media screen and (max-width: 600px) {
  .region-img-item {
    margin-top: 10px;
  }

  .region-img-item a img, .region-img-item figure img {
    height: unset;
    min-height: 100%;
    width: 100%;
  }

  .mouse-sm {
    width: 25px;
    bottom: 220px;
  }

  .mouse-sm .mouse-icon {
    width: 25px;
    height: 42px;
    border: 2px solid white;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    text-align: center;
  }

  .form-booking-home label {
    font-size: .7em;
    margin-bottom: 0.2rem;
  }

  .block-32 .field-icon-wrap .icon {
    right: 5px;
  }

  .form-booking-home-block {
    padding: 12px;
  }

  .form-booking-home .form-control {
    padding: 5px;
    padding-right: 15px !important;
    font-size: .75em;
    height: 35px;
  }

  .form-booking-home button {
    padding: 0;
    font-size: .7em;
    text-align: center;
    height: 35px;
  }

  .room-list-actions a {
    font-size: .8em;
    text-align: center;
    height: 35px;
  }

  .fancybox-slide--iframe {
    padding: 22px 22px 0;
  }
}

.home-booking {
  background: #4e6f5a;
  color: #fff;
  padding: 15px 20px;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .home-booking {
    display: none;
  }
}

@media(max-width: 480px) {
  #modal-login .modal-dialog h2,
  #modal-forgotten .modal-dialog h2 {
    font-size: 1.3rem;
  }

  #modal-login .form-control {
    height: 35px;
    font-size: .8rem;
  }

  #modal-login label {
    margin-bottom: .1rem;
  }

  #modal-login button {
    font-size: .65rem;
  }
  
  .site-hero-inner > div {
    margin-bottom: 20px;
  }

  .site-hero-inner .custom-caption {
    font-size: 22px !important;
  }

  .site-hero-inner .custom-caption2 {
    font-size: 18px !important;
  }

  .site-hero-inner h1 {
    font-size: 22px !important;
  }
}

.room-description {
    height: 40px;
  }

@media screen and (max-width: 768px) {
  .room-description {
    height: 48px;
  }
}

@media screen and (max-width: 600px) {
  .menu-slider .slider-item {
    height: 300px !important;
  }

  .menu-slider .slider-item img {
    height: 100% !important;
    object-fit: cover !important;
    min-width: 100% !important;
  }
}

@media screen and (min-width: 601px) {
  .menu-slider .slider-item {
    height: 600px !important;
  }

  .menu-slider .slider-item img {
    height: 100% !important;
    object-fit: cover !important;
    min-width: 100% !important;
  }
}

.option-list-actions .option-actions {
  background: none;
  border: 1px solid #4e6f5a;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 1;
  color: #4e6f5a;
  font-weight: bold;
  cursor: pointer;
}

.option-list-actions .option-qtt {
  margin: 0 10px;
  font-weight: bold;
}

.option-list-actions .option-actions[disabled] {
  opacity: .3;
  cursor: not-allowed;
}

@media screen and (max-width: 600px) {
  .option-list-actions .option-actions {
    width: 22px;
    height: 22px;
    border-radius: 11px;
  }

  .option-list-actions .option-qtt {
    margin: 0 8px;
    font-weight: bold;
  }
}

.ui-state-disabled-custom, .ui-widget-content .ui-state-disabled-custom, .ui-widget-header .ui-state-disabled-custom {
  opacity: .35;
}

.menuresto-item-link {
  position: relative;
}

.menuresto-item-link .action {
  content: "Détails";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  opacity: 0;
}

.menuresto-item-link .action button {
  background: #4e6f5a;
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
  padding: .5em 3em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.menuresto-item-link:hover .action {
  opacity: 1;
}

.list-group-item.active a {
  color: #fff !important;
}

.list-group-tab-item.active a {
  text-decoration: underline;
}

.bookingRoomsPreviewImage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bookingRoomsPreviewImageItem {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.bookingRoomsPreviewImageItem img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.table td,
.table th
{
  vertical-align: middle;
}

.booking-status {
  font-size: 1.8em;
}

.mybooking-actions a {
  font-size: 1.3em;
}

.bookingroom-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bookingroom-detail .bookingroom-detail-body {
  padding: 4rem 2rem 2rem 2rem;
  background: transparent;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 25%, rgba(255,255,255,1) 100%);
}

.bookingroom-detail .bookingroom-detail-body .bookingroom-detail-body-content {
  position: relative;
}

.bookingroom-detail .bookingroom-detail-body .bookingroom-detail-body-content::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  width: 4px;
  background-color: #e69825;
}

#bookingroom-carousel .owl-nav .owl-prev {
  left: 20px !important;
}

#bookingroom-carousel .owl-nav .owl-next {
  right: 20px !important;
}

#bookingroom-carousel .owl-nav {
  top: 38%;
}

#bookingroom-carousel .owl-nav .owl-prev span::before,
#bookingroom-carousel .owl-nav .owl-next span::before {
  font-size: 24px;
}

.booking-last-text p {
  color: #4e6f5a;
  font-size: 18px;
}

.footer-slogan {
  font-size: 1.3rem;
}

.footer-slogan .custom-caption {
  font-size: 1.2rem;
}

.footer-slogan .hotel {
  font-family: "GREATVIBES", "Roboto", arial, sans-serif;
}

.footer-slogan .custom-caption2 {
  font-family: "PLAY", arial, sans-serif;
  font-size: 1.2rem;
}

.lang-icon {
  height: 30px;
  overflow: hidden;
  z-index: 200;
}

.lang-icon:hover {
  overflow: visible;
}

.lang-icon:hover a {
  display: block;
}

.lang-icon a {
  display: none;
  height: 30px;
  overflow: hidden;
}

.lang-icon a.current {
  display: block;
}
.lang-icon img {
  height: 30px;
}