@media only screen and (max-width: 1620px) {
	.slider_nav {
		right:0px;
	}
	.decorRoomBg {
		width: 95%;
	}
	.text-msg {
		left:-270px;
		height: 65%
	}
	.text-msg h2{
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 1620px) {
	.text-msg {
		left:-280px;
		height: 68%
	}
}
@media only screen and (max-width: 1400px) {
	.slider_nav {
		top: 96%;
	}
}
@media only screen and (max-width: 1350px) {
	.text-msg {
		left:-260px;
		height: 68%
	}
}
@media only screen and (max-width: 1024px){
	.contact_info ul li{
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	h1.roomTitle {
		font-size: 40px;
	}
	h2.roomTitle {
		font-size: 40px;
	}
	.roomTxt {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.contact_paralax {
		padding-left: 0%;
	}
	.contact_paralax div.img_over{
	display: block;
	width: 100%;
	top:-100%;
	}
	.contact_paralax img {
	display: block;
	margin-top:110%;
	}
	
	.roomTAT {
    	margin-left: 5%;
	}
	.text-msg {
		left: 0px;
		height: auto;
		top: 250px;
	}
	.decorRoomBg {
		width: 100%;
		background: url(../images/marble1.jpg);
	}
	.roomList .owl-stage-outer {
		height: 600px;
	}
	   
	
}