/* Speaker */
.speaker {
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}

.speaker .social-team {
	padding-bottom: 14px;
	text-align: center;
}

.speaker figure {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.speaker figure img {
	width: 100%;
	height: 100%;
}

.speaker .social-team i {
	margin: 0 4px;
	background: #fff;
	padding: 10px;
	font-size: 18px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #777;
}

.speaker h2 {
	font-size: 17px;
	margin-top: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #515151;
}

.speaker h2 a {
	color: #515151;
}

.speaker h2 a:hover {
	text-decoration: underline;
}

.speaker h5 {
	color: #02aff1;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2.6px;
}

.speaker p {
	font-size: 13px;
	padding: 7px 15px 0;
	color: #989898;
}

.speaker .social-team {
	border-top: 1px solid #ededed;
	padding-top: 20px;
}

.speaker .social-team i {
	margin: 0 4px;
	padding: 5px 6px;
	font-size: 18px;
	border-radius: 3px;
	color: #8a8a8a;
}

.speaker .social-team i.fa-facebook {
	padding: 5px 8px;
}

.speaker i:hover {
	color: #fff;
}