.createdby {
	padding: 15px;
}

.createdby.card-ui .image>div {
	display: inline-block;
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
	border-radius: 50%;
	border: 8px solid rgba(132, 151, 156,0.25);
}
.createdby.card-ui .image img {
	display: inline-block;
	border-radius: 50%;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.createdby.card-ui .label {
	font-weight: 600;
}
/*
.createdby.card-ui a {
	transition: all .2s ease-in-out;
}
*/
.createdby.card-ui .title {
	text-align: center;
	font-weight: 600;
	color: #84979D
}

.createdby .name {
	font-weight: 700;
	font-size: 110%;
}

.createdby .description {
	color: #84979c
}

.createdby .position {
	font-size:85%; 
	line-height:120%; 
	opacity:0.75;
}

.createdby i {
	margin-right: 8px;
}

.createdby a {
	color: #84979c !important;
}

.createdby a:hover {
	text-decoration: underline;
}

.createdby .info {
	display: inline-block;
	margin-right: 35px
}

.createdby.card-ui .details .image {
float:left;
 }
.createdby.card-ui .details .image > div{
max-width:75px;
margin-right:10px;
}

.createdby .meta { display: none }

@media (max-width: 767px) {
	.createdby .email a{
		content: 'napisz e-mail';
	}
}