#text .showcase-intro {
	margin: 0 0 24px;
	padding: 18px 20px;
	background: #eef7fb;
	border-left: 4px solid #2f9bc2;
	color: #2f3f47;
	font-size: 15px;
	line-height: 1.6;
}

#text .showcase-intro strong {
	color: #176a8a;
}

#text .showcase-card {
	margin: 0 0 28px;
	background: #fff;
	border: 1px solid #d8e2e7;
	box-shadow: 0 5px 16px rgba(46, 67, 77, .09);
}

#text .showcase-copy {
	padding: 18px 20px 16px;
}

#text .showcase-label {
	display: inline-block;
	margin: 0 0 7px;
	color: #2f9bc2;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#text .showcase-card h2 {
	margin: 0 0 8px;
	color: #31434c;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.25;
}

#text .showcase-card p {
	margin: 0;
	color: #52636b;
	line-height: 1.55;
}

#text .showcase-shot {
	display: block;
	position: relative;
	line-height: 0;
	background: #e9f0f3;
	border-top: 1px solid #d8e2e7;
	overflow: hidden;
}

#text .showcase-shot img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	transition: opacity .2s ease;
}

#text .showcase-shot:hover img {
	opacity: .9;
}

#text .showcase-shot[href$="04-tisk-export.png"] img {
	width: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#text .showcase-open {
	display: block;
	padding: 9px 20px 10px;
	background: #f5f8fa;
	border-top: 1px solid #e2e9ec;
	color: #5d727d;
	font-size: 11px;
	line-height: 1.35;
	text-align: right;
}

#text .showcase-finish {
	margin: 4px 0 0;
	padding: 18px 20px;
	background: #344b57;
	color: #fff;
	font-size: 15px;
	line-height: 1.55;
}

#text .showcase-finish strong {
	color: #8cd2ea;
}
