a img { border:none; }
.clear { clear:both; }

.lv_mainWrapper { max-width:1050px; margin:0 auto; position:relative; }
.lv_mainWrapper h2.lv_mainTitle { margin:5px 0 20px; text-align:center; color: #800000; font-size:21px; font-weight: 700; font-family: Verdana, sans-serif; }

.lv_mainBanner { min-height:356px; padding:50px; background-image:url(http://media.rezserver.com/responsive_hotel/landing_page/las_vegas.jpg); background-repeat:no-repeat; background-size:cover; }

.lv_hotelWrapper { padding:25px 0; }
.lv_hotelBox { display:block; float:left; width:22.7%; margin-right:3%; margin-bottom:25px; color:white; text-decoration:none; position:relative; background-color:black; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; overflow:hidden; position:relative; }
.lv_hotelMargin { margin-right:0; }
.lv_hotelBox .lv_hotelIMG { width:100%; min-height:200px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; opacity:1; }
.lv_hotelBox .lv_hotelTitle { color:#fff!important; position:absolute; bottom:0; width:100%; padding:15px; text-overflow:ellipsis; font-size:15px; background-color:rgba(0,0,0,0.5); -moz-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; overflow: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.lv_hotelBox .lv_hotelStar { position:absolute; bottom:13px; left:15px; color:#fbab17; opacity:0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;  }
.lv_hotelBox .lv_hotelPrice { color:#fff!important; position:absolute; bottom:10px; right:15px; opacity:0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.lv_hotelBox .lv_hotelPrice span { color:#fff!important; font-size:15px!important; }
.lv_hotelBox:hover .lv_hotelIMG { opacity:.4; }
.lv_hotelBox:hover .lv_hotelTitle { color:#fff!important; bottom:35px; background-color:transparent; }
.lv_hotelBox:hover .lv_hotelStar { opacity:1; }
.lv_hotelBox:hover .lv_hotelPrice { opacity:1; }

@media only screen and (max-width:950px){
	.lv_hotelWrapper { padding:25px 10px; }
	.lv_hotelBox { width:48.5%; }
	.lv_hotelBox .lv_hotelIMG {  }
	.lv_respMargin { margin-right:0; }
	.lv_hotelBox:hover .lv_hotelTitle { bottom:30px; }
}
@media only screen and (max-width:750px){
	.lv_mainBanner { padding:25px; }
}
@media only screen and (max-width:500px){
	.lv_mainWrapper h2.lv_mainTitle { font-size:16px; }

	.lv_mainBanner { padding:15px; }

	.lv_hotelBox { width:100%; min-height:100px; margin-right:0; margin-bottom:10px; }
}