@media all {
	img.eventImage {
		border: 1px solid #dfcbb5;
		width: 100%;
	}

	.eventsContainer ::-webkit-input-placeholder {
	   color: #5b3627;
	}

	.eventsContainer :-moz-placeholder { /* Firefox 18- */
	   color: #5b3627;
	}

	.eventsContainer ::-moz-placeholder {  /* Firefox 19+ */
	   color: #5b3627;
	}

	.eventsContainer :-ms-input-placeholder {  
	   color: #5b3627;
	}


	.eventsContainer {
		margin-top: 30px;
	}
		.eventsContainer .gMapHolder {
			height: 400px;
			margin-bottom: 15px;
		}
		.eventsContainer .eventHelperButtons {
			margin-bottom: 5px;
		}
		.eventsContainer .rssLink {
			float: right;
			font-size: 22px;
			background: url('/includes/public/assets/images/rss.png') no-repeat;
			width: 21px;
			height: 20px;
		}
		.eventsContainer .eventsPrintLink {
			font-size: 16px;
			line-height: 13px;
			text-transform: uppercase;
			color: #404040;
			margin-right: 25px;
		}
		.eventsContainer .eventsPrintLink i {
			color: #404040;
			font-size: 22px;
		}


	.eventsSearchForm {}
		.eventsSearchForm ul.timeWindow {
			background: url('/includes/public/assets/images/tan-noise.png');
			padding-top: 10px;
			margin-left: 0;
			text-align: center;
			list-style: none;
		}
			.eventsSearchForm ul.timeWindow li {
				display: inline-block;
				text-transform: uppercase;
				font-family: 'Museo Sans W01_300';
				padding: 10px;
			}
			.eventsSearchForm ul.timeWindow li:last-child {
				margin-right: 0;
			}
			.eventsSearchForm ul.timeWindow li > a {
				color: #344e61;
				font-size: 18px;
				text-shadow: 0px 1px 0px #fff;
				padding: 10px 20px;
				padding-bottom: 20px;
				border-top-left-radius: 10px;
				border-top-right-radius: 10px;
			}
			.eventsSearchForm ul.timeWindow li > a.active {
				background: #fff;
			}

	.eventsSearchForm select,
	.eventsSearchForm select:focus,
	.eventsSearchForm input[type="text"],
	.eventsSearchForm input[type="text"]:focus {
		background-color: #fff;
		border: 1px solid #dfcbb5;
		box-shadow: none;
		color: #5190c3;
		height: 38px;
		font-size: 16px;
		cursor: pointer;
	}

	.eventsSearchForm select {
		background-image: url('/includes/public/assets/images/selectArrow.png');
		background-repeat: no-repeat;
		background-position: 95% 50%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.eventsSearchForm img.calTrigger {
		position: absolute;
		bottom: 25px;
		right: 30px;
	}

	.eventsSearchForm label[for=startDate],
	.eventsSearchForm label[for=endDate] {
		position: absolute;
		top: 10px;
		left: 24px;
		color: #998c87;
	}
	.eventsSearchForm input[type="text"].startDate {
		padding-left: 50px;
	}
	.eventsSearchForm input[type="text"].endDate {
		padding-left: 35px;
	}

	.eventsSearchForm input[type="text"].keyword {
		cursor: text;
	}

	.eventsSearchForm input[type="submit"].submitSearch {
		border-radius: 4px;
		border: none;
		background: #5190c3;
		color: #fff;
		height: 38px;
		width: 100%;
		padding: 0;
		text-transform: uppercase;
		font-size: 13px;
		font-family: "Museo Sans W01_300"
	}

	.eventsFilterMap {}
		.eventsFilterMap .showGMap span {
			text-transform: uppercase;
			font-size: 15px;
			font-weight: bold;
			background: url('/includes/public/assets/images/mappin.png') no-repeat;
			padding-left: 30px;
			padding-top: 3px;
			margin-top: 4px;
			color: #278bdc;
			cursor: pointer;
			height: 33px;
			display: inline-block;
		}
		.eventsFilterMap .showGMap .isOpen {
			display: none;
		}

	.eventsFilterSortby {
		text-transform: uppercase;
		font-size: 16px;
	}
		.eventsFilterSortby label {
			display: inline-block;
			font-size: 16px;
		}
		.eventsFilterSortby > a.active {
			font-weight: bold;
			font-family: 'Museo Sans W01_900';
			font-size: 16px;
			color: #5b3627;
		}


	.eventsFilterPagination {
		margin: 15px 0;
	}
		.eventsFilterPagination a,
		.eventsFilterPagination span {
			display: inline-block;
			margin-right: 5px;
			height: 14px;
			font-size: 16px;
		}
		.eventsFilterPagination span > b {
			font-family: 'Museo Sans W01_900';
			color: #5b3627;
		}
		.eventsFilterPagination a:last-of-type {
			margin-right: 0;
		}
		.eventsFilterPagination a.disabled {
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter: alpha(opacity=50);
			opacity: 0.5;
			cursor: default;
		}
		.eventsFilterPagination a.previousEnd {
			background-image: url('/includes/public/assets/images/doublearrow.png');
			background-position: 0px 0px;
			width: 16px;
			display: inline-block;
		}
		.eventsFilterPagination a.previous {
			background-image: url('/includes/public/assets/images/doublearrow.png');
			background-position: -8px 0px;
			width: 8px;
			display: inline-block;
		}
		.eventsFilterPagination a.next {
			background-image: url('/includes/public/assets/images/doublearrow.png');
			background-position: -24px 0px;
			width: 8px;
			display: inline-block;
		}
		.eventsFilterPagination a.nextEnd {
			background-image: url('/includes/public/assets/images/doublearrow.png');
			background-position: -24px 0px;
			width: 16px;
			display: inline-block;
		}


	.eventsList {
		margin: 50px 0;
	}
		.eventsList .eventItem {
			border-top-left-radius: 25px;
			padding: 20px;
			margin-bottom: 25px;
			border: 1px solid #dfcbb5;
		}
		.eventsList .eventItem.featured {
			background: url('/includes/public/assets/images/listingbg.gif');
			border-top: 6px solid #80a910;
			border-bottom: 6px solid #80a910;
		}
		.eventsList .eventItem span.star {
			float: right;
			background: url('/includes/public/assets/images/greenstar.png') no-repeat;
			width: 24px;
			height: 24px;
		}

		.eventsList .eventItem h3,
		.eventsList .eventItem h3 > a {
			color: #5b3627;
			font-size: 20px;
			font-family: 'Museo W01_700';
			font-weight: bold;
			line-height: 22px;
		}

		.eventsList .eventItem ul {
			list-style: none;
			padding: 0;
			margin: 0px 0px 10px 0px;
			font-size: 16px;
			line-height: normal;
		}
			.eventsList .eventItem ul li {
			}

	.eventsList .eventItemButtons {}
		.eventsList .eventItemButtons > div { display: inline-block; }
		.eventsList .eventItemButtons a.eventMapButton {
			background: #5190c3;
			color: #fff;
			border-radius: 4px;
			background-repeat: no-repeat;
			display: inline-block;
			text-transform: uppercase;
			font-size: 14px;
			padding: 7px 7px 7px 30px;
			margin-bottom: 10px;
			background-image: url('/includes/public/assets/images/mappinwhite.png');
			background-position: 7px 7px;
			margin: 5px 0;
		}
		.eventsList .eventItemButtons a.eventBookButton {
			background-image: url('/includes/public/assets/images/pluswhite.png');
			background-position: 7px 8px;
		}

	.event-detail {
		margin: 40px 0;
	}
		.event-detail a.return-link {
			text-transform: uppercase;
		}
		.event-detail .detailTop {
			margin: 20px 0;
		}
			.event-detail .detailTop .detailInfo {}
				.event-detail .detailTop .detailInfo > h1 {
					font-size: 34px;
					font-weight: normal;
					font-family: "Museo W01_700";
				}

			.event-detail .detailTop .detailInfo ul.info-list,
			.event-detail .detailTop .detailInfo ul.info-list li > ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
				.event-detail .detailTop .detailInfo ul.info-list li {
					font-size: 18px;
					line-height: 26px;
				}
				.event-detail .detailTop .detailInfo ul.info-list li > ul > li {
					display: inline-block;
					border-right: 1px solid #dfcbb5;
					padding-right: 5px;
				}
				.event-detail .detailTop .detailInfo ul.info-list li > ul > li:last-child {
					border-right: 0;
					padding-right: 0;
				}

			.event-detail .detailTop .detailInfo .button-links {
				margin: 20px 0;
			}
	.event-gallery .slick-slider {
		overflow: hidden;
		text-align: center;
		margin-bottom: 30px;
		width: 80%;
		margin: 0 auto;
		visibility: hidden;
	}
		.event-gallery .slick-track > div.slick-slide {
			display: inline-block;
		}
		.event-gallery .slick-track img {
			width: 100%;
			border: 1px solid #dfcbb5;
		}
		.event-gallery > a.slick-arrow {
			background-image: url('/includes/public/assets/images/galleryarrow.png');
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
			display: inline-block;
			height: 54px;
			width: 30px;
			position: absolute;
			top: 30%;
			z-index: 900;
		}
			.event-gallery > a.slick-arrow.prev {
				left: -10px;
			}
			.event-gallery > a.slick-arrow.next {
				right: -10px;
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
			}

	.gMapContainer {
		margin: 40px 0;
	}

	.gMapHolder,
	.gMap {
		height: 400px;
	}

	ul#gMapTabs {
		margin: 0;
		list-style: none;
	}
		ul#gMapTabs li {
			display: inline-block;
			margin-left: 5px;
			padding-right: 6px;
			border-right: 1px solid #d9ccb6;
		}
		ul#gMapTabs li:first-child {
			margin-left: 0;
		}
		ul#gMapTabs li:last-child {
			border-right: none;
		}
			ul#gMapTabs li > a {
				text-transform: uppercase;
				font-size: 14px;
				font-weight: bold;
			}
			ul#gMapTabs li > a.current {
				color: #5b3627;
			}

	.infoWindow {}
		.infoWindow h5 {
			color: #5b3627;
			font-size: 20px;
			font-weight: bold;
			font-family: 'Museo W01_700';
		}
		.infoWindow ul.contactInfo,
		.infoWindow ul.eventActions {
			list-style: none;
			margin: 0;
			padding: 0;
			font-family: "Museo Sans W01_300";
		}
		.infoWindow ul.eventActions {
			margin-top: 5px;
		}
		.infoWindow ul.contactInfo li,
		.infoWindow ul.eventActions li > a {
			font-size: 16px;
			font-family: "Museo Sans W01_300";
			line-height: normal;
		}

	.fitlerOptions {}
		.filterOptions .nextLink {
			float: right;
		}
}

@media only screen and (min-width: 40.063em) {
	.eventsFilterPagination {
		margin: 0;
	}
	.eventsFilterMap {
		margin-top: 0;
	}
	.event-gallery > a.slick-arrow {
		top: 30%;
	}
}

@media only screen and (min-width: 64.063em) {
	.eventsList .eventItemButtons > div { display: inline-block; }
	.eventsList .eventItemButtons > div > a {
		margin-bottom: 0px;
	}

	.event-gallery .slick-track img {
		width: 90%;
	}
	.event-gallery > a.slick-arrow {
		top: 35%;
	}
	.event-gallery .slick-slider {
		width: 100%;
		margin: 0 auto;
	}
}

/* print styles */
#printableEvents {
	max-width: 600px;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
	#printableEvents .intro {}
		#printableEvents .intro .letterhead {}
			#printableEvents .intro .letterhead .logo {
				float: left;
			}
			#printableEvents .intro .letterhead .logo > img {
				padding: 0 20px 20px 0;
			}
			#printableEvents .intro .letterhead .address {
				float: right;
				text-align: right;
			}
			#printableEvents .intro .letterhead .address strong {
				color: #408dc4;
			}
			#printableEvents .intro .letterhead .address a {
				color: #5b3627;
				text-decoration: none;
				font-weight: bold;
				font-style: italic;
			}

		#printableEvents .intro .greeting {
			clear: both;
		}
		#printableEvents .intro .actions {
			padding: 10px 0;
			float: right;
		}
		#printableEvents .intro .actions a.print-button {
			background-color: #408dc4;
			color: #fff;
			height: 36px;
			padding: 10px 15px;
			line-height: normal;
			vertical-align: middle;
			border-radius: 5px;
			margin: 7px 0px;
			text-decoration: none;
			text-align: right;
		}

	#printableEvents .content {
		clear: both;
		margin-top: 25px;
	}
		#printableEvents .content > h1 {
			font-size: 20px;
			margin: 10px 0 0 0;
			color: #408dc4;
			font-weight: normal;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#printableEvents .content > h2 {
			font-weight: bold;
			color: #5b3627;
			margin: 0;
		}
		#printableEvents .content .special-events {}
			#printableEvents .content .special-events .loading {}
		
	#printableEvents .date-group { clear: both;}
		#printableEvents .date-group > h3 {
			text-align: center;
			padding-bottom: 5px;
			border-bottom: 1px dashed #408dc4;
			color: #408dc4;
			width: 50%;
			margin: 25px auto 10px;
			font-weight: normal;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#printableEvents .date-group .columns {}
			#printableEvents .date-group .columns ul {
				margin: 0;
				padding: 0;
				display: inline-block;
				width: 197px;
				vertical-align: top;
			}
				#printableEvents .date-group .columns ul li {
					display: inline-block;
					margin: 0 10px 20px 0;
					list-style: none;
					padding: 0;
					font-size: 13px;
				}
				#printableEvents .date-group .columns ul li span.event-title {
					font-weight: bold;
					color: #5b3627;
				}

@media only print {
	#printableEvents {
		
	}
	#printableEvents .intro .letterhead .address a {
		color: #000;
	}
	#printableEvents .intro .letterhead .address strong {
		color: #000;
	}
	#printableEvents .content > h1 {
		color: #000;
	}
	#printableEvents .content > h2 {
		color: #000;
	}
	#printableEvents .date-group > h3 {
		color: #000;
		border-bottom: 1px dashed #000;
	}
	#printableEvents .intro .actions a.print-button {
		display: none;
	}
	#printableEvents .date-group .columns ul{
		float: left;
	}
	#printableEvents .date-group .columns ul li span.event-title {
		color: #000;
	}
	.eventsList .eventOverview div:first-of-type{
		width: 40%;
	}
	.eventsList .eventOverview div:last-of-type{
		width: 60%;
	}
	.eventsContainer > div:not(.items){
		display:none;
	}
	.eventsContainer .items > div:not(.eventsList){
		display:none;
	}
	.event-detail .detailInfo{
		width: 100%;
	}
	.event-detail .detailGallery{
		display:none;
	}
	.event-detail .button-links{
		display:none;
	}
}