/* Portal Mode - News Blocks */

.gkNspPM-NewsBlocks > figure {
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0.75%;
	overflow: hidden;
	position: relative;
	width: 0%;
}

.gkNspPM-NewsBlocks[data-cols="1"] > figure {
	margin: 0.75% 0;
	width: 100%;
}

.gkNspPM-NewsBlocks[data-cols="2"] > figure {
	margin: 0.75%;
	width: 48.5%;
}

.gkNspPM-NewsBlocks[data-cols="3"] > figure {
	margin: 0.25%;
	width: 32.8%;
	height: 150px;
}

.gkNspPM-NewsBlocks[data-cols="4"] > figure {
	margin: 0.75%;
	width: 23.5%;
}

.gkNspPM-NewsBlocks > figure > img {
	float: left;
	width: 100%;
	height: 150px;
}

.gkNspPM-NewsBlocks > figure > figcaption {
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 5px 8px 0px 8px;
	position: absolute;
	left: 0;
	width: 100%;
	background: url(bg-newsshow3.png);
}

.gkNspPM-NewsBlocks > figure > figcaption h3 {
	font-weight: 300;
	border-bottom: none;
	color: #FFF;
	text-align: left;
	vertical-align:top;
	}

.gkNspPM-NewsBlocks > figure > figcaption strong {
	font-weight: 800;
}

.gkNspPM-NewsBlocks > figure > figcaption a {
	font-size: 13px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
	float:right;
	color:#FFFFFF;
	font-size: 90%;
	padding: 5px;
	margin-right: -8px;
	display: none;

}

.gkNspPM-NewsBlocks > figure > figcaption a:hover {
	color: #e32826}

.gkNspPM-NewsBlocks > figure.inverse {
}

.gkNspPM-NewsBlocks > figure.inverse > figcaption h3 {
	color: #FFF;
}

.gkNspPM-NewsBlocks > figure.inverse > figcaption a:active,
.gkNspPM-NewsBlocks > figure.inverse > figcaption a:focus,
.gkNspPM-NewsBlocks > figure.inverse > figcaption a:hover {
	color: #e32826!important;
}

/* Image overlays */
.gkNspPM-NewsBlocks > figure .gkImgOverlay {
	-webkit-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.65);
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.65);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}

.gkNspPM-NewsBlocks > figure:hover .gkImgOverlay {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
}
