#memoryGame {
    width: 1024px;
    height: 768px;
    position: relative;
}

#memoryGame .container {
    width: 1024px;
    height: 768px;
    position: relative;
}

#memoryGame .main-section{
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
}
#memoryGame .play-title{
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'VAGRoundedBold';
	color: #d1f7c1;
}
#memoryGame .play-btn{
	font-family: 'VAGRoundedBold';
	font-size: 31px;
	background: url('./../../../imgs/2/widget_memorygame/play-btn.png');
	background-size: 100% 100%;
	border: none;
	color: #fff;
	width: 238px;
	height: 62px;
	cursor: pointer;
}
#memoryGame .play-btn-blue{
	font-family: 'VAGRoundedBold';
	font-size: 31px;
	background: url('./../../../imgs/2/base/button_howtoplay.png');
	background-size: 100% 100%;
	border: none;
	color: #fff;
	width: 218px;
	height: 45px;
	cursor: pointer;
}

#memoryGame #homeTitle{
	color: #734267;
	margin: 202px 0 35px 0;
	font-size: 48px;
	text-transform: uppercase;
}
#memoryGame .home-description{
	font-family: 'VAGRoundedLight';
	font-size: 24px;
	text-align: center;
	display: block;
	margin: 0 0 60px 117px;
	color: #7d5172;
	width: 790px;
	line-height: 30px;
}
	#memoryGame .home-description br{
		display: block;
		line-height: 3;
	}

#memoryGame .image-list{
	margin-top: 126px;
	margin-left: 60px; 
}
#memoryGame .item-list{
	float: left;
	width: 163px;
	height: 154px;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}

#memoryGame .amplify-image{
	display: none;
	position: absolute;
	width: 504px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin-left: -252px;
	margin-top: -180px;
	background: #fff;
	border-radius: 19px;
	text-align: center;
}
#memoryGame .amplify-image img{
	width: 430px;
	height: 289px;
	margin-top: 45px;
	margin-left: 20px;
}
#memoryGame #backImage, #forwardImage{
	width: 74px;
	height: 76px;
	position: absolute;
	top: 338px;
	cursor: pointer
}
#memoryGame #backImage{
	left: 103px;
	background: url('./../../../imgs/2/widget_memorygame/back-btn.png');
}
#memoryGame #forwardImage{
	left: 863px;
	background: url('./../../../imgs/2/widget_memorygame/forward-btn.png');
}
#memoryGame .close-zoom{
	float: right;
	width: 40px;
	height: 40px;
	margin-right: 14px;
	margin-top: 14px;
	background: url('../../../imgs/2/popups/button_close.png');
	cursor: pointer;
}
#memoryGame .finish-box{
	display: none;
	width: 705px;
	height: 356px;
	background: #fff;
	border-radius: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -178px;
	margin-left: -356px;
	text-align: center;
}

#memoryGame #associationFinish a{
	float: right;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	margin-top: 8px;
	background: url('../../../imgs/2/popups/button_close.png');
	/*background-size: 110% 110%;*/
	cursor: pointer;
}
#memoryGame #associationFinish h1{
	font-family: 'VAGRoundedBold';
	font-size: 56px;
	margin-top: 55px;
	margin-bottom: 25px;
}
#memoryGame #associationFinish h2{
	font-family: 'VAGRoundedBold';
	font-size: 33px;
	margin-bottom: 35px;
}
#memoryGame #associationFinish p{
	font-family: 'VAGRoundedLight';
	font-size: 27px;
	display: block;
	width: 550px;
	margin-left: 77px;
	line-height: 1;
}

#memoryGame .finish-item{
	width: 272px;
	height: 184px;
	position: relative;
	float: left;
}
	#memoryGame .finish-item img{
		width: 151px;
		height: 142px;
		position: absolute;
		left: 0;
		cursor: pointer;
		border: 4px solid #fff;
	}
	#memoryGame .finish-item h1{
		display: block;
		position: absolute;
		width: 116px;
		top: 40px;
		right: 0;
		color: #fff;
		font-family: 'VAGRoundedBold';
		font-size: 18px;
		text-align: center;
	}
	#memoryGame .finish-button{
		position: absolute;
		left: 94px;
		top: 152px;
		height: 32px;
		width: 90px;
		border: none;
		background: #de3974;
		border-radius: 8px;
		color: #fff;
		font-family: 'VAGRoundedBold';
		font-size: 15px;
		cursor: pointer;
	}

#memoryGame #playAgain{
	width: 238px;
	height: 63px;
	font-size: 26px;
	position: absolute;
	left: 398px;
	top: 580px;
	background: #de3974;
	border-radius: 8px;
}
#memoryGame #imageCredit{
	width: 238px;
	height: 63px;
	font-size: 22px;
	position: absolute;
	left: 398px;
	top: 650px;
}
#memoryGame #imgCreditBox{
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}
#memoryGame .info-layer, .zoom-layer{
	position: absolute;
	z-index: 3;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}
#memoryGame .animal-info{
	display: none;
	position: absolute;
	width: 504px;
	/*height: 602px;*/
	height: auto;
	left: 50%;
	top: 50%;
	margin-left: -252px;
	margin-top: -301px;
	background: #fff;
	border-radius: 19px;
	text-align: center;
}
	#memoryGame .animal-info img{
		width: 430px;
		height: 289px;
		margin-top: 45px;
		margin-left: 20px;
	}
	#memoryGame .animal-info span{
		font-family: 'VAGRoundedBold';
		font-size: 36px;
		color: #734267;
	}

	#memoryGame .animal-info p{
		font-family: 'VAGRoundedLight';
		font-size: 16px;
		color: #734267;
		display: block;
		width: 430px;
		margin-left: 37px;
		margin-bottom: 40px;
		text-align: left;
	}	

	#memoryGame .close-info{
		float: right;
		width: 40px;
		height: 40px;
		margin-right: 8px;
		margin-top: 8px;
		background: url('../../../imgs/2/popups/button_close.png');
		/*background-size: 110% 110%;*/
		cursor: pointer;
	}

#memoryGame #backInfo, #forwardInfo{
	width: 74px;
	height: 76px;
	position: absolute;
	top: 318px;
	cursor: pointer
}

#memoryGame #backInfo{
	left: 103px;
	background: url('./../../../imgs/2/widget_memorygame/back-btn.png');
}
#memoryGame #forwardInfo{
	left: 863px;
	background: url('./../../../imgs/2/widget_memorygame/forward-btn.png');
}

/*
 *
 * MEMORY GAME
 *
 */

#memoryGame .image-item{
	position: absolute;
	cursor: pointer;
}
	#memoryGame .main-img{
		width: 152px;
		height: 141px;
		-webkit-backface-visibility: hidden;
		border: 6px solid #fff;
	}
	#memoryGame .back-img{
		width: 152px;
		height: 141px;
		background: rgba(210,188,202, 0.6);
		border: 6px solid #a1c8dd;
		display: none;
	}