.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	/*padding: 1em 0 4em;
	max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 220px;
	max-width: 260px;
	max-height: 360px;
	width: 240px;**/
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
/*position: absolute;*/
	/*top: 5px;*/
	/*left: 0;
	width: 100%;
	height: 100%;*/
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	/*word-spacing: -0.15em;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2{	margin: 0;
font-family:"Gill Sans MT"; font-size:16px;}
.grid figure p {
	margin: 0;
	font-family:"Gill Sans MT"; font-size:12px;
}

.grid figure p {
	/*letter-spacing: 1px;*/
	/*font-size: 100%;*/
		font-family:"Gill Sans MT"; font-size:12px;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #df4e4e;
}

figure.effect-goliath img

 {
 width:100%;
 height:100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*figure.effect-goliath h2{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 15px;
	width: 200px;
	height: 50px;
	}*/
	/*figure.effect-goliath h2{
background: #fff;
	content: '';
	text-align:center
	
	}*/
	figure.effect-goliath  h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-goliath h2
 {width: 100%;
	background: #fff;
		color: #000;
	/*color: #2d434e;*/
	background: rgba(225, 225, 225, 0.8);
	text-shadow: 0px 1px 0px #fff;
	 /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/


  /* IE 5-7 */
 /*  filter: alpha(opacity=90);*/


  /* Netscape */
   /*-moz-opacity: 0.9;*/


  /* Safari 1.x */
  /* -khtml-opacity: 0.9;*/


  /* Good browsers */
  /* opacity: 0.9;*/

	
}

figure.effect-goliath h2 {
	position: relative;
	white-space: nowrap;
	margin-top: 0px;
	
	padding: 10px;
}	
	
figure.effect-goliath p {
font-family:"Gill Sans MT"; font-size:12px;
	position: absolute;
	bottom: 0px;
	left: 0;
	/*padding: 5px;
	width: 220px;*/
	/*height:240px;*/
	height:auto;
	min-height:90%;
	width:auto;
}


#figure.effect-goliath p img{
text-align:center;
vertical-align:middle;
max-width:100%;
height:auto;
 


}

figure.effect-goliath p {
font-family:"Gill Sans MT"; font-size:12px;
	text-transform: none;
	font-size: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,250px,0);
	transform: translate3d(0,250px,0);
	background-color:#999999;
	margin: 10px;
	
	
	padding: 20px;
}

figure.effect-goliath:hover img {
	/*-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);*/
}

figure.effect-goliath:hover h2 {

	-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);
}


figure.effect-goliath:hover p {
background-image:url(../z2a.png);
background-repeat:no-repeat;
background-position: center 10px;;
padding-top:90px;
display:block;
	/*padding:15px;*/
	font-family:"Gill Sans MT";
	font-size:14px;
	background-color:rgba(225, 225, 225, 1);
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #000000;
	text-shadow: 0px 1px 0px #ffffff;
}

/*-----------------*/
/***** Hera *****/
/*-----------------*/

figure.effect-goliath2 {
	background: #df4e4e;
}

figure.effect-goliath2 img
 { width:100%;
 height:100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}


/*figure.effect-goliath h2{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 15px;
	width: 200px;
	height: 50px;
	}*/
	/*figure.effect-goliath h2{
background: #fff;
	content: '';
	text-align:center
	
	}*/
	figure.effect-goliath2  h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-goliath2 h2
 {width: 100%;
	background: #fff;
		color: #000;
	/*color: #2d434e;*/
	background: rgba(225, 225, 225, 0.8);
	text-shadow: 0px 1px 0px #fff;
	 /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/


  /* IE 5-7 */
 /*  filter: alpha(opacity=90);*/


  /* Netscape */
   /*-moz-opacity: 0.9;*/


  /* Safari 1.x */
  /* -khtml-opacity: 0.9;*/


  /* Good browsers */
  /* opacity: 0.9;*/

	
}

figure.effect-goliath2 h2 {
	position: relative;
	white-space: nowrap;
	margin-top: 0px;
	
	padding: 10px;
}	
	
figure.effect-goliath2 p {
font-family:"Gill Sans MT"; font-size:12px;
	position: absolute;
	bottom: 0px;
	left: 0;
	/*padding: 5px;
	width: 220px;*/
	height:auto;
	min-height:90%;
	width:auto;
}



figure.effect-goliath2 p {
font-family:"Gill Sans MT"; font-size:12px;
	text-transform: none;
	font-size: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,250px,0);
	transform: translate3d(0,250px,0);
	background-color:#999999;
	margin: 10px;
	
	
	padding: 20px;
}

figure.effect-goliath2:hover img {
	/*-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);*/
}

figure.effect-goliath2:hover h2 {

	-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);
}


figure.effect-goliath2:hover p {
background-image:url(../z4a.png);
background-repeat:no-repeat;
background-position: center 10px;;
padding-top:90px;
display:block;
	/*padding:15px;*/
	font-family:"Gill Sans MT";
	font-size:14px;
	background-color:rgba(225, 225, 225, 1);
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #000000;
	text-shadow: 0px 1px 0px #ffffff;
}
/*3*/
figure.effect-goliath3 {
	background: #df4e4e;
}

figure.effect-goliath3 img
 { width:100%;
 height:100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}


/*figure.effect-goliath h2{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 15px;
	width: 200px;
	height: 50px;
	}*/
	/*figure.effect-goliath h2{
background: #fff;
	content: '';
	text-align:center
	
	}*/
	figure.effect-goliath3  h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-goliath3 h2
 {width: 100%;
	background: #fff;
		color: #000;
	/*color: #2d434e;*/
	background: rgba(225, 225, 225, 0.8);
	text-shadow: 0px 1px 0px #fff;
	 /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/


  /* IE 5-7 */
 /*  filter: alpha(opacity=90);*/


  /* Netscape */
   /*-moz-opacity: 0.9;*/


  /* Safari 1.x */
  /* -khtml-opacity: 0.9;*/


  /* Good browsers */
  /* opacity: 0.9;*/

	
}

figure.effect-goliath3 h2 {
	position: relative;
	white-space: nowrap;
	margin-top: 0px;
	
	padding: 10px;
}	
	
figure.effect-goliath3 p {
font-family:"Gill Sans MT"; font-size:12px;
	position: absolute;
	bottom: 0px;
	left: 0;
	/*padding: 5px;
	width: 220px;*/
	height:auto;
	min-height:90%;
	width:auto;
}



figure.effect-goliath3 p {
font-family:"Gill Sans MT"; font-size:12px;
	text-transform: none;
	font-size: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,250px,0);
	transform: translate3d(0,250px,0);
	background-color:#999999;
	margin: 10px;
	
	
	padding: 20px;
}

figure.effect-goliath3:hover img {
	/*-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);*/
}

figure.effect-goliath3:hover h2 {

	-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);
}


figure.effect-goliath3:hover p {
background-image:url(../z1a.png);
background-repeat:no-repeat;
background-position: center 10px;;
padding-top:90px;
display:block;
	/*padding:15px;*/
	font-family:"Gill Sans MT";
	font-size:14px;
	background-color:rgba(225, 225, 225, 1);
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #000000;
	text-shadow: 0px 1px 0px #ffffff;
}
/*4*/
figure.effect-goliath4 {
	background: #df4e4e;
}


figure.effect-goliath4 img {
 width:100%;
 height:100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*figure.effect-goliath h2{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 15px;
	width: 200px;
	height: 50px;
	}*/
	/*figure.effect-goliath h2{
background: #fff;
	content: '';
	text-align:center
	
	}*/
	figure.effect-goliath4  h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-goliath4 h2
 {width: 100%;
	background: #fff;
		color: #000;
	/*color: #2d434e;*/
	background: rgba(225, 225, 225, 0.8);
	text-shadow: 0px 1px 0px #fff;
	 /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/


  /* IE 5-7 */
 /*  filter: alpha(opacity=90);*/


  /* Netscape */
   /*-moz-opacity: 0.9;*/


  /* Safari 1.x */
  /* -khtml-opacity: 0.9;*/


  /* Good browsers */
  /* opacity: 0.9;*/

	
}

figure.effect-goliath4 h2 {
	position: relative;
	white-space: nowrap;
	margin-top: 0px;
	
	padding: 10px;
}	
	
figure.effect-goliath4 p {
font-family:"Gill Sans MT"; font-size:12px;
	position: absolute;
	bottom: 0px;
	left: 0;
	/*padding: 5px;
	width: 220px;*/
	height:auto;
	min-height:90%;
	width:auto;
	
}



figure.effect-goliath4 p {
font-family:"Gill Sans MT"; font-size:12px;
	text-transform: none;
	font-size: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,250px,0);
	transform: translate3d(0,250px,0);
	background-color:#999999;
	margin: 10px;
	
	
	padding: 20px;
}

figure.effect-goliath4:hover img {
	/*-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);*/
}

figure.effect-goliath4:hover h2 {

	-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);
}


figure.effect-goliath4:hover p {
background-image:url(../z3a.png);
background-repeat:no-repeat;
background-position: center 10px;;
padding-top:90px;
display:block;
	/*padding:15px;*/
	font-family:"Gill Sans MT";
	font-size:14px;
	background-color:rgba(225, 225, 225, 1);
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #000000;
	text-shadow: 0px 1px 0px #ffffff;
}
 .red2rb
{
width:auto;
	height:auto;
	padding: 6px;
position: absolute;
margin-left:35%;


	bottom:20px;
	display: block;
	
	left: auto!important;

	
	
	color: #fff !important;
	text-decoration: none;
	text-shadow : 0px 0px black;
	
	text-align: center;
	text-decoration:none;
	font-weight: normal;
	font-size: 13px;
	/*border-top: 1px solid #CCC;
	margin-left: 40px;
	
	margin-right: 40px;*/
	cursor: pointer;
		font-family: "Gill Sans MT";
		margin-top: 0px;
	margin-bottom: 0px;
    background-image: linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -o-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -moz-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -webkit-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -ms-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#ae2a2a',GradientType=0); 
	
}

.red2rb:hover{
	color: #fff !important;
	display: block;
	background-color:#990000 !important;
	background: #416480 !important;
/*background: #e31919 !important;*/
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#e31919',GradientType=0); */
}