.card-icon { 
    z-index: 2;
    display: block;
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    color: white;
    overflow: hidden;
}

.divider{
	background-color: #EEE;border-bottom: 1px solid;border-top: 1px solid;padding: 0px;
}

.imagecard { 
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
}

.card-base > .card > .card-data {
    font-size: 1em;
    text-align: center;
    min-height: 255px;
    margin-top: -24px;
    background: ghostwhite;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
	-webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-title {
    font-family: 'Arima Madurai';
    font-weight: 400;
    font-size: 1.28571429em;
    color: #333;
    line-height: 28px;
    text-transform: capitalize;
}

.meta {
    font-size: 1em;
    color: #999999;
}

.card-text {
    font-weight: 400;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    text-transform: capitalize;
}