
.section1 .bgCover{
	height: 390px;
	background-position-y: -425px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
	.section1 {
		height: 100%;
	}
	.section1 .bgCover{
		height: 300px;
		background-position-y:100%;
	}
	.section1 .bgCover p{
		padding-top: 32%;
	}

}

.speakers{
	min-height: 700px;
	margin:0 auto;
}
.speakers .container .row{
	text-align: center;
}
.speakers .container .row img{
	width: 220px;
	height: 220px;
	padding: 10%;
	border-radius: 50%;
}
.speakers .container .row h4{
	color:orange;
}

.speakers .container .row img:hover{
	cursor:pointer;
}
.speakers .container .row .hideIntro{
	display: none;
}

.dialogWindow{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 3;
	background-color: rgba(204,204,204,.8);
}

.dialogWindow .showZone{
	display: none;
	text-align: center;
	width: 686px;
	height: 462px;
	margin:10% auto;
	background-color: #fff;
	position: relative;
}
.dialogWindow .showZone b{
	display: inline-block;
	position: absolute;
	right: 22px;
	top: -4px;
	font-size: 40px;
	color: #000;
}
.dialogWindow .showZone b:hover{
	cursor: pointer;
}
.dialogWindow .showZone img{
	margin-top: 6%;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.dialogWindow .showZone h4{
	padding: 8px 0 4px 0;
	color:orange;
}
.dialogWindow .showZone p{
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
.dialogWindow .showZone span{
	text-indent: 2em;
	display: inline-block;
	margin-top: 10px;
	width: 80%;
	padding:0 4px;
	text-align: left;
}
@media screen and (max-width: 768px){
	.speakers{
		margin-top: 0;
	}
	.dialogWindow .showZone{
		margin-top: 30%;
		width:100%;
	}
}