
.grid *, .grid *:after, .grid *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

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

.grid li {
	display: inline-block;
	width: 33%;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
	text-align: center;
}

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

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

.grid figcaption h3 {
	margin: 0;
	color: #FFFFFF !important;
    font-family: "Open_Sans_L";
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    text-transform: none !important;
}
.grid figcaption h3 > span{
	display: inline-block;
	float: right;
}
.grid figcaption h3 > span > img{
	width: 30px;
	height: 30px;
}
.grid figcaption h6 {
	margin-top: 20px;
	color: #FFFFFF !important;
    font-family: "Open_Sans_B";
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    text-align: left;
    text-transform: none !important;
}
.grid figcaption p {
	color: #fff !important;
	margin-top: 20px !important;
	font-size: 14px !important;
	line-height: 21px !important;
	text-align: left !important;
	font-weight: normal !important;
    font-family: "Open_Sans_R" !important;
}
/*.grid figcaption span:before {
	content: 'by ';
}*/

.grid figcaption a {
	text-align: center;
	padding: 12px 20px;
	border-radius: 0px;
	display: inline-block;
	background: #fff;
	color: #000;
	text-decoration: none;
}
.grid figcaption a:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* Individual Caption Styles */

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 300px;
	width: 100%;
	top: auto;
	bottom: 70px;
	opacity: 1;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	left: 20px;
}



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