@charset "utf-8";
/* CSS Document */

.latest-room {
	position: relative;
	z-index: 1;
}

.section-bg {
    background-color: #f1f8ff;
}

.latest-room .section-title {
	padding-left: 20px;
	color: #fff;
}

.latest-room .section-title h1 {
	color: #fff;
}
/*
.latest-room::after {
	position: absolute;
	background-color: #024a69;
	left: 0;
	width: 37.5%;
	top: 0;
	content: '';
	height: 100%;
	z-index: -1;
}

.latest-room::after {
    text-align: center;
    /*background-color: #FFFFFF;*
    background-image: url("../../images/news/background-image_714x6015.svg");
    background-size: cover; /*cover*
    background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
}
*/
@media (max-width: 992px) {
	.latest-room::after {
		width: 80%;
	}
}
/*
@media (max-width: 768px) {
	.latest-room::after {
		width: 80%;
	}
}
*/
@media (max-width: 480px) {
	.latest-room::after {
		width: 100%;
	}
	.latest-room::after {
		background-position-x: left;
		background-position-y: bottom;
	}
}

.news_bgimg {
	position: relative;
	display: block;
	height: 350px;
    text-align: center;
    /*background-image: url(../../images/news/news_bgimg_715x350.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
	left: -70px;
	width: calc(100% + 273px);
}

@media (max-width: 992px) {
	.news_bgimg {
		display: none;
	}
}

.section-padding {
	padding: 50px 0;
}
@media (max-width: 768px) {
	.section-padding {
		padding: 30px 0;
	}
}

.latest-room .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}

.single-room {
	background-color: #fff;
	color: #666565;
}

.single-room .room-desc {
	padding: 40px 30px 30px 40px;
	position: relative;
}

.single-room .room-desc p.date {
	font-size: 112.5%;
    margin-top: 0;
    margin-bottom: 0;
}

.single-room .room-desc h4 {
	font-size: 125.0%;
	margin-bottom: 20px;
}

.single-room .room-desc h4 a {
	color: #333333;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 45px;
}

.single-room .room-desc h4 a:hover {
	color: #e94919;
}

.single-room .room-desc p {
	font-size: 112.5%;
	line-height: initial;
    margin-top: 0;
    margin-bottom: 0;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 45px;
}

.single-room .room-desc p span {
	font-size: 137.5%;
}

.single-room .room-desc .room-date,
.single-room .room-desc .room-price {
	padding: 8px 15px;
	background-color: #b32a24;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
}

.single-room .room-desc .room-date {
	font-size: 14px;
	margin-top: 0;
	position: absolute;
	/*left: 45px;*/
	top: -20px;
}

.single-room .imglinks_box_img {
	 position: relative;
	 overflow: hidden;
}
.single-room .imglinks_box_img:hover img.abig {
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	/* Safari and Chrome */
	 -ms-transform: scale(1.1);
	/* Firefox */
	 -o-transform: scale(1.1);
	/* IE 9 */
	 transform: scale(1.1);
	/* Opera */
}
.single-room .imglinks_box_img:hover .imglinks_box_mask {
	 opacity: 0;
}
.single-room .imglinks_box_img img.abig {
	 width: 100%;
	 height: auto;
	 -webkit-transition: all 0.8s;
	 -moz-transition: all 0.8s;
	 transition: all 0.8s;
}
/*-----------------------------------------------*/


@media (max-width: 992px) {
	.latest-room .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.single-room {
		display: flex;
		flex-direction: row;
	}	
	.single-room .room-desc {
		padding: 40px 10px 30px 15px;
	}	
	.single-room .room-desc h4 {
		font-size: 112.5%;
		margin-bottom: 10px;
	}	
	.single-room .room-desc p {
		font-size: 100%;
	}
	.single-room .room-desc h4 a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		max-height: 90px;
	}
	.single-room .room-desc p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		max-height: 90px;
	}
}
