
.w_grid-003{
	margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    min-height: 12rem;
    width: 100%;
}
.w_grid-003 > .w_grid{
	width: 100%;
	position: relative;
}
.w_grid-003 > div > .p_gridbox{
	width: 100%;
	overflow: hidden;
	position: static;
}
.w_grid-003 > div > .p_gridbox > .p_gridCell{
	float: left;
	position: static;
}
.w_grid-003 > div > .p_gridbox > .p_gridCell:not(:empty):before{
  content:'';
  height: 0.1px;
  display: block;
}
.w_grid-003 > div > .p_gridbox > .p_gridCell:first-child{
	margin-left: 0;
	clear: left;
}
#w_grid-003 > div > .p_gridbox > .p_gridCell:nth-child(3n+1){
	margin-left: 0;
	clear: left;
}
@media only screen and (max-width: 768px){
	.w_grid-003 > div > .p_gridbox > .p_gridCell{
		width: 100%;
		margin-left: 0;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}
@media only screen and (min-width: 769px){
	.w_grid-003 > div > .p_gridbox > .p_gridCell{
		width: 32.66%;
		margin-left: 1%;
		margin-top: 0.6rem;
		margin-bottom: 0.6rem;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px){

}






*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


.grid01 {
	position: relative;
	margin: 0 auto;
	padding: 0em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid01 figure01 {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;

	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid01 figure01 img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid01 figure01 figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid01 figure01 figcaption::before,
.grid01 figure01 figcaption::after {
	pointer-events: none;
}

.grid01 figure01 figcaption,
.grid01 figure01 figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid01 figure01 figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid01 figure01 h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid01 figure01 h2 span {
	font-weight: 800;
}

.grid01 figure01 h2,
.grid01 figure01 p {
	margin: 0;
}

.grid01 figure01 p {
	letter-spacing: 1px;
	font-size:1.8em;
}


        
        figure01.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(30,170,57,0) 0%, rgba(30,170,57,0.6) 75%);
	background: linear-gradient(to bottom, rgba(30,170,57,0) 0%, rgba(30,170,57,0.6) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure01.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure01.effect-sadie figcaption::before,
figure01.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure01.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
      top:150px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure01.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure01.effect-sadie:hover figcaption::before ,
figure01.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
