#label_amenities{
	text-align: left;
}
.listings .listingFilterContainer .amenities {
	display: none;
	border: 1px solid #CCC9C2;
	padding: 10px 0;
	margin-bottom: 20px;
	z-index: 100;
	background: #FFF;
	overflow: hidden;
	margin: 0;
	margin-top: 20px;
	width: 100%;
}
.listings .listingFilterContainer .amenities li { padding-bottom: 0;}
.listings .listingFilterContainer .amenities label {
	font-size: 16px;
	margin-right: 0;
}

.listings .listingFilterContainer .amenities  label input{
	width: 13px;
	height: 15px;
}
/*** End Filters ***/

/*** Sub Tabs ***/
.shared-detail .detailPanes .tabs.subtab dd a {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border: 1px solid #c3c8cd;
	background-color: #fff;
	color: inherit;
}
.shared-detail .detailPanes .tabs.subtab .active > a,
.shared-detail .detailPanes .tabs.subtab .active > a:hover,
.shared-detail .detailPanes .tabs.subtab .active > a:focus {
	color: inherit;
	position: relative;
}
.shared-detail .tab-contents-wrapper.small-12.columns.extra-pad.match-beacon {
	min-height: 623px;
}

.shared-detail .detailPanes .tabs.subtab.vertical { max-width: 100%; }
.shared-detail .detailPanes .tabs-content.subtab { max-width: 100%; }

.shared-detail .detailPanes .tabs.subtab.vertical.no-stack dd { float: none; display: none; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack .active { display: block; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.open dd { display: block; }
.shared-detail .detailPanes .tabs.subtab.vertical, .shared-detail .detailPanes .tabs-content.subtab.vertical { 
	float: none;
	width: 100%; 
	padding: 0;
}
.shared-detail .detailPanes .subtab.tabs-content.vertical > .content { padding: 20px 0; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.open { background-color: #fff;}

.shared-detail .detailPanes .tabs.subtab.vertical.no-stack .active > a > span { /* use the left tabs arrow */ }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.solo .active > a > span { display:none; /* if there is only one item in the drop down */ }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.solo .active > a { cursor: default; }

.shared-detail .detailPanes .tabs.subtab.no-stack .active > a > span {
	content: "";
	width: 8px;
	height: 8px;
	right: 16px;
	position: absolute;
	top: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #000;
	margin-top: -4px;
}

/** Ameneties/Meetings Tab ***/
.shared-detail ul.amen-subtab li,
.shared-detail ul.meeting-subtab li {
	font-size: 14px;
	line-height: 16px;
}
.shared-detail ul.amen-subtab li ul,
.shared-detail ul.meeting-subtab li ul {
	margin-top:10px;
}
.shared-detail ul.amen-subtab li.row,
.shared-detail ul.meeting-subtab li.row {
	padding: 10px;
	margin: 0;
	max-width: 100%;
}
.shared-detail ul.amen-subtab li ul li ,
.shared-detail ul.meeting-subtab li ul li {
	line-height: 22px;
}
.shared-detail li.amenity-textarea .amenity-value,
.shared-detail li.amenity-multi .amenity-value,
.shared-detail li.amenity-floorplan .amenity-value {
	text-align: left;
}
.shared-detail ul.meeting-subtab .meeting-text-area  {
	margin-top: 10px;
}
.shared-detail .detailPanes .tabs-content ul.amen-subtab,
.shared-detail .detailPanes .tabs-content ul.meeting-subtab {
	border: 1px solid #c3c8cd;
	background-color: #ffffff;
	margin-left: 0;
	list-style-type: none;
	margin-bottom: 10px;
}
.shared-detail .detailPanes .tabs-content ul.amen-subtab > .row:nth-child(odd),
.shared-detail .detailPanes .tabs-content ul.meeting-subtab > .row:nth-child(odd) {
	background: #eee;
}


/* yelp styling */

.yelpReviews .row { padding-bottom: 1.25em; }

@media only screen and (max-width: 640px) {
	.yelpLeft { float: left; width: 100%; text-align: center; }
	.yelpLeft { float: right; width: 100%; text-align: center; }
}
