
/*rooms and suites*/
.rnsbox .rnsimg{
	object-fit: cover;
	overflow: hidden;
	height: 406px ; /*386px !important;*/
	width: 100% !important;

}
.telescopeicon-rs {
	z-index: 100;
	position: absolute;
	bottom: 16px;
	left: 32px;
	padding: 0;
	content: 'O';
	border: 0;
}
.room-images-container .carousel-indicators {
	justify-content: right;
	margin-right: 2% !important;
}
.room-images-container {
        position:relative;
    }
.rnsmodal .close{
  height: 24px;
  width: 15px;
  color: #FFFFFF !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  opacity:1;
  } 
.rnsmodal .closegal{ z-index:10000; position:absolute; right:32px; top:32px;}
 .rnsmodal .carousel {padding-top: 80px;}
  .rnsmodal {
	display: none;
	position: fixed;
	z-index: 1000;
	padding-top: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #25282d;
}
.rnsmodal .carousel-indicators {
	bottom: 100px;
	justify-content: center;
	margin: 0;
}

 .rnsmodal img {
	height:540px !important;

	max-width:1200px !important;
} 
.rnsmodal  .caption {
	padding-top: 60px;
	max-width: none;
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
	margin: auto;
	display: block;
	width: 75%;
	text-align: center;
	color: #fff;
	line-height:21px;
	height: 150px;


}


.rnsbox .image-offer-box {
	width: 100%; /*544px;*/
	height: 544px;
	overflow: hidden;
	box-shadow: 0 60px 70px -30px rgba(37,40,45,0.5);
	position: relative;
}


@media (max-width: 767px) {
.rnsbox .rnsimg {
	width: 100%;
	height:auto;
	max-height:200px;
}

}
@media (max-width: 567px) {
 .rnstable td {
        display: table-row;
    }
	}

.room-features dd{ font-size:17px; line-height:34px;}
	@media (min-width: 768px) {
		.whitebox3.rnsbox {
			min-height: 400px;
		}
	}
	.room-images-container {
		height: 100%;
		
	}
	.room-loading, .room-loading .room-loading-container {
		position: relative;
    	box-shadow: none !important;
	}
	.room-loading .room-loading-container::before {
		background: #eef0f5;
		content: "";
		display: block;
		bottom: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 101;
		height: 100%;
		box-shadow: 0px 4px 6px -6px #eef0f5;
	} 
/*details page */
 @media (min-width: 768px) {
        .whitebox3.rnsbox {
            min-height: 400px;
        }
    }

    .room-images-container {
        height: 100%;
    }

    .room-loading,
    .room-loading .room-loading-container {
        position: relative;
        box-shadow: none !important;
    }

    .room-loading .room-loading-container::before {
        background: #eef0f5;
        content: "";
        display: block;
        bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 101;
        height: 100%;
        box-shadow: 0px 4px 6px -6px #eef0f5;
    } 



.grid3dinebox.carousel-cell {
	/*padding-right: 15px !important;*/ margin-right:30px !important; 
	width: calc(33% - 15px) !important; /* 408px !important;*/
}

.grid3dinebox.carousel-cell:nth-child(3) { padding-right: 0px !important; }

 @media (min-width:961px) {
	 .grid3dinebox.carousel-cell .card{ width:400px;}
	 .rnsbox .imgbox{ padding-right:66px;}
        .rooms.grid3dinebox .card-overlay {
            position: absolute;
            bottom: -100px;
            left: 0;
            right: 0;
            background-color: #ffffff;
            overflow: hidden;
            width: 100%;
            height: 100px;
            transition: .5s ease;
        }

        .rooms.grid3dinebox:hover .card-overlay {
            height: 158px;
        }
    }
 @media (min-width:1200px) {	
	.grid3dinebox .card-body .blackbtnborder {
	width: calc(100% - 140px);
}
 }
 
	
 @media (max-width:767px) {	
 .grid3dinebox img{ width: 100% !important;}
  .grid3dinebox.rooms{ padding-top:0;}
  .card-text .btn{
   min-width: unset;
}
 }
 
 
@media (max-width:767px) {	
.rnsbox .image-offer-box{height:220px !important;}
 .grid3dinebox.carousel-cell {
	width:408px !important;
}
.px-md-32{ padding-left:32px; padding-right:32px;}
	.whitebox3.rnsbox {
			padding:32px;
		}
	.facilitiesbox{padding:0;}	
	.facilitiesbox .whitebox {padding:0 32px;}
	
	.mx-sm-15 {
	margin-right: 15px;
	margin-left: 15px;
}
.telescopeicon {
	right: 5px;
	bottom: 5px;

}
  }
  
  @media (max-width:400px) {	
 .grid3dinebox.carousel-cell {
	width: 100% !important; /*408px !important;*/
}
  }