body {
	padding: 0 0;
}

.title {
    margin-top:50px;
}

.row {
    margin: 0;
}

.bgc {
	color: #707070;
	margin-left: 0px;
}

.bgc h3 {
	color: #478495;
	font-weight: 700;
}

.speaker{
	position: relative;
	padding-top: 50px;
	color: white;
	padding-bottom: 100px;
}
.speaker h3,.speaker h4,.speaker p{
	padding-left: 10px;
}
.speaker a:link,.speaker a:visited{
	color: #CC7C47;
	text-decoration: none;
}
.speaker a:hover{
	color: #2D95B8;
	text-decoration: none;
}


.title .container {
	text-align: center;
	line-height: 40px;
	margin-top: -25px;
}

.speaker .head{
	height: 180px;
	width: 180px;
	margin: 0 auto;
	margin-top: 15px;
	margin-right: 15px;
	background-image: url('img/000.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 180px;
    box-shadow: 6px 4px 2px rgba(196,196,196,0.45);
}

.speaker p{
	line-height: 200%;
}

.gate p{
	padding-left: 15px;
	font-size: 15px;
}
.goto_top p{
	padding-top: 9px;
	padding-left: 15px;
}

@media (min-width: 992px) and (max-width: 1350px) {
	.pd {
		margin-left: 5% !important;
	}

	.mn {
		width: 10% !important;
	}

}
