.pshow>.core>.logo {

	position: relative;

	margin-bottom: 20px;

}

.pshow>.core>.logo::after { 

	content: 'showcase';

	color: #CCC;

	font-size: 10px;

	text-transform: uppercase;

	position: absolute;

	right: 8px;

	bottom: -10px;

}

/* index */
.pshow .core .index .news .item.no-icon .title::after {

	font-family: 'FontAwesome';

	font-size: 1.6em;

	content: "\f1ea";

	display: block;

	margin-top: 10px;

}


/* zoomable guide */
.pshow .category-items-slider .guide::after {

	position: absolute;

	font-family: 'FontAwesome';

	content: "\f002";

	font-size: 2em;

	display: block;

	left: 90px;

	top: 70px;

	color: #ccc;

}