.web-article img, img.web-article, .web-block img, .web-footer img {
margin: 0px;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1100px;
	list-style: none;
	text-align: center;
	text-indent: 0px;
}

.grid-center{
left:50%;
}

/* Common style */
.grid figure {
	position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 10px;
    min-width: 240px;
    max-height: 250px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}
.vip-staff figure {
	position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 10px;
    min-width: 240px;
    min-height: 250px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

.even {
	padding: 0px;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #555;
	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,
.grid figure figcaption a {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* color: #fff; */
	z-index: 1000;
}

/* 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: 5px;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	color: #fff;
}

.grid figure h2 {
	word-spacing: 0.2em;
    font-size: 16px;
    font-weight: 300;
    /* text-transform: none; */
    letter-spacing: 0px;
}

.grid figure h2 span {
	font-weight: 400;
}

.grid figure h2,
.grid figure p {
	margin: 0px;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    clip-path: polygon(0px 0px, 0 100%, 100% 96%, 100% 0%);
    border-bottom-left-radius: 5px;
}

figure.effect-honey img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

figure.effect-honey:hover img {
	-webkit-filter: brightness(120%);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #0070C0;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	z-index: 1000;
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 5px;
    padding-left: 12px;
    padding-bottom: 10px;
    width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	/* background-image: url('/images/yu/st.png'); */
	background-color: #ffffff;
}

.figure.effect-honey h2 { 
	background-color: #0070c0;
}


figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);	
	display: block;
	text-transform: none;
    font-size: 14px;
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #0070c0;
}
figure.effect-honey .vip-staf figcaption::before,
figure.effect-honey .vip-staf h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	border-bottom-style: solid;
    border-bottom-width: 10px;
    border-bottom-color: #0070c0;
}



figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}