.listings{
	margin-bottom: 75px;
}
.listings .submit-row { }
.listings .listingFilterContainer.openx,
.listings .listingFilterContainer { display: block; }

.listings .sortBox {
	height: 32px;
	line-height: 32px;
    font-size: 16px;
}
.listings .sortBox label {
	display: inline;
	font-size: inherit;
	vertical-align: middle;
}
.listings .sortBox .sep {
	padding: 0 6px;
	font-size: inherit;
}
.listings a[data-query-link].selected { font-weight: bold; }
.listings .noData { text-align: center; }

/*** Filters ***/
.listings .listingFilterContainer form {
	margin: 0;
}
.listings .listingsFooter {
	text-align: right;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 24px;
	right: 10px;
	bottom: 10px;
	line-height: 24px;
}
.listings .listingFilterContainer .listFilters { padding: 0 5px; }
.listings .listingFilterContainer .listFilters > .columns { padding: 0 0.625rem; }


.listings .listingFilterContainer .amenities {
	display: none;
	border: 1px solid #CCC9C2;
	padding: 10px 0;
	margin-bottom: 20px;
	z-index: 100;
	background: #f5f0eb;
	overflow: hidden;
	margin: 0;
	margin-top: 20px;
}
.listings .listingFilterContainer .amenities li { padding-bottom: 0;}
.listings .listingFilterContainer .amenities label {
	font-size: 16px;
	margin-right: 0;
}

.listings .listingContainerHead {
	padding: 20px 0;
}
/*** End Filters ***/

/*** Layout ***/
.listings .listingContainerHead,
.listings .listingContainerFoot {
	overflow: hidden;
}
.listings .listingContainerHead {
}

.listings .alphaSort {
	font-size: 16px;
	height: 34px;
	line-height: 34px;
}

.listings .alphaSort .alphaView {
	font-size: 16px;
	padding: 0;
	color: #333;
	height: 34px;
	vertical-align: middle;
	font-size: inherit;
}
.listings .alphaSort .sep {
	padding: 0 9px;
	vertical-align: -1px
}
.listings .alphaSort a {
	text-align: center;
	text-decoration: none;
	padding: 0;
	line-height: 34px;
	font-size: 16px;
	color: #009fc3;
	vertical-align: middle;
	font-size: inherit;
}
.listings .alphaSort a.selected {
    font-weight: bold;
}

.listings .moreInfo { font-size: 17px; }


.listings .map-pin {
    background-image: url(/includes/public/assets/listings/icon-green.png);
   	width: 58px;
    height: 74px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    cursor: pointer;
    transition: all ease .5s;
    transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform: translateX(-50%) scale(.97);
    -ms-transform: translateX(-50%) scale(.97);
    -webkit-transform: translateX(-50%) scale(.97);
    background-repeat: no-repeat;
}

.listings .map-pin:hover {
    transform: translateX(-50%) scale(1.2);
    -ms-transform: translateX(-50%) scale(1.2);
    -webkit-transform: translateX(-50%) scale(1.2);
}

.listings .map-text {
    position: absolute;
    bottom: 60px;
    opacity: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Adelle SansW01-Bold';
    transition: all ease .3s;
}

.listings .map-pin:hover .map-text{
    bottom: 80px;
    opacity: 1;
}

.shared-list .shared-footerPager .sharedPagerContainer.listingPagerContainer {
    top: auto;
}


.listing-detail .slick-list.draggable + .thumb.noLogo {
    display: none;
}

.listings span.left span.dollarSign {
    font-size: 24px;
    position: relative;
    top: -7px;
}

/*** Sub Tabs ***/

.accordion .accordion-navigation>.content.active, .accordion dd>.content.active{
	overflow: auto;
}
.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 .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 { 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;
}
.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;
}

.shared-detail .social-links{
	margin-top: 10px;
	text-align: center;
	padding: 0 15px;
}
.shared-detail .social-links li:first-child{
	margin-left: 0;
}
.shared-detail .social-links li{
	background-color: #ae7f3d;
    border-radius: 3px;
    display: inline-block;
    float: none;
    height: 32px;
    margin-left: 9px;
    padding-top: 4px;
    text-align: center;
    width: 32px;
    vertical-align: top;
}
.shared-detail .social-links li i{
	color: #fff;
    font-size: 22px;
    line-height: 25px;
    position: relative;
}
.shared-detail a:hover{
	color: #97461d;
}
.shared-detail .social-links li.facebook-link i{
    font-size: 25px;
    position: relative;
    right: -3px;
    top: 4px;
}

.shared-detail #tab-offers li { list-style: none; }

.reviews-provider-wrapper {

}
.reviews-provider-wrapper h4,
.reviews-provider-wrapper h5,
.reviews-provider-wrapper p {
	margin: 0 0 10px 0;
}
.reviews-provider-content {

}
.reviews-provider-content .review {
	padding-top: 10px;
	margin: 10px 0;
}
.reviews-provider-content .review-user {
	font-size: 13px;	
	margin: 10px 0px;
}

/*yelp*/
.yelpReviews{
    font-weight: normal;
    margin-top: 25px;
}
.yelpReviews .yelpLeft{
    margin-bottom: 15px;
}
.yelpReviews .yelpRight{
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}
.yelpReviews .review{
    margin-bottom: 40px;
    margin-top: 25px;
}
.yelpReviews .reviewText{
    font-weight: normal;
    display: inline;
}
.yelpReviews .reviewScore{
    font-weight: bold;
}
.shared-detail .logo-yelp{
	margin-right: 10px;
    position: relative;
    top: 0;
    width: 67px;
}
.shared-detail .yelp-review a{
	color: #B2B2B2;
}
.shared-detail .rating-yelp{
	margin-right: 7px;
    position: relative;
    top: 2px;
    width: 131px;
}
.shared-detail .yelp-review .text{
	position: relative;
	top: 3px;
}
/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 40em) {

}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){
	.tripadvisorReviews .tripadvisorHeader .tripRight {
		width: 192px;
		float: right;
	}
	.tripadvisorReviews .tripadvisorHeader .tripLeft {
		width: 60%;
	}
    .yelpReviews .yelpRight{
        float: left;
        margin-right: 26px;
        position: relative;
        top: -2px;
        width: auto;
    }
     .yelpReviews .userInfo{
        float: left;
        margin-right: 21px;
        text-align: center;
    }
}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
	.shared-detail .social-links {
		margin-top: 14px;
		padding: 0;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
	.shared-detail .detailInfo h1{
		margin-bottom: 20px;
	}
	.tripadvisor-review{
		text-align: left;
	}
}



/* 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; }
}


/*** Member Layout ***/
.listings .l-itemContainer h4 {
	font-size: 1.875rem;
	margin: 0;
	padding: 0;
	color: #003E2C;
}
.listings .l-itemContainer h4 a {
	color: inherit;
	margin: 0;
	padding: 0;
}
.listings .l-itemContainer ul {
	list-style-type: none;
}
.listings .l-itemContainer:first-child {
	padding-top: 0;
}
.listings .l-itemContainer {
	position: relative;
	border-bottom: 1px dashed #CCD9D4;
	padding: 1.875rem 0;
}
[data-audio-fill] {
	text-align: center;
}


/*** Mobile ***/
@media only screen and (max-width: 640px) {
	.listings .listingPagerContainer { text-align: center; clear: both;}
	.listings .listingFilterContainer #label_amenities { margin-bottom: 1rem; }
	.listings .listingul { max-width: 320px; margin: 0 auto; }
	.listings .submit-row { text-align: center; }

	.listings .mobile-layout-block {
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}




	.meetingFacilitySearch .item {padding-top: 0;}
	.mfCompare .group .firstColumn.cust-col,
	.mfCompare .group .right.medium-10 { width: 50%;}
}
