/* Default CSS for Matukio 5 by compojoom.com */
.col-sm-0 {
	width: 0px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	min-height: 1px;
}

.compojoom-bootstrap .mat_event_img, .compojoom-bootstrap .mat_image_scale {
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.compojoom-bootstrap .mat_event_img:hover, .compojoom-bootstrap .mat_image_scale:hover {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	-webkit-transform: scale(1.501);
	-moz-transform: scale(1.501);
	transform: scale(1.501);
	transform: none;
}

.mat_event_img {
	width: 100%;
}

.compojoom-bootstrap .mat_cancelled_event, .compojoom-bootstrap .mat_cancelled_event:hover {
	background: url('../images/stripe-cancelled.png') repeat;
}

.compojoom-bootstrap .list-group-item:last-child {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.compojoom-bootstrap .list-group-item-grey {
	background-color: #eeeeee;
}

.compojoom-bootstrap .mat_event_organizer, .mat_event_fees, .mat_info_cancelled {
	padding-left: 10px;
}

.mat_event_date, .mat_event_location, .mat_event_category, .mat_event_organizer, .mat_event_fees, .mat_info_cancelled {
	color: #666;
	padding-right: 8px;
}

#mat_social {
	margin: 10px 0 15px 0;
}

#submenu_informations .row, #submenu_organizer .row, #submenu_files .row {
	padding: 6px 0;
}

.mat_image_center {
	margin: 0 auto;
	display: block;
}

.compojoom-bootstrap .modal {
	width: 600px;
}

.compojoom-bootstrap .mat_customfields .dl-horizontal dt {
	text-align: left;
	width: 33.33333%;
}

.compojoom-bootstrap .mat_customfields .dl-horizontal dd {
	width: 66.6667%;
	margin-left: 0;
}

.mat-social {
	margin: 10px 0 15px
}

.mat-social div {
	float: left;
}

.compojoom-bootstrap .twitter-btn {
	margin-right: 20px;
}

.compojoom-bootstrap .row-striped {
	padding-top: 5px;
}

.mat_event_completed {
	background: rgba(255, 60, 59, 0.06);
}

.mat_event_overbooked {
	background: rgba(255, 60, 59, 0.06);
}