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

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

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

.grid p {
	margin:0;
}

figure {
	width:100%;
	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{
	font-size:18px;
}



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


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




.grid-hits figure {
	margin: 0;
	padding:5px;
	text-align:center;
	display: table-cell;	
	position: relative;
	background:transparent;
	border:0px;
		
}

.grid-hits figure:hover,
.grid-hits figure:active {
	background:transparent;
	border:0px;
		
    -webkit-box-shadow: none;
	 -khtml-box-shadow: none;
	   -moz-box-shadow: none;
	   	 -o-box-shadow: none;
            box-shadow: none;
			
}

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

.grid-hits figure {
	width:200px;
	padding:0;
}

.grid-hits figure img{
	max-width:200px;
	max-height:200px;
	margin:0!important;
	padding:0!important;
	border-radius:100%;
	border:2px solid #fff;	
}

.grid-hits figure img:hover {
	background:#f5f5f5;
	border:2px 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;
			
}

.grid-hits figure img: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;
		
}

.grid-hits figure img, .grid-hits figure img:hover, .grid-hits figure img: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;	
}



.grid-hits figcaption {
	margin:0px;
	padding-top:10px;
    height: 100px;
    overflow: hidden;
	line-height:1.1;	
}


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

.grid-opys figure {
	width:250px;
	padding:0;
}

.grid-opys img {
	width:200px;
	padding:0;
}

.grid-opys figcaption {
	margin:0px;
	padding-top:10px;
    height: 180px;
    overflow: hidden;
	line-height:1.1;	
}

.grid-opys p{
	font-size:16px;
}
.grid-opys a p{
	text-decoration:none;
}