

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.imageGroupPage .singleImage {
    display: inline-block;
    position: relative;
	margin-bottom: -6px;
	height: 100px;
	width: 100px;
}

.imageGroupPage .singleImage a {
	display: block;
	height: 100px;
	width: 100px;
	position: relative;
}

.imageGroupPage .singleImage .imgborder {
	margin-top: 0px !important;
}

.imageGroupPage .singleImage span.rollover {
	margin-left: 0px !important;
	width: 100%;
	height: 100%;
	left: 1px;
	top: 1px;
	border: 1px solid transparent;
}

.pagerHolder {
	text-align: center;
}

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 428px;
	margin: 0;
	padding: 40px;
	text-align: left;
	position: relative;
	cursor: pointer;
	padding-top: 60px;
}

.grid figure {
	margin: 0;
	position: relative;
	width: 368px;
}

.grid figure .imageHolder {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #e14246;
	color: white;
}

.grid figcaption h3 {
	font-weight:bold;
	font-size:17px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}

/* Caption Style 2 */
.cs-style-2 figure .imageHolder {
	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 .imageHolder,
.cs-style-2 figure.cs-hover .imageHolder {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

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

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}