/* ICONS BLOCK */
.postSubTit {
    margin: 40px 0 25px 0;
}

.rowIcons {
    margin-bottom: 15px;
}

.characIconText {
    font-size: 12px;
    display: block;
    line-height: 1.2em;
    width: 100%;
    margin-top: 10px;
	min-width: 163px;
	margin-bottom: 25px;    
}

.activeTit{
   font-weight: 600;
   color: #0093ff;
}

.characIcon {
    border-radius: 360px;
    display: inline-block;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.characIcon.hover, .characIcon.active {
    /* por java meter clase active a los clikados */
    background-color: #effdff;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,147,255,0.7);
    -moz-box-shadow: 0 0 2px 1px rgba(0,147,255,0.7);
    box-shadow: 0 0 2px 1px rgba(0,147,255,0.7);
}

.characLinkBox a i, .characLinkBox div i {
	font-size: 54px;
	padding: 10px;
	color: #616161;
}

.characLinkBox a i.active {
	color: #0093ff;
}