/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

@media print {
	a[href]:after { content: "" !important; }

	.btn { display: none; }

	.panel_page { top: 0; }

	.shareContainer { display: none; }

	.sideNavContainer { display: none; }

	/* Header */
	header { position: static; }

	/* Nav */
	.header_container { display: none !important; }

	/* Header Slideshow */
	.slideshow_container { display: none !important; }

	/* Content */

	.angle-slider,
	.imagebox,
	.spotlight { display: none !important; }


	/* Listings/Events/Offers */

	.shared-layout .listContainer .item ul.actions,
	.shared-layout .shared-filters,
	.featuredEvents,
	.sortPage,
	.eventsSearchForm,
	.rssLink { display: none !important; }

	/* Footer */
	.footer_container { display: none !important; }
}
