/* Matukio 5 by compojoom.com */

.mat_event_image_holder {
	overflow: hidden;
}

.mat_event_image_holder_inner {
	overflow: hidden;
}

.mat_event_img {
	max-height: 100%; width: 100%;
}
.mat_timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.mat_event_date {
	margin-top: 8px;
}

.compojoom-bootstrap .mat_event_top_informations {
	color: #888;
	font-size: 90%;
	padding-bottom: 2px;
	border-bottom: 1px solid #F1F1F1;
}

.mat_event_single_holder {
	margin: 0 0 20px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

.mat_event_single_holder:hover {
	background: #F1F1F1;
}

.mat_event_single_holder_inner {
	padding: 8px 6px;
}

.mat_event_single_holder h3 {
	margin-top: 0;
}

.compojoom-bootstrap .mat_event_short_description {
	margin: 8px 0;
}

.compojoom-bootstrap .mat_event_image_holder {
	overflow: hidden;
	padding: 0;
}

.mat_event-buttons {
	margin-top: 5px;
}