.white h1{
color: #FFF;
font-family: "open_sansregular";
font-size: 27px;
text-decoration: none;
font-weight: normal;
margin:57px 0 0 0;
}
.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	/ *width: 440px; */
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
        width: 22% !important;
}

.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: 20px;
	background: #2c3f52;
	color: #FFF;
	opacity:0.75 !important;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align:center;
}

.grid figcaption span:before {
	content: '';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #006FBC;
	color: #fff;
 	margin-right:35% !important;
}

/* 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: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-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;
}
.carousel_page .carouFredSel { position:relative; }
.carousel_page .carouFredSel ul { list-style:none; margin:0; padding:0; width:auto;}
.carousel_page .carouFredSel ul li { float:left; list-style:none; height:auto; min-height:250px; margin-right:10px; margin-bottom:0; position:relative; padding:5px; }
.carousel_page .carouFredSel ul li img {filter:Alpha(Opacity=100);opacity:1; }
.carousel_page .carouFredSel ul li:hover img {filter:Alpha(Opacity=80);opacity:0.8;}
.carousel_page .carouFredSel ul li p { text-align:center; padding:5px 0; margin:0;}
.carousel_page .carouFredSel_nav { position:absolute; right:-38px; top:-27px;  padding:5px 25px 5px 5px;}
.carousel_page .caroul_prev { background: url(../img/arrow1.png) no-repeat center center;  margin-right:10px; padding:15px 22px;}
.carousel_page .caroul_next { background: url(../img/arrow2.png) no-repeat center center; padding:15px 22px;}
.carousel_page .caroul_prev:hover { background:url(../img/arrow1.png) no-repeat center center; transition: all 0.5s ease-in 0s; -webkit-transition: all 0.5s ease-in 0s; -moz-transition: all 0.5s ease-in 0s;}
.carousel_page .caroul_next:hover { background:url(../img/arrow2.png) no-repeat center center; transition: all 0.5s ease-in 0s; -webkit-transition: all 0.5s ease-in 0s; -moz-transition: all 0.5s ease-in 0s;}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-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;
	right: 20px;
}


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