@font-face {
	font-weight: normal;
	font-style: normal;
}
.grid_s {	width:23%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 4px; margin-bottom: 5%;	margin-left:calc(15px * 4/3 );background-color: #fff;  	border-radius:4px;	line-height: 1.1;  height: 235px;  }
 @media screen and (max-width:768px) {
 .grid_s {width:45%; margin-left:5%;}
 }
 @media screen and (max-width:480px) {
 .grid_s {width:80%; margin-left:15%;}
 }
/* Common style */
.grid_s figure-s {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	/*margin: -0.135em;*/
	width: 200px;
	height: 180px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.grid_s figure-s img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid_s figure-s figcaption-s {
	/*padding: 2em;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid_s figure-s figcaption-s::before,
.grid_s figure-s figcaption-s::after {
	pointer-events: none;
}

.grid_s figure-s figcaption-s,
.grid_s figure-s 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 */
.grid_s figure-s a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid_s figure-s h2 {
	font-weight: 300;
	width: 200px;
}

.grid_s figure-s h2 span {
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px 2px #666;
}

.grid_s figure-s h2,
.grid_s figure-s p {
	margin: 0;
}

.grid_s figure-s p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure-s.effect-oscar-s {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #fff 0%,#fff 40%,#fff 100%);
}

figure-s.effect-oscar-s img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure-s.effect-oscar-s figcaption-s {
	padding: 3em;
	background-color: rgba(30,30,30,0.5);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure-s.effect-oscar-s figcaption-s::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	/*border: 1px solid #0088cc;*/
	content: '';
}

figure-s.effect-oscar-s h2 {
	margin: -30% 0 10px -55px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	color: #fff;
	line-height: 20px;
	height: 45px;
}

figure-s.effect-oscar-s figcaption-s::before,
figure-s.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure-s.effect-oscar-s:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,-500%,0);
	color: #000;
	
}

figure-s.effect-oscar-s:hover figcaption-s::before,
figure-s.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure-s.effect-oscar-s:hover figcaption-s {
	background-color: rgba(58,52,42,0);
}

figure-s.effect-oscar-s:hover img {
	opacity: 1;
}
.effect-oscar-s{
	border: 2px solid #e0e0e0;
}