@charset "UTF-8";

/* CONTENT						##################################### */

div.center-column {
	padding: 85px 110px;
	background: #000000;
	/* radius */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	div.center-column a {
		display: block;
		margin-bottom: 100px;
	}
		div.center-column a p.event-title {
			margin-bottom: 20px;
			font-size: 138.5%;
			color: #b8d31b;
			/* transition */
			/*-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;*/
		}
		div.center-column a:hover p.event-title {
			/*color: #f5ffb9;*/
		}
		div.center-column a div.GalleryBox {
			height: 100%;
			overflow: hidden;
		}
			div.center-column a div.GalleryBox img {
				float: left;
				/* transition */
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
			}
			div.center-column a:hover div.GalleryBox img {
				/* opacity */
				opacity: 0.6;
				filter: alpha(opacity=60);
				-moz-opacity: 0.6;
				-ms-filter: "alpha(opacity=60)";
			}
			div.center-column a div.GalleryBox div.Gallery_r {
				float: right;
				width: 510px;
				font-size: 93%;
				color: #ffffff;
				/* transition */
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
			}
			div.center-column a:hover div.GalleryBox div.Gallery_r {
				color: #777777;
			}













