﻿/*??????????*/
*,
*:after,
*:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
/* ???????? */

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	/*width:32.5%;*/
	height: 290px;
	background: #555555;
	text-align: center;
	cursor: pointer;
    margin:0px 7px;
    /*border:#808080 1px solid;*/
    /*border-radius:6px;*/
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 1;
    width:110%;

}

.grid figure figcaption {
	padding:10px;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*.grid figure h2 {
	word-spacing: -0.10em;
	font-weight: 200;
}*/

.grid figure h5
{
    text-indent:2em;
    font-size:20px;
    font-weight:bolder;
    color:#ffffff;
    /*-webkit-text-shadow:#555555 1px 0 0,#555555 0 1px 0,#555555 -1px 0 0,#555555 0 -1px 0; 
    -moz-text-shadow:#555555 1px 0 0,#555555 0 1px 0,#555555 -1px 0 0,#555555 0 -1px 0;    
    text-shadow:#555555 1px 0 0,#555555 0 1px 0,#555555 -1px 0 0,#555555 0 -1px 0;    
    *filter: Glow(Color=#555555, Strength=1);*/  
}

.grid figure a {
	color:#fff;
	font-size:14px;
}

/*????????????*/

/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100%+ 10px);
	width: calc(100%+ 20px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

figure.effect-lily h5,
figure.effect-lily a p {
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

figure.effect-lily h5 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily a p{
	/*color: rgba(255, 255, 255, 0.6);*/
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover a p {
	opacity: 1;
}

figure.effect-lily:hover img
{
	opacity: 0.3;
}

figure.effect-lily:hover img
{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover h5,
figure.effect-lily:hover a p
{
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}

figure.effect-lily:hover a p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
/*------????????????---------*/

/*@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}
	.grid figure figcaption {
		font-size: 90%;
	}
}

@media screen and (max-width: 41.5em) {
	.grid figure {
		width: 100%;
	}
}*/
