div.ccm-block-page-list-page-entry-grid-thumbnail a{
	margin-left:auto;
	margin-right:auto;
}


div.ccm-block-page-list-page-entry-grid-thumbnail img {
	margin-left:auto;
	margin-right:auto;
	border-radius: 10%;
	box-shadow: inset 0 0 0 0 rgba(93,122,145, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

div.ccm-block-page-list-page-entry-grid-thumbnail .img-shadow {
	position: relative;
	max-width: 100%;
	float: left;
	}
    
    div.ccm-block-page-list-page-entry-grid-thumbnail .img-shadow::before {
		content: "";
		position: absolute;
		border-radius: 10%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: inset 0 0 0 0 rgba(93,122,145, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 0 0 0 0 rgba(93,122,145, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 0 0 0 rgba(93,122,145, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	   } 
	   
div.ccm-block-page-list-page-entry-grid-thumbnail .img-shadow img {
	float: left;
	} 

div.ccm-block-page-list-page-entry-grid-thumbnail-hover {


	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}

div.ccm-block-page-list-page-entry-grid-thumbnail a {
    position: relative;
    display: table;
}

div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(93,122,145,0.8);
    z-index: 2;
	border-radius: 10%;
}

div.ccm-block-page-list-page-entry-grid-thumbnail a:hover
div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
	
    opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

div.ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

div.ccm-block-page-list-page-entry-grid-thumbnail-title {
    display: table-cell;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

div.ccm-block-page-list-page-entry-grid-thumbnail-title i {
    display: none;
}
div.ccm-block-page-list-description{
	color:#888;
	float:left;
	width:100%;
	text-align:center;
	margin-top:5px;
	font-variant:small-caps;
	font-weight:600;
}
