/* CSS Document */
* {
	list-style-type:none!important;
	text-decoration:none!important;
	}
body {


}
.pull-left{float:left!important;}
.pull-right{float:right!important;}
.pad-md{padding:20px;}
.pad-xs{padding:10px;}
.font-16{font-size:16px;}
.pad-top-lg{padding-top:50px;}

.index1-bg{
	background-color:rgba(255,255,255,0.7);
	width:100%;
	margin-top:10%;
	z-index:999;
	text-align:center;
	border-radius:10px;
}
.index1-bg h1{
	padding:20px;
}
.index1-bg img{
	text-align:center;
	padding:20px;
}
.hotel-img img:hover{
	background-color:rgba(255,255,255,0.7);
	z-index:99999999;
}
.hotel-bg{
	background-color:rgba(255,255,255,0.7);
	font-weight:600;
	color:#454545;
}
@media (max-width:768px){
	.hotel-img-mobile-size{
		width:160px;
	}
	.hotel-title-mobile {
		font-size:14px!important;
	}
}