

figure#sub {
	margin: 0;
    width: 300px;
    height: 200px;
	position: relative;
	float:left;
	margin-right:8px;
}

figure#sub img {
	max-width: 300px;
	display: block;
	position: relative;
    float: left;
}

figcaption#sub {
    float: left;
	background: #2c3f52;
	color: #ed4e6e;
    position: relative;
    height: 50px;
    width: 100%;
}
figcaption#subDetail {
    float: left;
	background: #2c3f52;
	color: #ed4e6e;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}


figcaption#sub span {
	margin: 0;
	padding: 0;
	color: #fff;
}

figcaption#sub h3 {
    color: #FFF;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}
figcaption#subDetail h2 {
    color: #FFF;
    vertical-align: middle;
}

figcaption#sub h3:before {
	content: '+ ';
}

figcaption#sub a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	background: #FFF;
	color: #2c3f52;
    position: absolute;
    right: 10px;
    top: 10px;
}
figcaption#sub a:hover {
	background: #CCC;
    color: #FFF;
    border-bottom: solid 4px #666 !important;
    top: 6px;
}

/* 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(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.cs-style-2 figcaption#service {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
}


.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}
