@charset "utf-8";
/* CSS Document */

.row > .column {
  padding:  15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000e0;
z-index:  2147483649;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 23%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #36bb76;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
	cursor: pointer;
	
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);transform: scale(1.05);
	
}



.instagram .insta-img {
    display: block;
    height: 280px;
    position: relative;
}
.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.instagram .insta-img .icon span {
    color: #fff;
    font-size: 40px;
}
	.instagram .insta-img .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(47, 137, 252, 0.8);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3sease;
}
	
/* [1] The container */
.img-hover-zoom {
  height: 230px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
	.book-now-form .nice-select .current {
    font-size: 14px;
    line-height: 1;
}
	.book-now-form .nice-select .option {
    font-size: 15px;
    color: #363636;
    width: 100%;
}
	
.book-now-form .nice-select .list {
    width: 150%;
}
.book-now-form .nice-select::after {
    margin-top: 10px;

}
.book-now-form .nice-select2::after {
    margin-top: 10px;
}
.book-now-form .nice-select2::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    height: 10px;
    margin-top: -4px;
    width: 10px;
}
	
.book-now-form .nice-select2 {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    color: #ffffff;
}
a.blantershow-chat {
	position: fixed;
	width: 280px;
	height: 140px;
	right: 10px;
	bottom: 10px;
	z-index: 999999999999;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
.estick {
height: 140px!important; position: fixed!important; top: 0px!important; z-index: inherit!important;}
}