/*
	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(/includes/public/assets/shared/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: right center; 
	padding: 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 */


/* ITEM */

/* MAPS */
.shared-list .gMapContainer {
	position: relative;
	margin-top: 20px;
}
.shared-list .gMapContainer {  }
.shared-list .showGMap .isOpen { display:none; }
.shared-list .showGMap .isClosed {
	height: 57px;
	position: relative;
}
.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; }


.shared-list .listFilters .row { margin-left:0; margin-right: 0; }
.shared-list .listFilters .columns {padding-left: 0;padding-right: 0;text-align: right;}
/*** Mobile ***/
@media only screen and (max-width: 641px) {
	
} 	