/* Line info page */
.event-card-detail .title, .h2, h2{
	font-size:20px;
	font-weight:700;
	padding:0 0 20px 0;
	margin:0px;
	
}
.event-card-detail .images{
	width:300px;
	margin:0 30px 0 0;
}
.event-card-detail .images .preview_image{
	position:relative;
	width:300px;
	height:auto;
	overflow:hidden;
}
.event-card-detail .images .preview_image .zoom_in{
	position:absolute;
	width:25px;
	height:26px;
	top:10px;
	right:15px;
	background:url(../images/ico-zoom-in.png) 0 0 no-repeat transparent;
}
.event-card-detail .images .other_images .image{
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:0 0 0 12px;
}
.event-card-detail .images .other_images .image:first-child{
	margin:0px;
}
.event-card-detail .images .other_images .image img{
	max-width:50px;
	max-height:50px;
}
.event-card-detail .params{
	width:550px;
}
.event-card-detail .control-label{
	color:#b2b5bf;
}

.event-card-detail .params .user_category span{
	display:inline-block;
	padding:0 0 0 25px;
}
.event-card-detail .params .user_category span{
	display:inline-block;
	padding:0 0 0 25px;
	min-height:16px;
}
.event-card-detail .params .user_category span.user{
	background:url(../images/ico-user.png) 0 0 no-repeat transparent;
}
.event-card-detail .params .user_category span.category{
	background:url(../images/ico-bars.png) 0 3px no-repeat transparent;
	margin:10px 0 0 0px;
}

.event-card-detail .bold {
  font-weight: 700;
}
.event-card-detail .form-group {
  margin-bottom:15px;
}