


/*--------------------------------------------------------------
#image incruster
--------------------------------------------------------------*/





@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: #000 !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;
}

.custom-caption {
  font-size: 14px;
  letter-spacing: .2em;
}

.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;
}

.img-absolute img {
  max-width: 250px;
  border-radius: 50%;
  border: 10px solid #f2f4fb;
}

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

  .img-absolute img {
    max-width: 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;
}

.custom-breadcrumbs li a:hover {
  color: #fff;
}

.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: #0099CC;
  color: #fff;
  border-radius: 50%;
}

