.listing-block { padding: 15px; margin-bottom: 15px; background-color: #f0f0f0; }
.listing-block h1 { margin: 0; padding: 0; font-size: 14px; line-height: 20px; font-family: Avenir-Heavy,sans-serif; }
.listing-block h1 span { color: #666; }
.listing-block .lil-desc { margin: 20px 0; padding: 0; font-size: 13px; line-height: 17px; font-family: Avenir-Roman,sans-serif; color: #000; }
.listing-block ul.lil-list { margin: 0; padding: 0; }
.listing-block .lil-list li { margin: 0; padding: 0; list-style-type: none; overflow: hidden; line-height: 25px; }
.listing-block .lill-label { float: left; width: 160px; font-size: 13px; font-family: Avenir-Roman,sans-serif; }
.listing-block .lill-data { float: left; font-size: 13px; font-family: Avenir-Heavy,sans-serif; }
.listing-block .lill-data-2 { font-family: Avenir-Black,sans-serif; }

.listing-aside { background-color: #f2f2f2; margin-bottom: 20px; padding: 10px; }
.listing-aside h3 { margin-bottom: 10px; font-size: 14px; font-family: Avenir-Heavy,sans-serif; color: #000000; }

.bdpMobileFooterButs{
	display: none;
	position: fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: auto; 
	background: #f2f2f2;
	box-shadow: 0 -5px 15px 0px #999 ; 
	z-index: 10; 
	padding: 5px 5px;
	text-align: center;
}

.bdpMobileFooterButs a {
	padding: 8px 10px;
	background-color: #c1272d;
	font-size: 12px;
	margin: 2px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
.bdpMobileFooterButs a.follow, .bdpMobileFooterButs a.share, .bdpMobileFooterButs a.directions {
	width: 31%;
}

.bdpMobileFooterButs a.follow-zh, .bdpMobileFooterButs a.share-zh, .bdpMobileFooterButs a.directions-zh {
	width: 30%;
}

.mobileFooterShareBtnBlock{
	display: none;
	position: fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: auto; 
	background: #fff;
	box-shadow: 0 -5px 15px 0px #999 ; 
	z-index: 10; 
	padding: 5px 5px;
}

.mobileFooterShareTitle {
	text-align: center;
	background-color: #e0e0e0;
	padding: 10px;
}

.mobileFooterShareTitle h3 {
	color: #000;
	font-family: Avenir-Heavy,sans-serif;
}

.mobileFooterSocialShare{
	padding: 10px 0px;
	text-align: center;
}

.mobileFooterSocialShare a, .mobileFooterSocialShare a:hover {
	border-radius: 48px;
	display: inline-block;
	outline: none;
	height: 48px;
	line-height: 48px;
	width: 48px;
	margin: 0px 10px;
	color: #fff;
}

.mobileFooterSocialShare i {
	line-height: 48px;
	font-size: 28px;
}

.mobileFooterSocialShare img {
	margin-top: -4px;
}

.mobileFooterSocialShare a.mfss-whatsapp{
	background-color: #34b423;
}
.mobileFooterSocialShare a.mfss-facebook{
	background-color: #2d4486;
}
.mobileFooterSocialShare a.mfss-line{
	background-color: #23c201;
}

.mobileFooterSocialShare a.mfss-copy{
	background-color: #de8f36;
}

.mobileFooterShareOptions a{
	padding: 8px 10px;
	background-color: #c1272d;
	font-size: 14px;
	margin: 2px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.bdpMobileFooterButs{
	display: none;
}

.mobileFooterShareBtnBlock{
	display: none;
}

.mobileFooterShareOptionsAlertBox {
	display: none;
	text-align: center;
	padding: 5px;
}

@media (max-width:767px){
    .listing-block .lill-label { float: none; }
    .listing-block .lill-label::after { content: ":"; margin-right: 10px; margin-left: 5px; }
    .listing-block .lill-data { float: none; }

    .bdpMobileFooterButs{
    	display: block;
	}
}
