/*
	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 {}
.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; }

.eventsContainer .listing-map-container {
	margin-bottom: 60px;
}

.couponContainer .listing-map-container {
	margin-bottom: 60px;
}

.eventsFormContainer.hidden {
	display: none;
}

/* PAGER */

/*** Mobile ***/
@media only screen and (max-width: 641px) {

} 	