@charset "utf-8";
/* CSS Document */

.grid {
	padding: 0px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}



.grid li {
	width:230px;
	display: inline-block;
	margin: 15px 10px;
	padding: 0px;
	position: relative;
}

.grid p {
	margin:0;
}

figure {
	margin: 0;
	padding:5px;
	text-align:center;
	display: table-cell;	
	position: relative;
	background:#fff;
	border:1px solid #ddd;
	
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;		
	        border-radius: 5px;
		
}

figure:hover {
	background:#f5f5f5;
	border:1px solid #f1f1f1;
		
    -webkit-box-shadow: 0px 0px 10px #999;
	 -khtml-box-shadow: 0px 0px 10px #999;
	   -moz-box-shadow: 0px 0px 10px #999;
	   	 -o-box-shadow: 0px 0px 10px #999;
            box-shadow: 0px 0px 10px #999;
			
}

figure:active {
	background:#f4f4f4;
		
	-webkit-box-shadow: 0px 0px 7px #888;
     -khtml-box-shadow: 0px 0px 7px #888;
       -moz-box-shadow: 0px 0px 7px #888;
         -o-box-shadow: 0px 0px 7px #888;
            box-shadow: 0px 0px 7px #888;
		
}

figure, figure:hover, figure:active{
	-webkit-transition: all 0.3s linear;
     -khtml-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;	
	}


figure p{
	line-height:18px;
}

figure h4{
	text-transform:none;
}

figure .img-box{
	width:230px;
	height:170px;
}


figure img{
	max-width:230px;
	max-height:170px;
}


figcaption {
	margin:0px;
	padding:0px;
    height: 100px;
    overflow: hidden;	
}


.grid-kv li {
	width:300px;
	display: inline-block;
	margin: 15px 10px;
	padding: 0;
	position: relative;
}

.grid-kv figure {
	width:300px;
	padding:0;
}

.grid-kv figure img{
	max-width:300px;
	max-height:300px;
	margin:0!important;
	padding:0!important;
	border-radius:5px;
}

.grid-kv figure span{
	position:absolute;
	right:-10px;
	top:-10px;
	width:40px;
	height:40px;
	border-radius:100%;
	background:red;
	color:#fff;
	font-size:24px;
	padding-top:3px;
	}
	
.grid-big li {
	width:300px;
	display: inline-block;
	margin: 15px 10px;
	padding: 0;
	position: relative;
}

.grid-big figure {
	width:300px;
	padding:0;
}

.grid-big figure img{
	max-width:300px;
	max-height:300px;
	margin:0!important;
	padding:0!important;
	border-radius:5px;
}	

.grid-big figcaption{
	height:100px;
}