#contents-view {
	margin: 0 -10px;
	min-height: 365px;
}

#contents-view .grid-cell {
}

#contents-view .content-info {
	padding: 15px 10px;
}
	#contents-view .content-info .category {
		color: #0068ad;
		font-size: 11px;
		text-transform: uppercase;
		height: 28px;
		border: 1px solid #e9e9e9;
  		border-top: 0;
  		line-height: 27px;
  		padding-left: 15px;
	}
	#contents-view .content-info .title {
		color: #0068ad;
		font-size: 20px;
		line-height: 24px;
		text-transform: uppercase;
		padding-bottom: 24px;
		padding-top: 20px;
	}
		#contents-view .content-info .title:hover {
			color: #7fb3d6;
		}
		#contents-view .content-info .title .value {
			height: 48px;
			overflow: hidden;
		}

	#contents-view .content-info .content-header {
		height: 8px;
	}
	#contents-view .content-info .content-body {
		position: relative;
		height: 297px;
		border: 1px solid #e9e9e9;
  		border-top: 0;
	}
	#contents-view .content-info .content-padding {
		padding: 0 15px;
	}
	#contents-view .content-info .abstract {
		color: #6b6b6b;
		font-size: 13px;
		line-height: 18px;
		display: inline-block;
		margin-top: 6px;
		overflow: hidden;
	}
		#contents-view .content-info .abstract.with-image {
			height: 36px;
		}
	#contents-view .content-info .content-footer {
		position: absolute;
		bottom: 8px;
		color: #9fa2a3;
		font-size: 11px;
		width: 100%;
	}
		#contents-view .content-info .content-footer > div:first-child {
			float: left;
			margin: 0;
			margin-left: 15px;
		}
		#contents-view .content-info .content-footer > div {
			float: right;
			margin-right: 15px;
		}
		#contents-view .content-info .format {
			text-transform: uppercase;
				width: 64%;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
		}	
		#contents-view .content-info .view-more {
			color: #0068ad;
			font-size: 13px;
			line-height: 13px;
			font-style: italic;
		}
			#contents-view .content-info .view-more:hover {
				color: #7fb3d6;
			}
		#contents-view .content-info .content-image {
			width: 100%;
			margin-bottom: 6px;
		}	
			#contents-view .content-info .content-image img {
				width: 100%;
			}
		#contents-view .content-info .content-image-padding {
			padding: 10px 0;
		}


#contents-view .event-info {
	padding: 15px 10px;
}
	#contents-view .event-info .event-header {
		height: 8px;
		background-color: #28b6dd;
	}
	#contents-view .event-info .date-place-zone {
		border-left: 1px solid #e9e9e9;
		border-right: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		position: relative;
		padding: 15px 15px 10px;
		color: #28b6dd;
		font-size: 16px;
		text-transform: uppercase;
	}
		#contents-view .event-info .date-place-zone:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 7px;
			background: url('../../../images/frontend/blue-tile.png');
		}
		#contents-view .event-info .day {
			float: left;
			font-size: 48px;
			margin-right: 10px;
			line-height: 40px;
		}
		#contents-view .event-info .city-country {
			position: absolute;
			bottom: 15px;
			right: 20px;
			font-size: 11px;
			line-height: 11px;
			max-width: 170px;
		}
	#contents-view .event-info .event-content {
		border-left: 1px solid #e9e9e9;
		border-right: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		padding: 10px 15px;
		height: 238px;
	}
		#contents-view .event-info .title {
			color: #0068ad;
			font-size: 20px;
			line-height: 24px;
			text-transform: uppercase;
			padding-bottom: 10px;
		}
			#contents-view .event-info .title .value {
				height: 48px;
				overflow: hidden;
			}
		#contents-view .event-info .event-image {
			margin-left: -15px;
			margin-right: -15px;
		}
		#contents-view .event-info .abstract {
			color: #6b6b6b;
			font-size: 13px;
			line-height: 18px;
			display: inline-block;
			margin-top: 6px;
			overflow: hidden;
		}
			#contents-view .event-info .abstract.with-image {
				height: 36px;
			}
			#contents-view .event-info .view-more {
				color: #0068ad;
				font-size: 13px;
				line-height: 13px;
				font-style: italic;
			}
