.lb-album{
	
}
.lb-album li{
	float: left;
	margin: 10px;
	position: relative;
}

.cert-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.cert_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
		background-color: #6C9;
}

.cert-item:hover .cert_overlay {
    opacity: 0.94;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.cert_icon {
	font-size:48px;
	text-align:center;
	color: #FFF;	
	opacity: 1;
	margin: 10px;
}

.cert_text {
	font-size:14px;
	text-align:center;
	color: #FFF;	
}

.cert_text2 {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color: #FFF;	
}

.cert_text p{
	line-height:20px;	
}

.cert-item img{
	padding:2%;
	border: 1px solid #CFCFCF;	
	box-shadow:0px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius:4px;
}


