/* CSS Document */
.clear{
	clear:both;
}
.hold_all_venues{
	width:960px;
	margin: 20px auto;
	margin-bottom:40px;
}
.one_venue{
	display:block;
	float:left;
	width:48%;
	margin-right:4%;
	text-decoration:none;
	margin-bottom:50px;
	box-shadow:0px 0px 3px #666;
	box-radius: 5px;
}
.one_venue:nth-child(2n){
	margin-right:0px;
}
.one_venue:hover{
	text-decoration:none;
	box-shadow:0px 0px 10px #333;
}
.hold_logo{
	display:block;
	float:left;
	width:35%;
	height:210px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:90%;
	position:relative;
}
.cl_text{
	display:block;
	text-align:center;
	color:#777;
	position:absolute;
	bottom:10px;
	left:0px;
	width:100%
}



.alcazar{
	background-image:url(../images/alcazar2.gif);
}
.muze1{
	background-image:url(../images/logomuze2.png);
}
.kong{
	background-image:url(../images/40kong.jpg);
}
.people{
	background-image:url(../images/peopledubai2.gif);
}
.sakenohana{
	background-image:url(../images/sake-logo.gif);
}
.pier{
	background-image:url(../images/pier7-2.gif);
}
.people_ad{
	background-image:url(../images/peopledubai2.gif);
}
.eden{
	background-image:url(../images/eden_logo.png);
}
.emsherif1{
	background-image:url(../images/emlogo.png);
}
.hold_img{
	display:block;
	float:left;
	width:65%;
	height:210px;
	overflow:hidden;
}
.hold_img img{
	max-width:100%;
}