/*
	This file will contain stylings that applies globally to the following layout pages: events, listings, offers
*/
.shared-list h3.no-results  { height: 300px; line-height: 300px;  text-align: center; }

/* FILTER STYLING */
.shared-list { padding-bottom: 80px; }
.shared-list ::-webkit-input-placeholder { color: #b95915; }
.shared-list :-moz-placeholder { /* Firefox 18- */ color: #b95915; }
.shared-list ::-moz-placeholder {  /* Firefox 19+ */ color: #b95915; }
.shared-list :-ms-input-placeholder { color: #b95915; }

.shared-list .shared-filter .shared-input {
	padding: 0 12px;
	border: 1px solid #e1e1e1;
	background: #fff;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	box-shadow: none;
}

.shared-list .shared-filter .shared-amenities,
.shared-list .shared-filter .shared-select {
	-moz-appearance: none;
	font-size: 16px;
	background: #fff;
	color: #333333;
	font-weight: bold;
	background-image: url(../png/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: right center; 
	padding: 7px 35px 7px 10px;
	height: 40px;
	border: 1px solid #e1e1e1;
}
.shared-list .shared-filter .shared-select.multi {
	height: auto;
	background-image: none;
}
.shared-list .shared-filter .shared-submit {
	background: #009fc3;
	color: #FFF;
	border: none;
	padding: 7px;
	width: 140px;
	font-weight: normal;
	letter-spacing: 3px;
	border-radius: 0;
	transition: initial;
	margin-bottom: 0;
	height: 40px;
}

/* PAGER */
.shared-list .sharedPagerContainer {
	text-align: center;
	height: 34px;
	line-height: 34px;
}
.shared-list .sharedPagerContainer .prv-end, 
.shared-list .sharedPagerContainer .prv, 
.shared-list .sharedPagerContainer .nxt, 
.shared-list .sharedPagerContainer .nxt-end {
	background-image: url("../png/paging.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0;
	width: 16px;
	height: 20px;
	vertical-align: middle;
}
.shared-list .sharedPagerContainer .prv-end { background-position: 0 0; }
.shared-list .sharedPagerContainer .prv { background-position: -17px 0; }
.shared-list .sharedPagerContainer .nxt { background-position: -36px 0; }
.shared-list .sharedPagerContainer .nxt-end { background-position: -55px 0; }
.shared-list .sharedPagerContainer .disabled { background-position-y: -20px; }

.shared-list .sharedPagerContainer .pageText {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-style: normal;
}
.shared-list .sharedPagerContainer .pageText .of { font-size: 16px; }
.shared-list .sharedPagerContainer .pageText em { font-style: normal; color: #333;}

/* ITEM */
.shared-list .item {
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
	background: #fff;
	overflow: hidden;
}
.shared-list .item .border-wrap { border: 1px solid #e1e1e1; overflow: hidden;}
.shared-list .item.dtn, .shared-list .item.row.featured { border-top: 4px solid #009fc3; }
.shared-list .item.dtn .border-wrap,
.shared-list .item.featured .border-wrap { border-top: none; padding-top: 0; }

.shared-list .item .detail-c1 .featured { position: absolute; left: 0; top: 0; display: none; }
.shared-list .item.featured .detail-c1 .featured { display: block; }
.shared-list .item.partner .detail-c1 .featured { display: block; }
.shared-list span.featured {
	display: inline-block;
	background: #009fc3;
	color: #fff;
	font-size: 12px;
	padding: 0 9px;
	border: 1px solid #10c8f1;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
}
.shared-list .item.dtn .detail-c1 .featured { display: block; }
.shared-list .detailGallery .placeHolder,
.shared-list .item .detail-c1 .placeHolder {
	width: 226px;
	height: 140px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #cdc8c3;

}
.shared-list .item .detail-c2 .inner p {
	margin-bottom: 0;
}
.shared-list .thumb-holder {
	position: relative;
	display: block;
	max-width: 250px;
	height: 0px; /* needed since the thumb-holder has inline padding applied to pre-allocate height */
}
.shared-list .item img {}
.shared-list .item img.thumb { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.shared-list .item a.markerLink, .shared-list .item a.markerLink:hover {
	cursor: pointer;
}
.shared-list .item .detail-c1 a.markerLink, .shared-list .item .detail-c1  a.markerLink:hover {
	background: url(../png/item-pin.png);
	position: absolute;
	width: 39px;
	height: 63px;
	right: 25px;
	top: 4px;;
	overflow: hidden;
	text-indent: -1000px;
}

.shared-list .item a {
	text-decoration: none;
	font-size: inherit;
}
.shared-list .item .phone { display: inline-block; }
.shared-list .item .sep { color: #b95915; font-size: 16px;  }
.shared-list .item a {
	color: #e86000;
}
.shared-list .item a.detail-c1 {
	display: block;
	position: relative;
}
.shared-list .item a.detail-c1 .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.shared-list .item ul.info-list {
	font-size: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shared-list .item ul.info-list li {
	display: block;
	padding: 0;
	line-height: 21px;
	color: #333333;
}

.shared-list .item ul.info-list .distance { }
.shared-list .item h4 { margin: 0; color: #b95915; }
.shared-list .item h4 a {
	font-size: 26px;
	color: inherit;
}
.shared-list .item .label {
	color: #333;
}

/* MAPS */
.shared-list .gMapContainer {
	position: relative;
	margin-top: 20px;
}
.shared-list .gMapContainer {}
.shared-list .showGMap .isOpen { display:none; }
.shared-list .showGMap .isClosed {}
.shared-list.map-open .isOpen { display: block; }
.shared-list.map-open .showGMap .isClosed { display: none; } 
.shared-list .gMapContainer .gMapHolder { height: 400px; }
.shared-list.map-open .gMapHolder { display:block; }



/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-list .item {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.shared-list .item .detail-c1 .thumb-holder { max-width: 100%; }
}