.grid {
	padding: 0px 0px 0px 0px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 173px;
	margin: 0;
	padding: 0px;
	text-align: left;
	position: relative;
	
}

.grid figure {
	margin:0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	
	color: #000000;
}

.grid figcaption h3 {
	margin: 0;
	padding: 12px 10px;
	color: #000000;
}

.grid subtitle {
	position: absolute;
	margin: 0;
	padding: 15px 15px;
	color: #000000;
	text-align: center;
	font-weight:bold;
	font-size: 14px;
}

.grid figcaption span:before {
	/*content: 'by ';*/
}

.grid figcaption a {
	text-align: center;
	padding: 1px 3px;
	border-radius: 8px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}

/* Individual Award Styles */
.ChiuSungNok {
	background: #ffd541;
}
.LauChiKuen{
	background: #d9c59b;
}
.XiaYiji{
	background: #f6d0c3;
}
.CheukPakTong{
	background: #2ea2dd;
}
.WeeLianHee{
	background: #b2d594;
}
.ZhangGe{
	background: #b6c9cf;
}
.verticalline{
	border-left: thin solid #ff0000;
}
/* Individual Caption Styles */


/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
}

.cs-style-2 figcaption {
	height: 70px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 40px;
}


@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}
