/* ����ͼ�� �Ѽ����� www.lanrentuku.com */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
	overflow: hidden;
	margin: 0;
	width: 1200px;
	list-style: none;
	text-align: center;
	margin-top:
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	background: #000000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
}

.grid figure figcaption {
	padding: 2em;
	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,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:4;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.fibg{ width:100%; height:100%; position: absolute; top:0px; left:0px; background:#333;z-index:3;opacity:0;}
/* Individual effects */



/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #000000;
	width:597px; height:278px;

}

figure.effect-bubba img {
	opacity: 1;
	width:597px; height:277px;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	text-align:left;
	padding-left:10%;
	font-size:30px;
	font-weight:bold;
	letter-spacing:2px;
	color:#FFFFFF; 
}

figure.effect-bubba p {
	text-align:left;
	padding-left: 10%;
	padding-top:20px;
	font-size:16px;
	color:#FFFFFF; 
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {

	width:298px; height:278px;
}

figure.effect-oscar img {
	width:298px; height:278px;
}

figure.effect-oscar figcaption {

}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 5% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	font-size:30px;
	font-weight:bold;
	letter-spacing:2px;
}

figure.effect-oscar figcaption::before{
	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);
	font-size:16px;
}

figure.effect-oscar p {
	margin-top:45px;
	font-size:16px;
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color:#FFF;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	color:#FFF;
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(44,43,43,0);
}




/*--other--*/
.category-item-other{ 
	width:296px; 
	height:278px; 
	float:left; 
	margin-left:3px;
	margin-top:6px;

	}
	
.category-other-content{ width:296px; height:139px; position:relative;}
.category-other-content img{ width:296px;}
.category-other-dec{
	position: absolute;
    z-index:2;
	top:20px;
	right:30px;
	}

.category-other-dec h2{	font-size:24px;
	font-weight:bold;
	letter-spacing:2px;
	color:#FFF;}


.category-other-dec p{
	color:#FFF;	
	opacity: 1;
	-webkit-transition: -webkit-opacity 0.35s;
	transition: opacity 0.35s;
	margin-top:10px;	
	}
	
.category-other-dec:hover p{	
	opacity: 1;
	
	}
	


@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%;
	}
}