#column > h2 {
	padding-left:8px;
	clear:both;
	text-transform:uppercase;
	font-family: "Bebas Neue", sans-serif;
}

#column h2.arrow:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url("/cms/images/icons_arrow_down.png") no-repeat;
}

#column .event {
	width:100%;
	margin:0 0;
	font-size:1vw;
	line-height:1;
}

#column .event .square {
	width:12.5%;
	float:left;
}

#column .event .rectangle {
	width:50%;
	float:left;
}

#column .event .rectangle:after {
	padding-top:25%;
}

#column .event .tile {
	background-color:#666666;
	height:100%;
	overflow:hidden;
	padding:4px;
	background-position: center center;
}

#column .event a {
	color:#FFFFFF;
}

#column .event .middle h3 {
	font-size:1em;
	margin-bottom: 0.3em;
}

#column .event .middle .desc {
	display:block;
	font-size: 0.8em;
}

#column .event .middle .tile {
	position:relative;
}

#column .event .middle .tile:after {
	content:" ";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	height:30%;
	min-height:20px;
	width:100%;
	z-index:1;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, #666666 85%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(85%, #666666));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, #666666 85%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, #666666 85%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, #666666 85%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, #666666 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#666666',GradientType=0);

}

#column .event .right {
	text-align:center;
	float:right;
}

#column .event .right .small {
	display: block;
	font-size: 0.45em;
	line-height: 2em;
	text-transform: uppercase;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#column .event .right .space {
	font-size: 0.8em;
	line-height: 1.1em;
	letter-spacing:0.1em;
	white-space:nowrap;
}

#column .event .right .small.red {
	color:#FF0000;
}

#column .event.type_tender .middle .tile {
	border-right: 8px solid #FFCC00
}

#column .event.type_exhibit .middle .tile {
	border-right: 8px solid #00FF00
}

#column .event.type_event .middle .tile {
	border-right: 8px solid #4ca9d6
}

#column .event .eventIcon {
	background-size:cover;
	background-image:url("/cms/images/default/archinfoEvent.png");
	background-position:center center;
}

#column .event .eventLink {
	background-image:url("/cms/images/link.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:50%;
}

#column .event .editLink {
	display:none;
	position: absolute;
	right: 0;
	z-index: 2;
}

#column .event:hover .editLink {
	display:block;
}

#column .event .editLink a {
	background:#1964FF;
}

#column .event .editLink a:hover {
	background:#FF0000;
}

#column .event .editLink a span {
	position:absolute;
	bottom:0;
	padding:8px 4px;
	color:#FFFFFF;
	text-transform:uppercase;
}

@media (max-width: 480px), (min-width:661px) and (max-width: 899px) {
	#column .event .square {
		width:25%;
	}

	#column .event .rectangle {
		width:100%;
	}
}

@media all and (min-width: 1800px) {
	#column .event {
		font-size: 18px;
	}
}

@media all and (max-width: 899px) {
	#column .event {
		font-size: 1.4vw;
	}
}

@media all and (max-width: 800px) {
	#column .event {
		font-size: 2vw;
	}
}

@media all and (max-width: 480px) {
	#column .event {
		font-size: 4vw;
	}
}