
.main-block{
	transition:.4s;
}

.main-img{
	position:relative;
	overflow:hidden;
}

.main-img img{
	width:100%;
	transition:.4s;
}

.main-info .main-title a{
	text-decoration:none;
}

.main-title p{

	font-weight:bold;
	margin-bottom:0px;
	margin-top:-2px;
}

.arrow .fa{
	height:28px;
	width:28px;
	text-align:center;
	padding: 3px 11px;
	font-size:20px;
	margin-top:11px;
}

/************** OFFER-PRICE-1 *************/

.offer-price-1{
	font-size:14px;
	margin:0px;
	text-align:left;
	font-weight:bold;
	padding:7px 10px 7px;
}

.offer-price-1 li.price{
	font-size:18px;
	font-weight:700;
}

.offer-price-1 li.price .pkg{
	font-size:14px;
	position:relative;
	top:-3px;
}

.offer-price-1 li.price .divider{
	margin:0px 8px;
	font-size:14px;
	position:relative;
	top:-3px;
}

.offer-price-1 li.rating{
	float:right;
	font-size:0.98em;
}




  
.main-img .main-mask{
	position:absolute;
	bottom:0px;
	width:100%;
}

.hotel-info{
	padding:10px 22px 18px 15px;
	position:relative;
}

.hotel-info .hotel-title{
	font-size:1.42em;
	overflow:hidden;
}

.hotel-info .arrow{
	overflow:hidden;
	float:right;
}







































.btn-welcome12 {
    border: 1px solid #EB7200;
	 background: #EB7200;
    padding: 8px 15px;
	width:100%;
    display: inline-block;
	border-radius: 0px 0px 15px 15px;
    color: #ffffff;

	font-size:17px;
	font-weight:600;
	
	text-decoration:none;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome12:hover {
    background: #39AF0B;
    color: #fff;
    border-color: #39AF0B;
	border-radius: 0px 0px 15px 15px;
}






.main-block:hover{
	transform:translateY(-10px);
}

.main-block:hover .main-img img{
	transform:scale(1.15);
} 

.main-info{
	background:#FAEEE1;
}

.main-info .main-title a{
	color:#000;
}

.rating .fa.lightgrey{
	color:#d1d3d4;
}

.rating .fa.orange{
	color:#FF4838;
}

.rating .fa.grey{
	color:#8b8e90;
}

.arrow .fa{
	background:#8e8f91;
	color:white;
	border-radius:100%;
}

.arrow .fa:hover{
	background:#FF4838;
	color:white;
}

/************** OFFER-PRICE-1 *************/

.offer-price-1 li.price{
	color:white;
}

.offer-price-1 li.price .divider,
.offer-price-1 li.price .pkg{
	color:#ffffff;
}

/************** OFFER-PRICE-2 *************/

.offer-price-2{
	background:#000;
	color:white;
}

.offer-price-2 .arrow .fa{
	background:#FF4838;
}

/**************** OFFER-TAG ***************/

.offer-tag{
	background:#e01a33;	
	color:white;
	transform:rotate(45deg);
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}

/* -----------------------------------------------------
		Hotel Block
   ----------------------------------------------------- */

.hotel-block:hover .hotel-info{
	box-shadow:0px 4px 8px rgba(0,0,0,0.15);
}

.main-mask1{
	background:rgba(0,0,0,0.8);
}





