.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
#articleInfo12 {
	overflow: hidden;
	margin-bottom: 30px;
}
#articleInfo12 .row {
}
#articleInfo12 .row h3 {
	font-size: 50px;
	color: #ffffff;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	line-height: 120%;
	font-family: 'Crimson Text', serif;
	background-color: #e4e4e4;
	background: linear-gradient(0deg,#fdfdfd 0%,#bebebe 20%,#e8e8e8 30%,#9a9a9a 65%,#e2e2e2 90%,#fbfbfb 65%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#articleInfo12 .row h3:hover:after {
	width: 95%;
}
#articleInfo12 .row article {
	margin: 10px 15%;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	font-size: 15px;
	line-height: 200%;
	text-align: center;
}
#articleInfo12 .row h4 {
	margin: 10px 0 50px;
	font-size: 25px;
	color: #bf9f62;
	text-align: center;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo12 .row:nth-child(2) {
	width: 45%;
}
#articleInfo12 .row .topBox {
	overflow: hidden;
}
#articleInfo12 .row p {
	margin: 0 2% 0 0;
	float: left;
	width: 48%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo12 .row p:nth-child(2) {
	margin: 0 0 0 2%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo12 .row .downBox {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo12 .ask{
	background: #bf9f62;
	text-align:center;
	width: 30%;
	margin: 40px auto 0;
}
#articleInfo12 .ask a{
	display: block;
	text-align: center;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	position:relative;
}
#articleInfo12 .ask a b{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 50%;
	line-height: 30px;
	top: 15px;
	text-align: center;
	font-size: 12px;
	right: 20px;
	transition:all linear 0.3s;
	color: #bf9f62;
}
#articleInfo12 .ask a:hover b{
	transform: scaleX(-1);
	background: #ffffff;
	color: #bf9f62;
}
@media screen and (max-width: 768px) {
	#articleInfo12 .row ,
	#articleInfo12 .row:nth-child(2) {
		margin-bottom: 15px;
		width: 100%;
	}
	#articleInfo12 .row article {
		margin: 10px 0;
	}
	#articleInfo12 .ask{
    width: 50%;
}
}

@media screen and (max-width: 480px) {
	#articleInfo12 .row h3 {
		font-size: 35px;
	}
	#articleInfo12 .row article{
    text-align: left;
}
#articleInfo12 .ask{
    width: 100%;
}
}